.glyphicon-spin,
a .glyphicon-spin {
    display: inline-block
}

.alert a,
.field--label,
.file {
    font-weight: 700
}

.file,
.file-link {
    width: 100%
}

.tabs-left>.nav-tabs>li:focus,
.tabs-left>.nav-tabs>li>a:focus,
.tabs-right>.nav-tabs>li:focus,
.tabs-right>.nav-tabs>li>a:focus {
    outline: 0
}

.panel-title:focus,
.panel-title:hover,
a .glyphicon-spin {
    text-decoration: none
}

.image-widget.row,
.region-help .block,
.tabledrag-changed-warning {
    overflow: hidden
}

.alert-sm {
    padding: 5px 10px
}

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

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

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

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

@-webkit-keyframes glyphicon-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes glyphicon-spin {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes glyphicon-spin {
    0% {
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.glyphicon-spin {
    -webkit-animation: glyphicon-spin 1s infinite linear;
    -o-animation: glyphicon-spin 1s infinite linear;
    animation: glyphicon-spin 1s infinite linear
}

html.js .btn .ajax-throbber {
    margin-left: .5em;
    margin-right: -.25em
}

html.js .form-item .input-group-addon .glyphicon {
    color: #777;
    opacity: .5;
    -webkit-transition: 150ms color, 150ms opacity;
    -o-transition: 150ms color, 150ms opacity;
    transition: 150ms color, 150ms opacity
}

html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
    color: #337ab7;
    opacity: 1
}

html.js .form-item .input-group-addon .input-group-addon {
    background-color: #fff
}

html.js .ajax-new-content:empty {
    display: none !important
}

.field--label-inline .field--items,
.field--label-inline .field--label {
    float: left
}

.field--label-inline .field--items,
.field--label-inline .field--label,
.field--label-inline>.field--item {
    padding-right: .5em
}

[dir=rtl] .field--label-inline .field--items,
[dir=rtl] .field--label-inline .field--label {
    padding-left: .5em;
    padding-right: 0;
    float: right
}

.field--label-inline .field--label::after {
    content: ':'
}

.file {
    display: table;
    font-size: 75%;
    margin: 5px 0
}

.file-icon,
.file-link,
.file-size,
.file>.tabledrag-changed {
    display: table-cell;
    vertical-align: middle
}

.file>span {
    background: #fff;
    color: #337ab7;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc
}

.file>span:first-child {
    border-left: 1px solid #ccc
}

.file>span:last-child {
    border-right: 1px solid #ccc
}

.file>.tabledrag-changed {
    background: #fcf8e3;
    border-radius: 0;
    color: #8a6d3b;
    padding: 0 1em;
    top: 0
}

.file>.tabledrag-changed,
.file>.tabledrag-changed:last-child {
    border: 1px solid #f7e1b5
}

.file-icon {
    font-size: 150%;
    padding: .25em .5em;
    text-align: center
}

.file-link a,
.file-link a:active,
.file-link a:focus,
.file-link a:hover {
    color: inherit
}

.file-size {
    padding: 0 1em;
    text-align: right;
    white-space: pre
}

.filter-wrapper {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 0;
    padding: 10px;
    height: 51px
}

.filter-help {
    float: right;
    line-height: 1;
    margin: .5em 0 0
}

.nav.nav-tabs.filter-formats {
    margin-bottom: 15px
}

table .checkbox.form-no-label,
table .radio.form-no-label {
    margin-bottom: 0;
    margin-top: 0
}

.select-wrapper {
    display: inline-block;
    position: relative;
    width: 100%
}

.form-inline .select-wrapper {
    width: auto
}

.input-group .select-wrapper {
    display: table-cell
}

.input-group .select-wrapper:first-child .form-control:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.input-group .select-wrapper:last-child .form-control:first-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    padding-right: 2em
}

.select-wrapper select::-ms-expand {
    opacity: 0
}

.select-wrapper:after {
    color: #337ab7;
    content: '▼';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-top: -.5em;
    padding-right: .5em;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10
}

.has-glyphicons .select-wrapper:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e114';
    display: inline-block;
    font-family: 'Glyphicons Halflings'
}

.has-error .select-wrapper:after {
    color: #a94442
}

.has-success .select-wrapper:after {
    color: #3c763d
}

.has-warning .select-wrapper:after {
    color: #8a6d3b
}

.form-required:after {
    background-image: url(/content/dam/microsites/merxaviation/images/required.svg);
    -webkit-background-size: 10px 7px;
    background-size: 10px 7px;
    content: "";
    display: inline-block;
    line-height: 1;
    height: 7px;
    width: 10px
}

.form-actions .btn,
.form-actions .btn-group {
    margin-right: 10px
}

.form-actions .btn-group .btn {
    margin-right: 0
}

a .glyphicon.icon-before,
a.icon-before .glyphicon {
    margin-right: .25em
}

a .glyphicon.icon-after,
a.icon-after .glyphicon {
    margin-left: .25em
}

.btn .glyphicon.icon-before,
.btn.icon-before .glyphicon {
    margin-left: -.25em;
    margin-right: .25em
}

.btn .glyphicon.icon-after,
.btn.icon-after .glyphicon {
    margin-left: .25em;
    margin-right: -.25em
}

body {
    position: relative
}

body.navbar-is-static-top {
    margin-top: 0
}

body.navbar-is-fixed-top {
    margin-top: 65px
}

body.navbar-is-fixed-bottom {
    padding-bottom: 65px
}

@media screen and (max-width:767px) {

    body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar,
    body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar {
        position: fixed
    }

    body.toolbar-vertical.navbar-is-fixed-bottom header,
    body.toolbar-vertical.navbar-is-fixed-top header {
        z-index: 500
    }

    body.toolbar-vertical.navbar-is-fixed-top header {
        top: 39px
    }
}

@media screen and (min-width:768px) {
    body {
        margin-top: 15px
    }

    .navbar.container {
        max-width: 720px
    }
}

@media screen and (min-width:992px) {
    .navbar.container {
        max-width: 940px
    }
}

@media screen and (min-width:1200px) {
    .navbar.container {
        max-width: 1140px
    }
}

.navbar .logo {
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px
}

@media screen and (min-width:768px) {
    .navbar .logo {
        margin-right: 0;
        padding-left: 0
    }
}

.is-unpublished {
    background-color: #fff4f4
}

.node-preview-container {
    margin-top: -15px
}

.node-preview-form-select {
    padding: 15px
}

.panel-title {
    display: block;
    margin: -10px -15px;
    padding: 10px 15px
}

.panel-title,
.panel-title:focus,
.panel-title:hover,
.panel-title:hover:focus {
    color: inherit
}

.progress-wrapper {
    margin-bottom: 15px
}

.progress-wrapper:last-child .progress {
    margin-bottom: 5px
}

.progress-wrapper .message {
    font-weight: 700;
    margin-bottom: 5px
}

.progress-wrapper .percentage,
.progress-wrapper .progress-label {
    font-size: 12px
}

.progress-wrapper .progress-bar {
    min-width: 2em
}

.tabledrag-toggle-weight {
    float: right;
    margin: 1px 2px 1px 10px
}

.tabledrag-changed-warning {
    margin: 0
}

.tabledrag-handle {
    color: #777;
    cursor: move;
    float: left;
    font-size: 125%;
    line-height: 1;
    margin: -10px 0 0 -10px;
    padding: 10px
}

.tabledrag-handle:focus,
.tabledrag-handle:hover {
    color: #337ab7
}

.indentation {
    float: left;
    height: 1.7em;
    margin: -.4em .2em -.4em -.4em;
    padding: .42em 0 .42em .6em;
    width: 20px
}

[dir=rtl] .indentation {
    float: right;
    margin: -.4em -.4em -.4em .2em;
    padding: .42em .6em .42em 0
}

.local-actions {
    margin: 10px 0 10px -5px
}

.tabs--secondary {
    margin: 10px 0 5px
}

.tabbable {
    margin-bottom: 20px
}

.tabs-below>.nav-tabs,
.tabs-left>.nav-tabs,
.tabs-right>.nav-tabs {
    border-bottom: 0
}

.tabs-below>.nav-tabs .summary,
.tabs-left>.nav-tabs .summary,
.tabs-right>.nav-tabs .summary {
    color: #777;
    font-size: 12px
}

.tab-pane>.panel-heading {
    display: none
}

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

.tabs-below>.nav-tabs {
    border-top: 1px solid #ddd
}

.tabs-below>.nav-tabs>li {
    margin-top: -1px;
    margin-bottom: 0
}

.page-header,
body.toolbar-loading {
    margin-top: 0
}

.tabs-below>.nav-tabs>li>a {
    border-radius: 0 0 4px 4px
}

.tabs-below>.nav-tabs>li>a:focus,
.tabs-below>.nav-tabs>li>a:hover {
    border-top-color: #ddd;
    border-bottom-color: transparent
}

.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:focus,
.tabs-below>.nav-tabs>.active>a:hover {
    border-color: transparent #ddd #ddd
}

.tabs-left>.nav-tabs,
.tabs-right>.nav-tabs {
    padding-bottom: 20px;
    width: 220px
}

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

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
    margin-right: 0;
    margin-bottom: 3px
}

.tabs-left>.tab-content,
.tabs-right>.tab-content {
    border-radius: 0 4px 4px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    overflow: hidden;
    padding: 10px 15px
}

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

.tabs-left>.nav-tabs>li>a {
    border-radius: 4px 0 0 4px
}

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

.tabs-left>.nav-tabs>.active>a,
.tabs-left>.nav-tabs>.active>a:focus,
.tabs-left>.nav-tabs>.active>a:hover {
    border-color: #ddd transparent #ddd #ddd;
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, .05);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, .05)
}

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

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

.tabs-right>.nav-tabs>li>a:focus,
.tabs-right>.nav-tabs>li>a:hover {
    border-color: #eee #eee #eee #ddd;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .05)
}

.tabs-right>.nav-tabs>.active>a,
.tabs-right>.nav-tabs>.active>a:focus,
.tabs-right>.nav-tabs>.active>a:hover {
    border-color: #ddd #ddd #ddd transparent
}

body.toolbar-fixed .toolbar-oriented .toolbar-bar {
    z-index: 1031
}

body.toolbar-fixed .navbar-fixed-top {
    top: 39px
}

body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
    top: 79px
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
    left: 240px
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
    margin-left: 240px
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
    padding-bottom: 40px
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray,
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray>.toolbar-lining:before {
    width: 240px
}

body.toolbar-loading.toolbar {
    margin-bottom: 15px
}

.form-group:last-child,
.panel:last-child,
.popover ol:last-child,
.popover ul:last-child,
p:last-child {
    margin-bottom: 0
}

.ui-autocomplete {
    background: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    color: inherit;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    list-style: none;
    min-width: 160px;
    padding: 5px 0;
    text-align: left;
    z-index: 1000
}

.ui-autocomplete .ui-menu-item {
    border: 0;
    border-radius: 0;
    clear: both;
    color: #333;
    cursor: pointer;
    display: block;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    outline: 0;
    padding: 3px 20px;
    text-decoration: none;
    white-space: nowrap
}

.ui-autocomplete .ui-menu-item.ui-state-hover {
    background: #f5f5f5;
    color: #262626
}

.ui-autocomplete .ui-menu-item.ui-state-active,
.ui-autocomplete .ui-menu-item.ui-state-focus {
    background: #337ab7;
    color: #fff
}

ol,
ul {
    padding-left: 1.5em
}

.footer {
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 1px solid #E5E5E5
}

.region-help>.glyphicon {
    font-size: 18px;
    float: left;
    margin: -.05em .5em 0 0
}

.control-group .help-inline,
.help-block {
    color: #777;
    font-size: 12px;
    margin: 5px 0 10px;
    padding: 0
}

.control-group .help-inline:first-child,
.help-block:first-child {
    margin-top: 0
}

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

body {
    margin: 0
}

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 40px
}

hr {
    -webkit-box-sizing: content-box;
    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] {
    -webkit-box-sizing: border-box;
    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;
    -webkit-box-sizing: content-box;
    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
}

@media print {

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !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
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

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

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff
}

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

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

[role=button] {
    cursor: pointer
}

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

.bg-primary {
    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
}

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

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

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

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

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

dl {
    margin-top: 0;
    margin-bottom: 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 {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    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: -15px;
    margin-right: -15px
}

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

.row:after {
    clear: both
}

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

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    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-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        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-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        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-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        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;
    text-align: left
}

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 {
    border: 1px solid #ddd
}

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

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

.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 {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

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

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

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

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

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

.form-control {
    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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0
}

.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[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    .input-group-sm>.input-group-btn>input.btn[type=date],
    .input-group-sm>.input-group-btn>input.btn[type=datetime-local],
    .input-group-sm>.input-group-btn>input.btn[type=month],
    .input-group-sm>.input-group-btn>input.btn[type=time],
    .input-group-sm>input.form-control[type=date],
    .input-group-sm>input.form-control[type=datetime-local],
    .input-group-sm>input.form-control[type=month],
    .input-group-sm>input.form-control[type=time],
    .input-group-sm>input.input-group-addon[type=date],
    .input-group-sm>input.input-group-addon[type=datetime-local],
    .input-group-sm>input.input-group-addon[type=month],
    .input-group-sm>input.input-group-addon[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[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    .input-group-lg>.input-group-btn>input.btn[type=date],
    .input-group-lg>.input-group-btn>input.btn[type=datetime-local],
    .input-group-lg>.input-group-btn>input.btn[type=month],
    .input-group-lg>.input-group-btn>input.btn[type=time],
    .input-group-lg>input.form-control[type=date],
    .input-group-lg>input.form-control[type=datetime-local],
    .input-group-lg>input.form-control[type=month],
    .input-group-lg>input.form-control[type=time],
    .input-group-lg>input.input-group-addon[type=date],
    .input-group-lg>input.input-group-addon[type=datetime-local],
    .input-group-lg>input.input-group-addon[type=month],
    .input-group-lg>input.input-group-addon[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 input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

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

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
}

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

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    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.btn[multiple],
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.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.btn[multiple],
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.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 .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

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

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

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

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

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

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    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 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    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 {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    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:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.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,
.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,
.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:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.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,
.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,
.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:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.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,
.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,
.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:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.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,
.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,
.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:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.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,
.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,
.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:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.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,
.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,
.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],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    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-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;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    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 {
    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;
    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;
    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 {
    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 {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    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 input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.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 .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn: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 .form-control:first-child,
.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) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

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

.input-group .form-control:last-child,
.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 {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

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

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

.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 {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    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 {
    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 {
    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 {
    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 {
        border-bottom-color: #fff
    }
}

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

.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;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .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;
        -webkit-box-shadow: none;
        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 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 .navbar-brand,
    .navbar>.container-fluid .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;
        -webkit-box-shadow: none;
        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-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px
}

@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;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

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

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 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-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    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 {
    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 {
        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-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    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 {
    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 {
        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 {
    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
}

.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 {
    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;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .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 .jumbotron,
    .container-fluid .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 a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

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

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 {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    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;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    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: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.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: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, 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 {
    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 {
    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 {
    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
}

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
}

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
}

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
}

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;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.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 {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

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

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table: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,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-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: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,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-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>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>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.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-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 {
    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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    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
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

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

.tooltip.in {
    opacity: .9
}

.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 {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.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;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    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 {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d),
(-webkit-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 {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -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 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    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 {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0)
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9
}

.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: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    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,
.filter-wrapper:after,
.filter-wrapper:before {
    content: " ";
    display: table
}

.clearfix:after,
.filter-wrapper: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-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.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
    }
}

@font-face {
    font-family: FontAwesome;
    src: url(/content/dam/microsites/merxaviation/ui/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(/content/dam/microsites/merxaviation/ui/fonts/fontawesome-webfont.eot#iefix&v=4.7.0) format("embedded-opentype"), url(/content/dam/microsites/merxaviation/ui/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(/content/dam/microsites/merxaviation/ui/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(/content/dam/microsites/merxaviation/ui/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(/content/dam/microsites/merxaviation/ui/fonts/fontawesome-webfont.svg?v=4.7.0#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: solid .08em #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(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -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,
.fa-battery: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: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-address-card:before,
.fa-vcard:before {
    content: ""
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup: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
}

.alert-sm {
    padding: 5px 10px
}

.alert a {
    font-weight: 700
}

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

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

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

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

@-webkit-keyframes glyphicon-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes glyphicon-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.glyphicon-spin {
    display: inline-block;
    -webkit-animation: glyphicon-spin 1s infinite linear;
    animation: glyphicon-spin 1s infinite linear
}

a .glyphicon-spin {
    display: inline-block;
    text-decoration: none
}

html.js .btn .ajax-throbber {
    margin-left: .5em;
    margin-right: -.25em
}

html.js .form-item .input-group-addon .glyphicon {
    color: #777;
    opacity: .5;
    -webkit-transition: 150ms color, 150ms opacity;
    transition: 150ms color, 150ms opacity
}

html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
    color: #337ab7;
    opacity: 1
}

html.js .form-item .input-group-addon .input-group-addon {
    background-color: #fff
}

html.js .ajax-new-content:empty {
    display: none !important
}

.field--label {
    font-weight: 700
}

.field--label-inline .field--items,
.field--label-inline .field--label {
    float: left
}

.field--label-inline .field--items,
.field--label-inline .field--label,
.field--label-inline>.field--item {
    padding-right: .5em
}

[dir=rtl] .field--label-inline .field--items,
[dir=rtl] .field--label-inline .field--label {
    padding-left: .5em;
    padding-right: 0
}

.field--label-inline .field--label::after {
    content: ':'
}

.file {
    display: table;
    font-size: 75%;
    font-weight: 700;
    margin: 5px 0;
    width: 100%
}

.file>span {
    background: #fff;
    color: #337ab7;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc
}

.file>span:first-child {
    border-left: 1px solid #ccc
}

.file>span:last-child {
    border-right: 1px solid #ccc
}

.file>.tabledrag-changed {
    background: #fcf8e3;
    border-radius: 0;
    color: #8a6d3b;
    display: table-cell;
    padding: 0 1em;
    top: 0;
    vertical-align: middle;
    border-left: 1px solid inherit
}

.file>.tabledrag-changed,
.file>.tabledrag-changed:last-child {
    border: 1px solid #f7e1b5
}

.file-icon {
    display: table-cell;
    font-size: 150%;
    padding: .25em .5em;
    text-align: center;
    vertical-align: middle
}

.file-link {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.file-link a,
.file-link a:active,
.file-link a:focus,
.file-link a:hover {
    color: inherit
}

.file-size {
    display: table-cell;
    padding: 0 1em;
    text-align: right;
    white-space: pre;
    vertical-align: middle
}

.image-widget.row {
    overflow: hidden
}

.filter-wrapper {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 0;
    padding: 10px;
    height: 51px
}

.filter-help {
    float: right;
    line-height: 1;
    margin: .5em 0 0
}

.nav.nav-tabs.filter-formats {
    margin-bottom: 15px
}

table .checkbox.form-no-label,
table .radio.form-no-label {
    margin-bottom: 0;
    margin-top: 0
}

.select-wrapper {
    display: inline-block;
    position: relative;
    width: 100%
}

.form-inline .select-wrapper {
    width: auto
}

.input-group .select-wrapper {
    display: table-cell
}

.input-group .select-wrapper:first-child .form-control:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.input-group .select-wrapper:last-child .form-control:first-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    padding-right: 2em
}

.select-wrapper select::-ms-expand {
    opacity: 0
}

.select-wrapper:after {
    color: #337ab7;
    content: '▼';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-top: -.5em;
    padding-right: .5em;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10
}

.has-glyphicons .select-wrapper:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e114';
    display: inline-block;
    font-family: 'Glyphicons Halflings'
}

.has-error .select-wrapper:after {
    color: #a94442
}

.has-success .select-wrapper:after {
    color: #3c763d
}

.has-warning .select-wrapper:after {
    color: #8a6d3b
}

.form-required:after {
    background-image: url(/content/dam/microsites/merxaviation/ui/images/required.svg);
    background-size: 10px 7px;
    content: "";
    display: inline-block;
    line-height: 1;
    height: 7px;
    width: 10px
}

.form-actions .btn,
.form-actions .btn-group {
    margin-right: 10px
}

.form-actions .btn-group .btn {
    margin-right: 0
}

a .glyphicon.icon-before,
a.icon-before .glyphicon {
    margin-right: .25em
}

a .glyphicon.icon-after,
a.icon-after .glyphicon {
    margin-left: .25em
}

.btn .glyphicon.icon-before,
.btn.icon-before .glyphicon {
    margin-left: -.25em;
    margin-right: .25em
}

.btn .glyphicon.icon-after,
.btn.icon-after .glyphicon {
    margin-left: .25em;
    margin-right: -.25em
}

body {
    position: relative
}

body.navbar-is-static-top {
    margin-top: 0
}

body.navbar-is-fixed-top {
    margin-top: 65px
}

body.navbar-is-fixed-bottom {
    padding-bottom: 65px
}

@media screen and (min-width:768px) {
    body {
        margin-top: 15px
    }
}

@media screen and (max-width:767px) {

    body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar,
    body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar {
        position: fixed
    }

    body.toolbar-vertical.navbar-is-fixed-bottom header,
    body.toolbar-vertical.navbar-is-fixed-top header {
        z-index: 500
    }

    body.toolbar-vertical.navbar-is-fixed-top header {
        top: 39px
    }
}

@media screen and (min-width:768px) {
    .navbar.container {
        max-width: 720px
    }
}

@media screen and (min-width:992px) {
    .navbar.container {
        max-width: 940px
    }
}

@media screen and (min-width:1200px) {
    .navbar.container {
        max-width: 1140px
    }
}

.navbar .logo {
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px
}

@media screen and (min-width:768px) {
    .navbar .logo {
        margin-right: 0;
        padding-left: 0
    }
}

.is-unpublished {
    background-color: #fff4f4
}

.node-preview-container {
    margin-top: -15px
}

.node-preview-form-select {
    padding: 15px
}

.panel-title {
    display: block;
    margin: -10px -15px;
    padding: 10px 15px
}

.panel-title,
.panel-title:focus,
.panel-title:hover,
.panel-title:hover:focus {
    color: inherit
}

.panel-title:focus,
.panel-title:hover {
    text-decoration: none
}

.progress-wrapper {
    margin-bottom: 15px
}

.progress-wrapper:last-child .progress {
    margin-bottom: 5px
}

.progress-wrapper .message {
    font-weight: 700;
    margin-bottom: 5px
}

.progress-wrapper .percentage,
.progress-wrapper .progress-label {
    font-size: 12px
}

.progress-wrapper .progress-bar {
    min-width: 2em
}

.tabledrag-toggle-weight {
    float: right;
    margin: 1px 2px 1px 10px
}

.tabledrag-changed-warning {
    margin: 0;
    overflow: hidden
}

.tabledrag-handle {
    color: #777;
    cursor: move;
    float: left;
    font-size: 125%;
    line-height: 1;
    margin: -10px 0 0 -10px;
    padding: 10px
}

.tabledrag-handle:focus,
.tabledrag-handle:hover {
    color: #337ab7
}

.indentation {
    float: left;
    height: 1.7em;
    margin: -.4em .2em -.4em -.4em;
    padding: .42em 0 .42em .6em;
    width: 20px
}

[dir=rtl] .indentation {
    float: right;
    margin: -.4em -.4em -.4em .2em;
    padding: .42em .6em .42em 0
}

.local-actions {
    margin: 10px 0 10px -5px
}

.tabs--secondary {
    margin: 10px 0 5px
}

.tabbable {
    margin-bottom: 20px
}

.tabs-below>.nav-tabs,
.tabs-left>.nav-tabs,
.tabs-right>.nav-tabs {
    border-bottom: 0
}

.tabs-below>.nav-tabs .summary,
.tabs-left>.nav-tabs .summary,
.tabs-right>.nav-tabs .summary {
    color: #777;
    font-size: 12px
}

.tab-pane>.panel-heading {
    display: none
}

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

.tabs-below>.nav-tabs {
    border-top: 1px solid #ddd
}

.tabs-below>.nav-tabs>li {
    margin-top: -1px;
    margin-bottom: 0
}

.tabs-below>.nav-tabs>li>a {
    border-radius: 0 0 4px 4px
}

.tabs-below>.nav-tabs>li>a:focus,
.tabs-below>.nav-tabs>li>a:hover {
    border-top-color: #ddd;
    border-bottom-color: transparent
}

.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:focus,
.tabs-below>.nav-tabs>.active>a:hover {
    border-color: transparent #ddd #ddd #ddd
}

.tabs-left>.nav-tabs,
.tabs-right>.nav-tabs {
    padding-bottom: 20px;
    width: 220px
}

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

.tabs-left>.nav-tabs>li:focus,
.tabs-right>.nav-tabs>li:focus {
    outline: 0
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
    margin-right: 0;
    margin-bottom: 3px
}

.tabs-left>.nav-tabs>li>a:focus,
.tabs-right>.nav-tabs>li>a:focus {
    outline: 0
}

.tabs-left>.tab-content,
.tabs-right>.tab-content {
    border-radius: 0 4px 4px 4px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    overflow: hidden;
    padding: 10px 15px
}

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

.tabs-left>.nav-tabs>li>a {
    border-radius: 4px 0 0 4px
}

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

.tabs-left>.nav-tabs>.active>a,
.tabs-left>.nav-tabs>.active>a:focus,
.tabs-left>.nav-tabs>.active>a:hover {
    border-color: #ddd transparent #ddd #ddd;
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, .05);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, .05)
}

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

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

.tabs-right>.nav-tabs>li>a:focus,
.tabs-right>.nav-tabs>li>a:hover {
    border-color: #eee #eee #eee #ddd;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .05)
}

.tabs-right>.nav-tabs>.active>a,
.tabs-right>.nav-tabs>.active>a:focus,
.tabs-right>.nav-tabs>.active>a:hover {
    border-color: #ddd #ddd #ddd transparent
}

body.toolbar-fixed .toolbar-oriented .toolbar-bar {
    z-index: 1031
}

body.toolbar-fixed .navbar-fixed-top {
    top: 39px
}

body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
    top: 79px
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
    left: 240px
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
    margin-left: 240px
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
    padding-bottom: 40px
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray,
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray>.toolbar-lining:before {
    width: 240px
}

body.toolbar-loading {
    margin-top: 0
}

body.toolbar-loading.toolbar {
    margin-bottom: 15px
}

.ui-autocomplete {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    color: inherit;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    list-style: none;
    min-width: 160px;
    padding: 5px 0;
    text-align: left;
    z-index: 1000
}

.ui-autocomplete .ui-menu-item {
    border: 0;
    border-radius: 0;
    clear: both;
    color: #333;
    cursor: pointer;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    margin: 0;
    outline: 0;
    padding: 3px 20px;
    text-decoration: none;
    white-space: nowrap
}

.ui-autocomplete .ui-menu-item.ui-state-hover {
    background: #f5f5f5;
    color: #262626
}

.ui-autocomplete .ui-menu-item.ui-state-active,
.ui-autocomplete .ui-menu-item.ui-state-focus {
    background: #337ab7;
    color: #fff
}

ol,
ul {
    padding-left: 1.5em
}

.popover ol:last-child,
.popover ul:last-child {
    margin-bottom: 0
}

.page-header {
    margin-top: 0
}

.footer {
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 1px solid #e5e5e5
}

.form-group:last-child,
.panel:last-child,
p:last-child {
    margin-bottom: 0
}

.region-help>.glyphicon {
    font-size: 18px;
    float: left;
    margin: -.05em .5em 0 0
}

.region-help .block {
    overflow: hidden
}

.control-group .help-inline,
.help-block {
    color: #777;
    font-size: 12px;
    margin: 5px 0 10px;
    padding: 0
}

.control-group .help-inline:first-child,
.help-block:first-child {
    margin-top: 0
}

@font-face {
    font-family: Roboto-Thin;
    src: url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-Thin.woff2) format("woff2"), url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Roboto-ThinItalic;
    src: url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-ThinItalic.woff2) format("woff2"), url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-ThinItalic.woff) format("woff");
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: Roboto-Light;
    src: url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-Light.woff2) format("woff2"), url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Roboto-LightItalic;
    src: url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-LightItalic.woff2) format("woff2"), url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-LightItalic.woff) format("woff");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: Roboto-Regular;
    src: url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-Regular.woff2) format("woff2"), url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-Regular.woff2) format("woff2"), url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto-Italic;
    src: url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-Italic.woff2) format("woff2"), url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Roboto-Italic;
    src: url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-Italic.woff2) format("woff2"), url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Roboto-Medium;
    src: url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-Medium.woff2) format("woff2"), url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Roboto-MediumItalic;
    src: url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-MediumItalic.woff2) format("woff2"), url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-MediumItalic.woff) format("woff");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: Roboto-Bold;
    src: url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-Bold.woff2) format("woff2"), url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Roboto-Bold;
    src: url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-Bold.woff2) format("woff2"), url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Roboto-BoldItalic;
    src: url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-BoldItalic.woff2) format("woff2"), url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Roboto-BoldItalic;
    src: url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-BoldItalic.woff2) format("woff2"), url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Roboto-Black;
    src: url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-Black.woff2) format("woff2"), url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Roboto-BlackItalic;
    src: url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-BlackItalic.woff2) format("woff2"), url(/content/dam/microsites/merxaviation/ui/fonts/Roboto-BlackItalic.woff) format("woff");
    font-weight: 900;
    font-style: italic
}

.mainWrapperT {
    padding-top: 50px
}

.main-wrapper-b {
    padding-bottom: 50px
}

.container-fluid .row .signpost {
    margin-bottom: 50px
}

.container-fluid .row .signpost p {
    margin-bottom: 10px
}

.container-fluid .row .signpost h2 {
    margin-bottom: 5px
}

.container-fluid .row .signpost .signpost-title {
    position: absolute;
    left: 15px;
    top: 15px
}

.container-fluid .row .signpost .signpost-content {
    position: absolute;
    bottom: 0;
    padding: 15px;
    width: 100%;
    z-index: 2
}

.container-fluid .row .signpost:hover .signpost-wrap .signpost-placeholder {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.container-fluid .row .signpost .signpost-wrap {
    min-height: 263px;
    position: relative
}

.container-fluid .row .signpost.full-col-video .signpost-wrap {
    height: auto
}

.container-fluid .row .more-link,
.container-fluid .row .more-link-lightbox {
    margin-bottom: 0
}

.container-fluid .row .more-link a,
.container-fluid .row .more-link-lightbox a {
    text-decoration: none
}

.container-fluid .row .more-link a:after,
.container-fluid .row .more-link-lightbox a:after {
    display: inline-block;
    content: "";
    position: relative;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.signpost-bg-img .signpost-wrap {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 2s;
    transition: all 2s;
    overflow: hidden;
    -webkit-box-shadow: inset 0 -200px 100px -70px rgba(0, 0, 0, .75);
    box-shadow: inset 0 -200px 100px -70px rgba(0, 0, 0, .75)
}

.signpost-bg-img .signpost-wrap .signpost-placeholder {
    height: 100%;
    width: 100%;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    -webkit-transform: scale(1);
    transform: scale(1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-size: cover
}

.signpost-bg-img .signpost-wrap.hide-bgimg:after {
    display: none
}

.signpost-rollover .signpost-wrap {
    position: relative
}

.signpost-rollover .signpost-wrap:hover:after {
    display: block
}

.signpost-rollover .signpost-wrap:hover .signpost-content {
    display: block
}

.signpost-rollover .signpost-wrap .signpost-content {
    display: none
}

.calendar-link,
.document-link,
.email-sign-up,
.video-link,
.video-link-lightbox {
    display: block;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 3
}

.video-link,
.video-link-lightbox {
    background: url(/content/dam/microsites/merxaviation/ui/images/icon-video.svg) no-repeat left top
}

.document-link {
    background: url(/content/dam/microsites/merxaviation/ui/images/icon-document.svg) no-repeat left top
}

.calendar-link {
    background: url(/content/dam/microsites/merxaviation/ui/images/icon-calendar.svg) no-repeat left top
}

.email-sign-up {
    background: url(/content/dam/microsites/merxaviation/ui/images/icon-email.svg) no-repeat left top
}

.cente-quote blockquote,
.cente-quote p {
    text-align: center
}

.left-quote blockquote,
.left-quote p {
    text-align: left
}

#alerts-text {
    background: 0 0;
    border: none;
    padding-bottom: 10px;
    width: 220px;
    max-width: 90%;
    margin-top: 10px
}

.alerts-text {
    background: 0 0;
    border: none;
    padding-bottom: 10px;
    width: 220px;
    max-width: 90%;
    outline: 0;
    margin-top: 10px;
    padding-right: 13px
}

.alerts-text:placeholder {
    color: #fff
}

#alert-submit {
    margin-left: -15px;
    border: none;
    background: 0 0
}

.alert-submit {
    margin-left: -15px;
    border: none;
    background: 0 0
}

.input-wrap {
    margin-top: 20px
}

.re-tweet-link {
    text-indent: -9999px;
    z-index: 3;
    display: block
}

.signpost-placeholder {
    width: 100%;
    height: 100%
}

.g-map-desc {
    margin-bottom: 30px
}

.addr-title {
    margin-bottom: 10px
}

@media screen and (max-width:768px) {
    .signpost {
        margin-bottom: 40px
    }

    .container-fluid .row .signpost .signpost-wrap {
        min-height: 296px
    }
}

@media screen and (max-width:767px) {
    .signpost {
        margin-bottom: 30px
    }

    .container-fluid .row .signpost .signpost-wrap {
        min-height: 296px
    }
}

.carousel {
    overflow: hidden
}

.container-fluid .row .signpost-list-item .signpost-wrap {
    display: table;
    width: 100%;
    min-height: 263px
}

.container-fluid .row .signpost-list-item .signpost-content {
    position: relative !important;
    display: table-cell;
    vertical-align: bottom;
    padding: 65px 15px 15px;
    height: 263px
}

.full-col-video .signpost-video.s-video-autoplay .signpost-placeholder {
    z-index: -1 !important
}

.full-col-video .signpost-video .signpost-wrap {
    width: 100% !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto
}

.full-col-video .signpost-video .signpost-wrap.hide-bgimg .signpost-placeholder {
    z-index: -1
}

.full-col-video .signpost-video .signpost-wrap .signpost-placeholder {
    z-index: 9
}

.full-col-video .signpost-video .signpost-wrap .signpost-content {
    z-index: 50
}

.full-col-video .signpost-video .signpost-wrap .video-link,
.full-col-video .signpost-video .signpost-wrap .video-link-lightbox {
    z-index: 70
}

.full-col-video .signpost-video .video-close {
    z-index: 60
}

.signpost-video .signpost-content {
    z-index: 50 !important
}

.signpost-video .inv_playerContainer,
.signpost-video .more-link-lightbox,
.signpost-video .video-link-lightbox {
    display: none
}

.signpost-video .inv_playerContainer li,
.signpost-video .more-link-lightbox li,
.signpost-video .video-link-lightbox li {
    list-style: none
}

.signpost-video.s-image-not .inv_playerContainer {
    display: block
}

.signpost-video.s-video-autoplay .inv_playerContainer {
    display: block
}

.signpost-video.s-video-autoplay .signpost-wrap {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: none;
    box-shadow: none
}

.signpost-video.s-video-autoplay .signpost-content,
.signpost-video.s-video-autoplay .video-link,
.signpost-video.s-video-autoplay .video-link-lightbox {
    display: none
}

.signpost-video.s-video-autoplay.s-video-lightbox .signpost-wrap {
    background: 0 0
}

.signpost-video.s-video-autoplay.s-video-lightbox .signpost-content {
    display: block
}

.signpost-video.s-video-autoplay .video-overlay {
    display: none
}

.signpost-video.s-video-lightbox .inv_playerContainer,
.signpost-video.s-video-lightbox .more-link-lightbox,
.signpost-video.s-video-lightbox .video-link-lightbox {
    display: block
}

.signpost-video.s-video-lightbox .out-modal {
    display: none
}

.signpost-video.s-video-lightbox.s-image-not .out-modal {
    display: block
}

.signpost-video .video-close {
    display: none;
    position: absolute;
    z-index: 60
}

.signpost-video .video-link,
.signpost-video .video-link-lightbox {
    z-index: 51
}

.signpost-video .hide-bgimg {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: none;
    box-shadow: none
}

.signpost-video .video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 12
}

