@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('../design/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/slick/slick.eot');
    src: url('../fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick/slick.woff') format('woff'), url('../fonts/slick/slick.ttf') format('truetype'), url('../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;
}

/*------ Q4 Preview Toolbar ------*/
body.PreviewBody {
    margin: 0;
    background-position: 0;
}

body.PreviewBody .PreviewToolBar {
    position: fixed;
    top: 100%;
    bottom: auto;
    width: 100%;
    margin: 0;
    padding: 35px 20px;
    border: 0;
    background: #283033;
    font-size: 0;
    text-align: left;
    color: #ffffff;
    z-index: 100;
}

body.PreviewBody .PreviewToolBar.js--open {
    top: auto;
    bottom: 0;
}

body.PreviewBody .PreviewToolBar .PreviewTrigger {
    position: absolute;
    top: 0;
    left: 10px;
    padding: 20px;
    background: #283033;
    transform: translate(0, -100%);
    font-size: 24px;
    font-size: 2.4rem;
    cursor: pointer;
}

body.PreviewBody .PreviewToolBar .q4-icon_clock-line:before {
    font-family: 'FontAwesome' !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;
    content: "\f017";
}

body.PreviewBody .PreviewToolBar .PreviewTrigger.js--active i:before {
    content: "\f00d";
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
body.PreviewBody .PreviewToolBar .PreviewDateControls {
    display: inline-block;
    vertical-align: middle;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 15px;
    line-height: 50px;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft {
    float: none;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before {
    content: "Select Preview Type:";
}

body.PreviewBody .PreviewToolBar .PreviewDateControls {
    float: right;
}

body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    content: "Select Preview Date:";
}

body.PreviewBody .PreviewToolBar img {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="radio"],
body.PreviewBody .PreviewToolBar label,
body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
    display: inline-block;
    margin-right: 5px;
    font-family: "Lato", sans-serif !important;
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    vertical-align: baseline;
}

body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 20px;
    border: 0;
    border-radius: 0;
}

body.PreviewBody .PreviewToolBar label + input[type="radio"] {
    margin-left: 15px;
}

body.PreviewBody .PreviewToolBar input[type="text"] {
    min-width: 110px;
}

body.PreviewBody .PreviewToolBar select {
    padding: 15px 35px 15px 20px;
    background: #ffffff url("../design/svg/q4-icon_chevron-down-black.svg") no-repeat right 10px center;
    background-size: 14px 14px;
}

body.PreviewBody .PreviewToolBar select::-ms-expand {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="submit"] {
    background: #2296bc;
    color: #ffffff !important;
}

@media only screen and (max-width: 1024px) {
    body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
    body.PreviewBody .PreviewToolBar .PreviewDateControls {
        display: block;
        float: none;
        margin-bottom: 15px;
    }

    body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
    body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    body.PreviewBody .PreviewToolBar input[type="radio"],
    body.PreviewBody .PreviewToolBar label,
    body.PreviewBody .PreviewToolBar input[type="text"],
    body.PreviewBody .PreviewToolBar select,
    body.PreviewBody .PreviewToolBar input[type="submit"] {
        margin-bottom: 5px;
    }
}


/*.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('../fonts/flaticon.eot');
    src: url('../fonts/flaticon.eot?#iefix') format("embedded-opentype"),
    url('../fonts/flaticon.woff') format("woff"),
    url('../fonts/flaticon.ttf') format("truetype"),
    url('../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('../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
}
/** IRW THEME BELOW **/
h1, h2, h3, h4, h5, h6 {
    color: #1E3564;
}

html, body {
    font-size: 100%;
}

.bank-logo {
    margin-top: 24px;
}

#irwWrapper {
    color: #65666a;
    font-family: Open Sans,Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
    font-size: 100%;
    padding-top: 25px;
    font-size: 16px;
}

#irwWrapper p {
    font-size: 16px;
}

#irwWrapper a {
    color: #1E3564;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
}

#irwWrapper a:focus, #irwWrapper a:hover {
    color: #005091;
    text-decoration: none;
}

