@charset "UTF-8";

/*  Font Awesome CDN Import */
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.css);

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url('/files/design/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('/files/fonts/slick/slick.eot');
    src: url('/files/fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('/files/fonts/slick/slick.woff') format('woff'), url('/files/fonts/slick/slick.ttf') format('truetype'), url('/files/fonts/slick/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.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: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '\2190';
}

[dir='rtl'] .slick-prev:before {
    content: '\2192';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '\2192';
}

[dir='rtl'] .slick-next:before {
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.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 {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.PreviewToolBar {
    display: none;
}

.PreviewBody {
    margin-top: 0 !important;
    background-position: 0 0 !important;
}

body > #ui-datepicker-div {
    display: none;
}

.hidden {
    display: none !important;
}

@keyframes headerSlideDown {
    from {
        top: -100%;
    }

    to {
        top: 0;
    }
}

.js--header-fixed .pane--header {
    animation-name: headerSlideDown;
    animation-duration: 0.5s;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    box-shadow: rgba(40, 48, 51, 0.2) 0px 2px 20px;
    z-index: 501;
}

.js--secondary-sticky .ir-horizontal-nav {
    position: fixed;
}

@font-face {
    font-family: "Flaticon";
    src: url("/files/fonts/flaticon.eot");
    src: url("/files/fonts/flaticon.eot?#iefix") format("embedded-opentype"),
    url("/files/fonts/flaticon.woff") format("woff"),
    url("/files/fonts/flaticon.ttf") format("truetype"),
    url("/files/fonts/flaticon.svg#flaticon") format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("/files/fonts/flaticon.svg#flaticon") format("svg")
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal
}

.flaticon-calendar:before {
    content: "\f100"
}

#irwWrapper .timeline {
    margin: 0;
    padding: 0;
    list-style: none
}

#irwWrapper .timeline:before {
    background: #ddd;
    bottom: 0;
    content: "";
    left: 15px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 1px
}

#irwWrapper .timeline > li {
    position: relative;
    margin-right: 10px
}

#irwWrapper .timeline > li:before,
#irwWrapper .timeline > li:after {
    display: table;
    content: " "
}

#irwWrapper .timeline > li:after {
    clear: both
}

#irwWrapper .timeline li:before {
    border-top: 1px solid #ddd;
    height: 0;
    top: 0;
    width: 15px
}

#irwWrapper .timeline > li > .timeline-item {
    margin-bottom: 15px;
    margin-left: 30px;
    margin-top: -12px;
    position: relative
}

#irwWrapper .timeline {
    padding: 30px 0 0
}

#irwWrapper .timeline > li.treeline {
    margin-bottom: 20px;
    margin-left: 15px
}

#irwWrapper .timeline li.treeline.last:before {
    border-left: 1px dotted #ddd;
    border-top: 0 none
}

#irwWrapper .timeline li.treeround:before {
    border: 0 none;
    padding: 10px 0 30px
}

#irwWrapper .timeline > li > .fa,
.timeline > li > .glyphicon,
#irwWrapper .timeline > li > .ion {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    color: #ddd;
    font-size: 15px;
    height: 13px;
    left: 9px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 12px
}

#irwWrapper .timeline > li.treeround > span.tree-primary {
    background-color: #666;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    left: 30px;
    margin-left: 0;
    margin-top: 0;
    padding: 2px 15px;
    position: absolute;
    top: -3px;
    cursor: pointer
}

#irwWrapper .timeline > li.treeround > span.tree-primary:hover,
#irwWrapper .timeline > li.treeround > span.tree-primary:focus {
    background-color: #428bca
}

#irwWrapper .timeline > li.treeround > span.tree-primary.active {
    background-color: #428bca
}

#irwWrapper #irwUploadDocs .timeline li:before {
    width: 30px
}

#irwWrapper #irwUploadDocs .timeline {
    padding: 0
}

#irwWrapper #irwUploadDocs .timeline .timeline li:before {
    width: 15px
}

#irwWrapper .timeline .timeline > li.treeline {
    margin-left: 30px
}

#irwWrapper .timeline .timeline:before {
    left: 30px
}

#irwWrapper .timeline .timeline > li > .fa,
#irwWrapper .timeline .timeline > li > .glyphicon,
#irwWrapper .timeline .timeline > li > .ion {
    left: 24px
}

#irwWrapper .timeline .timeline > li.treeround > span.tree-primary {
    top: -5px;
    left: 45px
}