.signpost-slider.signpost .signpost-title {
    left: 15px
}

.signpost-slider a.prevLink {
    display: block;
    text-indent: -9999px;
    display: inline-block;
    content: "";
    position: absolute;
    background-image: none !important;
    z-index: 18;
    right: 60px;
    left: auto;
    top: 15px;
    border-width: 2px 0 0 2px;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    height: 2px;
    width: 2px
}

.signpost-slider a.nextLink {
    display: block;
    text-indent: -9999px;
    display: inline-block;
    padding: 3px;
    content: "";
    position: absolute;
    background-image: none !important;
    z-index: 18;
    right: 30px;
    left: auto;
    top: 15px;
    border-width: 0 2px 2px 0;
    padding: 3px;
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    height: 2px;
    width: 2px
}

.signpost-slider p.more-link {
    position: absolute;
    left: 15px;
    bottom: 15px
}

.signpost-slider .s-image {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block
}

.signpost-slider .carousel-inner>.item a>img,
.signpost-slider .carousel-inner>.item img {
    width: auto
}

.signpost-slider-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.signpost-slider-inner .carousel-inner {
    margin: 50px 0;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.signpost-slider-inner .carousel-item {
    position: relative;
    display: none;
    height: 100%
}

.signpost-slider-inner .carousel-item.active {
    display: block !important
}

.signpost-slider-inner .signpost-content-wrap {
    display: table;
    width: 100%;
    height: 100%
}

.signpost-slider-inner .signpost-content-wrap-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10%
}

.signpost-iframe .signpost-wrap {
    min-height: 263px
}

.signpost-iframe .signpost-wrap .shareprice-iframe {
    margin: 60px auto 30px;
    max-width: 90%
}

.signpost-iframe.equal-height .signpost-wrap {
    display: table
}

.signpost-iframe.equal-height .signpost-wrap .iframe-wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.signpost-iframe.equal-height .signpost-wrap .iframe-wrapper .shareprice-iframe {
    margin: 30px auto
}

.signpost-quote blockquote {
    border-left: 0;
    width: 70%;
    margin: 0 auto
}

.signpost-quote .col-md-3 blockquote,
.signpost-quote .col-sm-3 blockquote {
    width: 100%
}

.signpost-quote .quote-content {
    padding: 60px 0
}

.signpost-quote p {
    margin-bottom: 0
}

.signpost-quote.equal-height .signpost-wrap {
    display: table
}