#irwWrapper a:active, #irwWrapper a:hover {
    outline: 0;
}

/*================================================================================================================================*/
#irwWrapper .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    #irwWrapper .container {
        /*width: 750px;*/ max-width: 75rem;
    }
}

@media (min-width: 992px) {
    #irwWrapper .container {
        /*width: 970px;*/ max-width: 75rem;
    }
}

@media (min-width: 1200px) {
    #irwWrapper .container {
        /*width: 1030px;*/ max-width: 75rem;
    }
}

#irwWrapper .button, #irwWrapper .btn-primary {
    color: #fefefe;
    background: #005da9;
}

#irwWrapper .btn-primary:hover, #irwWrapper .btn-primary:focus, #irwWrapper .btn-primary:active, #irwWrapper .btn-primary.active, #irwWrapper .open .dropdown-toggle.btn-primary {
    color: #fefefe;
    background-color: #004f90;
}

#irwWrapper .irwTable .irwTableHeader, #irwWrapper .gridPR .irwTableRowItem .irwPRSummary, #irwWrapper .gridPR .irwTableRowItem:hover, #irwWrapper .panel-default > .panel-heading-Select {
    background-color: #005da9;
    color: #fff;
}

#irwWrapper .panel-default > .panel-heading-Select a:hover, #irwWrapper .panel-default > .panel-heading-Select a:focus, #irwWrapper .panel-default > .panel-heading-Select a:active {
    color: #fff;
}

.modal-title {
    color: #fff;
}

.modal-body table tbody td {
    border: none;
}

/*================================================================================================================================*/
/*================================================================================================================================*/
/*================================================================================================================================*/
/*================================================================================================================================*/
/*================================================================================================================================*/
#irwWrapper .ir-heading, #irwWrapper .ir-page-heading, #irwWrapper .corporate h4 {
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-style: normal;
    color: #1E3564;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.4
}

#irwWrapper h1, #irwWrapper h2, #irwWrapper h3, #irwWrapper h4, #irwWrapper h5, #irwWrapper h6 {
    font-family: Lora, sans-serif;
    font-weight: 400;
    font-style: normal;
    /*color: #005da9;*/
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.4
}

/*#irwWrapper h1 small,
#irwWrapper h2 small,
#irwWrapper h3 small,
#irwWrapper h4 small,
#irwWrapper h5 small,
#irwWrapper h6 small {
    color: #cacaca;
    line-height: 0
}*/
#irwWrapper .corporate h1 {
    font-size: 1.5rem
}

#irwWrapper .corporate h2 {
    font-size: 1.25rem
}

#irwWrapper .corporate h3 {
    font-size: 1.1875rem
}

#irwWrapper .corporate h4 {
    font-size: 1.125rem
}

#irwWrapper .corporate h5 {
    font-size: 1.0625rem
}

#irwWrapper .corporate h6 {
    font-size: 1rem
}

a.download-link {
    margin-top: 10px;
    display: none;
    margin-bottom: 20px;
}

@media screen and (min-width: 40em) {
    #irwWrapper .corporate h1 {
        font-size: 3rem
    }

    #irwWrapper .corporate h2 {
        font-size: 2.5rem
    }

    #irwWrapper .corporate h3 {
        font-size: 1.9375rem
    }

    #irwWrapper .corporate h4 {
        font-size: 1.5625rem
    }

    #irwWrapper .corporate h5 {
        font-size: 1.25rem
    }

    #irwWrapper .corporate h6 {
        font-size: 1rem
    }
}

.extlinkcontent {
    left: 31%;
    padding: 1%;
    position: fixed;
    top: 20%;
    z-index: 9999;
    width: 40%;
    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: none;
}

@media only screen and (max-width: 768px) {
    .extlinkcontent {
        left: 25%;
        padding: 1%;
        position: fixed;
        top: 0%;
        width: 50%;
    }
}

@media only screen and (max-width: 668px) {
    .extlinkcontent {
        padding: 1%;
        position: static;
        z-index: 9999;
        width: 100%;
    }
}