#irwWrapper .timeline .timeline {
    margin-top: -7px;
    padding-top: 0
}

#irwWrapper .timeline .irwULNone:before {
    background-color: transparent
}

#irwWrapper .timeline .timeline > li.treeline:last-child,
#irwWrapper .timeline .timeline > li > .timeline-item {
    margin-bottom: 0
}

#irwWrapper .timeline .timeline li.treeround:before {
    padding-bottom: 20px
}

#irwWrapper .timeline .timeline > li.treeline {
    margin-top: 12px
}

#irwWrapper .timeline .timeline > li.treeround > span.tree-primary.active,
#irwWrapper .timeline .timeline > li.treeround > span.tree-primary {
    background-color: transparent;
    color: gray;
    border: 1px solid #eee
}

#irwWrapper .timeline .timeline > li.treeround > span.tree-primary.active,
#irwWrapper .timeline .timeline > li.treeround > span.tree-primary:hover {
    background-color: #e1e1e1;
    color: gray
}

#irwWrapper .irwMonth {
    margin: 0 0 10px
}

#irwWrapper .irwtreeEnd {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    clear: both;
    color: #ddd;
    height: 24px;
    line-height: 23px;
    margin-bottom: -15px;
    margin-left: 3px;
    margin-top: 0;
    position: relative;
    text-align: center;
    width: 25px
}

/*  Pager */
#irwWrapper .pagination .pager-hide {
    display: none;
}

#irwWrapper .pagination > * {
    margin: 0 2px;
}

#irwWrapper .pagination .pager-disabled {
    pointer-events: none;
    opacity: 0.65
}

#irwWrapper .pagination .pager-active:hover {
    opacity: 0.65;
}

/** IRW THEME BELOW **/
.ui-datepicker {
    z-index: 9999 !important;
}

.ui-datepicker .ui-datepicker-title {
    color: #000;
}

.ui-datepicker .ui-datepicker-calendar a.ui-state-active {
    background: #337ab7;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: none !important;
}

.ui-datepicker .ui-datepicker-calendar a.ui-state-active:hover {
    color: #fff;
}

.ui-datepicker .ui-datepicker-calendar a.ui-state-hover {
    background: #337ab7;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: none !important;
}

.ui-datepicker .ui-datepicker-calendar a.ui-state-hover:hover {
    color: #fff;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
    background: none;
    color: #337ab7 !important;
    text-shadow: none !important;
    font-weight: bold;
}

.irwCopyright a.text-primary:hover, .irwCopyright .text-primary {
    color: #337ab7;
}

.irwCopyright .bg-primary, .irwCopyright .scrollbar-handle {
    background: #337ab7;
}

h1.irwTitle {
    display: none;
}

#irwWrapper, #irwWrapperPR {
    color: #606577;
    font-family: 'Avenir-Demi', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 50px;
    /** {
        .border-radius(0px);
    }*/
    /*.btn {
        .border-radius(0px);
    }*/
}

#irwWrapper .container, #irwWrapperPR .container {
    width: 100%;
}

#irwWrapper a, #irwWrapperPR a {
    color: #337ab7;
    text-decoration: none;
}

#irwWrapper a:hover, #irwWrapperPR a:hover, #irwWrapper a:focus, #irwWrapperPR a:focus {
    color: #23527c;
    text-decoration: none;
}

#irwWrapper a:focus, #irwWrapperPR a:focus {
    outline: none;
}

#irwWrapper a.text-primary:hover, #irwWrapperPR a.text-primary:hover {
    color: #23527c;
}

#irwWrapper a.bg-primary:hover, #irwWrapperPR a.bg-primary:hover {
    background: #337ab7;
}

#irwWrapper .irwDocCommonTbl tr td:hover .irwDocCommonFormat a .fa, #irwWrapperPR .irwDocCommonTbl tr td:hover .irwDocCommonFormat a .fa {
    color: #337ab7;
}

#irwWrapper .irwDocCommonTbl tr td:hover .irwDocCommonFormat a .fa:hover, #irwWrapperPR .irwDocCommonTbl tr td:hover .irwDocCommonFormat a .fa:hover {
    color: #23527c;
}

#irwWrapper h3, #irwWrapperPR h3, #irwWrapper .h3, #irwWrapperPR .h3, #irwWrapper h4, #irwWrapperPR h4, #irwWrapper .h4, #irwWrapperPR .h4 {
    font-size: 110%;
}

#irwWrapper .text-info, #irwWrapperPR .text-info {
    color: #222;
}