.signpost-quote.equal-height .signpost-wrap .quote-content {
    padding: 60px 0;
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.container-fluid .row .signpost-social-post .social-link {
    display: block;
    float: left;
    margin-right: 15px
}

.container-fluid .row .signpost-social-post .top-social-post {
    padding: 15px 0 0 15px
}

.container-fluid .row .signpost-social-post .top-social-post .social-link {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    position: relative
}

.container-fluid .row .signpost-social-post .top-social-post .social-link .fa {
    top: 50%;
    position: relative;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute
}

.container-fluid .row .signpost-social-post .top-social-post p {
    margin-bottom: 0 !important
}

.container-fluid .row .signpost-social-post .signpost-content {
    position: relative;
    margin-top: 15px
}

.container-fluid .row .signpost-social-post .social-feed-item {
    position: relative;
    padding-right: 65px;
    margin-bottom: 30px
}

.container-fluid .row .signpost-social-post .re-tweet-link {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.signpost-t1 {
    position: relative
}

.signpost-t1 .social-link {
    display: block;
    float: left;
    margin-right: 15px
}

.signpost-t1 .top-social-post .social-link {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    position: relative
}

.signpost-t1 .top-social-post .social-link .fa {
    top: 50%;
    position: relative;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute
}

.signpost-t1 .top-social-post p {
    margin-bottom: 0 !important
}

.signpost-t1 .signpost-content {
    position: relative;
    margin-top: 15px
}

.signpost-t1 .social-feed-item {
    position: relative;
    margin-bottom: 30px
}

.signpost-t1 .re-tweet-link {
    position: absolute;
    bottom: 20px;
    z-index: 3
}

.signpost-calendar p.event-date {
    margin-bottom: 0
}

.signpost-calendar h2 {
    margin-top: 0
}

.video-gallery {
    width: 80%;
    position: relative;
    margin: 0 auto
}

.video-gallery .inv_playerContainer ul,
.video-gallery .inv_playerContainer ul li {
    list-style-type: none
}

.video-gallery .inv_videoDetail {
    position: absolute;
    float: left;
    width: 100%;
    height: auto;
    z-index: 40;
    bottom: 0;
    display: none;
    padding: 20px
}

.video-gallery .inv_videoDesc,
.video-gallery .inv_videoTitle {
    position: relative;
    float: left;
    width: 100%;
    height: auto
}

.video-gallery .inv_videoPlaying .inv_videoDetail {
    display: none !important
}

.video-gallery .inv_videoReady .inv_mouseLeave .inv_videoDetail,
.video-gallery .inv_videoReady.inv_videoDetail {
    display: block
}

.video-gallery p.inv_videoTitle {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 5px
}

.video-gallery p.inv_videoDesc {
    margin-bottom: 0
}

@media screen and (max-width:991px) {
    .video-gallery {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .video-gallery {
        width: 100%
    }

    .video-gallery .inv_videoDetail {
        top: 0;
        height: 40px;
        opacity: .6;
        padding: 10px 0 0 10px
    }

    .video-gallery p.inv_videoDesc {
        display: none
    }

    .video-gallery .inv_nextPage,
    .video-gallery .inv_prevPage {
        position: relative;
        top: -20px
    }

    .video-gallery .inv_prevPage {
        float: left;
        left: 10px
    }

    .video-gallery .inv_nextPage {
        float: right;
        right: 10px
    }

    .video-gallery .inv_pagingControlsContainer .inv_pageNumber {
        display: inline-block
    }
}

.inv_customSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 1
}

.inv_customSlider .inv_sliderPagesContainer {
    position: relative;
    float: left;
    height: auto;
    width: 100%;
    overflow: hidden;
    left: 0
}

.inv_customSlider .inv_sliderPage {
    position: relative;
    float: left;
    height: auto;
    width: 100%;
    overflow: hidden
}

.inv_mobilesmall .inv_customSlider .inv_sliderPagesContainer {
    margin: 0 0
}

ul.inv_sliderPagesContainer {
    padding: 0
}

.inv_pagingControlsContainer .inv_pageNumbersContainer {
    height: auto;
    width: 100%;
    cursor: pointer;
    position: relative;
    float: left;
    z-index: 30;
    text-align: center
}

.inv_pagingControlsContainer .inv_pageNumber {
    width: 12px;
    height: 12px;
    border-radius: 8px;
    display: none;
    margin: 10px
}

[inv_transitionEffect=slide] .inv_customSlider .inv_sliderPage {
    transition: all .5s linear;
    -webkit-transition: all .5s linear
}

.inv_customSlider .inv_sliderTransitionEffect {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

.inv_customSlider .inv_dummyPage {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    height: auto
}

.inv_mobilelarge .inv_timelinePageContainer,
.inv_mobilesmall .inv_timelinePageContainer {
    -webkit-transform: none;
    transform: none;
    left: 0;
    width: 100%
}

.inv_nextPage,
.inv_prevPage {
    position: relative;
    height: 40px;
    width: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 40
}

.inv_mobilesmall .inv_nextPage {
    background-position: -28px
}

.inv_prevPage {
    background-image: url(https://viz.tools.investis.com/video/videoPlayer-v.2.0-latest/test-dev/images/sprites.png);
    background-repeat: no-repeat;
    background-position: -146px -387px;
    cursor: pointer;
    position: absolute;
    left: 10px
}

.inv_nextPage {
    background-image: url(https://viz.tools.investis.com/video/videoPlayer-v.2.0-latest/test-dev/images/sprites.png);
    background-repeat: no-repeat;
    background-position: -146px -450px;
    float: right;
    cursor: pointer;
    position: absolute;
    right: 10px
}

.inv_tablet .inv_nextPage {
    background-position: -29px -6px
}

.applyhover .inv_prevPage:hover {
    background-repeat: no-repeat;
    background-position: -25px
}

.applyhover .inv_nextPage:hover {
    background-repeat: no-repeat;
    background-position: 0
}

.inv_tablet .inv_nextPage:hover {
    background-position: -4px -6px
}

.inv_playerContainer {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.inv_timelineYearNavList {
    position: absolute;
    float: left;
    width: 100%;
    left: 0;
    overflow: hidden;
    padding: 0 4%;
    line-height: 20px;
    top: 10px;
    height: 20px
}

.inv_mobilelarge .inv_timelineYearNavList,
.inv_mobilesmall .inv_timelineYearNavList {
    width: 100%
}

.inv_timelineDiv p {
    display: inline-block;
    color: #666;
    font-size: 14px;
    font-size: .8em;
    font-weight: 700;
    position: relative;
    float: left;
    cursor: pointer
}

.inv_mobilelarge .inv_timelineDiv,
.inv_mobilesmall .inv_timelineDiv {
    width: 100% !important
}

.inv_tablet .inv_timelineYearNavList p {
    font-size: 12px;
    font-size: .8em
}

.inv_mobilelarge .inv_timelineYearNavList p,
.inv_mobilesmall .inv_timelineYearNavList p {
    margin: 0;
    display: none;
    width: 100% !important
}

.ui-slider .ui-slider-handle {
    background-position: -1px 0;
    position: absolute;
    cursor: pointer;
    outline: 0;
    display: block;
    height: 20px;
    width: 12px
}

.inv_nextPage.inActive,
.inv_prevPage.inActive {
    opacity: .2;
    cursor: default
}

.inv_iostablet .inv_videoDetail,
.inv_tablet .inv_videoDetail {
    z-index: 40
}

.g-map {
    width: 160px;
    padding: 10px 0 0;
    overflow: hidden
}

.g-map .g-map-call-link,
.g-map .g-map-email-link {
    display: block;
    text-indent: -9999px;
    width: 30px;
    height: 31px;
    background: url(/content/dam/microsites/merxaviation/ui/images/icon-call-blue.svg) no-repeat 0 0
}

.g-map .g-map-call-link {
    margin-bottom: 10px;
    margin-top: 5px
}

.g-map .g-map-email-link {
    background: url(/content/dam/microsites/merxaviation/ui/images/icon-email-blue.svg) no-repeat 0 0
}

.g-map .add-image {
    margin-bottom: 10px;
    width: 100%
}

.g-map .addr-left {
    float: left;
    width: 130px
}

.g-map.no-right-col .addr-left {
    width: 160px
}

.g-map.no-right-col .addr-right {
    display: none
}

.g-map .addr-right {
    float: right;
    width: 30px
}

.g-map-canvas {
    height: 590px;
    width: 100%;
    margin-bottom: 20px
}

html {
    overflow-x: hidden
}

:focus {
    outline: 0
}

.center-text {
    text-align: center
}

.left-text {
    text-align: left
}

.right-text {
    text-align: right
}

@-webkit-keyframes androidbugfix {
    from {
        padding: 0
    }

    to {
        padding: 0
    }
}

body {
    overflow-x: hidden;
    -webkit-animation: androidbugfix infinite 1s
}

body.fixed-height {
    overflow: hidden;
    height: 100vh
}

@media screen and (min-width:992px) {
    body.user-logged-in header.fix-me {
        position: relative;
        top: auto;
        background: rgba(0, 0, 0, 0)
    }
}

body.user-logged-in {
    padding-top: 0 !important
}

@media screen and (max-width:991px) {
    body #maincontentWrapper {
        margin-top: 0 !important
    }
}

.container {
    background: #fff;
    min-height: 100%;
    padding: 0;
    margin: 0
}

header {
    z-index: 20;
    padding-bottom: 29px
}

header .header-shareprice-wrapper {
    float: left;
    width: 90%
}

header .header-menu-wrapper {
    float: left;
    width: 90%;
    -webkit-transform: translate3d(0, 0, 0)
}

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

header label {
    font: 40px/40px Times;
    padding: 0 40px;
    top: 0
}

header .toggle {
    position: absolute;
    right: 0;
    cursor: pointer
}

header .top-links {
    z-index: 21
}

@media screen and (min-width:992px) {
    header .top-links {
        float: right;
        padding-right: 15px;
        width: 15%
    }
}

@media screen and (min-width:992px) {
    header.fix-me {
        background: rgba(0, 0, 0, 0)
    }
}

.bar-close {
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 7px
}

@media screen and (max-width:991px) {
    .bar-close {
        display: none !important
    }
}

.search-bar {
    position: absolute;
    right: 0;
    top: 62px;
    z-index: 999 !important
}

.search-bar .bar-close {
    float: right;
    position: absolute;
    top: 4px;
    right: -15px
}

@media screen and (max-width:991px) {
    .search-bar {
        padding: 16px 22px;
        display: block !important;
        left: 0;
        right: auto;
        position: relative;
        top: auto;
        height: auto;
        width: auto !important
    }

    .search-bar .search-input {
        width: auto;
        margin-top: 0
    }
}

.share-iframe {
    padding: 17px 0 5px
}

.share-iframe iframe {
    height: 16px;
    width: 100%;
    max-width: 200px
}

@media screen and (min-width:992px) {
    .share-iframe iframe {
        float: right
    }
}

.hidden-bar.empty-bar {
    position: absolute;
    top: 100px;
    z-index: 2
}

@media screen and (max-width:991px) {
    .hidden-bar.empty-bar {
        display: none !important
    }
}

.search-bar.empty-bar {
    z-index: -99
}

.search-block-form {
    float: left
}

.social-bar {
    padding-top: 13px
}

.menu {
    height: 100vh;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 21;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease
}

.menu ul {
    text-decoration: none;
    padding: 0;
    list-style: none;
    z-index: 9999
}

.menu ul.menu-in-center {
    left: 50%;
    -webkit-transition: translateX(-50%);
    transition: translateX(-50%)
}

.menu li {
    margin: 0
}

.menu li a,
.menu li span {
    display: block;
    text-decoration: none
}

.menu .sub-heading:before {
    content: "";
    display: block;
    height: 1px;
    width: 220px;
    margin-left: -1.3125em;
    background: #444
}

.menu .toggle-sub {
    font: bold 1em/2.75em Times;
    float: right;
    margin-top: -2.75em;
    width: 2.25em;
    cursor: pointer;
    text-align: center
}

.menu .sub-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 21;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease
}

.menu .sub-nav .toggle {
    padding: 0 .3125em;
    font: 2em/2em Times;
    top: 0;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.menu .close-all {
    display: none;
    -webkit-transform: translate3d(0, 0, 0)
}

#footerwrapper,
.body-overlay+.maincontentWrapper,
.header {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease
}

.main-nav-check,
.menu .sub-nav-check {
    position: absolute;
    top: -9999px;
    left: -9999px
}

@media screen and (min-width:992px) {
    .social-bar {
        margin: 0 auto;
        max-width: 1170px
    }

    .social-bar>.block {
        float: right;
        padding-right: 10px
    }

    header {
        overflow: visible !important
    }

    header label {
        display: none
    }

    header .menu {
        -webkit-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
        right: auto;
        bottom: auto;
        height: 0;
        width: 100%;
        z-index: 21
    }

    header .menu .sub-nav {
        -webkit-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important
    }

    header .menu .sub-heading,
    header .menu .sub-nav,
    header .menu label {
        display: none
    }

    header .menu .toggle-sub {
        display: inline-block;
        margin-top: -3.05em;
        margin-right: .25em;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        background: 0 0
    }

    header .menu .toggle-sub:hover {
        background: 0 0
    }

    header .menu ul ul .toggle-sub {
        margin-top: -2.75em;
        margin-right: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    header .menu ul:after {
        content: "";
        clear: both;
        display: block
    }

    header .menu ul li {
        float: left;
        position: relative;
        text-align: left
    }

    header .menu ul li:hover {
        background: #fff
    }

    header .menu ul li a:only-child {
        padding-right: 1.5em
    }

    header .menu ul li:hover>ul {
        display: block
    }

    header .menu ul li.active>ul {
        display: block
    }

    header .menu ul ul {
        position: absolute;
        left: 0;
        margin-left: -1px
    }

    header .menu ul ul li {
        float: inherit;
        width: 220px
    }

    header .menu ul ul li a,
    header .menu ul ul li span {
        padding: 9px 23px;
        line-height: 20px
    }

    header .menu ul ul li a:after {
        right: .375em;
        margin-top: -1.6875em;
        -webkit-transform: none;
        transform: none
    }

    header .menu ul .sub-nav {
        top: auto;
        bottom: auto;
        right: auto;
        width: auto;
        margin-top: 0;
        -webkit-transform: none !important;
        transform: none !important
    }

    header .menu ul ul .sub-nav {
        float: left;
        top: 0;
        margin-left: 0
    }

    header .menu ul .fly-left ul {
        margin-left: -2px
    }

    header .menu ul .fly-left ul li {
        float: none
    }

    header .menu ul .fly-left .toggle-sub {
        right: auto;
        left: 3px;
        left: 6px;
        padding-bottom: 1px;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    header .menu ul .go-up>ul {
        top: auto;
        bottom: 0;
        margin-bottom: -1px
    }

    header .menu>ul {
        position: relative;
        top: -10px;
        right: -23.2656px;
        margin-top: 0;
        display: inline-table;
        font-size: .875em;
        z-index: 1;
        outline: 0
    }

    header .menu>ul>li>label {
        display: none !important
    }

    header .menu>ul>li>ul {
        padding-top: 10px
    }

    header .menu .fa {
        font-size: 1.6rem;
        position: relative
    }

    header .top-sub-links>ul {
        padding-left: 0
    }

    header .social-bar ul li a {
        padding: 0 !important
    }

    .body-overlay {
        display: none !important
    }

    .js1 .menu .close-all {
        display: none
    }

    #footerwrapper,
    .body-overlay+.maincontentWrapper,
    .header {
        -webkit-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
        -webkit-transition: -webkit-transform .25s ease;
        transition: -webkit-transform .25s ease;
        transition: transform .25s ease;
        transition: transform .25s ease, -webkit-transform .25s ease
    }
}

@media screen and (max-width:991px) {
    header {
        overflow: hidden
    }

    .search-input {
        margin-bottom: 0 !important
    }

    .search-input .form-item-q {
        margin-bottom: 0 !important
    }

    .search-input input[type=search],
    .search-input input[type=text] {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 0
    }

    .share-iframe {
        position: absolute;
        right: 0;
        bottom: -26px;
        color: #000;
        width: 515px !important
    }

    .menu {
        display: block;
        height: 100vh;
        overflow-x: hidden !important;
        overflow-y: scroll;
        top: -30px
    }

    .menu .sub-nav {
        display: block;
        float: left;
        width: 100%;
        padding: 0 24px 0 12px;
        height: 100vh
    }

    .menu>ul {
        margin: 100px 24px 0 12px
    }

    .menu ul li {
        padding-left: 0
    }

    .menu ul li a {
        line-height: 30px;
        padding: 16px 22px
    }

    .menu .toggle-sub {
        padding-right: 30px;
        font-size: 1.8rem;
        float: right;
        margin-top: -56px;
        width: 31px;
        cursor: pointer;
        text-align: center;
        font-weight: 700;
        text-align: right
    }

    .menu .sub-heading {
        line-height: 30px;
        font-weight: 500;
        margin-top: 100px
    }

    .menu .sub-heading:before {
        background: 0 0;
        top: -82px;
        position: relative;
        left: 27px
    }

    .menu .sub-nav .toggle {
        font-size: 1.6rem;
        left: 10px;
        top: 23px !important;
        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: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 75px;
        height: 50px;
        text-align: right
    }

    .top-links {
        padding: 0 24px 0 12px;
        position: absolute
    }

    .top-links .top-sub-links ul {
        float: left;
        width: 100%;
        padding-left: 0;
        padding-bottom: 20px
    }
}

@media screen and (max-width:991px) and (max-width:991px) {
    .top-links .top-sub-links ul ul {
        padding-bottom: 0
    }
}

@media screen and (max-width:991px) {
    .top-links .top-sub-links ul li {
        width: 100%;
        padding: 0;
        border-right: 0
    }

    .top-links .top-sub-links ul a {
        line-height: 30px
    }

    .top-links .top-sub-links .fa-search {
        float: right;
        top: 3px;
        position: relative
    }

    .top-links .top-sub-links .fa-share-alt {
        float: right;
        top: 6px;
        position: relative
    }

    .top-links .top-sub-links .fa-angle-down {
        float: right;
        margin-top: 6px;
        cursor: pointer;
        font-weight: 700;
        text-align: right;
        padding-right: 3px
    }

    .top-links .top-sub-links .top-nav-share>a>div {
        display: inline-block
    }

    .share-iframe {
        clear: both;
        text-align: left;
        padding-left: 34px
    }
}

@media screen and (max-width:767px) {
    .share-iframe {
        right: 0;
        bottom: -21px;
        padding-left: 20px !important;
        font-size: 1.2rem
    }

    .search-bar {
        padding: 16px 0 19px
    }

    .top-links {
        position: relative;
        float: right;
        padding: 0 35px 0 15px
    }

    .top-links.onRight {
        padding: 0 25px 0 15px
    }

    .top-sub-links ul li {
        padding: 0 !important
    }

    .top-sub-links ul li a {
        padding-right: 0 !important
    }

    .search-input {
        margin-right: 0
    }

    .search-input .form-item-q {
        margin-bottom: 0 !important
    }

    header label {
        padding: 0 20px
    }

    header .menu {
        width: 254px;
        right: -254px;
        height: 101.5vh
    }

    header .menu ul li {
        padding-left: 0
    }

    header .menu .sub-nav {
        width: 254px;
        right: -254px
    }

    header .menu .sub-nav .toggle {
        top: 28px !important
    }

    header .menu .toggle-sub {
        padding-right: 0
    }

    header .menu .sub-heading {
        margin-top: 90px;
        padding: 15px 16px 15px 0 !important
    }

    header .menu .sub-heading :before {
        top: -67px;
        left: 45px
    }

    header .menu>ul {
        margin: 90px 35px 0 15px
    }

    header .menu .sub-heading,
    header .menu ul li a,
    header .menu ul li span {
        padding: 16px 16px 16px 0
    }

    .js1 .menu .sub-nav .toggle {
        top: 30px !important
    }

    .menu .sub-heading:before {
        top: -67px;
        left: 45px
    }
}

.view.view-frontpage {
    float: left;
    width: 100%
}

.region-content {
    min-height: 360px
}

@media screen and (max-width:480px) {
    body.user-logged-in {
        margin-top: 0 !important
    }

    body.user-logged-in header {
        top: 80px !important
    }

    body.user-logged-in #maincontentWrapper {
        margin-top: 80px !important
    }
}

@media screen and (max-width:1024px) {
    header .header-menu-wrapper .T1-search-form .heading-search-result .search-heading {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:990px) and (orientation:portrait) {
    .top-links.onRight {
        position: absolute;
        bottom: 24px
    }

    .top-links.onRight .share-iframe {
        bottom: -19px;
        padding-bottom: 13px
    }

    .user-logged-in .top-links.onRight {
        bottom: 61px
    }
}

@media screen and (max-width:768px) {
    .user-logged-in header .menu>ul {
        margin-top: 45px
    }

    .top-sub-links .top-nav-lang a span {
        font-size: 1.8rem;
        padding: 0;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -11px
    }

    header .header-menu-wrapper .T1-search-form .heading-search-result .search .form-group input.form-control {
        border-bottom: none;
        width: 160px
    }
}

@media screen and (max-width:480px) {
    .user-logged-in header .top-links.onRight {
        position: relative;
        min-height: 307px
    }

    .user-logged-in header .share-iframe {
        bottom: 81px
    }
}

footer {
    z-index: 99
}

footer .company-logo {
    padding-top: 16px
}

@media screen and (max-width:991px) {
    footer {
        position: relative;
        bottom: auto
    }

    footer .region-footer>:nth-child(2) {
        width: 100% !important
    }
}

footer .footer-logo a {
    min-height: 60px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer .footer-logo a img {
    max-width: 60px;
    height: auto
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

footer .footer-links {
    padding-top: 20px;
    padding-bottom: 20px
}

footer .footer-links ul li {
    list-style: none;
    float: left
}

@media screen and (max-width:480px) {
    footer .footer-links ul li {
        width: 100%;
        padding-left: 0
    }
}

footer .footer-links ul li a {
    padding: 0 10px
}

@media screen and (min-width:1170px) {
    footer .footer-links ul li a {
        padding: 0 10px
    }
}

@media (max-width:1170px) and (min-width:992px) {
    footer .footer-links ul li a {
        padding: 0 5px
    }
}

@media (min-width:481px) {
    footer .footer-links ul li.first {
        padding-left: 0
    }

    footer .footer-links ul li.first a {
        padding-left: 0
    }
}

footer .footer-links ul li.last {
    padding-left: 15px
}

@media (max-width:1170px) and (min-width:992px) {
    footer .footer-links ul li.last {
        padding-left: 10px
    }
}

@media screen and (max-width:480px) {
    footer .footer-links ul li.last {
        padding-left: 0
    }
}

footer .footer-links ul li.last a {
    border-right: none
}

footer .block-system-powered-by-block {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 0
}

footer .footer-social-media {
    padding-top: 16px;
    padding-bottom: 16px
}

@media (max-width:1170px) and (min-width:991px) {
    footer .footer-social-media {
        padding: 16px 0
    }
}

@media screen and (max-width:991px) {
    footer .footer-social-media {
        padding-bottom: 0
    }
}

footer .footer-social-media li.last a {
    margin-right: 0
}

footer .footer-social-media li a {
    border-radius: 50%;
    display: block;
    height: 25px;
    width: 25px;
    text-align: center;
    margin-right: 10px;
    overflow: hidden
}

@media (max-width:767px) {
    footer .footer-social-media li a {
        margin-right: 46px
    }
}

footer .footer-social-media li a i {
    position: relative;
    top: 1px
}

footer .footer-social-media ul li {
    float: left
}

@media (min-width:481px) {
    footer .footer-social-media ul li {
        padding-left: 0
    }
}

footer .footer-social-media .delivered-by-investis {
    padding-left: 25px;
    padding-top: 3px;
    padding-bottom: 135px;
    display: inline-block
}

footer .footer-investis {
    float: right
}

@media (max-width:1170px) and (min-width:991px) {
    footer .footer-investis {
        width: 15%
    }
}

footer .footer-investis a {
    display: block
}

@media (min-width:768px) {
    footer .footer-investis a {
        text-align: right
    }
}

@media screen and (max-width:991px) {
    footer .footer-investis a {
        padding-bottom: 25px
    }
}

@media screen and (max-width:767px) {
    footer .footer-investis a {
        padding-top: 0
    }
}

@media screen and (max-width:767px) {
    footer .block-system-powered-by-block {
        padding: 16px 16px;
        width: 100%
    }
}

.path-mid-disclaimer .region-content,
.path-mid-media-disclaimer .region-content {
    padding: 0 90px
}

.path-mid-disclaimer .region-content h1,
.path-mid-media-disclaimer .region-content h1 {
    font-size: 3.2rem;
    padding: 0;
    margin: 17px 0;
    border-bottom: 0
}

.path-mid-disclaimer .region-content p,
.path-mid-media-disclaimer .region-content p {
    font-size: 1.4rem;
    padding-bottom: 14px;
    line-height: 20px
}

.path-mid-disclaimer .region-content .button,
.path-mid-media-disclaimer .region-content .button {
    min-width: 165px;
    height: 44px;
    border-radius: 4px;
    margin-right: 30px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all .1s ease-out 0s;
    transition: all .1s ease-out 0s
}

.path-mid-disclaimer .region-content label,
.path-mid-media-disclaimer .region-content label {
    font-size: 1.4rem;
    padding-bottom: 14px;
    line-height: 20px;
    font-weight: 400
}

.path-mid-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper,
.path-mid-media-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper {
    max-width: 360px;
    border-radius: 4px;
    display: block;
    background-color: #fff
}

.path-mid-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper:after,
.path-mid-media-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper:after {
    content: "\f0d7";
    margin-right: 20px;
    margin-right: 20px;
    padding: 0;
    font-size: 1.5rem;
    color: #092546
}

.path-mid-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper select,
.path-mid-media-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper select {
    height: 44px;
    border: 1px solid #e4f1fd;
    font-size: 1.4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 2;
    background-color: #fff
}

.path-mid-disclaimer .region-content ul,
.path-mid-media-disclaimer .region-content ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc
}

@media screen and (max-width:1024px) {

    .path-mid-disclaimer .region-content,
    .path-mid-media-disclaimer .region-content {
        padding: 0 1%
    }
}

@media screen and (max-width:767px) {

    .path-mid-disclaimer .region-content .mid-disclaimer-form>.button,
    .path-mid-media-disclaimer .region-content .mid-disclaimer-form>.button {
        width: 48%;
        margin-right: 4%;
        min-width: 47%
    }

    .path-mid-disclaimer .region-content .mid-disclaimer-form>.button#edit-decline,
    .path-mid-media-disclaimer .region-content .mid-disclaimer-form>.button#edit-decline {
        margin-right: 0
    }

    .path-mid-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper,
    .path-mid-media-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper {
        max-width: 100%
    }
}

.path-search-result .dropdown-menu {
    list-style: none;
    position: relative
}

.path-search-result #pagination {
    margin-left: 0;
    text-align: center
}

.path-search-result #hit-template li,
.path-search-result #paginate li,
.path-search-result #solrstrap-documentfacetresult li {
    padding: 30px 30px 20px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px
}

#submitSearchButton {
    display: none
}

.board-of-directors-box {
    cursor: pointer
}

.board-of-directors-box.notrigger {
    cursor: default
}

.board-of-directors-box>.board-of-directors--person_name {
    padding: 10px 20px;
    max-height: 34px;
    text-overflow: ellipsis;
    overflow: hidden
}

.board-of-directors-box>.board-of-directors--person_post {
    padding: 10px 20px;
    opacity: .7;
    max-height: 93px;
    text-overflow: ellipsis;
    overflow: hidden
}

.bod-content-wrapped {
    display: none;
    position: relative
}

.bod-content-wrapped .icon-close {
    cursor: pointer
}

.bod-content-wrapped .icon-close i {
    padding-left: 10px
}

.bod-content-wrapped .bod-inner-wrapper {
    padding: 20px
}

.bod-content-wrapped .bod-content-container {
    padding: 10px 20%
}

.bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-content {
    text-align: left
}

.form-group .form-type-select,
.form-inline .select-wrapper {
    width: 100%
}

.form-item-field-people-type-target-id .form-select option:first-child {
    display: none
}

.our-stories-wrapper form .js-form-type-select {
    display: none
}

@media screen and (max-width:480px) {
    .our-stories-wrapper form .js-form-type-select {
        display: block;
        width: 100%
    }

    .our-stories-wrapper form .label {
        display: none
    }
}

.our-stories-wrapper form .btn-info {
    display: none
}

.contact-us p {
    width: 100%;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left
}

.contactus-p2 p {
    width: 100%;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left
}

.web-form-wrap {
    margin-bottom: 50px
}

.web-form-wrap .form-group {
    margin-bottom: 25px
}

.web-form-wrap .field--name-title {
    height: 38px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 17px
}

.web-form-wrap .webform-submission-form .control-label {
    font-weight: 500;
    text-align: left
}

.web-form-wrap .webform-submission-form .control-label.option {
    height: 20px;
    font-weight: 300;
    line-height: 1.43;
    text-align: left;
    display: inline-block
}

.web-form-wrap .webform-submission-form .control-label.option input::after {
    content: ""
}

.web-form-wrap .webform-submission-form .control-label.form-required::after {
    content: "\f069";
    position: absolute;
    margin-top: 5px;
    font-size: 1rem
}

.web-form-wrap .webform-submission-form .form-email,
.web-form-wrap .webform-submission-form .form-text {
    width: 100%;
    height: 50px;
    opacity: .51;
    border-radius: 0
}

.web-form-wrap .webform-submission-form .form-textarea {
    width: 100%;
    height: 159px;
    opacity: .5;
    border-radius: 0
}

.web-form-wrap .webform-submission-form .form-submit.btn-primary {
    height: 44px;
    width: 165px;
    border-radius: 4px;
    margin-top: 25px
}

.web-form-wrap fieldset legend {
    border-bottom: 0
}

.web-form-wrap fieldset legend .fieldset-legend {
    height: 72px;
    font-size: 2rem;
    font-weight: 500;
    text-align: left
}

.web-form-wrap .option {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.web-form-wrap .option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin-top: 3px;
    position: relative
}

.web-form-wrap .checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 10px;
    width: 10px;
    border-radius: 10px
}

.web-form-wrap .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.web-form-wrap .option input:checked~.checkmark:after {
    display: block
}

.web-form-wrap .option .checkmark:after {
    left: 9px;
    top: 5px
}

.newsroom .nav-tabs>li {
    height: 54px !important
}

.newsroom .dropdown-menu {
    list-style: none;
    position: relative
}

.newsroom .tab-content {
    padding-left: 0;
    padding-right: 0
}

.newsroom .tab-content .tab-pane {
    padding-top: 40px
}

.newsroom .tab-content .tab-pane .news {
    margin-top: 15px
}

.newsroom .tab-content .tab-pane .news .news-desc {
    padding: 20px;
    min-height: 200px
}

.newsroom .tab-content .tab-pane .news .news-desc .list-item-title {
    margin-bottom: 6px
}

.newsroom .tab-content .tab-pane .news .news-desc .list-item-date {
    margin-bottom: 0
}

.newsroom .tab-content .tab-pane .news .news-desc .list-item-desc {
    margin-bottom: 6px
}

.newsroom .tab-content .tab-pane .news .news-desc .more-link {
    margin-bottom: 0
}

.newsroom .tab-content .tab-pane .news .news-desc .more-link a {
    padding-right: 15px;
    font-weight: 500
}

.newsroom .tab-content .tab-pane .news .news-desc .more-link a:after {
    display: inline-block;
    position: relative;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    border-width: 0;
    left: 7px;
    bottom: 1px;
    font-family: FontAwesome;
    content: "\f105";
    font-weight: bolder;
    padding-left: 3px
}

@media screen and (min-width:320px) {
    .newsroom .pagination {
        margin-left: 18%
    }
}

@media screen and (min-width:768px) {
    .newsroom .pagination {
        margin-left: 54%
    }
}

@media screen and (min-width:992px) {
    .newsroom .pagination {
        margin-left: 54%
    }
}

@media screen and (min-width:1200px) {
    .newsroom .pagination {
        margin-left: 54%
    }
}

.newsroom .pagination {
    float: right;
    margin-right: 30px
}

.newsroom .pagination a {
    text-decoration: none;
    padding-left: 5px
}

.newsroom .pagination .first::after {
    content: "\f104";
    font-weight: bolder;
    padding-left: 25px
}

.newsroom .pagination .last::after {
    content: "\f105";
    font-weight: bolder;
    padding-left: 45px
}

.newsroom .pagination.oneof {
    float: right;
    margin-right: 30px
}

.newsroom .pagination.oneof a {
    text-decoration: none;
    padding-left: 5px
}

.newsroom .pagination.oneof .first::after {
    content: "\f104";
    font-weight: bolder;
    padding-right: 25px !important
}

.newsroom .pagination.oneof .last::after {
    content: "\f105";
    font-weight: bolder;
    padding-left: 45px
}

.newsroom .text-only-news .news {
    border-top: 1px solid #979797;
    padding-top: 20px;
    overflow: hidden
}

.newsroom .text-only-news .news .news-desc {
    min-height: 100px !important
}

@media screen and (min-width:320px) {
    .newsroom .text-only-news .news {
        border-top: 1px solid #979797;
        padding-top: 20px;
        overflow: hidden
    }

    .newsroom .text-only-news .news .news-desc {
        padding-left: 0 !important;
        min-height: 50px !important
    }

    .newsroom .text-only-news .news-left-block {
        padding-bottom: 0 !important
    }

    .newsroom .text-only-news .news-right-block {
        padding-top: 0 !important
    }
}

@media screen and (min-width:768px) {
    .newsroom .text-only-news .news {
        border-top: 1px solid #979797;
        padding-top: 20px;
        overflow: hidden
    }

    .newsroom .text-only-news .news .news-desc {
        padding-left: 0 !important;
        min-height: 50px !important
    }

    .newsroom .text-only-news .news-left-block {
        padding-bottom: 0 !important
    }

    .newsroom .text-only-news .news-right-block {
        padding-top: 0 !important
    }
}

@media screen and (min-width:992px) {
    .newsroom .text-only-news .news .news-desc {
        padding-left: 20px !important
    }
}

@media screen and (min-width:1200px) {
    .newsroom .text-only-news .news .news-desc {
        padding-left: 20px !important
    }
}

.financial-calendar a.carousel-control {
    display: block;
    text-indent: -9999px;
    display: inline-block;
    padding: 3px;
    content: "";
    background-image: none !important;
    z-index: 999;
    position: relative
}

.financial-calendar a.carousel-control:active {
    border: solid #000
}

.financial-calendar a.carousel-control:focus {
    border: solid #000
}

.financial-calendar .controlsWrap {
    float: right;
    padding: 15px;
    height: 40px
}

.financial-calendar .controlsWrap .nextPrev {
    float: left
}

.financial-calendar a.prevLink {
    border: solid #092546;
    border-width: 3px 0 0 3px;
    padding: 3px;
    float: left;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-right: 40px;
    height: 2px;
    width: 2px
}

.financial-calendar a.prevLink:active {
    border-width: 3px 0 0 3px
}

.financial-calendar a.prevLink:focus {
    border-width: 3px 0 0 3px
}

.financial-calendar a.nextLink {
    border: solid #092546;
    border-width: 0 3px 3px 0;
    padding: 3px;
    content: "";
    margin-left: 40px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    height: 2px;
    width: 2px
}

.financial-calendar a.nextLink:active {
    border-width: 0 3px 3px 0
}

.financial-calendar a.nextLink:focus {
    border-width: 0 3px 3px 0
}

.financial-calendar .carousel-counter {
    position: relative;
    float: left;
    top: -6px;
    font-size: 1.8rem
}

.financial-calendar table>thead>tr>th,
.financial-calendar tbody>tr>th {
    padding: 25px 20px
}

.financial-calendar table>thead>tr>th:nth-child(3),
.financial-calendar tbody>tr>th:nth-child(3) {
    text-align: center
}

.financial-calendar .tab-content {
    padding-left: 0
}

.financial-calendar table>tbody>tr>td:nth-child(1),
.financial-calendar table>thead>tr>td:nth-child(3) {
    width: 20%
}

.financial-calendar table>tbody>tr>td:nth-child(2) {
    width: 60%
}

.financial-calendar .fin-calendarlink {
    display: inline-block;
    text-indent: -9999px;
    width: 30px;
    height: 30px
}

@media screen and (max-width:767px) {
    .financial-calendar .table-responsive {
        border: none
    }
}

.result-center .result-center-item {
    position: relative
}

.result-center .select-wrapper {
    display: none
}

.result-center .dropdown-menu {
    list-style: none;
    position: relative
}

.result-center ul.nav li:first-child,
.result-center ul.nav.dropdown li {
    padding-left: 0
}

.result-center ul.nav li:last-child a {
    margin-right: 0
}

@media screen and (max-width:480px) {
    .result-center .select-wrapper {
        display: block;
        width: 100%
    }
}

.result-center a.carousel-control {
    display: block;
    text-indent: -9999px;
    display: inline-block;
    padding: 3px;
    content: "";
    background-image: none !important;
    z-index: 999;
    position: relative
}

.result-center a.carousel-control:active {
    border: solid #000
}

.result-center a.carousel-control:focus {
    border: solid #000
}

.result-center .controlsWrap {
    position: absolute;
    bottom: -15px;
    right: 50px;
    padding: 15px;
    height: 40px
}

.result-center .controlsWrap .nextPrev {
    float: left
}

.result-center a.prevLink {
    border: solid #092546;
    border-width: 3px 0 0 3px;
    padding: 3px;
    float: left;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-right: 40px;
    height: 2px;
    width: 2px
}

.result-center a.prevLink:active {
    border-width: 3px 0 0 3px
}

.result-center a.prevLink:focus {
    border-width: 3px 0 0 3px
}

.result-center a.nextLink {
    border: solid #092546;
    border-width: 0 3px 3px 0;
    padding: 3px;
    content: "";
    margin-left: 40px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    height: 2px;
    width: 2px
}

.result-center a.nextLink:active {
    border-width: 0 3px 3px 0
}

.result-center a.nextLink:focus {
    border-width: 0 3px 3px 0
}

.result-center .carousel-counter {
    position: relative;
    float: left;
    top: -6px;
    font-size: 1.8rem;
    font-family: Roboto-Medium, Arial, sans-serif
}

.result-center table>thead>tr>th,
.result-center tbody>tr>th {
    padding: 25px 20px
}

.result-center table>thead>tr>th:nth-child(2),
.result-center table>thead>tr>th:nth-child(3),
.result-center tbody>tr>th:nth-child(2),
.result-center tbody>tr>th:nth-child(3) {
    text-align: center;
    padding: 25px 20px
}

.result-center .tab-content {
    padding: 0
}

@media screen and (max-width:767px) {
    .result-center .table-responsive {
        border: none
    }
}

.result-center .result-center-table tbody>tr>td:nth-child(odd) {
    padding: 25px 20px
}

.result-center .result-center-table tbody>tr>td.download-content {
    padding: 0 !important
}

.result-center .result-center-table thead>tr>th:nth-child(2) span {
    width: 33.33%;
    display: block;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    float: left
}

.result-center .result-center-table tbody>tr>td {
    padding: 0;
    vertical-align: top
}

.result-center .result-center-table tbody>tr>td time {
    display: block
}

.result-center .result-center-table tbody table {
    margin-bottom: 0
}

.result-center .result-center-table tbody table>tbody>tr>td {
    width: 33.33% !important;
    padding: 15px 20px;
    vertical-align: center
}

.result-center .result-center-table tbody table>tbody>tr>td p {
    margin-bottom: 0
}

.result-center .result-center-table tbody>tr>td>table>tbody>tr>td {
    vertical-align: middle;
    font-weight: 300
}

@media screen and (max-width:480px) {
    .result-center .result-center-table tbody>tr>td {
        white-space: nowrap
    }
}

.view-presentations .view-empty,
.view-results .view-empty {
    background: rgba(0, 0, 0, .05)
}

.view-presentations .view-empty p,
.view-results .view-empty p {
    padding: 25px 20px;
    font-size: 1.6rem
}

.result-center table>thead>tr>th,
.result-center tbody>tr>th {
    padding: 25px 20px;
    font-size: 1.6rem
}

.result-center table>thead>tr>th:nth-child(2),
.result-center table>thead>tr>th:nth-child(3),
.result-center tbody>tr>th:nth-child(2),
.result-center tbody>tr>th:nth-child(3) {
    text-align: center;
    padding: 25px 0
}

.result-center table>thead>tr>th:nth-child(2),
.result-center tbody>tr>th:nth-child(2) {
    max-width: 300px
}

.result-center tbody>tr>td:nth-child(2) {
    max-width: 300px
}

.result-center tbody>tr>td:nth-child(2) {
    max-width: 250px
}

.result-center .tab-content {
    padding: 0
}

.result-center .result-center-table thead>tr>th {
    font-weight: 500;
    width: 25%
}

.result-center .result-center-table thead>tr>th:last-child {
    width: 100%
}

.result-center .result-center-table tbody>tr>td {
    vertical-align: middle;
    padding: 0 15px
}

.result-center .result-center-table .view-online {
    text-align: center
}

.result-center .result-center-table .download-content a p {
    margin-bottom: 0
}

.result-center .result-center-table .has-download-link,
.result-center .result-center-table .has-download-link-presentation,
.result-center .result-center-table .has-text,
.result-center .result-center-table .has-text-presentation,
.result-center .result-center-table .th-download,
.result-center .result-center-table .th-download-presentation,
.result-center .result-center-table .th-view-online,
.result-center .result-center-table .th-view-online-presentation,
.result-center .result-center-table .view-online {
    display: none
}

.result-center .result-center-table.show-view-tr .has-text,
.result-center .result-center-table.show-view-tr .has-text-presentation,
.result-center .result-center-table.show-view-tr .th-view-online,
.result-center .result-center-table.show-view-tr .th-view-online-presentation,
.result-center .result-center-table.show-view-tr .view-online {
    display: table-cell
}

.result-center .result-center-table.show-download-tr .has-download-link,
.result-center .result-center-table.show-download-tr .has-download-link-presentation,
.result-center .result-center-table.show-download-tr .th-download,
.result-center .result-center-table.show-download-tr .th-download-presentation {
    display: table-cell
}

.result-center .result-center-table.result-only .has-download-link,
.result-center .result-center-table.result-only .has-download-link-presentation,
.result-center .result-center-table.result-only .has-text,
.result-center .result-center-table.result-only .has-text-presentation,
.result-center .result-center-table.result-only .th-download,
.result-center .result-center-table.result-only .th-download-presentation,
.result-center .result-center-table.result-only .th-view-online,
.result-center .result-center-table.result-only .th-view-online-presentation,
.result-center .result-center-table.result-only .view-online {
    display: table-cell
}

.result-center .result-center-table.result-only>thead>tr>th {
    width: 25%
}

@media screen and (max-width:767px) {
    .result-center .result-center-table {
        width: 550px;
        min-width: 100%
    }

    .result-center .result-center-table .view-online {
        min-width: 92px
    }

    .result-center .result-center-table .category>div {
        word-wrap: unset;
        word-break: inherit;
        white-space: normal;
        min-width: 82px
    }
}

.result-center-item table.result-center-table {
    margin-bottom: 0
}

.result-center-item table.result-center-table .result-center tbody>tr>th,
.result-center-item table.result-center-table>thead>tr>th {
    white-space: nowrap
}

.result-center-item table.result-center-table .result-center tbody>tr>th.th-download,
.result-center-item table.result-center-table>thead>tr>th.th-download {
    padding: 25px 40px
}

.result-center-item table.result-center-table .result-center tbody>tr>th.th-view-online,
.result-center-item table.result-center-table>thead>tr>th.th-view-online {
    padding: 25px 40px
}

.result-center-item table.result-center-table>thead>tr>th {
    width: 50%
}

.result-center-item table.result-center-table .download-content.has-download-link {
    padding-top: 10px;
    padding-bottom: 10px
}

.result-center-item table.result-center-table .download-content a i {
    display: block;
    margin-bottom: 5px
}

.result-center-item table.result-center-table.show-view-tr>thead>tr>th {
    width: 33.33%
}

.result-center-item table.result-center-table.show-download-tr>thead>tr>th {
    width: 33.33%
}

.result-center-item table.result-center-table.show-download-tr.show-view-tr>thead>tr>th {
    width: 25%
}

.white-popup {
    position: relative;
    background: #fff;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    -webkit-transition: 1s all;
    transition: 1s all
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-close {
    top: -50px;
    color: #fff;
    font-weight: 100;
    background: no-repeat;
    right: 18px;
    width: auto !important;
    height: auto !important
}

.mfp-close span.mfp-close {
    position: relative;
    top: -6px !important;
    margin-right: 2px;
    color: #fff;
    opacity: 1;
    font-size: .9rem;
    text-transform: uppercase
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.medialibrary .nav.dropdown>li>button {
    width: 100%;
    padding: 25px;
    text-align: left
}

.medialibrary .nav.dropdown>li .dropdown-menu {
    width: 100%;
    min-width: 100%
}

.medialibrary .nav.dropdown>li .dropdown-menu li>a {
    display: block;
    padding: 25px;
    clear: both;
    white-space: nowrap
}

.medialibrary .nav.dropdown>li .dropdown-menu .active>a,
.medialibrary .nav.dropdown>li .dropdown-menu .active>a:focus,
.medialibrary .nav.dropdown>li .dropdown-menu .active>a:hover {
    text-decoration: none;
    outline: 0
}

.medialibrary .nav.dropdown>li .caret {
    float: right !important;
    border-top: 8px dashed;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: relative;
    top: 8px
}

.medialibrary ul.nav-tabs {
    margin: 0;
    padding: 0;
    border-bottom: none
}

.medialibrary ul.nav {
    display: table;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    table-layout: fixed;
    text-align: center
}

.medialibrary .nav-tabs>li {
    margin: 0;
    padding: 0;
    width: 20%;
    display: table-cell;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    vertical-align: bottom
}

.medialibrary .nav-tabs>li>a {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 100%;
    padding: 16px 10px;
    text-align: center;
    cursor: pointer;
    text-decoration: none
}

.medialibrary .nav-tabs>li.active>a,
.medialibrary .nav-tabs>li.activecategory>a {
    text-decoration: none
}

.medialibrary .nav-tabs>li.active>a:focus,
.medialibrary .nav-tabs>li.active>a:hover,
.medialibrary .nav-tabs>li.activecategory>a:focus,
.medialibrary .nav-tabs>li.activecategory>a:hover {
    text-decoration: none
}

.medialibrary .js-form-type-select {
    display: none
}

.medialibrary .nav-tabs>li {
    height: 54px !important
}

.medialibrary .dropdown-menu {
    list-style: none;
    position: relative
}

.medialibrary .tab-content {
    padding-left: 0;
    padding-right: 0
}

.medialibrary .tab-content .tab-pane {
    padding-top: 20px
}

@media screen and (min-width:320px) {
    .medialibrary .tab-content .pagination {
        margin-left: 19%
    }
}

@media screen and (min-width:768px) {
    .medialibrary .tab-content .pagination {
        margin-left: 54%
    }
}

@media screen and (min-width:992px) {
    .medialibrary .tab-content .pagination {
        margin-left: 54%
    }
}

@media screen and (min-width:1200px) {
    .medialibrary .tab-content .pagination {
        margin-left: 54%
    }
}

.medialibrary .tab-content .pagination {
    font-size: 2rem;
    float: right;
    margin-right: 30px
}

.medialibrary .tab-content .pagination a {
    padding-left: 5px
}

.medialibrary .tab-content .pagination .first::after {
    content: "\f104";
    padding-left: 24px
}

.medialibrary .tab-content .pagination .last::after {
    content: "\f105";
    padding-left: 45px
}

.medialibrary .tab-content .pagination.oneof {
    float: right;
    margin-right: 30px
}

.medialibrary .tab-content .pagination.oneof a {
    text-decoration: none;
    padding-left: 5px
}

.medialibrary .tab-content .pagination.oneof .first::after {
    content: "\f104";
    padding-right: 25px !important
}

.medialibrary .tab-content .pagination.oneof .last::after {
    content: "\f105";
    padding-left: 45px
}

.medialibrary .innertabs .nav-tabs>li>a {
    border: none
}

.medialibrary .innertabs .nav-tabs>li.active>a {
    text-decoration: none
}

.medialibrary .innertabs .nav-tabs>li.active>a:focus,
.medialibrary .innertabs .nav-tabs>li.active>a:hover {
    text-decoration: none
}

.medialibrary .innertabs .nav.dropdown>li>button {
    width: 100%;
    padding: 25px;
    text-align: left
}

.medialibrary .board-of-directors-box {
    margin-top: 30px !important;
    cursor: auto
}

.medialibrary .board-of-directors-box .board-of-directors--person_name {
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 2px
}

.medialibrary .board-of-directors-box p {
    margin-bottom: 6px
}

.medialibrary .board-of-directors-box img {
    cursor: pointer
}

.medialibrary .board-of-directors-box .download-image {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    height: 24px;
    left: 15px;
    padding-left: 24px;
    text-indent: -999px;
    overflow: hidden
}

.medialibrary .board-of-directors-box .download-video {
    margin-left: 5px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    height: 24px;
    left: 15px;
    padding-left: 24px;
    text-indent: -999px;
    overflow: hidden
}

.medialibrary .view-media-library-video .board-of-directors-box img {
    cursor: auto
}

.mfp-close {
    color: #fff !important;
    font-weight: 100;
    background: no-repeat
}

.mfp-close span {
    position: relative;
    font-size: 1.8rem;
    top: -5px;
    font-weight: 100
}

.modal {
    top: 20px
}

.modal .modal-dialog .modal-content {
    border-radius: 0;
    width: 100% !important
}

.modal .modal-dialog .modal-content .video-player .carousel-inner .nextprev-controls {
    float: right;
    position: absolute;
    bottom: 80px;
    right: 0;
    z-index: 2
}

.modal .modal-dialog .modal-content .video-player .carousel-inner .nextprev-controls a {
    padding-left: 5px
}

.modal .modal-dialog .modal-content .video-player .carousel-inner .nextprev-controls .previous::after {
    content: "\f104";
    padding-left: 10px;
    padding-right: 10px !important
}

.modal .modal-dialog .modal-content .video-player .carousel-inner .nextprev-controls .next::after {
    content: "\f105";
    padding-left: 30px;
    padding-right: 15px
}

.modal .modal-dialog .modal-content .image-player .carousel-inner .item .image-content {
    position: relative
}

@media screen and (min-width:320px) {
    .modal .modal-dialog .modal-content .image-player .carousel-inner .item .image-content img {
        width: 100%;
        height: auto
    }
}

@media screen and (min-width:768px) {
    .modal .modal-dialog .modal-content .image-player .carousel-inner .item .image-content img {
        width: 100%;
        height: auto;
        max-height: 406px
    }
}

@media screen and (min-width:992px) {
    .modal .modal-dialog .modal-content .image-player .carousel-inner .item .image-content img {
        width: 100%;
        height: auto;
        max-height: 640px
    }
}

@media screen and (min-width:1200px) {
    .modal .modal-dialog .modal-content .image-player .carousel-inner .item .image-content img {
        width: 100%;
        height: auto;
        max-height: 640px
    }
}

.modal .modal-dialog .modal-content .image-player .carousel-inner .item .image-content .nextprev-controls {
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2
}

.modal .modal-dialog .modal-content .image-player .carousel-inner .item .image-content .nextprev-controls a {
    text-decoration: none;
    padding-left: 5px
}

.modal .modal-dialog .modal-content .image-player .carousel-inner .item .image-content .nextprev-controls .previous::after {
    content: "\f104";
    padding-left: 10px;
    padding-right: 10px !important
}

.modal .modal-dialog .modal-content .image-player .carousel-inner .item .image-content .nextprev-controls .next::after {
    content: "\f105";
    padding-left: 30px;
    padding-right: 15px
}

.modal .modal-dialog .modal-content .image-player .carousel-inner .item .video-content {
    position: relative
}

@media screen and (min-width:320px) {
    .modal .modal-dialog .modal-content .image-player .carousel-inner .item .video-content img {
        width: 100%;
        height: auto
    }
}

@media screen and (min-width:768px) {
    .modal .modal-dialog .modal-content .image-player .carousel-inner .item .video-content img {
        width: 100%;
        height: auto;
        max-height: 406px
    }
}

@media screen and (min-width:992px) {
    .modal .modal-dialog .modal-content .image-player .carousel-inner .item .video-content img {
        width: 100%;
        height: auto;
        max-height: 640px
    }
}

@media screen and (min-width:1200px) {
    .modal .modal-dialog .modal-content .image-player .carousel-inner .item .video-content img {
        width: 100%;
        height: auto;
        max-height: 640px
    }
}

.modal .modal-dialog .modal-content .image-player .carousel-inner .item .video-content .nextprev-controls {
    float: right;
    position: absolute;
    bottom: -35px;
    right: 0;
    z-index: 2
}

.modal .modal-dialog .modal-content .image-player .carousel-inner .item .video-content .nextprev-controls a {
    text-decoration: none;
    padding-left: 5px
}

.modal .modal-dialog .modal-content .image-player .carousel-inner .item .video-content .nextprev-controls .previous::after {
    content: "\f104";
    padding-left: 10px;
    padding-right: 10px !important
}

.modal .modal-dialog .modal-content .image-player .carousel-inner .item .video-content .nextprev-controls .next::after {
    content: "\f105";
    padding-left: 30px;
    padding-right: 15px
}

.modal .modal-body {
    padding: 0 !important
}

.modal .close.btn-close-modal {
    position: absolute;
    top: -65px;
    right: -1px;
    font-size: 4.5rem;
    font-weight: 100;
    font-weight: 100;
    text-shadow: none;
    opacity: 1
}

.modal .close.btn-close-modal span {
    text-transform: uppercase;
    bottom: 18px;
    position: absolute;
    right: 30px
}

@media screen and (min-width:320px) {
    .modal-dialog {
        width: 100%;
        margin-top: 0
    }

    .modal-dialog .mfp-close {
        right: 0 !important
    }

    .modal-dialog .description-area {
        padding-left: 12px !important;
        padding-right: 12px !important;
        margin-top: -20px;
        padding-top: 30px !important;
        margin-bottom: 22px;
        padding-bottom: 30px
    }

    .modal-dialog .description-area .btn-download {
        border-radius: 0;
        width: auto;
        height: 50px;
        border: solid 1px #092546;
        text-decoration: none;
        letter-spacing: .4px;
        text-align: center;
        margin-top: 20px;
        text-transform: uppercase;
        padding: 15px
    }

    .modal-dialog .description-area .btn-download .download-image {
        margin-left: 5px;
        float: right;
        margin-top: -4px;
        margin-right: 10px;
        height: 24px;
        left: 15px;
        padding-left: 24px;
        text-indent: -999px;
        overflow: hidden
    }

    .modal-dialog .description-area .btn-download .download-video {
        margin-left: 5px;
        float: right;
        margin-top: -4px;
        margin-right: 10px;
        height: 24px;
        left: 15px;
        padding-left: 24px;
        text-indent: -999px;
        overflow: hidden
    }

    .modal-dialog .description-area .text-description {
        opacity: .8;
        line-height: 1.43;
        text-align: left
    }
}

@media screen and (min-width:768px) {
    .modal {
        width: 724px
    }

    .white-popup {
        max-width: 724px
    }

    .modal-dialog {
        width: 100%;
        margin-top: 0
    }

    .modal-dialog .description-area {
        padding-left: 50px !important;
        padding-right: 50px !important;
        margin-top: -20px;
        padding-top: 30px !important;
        margin-bottom: 0;
        padding-bottom: 50px
    }

    .modal-dialog .description-area .btn-download {
        text-decoration: none;
        border-radius: 0;
        width: auto;
        height: 50px;
        border: solid 1px #092546;
        letter-spacing: .4px;
        text-align: center;
        margin-top: 20px;
        text-transform: uppercase;
        padding: 15px
    }

    .modal-dialog .description-area .btn-download .download-image {
        margin-left: 5px;
        float: right;
        margin-top: -4px;
        margin-right: 10px;
        height: 24px;
        left: 15px;
        padding-left: 24px;
        text-indent: -999px;
        overflow: hidden
    }

    .modal-dialog .description-area .btn-download .download-video {
        margin-left: 5px;
        float: right;
        margin-top: -4px;
        margin-right: 10px;
        height: 24px;
        left: 15px;
        padding-left: 24px;
        text-indent: -999px;
        overflow: hidden
    }

    .modal-dialog .description-area .text-description {
        opacity: .8;
        line-height: 1.43;
        text-align: left
    }
}

@media screen and (min-width:992px) {
    .modal {
        width: 875px
    }

    .white-popup {
        max-width: 800px
    }

    .modal-dialog {
        width: 100%;
        max-width: 875px;
        margin-top: 0
    }

    .modal-dialog .description-area {
        padding-left: 50px !important;
        padding-right: 50px !important;
        margin-top: -20px;
        padding-top: 30px !important;
        margin-bottom: 22px;
        padding-bottom: 50px
    }

    .modal-dialog .description-area .btn-download {
        text-decoration: none;
        border-radius: 0;
        width: auto;
        height: 50px;
        border: solid 1px #092546;
        letter-spacing: .4px;
        text-align: center;
        margin-top: 10px;
        text-transform: uppercase;
        padding: 15px
    }

    .modal-dialog .description-area .btn-download .download-image {
        margin-left: 5px;
        float: right;
        margin-top: -4px;
        margin-right: 10px;
        height: 24px;
        left: 15px;
        padding-left: 24px;
        text-indent: -999px;
        overflow: hidden
    }

    .modal-dialog .description-area .btn-download .download-video {
        margin-left: 5px;
        float: right;
        margin-top: -4px;
        margin-right: 10px;
        height: 24px;
        left: 15px;
        padding-left: 24px;
        text-indent: -999px;
        overflow: hidden
    }

    .modal-dialog .description-area .text-description {
        opacity: .8;
        line-height: 1.43;
        text-align: left
    }
}

@media screen and (min-width:1200px) {
    .modal {
        width: 992px
    }

    .white-popup {
        max-width: 900px
    }

    .modal-dialog {
        width: 100%;
        margin-top: 0;
        max-width: 1140px
    }

    .modal-dialog .description-area {
        padding-left: 50px !important;
        padding-right: 50px !important;
        margin-top: -20px;
        padding-top: 30px !important;
        margin-bottom: 0;
        padding-bottom: 50px
    }

    .modal-dialog .description-area .btn-download {
        text-decoration: none;
        border-radius: 0;
        width: auto;
        height: 50px;
        border: solid 1px #092546;
        text-align: center;
        margin-top: 10px;
        text-transform: uppercase;
        padding: 15px
    }

    .modal-dialog .description-area .btn-download .download-image {
        margin-left: 5px;
        float: right;
        margin-top: -4px;
        margin-right: 10px;
        height: 24px;
        left: 15px;
        padding-left: 24px;
        text-indent: -999px;
        overflow: hidden
    }

    .modal-dialog .description-area .btn-download .download-video {
        margin-left: 5px;
        float: right;
        margin-top: -4px;
        margin-right: 10px;
        height: 24px;
        left: 15px;
        padding-left: 24px;
        text-indent: -999px;
        overflow: hidden
    }

    .modal-dialog .description-area .text-description {
        opacity: .8;
        line-height: 1.43;
        text-align: left
    }
}

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

@media screen and (min-width:320px) {
    ul.nav.dropdown {
        display: block
    }

    ul.nav.nav-tabs {
        display: none
    }
}

@media screen and (min-width:768px) {
    ul.nav.dropdown {
        display: none
    }

    ul.nav.nav-tabs {
        display: block
    }
}

@media screen and (min-width:992px) {
    ul.nav.dropdown {
        display: none
    }

    ul.nav.nav-tabs {
        display: block
    }
}

@media screen and (min-width:1200px) {
    ul.nav.dropdown {
        display: none
    }

    ul.nav.nav-tabs {
        display: block
    }
}

.image-gallery-fw {
    position: relative
}

.image-gallery-fw a.carousel-control {
    display: block;
    text-indent: -9999px;
    display: inline-block;
    padding: 3px;
    content: "";
    background-image: none !important;
    z-index: 999;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    position: relative;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: auto;
    left: auto;
    top: auto;
    height: 2px;
    width: 2px
}

.image-gallery-fw .controlsWrap {
    padding: 15px
}

.image-gallery-fw .image-gallery-title {
    display: inline;
    margin-right: 10px
}

.image-gallery-fw .image-gallery-description {
    display: inline
}

.image-gallery-fw .controlsWrap {
    position: absolute;
    bottom: 20px;
    right: 0;
    padding: 15px;
    height: 40px
}

.image-gallery-fw a.prevLink {
    margin-right: 25px;
    top: 3px
}

.image-gallery-fw a.prevLink {
    border-width: 3px 0 0 3px;
    top: 3px
}

.image-gallery-fw a.prevLink:active {
    border-width: 3px 0 0 3px
}

.image-gallery-fw a.prevLink:focus {
    border-width: 3px 0 0 3px
}

.image-gallery-fw a.nextLink {
    border-width: 0 3px 3px 0
}

.image-gallery-fw a.nextLink:active {
    border-width: 0 3px 3px 0
}

.image-gallery-fw a.nextLink:focus {
    border-width: 0 3px 3px 0
}

.image-gallery-fw .image-gallery-title {
    display: inline;
    margin-right: 10px;
    font-weight: 700
}

.image-gallery-fw .image-gallery-description {
    display: inline
}

.hero-banner {
    width: 100vw;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%
}

@media screen and (max-width:767px) {
    .hero-banner {
        padding: 20px;
        height: auto
    }
}

.hero-banner:not(.is-banner) {
    width: 100%;
    margin-bottom: 30px
}

.hero-banner .hero-banner-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    opacity: .8
}

.hero-banner.video-on {
    display: block;
    background: 0 0 !important
}

.hero-banner .hero-content {
    position: absolute;
    z-index: 999;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%
}

@media screen and (max-width:767px) {
    .hero-banner .hero-content {
        position: relative;
        -webkit-transform: none;
        transform: none
    }
}

.hero-banner .hero-content .hero-banner-text {
    width: 70%;
    margin: 0 auto;
    text-align: center
}

.hero-banner .hero-content .stong-text {
    font-weight: 700
}

.hero-banner .hero-content .video-link,
.hero-banner .hero-content .video-link-lightbox {
    position: relative !important;
    margin: 20px auto 0;
    width: 60px;
    height: 60px;
    background-size: 100%
}

@media screen and (max-width:767px) {

    .hero-banner .hero-content .video-link,
    .hero-banner .hero-content .video-link-lightbox {
        height: 100px
    }
}

.hero-banner .overlay-video {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    z-index: 9999
}

.hero-banner .overlay-video .inv_playerContainer {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero-banner .inv_playerContainer {
    display: block
}

.hero-banner .video-close {
    position: absolute;
    padding: 10px;
    z-index: 999;
    right: 45px;
    top: 50px
}

@media screen and (max-width:767px) {
    .hero-banner .video-close {
        right: 35px;
        top: 15px
    }
}

.hero-banner .background-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%
}

.hero-banner .background-video .inv_bannerPlayer {
    width: auto !important;
    height: 100% !important;
    padding-bottom: 56.25%
}

.hero-banner:not(.hero-banner-with-background).loop-enabled .video-close,
.hero-banner:not(.hero-banner-with-background).loop-enabled .video-link {
    display: none
}

.slide-wrapper {
    display: inline
}

.slide-wrapper .slide-reverse .container {
    padding: 0
}

.slide-reverse .carousel-inner,
.slide-reverse .container,
.slide-reverse .fill,
.slide-reverse .item,
.slide-reverse.carousel {
    height: 100%;
    width: 100%;
    overflow: hidden
}

.slide-reverse .carousel-inner>.item .carousel-caption {
    right: 0;
    left: 0
}

.slide-reverse .carousel-indicators {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 50px;
    left: auto;
    width: auto;
    height: 100px
}

.slide-reverse .carousel-indicators li {
    width: 10px;
    height: 10px;
    display: block;
    margin-bottom: 5px;
    opacity: .2;
    border: none;
    margin-bottom: 15px
}

.slide-reverse .carousel-indicators li.active {
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 1px;
    margin-bottom: 15px
}

.slide-reverse .carousel-caption {
    text-align: left;
    display: table;
    width: 100%;
    height: 100%;
    padding: 0;
    top: 0;
    max-width: 1100px;
    margin: 0 auto;
    text-shadow: none
}

.slide-reverse .caption-text {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.slide-reverse .carousel-caption .caption-text img {
    float: left;
    margin-right: 50px;
    max-width: 60%;
    width: 60%
}

.slide-reverse .carousel-inner>.item.active.left,
.slide-reverse .carousel-inner>.item.active.right,
.slide-reverse .carousel-inner>.item.next,
.slide-reverse .carousel-inner>.item.next.left,
.slide-reverse .carousel-inner>.item.prev,
.slide-reverse .carousel-inner>.item.prev.right {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    top: 0
}

.carousel-inner>.slide-reverse .item.active {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    top: 0
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .slide-reverse.carousel .item {
        -webkit-transition: 0s ease-in-out top;
        transition: 0s ease-in-out top
    }
}

.slide-reverse.carousel .carousel-inner>.item .carousel-caption h2 {
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: -.7px;
    text-align: left;
    display: inline
}

.slide-reverse.carousel .carousel-inner>.item .carousel-caption h2 span {
    font-weight: 300
}

.slide-reverse.carousel .carousel-inner>.item .carousel-caption p {
    opacity: .8;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left
}

.slide-reverse.carousel .btn.btn-primary {
    min-width: 130px;
    height: 50px;
    border-radius: 0;
    margin-top: 25px;
    font-weight: 500;
    padding: 12px 20px
}

.slide-reverse .carousel-inner .item::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 50%;
    display: block;
    transition: all .7s cubic-bezier(.46, .15, .21, 1.04);
    -ms-transition: all .7s cubic-bezier(.46, .15, .21, 1.04);
    -webkit-transition: all .7s cubic-bezier(.46, .15, .21, 1.04);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

.slide-reverse .carousel-inner .item.active::after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.slide-reverse .carousel-inner .item .carousel-caption {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    transition: all .5s cubic-bezier(.74, -.01, .46, 1.02);
    -webkit-transition: all .5s cubic-bezier(.74, -.01, .46, 1.02);
    -ms-transition: all .5s cubic-bezier(.74, -.01, .46, 1.02)
}

.slide-reverse .carousel-inner .item.active .carousel-caption {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media screen and (max-width:1024px) {
    .slide-reverse .carousel-indicators {
        right: 10px
    }
}

@media screen and (max-width:768px) {
    .slide-reverse .carousel-inner .item::after {
        width: 100%;
        height: 35%
    }

    .slide-reverse .carousel-caption {
        display: block;
        padding: 20px 12px 15px 12px
    }

    .slide-reverse .carousel-caption .caption-text img {
        float: none;
        margin-right: 0;
        max-width: 100%;
        width: 100%
    }

    .slide-reverse.carousel .carousel-inner>.item .carousel-caption h2 {
        font-weight: 500;
        margin-top: 15px;
        display: block
    }

    .slide-reverse .carousel-inner,
    .slide-reverse .container,
    .slide-reverse .fill,
    .slide-reverse .item,
    .slide-reverse.carousel {
        height: 710px
    }

    .slide-reverse .carousel-indicators {
        position: absolute;
        top: 75%;
        right: 15px;
        height: 64px
    }

    .slide-reverse.carousel .carousel-inner>.item .carousel-caption h2 {
        letter-spacing: -.3px;
        margin-bottom: 15px
    }

    .slide-reverse.carousel .carousel-inner>.item .carousel-caption p {
        padding-right: 20px
    }
}

@media screen and (max-width:640px) {

    .slide-reverse .carousel-inner,
    .slide-reverse .container,
    .slide-reverse .fill,
    .slide-reverse .item,
    .slide-reverse.carousel {
        height: 625px
    }

    .slide-reverse .carousel-indicators {
        position: absolute;
        top: 60%;
        right: 15px;
        height: 64px
    }
}

@media screen and (max-width:480px) {

    .slide-reverse .carousel-inner,
    .slide-reverse .container,
    .slide-reverse .fill,
    .slide-reverse .item,
    .slide-reverse.carousel {
        height: 565px
    }
}

.hero-banner {
    width: 100vw;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%
}

@media screen and (max-width:767px) {
    .hero-banner {
        padding: 20px;
        height: auto
    }
}

.hero-banner:not(.is-banner) {
    width: 100%;
    margin-bottom: 30px
}

.hero-banner .hero-banner-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    opacity: .8
}

.hero-banner.video-on {
    display: block;
    background: 0 0 !important
}

.hero-banner .hero-content {
    position: absolute;
    z-index: 999;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%
}

@media screen and (max-width:767px) {
    .hero-banner .hero-content {
        position: relative;
        -webkit-transform: none;
        transform: none
    }
}

.hero-banner .hero-content .hero-banner-text {
    width: 70%;
    margin: 0 auto;
    text-align: center
}

.hero-banner .hero-content .stong-text {
    font-weight: 700
}

.hero-banner .hero-content .video-link,
.hero-banner .hero-content .video-link-lightbox {
    position: relative !important;
    margin: 20px auto 0;
    width: 60px;
    height: 60px;
    background-size: 100%
}

@media screen and (max-width:767px) {

    .hero-banner .hero-content .video-link,
    .hero-banner .hero-content .video-link-lightbox {
        height: 100px
    }
}

.hero-banner .overlay-video {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    z-index: 9999
}

.hero-banner .overlay-video .inv_playerContainer {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero-banner .inv_playerContainer {
    display: block
}

.hero-banner .video-close {
    position: absolute;
    padding: 10px;
    z-index: 999;
    right: 45px;
    top: 50px
}

@media screen and (max-width:767px) {
    .hero-banner .video-close {
        right: 35px;
        top: 15px
    }
}

.hero-banner .background-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%
}

.hero-banner .background-video .inv_bannerPlayer {
    width: auto !important;
    height: 100% !important;
    padding-bottom: 56.25%
}

.hero-banner:not(.hero-banner-with-background).loop-enabled .video-close,
.hero-banner:not(.hero-banner-with-background).loop-enabled .video-link {
    display: none
}

.iframe-wrap iframe {
    width: 100%
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 20px 5px;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -webkit-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    -webkit-transition: .2s transform, .2s top, .2s -webkit-transform;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-android .swiper-slide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight {
    height: auto
}

.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-custom {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -webkit-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    -webkit-transition: .2s transform, .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -webkit-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    -webkit-transition: .2s transform, .2s right, .2s -webkit-transform;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active {
    pointer-events: auto;
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-next {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide-shadow-bottom {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide-shadow-left {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-flip .swiper-slide-shadow-bottom {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-flip .swiper-slide-shadow-left {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

body {
    margin-top: 0;
    overflow: hidden
}

.swiper-container {
    margin-bottom: 20px
}

.swiper-container.disabled .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important
}

.swiper-container.disabled .swiper-button-next {
    display: none
}

.swiper-container.disabled .swiper-button-prev {
    display: none
}

.swiper-container.disabled .swiper-pagination {
    display: none
}

.swiper-container .container-fluid {
    position: relative
}

.swiper-container.swiper-container-vertical {
    min-height: 500px
}

.swiper-container.swiper-container-vertical.t1-banner-v4 {
    min-height: 650px
}

.swiper-container .swiper-button-hidden {
    display: none
}

.swiper-container.t1-banner .swiper-button-next,
.swiper-container.t1-banner .swiper-button-prev {
    width: 70px;
    height: 70px;
    background: url(/content/dam/microsites/merxaviation/ui/images/next-btns.png) no-repeat;
    top: auto;
    bottom: -2px;
    right: 170px;
    background-position: -70px 0;
    z-index: 11;
    -webkit-appearance: none;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.swiper-container.t1-banner .swiper-button-next:hover:after,
.swiper-container.t1-banner .swiper-button-prev:hover:after {
    background: rgba(0, 0, 0, .1)
}

.swiper-container.t1-banner .swiper-button-prev {
    left: auto;
    right: 237px;
    background-position: 0 0
}

.swiper-container.t1-banner-v4 .swiper-half-bg {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%
}

.swiper-container.t1-banner-v4 .swiper-slide-all-contents {
    max-width: 1170px;
    margin: 0 auto
}

.swiper-container.t1-banner-v4 .swiper-slide-all-contents .slider-image {
    max-width: 750px;
    width: 65%;
    float: left
}

.swiper-container.t1-banner-v4 .swiper-slide-all-contents .slider-image img {
    max-width: 100%;
    height: auto
}

.swiper-container.t1-banner-v4 .swiper-slide-all-contents .slider-content {
    -webkit-animation: none !important;
    animation: none !important;
    float: left;
    display: inline-block;
    opacity: 1;
    width: 35%;
    padding-left: 25px
}

.swiper-container.t1-banner-v4 .swiper-slide-all-contents .slider-content .slider-heading {
    width: 100%
}

.swiper-container.t1-banner-v4 .swiper-slide-all-contents .slider-content .banner-btn {
    min-width: 90px;
    padding: 6px 15px;
    margin-top: 20px
}

.swiper-container.t1-banner-v4 .swiper-slide-all-contents .slider-content .slider-desc {
    width: 100%
}

.swiper-container.t1-banner-v4.t1-banner-v4-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.swiper-container.t1-banner-v4.t1-banner-v4-background.local {
    top: 100px
}

.swiper-slide {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-slide .slider-content {
    text-align: left;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%
}

.swiper-slide .slider-content .slider-heading {
    width: 57%;
    margin-bottom: 10px;
    display: inline-block;
    line-height: normal
}

.swiper-slide .slider-content .slider-desc {
    width: 40%
}

.swiper-slide .slider-content .banner-btn {
    min-width: 130px;
    text-transform: capitalize;
    text-align: center;
    padding: 15px;
    display: inline-block;
    margin: 14px 0;
    text-decoration: none
}

.swiper-slide .slider-content .banner-btn:focus,
.swiper-slide .slider-content .banner-btn:hover {
    text-decoration: none
}

@media screen and (max-width:1024px) {
    .swiper-container .swiper-slide .slider-content {
        padding: 0 15px
    }

    .swiper-container .swiper-slide .slider-content .slider-heading {
        width: 80%
    }

    .swiper-container .swiper-slide .slider-content .slider-desc {
        width: 70%
    }

    .swiper-container .swiper-slide .slider-content .banner-btn {
        margin-top: 25px
    }

    .swiper-container.t1-banner .swiper-button-next,
    .swiper-container.t1-banner .swiper-button-prev {
        width: 50px;
        height: 50px;
        top: auto;
        bottom: -1px;
        background-position: -69px -3px;
        right: 22px;
        background-size: 120px
    }

    .swiper-container.t1-banner .swiper-button-prev {
        background-position: -2px -5px;
        left: auto;
        right: 70px
    }

    .swiper-container.t1-banner-v4 .swiper-slide-all-contents {
        max-width: 991px
    }

    .swiper-container.t1-banner-v4 .swiper-slide-all-contents .slider-content {
        padding-right: 10%
    }
}

@media screen and (max-width:991px) {
    .swiper-container .swiper-slide .slider-content .slider-heading {
        width: 90%;
        letter-spacing: 0
    }

    .swiper-container .swiper-slide .slider-content .slider-desc {
        width: 80%
    }

    .swiper-container.t1-banner-v4 .swiper-slide-all-contents {
        max-width: 100%;
        padding: 0 15px
    }

    .swiper-container.t1-banner-v4 .swiper-slide-all-contents {
        max-width: 100%;
        padding: 0 15px
    }

    .swiper-container.t1-banner-v4 .swiper-slide-all-contents .slider-image {
        width: 55%
    }

    .swiper-container.t1-banner-v4 .swiper-slide-all-contents .slider-content {
        padding-right: 10%;
        width: 45%
    }

    body.landscape .swiper-container.swiper-container-horizontal {
        height: auto
    }

    body.landscape .swiper-container.swiper-container-horizontal .swiper-wrapper {
        height: auto
    }

    body.landscape .swiper-container.swiper-container-horizontal .swiper-wrapper .swiper-slide {
        height: auto
    }

    body.landscape .swiper-container.swiper-container-horizontal .swiper-wrapper .swiper-slide .slider-content {
        height: auto;
        padding-bottom: 75px
    }

    body.landscape .swiper-container.swiper-container-horizontal .swiper-wrapper .swiper-slide .slider-content .slider-heading {
        margin-top: 25px
    }

    body.landscape .swiper-container.swiper-container-vertical {
        height: 500px
    }

    body.landscape .swiper-container.swiper-container-vertical .swiper-slide {
        height: 500px !important
    }

    body.landscape .swiper-container.swiper-container-vertical.t1-banner-v4 {
        height: 800px
    }

    body.landscape .swiper-container.swiper-container-vertical.t1-banner-v4 .swiper-slide {
        height: 800px !important
    }
}

@media screen and (max-width:767px) {
    .swiper-container {
        height: calc(100vh - 80px)
    }

    .swiper-container.swiper-container-vertical {
        min-height: 400px
    }

    .swiper-container.swiper-container-vertical.t1-banner-v4 {
        min-height: 600px
    }

    .swiper-container.swiper-container-vertical .swiper-pagination-bullets {
        top: auto;
        transform: translate3d(0, -120%, 0);
        -webkit-transform: translate3d(0, -120%, 0)
    }

    .swiper-container .swiper-slide {
        background-position: 50% 50%
    }

    .swiper-container .swiper-slide .slider-content .slider-heading {
        width: 80%;
        margin-bottom: 15px
    }

    .swiper-container .swiper-slide .slider-content .slider-desc {
        width: 100%;
        margin-bottom: 15px;
        padding-right: 25px
    }

    .swiper-container .swiper-slide .slider-content .banner-btn {
        margin-top: 15px
    }

    .swiper-container.t1-banner.swiper-container-vertical .swiper-button-next,
    .swiper-container.t1-banner.swiper-container-vertical .swiper-button-prev {
        right: 50px
    }

    .swiper-container.t1-banner.swiper-container-vertical .swiper-button-prev {
        right: 100px
    }

    .swiper-container.t1-banner .swiper-button-next,
    .swiper-container.t1-banner .swiper-button-prev {
        right: 0
    }

    .swiper-container.t1-banner .swiper-button-prev {
        right: 50px
    }

    .swiper-container.t1-banner-v4 .swiper-slide {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }

    .swiper-container.t1-banner-v4 .swiper-slide-all-contents .slider-image {
        width: 100%;
        float: none;
        margin-top: 20px
    }

    .swiper-container.t1-banner-v4 .swiper-slide-all-contents .slider-content {
        width: 100%;
        float: none;
        padding: 0;
        margin-top: 15px
    }

    .swiper-container.t1-banner-v4.t1-banner-v4-background {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        top: 0
    }

    .swiper-container.t1-banner-v4.t1-banner-v4-background .swiper-half-bg {
        width: 100%;
        height: 30%;
        top: 0
    }

    .swiper-container.t1-banner-v4.t1-banner-v4-background.local {
        top: 80px
    }

    body.landscape .swiper-container.swiper-container-vertical {
        height: 400px
    }

    body.landscape .swiper-container.swiper-container-vertical .swiper-slide {
        height: 400px !important
    }

    body.landscape .swiper-container.swiper-container-vertical.t1-banner-v4 {
        height: 700px
    }

    body.landscape .swiper-container.swiper-container-vertical.t1-banner-v4 .swiper-slide {
        height: 700px !important
    }
}

@media screen and (max-width:640px) {
    .swiper-container .swiper-slide .slider-content .slider-heading {
        width: 100%
    }

    .swiper-container .swiper-slide .slider-content .slider-desc {
        width: 100%
    }
}

.medialibrary-magnific .view-media-gallery,
.medialibrary-magnific .view-media-library-video {
    padding-top: 30px
}

.medialibrary-magnific ul.nav-tabs {
    margin: 0;
    padding: 0;
    border-bottom: none
}

.medialibrary-magnific ul.nav {
    display: table;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    table-layout: fixed;
    text-align: center
}

.medialibrary-magnific .nav-tabs>li {
    margin: 0;
    padding: 0;
    width: 20%;
    display: table-cell;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    vertical-align: bottom
}

.medialibrary-magnific .nav-tabs>li>a {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 100%;
    padding: 16px 10px;
    text-align: center;
    cursor: pointer;
    text-decoration: none
}

.medialibrary-magnific .nav-tabs>li.active>a,
.medialibrary-magnific .nav-tabs>li.activecategory>a {
    text-decoration: none
}

.medialibrary-magnific .nav-tabs>li.active>a:focus,
.medialibrary-magnific .nav-tabs>li.active>a:hover,
.medialibrary-magnific .nav-tabs>li.activecategory>a:focus,
.medialibrary-magnific .nav-tabs>li.activecategory>a:hover {
    text-decoration: none
}

.medialibrary-magnific .js-form-type-select {
    display: none
}

.medialibrary-magnific .nav-tabs>li {
    height: 54px !important
}

.medialibrary-magnific .dropdown-menu {
    list-style: none;
    position: relative
}

.medialibrary-magnific .tab-content {
    padding-left: 0;
    padding-right: 0
}

.medialibrary-magnific .tab-content .tab-pane {
    padding-top: 20px
}

@media screen and (min-width:320px) {
    .medialibrary-magnific .tab-content .pagination {
        margin-left: 19%
    }
}

@media screen and (min-width:768px) {
    .medialibrary-magnific .tab-content .pagination {
        margin-left: 54%
    }
}

@media screen and (min-width:992px) {
    .medialibrary-magnific .tab-content .pagination {
        margin-left: 54%
    }
}

@media screen and (min-width:1200px) {
    .medialibrary-magnific .tab-content .pagination {
        margin-left: 54%
    }
}

.medialibrary-magnific .tab-content .pagination {
    font-size: 2rem;
    float: right;
    margin-right: 30px
}

.medialibrary-magnific .tab-content .pagination a {
    padding-left: 5px
}

.medialibrary-magnific .tab-content .pagination .first::after {
    content: "\f104";
    padding-left: 24px
}

.medialibrary-magnific .tab-content .pagination .last::after {
    content: "\f105";
    padding-left: 45px
}

.medialibrary-magnific .tab-content .pagination.oneof {
    float: right;
    margin-right: 30px
}

.medialibrary-magnific .tab-content .pagination.oneof a {
    text-decoration: none;
    padding-left: 5px
}

.medialibrary-magnific .tab-content .pagination.oneof .first::after {
    content: "\f104";
    padding-right: 25px !important
}

.medialibrary-magnific .tab-content .pagination.oneof .last::after {
    content: "\f105";
    padding-left: 45px
}

.medialibrary-magnific .innertabs .nav-tabs>li>a {
    border: none
}

.medialibrary-magnific .innertabs .nav-tabs>li.active>a {
    text-decoration: none
}

.medialibrary-magnific .innertabs .nav-tabs>li.active>a:focus,
.medialibrary-magnific .innertabs .nav-tabs>li.active>a:hover {
    text-decoration: none
}

.medialibrary-magnific .innertabs .nav.dropdown>li>button {
    width: 100%;
    padding: 25px;
    text-align: left
}

@media screen and (min-width:320px) {
    ul.nav.dropdown {
        display: block
    }

    ul.nav.nav-tabs {
        display: none
    }
}

@media screen and (min-width:768px) {
    ul.nav.dropdown {
        display: none
    }

    ul.nav.nav-tabs {
        display: block
    }
}

@media screen and (min-width:992px) {
    ul.nav.dropdown {
        display: none
    }

    ul.nav.nav-tabs {
        display: block
    }
}

@media screen and (min-width:1200px) {
    ul.nav.dropdown {
        display: none
    }

    ul.nav.nav-tabs {
        display: block
    }
}

.media-gallery,
.media-gallery-video {
    overflow: auto
}

.media-gallery .media-gallery-item,
.media-gallery-video .media-gallery-item {
    margin-bottom: 25px
}

.media-gallery .media-img-gallery,
.media-gallery-video .media-img-gallery {
    overflow-x: hidden
}

.media-gallery .media-gallery-item-cover,
.media-gallery-video .media-gallery-item-cover {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 13px
}

.media-gallery .media-gallery-item-cover .download-image,
.media-gallery .media-gallery-item-cover .download-video,
.media-gallery-video .media-gallery-item-cover .download-image,
.media-gallery-video .media-gallery-item-cover .download-video {
    margin-left: 5px;
    float: right;
    margin-top: -2px;
    margin-right: 10px;
    height: 24px;
    left: 15px;
    padding-left: 24px;
    text-indent: -999px;
    overflow: hidden
}

.media-gallery .media-gallery-item-cover .download-image-small,
.media-gallery .media-gallery-item-cover .download-video-small,
.media-gallery-video .media-gallery-item-cover .download-image-small,
.media-gallery-video .media-gallery-item-cover .download-video-small {
    margin-left: 5px;
    float: right;
    margin-top: 0;
    margin-right: 10px;
    height: 18px;
    left: 15px;
    padding-left: 18px;
    text-indent: -999px;
    overflow: hidden;
    background-size: 18px
}

.media-gallery .media-gallery-item .thumb-image img,
.media-gallery-video .media-gallery-item .thumb-image img {
    width: 100%;
    max-height: 262px
}

@media screen and (min-width:320px) {

    .media-gallery .media-gallery-item .thumb-image img,
    .media-gallery-video .media-gallery-item .thumb-image img {
        width: 100%;
        max-height: 262px
    }
}

@media screen and (min-width:768px) {

    .media-gallery .media-gallery-item .thumb-image img,
    .media-gallery-video .media-gallery-item .thumb-image img {
        width: 100%;
        max-height: 262px
    }
}

@media screen and (min-width:992px) {

    .media-gallery .media-gallery-item .thumb-image img,
    .media-gallery-video .media-gallery-item .thumb-image img {
        width: 100%;
        max-height: 262px
    }
}

@media screen and (min-width:1200px) {

    .media-gallery .media-gallery-item .thumb-image img,
    .media-gallery-video .media-gallery-item .thumb-image img {
        width: 100%;
        max-height: 262px
    }
}

.mfp-content .mfp-figure .mfp-close {
    cursor: pointer !important
}

.mfp-content .mfp-bottom-bar {
    margin-top: -40px !important
}

.mfp-content .mfp-bottom-bar .mfp-title .image-gallery-content-div {
    padding: 50px;
    padding-left: 65px
}

.mfp-content .mfp-bottom-bar .mfp-title .download-image,
.mfp-content .mfp-bottom-bar .mfp-title .download-video {
    margin-left: 5px;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    height: 24px;
    left: 15px;
    padding-left: 24px;
    text-indent: -999px;
    overflow: hidden
}

.mfp-content .mfp-bottom-bar .mfp-title .download-image-small,
.mfp-content .mfp-bottom-bar .mfp-title .download-video-small {
    margin-left: 5px;
    float: right;
    margin-top: 1px;
    margin-right: 10px;
    height: 18px;
    padding-left: 18px;
    text-indent: -999px;
    overflow: hidden;
    background-size: 18px;
    position: absolute
}

.mfp-content .mfp-bottom-bar .mfp-title .btn-download {
    text-decoration: none;
    border-radius: 0;
    width: auto;
    height: 50px;
    letter-spacing: .4px;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    padding: 15px;
    padding-right: 35px;
    position: relative
}

.mfp-content .mfp-bottom-bar .mfp-title .btn-download .download-image {
    margin-top: -2px !important;
    margin-left: 5px
}

.mfp-content .mfp-bottom-bar .mfp-title .btn-download .download-video {
    margin-top: -2px !important;
    margin-left: 5px
}

.mfp-content .mfp-arrow-left {
    left: auto;
    right: 15px
}

.mfp-content .btn-controls-slider {
    position: absolute;
    height: 45px;
    width: 45px;
    bottom: 40px;
    right: 20px;
    z-index: 1
}

.mfp-content .btn-controls-slider.mfp-arrow-right {
    right: 0
}

.mfp-content .btn-controls-slider.mfp-arrow-left {
    right: 45px
}

.image-gallery-popup {
    cursor: default
}

.image-gallery-popup .mfp-figure {
    padding: 40px 0
}

.image-gallery-popup .mfp-figure figure>img {
    padding: 0
}

.image-gallery-popup .mfp-content {
    width: 992px
}

.image-gallery-popup .mfp-bottom-bar {
    position: relative;
    top: auto
}

.video-gallery-popup {
    cursor: default
}

.video-gallery-popup .mfp-figure {
    padding-top: 40px
}

.video-gallery-popup .mfp-figure figure>img {
    padding: 0
}

.video-gallery-popup .mfp-content .modal .description-area {
    padding: 50px;
    padding-top: 20px;
    position: relative
}

.video-gallery-popup .mfp-content .modal .description-area p {
    width: 90%
}

.video-gallery-popup .mfp-content .modal .description-area h3 {
    width: 90%
}

.video-gallery-popup .mfp-content .btn-controls-slider {
    top: 0
}

.video-gallery-popup .mfp-content button.mfp-close {
    top: -50px
}

@media screen and (min-width:320px) {
    .video-gallery-popup .mfp-content {
        width: 100% !important;
        margin-top: 0
    }
}

@media screen and (min-width:768px) {
    .video-gallery-popup .mfp-content {
        width: 720px !important;
        margin-top: -180px
    }

    .video-gallery-popup .mfp-content .modal {
        width: auto
    }
}

@media screen and (min-width:992px) {
    .video-gallery-popup .mfp-content {
        width: 900px !important;
        margin-top: -90px
    }
}

@media screen and (min-width:1200px) {
    .video-gallery-popup .mfp-content {
        width: 900px !important;
        margin-top: -90px
    }
}

.t1-full-width-video .signpost-wrap {
    cursor: default
}

.t1-full-width-video .signpost-wrap .signpost-placeholder-t1 {
    background-size: cover;
    height: 100%;
    background-position: center;
    cursor: default
}

.t1-full-width-video .signpost-wrap .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5
}

.t1-full-width-video .signpost-wrap .video-play-button .play-link {
    background-image: url(/content/dam/microsites/merxaviation/ui/images/icon-video-play-white.svg);
    background-size: cover;
    display: inline-block;
    height: 80px;
    width: 80px;
    cursor: pointer
}

.t1-full-width-video .signpost-content {
    position: relative !important;
    padding: 0 !important;
    cursor: default
}

.full-width-video-popup .signpost-video.s-video-lightbox.s-image-not {
    background-size: cover
}

.full-width-video-popup .mfp-content {
    width: auto !important
}

.full-width-video-popup .mfp-content .modal-body {
    padding: 0 !important
}

@media screen and (min-width:768px) {
    .full-width-video-popup .mfp-content .white-popup {
        width: 760px
    }
}

@media screen and (min-width:992px) {
    .full-width-video-popup .mfp-content .white-popup {
        width: 992px
    }
}

@media screen and (min-width:1200px) {
    .full-width-video-popup .mfp-content .white-popup {
        width: 992px
    }
}

.full-width-video-popup .mfp-content {
    width: auto !important
}

.full-width-video-popup .mfp-content .modal-body {
    padding: 0 !important
}

.full-width-video-popup button.mfp-close {
    right: 0 !important;
    top: -50px
}

.path-search-result .dropdown-menu {
    list-style: none;
    position: relative
}

.path-search-result #pagination {
    margin-left: 0;
    text-align: center
}

.path-search-result #hit-template li,
.path-search-result #paginate li,
.path-search-result #solrstrap-documentfacetresult li {
    padding: 30px 30px 20px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
    background-color: #fff;
    border-bottom: 1px solid #092546
}

.path-search-result #submitButton {
    background: #092546 none repeat scroll 0 0
}

#submitSearchButton {
    display: none
}

.T1-search-form .heading-search-result .search-heading {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 34px;
    margin: 0;
    padding: 30px 0 20px;
    text-transform: capitalize;
    line-height: 42px
}

.T1-search-form .heading-search-result .search .form-group {
    width: 65%;
    display: inline-block
}

.T1-search-form .heading-search-result .search .form-group label {
    display: none
}

.T1-search-form .heading-search-result .search .form-group .form-control {
    width: 100%;
    border-radius: 0;
    border: 1px solid #979797;
    -webkit-box-shadow: none;
    box-shadow: none
}

.T1-search-form .heading-search-result .search .btn {
    display: inline-block;
    display: inline-block;
    background: #092546 none repeat scroll 0 0;
    border-radius: 0;
    padding: 8px 17px
}

.T1-search-form .heading-search-result .search .bar-close {
    display: none
}

.T1-search-form .heading-search-result .filter-by fieldset {
    border: none
}

.T1-search-form .heading-search-result .filter-by fieldset legend {
    padding: 3px 0;
    display: inline-block;
    float: left;
    width: unset;
    border: none
}

.T1-search-form .heading-search-result .filter-by fieldset .fieldset-wrapper {
    display: inline-block;
    margin-left: 5px
}

.T1-search-form .heading-search-result .filter-by fieldset .fieldset-wrapper .radio {
    width: 50px
}

.T1-search-result-wrapper .actual-results {
    line-height: 21px;
    margin: 15px 0;
    overflow-wrap: break-word;
    word-break: break-all
}

.T1-search-result-wrapper .actual-results .actual-results-items {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.T1-search-result-wrapper .actual-results .file-name a {
    text-decoration: none
}

.T1-search-result-wrapper .actual-results .file-name img {
    width: 20px;
    margin-left: 5px;
    vertical-align: sub
}

.T1-search-result-wrapper .actual-results .file-path {
    margin-bottom: 12px
}

.T1-search-result-wrapper .actual-results .description {
    overflow-wrap: break-word;
    word-break: keep-all
}

header .header-menu-wrapper .T1-search-form .heading-search-result .search-heading {
    display: none
}

header .header-menu-wrapper .T1-search-form .heading-search-result .search .form-group {
    width: 100%;
    border: none
}

header .header-menu-wrapper .T1-search-form .heading-search-result .search .form-group .form-control {
    border: none;
    border-bottom: 1px solid #979797;
    width: 175px
}

header .header-menu-wrapper .T1-search-form .heading-search-result .search .btn {
    display: none
}

header .header-menu-wrapper .T1-search-form .heading-search-result .search .bar-close {
    display: block
}

header .header-menu-wrapper .T1-search-form .heading-search-result .filter-by {
    display: none
}

.hidden-txt {
    margin-left: -5000px;
    float: left
}

.float-100 {
    float: left;
    width: 100%
}

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

.content p {
    margin: 0 0 40px;
    line-height: 1.63;
    font-family: Roboto-Regular, Arial, sans-serif
}

.content a {
    font-size: 1.4rem;
    font-family: Roboto-Medium, Arial, sans-serif;
    color: #287786;
    text-decoration: none;
    outline: 3px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.content a:hover {
    text-decoration: none;
    color: #005767
}

.content a:active,
.content a:focus {
    border: none;
    outline: 0
}

.content ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: inherit
}

.content ul li {
    font-family: Roboto-Regular, Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 20px;
    padding-left: 5px
}

.content ul.sitemap-menu li {
    margin-bottom: 5px
}

.content ol {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: decimal
}

body {
    font-size: calculateRem(2.4rem);
    font-family: Roboto-Regular, Arial, sans-serif;
    font-weight: 400;
    background: #fff;
    color: #003746;
    margin-top: 0
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px
}

a {
    color: #287786;
    text-decoration: none
}

a:hover {
    text-decoration: underline;
    color: #287786
}

a:active,
a:focus {
    border: none
}

#search-block-form .input-group-btn {
    display: none
}

.invisible {
    position: absolute;
    left: -9999999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    visibility: visible
}

img {
    outline-style: none;
    outline-width: 0;
    border: 0 none;
    max-width: 100%;
    height: auto
}

sup {
    font-size: smaller;
    font-weight: 700
}

sub {
    margin: 2px 0;
    padding: 2px 0
}

ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none
}

ul li {
    font-family: Roboto-Regular, Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 20px;
    padding-left: 5px
}

.radio {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 80px
}

ol {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: decimal
}

.contentwrapper ul {
    margin-bottom: 15px
}

.contentwrapper ul ul {
    margin-top: 15px
}

.contentwrapper ul li {
    margin-bottom: 10px
}

.contentwrapper ol li {
    margin-bottom: 10px
}

.contentwrapper ul li {
    padding-left: 20px;
    position: relative
}

.contentwrapper ol {
    list-style-type: decimal;
    padding-left: 18px;
    margin-bottom: 10px
}

.contentwrapper ol ol {
    margin-top: 15px
}

hr {
    border-style: none none solid;
    border-width: 0 0 1px;
    margin: 5px 0
}

:active {
    outline-style: none;
    outline-width: 0
}

.iframeWrap iframe,
iframe {
    border: none;
    display: block;
    frameBorder: 0
}

.select-wrapper.mobile-only {
    display: none
}

.maincontentWrapper {
    min-height: 550px
}

@media screen and (max-width:480px) {
    .select-wrapper.mobile-only {
        display: block
    }

    .maincontentWrapper {
        min-height: 400px
    }
}

.select-wrapper {
    color: #fff;
    width: 100%
}

.select-wrapper select {
    color: #fff;
    background: #003746;
    text-align: left;
    padding-right: 3em
}

select.form-control {
    color: #fff;
    font-family: Roboto-Medium, Arial, sans-serif;
    font-weight: 700;
    height: 64px
}

.has-glyphicons .select-wrapper::after,
.select-wrapper:after {
    color: #fff;
    font-family: FontAwesome;
    content: "\f0d7";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-top: -.5em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    font-size: 2.1rem
}

.nav.nav-tabs>li>a:focus,
.nav.nav-tabs>li>a:hover {
    color: #fff;
    background: #003746
}

.page-summury,
.page-summury p {
    font-family: Roboto-Light, Arial, sans-serif;
    color: #003746;
    font-size: 2.4rem
}

.paragraph-thin {
    font-family: Roboto-Light, Arial, sans-serif;
    color: #003746;
    font-size: 2.4rem
}

.paragraph-bold {
    font-family: Roboto-Medium, Arial, sans-serif;
    color: #003746;
    font-size: 2.4rem
}

.paragraph-small-font {
    font-family: Roboto-Regular, Arial, sans-serif;
    color: #003746;
    font-size: 1.4rem
}

.paragraph-big-font {
    font-family: Roboto-Regular, Arial, sans-serif;
    color: #003746;
    font-size: 3.2rem
}

.fullwidth-banner {
    background-color: #f6f6f6;
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.fullwidth-banner img {
    width: 100%
}

.pagination .normal {
    color: #979797
}

.pagination .active {
    color: #297fca
}

a.link-online {
    color: #297fca;
    font-weight: 300;
    font-family: Roboto-Light, Arial, sans-serif
}

a.link-online span {
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 1px solid #287786
}

.view.view-frontpage {
    float: left;
    width: 100%
}

.view-empty {
    background: rgba(0, 0, 0, .05)
}

.view-empty p {
    padding: 25px 20px;
    font-size: 1.6rem
}

.region-content {
    min-height: 360px
}

.page-bod-page-header .breadcrumb,
.page-financial-cal-page-header .breadcrumb,
.page-newsroom-page-header .breadcrumb,
.page-presentations-page-header .breadcrumb,
.page-results-page-header .breadcrumb {
    margin-left: 8%
}

@media screen and (max-width:767px) {

    .page-bod-page-header .breadcrumb,
    .page-financial-cal-page-header .breadcrumb,
    .page-newsroom-page-header .breadcrumb,
    .page-presentations-page-header .breadcrumb,
    .page-results-page-header .breadcrumb {
        margin-left: 0
    }
}

.page-bod-page-header h1.page-header,
.page-financial-cal-page-header h1.page-header,
.page-newsroom-page-header h1.page-header,
.page-presentations-page-header h1.page-header,
.page-results-page-header h1.page-header {
    margin: 40px 9% 20px
}

@media screen and (max-width:767px) {

    .page-bod-page-header h1.page-header,
    .page-financial-cal-page-header h1.page-header,
    .page-newsroom-page-header h1.page-header,
    .page-presentations-page-header h1.page-header,
    .page-results-page-header h1.page-header {
        margin-left: 0
    }
}

.page-bod-page-header .tab-content>.active,
.page-financial-cal-page-header .tab-content>.active,
.page-newsroom-page-header .tab-content>.active,
.page-presentations-page-header .tab-content>.active,
.page-results-page-header .tab-content>.active {
    padding: 0
}

@media screen and (max-width:767px) {

    .page-bod-page-header .tab-content.mainWrapperT,
    .page-financial-cal-page-header .tab-content.mainWrapperT,
    .page-newsroom-page-header .tab-content.mainWrapperT,
    .page-presentations-page-header .tab-content.mainWrapperT,
    .page-results-page-header .tab-content.mainWrapperT {
        padding-top: 50px
    }
}

.ac.first .ac-text {
    opacity: 1;
    height: auto;
    padding: 0 10px
}

.ac:nth-of-type(odd) {
    background: #fff
}

.ac:nth-of-type(even) {
    background: #fff
}

.ac-label {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    width: 100%;
    position: relative;
    text-decoration: none;
    font-family: Roboto-Medium, Arial, sans-serif;
    color: #003746;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 25px;
    padding-left: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    margin-bottom: 0;
    padding-right: 6%
}

@media screen and (max-width:480px) {
    .ac-label {
        padding-right: 11%
    }
}

.ac-input:checked+label:nth-of-type(odd) {
    background: #fff
}

.ac-input:checked+label:nth-of-type(even) {
    background: #fff
}

.ac-input:checked+.ac-label:after,
.ac-label:after {
    position: absolute;
    right: 12px;
    top: 30px;
    font-family: FontAwesome;
    content: "\f067";
    float: right;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out
}

.ac-input:checked+.ac-label:after,
.ac-label:hover:after {
    background-color: transparent
}

.ac.active .ac-input+.ac-label:after,
.ac.active .ac-sub .ac-input+.ac-label:after,
.ac.first.active .ac-input+.ac-label:after {
    position: absolute;
    right: 12px;
    top: 30px;
    font-family: FontAwesome;
    content: "\f00d";
    float: right;
    -webkit-transition: all .5s;
    transition: all .5s
}

.ac-input {
    display: none
}

.ac-sub-text,
.ac-text,
.ac.first>.ac-text {
    opacity: 1;
    opacity: 1;
    height: auto;
    margin-bottom: .5em;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    overflow: hidden
}

.ac.active .ac-sub .ac-sub-text,
.ac.active .ac-text,
.ac.first.active .ac-text {
    opacity: 1;
    height: auto;
    padding: 0 10px 0 0
}

.ac-sub {
    width: 98%;
    margin-left: 10px
}

.ac-sub .ac-label {
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out;
    cursor: pointer;
    width: 100%;
    position: relative;
    text-decoration: none;
    font-family: Roboto-Medium, Arial, sans-serif;
    color: #003746;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 22px;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    padding-right: 6%
}

@media screen and (max-width:480px) {
    .ac-sub .ac-label {
        padding-right: 11%
    }
}

.ac-sub .ac-label:after,
.ac-sub .ac-label:checked {
    position: absolute;
    right: 12px;
    top: 18px;
    font-family: FontAwesome;
    content: "\f067";
    float: right;
    -webkit-transition: all .5s;
    transition: all .5s
}

.ac-sub .ac-input:checked+label {
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out;
    cursor: pointer;
    width: 100%;
    position: relative;
    text-decoration: none;
    font-family: Roboto-Medium, Arial, sans-serif;
    color: #003746;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 22px;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    padding-right: 6%
}

@media screen and (max-width:480px) {
    .ac-sub .ac-input:checked+label {
        padding-right: 11%
    }
}

.ac-sub-text {
    padding: 0 1em 0 2em
}

.ac-text .ac-sub .tab-pane .ac .ac-label:after {
    position: absolute;
    right: 12px;
    top: 18px;
    font-family: FontAwesome;
    content: "\f067";
    float: right;
    -webkit-transition: all .5s;
    transition: all .5s
}

.ac-text .ac-sub .tab-pane .ac.active .ac-label:after {
    position: absolute;
    right: 12px;
    top: 18px;
    font-family: FontAwesome;
    content: "\f00d";
    float: right;
    -webkit-transition: all .5s;
    transition: all .5s
}

.breadcrumb {
    padding: 8px 15px 8px 0;
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;
    color: #003746;
    background-color: transparent
}

.breadcrumb li {
    display: inline-block;
    color: #003746
}

.breadcrumb li a {
    color: #003746
}

.breadcrumb li a:active,
.breadcrumb li a:hover {
    text-decoration: none;
    color: #287786
}

.breadcrumb li a:active :before,
.breadcrumb li a:hover :before {
    font-family: FontAwesome;
    content: "\f105";
    color: #287786
}

.breadcrumb li a:active :after,
.breadcrumb li a:hover :after {
    font-family: FontAwesome;
    content: " "
}

.breadcrumb>li+li:before {
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 5px;
    color: #003746
}

.breadcrumb>li+li:after {
    content: " ";
    color: #003746
}

.content p.h1,
.h1,
h1 {
    font-size: 5.6rem;
    color: #003746;
    font-family: Roboto-Medium, Arial, sans-serif;
    clear: both;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 13px
}

.content p.h2,
.h2,
h2 {
    font-size: 4.8rem;
    color: #003746;
    font-family: Roboto-Medium, Arial, sans-serif;
    clear: both;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 20px;
    padding-top: 60px;
    margin-top: 0
}

.content p.h3,
.h3,
h3 {
    font-size: 3.2rem;
    color: #287786;
    font-family: Roboto-Medium, Arial, sans-serif;
    clear: both;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 17px
}

.content p.h4,
.h4,
h4 {
    font-size: 2.4rem;
    font-family: Roboto-Medium, Arial, sans-serif;
    color: #003746;
    clear: both;
    font-weight: 400;
    line-height: 24px;
    margin-top: 40px;
    margin-bottom: 20px
}

.content p.h5,
.h5,
h5 {
    font-size: 1.8rem;
    font-family: Roboto-Medium, Arial, sans-serif;
    color: #003746;
    clear: both;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px
}

.content p.h6,
.h6,
h6 {
    font-size: 1.6rem;
    color: #003746;
    clear: both;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 10px
}

.counter-section {
    margin: 20px 0
}

.counter-section .counter-item {
    text-align: center
}

@media screen and (max-width:767px) {
    .counter-section .counter-item {
        padding-bottom: 10px
    }
}

.counter-section .counter-image i {
    display: inline-block;
    margin-bottom: 10px;
    color: #287786
}

.counter-section .counter-value {
    font-size: 3.2rem;
    line-height: 36px;
    margin-bottom: 10px
}

.counter-section .counter-text p {
    font-size: 1.4rem;
    line-height: 20px;
    height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    margin: 0
}

.counter-section .counter-text a {
    color: #287786;
    text-decoration: none
}

.counter-section .counter-text a:hover {
    text-decoration: none;
    color: #287786
}

.counter-section .counter-text a:active,
.counter-section .counter-text a:focus {
    border: none;
    text-decoration: none;
    outline: 0
}

.counter-section .counter-box {
    margin-bottom: 20px
}

.quote-section {
    margin: 20px 0 40px
}

.quote-section .quote-text {
    position: relative
}

.quote-section .quote-text:before {
    content: url(/content/dam/microsites/merxaviation/images/light-blue-quote.svg);
    position: absolute;
    top: -14px
}

.quote-section .quote-text p {
    font-size: 2.4rem;
    line-height: 35px;
    font-family: Roboto-Medium, Arial, sans-serif;
    color: #287786;
    font-weight: 700;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 20px
}

.quote-section .quote-author-details {
    font-size: 1.2rem;
    line-height: 18px;
    opacity: .6
}

.nav-tabs-horizontal .nav-tabs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: block;
    width: 100%;
    overflow-x: auto
}

.nav-tabs-horizontal .nav-tabs {
    border-bottom: none
}

.nav-tabs-horizontal .nav-tabs-dropdown {
    display: none
}

.nav-tabs-horizontal ul.nav-tabs {
    margin: 0;
    padding: 0
}

.nav-tabs-horizontal ul.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    table-layout: fixed;
    text-align: center
}

.nav-tabs-horizontal .nav-tabs>li {
    margin: 0;
    padding: 0;
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    font-weight: 700;
    font-family: Roboto-Regular, Arial, sans-serif;
    vertical-align: bottom
}

.nav-tabs-horizontal .nav-tabs>li>a {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 100%;
    padding: 16px 10px;
    color: #003746;
    border: 1px solid rgba(9, 37, 70, .1);
    background: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none
}

.nav-tabs-horizontal .nav-tabs>li.active>a,
.nav-tabs-horizontal .nav-tabs>li.activecategory>a {
    border: 2px solid #003746;
    color: #fff !important;
    background-color: #003746;
    text-decoration: none
}

.nav-tabs-horizontal .nav-tabs>li.active>a:focus,
.nav-tabs-horizontal .nav-tabs>li.active>a:hover,
.nav-tabs-horizontal .nav-tabs>li.activecategory>a:focus,
.nav-tabs-horizontal .nav-tabs>li.activecategory>a:hover {
    border: 2px solid #003746;
    color: #fff !important;
    background-color: #003746;
    text-decoration: none
}

.nav-tabs-horizontal .tab-content>.active {
    padding: 15px
}

.nav-tabs-vertical .nav-tabs-wrapper {
    display: block;
    padding-bottom: 20px
}

.nav-tabs-vertical .nav-tabs {
    border-bottom: none
}

.nav-tabs-vertical .nav-tabs-dropdown {
    display: none
}

.nav-tabs-vertical ul.nav-tabs {
    margin: 0;
    padding: 0
}

.nav-tabs-vertical ul.nav {
    display: table;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    table-layout: fixed;
    text-align: center
}

.nav-tabs-vertical ul.nav-tabs {
    display: block;
    width: 30%;
    float: left
}

.nav-tabs-vertical .nav-tabs>li {
    margin: 0;
    padding: 0;
    width: 100%;
    display: table-cell;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    font-weight: 700;
    font-family: Roboto-Regular, Arial, sans-serif;
    vertical-align: bottom
}

.nav-tabs-vertical .nav-tabs>li>a {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 100%;
    padding: 16px 10px;
    color: #003746;
    border: 1px solid rgba(9, 37, 70, .1);
    background: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none
}

.nav-tabs-vertical .nav-tabs>li.active>a,
.nav-tabs-vertical .nav-tabs>li.activecategory>a {
    border: 2px solid #003746;
    color: #fff !important;
    background-color: #003746;
    text-decoration: none
}

.nav-tabs-vertical .nav-tabs>li.active>a:focus,
.nav-tabs-vertical .nav-tabs>li.active>a:hover,
.nav-tabs-vertical .nav-tabs>li.activecategory>a:focus,
.nav-tabs-vertical .nav-tabs>li.activecategory>a:hover {
    border: 2px solid #003746;
    color: #fff !important;
    background-color: #003746;
    text-decoration: none
}

.nav-tabs-vertical .tab-content>.active {
    padding: 15px
}

.tab-content-vertical {
    display: inline-block;
    height: auto;
    min-height: 250px;
    float: left;
    width: 70%
}

@media screen and (max-width:480px) {
    .tab-content-vertical {
        float: left;
        width: 100%
    }
}

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

@media screen and (max-width:480px) {
    .tab-content-vertical .tab-pane {
        width: 100%
    }
}

.tab-content-vertical .tab-pane.active {
    display: block
}

@media screen and (max-width:767px) {
    .nav-tabs-horizontal .nav-tabs-wrapper {
        display: none;
        text-align: left
    }

    .nav-tabs-horizontal a.nav-tabs-dropdown {
        display: block;
        display: inline-block;
        width: 100%;
        padding: 12px 30px;
        font-weight: 700;
        font-family: Roboto-Regular, Arial, sans-serif;
        color: #fff;
        background: #003746;
        text-align: left;
        padding-right: 3em;
        text-decoration: none;
        position: relative
    }

    .nav-tabs-horizontal a.nav-tabs-dropdown.active>a,
    .nav-tabs-horizontal a.nav-tabs-dropdown.activecategory>a {
        color: #fff !important;
        background-color: #003746;
        text-decoration: none
    }

    .nav-tabs-horizontal a.nav-tabs-dropdown.active>a:focus,
    .nav-tabs-horizontal a.nav-tabs-dropdown.active>a:hover,
    .nav-tabs-horizontal a.nav-tabs-dropdown.activecategory>a:focus,
    .nav-tabs-horizontal a.nav-tabs-dropdown.activecategory>a:hover {
        color: #fff !important;
        background-color: #003746;
        text-decoration: none;
        border: none
    }

    .nav-tabs-horizontal a.nav-tabs-dropdown::after {
        color: #fff;
        font-family: FontAwesome;
        content: "\f0d7";
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        right: 30px;
        pointer-events: none;
        position: absolute;
        font-size: 2.1rem
    }

    .nav-tabs-horizontal ul.nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: block;
        table-layout: fixed;
        text-align: center
    }

    .nav-tabs-horizontal .nav-tabs>li {
        margin: 0;
        padding: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        font-weight: 700;
        font-family: Roboto-Regular, Arial, sans-serif;
        vertical-align: bottom
    }

    .nav-tabs-horizontal .nav-tabs>li>a {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 100%;
        padding: 16px 10px;
        color: #003746;
        border: none;
        border-radius: 0;
        margin-right: 0;
        padding-left: 30px;
        color: #fff;
        background-color: #003746;
        text-align: left;
        cursor: pointer;
        text-decoration: none
    }

    .nav-tabs-horizontal .nav-tabs>li.active>a,
    .nav-tabs-horizontal .nav-tabs>li.activecategory>a {
        border: none;
        color: #3fa2f7 !important;
        background-color: #003746;
        text-decoration: none
    }

    .nav-tabs-horizontal .nav-tabs>li.active>a:focus,
    .nav-tabs-horizontal .nav-tabs>li.active>a:hover,
    .nav-tabs-horizontal .nav-tabs>li.activecategory>a:focus,
    .nav-tabs-horizontal .nav-tabs>li.activecategory>a:hover {
        border: none;
        color: #3fa2f7 !important;
        background-color: #fff !important;
        text-decoration: none
    }

    .tab-content.mainWrapperT {
        padding-top: 0
    }

    .nav-tabs-vertical .nav-tabs-wrapper {
        display: none;
        text-align: left
    }

    .nav-tabs-vertical ul.nav-tabs {
        display: block;
        width: 100%;
        float: left
    }

    .nav-tabs-vertical a.nav-tabs-dropdown {
        display: block;
        display: inline-block;
        width: 100%;
        padding: 12px 30px;
        font-weight: 700;
        font-family: Roboto-Regular, Arial, sans-serif;
        vertical-align: bottom;
        color: #fff;
        background: #003746;
        text-align: left;
        padding-right: 3em;
        position: relative;
        text-decoration: none
    }

    .nav-tabs-vertical a.nav-tabs-dropdown.active>a,
    .nav-tabs-vertical a.nav-tabs-dropdown.activecategory>a {
        color: #fff !important;
        background-color: #003746;
        text-decoration: none
    }

    .nav-tabs-vertical a.nav-tabs-dropdown.active>a:focus,
    .nav-tabs-vertical a.nav-tabs-dropdown.active>a:hover,
    .nav-tabs-vertical a.nav-tabs-dropdown.activecategory>a:focus,
    .nav-tabs-vertical a.nav-tabs-dropdown.activecategory>a:hover {
        color: #fff !important;
        background-color: #003746;
        text-decoration: none;
        border: none
    }

    .nav-tabs-vertical a.nav-tabs-dropdown::after {
        color: #fff;
        font-family: FontAwesome;
        content: "\f0d7";
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        right: 30px;
        pointer-events: none;
        position: absolute;
        font-size: 2.1rem
    }

    .nav-tabs-vertical ul.nav {
        display: table;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: block;
        table-layout: fixed;
        text-align: center
    }

    .nav-tabs-vertical .nav-tabs>li {
        margin: 0;
        padding: 0;
        width: 100%;
        display: table-cell;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        font-weight: 700;
        font-family: Roboto-Regular, Arial, sans-serif;
        vertical-align: bottom
    }

    .nav-tabs-vertical .nav-tabs>li>a {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 100%;
        padding: 16px 10px;
        border: none;
        border-radius: 0;
        margin-right: 0;
        padding-left: 30px;
        color: #fff;
        background-color: #003746;
        text-align: left;
        cursor: pointer;
        text-decoration: none
    }

    .nav-tabs-vertical .nav-tabs>li.active>a,
    .nav-tabs-vertical .nav-tabs>li.activecategory>a {
        border: none;
        color: #3fa2f7 !important;
        background-color: #003746;
        text-decoration: none
    }

    .nav-tabs-vertical .nav-tabs>li.active>a:focus,
    .nav-tabs-vertical .nav-tabs>li.active>a:hover,
    .nav-tabs-vertical .nav-tabs>li.activecategory>a:focus,
    .nav-tabs-vertical .nav-tabs>li.activecategory>a:hover {
        border: none;
        color: #3fa2f7 !important;
        background-color: #fff !important;
        text-decoration: none
    }

    .nav-tabs-vertical .tab-content-vertical {
        display: inline-block;
        float: left;
        width: 100%
    }
}

@media screen and (max-width:767px) and (max-width:480px) {
    .nav-tabs-vertical .tab-content-vertical {
        float: left;
        width: 100%
    }
}

@media screen and (max-width:767px) and (max-width:480px) {
    .nav-tabs-vertical .tab-content-vertical .tab-pane {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .nav-tabs-vertical .tab-content-vertical .tab-pane.active {
        display: block
    }
}

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

.basic-table thead th,
.basic-table-zebra thead th,
table thead th {
    padding: 10px 20px;
    border: none;
    color: #fff;
    font-size: 1.6rem;
    line-height: 20px;
    text-align: center;
    background-color: #003746;
    font-weight: 400
}

.basic-table thead th:first-child,
.basic-table-zebra thead th:first-child,
table thead th:first-child {
    text-align: center;
    font-weight: 400
}

.basic-table tbody th,
.basic-table-zebra tbody th,
table tbody th {
    padding: 10px 20px;
    border: none;
    color: #fff;
    font-size: 1.6rem;
    line-height: 20px;
    text-align: center
}

.basic-table tbody th:first-child,
.basic-table-zebra tbody th:first-child,
table tbody th:first-child {
    text-align: center
}

.basic-table tbody td,
.basic-table-zebra tbody td,
table tbody td {
    font-size: 1.6rem;
    line-height: 20px;
    padding: 10px 20px;
    border: none;
    color: #606060;
    text-align: center
}

.basic-table tbody td:first-child,
.basic-table-zebra tbody td:first-child,
table tbody td:first-child {
    text-align: center;
    font-weight: 400
}

.basic-table tbody td a,
.basic-table-zebra tbody td a,
table tbody td a {
    position: relative;
    cursor: pointer
}

.basic-table-zebra tbody tr:nth-child(even) td:nth-child(odd),
table tbody tr:nth-child(even) td:nth-child(odd) {
    background-color: #f6f6f6
}

.basic-table-zebra tbody tr:nth-child(even) td:nth-child(even),
table tbody tr:nth-child(even) td:nth-child(even) {
    background-color: #f6f6f6
}

.basic-table-zebra tbody tr:nth-child(odd) td:nth-child(odd),
table tbody tr:nth-child(odd) td:nth-child(odd) {
    background-color: #fff
}

.basic-table-zebra tbody tr:nth-child(odd) td:nth-child(even),
table tbody tr:nth-child(odd) td:nth-child(even) {
    background-color: #f6f6f6
}

.scroll-table-container {
    width: 100%;
    padding: 0 0 5px;
    overflow-y: hidden;
    overflow-x: auto;
    margin-bottom: 14px
}

.scroll-table-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 7px
}

.scroll-table-container::-webkit-scrollbar-thumb {
    border-radius: 5px;
    border: 2px solid #666;
    background-color: #666
}

html {
    overflow-x: hidden
}

.center-text {
    text-align: center
}

.left-text {
    text-align: left
}

.right-text {
    text-align: right
}

header {
    position: relative;
    background: #fff
}

@media screen and (min-width:992px) {
    header .header-menu-wrapper.need-top-space {
        padding-top: 38px
    }
}

header .company-logo {
    padding-top: 10px;
    float: left;
    padding-left: 15px
}

@media screen and (max-width:991px) {
    header .company-logo {
        padding-top: 0
    }
}

@media screen and (max-width:767px) {
    header .company-logo {
        width: 33%
    }
}

@media all and (max-width:991px) and (min-width:768px) {
    header {
        padding-top: 10px !important
    }
}

@media screen and (max-width:767px) {
    header {
        padding: 20px 0
    }
}

header .toggle {
    color: #fff
}

.top-sub-links .fa-search,
.top-sub-links .fa-share-alt {
    font-size: 2rem
}

.top-sub-links ul {
    float: right
}

.top-sub-links ul li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #e4f1fd
}

.top-sub-links ul li:last-child {
    border: none
}

.top-sub-links .top-nav-lang {
    position: relative
}

@media screen and (min-width:992px) {
    .top-sub-links .top-nav-lang {
        padding: 2px 10px
    }
}

.top-sub-links .top-nav-lang a {
    font-size: 1.6rem
}

.top-sub-links .top-nav-lang a:hover {
    text-decoration: none
}

.top-sub-links .top-nav-lang a em {
    font-style: normal;
    text-transform: uppercase
}

.top-sub-links .top-nav-lang a span {
    font-size: 1.8rem;
    padding: 0 4px 0 10px
}

.top-sub-links .top-nav-lang .block-language {
    display: none;
    position: absolute;
    top: 26px;
    left: 0;
    padding: 6px 0;
    background: #fff
}

.top-sub-links .top-nav-lang .block-language .is-active {
    display: none
}

@media screen and (max-width:991px) {
    .top-sub-links .top-nav-lang .block-language {
        top: 0;
        padding: 0;
        position: relative
    }
}

.top-sub-links .top-nav-lang ul {
    float: left;
    width: 100%;
    padding-left: 0
}

.top-sub-links .top-nav-lang ul li {
    width: 100%;
    border: none;
    margin-bottom: 5px
}

@media screen and (max-width:991px) {
    .top-sub-links .top-nav-lang ul li {
        padding-top: 0;
        padding-left: 0;
        margin: 0 !important
    }
}

.hidden-bar {
    display: none;
    height: 58px
}

.hidden-bar input[type=search],
.hidden-bar input[type=text] {
    border: 0;
    border-bottom: 1px solid #979797;
    background: 0 0;
    color: #979797;
    width: 175px;
    height: 30px;
    line-height: 30px;
    font-size: 1.6rem;
    margin-right: 20px;
    padding-left: 0;
    border-radius: 0;
    font-family: Roboto-Regular, Arial, sans-serif
}

.hidden-bar li {
    float: left;
    margin-left: 20px
}

.hidden-bar li a {
    font-size: 2rem
}

.share-bar {
    float: right;
    margin-right: 0;
    position: absolute;
    top: 64px;
    right: 0
}

.share-bar li {
    border: none !important;
    padding: 0 !important;
    margin-left: 0;
    margin-right: 20px
}

@media screen and (max-width:767px) {
    .share-bar li {
        margin-right: 10px !important
    }
}

.share-bar li a {
    font-size: 1.6rem;
    line-height: 27px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    overflow: hidden
}

.share-bar li a:hover {
    color: #287786;
    border: 2px solid #287786
}

@media screen and (max-width:991px) {
    .share-bar {
        position: relative;
        right: auto;
        top: auto
    }

    .share-bar ul li {
        float: left;
        margin-left: 0;
        margin-right: 20px;
        width: auto !important;
        padding: 0 10px
    }

    .share-bar ul li a {
        padding: 0 !important
    }
}

.share-bar .social-bar ul {
    float: left
}

.search-input {
    max-width: 1170px;
    margin: 0 auto
}

.search-input .error {
    border: 2px solid #ff0500 !important
}

@media screen and (min-width:992px) {
    .search-input .mid-solr-search-form {
        float: right;
        width: auto;
        margin-top: 15px;
        margin-right: 55px;
        position: relative
    }
}

.bar-close {
    color: #fff
}

.search-bar .bar-close {
    color: #fff
}

.share-iframe {
    color: #fff
}

.hidden-bar.empty-bar {
    background: #000
}

.menu {
    width: 220px;
    background: #fff;
    right: -220px
}

.menu li {
    margin: 0
}

.menu li a,
.menu li span {
    font-size: 1.6rem
}

.menu li a:hover,
.menu li span:hover {
    background: menu-link-hover-bg
}

.menu>ul>li>a,
.menu>ul>li>span {
    color: #003746
}

.menu .toggle-sub:hover {
    background: #fff
}

.menu li:focus>a,
.menu li:focus>span {
    background: #fff
}

.menu li:focus>a+.toggle-sub,
.menu li:focus>span+.toggle-sub {
    background: #fff
}

.menu li a:focus,
.menu li span:focus {
    background: #fff
}

.menu li a:focus+label,
.menu li span:focus+label {
    background: #fff
}

.menu li.is-active>a,
.menu li.is-active>span,
.menu li.selected>a {
    color: #287786
}

.menu ul li.active>a,
.menu ul li.active>span {
    background: #fff
}

.menu li a:hover~ul {
    background: #fff;
    color: #000
}

.menu li a:hover~ul li a {
    background: #fff;
    color: #000
}

.menu .sub-heading:before {
    content: "";
    display: block;
    height: 1px;
    width: 220px;
    margin-left: -1.3125em;
    background: #444
}

.menu .sub-nav {
    width: 220px;
    background: #fff;
    right: -220px
}

.menu .sub-nav-check:checked~[class*=sub-nav],
.menu ul li.active>ul {
    -webkit-transform: translate(-220px, 0);
    transform: translate(-220px, 0)
}

.main-nav-check:checked~#footerwrapper,
.main-nav-check:checked~.body-overlay+.maincontentWrapper,
.main-nav-check:checked~.header,
.main-nav-check:checked~.menu {
    -webkit-transform: translate(-220px, 0);
    transform: translate(-220px, 0)
}

.main-nav-check:checked~#footerwrapper,
.main-nav-check:checked~.body-overlay+.maincontentWrapper,
.main-nav-check:checked~.header,
.main-nav-check:checked~.menu {
    -webkit-transform: translate(-220px, 0);
    transform: translate(-220px, 0)
}

.menu .sub-nav-check:checked~[class*=sub-nav],
.menu ul li.active>ul {
    -webkit-transform: translate(-220px, 0);
    transform: translate(-220px, 0)
}

.top-links {
    z-index: 21
}

@media screen and (min-width:992px) {
    .top-links {
        float: right;
        padding-right: 15px;
        width: 15%
    }
}

@media screen and (max-width:991px) {
    .top-links {
        display: none;
        background: #fff
    }
}

#block-mainnavigation {
    float: left;
    position: relative
}

@media screen and (min-width:992px) {
    #block-mainnavigation {
        width: 95%
    }
}

@media screen and (max-width:991px) {
    #block-mainnavigation {
        width: auto
    }
}

@media screen and (max-width:767px) {
    #block-mainnavigation {
        width: 100%
    }
}

@media screen and (min-width:992px) {
    .menu {
        right: auto;
        bottom: auto;
        height: 0;
        width: 100%;
        left: -220px;
        margin-left: 220px;
        z-index: 21
    }

    .menu ul li a,
    .menu ul li span {
        padding: 7px 20px 10px 20px !important
    }

    .menu ul li a:focus,
    .menu ul li span:focus {
        color: #287786
    }

    .menu ul li:hover {
        background: #fff
    }

    .menu ul li:hover>a {
        color: #287786
    }

    .menu ul ul {
        position: absolute;
        left: 0;
        margin-left: -1px
    }

    .menu ul ul li {
        float: inherit;
        width: 220px
    }

    .menu ul ul li a,
    .menu ul ul li span {
        padding: 9px 23px;
        color: #003746;
        line-height: 20px
    }

    .menu ul ul li a+label .fa,
    .menu ul ul li span+label .fa {
        color: #003746
    }

    .menu ul ul li a:hover+label .fa,
    .menu ul ul li span:hover+label .fa {
        color: #287786
    }

    .menu ul ul li span+label .fa {
        color: #287786
    }

    .menu ul li:hover a+label {
        color: #287786
    }

    .menu ul ul .sub-nav {
        left: 220px
    }

    .menu ul .fly-left ul {
        left: -220px
    }

    .menu>ul {
        float: left
    }

    .top-sub-links>ul>li>a,
    .top-sub-links>ul>li>a:focus {
        color: #287786
    }

    .top-sub-links>ul>li.active>a,
    .top-sub-links>ul>li>a:hover {
        color: #287786
    }
}

@media screen and (max-width:991px) {
    body.fixed-height .menu {
        display: block
    }

    .body-overlay {
        display: none
    }

    .body-overlay.on {
        display: block;
        position: fixed;
        z-index: 19;
        height: 100%;
        width: 100%;
        background: #000;
        -moz-opacity: .3;
        -khtml-opacity: .3;
        opacity: .3
    }

    .share-iframe {
        position: absolute;
        right: 0;
        bottom: -26px;
        color: #000;
        width: 515px !important
    }

    .menu {
        display: none;
        width: 515px;
        right: -515px
    }

    .menu .sub-nav {
        width: 515px;
        right: -515px
    }

    .menu>ul {
        margin: 100px 24px 0 12px;
        border-top: 1px solid #ece4e4
    }

    .menu ul li {
        border-bottom: 1px solid #ece4e4
    }

    .menu ul li a,
    .menu ul li span {
        color: #333;
        font-family: Roboto-Regular, Arial, sans-serif;
        font-size: 2rem;
        padding: 16px 22px
    }

    .menu .sub-heading {
        color: #4a90e2;
        font-family: Roboto-Regular, Arial, sans-serif;
        font-size: 2rem;
        padding: 15px 22px;
        border-top: 1px solid #ece4e4
    }

    .menu .sub-heading:before {
        content: "Back";
        font-family: Roboto-Regular, Arial, sans-serif;
        color: #6b7c90;
        background: 0 0
    }

    .menu .sub-nav .toggle {
        color: #6b7c90
    }

    .menu .sub-nav-check:checked~[class*=sub-nav],
    .menu ul li.active>ul {
        -webkit-transform: translate(-515px, 0);
        transform: translate(-515px, 0)
    }

    .main-nav-check:checked~#footerwrapper,
    .main-nav-check:checked~.body-overlay+.maincontentWrapper,
    .main-nav-check:checked~.header,
    .main-nav-check:checked~.menu {
        -webkit-transform: translate(-515px, 0);
        transform: translate(-515px, 0)
    }

    .top-links {
        width: 515px;
        display: table;
        visibility: hidden
    }

    .top-links.onRight {
        visibility: visible
    }

    .top-links .top-sub-links ul li {
        border-bottom: 1px solid #ece4e4
    }

    .top-links .top-sub-links ul li.first {
        border-top: 1px solid #ece4e4
    }

    .top-links .top-sub-links ul a {
        color: #333;
        font-family: Roboto-Regular, Arial, sans-serif;
        font-size: 2rem
    }

    .share-iframe {
        background: #092546;
        color: #fff;
        font-size: 2rem
    }

    .ticker-small {
        margin-right: 15px
    }

    .top-nav-search a {
        width: 40px;
        float: right
    }

    .top-nav-share {
        margin-bottom: 30px !important
    }

    .header-menu-wrapper {
        float: none !important;
        width: 100% !important
    }
}

@media screen and (max-width:767px) {
    body.fixed-height .menu {
        display: block
    }

    .share-iframe {
        width: 254px !important
    }

    .top-links {
        width: 254px
    }

    .search-input input[type=text] {
        padding-left: 0;
        width: 163px;
        margin-right: 0
    }

    header .menu {
        display: none;
        width: 254px;
        right: -254px
    }

    header .menu .sub-nav {
        width: 254px;
        right: -254px
    }

    header .menu .sub-nav-check:checked~[class*=sub-nav],
    header .menu ul li.active>ul {
        -webkit-transform: translate(-254px, 0);
        transform: translate(-254px, 0)
    }

    .main-nav-check:checked~#footerwrapper,
    .main-nav-check:checked~.body-overlay+.maincontentWrapper,
    .main-nav-check:checked~.header,
    .main-nav-check:checked~.menu {
        -webkit-transform: translate(-254px, 0);
        transform: translate(-254px, 0)
    }

    .js1 .menu .sub-nav .toggle {
        top: 30px !important
    }
}

@media screen and (max-width:768px) {
    header .header-menu-wrapper .T1-search-form .heading-search-result .search .form-group input.form-control {
        border-bottom: none;
        font-size: 2rem;
        color: #333
    }

    header .header-menu-wrapper .T1-search-form .heading-search-result .search .form-group input.form-control::-webkit-input-placeholder {
        color: #333
    }

    header .header-menu-wrapper .T1-search-form .heading-search-result .search .form-group input.form-control::-moz-placeholder {
        color: #333
    }

    header .header-menu-wrapper .T1-search-form .heading-search-result .search .form-group input.form-control:-ms-input-placeholder {
        color: #333
    }

    header .header-menu-wrapper .T1-search-form .heading-search-result .search .form-group input.form-control:-moz-placeholder {
        color: #333
    }
}

footer {
    background-color: #003746;
    color: #fff;
    font-family: Roboto-Regular, Arial, sans-serif
}

footer .company-logo {
    display: block;
    width: 90px
}

@media screen and (max-width:991px) {
    footer .company-logo {
        display: none
    }
}

@media screen and (max-width:480px) {
    footer .footer-links ul {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        column-gap: 40px
    }
}

footer .footer-links ul li {
    font-size: 1.2rem;
    line-height: 1.4rem
}

footer .footer-links ul li a {
    font-family: Roboto-Light, Arial, sans-serif;
    color: #fff;
    border-right: 1px solid #fff
}

footer .footer-links ul li a:hover {
    text-decoration: none
}

@media screen and (max-width:480px) {
    footer .footer-links ul li a {
        padding: 0;
        border: none;
        font-weight: 400
    }
}

footer .footer-social-media li a {
    font-size: 1.4rem;
    color: #fff;
    border: 2px solid #fff
}

footer .footer-social-media li a:hover {
    color: #287786;
    border-color: #287786
}

footer .footer-social-media li a i:hover {
    color: #287786;
    border-color: #287786
}

footer .footer-investis a {
    color: #fff;
    font-family: Roboto-Regular, Arial, sans-serif;
    font-size: 1.2rem;
    padding-top: 25px
}

.home-Banner .carousel-inner>.item a>img,
.home-Banner .carousel-inner>.item img {
    width: 100%
}

.home-Banner .carousel-inner>.item .carousel-caption {
    position: absolute;
    left: 10%;
    right: 40%;
    bottom: 15%;
    z-index: 10;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    text-shadow: none;
    text-align: left !important
}

.home-Banner .carousel-inner>.item .carousel-caption .banner-title,
.home-Banner .carousel-inner>.item .carousel-caption h1,
.home-Banner .carousel-inner>.item .carousel-caption h2,
.home-Banner .carousel-inner>.item .carousel-caption h3,
.home-Banner .carousel-inner>.item .carousel-caption h4,
.home-Banner .carousel-inner>.item .carousel-caption h5 {
    color: #fff;
    font-family: Roboto-Light, Arial, sans-serif;
    font-weight: 200;
    line-height: 1.1;
    font-size: 5.6rem
}

.home-Banner .carousel-inner>.item .carousel-caption .banner-title span,
.home-Banner .carousel-inner>.item .carousel-caption h1 span,
.home-Banner .carousel-inner>.item .carousel-caption h2 span,
.home-Banner .carousel-inner>.item .carousel-caption h3 span,
.home-Banner .carousel-inner>.item .carousel-caption h4 span,
.home-Banner .carousel-inner>.item .carousel-caption h5 span {
    font-family: Roboto-Medium, Arial, sans-serif;
    font-size: 5.6rem;
    font-weight: 700
}

.home-Banner .carousel-inner>.item .carousel-caption .banner-description {
    font-size: 2.4rem;
    color: #fff
}

.home-Banner .carousel-inner>.item .carousel-caption .banner-btn,
.home-Banner .carousel-inner>.item .carousel-caption .more-link>a {
    color: #287786;
    background-color: #fff;
    cursor: pointer;
    border: none;
    font-size: 1.6rem;
    line-height: 55px;
    height: 55px;
    font-weight: 300;
    text-shadow: none;
    padding: 10px 25px
}

@media only screen and (min-width:768px) and (max-width:990px) and (orientation:portrait) {
    .home-Banner .carousel-inner>.item .carousel-caption {
        top: 5px;
        text-shadow: none;
        bottom: auto
    }

    .home-Banner .carousel-inner>.item .carousel-caption .banner-title,
    .home-Banner .carousel-inner>.item .carousel-caption h1,
    .home-Banner .carousel-inner>.item .carousel-caption h2,
    .home-Banner .carousel-inner>.item .carousel-caption h3,
    .home-Banner .carousel-inner>.item .carousel-caption h4,
    .home-Banner .carousel-inner>.item .carousel-caption h5 {
        font-size: 4.8vw;
        margin: 0;
        line-height: 1.1
    }

    .home-Banner .carousel-inner>.item .carousel-caption .banner-title span,
    .home-Banner .carousel-inner>.item .carousel-caption h1 span,
    .home-Banner .carousel-inner>.item .carousel-caption h2 span,
    .home-Banner .carousel-inner>.item .carousel-caption h3 span,
    .home-Banner .carousel-inner>.item .carousel-caption h4 span,
    .home-Banner .carousel-inner>.item .carousel-caption h5 span {
        font-family: Roboto-Medium, Arial, sans-serif;
        font-size: 4.8vw;
        font-weight: 700
    }

    .home-Banner .carousel-inner>.item .carousel-caption .content p,
    .home-Banner .carousel-inner>.item .carousel-caption p {
        margin: 5px;
        font-size: 2.4vw;
        line-height: 1
    }

    .home-Banner .carousel-inner>.item .carousel-caption .more-link>a {
        padding: 5px;
        font-size: 1.2rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media screen and (max-width:767px) {
    .home-Banner .carousel-inner>.item .carousel-caption {
        top: 5px;
        right: 20%;
        text-shadow: none;
        bottom: auto
    }

    .home-Banner .carousel-inner>.item .carousel-caption .banner-title,
    .home-Banner .carousel-inner>.item .carousel-caption h1,
    .home-Banner .carousel-inner>.item .carousel-caption h2,
    .home-Banner .carousel-inner>.item .carousel-caption h3,
    .home-Banner .carousel-inner>.item .carousel-caption h4,
    .home-Banner .carousel-inner>.item .carousel-caption h5 {
        font-size: 4.8vw;
        margin: 0
    }

    .home-Banner .carousel-inner>.item .carousel-caption .banner-title span,
    .home-Banner .carousel-inner>.item .carousel-caption h1 span,
    .home-Banner .carousel-inner>.item .carousel-caption h2 span,
    .home-Banner .carousel-inner>.item .carousel-caption h3 span,
    .home-Banner .carousel-inner>.item .carousel-caption h4 span,
    .home-Banner .carousel-inner>.item .carousel-caption h5 span {
        font-family: Roboto-Medium, Arial, sans-serif;
        font-size: 4.8vw;
        font-weight: 700
    }

    .home-Banner .carousel-inner>.item .carousel-caption .content p,
    .home-Banner .carousel-inner>.item .carousel-caption p {
        margin: 5px;
        font-size: 2.4vw;
        line-height: 1
    }

    .home-Banner .carousel-inner>.item .carousel-caption .more-link>a {
        padding: 5px;
        font-size: 1.2rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.home-Banner a.carousel-control {
    background-color: #fff;
    background-image: none !important;
    z-index: 5;
    position: relative;
    opacity: 1
}

.home-Banner a.carousel-control .glyphicon-chevron-left {
    font-size: 1.8rem;
    font-weight: 400;
    color: #003746;
    text-shadow: none
}

.home-Banner a.carousel-control .glyphicon-chevron-left:active {
    color: #297fca
}

.home-Banner a.carousel-control .glyphicon-chevron-left:focus {
    color: #297fca
}

.home-Banner a.carousel-control .glyphicon-chevron-right {
    font-size: 1.8rem;
    font-weight: 400;
    color: #003746;
    text-shadow: none
}

.home-Banner a.carousel-control .glyphicon-chevron-right:active {
    color: #297fca
}

.home-Banner a.carousel-control .glyphicon-chevron-right:focus {
    color: #297fca
}

.home-Banner .controlsWrap {
    position: absolute;
    background: #fff;
    bottom: 0;
    right: 248px;
    padding: 15px;
    height: 40px
}

@media screen and (max-width:767px) {
    .home-Banner .controlsWrap {
        bottom: 1px;
        right: 20px
    }
}

.home-Banner .controlsWrap .nextPrev {
    float: left
}

.home-Banner a.left {
    position: absolute;
    bottom: 0;
    left: auto;
    top: auto;
    right: 220px;
    padding: 0;
    height: 68px;
    width: 70px
}

@media screen and (max-width:767px) {
    .home-Banner a.left {
        right: 40px;
        height: 40px;
        width: 40px
    }
}

.home-Banner a.right {
    position: absolute;
    bottom: 0;
    left: auto;
    top: auto;
    right: 151px;
    padding: 0;
    height: 68px;
    width: 70px
}

@media screen and (max-width:767px) {
    .home-Banner a.right {
        right: 0;
        height: 40px;
        width: 40px
    }
}

.carousel-inner>.item a>img,
.carousel-inner>.item img {
    width: 100%
}

.carousel-inner>.item .carousel-caption {
    position: absolute;
    left: 10%;
    right: 40%;
    bottom: 15%;
    z-index: 10;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    text-shadow: none;
    text-align: left !important
}

.carousel-inner>.item .carousel-caption .banner-title,
.carousel-inner>.item .carousel-caption h1,
.carousel-inner>.item .carousel-caption h2,
.carousel-inner>.item .carousel-caption h3,
.carousel-inner>.item .carousel-caption h4,
.carousel-inner>.item .carousel-caption h5 {
    font-weight: 200;
    line-height: 1.1;
    font-size: 5.6rem
}

.carousel-inner>.item .carousel-caption .banner-title span,
.carousel-inner>.item .carousel-caption h1 span,
.carousel-inner>.item .carousel-caption h2 span,
.carousel-inner>.item .carousel-caption h3 span,
.carousel-inner>.item .carousel-caption h4 span,
.carousel-inner>.item .carousel-caption h5 span {
    font-family: Roboto-Medium, Arial, sans-serif;
    font-size: 5.6rem;
    font-weight: 700
}

.carousel-inner>.item .carousel-caption .banner-description {
    font-size: 2.4rem;
    color: #fff
}

.carousel-inner>.item .carousel-caption .banner-btn,
.carousel-inner>.item .carousel-caption .more-link>a {
    cursor: pointer;
    border: none;
    font-size: 1.6rem;
    line-height: 55px;
    height: 55px;
    font-weight: 300;
    text-shadow: none
}

@media only screen and (min-width:768px) and (max-width:990px) and (orientation:portrait) {
    .carousel-inner>.item .carousel-caption {
        top: 5px;
        text-shadow: none;
        bottom: auto
    }

    .carousel-inner>.item .carousel-caption .banner-title,
    .carousel-inner>.item .carousel-caption h1,
    .carousel-inner>.item .carousel-caption h2,
    .carousel-inner>.item .carousel-caption h3,
    .carousel-inner>.item .carousel-caption h4,
    .carousel-inner>.item .carousel-caption h5 {
        font-size: 4.8vw;
        margin: 0;
        line-height: 1.1
    }

    .carousel-inner>.item .carousel-caption .banner-title span,
    .carousel-inner>.item .carousel-caption h1 span,
    .carousel-inner>.item .carousel-caption h2 span,
    .carousel-inner>.item .carousel-caption h3 span,
    .carousel-inner>.item .carousel-caption h4 span,
    .carousel-inner>.item .carousel-caption h5 span {
        font-family: Roboto-Medium, Arial, sans-serif;
        font-size: 4.8vw;
        font-weight: 700
    }

    .carousel-inner>.item .carousel-caption .content p,
    .carousel-inner>.item .carousel-caption p {
        margin: 5px;
        font-size: 2.4vw;
        line-height: 1
    }

    .carousel-inner>.item .carousel-caption .more-link>a {
        padding: 5px;
        font-size: 1.2rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media screen and (max-width:767px) {
    .carousel-inner>.item .carousel-caption {
        top: 5px;
        right: 20%;
        text-shadow: none;
        bottom: auto
    }

    .carousel-inner>.item .carousel-caption .banner-title,
    .carousel-inner>.item .carousel-caption h1,
    .carousel-inner>.item .carousel-caption h2,
    .carousel-inner>.item .carousel-caption h3,
    .carousel-inner>.item .carousel-caption h4,
    .carousel-inner>.item .carousel-caption h5 {
        font-size: 4.8vw;
        margin: 0
    }

    .carousel-inner>.item .carousel-caption .banner-title span,
    .carousel-inner>.item .carousel-caption h1 span,
    .carousel-inner>.item .carousel-caption h2 span,
    .carousel-inner>.item .carousel-caption h3 span,
    .carousel-inner>.item .carousel-caption h4 span,
    .carousel-inner>.item .carousel-caption h5 span {
        font-family: Roboto-Medium, Arial, sans-serif;
        font-size: 4.8vw;
        font-weight: 700
    }

    .carousel-inner>.item .carousel-caption .content p,
    .carousel-inner>.item .carousel-caption p {
        margin: 5px;
        font-size: 2.4vw;
        line-height: 1
    }

    .carousel-inner>.item .carousel-caption .more-link>a {
        padding: 5px;
        font-size: 1.2rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.bg-faded .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.bg-faded .carousel-inner .active {
    opacity: 1
}

.bg-faded .carousel-inner .active.left,
.bg-faded .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

.bg-faded .carousel-inner .next.left,
.bg-faded .carousel-inner .prev.right {
    opacity: 1
}

.bg-faded .carousel-control {
    z-index: 2
}

@media all and (transform-3d),
(-webkit-transform-3d) {

    .bg-faded .carousel-inner>.item.active.left,
    .bg-faded .carousel-inner>.item.active.right,
    .bg-faded .carousel-inner>.item.next,
    .bg-faded .carousel-inner>.item.prev {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .bg-faded .carousel-inner>.item.active,
    .bg-faded .carousel-inner>.item.next.left,
    .bg-faded .carousel-inner>.item.prev.right {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bg-faded .carousel-caption {
    opacity: 0;
    -webkit-transition: all .8s ease-in;
    transition: all .8s ease-in;
    margin-top: 50px
}

.bg-faded .active .carousel-caption {
    opacity: 1;
    margin-top: 0
}

.home-Banner-v2 .carousel-inner>.item a>img,
.home-Banner-v2 .carousel-inner>.item img {
    width: 100%
}

.home-Banner-v2 .carousel-inner>.item .carousel-caption {
    position: absolute;
    left: 10%;
    right: 40%;
    bottom: 15%;
    z-index: 10;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    text-shadow: none;
    text-align: left !important;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.home-Banner-v2 .carousel-inner>.item .carousel-caption .homebanner-title,
.home-Banner-v2 .carousel-inner>.item .carousel-caption h1,
.home-Banner-v2 .carousel-inner>.item .carousel-caption h2,
.home-Banner-v2 .carousel-inner>.item .carousel-caption h3,
.home-Banner-v2 .carousel-inner>.item .carousel-caption h4,
.home-Banner-v2 .carousel-inner>.item .carousel-caption h5 {
    color: #fff;
    font-family: Roboto-Light, Arial, sans-serif;
    font-weight: 200;
    line-height: 1.1;
    font-size: 5.6rem
}

.home-Banner-v2 .carousel-inner>.item .carousel-caption .homebanner-title span,
.home-Banner-v2 .carousel-inner>.item .carousel-caption h1 span,
.home-Banner-v2 .carousel-inner>.item .carousel-caption h2 span,
.home-Banner-v2 .carousel-inner>.item .carousel-caption h3 span,
.home-Banner-v2 .carousel-inner>.item .carousel-caption h4 span,
.home-Banner-v2 .carousel-inner>.item .carousel-caption h5 span {
    font-family: Roboto-Medium, Arial, sans-serif;
    font-size: 5.6rem;
    font-weight: 700
}

.home-Banner-v2 .carousel-inner>.item .carousel-caption .homebanner-description {
    font-size: 2.4rem;
    color: #fff
}

.home-Banner-v2 .carousel-inner>.item .carousel-caption .homebanner-btn,
.home-Banner-v2 .carousel-inner>.item .carousel-caption .more-link>a {
    color: #287786;
    background-color: #fff;
    cursor: pointer;
    border: none;
    font-size: 1.6rem;
    line-height: 55px;
    height: 55px;
    font-weight: 300;
    text-shadow: none;
    padding: 10px 25px
}

@media only screen and (min-width:768px) and (max-width:990px) and (orientation:portrait) {
    .home-Banner-v2 .carousel-inner>.item .carousel-caption {
        top: 5px;
        text-shadow: none;
        bottom: auto
    }

    .home-Banner-v2 .carousel-inner>.item .carousel-caption .homebanner-title,
    .home-Banner-v2 .carousel-inner>.item .carousel-caption h1,
    .home-Banner-v2 .carousel-inner>.item .carousel-caption h2,
    .home-Banner-v2 .carousel-inner>.item .carousel-caption h3,
    .home-Banner-v2 .carousel-inner>.item .carousel-caption h4,
    .home-Banner-v2 .carousel-inner>.item .carousel-caption h5 {
        font-size: 4.8vw;
        margin: 0;
        line-height: 1.1
    }

    .home-Banner-v2 .carousel-inner>.item .carousel-caption .homebanner-title span,
    .home-Banner-v2 .carousel-inner>.item .carousel-caption h1 span,
    .home-Banner-v2 .carousel-inner>.item .carousel-caption h2 span,
    .home-Banner-v2 .carousel-inner>.item .carousel-caption h3 span,
    .home-Banner-v2 .carousel-inner>.item .carousel-caption h4 span,
    .home-Banner-v2 .carousel-inner>.item .carousel-caption h5 span {
        font-family: Roboto-Medium, Arial, sans-serif;
        font-size: 4.8vw;
        font-weight: 700
    }

    .home-Banner-v2 .carousel-inner>.item .carousel-caption .content p,
    .home-Banner-v2 .carousel-inner>.item .carousel-caption p {
        margin: 5px;
        font-size: 2.4vw;
        line-height: 1
    }

    .home-Banner-v2 .carousel-inner>.item .carousel-caption .more-link>a {
        padding: 5px;
        font-size: 1.2rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media screen and (max-width:767px) {
    .home-Banner-v2 .carousel-inner>.item .carousel-caption {
        top: 5px;
        right: 20%;
        text-shadow: none;
        bottom: auto
    }

    .home-Banner-v2 .carousel-inner>.item .carousel-caption .homebanner-title,
    .home-Banner-v2 .carousel-inner>.item .carousel-caption h1,
    .home-Banner-v2 .carousel-inner>.item .carousel-caption h2,
    .home-Banner-v2 .carousel-inner>.item .carousel-caption h3,
    .home-Banner-v2 .carousel-inner>.item .carousel-caption h4,
    .home-Banner-v2 .carousel-inner>.item .carousel-caption h5 {
        font-size: 4.8vw;
        margin: 0
    }

    .home-Banner-v2 .carousel-inner>.item .carousel-caption .homebanner-title span,
    .home-Banner-v2 .carousel-inner>.item .carousel-caption h1 span,
    .home-Banner-v2 .carousel-inner>.item .carousel-caption h2 span,
    .home-Banner-v2 .carousel-inner>.item .carousel-caption h3 span,
    .home-Banner-v2 .carousel-inner>.item .carousel-caption h4 span,
    .home-Banner-v2 .carousel-inner>.item .carousel-caption h5 span {
        font-family: Roboto-Medium, Arial, sans-serif;
        font-size: 4.8vw;
        font-weight: 700
    }

    .home-Banner-v2 .carousel-inner>.item .carousel-caption .content p,
    .home-Banner-v2 .carousel-inner>.item .carousel-caption p {
        margin: 5px;
        font-size: 2.4vw;
        line-height: 1
    }

    .home-Banner-v2 .carousel-inner>.item .carousel-caption .more-link>a {
        padding: 5px;
        font-size: 1.2rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.home-Banner-v2 .carousel-fade .carousel-inner .item {
    -webkit-transition: -webkit-transform 2s ease-in-out;
    transition: -webkit-transform 2s ease-in-out;
    transition: transform 2s ease-in-out;
    transition: transform 2s ease-in-out, -webkit-transform 2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.home-Banner-v2 .carousel-fade .carousel-inner .active {
    opacity: 1
}

.home-Banner-v2 .carousel-fade .carousel-inner .active.left,
.home-Banner-v2 .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

.home-Banner-v2 .carousel-fade .carousel-inner .next.left,
.home-Banner-v2 .carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.home-Banner-v2 .carousel-fade .carousel-control {
    z-index: 2
}

@media all and (transform-3d),
(-webkit-transform-3d) {

    .home-Banner-v2 .carousel-fade .carousel-inner>.item.active.right,
    .home-Banner-v2 .carousel-fade .carousel-inner>.item.next {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .home-Banner-v2 .carousel-fade .carousel-inner>.item.active.left,
    .home-Banner-v2 .carousel-fade .carousel-inner>.item.prev {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .home-Banner-v2 .carousel-fade .carousel-inner>.item.active,
    .home-Banner-v2 .carousel-fade .carousel-inner>.item.next.left,
    .home-Banner-v2 .carousel-fade .carousel-inner>.item.prev.right {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.home-Banner-v2 a.carousel-control {
    background-color: #fff;
    background-image: none !important;
    z-index: 5;
    position: relative;
    opacity: 1
}

.home-Banner-v2 a.carousel-control .glyphicon-chevron-left {
    font-size: 1.8rem;
    font-weight: 400;
    color: #003746;
    text-shadow: none
}

.home-Banner-v2 a.carousel-control .glyphicon-chevron-left:active {
    color: #297fca
}

.home-Banner-v2 a.carousel-control .glyphicon-chevron-left:focus {
    color: #297fca
}

.home-Banner-v2 a.carousel-control .glyphicon-chevron-right {
    font-size: 1.8rem;
    font-weight: 400;
    color: #003746;
    text-shadow: none
}

.home-Banner-v2 a.carousel-control .glyphicon-chevron-right:active {
    color: #297fca
}

.home-Banner-v2 a.carousel-control .glyphicon-chevron-right:focus {
    color: #297fca
}

.home-Banner-v2 .controlsWrap {
    position: absolute;
    background: #fff;
    bottom: 0;
    right: 248px;
    padding: 15px;
    height: 40px
}

@media screen and (max-width:767px) {
    .home-Banner-v2 .controlsWrap {
        bottom: 1px;
        right: 20px
    }
}

.home-Banner-v2 .controlsWrap .nextPrev {
    float: left
}

.home-Banner-v2 a.left {
    display: none
}

.home-Banner-v2 a.right {
    display: none
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%
}

.carousel-indicators.carousel__indicators_position--top-left {
    position: absolute;
    white-space: nowrap;
    width: 5%;
    bottom: 89%;
    margin-left: -43%;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: left top;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: left top;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: left top;
    -o-transform: rotate(90deg);
    -o-transform-origin: left top;
    transform: rotate(90deg);
    transform-origin: left top
}

.carousel-indicators.carousel__indicators_position--top-center {
    position: absolute;
    white-space: nowrap;
    width: 5%;
    bottom: auto;
    margin-left: auto;
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: center top;
    -moz-transform: rotate(180deg);
    -moz-transform-origin: center top;
    -ms-transform: rotate(180deg);
    -ms-transform-origin: center top;
    -o-transform: rotate(180deg);
    -o-transform-origin: center top;
    transform: rotate(180deg);
    transform-origin: center top;
    top: 6%
}

.carousel-indicators.carousel__indicators_position--top-right {
    position: absolute;
    white-space: nowrap;
    width: 5%;
    bottom: 83%;
    margin-left: 41%;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right top;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: right top;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: right top;
    -o-transform: rotate(90deg);
    -o-transform-origin: right top;
    transform: rotate(90deg);
    transform-origin: right top
}

.carousel-indicators.carousel__indicators_position--center {
    position: absolute;
    white-space: nowrap;
    width: 5%;
    bottom: 45%;
    margin-left: -5%;
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: center center;
    -moz-transform: rotate(180deg);
    -moz-transform-origin: center center;
    -ms-transform: rotate(180deg);
    -ms-transform-origin: center center;
    -o-transform: rotate(180deg);
    -o-transform-origin: center center;
    transform: rotate(180deg);
    transform-origin: center center
}

.carousel-indicators.carousel__indicators_position--center-left {
    position: absolute;
    white-space: nowrap;
    width: 5%;
    bottom: 45%;
    margin-left: -43%;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: left top;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: left top;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: left top;
    -o-transform: rotate(90deg);
    -o-transform-origin: left top;
    transform: rotate(90deg);
    transform-origin: left top
}

.carousel-indicators.carousel__indicators_position--center-right {
    position: absolute;
    white-space: nowrap;
    width: 5%;
    bottom: 45%;
    margin-left: 43%;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right top;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: right top;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: right top;
    -o-transform: rotate(90deg);
    -o-transform-origin: right top;
    transform: rotate(90deg);
    transform-origin: right top
}

.carousel-indicators.carousel__indicators_position--bottom-center {
    position: absolute;
    white-space: nowrap;
    width: 5%;
    bottom: 2%;
    margin-left: -5%;
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: center center;
    -moz-transform: rotate(180deg);
    -moz-transform-origin: center center;
    -ms-transform: rotate(180deg);
    -ms-transform-origin: center center;
    -o-transform: rotate(180deg);
    -o-transform-origin: center center;
    transform: rotate(180deg);
    transform-origin: center center
}

.carousel-indicators.carousel__indicators_position--bottom-right {
    position: absolute;
    white-space: nowrap;
    width: 5%;
    bottom: 2%;
    margin-left: 34%;
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: right top;
    -moz-transform: rotate(180deg);
    -moz-transform-origin: right top;
    -ms-transform: rotate(180deg);
    -ms-transform-origin: right top;
    -o-transform: rotate(180deg);
    -o-transform-origin: right top;
    transform: rotate(180deg);
    transform-origin: right top
}

.carousel-indicators .indicators--link {
    background-color: rgba(255, 255, 255, .7);
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 10px;
    opacity: .7
}

.carousel-indicators .indicators--link.active,
.carousel-indicators .indicators--link.hover {
    margin: 0;
    border: 1px solid rgba(47, 223, 149, 0);
    background-color: #2fdf95
}

.mainWrapperT {
    padding-top: 0
}

.signpost {
    color: #fff
}

.signpost.signpost-bg-img:not(.signpost-email-sign-up),
.signpost.signpost-list-item:not(.signpost-list-multi-items) {
    cursor: pointer
}

.signpost h2 {
    font-size: 2rem;
    color: #fff
}

.signpost .signpost-wrap {
    min-height: 263px;
    position: relative
}

.signpost p {
    color: #aaa;
    font-size: 2.4rem
}

.signpost .signpost-title {
    color: #003746;
    font-size: .9rem;
    text-transform: uppercase;
    font-weight: 700
}

.signpost p.more-link a,
.signpost p.more-link-lightbox a {
    color: #287786;
    padding-right: 15px;
    font-weight: 500;
    font-size: 1.4rem
}

.signpost p.more-link a:after,
.signpost p.more-link-lightbox a:after {
    border: solid #287786;
    border-width: 0 2px 2px 0;
    padding: 2px;
    left: 7px;
    bottom: 1px
}

.signpost blockquote {
    position: relative;
    padding-top: 40px
}

.signpost blockquote:before {
    position: absolute;
    background: url(/content/dam/microsites/merxaviation/images/icon-quote.svg) no-repeat 0 0;
    display: block;
    width: 34px;
    height: 29px;
    top: 0;
    left: calc(50% - 17px);
    content: ""
}

.document-link {
    background: url(/content/dam/microsites/merxaviation/images/icon-document.svg) no-repeat left top
}

.image-desc {
    color: #aaa
}

.presentationT1 tr.hRow td,
.presentationT1 tr.hRow th {
    background: #297fca;
    color: #fff;
    font-size: 1.8rem
}

.presentationT1 tr.hRow td a:hover,
.presentationT1 tr.hRow th a:hover {
    text-decoration: underline;
    color: #287786
}

.presentationT1 tr.cRow td,
.presentationT1 tr.cRow th {
    font-size: 1.4rem;
    font-weight: 500
}

.presentationT1 tr.cRow td a:hover,
.presentationT1 tr.cRow th a:hover {
    text-decoration: underline;
    color: #287786
}

.presentationT1 tr.cRow td.cRowSlides,
.presentationT1 tr.cRow th.cRowSlides {
    color: #aaa
}

.presentationT1 tr.cRow td.cRowDate,
.presentationT1 tr.cRow th.cRowDate {
    font-size: 1.8rem
}

.image-with-text .signpost-content {
    padding-left: 20px;
    border-left: solid 2px #287786
}

.image-with-text h2 {
    font-size: 1.4rem;
    font-weight: 700
}

.image-with-text p {
    color: #aaa
}

.single-video-player .video-close {
    background: #fff
}

.video-link {
    background: url(/content/dam/microsites/merxaviation/images/icon-video.svg) no-repeat left top
}

.signpost-video .video-close {
    right: 10px;
    top: 10px;
    color: #000
}

.signpost-video.s-video-auto-play .signpost-wrap {
    background: #fff
}

.signpost-video.s-video-auto-play.s-video-lightbox .signpost-wrap {
    -webkit-box-shadow: inset 0 -200px 100px -70px rgba(0, 0, 0, .75);
    box-shadow: inset 0 -200px 100px -70px rgba(0, 0, 0, .75)
}

.signpost-video.s-video-lightbox.s-image-not {
    background: #000 url(/content/dam/microsites/merxaviation/images/video-placeholder-image.jpg) no-repeat center center
}

.signpost-video .hide-bgimg {
    background: #fff
}

.full-col-video .signpost-video .signpost-wrap {
    background: #fff
}

.signpost-slider .signpost-slider-inner {
    border: solid 1px #e4f1fd;
    position: relative
}

.signpost-slider a.prevLink {
    border: solid #000;
    border-right: none;
    border-bottom: none
}

.signpost-slider a.nextLink {
    border: solid #000;
    border-left: none;
    border-top: none
}

.signpost-slider .signpost-wrap {
    text-align: center
}

@media screen and (max-width:767px) {
    .signpost-slider-inner {
        min-height: 296px
    }
}

.signpost-list-item .signpost-wrap {
    border: solid 1px #e4f1fd
}

.signpost-list-item .signpost-content p {
    color: #003746
}

.signpost-list-item p.list-item-date,
.signpost-list-item p.listItemDate {
    font-size: 1.2rem;
    margin-bottom: 0;
    color: #aaa
}

.signpost-list-item p.list-item-title,
.signpost-list-item p.listItemTitle {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #003746
}

.signpost-list-item p.list-item-title a,
.signpost-list-item p.listItemTitle a {
    color: #003746;
    text-decoration: none
}

.signpost-list-item p.list-item-title a:hover,
.signpost-list-item p.listItemTitle a:hover {
    color: #003746
}

.signpost-list-item p.list-item-desc,
.signpost-list-item p.listItemDesc {
    font-size: 1.2rem;
    color: #999;
    opacity: .8;
    letter-spacing: .4px
}

.signpost-iframe .signpost-wrap {
    border: solid 1px #e4f1fd
}

.signpost-list-multi-items p.list-item-title {
    font-size: 1.8rem
}

.signpost-list-multi-items p.list-item-title a {
    color: #003746;
    text-decoration: none
}

.signpost-list-multi-items p.list-item-title a:hover {
    color: #003746
}

.signpost-quote .signpost-wrap {
    background: #003746;
    text-align: center
}

.email-sign-up {
    background: url(/content/dam/microsites/merxaviation/images/icon-email.svg) no-repeat left top
}

.signpost-email-sign-up .signpost-wrap {
    background: #092546
}

.signpost-email-sign-up .alerts-text {
    border-bottom: solid 1px #fff
}

.signpost-email-sign-up .alert-submit {
    color: #fff
}

.signpost-email-sign-up p {
    color: #fff;
    opacity: .8;
    letter-spacing: .4px
}

.signpost-email-sign-up.signpost-bg-img .signpost-wrap {
    background: 0 0
}

.calendar-link {
    background: url(/content/dam/microsites/merxaviation/images/icon-calendar.svg) no-repeat left top
}

.signpost-calendar p.event-date {
    color: #aaa
}

.signpost-social-post .signpost-wrap {
    border: solid 1px #e4f1fd
}

.signpost-social-post .top-social-post .social-link {
    background: #092546
}

.signpost-social-post .top-social-post .social-link .fa {
    font-size: 2rem;
    color: #fff
}

.signpost-social-post .top-social-post p {
    font-family: Roboto-Medium, Arial, sans-serif;
    color: #003746;
    margin: 0;
    font-size: 1.2rem
}

.signpost-social-post .top-social-post .social-info {
    color: #003746;
    opacity: .6;
    font-family: Roboto-Light, Arial, sans-serif;
    font-size: 1.2rem
}

.signpost-social-post .top-social-post .top-info {
    color: #003746;
    opacity: .6
}

.signpost-social-post .social-feed-item {
    border-bottom: solid 1px #e4f1fd
}

.signpost-social-post .social-feed-item:last-child {
    border-bottom: none
}

.signpost-social-post .social-feed-item a {
    color: #287786
}

.signpost-social-post .social-feed-item p {
    font-family: Roboto-Light, Arial, sans-serif;
    font-size: 1.4rem;
    color: #003746
}

.signpost-social-post .social-feed-item p:nth-child(2) {
    opacity: .6;
    font-size: 1.2rem
}

.re-tweet-link {
    width: 23px;
    height: 15px;
    text-indent: 0
}

.fa-retweet {
    color: #000;
    font-size: 2rem
}

.signpost-t1 .social-feed-item>div {
    border: solid 1px #e4f1fd;
    padding: 20px;
    padding-top: 0;
    overflow: hidden
}

.signpost-t1 .social-feed-item>div p.content {
    width: 100%;
    word-wrap: break-word;
    margin-bottom: 15px;
    font-family: Roboto-Light, Arial, sans-serif;
    font-size: 1.4rem;
    color: #003746;
    margin-top: 20px;
    overflow: hidden
}

.signpost-t1 .top-social-post {
    padding: 15px 0 0
}

.signpost-t1 .top-social-post .social-link {
    background: #092546
}

.signpost-t1 .top-social-post .social-link .fa {
    font-size: 2rem;
    color: #fff
}

.signpost-t1 .top-social-post p {
    font-family: Roboto-Medium, Arial, sans-serif;
    color: #003746;
    margin: 0;
    font-size: 1.2rem
}

.signpost-t1 .top-social-post .social-info {
    color: #003746;
    opacity: .6;
    font-family: Roboto-Light, Arial, sans-serif;
    font-size: 1.2rem
}

.signpost-t1 .top-social-post .top-info {
    color: #003746;
    opacity: .6
}

.signpost-t1 .signpost-social-post .social-link {
    display: block;
    float: left;
    margin-right: 15px
}

.signpost-t1 a {
    color: #287786
}

.signpost-t1 .social-info {
    color: #003746;
    opacity: .6;
    font-size: 1.2rem
}

.signpost-t1 .re-tweet-link {
    width: 23px;
    height: 15px;
    text-indent: 0
}

.signpost-t1 .fa-retweet {
    color: #000;
    font-size: 2rem
}

@media screen and (max-width:768px) {
    .signpost-social-post .social-feed-item {
        border-bottom: none
    }

    .signpost-social-post .social-feed-item:nth-child(n+2) {
        display: none
    }
}

.g-map-title.h2 {
    font-size: 2.4rem
}

.g-map-desc {
    font-size: 1.4rem;
    color: #999
}

.g-map {
    background: #fff
}

.g-map .addr-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #003746;
    margin-bottom: 10px
}

.g-map .addr-desc {
    color: #999;
    font-size: 2.4rem;
    margin-bottom: 10px
}

.image-gallery-fw a.carousel-control.prevLink {
    border: solid #000;
    border-width: 3px 0 0 3px !important
}

.image-gallery-fw a.carousel-control.nextLink {
    border: solid #000;
    border-width: 0 3px 3px 0 !important
}

.image-gallery-fw a.carousel-control:active {
    border: solid #000
}

.image-gallery-fw a.carousel-control:focus {
    border: solid #000
}

.image-gallery-fw .controlsWrap {
    background: #fff
}

.image-gallery-fw .image-gallery-title {
    font-size: 700
}

.image-gallery-fw .image-gallery-description {
    display: inline;
    font-size: 2.4rem;
    color: #aaa
}

.video-gallery .inv_videoDetail {
    color: #fff;
    background: rgba(9, 37, 70, .6)
}

@media screen and (max-width:767px) {
    .video-gallery .inv_videoDetail {
        background: rgba(9, 37, 70, .6)
    }
}

.inv_pagingControlsContainer .inv_pageNumber {
    background: #aaa
}

.inv_pagingControlsContainer .inv_pageNumber.active {
    background: #003746
}

.applyhover .inv_prevPage:hover {
    background-color: #fff
}

.applyhover .inv_nextPage:hover {
    background-color: #fff
}

.inv_timelineYearNavList .selected {
    color: #6851c9
}

.hero-banner .hero-banner-inner {
    opacity: .8;
    background: #426584
}

.hero-banner .hero-content .hero-banner-text {
    color: #fff;
    font-weight: 300;
    font-family: Roboto-Light, Arial, sans-serif
}

.hero-banner .hero-content .hero-banner-text strong {
    font-family: Roboto-Medium, Arial, sans-serif;
    font-weight: 400
}

.hero-banner .hero-content .hero-banner-text span {
    color: #287786
}

@media screen and (max-width:991px) {
    .hero-banner .hero-content .hero-banner-text {
        font-size: 5.6rem
    }
}

@media screen and (max-width:767px) {
    .hero-banner .hero-content .hero-banner-text {
        font-size: 3.6rem
    }
}

.hero-banner .hero-content .shiny-text {
    color: #287786
}

.hero-banner .overlay-video {
    background: #000
}

.hero-banner .video-close {
    color: #fff;
    text-decoration: none
}

.hero-banner.hero-banner-with-background .video-close {
    right: 70px;
    top: 100px
}

@media screen and (max-width:991px) {
    .hero-banner.hero-banner-with-background .video-close {
        right: 30px
    }
}

@media screen and (max-width:767px) {
    .hero-banner.hero-banner-with-background .video-close {
        right: 11px;
        top: 65px
    }
}

.hero-banner.hero-banner-with-background:not(.is-banner) {
    top: 11px
}

body.user-logged-in .hero-banner-inner {
    display: none
}

.slide-wrapper {
    color: #fff
}

.slide-reverse .carousel-indicators li {
    background: #000
}

.slide-reverse .carousel-indicators li.active {
    background: #003746
}

.slide-reverse.carousel .carousel-inner>.item .carousel-caption h2 {
    font-size: 48px;
    color: #003746
}

.slide-reverse.carousel .carousel-inner>.item .carousel-caption p {
    font-family: Roboto-Regular, Arial, sans-serif;
    font-size: 1.4rem;
    color: #003746
}

.slide-reverse.carousel .btn.btn-primary {
    background-color: #fff;
    color: #003746;
    font-size: 1.6rem;
    border: 1px solid #003746;
    font-weight: 700
}

.slide-reverse .carousel-inner .item::after {
    background: #003746
}

@media screen and (max-width:768px) {
    .slide-reverse.carousel .carousel-inner>.item .carousel-caption h2 {
        font-size: 2.4rem
    }

    .slide-reverse.carousel .carousel-inner>.item .carousel-caption h2 span {
        font-size: 2.4rem
    }

    .slide-reverse.carousel .carousel-inner>.item .carousel-caption h2 {
        font-size: 30px;
        line-height: 34px
    }
}

@media screen and (max-width:480px) {
    .slide-reverse.carousel .carousel-inner>.item .carousel-caption h2 {
        font-size: 2.4rem;
        line-height: 30px
    }
}

.path-search-result #hit-template li,
.path-search-result #paginate li,
.path-search-result #solrstrap-documentfacetresult li {
    background-color: #fff;
    border-bottom: 1px solid #003746
}

.path-search-result #submitButton {
    background: #003746 none repeat scroll 0 0
}

.T1-search-form .heading-search-result .search-heading {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #434343;
    font-size: 3.4em;
    color: #092546
}

.T1-search-form .heading-search-result .search .form-group .form-control {
    font-size: 1.4rem;
    color: #092546
}

.T1-search-form .heading-search-result .filter-by fieldset legend .fieldset-legend {
    font-size: 1.4rem
}

.T1-search-form .heading-search-result .filter-by fieldset .fieldset-wrapper .radio label {
    font-weight: 700
}

.T1-search-result-wrapper .actual-results {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #434343;
    font-size: 1.2em
}

.T1-search-result-wrapper .actual-results .file-name {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #434343;
    color: #002776;
    font-weight: 700
}

.T1-search-result-wrapper .actual-results .file-name a {
    color: #002776;
    text-decoration: none
}

.T1-search-result-wrapper .actual-results .file-name a:hover {
    color: #002776
}

.T1-search-result-wrapper .actual-results .file-path {
    color: #92a0bd
}

.T1-search-result-wrapper .actual-results .description {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #434343;
    color: #545454
}

header .header-menu-wrapper .T1-search-form .heading-search-result .search .form-group .form-control {
    color: #fff
}

.board-of-directors-box {
    min-height: 365px
}

.board-of-directors-box>.board-of-directors--person_name {
    color: #003746;
    font-family: Roboto-Medium, Arial, sans-serif;
    font-weight: 700;
    font-size: 2rem
}

.board-of-directors-box>.board-of-directors--person_name.active,
.board-of-directors-box>.board-of-directors--person_name.activecategory,
.board-of-directors-box>.board-of-directors--person_name:active,
.board-of-directors-box>.board-of-directors--person_name:focus,
.board-of-directors-box>.board-of-directors--person_name:hover {
    color: #287786
}

.board-of-directors-box>.board-of-directors--person_post {
    color: #003746;
    font-family: Roboto-Light, Arial, sans-serif;
    font-size: 1.2rem;
    margin-bottom: 7px
}

.board-of-directors-box.notrigger .board-of-directors--person_name {
    color: #003746
}

.bod-content-wrapped .icon-close {
    font-size: 1.4rem
}

.bod-content-wrapped .bod-inner-wrapper {
    background-color: #fff
}

.bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-content {
    text-align: left;
    color: #003746
}

.bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-content-title {
    font-size: 2.4rem;
    font-family: Roboto-Medium, Arial, sans-serif
}

.bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-content-pos {
    font-size: 1.6rem;
    ont-family: Roboto-Light, Arial, sans-serif
}

.bod-content-wrapped .bod-inner-wrapper .bod-content-container .bod-description {
    font-size: 1.4rem;
    ont-family: Roboto-Light, Arial, sans-serif;
    opacity: .8
}

.financial-calendar table>thead>tr>th,
.financial-calendar tbody>tr>th {
    background-color: #297fca;
    color: #fff;
    font-size: 1.6rem;
    font-family: Roboto-Medium, Arial, sans-serif;
    text-align: left
}

.financial-calendar table>thead>tr>th:nth-child(3),
.financial-calendar tbody>tr>th:nth-child(3) {
    text-align: center
}

.financial-calendar .tab-content {
    padding-left: 0
}

.financial-calendar .controlsWrap {
    background: #fff
}

.financial-calendar table>tbody>tr>td:nth-child(1),
.financial-calendar table>thead>tr>td:nth-child(3) {
    width: 20%
}

.financial-calendar .carousel-counter {
    font-family: Roboto-Medium, Arial, sans-serif
}

.financial-calendar table>tbody>tr>td:nth-child(2) {
    text-align: left;
    font-size: 1.4rem;
    font-family: Roboto-Light, Arial, sans-serif;
    width: 60%
}

.financial-calendar .fin-calendarlink {
    background: url(/content/dam/microsites/merxaviation/images/icon-calendar-blue.svg) no-repeat 0 0
}

.financial-calendar .tab-content>.active {
    padding: 0
}

@media screen and (max-width:767px) {
    .financial-calendar .tab-content.mainWrapperT {
        padding-top: 50px
    }
}

.view-presentations .view-empty p,
.view-results .view-empty p {
    font-family: Roboto-Medium, Arial, sans-serif;
    color: #003746
}

.result-center table>thead>tr,
.result-center table>thead>tr>th,
.result-center tbody>tr>th {
    background-color: #297fca;
    color: #fff;
    font-family: Roboto-Medium, Arial, sans-serif
}

.result-center table>thead>tr>th {
    border: 1px solid #297fca;
    border-bottom: none
}

.result-center table>tbody>tr>td:nth-child(2) {
    font-size: 1.4rem;
    font-family: Roboto-Light, Arial, sans-serif
}

.result-center .result-center-table tbody table>tbody>tr>td {
    font-family: Roboto-Regular, Arial, sans-serif
}

.result-center .result-center-table tbody table>tbody>tr:nth-child(odd)>td:nth-child(odd) {
    background: #fff
}

.result-center .result-center-table tbody table>tbody>tr:nth-child(odd)>td:nth-child(even) {
    background: #fff
}

.result-center .result-center-table tbody table>tbody>tr:nth-child(even)>td:nth-child(odd) {
    background: #fff
}

.result-center .result-center-table tbody table>tbody>tr:nth-child(even)>td:nth-child(even) {
    background: #f6f6f6
}

.configurable-banner {
    height: 721px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-size: cover
}

.configurable-banner .banner-caption {
    vertical-align: middle;
    text-align: center;
    padding: 20px 30px;
    z-index: 10;
    width: 100%;
    position: absolute;
    bottom: 15px
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .configurable-banner .banner-caption {
        bottom: 2%
    }
}

.configurable-banner .banner-caption .banner-title,
.configurable-banner .banner-caption h1,
.configurable-banner .banner-caption h2,
.configurable-banner .banner-caption h3,
.configurable-banner .banner-caption h4,
.configurable-banner .banner-caption h5 {
    color: #fff;
    font-family: Roboto-Light, Arial, sans-serif;
    font-weight: 200;
    line-height: 1.1;
    font-size: 4.6rem
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {

    .configurable-banner .banner-caption .banner-title,
    .configurable-banner .banner-caption h1,
    .configurable-banner .banner-caption h2,
    .configurable-banner .banner-caption h3,
    .configurable-banner .banner-caption h4,
    .configurable-banner .banner-caption h5 {
        font-size: 4vw
    }
}

.configurable-banner .banner-caption .banner-title span,
.configurable-banner .banner-caption h1 span,
.configurable-banner .banner-caption h2 span,
.configurable-banner .banner-caption h3 span,
.configurable-banner .banner-caption h4 span,
.configurable-banner .banner-caption h5 span {
    font-family: Roboto-Medium, Arial, sans-serif;
    font-size: 5.6rem;
    font-weight: 700
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {

    .configurable-banner .banner-caption .banner-title span,
    .configurable-banner .banner-caption h1 span,
    .configurable-banner .banner-caption h2 span,
    .configurable-banner .banner-caption h3 span,
    .configurable-banner .banner-caption h4 span,
    .configurable-banner .banner-caption h5 span {
        font-size: 3.2rem
    }
}

.configurable-banner .banner-caption .content p,
.configurable-banner .banner-caption p {
    color: #fff;
    font-family: Roboto-Light, Arial, sans-serif;
    margin: 5px;
    font-size: 2.1vw;
    line-height: 1
}

.configurable-banner .banner-caption .banner-description {
    font-size: 2.4rem;
    color: #fff
}

.configurable-banner .banner-caption .banner-btn,
.configurable-banner .banner-caption .moreLInk>a {
    color: #287786;
    background-color: #fff;
    cursor: pointer;
    border: none;
    font-size: 1.6rem;
    line-height: 55px;
    height: 55px;
    font-weight: 300;
    text-shadow: none;
    padding: 10px 25px
}

@media only screen and (min-width:768px) and (max-width:990px) and (orientation:portrait) {
    .configurable-banner .banner-caption {
        bottom: 10%
    }

    .configurable-banner .banner-caption .banner-title,
    .configurable-banner .banner-caption h1,
    .configurable-banner .banner-caption h2,
    .configurable-banner .banner-caption h3,
    .configurable-banner .banner-caption h4,
    .configurable-banner .banner-caption h5 {
        font-size: 4.8vw;
        margin: 0;
        line-height: 1.1
    }

    .configurable-banner .banner-caption .banner-title span,
    .configurable-banner .banner-caption h1 span,
    .configurable-banner .banner-caption h2 span,
    .configurable-banner .banner-caption h3 span,
    .configurable-banner .banner-caption h4 span,
    .configurable-banner .banner-caption h5 span {
        font-family: Roboto-Medium, Arial, sans-serif;
        font-size: 4vw;
        font-weight: 700
    }

    .configurable-banner .banner-caption .content p,
    .configurable-banner .banner-caption p {
        margin: 5px;
        font-size: 2.4vw;
        line-height: 1
    }

    .configurable-banner .banner-caption .moreLInk>a {
        padding: 5px;
        font-size: 1.2rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media screen and (max-width:767px) {
    .configurable-banner .banner-caption {
        bottom: 1%
    }

    .configurable-banner .banner-caption .banner-title,
    .configurable-banner .banner-caption h1,
    .configurable-banner .banner-caption h2,
    .configurable-banner .banner-caption h3,
    .configurable-banner .banner-caption h4,
    .configurable-banner .banner-caption h5 {
        font-size: 3.8vw;
        margin: 0
    }

    .configurable-banner .banner-caption .banner-title span,
    .configurable-banner .banner-caption h1 span,
    .configurable-banner .banner-caption h2 span,
    .configurable-banner .banner-caption h3 span,
    .configurable-banner .banner-caption h4 span,
    .configurable-banner .banner-caption h5 span {
        font-family: Roboto-Medium, Arial, sans-serif;
        font-size: 3.8vw;
        font-weight: 700
    }

    .configurable-banner .banner-caption .content p,
    .configurable-banner .banner-caption p {
        margin: 5px;
        font-size: 2.4vw;
        line-height: 1
    }

    .configurable-banner .banner-caption .moreLInk>a {
        padding: 5px;
        font-size: 1.2rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.configurable-banner-with-image {
    position: relative
}

.configurable-banner-with-image img {
    display: block;
    width: 100%;
    max-height: auto;
    height: auto;
    left: 0;
    margin: 0;
    padding: 0;
    top: 0;
    z-index: -1
}

.configurable-banner-with-image .banner-caption {
    vertical-align: middle;
    text-align: center;
    padding: 20px 30px;
    z-index: 10;
    width: 100%;
    position: absolute;
    bottom: 15px
}

.configurable-banner-with-image .banner-caption .banner-title,
.configurable-banner-with-image .banner-caption h1,
.configurable-banner-with-image .banner-caption h2,
.configurable-banner-with-image .banner-caption h3,
.configurable-banner-with-image .banner-caption h4,
.configurable-banner-with-image .banner-caption h5 {
    color: #fff;
    font-family: Roboto-Light, Arial, sans-serif;
    font-weight: 200;
    line-height: 1.1;
    font-size: 5.6rem
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {

    .configurable-banner-with-image .banner-caption .banner-title,
    .configurable-banner-with-image .banner-caption h1,
    .configurable-banner-with-image .banner-caption h2,
    .configurable-banner-with-image .banner-caption h3,
    .configurable-banner-with-image .banner-caption h4,
    .configurable-banner-with-image .banner-caption h5 {
        font-size: 3.8vw
    }
}

.configurable-banner-with-image .banner-caption .banner-title span,
.configurable-banner-with-image .banner-caption h1 span,
.configurable-banner-with-image .banner-caption h2 span,
.configurable-banner-with-image .banner-caption h3 span,
.configurable-banner-with-image .banner-caption h4 span,
.configurable-banner-with-image .banner-caption h5 span {
    font-family: Roboto-Medium, Arial, sans-serif;
    font-size: 5.6rem;
    font-weight: 700
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {

    .configurable-banner-with-image .banner-caption .banner-title span,
    .configurable-banner-with-image .banner-caption h1 span,
    .configurable-banner-with-image .banner-caption h2 span,
    .configurable-banner-with-image .banner-caption h3 span,
    .configurable-banner-with-image .banner-caption h4 span,
    .configurable-banner-with-image .banner-caption h5 span {
        font-size: 3.2vw
    }
}

.configurable-banner-with-image .banner-caption .content p,
.configurable-banner-with-image .banner-caption p {
    color: #fff;
    font-family: Roboto-Light, Arial, sans-serif;
    margin: 5px;
    font-size: 2.1vw;
    line-height: 1
}

.configurable-banner-with-image .banner-caption .banner-description {
    font-size: 2.4rem;
    color: #fff
}

.configurable-banner-with-image .banner-caption .banner-btn,
.configurable-banner-with-image .banner-caption .moreLInk>a {
    color: #287786;
    background-color: #fff;
    cursor: pointer;
    border: none;
    font-size: 1.6rem;
    line-height: 55px;
    height: 55px;
    font-weight: 300;
    text-shadow: none;
    padding: 10px 25px
}

@media only screen and (min-width:768px) and (max-width:990px) and (orientation:portrait) {
    .configurable-banner-with-image .banner-caption {
        bottom: 10%
    }

    .configurable-banner-with-image .banner-caption .banner-title,
    .configurable-banner-with-image .banner-caption h1,
    .configurable-banner-with-image .banner-caption h2,
    .configurable-banner-with-image .banner-caption h3,
    .configurable-banner-with-image .banner-caption h4,
    .configurable-banner-with-image .banner-caption h5 {
        font-size: 4.8vw;
        margin: 0;
        line-height: 1.1
    }

    .configurable-banner-with-image .banner-caption .banner-title span,
    .configurable-banner-with-image .banner-caption h1 span,
    .configurable-banner-with-image .banner-caption h2 span,
    .configurable-banner-with-image .banner-caption h3 span,
    .configurable-banner-with-image .banner-caption h4 span,
    .configurable-banner-with-image .banner-caption h5 span {
        font-family: Roboto-Medium, Arial, sans-serif;
        font-size: 3.8vw;
        font-weight: 700
    }

    .configurable-banner-with-image .banner-caption .content p,
    .configurable-banner-with-image .banner-caption p {
        margin: 5px;
        font-size: 1.4vw;
        line-height: 1
    }

    .configurable-banner-with-image .banner-caption .moreLInk>a {
        padding: 5px;
        font-size: 1.2rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media screen and (max-width:767px) {
    .configurable-banner-with-image .banner-caption {
        bottom: 1%
    }

    .configurable-banner-with-image .banner-caption .banner-title,
    .configurable-banner-with-image .banner-caption h1,
    .configurable-banner-with-image .banner-caption h2,
    .configurable-banner-with-image .banner-caption h3,
    .configurable-banner-with-image .banner-caption h4,
    .configurable-banner-with-image .banner-caption h5 {
        font-size: 3.8vw;
        margin: 0
    }

    .configurable-banner-with-image .banner-caption .banner-title span,
    .configurable-banner-with-image .banner-caption h1 span,
    .configurable-banner-with-image .banner-caption h2 span,
    .configurable-banner-with-image .banner-caption h3 span,
    .configurable-banner-with-image .banner-caption h4 span,
    .configurable-banner-with-image .banner-caption h5 span {
        font-family: Roboto-Medium, Arial, sans-serif;
        font-size: 3.8vw;
        font-weight: 700
    }

    .configurable-banner-with-image .banner-caption .content p,
    .configurable-banner-with-image .banner-caption p {
        margin: 5px;
        font-size: 1.4vw;
        line-height: 1
    }

    .configurable-banner-with-image .banner-caption .moreLInk>a {
        padding: 5px;
        font-size: 1.2rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.configurable-banner-with-quote {
    height: 721px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-size: cover
}

.configurable-banner-with-quote .banner-caption {
    font-family: Roboto-Medium, Arial, sans-serif;
    z-index: 10;
    width: 100%;
    position: absolute;
    bottom: 15px;
    width: 70%;
    text-align: left;
    padding: 60px
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .configurable-banner-with-quote .banner-caption {
        bottom: 2%
    }
}

.configurable-banner-with-quote .banner-caption p {
    color: #aaa;
    font-size: 1.2rem;
    opacity: .6
}

.configurable-banner-with-quote .banner-caption .banner-title,
.configurable-banner-with-quote .banner-caption blockquote,
.configurable-banner-with-quote .banner-caption h1,
.configurable-banner-with-quote .banner-caption h2,
.configurable-banner-with-quote .banner-caption h3,
.configurable-banner-with-quote .banner-caption h4,
.configurable-banner-with-quote .banner-caption h5 {
    position: relative;
    font-size: 2.8rem;
    line-height: 35px;
    color: #fff;
    font-family: Roboto-Medium, Arial, sans-serif;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 20px
}

.configurable-banner-with-quote .banner-caption .banner-title:before,
.configurable-banner-with-quote .banner-caption blockquote:before,
.configurable-banner-with-quote .banner-caption h1:before,
.configurable-banner-with-quote .banner-caption h2:before,
.configurable-banner-with-quote .banner-caption h3:before,
.configurable-banner-with-quote .banner-caption h4:before,
.configurable-banner-with-quote .banner-caption h5:before {
    position: absolute;
    background: url(/content/dam/microsites/merxaviation/images/icon-quote.svg);
    display: block;
    width: 34px;
    height: 29px;
    top: -14px;
    content: ""
}

.medialibrary .nav.dropdown>li>button {
    color: #fff;
    background: #003746
}

.medialibrary .nav.dropdown>li .dropdown-menu li>a {
    font-family: Roboto-Medium, Arial, sans-serif;
    color: #003746;
    background: #fff
}

.medialibrary .nav.dropdown>li .dropdown-menu .active>a,
.medialibrary .nav.dropdown>li .dropdown-menu .active>a:focus,
.medialibrary .nav.dropdown>li .dropdown-menu .active>a:hover {
    color: #fff;
    background-color: #287786
}

.medialibrary .nav.dropdown>li .dropdown-text {
    font-size: 1.6rem;
    font-family: Roboto-Medium, Arial, sans-serif;
    font-weight: 400
}

.medialibrary .nav-tabs>li {
    font-weight: 700;
    font-family: Roboto-Medium, Arial, sans-serif
}

.medialibrary .nav-tabs>li>a {
    color: #003746;
    border: 1px solid rgba(9, 37, 70, .1);
    background: #fff;
    border-radius: 0
}

.medialibrary .nav-tabs>li.active>a,
.medialibrary .nav-tabs>li.activecategory>a {
    border-bottom: 2px solid #003746;
    color: #fff !important;
    background-color: #003746;
    border-radius: 0
}

.medialibrary .nav-tabs>li.active>a:focus,
.medialibrary .nav-tabs>li.active>a:hover,
.medialibrary .nav-tabs>li.activecategory>a:focus,
.medialibrary .nav-tabs>li.activecategory>a:hover {
    border-bottom: 2px solid #003746;
    color: #fff !important;
    background-color: #003746
}

.medialibrary .dropdown-menu {
    list-style: none;
    position: relative
}

.medialibrary .tab-content {
    padding-left: 0;
    padding-right: 0
}

.medialibrary .tab-content .tab-pane {
    padding-top: 20px
}

.medialibrary .tab-content .pagination {
    font-size: 2rem
}

.medialibrary .tab-content .pagination a {
    font-family: Roboto-Light, Arial, sans-serif;
    color: #979797;
    text-decoration: none
}

.medialibrary .tab-content .pagination a.active,
.medialibrary .tab-content .pagination a:hover {
    color: #297fca
}

.medialibrary .tab-content .pagination a.first.active,
.medialibrary .tab-content .pagination a.first:hover,
.medialibrary .tab-content .pagination a.last.active,
.medialibrary .tab-content .pagination a.last:hover {
    color: #297fca
}

.medialibrary .tab-content .pagination a.first,
.medialibrary .tab-content .pagination a.last {
    color: #003746
}

.medialibrary .tab-content .pagination .first::after {
    font-family: FontAwesome;
    content: "\f104";
    font-size: 2.5rem;
    font-weight: bolder
}

.medialibrary .tab-content .pagination .last::after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 2.5rem;
    font-weight: bolder
}

.medialibrary .tab-content .pagination.oneof {
    font-size: 2rem
}

.medialibrary .tab-content .pagination.oneof a {
    font-family: Roboto-Light, Arial, sans-serif;
    color: #979797;
    text-decoration: none
}

.medialibrary .tab-content .pagination.oneof a.active,
.medialibrary .tab-content .pagination.oneof a:hover {
    color: #297fca
}

.medialibrary .tab-content .pagination.oneof a.first.active,
.medialibrary .tab-content .pagination.oneof a.first:hover,
.medialibrary .tab-content .pagination.oneof a.last.active,
.medialibrary .tab-content .pagination.oneof a.last:hover {
    color: #297fca
}

.medialibrary .tab-content .pagination.oneof a.first,
.medialibrary .tab-content .pagination.oneof a.last {
    color: #003746
}

.medialibrary .tab-content .pagination.oneof .first::after {
    font-family: FontAwesome;
    content: "\f104";
    font-size: 2.5rem;
    font-weight: bolder
}

.medialibrary .tab-content .pagination.oneof .last::after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 2.5rem;
    font-weight: bolder
}

.medialibrary .innertabs .nav-tabs>li>a {
    border: none;
    color: #979797 !important
}

.medialibrary .innertabs .nav-tabs>li.active>a {
    border-bottom: 2px solid #003746 !important;
    color: #003746 !important;
    background: #fff;
    text-decoration: none
}

.medialibrary .innertabs .nav-tabs>li.active>a:focus,
.medialibrary .innertabs .nav-tabs>li.active>a:hover {
    border-bottom: 2px solid #003746 !important;
    color: #003746 !important;
    background: #fff;
    text-decoration: none
}

.medialibrary .innertabs .nav-tabs>li.activecategory>a {
    border-bottom: 2px solid #003746 !important;
    color: #003746 !important;
    background: #fff;
    text-decoration: none
}

.medialibrary .innertabs .nav-tabs>li.activecategory>a:focus,
.medialibrary .innertabs .nav-tabs>li.activecategory>a:hover {
    border-bottom: 2px solid #003746 !important;
    color: #003746 !important;
    background: #fff;
    text-decoration: none
}

.medialibrary .innertabs .nav.nav-tabs>li>a:focus,
.medialibrary .innertabs .nav.nav-tabs>li>a:hover {
    border-bottom: 2px solid #003746 !important;
    color: #003746 !important;
    background: #fff;
    text-decoration: none
}

.medialibrary .innertabs .nav.dropdown>li>button {
    color: #003746;
    background: #fff !important;
    border-bottom: 2px solid #003746 !important
}

.media-gallery .media-gallery-item-cover .gallary-title,
.media-gallery-video .media-gallery-item-cover .gallary-title {
    font-family: Roboto-Medium, Arial, sans-serif;
    font-size: 2rem;
    color: #003746;
    cursor: pointer
}

.media-gallery .media-gallery-item-cover .gallary-title:hover,
.media-gallery-video .media-gallery-item-cover .gallary-title:hover {
    color: #297fca
}

.media-gallery .media-gallery-item-cover .gallary-title a,
.media-gallery-video .media-gallery-item-cover .gallary-title a {
    font-family: Roboto-Medium, Arial, sans-serif;
    font-size: 2rem;
    color: #003746;
    text-decoration: none
}

.media-gallery .media-gallery-item-cover .gallary-title a:hover,
.media-gallery-video .media-gallery-item-cover .gallary-title a:hover {
    color: #297fca
}

.media-gallery .media-gallery-item-cover .gallary-description,
.media-gallery-video .media-gallery-item-cover .gallary-description {
    font-family: Roboto-Light, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    color: #003746
}

.media-gallery .media-gallery-item-cover .download-image,
.media-gallery-video .media-gallery-item-cover .download-image {
    background-image: url(/content/dam/microsites/merxaviation/images/icon-image-blue.svg)
}

.media-gallery .media-gallery-item-cover .download-video,
.media-gallery-video .media-gallery-item-cover .download-video {
    background-image: url(/content/dam/microsites/merxaviation/images/icon-video-blue.svg)
}

.mfp-content .mfp-bottom-bar .mfp-title {
    background: #fff
}

.mfp-content .mfp-bottom-bar .mfp-title .image-popup-title {
    font-family: Roboto-Medium, Arial, sans-serif;
    font-size: 2rem;
    color: #003746
}

.mfp-content .mfp-bottom-bar .mfp-title .image-popup-description {
    font-family: Roboto-Medium, Arial, sans-serif;
    font-size: 1.4rem;
    color: #003746;
    opacity: .8
}

.mfp-content .mfp-bottom-bar .mfp-title .download-image {
    background-image: url(/content/dam/microsites/merxaviation/images/icon-image-blue.svg)
}

.mfp-content .mfp-bottom-bar .mfp-title .download-video {
    background-image: url(/content/dam/microsites/merxaviation/images/icon-video-blue.svg)
}

.mfp-content .mfp-bottom-bar .mfp-title .btn-download {
    border: solid 1px #003746
}

.mfp-content .btn-controls-slider {
    position: absolute;
    height: 45px;
    width: 45px;
    bottom: 30px;
    right: 20px;
    z-index: 1;
    border: none
}

.mfp-content .btn-controls-slider.mfp-arrow-right {
    background: #fff;
    color: #003746
}

.mfp-content .btn-controls-slider.mfp-arrow-right::after {
    border-left: none;
    margin-left: 0;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 3rem;
    font-weight: bolder
}

.mfp-content .btn-controls-slider.mfp-arrow-right:hover {
    color: #297fca
}

.mfp-content .btn-controls-slider.mfp-arrow-left {
    background: #fff;
    color: #003746
}

.mfp-content .btn-controls-slider.mfp-arrow-left::after {
    border-right: none;
    font-family: FontAwesome;
    content: "\f104";
    font-size: 3rem;
    font-weight: bolder;
    margin-left: 0
}

.mfp-content .btn-controls-slider.mfp-arrow-left:hover {
    color: #297fca
}

.newsroom .tab-content .tab-pane .news .news-desc .list-item-title {
    font-family: Roboto-Medium, Arial, sans-serif !important;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    color: #003746;
    text-decoration: none
}

.newsroom .tab-content .tab-pane .news .news-desc .list-item-date {
    font-size: 1.2rem;
    color: #003746;
    font-family: Roboto-Light, Arial, sans-serif !important;
    opacity: .6;
    line-height: 1.5
}

.newsroom .tab-content .tab-pane .news .news-desc .list-item-desc {
    font-size: 1.2rem;
    color: #003746;
    font-family: Roboto-Light, Arial, sans-serif !important;
    opacity: .6;
    line-height: 1.5
}

.newsroom .tab-content .tab-pane .news .news-desc .more-link {
    color: #287786;
    font-family: Roboto-Medium, Arial, sans-serif !important
}

.newsroom .tab-content .tab-pane .news .news-desc .more-link a {
    color: #287786;
    font-size: 1.4rem;
    text-decoration: none
}

.newsroom .tab-content .tab-pane .news .news-desc .more-link a:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 1.6rem;
    font-weight: bolder
}

.newsroom .pagination {
    font-size: 2rem
}

.newsroom .pagination a {
    font-family: Roboto-Light, Arial, sans-serif;
    color: #979797
}

.newsroom .pagination a.active,
.newsroom .pagination a:hover {
    color: #297fca
}

.newsroom .pagination a.first.active,
.newsroom .pagination a.first:hover,
.newsroom .pagination a.last.active,
.newsroom .pagination a.last:hover {
    color: #297fca
}

.newsroom .pagination a.first,
.newsroom .pagination a.last {
    color: #003746
}

.newsroom .pagination .first::after {
    font-family: FontAwesome;
    font-size: 2.5rem;
    font-weight: bolder
}

.newsroom .pagination .last::after {
    font-family: FontAwesome;
    font-size: 2.5rem;
    font-weight: bolder
}

.newsroom .pagination.oneof {
    font-size: 2rem
}

.newsroom .pagination.oneof a {
    font-family: Roboto-Light, Arial, sans-serif;
    color: #979797
}

.newsroom .pagination.oneof a.active,
.newsroom .pagination.oneof a:hover {
    color: #297fca
}

.newsroom .pagination.oneof a.first.active,
.newsroom .pagination.oneof a.first:hover,
.newsroom .pagination.oneof a.last.active,
.newsroom .pagination.oneof a.last:hover {
    color: #297fca
}

.newsroom .pagination.oneof a.first,
.newsroom .pagination.oneof a.last {
    color: #003746
}

.newsroom .pagination.oneof .first::after {
    font-family: FontAwesome;
    font-size: 2.5rem;
    font-weight: bolder
}

.newsroom .pagination.oneof .last::after {
    font-family: FontAwesome;
    font-size: 2.5rem;
    font-weight: bolder
}

.newsroom .nav-tabs {
    font-family: Roboto-Medium, Arial, sans-serif;
    font-size: 2.4rem;
    font-weight: 500
}

.newsroom .nav-tabs li {
    font-family: Roboto-Medium, Arial, sans-serif !important;
    font-size: 2.4rem !important;
    font-weight: 500
}

.contact-us p {
    font-family: Roboto-Regular, Arial, sans-serif;
    font-size: 1.8rem;
    color: #003746
}

.contactus-p2 p {
    font-family: Roboto-Regular, Arial, sans-serif;
    font-size: 1.4rem;
    color: #003746
}

.web-form-wrap .field--name-title {
    font-family: Roboto-Medium, Arial, sans-serif;
    font-size: 2.4rem;
    color: #003746
}

.web-form-wrap .webform-submission-form .control-label {
    font-family: Roboto-Medium, Arial, sans-serif;
    font-size: 2rem;
    color: #003746;
    margin-bottom: 10px
}

.web-form-wrap .webform-submission-form .control-label.option {
    font-family: Roboto-Regular, Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.43
}

.web-form-wrap .webform-submission-form .control-label.form-required::after {
    font-family: FontAwesome;
    font-size: .9rem;
    background: 0 0
}

.web-form-wrap .webform-submission-form .form-email,
.web-form-wrap .webform-submission-form .form-text {
    border: solid 1px rgba(96, 96, 96, .3)
}

.web-form-wrap .webform-submission-form .form-textarea {
    border: solid 1px rgba(96, 96, 96, .3)
}

.web-form-wrap .webform-submission-form .form-submit.btn-primary {
    background: #003746
}

.web-form-wrap fieldset legend .fieldset-legend {
    font-family: Roboto-Regular, Arial, sans-serif;
    font-size: 2rem;
    color: #003746
}

.web-form-wrap .option {
    font-size: 2.4rem
}

.web-form-wrap .checkmark {
    background-color: #e4f1fd
}

.web-form-wrap .option:hover input~.checkmark {
    background-color: #e4f1fd
}

.web-form-wrap .option input:checked~.checkmark {
    background-color: rgba(96, 96, 96, .3)
}

.path-mid-disclaimer .region-content h1,
.path-mid-media-disclaimer .region-content h1 {
    font-size: 3.2rem;
    font-family: Roboto-Medium, Arial, sans-serif;
    color: #003746;
    border-bottom: 0
}

.path-mid-disclaimer .region-content p,
.path-mid-media-disclaimer .region-content p {
    font-size: 1.4rem;
    font-family: Roboto-Light, Arial, sans-serif;
    color: #4f637b
}

.path-mid-disclaimer .region-content .button,
.path-mid-media-disclaimer .region-content .button {
    background-color: #092546;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    cursor: pointer;
    font-family: Roboto-Medium, Arial, sans-serif;
    margin-bottom: 30px
}

.path-mid-disclaimer .region-content .button:hover,
.path-mid-media-disclaimer .region-content .button:hover {
    color: #fff;
    background-color: #b6aa54;
    border-color: #b6aa54
}

.path-mid-disclaimer .region-content label,
.path-mid-media-disclaimer .region-content label {
    font-size: 1.4rem;
    font-family: Roboto-Light, Arial, sans-serif;
    color: #4f637b;
    font-weight: 400
}

.path-mid-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper,
.path-mid-media-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper {
    background-color: #fff;
    display: block;
    color: #003746
}

.path-mid-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper:after,
.path-mid-media-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper:after {
    color: #003746;
    font-family: FontAwesome;
    content: "\f0d7";
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem
}

.path-mid-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper select,
.path-mid-media-disclaimer .region-content div[class*=form-item-choose-country] .select-wrapper select {
    border: 1px solid #e4f1fd;
    font-family: Roboto-Light, Arial, sans-serif;
    font-size: 1.4rem;
    color: #003746
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.swiper-container {
    width: 100%;
    height: 100%;
    height: calc(100vh - 100px)
}

.swiper-container .container-fluid {
    position: relative
}

.swiper-container .swiper-pagination-bullet {
    background: #fff;
    width: 10px;
    height: 10px
}

.swiper-container .swiper-pagination-bullet-active {
    background: #b8e986
}

.swiper-container.t1-banner .swiper-button-next:hover:after,
.swiper-container.t1-banner .swiper-button-prev:hover:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.swiper-container.t1-banner .swiper-button-next:active,
.swiper-container.t1-banner .swiper-button-next:focus,
.swiper-container.t1-banner .swiper-button-prev:active,
.swiper-container.t1-banner .swiper-button-prev:focus {
    outline: 0
}

.swiper-container .swiper-slide .slider-content {
    color: #fff;
    font-family: Roboto-Light, Arial, sans-serif;
    font-weight: 300;
    opacity: 0
}

.swiper-container .swiper-slide .slider-content .slider-heading {
    font-size: 5.6rem;
    color: #fff;
    font-family: Roboto-Light, Arial, sans-serif;
    letter-spacing: .5px
}

.swiper-container .swiper-slide .slider-content .slider-heading span {
    font-weight: 700
}

.swiper-container .swiper-slide .slider-content .slider-desc {
    font-size: 1.6rem
}

.swiper-container .swiper-slide .slider-content .banner-btn {
    background: #fff;
    font-size: 1.6rem;
    color: #337ab7;
    font-family: Roboto-Medium, Arial, sans-serif
}

.swiper-container .swiper-slide.swiper-slide-active .slider-content {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-duration: .3s;
    animation-name: fadeInUp;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.swiper-container.disabled .swiper-wrapper .swiper-slide .slider-content {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-duration: .3s;
    animation-name: fadeInUp;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.swiper-container.t1-banner-v4 .swiper-slide .slider-content {
    color: #003746
}

.swiper-container.t1-banner-v4 .swiper-slide .slider-content .slider-heading {
    color: #092546
}

.swiper-container.t1-banner-v4 .swiper-slide .slider-content .banner-btn {
    border: 1px solid #003746;
    color: #003746
}

.swiper-container.t1-banner-v4 .swiper-slide .slider-content .slider-desc {
    font-size: 1.4rem
}

.swiper-container.t1-banner-v4 .swiper-pagination-bullet {
    background: #000
}

.swiper-container.t1-banner-v4 .swiper-pagination-bullet-active {
    background: #003746
}

@media screen and (max-width:1024px) {
    .swiper-container .swiper-slide .slider-content .slider-heading {
        font-size: 5.6rem
    }

    .swiper-container .swiper-slide .slider-content .slider-desc {
        font-size: 3.2rem
    }

    .swiper-container.t1-banner-v4 .swiper-slide-all-contents .slider-content .slider-heading {
        font-size: 4.8rem
    }

    .swiper-container.t1-banner-v4 .swiper-slide-all-contents .slider-content .slider-desc {
        font-size: 1.4rem
    }
}

@media screen and (max-width:991px) {
    .swiper-container .swiper-slide .slider-content .slider-heading {
        font-size: 5.6rem
    }

    .swiper-container .swiper-slide .slider-content .slider-desc {
        font-size: 1.8rem
    }
}

@media screen and (max-width:767px) {
    .swiper-container .swiper-slide .slider-content .slider-heading {
        font-size: 4.8rem
    }

    .swiper-container .swiper-slide .slider-content .slider-desc {
        font-size: 1.6rem
    }
}

.medialibrary-magnific .nav.dropdown>li>button {
    color: #fff;
    background: #003746
}

.medialibrary-magnific .nav.dropdown>li .dropdown-menu li>a {
    font-family: Roboto-Medium, Arial, sans-serif;
    color: #003746;
    background: #fff
}

.medialibrary-magnific .nav.dropdown>li .dropdown-menu .active>a,
.medialibrary-magnific .nav.dropdown>li .dropdown-menu .active>a:focus,
.medialibrary-magnific .nav.dropdown>li .dropdown-menu .active>a:hover {
    color: #fff;
    background-color: #287786
}

.medialibrary-magnific .nav.dropdown>li .dropdown-text {
    font-size: 1.6rem;
    font-family: Roboto-Medium, Arial, sans-serif;
    font-weight: 400
}

.medialibrary-magnific .nav-tabs>li {
    font-weight: 700;
    font-family: Roboto-Medium, Arial, sans-serif
}

.medialibrary-magnific .nav-tabs>li>a {
    color: #003746;
    border: 1px solid rgba(9, 37, 70, .1);
    background: #fff;
    border-radius: 0
}

.medialibrary-magnific .nav-tabs>li.active>a,
.medialibrary-magnific .nav-tabs>li.activecategory>a {
    border-bottom: 2px solid #003746;
    color: #fff !important;
    background-color: #003746;
    border-radius: 0
}

.medialibrary-magnific .nav-tabs>li.active>a:focus,
.medialibrary-magnific .nav-tabs>li.active>a:hover,
.medialibrary-magnific .nav-tabs>li.activecategory>a:focus,
.medialibrary-magnific .nav-tabs>li.activecategory>a:hover {
    border-bottom: 2px solid #003746;
    color: #fff !important;
    background-color: #003746
}

.medialibrary-magnific .dropdown-menu {
    list-style: none;
    position: relative
}

.medialibrary-magnific .tab-content {
    padding-left: 0;
    padding-right: 0
}

.medialibrary-magnific .tab-content .tab-pane {
    padding-top: 20px
}

.medialibrary-magnific .tab-content .pagination {
    font-size: 2rem
}

.medialibrary-magnific .tab-content .pagination a {
    font-family: Roboto-Light, Arial, sans-serif;
    color: #979797;
    text-decoration: none
}

.medialibrary-magnific .tab-content .pagination a.active,
.medialibrary-magnific .tab-content .pagination a:hover {
    color: #297fca
}

.medialibrary-magnific .tab-content .pagination a.first.active,
.medialibrary-magnific .tab-content .pagination a.first:hover,
.medialibrary-magnific .tab-content .pagination a.last.active,
.medialibrary-magnific .tab-content .pagination a.last:hover {
    color: #297fca
}

.medialibrary-magnific .tab-content .pagination a.first,
.medialibrary-magnific .tab-content .pagination a.last {
    color: #003746
}

.medialibrary-magnific .tab-content .pagination .first::after {
    font-family: FontAwesome;
    content: "\f104";
    font-size: 2.5rem;
    font-weight: bolder
}

.medialibrary-magnific .tab-content .pagination .last::after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 2.5rem;
    font-weight: bolder
}

.medialibrary-magnific .tab-content .pagination.oneof {
    font-size: 2rem
}

.medialibrary-magnific .tab-content .pagination.oneof a {
    font-family: Roboto-Light, Arial, sans-serif;
    color: #979797;
    text-decoration: none
}

.medialibrary-magnific .tab-content .pagination.oneof a.active,
.medialibrary-magnific .tab-content .pagination.oneof a:hover {
    color: #297fca
}

.medialibrary-magnific .tab-content .pagination.oneof a.first.active,
.medialibrary-magnific .tab-content .pagination.oneof a.first:hover,
.medialibrary-magnific .tab-content .pagination.oneof a.last.active,
.medialibrary-magnific .tab-content .pagination.oneof a.last:hover {
    color: #297fca
}

.medialibrary-magnific .tab-content .pagination.oneof a.first,
.medialibrary-magnific .tab-content .pagination.oneof a.last {
    color: #003746
}

.medialibrary-magnific .tab-content .pagination.oneof .first::after {
    font-family: FontAwesome;
    content: "\f104";
    font-size: 2.5rem;
    font-weight: bolder
}

.medialibrary-magnific .tab-content .pagination.oneof .last::after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 2.5rem;
    font-weight: bolder
}

.medialibrary-magnific .innertabs .nav-tabs>li>a {
    border: none;
    color: #979797 !important
}

.medialibrary-magnific .innertabs .nav-tabs>li.active>a {
    border-bottom: 2px solid #003746 !important;
    color: #003746 !important;
    background: #fff;
    text-decoration: none
}

.medialibrary-magnific .innertabs .nav-tabs>li.active>a:focus,
.medialibrary-magnific .innertabs .nav-tabs>li.active>a:hover {
    border-bottom: 2px solid #003746 !important;
    color: #003746 !important;
    background: #fff;
    text-decoration: none
}

.medialibrary-magnific .innertabs .nav-tabs>li.activecategory>a {
    border-bottom: 2px solid #003746 !important;
    color: #003746 !important;
    background: #fff;
    text-decoration: none
}

.medialibrary-magnific .innertabs .nav-tabs>li.activecategory>a:focus,
.medialibrary-magnific .innertabs .nav-tabs>li.activecategory>a:hover {
    border-bottom: 2px solid #003746 !important;
    color: #003746 !important;
    background: #fff;
    text-decoration: none
}

.medialibrary-magnific .innertabs .nav.nav-tabs>li>a:focus,
.medialibrary-magnific .innertabs .nav.nav-tabs>li>a:hover {
    border-bottom: 2px solid #003746 !important;
    color: #003746 !important;
    background: #fff;
    text-decoration: none
}

.medialibrary-magnific .innertabs .nav.dropdown>li>button {
    color: #003746;
    background: #fff !important;
    border-bottom: 2px solid #003746 !important
}

.media-gallery .media-gallery-item-cover .gallary-title,
.media-gallery-video .media-gallery-item-cover .gallary-title {
    font-family: Roboto-Medium, Arial, sans-serif;
    font-size: 2rem;
    color: #003746;
    margin-bottom: 6px;
    cursor: pointer
}

.media-gallery .media-gallery-item-cover .gallary-title:hover,
.media-gallery-video .media-gallery-item-cover .gallary-title:hover {
    color: #297fca
}

.media-gallery .media-gallery-item-cover .gallary-title a,
.media-gallery-video .media-gallery-item-cover .gallary-title a {
    font-family: Roboto-Medium, Arial, sans-serif;
    font-size: 2rem;
    color: #003746;
    text-decoration: none
}

.media-gallery .media-gallery-item-cover .gallary-title a:hover,
.media-gallery-video .media-gallery-item-cover .gallary-title a:hover {
    color: #297fca
}

.media-gallery .media-gallery-item-cover .gallary-description,
.media-gallery-video .media-gallery-item-cover .gallary-description {
    font-family: Roboto-Light, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    color: #003746
}

.media-gallery .media-gallery-item-cover .download-image,
.media-gallery-video .media-gallery-item-cover .download-image {
    background-image: url(/content/dam/microsites/merxaviation/images/icon-image-blue.svg)
}

.media-gallery .media-gallery-item-cover .download-image-small,
.media-gallery-video .media-gallery-item-cover .download-image-small {
    background-image: url(/content/dam/microsites/merxaviation/images/icon-image-blue.svg)
}

.media-gallery .media-gallery-item-cover .download-video,
.media-gallery-video .media-gallery-item-cover .download-video {
    background-image: url(/content/dam/microsites/merxaviation/images/icon-video-blue.svg)
}

.media-gallery .media-gallery-item-cover .download-video-small,
.media-gallery-video .media-gallery-item-cover .download-video-small {
    background-image: url(/content/dam/microsites/merxaviation/images/icon-video-blue.svg)
}

.mfp-content .mfp-close {
    font-size: 4.5rem
}

.mfp-content .mfp-close span.mfp-close {
    top: -12px !important;
    font-size: .9rem
}

.mfp-content .mfp-bottom-bar .mfp-title {
    background: #fff
}

.mfp-content .mfp-bottom-bar .mfp-title .image-popup-title {
    font-family: Roboto-Medium, Arial, sans-serif;
    font-size: 2.4rem;
    color: #003746;
    font-weight: 500
}

.mfp-content .mfp-bottom-bar .mfp-title .image-popup-description {
    font-family: Roboto-Regular, Arial, sans-serif;
    font-size: 1.4rem;
    color: #003746 !important;
    opacity: .8;
    line-height: 20px
}

.mfp-content .mfp-bottom-bar .mfp-title .download-image {
    background-image: url(/content/dam/microsites/merxaviation/images/icon-image-blue.svg)
}

.mfp-content .mfp-bottom-bar .mfp-title .download-image-small {
    background-image: url(/content/dam/microsites/merxaviation/images/icon-image-blue.svg)
}

.mfp-content .mfp-bottom-bar .mfp-title .download-video {
    background-image: url(/content/dam/microsites/merxaviation/images/icon-video-blue.svg)
}

.mfp-content .mfp-bottom-bar .mfp-title .download-video-small {
    background-image: url(/content/dam/microsites/merxaviation/images/icon-video-blue.svg)
}

.mfp-content .mfp-bottom-bar .mfp-title .btn-download {
    border: solid 1px #003746;
    font-family: Roboto-Regular, Arial, sans-serif;
    font-size: 1.4rem;
    letter-spacing: .4px
}

.mfp-content .btn-controls-slider {
    border: none
}

.mfp-content .btn-controls-slider.mfp-arrow-right {
    background: #fff;
    color: #003746
}

.mfp-content .btn-controls-slider.mfp-arrow-right::after {
    border-left: none;
    margin-left: 0;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 3rem;
    font-weight: bolder
}

.mfp-content .btn-controls-slider.mfp-arrow-right:hover {
    color: #297fca
}

.mfp-content .btn-controls-slider.mfp-arrow-left {
    background: #fff;
    color: #003746
}

.mfp-content .btn-controls-slider.mfp-arrow-left::after {
    border-right: none;
    font-family: FontAwesome;
    content: "\f104";
    font-size: 3rem;
    font-weight: bolder;
    margin-left: 0
}

.mfp-content .btn-controls-slider.mfp-arrow-left:hover {
    color: #297fca
}

.video-gallery-popup {
    cursor: default
}

.video-gallery-popup .mfp-content .modal .description-area {
    color: #003746
}

.video-gallery-popup .mfp-content .modal .description-area .text-title {
    font-size: 2.4rem;
    font-family: Roboto-Medium, Arial, sans-serif
}

.video-gallery-popup .mfp-content .modal .description-area .text-description p {
    font-size: 1.4rem;
    opacity: .8;
    line-height: 1.43
}

.t1-full-width-video .signpost-video.s-video-lightbox.s-image-not {
    background-size: cover
}

.t1-full-width-video .signpost-wrap {
    -webkit-box-shadow: none;
    box-shadow: none
}

.t1-full-width-video .signpost-wrap .video-play-button .play-link {
    background-image: url(/content/dam/microsites/merxaviation/images/icon-video-play-white.svg)
}

@media screen and (min-width:320px) {
    .t1-full-width-video .signpost-wrap {
        min-height: 180px !important
    }
}

@media screen and (min-width:768px) {
    .t1-full-width-video .signpost-wrap {
        min-height: 263px !important
    }
}

.t1-full-width-video .signpost-content {
    background-color: #fff;
    border: 3px solid #fff
}

.t1-full-width-video .signpost-content .video-info {
    color: #003746 !important
}

.t1-full-width-video .signpost-content .video-info h2 {
    color: #003746 !important;
    font-size: 1.4rem;
    display: inline;
    margin-right: 4px
}

.t1-full-width-video .signpost-content .video-info p {
    color: #003746 !important;
    font-family: Roboto-Light, Arial, sans-serif !important;
    display: inline;
    opacity: .6;
    font-size: 1.2rem
}

@font-face {
    font-family: icomoon;
    src: url(/content/dam/microsites/merxaviation/ui/fonts/icomoon.eot);
    src: url(/content/dam/microsites/merxaviation/ui/fonts/icomoon.eot?loaxq=#iefix) format("embedded-opentype"), url(/content/dam/microsites/merxaviation/ui/fonts/icomoon.ttf?loaxq=) format("truetype"), url(/content/dam/microsites/merxaviation/ui/fonts/icomoon.woff?loaxq=) format("woff"), url(/content/dam/microsites/merxaviation/ui/fonts/icomoon.svg?loaxq=#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

.ac-input:checked+.ac-label::after,
.ac-input:checked+.ac-label::before,
.ac-label::after,
.ac-label::before {
    content: '';
    background: #003746;
    height: 3px;
    width: 25px;
    position: absolute;
    right: 12px;
    top: 40px;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

.ac-label:after {
    -webkit-transform-origin: center;
    transform-origin: center;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg)
}

.ac-label:hover::after,
.ac-label:hover::before {
    background: #287786;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.ac.active .ac-input+.ac-label::after,
.ac.active .ac-sub .ac-input+.ac-label::after,
.ac.first.active .ac-input+.ac-label::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: '';
    top: 40px;
    background: #287786
}

.ac.active .ac-input+.ac-label::before,
.ac.active .ac-sub .ac-input+.ac-label::before,
.ac.first.active .ac-input+.ac-label::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    content: '';
    top: 40px;
    background: #287786
}

.fa-times::before {
    font-family: icomoon;
    content: "\e904" !important
}

.fa-chevron-up::before {
    font-family: icomoon;
    content: "\ea41" !important;
    font-size: 2rem;
    top: 9px;
    position: absolute;
    left: 10px
}

footer .footer-social-media li a {
    border: none;
    height: 35px;
    width: 35px;
    font-size: 3rem;
    border-radius: 0
}

.fa-facebook-f::before {
    font-family: icomoon;
    content: "\e905" !important
}

.fa-linkedin::before {
    font-family: icomoon;
    content: "\e902" !important
}

.fa-twitter::before {
    font-family: icomoon;
    content: "\e901" !important
}

.fa,
.fas {
    font-weight: 400 !important
}

body {
    font-size: 1.6rem;
    color: #606060
}

.Cloudimg-wrapper {
    position: absolute;
    top: 50%;
    left: -140px;
    margin-top: -100px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.mainWrapperT {
    padding-bottom: 50px
}

.logo {
    max-width: none
}

.field.field--name-title.field--type-string.field--label-hidden.field--item {
    display: none
}

.signpost-placeholder {
    height: 561px;
    width: 100%;
    content: "";
    background-repeat: no-repeat;
    background-position: 100%;
    display: inline-block;
    -webkit-transform: scale(1);
    transform: scale(1);
    position: relative;
    left: 0;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-top: 0
}

.content p {
    margin: 0 0 30px
}

.bod-wrap {
    width: 20%
}

.wrapper-bods .nav-tabs-horizontal {
    display: none !important
}

.board-of-directors-box {
    min-height: auto;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
    opacity: 1
}

.board-of-directors-box p {
    margin-bottom: 0
}

.people-info::after {
    background: #287786;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform-origin: 50% 100% 0;
    -moz-transform-origin: 50% 100% 0;
    -webkit-transform-origin: 50% 100% 0;
    -o-transform-origin: 50% 100% 0;
    -ms-transform-origin: 50% 100% 0;
    transition-duration: .3s;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -moz-transition-property: transform;
    -webkit-transition-property: transform;
    -o-transition-property: transform;
    -ms-transition-property: transform;
    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    z-index: 101
}

.board-of-directors-box:not(.active):hover .people-info::after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.apollo-wrap p,
.people-wrapper p,
.portfolio-wrap p {
    font-family: Roboto-Light, Arial;
    font-size: 2rem
}

.people-info {
    color: #4e5d65;
    padding: 15px 20px 15px;
    display: block;
    float: left;
    width: 100%;
    position: relative
}

.board-of-directors--person_name {
    font-size: 2rem;
    font-family: Roboto-Medium, Arial;
    color: #003746
}

.board-of-directors--person_post p {
    font-size: 1.4rem;
    font-family: Roboto-Regular, Arial;
    color: #606060
}

.board-of-directors--person_name,
.board-of-directors--person_post {
    z-index: 1000;
    position: relative
}

.board-of-directors-box:not(.active):hover .board-of-directors--person_name,
.board-of-directors-box:not(.active):hover .board-of-directors--person_post p {
    color: #fff
}

.board-of-directors-box.activebod {
    background-color: #287786;
    color: #fff;
    -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .2);
    position: relative;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .2);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative
}

.board-of-directors-box.activebod::after {
    content: '';
    position: absolute;
    background: url(/content/dam/microsites/merxaviation/ui/images/bod-arrow.png) no-repeat center center;
    height: 25px;
    width: 61px;
    bottom: -51px;
    left: 50%;
    z-index: 9999;
    margin-left: -30.5px
}

.board-of-directors-box.activebod .board-of-directors--person_name,
.board-of-directors-box.activebod .board-of-directors--person_post p {
    color: #fff
}

.activebod {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.inactivebod {
    opacity: .3;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.apollo-wrapper p {
    font-size: 2rem;
    font-family: Roboto-Thin, Arial
}

.apollo-wrap,
.portfolio-wrap {
    padding-bottom: 50px
}

.bod-content-wrapped .bod-content-container {
    padding: 10px 5%;
    border: solid 1px rgba(133, 182, 210, .4);
    background-color: #f6f6f6
}

.bod-content-wrapped .bod-content-container p {
    color: #606060;
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-family: Roboto-Regular, Arial
}

.bod-content-wrapped .pull-right {
    position: relative;
    right: 20px;
    top: 20px;
    background: rgba(133, 182, 210, .4)
}

.bod-content-wrapped .icon-close i {
    padding: 13px 13px;
    color: #287786;
    font-size: 2.5rem
}

.bod-content-wrapped .icon-close i:hover {
    color: #005767
}

.deviceview {
    display: none
}

.deviceview .board-of-directors-box {
    width: auto;
    min-height: 350px
}

.fullwidth-banner .col-md-6,
.fullwidth-banner .company-text {
    padding: 0 10px 0 0
}

.fullwidth-banner .col-md-6:nth-of-type(2) {
    padding-right: 0
}

.configurable-banner-with-image .banner-caption {
    padding: 0 30px;
    top: 0;
    margin: auto;
    text-align: left;
    bottom: 0;
    right: 0;
    left: 0;
    height: 50%
}

.configurable-banner-with-image .banner-caption h1 {
    font-weight: 300 !important;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    line-height: 1.3;
    margin: 0 0 0 40px
}

.custom-page-banner strong {
    font-weight: 400;
    font-family: Roboto-Medium, Arial
}

.counter-image img {
    width: auto
}

.ac {
    border-bottom: 1px solid rgba(96, 96, 96, .3)
}

.ac-label:hover {
    color: #287786
}

.ac.first {
    border-top: 1px solid rgba(96, 96, 96, .3)
}

.active .ac-label {
    color: #287786
}

.all-wrapper {
    max-width: 968px
}

.all-wrapper .container-fluid {
    padding: 0
}

.accord {
    padding-bottom: 70px
}

.menus.my ul li:first-child {
    display: none !important
}

.menus.my {
    float: left;
    width: 100%
}

.menus.my ul {
    text-align: right;
    line-height: normal
}

.menus.my ul li {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal
}

.menus.my ul li a {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 15px;
    font-family: Roboto-Medium, Arial, sans-serif;
    font-size: 1.8rem;
    color: #003746;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.menus.my ul li.selected:before {
    position: absolute;
    content: '';
    height: 4px;
    width: 100%;
    background: #287786;
    top: 100%;
    left: 0
}

.menus.my ul li a:hover,
.menus.my ul li.selected a,
.menus.my ul li:hover {
    color: #287786
}

.menus.my ul li.selected a {
    background: #f6f6f6
}

.navbar-small-menu {
    display: none
}

.counter-box {
    float: left;
    border-top: 1px solid #287786;
    border-bottom: 1px solid #287786;
    padding: 10px 0
}

.counter-box>div:first-child {
    border-right: 1px solid #287786
}

.counter-section .counter-text p {
    font-size: 1.6rem;
    color: #287786;
    text-align: left
}

.counter-image {
    float: left;
    vertical-align: middle;
    width: 40%;
    line-height: 103px
}

.key-fact-left {
    float: left;
    vertical-align: middle;
    width: 60%;
    padding-left: 5px
}

.key-fact-left h3 {
    margin: 10px 0;
    text-align: left
}

.apollo-news-wrapper img {
    width: auto
}

.apollo-merx-news {
    border: solid 1px rgba(133, 182, 210, .4);
    min-height: 280px;
    padding: 10px 20px 0;
    background: #fff
}

.apollo-merx-news p {
    margin-bottom: 10px;
    font-family: Roboto-Regular, Arial, sans-serif;
    font-size: 1.6rem
}

.adjust {
    min-height: 215px
}

.exp-clp {
    text-align: right
}

.contact-wrapper p {
    font-size: 14px
}

.contact-heading-wrapper h2 {
    margin-bottom: 50px;
    margin-top: 0;
    padding-top: 90px
}

.container-fluid .row .signpost {
    margin-bottom: 70px
}

.web-form-wrap .form-group {
    width: 48%;
    float: left;
    margin-right: 2%
}

.web-form-wrap .form-type-textarea {
    width: 98%;
    margin-right: 0
}

.web-form-wrap .webform-submission-form .form-submit.btn-primary {
    margin-top: 0
}

.form-control {
    color: #606060;
    opacity: 1 !important
}

.web-form-wrap .webform-submission-form .form-submit.btn-primary {
    height: 50px;
    background: #fff;
    border: solid 1px #287786;
    font-size: 1.6rem;
    font-family: Roboto-Medium, Arial;
    color: #287786;
    border-radius: 0;
    margin-right: 25px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.web-form-wrap .webform-submission-form .form-submit.btn-primary:hover {
    background: #287786;
    color: #fff
}

.signpost-content p {
    font-size: 1.6rem;
    color: #fff
}

.web-form-wrap .webform-submission-form .control-label {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    margin-bottom: 0
}

.control-label a {
    font-size: 2rem
}

.signpost-newyork p {
    width: 60%
}

.signpost-dublin p {
    width: 35%
}

.ac-sub-text,
.ac-text,
.ac.first>.ac-text {
    -webkit-transition: none;
    transition: none
}

header .company-logo {
    padding-top: 0;
    line-height: 86px;
    vertical-align: middle;
    display: inline-block
}

.custom-page-banner {
    margin-top: 86px
}

#headerwrapper {
    -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

header .header-menu-wrapper.need-top-space {
    padding-top: 0
}

header {
    padding-bottom: 0;
    position: fixed
}

.menu>ul {
    float: right
}

header .menu ul li {
    padding-left: 0
}

header .header-menu-wrapper {
    width: 80%
}

header .header-menu-wrapper .menu .selected {
    position: relative
}

header .header-menu-wrapper .menu .selected::before {
    position: absolute;
    content: '';
    height: 4px;
    width: 100%;
    background: #287786;
    top: 60px;
    left: 0
}

header .menu>ul>li>a,
header .menu>ul>li>span {
    font-family: Roboto-Medium, Arial, sans-serif;
    font-size: 1.8rem
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.chart-table-left-wrapper,
.chart-table-right-wrapper {
    float: left;
    width: 50%;
    margin-top: 20px
}

.chart-type,
.color-code {
    display: none
}

.highcharts-title tspan {
    font-family: Roboto-Medium, Arial, sans-serif;
    font-size: 3.2rem;
    color: #003746
}

.highcharts-label span {
    font-family: Roboto-Regular, Arial, sans-serif !important;
    font-size: 1.4rem !important;
    fill: #606060 !important;
    color: #606060 !important;
    font-weight: 400 !important
}

.mapContainer img {
    width: auto
}

.hctabs {
    margin: 30px 0 0;
    float: left;
    width: 100%;
    border-top: 1px solid rgba(96, 96, 96, .3)
}

.hctabs .nav-tabs-horizontals {
    margin-bottom: 30px;
    margin-top: 30px
}

.naves.naves-tabs {
    width: 100%;
    float: left;
    padding: 0
}

.hctabs .naves li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0
}

.hctabs .naves li a {
    background: #fff;
    margin: 0;
    border: solid 1px #287786;
    border-radius: 0;
    font-family: Roboto-Medium, Arial, sans-serif;
    font-size: 1.6rem;
    color: #287786;
    font-weight: 400;
    padding: 15px;
    text-align: center;
    float: left;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.hctabs .naves li a:hover {
    background: rgba(133, 182, 210, .2);
    color: #287786
}

.hctabs .naves li a.active {
    background: #287786;
    color: #fff;
    pointer-events: none
}

.chart-navbar-header-dropdown {
    display: none
}

.region-footer {
    text-align: right
}

footer .company-logo {
    background: url(/content/dam/microsites/merxaviation/ui/images/merx-logo-footer.png) no-repeat center center;
    display: inline-block;
    padding: 0;
    float: left;
    vertical-align: middle;
    line-height: 65px
}

footer .footer-social-media {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 65px;
    padding-right: 60px
}

footer .block-system-powered-by-block {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    line-height: 65px;
    padding-right: 60px
}

.alert {
    margin-top: 90px
}

#scrolltop {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    bottom: 10px;
    right: 25px;
    border-radius: 40px;
    background: #287786 no-repeat center center;
    color: #fff !important;
    font-size: 14px;
    height: 40px;
    background-size: 60%;
    line-height: 35px;
    margin-top: 30px;
    text-align: center;
    padding: 0 3px;
    text-align: center;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-decoration: none !important;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
    cursor: pointer;
    z-index: 999;
    border-bottom: 1px solid #287786;
    text-shadow: 0 1px 1px #000;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    width: 40px;
    text-align: center
}

#scrolltop.show {
    opacity: 1;
    pointer-events: auto
}

#scrolltop.show {
    pointer-events: auto
}

#scrolltop:hover {
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .13);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .13)
}

.chart-table-left-wrapper {
    width: 60%
}

.chart-table-right-wrapper {
    width: 40%
}

@media only screen and (max-width:1025px) {
    .col-md-offset-1 {
        margin-left: 0
    }

    .all-wrapper {
        max-width: initial
    }

    .people-info {
        padding: 15px 6px 15px
    }

    .people-wrapper .container-fluid,
    .signpost-addr-wrapper .container-fluid {
        padding: 0
    }

    .configurable-banner-with-image .banner-caption {
        padding: 0 15px
    }

    .configurable-banner-with-image .banner-caption h1 {
        margin: 0 0 0 15px;
        font-size: 4rem
    }

    footer .company-logo {
        margin-left: 10px
    }

    .chart-table-left-wrapper,
    .chart-table-right-wrapper {
        width: 100%
    }
}

@media only screen and (max-width:1000px) {

    .content p.h2,
    .h2,
    h2 {
        font-size: 3.2rem
    }

    .Cloudimg-wrapper {
        left: -35px
    }

    header {
        padding-top: 0 !important
    }

    header .company-logo {
        padding-top: 0;
        line-height: 80px;
        vertical-align: middle;
        display: inline-block
    }

    .company-text h2 {
        padding-top: 0;
        margin-top: 0
    }

    .signpost-placeholder {
        height: 505px
    }

    .desktopview {
        display: none
    }

    .deviceview {
        display: block
    }

    .people-info {
        padding: 15px 10px 15px
    }

    .bod-content-wrapped .bod-inner-wrapper {
        padding: 0
    }

    .board-of-directors-box.activebod::after {
        bottom: -31px
    }

    .bod-content-wrapped .pull-right {
        top: 0;
        right: 0
    }

    .key-fact-left {
        width: 100%
    }

    .counter-image {
        line-height: 50px
    }

    footer .region-footer>:nth-child(2) {
        width: auto !important
    }
}

@media only screen and (min-width:1050px) and (max-width:1150px) {
    .apollo-merx-news {
        min-height: 310px
    }
}

@media only screen and (min-width:920px) and (max-width:1049px) {
    .apollo-merx-news {
        min-height: 340px
    }
}

@media only screen and (min-width:768px) and (max-width:919px) {
    .apollo-merx-news {
        min-height: 380px
    }
}

@media only screen and (min-width:768px) and (max-width:1150px) {
    .apollo-merx-news {
        position: relative
    }

    .apollo-merx-news .anc {
        position: absolute;
        bottom: 15px
    }
}

@media only screen and (max-width:992px) {
    .menus.my ul li a {
        font-size: 1.4rem
    }
}

@media only screen and (min-width:768px) and (max-width:1150px) {
    .signpost-placeholder {
        margin-top: 130px;
        width: 90%;
        float: right
    }
}

@media only screen and (max-width:767px) {
    .navbar-small-menu {
        display: block;
        float: left;
        width: 50px;
        height: 50px;
        position: absolute;
        top: -70px;
        right: 20px
    }

    .navbar-small-menu .icon-bar {
        float: left;
        cursor: pointer;
        font-size: 20px;
        color: #287786
    }

    .navbar-small-menu .icon-bar:before {
        position: absolute;
        font-family: icomoon;
        content: "\e900";
        top: 25%;
        left: 25%
    }

    .navbar-small-menu .icon-bar.menuopen:before {
        position: absolute;
        font-family: icomoon;
        content: "\e904";
        top: 25%;
        left: 25%
    }

    .navbar-small-menu .icon-bar.menuopen {
        font-weight: 700
    }

    .my {
        display: none
    }

    .my.open {
        display: block
    }

    .menus.my ul {
        padding-left: 0
    }

    .menus.my ul li {
        width: 100%;
        float: left
    }

    .menus.my ul li a {
        padding: 20px;
        font-size: 1.8rem;
        border-bottom: 1px solid rgba(96, 96, 96, .3);
        text-align: left
    }

    .menus.my ul li.selected::before {
        height: 100%;
        width: 4px;
        top: 0
    }

    .chart-navbar-header-dropdown {
        display: block;
        border: 1px solid #287786;
        float: left;
        width: 100%;
        cursor: pointer;
        margin-top: 20px
    }

    .chart-navbar-header-dropdown #select {
        float: left;
        width: 100%;
        cursor: pointer;
        padding: 15px;
        font-family: Roboto-Medium, Arial, sans-serif;
        font-size: 1.6rem;
        color: #287786;
        font-weight: 400;
        position: relative
    }

    .chart-navbar-header-dropdown #select::after {
        position: absolute;
        font-family: icomoon;
        content: '\e907';
        right: 20px;
        font-size: 25px;
        top: 10px
    }

    .hctabs .naves li {
        width: 100% !important
    }

    .hctabs .naves li a {
        border: none;
        text-align: left
    }

    .naves.naves-tabs {
        display: none
    }

    .naves.naves-tabs.open {
        display: block
    }

    .company-text h2 {
        padding-top: 40px;
        margin-top: 20px
    }

    .counter-section .counter-box {
        width: 100%
    }

    .counter-box>div {
        width: 50%
    }

    .content p.h3,
    .h3,
    h3 {
        font-size: 3rem
    }

    .counter-section .counter-item {
        text-align: left
    }

    .counter-section .counter-text p {
        font-size: 1.4rem
    }

    .fullwidth-banner .col-md-6,
    .fullwidth-banner .company-text {
        padding: 0
    }

    .apollo-news-wrapper .container-fluid {
        padding: 0
    }

    .fullwidth-banner .col-md-6:nth-of-type(2) {
        padding-right: 0;
        margin-top: 30px
    }

    .web-form-wrap .form-group {
        width: 100%;
        margin-right: 0
    }

    .web-form-wrap .form-type-textarea {
        width: 100%;
        margin-right: 0
    }

    .signpost-addr-wrapper .container-fluid>div {
        padding: 0
    }

    footer .footer-social-media li a {
        margin-right: 0
    }

    footer .footer-social-media {
        padding-right: 0;
        position: absolute;
        line-height: normal;
        top: 5px;
        right: 38px
    }

    footer .block-system-powered-by-block {
        width: auto;
        padding-right: 40px;
        position: relative;
        line-height: normal;
        top: 40px
    }

    footer .block-system-powered-by-block,
    footer .company-logo,
    footer .footer-social-media {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .signpost-placeholder {
        height: 350px;
        background-size: 70%
    }

    .Cloudimg-wrapper {
        left: 40px;
        top: 60%
    }

    .deviceview .board-of-directors-box {
        min-height: auto
    }

    .bod-content-wrapped .bod-content-container {
        margin-bottom: 20px
    }

    .container-fluid .row .signpost {
        margin-bottom: 20px
    }

    .web-form-wrap .webform-submission-form .form-submit.btn-primary {
        margin-bottom: 15px
    }

    .web-form-wrap .webform-submission-form .control-label {
        line-height: 35px
    }
}

@media only screen and (max-width:670px) {
    .Cloudimg-wrapper {
        left: 0;
        top: 95%
    }

    .configurable-banner-with-image .banner-caption h1 {
        font-size: 2.6rem
    }
}

@media only screen and (max-width:620px) {
    .highcharts-label span {
        font-size: 1.4rem !important
    }
}

@media only screen and (max-width:500px) {
    .signpost-placeholder {
        height: 240px;
        margin-top: 10px
    }

    .configurable-banner-with-image img {
        height: 200px
    }
}

@media only screen and (max-width:400px) {
    .deviceview .board-of-directors-box {
        width: 100%
    }

    .deviceview .board-of-directors-box img {
        width: 100%
    }

    .basic-table tbody td,
    .basic-table thead th,
    .basic-table-zebra tbody td,
    .basic-table-zebra thead th,
    table tbody td,
    table thead th {
        font-size: 1.2rem
    }
}

@media only screen and (max-width:360px) {
    .Cloudimg-wrapper {
        top: 80%
    }

    .signpost-placeholder {
        height: 230px
    }
}

@media only screen and (max-width:350px) {
    .configurable-banner-with-image .banner-caption h1 {
        font-size: 2rem
    }
}

@media only screen and (max-width:320px) {
    .Cloudimg-wrapper {
        top: 95%
    }

    .signpost-placeholder {
        height: 200px
    }
}

.ac-input:checked+.ac-label::after,
.ac-input:checked+.ac-label::before,
.ac-label::after,
.ac-label::before {
    height: 2px
}

.page-bod-page-header .content {
    margin: 40px 9% 20px
}

.sitemap-box-front {
    display: none
}

.maincontentWrapper {
    min-height: 733px
}

@media only screen and (min-width:768px) and (max-width:990px) and (orientation:portrait) {
    .counter-box {
        padding: 20px 0
    }
}

#_cookieConsentWrapper input {
    padding: 0
}

.configurable-banner-with-image .banner-caption {
    padding: 0;
    max-width: 1170px
}

#conftext-934 h2 {
    padding-top: 110px;
    margin-top: 0
}

h1 {
    -webkit-animation: fadein 5s;
    animation: fadein 5s
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.counter-section .counter-text p {
    overflow: visible
}

.chart-table-right-wrapper .col2 {
    display: none
}

.chart-table-right-wrapper tr:nth-child(even) td.col2 {
    background-color: #f6f6f6
}

.chart-table-right-wrapper .tab-panel td.col2 {
    background-color: #fff
}

table tbody tr:nth-child(odd) td.col4 {
    background-color: #fff
}

.highcharts-container path,
.highcharts-label span {
    cursor: default !important
}

.rm-link {
    color: #fff !important
}

.rm-link:after {
    border: solid #fff !important;
    border-width: 0 2px 2px 0 !important
}

.hctabs .naves li a {
    background: rgba(133, 182, 210, .3)
}

.hctabs .naves li a:hover {
    background: rgba(133, 182, 210, .5)
}

.hctabs .naves li a.active {
    background: #005767
}

.cloud-column .signpost-placeholder {
    height: 619px;
    min-width: 50vw;
    background-size: cover;
    background-position: left;
    position: absolute;
    margin-top: 0
}

.cloud-column {
    overflow: hidden;
    padding-bottom: 0
}

.cloud-column>.row>.col-xs-12:nth-child(2) {
    height: 619px
}

header .top-links {
    display: none
}

.intro {
    font-family: Roboto-Light, Arial;
    font-size: 2rem
}

.inactivebod:hover {
    opacity: 1
}

header .company-logo>img {
    cursor: pointer
}

.rad-notes {
    font-size: 1.3rem !important;
    float: left;
    width: 100%
}

.signpost-addr-wrapper .more-link {
    display: none
}

body.nojs .bod-content-wrapped {
    display: block
}

.capabilities-wrap p.intro {
    font-family: Roboto-Light, Arial
}

.highcharts-title tspan {
    display: none
}

.content ul li {
    font-size: 1.6rem;
    line-height: 26px;
    margin-bottom: 10px
}

.apollo-wrap p a {
    font-size: 2rem
}

.apollo-wrap p a.anc {
    font-size: 1.4rem
}

.content .apollo-wrap ul li {
    font-family: Roboto-Light, Arial
}

.content .apollo-wrap ul {
    margin-bottom: 20px
}

body.page-node-232 #maincontentWrapper,
body.page-node-5 #maincontentWrapper {
    margin-top: 100px !important
}

body.page-node-5 .content p.h2,
body.page-node-5 .h2,
body.page-node-5 h2 {
    line-height: 1.2;
    padding-top: 0
}

body.page-node-5 table tbody td {
    text-align: left !important;
    background-color: #fff !important;
    border-bottom: 1px solid rgba(96, 96, 96, .3)
}

.page-header {
    border-bottom: none
}

.breadcrumb {
    display: none
}

@media only screen and (min-width:768px) and (max-width:1150px) {
    .signpost-placeholder {
        margin-top: 0
    }
}

@media only screen and (min-width:992px) {
    .people-info {
        min-height: 105px
    }

    .wrapper-bods .tab-pane .desktopview {
        font-size: 0;
        text-align: center
    }

    .wrapper-bods .tab-pane .desktopview .bod-wrap {
        float: none;
        display: inline-block;
        font-size: 1.6rem;
        text-align: left
    }
}

@media only screen and (max-width:991px) {
    .cloud-column .signpost-placeholder {
        height: 675px
    }

    .cloud-column>.row>.col-xs-12:nth-child(2) {
        height: 675px
    }
}

@media only screen and (max-width:767px) {
    .cloud-column .signpost-placeholder {
        height: 350px;
        min-width: 100vw
    }

    .cloud-column>.row>.col-xs-12:nth-child(2) {
        height: 350px
    }

    header {
        overflow: visible
    }
}

@media only screen and (max-width:500px) {
    .cloud-column .signpost-placeholder {
        height: 240px
    }

    .cloud-column>.row>.col-xs-12:nth-child(2) {
        height: 240px
    }

    .chart-table-left-wrapper {
        display: none
    }
}

@media only screen and (max-width:360px) {
    .cloud-column .signpost-placeholder {
        height: 230px
    }

    .cloud-column>.row>.col-xs-12:nth-child(2) {
        height: 230px
    }
}

@media only screen and (max-width:320px) {
    .cloud-column .signpost-placeholder {
        height: 200px
    }

    .cloud-column>.row>.col-xs-12:nth-child(2) {
        height: 200px
    }
}
.signpost-content {
    position: relative; /* Needed for absolute positioning of child elements */
    padding: 15px; /* Add padding if needed */
}

.signpost-content h2 {
    margin: 0; /* Remove default margin */
    margin-right: 10px; /* Optional: space between h2 and address */
}
.signpost-content .address {
    color: #fff; /* Address text color */
    margin: 5px 0 0; /* Space above the address */
    display: none; /* Initially hide the address */
}

.signpost-wrap:hover .address {
	transform: scale(1.1);
    display: inline; /* Makes address inline with h2 */ /* Show address on hover */
}