.extlinkcontent p {
    font-family: Open Sans,Arial,sans-serif;
    font-size: 12.8px;
    color: #65666a;
}

a.linkbutton {
    color: #fefefe;
    background: #005da9;
    border-color: #005da9;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

a.linkbutton:hover {
    color: #fefefe;
    background-color: #004f90;
}

/*================================================================================================================================*/
#irwWrapper .irwTitle {
    display: none;
}

/*================================================================================================================================*/
/*contact info*/
#irwWrapper #ir-contact-section {
    margin-top: 40px;
}

#irwWrapper #ir-contact-section .heading {
    font-weight: bold;
}

#irwWrapper #ir-contact-section .contact {
    display: none !important;
    /*hide old data in console*/
}

#irwWrapper #ir-contact-section .address-data {
    display: block !important;
}

#irwWrapper #ir-contact-section .ir-page-heading {
    text-align: center;
}

/*================================================================================================================================*/
/*Market Summary*/
.sec-markt-summary {
}

.sec-markt-summary .ir-page-heading {
    text-align: center;
}

.mrkt-summary-wrapper {
    text-align: center;
    color: #ffffff;
    font-size: 25px;
}

.mrkt-summary-wrapper .item {
    padding: 5px;
}

.mrkt-summary-wrapper .item-title {
    font-size: 16px;
}

.mrkt-summary-wrapper .mrkt-price .item-title, .mrkt-summary-wrapper .mrkt-change .item-title, .mrkt-summary-wrapper .markt-cap .item-title, .mrkt-summary-wrapper .mrkt-vol .item-title {
    display: block;
}

.mrkt-summary-wrapper .mrkt-price .item-value, /*.mrkt-summary-wrapper .mrkt-change .item-value,*/
.mrkt-summary-wrapper .markt-cap .item-value, .mrkt-summary-wrapper .mrkt-vol .item-value {
    display: block;
}

.mrkt-summary-wrapper .markt-ticker .ticker {
    font-weight: bold;
}

#irwWrapper .mrkt-summary-wrapper .mrkt-change .text-success {
    color: #3f4746;
}

#irwWrapper .mrkt-summary-wrapper .mrkt-change .text-danger {
    color: #a94442;
}

/*================================================================================================================================*/
/*div[data-mobilebg=bg-gray] {
    background: #eeeef0 50% no-repeat;
    padding: 3rem 2rem;
}
div[data-mobilebg="waves dark-green"] {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/waves/dark_green.gif);
}*/
.ir-row {
    position: relative;
    z-index: 10;
}

.ir-mrkt-summary {
    width: 45%;
    float: left;
}

.ir-docs {
    width: 55%;
    float: left;
}

/*================================================================================================================================*/
/*toolkit*/
.irwToolKit .center-text, .irwToolKit .text-center {
    display: inline;
}

/*================================================================================================================================*/
/*Docs Section*/
.docs-sec {
    color: #3f4746;
    font-size: 22px;
}

.docs-sec .item {
    padding: 15px 0 15px 0;
}

.docs-sec .f-type {
    float: left;
    width: 85%;
    color: #ffffff;
}

.docs-sec .f-doc {
    float: left;
    width: 15%;
    font-size: 40px;
}

#irwWrapper .docs-sec .irwFilingDownload.irw_HTML .irwFilingDownloadIcon, #irwWrapper .docs-sec .irw_HTML a, #irwWrapper .docs-sec .irw_HTML a:hover {
    color: #1C75BC;
    background-color: transparent;
}

#irwWrapper .docs-sec .irwFilingDownload.irw_PDF .irwFilingDownloadIcon, #irwWrapper .docs-sec .irw_PDF a, #irwWrapper .docs-sec .irw_PDF a:hover {
    color: #BE1E2D;
    background-color: transparent;
}

/*================================================================================================================================*/
/*Press*/
#irwWrapper .sec-pr .ir-page-heading {
    text-align: center;
}

.ir-pr-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ir-pr-wrapper .slick-nav {
    float: right;
    padding-right: 15px;
    padding-bottom: 10px;
}