#irwWrapper .text-muted, #irwWrapperPR .text-muted {
    color: #999;
}

#irwWrapper .text-default, #irwWrapperPR .text-default {
    color: #606577;
}

#irwWrapper .text-primary, #irwWrapperPR .text-primary {
    color: #337ab7;
}

#irwWrapper .bg-primary, #irwWrapperPR .bg-primary {
    background: #337ab7;
}

#irwWrapper .btn-primary, #irwWrapperPR .btn-primary, #irwWrapper .btn-primary.active, #irwWrapperPR .btn-primary.active {
    color: #fff;
    background: #337ab7;
    border-color: #2e6da4;
}

#irwWrapper .btn-primary:hover, #irwWrapperPR .btn-primary:hover, #irwWrapper .btn-primary.active:hover, #irwWrapperPR .btn-primary.active:hover, #irwWrapper .btn-primary:focus, #irwWrapperPR .btn-primary:focus, #irwWrapper .btn-primary.active:focus, #irwWrapperPR .btn-primary.active:focus, #irwWrapper .btn-primary:active, #irwWrapperPR .btn-primary:active, #irwWrapper .btn-primary.active:active, #irwWrapperPR .btn-primary.active:active {
    border-color: #204d74;
    color: rgba(255, 255, 255, 0.95);
    background: rgba(232, 71, 11, 0.3);
}

#irwWrapper .btn-primary:hover:hover, #irwWrapperPR .btn-primary:hover:hover, #irwWrapper .btn-primary.active:hover:hover, #irwWrapperPR .btn-primary.active:hover:hover, #irwWrapper .btn-primary:focus:hover, #irwWrapperPR .btn-primary:focus:hover, #irwWrapper .btn-primary.active:focus:hover, #irwWrapperPR .btn-primary.active:focus:hover, #irwWrapper .btn-primary:active:hover, #irwWrapperPR .btn-primary:active:hover, #irwWrapper .btn-primary.active:active:hover, #irwWrapperPR .btn-primary.active:active:hover {
    color: #fff;
}

#irwWrapper .panel-default > .panel-heading, #irwWrapperPR .panel-default > .panel-heading {
    color: #337ab7;
}

#irwWrapper .irwTable .irwTableHeader, #irwWrapperPR .irwTable .irwTableHeader, #irwWrapper .gridPR .irwTableRowItem .irwPRSummary, #irwWrapperPR .gridPR .irwTableRowItem .irwPRSummary, #irwWrapper .gridPR .irwTableRowItem:hover, #irwWrapperPR .gridPR .irwTableRowItem:hover, #irwWrapper .panel-default > .panel-heading-Select, #irwWrapperPR .panel-default > .panel-heading-Select {
    background: #337ab7;
    color: #fff;
}

#irwWrapper .panel-default > .panel-heading-Select a:hover, #irwWrapperPR .panel-default > .panel-heading-Select a:hover, #irwWrapper .panel-default > .panel-heading-Select a:focus, #irwWrapperPR .panel-default > .panel-heading-Select a:focus, #irwWrapper .panel-default > .panel-heading-Select a:active, #irwWrapperPR .panel-default > .panel-heading-Select a:active {
    color: rgba(255, 255, 255, 0.95) !important;
}

#irwWrapper .panel-default > .panel-heading-Select a:hover:hover, #irwWrapperPR .panel-default > .panel-heading-Select a:hover:hover, #irwWrapper .panel-default > .panel-heading-Select a:focus:hover, #irwWrapperPR .panel-default > .panel-heading-Select a:focus:hover, #irwWrapper .panel-default > .panel-heading-Select a:active:hover, #irwWrapperPR .panel-default > .panel-heading-Select a:active:hover {
    color: #fff !important;
}

#irwWrapper .irwTabs, #irwWrapperPR .irwTabs {
    border: none;
    border-top: 8px solid #337ab7;
    background: #337ab7;
    border-radius: 4px 4px 0 0;
}

#irwWrapper .irwTabs ul, #irwWrapperPR .irwTabs ul {
    margin-left: -10px;
}

#irwWrapper .irwTabs ul li a, #irwWrapperPR .irwTabs ul li a {
    background: #337ab7;
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
}

#irwWrapper .irwTabs ul li a:hover, #irwWrapperPR .irwTabs ul li a:hover {
    color: #fff;
}

#irwWrapper .irwTabs ul li.active a, #irwWrapperPR .irwTabs ul li.active a {
    text-decoration: none;
    background: #fff;
    color: #000;
    /*@active-tab-color*/
    border-radius: 4px 4px 0 0;
}

