.ajax-progress {
    display: inline-block;
    padding: 1px 5px 2px 5px;
}

[dir="rtl"] .ajax-progress {
    float: right;
}

.ajax-progress-throbber .throbber {
    background: transparent url("../images/irw/throbber-active.gif") no-repeat 0 center;
    display: inline;
    padding: 1px 5px 2px;
}

.ajax-progress-throbber .message {
    display: inline;
    padding: 1px 5px 2px;
}

tr .ajax-progress-throbber .throbber {
    margin: 0 2px;
}

.ajax-progress-bar {
    width: 16em;
}

.ajax-progress-fullscreen {
    left: 49%;
    position: fixed;
    top: 48.5%;
    z-index: 1000;
    background-color: #232323;
    background-image: url("../images/irw/loading-small.gif");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 7px;
    height: 24px;
    opacity: 0.9;
    padding: 4px;
    width: 24px;
}

[dir="rtl"] .ajax-progress-fullscreen {
    left: auto;
    right: 49%;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.text-align-justify {
    text-align: justify;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.js input.form-autocomplete {
    background-image: url("../images/irw/throbber-inactive.png");
    background-position: 100% center;
    background-repeat: no-repeat;
}

.js[dir="rtl"] input.form-autocomplete {
    background-position: 0% center;
}

.js input.form-autocomplete.ui-autocomplete-loading {
    background-image: url("../images/irw/throbber-active.gif");
    background-position: 100% center;
}

.js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading {
    background-position: 0% center;
}

.fieldgroup {
    border-width: 0;
    padding: 0;
}

.container-inline div,
.container-inline label {
    display: inline;
}

.container-inline .details-wrapper {
    display: block;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.js details:not([open]) .details-wrapper {
    display: none;
}

.hidden {
    display: none;
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.item-list__comma-list,
.item-list__comma-list li {
    display: inline;
}

.item-list__comma-list {
    margin: 0;
    padding: 0;
}

.item-list__comma-list li:after {
    content: ", ";
}

.item-list__comma-list li:last-child:after {
    content: "";
}

.js .js-hide {
    display: none;
}

.js-show {
    display: none;
}

.js .js-show {
    display: block;
}

.nowrap {
    white-space: nowrap;
}

.position-container {
    position: relative;
}

.progress {
    position: relative;
}

.progress__track {
    background-color: #fff;
    border: 1px solid;
    margin-top: 5px;
    max-width: 100%;
    min-width: 100px;
    height: 16px;
}

.progress__bar {
    background-color: #000;
    height: 1.5em;
    width: 3%;
    min-width: 3%;
    max-width: 100%;
}

.progress__description,
.progress__percentage {
    color: #555;
    overflow: hidden;
    font-size: 0.875em;
    margin-top: 0.2em;
}

.progress__description {
    float: left;
}

[dir="rtl"] .progress__description {
    float: right;
}

.progress__percentage {
    float: right;
}

[dir="rtl"] .progress__percentage {
    float: left;
}

.progress--small .progress__track {
    height: 7px;
}

.progress--small .progress__bar {
    height: 7px;
    background-size: 20px 20px;
}

.reset-appearance {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0 none;
    background: transparent;
    padding: 0;
    margin: 0;
    line-height: inherit;
}

.resize-none {
    resize: none;
}

.resize-vertical {
    resize: vertical;
    min-height: 2em;
}

.resize-horizontal {
    resize: horizontal;
    max-width: 100%;
}

.resize-both {
    resize: both;
    max-width: 100%;
    min-height: 2em;
}

table.sticky-header {
    background-color: #fff;
    margin-top: 0;
    z-index: 500;
    top: 0;
}

.system-status-counter__status-icon {
    display: inline-block;
    height: 25px;
    width: 25px;
    vertical-align: middle;
}

.system-status-counter__status-icon:before {
    content: "";
    background-size: 20px;
    background-position: center 2px;
    background-repeat: no-repeat;
    display: block;
}

.system-status-counter__status-icon--error:before {
    background-image: url("../images/irw/error.svg");
}

.system-status-counter__status-icon--warning:before {
    background-image: url(../images/irw/warning.svg);
}

.system-status-counter__status-icon--checked:before {
    background-image: url(../images/irw/check.svg);
}

.system-status-report-counters__item {
    width: 100%;
    padding: 0.5em 0;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.063);
    margin-bottom: 0.5em;
}

@media screen and (min-width: 60em) {
    .system-status-report-counters {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }

    .system-status-report-counters__item--half-width {
        width: 49%;
    }

    .system-status-report-counters__item--third-width {
        width: 33%;
    }
}

.system-status-general-info__item {
    border: 1px solid #ccc;
    margin-top: 1em;
    padding: 0 1em 1em;
}

.system-status-general-info__item-title {
    border-bottom: 1px solid #ccc;
}

body.drag {
    cursor: move;
}

tr.region-title {
    font-weight: bold;
}

tr.region-message {
    color: #999;
}

tr.region-populated {
    display: none;
}

tr.add-new .tabledrag-changed {
    display: none;
}

.draggable a.tabledrag-handle {
    cursor: move;
    float: left;
    height: 1.7em;
    margin-left: -1em;
    overflow: hidden;
    text-decoration: none;
}

[dir="rtl"] .draggable a.tabledrag-handle {
    float: right;
    margin-right: -1em;
    margin-left: 0;
}

a.tabledrag-handle:hover {
    text-decoration: none;
}

a.tabledrag-handle .handle {
    background: url(../images/irw/move.svg) no-repeat 6px 7px;
    height: 14px;
    margin: -0.4em 0.5em 0;
    padding: 0.42em 0.5em;
    width: 14px;
}

a.tabledrag-handle:hover .handle,
a.tabledrag-handle:focus .handle {
    background-image: url(../images/irw/move.svg);
}

.touchevents .draggable td {
    padding: 0 10px;
}

.touchevents .draggable .menu-item__link {
    display: inline-block;
    padding: 10px 0;
}

.touchevents a.tabledrag-handle {
    height: 44px;
    width: 40px;
}

.touchevents a.tabledrag-handle .handle {
    background-position: 40% 19px;
    height: 21px;
}

[dir="rtl"] .touch a.tabledrag-handle .handle {
    background-position: right 40% top 19px;
}

.touchevents .draggable.drag a.tabledrag-handle .handle {
    background-position: 50% -32px;
}

.tabledrag-toggle-weight-wrapper {
    text-align: right;
}

[dir="rtl"] .tabledrag-toggle-weight-wrapper {
    text-align: left;
}

.indentation {
    float: left;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
    width: 20px;
}

[dir="rtl"] .indentation {
    float: right;
    margin: -0.4em -0.4em -0.4em 0.2em;
    padding: 0.42em 0.6em 0.42em 0;
}

.tablesort {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 100%;
}

.tablesort--asc {
    background-image: url(../images/irw/twistie-down.svg);
}

.tablesort--desc {
    background-image: url(../images/irw/twistie-up.svg);
}

div.tree-child {
    background: url(../images/irw/tree.png) no-repeat 11px center;
}

div.tree-child-last {
    background: url(../images/irw/tree-bottom.png) no-repeat 11px center;
}

[dir="rtl"] div.tree-child,
[dir="rtl"] div.tree-child-last {
    background-position: -65px center;
}

div.tree-child-horizontal {
    background: url(../images/irw/tree.png) no-repeat -11px center;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

#toolbar-administration,
#toolbar-administration * {
    box-sizing: border-box;
}

#toolbar-administration {
    font-size: small;
    line-height: 1;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

@media print {
    #toolbar-administration {
        display: none;
    }
}

.nir-toolbar li,
.nir-toolbar .item-list,
.nir-toolbar .item-list li,
.nir-toolbar .menu-item,
.nir-toolbar .menu-item--expanded {
    list-style-type: none;
    list-style-image: none;
}

.nir-toolbar .menu-item {
    padding-top: 0;
}

.nir-toolbar .toolbar-bar .toolbar-tab,
.nir-toolbar .menu-item {
    display: block;
}

.nir-toolbar .toolbar-bar .toolbar-tab.hidden {
    display: none;
}

.nir-toolbar a {
    display: block;
    line-height: 1;
}

.nir-toolbar .toolbar-bar,
.nir-toolbar .toolbar-tray {
    position: relative;
    z-index: 1250;
}

body.toolbar-fixed .toolbar-oriented,
.toolbar-oriented .toolbar-bar,
.toolbar-oriented .toolbar-tray {
    left: 0;
    right: 0;
    top: 0;
}

.toolbar-oriented .toolbar-bar {
    z-index: 502;
}

body.toolbar-tray-open.toolbar-fixed.toolbar-vertical .toolbar-oriented {
    bottom: 0;
    width: 240px;
    width: 15rem;
}

.nir-toolbar .toolbar-bar .toolbar-tab,
.nir-toolbar .toolbar-tray-horizontal li {
    float: left;
}

[dir="rtl"] .nir-toolbar .toolbar-bar .toolbar-tab,
[dir="rtl"] .nir-toolbar .toolbar-tray-horizontal li {
    float: right;
}

@media only screen {

    .nir-toolbar .toolbar-bar .toolbar-tab,
    .nir-toolbar .toolbar-tray-horizontal li {
        float: none;
    }

    [dir="rtl"] .nir-toolbar .toolbar-bar .toolbar-tab,
    [dir="rtl"] .nir-toolbar .toolbar-tray-horizontal li {
        float: none;
    }
}

@media (min-width: 16.5em) {

    .nir-toolbar .toolbar-bar .toolbar-tab,
    .nir-toolbar .toolbar-tray-horizontal li {
        float: left;
    }

    [dir="rtl"] .nir-toolbar .toolbar-bar .toolbar-tab,
    [dir="rtl"] .nir-toolbar .toolbar-tray-horizontal li {
        float: right;
    }
}

.toolbar-oriented .toolbar-bar .toolbar-tab,
.toolbar-oriented .toolbar-tray-horizontal li {
    float: left;
}

[dir="rtl"] .toolbar-oriented .toolbar-bar .toolbar-tab,
[dir="rtl"] .toolbar-oriented .toolbar-tray-horizontal li {
    float: right;
}

.nir-toolbar .toolbar-tray {
    display: none;
    z-index: 501;
}

.toolbar-oriented .toolbar-tray-vertical {
    left: -100%;
    width: 240px;
    width: 15rem;
}

[dir="rtl"] .toolbar-oriented .toolbar-tray-vertical {
    left: auto;
    right: -100%;
}

.nir-toolbar .toolbar-tray-vertical>.toolbar-lining {
    min-height: 100%;
}

.nir-toolbar .toolbar-tray-vertical>.toolbar-lining:before {
    width: 100%;
}

.toolbar-oriented .toolbar-tray-vertical>.toolbar-lining:before {
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    width: 240px;
    width: 14rem;
    z-index: -1;
}

[dir="rtl"] .nir-toolbar .toolbar-tray-vertical>.toolbar-lining:before {
    left: auto;
    right: 0;
}

.nir-toolbar .toolbar-bar .toolbar-tab>.toolbar-icon {
    position: relative;
    z-index: 502;
}

.toolbar-oriented .toolbar-tray-horizontal .menu-item ul {
    display: none;
}

body.toolbar-fixed .nir-toolbar .toolbar-tray-horizontal {
    position: fixed;
}

.nir-toolbar .toolbar-tray-vertical.is-active,
body.toolbar-fixed .nir-toolbar .toolbar-tray-vertical {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
}

.nir-toolbar .toolbar-tray.is-active {
    display: block;
}

.toolbar-oriented .toolbar-tray-vertical.is-active {
    left: 0;
}

[dir="rtl"] .toolbar-oriented .toolbar-tray-vertical.is-active {
    left: auto;
    right: 0;
}

body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-left: 240px;
    margin-left: 15rem;
}

@media print {
    body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
        margin-left: 0;
    }
}

[dir="rtl"] body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-left: auto;
    margin-left: auto;
    margin-right: 240px;
    margin-right: 15rem;
}

@media print {
    [dir="rtl"] body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
        margin-right: 0;
    }
}

.nir-toolbar .toolbar-tray .toolbar-toggle-orientation {
    display: none;
}

.toolbar-oriented .toolbar-tray .toolbar-toggle-orientation {
    display: block;
}

.toolbar-oriented .toolbar-tray-horizontal .toolbar-toggle-orientation {
    bottom: 0;
    position: absolute;
    right: 0;
    top: auto;
}

[dir="rtl"] .toolbar-oriented .toolbar-tray-horizontal .toolbar-toggle-orientation {
    left: 0;
    right: auto;
}

.toolbar-oriented .toolbar-tray-vertical .toolbar-toggle-orientation {
    float: right;
    width: 100%;
}

[dir="rtl"] .toolbar-oriented .toolbar-tray-vertical .toolbar-toggle-orientation {
    float: left;
}

.nir-toolbar .toolbar-menu,
[dir="rtl"] .nir-toolbar .toolbar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nir-toolbar .toolbar-box {
    display: block;
    line-height: 1em;
    position: relative;
    width: auto;
}

.nir-toolbar .toolbar-tray-horizontal .toolbar-menu .toolbar-handle,
.nir-toolbar .toolbar-tray-horizontal .toolbar-menu ul,
.nir-toolbar .toolbar-tray-vertical .toolbar-menu ul {
    display: none;
}

.nir-toolbar .toolbar-tray-vertical li.open>ul {
    display: block;
}

.nir-toolbar .toolbar-tray-vertical .toolbar-handle+a {
    margin-right: 3em;
}

[dir="rtl"] .nir-toolbar .toolbar-tray-vertical .toolbar-handle+a {
    margin-left: 3em;
    margin-right: 0;
}

.nir-toolbar .toolbar-tray .menu-item--active-trail>.toolbar-box a,
.nir-toolbar .toolbar-tray a.is-active {
    color: #000;
    font-weight: bold;
}

@media screen and (max-width: 319px) {
    .nir-toolbar .toolbar-tray-vertical.is-active {
        width: 100%;
    }
}

.nir-toolbar .level-2>ul {
    background-color: #fafafa;
    border-bottom-color: #cccccc;
    border-top-color: #e5e5e5;
}

.nir-toolbar .level-3>ul {
    background-color: #f5f5f5;
    border-bottom-color: #c5c5c5;
    border-top-color: #dddddd;
}

.nir-toolbar .level-4>ul {
    background-color: #eeeeee;
    border-bottom-color: #bbbbbb;
    border-top-color: #d5d5d5;
}

.nir-toolbar .level-5>ul {
    background-color: #e5e5e5;
    border-bottom-color: #b5b5b5;
    border-top-color: #cccccc;
}

.nir-toolbar .level-6>ul {
    background-color: #eeeeee;
    border-bottom-color: #aaaaaa;
    border-top-color: #c5c5c5;
}

.nir-toolbar .level-7>ul {
    background-color: #fafafa;
    border-bottom-color: #b5b5b5;
    border-top-color: #cccccc;
}

.nir-toolbar .level-8>ul {
    background-color: #dddddd;
    border-bottom-color: #cccccc;
    border-top-color: #dddddd;
}

.nir-toolbar .toolbar-handle:hover {
    cursor: pointer;
}

.nir-toolbar .toolbar-icon.toolbar-handle {
    bottom: 0;
    display: block;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

[dir="rtl"] .nir-toolbar .toolbar-icon.toolbar-handle {
    left: 0;
    padding: 0;
    right: auto;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("../images/irw/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("../images/irw/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("../images/irw/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("../images/irw/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("../images/irw/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("../images/irw/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("../images/irw/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666666;
    box-shadow: 0 0 5px #666666;
}

.nir-toolbar {
    font-family: "Source Sans Pro", "Lucida Grande", Verdana, sans-serif;
    font-size: 0.8125rem;
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -o-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-touch-callout: none;
    -o-touch-callout: none;
    -webkit-touch-callout: none;
    touch-callout: none;
}

.nir-toolbar .toolbar-item {
    cursor: pointer;
    padding: 1em 1.3333em;
    line-height: 1em;
    text-decoration: none;
}

.nir-toolbar .toolbar-item:hover,
.nir-toolbar .toolbar-item:focus {
    text-decoration: underline;
}

.nir-toolbar .toolbar-bar {
    background-color: #0f0f0f;
    box-shadow: -1px 0 3px 1px rgba(0, 0, 0, 0.3333);
    color: #dddddd;
}

[dir="rtl"] .nir-toolbar .toolbar-bar {
    box-shadow: 1px 0 3px 1px rgba(0, 0, 0, 0.3333);
}

.nir-toolbar .toolbar-bar .toolbar-item {
    color: #ffffff;
}

.nir-toolbar .toolbar-bar .nir-toolbar-tab>.toolbar-item {
    font-weight: bold;
}

.nir-toolbar .toolbar-bar .nir-toolbar-tab>.toolbar-item:hover,
.nir-toolbar .toolbar-bar .nir-toolbar-tab>.toolbar-item:focus {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.125) 20%, transparent 200%);
    background-image: linear-gradient(rgba(255, 255, 255, 0.125) 20%, transparent 200%);
}

.nir-toolbar .toolbar-bar .nir-toolbar-tab>.toolbar-item.is-active {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.25) 20%, transparent 200%);
    background-image: linear-gradient(rgba(255, 255, 255, 0.25) 20%, transparent 200%);
}

.nir-toolbar .toolbar-tray {
    background-color: #ffffff;
}

.nir-toolbar .toolbar-tray-horizontal>.toolbar-lining {
    padding-right: 5em;
}

[dir="rtl"] .nir-toolbar .toolbar-tray-horizontal>.toolbar-lining {
    padding-right: 0;
    padding-left: 5em;
}

.nir-toolbar .toolbar-tray-vertical {
    background-color: #f5f5f5;
    border-right: 1px solid #aaaaaa;
    box-shadow: -1px 0 5px 2px rgba(0, 0, 0, 0.3333);
}

[dir="rtl"] .nir-toolbar .toolbar-tray-vertical {
    border-left: 1px solid #aaaaaa;
    border-right: 0 none;
    box-shadow: 1px 0 5px 2px rgba(0, 0, 0, 0.3333);
}

.nir-toolbar .toolbar-tray-horizontal {
    border-bottom: 1px solid #aaaaaa;
    box-shadow: -2px 1px 3px 1px rgba(0, 0, 0, 0.3333);
}

[dir="rtl"] .nir-toolbar .toolbar-tray-horizontal {
    box-shadow: 2px 1px 3px 1px rgba(0, 0, 0, 0.3333);
}

.nir-toolbar .toolbar-tray-horizontal .toolbar-tray {
    background-color: #f5f5f5;
}

.toolbar-tray a {
    color: #565656;
    cursor: pointer;
    padding: 1em 1.3333em;
    text-decoration: none;
}

.toolbar-tray a:hover,
.toolbar-tray a:active,
.toolbar-tray a:focus,
.toolbar-tray a.is-active {
    color: #000;
    text-decoration: underline;
}

.nir-toolbar .toolbar-menu {
    background-color: #ffffff;
}

.nir-toolbar .toolbar-tray-horizontal .menu-item+.menu-item {
    border-left: 1px solid #dddddd;
}

[dir="rtl"] .nir-toolbar .toolbar-tray-horizontal .menu-item+.menu-item {
    border-left: 0 none;
    border-right: 1px solid #dddddd;
}

.nir-toolbar .toolbar-tray-horizontal .menu-item:last-child {
    border-right: 1px solid #dddddd;
}

[dir="rtl"] .nir-toolbar .toolbar-tray-horizontal .menu-item:last-child {
    border-left: 1px solid #dddddd;
}

.nir-toolbar .toolbar-tray-vertical .menu-item+.menu-item {
    border-top: 1px solid #dddddd;
}

.nir-toolbar .toolbar-tray-vertical .menu-item:last-child {
    border-bottom: 1px solid #dddddd;
}

.nir-toolbar .toolbar-tray-vertical .menu-item .menu-item {
    border: 0 none;
}

.nir-toolbar .toolbar-tray-vertical .toolbar-menu ul ul {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}

.nir-toolbar .toolbar-tray-vertical .menu-item:last-child>ul {
    border-bottom: 0;
}

.nir-toolbar .toolbar-tray-vertical .toolbar-menu .toolbar-menu .toolbar-menu .toolbar-menu {
    margin-left: 0.25em;
}

[dir="rtl"] .nir-toolbar .toolbar-tray-vertical .toolbar-menu .toolbar-menu .toolbar-menu .toolbar-menu {
    margin-left: 0;
    margin-right: 0.25em;
}

.nir-toolbar .toolbar-menu .toolbar-menu a {
    color: #434343;
}

.nir-toolbar .toolbar-toggle-orientation {
    background-color: #f5f5f5;
    padding: 0;
    height: 100%;
}

.nir-toolbar .toolbar-tray-horizontal .toolbar-toggle-orientation {
    border-left: 1px solid #c9c9c9;
}

[dir="rtl"] .nir-toolbar .toolbar-tray-horizontal .toolbar-toggle-orientation {
    border-left: 0 none;
    border-right: 1px solid #c9c9c9;
}

.nir-toolbar .toolbar-toggle-orientation>.toolbar-lining {
    float: right;
}

[dir="rtl"] .nir-toolbar .toolbar-toggle-orientation>.toolbar-lining {
    float: left;
}

.nir-toolbar .toolbar-toggle-orientation button {
    cursor: pointer;
    display: inline-block;
}

.nir-toolbar .toolbar-icon {
    padding-left: 2.75em;
    position: relative;
}

[dir="rtl"] .nir-toolbar .toolbar-icon {
    padding-left: 1.3333em;
    padding-right: 2.75em;
}

.nir-toolbar .toolbar-icon:before {
    background-attachment: scroll;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: '';
    display: block;
    height: 100%;
    left: 0.6667em;
    position: absolute;
    top: 0;
    width: 20px;
}

[dir="rtl"] .nir-toolbar .toolbar-icon:before {
    left: auto;
    right: 0.6667em;
}

.nir-toolbar button.toolbar-icon {
    background-color: transparent;
    border: 0;
    font-size: 1em;
}

.nir-toolbar .toolbar-menu ul .toolbar-icon {
    padding-left: 1.3333em;
}

[dir="rtl"] .nir-toolbar .toolbar-menu ul .toolbar-icon {
    padding-left: 0;
    padding-right: 1.3333em;
}

.nir-toolbar .toolbar-menu ul a.toolbar-icon:before {
    display: none;
}

.nir-toolbar .toolbar-tray-vertical .toolbar-menu ul a {
    padding-left: 2.75em;
}

[dir="rtl"] .nir-toolbar .toolbar-tray-vertical .toolbar-menu ul a {
    padding-left: 0;
    padding-right: 2.75em;
}

.nir-toolbar .toolbar-tray-vertical .toolbar-menu ul ul a {
    padding-left: 3.75em;
}

[dir="rtl"] .nir-toolbar .toolbar-tray-vertical .toolbar-menu ul ul a {
    padding-left: 0;
    padding-right: 3.75em;
}

.nir-toolbar .toolbar-tray-vertical .toolbar-menu a {
    padding-left: 2.75em;
    padding-right: 4em;
}

[dir="rtl"] .nir-toolbar .toolbar-tray-vertical .toolbar-menu a {
    padding-left: 4em;
    padding-right: 2.75em;
}

.toolbar-bar .toolbar-icon-menu:before {
    background-image: url(/core/misc/icons/bebebe/hamburger.svg);
}

.toolbar-bar .toolbar-icon-menu:active:before,
.toolbar-bar .toolbar-icon-menu.is-active:before {
    background-image: url(/core/misc/icons/ffffff/hamburger.svg);
}

.toolbar-bar .toolbar-icon-help:before {
    background-image: url(/core/misc/icons/bebebe/questionmark-disc.svg);
}

.toolbar-bar .toolbar-icon-help:active:before,
.toolbar-bar .toolbar-icon-help.is-active:before {
    background-image: url(/core/misc/icons/ffffff/questionmark-disc.svg);
}

.toolbar-icon-system-admin-content:before {
    background-image: url(/core/misc/icons/787878/file.svg);
}

.toolbar-icon-system-admin-content:active:before,
.toolbar-icon-system-admin-content.is-active:before {
    background-image: url(/core/misc/icons/000000/file.svg);
}

.toolbar-icon-system-admin-structure:before {
    background-image: url(/core/misc/icons/787878/orgchart.svg);
}

.toolbar-icon-system-admin-structure:active:before,
.toolbar-icon-system-admin-structure.is-active:before {
    background-image: url(/core/misc/icons/000000/orgchart.svg);
}

.toolbar-icon-system-themes-page:before {
    background-image: url(/core/misc/icons/787878/paintbrush.svg);
}

.toolbar-icon-system-themes-page:active:before,
.toolbar-icon-system-themes-page.is-active:before {
    background-image: url(/core/misc/icons/000000/paintbrush.svg);
}

.toolbar-icon-entity-user-collection:before {
    background-image: url(/core/misc/icons/787878/people.svg);
}

.toolbar-icon-entity-user-collection:active:before,
.toolbar-icon-entity-user-collection.is-active:before {
    background-image: url(/core/misc/icons/000000/people.svg);
}

.toolbar-icon-system-modules-list:before {
    background-image: url(/core/misc/icons/787878/puzzlepiece.svg);
}

.toolbar-icon-system-modules-list:active:before,
.toolbar-icon-system-modules-list.is-active:before {
    background-image: url(/core/misc/icons/000000/puzzlepiece.svg);
}

.toolbar-icon-system-admin-config:before {
    background-image: url(/core/misc/icons/787878/wrench.svg);
}

.toolbar-icon-system-admin-config:active:before,
.toolbar-icon-system-admin-config.is-active:before {
    background-image: url(/core/misc/icons/000000/wrench.svg);
}

.toolbar-icon-system-admin-reports:before {
    background-image: url(/core/misc/icons/787878/barchart.svg);
}

.toolbar-icon-system-admin-reports:active:before,
.toolbar-icon-system-admin-reports.is-active:before {
    background-image: url(/core/misc/icons/000000/barchart.svg);
}

.toolbar-icon-help-main:before {
    background-image: url(/core/misc/icons/787878/questionmark-disc.svg);
}

.toolbar-icon-help-main:active:before,
.toolbar-icon-help-main.is-active:before {
    background-image: url(/core/misc/icons/000000/questionmark-disc.svg);
}

@media only screen and (min-width: 16.5em) {
    .nir-toolbar .toolbar-bar .toolbar-tab>.toolbar-icon {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        text-indent: -9999px;
        width: 4em;
    }

    .nir-toolbar .toolbar-bar .toolbar-tab>.toolbar-icon:before {
        background-size: 42% auto;
        left: 0;
        width: 100%;
    }

    .no-svg .nir-toolbar .toolbar-bar .toolbar-tab>.toolbar-icon:before {
        background-size: auto auto;
    }

    [dir="rtl"] .nir-toolbar .toolbar-bar .toolbar-tab>.toolbar-icon:before {
        left: auto;
        right: 0;
    }
}

@media only screen and (min-width: 36em) {
    .nir-toolbar .toolbar-bar .toolbar-tab>.toolbar-icon {
        background-position: left center;
        padding-left: 2.75em;
        padding-right: 1.3333em;
        text-indent: 0;
        width: auto;
    }

    [dir="rtl"] .nir-toolbar .toolbar-bar .toolbar-tab>.toolbar-icon {
        background-position: right center;
        padding-left: 1.3333em;
        padding-right: 2.75em;
    }

    .nir-toolbar .toolbar-bar .toolbar-tab>.toolbar-icon:before {
        background-size: 100% auto;
        left: 0.6667em;
        width: 20px;
    }

    .no-svg .nir-toolbar .toolbar-bar .toolbar-tab>.toolbar-icon:before {
        background-size: auto auto;
    }

    [dir="rtl"] .nir-toolbar .toolbar-bar .toolbar-tab>.toolbar-icon:before {
        left: 0;
        right: 0.6667em;
    }
}

.toolbar-tab a:focus {
    outline: none;
    text-decoration: underline;
}

.toolbar-lining button:focus {
    outline: none;
}

.toolbar-tray-horizontal a:focus,
.toolbar-box a:focus {
    outline: none;
    background-color: #f5f5f5;
}

.toolbar-box a:hover:focus {
    text-decoration: underline;
}

.nir-toolbar .toolbar-icon.toolbar-handle:focus {
    outline: none;
    background-color: #f5f5f5;
}

.nir-toolbar .toolbar-icon.toolbar-handle {
    width: 4em;
    text-indent: -9999px;
}

.nir-toolbar .toolbar-icon.toolbar-handle:before {
    left: 1.6667em;
}

[dir="rtl"] .nir-toolbar .toolbar-icon.toolbar-handle:before {
    left: auto;
    right: 1.6667em;
}

.nir-toolbar .toolbar-icon.toolbar-handle:before {
    background-image: url(/core/misc/icons/5181c6/chevron-disc-down.svg);
}

.nir-toolbar .toolbar-icon.toolbar-handle.open:before {
    background-image: url(/core/misc/icons/787878/chevron-disc-up.svg);
}

.nir-toolbar .toolbar-menu .toolbar-menu .toolbar-icon.toolbar-handle:before {
    background-image: url(/core/misc/icons/5181c6/twistie-down.svg);
    background-size: 75%;
}

.nir-toolbar .toolbar-menu .toolbar-menu .toolbar-icon.toolbar-handle.open:before {
    background-image: url(/core/misc/icons/787878/twistie-up.svg);
    background-size: 75%;
}

.nir-toolbar .toolbar-icon-escape-admin:before {
    background-image: url(/core/misc/icons/bebebe/chevron-disc-left.svg);
}

[dir="rtl"] .nir-toolbar .toolbar-icon-escape-admin:before {
    background-image: url(/core/misc/icons/bebebe/chevron-disc-right.svg);
}

.nir-toolbar .toolbar-toggle-orientation button {
    height: 39px;
    padding: 0;
    text-indent: -999em;
    width: 39px;
}

.nir-toolbar .toolbar-toggle-orientation button:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

[dir="rtl"] .nir-toolbar .toolbar-toggle-orientation .toolbar-icon {
    padding: 0;
}

.nir-toolbar .toolbar-toggle-orientation [value="vertical"]:before {
    background-image: url(/core/misc/icons/bebebe/push-left.svg);
}

.nir-toolbar .toolbar-toggle-orientation [value="vertical"]:hover:before,
.nir-toolbar .toolbar-toggle-orientation [value="vertical"]:focus:before {
    background-image: url(/core/misc/icons/787878/push-left.svg);
}

[dir="rtl"] .nir-toolbar .toolbar-toggle-orientation [value="vertical"]:before {
    background-image: url(/core/misc/icons/bebebe/push-right.svg);
}

[dir="rtl"] .nir-toolbar .toolbar-toggle-orientation [value="vertical"]:hover:before,
[dir="rtl"] .nir-toolbar .toolbar-toggle-orientation [value="vertical"]:focus:before {
    background-image: url(/core/misc/icons/787878/push-right.svg);
}

.nir-toolbar .toolbar-toggle-orientation [value="horizontal"]:before {
    background-image: url(/core/misc/icons/bebebe/push-up.svg);
}

.nir-toolbar .toolbar-toggle-orientation [value="horizontal"]:hover:before,
.nir-toolbar .toolbar-toggle-orientation [value="horizontal"]:focus:before {
    background-image: url(/core/misc/icons/787878/push-up.svg);
}


/*
@font-face {
    font-family: "ndqfonticons";
    src: url("/profiles/nasdaqir/themes/custom/nir_base/dist/css/../fonts/ndqfonticons.eot");
    src: url("/profiles/nasdaqir/themes/custom/nir_base/dist/css/../fonts/ndqfonticons.eot?#iefix") format("embedded-opentype"),url("/profiles/nasdaqir/themes/custom/nir_base/dist/css/../fonts/ndqfonticons.woff") format("woff"),url("/profiles/nasdaqir/themes/custom/nir_base/dist/css/../fonts/ndqfonticons.ttf") format("truetype"),url("/profiles/nasdaqir/themes/custom/nir_base/dist/css/../fonts/ndqfonticons.svg#ndqfonticons") format("svg");
    font-weight: normal;
    font-style: normal
}
*/

.float-left {
    float: left
}

.clear-both {
    clear: both
}

img,
legend {
    border: 0
}

legend,
td,
th {
    padding: 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,
optgroup,
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
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -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
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.icon {
    background-image: url("/sites/g../knoqqb6581/themes/site/nir_pid575/css/img/sprite.png")
}

body {
    margin: 0;
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

template {
    display: none
}

form {
    margin: 0
}

button,
input,
optgroup,
select,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    color: inherit;
    font: inherit;
    margin: 0;
    *font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
    *vertical-align: middle
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

html input[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

fieldset {
    padding: 0.5em 0.89286em 0.92857em;
    border: 1px solid #ccc;
    margin: 0 2px
}

fieldset:before {
    content: '';
    display: table
}

fieldset:after {
    content: '';
    display: table;
    clear: both
}

legend {
    border: 0;
    margin-left: -5px;
    padding: 0 5px;
    *margin-left: -7px
}

[dir="rtl"] legend {
    *margin-left: 0;
    *margin-right: -7px
}


optgroup {
    font-weight: bold
}

textarea {
    overflow: auto
}

blockquote {
    margin: 0 2em 1.42857em
}

figure {
    margin: 0 0 1.42857em
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

p {
    margin: 1em 0
}

pre {
    font-family: monospace;
    _font-family: 'courier new', monospace;
    font-size: .8em;
    line-height: 1.45
}

pre {
    overflow: auto
}

dl,
menu,
ol,
ul {
    margin: 1em 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0
}

dd {
    margin: 0 0 0 28px
}

[dir="rtl"] dd {
    margin: 0 28px 0 0
}

menu,
ol,
ul {
    padding: 0 0 0 28px
}

[dir="rtl"] menu,
[dir="rtl"] ol,
[dir="rtl"] ul {
    padding: 0 28px 0 0
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none
}

#nir-header__site-name {
    font-size: 1.5em;
    line-height: 1.42857em;
    margin-top: 0.66657em;
    margin-bottom: 0.47614em
}

table.nirtable caption,
table.dataTable caption,
.block-market-data-block__estimates__all .js-form-type-select label {
    font-size: 1.3em;
    line-height: 1.42857em;
    margin-top: 0.35714em;
    margin-bottom: 0.35714em;
    border-bottom: solid 1px #e1e1e1
}

.view-nir-media-gallery-items-grid .views-row h2,
.node--view-mode-nir-media-gallery-viewmode .field--name-field-nir-media-gallery-title {
    font-size: 1.1em;
    line-height: 1.42857em;
    margin-top: 1.42857em;
    margin-bottom: 1.42857em
}

table.nirtable,
table.dataTable {
    margin: 0 0 15px 0;
    border-collapse: separate;
    border-spacing: 0;
    border: 0;
    table-layout: fixed;
    width: 100%;
    word-wrap: normal
}

table.nirtable caption,
table.dataTable caption {
    font-weight: bold;
    text-align: left;
    padding: 5px 0
}

table.nirtable tbody tr:nth-child(odd),
table.dataTable tbody tr:nth-child(odd) {
    background-color: #f5fafa
}

table.nirtable td,
table.nirtable th,
table.dataTable td,
table.dataTable th {
    padding: 15px;
    border: 0
}

table.nirtable th,
table.nirtable thead td,
table.dataTable th,
table.dataTable thead td {
    background-color: #666;
    color: #fff;
    text-align: left;
    position: relative
}

.two-col-node .node-left {
    width: 100%;
    float: right;
    margin-right: 0
}

@media (min-width:480px) {
    .two-col-node .node-left {
        width: 36.70886%;
        float: left;
        margin-right: 1.26582%
    }
}

.two-col-node .node-right {
    width: 100%;
    float: right;
    margin-right: 0
}

@media (min-width:480px) {
    .two-col-node .node-right {
        width: 62.02532%;
        float: right;
        margin-right: 0
    }
}

.two-col-node-alt1 .node-left {
    width: 100%;
    float: right;
    margin-right: 0
}

@media (min-width:480px) {
    .two-col-node-alt1 .node-left {
        width: 24.05063%;
        float: left;
        margin-right: 1.26582%
    }
}

.two-col-node-alt1 .node-right {
    width: 100%;
    float: right;
    margin-right: 0
}

@media (min-width:480px) {
    .two-col-node-alt1 .node-right {
        width: 74.68354%;
        float: right;
        margin-right: 0
    }
}

.two-col-node-alt2 .node-left {
    width: 100%;
    float: right;
    margin-right: 0
}

@media (min-width:480px) {
    .two-col-node-alt2 .node-left {
        width: 36.70886%;
        float: left;
        margin-right: 1.26582%
    }
}

.two-col-node-alt2 .node-right {
    width: 100%;
    float: right;
    margin-right: 0
}

@media (min-width:480px) {
    .two-col-node-alt2 .node-right {
        width: 62.02532%;
        float: right;
        margin-right: 0
    }
}

.two-col-node-alt3 .node-left {
    width: 100%;
    float: right;
    margin-right: 0
}

@media (min-width:480px) {
    .two-col-node-alt3 .node-left {
        width: 17.72152%;
        float: left;
        margin-right: 1.26582%
    }
}

.two-col-node-alt3 .node-right {
    width: 100%;
    float: right;
    margin-right: 0
}

@media (min-width:480px) {
    .two-col-node-alt3 .node-right {
        width: 81.01266%;
        float: right;
        margin-right: 0
    }
}

.two-col-half .left-half {
    width: 100%;
    float: right;
    margin-right: 0
}

@media (min-width:480px) {
    .two-col-half .left-half {
        width: 49.36709%;
        float: left;
        margin-right: 1.26582%
    }
}

.two-col-half .right-half {
    width: 100%;
    float: right;
    margin-right: 0
}

@media (min-width:480px) {
    .two-col-half .right-half {
        width: 49.36709%;
        float: right;
        margin-right: 0
    }
}

.modal-content .node-left {
    width: 100%;
    float: right;
    margin-right: 0
}

@media (min-width:480px) {
    .modal-content .node-left {
        width: 17.72152%;
        float: left;
        margin-right: 1.26582%
    }
}

.modal-content .node-right {
    width: 100%;
    float: right;
    margin-right: 0
}

@media (min-width:480px) {
    .modal-content .node-right {
        width: 81.01266%;
        float: right;
        margin-right: 0
    }
}

.split-half {
    float: left;
    margin-bottom: 1em;
    width: 100%
}

.split-half .left-half {
    width: 100%;
    float: right;
    margin-right: 0
}

@media (min-width:480px) {
    .split-half .left-half {
        width: 49.36709%;
        float: left;
        margin-right: 1.26582%
    }
}

.split-half .right-half {
    width: 100%;
    float: right;
    margin-right: 0
}

@media (min-width:480px) {
    .split-half .right-half {
        width: 49.36709%;
        float: right;
        margin-right: 0;
        float: left
    }
}

.full-width {
    width: 100%;
    float: right;
    margin-right: 0
}

.row:before {
    content: '';
    display: table
}

.row:after {
    content: '';
    display: table;
    clear: both
}

.row [class^='col-md-']:last-child {
    margin-right: 0
}

.tabledrag-handle .handle,
.mceToolbar table td a {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box
}

@media (min-width:320px) {
    body.body-sidebars-first aside.sidebar-first {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    body.body-sidebars-first aside.sidebar-first>* {
        padding-left: 0.5em;
        padding-right: 0.5em
    }

    body.body-sidebars-first section#content {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    body.body-sidebars-first section#content>* {
        padding-left: 0.5em;
        padding-right: 0.5em
    }
}

@media (min-width:768px) {
    body.body-sidebars-first aside.sidebar-first {
        width: 24.05063%;
        float: left;
        margin-right: 1.26582%
    }

    body.body-sidebars-first aside.sidebar-first>* {
        padding-left: 1em
    }

    body.body-sidebars-first section#content {
        width: 74.68354%;
        float: right;
        margin-right: 0
    }

    body.body-sidebars-first section#content>* {
        padding-right: 1em
    }
}

@media (min-width:320px) {
    body.body-sidebars-last aside.sidebar-last {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    body.body-sidebars-last aside.sidebar-last>* {
        padding-left: 0.5em;
        padding-right: 0.5em
    }

    body.body-sidebars-last section#content {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    body.body-sidebars-last section#content>* {
        padding-left: 0.5em;
        padding-right: 0.5em
    }
}

@media (min-width:768px) {
    body.body-sidebars-last aside.sidebar-last {
        width: 24.05063%;
        float: right;
        margin-right: 0
    }

    body.body-sidebars-last aside.sidebar-last>* {
        padding-right: 1em
    }

    body.body-sidebars-last section#content {
        width: 74.68354%;
        float: left;
        margin-right: 1.26582%
    }

    body.body-sidebars-last section#content>* {
        padding-left: 1em
    }
}

@media (min-width:320px) {
    body.body-sidebars-both aside.sidebar-first {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    body.body-sidebars-both aside.sidebar-first>* {
        padding-left: 0.5em;
        padding-right: 0.5em
    }

    body.body-sidebars-both aside.sidebar-last {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    body.body-sidebars-both aside.sidebar-last>* {
        padding-left: 0.5em;
        padding-right: 0.5em
    }

    body.body-sidebars-both section#content {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    body.body-sidebars-both section#content>* {
        padding-left: 0.5em;
        padding-right: 0.5em
    }
}

@media (min-width:768px) {
    body.body-sidebars-both aside.sidebar-first {
        width: 24.05063%;
        float: left;
        margin-right: 1.26582%
    }

    body.body-sidebars-both aside.sidebar-first>* {
        padding-left: 1em
    }

    body.body-sidebars-both section#content {
        width: 49.36709%;
        float: left;
        margin-right: 1.26582%
    }

    body.body-sidebars-both aside.sidebar-last {
        width: 24.05063%;
        float: right;
        margin-right: 0
    }

    body.body-sidebars-both aside.sidebar-last>* {
        padding-right: 1em
    }
}

@media (min-width:320px) {
    body.body-sidebars-none section#content {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    body.body-sidebars-none section#content>* {
        padding-left: 0.5em;
        padding-right: 0.5em
    }
}

@media (min-width:768px) {
    body.body-sidebars-none section#content {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    body.body-sidebars-none section#content>* {
        padding-left: 1em;
        padding-right: 1em
    }
}

aside.sidebar {
    overflow: hidden
}

@media (max-width:768px) {
    body.search #main .container {
        display: flex;
        flex-direction: column
    }

    body.search #main .container #content {
        order: 2
    }

    body.search #main .container .sidebar-last {
        order: 1
    }
}

.views-view-grid.cols-3 .views-col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}

.views-view-grid.cols-3 .col-1 {
    width: 100%;
    float: left;
    margin-right: 1.69492%
}

.views-view-grid.cols-3 .col-3 {
    width: 100%;
    float: right;
    margin-right: 0
}

@media (min-width:768px) {
    .views-view-grid.cols-3 .views-col {
        width: 32.20339%;
        float: left;
        margin-right: 1.69492%
    }

    .views-view-grid.cols-3 .col-1 {
        width: 32.20339%;
        float: left;
        margin-right: 1.69492%
    }

    .views-view-grid.cols-3 .col-3 {
        width: 32.20339%;
        float: right;
        margin-right: 0
    }
}

.hidden,
html.js .js-hidden,
html.js .element-hidden,
html.js .js-hide {
    display: none
}

.visually-hidden,
.visually-hidden--focusable,
.element-focusable,
.element-invisible,
.breadcrumb__title,
.main-navigation .block-menu .block__title,
.main-navigation .block-menu-block .block__title {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

.visually-hidden--off,
.visually-hidden--focusable:active,
.visually-hidden--focusable:focus,
.element-focusable:active,
.element-focusable:focus {
    position: static !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto
}

.clearfix:before,
.tabs:before,
.tabs--secondary:before,
div[class*='view-widget-']:before,
#nir-header:before {
    content: '';
    display: table
}

.clearfix:after,
.tabs:after,
.tabs--secondary:after,
div[class*='view-widget-']:after,
#nir-header:after {
    content: '';
    display: table;
    clear: both
}

.ui-dialog-titlebar-close::before,
a.summary-toggle::before,
a.summary-toggle:hover::before,
a.summary-toggle.open::before,
a.summary-toggle.open:hover::before,
.webcast-link a::before,
.normal-webcast-link a::before,
.field--name-field-nir-ext-document a::before,
.field--name-field-nir-news-supp-ext-url a::before,
.external-link::before,
.file--mime-video-x-ms-asf a::before,
.file--mime-image-x-ms-bmp a::before,
.file--mime-text-csv a::before,
.file--mime-text-csv.file--text a::before,
.market-data-file-download-csv::before,
.file--mime-application-msword a::before,
.file--mime-application-vnd-openxmlformats-officedocument-wordprocessingml-document a::before,
.file--mime-application-postscript a::before,
.file--mime-application-epub a::before,
.file--fla a::before,
.file--mime-video-x-flv a::before,
.file--mime-image-gif a::before,
.file--ics a::before,
.file--mime-image-jpeg a::before,
.file--mime-image-jpg a::before,
.file--mime-application-pgp-keys a::before,
.file--mime-application-x-mobipocket-ebook a::before,
.file--mime-video-quicktime a::before,
.file--mime-audio-mpeg a::before,
.file--mpg a::before,
.file--odt a::before,
.file--application-pdf a::before,
.file--mime-image-png a::before,
.file--mime-application-vnd-ms-powerpoint a::before,
.file--mime-application-vnd-openxmlformats-officedocument-presentationml-presentation a::before,
.file--mime-application-vnd-openxmlformats-officedocument-presentationml-slideshow a::before,
.file--mime-application-vnd-ms-powerpoint-presentation-macroEnabled-12 a::before,
.file--mime-application-rar a::before,
.file--mime-application-rtf a::before,
.file--rtx a::before,
.file--swf a::before,
.file--mime-image-tiff a::before,
.file--text a::before,
.file--mime-audio-x-wav a::before,
.file--mime-audio-x-ms-wma a::before,
.file--mime-video-x-ms-wmv a::before,
.file--xls a::before,
.file--x-office-spreadsheet a::before,
.market-data-file-download-xls::before,
.file--mime-application-vnd-ms-excel-sheet-macroEnabled-12 a::before,
.file--mime-application-vnd-openxmlformats-officedocument-spreadsheetml-sheet a::before,
.file--mime-application-xml a::before,
.file--mime-application-octet-stream a::before,
.file--mime-application-zip a::before,
.ndqicon__chairperson a::before,
span.ndqicon__chairperson::before,
.ndqicon__chairperson a_after::after,
span.ndqicon__chairperson_after::after,
.ndqicon__cob a::before,
span.ndqicon__cob::before,
.ndqicon__cob a_after::after,
span.ndqicon__cob_after::after,
.ndqicon__vicechair::before,
span.ndqicon__vicechair::before,
span.ndqicon__vicechair_after::after,
.ndqicon__leaddir::before,
span.ndqicon__leaddir::before,
.ndqicon__leaddir_after::after,
span.ndqicon__leaddir_after::after,
.ndqicon__chair::before,
.ndqicon__chair1::before,
.ndqicon__chair2::before,
.ndqicon__chair3::before,
.ndqicon__member a::before,
span.ndqicon__member::before,
.ndqicon__download::before,
.ndqicon__independent::before,
.ndqicon__independent_italic::before,
.ndqicon__calculator::before,
span.ndqicon__calculator::before,
.ndqicon__calculator_after::after,
span.ndqicon__calculator_after::after,
.ndqicon__calculator1::before,
.html-link a::before,
.asset-link a::before,
.add-outlook a::before,
.add-gcal a::before,
.right-arrow::before,
.up-arrow::before,
.ndqicon-check-circle::before,
.thank-you-page h1::before,
a.show-all::after,
a.show-all.hide-all::after,
.faq-acc-dl dt::before,
.faq-acc-dl .acc-title::before,
.acc-wrap dt::before,
.acc-wrap .acc-title::before,
.faq-acc-dl dt.opened::before,
.faq-acc-dl .acc-title.opened::before,
.acc-wrap dt.opened::before,
.acc-wrap .acc-title.opened::before,
.top-link::after,
.nir-mean-value-rating .rating-arrow::after,
.block-search-form form::after,
.view-search form::after,
.view-search .inline-asset span.file--application-pdf::before,
.field--name-field-nir-committee-link a::before,
.market-data-filter-form .form-item.form-item-period-compare-one::before {
    /*  font-family: "ndqfonticons";*/
    font-size: 26px;
    vertical-align: middle;
    padding-right: 5px;
    font-weight: normal;
    text-decoration: none
}

.ui-dialog-titlebar-close::before {
    content: "î€“";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ui-dialog-titlebar-close::before {
    color: #666;
    font-size: 20px
}

.ui-dialog-titlebar-close::before:hover {
    color: #009ec2
}

a.summary-toggle {
    font-weight: normal
}

a.summary-toggle::before {
    content: "î";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

a.summary-toggle:hover::before {
    content: "î";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

a.summary-toggle:before,
a.summary-toggle:hover:before {
    font-size: 15px;
    line-height: 0
}

a.summary-toggle span {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

a.summary-toggle.open::before {
    content: "î";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

a.summary-toggle.open:hover::before {
    content: "îŽ";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

a.summary-toggle.open:before,
a.summary-toggle.open:hover:before {
    font-size: 15px;
    line-height: 0
}

.ndqicon-disable-link {
    margin-left: 30px
}

.ndqicon-disable-link a::before {
    margin-left: -30px;
    cursor: default !important;
    pointer-events: none !important
}

.ndqicon-hide-icon a::before {
    display: none !important
}

.summary-hidden {
    display: none
}

.webcast-link a::before,
.normal-webcast-link a::before {
    content: "î€œ";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.field--name-field-nir-ext-document a::before,
.field--name-field-nir-news-supp-ext-url a::before,
.external-link::before {
    content: "î·";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-video-x-ms-asf a::before {
    content: "î„ƒ";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-image-x-ms-bmp a::before {
    content: "î„„";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-text-csv a::before,
.file--mime-text-csv.file--text a::before,
.market-data-file-download-csv::before {
    content: "î°";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-application-msword a::before {
    content: "î²";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-application-vnd-openxmlformats-officedocument-wordprocessingml-document a::before {
    content: "î³";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-application-postscript a::before {
    content: "îƒµ";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-application-epub a::before {
    content: "îƒ¶";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--fla a::before {
    content: "î´";
    display: inline-block;
    text-decoration: none;
    color: #c00
}

.file--mime-video-x-flv a::before {
    content: "îµ";
    display: inline-block;
    text-decoration: none;
    color: #c00
}

.file--mime-image-gif a::before {
    content: "î‚€";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--ics a::before {
    content: "îƒ¾";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-image-jpeg a::before,
.file--mime-image-jpg a::before {
    content: "î¿";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-application-pgp-keys a::before {
    content: "îƒ¿";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-application-x-mobipocket-ebook a::before {
    content: "îƒ·";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-video-quicktime a::before {
    content: "îƒ¸";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-audio-mpeg a::before {
    content: "î‚…";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mpg a::before {
    content: "îƒ¹";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--odt a::before {
    content: "îƒ»";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--application-pdf a::before {
    content: "î‚ˆ";
    display: inline-block;
    text-decoration: none;
    color: #c00
}

.file--mime-image-png a::before {
    content: "î‚‚";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-application-vnd-ms-powerpoint a::before {
    content: "î‚‰";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-application-vnd-openxmlformats-officedocument-presentationml-presentation a::before {
    content: "î‚‹";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-application-vnd-openxmlformats-officedocument-presentationml-slideshow a::before {
    content: "îƒ¼";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-application-vnd-ms-powerpoint a::before {
    content: "î‚Š";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-application-vnd-ms-powerpoint-presentation-macroEnabled-12 a::before {
    content: "îƒ½";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-application-rar a::before {
    content: "î„‚";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-application-rtf a::before {
    content: "î„€";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--rtx a::before {
    content: "î„";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--swf a::before {
    content: "î¶";
    display: inline-block;
    text-decoration: none;
    color: #c00
}

.file--mime-image-tiff a::before {
    content: "î‚";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--text a::before {
    content: "î‚Œ";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-audio-x-wav a::before {
    content: "î„ˆ";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-audio-x-ms-wma a::before {
    content: "î„…";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-video-x-ms-wmv a::before {
    content: "î„†";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--xls a::before,
.file--x-office-spreadsheet a::before,
.market-data-file-download-xls::before {
    content: "î¹";
    display: inline-block;
    text-decoration: none;
    color: #70a81f
}

.file--mime-application-vnd-ms-excel-sheet-macroEnabled-12 a::before {
    content: "î€Ÿ";
    display: inline-block;
    text-decoration: none;
    color: #70a81f
}

.file--mime-application-vnd-openxmlformats-officedocument-spreadsheetml-sheet a::before {
    content: "î»";
    display: inline-block;
    text-decoration: none;
    color: #70a81f
}

.file--mime-application-xml a::before {
    content: "î¾";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.node--type-nir-sec-filing .file--mime-application-xsd a:before,
.node--type-nir-sec-filing .file--mime-application-xml a:before {
    content: "\e07d";
    color: #7b41bd
}

.file--mime-application-octet-stream a::before {
    content: "î„‡";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-application-zip a::before {
    content: "î‚";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

[class^="ndqicon__"] a::before {
    font-size: 20px
}

.ndqicon__chairperson a::before,
span.ndqicon__chairperson::before {
    content: "î€‹";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__chairperson a_after::after {
    content: "î€‹";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

span.ndqicon__chairperson_after::after {
    content: "î€‹";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__cob a::before,
span.ndqicon__cob::before {
    content: "î€¨";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__cob a_after::after {
    content: "î€¨";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

span.ndqicon__cob_after::after {
    content: "î€¨";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__vicechair::before,
span.ndqicon__vicechair::before {
    content: "î€§";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__vicechair:after::after,
span.ndqicon__vicechair:after::after {
    content: "î€§";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

span.ndqicon__vicechair_after::after {
    content: "î€§";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__leaddir::before,
span.ndqicon__leaddir::before {
    content: "îª";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__leaddir_after::after {
    content: "îª";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

span.ndqicon__leaddir_after::after {
    content: "îª";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__chair::before {
    content: "î€¨";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__chair1::before {
    content: "îª";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__chair2::before {
    content: "î«";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__chair3::before {
    content: "î¬";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__member a::before,
span.ndqicon__member::before {
    content: "î€Š";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__download::before {
    content: "î“";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__independent::before {
    content: "î€";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__independent_italic::before {
    content: "î€Ž";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__calculator::before,
span.ndqicon__calculator::before {
    content: "î€²";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__calculator_after::after {
    content: "î€²";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

span.ndqicon__calculator_after::after {
    content: "î€²";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__calculator1::before {
    content: "î€¯";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.icon-key {
    float: left;
    margin-top: 0
}

.key-item {
    margin: 1em 0
}

.key-item span:before {
    font-size: 20px
}

.html-link a::before,
.asset-link a::before {
    content: "î·";
    display: inline-block;
    text-decoration: none;
    color: #0472bd
}

.add-outlook a {
    font-size: 0
}

.add-outlook a::before {
    content: "î€¿";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.add-outlook a::before {
    background: #FFBC00;
    color: #fff;
    font-size: 20px;
    width: 21px;
    height: 21px;
    text-align: center;
    padding-top: 5px;
    margin-right: 5px;
    padding-left: 5px
}

.add-gcal a {
    font-size: 0
}

.add-gcal a::before {
    content: "î€ž";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.add-gcal a::before {
    background: #dd4b39;
    color: #fff;
    font-size: 20px;
    width: 21px;
    height: 21px;
    text-align: center;
    padding-top: 5px;
    margin-right: 5px;
    padding-left: 5px
}

.right-arrow::before {
    content: "î„Œ";
    display: inline-block;
    text-decoration: none;
    color: #666
}

.right-arrow::before {
    font-size: 14px
}

.up-arrow::before {
    content: "î’";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.up-arrow::before {
    font-size: 14px
}

.ndqicon-check-circle::before,
.thank-you-page h1::before {
    content: "î„–";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon-check-circle::before,
.thank-you-page h1::before {
    font-size: 22px
}

a.show-all::after {
    content: "î€’";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

a.show-all::after {
    font-size: 14px
}

a.show-all.hide-all::after {
    content: "î€‘";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

a.show-all.hide-all::after {
    font-size: 14px
}

.faq-acc-dl dt::before,
.faq-acc-dl .acc-title::before,
.acc-wrap dt::before,
.acc-wrap .acc-title::before {
    content: "î";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.faq-acc-dl dt::before,
.faq-acc-dl .acc-title::before,
.acc-wrap dt::before,
.acc-wrap .acc-title::before {
    color: white;
    font-size: 14px
}

.faq-acc-dl dt.opened::before,
.faq-acc-dl .acc-title.opened::before,
.acc-wrap dt.opened::before,
.acc-wrap .acc-title.opened::before {
    content: "î";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.faq-acc-dl dt.opened::before,
.faq-acc-dl .acc-title.opened::before,
.acc-wrap dt.opened::before,
.acc-wrap .acc-title.opened::before {
    color: white;
    font-size: 14px
}

.top-link::after {
    content: "î’";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.top-link::after {
    font-size: 14px;
    margin-top: -4px
}

.autocomplete,
html.js input.form-autocomplete {
    background-image: url("/sites/g../knoqqb6581/themes/site/nir_pid575/css/img/throbber.gif");
    background-position: 100% 2px;
    background-repeat: no-repeat
}

[dir="rtl"] .autocomplete,
[dir="rtl"] html.js input.form-autocomplete,
html.js [dir="rtl"] input.form-autocomplete {
    background-position: 0% 2px
}

.autocomplete.is-throbbing,
.autocomplete--is-throbbing,
html.js input.is-throbbing.form-autocomplete,
html.js input.throbbing {
    background-position: 100% -18px
}

[dir="rtl"] .autocomplete.is-throbbing,
[dir="rtl"] .autocomplete--is-throbbing,
[dir="rtl"] html.js input.is-throbbing.form-autocomplete,
html.js [dir="rtl"] input.is-throbbing.form-autocomplete,
[dir="rtl"] html.js input.throbbing,
html.js [dir="rtl"] input.throbbing {
    background-position: 0% -18px
}

.autocomplete__list-wrapper,
#autocomplete {
    border: 1px solid;
    overflow: hidden;
    position: absolute;
    z-index: 100
}

.autocomplete__list,
#autocomplete ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0
}

.autocomplete__list-item,
#autocomplete li {
    background: #fff;
    color: #000;
    cursor: default;
    white-space: pre;
    zoom: 1
}

.autocomplete__list-item--is-selected,
#autocomplete .selected {
    background: #009ec2;
    color: #fff
}

.box,
.box__right {
    border: 1px solid #ccc;
    padding: 1em
}

.box__title {
    margin: 0
}

.box--highlight {
    border-color: #009ec2
}

.box__right {
    margin-left: 1.5em !important;
    margin-bottom: 1em;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}

.box__right {
    text-align: center;
}

.box__right a {
    border: 0;
}

@media (min-width:1024px) {
    .box__right {
        width: 30.37975%;
        float: right;
        margin-right: 0;
        float: right
    }
}

@media (max-width:600px) {
    .box__right {
        float: none;
        margin-left: 0;
    }
}

@media print {
    .breadcrumb {
        display: none
    }
}

.breadcrumb__list {
    margin: 0;
    padding: 0
}

.breadcrumb__item {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.nir-chart {
    margin: 15px
}

.collapsible-fieldset,
.collapsible {
    position: relative
}

.collapsible-fieldset.is-collapsed,
.collapsible-fieldset--is-collapsed,
.is-collapsed.collapsible,
.collapsible.collapsed {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    height: 1em
}

.is-collapsed .collapsible-fieldset__wrapper,
.collapsible-fieldset--is-collapsed__wrapper,
.collapsible.collapsed .fieldset-wrapper {
    display: none
}

.collapsible-fieldset__legend,
.collapsible .fieldset-legend {
    display: block;
    padding-left: 15px;
    background-image: url("../images/irw/expanded.png");
    background-position: 5px 65%;
    background-repeat: no-repeat
}

[dir="rtl"] .collapsible-fieldset__legend,
[dir="rtl"] .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .fieldset-legend {
    padding-left: 0;
    padding-right: 15px;
    background-position: 98% 75%
}

.is-collapsed .collapsible-fieldset__legend,
.collapsible-fieldset--is-collapsed__legend,
.is-collapsed .collapsible .fieldset-legend,
.collapsible .is-collapsed .fieldset-legend,
.collapsible.collapsed .fieldset-legend {
    background-image: url("../images/irw/collapsed.png");
    background-position: 5px 50%
}

[dir="rtl"] .is-collapsed .collapsible-fieldset__legend,
[dir="rtl"] .collapsible-fieldset--is-collapsed__legend,
[dir="rtl"] .is-collapsed .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .is-collapsed .fieldset-legend,
[dir="rtl"] .collapsible.collapsed .fieldset-legend,
.collapsible.collapsed [dir="rtl"] .fieldset-legend {
    background-image: url("../images/irw/collapsed-rtl.png");
    background-position: 98% 50%
}

.collapsible-fieldset__summary,
.collapsible .fieldset-legend .summary {
    color: #999;
    font-size: .9em;
    margin-left: .5em
}

.comment__section,
.comments {
    margin: 1.42857em 0
}

.comment__title {
    margin: 0
}

.comment__permalink {
    text-transform: uppercase;
    font-size: 75%
}

.comment--preview,
.comment-preview {
    background-color: #fffadb
}

.comment--nested,
.indented {
    margin-left: 28px
}

[dir="rtl"] .comment--nested,
[dir="rtl"] .indented {
    margin-left: 0;
    margin-right: 28px
}

table.dataTable {
    table-layout: auto
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: bold
}

table.dataTable thead th:active,
table.dataTable thead td:active {
    outline: none
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    cursor: pointer;
    *cursor: hand
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: center right
}

table.dataTable thead .sorting {
    background-image: url("../images/irw/sort_both.png")
}

table.dataTable thead .sorting_asc {
    background-image: url("../images/irw/sort_asc.png")
}

table.dataTable thead .sorting_desc {
    background-image: url("../images/irw/sort_desc.png")
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("../images/irw/sort_asc_disabled.png")
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("../images/irw/sort_desc_disabled.png")
}

table.dataTable tbody tr.selected {
    background-color: #B0BED9
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
    background-color: #acbad4
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: #f6f6f6
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
    background-color: #aab7d1
}

table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3,
table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3 {
    background-color: #fafafa
}

table.dataTable.order-column tbody tr.selected>.sorting_1,
table.dataTable.order-column tbody tr.selected>.sorting_2,
table.dataTable.order-column tbody tr.selected>.sorting_3,
table.dataTable.display tbody tr.selected>.sorting_1,
table.dataTable.display tbody tr.selected>.sorting_2,
table.dataTable.display tbody tr.selected>.sorting_3 {
    background-color: #acbad5
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #f1f1f1
}

table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
    background-color: #f3f3f3
}

table.dataTable.display tbody tr.odd>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
    background-color: whitesmoke
}

table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
    background-color: #a6b4cd
}

table.dataTable.display tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
    background-color: #a8b5cf
}

table.dataTable.display tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
    background-color: #a9b7d1
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #fafafa
}

table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
    background-color: #fcfcfc
}

table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
    background-color: #fefefe
}

table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
    background-color: #acbad5
}

table.dataTable.display tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
    background-color: #aebcd6
}

table.dataTable.display tbody tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
    background-color: #afbdd8
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #eaeaea
}

table.dataTable.display tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
    background-color: #ececec
}

table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
    background-color: #efefef
}

table.dataTable.display tbody tr:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
    background-color: #a2aec7
}

table.dataTable.display tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
    background-color: #a3b0c9
}

table.dataTable.display tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
    background-color: #a5b2cb
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
    padding: 4px 17px 4px 4px
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
    padding: 4px
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
    padding: 4px
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
    text-align: left
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
    text-align: center
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
    text-align: right
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
    text-align: justify
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
    white-space: nowrap
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
    text-align: left
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
    text-align: center
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
    text-align: right
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
    text-align: justify
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
    text-align: left
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
    text-align: center
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
    text-align: right
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
    text-align: justify
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap
}

table.dataTable,
table.dataTable th,
table.dataTable td {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1
}

.dataTables_wrapper .dataTables_length {
    float: left
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: left
}

.dataTables_wrapper .dataTables_filter input {
    margin-bottom: 0.5em
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 10px 15px;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333;
    border: 1px solid transparent;
    border-radius: 2px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #009ec2;
    border-radius: 4px;
    padding: 10px 15px;
    color: #fff
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #004b5c;
    border-radius: 4px;
    padding: 10px 15px;
    color: #fff
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    box-shadow: inset 0 0 3px #111
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333
}

.dataTables_wrapper .dataTables_scroll {
    clear: both
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0
}

@media screen and (max-width:767px) {
    .nir-datatables thead td {
        display: none
    }

    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em
    }
}

@media screen and (max-width:640px) {
    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em
    }
}

.dataTables_length select {
    display: inline;
    margin-bottom: 5px
}

.block-nir-attribution-block {
    float: left;
    padding: 0 1em
}

.block-nir-attribution-block>p {
    margin-top: 20px
}

hr,
.divider {
    margin: 1.42857em 0;
    border: 0;
    border-bottom: 3px solid #009ec2
}

hr> :first-child,
.divider> :first-child {
    margin-top: 1.42857em
}

form.views-exposed-form .form-item {
    margin-bottom: 1em;
    float: left;
    margin-right: 12px
}

form.views-exposed-form .form-actions {
    margin: 38px 0 0 0
}

@media (max-width:481px) {
    form.views-exposed-form .form-actions {
        clear: both
    }
}

form.views-exposed-form .form-item-items-per-page label::after {
    content: ":"
}

.region .block.block-facets {
    padding: 0px;
    margin: 0
}

.region .block.block-facets h2 {
    display: inline-block;
    font-size: 14px;
    line-height: 1.42857;
    margin: 0;
    border-bottom: 0
}

.region .block.block-facets ul {
    padding: 0;
    margin: 0
}

.region .block.block-facets ul li {
    margin: .4em 0 .4em 2em
}

.field--label-inline {
    display: block
}

.field--label-inline * {
    display: inline
}

.field--label-inline .field__label::after {
    content: ":"
}

.full-name {
    font-weight: bold
}

.field__centered {
    width: 100%;
    text-align: center
}

.field__light-italic {
    font-style: italic;
    color: #ccc
}

.small-inline-label {
    font-size: 11px;
    float: left;
    margin-right: 0.5em
}

.form-item {
    margin: 1.42857em 0
}

.form-item__required::after,
.form-required::after {
    content: "*";
    color: #c00;
    display: inline;
    margin: 0 0 0 5px
}

.form-item__description,
.form-item .description {
    font-size: 1.1em
}

.form-item--inline div,
.form-item--inline label,
.container-inline .form-item div,
.container-inline .form-item label {
    display: inline
}

.form-item--inline__exception,
.container-inline .fieldset-wrapper {
    display: block
}

.form-item--tight,
.form-item--radio,
.form-type-radio,
.form-type-checkbox,
.password-parent,
.confirm-parent,
table .form-item {
    margin: 0
}

.form-item--radio__label,
.form-item--radio .form-item__label,
label.option,
.form-type-radio .form-item__label,
.form-type-checkbox .form-item__label {
    display: inline;
    font-weight: normal
}

.form-item--radio__description,
.form-item--radio .form-item__description,
.form-type-radio .description,
.form-type-checkbox .description,
.form-type-radio .form-item__description,
.form-type-checkbox .form-item__description,
.form-item--radio .form-item .description,
.form-item .form-item--radio .description,
.form-type-radio .form-item .description,
.form-item .form-type-radio .description,
.form-type-checkbox .form-item .description,
.form-item .form-type-checkbox .description {
    margin-left: 1.4em
}

.form-item.is-error .form-item__widget,
.form-item--is-error__widget,
.form-item.is-error input,
.form-item.is-error textarea,
.form-item.is-error select,
.form-item--is-error input,
.form-item--is-error textarea,
.form-item--is-error select,
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
    border: 1px solid #c00
}

.form-note .form-required::after {
    margin: 0px
}

.captcha {
    margin-bottom: 1em
}

.view-nir-glossary .views-row {
    margin-bottom: 20px
}

.highlight-mark,
.new,
.update {
    color: #c00;
    background-color: transparent
}

.inline-links,
.inline.links {
    padding: 0
}

.inline-links__item,
.inline.links li {
    display: inline;
    list-style-type: none;
    padding: 0 1em 0 0
}

[dir="rtl"] .inline-links__item,
[dir="rtl"] .inline.links li,
.inline.links [dir="rtl"] li {
    display: inline-block;
    padding: 0 0 0 1em
}

.inline-sibling,
span.field-label,
.field__label-inline {
    display: inline;
    margin-right: 10px
}

[dir="rtl"] .inline-sibling,
[dir="rtl"] span.field-label,
[dir="rtl"] .field__label-inline {
    margin-right: 0;
    margin-left: 10px
}

.inline-sibling__child,
.inline-sibling *,
span.field-label *,
.field__label-inline * {
    display: inline
}

.inline-sibling__adjacent,
.inline-sibling+*,
.inline-sibling+*>*:first-child,
.field__items-inline,
span.field-label+*,
.field__label-inline+*,
span.field-label+*>*:first-child,
.field__label-inline+*>*:first-child {
    display: inline
}

.ipe-category-picker-search input[type="text"] {
    display: inline;
    width: 183px
}

#panels-ipe-tray .ipe-tab-wrapper ul.ipe-tabs li {
    margin: 0px !important;
    padding: 0px !important
}

#panels-ipe-tray .ipe-tab-wrapper ul.ipe-tabs li.ipe-tab>a:link {
    text-decoration: none !important;
    color: black !important
}

.dcsns-content *,
.dcsns-toolbar * {
    box-sizing: content-box
}

.dcsns-content blockquote {
    margin: 0
}

.stream li.dcsns-tumblr .section-text img {
    max-width: 99%
}

.dcsns-flickr .stream li .section-title {
    width: 100%
}

.light_1 .stream li .section-title,
.light_2 .stream li .section-title {
    color: #666
}

.dark_2 .stream li .icon {
    position: absolute;
    left: 4px;
    bottom: 2px;
    z-index: 2;
    width: 22px
}

.language-switcher-language-url ul {
    float: right
}

.language-switcher-language-url ul .is-active {
    color: #000
}

.ui-dialog {
    background: transparent;
    border: 0;
    position: absolute;
    z-index: 1260;
    padding: 0
}

@media all and (max-width:48em) {
    .ui-dialog {
        min-width: 92%;
        max-width: 92%
    }
}

.ui-dialog {
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    -ms-box-shadow: 0 0 5px #999;
    -o-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999
}

.ui-dialog:focus {
    outline: none
}

.ui-icon,
.ui-widget-content .ui-icon {
    background: none
}

.ui-widget-content {
    border: 0
}

.ui-widget-header {
    border: 0
}

.ui-widget {
    font-family: inherit;
    font-size: inherit
}

.ui-dialog .ui-dialog-titlebar {
    background: #fff;
    border-radius: 0;
    padding: 0;
    height: 0
}

[dir="rtl"] .ui-dialog .ui-dialog-titlebar {
    padding-left: 49px;
    padding-right: 15px
}

.ui-dialog .ui-dialog-title {
    font-size: 1.231em;
    font-weight: 600;
    margin: 0;
    color: #ffffff;
    -webkit-font-smoothing: antialiased
}

.ui-dialog .ui-dialog-titlebar-close {
    border: 0;
    background: none;
    right: 23px;
    top: 5px;
    margin: 0;
    height: 16px;
    width: 16px;
    position: absolute
}

.ui-dialog .ui-dialog-titlebar-close:before {
    font-size: 35px;
    position: absolute
}

[dir="rtl"] .ui-dialog .ui-dialog-titlebar-close {
    right: auto;
    left: 20px
}

.ui-dialog .ui-icon.ui-icon-closethick {
    margin-top: -12px
}

.ui-dialog .ui-widget-content.ui-dialog-content {
    border-top: 0;
    background: #ffffff;
    overflow: auto;
    padding: 20px;
    font-size: 15px
}

.views-ui-dialog .ui-widget-content.ui-dialog-content {
    padding: 0
}

.ui-dialog .ui-widget-content.ui-dialog-buttonpane {
    color: #fff;
    padding: 0;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.ui-dialog .ui-widget-content.ui-dialog-buttonpane .ui-button {
    background: #009ec2;
    border: inherit;
    border-radius: 4px;
    color: white;
    margin: 0;
    padding: 10px 15px
}

.ui-dialog .ui-widget-content.ui-dialog-buttonpane .ui-button:hover,
.ui-dialog .ui-widget-content.ui-dialog-buttonpane .ui-button:focus {
    background: #0184A2;
    color: #fff
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    margin: 0 20px 20px 20px;
    padding: 0;
    text-align: center;
    float: none
}

.ui-dialog .ui-dialog-buttonpane .ui-button-text-only .ui-button-text {
    padding: 0
}

.ui-dialog .ui-dialog-content {
    position: static
}

.ui-dialog .ui-dialog-content .form-actions {
    padding: 0;
    margin: 0
}

.ui-dialog .ajax-progress-throbber {
    left: 49%;
    position: fixed;
    top: 48.5%;
    z-index: 1000;
    background-color: #232323;
    background-image: url(/sites/g../knoqqb6581/themes/site/nir_pid575/css/img/loading-small.gif);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 7px;
    height: 24px;
    opacity: 0.9;
    padding: 4px;
    width: 24px
}

[dir="rtl"] .ui-dialog .ajax-progress-throbber {
    left: auto;
    right: 49%
}

.ui-dialog .ajax-progress-throbber .throbber,
.ui-dialog .ajax-progress-throbber .message {
    display: none
}

.more-link,
.more-help-link {
    text-align: right
}

[dir="rtl"] .more-link,
[dir="rtl"] .more-help-link {
    text-align: left
}

.more-link__help-icon,
.more-help-link a {
    padding: 1px 0 1px 20px;
    background-image: url("../images/irw/more-link__help-icon.png");
    background-position: 0 50%;
    background-repeat: no-repeat
}

[dir="rtl"] .more-link__help-icon,
[dir="rtl"] .more-help-link a,
.more-help-link [dir="rtl"] a {
    padding: 1px 20px 1px 0;
    background-position: 100% 50%
}

#mobile-header {
    position: absolute;
    right: 10px;
    top: 10px
}

#responsive-menu-button:hover,
#responsive-menu-button:focus {
    text-decoration: none
}

.menu--irhorizontal {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

@media (min-width:768px) {
    #mobile-header {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }

    .menu--irhorizontal {
        position: static !important;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto
    }
}

.sidr-class-visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

#header-region {
    position: relative
}

.toolbar-vertical {
    padding-top: 39px
}

.block-nir-website-notices {
    display: none
}

.notification-modal .ui-dialog {
    font-size: 1.1em;
    line-height: 1.5em
}

.pager {
    clear: both;
    padding: 0;
    text-align: center
}

@media print {
    .pager {
        display: none
    }
}

.pager__item,
.pager__current-item,
.pager .is-active,
.pager-current,
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
    display: inline-block;
    padding: 5px 8px;
    list-style-type: none;
    background-image: none
}

.pager__current-item,
.pager .is-active,
.pager-current {
    font-weight: bold;
    background-color: #009EC2;
    border-radius: 4px;
    padding: 10px 15px;
    color: #fff
}

.pager__current-item a,
.pager .is-active a,
.pager-current a {
    color: white
}

.pager__items {
    float: left;
    width: 100%;
    padding: 0
}

.results-summary {
    text-align: center
}

.progress-bar,
.progress {
    font-weight: bold
}

.progress-bar__bar,
.progress .bar {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin: 0 .2em;
    border: 1px solid #666;
    background-color: #ccc
}

.progress-bar__fill,
.progress .filled {
    height: 1.5em;
    width: 5px;
    background: #009ec2 url("../images/irw/progress-bar.gif") repeat 0 0
}

.progress-bar__percentage,
.progress .percentage {
    float: right
}

[dir="rtl"] .progress-bar__percentage,
[dir="rtl"] .progress .percentage,
.progress [dir="rtl"] .percentage {
    float: left
}

.progress-bar--inline,
.ajax-progress-bar {
    width: 16em;
    display: inline-block
}

[dir="rtl"] .progress-bar--inline,
[dir="rtl"] .ajax-progress-bar {
    float: right
}

.progress-throbber,
.ajax-progress {
    display: inline-block
}

[dir="rtl"] .progress-throbber,
[dir="rtl"] .ajax-progress {
    float: right
}

.progress-throbber__widget,
.ajax-progress .throbber {
    background: url("../images/irw/progress-throbber.gif") no-repeat 0 -18px transparent;
    float: left;
    height: 15px;
    margin: 2px;
    width: 15px
}

[dir="rtl"] .progress-throbber__widget,
[dir="rtl"] .ajax-progress .throbber,
.ajax-progress [dir="rtl"] .throbber {
    float: right
}

.progress-throbber__widget-in-tr,
tr .ajax-progress .throbber {
    margin: 0 2px
}

.progress-throbber__message,
.ajax-progress .message {
    padding-left: 20px
}

.nir-mean-value-rating {
    width: 100%;
    padding-top: 70px
}

.nir-mean-value-rating .rating-box {
    width: 20%;
    height: 16px;
    float: left
}

.nir-mean-value-rating .sell {
    float: left
}

.nir-mean-value-rating .strongbuy {
    float: right
}

.nir-mean-value-rating h3 {
    text-align: center
}

.nir-mean-value-rating .mean-recommendation {
    text-align: center;
    font-weight: bold
}

.nir-mean-value-rating .rating {
    position: relative;
    padding: 10px 0 35px;
    width: 85%;
    margin: 0 auto;
    max-width: 135px
}

.nir-mean-value-rating .rating-arrow {
    display: block;
    height: 10px;
    width: 10px;
    top: -8px;
    position: absolute
}

.nir-mean-value-rating .rating-arrow::after {
    content: "î€’";
    display: inline-block;
    text-decoration: none;
    color: #000
}

.nir-mean-value-rating .rating-arrow::after {
    font-size: 16px;
    margin-left: 5px
}

.nir-mean-value-rating .clearfix {
    clear: both;
    max-width: 230px;
    margin: 0 auto
}

.block-market-data-block__estimates__analyst-ratings {
    float: left;
    width: 100%
}

@media (min-width:1024px) {
    .block-market-data-block__estimates__analyst-ratings>div {
        float: left;
        max-width: 50%;
        margin: 0
    }
}

.resizable-textarea {
    width: 100%;
    vertical-align: bottom
}

.resizable-textarea__grippie,
.resizable-textarea .grippie {
    background: url("../images/irw/grippie.png") no-repeat center 2px #eee;
    border: 1px solid #ccc;
    border-top-width: 0;
    cursor: s-resize;
    height: 9px;
    overflow: hidden
}

.responsive-video,
.media-youtube-video,
.media-vimeo-preview-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.responsive-video__embed,
.responsive-video iframe,
.media-youtube-video iframe,
.media-vimeo-preview-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.responsive-video--4-3 {
    padding-bottom: 75%
}

.block-search-form form,
.view-search form {
    position: relative
}

.block-search-form form input[type=search],
.block-search-form form input[type=text],
.view-search form input[type=search],
.view-search form input[type=text] {
    width: 100%;
    box-sizing: border-box;
    margin: 0
}

.block-search-form form input[type=submit],
.view-search form input[type=submit] {
    border: 0;
    background: transparent;
    position: absolute;
    text-indent: -9999px;
    padding: 10px 25px;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 100
}

.block-search-form form .form-type-textfield,
.view-search form .form-type-textfield {
    width: 100%;
    margin: 0
}

.block-search-form form::after,
.view-search form::after {
    content: "î€¹";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.block-search-form form::after,
.view-search form::after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    font-size: 33px;
    padding: 11px 9px
}

.block-search-form .view-content,
.view-search .view-content {
    margin-top: 25px
}

.search-result {
    margin-bottom: 20px
}

.search-result:before {
    content: '';
    display: table
}

.search-result:after {
    content: '';
    display: table;
    clear: both
}

.search-result-contenttype {
    display: block;
    color: #666;
    font-size: 12px
}

.search-result-title {
    font-size: 1.2em;
    margin-bottom: 5px;
    margin-top: 0
}

.search-result-thumbnail {
    float: left;
    width: 24%;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    margin-top: 4px;
    margin-bottom: 0
}

.search-result-thumbnail img {
    max-width: 100%
}

.search-result .external-link h3 {
    display: inline
}

.search-result h3 {
    margin-bottom: 5px;
    margin-top: 0
}

.search-result-snippet-wrapper {
    float: left;
    width: 73%
}

.search-result-snippet-wrapper-full {
    width: 100%
}

.search-result .item-list {
    display: inline
}

.search-result .item-list ul {
    margin-top: 0;
    padding: 0
}

.search-result .item-list ul li {
    list-style-type: none
}

.search-result-tags {
    font-size: 11px;
    margin-top: 8px
}

.search-result-tags ul {
    margin: 0;
    padding: 0;
    display: inline
}

.search-result-tags .item-list {
    display: inline
}

.search-result-tags li {
    display: inline-block;
    margin: 0 2px 5px 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    font-weight: normal;
    color: #fff
}

.search-result-tags li a {
    background: #ddd;
    padding: 2px 6px;
    border-radius: 3px;
    color: #333
}

.search-result-tags li a:link,
.search-result-tags li a:visited,
.search-result-tags li a:hover,
.search-result-tags li a:active {
    color: #333
}

.search-result .file a::before {
    line-height: 26px
}

.view-search .views-exposed-form label {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

.view-search .inline-asset {
    display: inline-block;
    float: left
}

.view-search .inline-asset .field__item {
    margin: 0;
    padding: 0
}

.view-search .inline-asset .filesize {
    display: none
}

.view-search .inline-asset span.file--application-pdf::before {
    content: "î‚ˆ";
    display: inline-block;
    text-decoration: none;
    color: #c00
}

.view-search .inline-asset span.file--application-pdf a {
    display: none
}

.view-search .inline-asset span.file--application-pdf a:hover {
    text-decoration: none
}

.view-search .inline-asset span.file--application-pdf::before {
    padding: 0
}

.search-result-snippet-wrapper p:first-child {
    padding-top: 0;
    margin-top: 0
}

.nir-sec-header {
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: left;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px dotted #ccc;
    padding: 10px;
    margin-bottom: 10px
}

.nir-sec-header h1 {
    color: black;
    font-size: 1.5em;
    font-weight: bold;
    float: left;
    line-height: 1.42857em;
    margin: 0;
    padding: 0
}

.nir-sec-header .logo {
    width: 30px;
    float: left;
    margin-right: 5px
}

.nir-sec-header .logo img {
    height: 30px
}

.nir-sec-header .sec-docs {
    float: right
}

.nir-sec-header .file a {
    font-size: 0px;
    text-decoration: none
}

.nir-sec-header .file a:hover {
    text-decoration: none
}

.skip-link {
    display: block;
    padding: 2px 0 3px;
    text-align: center
}

.skip-link:link,
.skip-link:visited {
    background-color: #666;
    color: #fff
}

.skip-link__wrapper {
    margin: 0
}

@media print {
    .skip-link__wrapper {
        display: none
    }
}

.block-jquery-social-media-tabs * {
    box-sizing: content-box
}

.sliding {
    z-index: 1000
}

.quote-wrap {
    border: 1px solid #ccc;
    float: left;
    position: relative;
    width: 100%
}

.quote-wrap select {
    color: #333;
    position: absolute;
    padding: 1px 5px;
    appearance: menulist;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    top: 15px;
    left: 10px
}

[class^="stock-quote"] {
    float: left;
    width: 100%
}

.stock-quote {
    padding: 1em;
    margin-bottom: 1em
}

.stock-quote dd,
.stock-quote dt {
    margin: 0;
    display: inline-block
}

.stock-quote dd {
    width: 60%
}

.stock-quote dt {
    width: 40%
}

.stock-quote .left {
    float: left
}

.stock-quote .center {
    float: left
}

.stock-quote .right {
    float: left
}

.stock-quote time {
    font-size: 0.75em
}

.stock-quote__short select {
    display: inline
}

.stock-quote__featured .stock-quote {
    margin-bottom: 0
}

.stock-quote__featured time {
    float: left;
    margin-top: 0.5em
}

.stock-quote__featured .quote-price {
    margin-bottom: 1em
}

.quote-price {
    font-size: 2em;
    line-height: 100%
}

.price-down {
    color: #da353b
}

.price-up {
    color: #19b772
}

.user-toggle-on .stock-quote:nth-of-type(1) {
    display: block
}

.user-toggle-on .stock-quote,
.user-toggle-on .exchange {
    display: none
}

.user-toggle-on .quote-price {
    margin-top: 35px
}

@media (max-width:768px) {
    .stock-quote {
        padding-bottom: 2em;
        position: relative
    }
}

.stock-quote .left-stock {
    width: 100%;
    float: right;
    margin-right: 0
}

@media (min-width:480px) {
    .stock-quote .left-stock {
        width: 100%;
        float: right;
        margin-right: 0
    }
}

@media (min-width:768px) {
    .stock-quote .left-stock {
        width: 24.05063%;
        float: left;
        margin-right: 1.26582%
    }
}

@media (max-width:768px) {
    .stock-quote .left-stock time {
        position: absolute;
        bottom: 0em;
        left: 1em
    }
}

.stock-quote .center-stock {
    width: 100%;
    float: right;
    margin-right: 0
}

@media (min-width:480px) {
    .stock-quote .center-stock {
        width: 49.36709%;
        float: left;
        margin-right: 1.26582%
    }
}

@media (min-width:768px) {
    .stock-quote .center-stock {
        width: 36.70886%;
        float: left;
        margin-right: 1.26582%
    }
}

.stock-quote .right-stock {
    width: 100%;
    float: right;
    margin-right: 0
}

@media (min-width:480px) {
    .stock-quote .right-stock {
        width: 49.36709%;
        float: right;
        margin-right: 0
    }
}

@media (min-width:768px) {
    .stock-quote .right-stock {
        width: 36.70886%;
        float: right;
        margin-right: 0
    }
}

.table-drag__wrapper,
body.drag {
    cursor: move
}

.table-drag__item,
tr.drag {
    background-color: #fffadb
}

.table-drag__item-previous,
tr.drag-previous {
    background-color: #fff7c2
}

.table-drag__handle,
.tabledrag-handle {
    cursor: move;
    float: left;
    height: 1.7em;
    margin-left: -1em;
    overflow: hidden;
    text-decoration: none
}

[dir="rtl"] .table-drag__handle,
[dir="rtl"] .tabledrag-handle {
    float: right;
    margin-right: -1em;
    margin-left: 0
}

.table-drag__handle:focus,
.table-drag__handle:hover,
.tabledrag-handle:focus,
.tabledrag-handle:hover {
    text-decoration: none
}

.table-drag__handle-icon,
.tabledrag-handle .handle {
    background: url("../images/irw/table-drag__handle-icon.png") no-repeat 6px 9px;
    height: 13px;
    margin: -.4em .5em;
    padding: .42em .5em;
    width: 13px
}

.table-drag__handle-icon--is-hover,
.tabledrag-handle-hover .handle {
    background-position: 6px -11px
}

.table-drag__toggle-weight-wrapper,
.tabledrag-toggle-weight-wrapper {
    text-align: right
}

[dir="rtl"] .table-drag__toggle-weight-wrapper,
[dir="rtl"] .tabledrag-toggle-weight-wrapper {
    text-align: left
}

.table-drag__toggle-weight,
.tabledrag-toggle-weight {
    font-size: .9em
}

.table-drag__indentation,
.indentation {
    float: left;
    height: 1.7em;
    margin: -.4em .2em -.4em -.4em;
    padding: .42em 0 .42em .6em;
    width: 20px
}

[dir="rtl"] .table-drag__indentation,
[dir="rtl"] .indentation {
    float: right;
    margin: -.4em -.4em -.4em .2em;
    padding: .42em .6em .42em 0
}

.table-drag__tree-child,
.table-drag__tree-child-last,
.tree-child-last,
.table-drag__tree-child-horizontal,
.tree-child-horizontal,
.tree-child {
    background: url("../images/irw/table-drag__tree-child.png") no-repeat 11px center
}

[dir="rtl"] .table-drag__tree-child,
[dir="rtl"] .table-drag__tree-child-last,
[dir="rtl"] .tree-child-last,
[dir="rtl"] .table-drag__tree-child-horizontal,
[dir="rtl"] .tree-child-horizontal,
[dir="rtl"] .tree-child {
    background-position: -65px center
}

.table-drag__tree-child-last,
.tree-child-last {
    background-image: url("../images/irw/table-drag__tree-child-last.png")
}

.table-drag__tree-child-horizontal,
.tree-child-horizontal {
    background-position: -11px center
}

.tablesort {
    background: url("../images/irw/unsorted.gif") center center no-repeat;
    position: absolute;
    top: 40%;
    right: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: inherit
}

.tablesort--asc {
    background: url("../images/irw/asc.gif") center center no-repeat
}

.tablesort--desc {
    background: url("../images/irw/desc.gif") center center no-repeat
}

.clearfix:before,
.tabs:before,
.tabs--secondary:before,
div[class*='view-widget-']:before,
#nir-header:before {
    content: '';
    display: table
}

.clearfix:after,
.tabs:after,
.tabs--secondary:after,
div[class*='view-widget-']:after,
#nir-header:after {
    content: '';
    display: table;
    clear: both
}

.tabs,
.tabs--secondary {
    background-image: -owg(compact(linear-gradient(bottom, #ccc 1px, transparent 1px), false, false, false, false, false, false, false, false, false));
    background-image: -webkit(compact(linear-gradient(bottom, #ccc 1px, transparent 1px), false, false, false, false, false, false, false, false, false));
    background-image: -moz(compact(linear-gradient(bottom, #ccc 1px, transparent 1px), false, false, false, false, false, false, false, false, false));
    background-image: -o(compact(linear-gradient(bottom, #ccc 1px, transparent 1px), false, false, false, false, false, false, false, false, false));
    background-image: compact(linear-gradient(bottom, #ccc 1px, transparent 1px), false, false, false, false, false, false, false, false, false);
    margin: 1.42857em 0;
    border-bottom: 1px solid #ccc \0/ie;
    padding: 0 2px;
    list-style: none;
    white-space: nowrap
}

@media print {

    .tabs,
    .tabs--secondary {
        display: none
    }
}

.tabs__tab {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    text-shadow: compact(compact(1px 1px 0 false #fff), false, false, false, false, false, false, false, false, false);
    float: left;
    margin: 0 3px;
    border: 1px solid #ccc;
    border-bottom-color: transparent;
    border-bottom: 0 \0/ie
}

[dir="rtl"] .tabs__tab {
    float: right
}

.tabs__tab.is-active {
    border-bottom-color: #fff
}

.tabs__tab-link-common,
.tabs a,
.tabs--secondary a,
.tabs--secondary__tab-link {
    border: 1px solid #eaeaea;
    border-right: 0;
    border-bottom: 0;
    display: block;
    text-decoration: none
}

.tabs a,
.tabs--secondary a {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-transition: compact(compact(background-color 0.3s, false, false, false, false, false, false, false, false, false) false false);
    -moz-transition: compact(compact(background-color 0.3s, false, false, false, false, false, false, false, false, false) false false false);
    -o-transition: compact(compact(background-color 0.3s, false, false, false, false, false, false, false, false, false) false false false);
    transition: compact(background-color 0.3s, false, false, false, false, false, false, false, false, false);
    color: #000;
    background-color: #ddd;
    letter-spacing: 1px;
    padding: 0 1em;
    text-align: center
}

.tabs a:focus,
.tabs a:hover,
.tabs--secondary a:focus,
.tabs--secondary a:hover {
    background-color: #eaeaea;
    border-color: #f1f1f1
}

.tabs a.is-active,
.tabs a--is-active,
.tabs--secondary a.is-active,
.tabs--secondary a--is-active {
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEAEAEA', endColorstr='#00EAEAEA');
    background: -owg(compact(linear-gradient(#eaeaea, rgba(234, 234, 234, 0)) transparent, false, false, false, false, false, false, false, false, false));
    background: -webkit(compact(linear-gradient(#eaeaea, rgba(234, 234, 234, 0)) transparent, false, false, false, false, false, false, false, false, false));
    background: -moz(compact(linear-gradient(#eaeaea, rgba(234, 234, 234, 0)) transparent, false, false, false, false, false, false, false, false, false));
    background: -o(compact(linear-gradient(#eaeaea, rgba(234, 234, 234, 0)) transparent, false, false, false, false, false, false, false, false, false));
    background: compact(linear-gradient(#eaeaea, rgba(234, 234, 234, 0)) transparent, false, false, false, false, false, false, false, false, false);
    border-color: #f6f6f6
}

.tabs--secondary {
    font-size: .9em;
    background-image: none
}

.tabs+.tabs--secondary,
.tabs--secondary+.tabs--secondary {
    background-image: -owg(compact(linear-gradient(bottom, #ccc 1px, transparent 1px), false, false, false, false, false, false, false, false, false));
    background-image: -webkit(compact(linear-gradient(bottom, #ccc 1px, transparent 1px), false, false, false, false, false, false, false, false, false));
    background-image: -moz(compact(linear-gradient(bottom, #ccc 1px, transparent 1px), false, false, false, false, false, false, false, false, false));
    background-image: -o(compact(linear-gradient(bottom, #ccc 1px, transparent 1px), false, false, false, false, false, false, false, false, false));
    background-image: compact(linear-gradient(bottom, #ccc 1px, transparent 1px), false, false, false, false, false, false, false, false, false);
    margin-top: -1.42857em
}

.tabs--secondary__tab {
    margin: 0.71429em 0.21429em;
    float: left
}

[dir="rtl"] .tabs--secondary__tab {
    float: right
}

.tabs--secondary__tab-link {
    -webkit-border-radius: 0.75em;
    -moz-border-radius: 0.75em;
    -ms-border-radius: 0.75em;
    -o-border-radius: 0.75em;
    border-radius: 0.75em;
    -webkit-transition: compact(compact(background-color 0.3s, false, false, false, false, false, false, false, false, false) false false);
    -moz-transition: compact(compact(background-color 0.3s, false, false, false, false, false, false, false, false, false) false false false);
    -o-transition: compact(compact(background-color 0.3s, false, false, false, false, false, false, false, false, false) false false false);
    transition: compact(background-color 0.3s, false, false, false, false, false, false, false, false, false);
    text-shadow: compact(compact(1px 1px 0 false #fff), false, false, false, false, false, false, false, false, false);
    color: #666;
    background-color: #f1f1f1;
    padding: 0 .5em
}

.tabs--secondary__tab-link:focus,
.tabs--secondary__tab-link:hover {
    color: #333;
    background-color: #ddd;
    border-color: #999
}

.tabs--secondary__tab-link.is-active,
.tabs--secondary__tab-link--is-active,
.tabs--secondary__tab-link:active {
    text-shadow: compact(compact(1px 1px 0 false #333), false, false, false, false, false, false, false, false, false);
    color: #fff;
    background-color: #666;
    border-color: #000
}

.styled-tag {
    background-color: #009ec2;
    border-radius: 3px;
    color: white;
    float: left;
    padding: 5px 10px;
    margin: 0 2px 5px 0
}

.styled-tag::before {
    content: '#'
}

.styled-tag__small {
    background-color: #ccc;
    border-radius: 3px;
    color: #333;
    float: left;
    font-size: 11px;
    line-height: 15px;
    padding: 2px 6px 4px 6px;
    margin: 0 2px 5px 0
}

.styled-tag__small a {
    color: white
}

.styled-tag a {
    color: white
}

.views-field-field-nir-tags a {
    background-color: #ccc;
    border-radius: 3px;
    color: #333;
    float: left;
    font-size: 0.8em;
    line-height: 1.33929em;
    padding: 4px 6px 4px 6px
}

.views-field-field-nir-tags .views-label {
    float: left
}

.field--name-field-nir-media-gallery-tags .field__label,
.field--name-field-nir-multimedia-tags .field__label {
    float: left;
    font-size: 11px;
    padding-right: 3px
}

.field--name-field-nir-media-gallery-tags a,
.field--name-field-nir-multimedia-tags a {
    background-color: #ccc;
    color: #333
}

[role="tooltip"] {
    background: #009EC2;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    font-weight: normal;
    position: absolute;
    margin-right: 20px;
    left: 0px;
    top: -1px;
    color: #fff;
    padding: 10px;
    z-index: -1;
    font-size: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    max-width: 800px
}

[role="tooltip"]::after {
    position: absolute;
    bottom: -4px;
    left: 20px;
    margin: 0 auto;
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid #009EC2;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent
}

.tool-hide {
    display: none
}

.tool-show {
    display: block
}

.node--view-mode-nir-grid h3 {
    color: #666;
    font-size: 1.1em
}

.node--view-mode-nir-grid img {
    padding-right: 15px
}

@media (max-width:481px) {
    .block-views-blockwidget-assets-widget-assets-grid .views-col {
        width: 100% !important
    }
}

.block-views-blockwidget-assets-widget-assets-ul img {
    margin: 0 2% 2% 0
}

.block-views-blockwidget-assets-widget-assets-ul .file a:hover {
    text-decoration: underline
}

div[class*='view-widget-'] .pager {
    float: left
}

div[class*='view-widget-'] .results-summary {
    float: right;
    padding: 10px 0;
    margin: 1em 0
}

.nir-widget .field--label-hidden h4 {
    display: none
}

.nir-widget .nir-widget--field {
    margin: 10px 0px
}

.nir-widget .nir-widgets--file-list--hide-filesize .filesize {
    display: none
}

.nir-widget .nir-widgets--file-list--hide-title a {
    height: 0px;
    overflow: hidden;
    display: block
}

.nir-widget .nir-widgets--file-list--hide-title a::before {
    position: absolute;
    margin-top: -10px
}

.striped-odd tbody tr:nth-child(odd) {
    background-color: #f5fafa
}

.striped-even tbody tr:nth-child(even) {
    background-color: #f5fafa
}

.fundamentals tr td:nth-child(2) {
    text-align: right
}

.earnings-estimates {
    table-layout: auto
}

.earnings-estimates tr td:not(:first-child) {
    text-align: right
}

.earnings-estimates caption {
    text-align: right;
    border-bottom: 0;
    font-size: 1em;
    padding: 15px;
    margin: 0;
    background-color: #666;
    color: #fff
}

@media (max-width:768px) {
    .earnings-estimates.estimates-analyst-forecasts thead tr:first-child {
        display: none
    }
}

.earnings-estimates.estimates-analyst-forecasts thead td {
    background-color: #666;
    color: #fff;
    font-weight: bold;
    text-align: left
}

.earnings-estimates.estimates-analyst-forecasts caption {
    display: none
}

.earnings-estimates th {
    text-align: right
}

.earnings-estimates th:first-child,
.earnings-estimates th.caption {
    text-align: left
}

.block-widget-committee-composition table th a {
    color: #fff
}

.block-widget-committee-composition table tbody tr td {
    text-align: center
}

.block-widget-committee-composition table tbody tr td:first-child {
    text-align: left
}

.block-widget-committee-composition table tbody tr a::before {
    content: none
}

.block-widget-committee-composition table tbody tr span::before {
    font-size: 20px;
    padding-right: 0
}

.commitee-key span {
    display: inline-block;
}

.commitee-key span::before {
    font-size: 20px;
    padding-right: 0
}

.collapse-table {
    border-collapse: collapse
}

@media (max-width:481px) {
    .collapse-table th {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }

    .collapse-table tr {
        border: 1px dotted #ccc;
        margin-bottom: 25px;
        display: block;
        float: left;
        width: 100%
    }

    .collapse-table tbody tr td,
    .collapse-table tfoot tr td {
        box-sizing: border-box;
        float: left;
        width: 100% !important;
        text-align: left !important
    }

    .collapse-table tbody tr td:empty,
    .collapse-table tfoot tr td:empty {
        display: none
    }

    .collapse-table tbody tr td::before,
    .collapse-table tfoot tr td::before {
        content: attr(data-before);
        font-weight: bold;
        padding-bottom: 7px;
        border-bottom: 1px dotted #ccc;
        width: 100%;
        float: left;
        margin-bottom: 5px
    }

    .collapse-table tbody tr td:first-child::before,
    .collapse-table tfoot tr td:first-child::before {
        border-bottom: 0
    }

    .collapse-table .table-indent {
        padding-left: 15px
    }

    .commitee-key span {
        display: block;
    }
}

.field--name-field-nir-committee-body {
    float: left
}

.commiteetable thead span {
    display: none
}

@media (max-width:481px) {
    .commiteetable td::before {
        display: none
    }

    .commiteetable tr {
        border: 0;
        margin-bottom: 0
    }

    .commiteetable thead {
        display: none
    }

    .commiteetable thead span {
        display: none
    }

    .commiteetable th {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }

    .commiteetable tr {
        border: 1px dotted #ccc;
        margin-bottom: 25px;
        display: block;
        float: left;
        width: 100%
    }

    .commiteetable tbody tr td,
    .commiteetable tfoot tr td {
        box-sizing: border-box;
        float: left;
        width: 100% !important;
        text-align: left !important
    }

    .commiteetable tbody tr td:empty,
    .commiteetable tfoot tr td:empty {
        display: none
    }

    .commiteetable tbody tr td::before,
    .commiteetable tfoot tr td::before {
        content: attr(data-before);
        font-weight: bold;
        padding-bottom: 7px;
        border-bottom: 1px dotted #ccc;
        width: 100%;
        float: left;
        margin-bottom: 5px
    }

    .commiteetable tbody tr td:first-child::before,
    .commiteetable tfoot tr td:first-child::before {
        border-bottom: 0
    }

    .commiteetable .table-indent {
        padding-left: 15px
    }
}

.collapse-table-wide {
    border-collapse: collapse
}

.collapse-table-wide .desk-absolute {
    position: absolute
}

@media (max-width:768px) {

    .collapse-table-wide .total-row .views-field-field-nir-div-rec-date,
    .collapse-table-wide .total-row .views-field-field-nir-div-pay-date,
    .collapse-table-wide .total-row .views-field-field-nir-div-dec-date,
    .collapse-table-wide .total-row .views-field-field-nir-div-type,
    .collapse-table-wide .total-row .views-field-field-nir-split-numerator {
        display: none
    }

    .collapse-table-wide .desk-absolute {
        position: relative
    }

    .collapse-table-wide th {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }

    .collapse-table-wide tbody tr {
        border-bottom: 1px solid #ccc;
        margin-bottom: 25px;
        display: block;
        float: left;
        width: 100%
    }

    .collapse-table-wide caption {
        background-color: transparent;
        color: #333;
        text-align: left;
        padding-left: 0
    }

    .collapse-table-wide tbody tr td,
    .collapse-table-wide tfoot tr td {
        box-sizing: border-box;
        float: left;
        width: 100%;
        text-align: left !important;
        position: relative;
        padding-left: 60%;
        white-space: normal;
        text-align: left
    }

    .collapse-table-wide tbody tr td:empty,
    .collapse-table-wide tfoot tr td:empty {
        display: none
    }

    .collapse-table-wide tbody tr td::before,
    .collapse-table-wide tfoot tr td::before {
        content: attr(data-before);
        font-weight: bold;
        padding: 0 10px 7px 0;
        margin-bottom: 5px;
        position: absolute;
        left: 6px;
        width: 55%;
        vertical-align: middle;
        white-space: nowrap;
        text-align: left
    }

    .collapse-table-wide tbody tr td:first-child::before,
    .collapse-table-wide tfoot tr td:first-child::before {
        border-bottom: 0
    }

    .collapse-table-wide .table-indent {
        padding-left: 15px
    }
}

.mobile-show {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

@media (max-width:481px) {
    .mobile-show {
        position: static !important;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto
    }
}

td.views-field-field-nir-asset-source {
    color: #333
}

.ndq-source p {
    font-size: 12px
}

.table-indent {
    padding-left: 30px
}

tr.detail-level-1 {
    font-weight: bold
}

table.cash-flow td,
table.income-statment td {
    text-align: right
}

table.cash-flow td:first-child,
table.income-statment td:first-child {
    text-align: left
}

table.cash-flow th,
table.income-statment th {
    text-align: right
}

table.historical-lookup td:nth-child(n+2),
table.historical-lookup th:nth-child(n+2),
table.ownership td:nth-child(n+2),
table.ownership th:nth-child(n+2) {
    text-align: right
}

table.historical-lookup tr:first-child {
    font-weight: bold
}

@media (max-width:768px) {
    table.estimates-reference-information tr {
        margin-bottom: 0
    }

    table.estimates-reference-information td:first-child {
        padding-left: 10px;
        width: 60%
    }

    table.estimates-reference-information td:last-child {
        padding-left: 0;
        width: 40%;
        float: right
    }
}

#block-facetbreadbox.block-facet-select-breadbox {
    background-color: #ddd;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px
}

#block-facetbreadbox.block-facet-select-breadbox h2 {
    display: inline-block;
    font-size: 14px;
    line-height: 1.42857;
    margin: 0;
    border-bottom: 0
}

#block-facetbreadbox.block-facet-select-breadbox a {
    font-size: 11px;
    margin-left: 5px
}

#block-facetbreadbox.block-facet-select-breadbox ul {
    padding: 0;
    margin: 0
}

#block-facetbreadbox.block-facet-select-breadbox ul li {
    margin: .4em 0 .4em 2em
}

.view-widget-bundled-content .views-field-field-nir-bundle-thumbnail {
    float: left;
    margin-right: 10px;
    width: 100%;
    float: right;
    margin-right: 0
}

@media (min-width:480px) {
    .view-widget-bundled-content .views-field-field-nir-bundle-thumbnail {
        width: 30.37975%;
        float: left;
        margin-right: 1.26582%
    }
}

.view-widget-bundled-content .views-field-field-nir-bundle-body,
.view-widget-bundled-content .views-field-field-nir-bundle-content,
.view-widget-bundled-content .views-field-field-nir-tags {
    width: 100%;
    float: right;
    margin-right: 0
}

@media (min-width:480px) {

    .view-widget-bundled-content .views-field-field-nir-bundle-body,
    .view-widget-bundled-content .views-field-field-nir-bundle-content,
    .view-widget-bundled-content .views-field-field-nir-tags {
        width: 68.35443%;
        float: right;
        margin-right: 0
    }
}

.view-widget-bundled-content .views-field-field-nir-tags {
    font-size: 11px;
    line-height: 16px;
    margin-top: 1.5em
}

.view-widget-bundled-content .views-field-field-nir-tags .views-label {
    margin: 0 10px 0 0px
}

.view-widget-bundled-content .views-field-field-nir-bundle-content {
    float: left
}

.view-widget-bundled-content .views-field-field-nir-bundle-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.view-widget-bundled-content .views-field-field-nir-bundle-content ul div {
    margin: 0;
    line-height: 1
}

.view-widget-bundled-content .views-field-field-nir-bundle-content .webcast-link {
    font-weight: normal
}

.view-widget-bundled-content .views-field-field-nir-bundle-body p {
    margin-top: 0
}

.acc-title,
.view-grouping,
.acc-body {
    float: left;
    width: 100%
}

.acc-body {
    margin-top: 1em;
    margin-bottom: 15px
}

.block-views-blockwidget-bundled-content-block-1 {
    position: relative
}

.block-views-blockwidget-bundled-content-block-1 .show-all {
    margin-top: 0
}




.field--name-field-nir-asset-source {
    margin: 1em 0;
    font-size: 12px
}

.field--name-field-nir-asset-source .field__label {
    font-weight: bold
}

.view-widget-assets .item-list ul {
    margin: 0
}

.view-widget-assets .item-list ul li {
    border-bottom: 1px solid #eee;
    float: left;
    margin: 10px 0;
    padding-bottom: 15px;
    width: 100%
}

.view-widget-assets table td {
    vertical-align: top
}

.view-widget-assets table td h4 {
    margin: 0 0 8px 0
}

.view-widget-assets table .field--name-field-nir-ext-document a,
.view-widget-assets table .field--name-field-nir-document a {
    line-height: 30px
}

.view-widget-assets table .item-list ul {
    margin: 5px 0
}

.view-widget-assets table .item-list ul li {
    border: 0;
    margin: 0;
    padding: 0
}

.view-widget-assets table .field__label {
    display: none
}

.view-widget-assets table tbody .views-field-field-nir-asset-date {
    font-style: italic;
    color: #999;
    font-size: 12px
}

@media (max-width:481px) {
    .view-widget-assets table tbody .views-field-field-nir-asset-date {
        font-style: normal;
        font-size: 14px;
        color: #333
    }

    .view-widget-assets table tbody .views-field-field-nir-asset-date time {
        font-size: 12px
    }
}

.view-widget-assets .views-col {
    padding: 1%
}

.view-widget-assets .views-col article {
    border: 1px solid #999;
    float: left;
    padding: 4%;
    width: 100%
}

.view-widget-assets .views-col h3 {
    margin: 0
}

.view-widget-sec-filings table th a {
    color: white
}

.view-widget-sec-filings table td {
    vertical-align: top
}

.view-widget-sec-filings table td p {
    margin: 0
}

.view-widget-sec-filings .html-link,
.view-widget-sec-filings .file-link {
    float: left
}

.view-widget-sec-filings .html-link .filesize,
.view-widget-sec-filings .file-link .filesize {
    display: none
}

.view-widget-sec-filings .html-link a,
.view-widget-sec-filings .file-link a {
    font-size: 0
}

.view-widget-sec-filings .html-link a::before,
.view-widget-sec-filings .file-link a::before {
    font-size: 30px;
    line-height: 1em
}

.view-widget-sec-filings .views-field-field-nir-sec-pdf .filesize {
    display: none
}

.view-widget-sec-filings .views-field-field-nir-sec-pdf .file--mime-application-xml a:before,
.view-widget-sec-filings .views-field-field-nir-sec-pdf .file--mime-application-xsd a:before {
    content: "\e07d";
    color: #7b41bd
}

.view-widget-sec-filings .views-field-field-nir-sec-pdf a {
    font-size: 0
}

.view-widget-sec-filings .views-field-field-nir-sec-pdf a::before {
    font-size: 30px;
    line-height: 1em
}

.field--name-field-nir-asset-source,
.asset-date {
    color: #999;
    font-style: italic
}

.asset-date {
    font-size: 12px
}

.nir-docs {
    margin: 20px 0
}

.nir-docs a {
    line-height: 30px
}

.nir-docs a:hover,
.nir-docs a:focus {
    text-decoration: none
}

.field--name-field-nir-ext-document,
.field--name-field-nir-document,
.field--name-field-nir-ext-document {
    font-weight: bold
}

.asset-link {
    font-size: 14px;
    font-weight: bold;
    margin: 1em 0
}

.view-empty {
    margin: 1em 0
}

.filesize {
    font-style: italic;
    font-weight: normal;
    color: #999
}

.file-link .file {
    display: inline-block;
    vertical-align: middle
}

.view-widget-people .item-list>ul>li {
    border-bottom: 1px solid #eee;
    float: left;
    margin: 10px 0;
    padding-bottom: 15px;
    width: 100%
}

.block-views-blockwidget-people-widget-assets-ul {
    float: left;
    width: 100%
}

.view-widget-news.view-display-id-widget_news_ul .item-list {
    margin-bottom: 2em;
    float: left;
    width: 100%
}

.view-widget-news.view-display-id-widget_news_ul .item-list ul {
    list-style-type: none;
    padding: 0
}

.view-widget-news.view-display-id-widget_news_ul .item-list ul li {
    float: left;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    list-style-type: none;
    padding: 2em 0
}

.view-widget-news.view-display-id-widget_news_ul .item-list ul li:first-child {
    border-top: 1px dotted #ccc
}

.view-widget-news.view-display-id-widget_news_ul .views-field-field-nir-news-teaser .field-content {
    margin: 1em 0
}

.view-widget-news.view-display-id-widget_news_ul .views-field-field-nir-news-teaser p {
    margin: 0
}

.view-widget-news.view-display-id-widget_news_ul .views-field-title h3 {
    margin: 0
}

.view-widget-news.view-display-id-widget_news_ul .views-field-field-nir-news-date {
    width: 100%
}

.view-widget-news.view-display-id-widget_news_ul .field--name-field-nir-document {
    font-weight: normal
}

.view-widget-news.view-display-id-widget_news_ul .field--name-field-nir-document .field__item {
    margin-top: 0
}

.view-widget-news.view-display-id-widget_news_ul .views-field-title,
.view-widget-news.view-display-id-widget_news_ul .views-field-field-nir-news-title {
    font-weight: bold;
    font-size: 16px
}

.view-widget-news.view-display-id-widget_news_ul .field--name-field-nir-tags .field__label {
    font-size: 11px;
    float: left;
    margin-right: 0.5em
}

.view-widget-news.view-display-id-widget_news_ul .views-field-field-nir-news-thumbnail {
    float: left
}

.view-widget-news.view-display-id-widget_news_ul .views-field-field-nir-news-thumbnail img {
    border-left: 8px solid #009ec2
}

.view-widget-news.view-display-id-widget_news_ul .col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}

.view-widget-news.view-display-id-widget_news_ul .has-news-supp .col:nth-child(1) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}

@media (min-width:1024px) {
    .view-widget-news.view-display-id-widget_news_ul .has-news-supp .col:nth-child(1) {
        width: 62.02532%;
        float: left;
        margin-right: 1.26582%
    }
}

.view-widget-news.view-display-id-widget_news_ul .has-news-supp .col:nth-child(2) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px
}

@media (min-width:768px) {
    .view-widget-news.view-display-id-widget_news_ul .has-news-supp .col:nth-child(2) {
        width: 81.01266%;
        float: right;
        margin-right: 0
    }
}

@media (min-width:1024px) {
    .view-widget-news.view-display-id-widget_news_ul .has-news-supp .col:nth-child(2) {
        width: 36.70886%;
        float: right;
        margin-right: 0
    }
}

.view-widget-news.view-display-id-widget_news_ul .has-thumbnail .col:nth-child(1) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}

@media (min-width:768px) {
    .view-widget-news.view-display-id-widget_news_ul .has-thumbnail .col:nth-child(1) {
        width: 17.72152%;
        float: left;
        margin-right: 1.26582%
    }
}

@media (min-width:768px) {
    .view-widget-news.view-display-id-widget_news_ul .has-thumbnail .col:nth-child(2) {
        width: 81.01266%;
        float: right;
        margin-right: 0
    }
}

.view-widget-news.view-display-id-widget_news_ul .has-thumbnail.has-news-supp .col:nth-child(1) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}

@media (min-width:768px) {
    .view-widget-news.view-display-id-widget_news_ul .has-thumbnail.has-news-supp .col:nth-child(1) {
        width: 17.72152%;
        float: left;
        margin-right: 1.26582%
    }
}

.view-widget-news.view-display-id-widget_news_ul .has-thumbnail.has-news-supp .col:nth-child(2) {
    margin-top: 0
}

@media (min-width:768px) {
    .view-widget-news.view-display-id-widget_news_ul .has-thumbnail.has-news-supp .col:nth-child(2) {
        width: 81.01266%;
        float: right;
        margin-right: 0
    }
}

@media (min-width:1024px) {
    .view-widget-news.view-display-id-widget_news_ul .has-thumbnail.has-news-supp .col:nth-child(2) {
        width: 43.03797%;
        float: left;
        margin-right: 1.26582%
    }
}

.view-widget-news.view-display-id-widget_news_ul .has-thumbnail.has-news-supp .col:nth-child(3) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px
}

@media (min-width:768px) {
    .view-widget-news.view-display-id-widget_news_ul .has-thumbnail.has-news-supp .col:nth-child(3) {
        width: 81.01266%;
        float: right;
        margin-right: 0
    }
}

@media (min-width:1024px) {
    .view-widget-news.view-display-id-widget_news_ul .has-thumbnail.has-news-supp .col:nth-child(3) {
        width: 36.70886%;
        float: right;
        margin-right: 0
    }
}

@media (min-width:1024px) {
    .view-widget-news.view-display-id-widget_news_ul .has-thumbnail.has-news-supp .views-field-field-nir-news-title {
        margin-bottom: 5px
    }
}

.view-widget-news.view-display-id-table .field--name-field-nir-document .field__item {
    margin-top: 0px;
    margin-bottom: 0px
}

.view-widget-news.view-display-id-table .html-link,
.view-widget-news.view-display-id-table .file-link {
    float: left
}

.view-widget-news.view-display-id-table .html-link .filesize,
.view-widget-news.view-display-id-table .file-link .filesize {
    display: none
}

.view-widget-news.view-display-id-table .html-link a,
.view-widget-news.view-display-id-table .file-link a {
    font-size: 0
}

.view-widget-news.view-display-id-table .html-link a::before,
.view-widget-news.view-display-id-table .file-link a::before {
    font-size: 30px;
    line-height: 1em
}

.view-widget-news.view-display-id-table table {
    table-layout: initial
}

.view-widget-news.view-display-id-table table td {
    vertical-align: top
}

.view-widget-news.view-display-id-table table td.views-field-field-nir-news-date {
    width: 200px
}

@media screen and (max-width:480px) {
    .view-widget-news.view-display-id-table table td.views-field-field-nir-news-date {
        width: initial
    }
}

.view-widget-news.view-display-id-table table td.views-field-field-nir-news-supp-format {
    width: 180px
}

@media screen and (max-width:480px) {
    .view-widget-news.view-display-id-table table td.views-field-field-nir-news-supp-format {
        width: initial
    }
}

.block-views {
    float: left;
    width: 100%
}

.view-widget-events .item-list ul li {
    border-bottom: 1px solid #eee;
    float: left;
    margin: 10px 0;
    padding-bottom: 15px;
    width: 100%
}

.view-widget-events .field--name-field-nir-event-thumbnail img {
    padding-right: 0
}

.view-widget-events h3 {
    margin-top: 0;
    font-size: 16px
}

.view-widget-events .field--name-field-nir-event-summary {
    margin-bottom: 1em
}

.view-widget-events .two-col-half:empty {
    display: none
}

.view-widget-events .full-width {
    float: none;
    clear: both
}

.view-widget-events .full-width>div {
    margin-top: 1em
}

.view-widget-events .left-half,
.view-widget-events .right-half {
    margin-bottom: 1em
}

.view-widget-events .webcast-link {
    margin-top: 0
}

.view-widget-events.view-display-id-table table {
    table-layout: initial
}

.view-widget-events.view-display-id-table table td {
    vertical-align: top
}

.view-widget-events.view-display-id-table table td.views-field-field-nir-event-start-date {
    width: 200px
}

@media screen and (max-width:480px) {
    .view-widget-events.view-display-id-table table td.views-field-field-nir-event-start-date {
        width: initial
    }
}

.view-widget-events.view-display-id-table table td.views-field-field-nir-event-add-calender {
    width: 130px
}

@media screen and (max-width:480px) {
    .view-widget-events.view-display-id-table table td.views-field-field-nir-event-add-calender {
        width: initial
    }
}

.view-nir-media-gallery-items-grid .views-row {
    margin-bottom: 30px
}

.view-nir-media-gallery-items-grid .views-row h2 {
    border-bottom: 0;
    margin: 0
}

.view-nir-media-gallery-items-grid form.views-exposed-form .form-actions {
    margin: 0
}

.view-nir-media-gallery-items-grid form.views-exposed-form .form-item {
    margin: 6px 0 16px 0
}

.view-nir-media-gallery-items-grid form.views-exposed-form input {
    display: none
}

.gallery-title {
    padding: 5px 0;
    margin-bottom: 20px
}

.view-nir-media-galleries-widget-grid .view-footer {
    margin: 1em 0;
    width: 100%;
    float: left;
    text-align: left;
    padding: 25px 0
}

.view-nir-media-galleries-widget-grid .pager {
    margin: 1em 0;
    width: 100%;
    float: left;
    text-align: left
}

@media (min-width:480px) {
    .view-nir-media-galleries-widget-grid .view-footer {
        width: 50%;
        float: right;
        text-align: right
    }

    .view-nir-media-galleries-widget-grid .pager {
        width: 50%;
        float: left;
        text-align: left
    }
}

.faq-dl {
    counter-reset: faq-counter
}

.faq-dl dt:before {
    content: counter(faq-counter) ".";
    counter-increment: faq-counter;
    padding-right: 0.75em;
    padding-left: 0.5em
}

.faq-dl dt {
    margin: 1.4em 0 1em 0;
    font-weight: bold
}

.faq-dl dd {
    margin: 1em 0;
    padding-left: 2.1em
}

.faq-dl .top-link {
    padding-left: 2.1em
}

.faq-acc-dl dt,
.faq-acc-dl .acc-title,
.acc-wrap dt,
.acc-wrap .acc-title {
    cursor: pointer;
    line-height: 1.5em;
    border-radius: 3px;
    background: #666;
    color: #fff;
    border-bottom: 1px solid white;
    padding: 15px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.faq-acc-dl dt:hover,
.faq-acc-dl .acc-title:hover,
.acc-wrap dt:hover,
.acc-wrap .acc-title:hover {
    background-color: #009ec2
}

.faq-acc-dl dt.opened,
.faq-acc-dl .acc-title.opened,
.acc-wrap dt.opened,
.acc-wrap .acc-title.opened {
    background-color: #009ec2
}

.faq-acc-dl dd,
.acc-wrap dd {
    margin: 1em 0
}

.show-all {
    float: left;
    text-align: right;
    width: 100%;
    margin-top: -25px
}

.view-grouping {
    margin-bottom: 1 em
}

/*.form-table__sticky-header, .sticky-header {
    position: fixed;
    visibility: hidden;
    margin-top: 0;
    background-color: #fff
}

    .form-table__sticky-header.is-sticky, .form-table__sticky-header--is-sticky, .is-sticky.sticky-header {
        visibility: visible
    }

.form-table__header, .form-table th, form table th {
    border-bottom: 3px solid #ccc;
    padding-right: 1em;
    text-align: left
}

[dir="rtl"] .form-table__header, [dir="rtl"] .form-table th, .form-table [dir="rtl"] th, [dir="rtl"] form table th, form table [dir="rtl"] th {
    text-align: right;
    padding-left: 1em;
    padding-right: 0
}*/

/*.form-table__body, .form-table tbody, form table tbody {
    border-top: 1px solid #ccc
}

    .form-table__row, .form-table tbody tr, form table tbody tr {
        padding: .1em .6em;
        border-bottom: 1px solid #ccc;
        background-color: #eee
    }

        .form-table__row-even, .form-table tbody tr:nth-child(even), form table tbody tr:nth-child(even) {
            background-color: #fff
        }

.form-table__list, .form-table ul, form table ul {
    margin: 0
}

.form-table__narrow-column, .form-table th.form-table__narrow-column, form table th.form-table__narrow-column, td .checkbox, th .checkbox {
    width: -moz-min-content;
    width: -webkit-min-content;
    text-align: center
}

td.active {
    background-color: #ddd
}

td.menu-disabled {
    background: #ccc
}

tr.selected td {
    background: #fffadb
}*/

#nir-header__logo {
    float: left;
    margin: 0 10px 0 0;
    padding: 0
}

[dir="rtl"] #nir-header__logo {
    float: right;
    margin: 0 0 0 10px
}

#nir-header__logo-image {
    vertical-align: bottom
}

#nir-header__name-and-slogan {
    float: left
}

#nir-header__site-name {
    margin: 0
}

#nir-header__site-link:link,
#nir-header__site-link:visited {
    color: #000;
    text-decoration: none
}

#nir-header__site-link:hover,
#nir-header__site-link:focus {
    text-decoration: underline
}

#nir-header__site-slogan {
    margin: 0
}

#nir-header__secondary-menu {
    float: right
}

[dir="rtl"] #nir-header__secondary-menu {
    float: left
}

#nir-header__region {
    clear: both
}

.messages,
.messages--status,
.messages--warning,
.messages.warning,
.messages--error,
.messages.error {
    margin: 1.42857em 0;
    position: relative;
    padding: 10px;
    border: 1px solid #009ec2;
    width: 100%;
    float: left
}

[dir="rtl"] .messages,
[dir="rtl"] .messages--status,
[dir="rtl"] .messages--warning,
[dir="rtl"] .messages.warning,
[dir="rtl"] .messages--error,
[dir="rtl"] .messages.error {
    padding: 10px 44px 10px 10px;
    background-position: 99% 8px
}

.messages__icon {
    position: absolute;
    top: 50%;
    left: 10px;
    height: 24px;
    width: 24px;
    margin-top: -12px;
    line-height: 1
}

[dir="rtl"] .messages__icon {
    left: auto;
    right: 0
}

.messages__icon path {
    fill: #009ec2
}

.messages__list {
    margin: 0
}

.messages__item {
    list-style-image: none
}

.messages--ok-color,
.messages,
.messages--status,
.messages--warning,
.messages.warning,
.messages--error,
.messages.error,
.ok,
.revision-current {
    background-color: #fff;
    color: #009ec2
}

.messages--warning-color,
.messages--warning,
.messages.warning,
.warning {
    background-color: #fffce6;
    color: #000
}

.messages--error-color,
.messages--error,
.messages.error,
.error {
    background-color: #fff0f0;
    color: #c00
}

.messages--warning,
.messages.warning {
    border-color: #fd0
}

.messages--warning path,
.messages.warning path {
    fill: #fd0
}

.messages--error,
.messages.error {
    border-color: #c00
}

.messages--error path,
.messages.error path {
    fill: #c00
}

.messages--error__highlighted-text,
.messages--error .error,
.messages.error .error {
    color: #000
}

@media print {

    .print-none,
    .toolbar,
    .action-links,
    .links,
    .book-navigation,
    .forum-topic-navigation,
    .feed-icons {
        display: none
    }
}

.sidebars .block {
    margin: 10px 0;
    padding: 10px 0
}

#content .block-system-main-block {
    margin: 10px 0;
    clear: both
}

.node--type-person h3 {
    margin-top: 0
}

.node--type-person .field--name-field-nir-person-company {
    margin-bottom: 1em
}

.node--type-person .field--name-field-nir-person-dir-details {
    margin-top: 1em
}

.node--type-person .field--name-field-nir-person-dir-details .field-item {
    margin-bottom: 5px
}

.centered-header {
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
    width: 100%;
    float: right;
    margin-right: 0
}

.centered-header .field--name-field-nir-committee-charter-date {
    font-weight: bold;
    font-size: smaller
}

.centered-header .field--name-field-nir-committee-document,
.centered-header .field--name-field-nir-asset,
.centered-header .field--name-field-nir-committee-link {
    text-align: right
}

.centered-header .field--name-field-nir-committee-document span a::before,
.centered-header .field--name-field-nir-asset span a::before,
.centered-header .field--name-field-nir-committee-link span a::before {
    font-size: 20px
}

.centered-header .field--name-field-nir-asset a {
    font-weight: normal
}

.field--name-field-nir-committee-link a::before {
    content: "î·";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.field--name-field-nir-committee-member {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    float: left;
    width: 100%;
    padding: 8px 0;
    margin: 10px 0 0
}

.field--name-field-nir-committee-member span::before {
    font-size: 20px;
    padding-right: 0
}

.commitee_member {
    border-right: 1px solid #ccc;
    padding-right: 5px;
    margin-right: 5px
}

.commitee_member:last-child {
    border-right: 0
}

.commitee_member span::before {
    font-size: 20px;
    padding-right: 0
}

.add-event {
    margin-bottom: 15px
}

.field--name-field-nir-event-thumbnail img {
    border-left: 8px solid #009ec2;
    padding-right: 15px
}

.field--name-field-nir-person-company {}

.node--view-mode-full .field--name-field-nir-event-summary {
    font-weight: bold;
    color: #666
}

.node--view-mode-full .field--name-field-nir-event-summary p:first-child {
    margin-top: 0
}

.node--type-nir-event .node--type-nir-asset .field--name-field-nir-document .field__item,
.node--type-nir-event .node--type-nir-asset .field--name-field-nir-ext-document .field__item {
    margin: 1em 0
}

.node--type-nir-event h4 {
    margin: 0 0 5px 0
}

.node--type-nir-event .field--label-inline .field__label::after {
    content: ''
}

.node--type-nir-event .field--name-field-nir-event-speaker-name {
    font-weight: bold;
    font-style: italic;
    float: left;
    width: 100%
}

.node--type-nir-event .field--name-field-nir-event-speaker-title {
    display: inline-block;
    float: left
}

.node--type-nir-event .field--name-field-nir-event-speaker-co {
    display: inline-block;
    float: left;
    font-style: italic
}

.node--type-nir-event .field--name-field-nir-event-speaker-co {
    float: left
}

.node--type-nir-event p.address {
    margin: 0
}

.node--type-nir-event .location-info {
    font-style: italic;
    color: #666
}

.node--type-nir-event .field--name-field-nir-event-loc-desc p,
.node--type-nir-event .field--name-field-nir-event-rep-dial-notes p {
    margin: 0
}

.node--type-nir-event .field__item>p {
    margin: 0
}

.webcast-link {
    font-weight: bold;
    margin: 1em 0
}

.speaker-name {
    font-weight: bold;
    font-style: italic
}

.speaker-title .field {
    display: inline-block
}

.speaker-group {
    float: left;
    margin-bottom: 1em;
    width: 100%
}

.field--name-field-nir-news-document a {
    font-weight: bold
}

.field--name-field-nir-document,
.field--name-field-nir-news-document,
.field--name-field-nir-news-supp-format,
.field--name-field-nir-news-supp-references {}

.field--name-field-nir-document .field__item,
.field--name-field-nir-news-document .field__item,
.field--name-field-nir-news-supp-format .field__item,
.field--name-field-nir-news-supp-references .field__item {
    margin-top: 5px;
    margin-bottom: 1em
}

.box__right .field__label {
    margin-bottom: 0.5em
}

.box__right .field--name-field-nir-tags .field__label {
    font-size: 11px;
    float: left;
    margin-right: 0.5em
}

.field--name-field-nir-sec-form {
    font-size: 20px;
    line-height: 150%
}

.detail-group {
    line-height: 175%
}

.doc-group,
.xbrl-group {
    line-height: 200%
}

.node--type-nir-sec-filing .field--name-field-nir-tags {
    margin: 0.5em 0
}

.node--type-nir-sec-filing .field--name-field-nir-tags a {
    color: #333
}

.add-outlook,
.add-gcal {
    float: left;
    margin-top: 1em
}

.media-meta div {
    display: inline-block
}

.field--name-field-nir-multimedia-tags {
    float: left;
    width: 100%;
    margin-top: 10px
}

.field--name-field-nir-multimedia-tags .field__label {
    font-size: 11px;
    float: left;
    margin-right: 0.5em
}

.field--name-field-nir-multimedia-item .file-link,
.field--name-field-nir-multimedia-item .media-meta {
    float: left;
    display: inline-block
}

.field--name-field-nir-multimedia-item .filesize {
    padding-right: 5px
}

.field--name-field-nir-multimedia-item .media-meta {
    font-style: italic;
    font-weight: normal;
    color: #999
}

.field.field--name-field-nir-multimedia-item {
    margin: 1em 0
}

.field.field--name-field-nir-multimedia-item a::before {
    font-size: 30px;
    margin-bottom: 5px;
    float: left
}

.node--nir-multimedia--full h2 {
    margin-bottom: 0.75em
}

.node--nir-multimedia--full .two-col-node .node-left {
    max-width: 300px;
    float: left
}

.node--nir-multimedia--full .two-col-node .node-right {
    float: left
}

.node--nir-multimedia--full .styled-tag__small a {
    color: #333
}

.node--view-mode-nir-media-gallery-viewmode .field--name-field-nir-media-gallery-tags {
    padding: 1em 0
}

.node--view-mode-nir-media-gallery-viewmode .field--name-field-nir-media-gallery-title {
    font-weight: bold;
    margin: 12px 0
}

.node--view-mode-nir-media-gallery-viewmode .field--name-field-nir-media-gallery-desc p:first-child {
    margin-top: 0
}

.node--view-mode-nir-media-gallery-viewmode .field--name-field-nir-media-gallery-desc p:last-child {
    margin-top: 0
}

.field--name-field-nir-multimedia-item .filesize {
    display: none
}

.field--name-field-nir-multimedia-item .file-link {
    padding-right: 5px
}

.node--type-nir-multimedia .filesize {
    display: none
}

.view-search .filesize {
    display: none
}

.field--name-field-nir-multimedia-item .field__label {
    display: none
}

.historical-price-lookup-form .form-item,
.stock-price-calculator-form .form-item {
    float: left;
    display: inline-block;
    margin-right: 20px;
    position: relative
}

.historical-price-lookup-form .form-item label::after,
.stock-price-calculator-form .form-item label::after {
    content: ':'
}

.market-data-filter-form .form-item {
    float: left;
    display: inline-block;
    margin-right: 20px;
    position: relative
}

.market-data-filter-form .form-item label::after {
    content: ':'
}

.market-data-filter-form .form-item.form-item-period-compare-one {
    padding-left: 25px
}

.market-data-filter-form .form-item.form-item-period-compare-one::before {
    content: "î‚º";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.market-data-filter-form .form-item.form-item-period-compare-one::before {
    color: #666;
    position: absolute;
    left: 0;
    bottom: 0
}

.market-data-filter-form .form-item.form-item-period-compare-one label {
    font-size: 75%;
    color: #666
}

.market-data-filter-form .form-item.form-item-period-compare-two {
    padding-left: 25px
}

.market-data-filter-form .form-item.form-item-period-compare-two::before {
    color: #666;
    content: 'to';
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0
}

.market-data-filter-form .form-item.form-item-period-compare-two label {
    font-size: 75%;
    color: #666
}

.market-data-filter-form input {
    margin: 2.8em 0em 1.42857em 0em
}

.md-download {
    float: left;
    width: 100%;
    margin: 1em 0
}

.md-download .filesize {
    margin-left: 0.5em
}

.historical-price-lookup-form .form-submit,
.stock-price-calculator-form .form-submit {
    margin-top: 3.1em
}

@media (max-width:481px) {
    .historical-price-lookup-form .form-wrapper {
        display: block;
        clear: both
    }

    .historical-price-lookup-form .form-item {
        margin-right: 5px;
        margin-bottom: 0
    }

    .historical-price-lookup-form .form-submit {
        margin-top: 10px
    }
}

.form-item-symbols-historical {
    max-width: 120px
}

.form-item-symbols-historical .form-select {
    max-width: 120px
}

.form-no-label {
    margin-top: 2.8em
}

.filter-row {
    float: left;
    width: 100%
}

.captcha-admin-links {
    float: left;
    width: 100%
}

.form-select {
    width: auto
}

.contact-form input[type="text"],
.contact-form input[type="search"],
.contact-form input[type="tel"],
.contact-form input[type="url"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form input[type="date"],
.contact-form input[type="time"],
.contact-form input[type="number"],
.contact-form input[type="datalist"] {
    width: 100%
}

.contact-form textarea,
.contact-form select,
.contact-form fieldset,
.contact-form .form-select {
    width: 100%
}

.asterisk::after {
    content: "*";
    color: #c00;
    display: inline;
    margin: 0
}

.nir-email-alerts-signup-form input[type="text"],
.nir-email-alerts-signup-form input[type="search"],
.nir-email-alerts-signup-form input[type="tel"],
.nir-email-alerts-signup-form input[type="url"],
.nir-email-alerts-signup-form input[type="email"],
.nir-email-alerts-signup-form input[type="password"],
.nir-email-alerts-signup-form input[type="date"],
.nir-email-alerts-signup-form input[type="time"],
.nir-email-alerts-signup-form input[type="number"],
.nir-email-alerts-signup-form input[type="datalist"] {
    width: 100%
}

.nir-email-alerts-signup-form .form-select {
    width: 100%
}

.nir-email-alerts-signup-form table {
    table-layout: fixed
}

.nir-email-alerts-signup-form table th {
    border-bottom: 0;
    color: #333;
    background: #fff
}

.nir-email-alerts-signup-form table th:first-child::after {
    content: "*";
    color: #c00;
    display: inline;
    margin: 0 0 0 5px
}

.nir-email-alerts-signup-form table th,
.nir-email-alerts-signup-form table td {
    padding: 5px 0
}

.ipe-block-plugin-form select {
    color: #333;
    padding: 1px 5px;
    appearance: menulist;
    margin-bottom: 0.5em;
    -moz-appearance: menulist;
    -webkit-appearance: menulist
}

.form-item-nir-email-alerts-unsubscribe-from-all {
    margin: 1em 0
}

.form-item-nir-email-alerts-unsubscribe-from-all label {
    font-weight: bold
}

.modal-content .field--name-field-nir-person-company,
.modal-content .field--name-field-nir-person-dir-since {
    margin-bottom: 1em
}

.modal-content .field--name-field-nir-person-dir-details .field__item {
    margin: 0.4em 0
}

.modal-content .field--name-field-nir-person-dir-details .field__item:before {
    font-size: 22px
}

.modal-content h3.full-name {
    margin-top: 0
}

.modal-content a {
    color: #009ec2
}

.ui-dialog button,
.ui-dialog button:hover,
.ui-dialog button:focus,
.ui-dialog button:active {
    background: none;
    color: #000;
}

.bold-row {
    font-weight: bold
}

.table-title {
    float: left;
    width: 100%
}

.form-table,
form table {
    table-layout: auto
}

.form-table tr,
form table tr {
    vertical-align: top
}

.form-table tr:nth-child(odd),
.form-table tr:nth-child(even),
form table tr:nth-child(odd),
form table tr:nth-child(even) {
    background-color: transparent
}

.form-table tr.field-multiple-drag,
form table tr.field-multiple-drag {
    padding: 15px 0 0 0
}

.form-table td.field-multiple-drag,
form table td.field-multiple-drag {
    padding: 15px 0 0 0
}

.form-table__header,
.form-table th,
form table th {
    background-color: transparent
}

.ipe-category-picker-top.active h4 {
    width: 100%
}

.sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 15px;
    background: #333;
    color: #fff;
    box-shadow: 0 0 5px 5px #222 inset;
}

.sidr .sidr-inner {
    padding: 0 0 15px;
}

.sidr .sidr-inner>p {
    margin-left: 15px;
    margin-right: 15px;
}

.sidr.right {
    left: auto;
    right: -260px;
}

.sidr.left {
    left: -260px;
    right: auto;
}

.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
    background-image: url('data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhMWExYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
    background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
    background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
    background-image: linear-gradient(#4d4d4d, #1a1a1a);
    font-size: 11px;
    font-weight: normal;
    padding: 0 15px;
    margin: 0 0 5px;
    color: #fff;
    line-height: 24px;
    box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}

.sidr p {
    font-size: 13px;
    margin: 0 0 12px;
}

.sidr p a {
    color: rgba(255, 255, 255, 0.9);
}

.sidr>p {
    margin-left: 15px;
    margin-right: 15px;
}

.sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #4d4d4d;
}

.sidr ul li {
    display: block;
    margin: 0;
    line-height: 48px;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #1a1a1a;
}

.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
    border-top: 0;
    line-height: 49px;
}

.sidr ul li:hover>a,
.sidr ul li:hover>span,
.sidr ul li.active>a,
.sidr ul li.active>span,
.sidr ul li.sidr-class-active>a,
.sidr ul li.sidr-class-active>span {
    box-shadow: 0 0 15px 3px #222 inset;
}

.sidr ul li a,
.sidr ul li span {
    padding: 0 15px;
    display: block;
    text-decoration: none;
    color: #fff;
}

.sidr ul li ul {
    border-bottom: 0;
    margin: 0;
}

.sidr ul li ul li {
    line-height: 40px;
    font-size: 13px;
}

.sidr ul li ul li:last-child {
    border-bottom: 0;
}

.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
    border-top: 0;
    line-height: 41px;
}

.sidr ul li ul li:hover>a,
.sidr ul li ul li:hover>span,
.sidr ul li ul li.active>a,
.sidr ul li ul li.active>span,
.sidr ul li ul li.sidr-class-active>a,
.sidr ul li ul li.sidr-class-active>span {
    box-shadow: 0 0 15px 3px #222 inset;
}

.sidr ul li ul li a,
.sidr ul li ul li span {
    color: rgba(255, 255, 255, 0.8);
    padding-left: 30px;
}

.sidr form {
    margin: 0 15px;
}

.sidr label {
    font-size: 13px;
}

.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
    width: 100%;
    font-size: 13px;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 10px;
    border-radius: 2px;
    border: 0;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.6);
    display: block;
    clear: both;
}

.sidr input[type=checkbox] {
    width: auto;
    display: inline;
    clear: none;
}

.sidr input[type=button],
.sidr input[type=submit] {
    color: #333;
    background: #fff;
}

.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
    background: rgba(255, 255, 255, 0.9);
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('../images/irw/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/irw/chosen-sprite.png') no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: white url('../images/irw/chosen-sprite.png') no-repeat 100% -20px;
    background: url('../images/irw/chosen-sprite.png') no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
    cursor: text;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('../images/irw/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
    box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important;
}

.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

.chosen-rtl {
    text-align: right;
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}

.chosen-rtl .chosen-choices li {
    float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: white url('../images/irw/chosen-sprite.png') no-repeat -30px -20px;
    background: url('../images/irw/chosen-sprite.png') no-repeat -30px -20px;
    direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {

    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url('../images/irw/chosen-sprite@2x.png') !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

.ui-dialog-titlebar-close::before,
a.summary-toggle::before,
a.summary-toggle:hover::before,
a.summary-toggle.open::before,
a.summary-toggle.open:hover::before,
a.nir-widget--person--accordion-toggle::before,
a.nir-widget--person--accordion-toggle:hover::before,
a.nir-widget--person--accordion-toggle.open::before,
a.nir-widget--person--accordion-toggle.open:hover::before,
a.nir-widget--news--accordion-toggle::before,
a.nir-widget--news--accordion-toggle:hover::before,
a.nir-widget--news--accordion-toggle.open::before,
a.nir-widget--news--accordion-toggle.open:hover::before,
.webcast-link a::before,
.normal-webcast-link a::before,
.widget-file--html::before,
.field--name-field-nir-ext-document a::before,
.field--name-field-nir-news-supp-ext-url a::before,
.external-link::before,
.widget-file--mime-video-x-ms-asf::before,
.file--mime-video-x-ms-asf a::before,
.widget-file--mime-image-x-ms-bmp::before,
.file--mime-image-x-ms-bmp a::before,
.widget-file--mime-text-csv::before,
.file--mime-text-csv a::before,
.file--mime-text-csv.file--text a::before,
.market-data-file-download-csv::before,
.widget-file--mime-application-msword::before,
.file--mime-application-msword a::before,
.widget-file--mime-application-vnd-openxmlformats-officedocument-wordprocessingml-document::before,
.file--mime-application-vnd-openxmlformats-officedocument-wordprocessingml-document a::before,
.widget-file--mime-application-postscript::before,
.file--mime-application-postscript a::before,
.widget-file--mime-application-epub::before,
.file--mime-application-epub a::before,
.widget-file--fla::before,
.file--fla a::before,
.widget-file--mime-video-x-flv::before,
.file--mime-video-x-flv a::before,
.widget-file--mime-image-gif::before,
.file--mime-image-gif a::before,
.widget-file--ics::before,
.file--ics a::before,
.widget-file--mime-image-jpeg::before,
.widget-file--mime-image-jpg::before,
.file--mime-image-jpeg a::before,
.file--mime-image-jpg a::before,
.widget-file--mime-application-pgp-keys::before,
.file--mime-application-pgp-keys a::before,
.widget-file--mime-application-x-mobipocket-ebook::before,
.file--mime-application-x-mobipocket-ebook a::before,
.widget-file--mime-video-quicktime::before,
.file--mime-video-quicktime a::before,
.widget-file--mime-audio-mpeg::before,
.file--mime-audio-mpeg a::before,
.widget-file--mpg::before,
.file--mpg a::before,
.widget-file--odt::before,
.file--odt a::before,
.widget-file--application-pdf::before,
.file--application-pdf a::before,
.widget-file--mime-image-png::before,
.file--mime-image-png a::before,
.widget-file--mime-application-vnd-ms-powerpoint::before,
.file--mime-application-vnd-ms-powerpoint a::before,
.widget-file--mime-application-vnd-openxmlformats-officedocument-presentationml-presentation::before,
.file--mime-application-vnd-openxmlformats-officedocument-presentationml-presentation a::before,
.widget-file--mime-application-vnd-openxmlformats-officedocument-presentationml-slideshow::before,
.file--mime-application-vnd-openxmlformats-officedocument-presentationml-slideshow a::before,
.widget-file--mime-application-vnd-ms-powerpoint-presentation-macroEnabled-12::before,
.file--mime-application-vnd-ms-powerpoint-presentation-macroEnabled-12 a::before,
.widget-file--mime-application-rar::before,
.file--mime-application-rar a::before,
.widget-file--mime-application-rtf::before,
.file--mime-application-rtf a::before,
.widget-file--rtx::before,
.file--rtx a::before,
.widget-file--swf::before,
.file--swf a::before,
.widget-file--mime-image-tiff::before,
.file--mime-image-tiff a::before,
.widget-file--text::before,
.file--text a::before,
.widget-file--mime-audio-x-wav::before,
.file--mime-audio-x-wav a::before,
.widget-file--mime-audio-x-ms-wma::before,
.file--mime-audio-x-ms-wma a::before,
.widget-file--mime-video-x-ms-wmv::before,
.file--mime-video-x-ms-wmv a::before,
.widget-file--xls::before,
.file--xls a::before,
.widget-file--x-office-spreadsheet::before,
.file--x-office-spreadsheet a::before,
.market-data-file-download-xls::before,
.widget-file--mime-application-vnd-ms-excel-sheet-macroEnabled-12::before,
.file--mime-application-vnd-ms-excel-sheet-macroEnabled-12 a::before,
.widget-file--mime-application-vnd-openxmlformats-officedocument-spreadsheetml-sheet::before,
.file--mime-application-vnd-openxmlformats-officedocument-spreadsheetml-sheet a::before,
.widget-file--mime-application-xml::before,
.file--mime-application-xml a::before,
.widget-file--mime-application-octet-stream::before,
.file--mime-application-octet-stream a::before,
.widget-file--mime-application-zip::before,
.file--mime-application-zip a::before,
.ndqicon__chairperson a::before,
span.ndqicon__chairperson::before,
.ndqicon__chairperson a_after::after,
span.ndqicon__chairperson_after::after,
.ndqicon__cob a::before,
span.ndqicon__cob::before,
.ndqicon__cob a_after::after,
span.ndqicon__cob_after::after,
.ndqicon__vicechair::before,
span.ndqicon__vicechair::before,
span.ndqicon__vicechair_after::after,
.ndqicon__leaddir::before,
span.ndqicon__leaddir::before,
.ndqicon__leaddir_after::after,
span.ndqicon__leaddir_after::after,
.ndqicon__chair::before,
.ndqicon__chair1::before,
.ndqicon__chair2::before,
.ndqicon__chair3::before,
.ndqicon__member a::before,
span.ndqicon__member::before,
.ndqicon__download::before,
.ndqicon__independent::before,
.ndqicon__independent_italic::before,
.ndqicon__calculator::before,
span.ndqicon__calculator::before,
.ndqicon__calculator_after::after,
span.ndqicon__calculator_after::after,
.ndqicon__calculator1::before,
.html-link a::before,
.asset-link a::before,
.add-outlook a::before,
.add-gcal a::before,
.right-arrow::before,
.up-arrow::before,
.ndqicon-check-circle::before,
.thank-you-page h1::before,
a.show-all::after,
a.show-all.hide-all::after,
.faq-acc-dl dt::before,
.faq-acc-dl .acc-title::before,
.acc-wrap dt::before,
.acc-wrap .acc-title::before,
.faq-acc-dl dt.opened::before,
.faq-acc-dl .acc-title.opened::before,
.acc-wrap dt.opened::before,
.acc-wrap .acc-title.opened::before,
.top-link::after,
.toolbar-bar .nir-menu>li.nir-menu-item--expanded>a::after,
.nir-toolbar .toolbar-item.help-tab>a>span::after,
.nir-toolbar .toolbar-item.local-tasks-tab>a>span::after,
.nir-toolbar .site-name-tab>a::after,
.image-style-nir-toolbar-profile.empty-image::after,
.toolbar--toggle--open a::after,
.toolbar--toggle--closed a::after {
    /*  font-family: "ndqfonticons";*/
    font-size: 26px;
    vertical-align: middle;
    padding-right: 5px;
    font-weight: normal;
    text-decoration: none
}

.ui-dialog-titlebar-close::before {
    content: "î€“";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.ui-dialog-titlebar-close::before {
    color: color(grey-dark);
    font-size: 20px
}

.ui-dialog-titlebar-close::before:hover {
    color: color(blue)
}

a.summary-toggle {
    font-weight: normal;
    cursor: pointer
}

a.summary-toggle::before {
    content: "î";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

a.summary-toggle:hover::before {
    content: "î";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

a.summary-toggle:before,
a.summary-toggle:hover:before {
    font-size: 15px;
    line-height: 0
}

a.summary-toggle span {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

a.summary-toggle.open::before {
    content: "î";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

a.summary-toggle.open:hover::before {
    content: "îŽ";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

a.summary-toggle.open:before,
a.summary-toggle.open:hover:before {
    font-size: 15px;
    line-height: 0
}

a.nir-widget--person--accordion-toggle {
    font-weight: normal;
    cursor: pointer
}

a.nir-widget--person--accordion-toggle::before {
    content: "î";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

a.nir-widget--person--accordion-toggle:hover::before {
    content: "î";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

a.nir-widget--person--accordion-toggle:before,
a.nir-widget--person--accordion-toggle:hover:before {
    font-size: 15px;
    line-height: 0
}

a.nir-widget--person--accordion-toggle span {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

a.nir-widget--person--accordion-toggle.open::before {
    content: "î";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

a.nir-widget--person--accordion-toggle.open:hover::before {
    content: "îŽ";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

a.nir-widget--person--accordion-toggle.open:before,
a.nir-widget--person--accordion-toggle.open:hover:before {
    font-size: 15px;
    line-height: 0
}

a.nir-widget--person--accordion-toggle+div {
    display: inline
}

a.nir-widget--news--accordion-toggle {
    font-weight: normal;
    cursor: pointer
}

a.nir-widget--news--accordion-toggle::before {
    content: "î";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

a.nir-widget--news--accordion-toggle:hover::before {
    content: "î";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

a.nir-widget--news--accordion-toggle:before,
a.nir-widget--news--accordion-toggle:hover:before {
    font-size: 15px;
    line-height: 0
}

a.nir-widget--news--accordion-toggle span {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

a.nir-widget--news--accordion-toggle.open::before {
    content: "î";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

a.nir-widget--news--accordion-toggle.open:hover::before {
    content: "îŽ";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

a.nir-widget--news--accordion-toggle.open:before,
a.nir-widget--news--accordion-toggle.open:hover:before {
    font-size: 15px;
    line-height: 0
}

.ndqicon-disable-link {
    margin-left: 30px
}

.ndqicon-disable-link a::before {
    margin-left: -30px;
    cursor: default !important;
    pointer-events: none !important
}

.ndqicon-hide-icon a::before {
    display: none !important
}

.summary-hidden {
    display: none
}

.webcast-link a::before,
.normal-webcast-link a::before {
    content: "î€œ";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--html::before,
.field--name-field-nir-ext-document a::before,
.field--name-field-nir-news-supp-ext-url a::before,
.external-link::before {
    content: "î·";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--mime-video-x-ms-asf::before,
.file--mime-video-x-ms-asf a::before {
    content: "î„ƒ";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--mime-image-x-ms-bmp::before,
.file--mime-image-x-ms-bmp a::before {
    content: "î„„";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--mime-text-csv::before,
.file--mime-text-csv a::before,
.file--mime-text-csv.file--text a::before,
.market-data-file-download-csv::before {
    content: "î°";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--mime-application-msword::before,
.file--mime-application-msword a::before {
    content: "î²";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--mime-application-vnd-openxmlformats-officedocument-wordprocessingml-document::before,
.file--mime-application-vnd-openxmlformats-officedocument-wordprocessingml-document a::before {
    content: "î³";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--mime-application-postscript::before,
.file--mime-application-postscript a::before {
    content: "îƒµ";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--mime-application-epub::before,
.file--mime-application-epub a::before {
    content: "îƒ¶";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--fla::before,
.file--fla a::before {
    content: "î´";
    display: inline-block;
    text-decoration: none;
    color: color(red)
}

.widget-file--mime-video-x-flv::before,
.file--mime-video-x-flv a::before {
    content: "îµ";
    display: inline-block;
    text-decoration: none;
    color: color(red)
}

.widget-file--mime-image-gif::before,
.file--mime-image-gif a::before {
    content: "î‚€";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--ics::before,
.file--ics a::before {
    content: "îƒ¾";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--mime-image-jpeg::before,
.widget-file--mime-image-jpg::before,
.file--mime-image-jpeg a::before,
.file--mime-image-jpg a::before {
    content: "î¿";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--mime-application-pgp-keys::before,
.file--mime-application-pgp-keys a::before {
    content: "îƒ¿";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--mime-application-x-mobipocket-ebook::before,
.file--mime-application-x-mobipocket-ebook a::before {
    content: "îƒ·";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--mime-video-quicktime::before,
.file--mime-video-quicktime a::before {
    content: "îƒ¸";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--mime-audio-mpeg::before,
.file--mime-audio-mpeg a::before {
    content: "î‚…";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--mpg::before,
.file--mpg a::before {
    content: "îƒ¹";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--odt::before,
.file--odt a::before {
    content: "îƒ»";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--application-pdf::before,
.file--application-pdf a::before {
    content: "î‚ˆ";
    display: inline-block;
    text-decoration: none;
    color: color(red)
}

.widget-file--mime-image-png::before,
.file--mime-image-png a::before {
    content: "î‚‚";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--mime-application-vnd-ms-powerpoint::before,
.file--mime-application-vnd-ms-powerpoint a::before {
    content: "î‚‰";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--mime-application-vnd-openxmlformats-officedocument-presentationml-presentation::before,
.file--mime-application-vnd-openxmlformats-officedocument-presentationml-presentation a::before {
    content: "î‚‹";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--mime-application-vnd-openxmlformats-officedocument-presentationml-slideshow::before,
.file--mime-application-vnd-openxmlformats-officedocument-presentationml-slideshow a::before {
    content: "îƒ¼";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--mime-application-vnd-ms-powerpoint::before,
.file--mime-application-vnd-ms-powerpoint a::before {
    content: "î‚Š";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--mime-application-vnd-ms-powerpoint-presentation-macroEnabled-12::before,
.file--mime-application-vnd-ms-powerpoint-presentation-macroEnabled-12 a::before {
    content: "îƒ½";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--mime-application-rar::before,
.file--mime-application-rar a::before {
    content: "î„‚";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--mime-application-rtf::before,
.file--mime-application-rtf a::before {
    content: "î„€";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--rtx::before,
.file--rtx a::before {
    content: "î„";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--swf::before,
.file--swf a::before {
    content: "î¶";
    display: inline-block;
    text-decoration: none;
    color: color(red)
}

.widget-file--mime-image-tiff::before,
.file--mime-image-tiff a::before {
    content: "î‚";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--text::before,
.file--text a::before {
    content: "î‚Œ";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--mime-audio-x-wav::before,
.file--mime-audio-x-wav a::before {
    content: "î„ˆ";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--mime-audio-x-ms-wma::before,
.file--mime-audio-x-ms-wma a::before {
    content: "î„…";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--mime-video-x-ms-wmv::before,
.file--mime-video-x-ms-wmv a::before {
    content: "î„†";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--xls::before,
.file--xls a::before,
.widget-file--x-office-spreadsheet::before,
.file--x-office-spreadsheet a::before,
.market-data-file-download-xls::before {
    content: "î¹";
    display: inline-block;
    text-decoration: none;
    color: color(xls-green)
}

.widget-file--mime-application-vnd-ms-excel-sheet-macroEnabled-12::before,
.file--mime-application-vnd-ms-excel-sheet-macroEnabled-12 a::before {
    content: "î€Ÿ";
    display: inline-block;
    text-decoration: none;
    color: color(xls-green)
}

.widget-file--mime-application-vnd-openxmlformats-officedocument-spreadsheetml-sheet::before,
.file--mime-application-vnd-openxmlformats-officedocument-spreadsheetml-sheet a::before {
    content: "î»";
    display: inline-block;
    text-decoration: none;
    color: color(xls-green)
}

.widget-file--mime-application-xml::before,
.file--mime-application-xml a::before {
    content: "î¾";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.node--type-nir-sec-filing .file--mime-application-xsd a:before,
.node--type-nir-sec-filing .file--mime-application-xml a:before {
    content: "\e07d";
    color: #7b41bd
}

.widget-file--mime-application-octet-stream::before,
.file--mime-application-octet-stream a::before {
    content: "î„‡";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.widget-file--mime-application-zip::before,
.file--mime-application-zip a::before {
    content: "î‚";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

[class^="ndqicon__"] a::before {
    font-size: 20px
}

.ndqicon__chairperson a::before,
span.ndqicon__chairperson::before {
    content: "î€‹";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.ndqicon__chairperson a_after::after {
    content: "î€‹";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

span.ndqicon__chairperson_after::after {
    content: "î€‹";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.ndqicon__cob a::before,
span.ndqicon__cob::before {
    content: "î€¨";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.ndqicon__cob a_after::after {
    content: "î€¨";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

span.ndqicon__cob_after::after {
    content: "î€¨";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.ndqicon__vicechair::before,
span.ndqicon__vicechair::before {
    content: "î€§";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.ndqicon__vicechair:after::after,
span.ndqicon__vicechair:after::after {
    content: "î€§";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

span.ndqicon__vicechair_after::after {
    content: "î€§";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.ndqicon__leaddir::before,
span.ndqicon__leaddir::before {
    content: "îª";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.ndqicon__leaddir_after::after {
    content: "îª";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

span.ndqicon__leaddir_after::after {
    content: "îª";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.ndqicon__chair::before {
    content: "î€¨";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.ndqicon__chair1::before {
    content: "îª";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.ndqicon__chair2::before {
    content: "î«";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.ndqicon__chair3::before {
    content: "î¬";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.ndqicon__member a::before,
span.ndqicon__member::before {
    content: "î€Š";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.ndqicon__download::before {
    content: "î“";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.ndqicon__independent::before {
    content: "î€";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.ndqicon__independent_italic::before {
    content: "î€Ž";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.ndqicon__calculator::before,
span.ndqicon__calculator::before {
    content: "î€²";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.ndqicon__calculator_after::after {
    content: "î€²";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

span.ndqicon__calculator_after::after {
    content: "î€²";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.ndqicon__calculator1::before {
    content: "î€¯";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.icon-key {
    float: left;
    margin-top: 0
}

.key-item {
    margin: 1em 0
}

.key-item span:before {
    font-size: 20px
}

.html-link a::before,
.asset-link a::before {
    content: "î·";
    display: inline-block;
    text-decoration: none;
    color: color("medium-blue")
}

.add-outlook a {
    font-size: 0
}

.add-outlook a::before {
    content: "î€¿";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.add-outlook a::before {
    background: #FFBC00;
    color: #fff;
    font-size: 20px;
    width: 21px;
    height: 21px;
    text-align: center;
    padding-top: 5px;
    margin-right: 5px;
    padding-left: 5px
}

.add-gcal a {
    font-size: 0
}

.add-gcal a::before {
    content: "î€ž";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.add-gcal a::before {
    background: #dd4b39;
    color: #fff;
    font-size: 20px;
    width: 21px;
    height: 21px;
    text-align: center;
    padding-top: 5px;
    margin-right: 5px;
    padding-left: 5px
}

.right-arrow::before {
    content: "î„Œ";
    display: inline-block;
    text-decoration: none;
    color: color("grey-dark")
}

.right-arrow::before {
    font-size: 14px
}

.up-arrow::before {
    content: "î’";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.up-arrow::before {
    font-size: 14px
}

.ndqicon-check-circle::before,
.thank-you-page h1::before {
    content: "î„–";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.ndqicon-check-circle::before,
.thank-you-page h1::before {
    font-size: 22px
}

a.show-all::after {
    content: "î€’";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

a.show-all::after {
    font-size: 14px
}

a.show-all.hide-all::after {
    content: "î€‘";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

a.show-all.hide-all::after {
    font-size: 14px
}

.faq-acc-dl dt::before,
.faq-acc-dl .acc-title::before,
.acc-wrap dt::before,
.acc-wrap .acc-title::before {
    content: "î";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.faq-acc-dl dt::before,
.faq-acc-dl .acc-title::before,
.acc-wrap dt::before,
.acc-wrap .acc-title::before {
    color: white;
    font-size: 14px
}

.faq-acc-dl dt.opened::before,
.faq-acc-dl .acc-title.opened::before,
.acc-wrap dt.opened::before,
.acc-wrap .acc-title.opened::before {
    content: "î";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.faq-acc-dl dt.opened::before,
.faq-acc-dl .acc-title.opened::before,
.acc-wrap dt.opened::before,
.acc-wrap .acc-title.opened::before {
    color: white;
    font-size: 14px
}

.top-link::after {
    content: "î’";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.top-link::after {
    font-size: 14px;
    margin-top: -4px
}

.file--mime-application-pdf a,
.webcast-link a,
.file--mime-application-rtf a,
.file--mime-application-vnd-ms-excel a,
.html-link a:before,
.file--mime-application-xml a,
.field--name-field-nir-ext-document a,
.file--mime-text-csv a {
    text-decoration: none !important
}

.file--mime-application-pdf a:hover,
.webcast-link a:hover,
.file--mime-application-rtf a:hover,
.file--mime-application-vnd-ms-excel a:hover,
.html-link a:hover,
.file--mime-application-xml a:hover,
.field--name-field-nir-ext-document a:hover,
.file--mime-text-csv a:hover {
    text-decoration: none !important
}

.file--mime-application-pdf a span,
.webcast-link a span,
.file--mime-application-rtf a span,
.file--mime-application-vnd-ms-excel a span,
.html-link a span,
.file--mime-application-xml a span,
.field--name-field-nir-ext-document a span,
.file--mime-text-csv a span,
.file--mime-application-pdf a:hover span,
.webcast-link a:hover span,
.file--mime-application-rtf a:hover span,
.file--mime-application-vnd-ms-excel a:hover span,
.html-link a:hover span,
.file--mime-application-xml a:hover span,
.field--name-field-nir-ext-document a:hover span,
.file--mime-text-csv a:hover span {
    text-decoration: none
}

.visually-hidden,
.toolbar-bar li>ul,
.toolbar-item>ul {
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

.visually-hidden--off,
.toolbar-bar li>ul--off,
.toolbar-item>ul--off {
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto
}

.toolbar-bar li>ul.visually-hidden--off,
.toolbar-item>ul.visually-hidden--off {
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto
}

.toolbar--wrapper div,
.toolbar--wrapper ul,
.toolbar--wrapper li,
.toolbar--wrapper a {
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important
}

.toolbar--wrapper a:link,
.toolbar--wrapper a:visited {
    color: #009ec2;
    font-weight: normal
}

.toolbar--wrapper a:link.bold-link,
.toolbar--wrapper a:visited.bold-link {
    font-weight: bold
}

.toolbar-bar {
    background: #1d1e25 !important;
    height: 56px !important
}

.toolbar-bar a:focus {
    text-decoration: none !important
}

.toolbar-bar .nir-menu>li {
    display: inline-block !important;
    float: left !important;
    padding: 0px !important;
    text-align: left !important;
    margin: 0px !important
}

.toolbar-bar .nir-menu>li.nir-menu-item--expanded>a::after {
    content: "î";
    display: inline-block;
    text-decoration: none;
    color: color("white")
}

.toolbar-bar .nir-menu>li.nir-menu-item--expanded>a::after {
    font-size: 16px !important
}

.toolbar-bar .nir-menu>li.nir-menu-item--expanded>a:hover::after {
    color: #00bce3 !important
}

.toolbar-bar .nir-menu>li a {
    color: #fff !important;
    font-size: 1.15em !important;
    line-height: 1 !important;
    padding: 19px 7px !important;
    transition: all 0.15s ease-in-out !important;
    text-decoration: none !important;
    display: block !important;
    text-align: left !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    margin: 0px !important
}

.toolbar-bar .nir-menu>li a:hover {
    color: #00bce3 !important;
    text-decoration: none !important
}

.toolbar-bar .nir-menu>li a.menu-open {
    background-color: #111217 !important;
    color: #00bce3 !important;
    text-decoration: none !important
}

.toolbar-bar .nir-menu>li a.menu-open::after {
    color: #00bce3 !important
}

.toolbar-bar .nir-menu>li ul {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
    background: #fff !important;
    position: absolute !important;
    padding-top: 3px !important;
    margin: 0px !important;
    width: 200px !important;
    padding-left: 0px !important
}

.toolbar-bar .nir-menu>li ul li {
    float: left !important;
    width: 100% !important;
    margin: 0px !important
}

.toolbar-bar .nir-menu>li ul li:hover {
    background: #0094b3 !important
}

.toolbar-bar .nir-menu>li ul li:hover a {
    color: white !important;
    transition: none !important
}

.toolbar-bar .nir-menu>li ul a {
    color: #333 !important;
    font-size: 14px !important;
    padding: 10px 20px !important
}

.toolbar-bar .nir-menu>li.nir-menu-item--site-status a:hover {
    color: #fff !important
}

.toolbar-bar .nir-menu>li.nir-menu-item--site-status--secondary a {
    color: #000 !important
}

.toolbar-bar>.nir-menu {
    display: inline !important;
    font-size: 14px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    margin: 0 !important;
    line-height: 56px !important;
    float: left !important;
    padding-left: 0 !important
}

.toolbar-bar>.nir-menu>li:first-child a {
    padding-left: 15px !important
}

.nir-toolbar {
    font-smoothing: antialiased !important;
    -webkit-font-smoothing: antialiased !important;
    position: relative !important;
    z-index: 2147483647 !important;
    box-shadow: -1px 0 3px 1px rgba(0, 0, 0, 0.333) !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important
}

.nir-toolbar a.menu-open {
    background-color: #111217 !important;
    color: #00bce3 !important;
    text-decoration: none !important
}

.nir-toolbar a.menu-open::after {
    color: #00bce3 !important
}

.nir-toolbar .toolbar-item {
    position: relative !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    float: left !important;
    height: 56px !important;
    padding: 0px !important
}

.nir-toolbar .toolbar-item h2,
.nir-toolbar .toolbar-item h3 {
    display: inline-block !important;
    margin: 10px 0 !important
}

.nir-toolbar .toolbar-item>a {
    display: inline-block !important;
    padding: 20px 14px !important;
    color: #fff !important;
    font-size: 1.15em !important;
    font-weight: normal !important;
    line-height: 1 !important;
    transition: all 0.15s ease-in-out !important
}

.nir-toolbar .toolbar-item>a:hover {
    color: #00bce3 !important;
    text-decoration: none !important
}

.nir-toolbar .toolbar-item ul {
    font-size: 12px !important;
    font-weight: normal !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
    background: #fff !important;
    position: absolute !important;
    right: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    margin-top: 1px !important;
    width: 200px !important;
    overflow: hidden !important
}

.nir-toolbar .toolbar-item ul li {
    float: left !important;
    width: 100% !important;
    color: #333 !important
}

.nir-toolbar .toolbar-item ul li .image-style-nir-toolbar-profile {
    float: left !important;
    margin-left: 20px !important
}

.nir-toolbar .toolbar-item ul li .profile-info {
    float: left !important;
    width: 145px !important
}

.nir-toolbar .toolbar-item ul li .profile-info .menu-email {
    font-size: 12px !important
}

.nir-toolbar .toolbar-item ul li .profile-info .user-name {
    font-size: 14px !important;
    margin-bottom: 5px !important
}

.nir-toolbar .toolbar-item ul li a {
    color: #333 !important;
    padding: 10px 20px !important;
    display: block !important
}

.nir-toolbar .toolbar-item ul li:hover {
    background: #0094b3 !important
}

.nir-toolbar .toolbar-item ul li:hover a {
    color: white !important;
    transition: none !important;
    text-decoration: none !important
}

.nir-toolbar .toolbar-item ul .user-profile-item {
    background-color: #eee;
    padding: 20px 0 !important
}

.nir-toolbar .toolbar-item ul .user-profile-item a {
    padding: 0 !important;
    line-height: 13px !important
}

.nir-toolbar .toolbar-item ul .user-profile-item:hover {
    background-color: #eee !important;
    cursor: default !important
}

.nir-toolbar .toolbar-item.user-tab>a {
    padding: 10px 14px !important
}

.nir-toolbar .toolbar-item.user-tab>a .user-name-tab {
    text-indent: -9999px !important
}

.nir-toolbar .toolbar-item.user-tab ul {
    width: 250px !important
}

.nir-toolbar .toolbar-item.user-tab div {
    display: inline-block !important
}

.nir-toolbar .toolbar-item.help-tab>a {
    color: #1d1e25 !important;
    padding: 16px 14px !important;
    border-right: 1px solid #474a53 !important;
    border-left: 1px solid #474a53 !important
}

.nir-toolbar .toolbar-item.help-tab>a:hover {
    color: #00bce3 !important
}

.nir-toolbar .toolbar-item.help-tab>a>span {
    border-radius: 50% !important;
    background: #fff !important;
    height: 24px !important;
    width: 24px !important;
    display: block !important;
    padding-left: 2px !important;
    padding-top: 2px !important
}

.nir-toolbar .toolbar-item.help-tab>a>span::after {
    content: "î‚³";
    display: inline-block;
    text-decoration: none;
    color: color("nir_toolbar_grey")
}

.nir-toolbar .toolbar-item.help-tab>a>span:hover::after {
    color: #00bce3 !important
}

.nir-toolbar .toolbar-item.help-tab>a>span::after {
    font-size: 20px !important
}

.nir-toolbar .toolbar-item.help-tab>a>span span {
    display: none
}

.nir-toolbar .toolbar-item.local-tasks-tab>a {
    color: #1d1e25 !important;
    padding: 0 !important;
    border-right: 1px solid #474a53 !important;
    border-left: 1px solid #474a53 !important
}

.nir-toolbar .toolbar-item.local-tasks-tab>a:hover {
    color: #00bce3 !important
}

.nir-toolbar .toolbar-item.local-tasks-tab>a.menu-open>span::after {
    color: #0094b3 !important;
    transform: rotate(45deg) !important
}

.nir-toolbar .toolbar-item.local-tasks-tab>a>span {
    height: 46px !important;
    width: 54px !important;
    display: block !important
}

.nir-toolbar .toolbar-item.local-tasks-tab>a>span::after {
    content: "âœ";
    display: inline-block;
    text-decoration: none;
    color: color("nir_toolbar_grey")
}

.nir-toolbar .toolbar-item.local-tasks-tab>a>span:hover::after {
    color: #00bce3 !important
}

.nir-toolbar .toolbar-item.local-tasks-tab>a>span::after {
    font-size: 40px !important;
    color: white !important;
    transform: rotate(-45deg) !important;
    transition: transform .5s;
    margin: 10px 8px 11px 8px !important;
    height: 35px !important;
    line-height: 21px;
    width: 35px !important;
    text-align: center;
    align-items: center;
    margin-top: -9px;
    display: block;
    padding: 0 !important
}

.nir-toolbar .toolbar-item.local-tasks-tab>a>span span {
    display: none !important
}

.nir-toolbar .toolbar-bar .nir-toolbar-tab>.toolbar-item:hover,
.nir-toolbar .toolbar-bar .nir-toolbar-tab>.toolbar-item:hover {
    background-color: #111217 !important;
    background-image: none !important
}

.nir-toolbar .site-name-tab {
    border-top-style: solid !important;
    border-top-width: 4px !important
}

.nir-toolbar .site-name-tab.secondary {
    border-top-color: #fd0 !important
}

.nir-toolbar .site-name-tab.primary {
    border-top-color: #19B772 !important
}

.nir-toolbar .site-name-tab.local {
    border-top-color: #DA353B
}

.nir-toolbar .site-name-tab>a {
    padding: 16px 4px 19px 10px !important;
    font-size: 1em !important
}

.nir-toolbar .site-name-tab>a::after {
    content: "î€’";
    display: inline-block;
    text-decoration: none;
    color: color("white")
}

.nir-toolbar .site-name-tab>a::after {
    font-size: 14px !important
}

.nir-toolbar .site-name-tab>a:hover::after {
    color: #00bce3 !important
}

.local-tasks-sidebar--wrapper {
    position: absolute;
    right: 0;
    width: 200px;
    background: #eee;
    z-index: 100;
    transition-property: width;
    transition-delay: .4s;
    bottom: 0;
    top: 93px
}

.local-tasks-sidebar--wrapper.toolbar--closed {
    top: 0
}

.local-tasks-sidebar--wrapper--closed {
    width: 0
}

.local-tasks-sidebar--wrapper--open {
    box-shadow: -3px 0 3px 1px rgba(0, 0, 0, 0.333) !important
}

.local-tasks-sidebar--wrapper .menu-local-tasks--nir {
    padding: 15px
}

.local-tasks-sidebar--wrapper .tabs.primary {
    margin-top: 15px
}

.local-tasks-sidebar--wrapper .tabs.primary a {
    background: none
}

.local-tasks-sidebar--wrapper .tabs.primary .tabs__tab.is-active {
    border-radius: 0
}

.local-tasks-sidebar--wrapper .tabs.primary .tabs__tab.is-active a {
    color: #111217
}

.local-tasks-sidebar--wrapper .tabs.primary .tabs__tab {
    background: #fefefe;
    border: 0;
    margin: 5px 0;
    text-align: center
}

.nir-logo {
    background: url(/profiles/nasdaqir/themes/custom/nir_base/dist/css/../../src/img/west_logo.png) center center no-repeat !important;
    width: 40px !important;
    height: 56px !important;
    text-indent: -9999px !important;
    display: inline-block !important;
    width: 82px !important;
    height: 56px !important;
    float: left !important;
    background-size: 44px !important;
    border-right: 1px solid #474a53 !important
}

#toolbar-item-administration {
    margin-left: 4px !important;
    border-left: 1px solid #666 !important
}

.image-style-nir-toolbar-profile {
    display: inline-block !important;
    height: 35px !important;
    width: 35px !important;
    margin: 0 4px !important;
    overflow: hidden !important;
    border-radius: 50% !important;
    vertical-align: middle !important
}

.image-style-nir-toolbar-profile.empty-image {
    border: 1px solid #ffffff !important
}

.image-style-nir-toolbar-profile.empty-image::after {
    content: "î€‹";
    display: inline-block;
    text-decoration: none;
    color: color(blue)
}

.image-style-nir-toolbar-profile.empty-image::after {
    color: #fff !important;
    font-size: 50px !important;
    margin-left: -9px !important;
    margin-top: -6px !important
}

.user-profile-item .image-style-nir-toolbar-profile.empty-image {
    border: 1px solid #ccc !important
}

.user-profile-item .image-style-nir-toolbar-profile::after {
    color: #ccc !important;
    margin-left: -9px !important;
    margin-top: 13px !important
}

.secondary-toolbar {
    padding: 10px !important;
    font-size: 16px !important;
    width: 100% !important;
    position: relative !important;
    right: 0 !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 500 !important;
    height: 37px !important
}

.secondary-toolbar div,
.secondary-toolbar span,
.secondary-toolbar a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1em !important
}

.secondary-toolbar .environment {
    float: left !important;
    font-size: 1em !important
}

.secondary-toolbar--local {
    background: #DA353B !important;
    color: #fff !important
}

.secondary-toolbar--uat {
    background: #19B772 !important;
    color: #fff !important
}

.secondary-toolbar--test {
    background: #337ab7 !important;
    color: #fff !important
}

.secondary-toolbar--dev {
    background: #c042f8 !important;
    color: #fff !important
}

.secondary-toolbar--nasdaqbeta {
    background: #fd0 !important
}

.nir-menu-item--site-status {
    pointer-events: none !important;
    cursor: default !important
}

.nir-menu-item--site-status--secondary {
    background: #fd0 !important
}

.nir-menu-item--site-status--primary {
    background: #19B772 !important
}

.nir-notification {
    float: right !important;
    margin-left: 5px !important;
    background: #fff !important;
    line-height: 1.2 !important;
    border-radius: 3px !important;
    color: #000 !important;
    display: inline-block !important;
    font-size: 0.8em !important;
    padding: 0 3px 0 0 !important
}

.nir-notification a {
    line-height: inherit !important;
    font-size: 0.8em !important
}

.nir-notification--text {
    margin-left: 3px !important
}

.nir-notification--status {
    border-radius: 50% !important;
    display: inline-block !important;
    width: 10px !important;
    height: 10px !important;
    border: 1px solid white !important;
    margin-left: 3px !important
}

.nir-notification--status--off {
    background: #DA353B !important
}

.nir-notification--status--on {
    background: #19B772 !important
}

.toolbar--toggle {
    position: absolute !important;
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    background: #000 !important;
    margin: 0 5px !important;
    border-radius: 0 0 3px 3px !important;
    right: 30px
}

.toolbar--toggle--open a::after {
    content: "î’";
    display: inline-block;
    text-decoration: none;
    color: color("white")
}

.toolbar--toggle--closed a::after {
    content: "î";
    display: inline-block;
    text-decoration: none;
    color: color("white")
}

.toolbar--toggle a:after {
    color: #fff !important;
    font-size: 20px !important
}

.toolbar--toggle--text {
    display: none !important
}

.local-tasks-sidebar--toggle--text {
    display: none !important
}

@media only screen and (max-width:363px) {
    .toolbar-item.help-tab {
        display: none !important
    }
}

@media (min-width:16.5em) {

    .nir-toolbar .toolbar-bar .nir-toolbar-tab,
    .nir-toolbar .toolbar-tray-horizontal li {
        float: right !important
    }
}

@media only screen and (max-width:64em) {
    .toolbar-bar .nir-logo {
        background-size: 30px !important;
        width: 50px !important
    }

    .toolbar-bar>.nir-menu>li>a {
        background-size: 27px !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        text-indent: -9999px !important;
        padding: 19px 21px !important
    }

    .toolbar-bar>.nir-menu>li:nth-child(1)>a {
        background-image: url(/profiles/nasdaqir/themes/custom/nir_base/dist/css/../../src/img/file.svg) !important
    }

    .toolbar-bar>.nir-menu>li:nth-child(2)>a {
        background-image: url(/profiles/nasdaqir/themes/custom/nir_base/dist/css/../../src/img/orgchart.svg) !important
    }

    .toolbar-bar>.nir-menu>li:nth-child(3)>a {
        background-image: url(/profiles/nasdaqir/themes/custom/nir_base/dist/css/../../src/img/wrench.svg) !important
    }

    .toolbar-bar>.nir-menu>li:nth-child(4)>a {
        background-image: url(/profiles/nasdaqir/themes/custom/nir_base/dist/css/../../src/img/barchart.svg) !important
    }

    .toolbar-bar .nir-menu>li ul {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
        background: #fff !important;
        position: fixed !important;
        padding-top: 3px !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        width: 200px !important;
        left: 0 !important;
        top: 56px !important
    }

    .toolbar-bar .nir-menu .nir-menu-item--site-status:before {
        display: block !important;
        color: #fff !important;
        font-size: 36px !important;
        margin: 0 !important;
        padding: 0 10px !important
    }

    .toolbar-bar .nir-menu .nir-menu-item--site-status--primary::before {
        content: 'P' !important
    }

    .toolbar-bar .nir-menu .nir-menu-item--site-status--secondary::before {
        content: 'S' !important;
        color: #000 !important
    }

    .toolbar-bar .nir-menu .nir-menu-item--site-status a {
        display: none !important
    }

    .nir-toolbar .toolbar-item.user-tab>a {
        padding: 10px 5px !important
    }

    .nir-toolbar .toolbar-item.site-name-tab>a {
        background: url(/profiles/nasdaqir/themes/custom/nir_base/dist/css/../../src/img/chevron-disc-left.svg) center center no-repeat !important;
        background-size: 27px !important;
        width: 36px !important;
        text-indent: -9999px !important
    }

    .nir-toolbar .toolbar-item.site-name-tab>ul {
        position: fixed !important;
        right: 0 !important;
        top: 56px !important
    }
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

@font-face {
    font-family: 'mrs_lollipopregular';
    src: url('../fonts/irw/MrsLollipop-Regular-webfont.eot');
    src: url('../fonts/irw/MrsLollipop-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/irw/MrsLollipop-Regular-webfont.woff') format('woff'), url('../fonts/irw/MrsLollipop-Regular-webfont.ttf') format('truetype'), url('../fonts/irw/MrsLollipop-Regular-webfont.svg#mrs_lollipopregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mrs_lollipopoutline';
    src: url('../fonts/irw/MrsLollipop-Outline-webfont.eot');
    src: url('../fonts/irw/MrsLollipop-Outline-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/irw/MrsLollipop-Outline-webfont.woff') format('woff'), url('../fonts/irw/MrsLollipop-Outline-webfont.ttf') format('truetype'), url('../fonts/irw/MrsLollipop-Outline-webfont.svg#mrs_lollipopoutline') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/irw/SourceSansPro-Regular.eot') format('embedded-opentype'), url('../fonts/irw/SourceSansPro-Regular.otf.woff') format('woff'), url('../fonts/irw/SourceSansPro-Regular.otf') format('opentype'), url('../fonts/irw/SourceSansPro-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    src: url('../fonts/irw/SourceSansPro-It.eot') format('embedded-opentype'), url('../fonts/irw/SourceSansPro-It.otf.woff') format('woff'), url('../fonts/irw/SourceSansPro-It.otf') format('opentype'), url('../fonts/irw/SourceSansPro-It.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/irw/SourceSansPro-Bold.eot') format('embedded-opentype'), url('../fonts/irw/SourceSansPro-Bold.otf.woff') format('woff'), url('../fonts/irw/SourceSansPro-Bold.otf') format('opentype'), url('../fonts/irw/SourceSansPro-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    src: url('../fonts/irw/SourceSansPro-BoldIt.eot') format('embedded-opentype'), url('../fonts/irw/SourceSansPro-BoldIt.otf.woff') format('woff'), url('../fonts/irw/SourceSansPro-BoldIt.otf') format('opentype'), url('../fonts/irw/SourceSansPro-BoldIt.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    src: url('../fonts/irw/SourceSansPro-Black.eot') format('embedded-opentype'), url('../fonts/irw/SourceSansPro-Black.otf.woff') format('woff'), url('../fonts/irw/SourceSansPro-Black.otf') format('opentype'), url('../fonts/irw/SourceSansPro-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-style: italic;
    font-stretch: normal;
    src: url('../fonts/irw/SourceSansPro-BlackIt.eot') format('embedded-opentype'), url('../fonts/irw/SourceSansPro-BlackIt.otf.woff') format('woff'), url('../fonts/irw/SourceSansPro-BlackIt.otf') format('opentype'), url('../fonts/irw/SourceSansPro-BlackIt.ttf') format('truetype');
}
*/
html {
    font-family: 'Source Sans Pro', Helvetica, "Helvetica Neue", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
}

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: 0.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: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.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 {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        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 th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/sites/g../knoqqb6581/themes/site/nir_pid575/client/css/../fonts/glyphicons-halflings-regular.eot');
    src: url('/sites/g../knoqqb6581/themes/site/nir_pid575/client/css/../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/sites/g../knoqqb6581/themes/site/nir_pid575/client/css/../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/sites/g../knoqqb6581/themes/site/nir_pid575/client/css/../fonts/glyphicons-halflings-regular.woff') format('woff'), url('/sites/g../knoqqb6581/themes/site/nir_pid575/client/css/../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/sites/g../knoqqb6581/themes/site/nir_pid575/client/css/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width:768px) {
    html {
        font-size: 18px;
    }
}

body {
    font-family: 'Source Sans Pro', Helvetica, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.333em;
    color: #000000;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #0073e6;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #0073e6;
    text-decoration: underline;
}

a:focus {
    outline: 2px solid Highlight;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.333em;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #efefef;
}

.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: 900;
    color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
}

h1,
.h1,
h2,
.h2 {
    margin-top: 2rem;
    margin-bottom: .7rem;
}

h2,
.h2 {
    margin-top: .75rem;
    margin-bottom: .7rem;
}

h3,
.h3 {
    margin-top: 1.39rem;
    margin-bottom: .7rem;
}

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,
.h4,
h6,
.h6 {
    margin-top: .7rem;
    margin-bottom: .7rem;
}

h5,
.h5 {
    margin-top: 1.5rem;
    margin-bottom: .25rem;
}

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: 2.44rem;
    line-height: 2.66rem;
}

h2,
.h2 {
    font-size: 2rem;
    line-height: 2.33rem;
}

h3,
.h3 {
    font-size: 1.667rem;
    line-height: 2.11rem;
}

h4,
.h4 {
    font-size: 1.333rem;
    line-height: 1.83rem;
}

h5,
.h5 {
    font-size: 1.111rem;
    line-height: 1.222rem;
    text-transform: uppercase;
}

h6,
.h6 {
    font-size: .88rem;
    line-height: 1rem;
    text-transform: uppercase;
}

p {
    margin: 0 0 .7rem;
}

.lead,
.fsHeaderStatementText {
    margin-bottom: 1.39rem;
    font-size: 1.33rem;
    font-weight: 400;
    line-height: 1.55rem;
}

@media (min-width:768px) {
    .lead {
        font-size: 1.33rem;
    }
}

small,
.small {
    font-size: 72%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #e2e2e2;
}

.text-primary {
    color: #0073e6;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0059b3;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #ea4e1a;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #d41714;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #0059b3;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: .64rem;
    margin: 2.78rem 0 1.39rem;
    border-bottom: 1px solid #efefef;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: .7rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 1.39rem;
}

dt,
dd {
    line-height: 1.333em;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 8.89rem;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 10rem;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #e2e2e2;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 12.5px 25px;
    margin: 0 0 25px;
    font-size: 22.5px;
    border-left: 5px solid #efefef;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.333em;
    color: #e2e2e2;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #efefef;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 25px;
    font-style: normal;
    line-height: 1.333em;
}

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: #ffffff;
    background-color: #333333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none;
}

pre {
    display: block;
    padding: 12px;
    margin: 0 0 12.5px;
    font-size: 17px;
    line-height: 1.333em;
    word-break: break-all;
    word-wrap: break-word;
    color: #707070;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    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.body-container {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 1.5rem;
}

.container.header-container {
    padding: 25px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    margin-bottom: 1.5rem;
}

@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;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.row.xs-tight>[class^="col-"]:not(:first-child),
.row.xs-tight>[class*=" col-"]:not(:first-child) {
    padding-left: 2px;
}

.row.xs-tight>[class^="col-"]:not(:last-child),
.row.xs-tight>[class*=" col-"]:not(:last-child) {
    padding-right: 2px;
}

.row.xs-nopadding>[class^="col-"]:not(:first-child),
.row.xs-nopadding>[class*=" col-"]:not(:first-child) {
    padding-left: 0;
}

.row.xs-nopadding>[class^="col-"]:not(:last-child),
.row.xs-nopadding>[class*=" col-"]:not(:last-child) {
    padding-right: 0;
}

.row.xs-nopadding-all>[class^="col-"],
.row.xs-nopadding-all>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

@media (max-width:767px) {

    .row.xs-tight-xs>[class^="col-"]:not(:first-child),
    .row.xs-tight-xs>[class*=" col-"]:not(:first-child) {
        padding-left: 2px;
    }

    .row.xs-tight-xs>[class^="col-"]:not(:last-child),
    .row.xs-tight-xs>[class*=" col-"]:not(:last-child) {
        padding-right: 2px;
    }
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .row.sm-tight>[class^="col-"]:not(:first-child),
    .row.sm-tight>[class*=" col-"]:not(:first-child) {
        padding-left: 2px;
    }

    .row.sm-tight>[class^="col-"]:not(:last-child),
    .row.sm-tight>[class*=" col-"]:not(:last-child) {
        padding-right: 2px;
    }

    .row.sm-nopadding>[class^="col-"]:not(:first-child),
    .row.sm-nopadding>[class*=" col-"]:not(:first-child) {
        padding-left: 0;
    }

    .row.sm-nopadding>[class^="col-"]:not(:last-child),
    .row.sm-nopadding>[class*=" col-"]:not(:last-child) {
        padding-right: 0;
    }

    .row.sm-nopadding-all>[class^="col-"],
    .row.sm-nopadding-all>[class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .row.md-tight>[class^="col-"]:not(:first-child),
    .row.md-tight>[class*=" col-"]:not(:first-child) {
        padding-left: 2px;
    }

    .row.md-tight>[class^="col-"]:not(:last-child),
    .row.md-tight>[class*=" col-"]:not(:last-child) {
        padding-right: 2px;
    }

    .row.md-nopadding>[class^="col-"]:not(:first-child),
    .row.md-nopadding>[class*=" col-"]:not(:first-child) {
        padding-left: 0;
    }

    .row.md-nopadding>[class^="col-"]:not(:last-child),
    .row.md-nopadding>[class*=" col-"]:not(:last-child) {
        padding-right: 0;
    }

    .row.md-nopadding-all>[class^="col-"],
    .row.md-nopadding-all>[class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .row.lg-tight>[class^="col-"]:not(:first-child),
    .row.lg-tight>[class*=" col-"]:not(:first-child) {
        padding-left: 2px;
    }

    .row.lg-tight>[class^="col-"]:not(:last-child),
    .row.lg-tight>[class*=" col-"]:not(:last-child) {
        padding-right: 2px;
    }

    .row.lg-nopadding>[class^="col-"]:not(:first-child),
    .row.lg-nopadding>[class*=" col-"]:not(:first-child) {
        padding-left: 0;
    }

    .row.lg-nopadding>[class^="col-"]:not(:last-child),
    .row.lg-nopadding>[class*=" col-"]:not(:last-child) {
        padding-right: 0;
    }

    .row.lg-nopadding-all>[class^="col-"],
    .row.lg-nopadding-all>[class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #e2e2e2;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.333em;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #dddddd;
}

.table .table {
    background-color: #ffffff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #dddddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    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>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 18.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }

    .table-responsive>.table {
        margin-bottom: 0;
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }

    .table-responsive>.table-bordered {
        border: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
    font-size: 27px;
    line-height: inherit;
    color: #707070;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: .778rem;
    line-height: 1rem;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 16px;
    font-size: 18px;
    line-height: 1.333em;
    color: #000000;
}

.form-control {
    display: block;
    width: 100%;
    height: 2.9rem;
    padding: .56rem .28rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #707070;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #707070;
}

.form-control::-webkit-input-placeholder {
    color: #707070;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #efefef;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 57px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 45px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 54px;
    }
}

.form-group {
    margin-bottom: 1rem;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 25px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    font-size: unset;
    line-height: 1.333rem;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 0;
    min-height: 43px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

.input-sm {
    height: 45px;
    padding: 12px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 45px;
    line-height: 45px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 45px;
    padding: 12px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 45px;
    line-height: 45px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 45px;
    min-height: 38px;
    padding: 13px 10px;
    font-size: 13px;
    line-height: 1.5;
}

.input-lg {
    height: 54px;
    padding: 10px 26px;
    font-size: 24px;
    line-height: 1.333em;
    border-radius: 6px;
}

select.input-lg {
    height: 54px;
    line-height: 54px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 54px;
    padding: 10px 26px;
    font-size: 24px;
    line-height: 1.333em;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 54px;
    line-height: 54px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 54px;
    min-height: 49px;
    padding: 11px 26px;
    font-size: 24px;
    line-height: 1.333em;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 71.25px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 57px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    pointer-events: initial;
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 54px;
    height: 54px;
    line-height: 54px;
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label~.form-control-feedback {
    top: 40px;
    right: 5px;
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #404040;
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group>.form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 5px;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 16px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 41px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 16px;
    }
}

.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: 24px;
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 13px;
        font-size: 13px;
    }
}

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.btn-info:hover {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
}

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-warning:hover {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
    color: #ffffff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
}

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
    color: #ffffff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
}

.btn-link {
    color: #0073e6;
    font-weight: normal;
    border-radius: 0;
    padding: 0;
    display: inline;
    font-size: 1.33rem;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #0073e6;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #707070;
    text-decoration: none;
}

.btn-link.btn-sm {
    font-size: 1rem;
    text-transform: none;
    padding: 0;
}


input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.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: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 6000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 18px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 11.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.333em;
    color: #707070;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #636363;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #0073e6;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #e2e2e2;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 13px;
    line-height: 1.333em;
    color: #e2e2e2;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    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 .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>.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, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.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>.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="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    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-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 54px;
    padding: 10px 26px;
    font-size: 24px;
    line-height: 1.333em;
    border-radius: 6px;
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 54px;
    line-height: 54px;
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 45px;
    padding: 12px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 45px;
    line-height: 45px;
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 15px 20px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    color: #000000;
    text-align: center;
    background-color: #efefef;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 12px 10px;
    font-size: 13px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 26px;
    font-size: 24px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    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:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {}

.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:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    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>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: .55rem .722rem;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #efefef;
}

.nav>li.disabled>a {
    color: #e2e2e2;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #e2e2e2;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #efefef;
    border-color: #0073e6;
}

.nav .nav-divider {
    height: 1px;
    margin: 11.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.333em;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
    border-color: #efefef #efefef #dddddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #cccccc;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified>li {
    float: none;
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #dddddd;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #ffffff;
    }
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {}

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #ffffff;
    background-color: #0073e6;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified>li {
    float: none;
}

.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 {
        display: table-cell;
        width: 1%;
    }

    .nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #dddddd;
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #ffffff;
    }
}

.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: 25px;
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
    overflow-y: auto;
}

/* @media (min-width:768px) { */
@media (min-width:1024px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {

    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: .7rem 0;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand>img {
    display: block;
}

@media (min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -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: 6.25px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px;
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 25px;
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav>li {
        float: left;
    }

    .navbar-nav>li>a {
        padding-top: 12.5px;
        padding-bottom: 12.5px;
    }
}

.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, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: -3.5px;
    margin-bottom: -3.5px;
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }

    .navbar-form .input-group>.form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:425px) {
    .shrink-h2 {
        font-size: 2rem !important;
        line-height: 2.33rem !important;
        text-transform: uppercase;
    }
}

@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: -3.5px;
    margin-bottom: -3.5px;
}

.navbar-btn.btn-sm {
    margin-top: 2.5px;
    margin-bottom: 2.5px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 12.5px;
    margin-bottom: 12.5px;
}

@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: transparent;
    border-color: transparent;
}

.navbar-default .navbar-brand {
    color: #000;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #0073E6;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #000;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #000;
    background-color: transparent;
    text-decoration: underline;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #000;
    background-color: transparent;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #707070;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle:hover {
    border-color: #000
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555555;
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777777;
}

.navbar-default .navbar-link:hover {
    color: #333333;
}

.navbar-default .btn-link {
    color: #777777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #cccccc;
}

.navbar-inverse {
    background-color: #222222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #ffffff;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #ffffff;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #ffffff;
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #ffffff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #ffffff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #ffffff;
}

.navbar-inverse .navbar-link:hover {
    color: #ffffff;
}

.navbar-inverse .btn-link {
    color: #ffffff;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #ffffff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444444;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 25px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
}

.breadcrumb>.active {
    color: #e2e2e2;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 25px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 15px 20px;
    line-height: 1.333em;
    text-decoration: none;
    color: #0073e6;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    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:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #004d9a;
    background-color: #efefef;
    border-color: #dddddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #0073e6;
    border-color: #0073e6;
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #e2e2e2;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 26px;
    font-size: 24px;
    line-height: 1.3333333;
}

.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: 12px 10px;
    font-size: 13px;
    line-height: 1.333em;
}

.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: 25px 0;
    list-style: none;
    text-align: center;
}

.pager li {
    display: inline;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #efefef;
}

.pager .next>a,
.pager .next>span {
    float: right;
}

.pager .previous>a,
.pager .previous>span {
    float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #e2e2e2;
    background-color: #ffffff;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover,
a.label:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #e2e2e2;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #c9c9c9;
}

.label-primary {
    background-color: #0073e6;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #0059b3;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #e2e2e2;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #0073e6;
    background-color: #ffffff;
}

.list-group-item>.badge {
    float: right;
}

.list-group-item>.badge+.badge {
    margin-right: 5px;
}

.nav-pills>li>a>.badge {
    margin-left: 3px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #efefef;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 27px;
    font-weight: 200;
}

.jumbotron>hr {
    border-top-color: #d6d6d6;
}

.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: 81px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 25px;
    line-height: 1.333em;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
    margin-left: auto;
    margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #0073e6;
}

.thumbnail .caption {
    padding: 9px;
    color: #000000;
}

.alert {
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 6px;
}

.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: #CCCCCC;
    border-color: #CCCCCC;
    color: #000;
}

.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: #DC0000;
    color: #fff;
}

.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: 25px;
    margin-bottom: 25px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 13px;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
    background-color: #0073e6;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.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-left,
.media-right,
.media-body {
    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: #ffffff;
    border: 1px solid #dddddd;
}

.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: #555555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    text-decoration: none;
    color: #555555;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #efefef;
    color: #e2e2e2;
    cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #e2e2e2;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #0073e6;
    border-color: #0073e6;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #b3d9ff;
}

.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:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
    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:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
    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:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
    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:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
    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.333em;
}

/*.panel {
    margin-bottom: 25px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-body {
    padding: 15px;
}

.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: 21px;
    color: inherit;
}

    .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    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 > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead: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-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .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 td:first-child, .panel > .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 td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th: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 th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .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 td:last-child, .panel > .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 td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th: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 th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .panel > .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 td:first-child, .panel > .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 td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .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 td:last-child, .panel > .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 td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .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 #dddddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .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: 1.39rem;
    border: 1px solid #ccc;
    border-radius: 6px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ccc;
        }

    .panel-group .panel-default:last-child > .panel-heading + .panel-collapse > .panel-body {
        border-bottom-color: transparent;
    }

    .panel-group .panel-default:last-child > .panel-heading[aria-expanded=false] {
        border-bottom-color: transparent;
    }

.panel-default {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .panel-default > .panel-heading {
        background-color: white;
        border-bottom: 1px solid #ccc;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-bottom: 1px solid #ccc;
        }

        .panel-default > .panel-heading .badge {
            color: white;
            background-color: #ccc;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ccc;
    }

.panel-group .panel.panel-default:last-child > .panel-heading {
    border-bottom: 0;
}

.panel-primary {
    border-color: #ccc;
}

    .panel-primary > .panel-heading {
        color: #ffffff;
        background-color: #0073e6;
        border-color: #0073e6;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #0073e6;
        }

        .panel-primary > .panel-heading .badge {
            color: #0073e6;
            background-color: #ffffff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #0073e6;
    }

.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 iframe,
.embed-responsive embed,
.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 {
    padding: 1.389rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 1.5rem;
}

    .well > .h1, .well > .h2, .well > .h3, .well > .h4, .well > .h6, .well > .h7, .well > .h8 {
        margin-top: 0;
    }

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 1;
        filter: alpha(opacity=100);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
        position: relative;
        z-index: 1001;
        padding-top: 0.5rem;
    }

.modal-title {
    margin: 0;
    line-height: 1.333em;
    position: relative;
    z-index: 1000;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 570px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    }

    .modal-sm {
        width: 470px;
    }

    .modal-lg {
        width: 670px;
    }
}

@media (max-width:767px) {
    .modal-dialog {
        width: 300px;
        margin: 30px auto;
    }

    .modal-sm {
        width: 300px;
    }

    .modal-lg {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 670px;
    }
}*/

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.333em;
    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: 13px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    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: #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 100%;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.333em;
    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: 1rem;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 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: 18px;
    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: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff;
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        -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: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    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 #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 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-prev,
    .carousel-control .icon-next {
        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:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer: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,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-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;
    }

    th.visible-xs,
    td.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;
    }

    th.visible-sm,
    td.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;
    }

    th.visible-md,
    td.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;
    }

    th.visible-lg,
    td.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;
    }

    th.visible-print,
    td.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;
    }
}

/*.checkbox {
    padding-left: 1.14rem;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: .56rem;
        min-height: 1.33rem
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 1.33rem;
            height: 1.33rem;
            left: 0;
            margin-left: -1.14rem;
            border: .06rem solid #000;
            border-radius: .33rem;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out,color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out,color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out,color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 1.33rem;
            height: 1.33rem;
            left: 0;
            top: 0;
            margin-left: -1.14rem;
            padding-left: .14rem;
            padding-top: 0;
            font-size: 1rem;
            color: #fff;
            border: .06rem solid #0073e6;
            border-radius: .33rem;
            background-color: #0073e6;
            -webkit-transition: border 0.15s ease-in-out,color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out,color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out,color 0.15s ease-in-out;
        }

    .checkbox input[type="checkbox"], .checkbox input[type="radio"] {
        opacity: 0;
        z-index: 1;
        cursor: pointer;
    }

        .checkbox input[type="checkbox"]:focus + label::before, .checkbox input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after, .checkbox input[type="radio"]:checked + label::after {
            font-family: "FontAwesome";
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:indeterminate + label::after, .checkbox input[type="radio"]:indeterminate + label::after {
            display: block;
            content: "";
            width: .56rem;
            height: .16rem;
            background-color: #707070;
            border-radius: .11rem;
            margin-left: -.92rem;
            margin-top: 3.9rem;
        }

        .checkbox input[type="checkbox"]:disabled, .checkbox input[type="radio"]:disabled {
            cursor: not-allowed;
        }

            .checkbox input[type="checkbox"]:disabled + label, .checkbox input[type="radio"]:disabled + label {
                opacity: 0.65;
            }

                .checkbox input[type="checkbox"]:disabled + label::before, .checkbox input[type="radio"]:disabled + label::before {
                    background-color: #eeeeee;
                    cursor: not-allowed;
                }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after, .checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before, .checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after, .checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before, .checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after, .checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before, .checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after, .checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before, .checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after, .checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before, .checkbox-primary input[type="radio"]:indeterminate + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after, .checkbox-primary input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before, .checkbox-danger input[type="radio"]:indeterminate + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after, .checkbox-danger input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before, .checkbox-info input[type="radio"]:indeterminate + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after, .checkbox-info input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before, .checkbox-warning input[type="radio"]:indeterminate + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after, .checkbox-warning input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before, .checkbox-success input[type="radio"]:indeterminate + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after, .checkbox-success input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.radio {
    padding-left: 1.12rem;
}

    .radio label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: .56rem;
        min-height: 1.33rem
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 1.2223rem;
            height: 1.2223rem;
            top: .1112rem;
            left: 0;
            margin-left: -1.14rem;
            border: .06rem solid #000;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: .7778rem;
            height: .7778rem;
            left: .2223rem;
            top: .3335rem;
            margin-left: -1.14rem;
            border-radius: 50%;
            background-color: #0073e6;
            -webkit-transform: scale(0,0);
            -ms-transform: scale(0,0);
            -o-transform: scale(0,0);
            transform: scale(0,0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8,-0.33,0.2,1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8,-0.33,0.2,1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8,-0.33,0.2,1.33);
            transition: transform 0.1s cubic-bezier(0.8,-0.33,0.2,1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
        z-index: 1;
        cursor: pointer;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1,1);
            -ms-transform: scale(1,1);
            -o-transform: scale(1,1);
            transform: scale(1,1);
        }

        .radio input[type="radio"]:disabled {
            cursor: not-allowed;
        }

            .radio input[type="radio"]:disabled + label {
                opacity: 0.65;
            }

                .radio input[type="radio"]:disabled + label::before {
                    cursor: not-allowed;
                }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after, input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

input[type="checkbox"] .styled:checked + label::before, input[type="radio"] .styled:checked + label::before {
    color: #fff;
}

input[type="checkbox"] .styled:checked + label::after, input[type="radio"] .styled:checked + label::after {
    color: #fff;
}*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width:768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width:992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width:1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media (max-width:374px) {
    .bags-price-text {
        margin-left: 0px !important;
    }

    .seats-price-text {
        margin-left: 20px !important;
    }
}

@media (min-width:375px) and (max-width:424px) {
    .bags-price-text {
        margin-left: 10px !important;
    }

    .seats-price-text {
        margin-left: 40px !important;
    }
}

@media (min-width:425px) and (max-width:767px) {
    .bags-price-text {
        margin-left: 25px !important;
    }

    .seats-price-text {
        margin-left: 55px !important;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .bags-price-text {
        margin-left: 20px !important;
    }

    .seats-price-text {
        margin-left: 40px !important;
    }
}

@media (min-width:1024px) and (max-width:1439px) {
    .bags-price-text {
        margin-left: -20px !important;
    }

    .seats-price-text {
        margin-left: 0px !important;
    }
}

::-ms-clear {
    display: none;
}

.noborder {
    border: none !important;
    box-shadow: none;
    padding: 0px;
}

.close {
    opacity: 1;
}

.modal-header {
    border: none;
}

.modal-footer {
    border: none;
    text-align: center;
}

.alert-danger .alert-link {
    color: #fff;
}

#page>header.main_header~div#content {
    min-height: 485px;
}

div.skip-main {
    background-color: #FFEC00;
}

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    overflow: hidden;
    z-index: -999;
}

a.skip-main:focus,
a.skip-main:active {
    left: 10px;
    top: auto;
    height: auto;
    text-align: center;
    font-size: 1rem;
    z-index: 999;
    width: auto;
    position: relative;
}

.step-out-footer-link {
    width: 0.5rem;
    height: 0.5rem;
    fill: currentColor;
    margin-left: 0.28rem;
}

.req,
.required {
    color: #DC0000 !important;
}

input.req,
input.required {
    color: inherit !important;
}

.blueText {
    color: blue;
}

.mrs_lollipopregular {
    font-family: 'mrs_lollipopregular', 'Source Sans Pro', Helvetica, "Helvetica Neue", sans-serif;
    text-transform: uppercase;
}

h1.mrs_lollipopregular,
.h1.mrs_lollipopregular {
    font-size: 3.334rem;
    line-height: 2.889rem;
    text-transform: uppercase;
}

h2.mrs_lollipopregular,
.h2.mrs_lollipopregular {
    font-size: 2.223rem;
    line-height: 1.889rem;
    text-transform: uppercase;
}

.center-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*hr {
    border: 0;
    clear: both;
    display: block;
    width: 96%;
    background-color: #CCC;
    height: 1px;
}*/


.body-container {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

.page-header-container {
    padding: 25px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.largeBodyCopy,
.fsHeaderBenefitText {
    font-family: 'Source Sans Pro', Helvetica, "Helvetica Neue", sans-serif;
    font-size: 1.33rem;
    line-height: 1.55rem;
    color: #000;
}

.largeBodyCopyUpper {
    font-family: 'Source Sans Pro', Helvetica, "Helvetica Neue", sans-serif;
    font-size: 1.33rem;
    line-height: 1.55rem;
    color: #000;
    text-transform: uppercase;
}

.bodyCopy {
    font-size: 1rem;
}

.smallCopy {
    font-size: .778rem;
    line-height: 1rem;
}

.legalCopy {
    font-size: .662rem;
}

.buttonHiddenLabel {
    color: transparent
}

.rowList {
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 15px 0px;
}

.text14Upper {
    text-align: left;
    font-size: 14px;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22.5px;
    border-color: #000 transparent transparent #000;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.triangle-count {
    margin-left: -13px;
    color: white;
    font-weight: 900;
    margin-top: -20px;
    font-size: .83rem;
}

#content section.flight_departing {
    color: #333333;
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    padding: 25px 0px 0px 0px;
    position: relative;
}

#content section.flight_departing header,
section.flight_returning header {
    font-weight: normal;
    line-height: 26px;
    font-size: 20px;
    padding-bottom: 2px;
    overflow: hidden;
    float: left;
}

#content section.flight_departing a.action,
#content section.flight_returning a.action {
    width: auto;
    height: 34px;
    float: right;
    padding: 7px 21px 7px 21px;
    border: 1px solid #e5e5e5;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    overflow: hidden;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    vertical-align: top;
    background: #707070;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, .2);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, .2);
    text-shadow: 1px 1px 0px #000000;
    filter: dropshadow(color=#fff, offx=0, offy=1);
}

#content section.flight_departing a.action span,
#content section.flight_returning a.action span {
    width: 14px;
    display: inline-block;
    padding: 0;
    background: url(../images/irw/flight_change_arrow.png) no-repeat right 2px;
}

#content section.flight_change section ul li article.travelDate {
    width: 284px;
}

#content section.flight_change section ul li article.travel {
    width: 170px;
}

#content section.flight_change section ul li article.travel div {
    width: 73px;
    float: left;
    clear: right;
}

#content section.flight_change section ul li article.travel div.last_colomn {
    text-align: right;
    float: right;
    width: 97px;
    text-transform: uppercase;
}

#content section.flight_change section ul li article.travel div.last_colomn span {
    text-transform: none !important;
}

#content section.flight_change section ul li article.travel aside div.nx_day {
    float: right;
    text-align: right;
    font-size: 12px;
}

.containerGreyEF {
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #EFEFEF;
    margin-bottom: 20px;
    padding: 15px 0px;
    color: #000;
}

.iframe_wrapper {
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.iframe_wrapper iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.panel-heading {
    font-weight: 700;
}

.panel.panel-pricing .panel-heading {
    font-size: 1.333rem;
    line-height: 1.83rem;
}

.panel-heading[aria-expanded=true] .fa-chevron-right {
    display: none;
}

.panel-heading[aria-expanded=false] .fa-chevron-down {
    display: none;
}

.panel-heading[data-toggle=collapse] {
    cursor: pointer;
}

.panel.nested-details .panel-body .row.sub-details {
    font-size: .778rem;
}

select.form-control::-ms-expand {
    display: none !important;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url('data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2ODMgODA4bC03NDIgNzQxcS0xOSAxOS00NSAxOXQtNDUtMTlsLTc0Mi03NDFxLTE5LTE5LTE5LTQ1LjV0MTktNDUuNWwxNjYtMTY1cTE5LTE5IDQ1LTE5dDQ1IDE5bDUzMSA1MzEgNTMxLTUzMXExOS0xOSA0NS0xOXQ0NSAxOWwxNjYgMTY1cTE5IDE5IDE5IDQ1LjV0LTE5IDQ1LjV6Ii8+PC9zdmc+') no-repeat, #ffffff;
    background-position: calc(100% - .28rem);
    background-size: 1.25rem 1.25rem;
    padding-right: 1.5rem;
}

html.ie6 select.form-control,
html.ie7 select.form-control,
html.ie8 select.form-control,
html.ie9 select.form-control {
    background-image: none !important;
    padding-right: .28rem;
}

select::-ms-expand {
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

select.form-control.select-small {
    font-size: .87em;
}

#waitMessage img {
    max-width: 100%
}

#login_error:empty {
    display: none;
}

.validation_error,
.validationError {
    background: #ffdede;
    border-color: #dc0000;
}

.validation_error:focus,
.validationError:focus {
    border-color: #dc0000 !important;
    -moz-box-shadow: 0 0 3px #f33;
    -webkit-box-shadow: 0 0 3px #f33;
    box-shadow: 0 0 3px #f33;
}

.error_msg_bubble {
    background-color: #dc0000;
    display: none;
    min-width: 100px;
    max-width: 300px;
    padding: .6667rem .8333rem;
    position: absolute;
    left: 100px;
    top: 540px;
    border: 1px solid #dc0000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 1rem;
    line-height: 1.333rem;
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
    z-index: 3;
}

.error_msg_bubble span.arrow {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #dc0000;
    bottom: -14px;
    height: 0;
    left: 18px;
    line-height: 0;
    position: absolute;
    width: 0;
}

.error_msg_bubble p {
    margin: 0;
}

.error_msg_bubble p::before,
.alert.alert-danger p::before,
#error_msg_bubble.bubble p::before {
    font-family: FontAwesome;
    content: "\f071";
    padding-right: 10px;
    font-size: .8889rem;
}

.alert.alert-danger p:empty {
    display: none;
}

.warning_msg {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 6px;
    min-height: 24px;
    padding: 20px 20px 20px 80px;
    margin-bottom: 48px;
    background-color: #DC0000;
    font-size: 18px;
    color: #fff;
}

.warning_msg p {
    margin-bottom: 0;
    color: #FFF;
    font-size: 18px;
}

.warning_msg i {
    margin-right: 10px;
}

#header_error_bubble {
    left: 35px !important;
}

#header_error_bubble p,
#fsAward_msg_bubble p,
#error_msg_bubble.bubble p {
    margin-bottom: 0;
}

#error_msg_container {
    margin: 1rem 0;
    padding: 1.445rem 1.112rem;
}

#error_msg_bubble {
    margin: 1rem 0;
    padding: .6667rem .8333rem;
}

div.bubble {
    background: none repeat scroll 0 0 #DC0000;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    line-height: 1.333rem;
    font-weight: normal;
    height: auto;
    left: 0;
    max-width: 260px;
    min-width: 100px;
    padding: .6667rem .8333rem;
    position: absolute;
    text-align: center;
    width: auto;
    z-index: 9999;
}

div.bubble span.arrow {
    border-left: 15px solid rgba(239, 239, 239, 0);
    border-right: 15px solid rgba(239, 239, 239, 0);
    border-top: 15px solid #DC0000;
    bottom: -15px;
    height: 0;
    left: 30px;
    line-height: 0;
    position: absolute;
    width: 0;
}

.modal-header-spirit-yellow {
    padding: 9px 15px;
    border-bottom: 1px solid #fff;
    background-color: #FFEC00;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: -20px;
}

.close-spirit {
    background-image: url("../images/irw/tb_close.png");
    width: 32px;
    height: 32px;
    padding: 1px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.no-border-top {
    border-top: none;
}

.no-border-bottom {
    border-bottom: none;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-1rem {
    margin-top: 1rem;
}

padding-top-10 {
    padding-top: 10px;
}

padding-bottom-10 {
    padding-bottom: 10px;
}

.doubleBorder {
    border-top: 4px double;
}

.h2.notification-heading span {
    font-size: 1rem;
}

.row.total_price>div[class^="col-"],
.row.total_price>div[class*=" col-"] {
    font-size: 1.33rem;
    font-weight: 900;
    border-top: 4px double transparent;
    padding-top: 8px;
}

.row.total_price>div[class^="col-"].total_price_amount,
.row.total_price>div[class*=" col-"].total_price_amount {
    border-top-color: #ccc;
}

.modal-brand.modal-dialog {
    width: 570px;
    margin: 30px auto;
}

.modal-brand.modal-dialog.modal-sm {
    width: 470px;
    margin: 30px auto;
}

.modal-brand.modal-dialog.modal-lg {
    width: 670px;
    margin: 30px auto;
}

.modal-brand.modal-dialog .modal-content {
    border: .778rem solid #fff;
    border-radius: 0;
}

.modal-brand.modal-dialog .modal-content .modal-header {
    padding: .5rem 1rem 3rem 1rem;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    background-color: #FFEC00;
    margin-bottom: -20px;
}

.modal-brand.modal-dialog .modal-content .modal-header .modal-title {
    font-family: 'mrs_lollipopregular', 'Source Sans Pro', Helvetica, "Helvetica Neue", sans-serif;
    font-size: 2.22rem;
    line-height: 1.889rem;
    text-transform: uppercase;
}

.modal-brand.modal-dialog .modal-body {
    padding: 0;
    background-image: url(../images/irw/470_clouds@2x.png);
    margin-top: -4.5rem;
}

.modal-brand.modal-dialog .modal-content .popUpContent {
    padding-top: 5rem;
}

.modal-brand.modal-dialog.modal-sm .modal-body {
    background-size: 470px;
}

.modal-brand.modal-dialog .modal-body {
    background-size: 570px;
}

.modal-brand.modal-dialog.modal-lg .modal-body {
    background-size: 670px;
}

@media (max-width:676px) {

    .modal-brand.modal-dialog,
    .modal-brand.modal-dialog.modal-sm,
    .modal-brand.modal-dialog.modal-lg {
        width: 300px;
        margin: 30px auto;
    }

    .modal-brand.modal-dialog .modal-content {
        background-clip: border-box;
    }

    .modal-brand.modal-dialog .modal-body,
    .modal-brand.modal-dialog.modal-sm .modal-body,
    .modal-brand.modal-dialog.modal-lg .modal-body {
        background-size: 320px;
        margin-top: -4rem;
    }
}

.modal-dialog .close {
    text-shadow: none;
}

#ltineraryWrapper {}

#ltineraryWrapper .itinerary_tab.ltinerary {
    display: inline-block;
    background-color: #0073e6;
}

#ltineraryWrapper .itinerary_tab.ltinerary dl {
    margin: .25rem .5rem;
}

#ltineraryWrapper .itinerary_tab.ltinerary dt,
.itinerary_tab.ltinerary dd {
    display: inline-block;
}

#ltineraryWrapper .itinerary_tab.ltinerary a,
.itinerary_tab.ltinerary a:hover {
    color: #fff;
}

.itinerary_tab.ltinerary a:hover dt,
.itinerary_tab.ltinerary a:hover dd,
.itinerary_tab.ltinerary a:active dt,
.itinerary_tab.ltinerary a:active dd {
    text-decoration: underline;
}

#ltineraryWrapper .itinerary_tab.ltinerary dt {
    font-weight: 400;
}

#ltineraryWrapper .itinerary_tab.ltinerary dd {
    font-weight: 900;
}

@media (max-width:792px) {
    .container-fluid.shopping-basket {
        padding: 0;
    }

    .container-fluid.shopping-basket>.container {
        margin: 0;
        padding: 0;
        width: 100%;
    }
}

.discount_text {
    font-size: .8889rem;
}

@media (max-width:767px) {
    #ui-datepicker-div {
        width: 94%;
    }

    .ui-datepicker-multi .ui-datepicker-group {
        width: 100%;
    }

    #ui-datepicker-div .ui-datepicker-group:first-child {
        border-bottom: 1px solid #0073e6;
    }
}

@media (min-width:768px) {
    div.ui-datepicker-group.ui-datepicker-group-first {
        border-right: 1px solid #0073E6;
    }
}

.dateInRange>a {
    border-top: 1px solid #0073e6 !important;
    border-bottom: 1px solid #0073e6 !important;
}

.blueDotDate>a {
    border-top: 1px solid #0073e6 !important;
    border-bottom: 1px solid #0073e6 !important;
    background: url(../images/irw/bluedot.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color: white !important;
}

.blueDotDate.single>a {
    border-top: 0px !important;
    border-bottom: 0px !important;
    background: url(../images/irw/bluedot.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color: white !important;
}

.blueDotDate.depart>a {
    border-left: 1px solid #0073e6 !important;
}

.blueDotDate.return>a {
    border-right: 1px solid #0073e6 !important;
}

.datepicker_input {
    width: 100%;
    background: url(../images/irw/ic_event_black_24dp.png) no-repeat scroll 7px;
    background-position: right;
}

.warning_msg a,
.alert.alert-danger a {
    font-weight: 700;
    color: #fff;
}

.total_price {
    padding-top: .5rem;
}

.responsive-iframe-modal-dialog {
    position: relative;
    display: table;
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 300px;
}

.responsive-iframe-modal-dialog .modal-body {
    padding: 0px;
}

.responsive-iframe-modal-dialog .close {
    position: absolute;
    right: 5px;
    top: 5px;
}

.no-fsmcWrapper {
    height: 340px;
    width: 645px;
}

.fsmcWrapper {
    height: 572px;
    width: 877px;
}

a.btn.btn-sm.btn-double {
    height: 4.556rem;
    display: table;
}

a.btn.btn-sm.btn-double>div {
    display: table-cell;
    vertical-align: middle;
}

.standbyWrapper .JC .name,
.standbyWrapper .JF .name,
.standbyWrapper .JSCP .name,
.standbyWrapper .JSCA .name {
    background-repeat: no-repeat;
    background-position: 55px 10px;
}

.standbyWrapper .JC .name,
.standbyWrapper .JSCP .name {
    background-image: url(../images/irw/standby_p.png)
}

.standbyWrapper .JF .name,
.standbyWrapper .JSCA .name {
    background-image: url(../images/irw/standby_fa.png)
}

.standByPill {
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width:645px) {
    .no-fsmcWrapper {
        height: 170px;
        width: 320px;
    }

    .responsive-iframe-modal-dialog .close {
        font-size: 22px;
    }
}

@media (max-width:876px) {
    .fsmcWrapper {
        height: 209px;
        width: 320px;
    }

    .responsive-iframe-modal-dialog .close {
        font-size: 22px;
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .close:focus {
        outline: 2px solid Highlight;
    }
}

.main_header {
    background-color: #ffec00;
}

.main_header h1 {
    margin: 0;
}

.navbar.navbar-spirit {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

ul.nav.navbar-nav.main-links>li {
    cursor: pointer;
    cursor: hand;
}

.navbar-spirit .navbar-brand {
    color: #000;
}

.navbar.navbar-spirit ul li {
    margin-top: 0;
}

.navbar-spirit .navbar-brand img {
    height: 42px;
    width: 145px;
}

.navbar-spirit .navbar-toggle {
    border-color: transparent;
    margin-right: 0;
    float: left;
    padding: .5rem 0;
}

.navbar-spirit .navbar-toggle:hover {
    border-color: transparent;
}

.navbar-spirit .navbar-toggle:active {
    border-color: transparent;
}

.navbar-spirit .navbar-toggle .icon-bar {
    background-color: #000;
    display: block;
    width: 2rem;
    height: .222rem;
    border-radius: 3px;
}

.navbar-spirit .navbar-nav>li>a {
    padding: .55rem .5rem;
}

.navbar-spirit .navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.333em;
    display: inline-block;
    color: #000;
}

.navbar-spirit .navbar-nav>li>a:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #000;
}

.navbar-spirit.navbar-main>.navbar-collapse>span {
    float: right;
}

.main-links,
.login-links {
    font-weight: 900;
    margin-left: 1.5rem;
    text-transform: uppercase;
}

.secondary-links {
    font-weight: 700;
}

.language-links {
    font-weight: 700;
    margin-left: 1.5rem;
}

.navbar-spirit .navbar-nav.language-links>li>a {
    padding-right: 0;
}

.secondary-links>li a {
    padding-top: 0;
    padding-bottom: 0;
    border-left: 1px solid transparent;
    border-left-color: #000;
}

.secondary-links>li:first-child a {
    border-left-color: transparent;
}

.navbar-spirit .navbar-secondary {
    display: none;
}

.navbar-spirit.navbar-main .login-links {
    position: absolute;
    top: -1.6rem;
    right: 15px;
    list-style: none;
    z-index: 500;
}

.navbar-spirit.navbar-main .login-links li {
    padding-top: .1rem;
}

.navbar-spirit.navbar-main .login-links li.help {
    background-color: #000;
}

.navbar-spirit.navbar-main .login-links li.help a {
    color: #fff;
    background-color: #000;
}

.navbar-spirit.navbar-main .login-links li.help a img {
    margin-top: -.22rem;
}

.navbar-spirit .navbar-nav.login-links>li>a:hover i.fa-user {
    text-decoration: underline;
}

.navbar-spirit.navbar-main .login-links li.mobile-account {
    font-size: 2rem;
    margin-top: -1rem;
    margin-left: -2.75rem;
}

.navbar-spirit .dropdown a.dropdown-toggle {
    background-color: transparent;
}

.navbar-spirit .dropdown-menu {
    font-size: .778rem;
    text-transform: none;
    color: #000;
}

.navbar-spirit .dropdown-menu>li,
.navbar-spirit .dropdown-menu>li:hover,
.navbar-spirit .dropdown-menu>li:focus,
.navbar-spirit .dropdown-menu>li>a {
    color: #000;
    background-color: #fff;
}

.navbar-spirit .dropdown-menu>li>a:hover,
.navbar-spirit .dropdown-menu>li>a:focus {
    color: #000;
    text-decoration: underline;
    background-color: #fff;
}

.navbar-spirit .dropdown-menu .divider,
.navbar-spirit .dropdown-menu .divider:hover,
.navbar-spirit .dropdown-menu .divider:focus {
    background-color: #e5e5e5;
}

.navbar-spirit .navbar-brand {
    padding: 1rem 0;
    padding-right: 1rem;
}

@media (min-width:0) and (max-width:767px) {
    .navbar-spirit.navbar-main .navbar-header {
        text-align: center;
    }

    .navbar-spirit.navbar-main .navbar-toggle {
        float: none;
        /* margin-top: 0;
        margin-bottom: 0;
        position: absolute;
        top: 1rem;
        left: 0; */
    }

    .navbar-spirit .navbar-brand {
        padding-bottom: 0;
        padding-left: 0;
        padding-bottom: .2rem;
        display: inline-block;
        float: none;
    }

    .navbar-spirit .navbar-collapse {
        padding-left: 0;
    }

    .navbar-spirit.navbar-main .navbar-collapse>span {
        float: none;
    }

    .navbar-spirit .navbar-collapse ul.navbar-nav {
        margin-left: 0;
        display: block;
        margin-bottom: .5rem;
        margin-top: .5rem;
    }

    .navbar-spirit .navbar-collapse ul.navbar-nav.main-links {
        margin-top: 0;
    }

    .navbar-spirit .navbar-collapse ul.navbar-nav>li a {
        line-height: 2rem;
    }

    .navbar-spirit .navbar-collapse ul.navbar-nav.secondary-links>li a {
        border-left-color: transparent;
        line-height: 2rem;
    }

    .navbar-spirit .navbar-collapse ul.navbar-nav.help-links>li a img {
        margin-top: -.22rem;
    }

    .navbar-spirit .navbar-collapse ul.navbar-nav.help-links a {
        color: #fff;
        background-color: #000;
    }

    .navbar-spirit.navbar-main .login-links {
        top: 1rem;
        right: 0;
    }
}

@media (min-width:768px) and (max-width:1023px) {

    .navbar-spirit .navbar-secondary .navbar-header .navbar-toggle,
    .navbar-spirit .navbar-secondary {
        display: block;
    }

    .navbar-spirit.navbar-main .secondary-links {
        display: none;
    }

    .navbar-spirit .navbar-secondary .navbar-header {
        float: left;
        margin-top: .7rem;
        margin-bottom: 0;
    }

    .navbar-spirit .navbar-secondary .navbar-header .navbar-toggle {
        padding-top: 0;
        margin-top: .85rem;
    }

    .navbar-brand {
        padding-bottom: 0;
    }

    .navbar-spirit .navbar-brand {
        padding-left: 1rem;
    }

    .navbar-spirit .navbar-nav.language-links {
        margin-left: .7rem;
        clear: both;
        float: right;
    }

    .navbar-spirit .navbar-nav.language-links>li>a {
        padding-right: 0;
    }

    .navbar.navbar-spirit.navbar-main {
        margin-bottom: 0;
    }

    .navbar-spirit .navbar-secondary .navbar-collapse .secondary-links {
        float: none;
        display: block;
        margin-top: 0;
    }

    .navbar-spirit .navbar-secondary .navbar-collapse .secondary-links li {
        float: none;
        display: block;
    }

    .navbar-spirit .navbar-secondary .navbar-collapse .secondary-links li a {
        border-left-color: transparent;
        line-height: 2rem;
    }

    .navbar-spirit .navbar-secondary .navbar-collapse.collapse {
        display: none !important;
        height: 0 !important;
        padding-bottom: 0;
        overflow: hidden !important;
    }

    .navbar-spirit .navbar-secondary .navbar-collapse.collapse.in {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}

@media (min-width:768px) {
    .navbar-spirit.navbar-main .navbar-toggle {
        display: none;
    }

    .navbar-spirit .navbar-nav {
        float: left;
        margin: 1.425rem 0 .375rem 0;
    }

    .navbar-spirit .navbar-nav>li {
        float: left;
    }

    .navbar-spirit .navbar-nav>li>a {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 1.333em;
        font-size: .889rem;
        background-color: transparent;
    }

    .navbar-spirit .navbar-nav.language-links>li>a {
        padding-right: 0;
    }
}

@media (min-width:1023px) and (max-width:1169px) {
    .navbar-spirit .navbar-nav.language-links>li>a {
        padding-right: 0;
    }

    .navbar-spirit .navbar-nav.language-links li>a,
    .navbar-spirit .navbar-nav.secondary-links li>a {
        font-size: .778rem;
    }
}

.navbar-spirit .navbar-nav.login-links .dropdown-menu>li>a:hover.taMenu,
.navbar-spirit .navbar-nav.login-links .dropdown-menu>li>a:focus.taMenu {
    text-decoration: none;
}

.main_footer {
    background-color: #000;
    color: #fff;
    font-size: .78rem;
    margin-top: 1.5rem;
}

.main_footer .row.fs-footer {
    padding-bottom: .5rem
}

.main_footer .footer-nav h4 {
    border-top: 1px solid #fff;
    padding-top: .75rem;
}

.main_footer .footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main_footer .footer-nav ul li {
    padding-top: .5rem;
    margin-top: 0;
}

.main_footer .right-section h4 {
    line-height: 2em;
}

.main_footer .right-section .app-section a {
    display: block;
    padding-bottom: .7rem;
}

.main_footer .right-section .app-section img {
    width: 95%;
    height: auto;
    max-width: 9.2rem;
}

.main_footer ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main_footer ul.social li {
    display: inline-block;
    padding: .5rem 0 .5rem .5rem;
}

.main_footer ul.social li:first-child {
    padding-left: 0;
}

.main_footer ul.social li a {
    display: inline-block;
}

.main_footer ul.social li {
    font-size: 2rem;
}

.main_footer ul.social li a:hover {
    text-decoration: none;
}

.main_footer a,
.main_footer a:hover {
    color: #fff;
}

.main_footer .footer-logo {
    width: 100%;
    height: auto;
    max-width: 9.44rem;
}

.main_footer .tagline {
    padding: 1rem 0 .75rem 0;
    position: relative;
}

.main_footer h3.freeSpiritTM {
    white-space: nowrap;
    font-size: 1.5rem;
}

.main_footer h3.freeSpiritTM+a {
    white-space: nowrap;
}

@media (min-width:768px) {
    .main_footer .right-section h4.social {
        padding-top: .5rem;
    }

    .main_footer ul.social li {
        display: inline-block;
        padding-left: 1rem;
    }

    .main_footer .tagline .copyright {
        position: absolute;
        right: 0;
        bottom: 0;
        text-align: right;
    }
}

@media (min-width:992px) {
    .main_footer ul.social li {
        padding-left: 1.25rem;
    }

    .nav-legal h4 {
        letter-spacing: -.15px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .main_footer h4 {
        font-size: 1rem;
    }
}

@media (min-width:1200px) {
    .main_footer ul.social li {
        padding-left: 1.75rem;
    }
}

@media (max-width:768px) {
    #TAsearchContainer {
        float: none !important;
    }
}

@media (max-width:460px) {
    section#travel_agent_login {
        float: none !important;
    }
}

#travel_agent_sidebar ul {
    list-style-type: none;
    padding: 0px;
}

#travel_agent_sidebar ul li {
    font-size: 14px;
}

#travel_agent_sidebar ul li.heading {
    font-size: 16px;
    font-weight: bold;
}

#travel_agent_sidebar {
    border-right: solid 1px #efefef;
}

.booking_selections {
    max-width: 500px;
    padding-left: 20px;
}

#booking_selections.radio label {
    width: 140px;
}

#Booking_Widget_section {
    max-width: 900px;
}

#Booking_Widget_section ul {
    padding: 15px;
    list-style-type: none;
}

#TAsearchContainer {
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 6px;
    float: right;
    margin: 0px 0px 20px 20px;
    max-width: 470px;
}

.smallSearchContainer {
    max-width: 470px;
}

.largeSearchContainer {
    max-width: 900px !important;
}

#TAsearchContainer ul.searchElems li label {
    padding-top: 20px;
}

#searchButton {
    text-align: center;
}

#TAsearchContainer div#multiCity {
    clear: both;
    width: 100%;
}

.lastMulti {
    width: 30px;
    height: 30px;
    background-color: #0075CF;
    text-align: center;
    margin-top: 30px;
}

.lastMulti label {
    color: #FFFFFF;
    font-size: 28px !important;
    font-weight: 700;
    padding: 3px;
}

.btnAddCity {
    float: left;
    width: 40px;
    height: 40px;
    background-color: #0075CF;
    text-align: center;
    margin-top: 5px;
    padding: 7px 0px;
}

.btnAddCity a {
    color: #FFFFFF;
    font-size: 30px !important;
    font-weight: 700;
}

.form-control[readonly] {
    background-color: #fff;
}

section#travel_agent_login {
    width: 288px;
    padding: 10px 19px;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 6px;
    float: right;
}

section#travel_agent_login input[type='text'] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

section#travel_agent_login input[type='password'] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

section#travel_agent_login .button {
    padding: 5px 20px;
    font-size: 18px;
    line-height: normal;
}

section#travel_agent_login p.action {
    margin-top: 10px;
    text-align: center;
}

section#travel_agent_login p.action a.forgetpassword {
    font-size: 12px;
    display: block;
    margin-top: 10px;
}

body.es-PR section#travel_agent_login p.action a.forgetpassword {
    margin-right: 0px;
}

#birthDatesArea .month {
    width: 150px;
    margin-right: 15px;
    float: left;
}

#birthDatesArea .day {
    width: 80px;
    margin-right: 15px;
    float: left;
}

#birthDatesArea .year {
    width: 100px;
    margin-right: 15px;
    float: left;
}

#birthDatesArea .childLabel {
    clear: both;
    display: block;
}

#birthDatesArea li {
    margin-bottom: 20px;
}

label.formFieldName {
    display: block;
    margin-top: 15px;
}

#registrationContainer input.textField {
    width: 100%;
}

#TAPortalAgencyRegstrationGroup_TAPortalAgencyRegstrationInput_TextBoxPostalCode {
    width: 120px !important;
}

.col-xs-offset-right-6 {
    margin-right: 50%;
}

#orLabelReservationsFilter {
    margin: 15px;
}

#travelAgentReservation ul li {
    display: inline-block;
    float: left;
    height: auto;
    padding: 10px 0;
    width: 150px;
    text-align: center;
    background-color: #0073E6;
    margin: 0 1px 0px 0;
}

#travelAgentReservation ul li a {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    padding: 0 10px;
    font-weight: normal;
}

#travelAgentReservation ul li.active {
    background-color: #0073E6;
}

#travelAgentReservation ul li.Displaylist {
    float: right;
    background: none;
}

#travelAgentReservation ul li.Displaylist select {
    float: right;
    font-size: 14px !important;
    padding: 0px;
}

#travelAgentReservation ul li.deactive {
    background-color: #E2E2E2;
}

#travelAgentReservation table {
    width: 100%;
    font-family: 'Source Sans Pro', Helvetica, Sans-Serif;
}

#travelAgentReservation table th {
    background: #333333;
    font-family: 'Source Sans Pro', Helvetica, Sans-Serif;
    font-size: 14px;
    height: 50px;
    padding-left: 20px;
}

#travelAgentReservation table th a,
#travelAgentReservation table th span {
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
    position: relative;
}

#travelAgentReservation table td {
    height: 50px;
    padding-left: 20px;
    font-size: 13px;
    border-top: 2px solid #ffffff;
}

#travelAgentReservation table th a span.arrowdown {
    background: rgba(0, 0, 0, 0) url("../images/irw/sprite.png") no-repeat scroll -411px -94px;
    border-bottom: 1px solid #333333;
    display: inline-block;
    height: 10px;
    margin-left: 4px;
    margin-top: 0;
    position: absolute;
    top: 7px;
    width: 14px;
}

#travelAgentReservation table th a span.arrowup {
    background: rgba(0, 0, 0, 0) url("../images/irw/sprite.png") no-repeat scroll -387px -94px;
    border-bottom: 1px solid #333333;
    display: inline-block;
    height: 10px;
    margin-left: 4px;
    margin-top: 0;
    position: absolute;
    top: 7px;
    width: 14px;
}

#travelAgentReservation div.travelagentReservationllist {
    display: block;
    clear: both;
    margin-bottom: 70px;
}

#travelAgentReservation div.travelagentReservationllist .pagination {
    display: block;
    background: #333333;
    padding: 20px 20px 15px;
    line-height: 1;
    text-align: center;
}

#travelAgentReservation div.travelagentReservationllist .pagination div:first-child {
    display: inline-block;
    float: left;
    color: #fff;
    margin: 0 auto;
}

#travelAgentReservation div.travelagentReservationllist .pagination div a {
    color: #ffffff;
    display: inline-block;
    float: left;
    font-size: 18px;
    height: 24px;
    line-height: 20px;
    margin: 0 auto 0 10px;
    width: 24px;
}

#travelAgentReservation div.travelagentReservationllist .pagination div.paging {
    display: inline-block;
    top: -2px
}

#travelAgentReservation div.travelagentReservationllist .pagination div a.active {
    background: url(../images/irw/paginationHover.png) no-repeat;
}

#travelAgentReservation div.travelagentReservationllist p.noReservation {
    clear: both;
    color: #ff0000;
    font-size: 16px;
    font-weight: 700;
    margin-top: -2px;
}

.dateSearchButton {
    width: 45px;
    height: 45px;
    background: #0073E6;
}

.datesearch {
    padding: 20%;
}

.recordsListHeaderRounded {
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #CCC;
    font-weight: 900;
}

#AgentHeader div {
    height: 35px;
    margin-top: 10px;
}

#AgentRecords div ul {
    list-style-type: none;
    padding: 0px;
}

div .agentRecord {
    margin-top: 7px;
}

.hiddenElement {
    display: none;
}

.recordsListHeader {
    border: 1px solid #ccc;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #CCC;
    font-weight: 700;
}

.Disable_Delete {
    height: 17px;
    display: block;
    cursor: pointer;
    background: url('../images/irw/taadmin-delet-icon.png') no-repeat center top;
}

.Delete_icon {
    height: 17px;
    display: block;
    background: url('../images/irw/taadmin-delet-icon.png') no-repeat center -18px;
    cursor: pointer;
}

.deleteAgentLink {
    padding: 15px 0;
}

.cpointer {
    cursor: pointer
}

div.bTipWrapper {
    width: 250px;
    position: absolute;
    border: 1px solid #b0b0b0;
    color: #000;
    text-align: left;
    font-weight: normal;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    z-index: 1001;
    overflow: visible;
    padding: 18px;
    font-size: 14px;
    display: none;
}

div.bTipContent .h1 {
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: normal;
}

div.bTipContent p {
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

div.bTipContent ul {
    padding: 2px 0px 4px 0px;
}

div.bTipContent li {
    padding-bottom: 4px;
}

div.popUpWrapperTail {
    width: 42px;
    height: 20px;
    overflow: hidden;
    background: url(../images/irw/all_inclusive_tail.png);
    position: absolute;
    right: 25px;
    bottom: -20px;
}

.Requested_fund_tabs ul,
.electronic_Check_Transfer ul,
.electronic_fund_section ul,
.check_section ul,
.additional_instructions lu {
    list-style-type: none;
    padding: 0;
}

.Requested_fund_tabs ul li,
.electronic_Check_Transfer ul li,
.electronic_fund_section ul li,
.check_section ul li,
.additional_instructions lu li {
    padding-bottom: 15px;
}

#main-nav-tabs>li.active>a {
    color: black;
    border-width: 2px 2px 0px 2px;
    border-color: #0073E6;
}

#main-nav-container {
    margin-left: 5px;
    margin-right: 5px;
}

section.electronic_Fund_termsCondition {
    width: 100%;
    padding: 20px 20px;
    margin: 0px;
    clear: both;
    display: block;
}

section.electronic_Fund_termsCondition .h2 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px !important;
    text-transform: uppercase;
}

div.request_Type_Content .h2 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px !important;
    margin-top: 20px;
    text-transform: uppercase;
}

.h2.termsCondition {
    font-size: 14px !important;
}

div.e_termsCondition {
    padding: 5px;
    clear: both;
    display: block;
    border: 1px solid #ccc;
    background: #fff;
    height: 100px;
    overflow: auto;
}

section.electronic_Fund_termsCondition div.e_termsCondition p {
    font-size: 14px !important;
    line-height: 24px !important;
    padding-left: 10px;
}

section.electronic_Fund_termsCondition div.e_termsCondition div.noycTramcondition h2 {
    margin-bottom: 10px !important;
    font-size: 20px !important;
}

section.electronic_Fund_termsCondition div.e_termsCondition div.noycTramcondition ul li {
    list-style-type: disc;
    list-style-position: inside;
}

@media (max-width:767px) {
    #ui-datepicker-div {
        width: 64% !important;
    }
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrive:before {
    content: "\e900";
}

.icon-arrow:before {
    content: "\e901";
}

.icon-close-btn:before {
    content: "\e902";
}

.icon-depart:before {
    content: "\e903";
}

.icon-fly:before {
    content: "\e904";
}

.icon-vacation:before {
    content: "\e905";
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: 0.188em
}

.slicknav_nav {
    clear: both
}

.slicknav_nav ul,
.slicknav_nav li {
    display: block
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
    cursor: pointer;
}

.slicknav_nav .slicknav_row {
    display: block;
}

.slicknav_nav a {
    display: block
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    display: inline
}

.slicknav_menu:before,
.slicknav_menu:after {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    clear: both
}

.slicknav_menu {
    *zoom: 1
}

.slicknav_menu {
    font-size: 16px;
}

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #222222;
}

.slicknav_menu .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #f5f5f5;
}

.slicknav_menu {
    background: #4c4c4c;
    padding: 5px;
}

.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
}

.slicknav_nav,
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
}

.slicknav_nav ul {
    padding: 0;
    margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px;
}

.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #fff;
}

.slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #222;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-loading .slick-list {
    background: white url("../design/ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

@font-face {
    font-family: "slick";
    src: url("/sites/g../knoqqb6581/themes/site/nir_pid575/client/css/../fonts/slick.eot");
    src: url("/sites/g../knoqqb6581/themes/site/nir_pid575/client/css/../fonts/slick.eot?#iefix") format("embedded-opentype"), url("/sites/g../knoqqb6581/themes/site/nir_pid575/client/css/../fonts/slick.woff") format("woff"), url("/sites/g../knoqqb6581/themes/site/nir_pid575/client/css/../fonts/slick.ttf") format("truetype"), url("/sites/g../knoqqb6581/themes/site/nir_pid575/client/css/../fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -15px;
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    opacity: 1;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 22px;
    line-height: 1;
    color: #000;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -35px;
    background-image: url(../images/irw/prev-btn.png);
    background-size: 100%;
    width: 30px;
    height: 30px;
    opacity: .7;
}

.slick-prev:before {}

.slick-next {
    right: -35px;
    background-image: url(../images/irw/next-btn.png);
    background-size: 100%;
    width: 30px;
    height: 30px;
    opacity: .7;
}

.slick-next:before {}

.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    display: block;
    height: 15px;
    width: 15px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: none;
}

.slick-dots li.slick-active button {
    background-color: #000;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}

[dir="rtl"] .slick-next:before {
    content: "\2190";
}

[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}

[dir="rtl"] .slick-prev:before {
    content: "\2192";
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slider-bg {
    position: relative;
}

.slider-bg {
    background: url('../images/irw/banner-3.jpg') no-repeat center center;
    height: auto;
    background-size: cover;
    padding-bottom: 25px;
    border-bottom: 2px solid #ccc;
}

.slider-bg h1 {
    color: #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 1);
}

.slider {
    margin-top: 20px;
    color: #333;
    text-shadow: none;
    margin-bottom: 60px;
    min-height: 250px;
    color: #fff;
}

.slider {}

.slick-list {
    background-color: rgba(0, 0, 0, .85);
    min-height: 250px;
}

.slick-slide {
    padding: 15px 25px;
    position: relative;
}

.slick-slide h2 {
    color: #FFF32A;
}

.slick-slide a {
    color: #FFF32A;
}

.slick-slide [class^="icon-"],
[class*=" icon-"] {
    margin-right: 15px;
}

.slick-slide [class^="icon-"]:before,
.slick-slide [class*=" icon-"]:before {
    margin-right: 5px;
}

.slick-slide span {
    display: inline-block;
    padding: 0 8px;
    color: #666;
}

.slick-slide span.bg-icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 210px;
    z-index: -1;
    opacity: .25;
    color: #FFF32A;
}

.slick-slide span.date {
    display: block;
    padding: 8px 0;
    color: #ccc;
    font-size: 16px;
}

.slick-slide .btn {
    float: right;
    margin-top: 15px;
}

.slick-slide a.btn {
    color: #fff;
}

.slick-dots li.slick-active button:before {
    color: #fff;
}

.stock-quote {
    margin-top: 20px;
    color: #fff;
}

.stock-quote-inner {
    background: rgba(0, 0, 0, .85);
    padding: 15px 25px;
    min-height: 250px;
}

.stock-quote h2 {
    color: #FFF32A;
}

.stock-quote h3,
.stock-quote h4 {
    margin-top: 0;
}

.stock-quote a,
.stock-quote:hover {
    color: #fff;
    text-decoration: none;
}

.stock-quote .price {
    float: left;
    width: 50%;
}

.ndq-disclaimer {
    font-weight: normal;
    font-size: 70%;
    color: #bbb;
}

.stock-quote .change {
    float: left;
    font-size: 18px;
    width: 50%;
    line-height: 45px;
}

.stock-quote .positive {
    color: rgb(13, 185, 13);
}

.stock-quote .negative {
    color: red;
}

.stock-quote .label {
    padding: 0;
    color: #bbb;
    margin-right: 10px;
    font-weight: normal;
    font-size: 14px;
}

.stock-quote .stock-quote-inner .quote-wrapper div {
    border-bottom: 1px solid #666;
    float: left;
    width: 50%;
    padding: 5px 0;
}

.stock-quote .stock-quote-inner .quote-wrapper div.volume,
.stock-quote .stock-quote-inner .quote-wrapper div.mcap {
    clear: both;
    float: none;
    width: 100%;
}

.stock-quote p {
    margin: 12px 0;
}

.stock-quote span.clearfix {
    display: block;
}

.main {
    padding-top: 0;
    padding-bottom: 40px;
    z-index: 999;
    position: relative;
}

.main h3,
.resources h3 {}

body>.color-row .container {
    padding-top: 0;
}

.featurette h2,
.resources h2 {
    padding-left: 15px;
    padding-right: 15px;
}

span.date {
    color: #707070;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.featurette [class^="icon-"]:before,
.featurette [class*=" icon-"]:before,
.resources [class^="icon-"]:before,
.resources [class*=" icon-"]:before {
    position: absolute;
    z-index: -1;
    right: 0;
    top: -15px;
    font-size: 150px;
    border-radius: 40px;
    color: #eee;
    opacity: .8;
    padding: 15px;
}

.featurette ul,
.resources ul {
    margin: 0;
    padding: 0;
}

.featurette li,
.resources li {
    list-style-type: none;
    margin: 5px 0 5px 20px;
    position: relative;
}

.featurette li:before,
.resources li:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: -25px;
    content: '\e923';
    font-size: 22px;
    color: #ddd;
    opacity: 1;
}

/*hr{padding:6px 0 0;border:0;margin:0px 0 -4px 0;z-index:11;position:relative;}*/
.resources {
    background: #707070;
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
    z-index: 10;
}

.resources h2 {}

.resources h4 {
    font-family: 'Source Sans Pro', Helvetica, Sans-Serif;
    text-transform: uppercase;
    font-size: 20px;
}

.sans {
    font-family: 'Source Sans Pro', Helvetica, Sans-Serif;
    text-transform: uppercase !important;
}

.resources a {}

.social {
    position: relative;
}

.lifestream-fb ul,
.lifestream-twitter ul {
    margin: 0;
    padding: 0;
}

.lifestream-fb li,
.lifestream-twitter li {
    list-style-type: none;
    margin: 5px 0 5px 20px;
    position: relative;
}

.lifestream-facebook_page:before,
.lifestream-twitter:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: -25px;
    font-size: 22px;
    color: #ddd;
    opacity: 1;
}

.resources .social [class^="icon-"]:before,
.resources .social [class*=" icon-"]:before {
    font-size: 110px;
    right: 50px;
    z-index: 0;
    color: #888;
}

footer {
    padding: 10px 0;
    background: #eee;
}

footer section nav {
    margin-bottom: 20px;
}

.footer_wrap {
    background-color: #000;
}

@media (max-width: 480px) {

    .slick-next:before,
    .slick-prev:before {
        display: none;
    }
}

@media print {

    body a:link:after,
    body a:visited:after {
        content: "" !important;
    }

    .slider {
        margin-bottom: 30px;
        min-height: 0;
    }

    .slick-slide,
    .stock-quote,
    .main {
        padding: 0;
        margin-top: 0;
        min-height: 0;
    }

    .slick-track>div:not(.slick-active) {
        display: none;
    }

    .stock-quote .label {
        border: 0
    }

    .row.featurette {
        padding: 0 15px;
    }

    .featurette [class^="icon-"]:before,
    .featurette [class*=" icon-"]:before,
    .resources [class^="icon-"]:before,
    .resources [class*=" icon-"]:before,
    .slick-slide [class^="icon-"]:before,
    .slick-slide [class*=" icon-"]:before,
    .slick-dots li {
        display: none;
        content: '';
    }

    .slick-prev:before,
    .slick-next:before {
        content: '';
    }
}

.center-block {
    float: none;
}

.featurette .nav li:before,
.resources .nav li:before {
    display: none;
}

.featurette .nav li,
.resources .nav li {
    margin: 0;
}

.nav-pills {}

.sidebar {}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background: transparent;
    background-color: #EFEFEF;
    border-radius: 0;
    border: 1px solid transparent;
    color: #0073E6;
}

.slider-bg.internal {
    background: none;
    padding-bottom: 0;
}

.slider-bg.internal .container {
    position: relative;
    padding: 0;
}

.slider-bg.internal .container:before {}

.slider-bg.internal .container:after {}

.slider-bg.internal h1 {
    text-shadow: none;
    color: #000;
    padding: 25px 15px 16px 15px;
    margin: 0;
    -moz-box-shadow: inset 0px 18px 8px -12px rgba(0, 0, 0, 0.3);
}

.color-row.alt {
    position: relative;
}

.color-row.alt h2 {
    font-family: 'mrs_lollipopregular', 'Source Sans Pro', Helvetica, Sans-Serif;
    text-transform: uppercase;
}

.color-row.alt.yellow {
    background-color: #FFF32A;
}

.color-row.alt.grey {
    background-color: #ccc;
}

.color-row.alt:before {
    background: url(../images/irw/footer_line.png) repeat-x 0 0 transparent;
    border: 0;
    margin: -2px 0 0 0;
    position: absolute;
    height: 7px;
    top: 0;
    width: 100%;
}

.color-row.alt:after {
    background: url(../images/irw/footer_line.png) repeat-x 0 0 transparent;
    border: 0;
    margin: 0 0 -3px 0;
    position: absolute;
    height: 7px;
    bottom: 0;
    width: 100%;
}

.color-row {
    padding: 0;
}

.color-row.alt {
    padding: 40px 0;
    position: relative;
    z-index: 9991;
}

.color-row .container {
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 999;
    background-color: #fff;
    position: relative;
}

.color-row.alt .container {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 999;
    background-color: transparent;
    position: relative;
}

.text-center {
    text-align: center;
}

.resources {
    background: url(../images/irw/globe.png) no-repeat right 0 #e2e2e2;
}

.slicknav_menu {
    display: none;
}

footer nav p {
    font-size: 19.6px !important;
}

@media (min-width: 768px) {
    .slider-bg.internal .container {}
}

@media (min-width: 992px) {
    .slider-bg.internal .container {}
}

@media (min-width: 1200px) {
    .slider-bg.internal .container {}
}

@media (max-width: 992px) {
    .float-right {
        display: none;
    }
}

@media (max-width: 768px) {

    header img,
    header .inline {
        float: none !important;
        text-align: center;
        margin: auto;
        display: block;
    }

    .resources .row {
        background-color: rgba(112, 112, 112, .5);
    }
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: "\e600";
}

.icon-home2:before {
    content: "\e601";
}

.icon-home3:before {
    content: "\e602";
}

.icon-office:before {
    content: "\e603";
}

.icon-newspaper:before {
    content: "\e604";
}

.icon-pencil:before {
    content: "\e605";
}

.icon-pencil2:before {
    content: "\e606";
}

.icon-quill:before {
    content: "\e607";
}

.icon-pen:before {
    content: "\e608";
}

.icon-blog:before {
    content: "\e609";
}

.icon-droplet:before {
    content: "\e60a";
}

.icon-paint-format:before {
    content: "\e60b";
}

.icon-image:before {
    content: "\e60c";
}

.icon-image2:before {
    content: "\e60d";
}

.icon-images:before {
    content: "\e60e";
}

.icon-camera:before {
    content: "\e60f";
}

.icon-music:before {
    content: "\e610";
}

.icon-headphones:before {
    content: "\e611";
}

.icon-play:before {
    content: "\e612";
}

.icon-film:before {
    content: "\e613";
}

.icon-camera2:before {
    content: "\e614";
}

.icon-dice:before {
    content: "\e615";
}

.icon-pacman:before {
    content: "\e616";
}

.icon-spades:before {
    content: "\e617";
}

.icon-clubs:before {
    content: "\e618";
}

.icon-diamonds:before {
    content: "\e619";
}

.icon-pawn:before {
    content: "\e61a";
}

.icon-bullhorn:before {
    content: "\e61b";
}

.icon-connection:before {
    content: "\e61c";
}

.icon-podcast:before {
    content: "\e61d";
}

.icon-feed:before {
    content: "\e61e";
}

.icon-book:before {
    content: "\e61f";
}

.icon-books:before {
    content: "\e620";
}

.icon-library:before {
    content: "\e621";
}

.icon-file:before {
    content: "\e622";
}

.icon-profile:before {
    content: "\e623";
}

.icon-file2:before {
    content: "\e624";
}

.icon-file3:before {
    content: "\e625";
}

.icon-file4:before {
    content: "\e626";
}

.icon-copy:before {
    content: "\e627";
}

.icon-copy2:before {
    content: "\e628";
}

.icon-copy3:before {
    content: "\e629";
}

.icon-paste:before {
    content: "\e62a";
}

.icon-paste2:before {
    content: "\e62b";
}

.icon-paste3:before {
    content: "\e62c";
}

.icon-stack:before {
    content: "\e62d";
}

.icon-folder:before {
    content: "\e62e";
}

.icon-folder-open:before {
    content: "\e62f";
}

.icon-tag:before {
    content: "\e630";
}

.icon-tags:before {
    content: "\e631";
}

.icon-barcode:before {
    content: "\e632";
}

.icon-qrcode:before {
    content: "\e633";
}

.icon-ticket:before {
    content: "\e634";
}

.icon-cart:before {
    content: "\e635";
}

.icon-cart2:before {
    content: "\e636";
}

.icon-cart3:before {
    content: "\e637";
}

.icon-coin:before {
    content: "\e638";
}

.icon-credit:before {
    content: "\e639";
}

.icon-calculate:before {
    content: "\e63a";
}

.icon-support:before {
    content: "\e63b";
}

.icon-phone:before {
    content: "\e63c";
}

.icon-phone-hang-up:before {
    content: "\e63d";
}

.icon-address-book:before {
    content: "\e63e";
}

.icon-notebook:before {
    content: "\e63f";
}

.icon-envelope:before {
    content: "\e640";
}

.icon-pushpin:before {
    content: "\e641";
}

.icon-location:before {
    content: "\e642";
}

.icon-location2:before {
    content: "\e643";
}

.icon-compass:before {
    content: "\e644";
}

.icon-map:before {
    content: "\e645";
}

.icon-map2:before {
    content: "\e646";
}

.icon-history:before {
    content: "\e647";
}

.icon-clock:before {
    content: "\e648";
}

.icon-clock2:before {
    content: "\e649";
}

.icon-alarm:before {
    content: "\e64a";
}

.icon-alarm2:before {
    content: "\e64b";
}

.icon-bell:before {
    content: "\e64c";
}

.icon-stopwatch:before {
    content: "\e64d";
}

.icon-calendar:before {
    content: "\e64e";
}

.icon-calendar2:before {
    content: "\e64f";
}

.icon-print:before {
    content: "\e650";
}

.icon-keyboard:before {
    content: "\e651";
}

.icon-screen:before {
    content: "\e652";
}

.icon-laptop:before {
    content: "\e653";
}

.icon-mobile:before {
    content: "\e654";
}

.icon-mobile2:before {
    content: "\e655";
}

.icon-tablet:before {
    content: "\e656";
}

.icon-tv:before {
    content: "\e657";
}

.icon-cabinet:before {
    content: "\e658";
}

.icon-drawer:before {
    content: "\e659";
}

.icon-drawer2:before {
    content: "\e65a";
}

.icon-drawer3:before {
    content: "\e65b";
}

.icon-box-add:before {
    content: "\e65c";
}

.icon-box-remove:before {
    content: "\e65d";
}

.icon-download:before {
    content: "\e65e";
}

.icon-upload:before {
    content: "\e65f";
}

.icon-disk:before {
    content: "\e660";
}

.icon-storage:before {
    content: "\e661";
}

.icon-undo:before {
    content: "\e662";
}

.icon-redo:before {
    content: "\e663";
}

.icon-flip:before {
    content: "\e664";
}

.icon-flip2:before {
    content: "\e665";
}

.icon-undo2:before {
    content: "\e666";
}

.icon-redo2:before {
    content: "\e667";
}

.icon-forward:before {
    content: "\e668";
}

.icon-reply:before {
    content: "\e669";
}

.icon-bubble:before {
    content: "\e66a";
}

.icon-bubbles:before {
    content: "\e66b";
}

.icon-bubbles2:before {
    content: "\e66c";
}

.icon-bubble2:before {
    content: "\e66d";
}

.icon-bubbles3:before {
    content: "\e66e";
}

.icon-bubbles4:before {
    content: "\e66f";
}

.icon-user:before {
    content: "\e670";
}

.icon-users:before {
    content: "\e671";
}

.icon-user2:before {
    content: "\e672";
}

.icon-users2:before {
    content: "\e673";
}

.icon-user3:before {
    content: "\e674";
}

.icon-user4:before {
    content: "\e675";
}

.icon-quotes-left:before {
    content: "\e676";
}

.icon-busy:before {
    content: "\e677";
}

.icon-spinner:before {
    content: "\e678";
}

.icon-spinner2:before {
    content: "\e679";
}

.icon-spinner3:before {
    content: "\e67a";
}

.icon-spinner4:before {
    content: "\e67b";
}

.icon-spinner5:before {
    content: "\e67c";
}

.icon-spinner6:before {
    content: "\e67d";
}

.icon-binoculars:before {
    content: "\e67e";
}

.icon-search:before {
    content: "\e67f";
}

.icon-zoomin:before {
    content: "\e680";
}

.icon-zoomout:before {
    content: "\e681";
}

.icon-expand:before {
    content: "\e682";
}

.icon-contract:before {
    content: "\e683";
}

.icon-expand2:before {
    content: "\e684";
}

.icon-contract2:before {
    content: "\e685";
}

.icon-key:before {
    content: "\e686";
}

.icon-key2:before {
    content: "\e687";
}

.icon-lock:before {
    content: "\e688";
}

.icon-lock2:before {
    content: "\e689";
}

.icon-unlocked:before {
    content: "\e68a";
}

.icon-wrench:before {
    content: "\e68b";
}

.icon-settings:before {
    content: "\e68c";
}

.icon-equalizer:before {
    content: "\e68d";
}

.icon-cog:before {
    content: "\e68e";
}

.icon-cogs:before {
    content: "\e68f";
}

.icon-cog2:before {
    content: "\e690";
}

.icon-hammer:before {
    content: "\e691";
}

.icon-wand:before {
    content: "\e692";
}

.icon-aid:before {
    content: "\e693";
}

.icon-bug:before {
    content: "\e694";
}

.icon-pie:before {
    content: "\e695";
}

.icon-stats:before {
    content: "\e696";
}

.icon-bars:before {
    content: "\e697";
}

.icon-bars2:before {
    content: "\e698";
}

.icon-gift:before {
    content: "\e699";
}

.icon-trophy:before {
    content: "\e69a";
}

.icon-glass:before {
    content: "\e69b";
}

.icon-mug:before {
    content: "\e69c";
}

.icon-food:before {
    content: "\e69d";
}

.icon-leaf:before {
    content: "\e69e";
}

.icon-rocket:before {
    content: "\e69f";
}

.icon-meter:before {
    content: "\e6a0";
}

.icon-meter2:before {
    content: "\e6a1";
}

.icon-dashboard:before {
    content: "\e6a2";
}

.icon-hammer2:before {
    content: "\e6a3";
}

.icon-fire:before {
    content: "\e6a4";
}

.icon-lab:before {
    content: "\e6a5";
}

.icon-magnet:before {
    content: "\e6a6";
}

.icon-remove:before {
    content: "\e6a7";
}

.icon-remove2:before {
    content: "\e6a8";
}

.icon-briefcase:before {
    content: "\e6a9";
}

.icon-airplane:before {
    content: "\e6aa";
}

.icon-truck:before {
    content: "\e6ab";
}

.icon-road:before {
    content: "\e6ac";
}

.icon-accessibility:before {
    content: "\e6ad";
}

.icon-target:before {
    content: "\e6ae";
}

.icon-shield:before {
    content: "\e6af";
}

.icon-lightning:before {
    content: "\e6b0";
}

.icon-switch:before {
    content: "\e6b1";
}

.icon-powercord:before {
    content: "\e6b2";
}

.icon-signup:before {
    content: "\e6b3";
}

.icon-list:before {
    content: "\e6b4";
}

.icon-list2:before {
    content: "\e6b5";
}

.icon-numbered-list:before {
    content: "\e6b6";
}

.icon-menu:before {
    content: "\e6b7";
}

.icon-menu2:before {
    content: "\e6b8";
}

.icon-tree:before {
    content: "\e6b9";
}

.icon-cloud:before {
    content: "\e6ba";
}

.icon-cloud-download:before {
    content: "\e6bb";
}

.icon-cloud-upload:before {
    content: "\e6bc";
}

.icon-download2:before {
    content: "\e6bd";
}

.icon-upload2:before {
    content: "\e6be";
}

.icon-download3:before {
    content: "\e6bf";
}

.icon-upload3:before {
    content: "\e6c0";
}

.icon-globe:before {
    content: "\e6c1";
}

.icon-earth:before {
    content: "\e6c2";
}

.icon-link:before {
    content: "\e6c3";
}

.icon-flag:before {
    content: "\e6c4";
}

.icon-attachment:before {
    content: "\e6c5";
}

.icon-eye:before {
    content: "\e6c6";
}

.icon-eye-blocked:before {
    content: "\e6c7";
}

.icon-eye2:before {
    content: "\e6c8";
}

.icon-bookmark:before {
    content: "\e6c9";
}

.icon-bookmarks:before {
    content: "\e6ca";
}

.icon-brightness-medium:before {
    content: "\e6cb";
}

.icon-brightness-contrast:before {
    content: "\e6cc";
}

.icon-contrast:before {
    content: "\e6cd";
}

.icon-star:before {
    content: "\e6ce";
}

.icon-star2:before {
    content: "\e6cf";
}

.icon-star3:before {
    content: "\e6d0";
}

.icon-heart:before {
    content: "\e6d1";
}

.icon-heart2:before {
    content: "\e6d2";
}

.icon-heart-broken:before {
    content: "\e6d3";
}

.icon-thumbs-up:before {
    content: "\e6d4";
}

.icon-thumbs-up2:before {
    content: "\e6d5";
}

.icon-happy:before {
    content: "\e6d6";
}

.icon-happy2:before {
    content: "\e6d7";
}

.icon-smiley:before {
    content: "\e6d8";
}

.icon-smiley2:before {
    content: "\e6d9";
}

.icon-tongue:before {
    content: "\e6da";
}

.icon-tongue2:before {
    content: "\e6db";
}

.icon-sad:before {
    content: "\e6dc";
}

.icon-sad2:before {
    content: "\e6dd";
}

.icon-wink:before {
    content: "\e6de";
}

.icon-wink2:before {
    content: "\e6df";
}

.icon-grin:before {
    content: "\e6e0";
}

.icon-grin2:before {
    content: "\e6e1";
}

.icon-cool:before {
    content: "\e6e2";
}

.icon-cool2:before {
    content: "\e6e3";
}

.icon-angry:before {
    content: "\e6e4";
}

.icon-angry2:before {
    content: "\e6e5";
}

.icon-evil:before {
    content: "\e6e6";
}

.icon-evil2:before {
    content: "\e6e7";
}

.icon-shocked:before {
    content: "\e6e8";
}

.icon-shocked2:before {
    content: "\e6e9";
}

.icon-confused:before {
    content: "\e6ea";
}

.icon-confused2:before {
    content: "\e6eb";
}

.icon-neutral:before {
    content: "\e6ec";
}

.icon-neutral2:before {
    content: "\e6ed";
}

.icon-wondering:before {
    content: "\e6ee";
}

.icon-wondering2:before {
    content: "\e6ef";
}

.icon-point-up:before {
    content: "\e6f0";
}

.icon-point-right:before {
    content: "\e6f1";
}

.icon-point-down:before {
    content: "\e6f2";
}

.icon-point-left:before {
    content: "\e6f3";
}

.icon-warning:before {
    content: "\e6f4";
}

.icon-notification:before {
    content: "\e6f5";
}

.icon-question:before {
    content: "\e6f6";
}

.icon-info:before {
    content: "\e6f7";
}

.icon-info2:before {
    content: "\e6f8";
}

.icon-blocked:before {
    content: "\e6f9";
}

.icon-cancel-circle:before {
    content: "\e6fa";
}

.icon-checkmark-circle:before {
    content: "\e6fb";
}

.icon-spam:before {
    content: "\e6fc";
}

.icon-close:before {
    content: "\e6fd";
}

.icon-checkmark:before {
    content: "\e6fe";
}

.icon-checkmark2:before {
    content: "\e6ff";
}

.icon-spell-check:before {
    content: "\e700";
}

.icon-minus:before {
    content: "\e701";
}

.icon-plus:before {
    content: "\e702";
}

.icon-enter:before {
    content: "\e703";
}

.icon-exit:before {
    content: "\e704";
}

.icon-play2:before {
    content: "\e705";
}

.icon-pause:before {
    content: "\e706";
}

.icon-stop:before {
    content: "\e707";
}

.icon-backward:before {
    content: "\e708";
}

.icon-forward2:before {
    content: "\e709";
}

.icon-play3:before {
    content: "\e70a";
}

.icon-pause2:before {
    content: "\e70b";
}

.icon-stop2:before {
    content: "\e70c";
}

.icon-backward2:before {
    content: "\e70d";
}

.icon-forward3:before {
    content: "\e70e";
}

.icon-first:before {
    content: "\e70f";
}

.icon-last:before {
    content: "\e710";
}

.icon-previous:before {
    content: "\e711";
}

.icon-next:before {
    content: "\e712";
}

.icon-eject:before {
    content: "\e713";
}

.icon-volume-high:before {
    content: "\e714";
}

.icon-volume-medium:before {
    content: "\e715";
}

.icon-volume-low:before {
    content: "\e716";
}

.icon-volume-mute:before {
    content: "\e717";
}

.icon-volume-mute2:before {
    content: "\e718";
}

.icon-volume-increase:before {
    content: "\e719";
}

.icon-volume-decrease:before {
    content: "\e71a";
}

.icon-loop:before {
    content: "\e71b";
}

.icon-loop2:before {
    content: "\e71c";
}

.icon-loop3:before {
    content: "\e71d";
}

.icon-shuffle:before {
    content: "\e71e";
}

.icon-arrow-up-left:before {
    content: "\e71f";
}

.icon-arrow-up:before {
    content: "\e720";
}

.icon-arrow-up-right:before {
    content: "\e721";
}

.icon-arrow-right:before {
    content: "\e722";
}

.icon-arrow-down-right:before {
    content: "\e723";
}

.icon-arrow-down:before {
    content: "\e724";
}

.icon-arrow-down-left:before {
    content: "\e725";
}

.icon-arrow-left:before {
    content: "\e726";
}

.icon-arrow-up-left2:before {
    content: "\e727";
}

.icon-arrow-up2:before {
    content: "\e728";
}

.icon-arrow-up-right2:before {
    content: "\e729";
}

.icon-arrow-right2:before {
    content: "\e72a";
}

.icon-arrow-down-right2:before {
    content: "\e72b";
}

.icon-arrow-down2:before {
    content: "\e72c";
}

.icon-arrow-down-left2:before {
    content: "\e72d";
}

.icon-arrow-left2:before {
    content: "\e72e";
}

.icon-arrow-up-left3:before {
    content: "\e72f";
}

.icon-arrow-up3:before {
    content: "\e730";
}

.icon-arrow-up-right3:before {
    content: "\e731";
}

.icon-arrow-right3:before {
    content: "\e732";
}

.icon-arrow-down-right3:before {
    content: "\e733";
}

.icon-arrow-down3:before {
    content: "\e734";
}

.icon-arrow-down-left3:before {
    content: "\e735";
}

.icon-arrow-left3:before {
    content: "\e736";
}

.icon-tab:before {
    content: "\e737";
}

.icon-checkbox-checked:before {
    content: "\e738";
}

.icon-checkbox-unchecked:before {
    content: "\e739";
}

.icon-checkbox-partial:before {
    content: "\e73a";
}

.icon-radio-checked:before {
    content: "\e73b";
}

.icon-radio-unchecked:before {
    content: "\e73c";
}

.icon-crop:before {
    content: "\e73d";
}

.icon-scissors:before {
    content: "\e73e";
}

.icon-filter:before {
    content: "\e73f";
}

.icon-filter2:before {
    content: "\e740";
}

.icon-font:before {
    content: "\e741";
}

.icon-text-height:before {
    content: "\e742";
}

.icon-text-width:before {
    content: "\e743";
}

.icon-bold:before {
    content: "\e744";
}

.icon-underline:before {
    content: "\e745";
}

.icon-italic:before {
    content: "\e746";
}

.icon-strikethrough:before {
    content: "\e747";
}

.icon-omega:before {
    content: "\e748";
}

.icon-sigma:before {
    content: "\e749";
}

.icon-table:before {
    content: "\e74a";
}

.icon-table2:before {
    content: "\e74b";
}

.icon-insert-template:before {
    content: "\e74c";
}

.icon-pilcrow:before {
    content: "\e74d";
}

.icon-lefttoright:before {
    content: "\e74e";
}

.icon-righttoleft:before {
    content: "\e74f";
}

.icon-paragraph-left:before {
    content: "\e750";
}

.icon-paragraph-center:before {
    content: "\e751";
}

.icon-paragraph-right:before {
    content: "\e752";
}

.icon-paragraph-justify:before {
    content: "\e753";
}

.icon-paragraph-left2:before {
    content: "\e754";
}

.icon-paragraph-center2:before {
    content: "\e755";
}

.icon-paragraph-right2:before {
    content: "\e756";
}

.icon-paragraph-justify2:before {
    content: "\e757";
}

.icon-indent-increase:before {
    content: "\e758";
}

.icon-indent-decrease:before {
    content: "\e759";
}

.icon-newtab:before {
    content: "\e75a";
}

.icon-embed:before {
    content: "\e75b";
}

.icon-code:before {
    content: "\e75c";
}

.icon-console:before {
    content: "\e75d";
}

.icon-share:before {
    content: "\e75e";
}

.icon-mail:before {
    content: "\e75f";
}

.icon-mail2:before {
    content: "\e760";
}

.icon-mail3:before {
    content: "\e761";
}

.icon-mail4:before {
    content: "\e762";
}

.icon-google:before {
    content: "\e763";
}

.icon-googleplus:before {
    content: "\e764";
}

.icon-googleplus2:before {
    content: "\e765";
}

.icon-googleplus3:before {
    content: "\e766";
}

.icon-googleplus4:before {
    content: "\e767";
}

.icon-google-drive:before {
    content: "\e768";
}

.icon-facebook:before {
    content: "\e769";
}

.icon-facebook2:before {
    content: "\e76a";
}

.icon-facebook3:before {
    content: "\e76b";
}

.icon-instagram:before {
    content: "\e76c";
}

.icon-twitter:before {
    content: "\e76d";
}

.icon-twitter2:before {
    content: "\e76e";
}

.icon-twitter3:before {
    content: "\e76f";
}

.icon-feed2:before {
    content: "\e770";
}

.icon-feed3:before {
    content: "\e771";
}

.icon-feed4:before {
    content: "\e772";
}

.icon-youtube:before {
    content: "\e773";
}

.icon-youtube2:before {
    content: "\e774";
}

.icon-vimeo:before {
    content: "\e775";
}

.icon-vimeo2:before {
    content: "\e776";
}

.icon-vimeo3:before {
    content: "\e777";
}

.icon-lanyrd:before {
    content: "\e778";
}

.icon-flickr:before {
    content: "\e779";
}

.icon-flickr2:before {
    content: "\e77a";
}

.icon-flickr3:before {
    content: "\e77b";
}

.icon-flickr4:before {
    content: "\e77c";
}

.icon-picassa:before {
    content: "\e77d";
}

.icon-picassa2:before {
    content: "\e77e";
}

.icon-dribbble:before {
    content: "\e77f";
}

.icon-dribbble2:before {
    content: "\e780";
}

.icon-dribbble3:before {
    content: "\e781";
}

.icon-forrst:before {
    content: "\e782";
}

.icon-forrst2:before {
    content: "\e783";
}

.icon-deviantart:before {
    content: "\e784";
}

.icon-deviantart2:before {
    content: "\e785";
}

.icon-steam:before {
    content: "\e786";
}

.icon-steam2:before {
    content: "\e787";
}

.icon-github:before {
    content: "\e788";
}

.icon-github2:before {
    content: "\e789";
}

.icon-github3:before {
    content: "\e78a";
}

.icon-github4:before {
    content: "\e78b";
}

.icon-github5:before {
    content: "\e78c";
}

.icon-wordpress:before {
    content: "\e78d";
}

.icon-wordpress2:before {
    content: "\e78e";
}

.icon-joomla:before {
    content: "\e78f";
}

.icon-blogger:before {
    content: "\e790";
}

.icon-blogger2:before {
    content: "\e791";
}

.icon-tumblr:before {
    content: "\e792";
}

.icon-tumblr2:before {
    content: "\e793";
}

.icon-yahoo:before {
    content: "\e794";
}

.icon-tux:before {
    content: "\e795";
}

.icon-apple:before {
    content: "\e796";
}

.icon-finder:before {
    content: "\e797";
}

.icon-android:before {
    content: "\e798";
}

.icon-windows:before {
    content: "\e799";
}

.icon-windows8:before {
    content: "\e79a";
}

.icon-soundcloud:before {
    content: "\e79b";
}

.icon-soundcloud2:before {
    content: "\e79c";
}

.icon-skype:before {
    content: "\e79d";
}

.icon-reddit:before {
    content: "\e79e";
}

.icon-linkedin:before {
    content: "\e79f";
}

.icon-lastfm:before {
    content: "\e7a0";
}

.icon-lastfm2:before {
    content: "\e7a1";
}

.icon-delicious:before {
    content: "\e7a2";
}

.icon-stumbleupon:before {
    content: "\e7a3";
}

.icon-stumbleupon2:before {
    content: "\e7a4";
}

.icon-stackoverflow:before {
    content: "\e7a5";
}

.icon-pinterest:before {
    content: "\e7a6";
}

.icon-pinterest2:before {
    content: "\e7a7";
}

.icon-xing:before {
    content: "\e7a8";
}

.icon-xing2:before {
    content: "\e7a9";
}

.icon-flattr:before {
    content: "\e7aa";
}

.icon-foursquare:before {
    content: "\e7ab";
}

.icon-foursquare2:before {
    content: "\e7ac";
}

.icon-paypal:before {
    content: "\e7ad";
}

.icon-paypal2:before {
    content: "\e7ae";
}

.icon-paypal3:before {
    content: "\e7af";
}

.icon-yelp:before {
    content: "\e7b0";
}

.icon-libreoffice:before {
    content: "\e7b1";
}

.icon-file-pdf:before {
    content: "\e7b2";
}

.icon-file-openoffice:before {
    content: "\e7b3";
}

.icon-file-word:before {
    content: "\e7b4";
}

.icon-file-excel:before {
    content: "\e7b5";
}

.icon-file-zip:before {
    content: "\e7b6";
}

.icon-file-powerpoint:before {
    content: "\e7b7";
}

.icon-file-xml:before {
    content: "\e7b8";
}

.icon-file-css:before {
    content: "\e7b9";
}

.icon-html5:before {
    content: "\e7ba";
}

.icon-html52:before {
    content: "\e7bb";
}

.icon-css3:before {
    content: "\e7bc";
}

.icon-chrome:before {
    content: "\e7bd";
}

.icon-firefox:before {
    content: "\e7be";
}

.icon-IE:before {
    content: "\e7bf";
}

.icon-opera:before {
    content: "\e7c0";
}

.icon-safari:before {
    content: "\e7c1";
}

.icon-IcoMoon:before {
    content: "\e7c2";
}

.icon-store:before {
    content: "\e7c3";
}

.icon-out:before {
    content: "\e7c4";
}

.icon-in:before {
    content: "\e7c5";
}

.icon-in-alt:before {
    content: "\e7c6";
}

.icon-home4:before {
    content: "\e7c7";
}

.icon-lightbulb:before {
    content: "\e7c8";
}

.icon-anchor:before {
    content: "\e7c9";
}

.icon-feather:before {
    content: "\e7ca";
}

.icon-expand3:before {
    content: "\e7cb";
}

.icon-maximize:before {
    content: "\e7cc";
}

.icon-search2:before {
    content: "\e7cd";
}

.icon-zoomin2:before {
    content: "\e7ce";
}

.icon-zoomout2:before {
    content: "\e7cf";
}

.icon-add:before {
    content: "\e7d0";
}

.icon-subtract:before {
    content: "\e7d1";
}

.icon-exclamation:before {
    content: "\e7d2";
}

.icon-question2:before {
    content: "\e7d3";
}

.icon-close2:before {
    content: "\e7d4";
}

.icon-cmd:before {
    content: "\e7d5";
}

.icon-forbid:before {
    content: "\e7d6";
}

.icon-book2:before {
    content: "\e7d7";
}

.icon-spinner7:before {
    content: "\e7d8";
}

.icon-play4:before {
    content: "\e7d9";
}

.icon-stop3:before {
    content: "\e7da";
}

.icon-pause3:before {
    content: "\e7db";
}

.icon-forward4:before {
    content: "\e7dc";
}

.icon-rewind:before {
    content: "\e7dd";
}

.icon-sound:before {
    content: "\e7de";
}

.icon-sound-alt:before {
    content: "\e7df";
}

.icon-soundoff:before {
    content: "\e7e0";
}

.icon-task:before {
    content: "\e7e1";
}

.icon-inbox:before {
    content: "\e7e2";
}

.icon-inbox-alt:before {
    content: "\e7e3";
}

.icon-envelope2:before {
    content: "\e7e4";
}

.icon-compose:before {
    content: "\e7e5";
}

.icon-newspaper2:before {
    content: "\e7e6";
}

.icon-newspaper-alt:before {
    content: "\e7e7";
}

.icon-clipboard:before {
    content: "\e7e8";
}

.icon-calendar3:before {
    content: "\e7e9";
}

.icon-hyperlink:before {
    content: "\e7ea";
}

.icon-trash:before {
    content: "\e7eb";
}

.icon-trash-alt:before {
    content: "\e7ec";
}

.icon-grid:before {
    content: "\e7ed";
}

.icon-grid-alt:before {
    content: "\e7ee";
}

.icon-menu3:before {
    content: "\e7ef";
}

.icon-list3:before {
    content: "\e7f0";
}

.icon-gallery:before {
    content: "\e7f1";
}

.icon-calculator:before {
    content: "\e7f2";
}

.icon-windows2:before {
    content: "\e7f3";
}

.icon-browser:before {
    content: "\e7f4";
}

.icon-alarm3:before {
    content: "\e7f5";
}

.icon-clock3:before {
    content: "\e7f6";
}

.icon-attachment2:before {
    content: "\e7f7";
}

.icon-settings2:before {
    content: "\e7f8";
}

.icon-portfolio:before {
    content: "\e7f9";
}

.icon-user5:before {
    content: "\e7fa";
}

.icon-users3:before {
    content: "\e7fb";
}

.icon-heart3:before {
    content: "\e7fc";
}

.icon-chat:before {
    content: "\e7fd";
}

.icon-comments:before {
    content: "\e7fe";
}

.icon-screen2:before {
    content: "\e7ff";
}

.icon-iphone:before {
    content: "\e800";
}

.icon-ipad:before {
    content: "\e801";
}

.icon-forkandspoon:before {
    content: "\e802";
}

.icon-forkandknife:before {
    content: "\e803";
}

.icon-instagram2:before {
    content: "\e804";
}

.icon-facebook4:before {
    content: "\e805";
}

.icon-delicious2:before {
    content: "\e806";
}

.icon-googleplus5:before {
    content: "\e807";
}

.icon-dribbble4:before {
    content: "\e808";
}

.icon-pin:before {
    content: "\e809";
}

.icon-pin-alt:before {
    content: "\e80a";
}

.icon-camera3:before {
    content: "\e80b";
}

.icon-brightness:before {
    content: "\e80c";
}

.icon-brightness-half:before {
    content: "\e80d";
}

.icon-moon:before {
    content: "\e80e";
}

.icon-cloud2:before {
    content: "\e80f";
}

.icon-circle-full:before {
    content: "\e810";
}

.icon-circle-half:before {
    content: "\e811";
}

.icon-globe2:before {
    content: "\e812";
}

.icon-heart4:before {
    content: "\e813";
}

.icon-cloud3:before {
    content: "\e814";
}

.icon-star4:before {
    content: "\e815";
}

.icon-tv2:before {
    content: "\e816";
}

.icon-sound2:before {
    content: "\e817";
}

.icon-video:before {
    content: "\e818";
}

.icon-trash2:before {
    content: "\e819";
}

.icon-user6:before {
    content: "\e81a";
}

.icon-key3:before {
    content: "\e81b";
}

.icon-search3:before {
    content: "\e81c";
}

.icon-settings3:before {
    content: "\e81d";
}

.icon-camera4:before {
    content: "\e81e";
}

.icon-tag2:before {
    content: "\e81f";
}

.icon-lock3:before {
    content: "\e820";
}

.icon-bulb:before {
    content: "\e821";
}

.icon-pen2:before {
    content: "\e822";
}

.icon-diamond:before {
    content: "\e823";
}

.icon-display:before {
    content: "\e824";
}

.icon-location3:before {
    content: "\e825";
}

.icon-eye3:before {
    content: "\e826";
}

.icon-bubble3:before {
    content: "\e827";
}

.icon-stack2:before {
    content: "\e828";
}

.icon-cup:before {
    content: "\e829";
}

.icon-phone2:before {
    content: "\e82a";
}

.icon-news:before {
    content: "\e82b";
}

.icon-mail5:before {
    content: "\e82c";
}

.icon-like:before {
    content: "\e82d";
}

.icon-photo:before {
    content: "\e82e";
}

.icon-note:before {
    content: "\e82f";
}

.icon-clock4:before {
    content: "\e830";
}

.icon-paperplane:before {
    content: "\e831";
}

.icon-params:before {
    content: "\e832";
}

.icon-banknote:before {
    content: "\e833";
}

.icon-data:before {
    content: "\e834";
}

.icon-music2:before {
    content: "\e835";
}

.icon-megaphone:before {
    content: "\e836";
}

.icon-study:before {
    content: "\e837";
}

.icon-lab2:before {
    content: "\e838";
}

.icon-food2:before {
    content: "\e839";
}

.icon-t-shirt:before {
    content: "\e83a";
}

.icon-fire2:before {
    content: "\e83b";
}

.icon-clip:before {
    content: "\e83c";
}

.icon-shop:before {
    content: "\e83d";
}

.icon-calendar4:before {
    content: "\e83e";
}

.icon-wallet:before {
    content: "\e83f";
}

.icon-vynil:before {
    content: "\e840";
}

.icon-truck2:before {
    content: "\e841";
}

.icon-world:before {
    content: "\e842";
}

.icon-phone3:before {
    content: "\e843";
}

.icon-mobile3:before {
    content: "\e844";
}

.icon-mouse:before {
    content: "\e845";
}

.icon-directions:before {
    content: "\e846";
}

.icon-mail6:before {
    content: "\e847";
}

.icon-paperplane2:before {
    content: "\e848";
}

.icon-pencil3:before {
    content: "\e849";
}

.icon-feather2:before {
    content: "\e84a";
}

.icon-paperclip:before {
    content: "\e84b";
}

.icon-drawer4:before {
    content: "\e84c";
}

.icon-reply2:before {
    content: "\e84d";
}

.icon-reply-all:before {
    content: "\e84e";
}

.icon-forward5:before {
    content: "\e84f";
}

.icon-user7:before {
    content: "\e850";
}

.icon-users4:before {
    content: "\e851";
}

.icon-user-add:before {
    content: "\e852";
}

.icon-vcard:before {
    content: "\e853";
}

.icon-export:before {
    content: "\e854";
}

.icon-location4:before {
    content: "\e855";
}

.icon-map3:before {
    content: "\e856";
}

.icon-compass2:before {
    content: "\e857";
}

.icon-location5:before {
    content: "\e858";
}

.icon-target2:before {
    content: "\e859";
}

.icon-share2:before {
    content: "\e85a";
}

.icon-sharable:before {
    content: "\e85b";
}

.icon-heart5:before {
    content: "\e85c";
}

.icon-heart6:before {
    content: "\e85d";
}

.icon-star5:before {
    content: "\e85e";
}

.icon-star6:before {
    content: "\e85f";
}

.icon-thumbsup:before {
    content: "\e860";
}

.icon-thumbsdown:before {
    content: "\e861";
}

.icon-chat2:before {
    content: "\e862";
}

.icon-comment:before {
    content: "\e863";
}

.icon-quote:before {
    content: "\e864";
}

.icon-house:before {
    content: "\e865";
}

.icon-popup:before {
    content: "\e866";
}

.icon-search4:before {
    content: "\e867";
}

.icon-flashlight:before {
    content: "\e868";
}

.icon-printer:before {
    content: "\e869";
}

.icon-bell2:before {
    content: "\e86a";
}

.icon-link2:before {
    content: "\e86b";
}

.icon-flag2:before {
    content: "\e86c";
}

.icon-cog3:before {
    content: "\e86d";
}

.icon-tools:before {
    content: "\e86e";
}

.icon-trophy2:before {
    content: "\e86f";
}

.icon-tag3:before {
    content: "\e870";
}

.icon-camera5:before {
    content: "\e871";
}

.icon-megaphone2:before {
    content: "\e872";
}

.icon-moon2:before {
    content: "\e873";
}

.icon-palette:before {
    content: "\e874";
}

.icon-leaf2:before {
    content: "\e875";
}

.icon-music3:before {
    content: "\e876";
}

.icon-music4:before {
    content: "\e877";
}

.icon-new:before {
    content: "\e878";
}

.icon-graduation:before {
    content: "\e879";
}

.icon-book3:before {
    content: "\e87a";
}

.icon-newspaper3:before {
    content: "\e87b";
}

.icon-bag:before {
    content: "\e87c";
}

.icon-airplane2:before {
    content: "\e87d";
}

.icon-lifebuoy:before {
    content: "\e87e";
}

.icon-eye4:before {
    content: "\e87f";
}

.icon-clock5:before {
    content: "\e880";
}

.icon-microphone:before {
    content: "\e881";
}

.icon-calendar5:before {
    content: "\e882";
}

.icon-bolt:before {
    content: "\e883";
}

.icon-thunder:before {
    content: "\e884";
}

.icon-droplet2:before {
    content: "\e885";
}

.icon-cd:before {
    content: "\e886";
}

.icon-briefcase2:before {
    content: "\e887";
}

.icon-air:before {
    content: "\e888";
}

.icon-hourglass:before {
    content: "\e889";
}

.icon-gauge:before {
    content: "\e88a";
}

.icon-language:before {
    content: "\e88b";
}

.icon-network:before {
    content: "\e88c";
}

.icon-key4:before {
    content: "\e88d";
}

.icon-battery:before {
    content: "\e88e";
}

.icon-bucket:before {
    content: "\e88f";
}

.icon-magnet2:before {
    content: "\e890";
}

.icon-drive:before {
    content: "\e891";
}

.icon-cup2:before {
    content: "\e892";
}

.icon-rocket2:before {
    content: "\e893";
}

.icon-brush:before {
    content: "\e894";
}

.icon-suitcase:before {
    content: "\e895";
}

.icon-cone:before {
    content: "\e896";
}

.icon-earth2:before {
    content: "\e897";
}

.icon-keyboard2:before {
    content: "\e898";
}

.icon-browser2:before {
    content: "\e899";
}

.icon-publish:before {
    content: "\e89a";
}

.icon-progress-3:before {
    content: "\e89b";
}

.icon-progress-2:before {
    content: "\e89c";
}

.icon-brogress-1:before {
    content: "\e89d";
}

.icon-progress-0:before {
    content: "\e89e";
}

.icon-sun:before {
    content: "\e89f";
}

.icon-sun2:before {
    content: "\e8a0";
}

.icon-adjust:before {
    content: "\e8a1";
}

.icon-code2:before {
    content: "\e8a2";
}

.icon-screen3:before {
    content: "\e8a3";
}

.icon-infinity:before {
    content: "\e8a4";
}

.icon-light-bulb:before {
    content: "\e8a5";
}

.icon-creditcard:before {
    content: "\e8a6";
}

.icon-database:before {
    content: "\e8a7";
}

.icon-voicemail:before {
    content: "\e8a8";
}

.icon-clipboard2:before {
    content: "\e8a9";
}

.icon-cart4:before {
    content: "\e8aa";
}

.icon-box:before {
    content: "\e8ab";
}

.icon-ticket2:before {
    content: "\e8ac";
}

.icon-rss:before {
    content: "\e8ad";
}

.icon-signal:before {
    content: "\e8ae";
}

.icon-thermometer:before {
    content: "\e8af";
}

.icon-droplets:before {
    content: "\e8b0";
}

.icon-uniE8B1:before {
    content: "\e8b1";
}

.icon-statistics:before {
    content: "\e8b2";
}

.icon-pie2:before {
    content: "\e8b3";
}

.icon-bars3:before {
    content: "\e8b4";
}

.icon-graph:before {
    content: "\e8b5";
}

.icon-lock4:before {
    content: "\e8b6";
}

.icon-lock-open:before {
    content: "\e8b7";
}

.icon-logout:before {
    content: "\e8b8";
}

.icon-login:before {
    content: "\e8b9";
}

.icon-checkmark3:before {
    content: "\e8ba";
}

.icon-cross:before {
    content: "\e8bb";
}

.icon-minus2:before {
    content: "\e8bc";
}

.icon-plus2:before {
    content: "\e8bd";
}

.icon-cross2:before {
    content: "\e8be";
}

.icon-minus3:before {
    content: "\e8bf";
}

.icon-plus3:before {
    content: "\e8c0";
}

.icon-cross3:before {
    content: "\e8c1";
}

.icon-minus4:before {
    content: "\e8c2";
}

.icon-plus4:before {
    content: "\e8c3";
}

.icon-erase:before {
    content: "\e8c4";
}

.icon-blocked2:before {
    content: "\e8c5";
}

.icon-info3:before {
    content: "\e8c6";
}

.icon-info4:before {
    content: "\e8c7";
}

.icon-question3:before {
    content: "\e8c8";
}

.icon-help:before {
    content: "\e8c9";
}

.icon-warning2:before {
    content: "\e8ca";
}

.icon-cycle:before {
    content: "\e8cb";
}

.icon-cw:before {
    content: "\e8cc";
}

.icon-ccw:before {
    content: "\e8cd";
}

.icon-shuffle2:before {
    content: "\e8ce";
}

.icon-arrow:before {
    content: "\e8cf";
}

.icon-arrow2:before {
    content: "\e8d0";
}

.icon-retweet:before {
    content: "\e8d1";
}

.icon-loop4:before {
    content: "\e8d2";
}

.icon-history2:before {
    content: "\e8d3";
}

.icon-back:before {
    content: "\e8d4";
}

.icon-switch2:before {
    content: "\e8d5";
}

.icon-list4:before {
    content: "\e8d6";
}

.icon-add-to-list:before {
    content: "\e8d7";
}

.icon-layout:before {
    content: "\e8d8";
}

.icon-list5:before {
    content: "\e8d9";
}

.icon-text:before {
    content: "\e8da";
}

.icon-text2:before {
    content: "\e8db";
}

.icon-document:before {
    content: "\e8dc";
}

.icon-docs:before {
    content: "\e8dd";
}

.icon-landscape:before {
    content: "\e8de";
}

.icon-pictures:before {
    content: "\e8df";
}

.icon-video2:before {
    content: "\e8e0";
}

.icon-music5:before {
    content: "\e8e1";
}

.icon-folder2:before {
    content: "\e8e2";
}

.icon-archive:before {
    content: "\e8e3";
}

.icon-trash3:before {
    content: "\e8e4";
}

.icon-upload4:before {
    content: "\e8e5";
}

.icon-download4:before {
    content: "\e8e6";
}

.icon-disk2:before {
    content: "\e8e7";
}

.icon-install:before {
    content: "\e8e8";
}

.icon-cloud4:before {
    content: "\e8e9";
}

.icon-upload5:before {
    content: "\e8ea";
}

.icon-bookmark2:before {
    content: "\e8eb";
}

.icon-bookmarks2:before {
    content: "\e8ec";
}

.icon-book4:before {
    content: "\e8ed";
}

.icon-play5:before {
    content: "\e8ee";
}

.icon-pause4:before {
    content: "\e8ef";
}

.icon-record:before {
    content: "\e8f0";
}

.icon-stop4:before {
    content: "\e8f1";
}

.icon-next2:before {
    content: "\e8f2";
}

.icon-previous2:before {
    content: "\e8f3";
}

.icon-first2:before {
    content: "\e8f4";
}

.icon-last2:before {
    content: "\e8f5";
}

.icon-resize-enlarge:before {
    content: "\e8f6";
}

.icon-resize-shrink:before {
    content: "\e8f7";
}

.icon-volume:before {
    content: "\e8f8";
}

.icon-sound3:before {
    content: "\e8f9";
}

.icon-mute:before {
    content: "\e8fa";
}

.icon-flow-cascade:before {
    content: "\e8fb";
}

.icon-flow-branch:before {
    content: "\e8fc";
}

.icon-flow-tree:before {
    content: "\e8fd";
}

.icon-flow-line:before {
    content: "\e8fe";
}

.icon-flow-parallel:before {
    content: "\e8ff";
}

.icon-arrow-left4:before {
    content: "\e900";
}

.icon-arrow-down4:before {
    content: "\e901";
}

.icon-arrow-up-upload:before {
    content: "\e902";
}

.icon-arrow-right4:before {
    content: "\e903";
}

.icon-arrow-left5:before {
    content: "\e904";
}

.icon-arrow-down5:before {
    content: "\e905";
}

.icon-arrow-up4:before {
    content: "\e906";
}

.icon-arrow-right5:before {
    content: "\e907";
}

.icon-arrow-left6:before {
    content: "\e908";
}

.icon-arrow-down6:before {
    content: "\e909";
}

.icon-arrow-up5:before {
    content: "\e90a";
}

.icon-arrow-right6:before {
    content: "\e90b";
}

.icon-arrow-left7:before {
    content: "\e90c";
}

.icon-arrow-down7:before {
    content: "\e90d";
}

.icon-arrow-up6:before {
    content: "\e90e";
}

.icon-arrow-right7:before {
    content: "\e90f";
}

.icon-arrow-left8:before {
    content: "\e910";
}

.icon-arrow-down8:before {
    content: "\e911";
}

.icon-arrow-up7:before {
    content: "\e912";
}

.icon-arrow-right8:before {
    content: "\e913";
}

.icon-arrow-left9:before {
    content: "\e914";
}

.icon-arrow-down9:before {
    content: "\e915";
}

.icon-arrow-up8:before {
    content: "\e916";
}

.icon-arrow-right9:before {
    content: "\e917";
}

.icon-arrow-left10:before {
    content: "\e918";
}

.icon-arrow-down10:before {
    content: "\e919";
}

.icon-arrow-up9:before {
    content: "\e91a";
}

.icon-uniE91B:before {
    content: "\e91b";
}

.icon-arrow-left11:before {
    content: "\e91c";
}

.icon-arrow-down11:before {
    content: "\e91d";
}

.icon-arrow-up10:before {
    content: "\e91e";
}

.icon-arrow-right10:before {
    content: "\e91f";
}

.icon-menu4:before {
    content: "\e920";
}

.icon-ellipsis:before {
    content: "\e921";
}

.icon-dots:before {
    content: "\e922";
}

.icon-dot:before {
    content: "\e923";
}

.icon-cc:before {
    content: "\e924";
}

.icon-cc-by:before {
    content: "\e925";
}

.icon-cc-nc:before {
    content: "\e926";
}

.icon-cc-nc-eu:before {
    content: "\e927";
}

.icon-cc-nc-jp:before {
    content: "\e928";
}

.icon-cc-sa:before {
    content: "\e929";
}

.icon-cc-nd:before {
    content: "\e92a";
}

.icon-cc-pd:before {
    content: "\e92b";
}

.icon-cc-zero:before {
    content: "\e92c";
}

.icon-cc-share:before {
    content: "\e92d";
}

.icon-cc-share2:before {
    content: "\e92e";
}

.icon-danielbruce:before {
    content: "\e92f";
}

.icon-danielbruce2:before {
    content: "\e930";
}

.icon-github6:before {
    content: "\e931";
}

.icon-github7:before {
    content: "\e932";
}

.icon-flickr5:before {
    content: "\e933";
}

.icon-flickr6:before {
    content: "\e934";
}

.icon-vimeo4:before {
    content: "\e935";
}

.icon-vimeo5:before {
    content: "\e936";
}

.icon-twitter4:before {
    content: "\e937";
}

.icon-twitter5:before {
    content: "\e938";
}

.icon-facebook5:before {
    content: "\e939";
}

.icon-facebook6:before {
    content: "\e93a";
}

.icon-facebook7:before {
    content: "\e93b";
}

.icon-googleplus6:before {
    content: "\e93c";
}

.icon-googleplus7:before {
    content: "\e93d";
}

.icon-pinterest3:before {
    content: "\e93e";
}

.icon-pinterest4:before {
    content: "\e93f";
}

.icon-tumblr3:before {
    content: "\e940";
}

.icon-tumblr4:before {
    content: "\e941";
}

.icon-linkedin2:before {
    content: "\e942";
}

.icon-linkedin3:before {
    content: "\e943";
}

.icon-dribbble5:before {
    content: "\e944";
}

.icon-dribbble6:before {
    content: "\e945";
}

.icon-stumbleupon3:before {
    content: "\e946";
}

.icon-stumbleupon4:before {
    content: "\e947";
}

.icon-lastfm3:before {
    content: "\e948";
}

.icon-lastfm4:before {
    content: "\e949";
}

.icon-rdio:before {
    content: "\e94a";
}

.icon-rdio2:before {
    content: "\e94b";
}

.icon-spotify:before {
    content: "\e94c";
}

.icon-spotify2:before {
    content: "\e94d";
}

.icon-qq:before {
    content: "\e94e";
}

.icon-instagram3:before {
    content: "\e94f";
}

.icon-dropbox:before {
    content: "\e950";
}

.icon-evernote:before {
    content: "\e951";
}

.icon-flattr2:before {
    content: "\e952";
}

.icon-skype2:before {
    content: "\e953";
}

.icon-skype3:before {
    content: "\e954";
}

.icon-renren:before {
    content: "\e955";
}

.icon-sina-weibo:before {
    content: "\e956";
}

.icon-paypal4:before {
    content: "\e957";
}

.icon-picasa:before {
    content: "\e958";
}

.icon-soundcloud3:before {
    content: "\e959";
}

.icon-mixi:before {
    content: "\e95a";
}

.icon-behance:before {
    content: "\e95b";
}

.icon-circles:before {
    content: "\e95c";
}

.icon-vk:before {
    content: "\e95d";
}

.icon-smashing:before {
    content: "\e95e";
}

.ui-dialog-titlebar-close::before,
a.summary-toggle.open::before,
a.summary-toggle.open:hover::before,
a.summary-toggle::before,
a.summary-toggle:hover::before {
    display: inline-block;
    text-decoration: none
}

.acc-wrap .acc-title.opened::before,
.acc-wrap .acc-title::before,
.acc-wrap dt.opened::before,
.acc-wrap dt::before,
.add-gcal a::before,
.add-outlook a::before,
.asset-link a::before,
.external-link::before,
.faq-acc-dl .acc-title.opened::before,
.faq-acc-dl .acc-title::before,
.faq-acc-dl dt.opened::before,
.faq-acc-dl dt::before,
.field--name-field-nir-ext-document a::before,
.field--name-field-nir-news-supp-ext-url a::before,
.file--application-pdf a::before,
.file--fla a::before,
.file--ics a::before,
.file--mime-application-epub a::before,
.file--mime-application-msword a::before,
.file--mime-application-octet-stream a::before,
.file--mime-application-pgp-keys a::before,
.file--mime-application-postscript a::before,
.file--mime-application-rar a::before,
.file--mime-application-rtf a::before,
.file--mime-application-vnd-ms-excel-sheet-macroEnabled-12 a::before,
.file--mime-application-vnd-ms-powerpoint a::before,
.file--mime-application-vnd-ms-powerpoint-presentation-macroEnabled-12 a::before,
.file--mime-application-vnd-openxmlformats-officedocument-presentationml-presentation a::before,
.file--mime-application-vnd-openxmlformats-officedocument-presentationml-slideshow a::before,
.file--mime-application-vnd-openxmlformats-officedocument-spreadsheetml-sheet a::before,
.file--mime-application-vnd-openxmlformats-officedocument-wordprocessingml-document a::before,
.file--mime-application-x-mobipocket-ebook a::before,
.file--mime-application-xml a::before,
.file--mime-application-zip a::before,
.file--mime-audio-mpeg a::before,
.file--mime-audio-x-ms-wma a::before,
.file--mime-audio-x-wav a::before,
.file--mime-image-gif a::before,
.file--mime-image-jpeg a::before,
.file--mime-image-jpg a::before,
.file--mime-image-png a::before,
.file--mime-image-tiff a::before,
.file--mime-image-x-ms-bmp a::before,
.file--mime-text-csv a::before,
.file--mime-text-csv.file--text a::before,
.file--mime-video-quicktime a::before,
.file--mime-video-x-flv a::before,
.file--mime-video-x-ms-asf a::before,
.file--mime-video-x-ms-wmv a::before,
.file--mpg a::before,
.file--odt a::before,
.file--rtx a::before,
.file--swf a::before,
.file--text a::before,
.file--x-office-spreadsheet a::before,
.file--xls a::before,
.html-link a::before,
.market-data-file-download-csv::before,
.market-data-file-download-xls::before,
.ndqicon-check-circle::before,
.ndqicon__calculator1::before,
.ndqicon__calculator::before,
.ndqicon__calculator_after::after,
.ndqicon__chair1::before,
.ndqicon__chair2::before,
.ndqicon__chair3::before,
.ndqicon__chair::before,
.ndqicon__chairperson a::before,
.ndqicon__chairperson a_after::after,
.ndqicon__cob a::before,
.ndqicon__cob a_after::after,
.ndqicon__download::before,
.ndqicon__independent::before,
.ndqicon__independent_italic::before,
.ndqicon__leaddir::before,
.ndqicon__leaddir_after::after,
.ndqicon__member a::before,
.ndqicon__vicechair::before,
.normal-webcast-link a::before,
.right-arrow::before,
.thank-you-page h1::before,
.top-link::after,
.ui-dialog-titlebar-close::before,
.up-arrow::before,
.webcast-link a::before,
a.show-all.hide-all::after,
a.show-all::after,
a.summary-toggle.open::before,
a.summary-toggle.open:hover::before,
a.summary-toggle::before,
a.summary-toggle:hover::before,
span.ndqicon__calculator::before,
span.ndqicon__calculator_after::after,
span.ndqicon__chairperson::before,
span.ndqicon__chairperson_after::after,
span.ndqicon__cob::before,
span.ndqicon__cob_after::after,
span.ndqicon__leaddir::before,
span.ndqicon__leaddir_after::after,
span.ndqicon__member::before,
span.ndqicon__vicechair::before,
span.ndqicon__vicechair_after::after {
    font-family: ndqfonticons;
    font-size: 26px;
    vertical-align: middle;
    padding-right: 5px;
    font-weight: 400;
    text-decoration: none
}

.ui-dialog-titlebar-close::before {
    content: "î€“";
    color: #666;
    font-size: 20px
}

a.summary-toggle.open:before,
a.summary-toggle.open:hover:before,
a.summary-toggle:before,
a.summary-toggle:hover:before {
    font-size: 15px;
    line-height: 0
}

.ui-dialog-titlebar-close::before:hover {
    color: #009ec2
}

a.summary-toggle {
    font-weight: 400
}

a.summary-toggle::before {
    content: "î";
    color: #009ec2
}

a.summary-toggle:hover::before {
    content: "î";
    color: #009ec2
}

a.summary-toggle span {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

a.summary-toggle.open::before {
    content: "î";
    color: #009ec2
}

a.summary-toggle.open:hover::before {
    content: "îŽ";
    color: #009ec2
}

.key-item span:before,
[class^=ndqicon__] a::before {
    font-size: 20px
}

.ndqicon-disable-link {
    margin-left: 30px
}

.ndqicon-disable-link a::before {
    margin-left: -30px;
    cursor: default !important;
    pointer-events: none !important
}

.ndqicon-hide-icon a::before {
    display: none !important
}

.summary-hidden {
    display: none
}

.normal-webcast-link a::before,
.webcast-link a::before {
    content: "î€œ";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.external-link::before,
.field--name-field-nir-ext-document a::before,
.field--name-field-nir-news-supp-ext-url a::before {
    content: "î·";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-video-x-ms-asf a::before {
    content: "î„ƒ";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-image-x-ms-bmp a::before {
    content: "î„„";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-text-csv a::before,
.file--mime-text-csv.file--text a::before,
.market-data-file-download-csv::before {
    content: "î°";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-application-msword a::before {
    content: "î²";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-application-vnd-openxmlformats-officedocument-wordprocessingml-document a::before {
    content: "î³";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-application-postscript a::before {
    content: "îƒµ";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-application-epub a::before {
    content: "îƒ¶";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--fla a::before {
    content: "î´";
    display: inline-block;
    text-decoration: none;
    color: #c00
}

.file--mime-video-x-flv a::before {
    content: "îµ";
    display: inline-block;
    text-decoration: none;
    color: #c00
}

.file--ics a::before,
.file--mime-application-pgp-keys a::before,
.file--mime-application-x-mobipocket-ebook a::before,
.file--mime-audio-mpeg a::before,
.file--mime-image-gif a::before,
.file--mime-video-quicktime a::before,
.file--mpg a::before,
.file--odt a::before {
    color: #009ec2;
    display: inline-block;
    text-decoration: none
}

.file--mime-image-gif a::before {
    content: "î‚€"
}

.file--ics a::before {
    content: "îƒ¾"
}

.file--mime-image-jpeg a::before,
.file--mime-image-jpg a::before {
    content: "î¿";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-application-pgp-keys a::before {
    content: "îƒ¿"
}

.file--mime-application-x-mobipocket-ebook a::before {
    content: "îƒ·"
}

.file--mime-video-quicktime a::before {
    content: "îƒ¸"
}

.file--mime-audio-mpeg a::before {
    content: "î‚…"
}

.file--mpg a::before {
    content: "îƒ¹"
}

.file--odt a::before {
    content: "îƒ»"
}

.file--application-pdf a::before {
    content: "î‚ˆ";
    display: inline-block;
    text-decoration: none;
    color: #c00
}

.file--mime-application-rar a::before,
.file--mime-application-rtf a::before,
.file--mime-application-vnd-openxmlformats-officedocument-presentationml-slideshow a::before,
.file--mime-image-png a::before,
.file--rtx a::before {
    color: #009ec2;
    display: inline-block;
    text-decoration: none
}

.file--mime-image-png a::before {
    content: "î‚‚"
}

.file--mime-application-vnd-openxmlformats-officedocument-presentationml-presentation a::before {
    content: "î‚‹";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-application-vnd-openxmlformats-officedocument-presentationml-slideshow a::before {
    content: "îƒ¼"
}

.file--mime-application-vnd-ms-powerpoint a::before {
    content: "î‚Š";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-application-vnd-ms-powerpoint-presentation-macroEnabled-12 a::before {
    content: "îƒ½";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-application-rar a::before {
    content: "î„‚"
}

.file--mime-application-rtf a::before {
    content: "î„€"
}

.file--rtx a::before {
    content: "î„"
}

.file--swf a::before {
    content: "î¶";
    display: inline-block;
    text-decoration: none;
    color: #c00
}

.file--mime-audio-x-wav a::before,
.file--mime-image-tiff a::before,
.file--text a::before {
    color: #009ec2;
    display: inline-block;
    text-decoration: none
}

.file--mime-image-tiff a::before {
    content: "î‚"
}

.file--text a::before {
    content: "î‚Œ"
}

.file--mime-audio-x-wav a::before {
    content: "î„ˆ"
}

.file--mime-audio-x-ms-wma a::before {
    content: "î„…";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-video-x-ms-wmv a::before {
    content: "î„†";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--x-office-spreadsheet a::before,
.file--xls a::before,
.market-data-file-download-xls::before {
    content: "î¹";
    display: inline-block;
    text-decoration: none;
    color: #70a81f
}

.file--mime-application-vnd-ms-excel-sheet-macroEnabled-12 a::before {
    content: "î€Ÿ";
    display: inline-block;
    text-decoration: none;
    color: #70a81f
}

.file--mime-application-vnd-openxmlformats-officedocument-spreadsheetml-sheet a::before {
    content: "î»";
    display: inline-block;
    text-decoration: none;
    color: #70a81f
}

.file--mime-application-xml a::before {
    content: "î¾";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.node--type-nir-sec-filing .file--mime-application-xml a:before,
.node--type-nir-sec-filing .file--mime-application-xsd a:before {
    content: "\e07d";
    color: #7b41bd
}

.file--mime-application-octet-stream a::before {
    content: "î„‡";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.file--mime-application-zip a::before {
    content: "î‚";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__chairperson a::before,
.ndqicon__chairperson a_after::after,
span.ndqicon__chairperson::before,
span.ndqicon__chairperson_after::after {
    content: "î€‹";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__cob a::before,
.ndqicon__cob a_after::after,
span.ndqicon__cob::before,
span.ndqicon__cob_after::after {
    content: "î€¨";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__vicechair::before,
.ndqicon__vicechair:after::after,
span.ndqicon__vicechair::before,
span.ndqicon__vicechair:after::after,
span.ndqicon__vicechair_after::after {
    content: "î€§";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__leaddir::before,
.ndqicon__leaddir_after::after,
span.ndqicon__leaddir::before,
span.ndqicon__leaddir_after::after {
    content: "îª";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__chair::before {
    content: "î€¨";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__chair1::before {
    content: "îª";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__chair2::before {
    content: "î«";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__chair3::before {
    content: "î¬";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__member a::before,
span.ndqicon__member::before {
    content: "î€Š";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__download::before {
    content: "î“";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__independent::before {
    content: "î€";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__independent_italic::before {
    content: "î€Ž";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__calculator::before,
.ndqicon__calculator_after::after,
span.ndqicon__calculator::before,
span.ndqicon__calculator_after::after {
    content: "î€²";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.ndqicon__calculator1::before {
    content: "î€¯";
    display: inline-block;
    text-decoration: none;
    color: #009ec2
}

.icon-key {
    float: left;
    margin-top: 0
}

.key-item {
    margin: 1em 0
}

.asset-link a::before,
.html-link a::before {
    content: "î·";
    display: inline-block;
    text-decoration: none;
    color: #0472bd
}

.add-gcal a::before,
.add-outlook a::before {
    color: #fff;
    width: 21px;
    height: 21px;
    text-align: center;
    padding-top: 5px;
    margin-right: 5px;
    padding-left: 5px;
    display: inline-block;
    text-decoration: none
}

.add-outlook a {
    font-size: 0
}

.add-outlook a::before {
    content: "î€¿";
    background: #FFBC00;
    font-size: 20px
}

.add-gcal a {
    font-size: 0
}

.add-gcal a::before {
    content: "î€ž";
    background: #dd4b39;
    font-size: 20px
}

.right-arrow::before {
    content: "î„Œ";
    display: inline-block;
    text-decoration: none;
    color: #666;
    font-size: 14px
}

.up-arrow::before,
a.show-all.hide-all::after,
a.show-all::after {
    color: #009ec2;
    display: inline-block;
    text-decoration: none
}

.up-arrow::before {
    content: "î’";
    font-size: 14px
}

.ndqicon-check-circle::before,
.thank-you-page h1::before {
    content: "î„–";
    display: inline-block;
    text-decoration: none;
    color: #009ec2;
    font-size: 22px
}

a.show-all::after {
    content: "î€’";
    font-size: 14px
}

a.show-all.hide-all::after {
    content: "î€‘";
    font-size: 14px
}

.acc-wrap .acc-title::before,
.acc-wrap dt::before,
.faq-acc-dl .acc-title::before,
.faq-acc-dl dt::before {
    content: "î";
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 14px
}

.acc-wrap .acc-title.opened::before,
.acc-wrap dt.opened::before,
.faq-acc-dl .acc-title.opened::before,
.faq-acc-dl dt.opened::before {
    content: "î";
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 14px
}

.top-link::after {
    content: "î’";
    display: inline-block;
    text-decoration: none;
    color: #009ec2;
    font-size: 14px;
    margin-top: -4px
}

.nir-sec-header {
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: left;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px dotted #ccc;
    padding: 10px;
    margin-bottom: 10px
}

.nir-sec-header h1 {
    color: #000;
    font-size: 1.5em;
    font-weight: 700;
    float: left;
    line-height: 1.42857em;
    margin: 0;
    padding: 0
}

.nir-sec-header .logo {
    width: 30px;
    float: left;
    margin-right: 5px
}

.nir-sec-header .logo img {
    height: 30px
}

.nir-sec-header .sec-docs {
    float: right
}

.nir-sec-header .sec-docs>div.file-link {
    display: inline-block
}

.nir-sec-header .file a {
    font-size: 0;
    text-decoration: none
}

.nir-sec-header .file a:hover {
    text-decoration: none
}

.nir-sec-header .file a:before {
    margin-right: 0;
    padding-right: 0
}

header h1:before {
    display: none;
}

.slider a:hover {
    text-decoration: none;
}

.sidebar-item {
    margin: 0 0 .7rem;
}

.sidebar-title {
    font-size: .9rem;
}

.sidebar-date {
    font-size: .75rem;
}

.icon-sound {
    font-family: 'Source Sans Pro', Helvetica, "Helvetica Neue", sans-serif !important;
    font-weight: 400;
}

@media screen and (max-width: 812px) {
    .sidebar {
        float: none !important;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .slick-arrow {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .sidebar {
        margin-top: 20px;
    }
}

@media screen and (max-width: 320px) {
    .sidebar {
        width: 100% !important;
    }
}

@media screen and (min-width: 813px) {
    .ndq-content {
        float: left;
        padding-right: 15px;
        width: calc(100% - 288px);
    }
}

.mb40 {
    margin-bottom: 40px;
}

.main_footer {
    margin-top: 0;
}

.field--name-field-nir-news-category {
    font-size: .85rem;
}

.ndq-5816 input.form-submit[value="Filter"],
.ndq-8526 input[type="submit"] {
    display: none !important;
}

.ndq-5816 form {
    margin-bottom: 10px;
}

.ndq-5816 .form-item {
    margin: 0;
}

.ndq-5816 form>div {
    margin-bottom: 25px;
}

@media screen and (min-width: 769px) {
    .ndq-5816 form>div {
        display: inline-block;
        margin-left: 4%;
        width: 45%;
    }

    .ndq-5816 form>div:first-child {
        margin-left: 0;
    }
}

.nir-node--type-nir-news .box__right {
    text-align: center;
}

.nir-node--type-nir-news .box__right a {
    border: 0;
}

@media screen and (max-width: 1024px) {
    .table-container2 {
        background-color: #fafafa;
        border: 1px solid #ccc;
        margin-bottom: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 15px;
        width: 99%;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }

    .table-container2 table td,
    .table-container2 table td {
        background-color: #fafafa;
        border-image: none;
        border: 0 solid #58595b;
        border-top-width: 1px;
        padding: 8px;
    }
}

@media (max-width: 768px) {
    .nir-node--type-nir-news .box__right {
        float: none;
        margin-left: 0 !important;
    }
}

.hidden-latest-year,
.latest-financial-result .views-field-field-nir-bundle-thumbnail,
.latest-financial-result .views-field-field-nir-bundle-body,
.latest-financial-result .views-field-field-nir-tags,
.qresults .views-field-field-nir-bundle-thumbnail,
.qresults .views-field-field-nir-bundle-body,
.qresults .views-field-field-nir-tags {
    display: none;
}

.ndq-5826 .field-nir-event-url {
    margin: 5px 0;
}

.ndq-5826 .ndq-accordion {
    margin: 7px 0 0px;
}

.ndq-5826 .ec-all {
    display: none;
}

.ndq-5826 .ndq-accordion-item {
    border: 0;
    margin: 0;
}

.ndq-5826 .ndq-accordion-trigger {
    background: none transparent !important;
    color: inherit !important;
    padding: 0 0 0 5px;
}

.ndq-5826 .ndq-accordion-trigger:before {
    padding-right: 7px;
}

.ndq-5826 .ndq-accordion-target {
    padding: 7px 5px 0;
}

.ndq-5916 .block--market-data-block__stock-quote h2 {
    margin-bottom: 20px;
}

.ndq-5916 .quote-wrap {
    border: 0;
    float: none;
    position: static;
}

.ndq-mb10 {
    margin-bottom: 10px !important;
}

.ndq-5916 .ndq-leftcol {
    width: 49%;
    float: left;
}

.ndq-5916 .ndq-stock-price {
    font-size: 2.2em;
    margin: 10px 15px 0 6px;
    white-space: nowrap;
}

.ndq-5916 .ndq-stock-change {
    font-size: 1.7em;
    white-space: nowrap;
}

.ndq-price-down {
    color: #900;
}

.ndq-price-up {
    color: #090;
}

.ndq-5916 .ndq-rightcol {
    width: 49%;
    float: right;
}

.ndq-5916 .ndq-stock-time {
    margin-left: 6px;
}

.ndq-clear {
    clear: both !important;
}

.ndq-5916 .wsh-stockquote {
    border-top: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.ndq-5916 .wsh-stockquote tr:nth-child(odd) {
    background-color: #fff;
}

.ndq-5916 .wsh-stockquote tr:nth-child(even) {
    background-color: #e2e2e2;
}

.ndq-5916 th {
    color: inherit;
    background-color: inherit;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    text-align: left;
}

.ndq-5916 td,
.ndq-5916 td img {
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

.ndq-vSpace {
    display: block;
    height: 20px;
    width: 100%;
}

@media screen and (max-width: 1366px) {

    .ndq-5916 .ndq-leftcol,
    .ndq-5916 .ndq-rightcol {
        float: none;
        margin-bottom: 20px;
        width: 100%;
    }
}

.ndq-content [class*="file--mime-application-"] a:before,
.ndq-content .html-link a:before,
.event-item-add-to a:before,
.add-event a:before,
.add-outlook a:before,
.add-gcal a:before {
    line-height: normal;
    padding: 0 1px;
}

.nirtable .nir-widgets--file-list--hide-title a:before {
    margin-top: -15px;
}

.nirtable .nir-widgets--file-list--hide-title .field--name-field-nir-ext-document a:before {
    margin-top: inherit;
}

.ndq-content label {
    display: inline-block;
    font-size: .778rem;
    font-weight: 700;
    line-height: 1rem;
    margin-bottom: 5px;
    white-space: normal;
    width: auto;
}

.ndq-content input[type="TEXT"],
.ndq-content input[type="text"],
.ndq-content input[type="email"],
.ndq-content input[type="tel"],
.ndq-content input[type="number"],
.ndq-content input[type="search"],
.ndq-content textarea {
    border: 1px solid #4e4e4e;
    border-radius: 5px;
    color: #000;
    display: block;
    height: 53px;
    margin-bottom: 15px;
    margin-right: 3px;
    min-width: 300px;
    width: auto;
}

.ndq-content textarea {
    height: auto;
}

.field--widget-string-textarea {
    margin-bottom: 20px;
}

@media screen and (max-width: 568px) {

    .ndq-content input[type="TEXT"],
    .ndq-content input[type="text"],
    .ndq-content input[type="email"],
    .ndq-content input[type="tel"],
    .ndq-content textarea {
        min-width: 0;
        width: 100%;
    }
}

.ndq-content select {
    height: 53px;
}

.ndq-content select:not([multiple])+.chosen-container {
    display: none;
}

.ndq-content select:not([multiple]) {
    -webkit-appearance: menulist;
    display: block !important;
    height: 53px;
}

@media screen and (min-width: 375px) {
    .ndq-content select:not([multiple]) {
        min-width: 200px;
    }
}

.ndq-content select[multiple]+.chosen-container .chosen-choices {
    background: none #f2f2f2 !important;
    border: 0;
}

.ndq-content select[multiple]+.chosen-container .chosen-choices li:first-child input[type="text"] {
    height: 53px;
}

.ndq-content select[multiple]+.chosen-container .chosen-choices input[type="text"] {
    background: none #f2f2f2 !important;
    height: 34px;
    padding: 0 5px 0 12px;
    ;
    width: 100% !important;
}

.ndq-content input[type="submit"] {
    -webkit-appearance: none;
    display: inline-block;
    width: auto;
}

.block--nir-stock-chart--6126 iframe {
    height: 460px !important;
}

.historical-price-lookup-form select {
    min-width: 0 !important;
}

.historical-price-lookup-form,
.stock-price-calculator-form {
    margin-bottom: 50px;
    overflow: hidden;
}

.historical-price-lookup-form>.form-wrapper,
.stock-price-calculator-form>.form-wrapper,
.historical-price-lookup-form>.form-wrapper>div,
.stock-price-calculator-form>.form-wrapper>div {
    overflow: hidden;
}

.historical-price-lookup-form .form-item,
.stock-price-calculator-form .form-item {
    margin: 0 20px 20px 0;
    width: 30%;
}

.stock-price-calculator-form input[type="number"] {
    margin-bottom: 10px;
}

.historical-price-lookup-form .form-submit,
.stock-price-calculator-form .form-submit {
    margin-top: 0;
}

.block--market-data-block__historical-price-lookup {
    margin-bottom: 20px;
}

.block--market-data-block__historical-price-lookup .nirtable,
.block--market-data-block__stock-price-calculator .nirtable {
    font-size: 14px;
    font-size: .8rem;
    margin-bottom: 50px;
}

.stock-price-calculator-form input[type="number"] {
    min-width: 200px;
}

@media screen and (max-width: 736px) {

    .historical-price-lookup-form .form-item,
    .stock-price-calculator-form .form-item {
        margin: 0 0 20px;
        width: 100%;
    }

    .historical-price-lookup-form .form-item select,
    .stock-price-calculator-form .form-item select,
    .stock-price-calculator-form .form-item input[type="number"] {
        min-width: 0;
        width: 100%;
    }

    .stock-price-calculator-form input[type="number"] {
        margin-bottom: 0;
    }

    .historical-price-lookup-form .form-submit,
    .stock-price-calculator-form .form-submit {
        margin-top: 10px;
    }
}

.ndq-5851 .modal-content {
    display: none;
}

.ndq-5851 .commitee-key span {
    display: inline-block;
    margin-right: 10px;
}

.ndq-accordion {
    overflow: hidden;
    margin: 15px 0 5px;
}

.ec-all {
    text-align: right;
}

.ec-all a {
    font-size: .9rem;
}

.ndq-accordion-item {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 2px;
}

.ndq-accordion-trigger {
    background-color: #f1f1f1;
    padding: 7px 15px;
    cursor: pointer;
    color: #0073e6;
}

.ndq-accordion-trigger:before {
    content: '\f0da';
    display: inline-block;
    font-family: 'FontAwesome';
    padding-right: 14px;
    font-size: 20px;
    vertical-align: -2px;
}

.target-is-open .ndq-accordion-trigger {
    background-color: #0073e6;
    color: #fff;
}

.target-is-open .ndq-accordion-trigger:before {
    content: '\f0d7';
    padding-right: 10px;
}

.target-is-open .ndq-accordion-trigger a {
    color: #fff;
}

.ndq-accordion-target {
    padding: 15px 15px 20px 35px;
}

.gov-people-name {
    display: inline-block;
    margin-right: 10px;
    margin-top: 0;
}

.gov-people-name a {
    text-decoration: none;
}

.gov-people-title {
    display: block;
    margin-left: 25px;
}

.gov-people-img {
    float: left;
    margin: 0 15px 10px 0;
}

.field.field--name-field-nir-person-dir-details {
    margin-bottom: 10px;
    margin-top: 10px;
}

.field.committee-composition {
    margin-top: 10px;
}

.ndq-5946 .ndq-disclaimer {
    margin-top: 10px;
}

.nir-email-alerts-signup-form {
    margin-bottom: 40px;
}

.nir-email-alerts-signup-form .sticky-header {
    display: none;
}

#edit-nir-email-alerts-signup-alerts {
    background: none transparent;
    border: 0;
    padding: 0;
}

#edit-nir-email-alerts-signup-alerts thead {
    background: none transparent;
}

#edit-nir-email-alerts-signup-alerts th {
    border: 0;
    background: none transparent;
    color: #333;
    cursor: default;
    font-weight: 700;
    padding: 10px 0 5px;
}

#edit-nir-email-alerts-signup-alerts td {
    padding: 3px 0 7px 0;
}

.nir-email-alerts-signup-form table th:first-child::after {
    display: none;
}

.nir-email-alerts-signup-form table tbody tr {
    background: none transparent !important;
}

.nir-email-alerts-signup-form input[type="email"] {
    width: auto;
}

.nir-email-alerts-signup-form input[type=checkbox] {
    margin-top: 0;
    vertical-align: text-bottom;
    border: 2px solid #808080;
    width: 17px;
    height: 17px;
    display: inline-block;
}

.nir-email-alerts-signup-form label {
    display: inline;
}

.nir-email-alerts-unsubscribe-form h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    margin: 10px 0 15px;
}

.nir-email-alerts-unsubscribe-form h2:after {
    display: none;
}

.nir-email-alerts-unsubscribe-form input[type="email"] {
    width: auto;
}

.contact-message-nir-contact-us-form input[type="text"],
.contact-message-nir-contact-us-form input[type="email"],
.contact-message-nir-contact-us-form textarea {
    width: 100% !important;
}

@media screen and (min-width: 1025px) {
    .contact-message-nir-contact-us-form {
        width: 50%;
    }
}

@media screen and (min-width: 769px) {
    .contact-message-nir-document-request-form {
        width: 50%;
    }
}

.contact-message-nir-document-request-form input:not(.form-checkbox):not(.form-submit),
.contact-message-nir-document-request-form select,
.contact-message-nir-document-request-form textarea {
    width: 100% !important;
}

.contact-message-nir-document-request-form legend {
    margin-bottom: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    border: 0;
    margin: 0 0 10px;
}

.contact-message-nir-document-request-form legend+.fieldset-wrapper .form-item {
    margin-top: 0;
}

.contact-message-nir-document-request-form input[type="checkbox"] {
    margin: 0;
    vertical-align: -2px;
}

.contact-message-nir-document-request-form div.address-container-inline>.form-item {
    float: none;
    margin-right: 0;
}

.contact-message-nir-document-request-form .form-no-label {
    margin-top: 0;
}

.event-items {
    overflow: hidden;
}

.event-items .event-item {
    overflow: hidden;
    padding: 10px;
}

.event-items .event-item:nth-child(even) {
    background-color: #f0f0f0;
}

.event-item .event-item-date {
    font-size: 13px;
}

.event-items .webcast-link {
    margin: 0 0 5px;
}

.ndq-content .webcast-link {
    font-weight: normal;
}

.ndq-5986 .show-all,
.ndq-5986 .views-field.views-field-field-nir-tags {
    display: none;
}

.qresults-year-item {
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.qresults-year-item h4 {
    font-size: 18px !important;
}

.qresults-quarter-item {
    margin-bottom: 10px;
}

.qresults-quarter-item-title {
    border-bottom: 2px solid #005b7f;
}

.qresults-quarter-materials {
    text-transform: none;
}

.qresults-quarter-materials p {
    font-size: 14px;
}

@media screen and (max-width: 480px) {
    .qresults-quarter-item {
        width: 100% !important;
    }
}

.fund-nav-link-active,
.fund-nav-link-active:hover {
    color: #333;
}

.fund-block {
    margin-bottom: 20px;
}

.block-nir-attribution-block {
    clear: both;
    float: none;
    padding: 0px;
}

.block-nir-attribution-block>p {
    margin: 0;
    padding: 20px 0 0;
}

.market-data-filter-form {
    margin: 10px 0;
}

.market-data-filter-form .form-item {
    display: inline-block;
    float: none;
    margin-right: 3%;
    width: 20%;
}

.market-data-filter-form input[type="submit"] {
    margin-top: 0;
}

.market-data-filter-form .form-item select {
    min-width: 0;
    width: 100% !important;
}

@media (max-width: 768px) {
    .market-data-filter-form .form-item {
        margin-right: 0;
        width: 100%;
    }
}

@media (max-width: 414px) {

    .income-statment tbody tr td:before,
    .income-statment tfoot tr td:before,
    .cash-flow tbody tr td:before,
    .cash-flow tfoot tr td:before {
        white-space: normal;
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    .ndq-6001 .market-data-filter-form input[type="submit"],
    .ndq-6006 .market-data-filter-form input[type="submit"],
    .ndq-6011 .market-data-filter-form input[type="submit"] {
        margin-top: 60px;
    }
}

#views-exposed-form-widget-sec-filings-table {
    margin-bottom: 10px;
}

#views-exposed-form-widget-sec-filings-table .form-item {
    margin-right: 4%;
    width: 45%;
}

.form-item-field-nir-sec-form-group-target-id .chosen-container,
.form-item-field-nir-sec-form-group-target-id li,
.form-item-field-nir-sec-form-group-target-id input,
.form-item-field-nir-sec-date-filed-value select,
.form-item-items-per-page select {
    min-width: 0;
    width: 100% !important;
}

.views-field-field-nir-sec-date-filed {
    width: 150px;
}

.views-field-field-nir-sec-form {
    width: 120px;
}

.views-field-field-nir-sec-form-group {
    width: 130px;
}

.views-field-nothing-1 {
    white-space: nowrap;
    width: 180px;
}

.doc-group,
.xbrl-group {
    margin-bottom: 20px;
}

.pager {
    margin: 20px 0;
}

.pager__item {
    padding: 0 1px !important;
}

.pager__item a {
    border: 1px solid #ddd;
    border-radius: 4px !important;
    margin: 5px 0 10px;
    padding: 5px 14px;
}

.pager .is-active {
    background: none transparent;
}

.pager .is-active a {
    background-color: #0073e6;
    border-color: #0073e6;
}

.pager a:focus,
.pager a:hover {
    background-color: #0073e6 !important;
    border-color: #0073e6;
    color: #fff;
}

.results-summary {
    margin: 20px 0 !important;
    font-size: .9em;
}

.node--nir-sec-filing--full .field--name-field-nir-sec-issuer {
    display: none !important;
}

@media (max-width: 1000px) {
    #views-exposed-form-widget-sec-filings-table .form-item {
        margin-right: 0;
        width: 100%;
    }

    #views-exposed-form-widget-sec-filings-table .form-item-field-nir-sec-form-group-target-id {
        margin-bottom: 2em;
    }

    .collapse-table-wide:not(.income-statment):not(.cash-flow):not(.cash-flow):not(.historical-lookup):not(.stock-calculator-table) tbody tr td,
    .collapse-table-wide:not(.income-statment):not(.cash-flow):not(.historical-lookup) tfoot tr td {
        padding-left: 40%;
    }

    .collapse-table-wide:not(.income-statment):not(.cash-flow):not(.historical-lookup):not(.stock-calculator-table) tbody tr td:before,
    .collapse-table-wide:not(.income-statment):not(.cash-flow):not(.historical-lookup) tfoot tr td:before {
        width: 35%;
    }
}

table.nirtable td,
table.nirtable th,
table.dataTable td,
table.dataTable th {
    padding: 10px;
    vertical-align: top;
}

table.nirtable th,
table.nirtable thead td,
table.dataTable th,
table.dataTable thead td {
    background-color: #0073e6;
    color: #fff;
    font-weight: normal;
    vertical-align: bottom;
}

table.commiteetable th {
    text-align: center;
}

table.nirtable th a,
table.nirtable thead td a,
table.dataTable th a,
table.dataTable thead td a {
    color: #fff !important;
}

table.nirtable tbody tr,
table.dataTable tbody tr {
    background-color: #fff;
}

table.nirtable tbody tr:nth-child(odd),
table.dataTable tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}

@media (max-width: 768px) {
    .collapse-table-wide tbody {
        background: none transparent;
        border: 0;
    }

    .collapse-table-wide tbody tr {
        border: 1px dotted #ccc;
    }
}

@media (max-width: 481px) {
    .collapse-table thead {
        display: none;
    }

    .collapse-table tbody {
        background: none transparent;
        border: 0;
    }

    .collapse-table tbody tr td:first-child:before,
    .collapse-table tfoot tr td:first-child:before {
        border-bottom: 1px dotted #ccc;
    }
}

.block-views-blockwidget-news-table table tr th.views-field-field-nir-news-date,
.block-views-blockwidget-news-table table tr td.views-field-field-nir-news-date,
.presentations .views-field-field-nir-asset-date {
    width: 200px;
}

.block-views-blockwidget-news-table table th.views-field-field-nir-news-supp-format,
.block-views-blockwidget-news-table table td.views-field-field-nir-news-supp-format {
    width: 180px;
}

.nirtable .views-field-field-nir-date {
    width: 140px;
}

.nirtable .views-field-field-nir-document {
    width: 80px;
}

.tablesort,
.tablesort--asc,
.tablesort--desc {
    background: none !important;
    padding-left: 3px;
    position: static;
}

.tablesort:before,
.tablesort--asc:before,
.tablesort--desc:before {
    font-family: "ndqfonticons";
    font-size: 18px !important;
    vertical-align: middle;
    padding-right: 5px;
    font-weight: normal;
    text-decoration: none
}

.tablesort:before {
    content: "\e044";
}

.tablesort--asc:before {
    content: "\e044";
}

.nirtable .views-field-field-nir-news-supp-format .html-link {
    display: none;
}

.ndq-content .filesize {
    display: none;
}

.quote-wrap .quote-wrap {
    border: 0;
}

.long-quote .center-stock dd,
.long-quote .center-stock dt,
.long-quote .right-stock dd,
.long-quote .right-stock dt {
    border-bottom: 1px solid #000;
    padding: 8px 8px 9px;
}

@media screen and (max-width: 1024px) and (min-width:768px) {
    .long-quote .center-stock {
        margin-right: 0;
        width: 74.6836%;
    }

    .long-quote .right-stock {
        clear: both;
        margin-right: 0;
        width: 74.6836%;
    }
}

@media screen and (max-width: 990px) {
    .long-quote dd {
        width: 60%;
    }

    .long-quote dt {
        width: 40%;
    }
}

@media screen and (max-width: 568px) {
    .long-quote .left-stock {
        margin-bottom: 15px;
        width: 100%;
    }

    .long-quote .center-stock,
    .long-quote .right-stock {
        width: 100%;
    }
}

@media screen and (max-width: 300px) {

    .long-quote .center-stock dd,
    .long-quote .right-stock dd {
        border-bottom: 0;
        padding-bottom: 0;
        width: 100%;
    }

    .long-quote .center-stock dt,
    .long-quote .right-stock dt {
        width: 100%;
    }
}

.block-nir-attribution-block p {
    font-size: .75em !important;
    line-height: normal !important;
}

.ndq-toolkit,
.ndq-toolkit *,
.ndq-toolkit *:before,
.ndq-toolkit *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ndq-toolkit {
    margin-bottom: 10px;
}

.ndq-toolkit a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #d90e3b;
    border-radius: 15px;
    vertical-align: 10px;
}

.ndq-toolkit a:first-child {
    margin-left: 0;
}

.ndq-toolkit a:before {
    font: normal normal normal 1em/1 FontAwesome;
    display: inline-block;
    color: #fff;
}

.ndq-toolkit .t-print:before {
    content: "\f02f";
}

.ndq-toolkit .t-email:before {
    content: "\f003";
}

.ndq-toolkit .t-rss:before {
    content: "\f09e";
}

.ndq-toolkit .t-alerts:before {
    content: "\f0a1";
}

.ndq-toolkit .t-contacts:before {
    content: "\f007";
}

.ndq-toolkit .t-tearsheet:before {
    content: "\f080";
}

pre {
    font-family: Menlo, Monaco, "Courier New", monospace;
    color: #333333;
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12.025px;
    line-height: 18px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: pre;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}

.ndq-content .news-article-content .bwbodyimg {
    float: left;
    padding-left: 0;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0 !important;
}

.ndq-content .news-article-content .bwbodyimgcaption {
    font-size: 85% !important;
}

.ndq-content .news-article-content .bwtextaligncenter,
.ndq-content .news-article-content .bwalignc {
    text-align: center !important;
}

.ndq-content .news-article-content .bwtextalignleft,
.ndq-content .news-article-content .bwalignl {
    text-align: left !important;
}

.ndq-content .news-article-content .bwtextalignright,
.ndq-content .news-article-content .bwalignr {
    text-align: right !important;
}

.ndq-content .news-article-content .bwverticalaligntop,
.ndq-content .news-article-content .bwvertalignt {
    vertical-align: top !important;
}

.ndq-content .news-article-content .bwverticalalignmiddle,
.ndq-content .news-article-content .bwvertalignm {
    vertical-align: middle !important;
}

.ndq-content .news-article-content .bwverticalalignbottom,
.ndq-content .news-article-content .bwvertalignb {
    vertical-align: bottom !important;
}

.ndq-content .news-article-content .bwtablefigurealign,
.ndq-content .news-article-content .bwfigurealign {
    text-align: right;
    vertical-align: bottom !important;
}

.ndq-content .news-article-content .bwtabletextalign,
.ndq-content .news-article-content .bwtxtalign {
    text-align: left;
    vertical-align: bottom !important;
}

.ndq-content .news-article-content .bwwhitespacenowrap,
.ndq-content .news-article-content .bwnowrap {
    white-space: normal !important;
}

.ndq-content .news-article-content .bwsinglebottomborder,
.ndq-content .news-article-content .bwsinglebottom {
    border-bottom: solid black 1.0pt !important;
}

.ndq-content .news-article-content .bwdoublebottomborder,
.ndq-content .news-article-content .bwdoublebottom {
    border-bottom: double black 2.25pt !important;
}

.ndq-content .news-article-content .bwsingletopborder,
.ndq-content .news-article-content .bwsingletop {
    border-top: solid black 1.0pt !important;
}

.ndq-content .news-article-content .bwdoubletopborder,
.ndq-content .news-article-content .bwdoubletop {
    border-top: double black 2.25pt !important;
}

.ndq-content .news-article-content .bwcellpaddingleft0,
.ndq-content .news-article-content .bwpadl0 {
    padding-left: 0 !important;
}

.ndq-content .news-article-content .bwcellpaddingleft1,
.ndq-content .news-article-content .bwpadl1 {
    padding-left: 5px !important;
}

.ndq-content .news-article-content .bwcellpaddingleft2,
.ndq-content .news-article-content .bwpadl2 {
    padding-left: 10px !important;
}

.ndq-content .news-article-content .bwcellpaddingleft3,
.ndq-content .news-article-content .bwpadl3 {
    padding-left: 15px !important;
}

.ndq-content .news-article-content .bwcellpaddingleft4,
.ndq-content .news-article-content .bwpadl4 {
    padding-left: 20px !important;
}

.ndq-content .news-article-content .bwcellpaddingleft5,
.ndq-content .news-article-content .bwpadl5 {
    padding-left: 25px !important;
}

.ndq-content .news-article-content .bwcellpaddingleft6,
.ndq-content .news-article-content .bwpadl6 {
    padding-left: 30px !important;
}

.ndq-content .news-article-content .bwcellpaddingleft7,
.ndq-content .news-article-content .bwpadl7 {
    padding-left: 35px !important;
}

.ndq-content .news-article-content .bwcellpaddingleft8,
.ndq-content .news-article-content .bwpadl8 {
    padding-left: 40px !important;
}

.ndq-content .news-article-content .bwcellpaddingleft9,
.ndq-content .news-article-content .bwpadl9 {
    padding-left: 45px !important;
}

.ndq-content .news-article-content .bwcellpaddingleft10,
.ndq-content .news-article-content .bwpadl10 {
    padding-left: 50px !important;
}

.ndq-content .news-article-content .bwcellpaddingleft11,
.ndq-content .news-article-content .bwpadl11 {
    padding-left: 55px !important;
}

.ndq-content .news-article-content .bwcellpaddingleft12,
.ndq-content .news-article-content .bwpadl12 {
    padding-left: 60px !important;
}

.ndq-content .news-article-content .bwcellpaddingleft13,
.ndq-content .news-article-content .bwpadl13 {
    padding-left: 65px !important;
}

.ndq-content .news-article-content .bwcellpaddingleft14,
.ndq-content .news-article-content .bwpadl14 {
    padding-left: 70.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingleft15,
.ndq-content .news-article-content .bwpadl15 {
    padding-left: 75.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingleft16,
.ndq-content .news-article-content .bwpadl16 {
    padding-left: 80.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingleft17,
.ndq-content .news-article-content .bwpadl17 {
    padding-left: 85.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingleft18,
.ndq-content .news-article-content .bwpadl18 {
    padding-left: 90.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingleft19,
.ndq-content .news-article-content .bwpadl19 {
    padding-left: 95.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingleft20,
.ndq-content .news-article-content .bwpadl20 {
    padding-left: 100.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingright0,
.ndq-content .news-article-content .bwpadr0 {
    padding-right: 0.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingright1,
.ndq-content .news-article-content .bwpadr1 {
    padding-right: 5.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingright2,
.ndq-content .news-article-content .bwpadr2 {
    padding-right: 10.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingright3,
.ndq-content .news-article-content .bwpadr3 {
    padding-right: 15.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingright4,
.ndq-content .news-article-content .bwpadr4 {
    padding-right: 20.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingright5,
.ndq-content .news-article-content .bwpadr5 {
    padding-right: 25.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingright6,
.ndq-content .news-article-content .bwpadr6 {
    padding-right: 30.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingright7,
.ndq-content .news-article-content .bwpadr7 {
    padding-right: 35.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingright8,
.ndq-content .news-article-content .bwpadr8 {
    padding-right: 40.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingright9,
.ndq-content .news-article-content .bwpadr9 {
    padding-right: 45.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingright10,
.ndq-content .news-article-content .bwpadr10 {
    padding-right: 50.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingtop1,
.ndq-content .news-article-content .bwpadt1 {
    padding-top: 10.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingtop2,
.ndq-content .news-article-content .bwpadt2 {
    padding-top: 20.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingtop3,
.ndq-content .news-article-content .bwpadt3 {
    padding-top: 30.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingtop4,
.ndq-content .news-article-content .bwpadt4 {
    padding-top: 40.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingtop5,
.ndq-content .news-article-content .bwpadt5 {
    padding-top: 50.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingtop6,
.ndq-content .news-article-content .bwpadt6 {
    padding-top: 60.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingtop7,
.ndq-content .news-article-content .bwpadt7 {
    padding-top: 70.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingtop8,
.ndq-content .news-article-content .bwpadt8 {
    padding-top: 80.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingtop9,
.ndq-content .news-article-content .bwpadt9 {
    padding-top: 90.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingtop10,
.ndq-content .news-article-content .bwpadt10 {
    padding-top: 100.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingtop11,
.ndq-content .news-article-content .bwpadt11 {
    padding-top: 110.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingtop12,
.ndq-content .news-article-content .bwpadt12 {
    padding-top: 120.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingtop13,
.ndq-content .news-article-content .bwpadt13 {
    padding-top: 130.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingtop14,
.ndq-content .news-article-content .bwpadt14 {
    padding-top: 140.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingtop15,
.ndq-content .news-article-content .bwpadt15 {
    padding-top: 150.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingtop16,
.ndq-content .news-article-content .bwpadt16 {
    padding-top: 160.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingtop17,
.ndq-content .news-article-content .bwpadt17 {
    padding-top: 170.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingtop18,
.ndq-content .news-article-content .bwpadt18 {
    padding-top: 180.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingtop19,
.ndq-content .news-article-content .bwpadt19 {
    padding-top: 190.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingtop20,
.ndq-content .news-article-content .bwpadt20 {
    padding-top: 200.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingbottom1,
.ndq-content .news-article-content .bwpadb1 {
    padding-bottom: 2.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingbottom2,
.ndq-content .news-article-content .bwpadb2 {
    padding-bottom: 3.0px !important;
}

.ndq-content .news-article-content .bwcellpaddingbottom3,
.ndq-content .news-article-content .bwpadb3 {
    padding-bottom: 4.0px !important;
}

.ndq-content .news-article-content .bwunderlinestyle,
.ndq-content .news-article-content .bwuline {
    text-decoration: underline !important;
}

.ndq-content .news-article-content .bwdoubleunderlinestyle,
.ndq-content .news-article-content .bwdbluline {
    text-decoration: underline;
    border-bottom: 1px solid black !important;
}

.ndq-content .news-article-content .bwcolorred,
.ndq-content .news-article-content .bwred {
    color: red !important;
}

.ndq-content .news-article-content .bwcolorblack,
.ndq-content .news-article-content .bwblack {
    color: black !important;
}

.ndq-content .news-article-content .bwmarginleft1,
.ndq-content .news-article-content .bwmarginl1 {
    margin-left: 30.0px !important;
}

.ndq-content .news-article-content .bwmarginleft2,
.ndq-content .news-article-content .bwmarginl2 {
    margin-left: 60.0px !important;
}

.ndq-content .news-article-content .bwmarginleft3,
.ndq-content .news-article-content .bwmarginl3 {
    margin-left: 90.0px !important;
}

.ndq-content .news-article-content .bwmarginleft4,
.ndq-content .news-article-content .bwmarginl4 {
    margin-left: 120.0px !important;
}

.ndq-content .news-article-content .bwmarginleft5,
.ndq-content .news-article-content .bwmarginl5 {
    margin-left: 150.0px !important;
}

.ndq-content .news-article-content .bwmarginleft6,
.ndq-content .news-article-content .bwmarginl6 {
    margin-left: 180.0px !important;
}

.ndq-content .news-article-content .bwmarginleft7,
.ndq-content .news-article-content .bwmarginl7 {
    margin-left: 210.0px !important;
}

.ndq-content .news-article-content .bwmarginleft8,
.ndq-content .news-article-content .bwmarginl8 {
    margin-left: 240.0px !important;
}

.ndq-content .news-article-content .bwmarginleft9,
.ndq-content .news-article-content .bwmarginl9 {
    margin-left: 270.0px !important;
}

.ndq-content .news-article-content .bwmarginleft10,
.ndq-content .news-article-content .bwmarginl10 {
    margin-left: 300.0px !important;
}

.ndq-content .news-article-content .bwhangingindent,
.ndq-content .news-article-content .bwhangindent {
    text-indent: -30.0px !important;
}

.ndq-content .news-article-content .bwparagraphindent,
.ndq-content .news-article-content .bwpindent {
    text-indent: 30.0px !important;
}

.ndq-content .news-article-content .bwliststylenone,
.ndq-content .news-article-content .bwlistnone {
    list-style-image: none;
    list-style-type: none !important;
}

.ndq-content .news-article-content .bwliststyledisc,
.ndq-content .news-article-content .bwlistdisc {
    list-style-type: disc !important;
}

.ndq-content .news-article-content .bwliststylesquare,
.ndq-content .news-article-content .bwlistsquare {
    list-style-type: square !important;
}

.ndq-content .news-article-content .bwliststylecircle,
.ndq-content .news-article-content .bwlistcircle {
    list-style-type: circle !important;
}

.ndq-content .news-article-content .bwliststyledecimal,
.ndq-content .news-article-content .bwlistdecimal {
    list-style-type: decimal !important;
}

.ndq-content .news-article-content .bwliststyleloweralpha,
.ndq-content .news-article-content .bwlistlowalpha {
    list-style-type: lower-alpha !important;
}

.ndq-content .news-article-content .bwliststyleupperalpha,
.ndq-content .news-article-content .bwlistupalpha {
    list-style-type: upper-alpha !important;
}

.ndq-content .news-article-content .bwliststylelowerroman,
.ndq-content .news-article-content .bwlistlowroman {
    list-style-type: lower-roman !important;
}

.ndq-content .news-article-content .bwliststyleupperroman,
.ndq-content .news-article-content .bwlistuproman {
    list-style-type: upper-roman !important;
}

.ndq-content .news-article-content .bwlistitemmarginbottom,
.ndq-content .news-article-content .bwlistitemmargb {
    margin-bottom: 10.0px !important;
}

.ndq-content .news-article-content .bwcellparagraphmargin,
.ndq-content .news-article-content .bwcellpmargin {
    margin-bottom: 0;
    margin-top: 0 !important;
}

.ndq-content .news-article-content .bwtablebottommargin,
.ndq-content .news-article-content .bwtablemarginb {
    margin-bottom: 10.0px !important;
}

.ndq-content .news-article-content .bwblockaligncenter,
.ndq-content .news-article-content .bwblockalignc {
    margin-left: auto;
    margin-right: auto !important;
}

.ndq-content .news-article-content .bwblockalignleft,
.ndq-content .news-article-content .bwblockalignl {
    margin-left: 0;
    margin-right: auto !important;
}

.ndq-content .news-article-content .bwblockalignright,
.ndq-content .news-article-content .bwblockalignr {
    margin-left: auto;
    margin-right: 0 !important;
}

.ndq-content .news-article-content .bwwidthpercent1,
.ndq-content .news-article-content .bwwidth1 {
    width: 1% !important;
}

.ndq-content .news-article-content .bwwidthpercent2,
.ndq-content .news-article-content .bwwidth2 {
    width: 2% !important;
}

.ndq-content .news-article-content .bwwidthpercent3,
.ndq-content .news-article-content .bwwidth3 {
    width: 3% !important;
}

.ndq-content .news-article-content .bwwidthpercent4,
.ndq-content .news-article-content .bwwidth4 {
    width: 4% !important;
}

.ndq-content .news-article-content .bwwidthpercent5,
.ndq-content .news-article-content .bwwidth5 {
    width: 5% !important;
}

.ndq-content .news-article-content .bwwidthpercent6,
.ndq-content .news-article-content .bwwidth6 {
    width: 6% !important;
}

.ndq-content .news-article-content .bwwidthpercent7,
.ndq-content .news-article-content .bwwidth7 {
    width: 7% !important;
}

.ndq-content .news-article-content .bwwidthpercent8,
.ndq-content .news-article-content .bwwidth8 {
    width: 8% !important;
}

.ndq-content .news-article-content .bwwidthpercent9,
.ndq-content .news-article-content .bwwidth9 {
    width: 9% !important;
}

.ndq-content .news-article-content .bwwidthpercent10,
.ndq-content .news-article-content .bwwidth10 {
    width: 10% !important;
}

.ndq-content .news-article-content .bwwidthpercent11,
.ndq-content .news-article-content .bwwidth11 {
    width: 11% !important;
}

.ndq-content .news-article-content .bwwidthpercent12,
.ndq-content .news-article-content .bwwidth12 {
    width: 12% !important;
}

.ndq-content .news-article-content .bwwidthpercent13,
.ndq-content .news-article-content .bwwidth13 {
    width: 13% !important;
}

.ndq-content .news-article-content .bwwidthpercent14,
.ndq-content .news-article-content .bwwidth14 {
    width: 14% !important;
}

.ndq-content .news-article-content .bwwidthpercent15,
.ndq-content .news-article-content .bwwidth15 {
    width: 15% !important;
}

.ndq-content .news-article-content .bwwidthpercent16,
.ndq-content .news-article-content .bwwidth16 {
    width: 16% !important;
}

.ndq-content .news-article-content .bwwidthpercent17,
.ndq-content .news-article-content .bwwidth17 {
    width: 17% !important;
}

.ndq-content .news-article-content .bwwidthpercent18,
.ndq-content .news-article-content .bwwidth18 {
    width: 18% !important;
}

.ndq-content .news-article-content .bwwidthpercent19,
.ndq-content .news-article-content .bwwidth19 {
    width: 19% !important;
}

.ndq-content .news-article-content .bwwidthpercent20,
.ndq-content .news-article-content .bwwidth20 {
    width: 20% !important;
}

.ndq-content .news-article-content .bwwidthpercent21,
.ndq-content .news-article-content .bwwidth21 {
    width: 21% !important;
}

.ndq-content .news-article-content .bwwidthpercent22,
.ndq-content .news-article-content .bwwidth22 {
    width: 22% !important;
}

.ndq-content .news-article-content .bwwidthpercent23,
.ndq-content .news-article-content .bwwidth23 {
    width: 23% !important;
}

.ndq-content .news-article-content .bwwidthpercent24,
.ndq-content .news-article-content .bwwidth24 {
    width: 24% !important;
}

.ndq-content .news-article-content .bwwidthpercent25,
.ndq-content .news-article-content .bwwidth25 {
    width: 25% !important;
}

.ndq-content .news-article-content .bwwidthpercent26,
.ndq-content .news-article-content .bwwidth26 {
    width: 26% !important;
}

.ndq-content .news-article-content .bwwidthpercent27,
.ndq-content .news-article-content .bwwidth27 {
    width: 27% !important;
}

.ndq-content .news-article-content .bwwidthpercent28,
.ndq-content .news-article-content .bwwidth28 {
    width: 28% !important;
}

.ndq-content .news-article-content .bwwidthpercent29,
.ndq-content .news-article-content .bwwidth29 {
    width: 29% !important;
}

.ndq-content .news-article-content .bwwidthpercent30,
.ndq-content .news-article-content .bwwidth30 {
    width: 30% !important;
}

.ndq-content .news-article-content .bwwidthpercent31,
.ndq-content .news-article-content .bwwidth31 {
    width: 31% !important;
}

.ndq-content .news-article-content .bwwidthpercent32,
.ndq-content .news-article-content .bwwidth32 {
    width: 32% !important;
}

.ndq-content .news-article-content .bwwidthpercent33,
.ndq-content .news-article-content .bwwidth33 {
    width: 33% !important;
}

.ndq-content .news-article-content .bwwidthpercent34,
.ndq-content .news-article-content .bwwidth34 {
    width: 34% !important;
}

.ndq-content .news-article-content .bwwidthpercent35,
.ndq-content .news-article-content .bwwidth35 {
    width: 35% !important;
}

.ndq-content .news-article-content .bwwidthpercent36,
.ndq-content .news-article-content .bwwidth36 {
    width: 36% !important;
}

.ndq-content .news-article-content .bwwidthpercent37,
.ndq-content .news-article-content .bwwidth37 {
    width: 37% !important;
}

.ndq-content .news-article-content .bwwidthpercent38,
.ndq-content .news-article-content .bwwidth38 {
    width: 38% !important;
}

.ndq-content .news-article-content .bwwidthpercent39,
.ndq-content .news-article-content .bwwidth39 {
    width: 39% !important;
}

.ndq-content .news-article-content .bwwidthpercent40,
.ndq-content .news-article-content .bwwidth40 {
    width: 40% !important;
}

.ndq-content .news-article-content .bwwidthpercent41,
.ndq-content .news-article-content .bwwidth41 {
    width: 41% !important;
}

.ndq-content .news-article-content .bwwidthpercent42,
.ndq-content .news-article-content .bwwidth42 {
    width: 42% !important;
}

.ndq-content .news-article-content .bwwidthpercent43,
.ndq-content .news-article-content .bwwidth43 {
    width: 43% !important;
}

.ndq-content .news-article-content .bwwidthpercent44,
.ndq-content .news-article-content .bwwidth44 {
    width: 44% !important;
}

.ndq-content .news-article-content .bwwidthpercent45,
.ndq-content .news-article-content .bwwidth45 {
    width: 45% !important;
}

.ndq-content .news-article-content .bwwidthpercent46,
.ndq-content .news-article-content .bwwidth46 {
    width: 46% !important;
}

.ndq-content .news-article-content .bwwidthpercent47,
.ndq-content .news-article-content .bwwidth47 {
    width: 47% !important;
}

.ndq-content .news-article-content .bwwidthpercent48,
.ndq-content .news-article-content .bwwidth48 {
    width: 48% !important;
}

.ndq-content .news-article-content .bwwidthpercent49,
.ndq-content .news-article-content .bwwidth49 {
    width: 49% !important;
}

.ndq-content .news-article-content .bwwidthpercent50,
.ndq-content .news-article-content .bwwidth50 {
    width: 50% !important;
}

.ndq-content .news-article-content .bwwidthpercent51,
.ndq-content .news-article-content .bwwidth51 {
    width: 51% !important;
}

.ndq-content .news-article-content .bwwidthpercent52,
.ndq-content .news-article-content .bwwidth52 {
    width: 52% !important;
}

.ndq-content .news-article-content .bwwidthpercent53,
.ndq-content .news-article-content .bwwidth53 {
    width: 53% !important;
}

.ndq-content .news-article-content .bwwidthpercent54,
.ndq-content .news-article-content .bwwidth54 {
    width: 54% !important;
}

.ndq-content .news-article-content .bwwidthpercent55,
.ndq-content .news-article-content .bwwidth55 {
    width: 55% !important;
}

.ndq-content .news-article-content .bwwidthpercent56,
.ndq-content .news-article-content .bwwidth56 {
    width: 56% !important;
}

.ndq-content .news-article-content .bwwidthpercent57,
.ndq-content .news-article-content .bwwidth57 {
    width: 57% !important;
}

.ndq-content .news-article-content .bwwidthpercent58,
.ndq-content .news-article-content .bwwidth58 {
    width: 58% !important;
}

.ndq-content .news-article-content .bwwidthpercent59,
.ndq-content .news-article-content .bwwidth59 {
    width: 59% !important;
}

.ndq-content .news-article-content .bwwidthpercent60,
.ndq-content .news-article-content .bwwidth60 {
    width: 60% !important;
}

.ndq-content .news-article-content .bwwidthpercent61,
.ndq-content .news-article-content .bwwidth61 {
    width: 61% !important;
}

.ndq-content .news-article-content .bwwidthpercent62,
.ndq-content .news-article-content .bwwidth62 {
    width: 62% !important;
}

.ndq-content .news-article-content .bwwidthpercent63,
.ndq-content .news-article-content .bwwidth63 {
    width: 63% !important;
}

.ndq-content .news-article-content .bwwidthpercent64,
.ndq-content .news-article-content .bwwidth64 {
    width: 64% !important;
}

.ndq-content .news-article-content .bwwidthpercent65,
.ndq-content .news-article-content .bwwidth65 {
    width: 65% !important;
}

.ndq-content .news-article-content .bwwidthpercent66,
.ndq-content .news-article-content .bwwidth66 {
    width: 66% !important;
}

.ndq-content .news-article-content .bwwidthpercent67,
.ndq-content .news-article-content .bwwidth67 {
    width: 67% !important;
}

.ndq-content .news-article-content .bwwidthpercent68,
.ndq-content .news-article-content .bwwidth68 {
    width: 68% !important;
}

.ndq-content .news-article-content .bwwidthpercent69,
.ndq-content .news-article-content .bwwidth69 {
    width: 69% !important;
}

.ndq-content .news-article-content .bwwidthpercent70,
.ndq-content .news-article-content .bwwidth70 {
    width: 70% !important;
}

.ndq-content .news-article-content .bwwidthpercent71,
.ndq-content .news-article-content .bwwidth71 {
    width: 71% !important;
}

.ndq-content .news-article-content .bwwidthpercent72,
.ndq-content .news-article-content .bwwidth72 {
    width: 72% !important;
}

.ndq-content .news-article-content .bwwidthpercent73,
.ndq-content .news-article-content .bwwidth73 {
    width: 73% !important;
}

.ndq-content .news-article-content .bwwidthpercent74,
.ndq-content .news-article-content .bwwidth74 {
    width: 74% !important;
}

.ndq-content .news-article-content .bwwidthpercent75,
.ndq-content .news-article-content .bwwidth75 {
    width: 75% !important;
}

.ndq-content .news-article-content .bwwidthpercent76,
.ndq-content .news-article-content .bwwidth76 {
    width: 76% !important;
}

.ndq-content .news-article-content .bwwidthpercent77,
.ndq-content .news-article-content .bwwidth77 {
    width: 77% !important;
}

.ndq-content .news-article-content .bwwidthpercent78,
.ndq-content .news-article-content .bwwidth78 {
    width: 78% !important;
}

.ndq-content .news-article-content .bwwidthpercent79,
.ndq-content .news-article-content .bwwidth79 {
    width: 79% !important;
}

.ndq-content .news-article-content .bwwidthpercent80,
.ndq-content .news-article-content .bwwidth80 {
    width: 80% !important;
}

.ndq-content .news-article-content .bwwidthpercent81,
.ndq-content .news-article-content .bwwidth81 {
    width: 81% !important;
}

.ndq-content .news-article-content .bwwidthpercent82,
.ndq-content .news-article-content .bwwidth82 {
    width: 82% !important;
}

.ndq-content .news-article-content .bwwidthpercent83,
.ndq-content .news-article-content .bwwidth83 {
    width: 83% !important;
}

.ndq-content .news-article-content .bwwidthpercent84,
.ndq-content .news-article-content .bwwidth84 {
    width: 84% !important;
}

.ndq-content .news-article-content .bwwidthpercent85,
.ndq-content .news-article-content .bwwidth85 {
    width: 85% !important;
}

.ndq-content .news-article-content .bwwidthpercent86,
.ndq-content .news-article-content .bwwidth86 {
    width: 86% !important;
}

.ndq-content .news-article-content .bwwidthpercent87,
.ndq-content .news-article-content .bwwidth87 {
    width: 87% !important;
}

.ndq-content .news-article-content .bwwidthpercent88,
.ndq-content .news-article-content .bwwidth88 {
    width: 88% !important;
}

.ndq-content .news-article-content .bwwidthpercent89,
.ndq-content .news-article-content .bwwidth89 {
    width: 89% !important;
}

.ndq-content .news-article-content .bwwidthpercent90,
.ndq-content .news-article-content .bwwidth90 {
    width: 90% !important;
}

.ndq-content .news-article-content .bwwidthpercent91,
.ndq-content .news-article-content .bwwidth91 {
    width: 91% !important;
}

.ndq-content .news-article-content .bwwidthpercent92,
.ndq-content .news-article-content .bwwidth92 {
    width: 92% !important;
}

.ndq-content .news-article-content .bwwidthpercent93,
.ndq-content .news-article-content .bwwidth93 {
    width: 93% !important;
}

.ndq-content .news-article-content .bwwidthpercent94,
.ndq-content .news-article-content .bwwidth94 {
    width: 94% !important;
}

.ndq-content .news-article-content .bwwidthpercent95,
.ndq-content .news-article-content .bwwidth95 {
    width: 95% !important;
}

.ndq-content .news-article-content .bwwidthpercent96,
.ndq-content .news-article-content .bwwidth96 {
    width: 96% !important;
}

.ndq-content .news-article-content .bwwidthpercent97,
.ndq-content .news-article-content .bwwidth97 {
    width: 97% !important;
}

.ndq-content .news-article-content .bwwidthpercent98,
.ndq-content .news-article-content .bwwidth98 {
    width: 98% !important;
}

.ndq-content .news-article-content .bwwidthpercent99,
.ndq-content .news-article-content .bwwidth99 {
    width: 99% !important;
}

.ndq-content .news-article-content .bwwidthpercent100,
.ndq-content .news-article-content .bwwidth100 {
    width: 100% !important;
}

.ndq-content .gnw_table_border_collapse td.gnw_heading,
.ndq-content .gnw_heading {
    text-align: center
}

.ndq-content .gnw_table_border_collapse td.gnw_subhead,
.ndq-content .gnw_subhead {
    text-align: center
}

.ndq-content .gnw_table_border_collapse td.gnw_colhead,
.ndq-content .gnw_colhead {
    text-align: center
}

.ndq-content .gnw_table_border_collapse td.gnw_colhead_uline,
.ndq-content .gnw_colhead_uline {
    text-align: center;
    border-bottom: solid black 1.0pt;
}

.ndq-content .gnw_table_border_collapse td.gnw_colhead_dline,
.ndq-content .gnw_colhead_dline {
    text-align: center;
    border-bottom: double black 2.5pt;
}

.ndq-content .gnw_table_border_collapse td.gnw_label,
.ndq-content .gnw_label {
    vertical-align: bottom;
    text-align: left
}

.ndq-content .gnw_table_border_collapse td.gnw_label_uline,
.ndq-content .gnw_label_uline {
    vertical-align: bottom;
    text-align: left;
    border-bottom: solid black 1.0pt;
}

.ndq-content .gnw_table_border_collapse td.gnw_label_uline_i10,
.ndq-content .gnw_label_uline_i10 {
    vertical-align: bottom;
    text-align: left;
    border-bottom: solid black 1.0pt;
    padding-left: 10.0px;
}

.ndq-content .gnw_table_border_collapse td.gnw_label_uline_i15,
.ndq-content .gnw_label_uline_i15 {
    vertical-align: bottom;
    text-align: left;
    border-bottom: solid black 1.0pt;
    padding-left: 15.0px;
}

.ndq-content .gnw_table_border_collapse td.gnw_label_uline_i20,
.ndq-content .gnw_label_uline_i20 {
    vertical-align: bottom;
    text-align: left;
    border-bottom: solid black 1.0pt;
    padding-left: 20.0px;
}

.ndq-content .gnw_table_border_collapse td.gnw_label_uline_i25,
.ndq-content .gnw_label_uline_i25 {
    vertical-align: bottom;
    text-align: left;
    border-bottom: solid black 1.0pt;
    padding-left: 25.0px;
}

.ndq-content .gnw_table_border_collapse td.gnw_label_uline_i30,
.ndq-content .gnw_label_uline_i30 {
    vertical-align: bottom;
    text-align: left;
    border-bottom: solid black 1.0pt;
    padding-left: 30.0px;
}

.ndq-content .gnw_table_border_collapse td.gnw_label_dline_i10,
.ndq-content .gnw_label_dline_i10 {
    vertical-align: bottom;
    text-align: left;
    border-bottom: double black 2.5pt;
    padding-left: 10.0px;
}

.ndq-content .gnw_table_border_collapse td.gnw_label_dline_i15,
.ndq-content .gnw_label_dline_i15 {
    vertical-align: bottom;
    text-align: left;
    border-bottom: double black 2.5pt;
    padding-left: 15.0px;
}

.ndq-content .gnw_table_border_collapse td.gnw_label_dline_i20,
.ndq-content .gnw_label_dline_i20 {
    vertical-align: bottom;
    text-align: left;
    border-bottom: double black 2.5pt;
    padding-left: 20.0px;
}

.ndq-content .gnw_table_border_collapse td.gnw_label_dline_i25,
.ndq-content .gnw_label_dline_i25 {
    vertical-align: bottom;
    text-align: left;
    border-bottom: double black 2.5pt;
    padding-left: 25.0px;
}

.ndq-content .gnw_table_border_collapse td.gnw_label_dline_i30,
.ndq-content .gnw_label_dline_i30 {
    vertical-align: bottom;
    text-align: left;
    border-bottom: double black 2.5pt;
    padding-left: 30.0px;
}

.ndq-content .gnw_table_border_collapse td.gnw_label_ulinetop,
.ndq-content .gnw_label_ulinetop {
    vertical-align: bottom;
    text-align: left;
    border-top: solid black 1.0pt;
}

.ndq-content .gnw_table_border_collapse td.gnw_label_dline,
.ndq-content .gnw_label_dline {
    vertical-align: bottom;
    text-align: left;
    border-bottom: double black 2.5pt;
}

.ndq-content .gnw_table_border_collapse td.gnw_label_i10,
.ndq-content .gnw_label_i10 {
    vertical-align: bottom;
    text-align: left;
    padding-left: 10.0px;
}

.ndq-content .gnw_table_border_collapse td.gnw_label_i15,
.ndq-content .gnw_label_i15 {
    vertical-align: bottom;
    text-align: left;
    padding-left: 15.0px;
}

.ndq-content .gnw_table_border_collapse td.gnw_label_i20,
.ndq-content .gnw_label_i20 {
    vertical-align: bottom;
    text-align: left;
    padding-left: 20.0px;
}

.ndq-content .gnw_table_border_collapse td.gnw_label_i25,
.ndq-content .gnw_label_i25 {
    vertical-align: bottom;
    text-align: left;
    padding-left: 25.0px;
}

.ndq-content .gnw_table_border_collapse td.gnw_label_i30,
.ndq-content .gnw_label_i30 {
    vertical-align: bottom;
    text-align: left;
    padding-left: 30px;
}

.ndq-content .gnw_table_border_collapse td.gnw_num,
.ndq-content .gnw_num {
    vertical-align: bottom;
    text-align: right;
}

.ndq-content .gnw_table_border_collapse td.gnw_num_uline,
.ndq-content .gnw_num_uline {
    vertical-align: bottom;
    text-align: right;
    border-bottom: solid black 1.0pt;
}

.ndq-content .gnw_table_border_collapse td.gnw_num_ulinetop,
.ndq-content .gnw_num_ulinetop {
    vertical-align: bottom;
    text-align: right;
    border-top: solid black 1.0pt;
}

.ndq-content .gnw_table_border_collapse td.gnw_num_dline,
.ndq-content .gnw_num_dline {
    vertical-align: bottom;
    text-align: right;
    border-bottom: double black 2.5pt;
}

.ndq-content .gnw_table_border_collapse td.gnw_num_dlinetop,
.ndq-content .gnw_num_dlinetop {
    vertical-align: bottom;
    text-align: right;
    border-top: double black 2.5pt;
}

.ndq-content .gnw_table_border_collapse td.gnw_data,
.ndq-content .gnw_data {
    vertical-align: bottom;
    text-align: left;
}

.ndq-content .gnw_table_border_collapse td.gnw_data_uline,
.ndq-content .gnw_data_uline {
    vertical-align: bottom;
    text-align: left;
    border-bottom: solid black 1.0pt;
}

.ndq-content .gnw_table_border_collapse td.gnw_data_dline,
.ndq-content .gnw_data_dline {
    vertical-align: bottom;
    text-align: left;
    border-bottom: double black 2.5pt;
}

.ndq-content .gnw_news_media_box {
    margin: 15px 6px 6px;
    border: 1px solid #A9A9A9;
}

.ndq-content .gnw_table_border_collapse td.gnw_media_caption,
.ndq-content .gnw_media_caption {
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.ndq-content .gnw_media_bgcolor {
    background-color: transparent
}

.ndq-content .gnw_table {
    border-collapse: separate;
    border-spacing: 6px
}

.ndq-content .gnw_table_border_collapse td.gnw_videotitle,
.ndq-content .gnw_videotitle {
    font: bold 12px Arial;
    color: #1d5296;
}

.ndq-content .gnw_border_top_solid {
    border-top: solid black 1px !important;
}

.ndq-content .gnw_border_right_solid {
    border-right: solid black 1px !important;
}

.ndq-content .gnw_border_bottom_solid {
    border-bottom: solid black 1px !important;
}

.ndq-content .gnw_border_left_solid {
    border-left: solid black 1px !important;
}

.ndq-content .gnw_border_top_double {
    border-top: double black 3px !important;
}

.ndq-content .gnw_border_right_double {
    border-right: double black 3px !important;
}

.ndq-content .gnw_border_bottom_double {
    border-bottom: double black 3px !important;
}

.ndq-content .gnw_border_left_double {
    border-left: double black 3px !important;
}

.ndq-content .gnw_table_border_collapse {
    border-collapse: collapse !important;
}

.ndq-content .gnw_align_left {
    text-align: left !important;
}

.ndq-content .gnw_align_center {
    text-align: center !important;
}

.ndq-content .gnw_align_right {
    text-align: right !important;
}

.ndq-content .gnw_align_justify {
    text-align: justify !important;
}

.ndq-content .gnw_vertical_align_top {
    vertical-align: top !important;
}

.ndq-content .gnw_vertical_align_middle {
    vertical-align: middle !important;
}

.ndq-content .gnw_vertical_align_bottom {
    vertical-align: bottom !important;
}

.ndq-content .gnw_padding_left_none {
    padding-left: 0 !important;
}

.ndq-content .gnw_padding_right_none {
    padding-right: 0 !important;
}

.ndq-content .news-article-content .prntblns tr td:first-child,
.prntblns tr td:first-child p {
    white-space: normal !important;
}

.ndq-content .news-article-content p.prnews_p {
    margin: 0 !important;
}

.ndq-content .news-article-content .prngen14 {
    text-align: right !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: bottom !important;
    border-width: 0.08em;
    border-bottom: solid black !important;
}

.ndq-content .news-article-content .prngen21 {
    text-align: left !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: bottom !important;
    border-width: 0.08em;
}

.ndq-content .news-article-content .prngen4 {
    white-space: normal;
    text-align: left !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: bottom !important;
    border-width: 0.08em;
}

.ndq-content .news-article-content .prngen19 {
    border-bottom: black 0.17em double;
    text-align: right !important;
    border-left: 0.08em !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: bottom !important;
    border-top: 0.08em !important;
    border-right: 0.08em !important;
}

.ndq-content .news-article-content .prngen16 {
    border-bottom: black 0.17em double;
    text-align: right !important;
    border-left: 0.08em !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: bottom !important;
    border-top: black !important;
    border-right: 0.08em !important;
}

.ndq-content .news-article-content .prngen6 {
    text-align: right !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: bottom !important;
    border-width: 0.08em;
    border-left: solid black !important;
}

.ndq-content .news-article-content .prngen9 {
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: bottom !important;
    border-width: 0.08em;
    border-bottom: solid black !important;
}

.ndq-content .news-article-content .prngen13 {
    text-align: right !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: bottom !important;
    border-width: 0.08em;
}

.ndq-content .news-article-content .prngen2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: bottom !important;
    border-width: 0.08em;
}

.ndq-content .news-article-content .prngen12 {
    text-align: right !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: bottom !important;
    border-width: 0.08em;
    border-bottom: solid black !important;
}

.ndq-content .news-article-content .prngen3 {
    text-align: right !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: bottom !important;
    border-width: 0.08em;
}

.ndq-content .news-article-content .prngen8 {
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: bottom !important;
    border-width: 0.08em;
    border-top: solid black !important;
}

.ndq-content .news-article-content .prngen10 {
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: bottom !important;
    border-width: 0.08em;
}

.ndq-content .news-article-content .prngen23 {
    text-align: right !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: bottom !important;
    border-width: 0.08em;
    border-top: solid black !important;
    border-bottom: solid black !important;
}

.ndq-content .news-article-content .prngen24 {
    text-align: right !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: bottom !important;
    border-width: 0.08em;
    border-top: solid black !important;
    border-bottom: solid black !important;
}

.ndq-content .news-article-content .prngen18 {
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: bottom !important;
    border: 0.08em solid black !important;
}

.ndq-content .news-article-content .prngen20 {
    text-align: right !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: TOP !important;
    border-width: 0.08em;
}

.ndq-content .news-article-content .prngen22 {
    border-bottom: black 0.08em solid !important;
    text-align: right !important;
    border-left: 0.08em !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: bottom !important;
    border-top: black !important;
    border-right: 0.08em !important;
}

.ndq-content .news-article-content .prngen17 {
    border-bottom: black 0.17em double !important;
    text-align: right !important;
    border-left: 0.08em !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: bottom !important;
    border-top: black !important;
    border-right: 0.08em !important;
}

.ndq-content .news-article-content .prngen15 {
    border-bottom: black 0.17em double !important;
    text-align: right !important;
    border-left: 0.08em !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: bottom !important;
    border-top: 0.08em !important;
    border-right: 0.08em !important;
}

.ndq-content .news-article-content .prngen5 {
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: bottom !important;
    border-width: 0.08em;
    border-bottom: solid black !important;
}

.ndq-content .news-article-content .prngen7 {
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: bottom !important;
    border-width: 0.08em;
}

.ndq-content .news-article-content .prnpr8 {
    padding-right: 0.67em !important;
}

.ndq-content .news-article-content .prntblns {
    border-width: 0.08em;
}

.ndq-content .news-article-content .prnvab {
    vertical-align: bottom !important;
}

.ndq-content .news-article-content .prnpl6 {
    padding-left: 0.50em !important;
}

.ndq-content .news-article-content .prnbls {
    border-left: black 0.08em solid !important;
}

.ndq-content .news-article-content .prnbb1 {
    border-bottom: 0.08em !important;
}

.ndq-content .news-article-content .prnbr1 {
    border-right: 0.08em !important;
}

.ndq-content .news-article-content .prnbt1 {
    border-top: 0.08em !important;
}

.ndq-content .news-article-content .prntac {
    text-align: center !important;
}

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a {
        text-decoration: underline !important;
    }

    a[href]:after {
        content: normal;
    }

    .ndq-accordion .block-faq {
        display: none;
    }

    .faq-acc-dl dt,
    .faq-acc-dl .acc-title,
    .acc-wrap dt,
    .acc-wrap .acc-title {
        background: none transparent;
        font-weight: bold;
        padding: 10px 0;
    }

    .faq-acc-dl dt:before {
        display: none !important;
    }

    .faq-acc-dl dd,
    .acc-wrap dd {
        height: auto !important;
        width: auto !important;
        position: static !important;
        clip: auto !important;
        margin-left: 0 !important;
    }

    .collapse-table-wide .total-row .views-field-field-nir-div-rec-date,
    .collapse-table-wide .total-row .views-field-field-nir-div-pay-date,
    .collapse-table-wide .total-row .views-field-field-nir-div-dec-date,
    .collapse-table-wide .total-row .views-field-field-nir-div-type,
    .collapse-table-wide .total-row .views-field-field-nir-split-numerator {
        display: inherit !important;
    }

    .collapse-table-wide .desk-absolute {
        position: static !important;
    }

    .collapse-table-wide th {
        position: relative !important;
        height: auto !important;
        width: auto !important;
    }

    .collapse-table-wide tbody tr {
        border-bottom: 0 !important;
        margin-bottom: inherit !important;
        display: table-row !important;
        float: none !important;
    }

    .collapse-table-wide tbody tr td,
    .collapse-table-wide tfoot tr td {
        box-sizing: border-box;
        float: none !important;
        width: auto !important;
        text-align: left !important;
        position: static !important;
        padding-left: inherit !important;
    }

    .collapse-table-wide tbody tr td:empty,
    .collapse-table-wide tfoot tr td:empty {
        display: none
    }

    .collapse-table-wide tbody tr td::before,
    .collapse-table-wide tfoot tr td::before {
        display: none !important;
    }

    .ec-all {
        display: none !important;
    }

    .ndq-accordion-item {
        border: 0;
        margin: 20px;
    }

    .ndq-accordion-trigger:before {
        display: none;
    }

    .ndq-accordion-trigger {
        font-weight: bold;
        padding: 0 0 10px !important;
    }

    .ndq-accordion-target {
        display: block !important;
        padding: 0 !important;
    }

    header+div>.placeBackground>.col-sm-2 {
        display: none;
    }

    header+div>.placeBackground>.col-sm-10 {
        width: 100% !important;
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    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.33333333em;
    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.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.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(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    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: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.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
}

/**Top Responsive Menu**/
nav {
    background: #0073e6;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    background: #0073e6;
}

#cssmenu>ul>li {
    float: left;
}

#cssmenu>ul>li>a {
    padding: 13px 15px;
    text-decoration: none;
    color: #fff;
}

#cssmenu>ul>li:hover>a {
    color: #ffffff;
    text-decoration: underline;
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 30px;
}

#cssmenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ffffff;
    content: '';
}

#cssmenu>ul>li.has-sub>a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ffffff;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 1;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu li:hover>ul {
    left: auto;
}

#cssmenu li:hover>ul>li {
    height: 35px;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 190px;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    background: #0073e6;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #ffffff;
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ffffff;
    content: '';
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ffffff;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0;
}

@media all and (max-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
    }

    #cssmenu ul {
        width: 100%;
        display: none;
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2);
    }

    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto;
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
    }

    #cssmenu>ul>li {
        float: none;
    }

    #cssmenu ul ul li a {
        padding-left: 25px;
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px;
    }

    #cssmenu ul ul li a {
        color: #ffffff;
        background: none;
    }

    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #ffffff;
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul,
    #cssmenu.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }

    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none;
    }

    #cssmenu #menu-button {
        display: block;
        padding: 17px;
        color: #ffffff;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
    }

    #cssmenu #menu-button:after {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        content: '';
    }

    #cssmenu #menu-button:before {
        position: absolute;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 20px;
        background: #ffffff;
        content: '';
    }

    #cssmenu #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #cssmenu #menu-button.menu-opened:before {
        top: 23px;
        background: #ffffff;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        height: 46px;
        width: 46px;
        cursor: pointer;
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #fff;
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ffffff;
        content: '';
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #ffffff;
        color: #0073e6;
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ffffff;
        content: '';
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }
}

.main_footer {
    background-color: #000;
    color: #fff;
    font-size: .78rem;
    margin-top: 1.5rem;
    margin-bottom: -1.25rem;
}

.main_footer .row.fs-footer {
    /*padding-bottom: .5rem*/
}

.main_footer .footer-nav h4 {
    /*border-top: 1px solid #fff;*/
    padding-top: .75rem;
}

.main_footer .footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main_footer .footer-nav ul li {
    padding-top: .5rem;
    margin-top: 0;
}

.main_footer .right-section h4 {
    line-height: 2em;
}

.main_footer .right-section .app-section a {
    display: block;
    padding-bottom: .7rem;
}

.main_footer .right-section .app-section img {
    width: 95%;
    height: auto;
    max-width: 9.2rem;
}

.main_footer ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main_footer ul.social li {
    display: inline-block;
    padding: .5rem 0 .5rem .5rem;
}

.main_footer ul.social li:first-child {
    padding-left: 0;
}

.main_footer ul.social li a {
    display: inline-block;
}

/*.main_footer ul.social li img {
    width: auto;
    height: 100%;
    min-height: 2rem;
}*/
.main_footer ul.social li {
    font-size: 2rem;
}

.main_footer ul.social li a:hover {
    text-decoration: none;
}

.main_footer a,
.main_footer a:hover {
    color: #fff;
}

.main_footer .footer-logo {
    width: 100%;
    height: auto;
    max-width: 9.44rem;
}

.main_footer .tagline {
    padding: 1rem 0 .75rem 0;
    position: relative;
}

.main_footer h3.freeSpiritTM {
    white-space: nowrap;
    font-size: 1.5rem;
}

.main_footer h3.freeSpiritTM+a {
    white-space: nowrap;
}

.ecardmarketing_footer {
    background-color: #ffec00;
    color: #000000;
    font-size: .78rem;
    padding-left: 0px;
    padding-right: 0px;
}

.ecardimg {
    max-height: 70px;
    margin-top: -1em;
    margin-bottom: .65em;
}

.bonusmilepencil {
    /*font-size: 2.44rem;*/
    font-size: 2rem;
    line-height: 2.66rem;
    /*font-weight: 900;*/
    text-transform: uppercase;
}

.bonusmilepencil strong {
    font-weight: 900 !important;
}

.bonusmilefooter {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
}

.ecardapplyfooter {
    font-size: 1.15rem;
}

.innermarketing_footer {
    margin-top: -5.6em;
}

/* CHEVRON TRI-BANNER */
.chevron-banner-overflow {
    overflow: hidden;
    margin-top: 0em;
}

.chevron-banner {
    position: relative;
    text-align: center;
    height: 90px;
    width: 100px;
    transform: rotate(-90deg);
    margin-left: 115px;
    margin-right: -175px;
    /*left: -45px;*/
    left: -110px;
}

.chevron-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 51%;
    background: #efefef;
    -webkit-transform: skew(0deg, 20deg);
    -moz-transform: skew(0deg, 20deg);
    -ms-transform: skew(0deg, 20deg);
    -o-transform: skew(0deg, 20deg);
    transform: skew(0deg, 20deg);
}

.chevron-banner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 22px;
    width: 50%;
    background: #efefef;
    -webkit-transform: skew(0deg, -20deg);
    -moz-transform: skew(0deg, -20deg);
    -ms-transform: skew(0deg, -20deg);
    -o-transform: skew(0deg, -20deg);
    transform: skew(0deg, -20deg);
}

.main_footer a.btn-secondary,
.main_footer a.btn-secondary:hover {
    color: #0073e6;
}

@media (min-width: 1024px) {

    /*.main_footer .right-section h4.social {
        padding-top: .5rem;
    }*/
    .main_footer ul.social li {
        display: inline-block;
        padding-left: 1rem;
    }

    .main_footer .tagline .copyright {
        position: absolute;
        right: 0;
        bottom: 0;
        text-align: right;
    }
}

@media (min-width: 992px) {
    .main_footer ul.social li {
        padding-left: 1.25rem;
    }

    .nav-legal h4 {
        letter-spacing: -.15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main_footer h4 {
        font-size: 1rem;
    }

    .bonusmilepencil {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    .main_footer ul.social li {
        padding-left: 1.75rem;
    }

    .chevron-banner {
        left: -90px;
    }
}

.footer-accordion .toggler .fa-chevron-down {
    display: none;
}

.footer-accordion .toggler.collapsed .fa-chevron-down {
    display: inline;
}

.footer-accordion .toggler .fa-chevron-right {
    display: inline;
}

.footer-accordion .toggler.collapsed .fa-chevron-right {
    display: none;
}

.footer-accordion .toggler-content h3,
.toggler-content h4 {
    display: inline;
}

.footer-accordion .toggler .row,
#teamTravelRow {
    margin-left: 0;
}

.footer-accordion .hfixed {
    border-top: none;
}

.footer-accordion .toggler {
    border-top: 1px solid white;
}

.footer-accordion .toggler.no-border {
    border-top: none;
}

.footer-accordion .hfixed.teamtravel {
    border-top: 1px solid white;
    margin-right: 15px;
}

.footer-accordion .panel.panel-clear {
    all: unset;
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

@media (min-width: 1024px) {
    .main_footer .row {
        margin-top: 1em;
    }

    .footer-accordion .toggler .toggler-icon {
        display: none;
    }

    .footer-accordion .collapse {
        height: auto !important;
        display: block;
    }

    .footer-accordion .hidable {
        display: none;
    }

    .footer-accordion .toggler.hidable-border {
        border-top: none;
    }

    #teamTravelRow {
        display: none;
    }

    #margin-tweak {
        margin-bottom: 1em;
    }

    h4.hfixed.social {
        padding-top: 0;
    }

    .row.social.header {
        margin-top: 0;
    }

    .row.chevron-banner-overflow {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .main_footer .row.fs-footer {
        padding-bottom: 0;
    }

    .footer-accordion .collapse.in {
        margin-bottom: 10px;
    }

    .footer-accordion .toggler .toggler-icon {
        display: inline;
    }

    .footer-accordion .toggler {
        padding-bottom: .75rem;
    }

    .footer-accordion .toggler .row {
        padding-top: .75rem;
    }

    #teamTravelRow,
    #teamTravelRow .hfixed {
        margin-top: 0;
    }

    #teamTravelRow a:hover,
    #teamTravelRow a:active,
    #teamTravelRow a:visited {
        text-decoration: none;
    }

    #homefooter .hfixed.social {
        margin-top: 0;
        border-top: 1px solid white;
    }

    .ecardmobile,
    .ecardmobileapply {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .bonusmilepencil {
        font-size: 2rem;
    }
}

@media (max-width: 991px) {
    .centered-mobile {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .ecardimg {
        margin-top: 0em;
    }

    .ecardapply {
        font-size: 1.15rem;
    }

    .ecardapplymobile {
        text-align: center;
    }

    .bonusmilepencil {
        font-size: 1.5rem;
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {
    .main_footer .row.innermarketing_footer {
        margin-top: -4.55em;
    }

    .ecardapplyfooter {
        font-size: .9rem;
    }
}

@media (min-width: 1440px) {
    .main_footer .row.innermarketing_footer {
        margin-top: -4.65em;
    }
}

@media (min-width: 992px) and (max-width: 1023px) {
    .main_footer .row.innermarketing_footer {
        margin-top: -5.65em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main_footer .row.innermarketing_footer {
        margin-top: -4.85em;
    }
}

@media (max-width: 736px) {
    .main_footer .row.innermarketing_footer {
        margin-top: 0em;
    }
}

@media (max-width: 425px) {
    .bonusmilepencil {
        font-size: 1rem;
        padding-left: 0;
        padding-right: 0;
        margin-left: -.45em;
        padding-top: 10px;
    }

    .ecardmobileapply {
        padding-left: 5px;
        padding-right: 3px;
    }

    .ecardapply {
        font-size: .9rem;
        /* line-height: .9em; */
        min-width: 4rem;
        padding: 10px 3px 10px 3px;
        min-height: 2rem;
    }
}

@media (max-width: 375px) {
    .bonusmilepencil {
        font-size: .9rem;
        margin-left: -.85em;
    }

    .ecardmobileapply {
        padding-left: 5px;
        padding-right: 3px;
    }

    .ecardapply {
        font-size: .9rem;
        line-height: .9em;
        min-width: 4rem;
        padding: 10px 3px 10px 2px;
        min-height: 2rem;
    }
}

@media (max-width: 320px) {
    .bonusmilepencil {
        font-size: .8rem;
        margin-left: -.85em;
        padding-top: 5px;
    }

    .ecardapply {
        font-size: .75rem;
        line-height: .9em;
        min-width: 4rem;
        padding: 5px 1px 1px 1px;
        min-height: 2rem;
    }
}