.ir-pr-wrapper .press-rel-box {
    clear: both;
}

.ir-pr-wrapper .press-rel-box .press-cont-sec .press-releases-row-group .pr-item {
    display: inline-block;
    float: left;
    width: 31%;
    margin-right: 2%;
    /*min-height:260px;*/
    background: #eeeef0;
}

.ir-pr-wrapper .press-rel-box .press-cont-sec .press-releases-row-group .pr-item .last {
    margin-right: 0%;
}

#irwWrapper .ir-pr-wrapper .press-rel-box .press-cont-sec .press-releases-row-group .pr-item .body a {
    color: #000;
    text-decoration: none;
}

.ir-pr-wrapper .press-rel-box .press-cont-sec .press-releases-row-group .pr-item .body {
    min-height: 140px;
    padding: 20px 20px 0 20px;
}

#irwWrapper .ir-pr-wrapper .press-rel-box .view-all .btn-primary {
    background: #fff;
    color: #E0A935;
    width: 100%;
    position: relative;
    text-decoration: none;
}

#irwWrapper .ir-pr-wrapper .press-rel-box .view-all .btn-primary i {
    right: 4px;
    top: 9px;
    position: absolute;
}

.ir-pr-wrapper .press-rel-box .press-cont-sec .press-date {
    bottom: 0;
    background: #005da9;
    padding: 12px;
    color: #fff;
}

@media (max-width: 767px) {
    .ir-pr-wrapper .press-rel-box .press-cont-sec .press-releases-row-group .pr-item {
        width: 100%;
        clear: both;
    }

    .ir-pr-wrapper .press-rel-box .press-cont-sec .press-releases-row-group .pr-item .body {
        min-height: 100px;
    }

    /*.top_nav .top-nav-link {color:#000;}*/
}

/*================================================================================================================================*/
/*IR Search*/
.irw-custom-search {
    float: right;
    position: relative;
}

.irw-custom-search .mk-icon-search {
    color: #ccc;
    cursor: pointer;
}

#irwsearch label {
    color: #fff;
}

.ir-search {
    display: none;
}

.irw-custom-search .irw-investor-search {
    background: #0a1f41 none repeat scroll 0 0;
    color: #fff;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 25px;
    width: 245px;
    z-index: 999999;
    padding: 10px 30px 10px 30px;
}

.irw-custom-search .irw-investor-search .custom-search-form .input-group-btn {
    position: absolute;
    top: 18px;
    right: 24px;
}

.irw-search-wrapper, .irw-toolkit-wrapper {
    float: left;
}

.irw-toolkit-wrapper {
    width: 86%;
}

.irw-search-wrapper {
    width: 40px;
}

#irwsearch .input-group {
    margin-bottom: auto;
}

/*================================================================================================================================*/
#irwWrapper .two-color-offset .div-larger {
    width: 65%;
}

#irwWrapper .two-color-offset .div-smaller {
    width: 35%;
}

#irwWrapper .two-color-offset .div-smaller:not(first-child) {
    left: 65%;
}

/*================================================================================================================================*/
/*================================================================================================================================*/
/*client css updates for IR site*/
.hero.personal-hero .clipping-mask {
    background-position: 0 -270px;
}

.hero.personal-hero .clipping-mask .row h5 {
    color: #ffffff;
}

.waves.orange {
    background-color: #42A6C4 !important;
}

div[data-mobilebg="waves orange"] {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/waves/orange.gif)
}

@media screen and (min-width: 64em) {
    div[data-mobilebg="waves orange"] {
        background: none
    }
}

/*client table overide*/
#irwWrapper tr, #irwWrapper tr td, #irwWrapper table tbody, #irwWrapper table thead, #irwWrapper table tfoot, #irwWrapper table tr th, #irwWrapper table tfoot tr tf {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    background-image: none;
    color: #65666a;
    font-size: 16px;
}

#irwWrapper .text-right {
    display: table-cell;
}