#irwWrapper .irwTabs .form-group .visible-xs, #irwWrapperPR .irwTabs .form-group .visible-xs {
    margin-left: 0px !important;
    margin-top: 5px;
    margin-bottom: 10px;
}

#irwWrapper .irwTabs .form-group .visible-xs label, #irwWrapperPR .irwTabs .form-group .visible-xs label {
    color: #fff;
}

#irwWrapper .irwSwitch ul li a span.fa ul li a span .fa, #irwWrapperPR .irwSwitch ul li a span.fa ul li a span .fa {
    font-size: 14px;
}

#irwWrapper .irwTableRowItem h6, #irwWrapperPR .irwTableRowItem h6 {
    font-size: 12px;
}

#irwWrapper .irwTableRowItem ul li, #irwWrapperPR .irwTableRowItem ul li {
    font-size: 12px;
}

#irwWrapper .irwTableRowItem ul li a:hover, #irwWrapperPR .irwTableRowItem ul li a:hover {
    color: #337ab7;
}

#irwWrapper .irwTableRowItem ul li.active a, #irwWrapperPR .irwTableRowItem ul li.active a {
    color: #337ab7;
}

#irwWrapper .ui-widget, #irwWrapperPR .ui-widget {
    font-family: 'Avenir-Demi', sans-serif;
    font-size: 14px;
}

#irwWrapper .meter, #irwWrapperPR .meter {
    background: #ccc;
}

#irwWrapper .irwConfigMenuWrapper, #irwWrapperPR .irwConfigMenuWrapper {
    z-index: 1029;
}

#irwWrapper .irwNote, #irwWrapperPR .irwNote {
    border-bottom-color: #337ab7;
}

#irwWrapper .irwFilingHighlightItem, #irwWrapperPR .irwFilingHighlightItem {
    border-left-color: #337ab7;
}

#irwWrapper .irwCRTabsPanel, #irwWrapperPR .irwCRTabsPanel {
    background: #337ab7;
    border-color: #337ab7;
}

#irwWrapper .table-irwBorder > tbody > tr:hover, #irwWrapperPR .table-irwBorder > tbody > tr:hover, #irwWrapper .table-irwBorder tr:hover + tr.irwAbstract, #irwWrapperPR .table-irwBorder tr:hover + tr.irwAbstract {
    border-color: #337ab7;
}

#irwWrapper .timeline > li.treeround > span.tree-primary.active, #irwWrapperPR .timeline > li.treeround > span.tree-primary.active, #irwWrapper .timeline > li.treeround > span.tree-primary:hover, #irwWrapperPR .timeline > li.treeround > span.tree-primary:hover, #irwWrapper .timeline > li.treeround > span.tree-primary:focus, #irwWrapperPR .timeline > li.treeround > span.tree-primary:focus {
    background: #337ab7;
}

.irwDivFaqs p, .irwDivFaqs .scrollbar-content p {
    display: none;
}

.irwDivFaqs .scrollbar-content {
    width: 100%;
}

.irwDivFaqs .scrollbars {
    height: 172px !important;
}

#irwWrapper .irwConfigMenuBody .irwConfigMenuTabs.nav-tabs > li.active a, .mCS-bootstrap-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-bootstrap-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, #irwWrapper #irwTabsEvent {
    background: #337ab7;
}

.irwConfigMenuBody li a i.text-primary {
    color: #337ab7 !important;
}

#irwWrapper .irwDivTotal {
    border-color: #337ab7;
}

#irwWrapper #stockInfo #irwTabsdropdown .irwTabsdropdown {
    margin: 0px;
}

#irwWrapper #stockInfo .irwStockAggregate #accordion table th {
    white-space: initial;
}

#irwWrapper #stockInfo .irwStockSnapshot #snapshotPanel .irwSnapshotItem {
    min-height: 110px;
}

#irwWrapper #stockInfo .irwStockSnapshot .irwSnapshotItem .irwRow1 {
    height: 70px;
}

#irwWrapper #stockInfo a.irwOpenConfigMenu:hover {
    background: #337ab7;
}

#newsForm .irwTabs .form-group.visible-xs {
    padding: 0px 0px 7px 0px !important;
    margin: 0px !important;
}

#newsForm .irwTabs .form-group.visible-xs label {
    color: rgba(255, 255, 255, 0.95);
    margin: 0px;
}

