@charset "UTF-8";

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    font-family: Siemens Sans Roman, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: var(--theme-color-1);
    background-color: #000028;
	
	}

/*------------------START REVISED SECTION----------------*/

.button-text{
    width:100%;
    display:table-cell;
    text-align:center;
    font-size:20px;
    margin: auto;
}

.headline{
    font-family: Siemens Sans Black, Arial, Helvetica, sans-serif;
}

.header-flex-container{
    display:flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 4vh;
    margin-left: 4vh;
    margin-right: 5vw;
    margin-bottom: 1vh;
    width:calc(100vw - 4vh - 5vw);
    flex-wrap:wrap
}

.header-flex-container .logo{
    display: flex;
    height:2vh;
    justify-content: start;
    align-items: start;
    margin-bottom:10px
}

.logout-string{
    display: flex;
    align-items: start;
    justify-content:end;
}

.btn {
    display: flex;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space:wrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

/*MOBILE*/
@media (max-width:768px) {
    .logout-string{
        flex-direction: column;
        align-items: end;
    }
    .header-flex-container{
        flex-direction:row;
        margin-right: 5vw;
        width:calc(100vw - 4vh - 5vw);
    }
    
    .activity-row{
        flex-direction: column;
    }
    .activity-row .newHomeButton{
        flex: 0 0 0px;
        
    }
    .activity-row .info-box{
        flex: 5 1 0px;
    }
    .activity-flex-container{
        row-gap: 10px;
    }
    .activity-row{
        display: flex;
        align-items:stretch;
        margin: 3px 5vw;
    }
    #welcome_user_text{
        margin-bottom: 5px;
        margin-top:0px;
    }
}

/*DESKTOP*/
@media (min-width:769px) {

    .activity-row .newHomeButton{
        flex: 0 0 450px
    }
    .activity-row .info-box{
        flex: 5 1 100px;
    }
    .activity-row{
        display: flex;
        align-items:stretch;
        margin: 3px 15vw;
    }
    #welcome_user_text{
        margin-top: auto;
        margin-bottom: auto;
        vertical-align: middle;
    }
}

#logoutbutton{
    margin-left:10px;
}

.activity-flex-container{
    display: flex;
    flex-direction: column;
}

.activity-row .btn{

}

.activity-row .info-box{
    background-color: var(--theme-color-teaser-background);
    
}

.icons{
    height:50px;
    margin: auto;
    margin-right:12px;
    justify-self: left;
    border: 1px solid transparent;
    border-radius: 20%;
}
.info-box{
    display: flex;
    padding: 6px 12px;
    color: var(--theme-color-1);
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space:normal;
    vertical-align: middle;
    width:100%;
}
.info-text{
    margin-top:auto;
    margin-bottom:auto;
}

.item-row{
    margin-left:5vw;
    margin-right:5vw;
    margin-bottom:1vh;
}

#maintained_message{
    font-size: 1vh;
    margin: 0vh 4vw;
    padding: 0;
}

#welcome_user_text {
    text-align: right;
    padding: 0px;
    margin-right: 0px;
    margin-left: 20px;
}

.footer {
    margin: 0vh;
    padding: 1vh;
    /*font-family: SiemensRoman;*/
}

.footer p {
    font-size: 12px;
    margin-bottom: 5px;
    color: #3f3f3f
}

.foot-header,
.footer p {
    unicode-bidi: bidi-override
}

.foot-header {
    font-family: SiemensBold;
    font-size: 20px;
    color: #3c464b;
    text-shadow: #fff 1px 1px 0
}

.siemens-head {
    margin: 4vh 2vh;
    overflow: visible;
    text-align: left;
    height: 2vh;
}

.siemens-head .row{
    float: left;
    width: 50vw;
    padding: 0
}

.siemens-head .container {
    float: left;
    width: 100vw;
    margin-left: 2vh;
    padding: 0
}

.siemens-head .col-xs-12{
    margin-left: 0vh;
    padding: 0
}

.siemens-head a {
    text-decoration: none;
    color: #879baa
}

.siemens-head a:hover {
    color: #3c464b
}

.siemens-head span {
    font-size: 12px;
    height: 16px;
    unicode-bidi: bidi-override
}

.siemens-head i {
    font-size: 14px;
    display: inline-block;
    vertical-align: top
}

.siemens-head .service img {
    margin-left: 0px
}

.siemens-head .search-field {
    margin-right: 0;
    margin-bottom: 20px
}

.siemens-head .search-field .search-box {
    margin-top: 20px;
    height: 35px;
    position: relative;
    border: 1px solid #becdd7;
    border-radius: 2px;
    background-color: #fff
}

.siemens-head .search-field .search-box input::-webkit-input-placeholder {
    unicode-bidi: bidi-override
}

.siemens-head .search-field .search-box input {
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 10px;
    width: 65%;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 28px;
    border: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .siemens-head .search-field .search-box input {
        width: 55%
    }
}

.siemens-head .search-field .search-box input:focus {
    outline: none
}

.siemens-head .search-field .search-box .search-buttons {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 80px;
    display: table
}

.siemens-head .search-field .search-box .search-buttons button {
    background-color: #fff;
    border: none;
    margin: 0;
    height: 33px;
    text-align: center
}

.siemens-head .search-field .search-box .search-buttons button i {
    font-size: 18px;
    color: #879baa;
    vertical-align: middle
}

.siemens-head .search-field .search-box .search-buttons .search-btn:hover {
    background-color: #879baa
}

.siemens-head .search-field .search-box .search-buttons .search-btn:hover i {
    color: #fff
}

.siemens-head .search-field .search-box .search-buttons .search-btn {
    float: right;
    text-align: center;
    width: 40px;
    display: table-cell
}

.siemens-head .search-field .search-box .search-buttons .search-btn i {
    margin-left: -2px
}

.siemens-head .search-field .search-box .search-buttons .reset-btn {
    display: table-cell;
    background-color: #fff;
    width: 40px;
    display: none;
    text-align: center
}

.siemens-head .search-field .search-box .search-buttons .reset-btn i {
    font-size: 14px
}

.siemens-head .search-field .search-box .search-buttons .search-btn-active {
    background-color: #879baa
}

.siemens-head .search-field .search-box .search-buttons .search-btn-active i {
    color: #fff
}

#welcome_text {
    text-align: right;
}


/*-------------------END REVISED SECTION-----------------*/






















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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 10px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

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

    a,
    a:visited {
        text-decoration: underline
    }

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

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

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

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

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

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

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

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

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

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

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

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

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-jpy:before,
.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-rub:before,
.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

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

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

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    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 {
    display: block;
    max-width: 100%;
    height: auto
}

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

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

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

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

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

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

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

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

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

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

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

.h1,
h1 {
    font-size: 36px
}

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

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

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

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

p {
    margin: 0 0 10px
}

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

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

.small,
small {
    font-size: 85%
}

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

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

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

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

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

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

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

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

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

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

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

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

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

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

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

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

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

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

.list-inline {
    margin-left: -5px
}

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

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

dd,
dt {
    line-height: 1.42857
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    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[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

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

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

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

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

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

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

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

code,
kbd,
pre,
samp {
    font-family: Menlo,
        Monaco,
        Consolas,
        Courier New,
        monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

code,
kbd {
    padding: 2px 4px;
    font-size: 90%
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,
            0,
            0,
            .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

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

.container:after {
    clear: both
}

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

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

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

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

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

.container-fluid:after {
    clear: both
}

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

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

.row:after {
    clear: both
}

.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,
.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,
.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,
.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 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

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

.col-xs-1 {
    width: 8.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:992px) {

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

    .col-md-1 {
        width: 8.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:1200px) {

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

    .col-lg-1 {
        width: 8.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%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

caption,
th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

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

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

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

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

.navigation .navigation-global ul .dropbtn .table>tbody>tr.on-page>td,
.navigation .navigation-global ul .dropbtn .table>tbody>tr.on-page>th,
.navigation .navigation-global ul .dropbtn .table>tbody>tr>td.on-page,
.navigation .navigation-global ul .dropbtn .table>tbody>tr>th.on-page,
.navigation .navigation-global ul .dropbtn .table>tfoot>tr.on-page>td,
.navigation .navigation-global ul .dropbtn .table>tfoot>tr.on-page>th,
.navigation .navigation-global ul .dropbtn .table>tfoot>tr>td.on-page,
.navigation .navigation-global ul .dropbtn .table>tfoot>tr>th.on-page,
.navigation .navigation-global ul .dropbtn .table>thead>tr.on-page>td,
.navigation .navigation-global ul .dropbtn .table>thead>tr.on-page>th,
.navigation .navigation-global ul .dropbtn .table>thead>tr>td.on-page,
.navigation .navigation-global ul .dropbtn .table>thead>tr>th.on-page,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.navigation .navigation-global ul .dropbtn .table-hover>tbody>tr.on-page:hover>td,
.navigation .navigation-global ul .dropbtn .table-hover>tbody>tr.on-page:hover>th,
.navigation .navigation-global ul .dropbtn .table-hover>tbody>tr:hover>.on-page,
.navigation .navigation-global ul .dropbtn .table-hover>tbody>tr>td.on-page:hover,
.navigation .navigation-global ul .dropbtn .table-hover>tbody>tr>th.on-page:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

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

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

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

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

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

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

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

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

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

fieldset,
legend {
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

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

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

input[type=checkbox],
input[type=radio] {
    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=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control,
output {
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    color: #555
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,
            0,
            0,
            .075);
    -webkit-transition: border-color .15s ease-in-out,
        box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,
        box-shadow .15s ease-in-out
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,
            0,
            0,
            .075),
        0 0 8px rgba(102,
            175,
            233,
            .6)
}

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

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

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

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

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

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

textarea.form-control {
    height: auto
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm>.input-group-btn>input[type=date].btn,
    .input-group-sm>.input-group-btn>input[type=datetime-local].btn,
    .input-group-sm>.input-group-btn>input[type=month].btn,
    .input-group-sm>.input-group-btn>input[type=time].btn,
    .input-group-sm>input[type=date].form-control,
    .input-group-sm>input[type=date].input-group-addon,
    .input-group-sm>input[type=datetime-local].form-control,
    .input-group-sm>input[type=datetime-local].input-group-addon,
    .input-group-sm>input[type=month].form-control,
    .input-group-sm>input[type=month].input-group-addon,
    .input-group-sm>input[type=time].form-control,
    .input-group-sm>input[type=time].input-group-addon,
    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg>.input-group-btn>input[type=date].btn,
    .input-group-lg>.input-group-btn>input[type=datetime-local].btn,
    .input-group-lg>.input-group-btn>input[type=month].btn,
    .input-group-lg>.input-group-btn>input[type=time].btn,
    .input-group-lg>input[type=date].form-control,
    .input-group-lg>input[type=date].input-group-addon,
    .input-group-lg>input[type=datetime-local].form-control,
    .input-group-lg>input[type=datetime-local].input-group-addon,
    .input-group-lg>input[type=month].form-control,
    .input-group-lg>input[type=month].input-group-addon,
    .input-group-lg>input[type=time].form-control,
    .input-group-lg>input[type=time].input-group-addon,
    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

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

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

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

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

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

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

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

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

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

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

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

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

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(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 .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
    color: #8a6d3b
}

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

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(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 .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
    color: #a94442
}

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

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(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: 25px
}

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

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

@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 .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.navigation .navigation-global ul .dropbtn .btn.focus.on-page,
.navigation .navigation-global ul .dropbtn .btn.on-page:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

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

.btn.active,
.btn:active,
.navigation .navigation-global ul .dropbtn .btn.on-page {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0,
            0,
            0,
            .125)
}

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

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

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.navigation .navigation-global ul .dropbtn .btn-default.on-page,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.navigation .navigation-global ul .dropbtn .btn-default.focus.on-page,
.navigation .navigation-global ul .dropbtn .btn-default.on-page:focus,
.navigation .navigation-global ul .dropbtn .btn-default.on-page:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.navigation .navigation-global ul .dropbtn .btn-default.on-page,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

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

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.navigation .navigation-global ul .dropbtn .btn-primary.on-page,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.navigation .navigation-global ul .dropbtn .btn-primary.focus.on-page,
.navigation .navigation-global ul .dropbtn .btn-primary.on-page:focus,
.navigation .navigation-global ul .dropbtn .btn-primary.on-page:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.navigation .navigation-global ul .dropbtn .btn-primary.on-page,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

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

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

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.navigation .navigation-global ul .dropbtn .btn-success.on-page,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.navigation .navigation-global ul .dropbtn .btn-success.focus.on-page,
.navigation .navigation-global ul .dropbtn .btn-success.on-page:focus,
.navigation .navigation-global ul .dropbtn .btn-success.on-page:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.navigation .navigation-global ul .dropbtn .btn-success.on-page,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

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

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

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

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

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.navigation .navigation-global ul .dropbtn .btn-info.on-page,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.navigation .navigation-global ul .dropbtn .btn-info.focus.on-page,
.navigation .navigation-global ul .dropbtn .btn-info.on-page:focus,
.navigation .navigation-global ul .dropbtn .btn-info.on-page:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.navigation .navigation-global ul .dropbtn .btn-info.on-page,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

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

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

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

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.navigation .navigation-global ul .dropbtn .btn-warning.on-page,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.navigation .navigation-global ul .dropbtn .btn-warning.focus.on-page,
.navigation .navigation-global ul .dropbtn .btn-warning.on-page:focus,
.navigation .navigation-global ul .dropbtn .btn-warning.on-page:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.navigation .navigation-global ul .dropbtn .btn-warning.on-page,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

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

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

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

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.navigation .navigation-global ul .dropbtn .btn-danger.on-page,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.navigation .navigation-global ul .dropbtn .btn-danger.focus.on-page,
.navigation .navigation-global ul .dropbtn .btn-danger.on-page:focus,
.navigation .navigation-global ul .dropbtn .btn-danger.on-page:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.navigation .navigation-global ul .dropbtn .btn-danger.on-page,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

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

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

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
.navigation .navigation-global ul .dropbtn .btn-link.on-page,
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

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

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

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

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

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

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

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

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

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

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

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

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

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

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

.dropdown,
.dropup {
    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: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,
            0,
            0,
            .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,
            0,
            0,
            .175);
    background-clip: padding-box
}

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

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

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

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

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.navigation .navigation-global ul .dropbtn .dropdown-menu>.on-page>a,
.navigation .navigation-global ul .dropbtn .dropdown-menu>.on-page>a:focus,
.navigation .navigation-global ul .dropbtn .dropdown-menu>.on-page>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

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

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    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: 12px;
    line-height: 1.42857;
    color: #777;
    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
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover,
.navigation .navigation-global ul .dropbtn .btn-group-vertical>.btn.on-page,
.navigation .navigation-global ul .dropbtn .btn-group>.btn.on-page {
    z-index: 2
}

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

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:after,
.btn-toolbar:before {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

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

.btn-group>.btn:first-child {
    margin-left: 0
}

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

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

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

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

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

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

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

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

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

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

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

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

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

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

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

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

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

.input-group-addon:first-child {
    border-right: 0
}

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

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

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn,
.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

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

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

.nav:after {
    clear: both
}

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

.nav>li>a {
    padding: 10px 15px
}

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

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

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

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

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

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

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

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.navigation .navigation-global ul .dropbtn .nav-tabs>li.on-page>a,
.navigation .navigation-global ul .dropbtn .nav-tabs>li.on-page>a:focus,
.navigation .navigation-global ul .dropbtn .nav-tabs>li.on-page>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

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

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

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover,
.navigation .navigation-global ul .dropbtn .nav-pills>li.on-page>a,
.navigation .navigation-global ul .dropbtn .nav-pills>li.on-page>a:focus,
.navigation .navigation-global ul .dropbtn .nav-pills>li.on-page>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

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

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

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

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

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

@media (min-width:768px) {

    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

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

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

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

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover,
.navigation .navigation-global ul .dropbtn .nav-tabs-justified>.on-page>a,
.navigation .navigation-global ul .dropbtn .nav-tabs-justified>.on-page>a:focus,
.navigation .navigation-global ul .dropbtn .nav-tabs-justified>.on-page>a:hover,
.navigation .navigation-global ul .dropbtn .nav-tabs.nav-justified>.on-page>a,
.navigation .navigation-global ul .dropbtn .nav-tabs.nav-justified>.on-page>a:focus,
.navigation .navigation-global ul .dropbtn .nav-tabs.nav-justified>.on-page>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {

    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover,
    .navigation .navigation-global ul .dropbtn .nav-tabs-justified>.on-page>a,
    .navigation .navigation-global ul .dropbtn .nav-tabs-justified>.on-page>a:focus,
    .navigation .navigation-global ul .dropbtn .nav-tabs-justified>.on-page>a:hover,
    .navigation .navigation-global ul .dropbtn .nav-tabs.nav-justified>.on-page>a,
    .navigation .navigation-global ul .dropbtn .nav-tabs.nav-justified>.on-page>a:focus,
    .navigation .navigation-global ul .dropbtn .nav-tabs.nav-justified>.on-page>a:hover {
        border-bottom-color: #fff
    }
}

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

.navigation .navigation-global ul .dropbtn .tab-content>.on-page,
.tab-content>.active {
    display: block
}

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

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

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

.navbar:after {
    clear: both
}

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

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

.navbar-header:after {
    clear: both
}

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

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0,
            0%,
            100%,
            .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:after,
.navbar-collapse:before {
    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-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

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

@media (max-device-width:480px) and (orientation:landscape) {

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

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

@media (min-width:768px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        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-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        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: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

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

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {

    .navbar>.container-fluid .navbar-brand,
    .navbar>.container .navbar-brand {
        margin-left: -15px
    }
}

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

.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: 7.5px -15px
}

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

@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 .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

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

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

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

    .navbar-nav>li {
        float: left
    }

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

.navbar-form {
    margin: 8px -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0,
            0%,
            100%,
            .1),
        0 1px 0 hsla(0,
            0%,
            100%,
            .1)
}

@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 .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

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

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

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

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

    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        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;
        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: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

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

.btn-group-sm>.navbar-btn.btn,
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.btn-group-xs>.navbar-btn.btn,
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

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

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

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

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

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

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

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

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

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
    color: #777
}

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

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navigation .navigation-global ul .dropbtn .navbar-nav>.on-page>a,
.navbar-default .navigation .navigation-global ul .dropbtn .navbar-nav>.on-page>a:focus,
.navbar-default .navigation .navigation-global ul .dropbtn .navbar-nav>.on-page>a:hover,
.navigation .navigation-global ul .dropbtn .navbar-default .navbar-nav>.on-page>a,
.navigation .navigation-global ul .dropbtn .navbar-default .navbar-nav>.on-page>a:focus,
.navigation .navigation-global ul .dropbtn .navbar-default .navbar-nav>.on-page>a:hover {
    color: #555;
    background-color: #e7e7e7
}

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

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

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

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

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

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

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

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

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .navigation .navigation-global ul .dropbtn .dropdown-menu>.on-page>a,
    .navbar-default .navbar-nav .open .navigation .navigation-global ul .dropbtn .dropdown-menu>.on-page>a:focus,
    .navbar-default .navbar-nav .open .navigation .navigation-global ul .dropbtn .dropdown-menu>.on-page>a:hover,
    .navigation .navigation-global ul .dropbtn .navbar-default .navbar-nav .open .dropdown-menu>.on-page>a,
    .navigation .navigation-global ul .dropbtn .navbar-default .navbar-nav .open .dropdown-menu>.on-page>a:focus,
    .navigation .navigation-global ul .dropbtn .navbar-default .navbar-nav .open .dropdown-menu>.on-page>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

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

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

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

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

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

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

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

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

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

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #9d9d9d
}

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

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navigation .navigation-global ul .dropbtn .navbar-nav>.on-page>a,
.navbar-inverse .navigation .navigation-global ul .dropbtn .navbar-nav>.on-page>a:focus,
.navbar-inverse .navigation .navigation-global ul .dropbtn .navbar-nav>.on-page>a:hover,
.navigation .navigation-global ul .dropbtn .navbar-inverse .navbar-nav>.on-page>a,
.navigation .navigation-global ul .dropbtn .navbar-inverse .navbar-nav>.on-page>a:focus,
.navigation .navigation-global ul .dropbtn .navbar-inverse .navbar-nav>.on-page>a:hover {
    color: #fff;
    background-color: #090909
}

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

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

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

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

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

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

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

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

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

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

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .navigation .navigation-global ul .dropbtn .dropdown-menu>.on-page>a,
    .navbar-inverse .navbar-nav .open .navigation .navigation-global ul .dropbtn .dropdown-menu>.on-page>a:focus,
    .navbar-inverse .navbar-nav .open .navigation .navigation-global ul .dropbtn .dropdown-menu>.on-page>a:hover,
    .navigation .navigation-global ul .dropbtn .navbar-inverse .navbar-nav .open .dropdown-menu>.on-page>a,
    .navigation .navigation-global ul .dropbtn .navbar-inverse .navbar-nav .open .dropdown-menu>.on-page>a:focus,
    .navigation .navigation-global ul .dropbtn .navbar-inverse .navbar-nav .open .dropdown-menu>.on-page>a:hover {
        color: #fff;
        background-color: #090909
    }

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

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

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

.navbar-inverse .btn-link {
    color: #9d9d9d
}

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

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

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active,
.navigation .navigation-global ul .dropbtn .breadcrumb>.on-page {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.navigation .navigation-global ul .dropbtn .pagination>.on-page>a,
.navigation .navigation-global ul .dropbtn .pagination>.on-page>a:focus,
.navigation .navigation-global ul .dropbtn .pagination>.on-page>a:hover,
.navigation .navigation-global ul .dropbtn .pagination>.on-page>span,
.navigation .navigation-global ul .dropbtn .pagination>.on-page>span:focus,
.navigation .navigation-global ul .dropbtn .pagination>.on-page>span:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

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

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

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

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge,
.navigation .navigation-global ul .dropbtn .list-group-item.on-page>.badge,
.navigation .navigation-global ul .dropbtn .nav-pills>.on-page>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

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

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #eee
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container-fluid .jumbotron,
.container .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container-fluid .jumbotron,
    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

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

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

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

.navigation .navigation-global ul .dropbtn a.thumbnail.on-page,
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

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

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,
            0,
            0,
            .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0,
            0,
            0,
            .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,
            hsla(0,
                0%,
                100%,
                .15) 25%,
            transparent 0,
            transparent 50%,
            hsla(0,
                0%,
                100%,
                .15) 0,
            hsla(0,
                0%,
                100%,
                .15) 75%,
            transparent 0,
            transparent);
    background-image: linear-gradient(45deg,
            hsla(0,
                0%,
                100%,
                .15) 25%,
            transparent 0,
            transparent 50%,
            hsla(0,
                0%,
                100%,
                .15) 0,
            hsla(0,
                0%,
                100%,
                .15) 75%,
            transparent 0,
            transparent);
    background-size: 40px 40px
}

.navigation .navigation-global ul .dropbtn .progress-bar.on-page,
.navigation .navigation-global ul .dropbtn .progress.on-page .progress-bar,
.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,
            hsla(0,
                0%,
                100%,
                .15) 25%,
            transparent 0,
            transparent 50%,
            hsla(0,
                0%,
                100%,
                .15) 0,
            hsla(0,
                0%,
                100%,
                .15) 75%,
            transparent 0,
            transparent);
    background-image: linear-gradient(45deg,
            hsla(0,
                0%,
                100%,
                .15) 25%,
            transparent 0,
            transparent 50%,
            hsla(0,
                0%,
                100%,
                .15) 0,
            hsla(0,
                0%,
                100%,
                .15) 75%,
            transparent 0,
            transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,
            hsla(0,
                0%,
                100%,
                .15) 25%,
            transparent 0,
            transparent 50%,
            hsla(0,
                0%,
                100%,
                .15) 0,
            hsla(0,
                0%,
                100%,
                .15) 75%,
            transparent 0,
            transparent);
    background-image: linear-gradient(45deg,
            hsla(0,
                0%,
                100%,
                .15) 25%,
            transparent 0,
            transparent 50%,
            hsla(0,
                0%,
                100%,
                .15) 0,
            hsla(0,
                0%,
                100%,
                .15) 75%,
            transparent 0,
            transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,
            hsla(0,
                0%,
                100%,
                .15) 25%,
            transparent 0,
            transparent 50%,
            hsla(0,
                0%,
                100%,
                .15) 0,
            hsla(0,
                0%,
                100%,
                .15) 75%,
            transparent 0,
            transparent);
    background-image: linear-gradient(45deg,
            hsla(0,
                0%,
                100%,
                .15) 25%,
            transparent 0,
            transparent 50%,
            hsla(0,
                0%,
                100%,
                .15) 0,
            hsla(0,
                0%,
                100%,
                .15) 75%,
            transparent 0,
            transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,
            hsla(0,
                0%,
                100%,
                .15) 25%,
            transparent 0,
            transparent 50%,
            hsla(0,
                0%,
                100%,
                .15) 0,
            hsla(0,
                0%,
                100%,
                .15) 75%,
            transparent 0,
            transparent);
    background-image: linear-gradient(45deg,
            hsla(0,
                0%,
                100%,
                .15) 25%,
            transparent 0,
            transparent 50%,
            hsla(0,
                0%,
                100%,
                .15) 0,
            hsla(0,
                0%,
                100%,
                .15) 75%,
            transparent 0,
            transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

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

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover,
.navigation .navigation-global ul .dropbtn .list-group-item.on-page,
.navigation .navigation-global ul .dropbtn .list-group-item.on-page:focus,
.navigation .navigation-global ul .dropbtn .list-group-item.on-page:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small,
.navigation .navigation-global ul .dropbtn .list-group-item.on-page .list-group-item-heading,
.navigation .navigation-global ul .dropbtn .list-group-item.on-page .list-group-item-heading>.small,
.navigation .navigation-global ul .dropbtn .list-group-item.on-page .list-group-item-heading>small,
.navigation .navigation-global ul .dropbtn .list-group-item.on-page:focus .list-group-item-heading,
.navigation .navigation-global ul .dropbtn .list-group-item.on-page:focus .list-group-item-heading>.small,
.navigation .navigation-global ul .dropbtn .list-group-item.on-page:focus .list-group-item-heading>small,
.navigation .navigation-global ul .dropbtn .list-group-item.on-page:hover .list-group-item-heading,
.navigation .navigation-global ul .dropbtn .list-group-item.on-page:hover .list-group-item-heading>.small,
.navigation .navigation-global ul .dropbtn .list-group-item.on-page:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.navigation .navigation-global ul .dropbtn .list-group-item.on-page .list-group-item-text,
.navigation .navigation-global ul .dropbtn .list-group-item.on-page:focus .list-group-item-text,
.navigation .navigation-global ul .dropbtn .list-group-item.on-page:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

.navigation .navigation-global ul .dropbtn a.list-group-item-success.on-page,
.navigation .navigation-global ul .dropbtn a.list-group-item-success.on-page:focus,
.navigation .navigation-global ul .dropbtn a.list-group-item-success.on-page:hover,
.navigation .navigation-global ul .dropbtn button.list-group-item-success.on-page,
.navigation .navigation-global ul .dropbtn button.list-group-item-success.on-page:focus,
.navigation .navigation-global ul .dropbtn button.list-group-item-success.on-page:hover,
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

.navigation .navigation-global ul .dropbtn a.list-group-item-info.on-page,
.navigation .navigation-global ul .dropbtn a.list-group-item-info.on-page:focus,
.navigation .navigation-global ul .dropbtn a.list-group-item-info.on-page:hover,
.navigation .navigation-global ul .dropbtn button.list-group-item-info.on-page,
.navigation .navigation-global ul .dropbtn button.list-group-item-info.on-page:focus,
.navigation .navigation-global ul .dropbtn button.list-group-item-info.on-page:hover,
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

.navigation .navigation-global ul .dropbtn a.list-group-item-warning.on-page,
.navigation .navigation-global ul .dropbtn a.list-group-item-warning.on-page:focus,
.navigation .navigation-global ul .dropbtn a.list-group-item-warning.on-page:hover,
.navigation .navigation-global ul .dropbtn button.list-group-item-warning.on-page,
.navigation .navigation-global ul .dropbtn button.list-group-item-warning.on-page:focus,
.navigation .navigation-global ul .dropbtn button.list-group-item-warning.on-page:hover,
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

.navigation .navigation-global ul .dropbtn a.list-group-item-danger.on-page,
.navigation .navigation-global ul .dropbtn a.list-group-item-danger.on-page:focus,
.navigation .navigation-global ul .dropbtn a.list-group-item-danger.on-page:hover,
.navigation .navigation-global ul .dropbtn button.list-group-item-danger.on-page,
.navigation .navigation-global ul .dropbtn button.list-group-item-danger.on-page:focus,
.navigation .navigation-global ul .dropbtn button.list-group-item-danger.on-page:hover,
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

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

.panel-body:after,
.panel-body:before {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

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

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

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

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table-responsive>.table caption,
.panel>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

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

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

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

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,
            0,
            0,
            .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,
            0,
            0,
            .15)
}

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

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

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

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

.modal,
.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    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: translateY(-25%);
    transform: translateY(-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,
        -webkit-transform .3s ease-out
}

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

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

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

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,
            0,
            0,
            .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(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: #000
}

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

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

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

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

.modal-header:after {
    clear: both
}

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

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

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

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

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

.modal-footer:after {
    clear: both
}

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

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

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

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

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

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

    .modal-sm {
        width: 300px
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Helvetica Neue,
        Helvetica,
        Arial,
        sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Helvetica Neue,
        Helvetica,
        Arial,
        sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,
            0,
            0,
            .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0,
            0,
            0,
            .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,
            0,
            0,
            .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,
            0,
            0,
            .25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,
            0,
            0,
            .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,
            0,
            0,
            .25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel,
.carousel-inner {
    position: relative
}

.carousel-inner {
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: left .6s ease-in-out;
    transition: left .6s ease-in-out
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media (-webkit-transform-3d),
all and (transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,
            -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next,
    .navigation .navigation-global ul .dropbtn .carousel-inner>.item.right.on-page {
        -webkit-transform: translate3d(100%,
                0,
                0);
        transform: translate3d(100%,
                0,
                0);
        left: 0
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev,
    .navigation .navigation-global ul .dropbtn .carousel-inner>.item.left.on-page {
        -webkit-transform: translate3d(-100%,
                0,
                0);
        transform: translate3d(-100%,
                0,
                0);
        left: 0
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .navigation .navigation-global ul .dropbtn .carousel-inner>.item.on-page {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev,
.navigation .navigation-global ul .dropbtn .carousel-inner>.on-page {
    display: block
}

.carousel-inner>.active,
.navigation .navigation-global ul .dropbtn .carousel-inner>.on-page {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left,
.navigation .navigation-global ul .dropbtn .carousel-inner>.left.on-page {
    left: -100%
}

.carousel-inner>.active.right,
.navigation .navigation-global ul .dropbtn .carousel-inner>.right.on-page {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,
            0,
            0,
            .6);
    background-color: transparent
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,
            rgba(0,
                0,
                0,
                .5),
            rgba(0,
                0,
                0,
                .0001));
    background-image: linear-gradient(90deg,
            rgba(0,
                0,
                0,
                .5) 0,
            rgba(0,
                0,
                0,
                .0001));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',
            endColorstr='#00000000',
            GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left,
            rgba(0,
                0,
                0,
                .0001),
            rgba(0,
                0,
                0,
                .5));
    background-image: linear-gradient(90deg,
            rgba(0,
                0,
                0,
                .0001) 0,
            rgba(0,
                0,
                0,
                .5));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
            endColorstr='#80000000',
            GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000;
    background-color: transparent
}

.carousel-indicators .active,
.carousel-indicators .navigation .navigation-global ul .dropbtn .on-page,
.navigation .navigation-global ul .dropbtn .carousel-indicators .on-page {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

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

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

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

.clearfix:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

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

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible-print {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-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,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    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
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before {
    text-align: center
}

@font-face {
    font-family: VideoJS;
    src: url(../fonts/VideoJS.eot?#iefix) format("eot")
}

/* @font-face {
    font-family: VideoJS;
    src: url(data:application/font-woff;charset=utf-8;base64,
d09GRgABAAAAAA54AAoAAAAAFmgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBWNtYXAAAAE0AAAAOgAAAUriMBC2Z2x5ZgAAAXAAAAouAAAPUFvx6AdoZWFkAAALoAAAACsAAAA2DIPpX2hoZWEAAAvMAAAAGAAAACQOogcgaG10eAAAC+QAAAAPAAAAfNkAAABsb2NhAAAL9AAAAEAAAABAMMg06m1heHAAAAw0AAAAHwAAACABMAB5bmFtZQAADFQAAAElAAACCtXH9aBwb3N0AAANfAAAAPwAAAGBZkSN43icY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoxw7iLmSHCDOCCADvEAo+AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/f8PUvCREUTzM0DVAwEjG8OIBwCPdwbVAAB4nI1Xe1CU1xX/zv1eLItLln0JwrIfC7sJGET2hRJ2N1GUoBJE8AESQEEhmBHjaB7UuBMTO4GMaSu7aY3RNlOdRPNqO2pqRmuTaSZtR6JJILUZk00a/4imjpmiecB303O/XUgMJOPufvd+99xzzz33nN855y4HHH7EfrGfIxwHRiANvF/sH71I9BzHszmpW+rGOQOXxXE6YhI4PoMT8zkT4cDFuf1cwMrZJI5cglM0HKVv0MaUFDgIFfg9mJJCG+kbKn1JkqBOVaFOkuhLpARq8fu0Nnc9/zdvfY9PxXW4PdH0C6N+PCejhorxFjAqRjgFRXSINEARbBGsoxcFK7IJmr4OycFJnInL59zIXwxui80fkGRbEHyosMWaATJKUfCskmwJQsAWANkmnIGOhlf514h7U8HNIv3owoHB0WMt0Eb3sx0guLi5pq/8Ny1q6969fKR9X9GBV6dPv6dp04K99SOwtmyPl47ApRa6n4ZpP1yjr5fn7MmYP/vXLUJs715UguklHBaHOZHZmG1N9FAIW2mf0MqWCIdo/8RZ1yGfxKUldDcGIbFA7ICO+vqOMSPTh/ZrSqgHi/bB/O8E8Mnzp+M+acxfpsTShBwej26TiGxBn7m4eEIO+Rueu6Hj+IFBnh88cAEUEQ //nVLx5C7kf+yIR47QEe+eMlhz9SqsGbe3hh2R03NGzoY6O42Kz8l7fB6fAk6LYnTyFo/FYyT6GGyNx2Jx2sdH4rA1Fo/HyCXaFyOp8dhYBCfJb2NIn1ImE6CYNGmgSTb52DawJR6jfXEmDU4xyTEmpgHHOIStoxfjSGdkbsK2w2jbdMQG4sgAstEONgURYCwGHhEhhscioQaAhhCf7McifEQc0l6+mxj9nI+gmSdiQ0Zbm7gZnIO7GSMEXG6UDAVocxAV8GcEXCKg1a02RcTtwANWRGIAyElor6n/+ZU2yOB3+T77Hb1MLqhn4KHVnQBjJnqe9QZSon6Kc5DxAD2vMdPL/BXSmQGwspa67z9wLUjdi9TN7QC7lyyBr9rpt7uXVC1CMpyjKRoXnGPHTuiaPLsNdc2dbAFQLAooPkXEh33FodHl4XpC6sPCIa0ftUIhHSYXVSu5iME+DIXsbZJ51BeidCgajcai43jU9nVzoSn2dPqcFvSoxSzJzgRKAx47WMRxOrIj3Wf0+hndxhJTiOkSEqxar3b3RKM9hY64oxBA64ieURLvCfpkDb8siBdUJ1bgT+urJ5PGfewQrmm5R5+0HmfyIPySD7OYkT0WxRePah8oEiyjlxIP74thVoRTURpmL6QhGuWS+QDjdANXjIM8SQa/1w128ODx0Qp4aLMNg9+JL3joUn8AMxW+aLNiuKjarn4uyyTdXjOzZTsh21uwldUvJoYza+zELALfu3p1L8/3krtyZ0Ag058J3hxHghvbGZn0dHZy6Mim/7Blre4lpHd1c28yVqRViO153F2oIWoXCIKbL4Z0cM1iaQn9mI5KuV2SzEvWXJDMNtkANpMdQoDDhIdD4A/YrP6Aye9ysxyE+uOEAcTDorgvVZJjcua043PnZ/PmdDqcbibZlXOOT8uSo7Kof0YUn9GL+Jo17ficymxiTofC6znUso0DhAxs1Fo+kF+d36vLmgZ8mk5cdGv2mwYj5k3Dm9m3LhJ1aVRNm6HrTbLgYAoWXDhDd/u4PGy5CT+xGMdiaBovewUCF/1BiWNljI9MLn7jeScpg+WyH6mfU62eVDql7hsrmvx1ezp/YldE2LhjbkiDnAn8tGy/MW3IXRMYJduvq9HpmIcKuFt+JCtgdGEGKAcF6UacVwIYbVPGfw/+YuNBS4cx/CUHcnyfc+wRDMtTr72mMSBjT/yn/GKSdeDWQUCH6Xoqq5R10RE60gV6erUL0iCti16d0hZjxut4QI/rEpgSh6WjnJXdBXRg1GKCucGJPtFqM27aD1tOqqKonsQ2KsFSSmEpmvRlsR+TcD9OFwrqXxIclL4sJTnGMSuG8KpkZvKdeVIOKDyWSyPLV16/p1QMPbP8NihwUzr47bdnXtwtjdCvqqpO0H+pOvIl3Pzv46e5CT/tQjklXCXXym1AaWY7bzHLkuDMc7ldKCvgxzLn8wYkJLBhEDyK7MT8bTbwbkxbfp+3mKAGsmTBpabSIEECzMIcQlzOPAMKsxMs7uhsnxPLuofPDTc1hkuq6MX9j16YU7CqegcYHbmWYuvAP6tCS97tgWf7dlQvnl25YPavXLVZvrzQPeHCpZmzzEUVq/xzu5sChnSTPTW7oOYmh69z4zL/gk3b+O6hoa733uviP82vnFcbqWlc9tDmZa23LVzaV1yXURi+JX+28NeBuj3+O8IrQ080Vm1eWB4OKjPmrJu7c1udWynvKF6/vs479lSW9+5gZkn+dKfellNGDPllzeULustz+A0bPvhgw7lkvEUwn/N4Ty7U7nhGsEpFkOfy+kutbOh1JQxhVDJumoW11hnkPThznh6FFlhfT+ra1x9sF56kx5YuDzVY9PQYAYA7iblw4frQ4TPCk2MK/xGU3rlmze62trHz6lsko+v+So/do74PT8KVkpJfOErKcv8znrMGsHTNxoEkWy1mYgDB6XBbPaWsuiS6CryGaL6zCjaXBgvtkuyXBua1wOKnh+k7L9AvPnYWffxK18FcJbuosGf3/Jo7amY+CE1vppzY+UTrva0FXc1i55pKQ/YjVL187N5fCn1kW5uot/1hi+DiZ+5atnJR9E+prvydJ9ZZ5mwOpU5gM4KYysMBQ71UzPuMTl9QQOyUo5nwioeYCPjFklrbK6s6X+ypUZ6rum9+CZYzWRiBJfSP0xzzSmrg7f86g0DKVj/wwFzieD9rRfPGFbeKMl05pn5j9/rsQJJ2iEgRrpohlyBo3f4QK7Kl+EcAYZgAoNVmZWXK704YAa3FwBxgSGUOs5htvGRz4Sgj3yFkSJFBuv/sxu5yk998T8WDJzvv/2RX19HtTUW1S+wpKRKRjJ6zzz/1/OPdFdWGlAKbvzS4PHOtURikg9AGz0LbIB85S/cPOpoXvuue8/iV2H1vPTy3ddvOeZ37HGmO3OmSzVzR+NS53+84dHlFhXPLqtzSO+5ruHM2vXtBdxP87LOzKAD359j/INYIbyPabIi3Cq6Wa+SaGe78diIzu7qcblcAa6/fJRvNopXFJnO+U9KKM5bqH5LM0iQSVmpPCPDu7ZT4Aoubz3709EBTyrTDjyx8MQXgUH1nqm7TWng4TzE4i4AsKskBITXfSyC4Fkl5MxnJDiKSIDSJAsGvd1y+/eNDp2e+A+5d8HeiiunrTkT6TqWLIs+/QRoWr98s0qj8uuzLuS22Ytufg3rdTaHn1m46sfgGKHXt0MGnLaRHdnwN37tvHcWKo2V6lnPxL4UvUQcRdOzmZSQs8X5CH5OxXMXpkATuDz8Et0SH4uyCRR+TjmBDP1GvsVrWEGVzEj33YVQ9jAtIKpqsl/s/0xrocwAAeJxjYGRgYADig3cEzsTz23xl4GZnAIHLRucNkWl2BrA4BwMTiAIAF4IITwB4nGNgZGBgZwCChWASxGZkQAXyABOUANh4nGNnYGBgHyAMADa8ANoAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqHicY2BkYGCQZ8hlYGcAASYg5gJCBob/YD4DABbVAaoAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYFspGUp3Te+IB9lHJF4cOzUS2n/voaEGR6qB+lKo+WITdhga/a/bRnDBFPMkCBFhhwF5ihxg1sssMQKa9xhg3s84BFPeMYLXvGGd3zgE9tZr/hveXKVkFYoSnoeHJXfRoWOqi54mo9ameNFdrK+dLSyaVf7oJQTlkhXpD3Z5XXhR/rUfQVuKXO91Jps4cLOS6/I5YL3XhodRRsVWZe4NnZOhWnSAWgxhMoEr6SmzZieF43Mk7ZOBdeCVGrp9Eu+54J2xhySplfB5XHwQLXUmT9KH6+kPnQ7ZYuIEzNyfs1DLU1VU4SWZ6LkXGHsD1ZKbMw=) format("woff"),
        url(data:application/x-font-ttf;charset=utf-8;base64,
AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7 //wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");font-weight:400;font-style:normal}.video-js .vjs-big-play-button,

        .video-js .vjs-play-control,
        .vjs-icon-play {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    } */

    .video-js .vjs-big-play-button:before,
    .video-js .vjs-play-control:before,
    .vjs-icon-play:before {
        content: "\f101"
    }

    .vjs-icon-play-circle {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .vjs-icon-play-circle:before {
        content: "\f102"
    }

    .video-js .vjs-play-control.vjs-playing,
    .vjs-icon-pause {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .video-js .vjs-play-control.vjs-playing:before,
    .vjs-icon-pause:before {
        content: "\f103"
    }

    .video-js .vjs-mute-control.vjs-vol-0,
    .video-js .vjs-volume-menu-button.vjs-vol-0,
    .vjs-icon-volume-mute {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .video-js .vjs-mute-control.vjs-vol-0:before,
    .video-js .vjs-volume-menu-button.vjs-vol-0:before,
    .vjs-icon-volume-mute:before {
        content: "\f104"
    }

    .video-js .vjs-mute-control.vjs-vol-1,
    .video-js .vjs-volume-menu-button.vjs-vol-1,
    .vjs-icon-volume-low {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .video-js .vjs-mute-control.vjs-vol-1:before,
    .video-js .vjs-volume-menu-button.vjs-vol-1:before,
    .vjs-icon-volume-low:before {
        content: "\f105"
    }

    .video-js .vjs-mute-control.vjs-vol-2,
    .video-js .vjs-volume-menu-button.vjs-vol-2,
    .vjs-icon-volume-mid {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .video-js .vjs-mute-control.vjs-vol-2:before,
    .video-js .vjs-volume-menu-button.vjs-vol-2:before,
    .vjs-icon-volume-mid:before {
        content: "\f106"
    }

    .video-js .vjs-mute-control,
    .video-js .vjs-volume-menu-button,
    .vjs-icon-volume-high {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .video-js .vjs-mute-control:before,
    .video-js .vjs-volume-menu-button:before,
    .vjs-icon-volume-high:before {
        content: "\f107"
    }

    .video-js .vjs-fullscreen-control,
    .vjs-icon-fullscreen-enter {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .video-js .vjs-fullscreen-control:before,
    .vjs-icon-fullscreen-enter:before {
        content: "\f108"
    }

    .video-js.vjs-fullscreen .vjs-fullscreen-control,
    .vjs-icon-fullscreen-exit {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .video-js.vjs-fullscreen .vjs-fullscreen-control:before,
    .vjs-icon-fullscreen-exit:before {
        content: "\f109"
    }

    .vjs-icon-square {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .vjs-icon-square:before {
        content: "\f10a"
    }

    .vjs-icon-spinner {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .vjs-icon-spinner:before {
        content: "\f10b"
    }

    .video-js .vjs-subtitles-button,
    .vjs-icon-subtitles {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .video-js .vjs-subtitles-button:before,
    .vjs-icon-subtitles:before {
        content: "\f10c"
    }

    .video-js .vjs-captions-button,
    .vjs-icon-captions {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .video-js .vjs-captions-button:before,
    .vjs-icon-captions:before {
        content: "\f10d"
    }

    .video-js .vjs-chapters-button,
    .vjs-icon-chapters {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .video-js .vjs-chapters-button:before,
    .vjs-icon-chapters:before {
        content: "\f10e"
    }

    .vjs-icon-share {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .vjs-icon-share:before {
        content: "\f10f"
    }

    .vjs-icon-cog {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .vjs-icon-cog:before {
        content: "\f110"
    }

    .video-js .vjs-mouse-display,
    .video-js .vjs-play-progress,
    .video-js .vjs-volume-level,
    .vjs-icon-circle {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .video-js .vjs-mouse-display:before,
    .video-js .vjs-play-progress:before,
    .video-js .vjs-volume-level:before,
    .vjs-icon-circle:before {
        content: "\f111"
    }

    .vjs-icon-circle-outline {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .vjs-icon-circle-outline:before {
        content: "\f112"
    }

    .vjs-icon-circle-inner-circle {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .vjs-icon-circle-inner-circle:before {
        content: "\f113"
    }

    .vjs-icon-hd {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .vjs-icon-hd:before {
        content: "\f114"
    }

    .video-js .vjs-control.vjs-close-button,
    .vjs-icon-cancel {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .video-js .vjs-control.vjs-close-button:before,
    .vjs-icon-cancel:before {
        content: "\f115"
    }

    .vjs-icon-replay {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .vjs-icon-replay:before {
        content: "\f116"
    }

    .vjs-icon-facebook {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .vjs-icon-facebook:before {
        content: "\f117"
    }

    .vjs-icon-gplus {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .vjs-icon-gplus:before {
        content: "\f118"
    }

    .vjs-icon-linkedin {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .vjs-icon-linkedin:before {
        content: "\f119"
    }

    .vjs-icon-twitter {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .vjs-icon-twitter:before {
        content: "\f11a"
    }

    .vjs-icon-tumblr {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .vjs-icon-tumblr:before {
        content: "\f11b"
    }

    .vjs-icon-pinterest {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .vjs-icon-pinterest:before {
        content: "\f11c"
    }

    .video-js .vjs-descriptions-button,
    .vjs-icon-audio-description {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .video-js .vjs-descriptions-button:before,
    .vjs-icon-audio-description:before {
        content: "\f11d"
    }

    .video-js .vjs-audio-button,
    .vjs-icon-audio {
        font-family: VideoJS;
        font-weight: 400;
        font-style: normal
    }

    .video-js .vjs-audio-button:before,
    .vjs-icon-audio:before {
        content: "\f11e"
    }

    .video-js {
        display: block;
        vertical-align: top;
        box-sizing: border-box;
        color: #fff;
        background-color: #000;
        position: relative;
        padding: 0;
        font-size: 10px;
        line-height: 1;
        font-weight: 400;
        font-style: normal;
        font-family: Arial,
            Helvetica,
            sans-serif;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .video-js:-moz-full-screen {
        position: absolute
    }

    .video-js:-webkit-full-screen {
        width: 100% !important;
        height: 100% !important
    }

    .video-js *,
    .video-js :after,
    .video-js :before {
        box-sizing: inherit
    }

    .video-js ul {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        list-style-position: outside;
        margin: 0
    }

    .video-js.vjs-4-3,
    .video-js.vjs-16-9,
    .video-js.vjs-fluid {
        width: 100%;
        max-width: 100%;
        height: 0
    }

    .video-js.vjs-16-9 {
        padding-top: 56.25%
    }

    .video-js.vjs-4-3 {
        padding-top: 75%
    }

    .video-js.vjs-fill,
    .video-js .vjs-tech {
        width: 100%;
        height: 100%
    }

    .video-js .vjs-tech {
        position: absolute;
        top: 0;
        left: 0
    }

    body.vjs-full-window {
        padding: 0;
        margin: 0;
        height: 100%;
        overflow-y: auto
    }

    .vjs-full-window .video-js.vjs-fullscreen {
        position: fixed;
        overflow: hidden;
        z-index: 1000;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0
    }

    .video-js.vjs-fullscreen {
        width: 100% !important;
        height: 100% !important;
        padding-top: 0 !important
    }

    .video-js.vjs-fullscreen.vjs-user-inactive {
        cursor: none
    }

    .vjs-hidden {
        display: none !important
    }

    .vjs-disabled {
        opacity: .5;
        cursor: default
    }

    .video-js .vjs-offscreen {
        height: 1px;
        left: -9999px;
        position: absolute;
        top: 0;
        width: 1px
    }

    .vjs-lock-showing {
        display: block !important;
        opacity: 1;
        visibility: visible
    }

    .vjs-no-js {
        padding: 20px;
        color: #fff;
        background-color: #000;
        font-size: 18px;
        font-family: Arial,
            Helvetica,
            sans-serif;
        text-align: center;
        width: 300px;
        height: 150px;
        margin: 0 auto
    }

    .vjs-no-js a,
    .vjs-no-js a:visited {
        color: #66a8cc
    }

    .video-js .vjs-big-play-button {
        font-size: 3em;
        line-height: 1.5em;
        height: 1.5em;
        width: 3em;
        display: block;
        position: absolute;
        top: 10px;
        left: 10px;
        padding: 0;
        cursor: pointer;
        opacity: 1;
        border: .06666em solid #fff;
        background-color: #2b333f;
        background-color: rgba(43,
                51,
                63,
                .7);
        border-radius: .3em;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .vjs-big-play-centered .vjs-big-play-button {
        top: 50%;
        left: 50%;
        margin-top: -.75em;
        margin-left: -1.5em
    }

    .video-js .vjs-big-play-button:focus,
    .video-js:hover .vjs-big-play-button {
        outline: 0;
        border-color: #fff;
        background-color: #73859f;
        background-color: rgba(115,
                133,
                159,
                .5);
        -webkit-transition: all 0s;
        transition: all 0s
    }

    .vjs-controls-disabled .vjs-big-play-button,
    .vjs-error .vjs-big-play-button,
    .vjs-has-started .vjs-big-play-button,
    .vjs-using-native-controls .vjs-big-play-button {
        display: none
    }

    .video-js button {
        background: none;
        border: none;
        color: inherit;
        display: inline-block;
        overflow: visible;
        font-size: inherit;
        line-height: inherit;
        text-transform: none;
        text-decoration: none;
        -webkit-transition: none;
        transition: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .video-js .vjs-control.vjs-close-button {
        cursor: pointer;
        height: 3em;
        position: absolute;
        right: 0;
        top: .5em;
        z-index: 2
    }

    .vjs-menu-button {
        cursor: pointer
    }

    .vjs-menu-button.vjs-disabled {
        cursor: default
    }

    .vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
        display: none
    }

    .vjs-menu .vjs-menu-content {
        display: block;
        padding: 0;
        margin: 0;
        overflow: auto
    }

    .vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
        display: none
    }

    .vjs-menu li {
        list-style: none;
        margin: 0;
        padding: .2em 0;
        line-height: 1.4em;
        font-size: 1.2em;
        text-align: center;
        text-transform: lowercase
    }

    .vjs-menu li:focus,
    .vjs-menu li:hover {
        outline: 0;
        background-color: #73859f;
        background-color: rgba(115,
                133,
                159,
                .5)
    }

    .vjs-menu li.vjs-selected,
    .vjs-menu li.vjs-selected:focus,
    .vjs-menu li.vjs-selected:hover {
        background-color: #fff;
        color: #2b333f
    }

    .vjs-menu li.vjs-menu-title {
        text-align: center;
        text-transform: uppercase;
        font-size: 1em;
        line-height: 2em;
        padding: 0;
        margin: 0 0 .3em;
        font-weight: 700;
        cursor: default
    }

    .vjs-menu-button-popup .vjs-menu {
        display: none;
        position: absolute;
        bottom: 0;
        width: 10em;
        left: -3em;
        height: 0;
        margin-bottom: 1.5em;
        border-top-color: rgba(43,
                51,
                63,
                .7)
    }

    .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
        background-color: #2b333f;
        background-color: rgba(43,
                51,
                63,
                .7);
        position: absolute;
        width: 100%;
        bottom: 1.5em;
        max-height: 15em
    }

    .vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
    .vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
        display: block
    }

    .video-js .vjs-menu-button-inline {
        -webkit-transition: all .4s;
        transition: all .4s;
        overflow: hidden
    }

    .video-js .vjs-menu-button-inline:before {
        width: 2.222222222em
    }

    .video-js .vjs-menu-button-inline.vjs-slider-active,
    .video-js .vjs-menu-button-inline:focus,
    .video-js .vjs-menu-button-inline:hover,
    .video-js.vjs-no-flex .vjs-menu-button-inline {
        width: 12em
    }

    .video-js .vjs-menu-button-inline.vjs-slider-active {
        -webkit-transition: none;
        transition: none
    }

    .vjs-menu-button-inline .vjs-menu {
        opacity: 0;
        height: 100%;
        width: auto;
        position: absolute;
        left: 4em;
        top: 0;
        padding: 0;
        margin: 0;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
    .vjs-menu-button-inline:focus .vjs-menu,
    .vjs-menu-button-inline:hover .vjs-menu {
        display: block;
        opacity: 1
    }

    .vjs-no-flex .vjs-menu-button-inline .vjs-menu {
        display: block;
        opacity: 1;
        position: relative;
        width: auto
    }

    .vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
    .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
    .vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
        width: auto
    }

    .vjs-menu-button-inline .vjs-menu-content {
        width: auto;
        height: 100%;
        margin: 0;
        overflow: hidden
    }

    .video-js .vjs-control-bar {
        display: none;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3em;
        background-color: #2b333f;
        background-color: rgba(43,
                51,
                63,
                .7)
    }

    .vjs-has-started .vjs-control-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visibility: visible;
        opacity: 1;
        -webkit-transition: visibility .1s,
            opacity .1s;
        transition: visibility .1s,
            opacity .1s
    }

    .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
        visibility: visible;
        opacity: 0;
        -webkit-transition: visibility 1s,
            opacity 1s;
        transition: visibility 1s,
            opacity 1s
    }

    @media \0screen {
        .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
            visibility: hidden
        }
    }

    .vjs-controls-disabled .vjs-control-bar,
    .vjs-error .vjs-control-bar,
    .vjs-using-native-controls .vjs-control-bar {
        display: none !important
    }

    .vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
        opacity: 1;
        visibility: visible
    }

    @media \0screen {
        .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
            content: ""
        }
    }

    .vjs-has-started.vjs-no-flex .vjs-control-bar {
        display: table
    }

    .video-js .vjs-control {
        outline: none;
        position: relative;
        text-align: center;
        margin: 0;
        padding: 0;
        height: 100%;
        width: 4em;
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none
    }

    .video-js .vjs-control:before {
        font-size: 1.8em;
        line-height: 1.67
    }

    .video-js .vjs-control:focus,
    .video-js .vjs-control:focus:before,
    .video-js .vjs-control:hover:before {
        text-shadow: 0 0 1em #fff
    }

    .video-js .vjs-control-text {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .vjs-no-flex .vjs-control {
        display: table-cell;
        vertical-align: middle
    }

    .video-js .vjs-custom-control-spacer {
        display: none
    }

    .video-js .vjs-progress-control {
        -webkit-box-flex: auto;
        -ms-flex: auto;
        flex: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 4em
    }

    .vjs-live .vjs-progress-control {
        display: none
    }

    .video-js .vjs-progress-holder {
        -webkit-box-flex: auto;
        -ms-flex: auto;
        flex: auto;
        -webkit-transition: all .2s;
        transition: all .2s;
        height: .3em
    }

    .video-js .vjs-progress-control:hover .vjs-progress-holder {
        font-size: 1.6666666666666667em
    }

    .video-js .vjs-progress-control:hover .vjs-mouse-display:after,
    .video-js .vjs-progress-control:hover .vjs-play-progress:after,
    .video-js .vjs-progress-control:hover .vjs-time-tooltip {
        font-family: Arial,
            Helvetica,
            sans-serif;
        visibility: visible;
        font-size: .6em
    }

    .video-js .vjs-progress-holder .vjs-load-progress,
    .video-js .vjs-progress-holder .vjs-load-progress div,
    .video-js .vjs-progress-holder .vjs-play-progress,
    .video-js .vjs-progress-holder .vjs-tooltip-progress-bar {
        position: absolute;
        display: block;
        height: .3em;
        margin: 0;
        padding: 0;
        width: 0;
        left: 0;
        top: 0
    }

    .video-js .vjs-mouse-display:before {
        display: none
    }

    .video-js .vjs-play-progress {
        background-color: #fff
    }

    .video-js .vjs-play-progress:before {
        position: absolute;
        top: -.333333333333333em;
        right: -.5em;
        font-size: .9em
    }

    .video-js .vjs-mouse-display:after,
    .video-js .vjs-play-progress:after,
    .video-js .vjs-time-tooltip {
        visibility: hidden;
        pointer-events: none;
        position: absolute;
        top: -3.4em;
        right: -1.9em;
        font-size: .9em;
        color: #000;
        content: attr(data-current-time);
        padding: 6px 8px 8px;
        background-color: #fff;
        background-color: hsla(0,
                0%,
                100%,
                .8);
        border-radius: .3em
    }

    .video-js .vjs-play-progress:after,
    .video-js .vjs-play-progress:before,
    .video-js .vjs-time-tooltip {
        z-index: 1
    }

    .video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
        display: none
    }

    .video-js .vjs-load-progress {
        background: #bfc7d3;
        background: rgba(115,
                133,
                159,
                .5)
    }

    .video-js .vjs-load-progress div {
        background: #fff;
        background: rgba(115,
                133,
                159,
                .75)
    }

    .video-js.vjs-no-flex .vjs-progress-control {
        width: auto
    }

    .video-js .vjs-time-tooltip {
        display: inline-block;
        height: 2.4em;
        position: relative;
        float: right;
        right: -1.9em
    }

    .vjs-tooltip-progress-bar {
        visibility: hidden
    }

    .video-js .vjs-progress-control .vjs-mouse-display {
        display: none;
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #000;
        z-index: 1
    }

    .vjs-no-flex .vjs-progress-control .vjs-mouse-display {
        z-index: 0
    }

    .video-js .vjs-progress-control:hover .vjs-mouse-display {
        display: block
    }

    .video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
    .video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility 1s,
            opacity 1s;
        transition: visibility 1s,
            opacity 1s
    }

    .video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
    .video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
        display: none
    }

    .video-js .vjs-progress-control .vjs-mouse-display:after,
    .vjs-mouse-display .vjs-time-tooltip {
        color: #fff;
        background-color: #000;
        background-color: rgba(0,
                0,
                0,
                .8)
    }

    .video-js .vjs-slider {
        outline: 0;
        position: relative;
        cursor: pointer;
        padding: 0;
        margin: 0 .45em;
        background-color: #73859f;
        background-color: rgba(115,
                133,
                159,
                .5)
    }

    .video-js .vjs-slider:focus {
        text-shadow: 0 0 1em #fff;
        box-shadow: 0 0 1em #fff
    }

    .video-js .vjs-mute-control,
    .video-js .vjs-volume-menu-button {
        cursor: pointer;
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none
    }

    .video-js .vjs-volume-control {
        width: 5em;
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .video-js .vjs-volume-bar {
        margin: 1.35em .45em
    }

    .vjs-volume-bar.vjs-slider-horizontal {
        width: 5em;
        height: .3em
    }

    .vjs-volume-bar.vjs-slider-vertical {
        width: .3em;
        height: 5em;
        margin: 1.35em auto
    }

    .video-js .vjs-volume-level {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #fff
    }

    .video-js .vjs-volume-level:before {
        position: absolute;
        font-size: .9em
    }

    .vjs-slider-vertical .vjs-volume-level {
        width: .3em
    }

    .vjs-slider-vertical .vjs-volume-level:before {
        top: -.5em;
        left: -.3em
    }

    .vjs-slider-horizontal .vjs-volume-level {
        height: .3em
    }

    .vjs-slider-horizontal .vjs-volume-level:before {
        top: -.3em;
        right: -.5em
    }

    .vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
        height: 100%
    }

    .vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
        width: 100%
    }

    .vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
        display: block;
        width: 0;
        height: 0;
        border-top-color: transparent
    }

    .vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
        left: .5em;
        height: 8em
    }

    .vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
        left: -2em
    }

    .vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
        height: 0;
        width: 0;
        overflow-x: hidden;
        overflow-y: hidden
    }

    .vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content,
    .vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
    .vjs-volume-menu-button-vertical:focus .vjs-menu-content,
    .vjs-volume-menu-button-vertical:hover .vjs-menu-content {
        height: 8em;
        width: 2.9em
    }

    .vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content,
    .vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
    .vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
    .vjs-volume-menu-button-horizontal:hover .vjs-menu-content {
        height: 2.9em;
        width: 8em
    }

    .vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
        background-color: transparent !important
    }

    .vjs-poster {
        display: inline-block;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        background-color: #000;
        cursor: pointer;
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%
    }

    .vjs-poster,
    .vjs-poster img {
        vertical-align: middle;
        padding: 0
    }

    .vjs-poster img {
        display: block;
        margin: 0 auto;
        max-height: 100%;
        width: 100%
    }

    .vjs-has-started .vjs-poster {
        display: none
    }

    .vjs-audio.vjs-has-started .vjs-poster {
        display: block
    }

    .vjs-controls-disabled .vjs-poster,
    .vjs-using-native-controls .vjs-poster {
        display: none
    }

    .video-js .vjs-live-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        -webkit-box-flex: auto;
        -ms-flex: auto;
        flex: auto;
        font-size: 1em;
        line-height: 3em
    }

    .vjs-no-flex .vjs-live-control {
        display: table-cell;
        width: auto;
        text-align: left
    }

    .video-js .vjs-time-control {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        font-size: 1em;
        line-height: 3em;
        min-width: 2em;
        width: auto;
        padding-left: 1em;
        padding-right: 1em
    }

    .video-js .vjs-current-time,
    .video-js .vjs-duration,
    .vjs-live .vjs-time-control,
    .vjs-no-flex .vjs-current-time,
    .vjs-no-flex .vjs-duration {
        display: none
    }

    .vjs-time-divider {
        display: none;
        line-height: 3em
    }

    .vjs-live .vjs-time-divider {
        display: none
    }

    .video-js .vjs-play-control {
        cursor: pointer;
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none
    }

    .vjs-text-track-display {
        position: absolute;
        bottom: 3em;
        left: 0;
        right: 0;
        top: 0;
        pointer-events: none
    }

    .video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
        bottom: 1em
    }

    .video-js .vjs-text-track {
        font-size: 1.4em;
        text-align: center;
        margin-bottom: .1em;
        background-color: #000;
        background-color: rgba(0,
                0,
                0,
                .5)
    }

    .vjs-subtitles {
        color: #fff
    }

    .vjs-captions {
        color: #fc6
    }

    .vjs-tt-cue {
        display: block
    }

    video::-webkit-media-text-track-display {
        -webkit-transform: translateY(-3em);
        transform: translateY(-3em)
    }

    .video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
        -webkit-transform: translateY(-1.5em);
        transform: translateY(-1.5em)
    }

    .video-js .vjs-fullscreen-control {
        cursor: pointer;
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none
    }

    .vjs-playback-rate .vjs-playback-rate-value {
        font-size: 1.5em;
        line-height: 2;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center
    }

    .vjs-playback-rate .vjs-menu {
        width: 4em;
        left: 0
    }

    .vjs-error .vjs-error-display .vjs-modal-dialog-content {
        font-size: 1.4em;
        text-align: center
    }

    .vjs-error .vjs-error-display:before {
        color: #fff;
        content: 'X';
        font-family: Arial,
            Helvetica,
            sans-serif;
        font-size: 4em;
        left: 0;
        line-height: 1;
        margin-top: -.5em;
        position: absolute;
        text-shadow: .05em .05em .1em #000;
        text-align: center;
        top: 50%;
        vertical-align: middle;
        width: 100%
    }

    .vjs-loading-spinner {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -25px 0 0 -25px;
        opacity: .85;
        text-align: left;
        border: 6px solid rgba(43,
                51,
                63,
                .7);
        box-sizing: border-box;
        background-clip: padding-box;
        width: 50px;
        height: 50px;
        border-radius: 25px
    }

    .vjs-seeking .vjs-loading-spinner,
    .vjs-waiting .vjs-loading-spinner {
        display: block
    }

    .vjs-loading-spinner:after,
    .vjs-loading-spinner:before {
        content: "";
        position: absolute;
        margin: -6px;
        box-sizing: inherit;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        opacity: 1;
        border: inherit;
        border-color: transparent;
        border-top-color: #fff
    }

    .vjs-seeking .vjs-loading-spinner:after,
    .vjs-seeking .vjs-loading-spinner:before,
    .vjs-waiting .vjs-loading-spinner:after,
    .vjs-waiting .vjs-loading-spinner:before {
        -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6,
                .2,
                0,
                .8) infinite,
            vjs-spinner-fade 1.1s linear infinite;
        animation: vjs-spinner-spin 1.1s cubic-bezier(.6,
                .2,
                0,
                .8) infinite,
            vjs-spinner-fade 1.1s linear infinite
    }

    .vjs-seeking .vjs-loading-spinner:before,
    .vjs-waiting .vjs-loading-spinner:before {
        border-top-color: #fff
    }

    .vjs-seeking .vjs-loading-spinner:after,
    .vjs-waiting .vjs-loading-spinner:after {
        border-top-color: #fff;
        -webkit-animation-delay: .44s;
        animation-delay: .44s
    }

    @keyframes vjs-spinner-spin {
        to {
            -webkit-transform: rotate(1turn);
            transform: rotate(1turn)
        }
    }

    @-webkit-keyframes vjs-spinner-spin {
        to {
            -webkit-transform: rotate(1turn)
        }
    }

    @keyframes vjs-spinner-fade {
        0% {
            border-top-color: #73859f
        }

        20% {
            border-top-color: #73859f
        }

        35% {
            border-top-color: #fff
        }

        60% {
            border-top-color: #73859f
        }

        to {
            border-top-color: #73859f
        }
    }

    @-webkit-keyframes vjs-spinner-fade {
        0% {
            border-top-color: #73859f
        }

        20% {
            border-top-color: #73859f
        }

        35% {
            border-top-color: #fff
        }

        60% {
            border-top-color: #73859f
        }

        to {
            border-top-color: #73859f
        }
    }

    .vjs-chapters-button .vjs-menu ul {
        width: 24em
    }

    .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
        -webkit-box-flex: auto;
        -ms-flex: auto;
        flex: auto
    }

    .video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
        width: auto
    }

    .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
    .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
    .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
    .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
    .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
    .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
    .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
    .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button,
    .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
    .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
    .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
    .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
    .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
    .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
    .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
    .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
    .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
    .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
    .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
    .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
    .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
    .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
    .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
    .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
    .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
    .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
    .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
    .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
    .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
    .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
    .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
    .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
    .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button {
        display: none
    }

    .vjs-caption-settings {
        position: relative;
        top: 1em;
        background-color: #2b333f;
        background-color: rgba(43,
                51,
                63,
                .75);
        color: #fff;
        margin: 0 auto;
        padding: .5em;
        height: 15em;
        font-size: 12px;
        width: 40em
    }

    .vjs-caption-settings .vjs-tracksettings {
        top: 0;
        bottom: 2em;
        left: 0;
        right: 0;
        position: absolute;
        overflow: auto
    }

    .vjs-caption-settings .vjs-tracksettings-colors,
    .vjs-caption-settings .vjs-tracksettings-font {
        float: left
    }

    .vjs-caption-settings .vjs-tracksettings-colors:after,
    .vjs-caption-settings .vjs-tracksettings-controls:after,
    .vjs-caption-settings .vjs-tracksettings-font:after {
        clear: both
    }

    .vjs-caption-settings .vjs-tracksettings-controls {
        position: absolute;
        bottom: 1em;
        right: 1em
    }

    .vjs-caption-settings .vjs-tracksetting {
        margin: 5px;
        padding: 3px;
        min-height: 40px
    }

    .vjs-caption-settings .vjs-tracksetting label {
        display: block;
        width: 100px;
        margin-bottom: 5px
    }

    .vjs-caption-settings .vjs-tracksetting span {
        display: inline;
        margin-left: 5px
    }

    .vjs-caption-settings .vjs-tracksetting>div {
        margin-bottom: 5px;
        min-height: 20px
    }

    .vjs-caption-settings .vjs-tracksetting>div:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        min-height: 0
    }

    .vjs-caption-settings label>input {
        margin-right: 10px
    }

    .vjs-caption-settings input[type=button] {
        width: 40px;
        height: 40px
    }

    .video-js .vjs-modal-dialog {
        background: rgba(0,
                0,
                0,
                .8);
        background: -webkit-linear-gradient(-90deg,
                rgba(0,
                    0,
                    0,
                    .8),
                hsla(0,
                    0%,
                    100%,
                    0));
        background: -webkit-linear-gradient(top,
                rgba(0,
                    0,
                    0,
                    .8),
                hsla(0,
                    0%,
                    100%,
                    0));
        background: linear-gradient(180deg,
                rgba(0,
                    0,
                    0,
                    .8),
                hsla(0,
                    0%,
                    100%,
                    0))
    }

    .vjs-modal-dialog .vjs-modal-dialog-content {
        font-size: 1.2em;
        line-height: 1.5;
        padding: 20px 24px;
        z-index: 1
    }

    .colorsTest {
        width: 100%;
        padding: 10px
    }

    .colors-1 {
        background-color: #099
    }

    .colors-2 {
        background-color: #3c464b
    }

    .colors-3 {
        background-color: #879baa
    }

    .colors-4 {
        background-color: #becdd7
    }

    .colors-5 {
        background-color: #73645a
    }

    .colors-6 {
        background-color: #aaaa96
    }

    .colors-7 {
        background-color: #d7d7cd
    }

    .colors-8 {
        background-color: #fff
    }

    .colors-9 {
        background-color: #00646e
    }

    .colors-10 {
        background-color: #41aaaa
    }

    .colors-11 {
        background-color: #005f87
    }

    .colors-12 {
        background-color: #50bed7
    }

    .colors-13 {
        background-color: #eb780a
    }

    .colors-14 {
        background-color: #ffb900
    }

    .colors-15 {
        background-color: #641946
    }

    .colors-16 {
        background-color: #af235f
    }

    .colors-17 {
        background-color: #647d2d
    }

    .colors-18 {
        background-color: #aab414
    }

    .test-grad {
        background: -webkit-linear-gradient(left,
                #50bebe,
                #099 50%,
                #0099cb);
        background: linear-gradient(90deg,
                #50bebe 0,
                #099 50%,
                #0099cb)
    }

    .store-grad {
        background: -webkit-linear-gradient(top,
                #e4eaef,
                #fefeff 50%,
                #f4f8f9);
        background: linear-gradient(180deg,
                #e4eaef 0,
                #fefeff 50%,
                #f4f8f9)
    }

    .white-grad {
        background: -webkit-linear-gradient(top left,
                #fff,
                hsla(0,
                    0%,
                    100%,
                    .2));
        background: linear-gradient(to bottom right,
                #fff,
                hsla(0,
                    0%,
                    100%,
                    .2))
    }

    .slick-next,
    .slick-prev {
        position: absolute;
        display: block;
        height: 50px;
        width: 50px;
        line-height: 0;
        font-size: 0;
        cursor: pointer;
        background-color: #3c464b;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0;
        border: none;
        z-index: 1
    }

    .slick-next,
    .slick-next:focus,
    .slick-next:hover,
    .slick-prev,
    .slick-prev:focus,
    .slick-prev:hover {
        color: transparent;
        outline: none
    }

    .slick-next:focus:before,
    .slick-next:hover:before,
    .slick-prev:focus:before,
    .slick-prev:hover:before {
        opacity: 1
    }

    .slick-next.slick-disabled:before,
    .slick-prev.slick-disabled:before {
        opacity: .8
    }

    .slick-next:before,
    .slick-prev:before {
        font-family: SiemensWebIcon;
        font-size: 20px;
        line-height: 1;
        color: #fff;
        opacity: .75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    @media only screen and (min-width:768px) and (max-width:991px) {

        .slick-next,
        .slick-prev {
            display: none !important
        }
    }

    @media only screen and (max-width:767px) {

        .slick-next,
        .slick-prev {
            display: none !important
        }
    }

    .slick-prev {
        left: 0
    }

    [dir=rtl] .slick-prev {
        left: auto;
        right: 0
    }

    .slick-prev:before {
        content: ""
    }

    [dir=rtl] .slick-prev:before {
        content: ""
    }

    .slick-next {
        right: 0
    }

    [dir=rtl] .slick-next {
        left: 0;
        right: auto
    }

    .slick-next:before {
        content: ""
    }

    [dir=rtl] .slick-next:before {
        content: ""
    }

    .slick-dotted.slick-slider {
        margin-bottom: 30px
    }

    .slick-dots {
        position: absolute;
        bottom: -50px;
        list-style: none;
        display: block;
        text-align: center;
        padding: 0;
        margin: 0;
        width: 100%
    }

    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        padding: 0
    }

    .slick-dots li,
    .slick-dots li button {
        height: 20px;
        width: 20px;
        cursor: pointer
    }

    .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        outline: none;
        line-height: 0;
        font-size: 0;
        color: transparent;
        padding: 5px
    }

    .slick-dots li button:focus,
    .slick-dots li button:hover {
        outline: none
    }

    .slick-dots li button:focus:before,
    .slick-dots li button:hover:before {
        opacity: 1
    }

    .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: SiemensWebIcon;
        font-size: 8px;
        line-height: 20px;
        text-align: center;
        color: #000;
        opacity: .8;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .slick-dots li.slick-active button:before {
        font-size: 20px;
        color: #000;
        opacity: .75
    }

    .slick-slide:focus {
        outline: none
    }

    @font-face {
        font-family: SiemensBlack;
        src: url(../fonts/SiemensPro/SiemensSans-Black.woff2) format("woff2"),
            url(../fonts/SiemensPro/SiemensSans-Black.woff) format("woff")
    }

    @font-face {
        font-family: SiemensBlackItalic;
        src: url(../fonts/SiemensPro/SiemensSans-BlackItalic.woff2) format("woff2"),
            url(../fonts/SiemensPro/SiemensSans-BlackItalic.woff) format("woff")
    }

    @font-face {
        font-family: SiemensBold;
        src: url(../fonts/SiemensPro/SiemensSans-Bold.woff2) format("woff2"),
            url(../fonts/SiemensPro/SiemensSans-Bold.woff) format("woff")
    }

    @font-face {
        font-family: SiemensBoldItalic;
        src: url(../fonts/SiemensPro/SiemensSans-BoldItalic.woff) format("woff")
    }

    @font-face {
        font-family: SiemensItalic;
        src: url(../fonts/SiemensPro/SiemensSans-Italic.woff2) format("woff2"),
            url(../fonts/SiemensPro/SiemensSans-Italic.woff) format("woff")
    }

    @font-face {
        font-family: SiemensRoman;
        src: url(../fonts/SiemensPro/SiemensSans-Roman.woff2) format("woff2"),
            url(../fonts/SiemensPro/SiemensSans-Roman.woff) format("woff")
    }

    @font-face {
        font-family: SiemensSerifBold;
        src: url(../fonts/SiemensPro/SiemensSerif-Bold.woff2) format("woff2"),
            url(../fonts/SiemensPro/SiemensSerif-Bold.woff) format("woff")
    }

    @font-face {
        font-family: SiemensSerifItalic;
        src: url(../fonts/SiemensPro/SiemensSerif-Italic.woff2) format("woff2"),
            url(../fonts/SiemensPro/SiemensSerif-Italic.woff) format("woff")
    }

    @font-face {
        font-family: SiemensWebIcon;
        src: url(../fonts/SiemensPro/siemens-webicons-webfont.woff) format("woff"),
            url(../fonts/SiemensPro/siemens-webicons-webfont.woff2) format("woff2")
    }

    [class*=" icon-"],
    [class^=icon-] {
        font-family: SiemensWebIcon !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .icon-apps:before {
        content: "\e600"
    }

    .icon-arrow-down-extrasmall:before {
        content: "\e601"
    }

    .icon-arrow-left-extrasmall:before {
        content: "\e602"
    }

    .icon-arrow-right-extrasmall:before {
        content: "\e603"
    }

    .icon-arrow-up-extrasmall:before {
        content: "\e604"
    }

    .icon-arrow-down-large:before {
        content: "\e605"
    }

    .icon-arrow-left-large:before {
        content: "\e606"
    }

    .icon-arrow-right-large:before {
        content: "\e607"
    }

    .icon-arrow-up-large:before {
        content: "\e608"
    }

    .icon-arrow-down-small:before {
        content: "\e609"
    }

    .icon-arrow-left-small:before {
        content: "\e60a"
    }

    .icon-arrow-right-small:before {
        content: "\e60b"
    }

    .icon-arrow-up-small:before {
        content: "\e60c"
    }

    .icon-arrow-to-top:before {
        content: "\e60d"
    }

    .icon-at:before {
        content: "\e60e"
    }

    .icon-bookmark:before {
        content: "\e60f"
    }

    .icon-calculate:before {
        content: "\e610"
    }

    .icon-calendar:before {
        content: "\e611"
    }

    .icon-chat:before {
        content: "\e612"
    }

    .icon-check-mark:before {
        content: "\e613"
    }

    .icon-circle:before {
        content: "\e614"
    }

    .icon-close:before {
        content: "\e615"
    }

    .icon-control:before {
        content: "\e616"
    }

    .icon-delete:before {
        content: "\e617"
    }

    .icon-double-arrow-backward:before {
        content: "\e618"
    }

    .icon-double-arrow-down:before {
        content: "\e619"
    }

    .icon-double-arrow-forward:before {
        content: "\e61a"
    }

    .icon-double-arrow-up:before {
        content: "\e61b"
    }

    .icon-download:before {
        content: "\e61c"
    }

    .icon-drag:before {
        content: "\e61d"
    }

    .icon-edit:before {
        content: "\e61e"
    }

    .icon-email:before {
        content: "\e61f"
    }

    .icon-ext:before {
        content: "\e620"
    }

    .icon-facebook:before {
        content: "\e621"
    }

    .icon-facebook-negative:before {
        content: "\e622"
    }

    .icon-fax:before {
        content: "\e623"
    }

    .icon-file:before {
        content: "\e624"
    }

    .icon-avi:before {
        content: "\e625"
    }

    .icon-doc:before {
        content: "\e626"
    }

    .icon-eps:before {
        content: "\e627"
    }

    .icon-jpg:before {
        content: "\e628"
    }

    .icon-mov:before {
        content: "\e629"
    }

    .icon-mp3:before {
        content: "\e62a"
    }

    .icon-mp4:before {
        content: "\e62b"
    }

    .icon-pdf:before {
        content: "\e62c"
    }

    .icon-png:before {
        content: "\e62d"
    }

    .icon-ppt:before {
        content: "\e62e"
    }

    .icon-files:before {
        content: "\e62f"
    }

    .icon-tif:before {
        content: "\e630"
    }

    .icon-vcf:before {
        content: "\e631"
    }

    .icon-xls:before {
        content: "\e632"
    }

    .icon-zip:before {
        content: "\e633"
    }

    .icon-forum:before {
        content: "\e634"
    }

    .icon-fullscreen:before {
        content: "\e635"
    }

    .icon-globe:before {
        content: "\e636"
    }

    .icon-glossary:before {
        content: "\e637"
    }

    .icon-google:before {
        content: "\e638"
    }

    .icon-google-negative:before {
        content: "\e639"
    }

    .icon-home:before {
        content: "\e63a"
    }

    .icon-information:before {
        content: "\e63b"
    }

    .icon-information-package:before {
        content: "\e63c"
    }

    .icon-instagram:before {
        content: "\e63d"
    }

    .icon-instagram-negative:before {
        content: "\e63e"
    }

    .icon-legal-notice:before {
        content: "\e63f"
    }

    .icon-level-up:before {
        content: "\e640"
    }

    .icon-linkedin:before {
        content: "\e641"
    }

    .icon-linkedin-negative:before {
        content: "\e642"
    }

    .icon-list-view:before {
        content: "\e643"
    }

    .icon-location-pin:before {
        content: "\e644"
    }

    .icon-log-in:before {
        content: "\e645"
    }

    .icon-log-out:before {
        content: "\e646"
    }

    .icon-menu:before {
        content: "\e647"
    }

    .icon-minus:before {
        content: "\e648"
    }

    .icon-more:before {
        content: "\e649"
    }

    .icon-navigation-gyroscope:before {
        content: "\e64a"
    }

    .icon-navigation-mouse:before {
        content: "\e64b"
    }

    .icon-newton_product-catalogue:before {
        content: "\e64c"
    }

    .icon-outline:before {
        content: "\e64d"
    }

    .icon-phone:before {
        content: "\e64e"
    }

    .icon-play:before {
        content: "\e64f"
    }

    .icon-plus:before {
        content: "\e650"
    }

    .icon-print:before {
        content: "\e651"
    }

    .icon-rating:before {
        content: "\e652"
    }

    .icon-region:before {
        content: "\e653"
    }

    .icon-replay:before {
        content: "\e654"
    }

    .icon-rss:before {
        content: "\e655"
    }

    .icon-scaling:before {
        content: "\e656"
    }

    .icon-search:before {
        content: "\e657"
    }

    .icon-share-ios:before {
        content: "\e658"
    }

    .icon-share-newton-android:before {
        content: "\e659"
    }

    .icon-shopping-cart:before {
        content: "\e65a"
    }

    .icon-show-location:before {
        content: "\e65b"
    }

    .icon-single-arrow-backward:before {
        content: "\e65c"
    }

    .icon-single-arrow-down:before {
        content: "\e65d"
    }

    .icon-single-arrow-forward:before {
        content: "\e65e"
    }

    .icon-single-arrow-up:before {
        content: "\e65f"
    }

    .icon-slider:before {
        content: "\e660"
    }

    .icon-social-feed:before {
        content: "\e661"
    }

    .icon-speakers-off:before {
        content: "\e662"
    }

    .icon-speakers-on:before {
        content: "\e663"
    }

    .icon-subscribe:before {
        content: "\e664"
    }

    .icon-theenergyblog:before {
        content: "\e665"
    }

    .icon-theenergyblog-negative:before {
        content: "\e666"
    }

    .icon-tile-view:before {
        content: "\e667"
    }

    .icon-twitter:before {
        content: "\e668"
    }

    .icon-twitter-negative:before {
        content: "\e669"
    }

    .icon-user-account:before {
        content: "\e66a"
    }

    .icon-video-chat:before {
        content: "\e66b"
    }

    .icon-warning:before {
        content: "\e66c"
    }

    .icon-youtube:before {
        content: "\e66d"
    }

    .icon-youtube-negative:before {
        content: "\e66e"
    }

    .icon-zoom:before {
        content: "\e66f"
    }

    .icon-weibo:before {
        content: "\e900"
    }

    .icon-weibo-negative:before {
        content: "\e901"
    }

    .icon-youku:before {
        content: "\e902"
    }

    .icon-youku-negative:before {
        content: "\e903"
    }

    .icon-support:before {
        content: "\e904"
    }

    .icon-service:before {
        content: "\e905"
    }

    .headTestBlack h1,
    .headTestBlack h2,
    .headTestBlack h3,
    .headTestBlack h4,
    .headTestBlack h5,
    .headTestBlack h6 {
        font-family: SiemensBlack
    }

    .headTestRoman h1,
    .headTestRoman h2,
    .headTestRoman h3,
    .headTestRoman h4,
    .headTestRoman h5,
    .headTestRoman h6 {
        font-family: SiemensRoman
    }

    p {
        font-size: 16px;
        line-height: 20px
    }

    .bold {
        font-family: SiemensBold
    }

    .italic {
        font-family: SiemensItalic
    }

    .black {
        font-family: SiemensBlack
    }

    .bigger-text {
        font-size: 18px !important
    }

    .underline {
        text-decoration: underline
    }

    

    .contact:hover {
        text-decoration: none
    }

    .contact:hover p {
        color: #00646e
    }

    .foot-links {
        list-style-type: none
    }

    .foot-links li {
        position: relative;
        margin-bottom: 10px;
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        font-family: SiemensRoman;
        font-size: 12px;
        color: #3f3f3f;
        text-shadow: #fff 1px 1px 0
    }

    .foot-links li a {
        unicode-bidi: bidi-override;
        display: block;
        width: 90%;
        margin-left: 10px;
        text-decoration: none;
        color: #3c464b
    }

    .foot-links li a:hover {
        color: #00646e
    }

    .foot-links li:before {
        position: absolute;
        top: 0;
        display: inline-block;
        font-family: SiemensBlack;
        content: "›";
        font-size: 14px
    }

    html[dir=rtl] .foot-links a {
        margin-left: 0;
        margin-right: 10px
    }

    .social-link {
        text-decoration: none;
        width: auto;
        height: 30px;
        display: inline-block;
        margin-right: 6px
    }

    html[dir=rtl] .social-link {
        margin-right: 0;
        margin-left: 6px
    }

    .social-link:hover {
        text-decoration: none
    }

    .social-links {
        vertical-align: top !important;
        color: #3c464b;
        display: inline-block;
        font-size: 30px !important
    }

    .social-links-img {
        width: 35px;
        height: 35px;
        display: inline-block;
        padding-top: 10px;
        margin-left: 5px
    }

    html[dir=rtl] .social-links-img {
        margin-right: 5px;
        margin-left: 5px
    }

    .bottom-footer {
        padding-top: 40px;
        padding-bottom: 30px
    }

    .bottom-footer a {
        color: inherit;
        margin-left: 35px
    }

    .bottom-footer a:hover {
        color: #00646e
    }

    .mobile-bottom-footer {
        display: none;
        margin-top: 35px;
        margin-bottom: 15px;
        text-align: center
    }

    .mobile-bottom-footer a {
        display: inline-block;
        color: inherit;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px
    }

    .footer select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        padding-left: 10px;
        font-size: 12px;
        color: #becdd7;
        line-height: 1.42857143rem;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: #fff;
        position: relative;
        height: 28px;
        cursor: pointer;
        width: 100%;
        background: url(../images/icons/dropdown-arrow.png) no-repeat 100%
    }

    .footer select::-ms-expand {
        display: none
    }

    @media only screen and (min-width:1246px) {
        .footer select {
            display: none
        }

        .footer .foot-links {
            display: inline;
            font-size: 0
        }
    }

    @media only screen and (min-width:992px) and (max-width:1199px) {
        .footer select {
            display: none
        }

        .footer .foot-links {
            display: inline;
            font-size: 0
        }
    }

    @media only screen and (min-width:1200px) and (max-width:1245px) {
        .footer select {
            display: none
        }

        .footer .foot-links {
            display: inline;
            font-size: 0
        }
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .footer select {
            display: none
        }

        .footer .foot-links {
            display: inline
        }
    }

    @media only screen and (max-width:767px) {
        .footer {
            padding-top: 10px
        }

        .footer select {
            display: inline
        }

        .footer .foot-links {
            display: none
        }

        .foot-header {
            margin-bottom: 10px;
            margin-top: 20px
        }

        .bottom-footer {
            display: none
        }

        .mobile-bottom-footer {
            display: block;
            font-size: 11px
        }
    }

    .minict_wrapper {
        font-family: Siemens Sans Roman;
        font-size: 1rem;
        line-height: 1.42857143rem;
        color: #2d373c;
        border: 1px solid #cdd9e1;
        border-bottom: 1px solid #879baa;
        background: #fff;
        position: relative;
        height: 40px;
        box-sizing: border-box;
        cursor: pointer
    }

    .navigation {
        border-bottom: 1px solid #becdd7;
        padding-top: 1px;
        height: 48px;
        margin-top: 10px;
        margin-bottom: 30px;
        position: relative
    }

    .navigation .breadcrumbs {
        unicode-bidi: bidi-override;
        display: block;
        margin-top: -2px;
        color: #879baa;
        font-size: 12px
    }

    .navigation .breadcrumbs a {
        text-decoration: none;
        color: inherit
    }

    .navigation .breadcrumbs a:hover {
        color: #3c464b
    }

    .navigation .navigation-global {
        padding: 0 15px;
        width: 41.66666667%
    }

    .navigation .navigation-global ul {
        padding: 0;
        display: table;
        width: 100%
    }

    .navigation .navigation-global ul a {
        display: block;
        line-height: 46px;
        text-decoration: none;
        color: #879baa;
        unicode-bidi: bidi-override
    }

    .navigation .navigation-global ul li {
        display: table-cell;
        font-size: 18px
    }

    .navigation .navigation-global ul .dropbtn:hover {
        color: #3c464b
    }

    .navigation .navigation-global ul .dropbtn:hover .active-state {
        padding-bottom: 10px;
        border-bottom: 3px solid #099
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .navigation .navigation-global ul .dropbtn:hover .active-state {
            padding-bottom: 12px
        }
    }

    .navigation .navigation-global ul .dropbtn .active,

    .navigation .navigation-global ul .dropbtn .on-page {
        color: #3c464b;
        padding-bottom: 10px;
        border-bottom: 3px solid #099
    }

    @media only screen and (min-width:768px) and (max-width:991px) {

        .navigation .navigation-global ul .dropbtn .active,
        .navigation .navigation-global ul .dropbtn .on-page {
            padding-bottom: 12px
        }
    }

    .navigation .navigation-global ul .dropdown {
        z-index: 9999;
        background-color: #eff0f4;
        width: 100%;
        left: 0;
        top: 48px;
        position: absolute;
        padding-top: 70px;
        padding-bottom: 60px
    }

    .navigation .navigation-global ul .dropbtn .dropdown.on-page,
    .navigation .navigation-global ul .dropdown.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .navigation .navigation-global ul .dropdown ul {
        position: relative;
        width: 940px;
        left: calc(50% - 470px)
    }

    @media only screen and (min-width:1246px) {
        .navigation .navigation-global ul .dropdown ul {
            width: 1140px;
            left: calc(50% - 570px)
        }
    }

    @media only screen and (min-width:1200px) and (max-width:1245px) {
        .navigation .navigation-global ul .dropdown ul {
            width: 1070px;
            left: calc(50% - 535px)
        }
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .navigation .navigation-global ul .dropdown ul {
            width: 720px;
            left: calc(50% - 360px)
        }
    }

    .navigation .navigation-global ul .dropdown ul li {
        width: calc(33.333333% - 20px);
        display: block
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .navigation .navigation-global ul .dropdown ul li {
            width: 45%
        }
    }

    .navigation .navigation-global ul .dropdown ul li:hover a {
        text-decoration: underline;
        color: #005578
    }

    .navigation .navigation-global ul .dropdown ul li a {
        display: block;
        margin-right: 20px;
        line-height: 25px;
        font-size: 14px;
        color: #3c464b
    }

    @media only screen and (min-width:992px) and (max-width:1199px) {
        .navigation .navigation-global ul .dropdown ul li a {
            margin-right: 0
        }
    }

    .navigation .navigation-global ul .dropdown ul li span {
        float: right
    }

    .navigation .navigation-global ul .dropdown ul li .flyout {
        height: 100%;
        display: none;
        width: 66.666666%;
        position: absolute;
        top: 0;
        left: 320px
    }

    @media only screen and (min-width:1246px) {
        .navigation .navigation-global ul .dropdown ul li .flyout {
            left: 345px
        }
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .navigation .navigation-global ul .dropdown ul li .flyout {
            left: 340px;
            width: 50%
        }
    }

    .navigation .navigation-global ul .dropdown ul li .flyout.show {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .navigation .navigation-global ul .dropdown ul li .flyout .flyout-image {
        -ms-flex-item-align: start;
        align-self: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50%
    }

    .navigation .navigation-global ul .dropdown ul li .flyout .flyout-image img {
        width: calc(100% - 80px);
        height: 100%
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .navigation .navigation-global ul .dropdown ul li .flyout .flyout-image {
            display: none
        }
    }

    @media only screen and (min-width:992px) and (max-width:1199px) {
        .navigation .navigation-global ul .dropdown ul li .flyout .flyout-image {
            margin-right: 20px;
            width: calc(50% - 20px)
        }
    }

    .navigation .navigation-global ul .dropdown ul li .flyout .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 50%
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .navigation .navigation-global ul .dropdown ul li .flyout .content {
            width: 100%
        }
    }

    .navigation .navigation-global ul .dropdown ul li .flyout .content h2 {
        font-size: 24px;
        font-family: SiemensBold;
        unicode-bidi: bidi-override;
        letter-spacing: -.03em;
        color: #3c464b;
        margin: 0 0 15px
    }

    .navigation .navigation-global ul .dropdown ul li .flyout .content p {
        margin: 0 0 15px;
        font-size: 14px
    }

    .navigation .navigation-global ul .dropdown ul li .flyout .content .button-conversion {
        margin-right: 0;
        display: table;
        width: 100%;
        max-width: 310px;
        color: #fff;
        font-size: 18px;
        margin-top: auto
    }

    .navigation .navigation-global ul .dropdown ul li .flyout .content .button-conversion i {
        text-align: right
    }

    .navigation .navigation-country {
        margin-top: -24px
    }

    .navigation .navigation-country .country-name {
        line-height: 22px;
        padding-left: 10px;
        padding-right: 10px;
        display: block;
        background-color: #099;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        font-family: SiemensBold;
        letter-spacing: .15em;
        unicode-bidi: bidi-override
    }

    .navigation .navigation-country ul {
        background-color: #eff0f4;
        height: 47px;
        padding-left: 0;
        width: 100%;
        display: table
    }

    .navigation .navigation-country ul a {
        display: block;
        line-height: 48px;
        text-decoration: none;
        color: #879baa;
        unicode-bidi: bidi-override
    }

    .navigation .navigation-country ul li {
        padding: 0 20px;
        text-align: center;
        display: table-cell;
        font-size: 18px
    }

    @media only screen and (min-width:992px) and (max-width:1199px) {
        .navigation .navigation-country ul li {
            padding: 0 10px
        }
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .navigation .navigation-country ul li {
            padding: 0 5px
        }
    }

    .navigation .navigation-country ul li :hover {
        color: #3c464b
    }

    .navigation .navigation-country ul li :hover span {
        padding-bottom: 11px;
        border-bottom: 3px solid #099
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .navigation .navigation-country ul li :hover span {
            padding-bottom: 14px
        }
    }

    .navigation .navigation-country .navigation-global ul .dropbtn .on-page,
    .navigation .navigation-country ul .active,
    .navigation .navigation-global .navigation-country ul .dropbtn .on-page {
        color: #3c464b;
        padding-bottom: 11px;
        border-bottom: 3px solid #099
    }

    @media only screen and (min-width:768px) and (max-width:991px) {

        .navigation .navigation-country .navigation-global ul .dropbtn .on-page,
        .navigation .navigation-country ul .active,
        .navigation .navigation-global .navigation-country ul .dropbtn .on-page {
            padding-bottom: 14px
        }
    }

    .navigation-mobile {
        margin-top: 10px;
        display: none
    }

    .navigation-mobile .logo {
        margin-top: 5px
    }

    .navigation-mobile .logo img {
        display: inline-block;
        height: 16px;
        vertical-align: bottom
    }

    .navigation-mobile .breadcrumbs {
        unicode-bidi: bidi-override;
        border-top: 1px solid #879baa;
        border-bottom: 1px solid #879baa;
        display: inline-block;
        width: 100%;
        font-size: 12px;
        color: #879baa;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 15px;
        margin-top: 10px;
        margin-bottom: 0
    }

    .navigation-mobile .breadcrumbs a {
        color: inherit;
        text-decoration: none
    }

    .navigation-mobile .breadcrumbs a:hover {
        color: #3c464b
    }

    .navigation-mobile .navigation-mobile-components {
        text-align: right;
        padding-left: 0
    }

    .navigation-mobile .navigation-mobile-components a {
        text-align: center;
        display: inline-block;
        line-height: 30px;
        width: 30px;
        font-size: 16px;
        text-decoration: none;
        color: #879baa;
        height: 100%
    }

    .navigation-mobile .navigation-mobile-components i {
        display: inline-block;
        vertical-align: middle
    }

    .navigation-mobile .navigation-mobile-components #hamburger {
        background-color: #099;
        color: #fff
    }

    .navigation-mobile .navigation-mobile-components #hamburger i {
        margin-top: -2px
    }

    .navigation-mobile .mobile-dropdown {
        height: auto;
        position: absolute;
        top: 41px;
        background-color: #eff0f4;
        z-index: 9999;
        margin-top: 10px;
        padding-left: 0;
        padding-top: 3px;
        padding-right: 0
    }

    .navigation-mobile .mobile-dropdown ul {
        margin-bottom: 0;
        margin-right: 0;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0
    }

    .navigation-mobile .mobile-dropdown ul li {
        margin-bottom: 3px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .navigation-mobile .mobile-dropdown ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #fff;
        width: 100%;
        height: 35px;
        text-decoration: none;
        color: #879baa;
        font-size: 18px;
        line-height: 36px
    }

    .navigation-mobile .mobile-dropdown ul .country-name {
        background-color: #099;
        color: #fff;
        height: 35px;
        font-family: SiemensBlack;
        line-height: 36px;
        letter-spacing: 2px;
        padding-left: 20px
    }

    .navigation-mobile .mobile-dropdown ul .mobile-flyout ul {
        margin-left: 15px;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .navigation-mobile .mobile-dropdown ul .mobile-flyout ul li a {
        font-family: SiemensRoman;
        font-size: 16px;
        padding-right: 20px;
        background-color: transparent;
        height: auto
    }

    .navigation-mobile .mobile-dropdown ul .mobile-flyout ul li a span {
        color: #3c464b;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .navigation-mobile .mobile-dropdown ul .mobile-dropdown-hidden .mobile-flyout {
        height: 0;
        overflow: hidden
    }

    .navigation-mobile .mobile-dropdown ul .mobile-dropdown-active a {
        color: #3c464b;
        background-color: transparent;
        font-family: SiemensBold
    }

    .navigation-mobile .mobile-dropdown ul .mobile-dropdown-active a span {
        color: #099;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .navigation-mobile .mobile-dropdown ul .mobile-dropdown-active .mobile-flyout {
        height: auto;
        overflow: none
    }

    .navigation-mobile .search-active {
        background-color: #eff0f4
    }

    .navigation-mobile .search-on {
        display: block !important
    }

    .navigation-mobile .mobile-search {
        display: none
    }

    .navigation-mobile .mobile-search-bar {
        margin-top: 20px;
        height: 35px;
        position: relative;
        border: 1px solid #becdd7;
        border-radius: 2px;
        unicode-bidi: bidi-override;
        background-color: #fff
    }

    .navigation-mobile .mobile-search-bar input {
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 10px;
        width: 70%;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 28px;
        border: none
    }

    .navigation-mobile .mobile-search-bar input:focus {
        outline: none
    }

    .navigation-mobile .mobile-search-bar .search-buttons {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 80px;
        display: table
    }

    .navigation-mobile .mobile-search-bar .search-buttons button {
        background-color: #fff;
        border: none;
        margin: 0;
        height: 33px;
        text-align: center
    }

    .navigation-mobile .mobile-search-bar .search-buttons button i {
        font-size: 18px;
        color: #879baa;
        vertical-align: middle
    }

    .navigation-mobile .mobile-search-bar .search-buttons .search-btn:hover {
        background-color: #879baa
    }

    .navigation-mobile .mobile-search-bar .search-buttons .search-btn:hover i {
        color: #fff
    }

    .navigation-mobile .mobile-search-bar .search-buttons .search-btn {
        float: right;
        text-align: center;
        width: 40px;
        display: table-cell
    }

    .navigation-mobile .mobile-search-bar .search-buttons .search-btn i {
        margin-left: -2px
    }

    .navigation-mobile .mobile-search-bar .search-buttons .reset-btn {
        display: table-cell;
        background-color: #fff;
        width: 40px;
        display: none;
        text-align: center
    }

    .navigation-mobile .mobile-search-bar .search-buttons .reset-btn i {
        font-size: 14px
    }

    .navigation-mobile .mobile-search-bar .search-buttons .search-btn-active {
        background-color: #879baa
    }

    .navigation-mobile .mobile-search-bar .search-buttons .search-btn-active i {
        color: #fff
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .navigation .navigation-global ul li {
            margin-right: 15px;
            width: auto;
            font-size: 14px
        }

        .navigation .navigation-country ul li {
            width: auto;
            font-size: 13px
        }
    }

    @media only screen and (max-width:767px) {

        .navigation,
        /*.siemens-head {
            display: none
        }*/

        .navigation-mobile {
            display: block
        }
    }

    .visually-hidden {
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px,
                1px,
                1px,
                1px);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
        margin: -1px
    }

    .visible-when-focused:focus {
        clip: auto;
        height: auto;
        overflow: visible;
        position: static;
        white-space: normal;
        width: auto;
        margin: auto
    }

    .bypass-block-link {
        position: absolute;
        text-decoration: none;
        background: #ffc;
        padding: .2em;
        z-index: 10
    }

    .minict_wrapper {
        font-size: 1rem;
        line-height: 1.42857143rem;
        color: #2d373c;
        border: 1px solid #cdd9e1;
        border-bottom: 1px solid #879baa;
        background: #fff;
        position: relative;
        height: 40px;
        box-sizing: border-box;
        cursor: pointer
    }

    .minict_wrapper.active:after,
    .navigation .navigation-global ul .dropbtn .minict_wrapper.on-page:after {
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e604"
    }

    .blue-text {
        color: #005f87 !important
    }

    .news-tile-title {
        margin-top: 0;
        margin-bottom: 0
    }

    .news-tile-desktop-only {
        display: block
    }

    .news-tile-mobile-only {
        display: none
    }

    .white-page-tile .tile-details p a {
        white-space: pre-line
    }

    @media all and (min-width:1200px) and (max-width:1245px) {
        .container {
            width: 1100px
        }

        .video-button {
            margin-top: 10px
        }
    }

    @media only screen and (min-width:1246px) {
        .container {
            width: 1170px
        }

        .video-button {
            margin-top: 10px
        }
    }

    @media only screen and (min-width:992px) and (max-width:1199px) {
        .shoutbox .details {
            margin-top: -2px
        }

        .video-button {
            margin-top: 10px
        }
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .shoutbox .details {
            margin-top: -2px
        }

        .blue-text {
            margin-right: 50px
        }

        .video-button {
            margin-top: 10px
        }
    }

    @media only screen and (max-width:767px) {
        .mobile-details {
            text-align: center;
            margin-top: 32px
        }

        .news-tile-title {
            margin-top: 20px;
            margin-bottom: -40px
        }

        .news-tile-desktop-only {
            display: none
        }

        .news-tile-mobile-only {
            display: block;
            height: 20px !important
        }
    }

    .total {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px
    }

    .total span {
        width: 100%;
        text-align: center
    }

    .button-conversion {
        display: inline-block;
        position: relative;
        min-height: 45px;
        text-align: left;
        padding: .8571428571rem 1.0714285714rem;
        width: 240px;
        font-family: SiemensRoman;
        font-size: 18px;
        color: #fff;
        text-decoration: none
    }

    .button-conversion i {
        width: 15%;
        padding-right: 8px;
        display: table-cell;
        vertical-align: middle
    }

    .button-conversion .play-icon {
        font-size: 24px
    }

    .button-conversion .button-text {
        width: 100%;
        display: table-cell;
        vertical-align: middle;
        unicode-bidi: bidi-override
    }

    .button-conversion,
    .button-conversion:active,
    .button-conversion:hover,
    .button-conversion:visited {
        text-decoration: none !important;
        color: #fff
    }

    .secondary {
        background-color: #2387aa
    }

    .secondary:hover {
        background-color: #005f87
    }

    .primary {
        background-color: #dc6914
    }

    .primary:hover {
        background-color: #c85a1e
    }

    .tertiary {
        background-color: #9bafbe
    }

    .tertiary:hover {
        background-color: #879baa
    }

    .ghost {
        border: 3px solid #fff
    }

    .ghost,
    .ghost-alt {
        font-family: SiemensBold
    }

    .ghost-alt {
        border: 3px solid #005f87
    }

    .ghost-alt,
    .ghost-alt:active,
    .ghost-alt:hover,
    .ghost-alt:visited {
        color: #005f87
    }

    @media only screen and (max-width:767px) {
        .button-conversion {
            display: block;
            margin: 0 auto
        }
    }

    .career-flex {
        background-color: #dfe6ed;
        padding-top: 70px;
        padding-bottom: 50px
    }

    .career-flex:focus {
        outline: none
    }

    .career-flex h1 {
        font-family: SiemensBlack;
        font-size: 36px;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none;
        margin-top: 0;
        margin-bottom: 30px
    }

    @media only screen and (max-width:767px) {
        .career-flex h1 {
            margin-top: 25px;
            margin-bottom: 20px;
            font-size: 28px
        }
    }

    .career-flex .career-flex-tile .career-flex-img img {
        width: 100%
    }

    .career-flex .career-flex-tile .career-flex-title {
        margin-bottom: 10px
    }

    .career-flex .career-flex-tile .career-flex-title h1 {
        font-family: SiemensBold;
        font-size: 24px;
        color: #2387aa;
        display: inline;
        margin-right: 7px
    }

    .career-flex .career-flex-tile .career-flex-title .share-container {
        height: 20px;
        width: 20px
    }

    .career-flex .career-flex-tile .career-flex-title .share {
        margin-left: -5px;
        margin-top: 0
    }

    .career-flex .career-flex-tile .career-flex-title .is-active .share-wrapper {
        left: -10px;
        top: -10px
    }

    .career-flex .career-flex-tile .career-flex-title .is-active-left .share-wrapper {
        left: -140px;
        top: -10px
    }

    .career-flex .career-flex-tile .career-flex-title a {
        display: inline;
        white-space: nowrap;
        font-size: 20px;
        color: #879baa;
        text-decoration: none
    }

    .career-flex .career-flex-tile .career-flex-title p {
        margin-bottom: 10px
    }

    .career-flex .career-flex-tile .career-flex-contents {
        min-height: 200px;
        position: relative
    }

    .career-flex .career-flex-tile .career-flex-contents .cta {
        font-size: 18px;
        position: absolute;
        bottom: -10px;
        margin-bottom: 0;
        right: 0;
        text-decoration: none;
        font-family: SiemensBold;
        color: #2387aa;
        line-height: 25px
    }

    @media only screen and (min-width:992px) and (max-width:1199px) {
        .career-flex .career-flex-tile .career-flex-contents .cta {
            bottom: -35px
        }
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .career-flex .career-flex-tile .career-flex-contents .cta {
            bottom: -35px
        }
    }

    .career-flex .career-flex-tile .career-flex-contents .cta .icon-container {
        padding-top: 2px;
        display: inline-block;
        height: 25px;
        width: 25px;
        margin-left: 10px;
        background-color: #2387aa;
        text-align: center
    }

    .career-flex .career-flex-tile .career-flex-contents .cta .icon-container i {
        font-size: 16px;
        color: #fff
    }

    .career-flex .career-flex-tile:last-child {
        margin-bottom: 0
    }

    @media only screen and (max-width:767px) {
        .career-flex {
            padding-top: 15px;
            padding-bottom: 15px;
            position: relative
        }

        .career-flex .career-flex-tile {
            margin-bottom: 15px
        }

        .career-flex .career-flex-tile .career-flex-contents {
            background-color: #fff;
            padding: 15px;
            min-height: 180px
        }

        .career-flex .career-flex-tile .career-flex-contents .career-flex-title h1 {
            display: block;
            margin-top: 0;
            font-size: 20px;
            width: 90%
        }

        .career-flex .career-flex-tile .career-flex-contents .career-flex-title .share-container {
            position: absolute;
            right: 15px;
            top: 15px
        }

        .career-flex .career-flex-tile .career-flex-contents p {
            margin-bottom: 10px
        }

        .career-flex .career-flex-tile .career-flex-contents .cta {
            position: static;
            float: right
        }
    }

    @media only screen and (max-width:480px) {
        .career-flex {
            padding-top: 15px;
            padding-bottom: 15px;
            position: relative
        }

        .career-flex .career-flex-tile {
            margin-bottom: 15px
        }

        .career-flex .career-flex-tile .career-flex-contents {
            background-color: #fff;
            padding: 15px;
            min-height: 230px
        }

        .career-flex .career-flex-tile .career-flex-contents .career-flex-title h1 {
            display: block;
            margin-top: 0;
            font-size: 20px;
            width: 90%
        }

        .career-flex .career-flex-tile .career-flex-contents .career-flex-title .share-container {
            position: absolute;
            right: 15px;
            top: 15px
        }
    }

    .white-page-desc {
        unicode-bidi: bidi-override
    }

    .carousel-tiles {
        position: relative;
        background-color: #becdd7;
        padding-top: 40px;
        padding-bottom: 80px
    }

    .carousel-tiles:focus {
        outline: none
    }

    .carousel-tiles h1,
    .carousel-tiles h2,
    .carousel-tiles h3,
    .carousel-tiles h4,
    .carousel-tiles h5,
    .carousel-tiles h6 {
        font-family: SiemensRoman;
        color: #3c464b;
        margin-top: 0
    }

    .carousel-tiles h1 {
        font-family: SiemensBlack;
        unicode-bidi: bidi-override;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none
    }

    .carousel-tiles .img-responsive {
        width: 100%
    }

    .carousel-tile {
        padding-left: 10px;
        padding-right: 10px;
        min-height: 230px
    }

    .carousel-tile .tile-header {
        margin-top: 2px;
        margin-bottom: 10px;
        unicode-bidi: bidi-override
    }

    .carousel-tile .tile-header h3 {
        font-family: SiemensBold;
        display: inline
    }

    .carousel-tile .tile-header .share {
        margin-top: 1px
    }

    @media only screen and (max-width:767px) {
        .carousel-tile .tile-header .share {
            margin-top: -3px
        }
    }

    .carousel-tile .tile-header .share-button:focus,
    .carousel-tile .tile-header .share:focus {
        outline: none
    }

    .carousel-tile .tile-header a {
        display: inline;
        font-size: 24px;
        text-decoration: none
    }

    .carousel-tile .tile-header i {
        font-weight: lighter;
        color: #879baa
    }

    .carousel-tile .content {
        margin-bottom: 10px;
        unicode-bidi: bidi-override
    }

    .carousel-tile .content p {
        display: inline
    }

    .carousel-tile .content a {
        text-decoration: none;
        font-size: 16px;
        display: inline;
        font-family: SiemensBold;
        color: #3c464b
    }

    .carousel-tile .content a:focus {
        outline: none
    }

    .carousel-tile .button-conversion {
        width: 220px
    }

    .carousel-tile .button-conversion:focus {
        outline: none
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .carousel-tile h3 {
            margin-top: 10px
        }
    }

    @media only screen and (max-width:767px) {
        .carousel-tiles .white-page-desc {
            display: none;
            unicode-bidi: bidi-override
        }

        .carousel-tiles h1 {
            font-size: 28px
        }

        .carousel-tile {
            margin-left: 15px;
            margin-right: 15px
        }

        .carousel-tile .tile-image {
            padding-left: 0;
            padding-right: 0
        }

        .carousel-tile .tile-image img {
            height: 240px
        }

        .carousel-tile .tile-details {
            margin-bottom: 30px;
            padding-top: 20px;
            padding-bottom: 20px;
            background-color: #fff
        }

        .carousel-tile .button-conversion,
        .carousel-tile .tile-details h3 img {
            display: none
        }
    }

    .catalog {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .catalog .catalog-tile {
        margin-top: 5px;
        margin-bottom: 15px
    }

    .catalog .coming-soon {
        background-color: #879baa
    }

    .catalog-headline {
        padding-top: 20px;
        padding-bottom: 50px
    }

    .catalog-headline img {
        padding-right: 35px;
        float: left
    }

    .catalog-headline .catalog-title {
        margin-top: 20px;
        margin-bottom: 10px
    }

    .catalog-headline .catalog-title h1 {
        font-family: SiemensBlack;
        display: inline;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none;
        margin-right: 5px
    }

    @media only screen and (max-width:767px) {
        .catalog-headline .catalog-title h1 {
            font-size: 28px
        }
    }

    .catalog-headline .catalog-title .share {
        margin-top: -2px
    }

    @media only screen and (max-width:767px) {
        .catalog-headline .catalog-title .share {
            margin-top: -1px
        }
    }

    .catalog-headline .catalog-title a {
        font-size: 24px;
        display: inline;
        text-decoration: none;
        color: #879baa
    }

    @media only screen and (max-width:767px) {
        .catalog-headline .catalog-title a {
            font-size: 20px
        }
    }

    @media only screen and (max-width:767px) {
        .catalog-headline .catalog-title .is-active .share-wrapper {
            left: -10px;
            top: -10px
        }

        .catalog-headline .catalog-title .is-active-left .share-wrapper {
            left: -140px;
            top: -10px
        }
    }

    .catalog-headline h4 {
        font-family: SiemensBold
    }

    .catalog-headline .catalog-tile {
        margin-top: 5px;
        margin-bottom: 15px
    }

    .catalog-headline .coming-soon {
        background-color: #879baa
    }

    .catalog-headline .button-conversion {
        margin-top: 5px
    }

    .text-holder {
        clear: right
    }

    p {
        overflow: hidden
    }

    .catalog-tiles {
        background-color: #dfe6ed;
        color: #3c464b;
        padding-top: 45px;
        padding-bottom: 70px
    }

    .catalog-tiles h1 {
        margin-top: 0;
        margin-bottom: 35px;
        font-family: SiemensBold;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none
    }

    @media only screen and (max-width:767px) {
        .catalog-tiles h1 {
            font-size: 28px
        }
    }

    .catalog-tiles .catalog-tile a,
    .catalog-tiles .catalog-tile a:active,
    .catalog-tiles .catalog-tile a:hover,
    .catalog-tiles .catalog-tile a:visited {
        text-decoration: none !important;
        color: #3c464b
    }

    .catalog-tiles .catalog-tile .catalog-tile-img {
        width: 100%
    }

    .catalog-tiles .catalog-tile .tile-details {
        position: relative;
        height: 175px;
        margin-top: 0;
        padding: 15px 15px 20px;
        background-color: #fff;
        margin-bottom: 20px
    }

    .catalog-tiles .catalog-tile .tile-details h3 {
        margin-top: 0;
        font-family: SiemensBold;
        color: #2387aa
    }

    .catalog-tiles .catalog-tile .tile-details .cta {
        font-size: 18px;
        position: absolute;
        bottom: 20px;
        right: 20px;
        text-decoration: none;
        font-family: SiemensBold;
        color: #2387aa;
        line-height: 25px;
        display: block;
        text-align: right
    }

    .catalog-tiles .catalog-tile .tile-details span {
        padding-top: 1px;
        display: inline-block;
        height: 25px;
        width: 25px;
        background-color: #2387aa;
        text-align: center
    }

    .catalog-tiles .catalog-tile .tile-details span i {
        font-size: 16px;
        color: #fff
    }

    @media only screen and (max-width:767px) {
        .catalog-tiles {
            padding-top: 30px;
            padding-bottom: 35px
        }

        .catalog-tiles .catalog-tile .tile-details {
            height: auto
        }

        .catalog-tiles .catalog-tile .tile-details .cta {
            position: static;
            margin-top: 20px
        }

        .catalog-tiles .catalog-tile .catalog-tile-img {
            display: none
        }
    }

    .store-cc-checkout {
        padding-top: 25px;
        padding-bottom: 35px
    }

    .store-cc-checkout .promo-input {
        margin-left: 15px;
        vertical-align: middle;
        display: inline-block
    }

    .store-cc-checkout .promo-input span {
        font-size: 16px
    }

    .store-cc-checkout .promo-input input {
        border: 3px solid #becdd7;
        height: 45px;
        width: 120px;
        font-size: 24px;
        padding-left: 5px
    }

    .store-cc-checkout .promo-input .button-conversion {
        width: 145px;
        vertical-align: top
    }

    .store-cc-checkout .promo-input .button-conversion .button-text {
        margin-top: 2px;
        display: block;
        text-align: center
    }

    .store-cc-checkout .promo-input .promo-caption {
        display: block;
        margin-top: 25px;
        margin-bottom: 10px;
        width: 345px;
        font-size: 14px;
        font-family: SiemensItalic
    }

    .store-cc-checkout .cc-checkout-total {
        margin-right: 8.333333%;
        margin-bottom: 30px;
        display: inline-block;
        width: 264px;
        font-size: 16px
    }

    .store-cc-checkout .cc-checkout-total div {
        margin-bottom: 10px;
        display: block
    }

    .store-cc-checkout .cc-checkout-total .display-block {
        display: block
    }

    .store-cc-checkout .cc-checkout-total .add-underline {
        border-bottom: 1px solid #3c464b
    }

    .store-cc-checkout .cc-checkout-total a {
        color: #2387aa
    }

    .store-cc-checkout .blue-link {
        color: #2387aa;
        font-size: 18px;
        font-family: SiemensBold
    }

    .store-cc-checkout .enter-info {
        margin-top: -25px
    }

    .store-cc-checkout .ra {
        display: inline-block;
        width: 60%;
        text-align: right
    }

    .store-cc-checkout .old-price {
        text-decoration: line-through
    }

    .store-cc-submit {
        padding-top: 25px;
        padding-bottom: 35px
    }

    .store-cc-submit .promo-input {
        margin-left: 15px;
        vertical-align: middle;
        display: inline-block
    }

    .store-cc-submit .promo-input span {
        font-size: 16px
    }

    .store-cc-submit .promo-input input {
        border: 3px solid #becdd7;
        height: 45px;
        width: 120px;
        font-size: 24px;
        padding-left: 5px
    }

    .store-cc-submit .promo-input .button-conversion {
        width: 145px;
        vertical-align: top
    }

    .store-cc-submit .promo-input .button-conversion .button-text {
        margin-top: 2px;
        display: block;
        text-align: center
    }

    .store-cc-submit .promo-input .promo-caption {
        display: block;
        margin-top: 25px;
        width: 345px;
        font-size: 14px;
        font-family: SiemensItalic
    }

    .store-cc-submit .cc-submit-total {
        margin-right: 5%;
        margin-bottom: 10px;
        display: inline-block;
        width: 45%;
        font-size: 16px
    }

    .store-cc-submit .cc-submit-total span {
        display: inline-block;
        width: 50%;
        text-align: right
    }

    .store-cc-submit .cc-submit-total div {
        margin-bottom: 10px;
        display: block
    }

    .store-cc-submit .cc-submit-total .old-price {
        text-decoration: line-through
    }

    .store-cc-submit .cc-submit-total .add-underline {
        border-bottom: 1px solid #3c464b;
        padding-bottom: 10px
    }

    .store-cc-submit .cc-submit-total a {
        color: #2387aa
    }

    .store-cc-submit .header {
        color: #3c464b;
        margin-top: 20px;
        margin-bottom: 20px;
        display: block;
        line-height: 40px;
        font-size: 18px;
        font-family: SiemensBold;
        background-color: #dfe6ed;
        padding-left: 20px
    }

    .store-cc-submit .billing {
        margin-bottom: 20px;
        font-size: 16px
    }

    .store-cc-submit .billing span {
        display: block
    }

    .store-cc-submit .payment {
        font-size: 16px
    }

    .store-cc-submit .payment span {
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 5px
    }

    .store-cc-submit .radio-buttons .radio-button {
        margin-bottom: 20px;
        margin-left: 10px;
        display: block;
        width: auto;
        line-height: 20px
    }

    .store-cc-submit .radio-buttons .radio-button span {
        font-size: 16px
    }

    .store-cc-submit .radio-buttons .radio-button img {
        width: 140px;
        display: inline-block;
        margin-left: 20px;
        padding: 10px;
        border: 1px solid #879baa;
        margin-right: 25px
    }

    .store-cc-submit .radio-buttons .radio-button a {
        color: #2387aa;
        font-size: 16px
    }

    .store-cc-submit .submit {
        margin-top: -65px
    }

    .chapter-tiles,
    .segments {
        background-color: #eff0f4;
        color: #3c464b;
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative
    }

    .chapter-tiles:focus,
    .segments:focus {
        outline: none
    }

    .chapter-tiles .header,
    .segments .header {
        margin-top: 0;
        margin-bottom: 20px
    }

    @media only screen and (max-width:767px) {

        .chapter-tiles .header,
        .segments .header {
            margin-bottom: 10px
        }
    }

    .chapter-tiles .header h1,
    .segments .header h1 {
        display: inline;
        font-size: 44px;
        font-family: SiemensBlack;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none;
        margin-right: 5px
    }

    .chapter-tiles .header a,
    .segments .header a {
        display: inline;
        text-decoration: none;
        font-size: 24px;
        color: #879baa
    }

    @media only screen and (max-width:767px) {

        .chapter-tiles .header a,
        .segments .header a {
            font-size: 20px
        }
    }

    .chapter-tiles .header .share,
    .segments .header .share {
        margin-top: -3px
    }

    @media only screen and (max-width:767px) {

        .chapter-tiles .header .share,
        .segments .header .share {
            margin-top: 0
        }
    }

    @media only screen and (max-width:767px) {

        .chapter-tiles .header .is-active .share-wrapper,
        .segments .header .is-active .share-wrapper {
            left: -10px;
            top: -10px
        }

        .chapter-tiles .header .is-active-left .share-wrapper,
        .segments .header .is-active-left .share-wrapper {
            left: -140px;
            top: -10px
        }
    }

    .chapter-tiles p,
    .segments p {
        margin-bottom: 30px
    }

    .chapter-tiles .mobile-share,
    .segments .mobile-share {
        display: none;
        position: absolute;
        right: 15px;
        top: 0;
        height: 30px;
        width: 30px;
        background-color: #dfe6ed;
        text-align: center;
        text-decoration: none
    }

    .chapter-tiles .mobile-share i,
    .segments .mobile-share i {
        line-height: 30px;
        font-size: 20px;
        color: #74899a
    }

    .chapter-tiles .tile-container,
    .segments .tile-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .chapter-tiles .tile-container:hover .tile,
    .segments .tile-container:hover .tile {
        opacity: .5
    }

    .chapter-tiles .tile-container .tile,
    .segments .tile-container .tile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-decoration: none;
        color: #3c464b;
        margin-bottom: 20px;
        -webkit-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out
    }

    .chapter-tiles .tile-container .tile:hover,
    .segments .tile-container .tile:hover {
        opacity: 1;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out
    }

    .chapter-tiles .tile-container .tile img,
    .segments .tile-container .tile img {
        width: 100%;
        height: auto
    }

    @media only screen and (max-width:767px) {

        .chapter-tiles .tile-container .tile img,
        .segments .tile-container .tile img {
            display: none
        }
    }

    .chapter-tiles .tile-container .tile.three-column,
    .segments .tile-container .tile.three-column {
        width: calc(33% - 11px)
    }

    .chapter-tiles .tile-container .tile.three-column:nth-child(3n+1),
    .segments .tile-container .tile.three-column:nth-child(3n+1) {
        margin-left: 0;
        margin-right: 20px
    }

    .chapter-tiles .tile-container .tile.three-column:nth-child(3n+2),
    .segments .tile-container .tile.three-column:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0
    }

    .chapter-tiles .tile-container .tile.three-column:nth-child(3n+3),
    .segments .tile-container .tile.three-column:nth-child(3n+3) {
        margin-left: 20px;
        margin-right: 0
    }

    @media only screen and (max-width:767px) {

        .chapter-tiles .tile-container .tile.three-column,
        .segments .tile-container .tile.three-column {
            width: 100%
        }

        .chapter-tiles .tile-container .tile.three-column:nth-child(n),
        .segments .tile-container .tile.three-column:nth-child(n) {
            margin-left: 0;
            margin-right: 0
        }
    }

    .chapter-tiles .tile-container .tile.four-column,
    .segments .tile-container .tile.four-column {
        width: calc(25% - 15px)
    }

    .chapter-tiles .tile-container .tile.four-column:nth-child(4n+1),
    .segments .tile-container .tile.four-column:nth-child(4n+1) {
        margin-left: 0;
        margin-right: 10px
    }

    .chapter-tiles .tile-container .tile.four-column:nth-child(4n+2),
    .chapter-tiles .tile-container .tile.four-column:nth-child(4n+3),
    .segments .tile-container .tile.four-column:nth-child(4n+2),
    .segments .tile-container .tile.four-column:nth-child(4n+3) {
        margin-left: 10px;
        margin-right: 10px
    }

    .chapter-tiles .tile-container .tile.four-column:nth-child(4n+4),
    .segments .tile-container .tile.four-column:nth-child(4n+4) {
        margin-left: 10px;
        margin-right: 0
    }

    @media only screen and (min-width:768px) and (max-width:991px) {

        .chapter-tiles .tile-container .tile.four-column,
        .segments .tile-container .tile.four-column {
            width: calc(33% - 11px)
        }

        .chapter-tiles .tile-container .tile.four-column:nth-child(3n+1),
        .segments .tile-container .tile.four-column:nth-child(3n+1) {
            margin-left: 0;
            margin-right: 20px
        }

        .chapter-tiles .tile-container .tile.four-column:nth-child(3n+2),
        .segments .tile-container .tile.four-column:nth-child(3n+2) {
            margin-left: 0;
            margin-right: 0
        }

        .chapter-tiles .tile-container .tile.four-column:nth-child(3n+3),
        .segments .tile-container .tile.four-column:nth-child(3n+3) {
            margin-left: 20px;
            margin-right: 0
        }
    }

    @media only screen and (max-width:767px) {

        .chapter-tiles .tile-container .tile.four-column,
        .segments .tile-container .tile.four-column {
            width: 100%
        }

        .chapter-tiles .tile-container .tile.four-column:nth-child(n),
        .segments .tile-container .tile.four-column:nth-child(n) {
            margin-left: 0;
            margin-right: 0
        }
    }

    .chapter-tiles .tile-container .tile .tile-details,
    .segments .tile-container .tile .tile-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        position: relative;
        background-color: #fff;
        padding: 10px
    }

    .chapter-tiles .tile-container .tile .tile-details h2,
    .segments .tile-container .tile .tile-details h2 {
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 5px;
        font-family: SiemensBold;
        color: #2387aa
    }

    @media only screen and (min-width:992px) and (max-width:1199px) {

        .chapter-tiles .tile-container .tile .tile-details h2,
        .segments .tile-container .tile .tile-details h2 {
            width: 90%
        }
    }

    @media only screen and (min-width:768px) and (max-width:991px) {

        .chapter-tiles .tile-container .tile .tile-details h2,
        .segments .tile-container .tile .tile-details h2 {
            width: 90%
        }
    }

    @media only screen and (max-width:767px) {

        .chapter-tiles .tile-container .tile .tile-details h2,
        .segments .tile-container .tile .tile-details h2 {
            width: 90%
        }
    }

    .chapter-tiles .tile-container .tile .tile-details .tile-share-icon,
    .segments .tile-container .tile .tile-details .tile-share-icon {
        text-decoration: none;
        color: #879baa;
        font-size: 20px;
        display: block
    }

    .chapter-tiles .tile-container .tile .tile-details .is-active .share-wrapper,
    .segments .tile-container .tile .tile-details .is-active .share-wrapper {
        left: -10px;
        top: -10px
    }

    .chapter-tiles .tile-container .tile .tile-details .is-active-left .share-wrapper,
    .segments .tile-container .tile .tile-details .is-active-left .share-wrapper {
        left: -140px;
        top: -10px
    }

    .chapter-tiles .tile-container .tile .tile-details .share-container,
    .segments .tile-container .tile .tile-details .share-container {
        position: absolute;
        top: 10px;
        right: 10px
    }

    .chapter-tiles .tile-container .tile .tile-details .location-info,
    .segments .tile-container .tile .tile-details .location-info {
        display: block;
        margin-bottom: 3px;
        font-family: SiemensItalic
    }

    .chapter-tiles .tile-container .tile .tile-details p,
    .segments .tile-container .tile .tile-details p {
        margin-bottom: 5px
    }

    .chapter-tiles .tile-container .tile-info,
    .segments .tile-container .tile-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: auto
    }

    .chapter-tiles .tile-container .tile-info .solutions,
    .segments .tile-container .tile-info .solutions {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-item-align: end;
        align-self: flex-end;
        font-size: 16px;
        font-family: SiemensItalic
    }

    .chapter-tiles .tile-container .tile-info .cta,
    .segments .tile-container .tile-info .cta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        font-size: 18px;
        font-family: SiemensBold;
        color: #2387aa;
        line-height: 25px
    }

    .chapter-tiles .tile-container .tile-info .cta .icon-container,
    .segments .tile-container .tile-info .cta .icon-container {
        padding-top: 2px;
        display: inline-block;
        height: 25px;
        width: 25px;
        margin-left: 10px;
        background-color: #2387aa;
        text-align: center
    }

    .chapter-tiles .tile-container .tile-info .cta .icon-container i,
    .segments .tile-container .tile-info .cta .icon-container i {
        font-size: 16px;
        color: #fff
    }

    .contact-page {
        background-color: #eff0f4;
        padding-bottom: 50px;
        padding-top: 30px;
        margin-top: 35px
    }

    .contact-page .address-holder div:last-child .address-tile hr {
        display: none
    }

    @media only screen and (max-width:767px) {
        .contact-page .address-holder div:last-child .address-tile hr {
            display: block
        }
    }

    .contact-page .title {
        margin-top: 0;
        margin-bottom: 10px
    }

    .contact-page .title h1 {
        font-family: SiemensBlack;
        display: inline;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none;
        margin-right: 5px
    }

    .contact-page .title a {
        display: inline;
        text-decoration: none;
        font-size: 24px;
        color: #879baa
    }

    @media only screen and (max-width:767px) {
        .contact-page .title a {
            font-size: 20px
        }
    }

    .contact-page .title .share {
        margin-top: -3px
    }

    @media only screen and (max-width:767px) {
        .contact-page .title .share {
            margin-top: 0
        }
    }

    @media only screen and (max-width:767px) {
        .contact-page .title .is-active .share-wrapper {
            left: -10px;
            top: -10px
        }

        .contact-page .title .is-active-left .share-wrapper {
            left: -140px;
            top: -10px
        }
    }

    .contact-page .mobile-share {
        display: none;
        position: absolute;
        right: 15px;
        top: 0;
        height: 30px;
        width: 30px;
        background-color: #dfe6ed;
        text-align: center;
        text-decoration: none
    }

    .contact-page .mobile-share i {
        line-height: 30px;
        font-size: 20px;
        color: #74899a
    }

    .contact-page h3 {
        font-family: SiemensBold;
        margin-bottom: 15px;
        margin-top: 17px;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none
    }

    @media only screen and (max-width:767px) {
        .contact-page h3 {
            font-size: 20px
        }
    }

    .contact-page .contact-info {
        margin-bottom: 20px
    }

    .contact-page .bold {
        font-size: 18px
    }

    .contact-page .address-tile {
        min-height: 200px;
        padding-top: 20px;
        padding-bottom: 10px
    }

    .contact-page .address-tile .no-padding {
        padding-left: 0;
        padding-right: 0
    }

    .contact-page .address-tile p {
        margin-bottom: 25px
    }

    .contact-page .address-tile .telephone-title {
        display: block;
        text-decoration: none;
        color: inherit;
        white-space: nowrap
    }

    .contact-page .address-tile .address a {
        text-decoration: none;
        color: inherit
    }

    .contact-page .address-tile .address a:hover {
        color: inherit
    }

    @media only screen and (max-width:767px) {
        .contact-page .address-tile .address a {
            color: #2387aa
        }

        .contact-page .address-tile .address a:hover {
            color: #2387aa;
            text-decoration: underline
        }
    }

    .contact-page .address-tile .telephone-info {
        display: block;
        padding-left: 2px;
        text-decoration: none;
        color: inherit
    }

    .contact-page .address-tile .contents {
        display: block;
        border-bottom: 1px solid #3c464b;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .contact-page .address-tile img {
        width: 100%;
        margin-bottom: 10px;
        height: auto
    }

    .contact-page .address-tile hr {
        border-top: 1px solid #879baa;
        width: 100%;
        clear: both
    }

    .contact-page .address-tile .map-caption {
        font-family: SiemensItalic;
        color: #879baa;
        margin-bottom: 13px;
        display: block
    }

    .contact-page .address-tile a {
        display: block;
        color: inherit;
        color: #2387aa
    }

    .contact-page .address-tile a:hover {
        color: #2387aa
    }

    .contact-page .address-tile .add-margin {
        margin-top: 30px
    }

    .contact-page .contactForm {
        padding-top: 10px;
        padding-bottom: 20px
    }

    .contact-page form span {
        display: block;
        margin-bottom: 15px;
        font-size: 16px
    }

    .contact-page form .form-group input {
        height: 40px
    }

    .contact-page form button {
        margin-top: 20px;
        width: 240px;
        border: 0;
        float: right
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .contact-page form button {
            width: 100%
        }
    }

    .contact-page form input[type=checkbox] {
        margin-top: 3px;
        font-size: 24px
    }

    .contact-page form select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        padding-left: 10px;
        font-size: 14px;
        color: #879baa;
        position: relative;
        height: 40px;
        cursor: pointer;
        width: 100%;
        background-color: #fff;
        background-image: url(../images/icons/dropdown-arrow-lg.png);
        background-repeat: no-repeat;
        background-position: 100%
    }

    .contact-page form select::-ms-expand {
        display: none
    }

    .contact-page form .checkbox label {
        font-size: 16px
    }

    @media only screen and (max-width:767px) {
        .contact-page {
            margin-top: 0
        }

        .contact-page .mobile-share {
            display: block
        }

        .contact-page .title {
            margin-top: 10px
        }

        .contact-page .title h1 {
            font-size: 28px
        }

        .contact-page .address-tile .location {
            width: 80%
        }

        .contact-page .address-tile .right {
            display: none
        }

        .contact-page form button {
            float: none
        }
    }

    .content-grid {
        background-color: #004669;
        color: #fff;
        padding: 40px 0 60px
    }

    @media only screen and (max-width:767px) {
        .content-grid {
            padding: 25px 0 60px
        }
    }

    .content-grid h1 {
        font-family: SiemensBlack;
        font-size: 36px;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none;
        margin: 0 0 15px
    }

    @media only screen and (max-width:767px) {
        .content-grid h1 {
            font-size: 28px
        }
    }

    .content-grid p {
        width: 66.66666%
    }

    @media only screen and (max-width:767px) {
        .content-grid p {
            width: 100%
        }
    }

    .content-grid:focus {
        outline: none
    }

    .content-grid__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 45px;
        border-top: 1px solid #fff;
        -webkit-transition: opacity .5s ease-in-out,
            border-color .5s ease-in-out;
        transition: opacity .5s ease-in-out,
            border-color .5s ease-in-out
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .content-grid__grid {
            border-bottom: 0
        }
    }

    @media only screen and (max-width:767px) {
        .content-grid__grid {
            margin-top: 25px
        }
    }

    .content-grid__grid:hover {
        border-top: 1px solid hsla(0,
                0%,
                100%,
                .5)
    }

    .content-grid__grid:hover .content-grid__tile {
        opacity: .5
    }

    .content-grid__grid .content-grid__tile {
        width: 33.33333%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        align-content: center;
        text-decoration: none;
        color: inherit;
        -webkit-transition: opacity .5s ease-in-out,
            border-color .5s ease-in-out;
        transition: opacity .5s ease-in-out,
            border-color .5s ease-in-out;
        padding: 40px
    }

    .content-grid__grid .content-grid__tile:hover {
        text-decoration: none;
        color: inherit;
        opacity: 1;
        border-color: #a3baca
    }

    .content-grid__grid .content-grid__tile:hover span {
        visibility: visible
    }

    .content-grid__grid .content-grid__tile:nth-child(3n+1) {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        border-left: 0
    }

    .content-grid__grid .content-grid__tile:nth-child(3n+1):hover {
        border-color: hsla(0,
                0%,
                100%,
                .5)
    }

    .content-grid__grid .content-grid__tile:nth-child(3n+2) {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff
    }

    .content-grid__grid .content-grid__tile:nth-child(3n+2):hover {
        border-color: hsla(0,
                0%,
                100%,
                .5)
    }

    .content-grid__grid .content-grid__tile:nth-child(3n+3) {
        border-bottom: 1px solid #fff;
        border-right: 0
    }

    .content-grid__grid .content-grid__tile:nth-child(3n+3):hover {
        border-color: hsla(0,
                0%,
                100%,
                .5)
    }

    .content-grid__grid .content-grid__tile h2 {
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 15px;
        font-family: SiemensBold;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none;
        letter-spacing: -.03em
    }

    @media only screen and (max-width:767px) {
        .content-grid__grid .content-grid__tile h2 {
            font-size: 24px;
            margin-bottom: 10px
        }
    }

    .content-grid__grid .content-grid__tile p {
        margin: 0;
        width: 100%
    }

    @media only screen and (max-width:767px) {
        .content-grid__grid .content-grid__tile p {
            line-height: 1.1
        }
    }

    .content-grid__grid .content-grid__tile p span {
        font-family: SiemensBold;
        white-space: nowrap;
        visibility: hidden
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .content-grid__grid .content-grid__tile p span {
            visibility: visible
        }
    }

    @media only screen and (max-width:767px) {
        .content-grid__grid .content-grid__tile p span {
            visibility: visible
        }
    }

    .content-grid__grid .content-grid__tile span {
        font-size: 16px
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .content-grid__grid .content-grid__tile {
            width: 50%
        }

        .content-grid__grid .content-grid__tile:nth-child(2n+1) {
            border-top: 0;
            border-left: 0;
            border-right: 1px solid #fff;
            border-bottom: 1px solid #fff
        }

        .content-grid__grid .content-grid__tile:nth-child(2n+1):hover {
            border-color: hsla(0,
                    0%,
                    100%,
                    .5)
        }

        .content-grid__grid .content-grid__tile:nth-child(2n+2) {
            border-top: 0;
            border-left: 0;
            border-right: 0;
            border-bottom: 1px solid #fff
        }

        .content-grid__grid .content-grid__tile:nth-child(2n+2):hover {
            border-color: hsla(0,
                    0%,
                    100%,
                    .5)
        }
    }

    @media only screen and (max-width:767px) {
        .content-grid__grid .content-grid__tile {
            width: 100%;
            padding: 20px 0
        }

        .content-grid__grid .content-grid__tile:nth-child(n) {
            border: 0;
            border-bottom: 1px solid #fff
        }
    }

    .site-id {
        padding-left: 18px;
        vertical-align: bottom;
        margin-left: 20px
    }

    .site-id,
    .site-id-mobile {
        display: inline-block;
        width: 15px;
        height: 15px;
        padding-bottom: 1px;
        background-image: url(../images/icons/si-country-sprite.gif);
        background-repeat: no-repeat;
        overflow: hidden
    }

    .site-id-mobile {
        padding-left: 24px;
        vertical-align: middle;
        margin-top: 3px;
        margin-left: 6px
    }

    .ad {
        background-position: 0 0
    }

    .ae {
        background-position: 0 -40px
    }

    .af {
        background-position: 0 -80px
    }

    .ag {
        background-position: 0 -120px
    }

    .ai {
        background-position: 0 -160px
    }

    .al {
        background-position: 0 -200px
    }

    .am {
        background-position: 0 -240px
    }

    .an {
        background-position: 0 -280px
    }

    .ao {
        background-position: 0 -320px
    }

    .ar {
        background-position: 0 -360px
    }

    .as {
        background-position: 0 -400px
    }

    .at {
        background-position: 0 -440px
    }

    .au {
        background-position: 0 -480px
    }

    .ax {
        background-position: 0 -520px
    }

    .az {
        background-position: 0 -560px
    }

    .ba {
        background-position: 0 -600px
    }

    .bb {
        background-position: 0 -640px
    }

    .bd {
        background-position: 0 -680px
    }

    .be {
        background-position: 0 -720px
    }

    .bf {
        background-position: 0 -760px
    }

    .bg {
        background-position: 0 -800px
    }

    .bh {
        background-position: 0 -840px
    }

    .bi {
        background-position: 0 -880px
    }

    .bj {
        background-position: 0 -920px
    }

    .bm {
        background-position: 0 -960px
    }

    .bn {
        background-position: 0 -1000px
    }

    .bo {
        background-position: 0 -1040px
    }

    .br {
        background-position: 0 -1080px
    }

    .bs {
        background-position: 0 -1120px
    }

    .bt {
        background-position: 0 -1160px
    }

    .bv {
        background-position: 0 -1200px
    }

    .bw {
        background-position: 0 -1240px
    }

    .by {
        background-position: 0 -1280px
    }

    .bz {
        background-position: 0 -1320px
    }

    .ca {
        background-position: 0 -1360px
    }

    .cc {
        background-position: 0 -1400px
    }

    .cd {
        background-position: 0 -1440px
    }

    .cf {
        background-position: 0 -1480px
    }

    .cg {
        background-position: 0 -1520px
    }

    .ch {
        background-position: 0 -1560px
    }

    .ci {
        background-position: 0 -1600px
    }

    .ck {
        background-position: 0 -1640px
    }

    .cl {
        background-position: 0 -1680px
    }

    .cm {
        background-position: 0 -1720px
    }

    .cn {
        background-position: 0 -1760px
    }

    .co {
        background-position: 0 -1800px
    }

    .cr {
        background-position: 0 -1840px
    }

    .cs {
        background-position: 0 -1880px
    }

    .cu {
        background-position: 0 -1920px
    }

    .cv {
        background-position: 0 -1960px
    }

    .cx {
        background-position: 0 -2000px
    }

    .cy {
        background-position: 0 -2040px
    }

    .cz {
        background-position: 0 -2080px
    }

    .de {
        background-position: 0 -2120px
    }

    .dj {
        background-position: 0 -2160px
    }

    .dk {
        background-position: 0 -2200px
    }

    .dm {
        background-position: 0 -2240px
    }

    .do {
        background-position: 0 -2280px
    }

    .dz {
        background-position: 0 -2320px
    }

    .ec {
        background-position: 0 -2360px
    }

    .ee {
        background-position: 0 -2400px
    }

    .eg {
        background-position: 0 -2440px
    }

    .eh {
        background-position: 0 -2480px
    }

    .er {
        background-position: 0 -2520px
    }

    .es-ct {
        background-position: 0 -2560px
    }

    .es {
        background-position: 0 -2600px
    }

    .et {
        background-position: 0 -2640px
    }

    .eu {
        background-position: 0 -2680px
    }

    .fi {
        background-position: 0 -2720px
    }

    .fj {
        background-position: 0 -2760px
    }

    .fk {
        background-position: 0 -2800px
    }

    .fm {
        background-position: 0 -2840px
    }

    .fo {
        background-position: 0 -2880px
    }

    .fr {
        background-position: 0 -2920px
    }

    .ga {
        background-position: 0 -2960px
    }

    .gb-eng {
        background-position: 0 -3000px
    }

    .gb-sct {
        background-position: 0 -3040px
    }

    .gb-wls {
        background-position: 0 -3080px
    }

    .gb {
        background-position: 0 -3120px
    }

    .gd {
        background-position: 0 -3160px
    }

    .ge {
        background-position: 0 -3200px
    }

    .gf {
        background-position: 0 -3240px
    }

    .gh {
        background-position: 0 -3280px
    }

    .gi {
        background-position: 0 -3320px
    }

    .gl {
        background-position: 0 -3360px
    }

    .gm {
        background-position: 0 -3400px
    }

    .gn {
        background-position: 0 -3440px
    }

    .gp {
        background-position: 0 -3480px
    }

    .gq {
        background-position: 0 -3520px
    }

    .gr {
        background-position: 0 -3560px
    }

    .gs {
        background-position: 0 -3600px
    }

    .gt {
        background-position: 0 -3640px
    }

    .gu {
        background-position: 0 -3680px
    }

    .gw {
        background-position: 0 -3720px
    }

    .gy {
        background-position: 0 -3760px
    }

    .hk {
        background-position: 0 -3800px
    }

    .hn {
        background-position: 0 -3840px
    }

    .hr {
        background-position: 0 -3880px
    }

    .ht {
        background-position: 0 -3920px
    }

    .hu {
        background-position: 0 -3960px
    }

    .id {
        background-position: 0 -4000px
    }

    .ie {
        background-position: 0 -4040px
    }

    .il {
        background-position: 0 -4080px
    }

    .in {
        background-position: 0 -4120px
    }

    .io {
        background-position: 0 -4160px
    }

    .iq {
        background-position: 0 -4200px
    }

    .ir {
        background-position: 0 -4240px
    }

    .is {
        background-position: 0 -4280px
    }

    .it {
        background-position: 0 -4320px
    }

    .jm {
        background-position: 0 -4360px
    }

    .jo {
        background-position: 0 -4400px
    }

    .jp {
        background-position: 0 -4440px
    }

    .ke {
        background-position: 0 -4480px
    }

    .kg {
        background-position: 0 -4520px
    }

    .kh {
        background-position: 0 -4560px
    }

    .ki {
        background-position: 0 -4600px
    }

    .km {
        background-position: 0 -4640px
    }

    .kn {
        background-position: 0 -4680px
    }

    .kp {
        background-position: 0 -4720px
    }

    .kr {
        background-position: 0 -4760px
    }

    .kw {
        background-position: 0 -4800px
    }

    .ky {
        background-position: 0 -4840px
    }

    .kz {
        background-position: 0 -4880px
    }

    .la {
        background-position: 0 -4920px
    }

    .lb {
        background-position: 0 -4960px
    }

    .lc {
        background-position: 0 -5000px
    }

    .li {
        background-position: 0 -5040px
    }

    .lk {
        background-position: 0 -5080px
    }

    .lr {
        background-position: 0 -5120px
    }

    .ls {
        background-position: 0 -5160px
    }

    .lt {
        background-position: 0 -5200px
    }

    .lu {
        background-position: 0 -5240px
    }

    .lv {
        background-position: 0 -5280px
    }

    .ly {
        background-position: 0 -5320px
    }

    .ma {
        background-position: 0 -5360px
    }

    .mc {
        background-position: 0 -5400px
    }

    .md {
        background-position: 0 -5440px
    }

    .me {
        background-position: 0 -5480px
    }

    .mg {
        background-position: 0 -5520px
    }

    .mh {
        background-position: 0 -5560px
    }

    .mk {
        background-position: 0 -5600px
    }

    .ml {
        background-position: 0 -5640px
    }

    .mm {
        background-position: 0 -5680px
    }

    .mn {
        background-position: 0 -5720px
    }

    .mo {
        background-position: 0 -5760px
    }

    .mp {
        background-position: 0 -5800px
    }

    .mq {
        background-position: 0 -5840px
    }

    .mr {
        background-position: 0 -5880px
    }

    .ms {
        background-position: 0 -5920px
    }

    .mt {
        background-position: 0 -5960px
    }

    .mu {
        background-position: 0 -6000px
    }

    .mv {
        background-position: 0 -6040px
    }

    .mw {
        background-position: 0 -6080px
    }

    .mx {
        background-position: 0 -6120px
    }

    .my {
        background-position: 0 -6160px
    }

    .mz {
        background-position: 0 -6200px
    }

    .na {
        background-position: 0 -6240px
    }

    .nc {
        background-position: 0 -6280px
    }

    .ne {
        background-position: 0 -6320px
    }

    .nf {
        background-position: 0 -6360px
    }

    .ng {
        background-position: 0 -6400px
    }

    .ni {
        background-position: 0 -6440px
    }

    .nl {
        background-position: 0 -6480px
    }

    .no {
        background-position: 0 -6520px
    }

    .np {
        background-position: 0 -6560px
    }

    .nr {
        background-position: 0 -6600px
    }

    .nu {
        background-position: 0 -6640px
    }

    .nz {
        background-position: 0 -6680px
    }

    .om {
        background-position: 0 -6720px
    }

    .pa {
        background-position: 0 -6760px
    }

    .pe {
        background-position: 0 -6800px
    }

    .pf {
        background-position: 0 -6840px
    }

    .pg {
        background-position: 0 -6880px
    }

    .ph {
        background-position: 0 -6920px
    }

    .pk {
        background-position: 0 -6960px
    }

    .pl {
        background-position: 0 -7000px
    }

    .pm {
        background-position: 0 -7040px
    }

    .pn {
        background-position: 0 -7080px
    }

    .pr {
        background-position: 0 -7120px
    }

    .ps {
        background-position: 0 -7160px
    }

    .pt {
        background-position: 0 -7200px
    }

    .pw {
        background-position: 0 -7240px
    }

    .py {
        background-position: 0 -7280px
    }

    .qa {
        background-position: 0 -7320px
    }

    .re {
        background-position: 0 -7360px
    }

    .ro {
        background-position: 0 -7400px
    }

    .rs {
        background-position: 0 -7440px
    }

    .ru {
        background-position: 0 -7480px
    }

    .rw {
        background-position: 0 -7520px
    }

    .sa {
        background-position: 0 -7560px
    }

    .sb {
        background-position: 0 -7600px
    }

    .sc {
        background-position: 0 -7640px
    }

    .sd {
        background-position: 0 -7680px
    }

    .se {
        background-position: 0 -7720px
    }

    .sg {
        background-position: 0 -7760px
    }

    .sh {
        background-position: 0 -7800px
    }

    .si {
        background-position: 0 -7840px
    }

    .sj {
        background-position: 0 -7880px
    }

    .sk {
        background-position: 0 -7920px
    }

    .sl {
        background-position: 0 -7960px
    }

    .sm {
        background-position: 0 -8000px
    }

    .sn {
        background-position: 0 -8040px
    }

    .so {
        background-position: 0 -8080px
    }

    .sr {
        background-position: 0 -8120px
    }

    .st {
        background-position: 0 -8160px
    }

    .sv {
        background-position: 0 -8200px
    }

    .sy {
        background-position: 0 -8240px
    }

    .sz {
        background-position: 0 -8280px
    }

    .tc {
        background-position: 0 -8320px
    }

    .td {
        background-position: 0 -8360px
    }

    .tf {
        background-position: 0 -8400px
    }

    .tg {
        background-position: 0 -8440px
    }

    .th {
        background-position: 0 -8480px
    }

    .tj {
        background-position: 0 -8520px
    }

    .tk {
        background-position: 0 -8560px
    }

    .tl {
        background-position: 0 -8600px
    }

    .tm {
        background-position: 0 -8640px
    }

    .tn {
        background-position: 0 -8680px
    }

    .to {
        background-position: 0 -8720px
    }

    .tr {
        background-position: 0 -8760px
    }

    .tt {
        background-position: 0 -8800px
    }

    .tv {
        background-position: 0 -8840px
    }

    .tw {
        background-position: 0 -8880px
    }

    .tz {
        background-position: 0 -8920px
    }

    .ua {
        background-position: 0 -8960px
    }

    .ug {
        background-position: 0 -9000px
    }

    .us {
        background-position: 0 -9040px
    }

    .uy {
        background-position: 0 -9080px
    }

    .uz {
        background-position: 0 -9120px
    }

    .va {
        background-position: 0 -9160px
    }

    .vc {
        background-position: 0 -9200px
    }

    .ve {
        background-position: 0 -9240px
    }

    .vg {
        background-position: 0 -9280px
    }

    .vi {
        background-position: 0 -9320px
    }

    .vn {
        background-position: 0 -9360px
    }

    .vu {
        background-position: 0 -9400px
    }

    .wf {
        background-position: 0 -9440px
    }

    .ws {
        background-position: 0 -9480px
    }

    .ye {
        background-position: 0 -9520px
    }

    .yt {
        background-position: 0 -9560px
    }

    .za {
        background-position: 0 -9600px
    }

    .zm {
        background-position: 0 -9640px
    }

    .zw {
        background-position: 0 -9680px
    }

    .events-training form .form-group input,
    .form-control {
        color: #879baa
    }

    .events-training form .form-group input::-webkit-input-placeholder {
        color: #879baa
    }

    .events-training form .form-group input:-moz-placeholder,
    .events-training form .form-group input::-moz-placeholder {
        color: #879baa
    }

    .events-training form .form-group input:-ms-input-placeholder {
        color: #879baa
    }

    .contact-page form .form-group input {
        color: #879baa
    }

    .contact-page form .form-group input::-webkit-input-placeholder {
        color: #879baa
    }

    .contact-page form .form-group input:-moz-placeholder,
    .contact-page form .form-group input::-moz-placeholder {
        color: #879baa
    }

    .contact-page form .form-group input:-ms-input-placeholder {
        color: #879baa
    }

    .single-topic form .form-group input {
        color: #879baa
    }

    .single-topic form .form-group input::-webkit-input-placeholder {
        color: #879baa
    }

    .single-topic form .form-group input:-moz-placeholder,
    .single-topic form .form-group input::-moz-placeholder {
        color: #879baa
    }

    .single-topic form .form-group input:-ms-input-placeholder {
        color: #879baa
    }

    .events-training .headline {
        margin-top: -2px;
        margin-bottom: 5px
    }

    .events-training .headline h1 {
        display: inline;
        margin-right: 10px;
        font-size: 36px;
        font-family: SiemensBlack;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none;
        margin-right: 5px
    }

    @media only screen and (max-width:767px) {
        .events-training .headline h1 {
            font-size: 28px
        }
    }

    .events-training .headline a {
        display: inline;
        font-size: 24px;
        color: #879baa;
        text-decoration: none
    }

    @media only screen and (max-width:767px) {
        .events-training .headline a {
            font-size: 20px
        }
    }

    .events-training .headline .share {
        margin-top: -2px
    }

    @media only screen and (max-width:767px) {
        .events-training .headline .share {
            margin-top: 0
        }
    }

    .events-training .headline .is-active .share-wrapper {
        left: -10px;
        top: -10px
    }

    .events-training .headline .is-active-left .share-wrapper {
        left: -140px;
        top: -10px
    }

    .events-training .no-margin {
        margin-left: 0;
        margin-right: 0
    }

    .events-training .tabs {
        margin-top: 20px;
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        border-bottom: 4px solid #2387aa
    }

    .events-training .tabs li {
        cursor: pointer;
        text-align: left;
        border-top: 1px solid #879baa;
        border-left: 1px solid #879baa;
        border-right: 1px solid #879baa;
        border-radius: 3px 3px 0 0;
        display: inline-block;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 38px;
        font-family: SiemensBlack;
        color: #8fa2b0;
        width: 49.7%
    }

    .events-training .tabs .active,
    .events-training .tabs .navigation .navigation-global ul .dropbtn .on-page,
    .navigation .navigation-global ul .dropbtn .events-training .tabs .on-page {
        background-color: #2387aa;
        color: #fff;
        border-top: 1px solid #2387aa;
        border-left: 1px solid #2387aa;
        border-right: 1px solid #2387aa
    }

    .events-training .tabs li:last-child {
        float: right
    }

    .events-training .video-caption {
        display: block;
        margin-top: 5px;
        margin-bottom: 20px;
        font-family: SiemensItalic;
        color: #879baa;
        line-height: 14px
    }

    .events-training .subheading {
        margin-top: 10px;
        margin-bottom: 10px;
        display: block;
        font-size: 24px;
        font-family: SiemensBold;
        line-height: 1.2
    }

    @media only screen and (max-width:767px) {
        .events-training .subheading {
            font-size: 20px;
            margin-top: 5px
        }
    }

    .events-training .events {
        padding-top: 65px;
        padding-bottom: 70px;
        background-color: #eff0f4;
        padding-top: 45px
    }

    @media only screen and (max-width:767px) {
        .events-training .events {
            padding-top: 20px;
            padding-bottom: 0
        }
    }

    .events-training .events .mobile-btn {
        display: none
    }

    @media only screen and (max-width:767px) {
        .events-training .events .mobile-btn {
            display: block
        }

        .events-training .events .mobile-btn .button-text {
            display: inline-block;
            text-align: center
        }
    }

    .events-training .events .button-conversion {
        float: right
    }

    @media only screen and (max-width:767px) {
        .events-training .events .button-conversion {
            float: none
        }
    }

    .events-training .event-listings {
        background-color: #dfe6ed;
        padding-bottom: 45px;
        padding-top: 45px
    }

    @media only screen and (max-width:767px) {
        .events-training .event-listings {
            background-color: #eff0f4;
            padding-bottom: 10px;
            padding-top: 10px
        }
    }

    .events-training .event-listings h1 {
        display: inline;
        margin-top: 10px
    }

    @media only screen and (max-width:767px) {
        .events-training .event-listings .button-container {
            border-top: 1px solid #222
        }
    }

    .events-training .event-listings .mobile-listings {
        display: none
    }

    @media only screen and (max-width:767px) {
        .events-training .event-listings .mobile-listings {
            display: block
        }
    }

    .events-training .event-listings .mobile-listings h1 {
        font-family: SiemensBlack;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none;
        font-size: 28px;
        display: block;
        margin-top: 0
    }

    .events-training .event-listings .mobile-listings .error-message {
        font-family: SiemensBlackItalic;
        color: #af235f;
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 30px
    }

    .events-training .event-listings .mobile-listings .dropdown-container .page-tag {
        display: inline-block;
        vertical-align: middle
    }

    .events-training .event-listings .mobile-listings .dropdown-container .form-group {
        margin-top: 0
    }

    .events-training .event-listings .mobile-listings .dropdown-container select {
        margin-top: -6px;
        padding-top: 3px;
        padding-bottom: 3px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        padding-left: 10px;
        font-size: 14px;
        color: #879baa;
        position: relative;
        height: 28px;
        cursor: pointer;
        display: inline-block;
        width: 48%;
        float: right;
        background-color: #fff;
        background-image: url(../images/icons/dropdown-arrow-sm.png);
        background-repeat: no-repeat;
        background-position: 100%
    }

    .events-training .event-listings .mobile-listings .dropdown-container select::-ms-expand {
        display: none
    }

    .events-training .event-listings .mobile-listings .collapse-on-mobile {
        height: 500px;
        overflow: hidden
    }

    .events-training .event-listings .mobile-listings .events-container {
        padding-top: 10px
    }

    .events-training .event-listings .mobile-listings .events-container .event-tile {
        border-top: 1px solid #3c464b;
        position: relative
    }

    .events-training .event-listings .mobile-listings .events-container .event-tile .event-title {
        display: block;
        width: 90%;
        font-size: 18px;
        font-family: SiemensBold;
        margin-bottom: 10px;
        margin-top: 10px
    }

    .events-training .event-listings .mobile-listings .events-container .event-tile .event-date {
        display: inline-block;
        width: 30%;
        height: 35px
    }

    .events-training .event-listings .mobile-listings .events-container .event-tile .event-date img {
        display: inline-block;
        margin-right: 3px
    }

    .events-training .event-listings .mobile-listings .events-container .event-tile .event-date span {
        display: inline-block;
        font-size: 16px
    }

    .events-training .event-listings .mobile-listings .events-container .event-tile .event-location {
        display: inline-block;
        width: 65%;
        height: 35px;
        vertical-align: top
    }

    .events-training .event-listings .mobile-listings .events-container .event-tile .event-location img {
        display: inline-block;
        margin-right: 3px;
        vertical-align: top
    }

    .events-training .event-listings .mobile-listings .events-container .event-tile .event-location span {
        display: inline-block;
        font-size: 16px;
        width: 90%;
        height: auto
    }

    @media only screen and (max-width:767px) {
        .events-training .event-listings .mobile-listings .events-container .event-tile .event-location {
            display: inline-block;
            width: 90%;
            height: auto
        }
    }

    .events-training .event-listings .mobile-listings .events-container .event-tile .share-container {
        position: absolute;
        top: 15px;
        right: 0;
        text-decoration: none
    }

    .events-training .event-listings .mobile-listings .events-container .event-tile .is-active .share-wrapper {
        left: -10px;
        top: -14px
    }

    .events-training .event-listings .mobile-listings .events-container .event-tile .is-active-left .share-wrapper {
        left: -145px;
        top: -14px
    }

    .events-training .event-listings .mobile-listings .events-container .event-tile .button-conversion {
        margin-bottom: 20px;
        margin-top: 15px
    }

    .events-training .event-listings .no-padding {
        padding-left: 0;
        padding-right: 0
    }

    @media only screen and (max-width:767px) {
        .events-training .event-listings .no-padding {
            border-top: 1px solid #3c464b
        }
    }

    .events-training .event-listings .continue-reading {
        margin-top: 10px;
        display: none;
        line-height: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
        background-color: #becdd7;
        color: #444;
        cursor: pointer;
        padding-left: 25px;
        width: 100%;
        text-align: left;
        outline: none
    }

    .events-training .event-listings .continue-reading .panel-title {
        font-family: SiemensBold;
        font-size: 24px;
        width: 90%
    }

    .events-training .event-listings .continue-reading .panel-title-expanded {
        display: none
    }

    .events-training .event-listings .continue-reading i {
        font-size: 20px;
        position: absolute;
        right: 15px;
        top: 15px
    }

    @media only screen and (max-width:767px) {
        .events-training .event-listings .continue-reading {
            display: block
        }
    }

    .events-training .event-listings .desktop-listings h1 {
        font-family: SiemensBlack;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none
    }

    .events-training .event-listings .desktop-listings .error-message {
        font-family: SiemensBlackItalic;
        color: #af235f;
        font-size: 20px;
        line-height: 24px
    }

    .events-training .event-listings .desktop-listings table {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 20px
    }

    .events-training .event-listings .desktop-listings table th {
        font-size: 16px;
        font-family: SiemensBold;
        color: #2387aa;
        text-transform: uppercase
    }

    .events-training .event-listings .desktop-listings table tr {
        border-bottom: 1px solid #879baa
    }

    .events-training .event-listings .desktop-listings table td {
        font-size: 16px
    }

    .events-training .event-listings .desktop-listings table .event-row {
        height: 66px
    }

    .events-training .event-listings .desktop-listings table .event-row .date-cell {
        width: 14%
    }

    .events-training .event-listings .desktop-listings table .event-row .content-cell {
        width: 28%
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .events-training .event-listings .desktop-listings table .event-row .content-cell {
            width: 36%
        }
    }

    .events-training .event-listings .desktop-listings table .event-row .content-cell .share-container {
        width: 16px;
        height: 16px
    }

    .events-training .event-listings .desktop-listings table .event-row .content-cell .share {
        margin-top: 0;
        margin-left: 0
    }

    .events-training .event-listings .desktop-listings table .event-row .content-cell .share .share-button {
        font-size: 16px
    }

    .events-training .event-listings .desktop-listings table .event-row .content-cell .share span {
        font-size: 14px
    }

    .events-training .event-listings .desktop-listings table .event-row .content-cell .is-active .share-wrapper {
        left: -10px;
        top: -11px
    }

    .events-training .event-listings .desktop-listings table .event-row .content-cell .is-active-left .share-wrapper {
        left: -140px;
        top: -11px
    }

    .events-training .event-listings .desktop-listings table .event-row .location-cell {
        width: 13%
    }

    .events-training .event-listings .desktop-listings table .event-row .button-cell {
        width: 27%
    }

    .events-training .event-listings .desktop-listings table .content span {
        font-size: 16px
    }

    .events-training .event-listings .desktop-listings table .content a {
        text-decoration: none;
        color: #879baa;
        vertical-align: middle
    }

    .events-training .event-listings .desktop-listings table .button-conversion {
        float: right;
        vertical-align: middle
    }

    @media only screen and (max-width:767px) {
        .events-training .event-listings .desktop-listings table .button-conversion {
            float: none
        }
    }

    .events-training .event-listings .desktop-listings .button-conversion {
        float: right
    }

    @media only screen and (max-width:767px) {
        .events-training .event-listings .desktop-listings .button-conversion {
            float: none
        }
    }

    .events-training .event-listings .desktop-listings .page-results {
        font-size: 18px;
        display: inline-block;
        line-height: 36px
    }

    .events-training .event-listings .desktop-listings .page-results .input-box {
        color: #2387aa;
        text-align: center;
        display: inline-block;
        width: 36px;
        height: 36px;
        line-height: 34px;
        border: 1px solid #879baa;
        background-color: #fff;
        font-family: SiemensBold
    }

    .events-training .event-listings .desktop-listings .page-results a {
        margin-left: 5px;
        text-decoration: none;
        display: inline-block;
        color: #fff;
        background-color: #2387aa;
        width: 36px;
        line-height: 33px;
        text-align: center;
        font-size: 16px;
        padding-top: 3px
    }

    .events-training .event-listings .desktop-listings .page-results input[type=number]::-webkit-inner-spin-button,
    .events-training .event-listings .desktop-listings .page-results input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    .events-training .event-listings .desktop-listings .page-results input[type=number] {
        -moz-appearance: textfield
    }

    .events-training .event-listings .desktop-listings .blue-font {
        color: #2387aa
    }

    @media only screen and (max-width:767px) {
        .events-training .event-listings .desktop-listings {
            display: none
        }
    }

    .events-training .training {
        display: none;
        background-color: #eff0f4;
        padding-top: 45px;
        padding-bottom: 40px
    }

    .events-training .training h2 {
        margin-top: 0;
        font-size: 24px;
        font-family: SiemensBold;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none
    }

    @media only screen and (max-width:767px) {
        .events-training .training h2 {
            margin-bottom: 20px
        }
    }

    .events-training .training form .form-group input {
        height: 40px
    }

    .events-training .training form button {
        margin-top: 20px;
        width: 240px;
        border: 0;
        float: right
    }

    .events-training .training form input[type=checkbox] {
        margin-top: 3px;
        font-size: 24px
    }

    .events-training .training form select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        padding-left: 10px;
        font-size: 14px;
        color: #879baa;
        position: relative;
        height: 40px;
        cursor: pointer;
        width: 100%;
        background-color: #fff;
        background-image: url(../images/icons/dropdown-arrow-lg.png);
        background-repeat: no-repeat;
        background-position: 100%
    }

    .events-training .training form select::-ms-expand {
        display: none
    }

    .events-training .training .button-conversion {
        float: right
    }

    @media only screen and (max-width:767px) {
        .events-training .training .button-conversion {
            float: none
        }
    }

    @media only screen and (max-width:767px) {
        .events-training .tabs {
            margin-top: 5px
        }

        .events-training .training {
            padding-top: 20px;
            padding-bottom: 10px
        }

        .events-training .training .headline {
            margin-bottom: 10px
        }

        .events-training .training .subheading {
            font-size: 20px
        }

        .events-training .button-conversion {
            margin-bottom: 30px
        }
    }

    .featured-solutions {
        padding: 60px 0
    }

    @media only screen and (max-width:767px) {
        .featured-solutions {
            padding: 20px 0
        }
    }

    @media only screen and (max-width:767px) {
        .featured-solutions .container {
            padding: 0
        }
    }

    .featured-solutions__header {
        margin-bottom: 30px
    }

    @media only screen and (max-width:767px) {
        .featured-solutions__header .container {
            padding: 0 15px
        }
    }

    @media only screen and (max-width:767px) {
        .featured-solutions__header {
            margin-bottom: 3px;
            background-color: #dfe6ed
        }
    }

    .featured-solutions__header .title {
        display: inline-block
    }

    .featured-solutions__header .title h1 {
        display: inline-block;
        font-family: SiemensBlack;
        font-size: 36px;
        margin: 0
    }

    @media only screen and (max-width:767px) {
        .featured-solutions__header .title h1 {
            color: #fff;
            margin-left: 15px
        }
    }

    .featured-solutions__header .title__more-info {
        width: 20px;
        text-align: center;
        vertical-align: top;
        line-height: 20px;
        color: #fff;
        display: inline-block;
        font-size: 18px;
        background-color: #2387aa;
        border-radius: 50%
    }

    @media only screen and (max-width:767px) {
        .featured-solutions__header .title {
            margin: 0 -15px;
            padding: 20px 0;
            display: block;
            background-color: #004669
        }
    }

    .featured-solutions__header .header__cta {
        display: inline-block;
        float: right
    }

    .featured-solutions__header .header__cta .button-conversion {
        margin: 0
    }

    @media only screen and (max-width:767px) {
        .featured-solutions__header .header__cta .button-conversion {
            margin: 0 auto
        }
    }

    @media only screen and (max-width:767px) {
        .featured-solutions__header .header__cta {
            display: block;
            float: none;
            padding: 20px 0
        }
    }

    .featured-solutions__tile,
    .featured-solutions__tile--alt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: 300px;
        padding: 0;
        margin-bottom: 70px
    }

    .featured-solutions__tile--alt:last-child,
    .featured-solutions__tile:last-child {
        margin-bottom: 0
    }

    @media only screen and (max-width:767px) {

        .featured-solutions__tile,
        .featured-solutions__tile--alt {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            background-color: #dfe6ed;
            padding: 25px 10px 20px;
            margin-bottom: 3px
        }
    }

    .featured-solutions__tile--alt .tile-content,
    .featured-solutions__tile .tile-content {
        width: calc(50% - 15px);
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: center;
        align-self: center
    }

    .featured-solutions__tile--alt .tile-content p,
    .featured-solutions__tile .tile-content p {
        width: 100%
    }

    @media only screen and (max-width:767px) {

        .featured-solutions__tile--alt .tile-content,
        .featured-solutions__tile .tile-content {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            -ms-grid-row-align: flex-start;
            align-items: flex-start;
            width: 100%
        }
    }

    .featured-solutions__tile--alt .tile-content .header,
    .featured-solutions__tile .tile-content .header {
        position: relative;
        margin-bottom: 10px;
        width: 100%
    }

    .featured-solutions__tile--alt .tile-content .header h2,
    .featured-solutions__tile .tile-content .header h2 {
        margin-right: 5px;
        display: inline;
        font-size: 36px;
        font-family: SiemensBlack
    }

    @media only screen and (max-width:767px) {

        .featured-solutions__tile--alt .tile-content .header h2,
        .featured-solutions__tile .tile-content .header h2 {
            font-size: 28px
        }
    }

    .featured-solutions__tile--alt .tile-content .header .share-button,
    .featured-solutions__tile .tile-content .header .share-button {
        font-size: 20px
    }

    .featured-solutions__tile--alt .tile-content .tag,
    .featured-solutions__tile .tile-content .tag {
        display: inline-block;
        background-color: #879baa;
        color: #fff;
        padding: 5px;
        margin-bottom: 10px
    }

    .featured-solutions__tile--alt .tile-content p,
    .featured-solutions__tile .tile-content p {
        margin: 0 0 20px
    }

    @media only screen and (max-width:767px) {

        .featured-solutions__tile--alt .tile-content p,
        .featured-solutions__tile .tile-content p {
            margin-bottom: 10px
        }
    }

    .featured-solutions__tile--alt .tile-img,
    .featured-solutions__tile .tile-img {
        width: calc(50% - 15px);
        max-height: 200px;
        margin-left: 30px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    @media only screen and (max-width:767px) {

        .featured-solutions__tile--alt .tile-img,
        .featured-solutions__tile .tile-img {
            width: 100%;
            margin-left: 0;
            margin-bottom: 20px;
            max-height: none
        }
    }

    .featured-solutions__tile--alt .tile-img img,
    .featured-solutions__tile .tile-img img {
        width: 100%;
        height: auto
    }

    .featured-solutions__tile--alt .tile-cta,
    .featured-solutions__tile .tile-cta {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .featured-solutions__tile--alt .tile-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    @media only screen and (max-width:767px) {
        .featured-solutions__tile--alt .tile-content {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1
        }
    }

    .featured-solutions__tile--alt .tile-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 30px 0 0
    }

    @media only screen and (max-width:767px) {
        .featured-solutions__tile--alt .tile-img {
            margin-bottom: 20px;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2
        }
    }

    .featured-solutions__tile--alt .tile-cta {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: calc(50% + 15px)
    }

    @media only screen and (max-width:767px) {
        .featured-solutions__tile--alt .tile-cta {
            margin: 0 auto
        }
    }

    .general-article {
        background-color: #eff0f4;
        padding-top: 40px;
        padding-bottom: 50px
    }

    .general-article .headline {
        margin-bottom: 10px
    }

    .general-article .headline h1 {
        display: inline;
        margin-right: 10px;
        font-size: 36px;
        font-family: SiemensBlack;
        letter-spacing: -.03em;
        margin-right: 5px;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none
    }

    @media only screen and (max-width:767px) {
        .general-article .headline h1 {
            font-size: 28px
        }
    }

    .general-article .headline a {
        display: inline;
        font-size: 24px;
        color: #879baa;
        text-decoration: none
    }

    @media only screen and (max-width:767px) {
        .general-article .headline a {
            font-size: 20px
        }
    }

    .general-article .headline .share {
        margin-top: -3px
    }

    @media only screen and (max-width:767px) {
        .general-article .headline .share {
            margin-top: 0
        }
    }

    @media only screen and (max-width:767px) {
        .general-article .headline .is-active .share-wrapper {
            left: -10px;
            top: -10px
        }

        .general-article .headline .is-active-left .share-wrapper {
            left: -140px;
            top: -10px
        }
    }

    @media only screen and (max-width:767px) {
        .general-article .collapse-on-mobile {
            height: 250px;
            overflow: hidden
        }
    }

    .general-article .continue-reading {
        margin-top: 10px;
        display: none;
        line-height: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
        background-color: #becdd7;
        color: #444;
        cursor: pointer;
        padding-left: 25px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none
    }

    .general-article .continue-reading .panel-title {
        font-family: SiemensBold;
        font-size: 24px;
        width: 90%
    }

    .general-article .continue-reading .panel-title-expanded {
        display: none
    }

    .general-article .continue-reading i {
        font-size: 20px;
        position: absolute;
        right: 15px;
        top: 15px
    }

    @media only screen and (max-width:767px) {
        .general-article .continue-reading {
            display: block
        }
    }

    @media only screen and (max-width:767px) {
        .general-article .desktop-button {
            display: none
        }
    }

    .general-article .mobile-button {
        display: none
    }

    @media only screen and (max-width:767px) {
        .general-article .mobile-button {
            display: block
        }
    }

    .general-article .summary {
        display: block;
        margin-bottom: 15px;
        line-height: 1.1;
        font-family: SiemensBold;
        font-size: 24px;
        width: 80%
    }

    @media only screen and (max-width:767px) {
        .general-article .summary {
            width: 100%
        }
    }

    .general-article .content-container h2 {
        font-size: 18px;
        font-family: SiemensBold
    }

    .general-article ul {
        padding-left: 15px;
        font-size: 16px
    }

    .general-article .button-conversion {
        float: right;
        margin-top: 25px;
        margin-bottom: 10px
    }

    @media only screen and (max-width:767px) {
        .general-article .button-conversion {
            float: none
        }
    }

    .general-article .video-caption {
        display: block;
        margin-top: 5px;
        margin-bottom: 20px;
        font-family: SiemensItalic;
        color: #879baa;
        line-height: 14px
    }

    @media only screen and (max-width:767px) {
        .general-article .desktop-video {
            display: none
        }
    }

    .general-article .mobile-video {
        display: none
    }

    @media only screen and (max-width:767px) {
        .general-article .mobile-video {
            display: block
        }
    }

    .hero {
        background: -webkit-linear-gradient(top,
                #e4eaef,
                #fefeff 50%,
                #f4f8f9);
        background: linear-gradient(180deg,
                #e4eaef 0,
                #fefeff 50%,
                #f4f8f9);
        min-height: 500px;
        margin-top: 35px;
        padding-bottom: 20px;
        position: relative
    }

    .hero:focus {
        outline: none
    }

    .hero .hero-img {
        margin-top: 60px
    }

    .hero .hero-img img {
        margin: 0 auto
    }

    .hero .tags {
        margin-top: 45px;
        margin-bottom: 5px
    }

    .hero .tags .tag {
        display: inline-block;
        line-height: 26px;
        background-color: #2387aa;
        padding-left: 10px;
        padding-right: 10px;
        color: #fff;
        text-decoration: none;
        margin-right: 5px
    }

    .hero .mobile-share-icon {
        position: absolute;
        right: 15px;
        top: 15px;
        height: 30px;
        width: 30px;
        background-color: #dfe6ed;
        text-align: center;
        text-decoration: none
    }

    .hero .mobile-share-icon i {
        line-height: 30px;
        font-size: 20px;
        color: #74899a
    }

    .hero .promo {
        background-color: transparent;
        padding: 30px 26px;
        color: #3c464b
    }

    .hero .promo .hero-title {
        unicode-bidi: bidi-override;
        margin-bottom: 10px
    }

    .hero .promo .hero-title h1 {
        font-family: SiemensBlack;
        font-size: 43px;
        display: inline;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none;
        margin-right: 5px
    }

    .hero .promo .hero-title .share {
        margin-top: -3px
    }

    .hero .promo .hero-title a {
        display: inline;
        text-decoration: none;
        font-size: 24px;
        color: #879baa
    }

    .hero .promo h3 {
        unicode-bidi: bidi-override;
        font-family: SiemensBold;
        letter-spacing: -.03em;
        margin-top: 0
    }

    .hero .promo .details {
        font-size: 14px;
        display: block
    }

    .hero .promo .content,
    .hero .promo .details {
        unicode-bidi: bidi-override;
        font-family: SiemensRoman
    }

    .hero .promo .content {
        margin-top: 10px;
        margin-bottom: 15px
    }

    .hero .promo .content p {
        display: inline;
        letter-spacing: -.03em
    }

    .hero .promo .content a {
        font-size: 16px;
        text-decoration: none;
        font-family: SiemensBold;
        color: inherit;
        display: inline;
        white-space: nowrap
    }

    .hero .promo .hero-buttons {
        text-align: right
    }

    .light-overlay-background {
        background-color: hsla(0,
                0%,
                100%,
                .8) !important
    }

    .dark-overlay-background {
        background-color: rgba(42,
                48,
                51,
                .75) !important;
        color: #fff !important
    }

    .dark-overlay-background .page-tag {
        color: #becdd7
    }

    .no-overlay {
        margin-top: 60px
    }

    .plus-gutter {
        padding-left: 15px;
        padding-right: 15px
    }

    .hero-mobile {
        display: none;
        padding-bottom: 10px;
        color: #3c464b
    }

    .hero-mobile .tags {
        margin-top: 8px;
        margin-bottom: 5px
    }

    .hero-mobile .tags .tag {
        display: inline-block;
        line-height: 26px;
        background-color: #2387aa;
        padding-left: 10px;
        padding-right: 10px;
        color: #fff;
        text-decoration: none;
        margin-right: 5px;
        margin-bottom: 5px
    }

    .hero-mobile .hero-title {
        margin-top: 10px;
        line-height: 30px
    }

    .hero-mobile .hero-title h1 {
        font-size: 28px;
        font-family: SiemensBlack;
        display: inline;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none;
        margin-right: 5px;
        unicode-bidi: bidi-override
    }

    .hero-mobile .hero-title a {
        font-size: 20px
    }

    .hero-mobile .hero-title .share {
        margin-top: -3px
    }

    .hero-mobile .hero-sub {
        font-family: SiemensRoman;
        unicode-bidi: bidi-override;
        font-size: 20px;
        font-weight: 700;
        border-top: 1px solid #879baa;
        padding-top: 15px
    }

    .hero-mobile .details {
        margin-top: 10px;
        display: block;
        margin-bottom: 10px;
        unicode-bidi: bidi-override
    }

    .hero-mobile .content {
        unicode-bidi: bidi-override;
        margin-top: 10px;
        margin-bottom: 15px
    }

    .hero-mobile .content p {
        display: inline;
        font-family: SiemensRoman;
        font-weight: 500
    }

    .hero-mobile .content a {
        font-size: 16px;
        text-decoration: none;
        font-family: SiemensBold;
        color: inherit;
        display: inline;
        white-space: nowrap
    }

    .hero-mobile .button-conversion {
        margin-bottom: 10px
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .hero .secondary {
            margin-top: 10px
        }
    }

    @media only screen and (max-width:767px) {
        .hero {
            margin-top: 0;
            min-height: 200px
        }

        .hero .promo,
        .hero .tags {
            display: none
        }

        .hero-mobile,
        .hero .mobile-share-icon {
            display: block
        }
    }

    .case-study {
        background-color: #eff0f4;
        padding-top: 25px;
        padding-bottom: 60px
    }

    @media only screen and (max-width:767px) {
        .case-study {
            padding-bottom: 30px
        }
    }

    .case-study .list-header {
        display: block;
        text-transform: uppercase;
        color: #2387aa;
        font-size: 18px;
        font-family: SiemensBlack
    }

    .case-study .list {
        font-size: 16px;
        padding-left: 15px
    }

    @media only screen and (max-width:767px) {
        .case-study .list {
            margin-bottom: 20px
        }
    }

    .case-study .additional-testimonial {
        text-align: right;
        color: #879baa;
        font-family: SiemensItalic
    }

    .case-study .additional-testimonial .text {
        font-size: 24px;
        line-height: 1.2em;
        letter-spacing: -.03em
    }

    .case-study .additional-testimonial img {
        margin-top: 8px;
        margin-right: 20px;
        margin-bottom: 20px;
        display: inline;
        float: left
    }

    .case-study .additional-testimonial .name {
        margin-top: 20px;
        display: block;
        line-height: 16px
    }

    .case-study .additional-testimonial .title {
        line-height: 16px;
        display: block
    }

    @media only screen and (max-width:767px) {
        .case-study .additional-testimonial {
            display: none
        }
    }

    .case-study .testimonial {
        text-align: right;
        color: #879baa;
        font-family: SiemensItalic
    }

    .case-study .testimonial .text {
        background-color: #2387aa;
        box-shadow: 10px 0 0 #2387aa,
            -10px 0 0 #2387aa;
        color: #fff;
        font-size: 24px
    }

    @media only screen and (max-width:767px) {
        .case-study .testimonial .text {
            box-shadow: 5px 0 0 #2387aa,
                -5px 0 0 #2387aa
        }
    }

    .case-study .testimonial img {
        margin-right: 15px;
        margin-bottom: 20px;
        display: inline;
        float: left
    }

    .case-study .testimonial .name {
        margin-top: 5px;
        display: block;
        line-height: 16px
    }

    .case-study .testimonial .title {
        display: block;
        line-height: 16px
    }

    @media only screen and (max-width:767px) {
        .case-study .testimonial {
            display: none
        }
    }

    .case-study .testimonial-mobile {
        display: none
    }

    .case-study .testimonial-mobile .title {
        margin-bottom: 20px
    }

    @media only screen and (max-width:767px) {
        .case-study .testimonial-mobile {
            display: block
        }
    }

    .case-study .content {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .case-study .content h2 {
        font-family: SiemensBold;
        color: #2387aa;
        font-size: 24px
    }

    @media only screen and (max-width:767px) {
        .case-study .collapse-on-mobile {
            height: 200px;
            overflow: hidden
        }
    }

    .case-study .continue-reading {
        margin-top: 10px;
        display: none;
        line-height: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
        background-color: #becdd7;
        color: #444;
        cursor: pointer;
        padding-left: 25px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none
    }

    .case-study .continue-reading .panel-title {
        font-family: SiemensBold;
        font-size: 24px;
        width: 90%
    }

    .case-study .continue-reading .panel-title-expanded {
        display: none
    }

    .case-study .continue-reading i {
        font-size: 20px;
        position: absolute;
        right: 15px;
        top: 15px
    }

    @media only screen and (max-width:767px) {
        .case-study .continue-reading {
            display: block
        }
    }

    .case-study .study-image {
        margin-top: 5px
    }

    .case-study .study-image img {
        width: 100%
    }

    .case-study .study-image .caption {
        display: block;
        margin-top: 5px;
        font-family: SiemensItalic;
        color: #879baa
    }

    .case-study .buttons {
        margin-top: 20px;
        margin-bottom: 20px;
        float: right;
        text-align: right
    }

    .case-study .buttons .button-conversion {
        margin-left: 10px
    }

    @media only screen and (max-width:767px) {
        .case-study .buttons {
            float: none
        }

        .case-study .buttons .button-conversion {
            margin: 0 auto;
            margin-bottom: 10px
        }
    }

    .job-listings-desktop {
        background-color: #eff0f4;
        padding-top: 20px;
        padding-bottom: 40px
    }

    .job-listings-desktop h1 {
        font-family: SiemensBlack;
        letter-spacing: -.03em
    }

    .job-listings-desktop .job-list {
        list-style: none;
        padding-left: 0;
        column-count: 2;
        column-gap: 30px;
        -moz-column-count: 2;
        -moz-column-gap: 30px;
        -webkit-column-count: 2;
        -webkit-column-gap: 30px
    }

    @media only screen and (max-width:767px) {
        .job-listings-desktop .job-list {
            column-count: 1;
            -moz-column-count: 1;
            -webkit-column-count: 1
        }
    }

    .job-listings-desktop .job-list .job-listing {
        display: inline-block
    }

    .job-listings-desktop .job-list .job-listing h2 {
        font-family: SiemensBold;
        font-size: 23px;
        letter-spacing: -.03em;
        color: #2387aa;
        margin-top: 10px;
        margin-bottom: 8px
    }

    .job-listings-desktop .job-list .job-listing .description p {
        display: inline;
        margin-right: 5px;
        letter-spacing: -.03em
    }

    .job-listings-desktop .job-list .job-listing .description a {
        display: inline;
        font-size: 16px;
        letter-spacing: -.03em;
        color: inherit;
        font-family: SiemensBold;
        font-weight: 700;
        text-decoration: none;
        white-space: nowrap
    }

    .job-listings-desktop .button-conversion {
        float: right
    }

    .job-listings-desktop .video-promo {
        padding-top: 30px;
        padding-bottom: 10px
    }

    .job-listings-desktop .video-promo .error-message {
        display: block;
        font-family: SiemensBoldItalic;
        color: #af235f;
        font-size: 20px;
        margin-bottom: 10px
    }

    .job-listings-desktop .video-promo .title-container {
        margin-bottom: 10px
    }

    .job-listings-desktop .video-promo .title-container h2 {
        font-family: SiemensBold;
        font-size: 24px;
        color: #2387aa;
        display: inline
    }

    .job-listings-desktop .video-promo .title-container a {
        display: inline;
        white-space: nowrap;
        font-size: 20px;
        color: #879baa;
        text-decoration: none
    }

    .job-listings-desktop .video-promo .title-container .share-container {
        height: 20px;
        width: 20px
    }

    .job-listings-desktop .video-promo .title-container .share {
        margin-top: 0
    }

    .job-listings-desktop .video-promo .title-container .is-active .share-wrapper {
        left: -10px;
        top: -10px
    }

    .job-listings-desktop .video-promo .title-container .is-active-left .share-wrapper {
        left: -140px;
        top: -10px
    }

    .job-listings-desktop .video-promo .content {
        margin-bottom: 20px
    }

    .job-listings-desktop .video-promo .content p {
        display: inline;
        margin-right: 5px
    }

    .job-listings-desktop .video-promo .content a {
        color: inherit;
        text-decoration: none;
        font-size: 16px;
        display: inline;
        font-family: SiemensBold;
        font-weight: 700;
        white-space: nowrap
    }

    .job-listings-mobile {
        display: none
    }

    .job-listings-mobile .newton-accordion {
        line-height: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
        background-color: #becdd7;
        color: #444;
        cursor: pointer;
        padding-left: 25px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        -webkit-transition: .4s;
        transition: .4s
    }

    .job-listings-mobile .newton-accordion .panel-title {
        display: inline-block;
        font-family: SiemensBold;
        font-size: 24px;
        width: 90%
    }

    .job-listings-mobile .newton-accordion i {
        display: inline-block;
        font-size: 20px;
        position: absolute;
        right: 15px;
        top: 15px
    }

    .job-listings-mobile .active,
    .job-listings-mobile .navigation .navigation-global ul .dropbtn .on-page,
    .navigation .navigation-global ul .dropbtn .job-listings-mobile .on-page {
        background-color: #dfe6ed
    }

    .job-listings-mobile .button-conversion {
        margin-top: 15px;
        margin-bottom: 25px
    }

    .job-listings-mobile .accordion-panel {
        background-color: transparent;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: .4s ease-in-out;
        transition: .4s ease-in-out;
        opacity: 0
    }

    .job-listings-mobile .show {
        background-color: #eff0f4;
        opacity: 1;
        max-height: 5000px
    }

    .job-listings-mobile .job-list {
        list-style: none;
        padding-left: 0
    }

    .job-listings-mobile .job-list .job-listing {
        display: inline-block
    }

    .job-listings-mobile .job-list .job-listing h2 {
        font-family: SiemensBold;
        font-size: 20px;
        color: #2387aa
    }

    .job-listings-mobile .job-list .job-listing .description p {
        display: inline;
        margin-right: 5px
    }

    .job-listings-mobile .job-list .job-listing .description a {
        display: inline;
        font-size: 16px;
        color: inherit;
        font-family: SiemensBold;
        text-decoration: none;
        white-space: nowrap
    }

    .job-listings-mobile .video-promo {
        padding-top: 30px;
        padding-bottom: 10px
    }

    .job-listings-mobile .video-promo .error-message {
        display: block;
        font-family: SiemensBoldItalic;
        color: #af235f;
        font-size: 16px;
        margin-bottom: 30px;
        text-align: center
    }

    .job-listings-mobile .video-promo .title-container {
        margin-top: 10px;
        margin-bottom: 10px;
        position: relative
    }

    .job-listings-mobile .video-promo .title-container h2 {
        font-family: SiemensBold;
        font-size: 20px;
        color: #2387aa;
        display: block;
        margin-right: 5px;
        width: 90%
    }

    .job-listings-mobile .video-promo .title-container a {
        display: inline;
        white-space: nowrap;
        font-size: 20px;
        color: #879baa;
        text-decoration: none
    }

    .job-listings-mobile .video-promo .title-container .share-container {
        position: absolute;
        top: -5px;
        right: 0
    }

    .job-listings-mobile .video-promo .content {
        margin-bottom: 20px
    }

    .job-listings-mobile .video-promo .content p {
        display: inline;
        margin-right: 5px
    }

    .job-listings-mobile .video-promo .content a {
        color: inherit;
        text-decoration: none;
        font-size: 16px;
        display: inline;
        font-family: SiemensBold;
        white-space: nowrap
    }

    @media only screen and (max-width:767px) {
        .job-listings-desktop {
            display: none
        }

        .job-listings-mobile {
            display: block
        }
    }

    .modal {
        display: none;
        position: fixed;
        z-index: 999;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: #000;
        background-color: rgba(0,
                0,
                0,
                .9)
    }

    #caption,
    .modal-content {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px
    }

    #caption {
        text-align: center;
        color: #ccc;
        padding: 10px 0;
        height: 150px
    }

    #caption,
    .modal-content {
        -webkit-animation-name: zoom;
        -webkit-animation-duration: .6s;
        animation-name: zoom;
        animation-duration: .6s
    }

    @-webkit-keyframes zoom {
        0% {
            -webkit-transform: scale(0)
        }

        to {
            -webkit-transform: scale(1)
        }
    }

    @keyframes zoom {
        0% {
            -webkit-transform: scale(.1);
            transform: scale(.1)
        }

        to {
            -webkit-transform: scale(1);
            transform: scale(1)
        }
    }

    .close-modal {
        position: absolute;
        top: 16px;
        top: 1.1428571429rem;
        left: 16px;
        left: 1.1428571429rem;
        z-index: 1000;
        cursor: pointer
    }

    .close-modal:hover {
        opacity: .6
    }

    .close-modal__button {
        display: inline-block;
        text-decoration: none;
        color: #fff
    }

    .close-modal__icon {
        display: inline-block;
        vertical-align: middle;
        margin-right: 13px;
        margin-right: .9285714286rem;
        -webkit-transition: opacity .25s ease;
        transition: opacity .25s ease
    }

    .close-modal__icon:before {
        display: block;
        padding: 10px;
        padding: .7142857143rem;
        border-radius: 50%;
        font-size: 23px;
        color: #fff;
        background-color: #099;
        text-align: center;
        width: 40px;
        height: 40px
    }

    .close-modal__text {
        display: inline-block;
        vertical-align: middle;
        font-size: 17px;
        color: #099
    }

    @media only screen and (max-width:700px) {
        .modal-content {
            width: 90%
        }
    }

    .newsblock {
        background-color: #eff0f4;
        color: #3c464b;
        min-height: 500px;
        padding-top: 50px
    }

    .newsblock:focus {
        outline: none
    }

    .newsblock h1 {
        font-family: SiemensBlack;
        margin-top: 10px;
        margin-bottom: 30px;
        float: left;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none;
        unicode-bidi: bidi-override
    }

    .newsblock .news-tile {
        margin-bottom: 35px;
        min-height: 150px;
        height: 200px
    }

    @media only screen and (max-width:767px) {
        .newsblock .news-tile {
            height: auto
        }
    }

    .newsblock .news-tile .details h3 {
        font-family: SiemensBold;
        line-height: 1.1;
        margin-top: 0;
        margin-bottom: 0;
        display: inline;
        unicode-bidi: bidi-override;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none
    }

    .newsblock .news-tile .details .date {
        font-family: SiemensItalic;
        font-size: 14px;
        color: #005f87;
        margin-right: 5px;
        unicode-bidi: bidi-override
    }

    .newsblock .news-tile .details .share-container {
        width: 16px;
        height: 16px
    }

    @media only screen and (max-width:767px) {
        .newsblock .news-tile .details .share-container {
            width: 20px;
            height: 20px
        }
    }

    .newsblock .news-tile .details .share-btn .share-button {
        margin-top: 2px;
        font-size: 16px
    }

    .newsblock .news-tile .details .content {
        margin-bottom: 5px
    }

    .newsblock .news-tile .details .content p {
        display: inline;
        line-height: 1.1;
        unicode-bidi: bidi-override
    }

    .newsblock .news-tile .details .content a {
        font-size: 16px;
        display: inline;
        white-space: nowrap;
        text-decoration: none;
        font-family: SiemensBold;
        color: #3c464b
    }

    .newsblock .news-tile .is-active .share-wrapper {
        left: -10px;
        top: -11px
    }

    .newsblock .news-tile .is-active-left .share-wrapper {
        left: -140px;
        top: -11px
    }

    .newsblock .news-tile .button-conversion {
        min-height: 40px;
        width: 180px
    }

    .newsblock .newsblock-button {
        font-family: SiemensBold;
        float: right;
        margin-top: -2px
    }

    .newsblock .newsblock-button:hover {
        color: #005f87
    }

    @media only screen and (min-width:992px) and (max-width:1199px) {
        .newsblock .news-tile .details {
            margin-top: -5px
        }
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .newsblock .news-tile .details {
            margin-top: -5px
        }
    }

    @media only screen and (max-width:767px) {
        .newsblock {
            padding-top: 0;
            background-color: #fff
        }

        .newsblock h1 {
            font-size: 28px;
            margin-bottom: 5px;
            margin-top: 13px
        }

        .newsblock .headline {
            background-color: #eff0f4;
            padding-bottom: 10px;
            margin-bottom: 2px
        }

        .newsblock .news-tile {
            margin-top: 0;
            margin-bottom: 2px;
            padding-top: 15px;
            padding-bottom: 15px;
            background-color: #eff0f4
        }

        .newsblock .news-tile img {
            display: none
        }

        .newsblock .news-tile .details .news-tile-header {
            margin-bottom: 5px
        }

        .newsblock .news-tile .details .share-btn {
            display: none
        }

        .newsblock .news-tile .details .content {
            margin-bottom: 10px
        }

        .newsblock .news-tile .button-conversion {
            min-height: 45px;
            width: 255px
        }

        .newsblock .news-tile .mobile-share-icon {
            text-decoration: none;
            margin-left: 5px
        }

        .newsblock .news-tile .mobile-share-icon i {
            font-size: 24px;
            color: #879baa
        }

        .newsblock .news-tile .is-active .share-wrapper {
            left: -7px;
            top: -7px
        }

        .newsblock .news-tile .is-active-left .share-wrapper {
            left: -135px;
            top: -7px
        }

        .newsblock .news-tile-mobile-only {
            margin-bottom: 0;
            height: 130px !important
        }
    }

    @media only screen and (max-width:767px) {
        .newsblock .newsblock-button {
            float: none
        }
    }

    .page-tag {
        display: block;
        text-transform: uppercase;
        font-family: SiemensBlack;
        font-size: 18px;
        color: #2387aa
    }

    @media only screen and (max-width:767px) {
        .page-tag {
            font-size: 16px
        }
    }

    .mobile-page-tag {
        font-family: SiemensBlack;
        text-transform: uppercase;
        color: #2387aa;
        display: none;
        font-size: 16px;
        margin: 10px 0 10px 15px
    }

    @media only screen and (max-width:767px) {
        .mobile-page-tag {
            display: block
        }
    }

    .page-tag-mobile {
        font-family: SiemensBlack;
        text-transform: uppercase;
        color: #2387aa;
        display: none;
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .page-tag-mobile .page-tag {
        display: inline;
        margin-right: 5px
    }

    @media only screen and (max-width:767px) {
        .page-tag-mobile {
            display: block
        }
    }

    .partner-blocks {
        background-color: #eff0f4;
        padding-top: 50px;
        padding-bottom: 40px;
        color: #3c464b
    }

    .partner-blocks h1 {
        margin-top: 0;
        font-family: SiemensBlack;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none
    }

    @media only screen and (max-width:767px) {
        .partner-blocks h1 {
            font-size: 28px
        }
    }

    .partner-blocks h3 {
        font-family: SiemensBold;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none
    }

    @media only screen and (max-width:767px) {
        .partner-blocks h3 {
            font-size: 20px
        }
    }

    .partner-blocks .partner-accordion {
        margin-top: 40px
    }

    .partner-blocks .partner-accordion .newton-accordion {
        margin-bottom: 5px;
        line-height: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
        background-color: #becdd7;
        color: #444;
        cursor: pointer;
        padding-left: 15px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        -webkit-transition: .4s;
        transition: .4s
    }

    .partner-blocks .partner-accordion .newton-accordion .panel-title {
        display: inline-block;
        width: 90%;
        font-family: SiemensBold;
        font-size: 24px
    }

    .partner-blocks .partner-accordion .newton-accordion i {
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 20px
    }

    .navigation .navigation-global ul .dropbtn .partner-blocks .partner-accordion .on-page,
    .partner-blocks .partner-accordion .active,
    .partner-blocks .partner-accordion .navigation .navigation-global ul .dropbtn .on-page {
        background-color: #dfe6ed
    }

    .partner-blocks .partner-accordion .accordion-panel {
        background-color: transparent;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: .4s ease-in-out;
        transition: .4s ease-in-out;
        opacity: 0
    }

    .partner-blocks .partner-accordion .show {
        opacity: 1;
        max-height: 5000px
    }

    .partner-blocks .partner-accordion .accordion-tile {
        margin-top: 26px;
        margin-bottom: 26px
    }

    .partner-blocks .partner-accordion .accordion-tile h3 {
        font-family: SiemensBold;
        margin-top: 0;
        color: #2387aa;
        padding-left: 15px;
        padding-right: 15px
    }

    .partner-blocks .partner-accordion .accordion-tile .accordion-tile-nonmobile {
        margin-top: 16px
    }

    .partner-blocks .partner-accordion .accordion-tile p {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px
    }

    .partner-blocks .partner-accordion .accordion-tile .button-conversion {
        width: 100%;
        text-align: left;
        padding-left: 15px
    }

    .additional-partner-blocks {
        padding-top: 40px;
        padding-bottom: 50px;
        background-color: #dfe6ed
    }

    .additional-partner-blocks:focus {
        outline: none
    }

    .additional-partner-blocks h1 {
        font-family: SiemensBlack;
        font-size: 36px;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none;
        margin-top: 0;
        margin-bottom: 30px
    }

    @media only screen and (max-width:767px) {
        .additional-partner-blocks h1 {
            font-size: 28px;
            margin-bottom: 30px
        }
    }

    .additional-partner-blocks .partner-block {
        height: 400px
    }

    .additional-partner-blocks .partner-block .icon-arrow-right-large {
        line-height: 1.2
    }

    .additional-partner-blocks .partner-block .partner-image-group2 {
        display: block;
        width: 100%
    }

    .additional-partner-blocks .partner-block h3 {
        margin-top: 15px;
        font-family: SiemensBold;
        font-size: 24px;
        color: #2387aa
    }

    .additional-partner-blocks .partner-block a {
        text-decoration: none;
        font-family: SiemensBold;
        font-size: 18px;
        color: #2387aa;
        line-height: 10px;
        display: block;
        text-align: right
    }

    .additional-partner-blocks .partner-block a span {
        display: inline-block;
        padding-top: 3px;
        height: 25px;
        width: 25px;
        background-color: #2387aa;
        text-align: center
    }

    .additional-partner-blocks .partner-block a span i {
        font-size: 16px;
        color: #fff
    }

    @media only screen and (min-width:992px) and (max-width:1199px) {
        .additional-partner-blocks .partner-block a {
            position: absolute;
            bottom: 10px;
            right: 15px;
            text-decoration: none;
            font-family: SiemensBold;
            color: #2387aa;
            line-height: 10px;
            display: block;
            text-align: right
        }

        .additional-partner-blocks .partner-block a span {
            display: inline-block;
            padding-top: 2px;
            height: 25px;
            width: 25px;
            background-color: #2387aa;
            text-align: center
        }

        .additional-partner-blocks .partner-block a span i {
            color: #fff
        }
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .additional-partner-blocks .partner-block {
            height: 380px
        }
    }

    @media (min-width:768px) {
        .partner-accordion .accordion-tile .accordion-tile-mobile {
            display: none
        }
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .partner-accordion .accordion-tile .button-conversion {
            margin-top: 0
        }

        .additional-partner-blocks .partner-block h3 {
            font-size: 16px
        }

        .additional-partner-blocks .partner-block a {
            position: absolute;
            bottom: 20px;
            right: 15px;
            text-decoration: none;
            font-family: SiemensBold;
            color: #2387aa;
            line-height: 0;
            display: block;
            text-align: right
        }

        .additional-partner-blocks .partner-block a span {
            display: inline-block;
            padding-top: 2px;
            height: 25px;
            width: 25px;
            background-color: #2387aa;
            text-align: center
        }

        .additional-partner-blocks .partner-block a span i {
            color: #fff
        }
    }

    @media only screen and (max-width:767px) {
        .partner-blocks .partner-accordion .accordion-tile .accordion-tile-mobile {
            display: block;
            text-align: right;
            margin-bottom: 20px
        }

        .partner-blocks .partner-accordion .accordion-tile .accordion-tile-nonmobile {
            display: none
        }

        .partner-blocks .partner-accordion .accordion-tile .partner-image {
            margin-bottom: 10px;
            margin: 0 auto
        }

        .partner-blocks .partner-accordion .accordion-tile p {
            margin-bottom: 20px
        }

        .partner-blocks .partner-accordion .accordion-tile .button-conversion {
            width: 260px
        }

        .additional-partner-blocks .partner-block {
            margin-bottom: 20px;
            height: 100%
        }

        .additional-partner-blocks .partner-block .partner-block-container {
            background-color: #fff;
            padding-bottom: 20px
        }

        .additional-partner-blocks .partner-block .partner-block-container .partner-image-group2 {
            display: block;
            width: 100%;
            background-color: #000
        }

        .additional-partner-blocks .partner-block .partner-block-container h3 {
            padding-left: 10px;
            padding-right: 10px;
            color: #3c464b;
            font-size: 24px
        }

        .additional-partner-blocks .partner-block .partner-block-container p {
            padding-left: 10px;
            padding-right: 10px
        }

        .additional-partner-blocks .partner-block .partner-block-container a {
            position: relative;
            bottom: 0;
            right: 15px;
            text-decoration: none;
            font-family: SiemensBold;
            color: #2387aa;
            line-height: 10px;
            display: block;
            text-align: right
        }

        .additional-partner-blocks .partner-block .partner-block-container a span {
            display: inline-block;
            padding-top: 2px;
            height: 25px;
            width: 25px;
            background-color: #2387aa;
            text-align: center
        }

        .additional-partner-blocks .partner-block .partner-block-container a span i {
            color: #fff
        }
    }

    @media only screen and (max-width:480px) {
        .additional-partner-blocks .partner-block {
            margin-bottom: 20px;
            height: 100%
        }

        .additional-partner-blocks .partner-block .partner-block-container {
            background-color: #fff;
            padding-bottom: 20px
        }

        .additional-partner-blocks .partner-block .partner-block-container .partner-image-group2 {
            display: block;
            width: 100%
        }
    }

    .product-offering-desktop {
        margin-top: 60px;
        padding-bottom: 30px;
        color: #3c464b
    }

    .product-offering-desktop .product-image {
        width: 100%;
        cursor: pointer
    }

    .product-offering-desktop .back-to-catalog {
        color: #2387aa;
        font-family: SiemensBold;
        font-size: 18px;
        text-decoration: none;
        position: absolute;
        top: -30px
    }

    .product-offering-desktop .no-padding {
        padding-left: 0;
        padding-right: 0
    }

    .product-offering-desktop .left-padding {
        padding-left: 10px
    }

    .product-offering-desktop .product-description {
        margin-bottom: 25px
    }

    .product-offering-desktop .product-title {
        margin-top: -7px
    }

    .product-offering-desktop .product-title h2 {
        display: inline;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none;
        color: #005f87;
        font-family: SiemensBold;
        margin-right: 5px
    }

    .product-offering-desktop .product-title a {
        display: inline;
        font-size: 24px;
        color: #879baa;
        text-decoration: none
    }

    .product-offering-desktop .product-title .share {
        margin-top: 0
    }

    .product-offering-desktop h4 {
        font-family: SiemensBold
    }

    .product-offering-desktop .view-cart {
        color: #2387aa;
        position: absolute;
        right: 15px;
        top: -45px;
        font-size: 18px;
        font-family: SiemensBold;
        text-decoration: none
    }

    .product-offering-desktop ul {
        font-size: 16px;
        padding-left: 15px
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .product-offering-desktop .side-button {
            width: 90%
        }
    }

    .product-offering-desktop .two-col-list {
        -moz-column-count: 2;
        -moz-column-gap: 40px;
        -webkit-column-count: 2;
        -webkit-column-gap: 40px;
        column-count: 2;
        column-gap: 40px
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .product-offering-desktop .two-col-list {
            -moz-column-gap: 60px;
            -webkit-column-gap: 60px;
            column-gap: 60px
        }
    }

    .product-offering-desktop .headline {
        margin-top: 30px;
        margin-bottom: 20px;
        background-color: #004669;
        height: 80px
    }

    .product-offering-desktop .headline h2 {
        font-family: SiemensBold;
        display: inline-block;
        margin-top: 20px;
        color: #fff
    }

    .product-offering-desktop .headline i {
        font-size: 30px;
        color: #fff;
        margin-right: 20px
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .product-offering-desktop .headline i {
            margin-right: 10px
        }
    }

    .product-offering-desktop .headline .right {
        height: inherit;
        position: relative;
        display: inline-block;
        color: #fff;
        float: right
    }

    .product-offering-desktop .headline .right h2 {
        margin-bottom: 0
    }

    .product-offering-desktop .headline .right span {
        position: absolute;
        right: 0
    }

    .product-offering-desktop .headline .right .top {
        top: 4px;
        font-size: 12px;
        font-family: SiemensItalic
    }

    .product-offering-desktop .headline .right .bottom {
        font-family: SiemensBlack;
        bottom: 8px
    }

    .product-offering-desktop hr {
        border-top: 1px solid #3c464b
    }

    .product-offering-desktop button {
        margin-right: 1%;
        margin-bottom: 30px;
        margin-top: 20px;
        display: inline-block;
        font-family: SiemensBold;
        font-size: 18px;
        height: 45px;
        width: 31.9%;
        color: #004669;
        background-color: transparent;
        border: 3px solid #004669
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .product-offering-desktop button {
            width: 31.6%;
            margin-right: 1%
        }
    }

    .product-offering-desktop button:focus {
        outline: 0
    }

    .product-offering-desktop .button-active,
    .product-offering-desktop button:hover {
        background-color: #004669;
        color: #fff
    }

    .product-offering-desktop .steps h4 {
        width: 86%;
        display: inline-block;
        line-height: 30px;
        font-size: 18px
    }

    .product-offering-desktop .steps h4 small {
        font-size: 14px;
        font-family: SiemensRoman
    }

    .product-offering-desktop .steps .step-number {
        padding-top: 4px;
        font-size: 16px;
        margin-top: 10px;
        margin-right: 8px;
        font-family: SiemensBold;
        float: left;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
        width: 28px;
        height: 28px;
        background-color: #becdd7
    }

    .product-offering-desktop .steps .error-message {
        width: 240px;
        float: right;
        clear: right;
        color: #af235f;
        font-family: SiemensItalic
    }

    .product-offering-desktop .steps .error-message p {
        font-size: 14px
    }

    .product-offering-desktop .steps .button-conversion {
        float: right;
        clear: right
    }

    .product-offering-desktop .steps .inactive {
        background-color: #becdd7
    }

    .product-offering-desktop .user-inputs {
        position: relative
    }

    .product-offering-desktop .user-inputs input {
        padding-left: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 10px;
        width: 50px;
        height: 28px;
        border: 3px solid #becdd7;
        text-align: center
    }

    @media (-ms-high-contrast:none),
    screen and (-ms-high-contrast:active) {
        .product-offering-desktop .user-inputs input {
            padding-left: 0;
            line-height: 13px
        }
    }

    .product-offering-desktop .user-inputs .user-count {
        margin-bottom: 5px
    }

    .product-offering-desktop .user-inputs .user-count label {
        font-weight: 400;
        line-height: 16px;
        width: 300px;
        margin-bottom: 0;
        vertical-align: middle
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .product-offering-desktop .user-inputs .user-count label {
            width: 160px
        }
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .product-offering-desktop .user-inputs .user-count {
            margin-bottom: 15px
        }
    }

    .product-offering-desktop .user-inputs .total-users {
        position: absolute;
        right: 19px;
        bottom: 11%
    }

    .product-offering-desktop .user-inputs .total-users input {
        padding-left: 15px;
        text-align: center;
        font-size: 24px;
        margin: 0;
        height: 35px;
        width: 70px
    }

    .product-offering-desktop .user-inputs .total-users label {
        font-weight: 400;
        line-height: 18px;
        font-size: 16px;
        vertical-align: middle;
        margin-top: -5px;
        margin-left: 10px;
        font-family: SiemensBold
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .product-offering-desktop .user-inputs .total-users {
            top: 60%
        }
    }

    .product-offering-desktop .checkout {
        padding-bottom: 20px
    }

    .product-offering-desktop .checkout h3 {
        font-family: SiemensBlack
    }

    .product-offering-desktop .checkout p {
        margin-bottom: 4px
    }

    .product-offering-desktop .checkout .break {
        margin-bottom: 12px
    }

    .product-offering-desktop .checkout button {
        width: 240px
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .product-offering-desktop .checkout button {
            width: 100%
        }
    }

    .product-offering-desktop .checkout .button-conversion {
        margin-top: 20px;
        padding-left: 10px
    }

    @media only screen and (min-width:992px) and (max-width:1199px) {
        .product-offering-desktop .checkout .button-conversion {
            width: 100% !important
        }
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .product-offering-desktop .checkout .button-conversion {
            width: 100% !important
        }
    }

    .product-offering-desktop .checkout .vat-info {
        margin-top: 20px
    }

    .product-offering-desktop .checkout .vat-info p {
        margin-bottom: 10px
    }

    .product-offering-desktop .checkout .vat-info span {
        display: block
    }

    .product-offering-desktop .checkout .vat-info a {
        display: block;
        color: #2387aa
    }

    .product-offering-desktop .checkout .vat-info a:hover {
        color: #2387aa
    }

    .product-offering-desktop .checkout .payment-methods {
        margin-top: 10px;
        max-width: 240px
    }

    @media only screen and (min-width:992px) and (max-width:1199px) {
        .product-offering-desktop .checkout .payment-methods {
            width: 100%
        }
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .product-offering-desktop .checkout .payment-methods {
            width: 100%
        }
    }

    .product-offering-desktop .checkout .inactive {
        color: #fff;
        border-color: #becdd7;
        background-color: #becdd7
    }

    .product-offering-desktop .payment-type {
        margin-top: -20px
    }

    .legal {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        padding-top: 25px;
        background-color: #dfe6ed
    }

    .legal .container {
        padding-left: 0;
        padding-right: 0
    }

    .legal p {
        font-size: 12px
    }

    .product-offering-mobile {
        display: none;
        margin-top: 0;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .product-offering-mobile .product-title {
        margin-top: 20px;
        margin-bottom: 10px
    }

    .product-offering-mobile .product-title h2 {
        font-size: 28px;
        display: inline;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none;
        color: #005f87;
        font-family: SiemensBold;
        margin-right: 5px
    }

    .product-offering-mobile .product-title a {
        display: inline;
        font-size: 20px;
        color: #879baa;
        text-decoration: none
    }

    .product-offering-mobile .product-title .share {
        margin-top: -1px
    }

    .product-offering-mobile .product-title .is-active .share-wrapper {
        left: -7px;
        top: -10px
    }

    .product-offering-mobile .product-title .is-active-left .share-wrapper {
        left: -135px;
        top: -10px
    }

    .product-offering-mobile .ten-px-padding {
        padding-left: 10px;
        padding-right: 10px
    }

    .product-offering-mobile .no-padding-right {
        padding-left: 15px;
        padding-right: 2px
    }

    .product-offering-mobile .no-padding-left {
        padding-right: 15px;
        padding-left: 2px
    }

    .product-offering-mobile h4 {
        font-family: SiemensBold
    }

    .product-offering-mobile .product-image {
        width: 100%
    }

    .product-offering-mobile .blue-background {
        background-color: #004669;
        line-height: 65px;
        margin-top: 30px;
        position: relative
    }

    .product-offering-mobile .blue-background i {
        color: #fff;
        margin-right: 5px;
        font-size: 28px
    }

    .product-offering-mobile .blue-background span {
        color: #fff
    }

    .product-offering-mobile .blue-background .centered {
        padding-top: 5px;
        display: block;
        text-align: center
    }

    .product-offering-mobile .blue-background .left {
        font-size: 14px;
        font-family: SiemensBoldItalic
    }

    .product-offering-mobile .blue-background .mid {
        font-family: SiemensBold;
        font-size: 28px;
        margin-left: 3px;
        margin-right: 3px
    }

    .product-offering-mobile .blue-background .right {
        font-family: SiemensBlack;
        font-size: 14px
    }

    .product-offering-mobile .blue-background .purchase {
        font-size: 28px;
        font-family: SiemensBlack;
        position: relative
    }

    .product-offering-mobile .blue-background .purchase i {
        position: absolute;
        top: 3px;
        left: -50px
    }

    .product-offering-mobile .blue-background .no-padding {
        padding-left: 0;
        padding-right: 0
    }

    .product-offering-mobile .button-conversion {
        margin-bottom: 5px
    }

    .product-offering-mobile .product-offer-accordion .newton-accordion {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 15px;
        min-height: 40px;
        background-color: #becdd7;
        color: #3c464b;
        cursor: pointer;
        padding-left: 15px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        -webkit-transition: .4s;
        transition: .4s;
        position: relative
    }

    .product-offering-mobile .product-offer-accordion .newton-accordion .panel-title {
        display: inline-block;
        width: 250px;
        font-family: SiemensBlack;
        font-size: 20px
    }

    .product-offering-mobile .product-offer-accordion .newton-accordion i {
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 20px
    }

    .navigation .navigation-global ul .dropbtn .product-offering-mobile .product-offer-accordion .on-page,
    .product-offering-mobile .product-offer-accordion .active,
    .product-offering-mobile .product-offer-accordion .navigation .navigation-global ul .dropbtn .on-page {
        background-color: #dfe6ed
    }

    .product-offering-mobile .product-offer-accordion .accordion-panel {
        background-color: transparent;
        max-height: 0;
        overflow: hidden
    }

    .product-offering-mobile .product-offer-accordion .accordion-panel ul {
        padding-left: 15px;
        font-size: 16px
    }

    .product-offering-mobile .product-offer-accordion #description-panel {
        max-height: 20px
    }

    .product-offering-mobile .product-offer-accordion #description-panel p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .product-offering-mobile .product-offer-accordion .show {
        max-height: 5000px !important
    }

    .product-offering-mobile .product-offer-accordion .show p {
        white-space: normal !important
    }

    .product-offering-mobile .product-offer-accordion .accordion-tile {
        margin-bottom: 10px
    }

    .product-offering-mobile .product-offer-accordion .accordion-tile h3 {
        font-family: SiemensBlack;
        margin-top: 0
    }

    .product-offering-mobile .product-offer-accordion .accordion-tile .button-conversion {
        width: 100%;
        margin-top: 36px;
        text-align: left;
        padding-left: 15px
    }

    .product-offering-mobile hr {
        border-top: 1px solid #3c464b
    }

    .product-offering-mobile .mobile-steps h4 {
        width: 86%;
        display: inline-block;
        line-height: 30px;
        font-size: 18px
    }

    .product-offering-mobile .mobile-steps h4 small {
        font-size: 14px;
        font-family: SiemensRoman
    }

    .product-offering-mobile .mobile-steps .step-number {
        padding-top: 4px;
        font-size: 16px;
        margin-top: 10px;
        margin-right: 8px;
        font-family: SiemensBold;
        float: left;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
        width: 28px;
        height: 28px;
        background-color: #becdd7
    }

    .product-offering-mobile .mobile-steps .button-conversion {
        float: right
    }

    .product-offering-mobile .mobile-steps button {
        display: block;
        margin-bottom: 20px;
        font-family: SiemensBold;
        font-size: 18px;
        height: 46px;
        width: 100%;
        color: #004669;
        background-color: transparent;
        border: 3px solid #004669
    }

    .product-offering-mobile .mobile-steps button:hover {
        background-color: #004669;
        color: #fff
    }

    .product-offering-mobile .mobile-steps button:focus {
        outline: 0
    }

    .product-offering-mobile .mobile-steps .button-active {
        background-color: #004669;
        color: #fff
    }

    .product-offering-mobile .continue {
        margin-top: 20px
    }

    .product-offering-mobile .continue .button-conversion {
        float: none;
        display: block;
        margin: 0 auto;
        cursor: pointer
    }

    .product-offering-mobile .continue .mobile-error-msg {
        width: 240px;
        display: block;
        margin: 0 auto;
        margin-top: 10px;
        color: #af235f;
        font-family: SiemensItalic
    }

    .product-offering-mobile .continue .inactive {
        color: #fff;
        border-color: #becdd7;
        background-color: #becdd7
    }

    .product-offering-mobile #mobile-step4 button {
        height: 70px
    }

    .product-offering-mobile .user-inputs {
        position: relative
    }

    .product-offering-mobile .user-inputs .user-count {
        height: 40px;
        margin-bottom: 10px
    }

    .product-offering-mobile .user-inputs .user-count label {
        font-weight: 400;
        letter-spacing: -.05em;
        width: 75%;
        display: inline-block;
        font-size: 14px;
        line-height: 16px;
        margin-top: 0;
        margin-bottom: 0
    }

    .product-offering-mobile .user-inputs .user-count input {
        margin-top: 0;
        margin-bottom: 0
    }

    .product-offering-mobile .user-inputs .total-users label {
        font-weight: 400;
        font-family: SiemensBold;
        font-size: 18px;
        line-height: 1.2;
        margin-top: 5px
    }

    .product-offering-mobile .user-inputs .total-users input {
        font-size: 24px;
        height: 42px
    }

    .product-offering-mobile .user-inputs label {
        font-weight: 400;
        margin-top: 10px
    }

    .product-offering-mobile .user-inputs input {
        float: right;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
        width: 70px;
        height: 28px;
        border: 3px solid #becdd7;
        text-align: center;
        font-size: 16px
    }

    .product-offering-mobile .checkout-mobile {
        display: block;
        min-height: 230px;
        width: 100%;
        padding-top: 20px;
        background-color: #eff0f4;
        position: fixed;
        bottom: 0;
        z-index: 999;
        text-align: center
    }

    .product-offering-mobile .checkout-mobile button {
        width: 240px;
        margin-bottom: 10px;
        margin: 0 auto
    }

    .product-offering-mobile .checkout-mobile h3 {
        font-family: SiemensBlack;
        margin-bottom: 3px;
        margin-top: 10px
    }

    .product-offering-mobile .checkout-mobile .payment-methods {
        margin: 0 auto;
        margin-bottom: 15px
    }

    .product-offering-mobile .checkout-mobile .vat-info {
        margin-left: 10px;
        color: #2387aa
    }

    .product-offering-mobile .checkout-mobile p {
        margin-bottom: 3px
    }

    .product-offering-mobile .checkout-mobile .vat-info:hover {
        color: #2387aa
    }

    .product-offering-mobile .checkout-mobile .button-conversion {
        margin-top: 10px;
        margin-bottom: 5px;
        padding-left: 20px;
        float: none
    }

    .product-offering-mobile .checkout-mobile .bottom-link {
        width: 100%;
        background-color: #fff;
        height: 30px;
        padding-top: 5px
    }

    .product-offering-mobile .checkout-mobile .bottom-link .link,
    .product-offering-mobile .checkout-mobile .bottom-link .link:hover {
        color: #2387aa
    }

    .product-offering-mobile .checkout-mobile .inactive {
        color: #fff;
        border-color: #becdd7;
        background-color: #becdd7
    }

    @media only screen and (max-width:767px) {
        .product-offering-desktop {
            display: none
        }

        .product-offering-mobile {
            display: block
        }
    }

    .quote {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #dfe6ed;
        min-height: 530px;
        color: #3c464b
    }

    .quote .quote-title {
        margin-top: -1px;
        margin-bottom: 10px;
        unicode-bidi: bidi-override
    }

    .quote .quote-title h1 {
        font-family: SiemensBlack;
        display: inline;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none;
        margin-right: 5px
    }

    .quote .quote-title .share {
        margin-top: -3px
    }

    @media only screen and (max-width:767px) {
        .quote .quote-title .share {
            margin-top: -1px
        }
    }

    .quote .quote-title a {
        font-size: 24px;
        display: inline;
        text-decoration: none;
        color: #879baa
    }

    @media only screen and (max-width:767px) {
        .quote .quote-title a {
            font-size: 20px
        }
    }

    @media only screen and (max-width:767px) {
        .quote .quote-title .is-active .share-wrapper {
            left: -10px;
            top: -10px
        }

        .quote .quote-title .is-active-left .share-wrapper {
            left: -140px;
            top: -10px
        }
    }

    .quote .content {
        margin-bottom: 15px;
        unicode-bidi: bidi-override
    }

    .quote .content p {
        display: inline
    }

    .quote .content a {
        text-decoration: none;
        font-size: 16px;
        display: inline;
        font-family: SiemensBlack
    }

    .quote #quote_img {
        position: absolute;
        right: 0
    }

    @media only screen and (max-width:767px) {
        .quote #quote_img {
            height: 45px
        }
    }

    .quote .quotes {
        font-size: 24px;
        font-family: SiemensItalic;
        color: #879baa;
        line-height: 1.2;
        text-align: right;
        margin-bottom: 15px;
        unicode-bidi: bidi-override
    }

    @media only screen and (max-width:767px) {
        .quote .quotes {
            font-size: 20px
        }
    }

    .quote .signature {
        font-size: 12px;
        line-height: 1.2;
        text-align: right
    }

    .quote .signature,
    .quote .video-micetype {
        color: #879baa;
        font-family: SiemensItalic;
        unicode-bidi: bidi-override
    }

    .quote .video-micetype {
        font-size: 14px;
        line-height: 14px;
        margin-top: 10px;
        margin-bottom: 14px
    }

    .quote #mobile-video,
    .quote .mobile-video,
    .quote .mobile-video-js {
        display: none
    }

    .quote .desktop-video,
    .quote .desktop-video-js {
        display: block
    }

    .quote .button-conversion {
        float: right
    }

    @media only screen and (max-width:767px) {
        .quote {
            padding-top: 35px;
            padding-bottom: 35px
        }

        .quote .quote-title h1 {
            font-size: 28px
        }

        .quote #quote_img {
            position: static;
            margin-top: 10px
        }

        .quote .quotes {
            margin-top: 5px
        }

        .quote .video {
            display: none
        }

        .quote .mobile-video,
        .quote .mobile-video-js {
            display: block
        }

        .quote .desktop-video,
        .quote .desktop-video-js {
            display: none
        }

        .quote #mobile-video {
            display: block;
            margin-bottom: 15px
        }

        .quote .signature {
            margin-bottom: 20px
        }

        .quote .button-conversion {
            float: none
        }
    }

    .skiplink a {
        display: block;
        padding: 0 8px;
        height: 0;
        overflow: hidden
    }

    .skiplink a:focus {
        height: 24px;
        overflow: visible
    }

    .related-links {
        position: relative;
        background-color: #323c46;
        padding-top: 30px;
        padding-bottom: 50px
    }

    .related-links h1,
    .related-links h2,
    .related-links h3,
    .related-links h4,
    .related-links h5,
    .related-links h6 {
        font-family: SiemensRoman;
        color: #3c464b;
        margin-top: 0
    }

    .related-links h1 {
        font-family: SiemensBold;
        font-size: 36px;
        color: #fff;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none
    }

    .related-links .img-responsive {
        width: 100%
    }

    .related-links .slick-dots li.slick-active button:before,
    .related-links .slick-dots li button:before {
        color: #fff;
        opacity: 1
    }

    .gap-right {
        margin-right: 20px 50px
    }

    .related-link {
        height: 130px;
        position: relative
    }

    .related-link a {
        display: block;
        font-size: 15px;
        color: #fff;
        padding: 15px;
        height: 100%;
        min-height: 130px;
        background: url(../images/Country/related-links-bg.png) repeat 50%;
        background-size: cover;
        text-decoration: none
    }

    @media only screen and (max-width:767px) {
        .related-link a {
            font-size: 14px
        }
    }

    .related-link a:focus {
        outline: none
    }

    .related-link i {
        color: #fff;
        position: absolute;
        bottom: 15px;
        right: 30px
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .related-link {
            min-height: 150px
        }
    }

    .no-gutter {
        padding-left: 0;
        padding-right: 0
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .white-page-tile h3 {
            margin-top: 10px
        }
    }

    .search-bar {
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #eff0f4
    }

    .search-bar .search-box {
        margin-left: 15px;
        margin-right: 15px;
        height: 35px;
        position: relative;
        border: 1px solid #becdd7;
        border-radius: 2px;
        background-color: #fff
    }

    .search-bar .search-box input {
        padding-top: 2px;
        padding-bottom: 3px;
        padding-left: 10px;
        width: 75%;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 28px;
        border: none
    }

    .search-bar .search-box input:focus {
        outline: none
    }

    .search-bar .search-box .search-buttons {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 80px;
        display: table
    }

    .search-bar .search-box .search-buttons button {
        background-color: #fff;
        border: none;
        margin: 0;
        height: 33px;
        text-align: center
    }

    .search-bar .search-box .search-buttons button i {
        font-size: 18px;
        color: #879baa;
        vertical-align: middle
    }

    .search-bar .search-box .search-buttons .search-btn:hover {
        background-color: #879baa
    }

    .search-bar .search-box .search-buttons .search-btn:hover i {
        color: #fff
    }

    .search-bar .search-box .search-buttons .search-btn {
        float: right;
        text-align: center;
        width: 40px;
        display: table-cell
    }

    .search-bar .search-box .search-buttons .search-btn i {
        margin-left: -2px
    }

    .search-bar .search-box .search-buttons .reset-btn {
        display: table-cell;
        background-color: #fff;
        width: 40px;
        display: none;
        text-align: center
    }

    .search-bar .search-box .search-buttons .reset-btn i {
        font-size: 14px
    }

    .search-bar .search-box .search-buttons .search-btn-active {
        background-color: #879baa
    }

    .search-bar .search-box .search-buttons .search-btn-active i {
        color: #fff
    }

    .search-bar span {
        line-height: 35px
    }

    .recommended-results {
        background-color: #555f69;
        padding-bottom: 30px
    }

    .recommended-results h1 {
        font-size: 24px;
        font-family: SiemensBlack;
        color: #fff;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none
    }

    .recommended-results img {
        width: 100%
    }

    .recommended-results .result-caption {
        display: block;
        margin-top: 10px;
        font-size: 18px;
        font-family: SiemensBold;
        color: #fff
    }

    @media only screen and (max-width:767px) {
        .recommended-results .result-caption {
            margin-top: -15px;
            vertical-align: middle
        }
    }

    @media only screen and (max-width:767px) {
        .recommended-results h1 {
            padding-bottom: 10px;
            border-bottom: 1px solid #fff
        }

        .recommended-results img {
            display: inline-block;
            width: 40%;
            margin-bottom: 15px
        }

        .recommended-results .result-caption {
            width: 50%;
            display: inline-block;
            margin-left: 10px
        }
    }

    .no-results {
        padding-top: 20px;
        padding-bottom: 40px;
        background-color: #eff0f4
    }

    .no-results h1 {
        display: inline-block;
        font-family: SiemensBold;
        font-size: 24px;
        margin-top: 3px;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none;
        margin-bottom: 20px
    }

    .no-results ul {
        padding-left: 20px;
        font-size: 16px
    }

    @media only screen and (max-width:767px) {
        .no-results {
            padding-top: 0
        }

        .no-results h1 {
            margin-top: 0
        }

        .no-results p,
        .no-results ul {
            font-size: 14px
        }
    }

    .other-results {
        padding-top: 30px;
        padding-bottom: 40px;
        background-color: #eff0f4
    }

    .other-results h1 {
        display: inline-block;
        font-family: SiemensBold;
        font-size: 24px;
        margin-top: 3px;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none
    }

    .other-results .page-results {
        float: right;
        font-size: 18px;
        display: inline-block;
        line-height: 36px
    }

    .other-results .page-results .total-results {
        display: inline-block;
        position: relative;
        top: 0
    }

    @media only screen and (max-width:767px) {
        .other-results .page-results .total-results {
            top: 26px;
            left: 0
        }
    }

    .other-results .page-results .showOnMobile {
        display: none
    }

    @media only screen and (max-width:767px) {
        .other-results .page-results .showOnMobile {
            display: block;
            position: relative;
            top: -20px;
            left: -8px;
            font-size: 11px
        }
    }

    .other-results .page-results .input-box {
        color: #2387aa;
        text-align: center;
        display: inline-block;
        width: 36px;
        height: 36px;
        line-height: 34px;
        border: 1px solid #879baa;
        background-color: #fff;
        font-family: SiemensBold
    }

    .other-results .page-results a {
        margin-left: 5px;
        text-decoration: none;
        display: inline-block;
        color: #fff;
        background-color: #2387aa;
        width: 36px;
        line-height: 33px;
        text-align: center;
        font-size: 16px;
        padding-top: 3px
    }

    @media screen and (max-width:340px) {
        .other-results .page-results a {
            margin-left: 1px;
            width: 18px
        }
    }

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

    .other-results .page-results input[type=number] {
        -moz-appearance: textfield
    }

    @media only screen and (max-width:767px) {
        .other-results .page-results .hide-mobile {
            display: none
        }
    }

    @media only screen and (max-width:767px) {
        .other-results .mobile-results {
            float: none;
            display: block;
            text-align: center
        }
    }

    .other-results .blue-font {
        color: #2387aa
    }

    .other-results .search-result {
        margin-top: 15px
    }

    .other-results .search-result .result-icon {
        text-align: center;
        padding-top: 5px
    }

    .other-results .search-result .result-icon img {
        margin: 0 auto
    }

    .other-results .search-result .result-icon .result-type {
        font-size: 16px;
        font-family: SiemensBold;
        display: block
    }

    .other-results .search-result .result-icon .result-size {
        display: block;
        font-size: 12px;
        margin-top: -5px
    }

    .other-results .search-result .result-details {
        display: inline-block
    }

    @media only screen and (max-width:767px) {
        .other-results .search-result .result-details {
            padding-left: 0
        }
    }

    @media only screen and (max-width:767px) {
        .other-results .search-result .result-details p {
            font-size: 14px;
            line-height: 1.1
        }
    }

    .other-results .search-result .result-details .result-link {
        font-size: 18px;
        color: inherit;
        text-decoration: underline;
        display: block;
        margin-bottom: 10px
    }

    @media only screen and (max-width:767px) {
        .other-results .search-result .result-details .result-link {
            font-size: 16px;
            margin-bottom: 5px;
            line-height: 1.1
        }
    }

    .other-results .search-result .result-details .breadcrumbs {
        font-size: 12px;
        color: #879baa
    }

    @media only screen and (max-width:767px) {
        .other-results .search-result .result-details .breadcrumbs {
            display: none
        }
    }

    .other-results .search-result .mobile-border-top {
        display: none
    }

    @media only screen and (max-width:767px) {
        .other-results .search-result .mobile-border-top {
            display: block;
            margin-bottom: 10px;
            border-top: 1px solid #879baa
        }
    }

    .segments {
        padding: 55px 0 80px
    }

    @media only screen and (max-width:767px) {
        .segments {
            padding-top: 0
        }
    }

    .segments .header h1 {
        font-size: 36px
    }

    .segments .header__more-info {
        width: 20px;
        text-align: center;
        vertical-align: top;
        line-height: 20px;
        color: #fff;
        display: inline-block;
        font-size: 18px;
        background-color: #2387aa;
        border-radius: 50%
    }

    @media only screen and (max-width:767px) {
        .segments .header {
            background-color: #004669;
            margin-left: -15px;
            margin-right: -15px;
            padding: 20px 15px;
            color: #fff
        }
    }

    @media only screen and (max-width:767px) {
        .segments .tile-container .tile img {
            display: block
        }
    }

    .segments .tile-container .tile-info {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .share-container {
        display: inline-block;
        width: 24px;
        height: 24px;
        position: relative
    }

    @media only screen and (max-width:767px) {
        .share-container {
            display: none;
            width: 20px;
            height: 20px
        }
    }

    .share {
        background-color: transparent;
        display: inline;
        height: 100%
    }

    .share,
    .share .share-button {
        position: absolute;
        width: inherit
    }

    .share .share-button {
        z-index: 999;
        cursor: pointer;
        color: #879baa;
        text-decoration: none;
        display: inline-block;
        height: inherit;
        outline: 0
    }

    .share .share-text {
        line-height: 20px;
        padding-top: 10px;
        display: none;
        color: #1e2832;
        vertical-align: top;
        font-size: 14px;
        font-family: SiemensBold;
        margin-left: 35px
    }

    .share .share-expansible {
        display: none;
        width: 100%;
        margin-left: 0
    }

    .share .share-expansible .share-list {
        padding-left: 0;
        color: #879baa;
        list-style: none;
        margin-top: 10px
    }

    .share .share-expansible .share-list .share-link {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0;
        display: block;
        width: 100%;
        height: 27px;
        font-size: 18px
    }

    .share .share-expansible .share-list .share-link i {
        color: #879baa;
        text-decoration: none;
        vertical-align: middle;
        font-size: 20px
    }

    .share .share-expansible .share-list .share-link .share-name {
        font-size: 14px;
        color: #3c464b;
        margin-left: 10px;
        line-height: 27px
    }

    .share .share-expansible .share-list .share-link:hover {
        background-color: #005578
    }

    .share .share-expansible .share-list .share-link:hover .share-name,
    .share .share-expansible .share-list .share-link:hover i {
        color: #fff !important
    }

    .is-active .share-button {
        z-index: 99999
    }

    .is-active .share-text {
        display: block
    }

    .is-active .share-expansible {
        display: block;
        float: left
    }

    .is-active .share-wrapper {
        background-color: #eff0f4;
        border: 1px solid #becdd7;
        position: absolute;
        left: -7px;
        top: -7px;
        width: 170px;
        z-index: 9999
    }

    .is-active-left .share-text {
        display: block;
        margin-left: 10px
    }

    .is-active-left .share-expansible {
        display: block;
        float: left;
        margin-left: 0
    }

    .is-active-left .share-wrapper {
        background-color: #eff0f4;
        border: 1px solid #becdd7;
        position: absolute;
        left: -135px;
        top: -7px;
        width: 170px;
        z-index: 99
    }

    .shoutbox {
        background-color: #004669;
        color: #fff;
        padding-top: 30px;
        padding-bottom: 40px
    }

    .shoutbox:focus {
        outline: none
    }

    .shoutbox img {
        width: 100%
    }

    .shoutbox .details {
        margin-right: 5px;
        font-family: SiemensItalic;
        font-size: 14px;
        unicode-bidi: bidi-override
    }

    .shoutbox .details span {
        color: #ffb900
    }

    .shoutbox .shoutbox-title h3 {
        margin-top: 0;
        font-family: SiemensBold;
        font-size: 28px;
        display: inline;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none;
        unicode-bidi: bidi-override;
        margin-right: 5px
    }

    .shoutbox .shoutbox-title .share {
        margin-top: 2px
    }

    @media only screen and (max-width:767px) {
        .shoutbox .shoutbox-title .share {
            margin-top: 0
        }
    }

    @media only screen and (max-width:767px) {
        .shoutbox .shoutbox-title .is-active .share-wrapper {
            left: -10px;
            top: -10px
        }

        .shoutbox .shoutbox-title .is-active-left .share-wrapper {
            left: -140px;
            top: -10px
        }
    }

    .shoutbox .shoutbox-title a {
        font-size: 24px;
        text-decoration: none;
        color: #879baa
    }

    @media only screen and (max-width:767px) {
        .shoutbox .shoutbox-title a {
            font-size: 20px
        }
    }

    .shoutbox .content {
        margin-top: 10px;
        margin-bottom: 15px
    }

    .shoutbox .content p {
        display: inline;
        unicode-bidi: bidi-override
    }

    .shoutbox .content a {
        font-size: 16px;
        display: inline;
        text-decoration: none;
        font-family: SiemensBold;
        color: #ffb900;
        white-space: nowrap
    }

    .shoutbox #shoutbox-mobile-image {
        display: none;
        margin-bottom: 20px;
        margin-top: 10px
    }

    .shoutbox-dark {
        background-color: #004669;
        color: #fff
    }

    .shoutbox-light {
        background-color: #879baa;
        color: #3c464b
    }

    .shoutbox-light .content a,
    .shoutbox-light .details span,
    .shoutbox-light .shoutbox-title a {
        color: #005f87
    }

    .shoutbox-light35 {
        background-color: #becdd7;
        color: #3c464b
    }

    .shoutbox-light35 .content a,
    .shoutbox-light35 .details span,
    .shoutbox-light35 .shoutbox-title a {
        color: #005f87
    }

    @media only screen and (max-width:767px) {
        .shoutbox p {
            line-height: 1.3
        }

        .shoutbox .details i,
        .shoutbox img {
            display: none
        }

        .shoutbox #shoutbox-mobile-image {
            display: block;
            width: 100%
        }

        .shoutbox .mobile-share-icon {
            display: block
        }

        .shoutbox .mobile-share-icon i {
            position: absolute;
            bottom: 10px;
            right: 20px;
            font-weight: 800;
            font-size: 36px;
            color: #fff
        }
    }

    .simple-rate-desktop {
        margin-top: 60px;
        margin-bottom: 36px;
        color: #3c464b
    }

    .simple-rate-desktop .no-padding {
        padding-left: 0;
        padding-right: 0
    }

    .simple-rate-desktop .left-padding {
        padding-left: 10px
    }

    .simple-rate-desktop .title-share-button {
        float: none;
        margin-left: 10px
    }

    .simple-rate-desktop .back-to-catalog {
        color: #2387aa;
        font-family: SiemensBold;
        font-size: 18px;
        text-decoration: none;
        position: absolute;
        top: -30px
    }

    .simple-rate-desktop .product-image {
        margin-bottom: 20px;
        width: 100%
    }

    .simple-rate-desktop .side-link {
        color: #2387aa;
        font-size: 16px;
        display: block
    }

    .simple-rate-desktop .product-description {
        margin-bottom: 25px
    }

    .simple-rate-desktop .product-title {
        margin-top: -7px
    }

    .simple-rate-desktop .product-title h2 {
        display: inline;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none;
        color: #005f87;
        font-family: SiemensBold;
        margin-right: 5px
    }

    .simple-rate-desktop .product-title a {
        display: inline;
        font-size: 24px;
        color: #879baa;
        text-decoration: none
    }

    .simple-rate-desktop .product-title .share {
        margin-top: 0
    }

    .simple-rate-desktop .view-cart {
        color: #2387aa;
        position: absolute;
        right: 15px;
        top: -45px;
        font-size: 18px;
        font-family: SiemensBold;
        text-decoration: none
    }

    .simple-rate-desktop h2 {
        margin-top: 0;
        color: #005f87;
        font-family: SiemensBlack
    }

    .simple-rate-desktop h2 a {
        color: #879baa;
        float: right;
        text-decoration: none
    }

    .simple-rate-desktop h4 {
        font-family: SiemensBold
    }

    .simple-rate-desktop ul {
        font-size: 16px;
        padding-left: 15px
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .simple-rate-desktop .side-button {
            width: 90%
        }
    }

    .simple-rate-desktop .two-col-list {
        -moz-column-count: 2;
        -moz-column-gap: 40px;
        -webkit-column-count: 2;
        -webkit-column-gap: 40px;
        column-count: 2;
        column-gap: 40px
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .simple-rate-desktop .two-col-list {
            -moz-column-gap: 60px;
            -webkit-column-gap: 60px;
            column-gap: 60px
        }
    }

    .simple-rate-desktop .headline {
        margin-top: 30px;
        margin-bottom: 20px;
        background-color: #004669;
        height: 80px
    }

    .simple-rate-desktop .headline h2 {
        font-family: SiemensBold;
        display: inline-block;
        margin-top: 20px;
        color: #fff
    }

    .simple-rate-desktop .headline i {
        font-size: 30px;
        color: #fff;
        margin-right: 20px
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .simple-rate-desktop .headline i {
            margin-right: 10px
        }
    }

    .simple-rate-desktop .headline .right {
        height: inherit;
        position: relative;
        display: inline-block;
        color: #fff;
        float: right
    }

    .simple-rate-desktop .headline .right h2 {
        margin-bottom: 0
    }

    .simple-rate-desktop .headline .right span {
        position: absolute;
        right: 0
    }

    .simple-rate-desktop .headline .right .top {
        top: 4px;
        font-size: 12px;
        font-family: SiemensItalic
    }

    .simple-rate-desktop .headline .right .bottom {
        font-family: SiemensBlack;
        bottom: 8px
    }

    .simple-rate-desktop hr {
        border-top: 1px solid #3c464b
    }

    .simple-rate-desktop button {
        margin-right: 20px;
        margin-bottom: 10px;
        margin-top: 20px;
        display: inline-block;
        font-family: SiemensBold;
        font-size: 18px;
        height: 45px;
        width: 195px;
        color: #004669;
        background-color: transparent;
        border: 3px solid #004669
    }

    .simple-rate-desktop button:hover {
        background-color: #004669;
        color: #fff
    }

    .simple-rate-desktop button:focus {
        outline: 0
    }

    .simple-rate-desktop .button-active {
        background-color: #004669;
        color: #fff
    }

    .simple-rate-desktop .steps h4 {
        width: 86%;
        display: inline-block;
        line-height: 30px;
        font-size: 18px
    }

    .simple-rate-desktop .steps h4 small {
        font-size: 14px;
        font-family: SiemensRoman
    }

    .simple-rate-desktop .steps .step-number {
        padding-top: 4px;
        font-size: 16px;
        margin-top: 10px;
        margin-right: 8px;
        font-family: SiemensBold;
        float: left;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
        width: 28px;
        height: 28px;
        background-color: #becdd7
    }

    .simple-rate-desktop .user-inputs {
        position: relative
    }

    .simple-rate-desktop .user-inputs input {
        padding-left: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 10px;
        width: 85px;
        height: 35px;
        border: 3px solid #becdd7;
        text-align: center;
        font-size: 24px
    }

    @media (-ms-high-contrast:none),
    screen and (-ms-high-contrast:active) {
        .simple-rate-desktop .user-inputs input {
            padding-left: 0;
            line-height: 10px
        }
    }

    .simple-rate-desktop .user-inputs label {
        font-weight: 400;
        position: absolute;
        font-size: 18px;
        top: 10px
    }

    .simple-rate-desktop .checkout {
        padding-bottom: 20px;
        margin-top: -20px;
        float: right
    }

    .simple-rate-desktop .checkout h3 {
        font-family: SiemensBlack
    }

    .simple-rate-desktop .checkout p {
        margin-bottom: 5px
    }

    .simple-rate-desktop .checkout button {
        width: 240px
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .simple-rate-desktop .checkout button {
            width: 100%
        }
    }

    .simple-rate-desktop .checkout .button-conversion {
        margin-top: 20px;
        padding-left: 10px
    }

    @media only screen and (min-width:992px) and (max-width:1199px) {
        .simple-rate-desktop .checkout .button-conversion {
            width: 100%
        }
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .simple-rate-desktop .checkout .button-conversion {
            width: 100%
        }
    }

    .simple-rate-desktop .checkout .payment-methods {
        margin-top: 10px;
        max-width: 240px
    }

    @media only screen and (min-width:992px) and (max-width:1199px) {
        .simple-rate-desktop .checkout .payment-methods {
            width: 100%
        }
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .simple-rate-desktop .checkout .payment-methods {
            width: 100%
        }
    }

    .simple-rate-desktop .checkout .vat-info {
        margin-top: 20px
    }

    .simple-rate-desktop .checkout .vat-info p {
        margin-bottom: 10px
    }

    .simple-rate-desktop .checkout .vat-info span {
        display: block
    }

    .simple-rate-desktop .checkout .vat-info a {
        display: block;
        color: #2387aa
    }

    .simple-rate-desktop .checkout .vat-info a:hover {
        color: #2387aa
    }

    .simple-rate-desktop .payment-type {
        margin-top: -20px
    }

    .side-content {
        margin-top: 5px
    }

    .side-content p {
        display: inline
    }

    .side-content a {
        display: inline;
        color: #2387aa;
        font-size: 16px
    }

    .legal-side {
        margin-top: 20px;
        padding-right: 15px
    }

    .legal-side p {
        display: block;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 1
    }

    .simple-rate-mobile {
        display: none;
        margin-top: 0;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .simple-rate-mobile .product-title {
        margin-top: 20px;
        margin-bottom: 10px
    }

    .simple-rate-mobile .product-title h2 {
        font-size: 28px;
        display: inline;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none;
        color: #005f87;
        font-family: SiemensBold
    }

    .simple-rate-mobile .product-title a {
        margin-left: 5px;
        display: inline;
        font-size: 20px;
        color: #879baa;
        text-decoration: none
    }

    .simple-rate-mobile .product-title .share {
        margin-top: -1px
    }

    .simple-rate-mobile .product-title .is-active .share-wrapper {
        left: -7px;
        top: -10px
    }

    .simple-rate-mobile .product-title .is-active-left .share-wrapper {
        left: -135px;
        top: -10px
    }

    .simple-rate-mobile h4 {
        font-family: SiemensBold
    }

    .simple-rate-mobile .product-image {
        width: 100%
    }

    .simple-rate-mobile .side-link {
        color: #2387aa;
        font-size: 16px;
        display: block
    }

    .simple-rate-mobile .side-content {
        margin-top: 10px;
        margin-bottom: 20px
    }

    .simple-rate-mobile .side-content p {
        display: inline
    }

    .simple-rate-mobile .side-content a {
        display: inline;
        color: #2387aa;
        font-size: 16px
    }

    .simple-rate-mobile .blue-background {
        background-color: #004669;
        line-height: 65px;
        margin-top: 30px;
        position: relative
    }

    .simple-rate-mobile .blue-background i {
        color: #fff;
        margin-right: 5px;
        font-size: 28px
    }

    .simple-rate-mobile .blue-background span {
        color: #fff
    }

    .simple-rate-mobile .blue-background .centered {
        padding-top: 5px;
        display: block;
        text-align: center
    }

    .simple-rate-mobile .blue-background .left {
        font-size: 14px;
        font-family: SiemensBoldItalic
    }

    .simple-rate-mobile .blue-background .mid {
        font-family: SiemensBold;
        font-size: 28px;
        margin-left: 3px;
        margin-right: 3px
    }

    .simple-rate-mobile .blue-background .right {
        font-family: SiemensBlack;
        font-size: 14px
    }

    .simple-rate-mobile .blue-background .purchase {
        font-size: 28px;
        font-family: SiemensBlack;
        position: relative
    }

    .simple-rate-mobile .blue-background .purchase i {
        position: absolute;
        top: 3px;
        left: -50px
    }

    .simple-rate-mobile .blue-background .no-padding {
        padding-left: 0;
        padding-right: 0
    }

    .simple-rate-mobile .button-conversion {
        margin-bottom: 5px
    }

    .simple-rate-mobile .product-offer-accordion .newton-accordion {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 15px;
        min-height: 40px;
        background-color: #becdd7;
        color: #3c464b;
        cursor: pointer;
        padding-left: 15px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        -webkit-transition: .4s;
        transition: .4s;
        position: relative
    }

    .simple-rate-mobile .product-offer-accordion .newton-accordion .panel-title {
        display: inline-block;
        width: 250px;
        font-family: SiemensBlack;
        font-size: 20px
    }

    .simple-rate-mobile .product-offer-accordion .newton-accordion i {
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 20px
    }

    .navigation .navigation-global ul .dropbtn .simple-rate-mobile .product-offer-accordion .on-page,
    .simple-rate-mobile .product-offer-accordion .active,
    .simple-rate-mobile .product-offer-accordion .navigation .navigation-global ul .dropbtn .on-page {
        background-color: #dfe6ed
    }

    .simple-rate-mobile .product-offer-accordion .accordion-panel {
        background-color: transparent;
        max-height: 0;
        overflow: hidden
    }

    .simple-rate-mobile .product-offer-accordion .accordion-panel ul {
        padding-left: 15px;
        font-size: 16px
    }

    .simple-rate-mobile .product-offer-accordion .accordion-panel .legal-text {
        display: block;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 1
    }

    .simple-rate-mobile .product-offer-accordion #description-panel {
        max-height: 20px
    }

    .simple-rate-mobile .product-offer-accordion #description-panel p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .simple-rate-mobile .product-offer-accordion .show {
        max-height: 5000px !important
    }

    .simple-rate-mobile .product-offer-accordion .show p {
        white-space: normal !important
    }

    .simple-rate-mobile .product-offer-accordion .accordion-tile {
        margin-bottom: 10px
    }

    .simple-rate-mobile .product-offer-accordion .accordion-tile h3 {
        font-family: SiemensBlack;
        margin-top: 0
    }

    .simple-rate-mobile .product-offer-accordion .accordion-tile .button-conversion {
        width: 100%;
        margin-top: 36px;
        text-align: left;
        padding-left: 15px
    }

    .simple-rate-mobile hr {
        border-top: 1px solid #3c464b
    }

    .simple-rate-mobile .mobile-steps h4 {
        width: 86%;
        display: inline-block;
        line-height: 30px;
        font-size: 18px
    }

    .simple-rate-mobile .mobile-steps h4 small {
        font-size: 14px;
        font-family: SiemensRoman
    }

    .simple-rate-mobile .mobile-steps .step-number {
        padding-top: 4px;
        font-size: 16px;
        margin-top: 10px;
        margin-right: 8px;
        font-family: SiemensBold;
        float: left;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
        width: 28px;
        height: 28px;
        background-color: #becdd7
    }

    .simple-rate-mobile .mobile-steps .button-conversion {
        float: right
    }

    .simple-rate-mobile .mobile-steps button {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
        font-family: SiemensBold;
        font-size: 18px;
        min-height: 46px;
        width: 135px;
        color: #004669;
        background-color: transparent;
        border: 3px solid #004669
    }

    .simple-rate-mobile .mobile-steps button:hover {
        background-color: #004669;
        color: #fff
    }

    .simple-rate-mobile .mobile-steps button:focus {
        outline: 0
    }

    .simple-rate-mobile .mobile-steps .button-active {
        background-color: #004669;
        color: #fff
    }

    .simple-rate-mobile .user-inputs label {
        font-weight: 400;
        margin-top: 8px;
        font-size: 16px
    }

    .simple-rate-mobile .user-inputs input {
        margin: 5px 10px 5px 35px;
        display: inline-block;
        width: 85px;
        height: 35px;
        border: 3px solid #becdd7;
        text-align: center;
        font-size: 16px
    }

    .simple-rate-mobile .checkout-mobile {
        display: block;
        min-height: 230px;
        padding-top: 10px;
        background-color: #eff0f4;
        bottom: 0;
        z-index: 999;
        text-align: center
    }

    .simple-rate-mobile .checkout-mobile button {
        width: 240px
    }

    .simple-rate-mobile .checkout-mobile h3 {
        font-family: SiemensBlack
    }

    .simple-rate-mobile .checkout-mobile .vat-info {
        margin-left: 10px;
        color: #2387aa
    }

    .simple-rate-mobile .checkout-mobile .vat-info:hover {
        color: #2387aa
    }

    .simple-rate-mobile .checkout-mobile .button-conversion {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 20px;
        float: none
    }

    .simple-rate-mobile .checkout-mobile .payment-methods {
        margin-bottom: 15px
    }

    .simple-rate-mobile .checkout-mobile .bottom-link {
        width: 100%;
        background-color: #fff;
        height: 50px;
        padding-top: 14px
    }

    .simple-rate-mobile .checkout-mobile .bottom-link a,
    .simple-rate-mobile .checkout-mobile .bottom-link a:hover {
        color: #2387aa
    }

    @media only screen and (max-width:767px) {
        .simple-rate-desktop {
            display: none
        }

        .simple-rate-mobile {
            display: block
        }
    }

    .single-topic {
        background-color: #eff0f4;
        padding-bottom: 50px;
        padding-top: 35px;
        margin-top: 35px
    }

    .single-topic .title {
        margin-bottom: 15px
    }

    .single-topic .title h1 {
        display: inline;
        font-family: SiemensBlack;
        margin-right: 5px;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none
    }

    @media only screen and (max-width:767px) {
        .single-topic .title h1 {
            font-size: 28px
        }
    }

    .single-topic .title .share {
        margin-top: -2px
    }

    @media only screen and (max-width:767px) {
        .single-topic .title .share {
            margin-top: -1px
        }
    }

    .single-topic .title a {
        font-size: 24px;
        color: #879baa;
        text-decoration: none
    }

    @media only screen and (max-width:767px) {
        .single-topic .title a {
            font-size: 20px
        }
    }

    @media only screen and (max-width:767px) {
        .single-topic .title .is-active .share-wrapper {
            left: -10px;
            top: -10px
        }

        .single-topic .title .is-active-left .share-wrapper {
            left: -140px;
            top: -10px
        }
    }

    .single-topic h3 {
        font-family: SiemensBold;
        margin-bottom: 25px;
        margin-top: 28px;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none
    }

    @media only screen and (max-width:767px) {
        .single-topic h3 {
            font-size: 20px
        }
    }

    .single-topic p {
        margin-bottom: 20px
    }

    .single-topic img {
        width: 100%;
        margin-bottom: 10px
    }

    .single-topic .img-caption {
        font-size: 14px;
        color: #879baa;
        font-family: SiemensItalic;
        line-height: 14px;
        margin-top: 10px;
        margin-bottom: 14px
    }

    .single-topic form .form-group input {
        height: 40px
    }

    .single-topic form button {
        float: right;
        margin-top: 20px;
        width: 240px;
        border: 0
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .single-topic form button {
            width: 100%
        }
    }

    @media only screen and (max-width:767px) {
        .single-topic form button {
            float: none
        }
    }

    .single-topic form input[type=checkbox] {
        margin-top: 3px
    }

    .single-topic form .checkbox label {
        font-size: 16px
    }

    .single-topic #quote_img {
        position: relative;
        right: 0;
        color: #004669
    }

    @media only screen and (max-width:767px) {
        .single-topic #quote_img {
            width: 50px
        }
    }

    .single-topic .quotes {
        font-size: 18px;
        font-family: SiemensBoldItalic;
        color: #004669;
        line-height: 25px;
        text-align: right;
        margin-bottom: 20px
    }

    @media only screen and (max-width:767px) {
        .single-topic .quotes {
            line-height: 23px
        }
    }

    .single-topic .signature {
        font-size: 14px;
        color: #879baa;
        font-family: SiemensItalic;
        line-height: 1.2;
        text-align: right
    }

    .single-topic .img-quote {
        width: auto
    }

    .single-topic .grey-bar {
        display: inline-block;
        width: 100%;
        height: 14px;
        background-color: #dfe6ed;
        margin-bottom: 15px;
        margin-top: 15px;
        background-clip: content-box
    }

    .single-topic .grey-bar,
    .single-topic .video-wrapper {
        padding-left: 15px;
        padding-right: 15px
    }

    @media only screen and (max-width:767px) {
        .single-topic {
            margin-top: 0
        }
    }

    .solutions-list {
        background-color: #eff0f4;
        padding-top: 75px;
        padding-bottom: 80px
    }

    .solutions-list h1 {
        font-family: SiemensBlack;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none;
        unicode-bidi: bidi-override
    }

    .solutions-list__filter {
        margin-bottom: 50px
    }

    .solutions-list__filter p {
        font-size: 14px
    }

    .solutions-list__filter__input-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .solutions-list__filter__input-container .input-box {
        border: 1px solid #becdd7;
        width: 100%;
        max-width: 440px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .solutions-list__filter__input-container .input-box input {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding-left: 15px;
        border: 0;
        outline: none
    }

    .solutions-list__filter__input-container .input-box input::-ms-clear {
        display: none
    }

    .solutions-list__filter__input-container .input-box button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        background-color: #fff;
        border: 0;
        padding-top: 5px;
        outline: none
    }

    .solutions-list__accordion:not(:last-child) {
        margin-bottom: 55px;
        border-bottom: 1px solid #3c464b
    }

    .solutions-list__accordion button {
        color: #3c464b;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100px;
        width: 100%;
        border: none;
        background-color: transparent;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
        outline: none
    }

    .solutions-list__accordion button .accordion-title {
        font-family: SiemensBlack;
        font-size: 36px;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none;
        unicode-bidi: bidi-override;
        text-align: left
    }

    .solutions-list__accordion button .solution-results {
        font-size: 14px;
        font-family: SiemensBold;
        text-align: left
    }

    .solutions-list__accordion button i {
        position: absolute;
        font-size: 20px;
        right: 2px;
        top: 15px
    }

    .solutions-list__accordion__panel {
        height: 0;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .solutions-list__accordion__panel.list {
        display: none
    }

    .solutions-list__accordion__panel.show {
        height: auto;
        margin-top: 5px !important
    }

    .solutions-list__accordion__panel .panel-results {
        font-size: 14px;
        margin-bottom: 0
    }

    .solutions-list .pagination-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: SiemensBold;
        color: #3c464b;
        height: 35px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .solutions-list .pagination-block .total-results {
        margin: 0;
        margin-right: 5px;
        -ms-flex-item-align: center;
        align-self: center
    }

    .solutions-list .pagination-block .remove-pagination,
    .solutions-list .pagination-block a {
        font-size: 16px;
        -ms-flex-item-align: center;
        align-self: center;
        color: inherit
    }

    .solutions-list .pagination-block .pagination-list {
        height: 35px;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        padding: 0;
        margin: 0;
        list-style: none;
        text-decoration: none
    }

    .solutions-list .pagination-block .pagination-list,
    .solutions-list .pagination-block .pagination-list li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .solutions-list .pagination-block .pagination-list li {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 35px
    }

    .solutions-list .pagination-block .pagination-list li a {
        text-decoration: none;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .navigation .navigation-global ul .dropbtn .solutions-list .pagination-block .pagination-list li.on-page,
    .solutions-list .pagination-block .pagination-list .navigation .navigation-global ul .dropbtn li.on-page,
    .solutions-list .pagination-block .pagination-list li.active {
        color: #fff;
        background-color: #41aaaa
    }

    .solutions-list .list {
        margin: 50px 0
    }

    .solutions-list .list:hover .solution {
        opacity: .5;
        -webkit-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out
    }

    .solutions-list .list .solution {
        color: inherit;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .solutions-list .list .solution:not(:last-child) {
        margin-bottom: 35px
    }

    .solutions-list .list .solution:hover {
        opacity: 1;
        -webkit-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out
    }

    .solutions-list .list .solution h2 {
        margin: 0;
        padding-right: 50px;
        font-family: SiemensBold;
        font-size: 24px;
        letter-spacing: -.03em;
        -webkit-font-variant-ligatures: none;
        font-variant-ligatures: none;
        unicode-bidi: bidi-override;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
        flex: 1 0 40%
    }

    .solutions-list .list .solution p {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 35%;
        flex: 1 0 35%;
        font-size: 16px;
        padding-right: 20px
    }

    .solutions-list .list .solution i {
        -ms-flex-item-align: center;
        align-self: center
    }

    .solutions-list .list .solution.hide {
        display: none
    }

    .sticky-navigation {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 8888;
        background-color: #fff;
        box-shadow: 0 3px 10px rgba(0,
                0,
                0,
                .3);
        height: 60px
    }

    @media only screen and (max-width:767px) {
        .sticky-navigation .container {
            padding: 0
        }
    }

    .sticky-navigation .back-to-top {
        background-color: #dfe6ed;
        color: #2387aa;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 60px;
        text-decoration: none
    }

    @media only screen and (max-width:767px) {
        .sticky-navigation .back-to-top {
            background-color: #fff;
            width: 40px
        }
    }

    .sticky-navigation .back-to-top i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        align-self: center;
        font-size: 24px
    }

    .sticky-navigation ul {
        height: 60px;
        font-size: 0;
        list-style: none;
        padding: 0;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100%;
        margin: 0
    }

    .sticky-navigation ul,
    .sticky-navigation ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sticky-navigation ul li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 20px
    }

    @media only screen and (max-width:767px) {
        .sticky-navigation ul li {
            font-size: 18px
        }
    }

    .sticky-navigation ul .stk__in-page-location {
        background-color: #41aaaa;
        width: 50%;
        position: relative;
        padding: 0 45px 0 20px
    }

    @media only screen and (max-width:767px) {
        .sticky-navigation ul .stk__in-page-location {
            width: calc(100% - 40px)
        }
    }

    .sticky-navigation ul .stk__in-page-location i {
        position: absolute;
        right: 22px;
        top: 20px;
        color: #fff
    }

    .sticky-navigation ul .stk__in-page-location i:before {
        content: "\e605"
    }

    .sticky-navigation ul .stk__in-page-location .stk__location-link {
        line-height: 1.3 !important;
        display: block;
        text-decoration: none;
        color: #3c464b
    }

    @media only screen and (max-width:767px) {
        .sticky-navigation ul .stk__in-page-location .stk__location-link {
            line-height: 30px
        }
    }

    .sticky-navigation ul .stk__in-page-location .stk__location-link .stk__current-location {
        color: #fff
    }

    .navigation .navigation-global .sticky-navigation ul .dropbtn .stk__in-page-location.on-page,
    .sticky-navigation .navigation .navigation-global ul .dropbtn .stk__in-page-location.on-page,
    .sticky-navigation ul .stk__in-page-location.active {
        background-color: #fff
    }

    .navigation .navigation-global .sticky-navigation ul .dropbtn .stk__in-page-location.on-page .stk__in-page-navigation,
    .sticky-navigation .navigation .navigation-global ul .dropbtn .stk__in-page-location.on-page .stk__in-page-navigation,
    .sticky-navigation ul .stk__in-page-location.active .stk__in-page-navigation {
        display: block !important
    }

    .navigation .navigation-global .sticky-navigation ul .dropbtn .stk__in-page-location.on-page .stk__current-location,
    .navigation .navigation-global .sticky-navigation ul .dropbtn .stk__in-page-location.on-page i,
    .sticky-navigation .navigation .navigation-global ul .dropbtn .stk__in-page-location.on-page .stk__current-location,
    .sticky-navigation .navigation .navigation-global ul .dropbtn .stk__in-page-location.on-page i,
    .sticky-navigation ul .stk__in-page-location.active .stk__current-location,
    .sticky-navigation ul .stk__in-page-location.active i {
        color: #2387aa
    }

    .navigation .navigation-global .sticky-navigation ul .dropbtn .stk__in-page-location.on-page i:before,
    .sticky-navigation .navigation .navigation-global ul .dropbtn .stk__in-page-location.on-page i:before,
    .sticky-navigation ul .stk__in-page-location.active i:before {
        content: "\e608"
    }

    .sticky-navigation ul .stk__in-page-location .stk__in-page-navigation {
        display: none;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 60px;
        height: auto
    }

    @media only screen and (max-width:767px) {
        .sticky-navigation ul .stk__in-page-location .stk__in-page-navigation {
            width: auto;
            left: -40px;
            right: 0
        }
    }

    .sticky-navigation ul .stk__in-page-location .stk__in-page-navigation li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        width: 100%;
        height: 60px;
        margin: 1px 0;
        margin-right: 0;
        position: relative;
        color: #3c464b;
        background-color: #dfe6ed
    }

    .sticky-navigation ul .stk__in-page-location .stk__in-page-navigation li:first-child {
        margin-top: 0
    }

    .sticky-navigation ul .stk__in-page-location .stk__in-page-navigation li:first-child:before {
        top: 30px
    }

    .sticky-navigation ul .stk__in-page-location .stk__in-page-navigation li:last-child {
        margin-bottom: 0
    }

    .sticky-navigation ul .stk__in-page-location .stk__in-page-navigation li:last-child:before {
        bottom: 30px
    }

    .sticky-navigation ul .stk__in-page-location .stk__in-page-navigation li:before {
        content: "";
        position: absolute;
        right: 32px;
        border-left: 1px solid #fff;
        height: 100%;
        width: 1px
    }

    .sticky-navigation ul .stk__in-page-location .stk__in-page-navigation li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
        padding: 0 40px 0 20px;
        color: #2d373c
    }

    .sticky-navigation ul .stk__in-page-location .stk__in-page-navigation li .circle {
        z-index: 9;
        position: absolute;
        top: 25px;
        float: right;
        background: #fff;
        width: 13px;
        height: 13px;
        border: 1px solid #fff;
        border-radius: 50%;
        right: 26px
    }

    .navigation .navigation-global .sticky-navigation ul .dropbtn .stk__in-page-location .stk__in-page-navigation li.on-page,
    .navigation .navigation-global .sticky-navigation ul .stk__in-page-location .stk__in-page-navigation .dropbtn li.on-page,
    .sticky-navigation .navigation .navigation-global ul .dropbtn .stk__in-page-location .stk__in-page-navigation li.on-page,
    .sticky-navigation .navigation .navigation-global ul .stk__in-page-location .stk__in-page-navigation .dropbtn li.on-page,
    .sticky-navigation ul .stk__in-page-location .stk__in-page-navigation li.active {
        background-color: #41aaaa
    }

    .navigation .navigation-global .sticky-navigation ul .dropbtn .stk__in-page-location .stk__in-page-navigation li.on-page a,
    .navigation .navigation-global .sticky-navigation ul .stk__in-page-location .stk__in-page-navigation .dropbtn li.on-page a,
    .sticky-navigation .navigation .navigation-global ul .dropbtn .stk__in-page-location .stk__in-page-navigation li.on-page a,
    .sticky-navigation .navigation .navigation-global ul .stk__in-page-location .stk__in-page-navigation .dropbtn li.on-page a,
    .sticky-navigation ul .stk__in-page-location .stk__in-page-navigation li.active a {
        color: #fff
    }

    .navigation .navigation-global .sticky-navigation ul .dropbtn .stk__in-page-location .stk__in-page-navigation li.on-page .circle,
    .navigation .navigation-global .sticky-navigation ul .stk__in-page-location .stk__in-page-navigation .dropbtn li.on-page .circle,
    .sticky-navigation .navigation .navigation-global ul .dropbtn .stk__in-page-location .stk__in-page-navigation li.on-page .circle,
    .sticky-navigation .navigation .navigation-global ul .stk__in-page-location .stk__in-page-navigation .dropbtn li.on-page .circle,
    .sticky-navigation ul .stk__in-page-location .stk__in-page-navigation li.active .circle {
        float: right;
        top: 22px;
        right: 22px;
        background: #fff;
        width: 20px;
        height: 20px;
        border: 1px solid #fff;
        border-radius: 50%;
        position: absolute;
        margin-left: 5px
    }

    .sticky-navigation ul .stk__in-page-location .stk__in-page-navigation li:focus,
    .sticky-navigation ul .stk__in-page-location .stk__in-page-navigation li:hover {
        background-color: #41aaaa
    }

    .sticky-navigation ul .stk__in-page-location .stk__in-page-navigation li:focus a,
    .sticky-navigation ul .stk__in-page-location .stk__in-page-navigation li:hover a {
        color: #fff
    }

    .sticky-navigation ul .stk__in-page-location .stk__in-page-navigation.show {
        display: block
    }

    .sticky-navigation.fixed {
        position: fixed;
        top: 0
    }

    .store-account-info {
        padding-bottom: 30px
    }

    .store-account-info label {
        font-weight: 400
    }

    .store-account-info h1 {
        font-family: SiemensBold;
        font-size: 30px;
        color: #004669
    }

    .store-account-info .lite-link {
        display: block;
        color: #2387aa;
        text-decoration: underline
    }

    .store-account-info .header {
        color: #3c464b;
        margin-top: 20px;
        margin-bottom: 20px;
        display: block;
        line-height: 40px;
        font-size: 18px;
        font-family: SiemensBold;
        background-color: #dfe6ed;
        padding-left: 20px
    }

    .store-account-info label {
        font-size: 16px;
        margin-top: 10px
    }

    .store-account-info input {
        font-size: 16px;
        width: 70%;
        float: right;
        border: 1px solid #becdd7;
        border-radius: 2px;
        height: 40px
    }

    .store-account-info .form-group {
        height: 100%
    }

    .store-account-info .form-group a {
        display: inline-block;
        font-size: 16px;
        margin-top: -5px
    }

    .store-account-info select {
        width: 70%;
        display: inline-block;
        float: right;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        padding-left: 10px;
        font-size: 14px;
        color: #879baa;
        position: relative;
        height: 40px;
        cursor: pointer;
        background-color: #fff;
        background-image: url(../images/icons/dropdown-arrow-lg.png);
        background-repeat: no-repeat;
        background-position: 100%;
        border: 1px solid #becdd7;
        border-radius: 2px
    }

    .store-account-info select::-ms-expand {
        display: none
    }

    .store-account-info .credit-card-expiration {
        float: right;
        width: 70%
    }

    .store-account-info .credit-card-expiration select {
        margin-right: 20px;
        float: left;
        width: 140px
    }

    .store-account-info .radio-buttons .radio-button {
        margin-left: 10px;
        display: inline-block;
        width: auto;
        line-height: 20px
    }

    .store-account-info .radio-buttons .radio-button span {
        font-size: 16px
    }

    .store-account-info .radio-buttons .radio-button input {
        height: auto;
        margin-top: 0;
        margin-right: 5px;
        display: inline-block;
        float: none;
        width: auto
    }

    .store-account-info .radio-buttons .radio-button img {
        display: inline-block
    }

    .store-account-info .radio-buttons .radio-button p {
        margin-top: 20px
    }

    .store-account-info .radio-buttons .radio-button .cc-img {
        margin-left: 85px
    }

    @media only screen and (min-width:992px) and (max-width:1199px) {
        .store-account-info .radio-buttons .radio-button .cc-img {
            margin-left: 50px
        }
    }

    .store-account-info .radio-buttons .radio-button .pp-img {
        margin-left: 30px
    }

    .store-account-info .existing-customer {
        margin-top: -10px
    }

    .store-account-info .existing-customer .form-group {
        margin-bottom: 0
    }

    .store-account-info .checkbox a {
        font-size: 16px
    }

    .store-account-info .checkbox input {
        height: 20px;
        width: auto
    }

    .store-account-info .csc {
        text-align: left
    }

    .store-account-info .csc input {
        width: 80px;
        float: none;
        margin-left: 45px
    }

    @media only screen and (min-width:992px) and (max-width:1199px) {
        .store-account-info .csc input {
            margin-left: 10px
        }
    }

    .store-account-info .pp-payment {
        margin-top: 40px
    }

    .store-account-info .verify {
        margin-top: -70px
    }

    .catalog-headline .button-set {
        margin-top: 20px
    }

    .shoutbox .desktop-button-view {
        display: block
    }

    .shoutbox .mobile-button-view {
        display: none
    }

    .store-catalog {
        background-color: #dfe6ed;
        padding-top: 40px;
        padding-bottom: 45px
    }

    .store-catalog .store-catalog-tile {
        background-color: #fff;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 10px
    }

    .store-catalog .store-catalog-tile img {
        width: 100%
    }

    .store-catalog .store-catalog-tile h2 {
        font-size: 28px;
        font-family: SiemensBlack;
        margin-top: 10px
    }

    .store-catalog .store-catalog-tile .tile-content {
        margin-bottom: 10px
    }

    .store-catalog .store-catalog-tile .tile-content p {
        display: inline
    }

    .store-catalog .store-catalog-tile .tile-content a {
        color: inherit;
        text-decoration: none
    }

    .store-catalog .store-catalog-tile .tile-content span {
        display: inline;
        font-size: 16px;
        font-family: SiemensBold
    }

    .store-catalog .store-catalog-tile .category {
        font-size: 14px;
        font-family: SiemensBlackItalic;
        color: #005f87
    }

    .store-catalog .store-catalog-tile .right {
        text-align: right
    }

    .store-catalog .store-catalog-tile .right h2 {
        margin-bottom: 0
    }

    .store-catalog .store-catalog-tile .right .top {
        font-size: 14px;
        font-family: SiemensBlackItalic;
        color: #005f87
    }

    .store-catalog .store-catalog-tile .right .bottom {
        font-family: SiemensBlack;
        font-size: 18px
    }

    .store-catalog .store-catalog-tile .right .headline {
        font-size: 14px;
        font-family: SiemensBold;
        color: #005f87;
        background-color: #becdd7;
        height: 34px;
        line-height: 34px;
        text-align: center;
        margin-left: 78px;
        margin-top: 20px;
        width: 200px
    }

    @media only screen and (min-width:992px) and (max-width:1199px) {
        .store-catalog .store-catalog-tile .right .headline {
            margin-top: 60px;
            margin-left: 28px
        }
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .store-catalog .store-catalog-tile .right .headline {
            margin-top: 110px;
            height: 34px;
            line-height: 34px;
            width: 210px;
            text-align: right;
            padding-right: 16px;
            margin-left: -36px
        }
    }

    .store-catalog .store-catalog-tile .mobile-right {
        display: none
    }

    .store-catalog .store-catalog-tile .mobile-right .top {
        font-size: 14px;
        font-family: SiemensBlackItalic;
        color: #005f87
    }

    .store-catalog .store-catalog-tile .mobile-right .head {
        font-size: 28px;
        font-family: SiemensBlack
    }

    .store-catalog .store-catalog-tile .mobile-right .bottom {
        font-family: SiemensBlack;
        font-size: 18px
    }

    .store-catalog .store-catalog-tile .mobile-right .headline {
        float: right;
        display: block;
        font-size: 14px;
        font-family: SiemensBold;
        color: #005f87;
        background-color: #becdd7;
        height: 34px;
        line-height: 34px;
        text-align: center;
        margin-right: -15px;
        margin-top: 14px;
        width: 200px
    }

    .store-catalog .blue-bg {
        background-color: #becdd7
    }

    .store-catalog .blue-bg .desktopbutton {
        margin-top: 60px
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .shoutbox .desktop-button-view {
            display: none
        }

        .shoutbox .mobile-button-view {
            display: block
        }

        .catalog-headline .primary {
            background-color: #dc6914
        }

        .catalog-headline img {
            display: none
        }
    }

    @media only screen and (max-width:767px) {
        .catalog-headline .button-set {
            margin-top: 30px
        }

        .shoutbox .desktop-button-view {
            display: none
        }

        .shoutbox .mobile-button-view {
            display: block
        }

        .catalog-headline img {
            display: none
        }

        .catalog-headline .primary {
            background-color: #dc6914
        }

        .store-catalog .store-catalog-tile {
            background-color: #fff;
            padding-left: 10px;
            padding-right: 10px;
            margin-left: 1px;
            margin-right: 1px;
            margin-bottom: 20px
        }

        .store-catalog .store-catalog-tile .desktopbutton,
        .store-catalog .store-catalog-tile .right,
        .store-catalog .store-catalog-tile img {
            display: none
        }

        .store-catalog .store-catalog-tile .mobile-right {
            display: block
        }

        .store-catalog .store-catalog-tile .mobile-right .headline {
            margin-top: 0;
            margin-bottom: 5px;
            margin-right: -25px
        }

        .store-catalog .store-catalog-tile .mobile-right .button-conversion {
            margin-top: 20px
        }

        .store-catalog .blue-bg {
            background-color: #becdd7
        }

        .store-catalog .blue-bg .desktopbutton {
            margin-top: 60px
        }
    }

    .store-faq {
        display: block;
        margin-bottom: 25px
    }

    .store-faq h3 {
        color: #005f87;
        font-family: SiemensBold
    }

    .store-faq .view-cart {
        color: #2387aa;
        position: absolute;
        right: 15px;
        top: -25px;
        font-size: 18px;
        font-family: SiemensBold;
        text-decoration: none
    }

    .store-faq .faq-title {
        background-color: #dfe6ed;
        width: 100%;
        margin-top: 35px;
        margin-bottom: 25px;
        padding-left: 15px;
        padding-top: 3px;
        padding-bottom: 3px
    }

    .store-faq .faq-title h4 {
        color: #3c464b;
        font-family: SiemensBold;
        font-size: 20px
    }

    .store-faq span {
        display: block
    }

    .store-faq .order-form {
        width: 90%
    }

    .store-faq .order-form input,
    .store-faq .order-form label {
        display: inline-block;
        vertical-align: baseline;
        height: 40px
    }

    .store-faq .order-form label {
        width: 25%;
        min-width: 100px;
        color: #2d2d2d;
        font-size: 15px;
        height: 40px
    }

    .store-faq .order-form form,
    .store-faq .order-form input {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

    .store-faq .order-form input {
        width: 74%;
        min-width: 50px;
        text-align: left
    }

    .store-faq .order-form .lite-link {
        color: #2387aa;
        text-decoration: underline;
        font-size: 16px
    }

    .store-faq .heavy-link {
        font-family: SiemensBold;
        font-size: 18px
    }

    .store-faq .heavy-link,
    .store-faq .lite-link {
        display: inline-block;
        color: #2387aa;
        padding-left: 20px;
        padding-bottom: 5px
    }

    .store-faq .lite-link {
        font-size: 16px
    }

    .store-faq .link-holder {
        clear: both
    }

    .faq-footer {
        background-color: #dfe6ed;
        display: inline-block;
        padding-top: 25px;
        padding-bottom: 25px;
        width: 100%;
        font-size: 12px
    }

    .faq-footer a {
        display: inline-block;
        padding-top: 15px;
        padding-right: 5px;
        padding-left: 5px;
        color: #000;
        text-decoration: underline
    }

    .faq-footer a:first-child {
        padding-left: 0
    }

    .store-instructions {
        padding-bottom: 40px;
        position: relative
    }

    .store-instructions .view-cart {
        position: absolute;
        top: -25px;
        right: 15px;
        font-family: SiemensBold;
        color: #2387aa;
        font-size: 18px;
        text-decoration: none
    }

    .store-instructions .headline {
        display: block;
        margin-bottom: -20px
    }

    .store-instructions .headline h1 {
        font-size: 30px;
        font-family: SiemensBold;
        color: #004669;
        display: inline-block;
        float: left
    }

    .store-instructions .headline .reference-number {
        margin-top: 25px;
        display: inline-block;
        font-size: 18px;
        font-family: SiemensBold;
        color: #004669;
        float: right
    }

    .store-instructions .headline .button-conversion {
        margin-top: 5px
    }

    .store-instructions .header {
        color: #3c464b;
        margin-top: 20px;
        margin-bottom: 20px;
        display: block;
        line-height: 40px;
        font-size: 18px;
        font-family: SiemensBold;
        background-color: #dfe6ed;
        padding-left: 20px
    }

    .store-instructions .important-message {
        font-family: SiemensBoldItalic;
        color: #af235f;
        margin-top: 20px
    }

    .store-instructions .links {
        color: #2387aa
    }

    .store-instructions .links a {
        color: #2387aa;
        display: inline-block;
        font-size: 16px
    }

    .store-instructions .instructions p:nth-child(3) {
        margin-bottom: 40px
    }

    .store-instructions .buttons .button-conversion {
        margin-top: 40px;
        padding-right: 2px
    }

    .store-instructions .buttons .button-conversion i {
        padding-right: 0
    }

    .store-instructions .no-padding {
        padding-right: 0;
        padding-left: 0
    }

    .store-instructions .content {
        padding-top: 10px;
        font-size: 16px
    }

    .store-instructions .content span {
        display: block;
        margin-bottom: 10px
    }

    .store-instructions .content .address {
        margin-bottom: 0
    }

    .store-instructions .content .details {
        font-family: SiemensItalic;
        font-size: 14px;
        margin-top: -10px
    }

    .store-instructions .content label {
        font-family: SiemensBold;
        display: block
    }

    .store-instructions .content .button-conversion .button-text {
        display: table-cell
    }

    .store-instructions .content .radio-button {
        display: inline-block;
        margin-top: 5px;
        margin-bottom: -10px
    }

    .store-instructions .content .radio-button span {
        display: inline-block;
        margin-right: 20px;
        margin-left: 10px
    }

    .store-instructions .content .primary {
        margin-top: 40px
    }

    .store-instructions .content .secondary {
        margin-top: 20px
    }

    .store-instructions .print {
        margin-top: 30px;
        margin-bottom: 20px
    }

    .store-instructions .activation-code p {
        margin-bottom: 30px
    }

    .store-instructions .license {
        display: inline-block;
        margin-bottom: 5px;
        font-size: 16px
    }

    .store-instructions .license .license-number {
        margin-left: 60px
    }

    .store-instructions .add-underline {
        border-bottom: 1px solid #becdd7;
        padding-bottom: 20px;
        margin-bottom: 25px
    }

    .store-instructions ul {
        padding-left: 15px;
        font-size: 16px;
        margin-top: 30px
    }

    .store-instructions ul li {
        margin-bottom: 30px
    }

    .store-instructions .order-details {
        display: inline-block;
        width: 100%;
        font-size: 16px
    }

    .store-instructions .order-details span {
        display: inline-block
    }

    .store-instructions .order-details div {
        margin-bottom: 5px
    }

    .store-instructions .order-details .detail {
        width: 130px
    }

    .store-instructions .order-details .details {
        display: inline-block
    }

    .store-instructions .order-details .address-detail {
        margin-top: 15px
    }

    .store-instructions .order-details .address-details {
        display: inline-block;
        vertical-align: top
    }

    .store-instructions .order-details .address-details span {
        display: block
    }

    .store-instructions .button-container {
        height: 180px;
        position: relative
    }

    .store-instructions .button-container .button-conversion {
        position: absolute;
        bottom: 0;
        right: 0
    }

    .store-legal {
        padding-top: 25px;
        padding-bottom: 25px;
        background-color: #dfe6ed
    }

    .store-legal p {
        font-size: 12px
    }

    .store-legal a {
        color: inherit;
        text-decoration: underline;
        font-size: 12px;
        margin-right: 15px
    }

    .store-lookup-table {
        padding-bottom: 1px
    }

    .store-lookup-table .products-table {
        width: 100%
    }

    .store-lookup-table td,
    .store-lookup-table th {
        padding-left: 10px;
        padding-right: 10px
    }

    .store-lookup-table .table-headlines {
        background-color: #dfe6ed;
        height: 40px;
        font-family: SiemensBold;
        font-size: 18px
    }

    .store-lookup-table .product-row {
        height: 90px;
        border-bottom: 1px solid #879baa
    }

    .store-lookup-table .product-row .users-cell {
        padding-left: 20px;
        text-align: left;
        font-size: 16px
    }

    .store-lookup-table .product-row .product-cell .product-name {
        font-size: 16px;
        display: block;
        font-family: SiemensBold
    }

    .store-lookup-table .product-row .product-cell .product-term {
        display: block;
        font-size: 14px;
        font-family: SiemensItalic
    }

    .store-lookup-table .product-row .product-cell .activation-code {
        font-family: SiemensItalic;
        font-size: 14px;
        margin-top: 10px;
        display: block
    }

    .store-lookup-table .product-row .delivery-cell .delivery-method {
        font-size: 16px;
        display: block;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .store-lookup-table .product-row .renewal-cell {
        width: 240px;
        padding-right: 0
    }

    .store-lookup-table .product-row .renewal-cell .renewal {
        font-size: 16px;
        display: block;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .order-history-table {
        width: 100%
    }

    .order-history-table tr {
        border-bottom: 1px solid #879baa
    }

    .order-history-table th {
        text-align: center;
        font-size: 18px;
        color: #005f87;
        font-family: SiemensBold;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .order-history-table td {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 16px
    }

    .order-history-table .users-cell {
        padding-left: 30px
    }

    .order-history-table .status-cell,
    .order-history-table .term-cell {
        width: 15%
    }

    .order-history-table a {
        color: #2387aa;
        text-decoration: underline
    }

    .store-popup {
        display: none;
        position: fixed;
        z-index: 999;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: #000;
        background-color: rgba(0,
                0,
                0,
                .9)
    }

    .popup {
        background-color: #fff;
        padding: 15px;
        margin: auto;
        display: block;
        width: 520px
    }

    .popup span {
        display: block;
        margin-bottom: 20px;
        margin-top: 20px
    }

    .popup .no-padding {
        padding-left: 0;
        padding-right: 0
    }

    .store-subnav {
        margin-top: 20px;
        position: relative
    }

    .store-subnav .view-cart {
        position: absolute;
        top: -25px;
        right: 0;
        font-family: SiemensBold;
        color: #2387aa;
        font-size: 18px
    }

    .store-subnav ul {
        display: table;
        table-layout: fixed;
        list-style: none;
        padding: 0;
        width: 100%;
        background-color: #dfe6ed;
        height: 35px;
        border-radius: 30px;
        margin-top: 10px
    }

    .store-subnav a {
        position: relative;
        padding: 1px 20px;
        padding-left: 30px;
        font-size: 16px;
        font-family: SiemensBold;
        text-decoration: none;
        color: inherit;
        line-height: 1
    }

    .store-subnav a,
    .store-subnav a .text {
        display: table-cell;
        vertical-align: middle
    }

    .store-subnav a .text {
        font-size: 14px
    }

    .store-subnav a .step-number {
        display: table-cell;
        position: absolute;
        background-color: #fff;
        height: 25px;
        width: 25px;
        border-radius: 50%;
        text-align: center;
        color: #9bafbe;
        padding-top: 5px;
        top: 5px;
        left: -13px
    }

    .store-subnav a:first-child {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        padding-left: 50px
    }

    .store-subnav a:first-child .step-number {
        left: 5px
    }

    .store-subnav a:last-child {
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px
    }

    .navigation .navigation-global ul .dropbtn .store-subnav .on-page,
    .store-subnav .active,
    .store-subnav .navigation .navigation-global ul .dropbtn .on-page {
        background-color: #004669;
        border: 1px solid #004669
    }

    .navigation .navigation-global ul .dropbtn .store-subnav .on-page .step-number,
    .store-subnav .active .step-number,
    .store-subnav .navigation .navigation-global ul .dropbtn .on-page .step-number {
        color: #004669
    }

    .navigation .navigation-global ul .dropbtn .store-subnav .on-page .text,
    .store-subnav .active .text,
    .store-subnav .navigation .navigation-global ul .dropbtn .on-page .text {
        color: #fff
    }

    .store-table .headline {
        clear: both
    }

    .store-table .headline h1 {
        font-size: 30px;
        font-family: SiemensBold;
        color: #004669;
        display: inline-block;
        float: left
    }

    .store-table .headline .reference-number {
        margin-top: 25px;
        display: inline-block;
        font-size: 18px;
        font-family: SiemensBold;
        color: #004669;
        float: right
    }

    .store-table .products-table {
        width: 100%
    }

    .store-table td,
    .store-table th {
        padding: 10px;
        vertical-align: top;
        font-weight: 400
    }

    .store-table .table-headlines {
        background-color: #dfe6ed;
        height: 40px;
        font-family: SiemensBold;
        font-size: 18px
    }

    .store-table .product-row {
        height: 65px;
        border-bottom: 1px solid #879baa
    }

    .store-table .product-row .users-cell {
        font-size: 16px;
        padding-left: 20px;
        text-align: left
    }

    .store-table .product-row .product-cell .product-name {
        font-size: 16px;
        display: block;
        font-family: SiemensBold
    }

    .store-table .product-row .product-cell .product-term {
        display: block;
        font-size: 14px;
        font-family: SiemensItalic
    }

    .store-table .product-row .product-cell .auto-renewal {
        font-size: 14px;
        font-family: SiemensItalic
    }

    .store-table .product-row .product-cell a {
        color: #2387aa;
        margin-left: 3px;
        font-size: 14px
    }

    .store-table .product-row .delivery-cell {
        font-size: 16px
    }

    .store-table .product-row .promo-cell {
        position: relative
    }

    .store-table .product-row .promo-cell .promo-code {
        text-transform: uppercase;
        display: block;
        font-size: 14px;
        font-family: SiemensItalic
    }

    .store-table .product-row .promo-cell a {
        color: #2387aa;
        font-size: 14px
    }

    .store-table .product-row .promo-cell .item-details {
        display: none;
        position: absolute;
        height: 80px;
        width: 400px;
        background-color: #dfe6ed;
        padding: 5px;
        z-index: 10;
        top: 55px
    }

    .store-table .product-row .promo-cell .item-details p {
        font-size: 14px;
        line-height: 15px;
        width: 90%
    }

    .store-table .product-row .promo-cell .item-details a {
        display: block;
        width: 20px;
        height: 20px;
        text-decoration: none;
        color: #3c464b;
        position: absolute;
        top: 5px;
        right: 5px;
        text-align: center
    }

    .store-table .product-row .promo-cell .item-details a i {
        vertical-align: middle
    }

    .store-table .product-row .promo-cell .item-details:after {
        bottom: 100%;
        left: 20px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(223,
                230,
                237,
                0);
        border-bottom-color: #dfe6ed;
        border-width: 10px;
        margin-left: -10px
    }

    .store-table .product-row .price-cell {
        font-size: 16px
    }

    .store-table .product-row .price-cell .old-price {
        display: block;
        text-decoration: line-through
    }

    .store-table .product-row .price-cell .disc-price {
        display: block
    }

    .store-table .product-row .delete-cell {
        width: 4%;
        text-align: center
    }

    .store-table .product-row .delete-cell a {
        font-size: 20px;
        color: inherit;
        text-decoration: none
    }

    .video-wrapper-fs {
        opacity: 0;
        visibility: hidden;
        display: tabel;
        position: fixed;
        top: 0;
        width: 100% !important;
        height: 100% !important;
        z-index: 9999;
        background: #000
    }

    .video-wrapper-fs video {
        display: table-cell;
        vertical-align: middle
    }

    .video-wrapper-fs .vjs-control {
        height: 33px;
        width: 48px;
        box-sizing: border-box;
        cursor: pointer
    }

    .video-wrapper-fs .vjs-control-bar {
        color: #fff;
        background-color: rgba(0,
                0,
                0,
                .45);
        border-top: 1px solid #000;
        border-top: 1px solid rgba(0,
                0,
                0,
                .6);
        bottom: 0;
        box-sizing: border-box;
        left: 0;
        right: 0;
        position: fixed;
        -webkit-transition: margin .5s,
            -webkit-transform .5s;
        transition: margin .5s,
            -webkit-transform .5s;
        transition: transform .5s,
            margin .5s;
        transition: transform .5s,
            margin .5s,
            -webkit-transform .5s;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }

    .video-wrapper-fs .video-js {
        position: static;
        width: 100% !important;
        min-width: 100%
    }

    .video-wrapper-fs {
        background-color: #000
    }

    .video-wrapper-fs .close-video {
        position: absolute;
        top: 16px;
        top: 1.1428571429rem;
        left: 16px;
        left: 1.1428571429rem;
        z-index: 1000
    }

    .video-wrapper-fs .close-video:hover {
        opacity: .6
    }

    .video-wrapper-fs .close-video__button {
        display: inline-block;
        text-decoration: none;
        color: #fff
    }

    .video-wrapper-fs .close-video__icon {
        display: inline-block;
        vertical-align: middle;
        margin-right: 13px;
        margin-right: .9285714286rem;
        -webkit-transition: opacity .25s ease;
        transition: opacity .25s ease
    }

    .video-wrapper-fs .close-video__icon:before {
        display: block;
        padding: 10px;
        padding: .7142857143rem;
        border-radius: 50%;
        font-size: 23px;
        color: #fff;
        background-color: #099;
        text-align: center;
        width: 40px;
        height: 40px
    }

    .video-wrapper-fs .close-video__text {
        display: inline-block;
        vertical-align: middle;
        font-size: 17px;
        color: #099
    }

    .video-micetype {
        font-size: 14px;
        color: #879baa;
        font-family: SiemensItalic;
        line-height: 14px;
        margin-top: 10px;
        margin-bottom: 14px
    }

    .video-js {
        width: 100%
    }

    .video-js .vjs-big-play-button {
        font-size: 5em;
        line-height: 1.2em;
        background-color: #2387aa;
        border-radius: 0;
        border: 0;
        height: 60px;
        width: 60px;
        left: 60%
    }

    @media (-ms-high-contrast:none),
    screen and (-ms-high-contrast:active) {
        .video-js .vjs-control:before {
            font-size: 20px
        }
    }

    @font-face {
        font-family: FontAwesome;
        src: url(../fonts/fontawesome-webfont.eot?v=4.6.3);
        src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"),
            url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"),
            url(../fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"),
            url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"),
            url(../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");
        font-weight: 400;
        font-style: normal
    }

    .fa {
        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
    }

    .fa-lg {
        font-size: 1.33333em;
        line-height: .75em;
        vertical-align: -15%
    }

    .fa-2x {
        font-size: 2em
    }

    .fa-3x {
        font-size: 3em
    }

    .fa-4x {
        font-size: 4em
    }

    .fa-5x {
        font-size: 5em
    }

    .fa-fw {
        width: 1.28571em;
        text-align: center
    }

    .fa-ul {
        padding-left: 0;
        margin-left: 2.14286em;
        list-style-type: none
    }

    .fa-ul>li {
        position: relative
    }

    .fa-li {
        position: absolute;
        left: -2.14286em;
        width: 2.14286em;
        top: .14286em;
        text-align: center
    }

    .fa-li.fa-lg {
        left: -1.85714em
    }

    .fa-border {
        padding: .2em .25em .15em;
        border: .08em solid #eee;
        border-radius: .1em
    }

    .fa-pull-left {
        float: left
    }

    .fa-pull-right {
        float: right
    }

    .fa.fa-pull-left {
        margin-right: .3em
    }

    .fa.fa-pull-right {
        margin-left: .3em
    }

    .pull-right {
        float: right
    }

    .pull-left {
        float: left
    }

    .fa.pull-left {
        margin-right: .3em
    }

    .fa.pull-right {
        margin-left: .3em
    }

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

    .fa-pulse {
        -webkit-animation: fa-spin 1s infinite steps(8);
        animation: fa-spin 1s infinite steps(8)
    }

    @-webkit-keyframes fa-spin {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        to {
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg)
        }
    }

    @keyframes fa-spin {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        to {
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg)
        }
    }

    .fa-rotate-90 {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

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

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

    .fa-flip-horizontal {

        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2,
 mirror=1)";-webkit-transform:scaleY(-1);transform:scaleY(-1)}:root .fa-flip-horizontal,
:root .fa-flip-vertical,
            :root .fa-rotate-90,
            :root .fa-rotate-180,
            :root .fa-rotate-270 {
            -webkit-filter: none;
            filter: none
        }

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

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

        .fa-stack-1x {
            line-height: inherit
        }

        .fa-stack-2x {
            font-size: 2em
        }

        .fa-inverse {
            color: #fff
        }

        .fa-glass:before {
            content: ""
        }

        .fa-music:before {
            content: ""
        }

        .fa-search:before {
            content: ""
        }

        .fa-envelope-o:before {
            content: ""
        }

        .fa-heart:before {
            content: ""
        }

        .fa-star:before {
            content: ""
        }

        .fa-star-o:before {
            content: ""
        }

        .fa-user:before {
            content: ""
        }

        .fa-film:before {
            content: ""
        }

        .fa-th-large:before {
            content: ""
        }

        .fa-th:before {
            content: ""
        }

        .fa-th-list:before {
            content: ""
        }

        .fa-check:before {
            content: ""
        }

        .fa-close:before,
        .fa-remove:before,
        .fa-times:before {
            content: ""
        }

        .fa-search-plus:before {
            content: ""
        }

        .fa-search-minus:before {
            content: ""
        }

        .fa-power-off:before {
            content: ""
        }

        .fa-signal:before {
            content: ""
        }

        .fa-cog:before,
        .fa-gear:before {
            content: ""
        }

        .fa-trash-o:before {
            content: ""
        }

        .fa-home:before {
            content: ""
        }

        .fa-file-o:before {
            content: ""
        }

        .fa-clock-o:before {
            content: ""
        }

        .fa-road:before {
            content: ""
        }

        .fa-download:before {
            content: ""
        }

        .fa-arrow-circle-o-down:before {
            content: ""
        }

        .fa-arrow-circle-o-up:before {
            content: ""
        }

        .fa-inbox:before {
            content: ""
        }

        .fa-play-circle-o:before {
            content: ""
        }

        .fa-repeat:before,
        .fa-rotate-right:before {
            content: ""
        }

        .fa-refresh:before {
            content: ""
        }

        .fa-list-alt:before {
            content: ""
        }

        .fa-lock:before {
            content: ""
        }

        .fa-flag:before {
            content: ""
        }

        .fa-headphones:before {
            content: ""
        }

        .fa-volume-off:before {
            content: ""
        }

        .fa-volume-down:before {
            content: ""
        }

        .fa-volume-up:before {
            content: ""
        }

        .fa-qrcode:before {
            content: ""
        }

        .fa-barcode:before {
            content: ""
        }

        .fa-tag:before {
            content: ""
        }

        .fa-tags:before {
            content: ""
        }

        .fa-book:before {
            content: ""
        }

        .fa-bookmark:before {
            content: ""
        }

        .fa-print:before {
            content: ""
        }

        .fa-camera:before {
            content: ""
        }

        .fa-font:before {
            content: ""
        }

        .fa-bold:before {
            content: ""
        }

        .fa-italic:before {
            content: ""
        }

        .fa-text-height:before {
            content: ""
        }

        .fa-text-width:before {
            content: ""
        }

        .fa-align-left:before {
            content: ""
        }

        .fa-align-center:before {
            content: ""
        }

        .fa-align-right:before {
            content: ""
        }

        .fa-align-justify:before {
            content: ""
        }

        .fa-list:before {
            content: ""
        }

        .fa-dedent:before,
        .fa-outdent:before {
            content: ""
        }

        .fa-indent:before {
            content: ""
        }

        .fa-video-camera:before {
            content: ""
        }

        .fa-image:before,
        .fa-photo:before,
        .fa-picture-o:before {
            content: ""
        }

        .fa-pencil:before {
            content: ""
        }

        .fa-map-marker:before {
            content: ""
        }

        .fa-adjust:before {
            content: ""
        }

        .fa-tint:before {
            content: ""
        }

        .fa-edit:before,
        .fa-pencil-square-o:before {
            content: ""
        }

        .fa-share-square-o:before {
            content: ""
        }

        .fa-check-square-o:before {
            content: ""
        }

        .fa-arrows:before {
            content: ""
        }

        .fa-step-backward:before {
            content: ""
        }

        .fa-fast-backward:before {
            content: ""
        }

        .fa-backward:before {
            content: ""
        }

        .fa-play:before {
            content: ""
        }

        .fa-pause:before {
            content: ""
        }

        .fa-stop:before {
            content: ""
        }

        .fa-forward:before {
            content: ""
        }

        .fa-fast-forward:before {
            content: ""
        }

        .fa-step-forward:before {
            content: ""
        }

        .fa-eject:before {
            content: ""
        }

        .fa-chevron-left:before {
            content: ""
        }

        .fa-chevron-right:before {
            content: ""
        }

        .fa-plus-circle:before {
            content: ""
        }

        .fa-minus-circle:before {
            content: ""
        }

        .fa-times-circle:before {
            content: ""
        }

        .fa-check-circle:before {
            content: ""
        }

        .fa-question-circle:before {
            content: ""
        }

        .fa-info-circle:before {
            content: ""
        }

        .fa-crosshairs:before {
            content: ""
        }

        .fa-times-circle-o:before {
            content: ""
        }

        .fa-check-circle-o:before {
            content: ""
        }

        .fa-ban:before {
            content: ""
        }

        .fa-arrow-left:before {
            content: ""
        }

        .fa-arrow-right:before {
            content: ""
        }

        .fa-arrow-up:before {
            content: ""
        }

        .fa-arrow-down:before {
            content: ""
        }

        .fa-mail-forward:before,
        .fa-share:before {
            content: ""
        }

        .fa-expand:before {
            content: ""
        }

        .fa-compress:before {
            content: ""
        }

        .fa-plus:before {
            content: ""
        }

        .fa-minus:before {
            content: ""
        }

        .fa-asterisk:before {
            content: ""
        }

        .fa-exclamation-circle:before {
            content: ""
        }

        .fa-gift:before {
            content: ""
        }

        .fa-leaf:before {
            content: ""
        }

        .fa-fire:before {
            content: ""
        }

        .fa-eye:before {
            content: ""
        }

        .fa-eye-slash:before {
            content: ""
        }

        .fa-exclamation-triangle:before,
        .fa-warning:before {
            content: ""
        }

        .fa-plane:before {
            content: ""
        }

        .fa-calendar:before {
            content: ""
        }

        .fa-random:before {
            content: ""
        }

        .fa-comment:before {
            content: ""
        }

        .fa-magnet:before {
            content: ""
        }

        .fa-chevron-up:before {
            content: ""
        }

        .fa-chevron-down:before {
            content: ""
        }

        .fa-retweet:before {
            content: ""
        }

        .fa-shopping-cart:before {
            content: ""
        }

        .fa-folder:before {
            content: ""
        }

        .fa-folder-open:before {
            content: ""
        }

        .fa-arrows-v:before {
            content: ""
        }

        .fa-arrows-h:before {
            content: ""
        }

        .fa-bar-chart-o:before,
        .fa-bar-chart:before {
            content: ""
        }

        .fa-twitter-square:before {
            content: ""
        }

        .fa-facebook-square:before {
            content: ""
        }

        .fa-camera-retro:before {
            content: ""
        }

        .fa-key:before {
            content: ""
        }

        .fa-cogs:before,
        .fa-gears:before {
            content: ""
        }

        .fa-comments:before {
            content: ""
        }

        .fa-thumbs-o-up:before {
            content: ""
        }

        .fa-thumbs-o-down:before {
            content: ""
        }

        .fa-star-half:before {
            content: ""
        }

        .fa-heart-o:before {
            content: ""
        }

        .fa-sign-out:before {
            content: ""
        }

        .fa-linkedin-square:before {
            content: ""
        }

        .fa-thumb-tack:before {
            content: ""
        }

        .fa-external-link:before {
            content: ""
        }

        .fa-sign-in:before {
            content: ""
        }

        .fa-trophy:before {
            content: ""
        }

        .fa-github-square:before {
            content: ""
        }

        .fa-upload:before {
            content: ""
        }

        .fa-lemon-o:before {
            content: ""
        }

        .fa-phone:before {
            content: ""
        }

        .fa-square-o:before {
            content: ""
        }

        .fa-bookmark-o:before {
            content: ""
        }

        .fa-phone-square:before {
            content: ""
        }

        .fa-twitter:before {
            content: ""
        }

        .fa-facebook-f:before,
        .fa-facebook:before {
            content: ""
        }

        .fa-github:before {
            content: ""
        }

        .fa-unlock:before {
            content: ""
        }

        .fa-credit-card:before {
            content: ""
        }

        .fa-feed:before,
        .fa-rss:before {
            content: ""
        }

        .fa-hdd-o:before {
            content: ""
        }

        .fa-bullhorn:before {
            content: ""
        }

        .fa-bell:before {
            content: ""
        }

        .fa-certificate:before {
            content: ""
        }

        .fa-hand-o-right:before {
            content: ""
        }

        .fa-hand-o-left:before {
            content: ""
        }

        .fa-hand-o-up:before {
            content: ""
        }

        .fa-hand-o-down:before {
            content: ""
        }

        .fa-arrow-circle-left:before {
            content: ""
        }

        .fa-arrow-circle-right:before {
            content: ""
        }

        .fa-arrow-circle-up:before {
            content: ""
        }

        .fa-arrow-circle-down:before {
            content: ""
        }

        .fa-globe:before {
            content: ""
        }

        .fa-wrench:before {
            content: ""
        }

        .fa-tasks:before {
            content: ""
        }

        .fa-filter:before {
            content: ""
        }

        .fa-briefcase:before {
            content: ""
        }

        .fa-arrows-alt:before {
            content: ""
        }

        .fa-group:before,
        .fa-users:before {
            content: ""
        }

        .fa-chain:before,
        .fa-link:before {
            content: ""
        }

        .fa-cloud:before {
            content: ""
        }

        .fa-flask:before {
            content: ""
        }

        .fa-cut:before,
        .fa-scissors:before {
            content: ""
        }

        .fa-copy:before,
        .fa-files-o:before {
            content: ""
        }

        .fa-paperclip:before {
            content: ""
        }

        .fa-floppy-o:before,
        .fa-save:before {
            content: ""
        }

        .fa-square:before {
            content: ""
        }

        .fa-bars:before,
        .fa-navicon:before,
        .fa-reorder:before {
            content: ""
        }

        .fa-list-ul:before {
            content: ""
        }

        .fa-list-ol:before {
            content: ""
        }

        .fa-strikethrough:before {
            content: ""
        }

        .fa-underline:before {
            content: ""
        }

        .fa-table:before {
            content: ""
        }

        .fa-magic:before {
            content: ""
        }

        .fa-truck:before {
            content: ""
        }

        .fa-pinterest:before {
            content: ""
        }

        .fa-pinterest-square:before {
            content: ""
        }

        .fa-google-plus-square:before {
            content: ""
        }

        .fa-google-plus:before {
            content: ""
        }

        .fa-money:before {
            content: ""
        }

        .fa-caret-down:before {
            content: ""
        }

        .fa-caret-up:before {
            content: ""
        }

        .fa-caret-left:before {
            content: ""
        }

        .fa-caret-right:before {
            content: ""
        }

        .fa-columns:before {
            content: ""
        }

        .fa-sort:before,
        .fa-unsorted:before {
            content: ""
        }

        .fa-sort-desc:before,
        .fa-sort-down:before {
            content: ""
        }

        .fa-sort-asc:before,
        .fa-sort-up:before {
            content: ""
        }

        .fa-envelope:before {
            content: ""
        }

        .fa-linkedin:before {
            content: ""
        }

        .fa-rotate-left:before,
        .fa-undo:before {
            content: ""
        }

        .fa-gavel:before,
        .fa-legal:before {
            content: ""
        }

        .fa-dashboard:before,
        .fa-tachometer:before {
            content: ""
        }

        .fa-comment-o:before {
            content: ""
        }

        .fa-comments-o:before {
            content: ""
        }

        .fa-bolt:before,
        .fa-flash:before {
            content: ""
        }

        .fa-sitemap:before {
            content: ""
        }

        .fa-umbrella:before {
            content: ""
        }

        .fa-clipboard:before,
        .fa-paste:before {
            content: ""
        }

        .fa-lightbulb-o:before {
            content: ""
        }

        .fa-exchange:before {
            content: ""
        }

        .fa-cloud-download:before {
            content: ""
        }

        .fa-cloud-upload:before {
            content: ""
        }

        .fa-user-md:before {
            content: ""
        }

        .fa-stethoscope:before {
            content: ""
        }

        .fa-suitcase:before {
            content: ""
        }

        .fa-bell-o:before {
            content: ""
        }

        .fa-coffee:before {
            content: ""
        }

        .fa-cutlery:before {
            content: ""
        }

        .fa-file-text-o:before {
            content: ""
        }

        .fa-building-o:before {
            content: ""
        }

        .fa-hospital-o:before {
            content: ""
        }

        .fa-ambulance:before {
            content: ""
        }

        .fa-medkit:before {
            content: ""
        }

        .fa-fighter-jet:before {
            content: ""
        }

        .fa-beer:before {
            content: ""
        }

        .fa-h-square:before {
            content: ""
        }

        .fa-plus-square:before {
            content: ""
        }

        .fa-angle-double-left:before {
            content: ""
        }

        .fa-angle-double-right:before {
            content: ""
        }

        .fa-angle-double-up:before {
            content: ""
        }

        .fa-angle-double-down:before {
            content: ""
        }

        .fa-angle-left:before {
            content: ""
        }

        .fa-angle-right:before {
            content: ""
        }

        .fa-angle-up:before {
            content: ""
        }

        .fa-angle-down:before {
            content: ""
        }

        .fa-desktop:before {
            content: ""
        }

        .fa-laptop:before {
            content: ""
        }

        .fa-tablet:before {
            content: ""
        }

        .fa-mobile-phone:before,
        .fa-mobile:before {
            content: ""
        }

        .fa-circle-o:before {
            content: ""
        }

        .fa-quote-left:before {
            content: ""
        }

        .fa-quote-right:before {
            content: ""
        }

        .fa-spinner:before {
            content: ""
        }

        .fa-circle:before {
            content: ""
        }

        .fa-mail-reply:before,
        .fa-reply:before {
            content: ""
        }

        .fa-github-alt:before {
            content: ""
        }

        .fa-folder-o:before {
            content: ""
        }

        .fa-folder-open-o:before {
            content: ""
        }

        .fa-smile-o:before {
            content: ""
        }

        .fa-frown-o:before {
            content: ""
        }

        .fa-meh-o:before {
            content: ""
        }

        .fa-gamepad:before {
            content: ""
        }

        .fa-keyboard-o:before {
            content: ""
        }

        .fa-flag-o:before {
            content: ""
        }

        .fa-flag-checkered:before {
            content: ""
        }

        .fa-terminal:before {
            content: ""
        }

        .fa-code:before {
            content: ""
        }

        .fa-mail-reply-all:before,
        .fa-reply-all:before {
            content: ""
        }

        .fa-star-half-empty:before,
        .fa-star-half-full:before,
        .fa-star-half-o:before {
            content: ""
        }

        .fa-location-arrow:before {
            content: ""
        }

        .fa-crop:before {
            content: ""
        }

        .fa-code-fork:before {
            content: ""
        }

        .fa-chain-broken:before,
        .fa-unlink:before {
            content: ""
        }

        .fa-question:before {
            content: ""
        }

        .fa-info:before {
            content: ""
        }

        .fa-exclamation:before {
            content: ""
        }

        .fa-superscript:before {
            content: ""
        }

        .fa-subscript:before {
            content: ""
        }

        .fa-eraser:before {
            content: ""
        }

        .fa-puzzle-piece:before {
            content: ""
        }

        .fa-microphone:before {
            content: ""
        }

        .fa-microphone-slash:before {
            content: ""
        }

        .fa-shield:before {
            content: ""
        }

        .fa-calendar-o:before {
            content: ""
        }

        .fa-fire-extinguisher:before {
            content: ""
        }

        .fa-rocket:before {
            content: ""
        }

        .fa-maxcdn:before {
            content: ""
        }

        .fa-chevron-circle-left:before {
            content: ""
        }

        .fa-chevron-circle-right:before {
            content: ""
        }

        .fa-chevron-circle-up:before {
            content: ""
        }

        .fa-chevron-circle-down:before {
            content: ""
        }

        .fa-html5:before {
            content: ""
        }

        .fa-css3:before {
            content: ""
        }

        .fa-anchor:before {
            content: ""
        }

        .fa-unlock-alt:before {
            content: ""
        }

        .fa-bullseye:before {
            content: ""
        }

        .fa-ellipsis-h:before {
            content: ""
        }

        .fa-ellipsis-v:before {
            content: ""
        }

        .fa-rss-square:before {
            content: ""
        }

        .fa-play-circle:before {
            content: ""
        }

        .fa-ticket:before {
            content: ""
        }

        .fa-minus-square:before {
            content: ""
        }

        .fa-minus-square-o:before {
            content: ""
        }

        .fa-level-up:before {
            content: ""
        }

        .fa-level-down:before {
            content: ""
        }

        .fa-check-square:before {
            content: ""
        }

        .fa-pencil-square:before {
            content: ""
        }

        .fa-external-link-square:before {
            content: ""
        }

        .fa-share-square:before {
            content: ""
        }

        .fa-compass:before {
            content: ""
        }

        .fa-caret-square-o-down:before,
        .fa-toggle-down:before {
            content: ""
        }

        .fa-caret-square-o-up:before,
        .fa-toggle-up:before {
            content: ""
        }

        .fa-caret-square-o-right:before,
        .fa-toggle-right:before {
            content: ""
        }

        .fa-eur:before,
        .fa-euro:before {
            content: ""
        }

        .fa-gbp:before {
            content: ""
        }

        .fa-dollar:before,
        .fa-usd:before {
            content: ""
        }

        .fa-inr:before,
        .fa-rupee:before {
            content: ""
        }

        .fa-cny:before,
        .fa-jpy:before,
        .fa-rmb:before,
        .fa-yen:before {
            content: ""
        }

        .fa-rouble:before,
        .fa-rub:before,
        .fa-ruble:before {
            content: ""
        }

        .fa-krw:before,
        .fa-won:before {
            content: ""
        }

        .fa-bitcoin:before,
        .fa-btc:before {
            content: ""
        }

        .fa-file:before {
            content: ""
        }

        .fa-file-text:before {
            content: ""
        }

        .fa-sort-alpha-asc:before {
            content: ""
        }

        .fa-sort-alpha-desc:before {
            content: ""
        }

        .fa-sort-amount-asc:before {
            content: ""
        }

        .fa-sort-amount-desc:before {
            content: ""
        }

        .fa-sort-numeric-asc:before {
            content: ""
        }

        .fa-sort-numeric-desc:before {
            content: ""
        }

        .fa-thumbs-up:before {
            content: ""
        }

        .fa-thumbs-down:before {
            content: ""
        }

        .fa-youtube-square:before {
            content: ""
        }

        .fa-youtube:before {
            content: ""
        }

        .fa-xing:before {
            content: ""
        }

        .fa-xing-square:before {
            content: ""
        }

        .fa-youtube-play:before {
            content: ""
        }

        .fa-dropbox:before {
            content: ""
        }

        .fa-stack-overflow:before {
            content: ""
        }

        .fa-instagram:before {
            content: ""
        }

        .fa-flickr:before {
            content: ""
        }

        .fa-adn:before {
            content: ""
        }

        .fa-bitbucket:before {
            content: ""
        }

        .fa-bitbucket-square:before {
            content: ""
        }

        .fa-tumblr:before {
            content: ""
        }

        .fa-tumblr-square:before {
            content: ""
        }

        .fa-long-arrow-down:before {
            content: ""
        }

        .fa-long-arrow-up:before {
            content: ""
        }

        .fa-long-arrow-left:before {
            content: ""
        }

        .fa-long-arrow-right:before {
            content: ""
        }

        .fa-apple:before {
            content: ""
        }

        .fa-windows:before {
            content: ""
        }

        .fa-android:before {
            content: ""
        }

        .fa-linux:before {
            content: ""
        }

        .fa-dribbble:before {
            content: ""
        }

        .fa-skype:before {
            content: ""
        }

        .fa-foursquare:before {
            content: ""
        }

        .fa-trello:before {
            content: ""
        }

        .fa-female:before {
            content: ""
        }

        .fa-male:before {
            content: ""
        }

        .fa-gittip:before,
        .fa-gratipay:before {
            content: ""
        }

        .fa-sun-o:before {
            content: ""
        }

        .fa-moon-o:before {
            content: ""
        }

        .fa-archive:before {
            content: ""
        }

        .fa-bug:before {
            content: ""
        }

        .fa-vk:before {
            content: ""
        }

        .fa-weibo:before {
            content: ""
        }

        .fa-renren:before {
            content: ""
        }

        .fa-pagelines:before {
            content: ""
        }

        .fa-stack-exchange:before {
            content: ""
        }

        .fa-arrow-circle-o-right:before {
            content: ""
        }

        .fa-arrow-circle-o-left:before {
            content: ""
        }

        .fa-caret-square-o-left:before,
        .fa-toggle-left:before {
            content: ""
        }

        .fa-dot-circle-o:before {
            content: ""
        }

        .fa-wheelchair:before {
            content: ""
        }

        .fa-vimeo-square:before {
            content: ""
        }

        .fa-try:before,
        .fa-turkish-lira:before {
            content: ""
        }

        .fa-plus-square-o:before {
            content: ""
        }

        .fa-space-shuttle:before {
            content: ""
        }

        .fa-slack:before {
            content: ""
        }

        .fa-envelope-square:before {
            content: ""
        }

        .fa-wordpress:before {
            content: ""
        }

        .fa-openid:before {
            content: ""
        }

        .fa-bank:before,
        .fa-institution:before,
        .fa-university:before {
            content: ""
        }

        .fa-graduation-cap:before,
        .fa-mortar-board:before {
            content: ""
        }

        .fa-yahoo:before {
            content: ""
        }

        .fa-google:before {
            content: ""
        }

        .fa-reddit:before {
            content: ""
        }

        .fa-reddit-square:before {
            content: ""
        }

        .fa-stumbleupon-circle:before {
            content: ""
        }

        .fa-stumbleupon:before {
            content: ""
        }

        .fa-delicious:before {
            content: ""
        }

        .fa-digg:before {
            content: ""
        }

        .fa-pied-piper-pp:before {
            content: ""
        }

        .fa-pied-piper-alt:before {
            content: ""
        }

        .fa-drupal:before {
            content: ""
        }

        .fa-joomla:before {
            content: ""
        }

        .fa-language:before {
            content: ""
        }

        .fa-fax:before {
            content: ""
        }

        .fa-building:before {
            content: ""
        }

        .fa-child:before {
            content: ""
        }

        .fa-paw:before {
            content: ""
        }

        .fa-spoon:before {
            content: ""
        }

        .fa-cube:before {
            content: ""
        }

        .fa-cubes:before {
            content: ""
        }

        .fa-behance:before {
            content: ""
        }

        .fa-behance-square:before {
            content: ""
        }

        .fa-steam:before {
            content: ""
        }

        .fa-steam-square:before {
            content: ""
        }

        .fa-recycle:before {
            content: ""
        }

        .fa-automobile:before,
        .fa-car:before {
            content: ""
        }

        .fa-cab:before,
        .fa-taxi:before {
            content: ""
        }

        .fa-tree:before {
            content: ""
        }

        .fa-spotify:before {
            content: ""
        }

        .fa-deviantart:before {
            content: ""
        }

        .fa-soundcloud:before {
            content: ""
        }

        .fa-database:before {
            content: ""
        }

        .fa-file-pdf-o:before {
            content: ""
        }

        .fa-file-word-o:before {
            content: ""
        }

        .fa-file-excel-o:before {
            content: ""
        }

        .fa-file-powerpoint-o:before {
            content: ""
        }

        .fa-file-image-o:before,
        .fa-file-photo-o:before,
        .fa-file-picture-o:before {
            content: ""
        }

        .fa-file-archive-o:before,
        .fa-file-zip-o:before {
            content: ""
        }

        .fa-file-audio-o:before,
        .fa-file-sound-o:before {
            content: ""
        }

        .fa-file-movie-o:before,
        .fa-file-video-o:before {
            content: ""
        }

        .fa-file-code-o:before {
            content: ""
        }

        .fa-vine:before {
            content: ""
        }

        .fa-codepen:before {
            content: ""
        }

        .fa-jsfiddle:before {
            content: ""
        }

        .fa-life-bouy:before,
        .fa-life-buoy:before,
        .fa-life-ring:before,
        .fa-life-saver:before,
        .fa-support:before {
            content: ""
        }

        .fa-circle-o-notch:before {
            content: ""
        }

        .fa-ra:before,
        .fa-rebel:before,
        .fa-resistance:before {
            content: ""
        }

        .fa-empire:before,
        .fa-ge:before {
            content: ""
        }

        .fa-git-square:before {
            content: ""
        }

        .fa-git:before {
            content: ""
        }

        .fa-hacker-news:before,
        .fa-y-combinator-square:before,
        .fa-yc-square:before {
            content: ""
        }

        .fa-tencent-weibo:before {
            content: ""
        }

        .fa-qq:before {
            content: ""
        }

        .fa-wechat:before,
        .fa-weixin:before {
            content: ""
        }

        .fa-paper-plane:before,
        .fa-send:before {
            content: ""
        }

        .fa-paper-plane-o:before,
        .fa-send-o:before {
            content: ""
        }

        .fa-history:before {
            content: ""
        }

        .fa-circle-thin:before {
            content: ""
        }

        .fa-header:before {
            content: ""
        }

        .fa-paragraph:before {
            content: ""
        }

        .fa-sliders:before {
            content: ""
        }

        .fa-share-alt:before {
            content: ""
        }

        .fa-share-alt-square:before {
            content: ""
        }

        .fa-bomb:before {
            content: ""
        }

        .fa-futbol-o:before,
        .fa-soccer-ball-o:before {
            content: ""
        }

        .fa-tty:before {
            content: ""
        }

        .fa-binoculars:before {
            content: ""
        }

        .fa-plug:before {
            content: ""
        }

        .fa-slideshare:before {
            content: ""
        }

        .fa-twitch:before {
            content: ""
        }

        .fa-yelp:before {
            content: ""
        }

        .fa-newspaper-o:before {
            content: ""
        }

        .fa-wifi:before {
            content: ""
        }

        .fa-calculator:before {
            content: ""
        }

        .fa-paypal:before {
            content: ""
        }

        .fa-google-wallet:before {
            content: ""
        }

        .fa-cc-visa:before {
            content: ""
        }

        .fa-cc-mastercard:before {
            content: ""
        }

        .fa-cc-discover:before {
            content: ""
        }

        .fa-cc-amex:before {
            content: ""
        }

        .fa-cc-paypal:before {
            content: ""
        }

        .fa-cc-stripe:before {
            content: ""
        }

        .fa-bell-slash:before {
            content: ""
        }

        .fa-bell-slash-o:before {
            content: ""
        }

        .fa-trash:before {
            content: ""
        }

        .fa-copyright:before {
            content: ""
        }

        .fa-at:before {
            content: ""
        }

        .fa-eyedropper:before {
            content: ""
        }

        .fa-paint-brush:before {
            content: ""
        }

        .fa-birthday-cake:before {
            content: ""
        }

        .fa-area-chart:before {
            content: ""
        }

        .fa-pie-chart:before {
            content: ""
        }

        .fa-line-chart:before {
            content: ""
        }

        .fa-lastfm:before {
            content: ""
        }

        .fa-lastfm-square:before {
            content: ""
        }

        .fa-toggle-off:before {
            content: ""
        }

        .fa-toggle-on:before {
            content: ""
        }

        .fa-bicycle:before {
            content: ""
        }

        .fa-bus:before {
            content: ""
        }

        .fa-ioxhost:before {
            content: ""
        }

        .fa-angellist:before {
            content: ""
        }

        .fa-cc:before {
            content: ""
        }

        .fa-ils:before,
        .fa-shekel:before,
        .fa-sheqel:before {
            content: ""
        }

        .fa-meanpath:before {
            content: ""
        }

        .fa-buysellads:before {
            content: ""
        }

        .fa-connectdevelop:before {
            content: ""
        }

        .fa-dashcube:before {
            content: ""
        }

        .fa-forumbee:before {
            content: ""
        }

        .fa-leanpub:before {
            content: ""
        }

        .fa-sellsy:before {
            content: ""
        }

        .fa-shirtsinbulk:before {
            content: ""
        }

        .fa-simplybuilt:before {
            content: ""
        }

        .fa-skyatlas:before {
            content: ""
        }

        .fa-cart-plus:before {
            content: ""
        }

        .fa-cart-arrow-down:before {
            content: ""
        }

        .fa-diamond:before {
            content: ""
        }

        .fa-ship:before {
            content: ""
        }

        .fa-user-secret:before {
            content: ""
        }

        .fa-motorcycle:before {
            content: ""
        }

        .fa-street-view:before {
            content: ""
        }

        .fa-heartbeat:before {
            content: ""
        }

        .fa-venus:before {
            content: ""
        }

        .fa-mars:before {
            content: ""
        }

        .fa-mercury:before {
            content: ""
        }

        .fa-intersex:before,
        .fa-transgender:before {
            content: ""
        }

        .fa-transgender-alt:before {
            content: ""
        }

        .fa-venus-double:before {
            content: ""
        }

        .fa-mars-double:before {
            content: ""
        }

        .fa-venus-mars:before {
            content: ""
        }

        .fa-mars-stroke:before {
            content: ""
        }

        .fa-mars-stroke-v:before {
            content: ""
        }

        .fa-mars-stroke-h:before {
            content: ""
        }

        .fa-neuter:before {
            content: ""
        }

        .fa-genderless:before {
            content: ""
        }

        .fa-facebook-official:before {
            content: ""
        }

        .fa-pinterest-p:before {
            content: ""
        }

        .fa-whatsapp:before {
            content: ""
        }

        .fa-server:before {
            content: ""
        }

        .fa-user-plus:before {
            content: ""
        }

        .fa-user-times:before {
            content: ""
        }

        .fa-bed:before,
        .fa-hotel:before {
            content: ""
        }

        .fa-viacoin:before {
            content: ""
        }

        .fa-train:before {
            content: ""
        }

        .fa-subway:before {
            content: ""
        }

        .fa-medium:before {
            content: ""
        }

        .fa-y-combinator:before,
        .fa-yc:before {
            content: ""
        }

        .fa-optin-monster:before {
            content: ""
        }

        .fa-opencart:before {
            content: ""
        }

        .fa-expeditedssl:before {
            content: ""
        }

        .fa-battery-4:before,
        .fa-battery-full:before {
            content: ""
        }

        .fa-battery-3:before,
        .fa-battery-three-quarters:before {
            content: ""
        }

        .fa-battery-2:before,
        .fa-battery-half:before {
            content: ""
        }

        .fa-battery-1:before,
        .fa-battery-quarter:before {
            content: ""
        }

        .fa-battery-0:before,
        .fa-battery-empty:before {
            content: ""
        }

        .fa-mouse-pointer:before {
            content: ""
        }

        .fa-i-cursor:before {
            content: ""
        }

        .fa-object-group:before {
            content: ""
        }

        .fa-object-ungroup:before {
            content: ""
        }

        .fa-sticky-note:before {
            content: ""
        }

        .fa-sticky-note-o:before {
            content: ""
        }

        .fa-cc-jcb:before {
            content: ""
        }

        .fa-cc-diners-club:before {
            content: ""
        }

        .fa-clone:before {
            content: ""
        }

        .fa-balance-scale:before {
            content: ""
        }

        .fa-hourglass-o:before {
            content: ""
        }

        .fa-hourglass-1:before,
        .fa-hourglass-start:before {
            content: ""
        }

        .fa-hourglass-2:before,
        .fa-hourglass-half:before {
            content: ""
        }

        .fa-hourglass-3:before,
        .fa-hourglass-end:before {
            content: ""
        }

        .fa-hourglass:before {
            content: ""
        }

        .fa-hand-grab-o:before,
        .fa-hand-rock-o:before {
            content: ""
        }

        .fa-hand-paper-o:before,
        .fa-hand-stop-o:before {
            content: ""
        }

        .fa-hand-scissors-o:before {
            content: ""
        }

        .fa-hand-lizard-o:before {
            content: ""
        }

        .fa-hand-spock-o:before {
            content: ""
        }

        .fa-hand-pointer-o:before {
            content: ""
        }

        .fa-hand-peace-o:before {
            content: ""
        }

        .fa-trademark:before {
            content: ""
        }

        .fa-registered:before {
            content: ""
        }

        .fa-creative-commons:before {
            content: ""
        }

        .fa-gg:before {
            content: ""
        }

        .fa-gg-circle:before {
            content: ""
        }

        .fa-tripadvisor:before {
            content: ""
        }

        .fa-odnoklassniki:before {
            content: ""
        }

        .fa-odnoklassniki-square:before {
            content: ""
        }

        .fa-get-pocket:before {
            content: ""
        }

        .fa-wikipedia-w:before {
            content: ""
        }

        .fa-safari:before {
            content: ""
        }

        .fa-chrome:before {
            content: ""
        }

        .fa-firefox:before {
            content: ""
        }

        .fa-opera:before {
            content: ""
        }

        .fa-internet-explorer:before {
            content: ""
        }

        .fa-television:before,
        .fa-tv:before {
            content: ""
        }

        .fa-contao:before {
            content: ""
        }

        .fa-500px:before {
            content: ""
        }

        .fa-amazon:before {
            content: ""
        }

        .fa-calendar-plus-o:before {
            content: ""
        }

        .fa-calendar-minus-o:before {
            content: ""
        }

        .fa-calendar-times-o:before {
            content: ""
        }

        .fa-calendar-check-o:before {
            content: ""
        }

        .fa-industry:before {
            content: ""
        }

        .fa-map-pin:before {
            content: ""
        }

        .fa-map-signs:before {
            content: ""
        }

        .fa-map-o:before {
            content: ""
        }

        .fa-map:before {
            content: ""
        }

        .fa-commenting:before {
            content: ""
        }

        .fa-commenting-o:before {
            content: ""
        }

        .fa-houzz:before {
            content: ""
        }

        .fa-vimeo:before {
            content: ""
        }

        .fa-black-tie:before {
            content: ""
        }

        .fa-fonticons:before {
            content: ""
        }

        .fa-reddit-alien:before {
            content: ""
        }

        .fa-edge:before {
            content: ""
        }

        .fa-credit-card-alt:before {
            content: ""
        }

        .fa-codiepie:before {
            content: ""
        }

        .fa-modx:before {
            content: ""
        }

        .fa-fort-awesome:before {
            content: ""
        }

        .fa-usb:before {
            content: ""
        }

        .fa-product-hunt:before {
            content: ""
        }

        .fa-mixcloud:before {
            content: ""
        }

        .fa-scribd:before {
            content: ""
        }

        .fa-pause-circle:before {
            content: ""
        }

        .fa-pause-circle-o:before {
            content: ""
        }

        .fa-stop-circle:before {
            content: ""
        }

        .fa-stop-circle-o:before {
            content: ""
        }

        .fa-shopping-bag:before {
            content: ""
        }

        .fa-shopping-basket:before {
            content: ""
        }

        .fa-hashtag:before {
            content: ""
        }

        .fa-bluetooth:before {
            content: ""
        }

        .fa-bluetooth-b:before {
            content: ""
        }

        .fa-percent:before {
            content: ""
        }

        .fa-gitlab:before {
            content: ""
        }

        .fa-wpbeginner:before {
            content: ""
        }

        .fa-wpforms:before {
            content: ""
        }

        .fa-envira:before {
            content: ""
        }

        .fa-universal-access:before {
            content: ""
        }

        .fa-wheelchair-alt:before {
            content: ""
        }

        .fa-question-circle-o:before {
            content: ""
        }

        .fa-blind:before {
            content: ""
        }

        .fa-audio-description:before {
            content: ""
        }

        .fa-volume-control-phone:before {
            content: ""
        }

        .fa-braille:before {
            content: ""
        }

        .fa-assistive-listening-systems:before {
            content: ""
        }

        .fa-american-sign-language-interpreting:before,
        .fa-asl-interpreting:before {
            content: ""
        }

        .fa-deaf:before,
        .fa-deafness:before,
        .fa-hard-of-hearing:before {
            content: ""
        }

        .fa-glide:before {
            content: ""
        }

        .fa-glide-g:before {
            content: ""
        }

        .fa-sign-language:before,
        .fa-signing:before {
            content: ""
        }

        .fa-low-vision:before {
            content: ""
        }

        .fa-viadeo:before {
            content: ""
        }

        .fa-viadeo-square:before {
            content: ""
        }

        .fa-snapchat:before {
            content: ""
        }

        .fa-snapchat-ghost:before {
            content: ""
        }

        .fa-snapchat-square:before {
            content: ""
        }

        .fa-pied-piper:before {
            content: ""
        }

        .fa-first-order:before {
            content: ""
        }

        .fa-yoast:before {
            content: ""
        }

        .fa-themeisle:before {
            content: ""
        }

        .fa-google-plus-circle:before,
        .fa-google-plus-official:before {
            content: ""
        }

        .fa-fa:before,
        .fa-font-awesome:before {
            content: ""
        }

        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            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
        }

        body {
            font-family: SiemensRoman;
            color: #3c464b
        }

        .mobile-share-icon {
            display: none
        }

        .video-wrapper {
            width: 100%;
            height: auto;
            margin: 0 auto;
            display: inline-block;
            overflow: hidden
        }

        .swal-button {
            padding: 7px 19px;
            border-radius: 2px;
            background-color: #6fb248;
            font-size: 12px;
            border: 1px solid #3e549a;
        }