/*------------------------------------------------------------------------------------*/
.mobile-expand .drop-down-menu .ir-sub-menu li {
    display: block;
}

.mobile-expand .drop-down-menu .ir-sub-menu .nav-section-link {
    font-size: 0.8rem;
}

/*------------------------------------------------------------------------------------*/
/*================================================================================================================================*/
#irwWrapper .sec-docs {
    margin-top: 50px;
    margin-bottom: 50px;
    color: #ffffff;
}

#irwWrapper .sec-docs h4 {
    color: #ffffff;
}

/*footer menu*/
footer .footer-ir-menu .navigation-title {
    /*font-size:16.5px;*/
}

/*================================================================================================================================*/
.main_header {
    padding: 3rem 0 1rem;
}

.navigation li ul {
    float: left;
    max-width: 35%;
    padding: 1rem;
    width: 100%;
}

/*Cp banner content*/
.banner-notice-content {
    max-width: 75rem;
    margin: 0 auto;
    color: #ffffff;
    height: 100%;
}

.banner-notice-content a {
    color: #ffffff;
}

.banner-notice-content .cptitle h5 {
    display: block;
    vertical-align: middle;
    padding-top: 50px;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 36px !important;
    font-style: italic;
}

.banner-notice-content p {
    font-size: 15px;
}

.banner-notice-content p a {
    text-decoration: none;
}

@media screen and (min-width: 960px) and (max-width:1120px) {
    .main_header .nav-top-level-link {
        font-size: 1.1rem;
    }

    .main_header .nav-top-level-link .top-level-anchor {
        margin-right: 0rem;
    }
}

@media screen and (min-width: 768px) and (max-width:959px) {
    .main_header .nav-top-level-link {
        font-size: 0.9rem;
        margin-right: 0.6rem;
    }

    .main_header .nav-top-level-link .top-level-anchor {
        margin-right: 0rem;
    }
}

@media screen and (min-width: 640px) and (max-width:767px) {
    .main_header #main-header-logo {
        width: 23%;
    }

    .main_header .nav-top-level-link {
        font-size: 1rem;
        margin-right: 0.4rem;
        width: 17%;
    }

    .main_header .nav-top-level-link .top-level-anchor {
        margin-right: 0rem;
        line-height: 1.3;
    }

    .top_nav #top-branch-indicator {
        width: 25%;
    }

    .top_nav #top-nav-links {
        width: 75%;
    }
}

footer .navigation-title {
    color: #67CCF2;
    display: block;
    font-family: Lora,sans-serif;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

#irwWrapper .dividends .irwTotalDivPane {
    position: relative !important;
    margin-top: 0px !important;
}

@media screen and (min-width: 1024px) and (max-width:1200px) {
    footer .navigation-title {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 1024px) {
    footer .navigation-title {
        font-size: 0.9rem;
        margin-bottom: 0.5rem
    }

    footer #footer-navigation .footer-ir-menu .large-2.medium-4.small-6.columns {
        min-height: 180px;
    }
}

@media screen and (max-width: 640px) {
    footer #footer-navigation .footer-ir-menu .large-2.medium-4.small-6.columns {
        min-height: 130px;
    }

    .banner-notice-content p {
        font-size: 12px;
        padding: 0 15px;
    }

    .personal-hero-cp {
        min-height: 350px;
    }
}

/*visual edits*/
@media screen and (min-width: 40em) {
    .top_nav {
        background-color: #1E3564;
    }
}

.bg-gray {
    background: #2F81A6 50% no-repeat;
}

.ir-pr-wrapper .press-rel-box .press-cont-sec .press-date {
    background: #42A6C4;
}

.button.secondary {
    background-color: #67CCF2;
}

footer {
    background-color: #1E3564;
    display: block;
    position: relative;
}

#additonal-footer-links .afl {
    color: #67CCF2;
}

.main_header .nav-top-level-link .top-level-anchor img {
    width: 100px !important;
}

#pre-footer #footer-logo img {
    width: 55px !important;
    height: 55px !important;
}

.hero.personal-hero {
    margin-bottom: 30px;
}