#newsForm .irwTabs .form-group.visible-xs label:hover {
    color: #fff;
}

#newsForm .gridPR .irwTableRowItem {
    font-size: 12px;
}

#irwWrapper .calculators .irwTotalCalData {
    word-break: break-word;
}

#irwFinlHighlights #SourcePopupDive .cellbggray {
    color: #fff;
    background-color: #337ab7;
}

img {
    border: 0px;
}

#irwWrapper .irwConfigMenuWrapper, #irwWrapperPR .irwConfigMenuWrapper {
    z-index: 9;
}

#irwWrapper .InfoRequest .irwMendetory.form-control-feedback {
    position: relative;
    width: auto;
    height: auto;
    line-height: 1;
    display: inline-block;
}

#irwWrapper .InfoRequest .irwPageFooter {
    padding: 0px;
}

#irwWrapper .InfoRequest .irwPageFooter p a {
    word-break: break-word;
}

@media screen and (device-aspect-ratio: 0.66666667) {
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"] {
        font-size: 14px;
    }
}

@media screen and (device-aspect-ratio: 0.56338028) {
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"] {
        font-size: 14px;
    }
}

@media screen and (device-aspect-ratio: 0.56221889) {
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"] {
        font-size: 14px;
    }
}

@media screen and (device-aspect-ratio: 0.5625) {
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"] {
        font-size: 14px;
    }
}

/*@media print{
    #fullBodyWrapper ####{
        display:block;
        width:100%;
    }
}*/
#irwWrapper .clientContainer, .clientContainer {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.irKeyPage_187 #irRenderBody {
    padding-top: 50px;
}

#irRenderBody {
    padding-top: 130px;
}

#irwWrapper .mg-btm-30, .mg-btm-30 {
    margin-bottom: 30px;
}

#irwWrapper .mg-top-30, .mg-top-30 {
    margin-top: 30px;
}

#irwWrapper .mg-btm-0, .mg-btm-0 {
    margin-bottom: 0px;
}

#irwWrapper .mg-top-0, .mg-top-0 {
    margin-top: 0px;
}

#irwWrapper .pad-btm-30, .pad-btm-30 {
    padding-bottom: 30px;
}

#irwWrapper .pad-top-30, .pad-top-30 {
    padding-top: 30px;
}

#irwWrapper .pad-btm-0, .pad-btm-0 {
    padding-bottom: 0px;
}

#irwWrapper .pad-top-0, .pad-top-0 {
    padding-top: 0px;
}

#irwWrapper .table.theme-tb-th > thead > tr > th {
    background: #548AC5 !important;
    color: white;
}

#irwWrapper .table.theme-tb-th > thead > tr > th a {
    color: white;
}

#irwWrapper .pagination > .active > a, #irwWrapper .pagination > .active > span, #irwWrapper .pagination > .active > a:hover, #irwWrapper .pagination > .active > span:hover, #irwWrapper .pagination > .active > a:focus, #irwWrapper .pagination > .active > span:focus {
    background-color: #337ab7;
    color: #fff;
}

.dropdown-menu > li > a {
    white-space: normal;
}

.contact-wrapper a.cnt-us-btn {
    width: auto;
    height: auto;
    padding: 10px 20px;
    margin-top: 80px;
}

.contact-wrapper a.cnt-us-btn h1 {
    color: #fff;
    font-size: 26px;
}

#irwWrapper .clientContainer, .clientContainer {
    width: 100%;
    max-width: 1170px;
}

.navbar-fixed-top ul.nav.navbar-nav li a {
    color: #fff;
}

.navbar-fixed-top ul.nav.navbar-nav li li a {
    color: #626262;
}

@media (max-width: 1024px) {
    #irwWrapper .clientContainer, .clientContainer {
        width: 100%;
        max-width: 970px;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }
    
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-nav {
        float: left;
        margin: 20px 0px;
        width: 100%;
    }

    .navbar-nav > li {
        float: none;
    }

    a.navbar-brand {
        height: auto;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-default {
        padding: 10px 0px 10px 0;
    }

    .navbar-toggle {
        margin-top: 20px;
        margin-right: 0;
    }

    .navbar-nav > li > .dropdown-menu {
        position: relative;
        width: 100%;
    }

    .navbar-nav > li > .dropdown-menu li {
        box-shadow: none;
        border: 0px;
        background: none;
    }

    .navbar-nav > li > .dropdown-menu li a, .navbar-fixed-top ul > li > .dropdown-menu li a {
        padding: 8px 30px;
        font-size: 20px;
        line-height: 40px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .navbar-fixed-top.navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    ul.nav.navbar-nav li > a {
        font-size: 24px;
        line-height: 50px;
    }

    .navbar-nav > li > .dropdown-menu {
        padding: 0px 0 10px 0;
    }

    .navbar-collapse {
        padding-left: 0px;
    }

    .navi {
        height: auto;
    }

    .navi.topMenuOpen {
        height: 100vh;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: 100vh;
    }

    .navbar-collapse.in {
        overflow: scroll;
    }

    .navbar-fixed-top ul.nav.navbar-nav li a {
        color: #fff;
    }
}

.slider {
    padding-top: 93px;
}

@media only screen and (max-width: 767px) {
    #navbar.in {
        display: block !important;
    }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    .navbar-default .navbar-collapse {
        background: none;
    }

    .navbar-default .navbar-collapse.in {
        opacity: 1;
    }

    a.navbar-brand img {
        margin-top: 5px;
    }

    .slider {
        padding-top: 91px;
    }

    .navbar-default {
        padding-bottom: 0px;
    }

    .navbar-header {
        padding-bottom: 10px;
    }

    ul.nav.navbar-nav li > a {
        font-size: 20px;
        line-height: 35px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 30px;
        font-size: 18px;
    }
}

#irwWrapper > .container, #irwWrapperPR > .container {
    padding-left: 0px;
    padding-right: 0px;
}

.ir_PageTitle {
    text-transform: uppercase;
}

#airports_list_header .col-xs-6 {
    background-size: 90%;
    height: 150px;
}

#airports_list_header .col-xs-6 a {
    width: 100%;
    height: 150px;
    display: inline-block;
}

.irKeyPage_1073753067 #irwWrapper ul.customUL {
    list-style-type: circle;
    margin: 20px;
}

.irKeyPage_1073753067 #irwWrapper ul.customUL li {
    list-style: circle;
}

.irKeyPage_1073753067 #irwWrapper p {
    margin-bottom: 0px;
}

#irwWrapper .press-releases .irwFilters {
    background-color: transparent;
    padding: 0;
}

@media (max-width: 767px) {
    #irwWrapper .press-releases .irwFilters .form-group-inline > .col-xs-12 {
        margin-bottom: 10px;
    }
}

#irwWrapper .press-releases .irwTableWrapper .irwTableRowItem h4 {
    margin-top: 0px;
}

#irwWrapper.investors #result_center .nav-pills {
    text-align: center;
}

#irwWrapper.investors #result_center .nav-pills > li {
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1; }

#irwWrapper.investors #result_center .nav-pills > li.active > a {
    color: #fff;
    background-color: #337ab7;
    padding: 10px 15px;
}

#irwWrapper.investors #result_center .nav-tabs {
    text-align: center;
}

#irwWrapper.investors #result_center .nav-tabs > li {
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1; }

#irwWrapper.investors #result_center .nav-tabs > li.active > a {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

#irwWrapper.investors #result_center .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    position: relative;
    display: block;
    padding: 10px 15px;
}

#irwWrapper.investors #result_center .panel-group .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
    border-radius: 4px;
}

#irwWrapper.investors #result_center .panel-group .panel .panel-body {
    border: 0px;
}

#irwWrapper.investors #result_center .panel-group .panel + .panel {
    margin-top: 5px;
}

#irwWrapper.investors #result_center .panel-group .panel-default {
    border-color: #ddd;
}

#irwWrapper.investors #result_center .panel-group .panel-heading {
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-bottom: 0;
}

#irwWrapper.investors #result_center .panel-group .panel-heading:hover {
    color: white;
}

#irwWrapper.investors #result_center .panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
    padding: 15px;
    border-top: 1px solid #ddd;
}

#irwWrapper.investors #result_center .panel-group .panel-body p {
    margin-bottom: 0px;
}

#irwWrapper.investors #faqs_section .panel-group .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
    border-radius: 4px;
}

#irwWrapper.investors #faqs_section .panel-group .panel .panel-body {
    border: 0px;
}

#irwWrapper.investors #faqs_section .panel-group .panel + .panel {
    margin-top: 5px;
}

#irwWrapper.investors #faqs_section .panel-group .panel-default {
    border-color: #ddd;
}

#irwWrapper.investors #faqs_section .panel-group .panel-heading {
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-bottom: 0;
}

#irwWrapper.investors #faqs_section .panel-group .panel-heading:hover {
    color: white;
}