.hero.personal-hero .clipping-mask {
    background-image: url(../images/irw/PARK_Patterns_CMYK_Family-Blue_Lower-Corners.jpg);
    background-position: center bottom;
}

#footer-navigation .columns:last-child:not(:first-child) {
    float: left;
}

@media screen and (min-width: 40em) {
    .hero.personal-hero .clipping-mask {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

footer::after {
    content: "";
    background: url(../images/irw/Park_LogoCrops_RGB_Family-Blue-v3-small.png) no-repeat;
    opacity: 0.7;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-size: 206px 180px;
    background-position: 99% 87px;
}

@media(max-width: 1526px) {
    footer::after {
        background: none;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Serif', serif;
}

#irwWrapper {
    font-family: 'Gothic A1', sans-serif;
}

#pre-footer {
    background: #1E3564;
}

#tab-main-menu {
    background: #0a1f41;
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
    #tab-main-menu {
        background:#fefefe;
    }
}
.personal-hero{
    overflow: hidden !important;
}

.content:focus{
    outline: none !important;
}
#searchControlForm .radio-inline{
    display: block;
    padding-left: 0px;
    margin-left: 0px;
    margin: 0 0 .5rem;
}
#searchControlInput{
	    margin: 0 0 1rem;
}
.irw-custom-search .irw-investor-search .custom-search-form .input-group-btn {
    z-index: 2;
    top: 2px;
    right: 30px;
}
#searchControlButton{
    border: 0px;
    background-color: transparent;
}
.irwFilingTopLinks a.Descriptions {
    cursor: pointer;
}
p.irwFilingAbstract {
   margin-bottom: 0px;
}
.module-news-details h2.module-details_title {
    font-size: 220% !important;
}
p#PURL img{
    display: none !important;
}
.module-news-details .module_date-time, .module-news-details .module_links{
    padding-bottom: 20px;
}
.irwIRSearch .fa-search {
    right: 14px !important;
}
footer::after{
    left: auto !important;
    right: 1%;
    width: 206px;
}

 [class^=icon-] {
    font-family: fontAwesome !important;
}

.PageContactUs #irwWrapper .well {
    background-color: #f7f7f9 !important;
}
.LayoutHomePageLayout .default-page-heading{
    display: none !important;
}
#irwWrapper .slick-dots {
    position: relative;
    margin: 0px auto;
    text-align: center;
    left: 0px;
}
.irw-search-wrapper{
    width: 20px;
    margin-left: 20px;
}
button.fancybox-close-small {
    background: transparent;
    font-weight: bold !important;
    color: #fff !important;
}
.irwFilingTopLinks a.Descriptions {
    cursor: pointer;
}
p.irwFilingAbstract {
   margin-bottom: 0px;
}
.module-news-details h2.module-details_title {
    font-size: 220% !important;
}
p#PURL img{
    display: none !important;
}
.module-news-details img{
    float: none !important;
}
.module-news-details .module_date-time, .module-news-details .module_links{
    padding-bottom: 20px;
}
.irwIRSearch .fa-search {
    right: 14px !important;
}
.pager-active{
    color: #fefefe !important;
    background: #005da9  !important;
}
#irwWrapper .IrwPaginationCustom>li {
    display: inline-block !important;
}
#irwWrapper .IrwPaginationCustom>li.js--hidden {
    display: none !important;
}
@media only screen and (max-width: 1023px) {
    .sec-docs .col-md-7{
        background-color: #2F81A6;
        padding-top: 40px;
        padding-bottom: 40px;
    }
     .sec-docs .sec-markt-summary{
        background-color: #42A6C4;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    table.footable tbody td:before{
        display: none;
    }
}

#irwWrapper .IrwPaginationCustom>li.footable-page.visible {
    display: inline-block !important;
}

#irwWrapper .IrwPaginationCustom>li.footable-page {
    display: none !important;
}

#pre-footer .button.secondary {
   background-color: #67CCF2;
}
#pre-footer .button.secondary:hover {
background: #e7a713;
}