#irwWrapper.investors #faqs_section .panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
    padding: 15px;
    border-top: 1px solid #ddd;
}

#irwWrapper.investors #faqs_section .panel-group .panel-body ul li {
    font-family: 'Avenir-Regular', sans-serif;
}

#irwWrapper.investors #faqs_section .panel-group .panel-body p {
    margin-bottom: 0px;
}

#irwWrapper.investors #sec_filings .table-bordered > thead > tr > th, #irwWrapper.investors #sec_filings .table-bordered > tbody > tr > th, #irwWrapper.investors #sec_filings .table-bordered > tfoot > tr > th, #irwWrapper.investors #sec_filings .table-bordered > thead > tr > td, #irwWrapper.investors #sec_filings .table-bordered > tbody > tr > td, #irwWrapper.investors #sec_filings .table-bordered > tfoot > tr > td {
    border-bottom: 0;
    border-left-width: 0;
}

#irwWrapper.investors #sec_filings table.dataTable thead .sorting {
    background: url(/files/images/irw/sort_both.png) no-repeat center right;
}

#irwWrapper.investors #sec_filings table.dataTable thead .sorting_asc {
    background: url(/files/images/irw/sort_asc.png) no-repeat center right;
}

#irwWrapper.investors #sec_filings table.dataTable thead .sorting_desc {
    background: url(/files/images/irw/sort_desc.png) no-repeat center right;
}

#irwWrapper.investors #sec_filings .table-bordered > thead > tr > th {
    border-top: 1px;
    background: none;
}

#irwWrapper.investors #sec_filings .table-bordered > thead > tr > th:last-child, #irwWrapper.investors #sec_filings .table-bordered > tbody > tr > td:last-child {
    border-right-width: 0;
}

#irwWrapper.CG_page #Board_Committees {
    /*@media only screen and (max-width: 768px) and (min-width: 320px) {
                #irwCommitteeMobTab {
                    display: block;
                }

                #irwCommitteeCharting .irwHide {
                    display: block;
                }
            }*/
}

#irwWrapper.CG_page #Board_Committees #irwCommitteeCharting .irwMember {
    color: #606577;
}

#irwWrapper.CG_page #Board_Committees .table-bordered > tbody > tr:hover {
    background: #f7f7f7;
    cursor: pointer;
}

#irwWrapper.CG_page #Board_Committees .irwMember.hover_class {
    background-color: transparent;
    border: 1px solid #ddd;
    border-width: 1px 1px 0;
    color: #606577;
}

#irwWrapper.CG_page #Board_Committees .table > tbody > tr.empRow td {
    background: #F1F1F1;
}

#irwWrapper.CG_page #Board_Committees .table > tbody > tr.empRow td .footable-toggle {
    display: none;
}

#irwWrapper.CG_page #Board_Committees #irwTabsEvent {
    background: #548AC5;
}

#irwWrapper.CG_page #accordion table th {
    font-size: 14px;
}

#irwWrapper.CG_page p {
    margin-bottom: 0px;
}

#irwWrapper.CG_page .panel.brdr-btm {
    border: 0px;
    border-bottom: #334295 1px solid !important;
    border-radius: 0px;
    margin-top: 0px !important;
}

#irwWrapper.CG_page .panel-group .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
}

#irwWrapper.CG_page .panel-group .panel .panel-body {
    border: 0px;
}

#irwWrapper.CG_page .panel-group .panel + .panel {
    margin-top: 5px;
}

#irwWrapper.CG_page .panel-group .panel-default {
    border-color: #ddd;
}

#irwWrapper.CG_page .panel-group .panel-heading {
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-bottom: 0;
}

#irwWrapper.CG_page .panel-group .panel-heading:hover {
    color: white;
}

#irwWrapper.CG_page .panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
    padding: 15px;
    border-top: 1px solid #ddd;
}

#irwWrapper.CG_page .panel-group .panel-body {
    padding: 15px;
}

#irwWrapper.CG_page .panel-group .panel-body p {
    margin-bottom: 0px;
}

#irwWrapper.CG_page #Board_of_Directors .irwViewBioDetailText {
    font-family: 'Avenir-Regular', sans-serif;
}

#irwWrapper.CG_page #CG_Overview a {
    word-wrap: break-word;
    word-break: break-all;
}

.irKeyPage_1073753069 .panel-heading::before {
    display: none;
}

.irKeyPage_1073753068 .panel-heading::before {
    display: none;
}

.irKeyPage_302 .panel-heading::before {
    display: none;
}

.irwODSection .collapse {
    visibility: initial !important;
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    #irwWrapper.CG_page #Governance_Documents span.mobile-block-span {
        display: block;
    }
}

/*.nav > li > a {
  padding-left: 12px;
  padding-right: 12px;
}*/
.navbar-header {
    width: 100%;
    max-width: 180px;
}

a.navbar-brand {
    height: 50px;
}

a.navbar-brand img {
    width: 100%;
}

@media (max-width: 1024px) {
    .navbar-header {
        max-width: 100%;
    }

    a.navbar-brand {
        height: auto;
        width: 180px;
    }
}

@media (max-width: 480px) {
    #irwWrapper .table > thead > tr > th, #irwWrapper .table > tbody > tr > th, #irwWrapper .table > tfoot > tr > th, #irwWrapper .table > thead > tr > td, #irwWrapper .table > tbody > tr > td, #irwWrapper .table > tfoot > tr > td {
        font-size: 14px;
    }
}

.certificacion-wrapper {
    margin-top: 94px;
}

section.certificacion-wrapper.margin-187 {
    margin-top: 0;
}

@media (min-width: 1025px) {
    .header-part li.dropdown:hover > .dropdown-menu {
        top: 55%
    }
}

.navbar-nav > li > .dropdown-menu li {
    position: relative;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: 100%;
        top: 0;
        min-width: 220px;
        box-shadow: none;
        border: 0;
    }
}

/*# sourceMappingURL=irw-theme.css.map */
/*================================================================================*/
.ir-menu-wrapper .dropdown-menu .dropdown-submenu:hover > ul.dropdown-menu {
    display: block;
}

@media (max-width: 1024px) {
    .ir-menu-wrapper .dropdown-menu .dropdown-submenu > ul.dropdown-menu {
        display: block;
        background-color: transparent;
        padding-left: 30px;
        position: static;
    }

    .ir-menu-wrapper .dropdown-menu .dropdown-submenu > ul.dropdown-menu a {
        font-size: 16px;
    }

    .navbar-default .navbar-collapse.in {
        max-height: 450px !important;
    }
}

/*================================================================================*/
.customLightBox .lightbox-target:target {
    opacity: 1;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.customLightBox .lightbox-target {
    position: fixed;
    top: -100%;
    width: 100%;
    background: rgba(0,0,0,.7);
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
}

.customLightBox a.lightbox img {
    width: 100%;
    border: 3px solid white;
    box-shadow: 0px 0px 8px rgba(0,0,0,.3);
    margin-bottom: 15px;
}

.airports-timeline img {
    width: 100%;
}

.customLightBox .lightbox-target img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 0%;
    max-width: 0%;
    border: 3px solid white;
    box-shadow: 0px 0px 8px rgba(0,0,0,.3);
    box-sizing: border-box;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.airports-timeline img {
    width: 100%;
}

.customLightBox .lightbox-target:target a.lightbox-close {
    top: 0px;
}

.customLightBox a.lightbox-close {
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: #fff !Important;
    color: black;
    text-decoration: none;
    position: absolute;
    top: -80px;
    right: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.customLightBox a.lightbox-close:before {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.customLightBox a.lightbox-close:after {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.customLightBox .lightbox-target:target img {
    max-height: 100%;
    max-width: 68%;
}

#irwWrapper .QuarterlyResultsPanel .panel-default ul {
    display: table;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 0;
}

#irwWrapper .QuarterlyResultsPanel .panel-default ul li {
    display: table-cell;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}

#irwWrapper .QuarterlyResultsPanel .panel-default ul li a {
    width: 100%;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    #irwWrapper .QuarterlyResultsPanel .panel-default ul {
        border: 0;
        display: block;
    }

    #irwWrapper .QuarterlyResultsPanel .panel-default ul li {
        display: inline-block;
        width: 100%;
        border: 0;
    }
}

.dropdown-menu > .active > a {
    background: unset;
}

#irwCustomPage.container {
    padding-left: 0px;
    padding-right: 0px;
}

#irwWrapper {
    padding-bottom: 0;
}

.irwCopyright {
    padding: 25px 0;
}

.panel-heading::before {
    display: none;
}
// #irwWrapper .module-subscribe--widget label {
//     vertical-align: middle;
// }
#irwWrapper .module-subscribe--widget .module_privacy-check label {
    margin-bottom: 0px;
    vertical-align: text-bottom;
    line-height: 18px;
}