@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;
    }
}

.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
}

#irwWrapper .irwODBoxTrigger {
    cursor: auto;
}

#irwWrapper .irwODBoxTrigger.irwEventHandler {
    cursor: pointer;
}

/** hide last column on Insider Ownership table **/
.footable td.footable-hidden {
    display: none !important;
}

/** END hide last column on Insider Ownership table **/

/** Popup modal fixes **/
.fancybox-button::before,
.fancybox-button::after {
    color: #ddd !important;
    opacity: 1;
}

#irwWrapper .fancybox-close-small {
    background-color: transparent;
    color: #fff;
}

#irwWrapper .modal-header button.close {
    color: #fff !important;
    border: 0px solid !important;
    opacity: 1 !important;
    text-shadow: 0 0px 0 #fff;
    outline: none !important;
}

/** END Popup modal fixes **/

/**Fixes mobile pagination bug in insider and sec pages**/
.footable-pagination-wrapper .footable-page {
    display: none !important;
}

.footable-pagination-wrapper .footable-page.visible,
.footable-pagination-wrapper .footable-page-nav {
    display: inline-block !important;
}

/** END Fixes mobile pagination bug in insider and sec pages**/

.irwFilingTopLinks a.Descriptions {
    cursor: pointer;
}

p.irwFilingAbstract {
    margin-bottom: 0px !important;
}

.module-news-details h2.module-details_title {
    font-size: 220% !important;
}

.irwIRSearch .fa-search {
    right: 14px !important;
}

#irwFinlHighlights td {
    text-align: right;
}

#peer-analysis table thead tr th:nth-child(2) {
    text-transform: uppercase;
}

.InstitutionalOwnershipForm li.irwInstOwnNoLink {
    pointer-events: none;
}

#irwWrapper ul.bwlistdisc li,
#irwWrapperPR ul.bwlistdisc li {
    color: initial;
    list-style: disc;
    font-size: 1rem;
}

#irwWrapper ul.bwlistdisc,
#irwWrapperPR ul.bwlistdisc {
    list-style-type: disc;
    padding-left: 40px;
    margin-bottom: 15px;
}

/** IRW THEME BELOW **/
/*!
 * SNL IRW CSS Theme (http://snl.com)
 * Copyright 2014
 * Version 1.0
 * Based on Bootstrap 3.0.3 
 */

/*!
 * Client Name 	: The Bancorp
 * KeyInst		: 4011074
*/

/***********************TYPOGRAPHY***********************/

body {
    font-size: 14px;
    color: rgb(51, 51, 51);
    font-family: AvenirLTStd-Light;
    padding-top: 307px;
}

#irwWrapper, #irwWrapperPR {
    font-size: 14px;
    font-family: AvenirLTStd-Light;
    color: rgb(51, 51, 51);
    text-align: left !important;
}

.LeadershipSection #irwWrapper {
    text-align: left !important;
    margin-bottom: 20px;
}

#irwWrapper .title-head {
    border-bottom: 1px solid #999999;
    line-height: 40px;
    margin-bottom: 13px;
}

#irwWrapper .title-head-2 {
    border-bottom: 1px solid #999999;
    line-height: 40px;
    margin-bottom: 13px;
}

#irwWrapper .title-head-2 {
    border-bottom: 1px solid #999999;
    line-height: 40px;
    margin-bottom: 13px;
    text-align: left;
}

.title-head h3 {
    color: #00457D;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;
    text-align: left !important;
    margin-top: 0;
}

#irwWrapper a, #irwWrapper .irwPressReleases .text-primary, .irwCopyright .text-primary {
    text-decoration: none;
    color: #0061aa;
}

#irwWrapper h3 {
    color: #00457D;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;
    margin-top: 0;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 15px;
    font-weight: 300;
}

.breadcrumb li {
    color: #5C6670;
}

.breadcrumb>li+li:before {
    color: #CCCED0;
    content: "> ";
    padding: 0 5px;
}

.breadcrumb a {
    color: #CCCED0;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #ADCC45;
}

#irwWrapper a {
    text-decoration: none;
}

#irwWrapper a:hover, #irwWrapper .irwPressReleases a.text-primary:hover, .irwToolsKit a:hover, .irwCopyright a.text-primary:hover {
    text-decoration: none;
    color: #91bc2d;
}

/* Side menus*/

.middle-menu {
    margin-bottom: 10px;
}

.middle-menu, .middle-menu li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

.submenu {
    padding: 0px 0 0 10px;
}

.middle-menu li a {
    display: block;
    padding: 5px 5px 5px 5px !important;
    font-size: 14px;
    text-decoration: none;
    color: #5c6670;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #d5d9db;
}

.middle-menu li a:hover, .middle-menu li.active a:hover, .navbar-nav>.active>a, .navbar-nav>.active>a:hover, .navbar-nav>.active>a:focus {
    background-color: #adcc45 !important;
    color: #ffffff !important;
}

.breadcrumbs {
    margin-bottom: 35px;
    font-weight: 300;
}

.breadcrumb {
    /*margin: 43px 0 0;*/
    background: transparent;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

.breadcrumb li {
    color: #5C6670;
}

.breadcrumb>li+li:before {
    color: #CCCED0;
    content: "> ";
    /*padding:0 5px 0 1px !important;*/
}

.breadcrumb a {
    color: #CCCED0;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

.breadcrumb a:hover {
    color: #ADCC45;
}

#irwWrapper .mickrophone {
    color: #999999;
    font-size: 50px;
    line-height: 40px;
    margin-right: 0 10px 0 0;
    padding: 0px;
}

#irwWrapper .webcast-title {
    color: #00457d;
    font-size: 13px;
    width: 100%;
    display: inline-block;
    font-weight: bold;
    margin-top: 5px;
}

#irwWrapper .webcast-content {
    color: #474747;
    font-size: 13px;
    width: 100%;
}

.irw-contact {
    background: #faf9f9 none repeat scroll 0 0;
    border: 1px solid #d5d9db;
    border-radius: 6px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 20px 5px 30px 5px;
    text-align: left;
    width: 100%;
}

#irwWrapper .bottom-space {
    margin-bottom: 20px;
}

#irwWrapper .irw-block {
    background: #faf9f9 none repeat scroll 0 0;
    border: 1px solid #d5d9db;
    border-radius: 6px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    font-size: 14px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 20px 5px 30px 5px;
    text-align: left;
    width: 100%;
}

#irwWrapper #newsPanel #newsPanelResults h4 {
    font-size: 14px;
}

#irwWrapper .irwPressReleases .irwTableRowItem .irwTableRowItemInner {
    background-color: transparent !important;
}

#irwWrapper .irwPressReleases .irwTableRowItem .irwTableRowItemInner h4 {
    margin-top: 5px;
}

#irwWrapper .irwPressReleases .irwTableRowItem .irwTableRowItemInner h4 a {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

#irwWrapper .irwPressReleases .irwTableRowItem .irwTableRowItemInner {
    padding: 11px 0 11px 5px;
}

#irwWrapper .modal.in .modal-dialog, .irwCopyright .modal.in .modal-dialog {
    z-index: 9999;
}

.modal-backdrop.in {
    opacity: 0.5 !important;
}

#irwWrapper .irwConfigMenuWrapper.opened {
    z-index: 1099;
}

#irwWrapper .irwConfigMenuWrapper {
    z-index: 1;
}

#newsForm h1.irwTitle {
    display: none;
}

h1.irwTitle {
    display: none;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    color: #333;
}

#SiteFooterNav.collapse {
    display: none;
}

#irwWrapper .InfoRequest .form-control-feedback {
    position: static !important;
    height: auto;
}

#irwWrapper #marketSummaryPanel .irwMarketSnapshot h3 {
    color: #00457D;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;
    text-align: left !important;
    margin-top: 0;
    margin-bottom: 0;
}

#irwWrapper #marketSummaryPanel .col-left {
    width: 53%;
    font-weight: 700;
    float: left;
    color: #474747;
}

#irwWrapper #marketSummaryPanel #ticker, #irwWrapper #marketSummaryPanel #ticker1 {
    color: #000000 !important;
}

#irwWrapper #marketSummaryPanel .col-right {
    width: 47%;
    float: left;
    font-weight: 200;
}

#irwWrapper #marketSummaryPanel .border {
    width: 100%;
    float: left;
    border-bottom: 1px solid #999999;
    padding: 7px 0;
}

#irwWrapper #marketSummaryPanel .col-full {
    width: 100%;
    float: left;
    font-size: 10px;
    padding: 3px 0;
    color: rgb(51, 51, 51);
    margin: 5px 0 0;
    text-align: center;
    word-wrap: break-word;
}

div.block-wrap ul li, div.block-wrap ul, div.block-wrap h4 {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.block-wrap {
    background: #faf9f9;
    border: 1px solid #d5d9db;
    border-radius: 6px;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 20px;
    text-align: left;
    float: left;
    width: 100%;
    margin-top: 20px;
}

div.block-wrap h4 {
    margin-bottom: 10px;
}

div.block-wrap ul li {
    margin-bottom: 8px;
}

div.block-wrap ul li a .tk-img {
    width: 32px;
    float: left;
}

/*
  #bodyClass #fullBodyWrapper  #StartHeaderSection {
display:block}
#bodyClass #SiteBody,#bodyClass #StartHeaderSection,#StartHeaderSection div.jumbotron.right .content,#StartHeaderSection div.jumbotron div.content,#StartHeaderSection div.jumbotron.right{
display:none !important;}

#fullBodyWrapper {
margin-top:164px;}      
        
        */

.carousel-control.left, .carousel-control.right {
    width: 3% !important;
    top: 30%;
}

#irwWrapper #corporateform .irwPanelGridItemInner small {
    font-size: 10px;
    color: rgb(102, 102, 102);
    font-family: arial, helvetica, sans-serif;
}

#bodyClass #utility-navigation form {
    height: 34px;
}

section#primary-navigation nav.navbar .nav>li:hover .page-wrapper-block {
    visibility: visible !important;
    display: block !important;
}

#irwWrapper .press-box {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

#irwWrapper .press-box .irwItemDate {
    font-weight: 200;
    color: #474747;
}

#irwWrapper .irwPressReleases .press-box a, #irwWrapper .press-box .irwItemTitle {
    color: #428bca;
}

.irwToolKit {
    margin-bottom: 0px;
}

#irwWrapper .cpleft {
    width: 50%;
    float: left;
}

#irwWrapper .cpright {
    width: 50%;
    float: left;
}

.left-menu-display {
    width: 100%;
    display: block;
    float: left;
}

.title-box-inner {
    color: #00457d;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #999999;
    padding-bottom: 40px;
    margin-bottom: 20px !important;
    margin: 0 15px;
}

.title-box-contact {
    color: #00457d;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #999999;
    padding-bottom: 15px;
    margin-bottom: 20px !important;
    display: inline-block;
    width: 100%;
}

#irwWrapper .title-box {
    color: #00457d;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #999999;
    padding-bottom: 15px;
    margin-bottom: 20px !important;
    display: inline-block;
    width: 100%;
}

.cpleft-inner {
    width: 50%;
    float: left;
    text-align: left;
}

.cpleft-inner {
    width: 50%;
    float: left;
}

.left-panel-page {
    width: 25%;
    float: left;
    display: block;
    margin: 0 2% 0 0;
}

.right-panel-page {
    width: 73%;
    float: left;
    display: block;
}

#contact-mobile {
    display: none;
}

a.btn-more {
    color: #ffffff !important;
    font-size: 13px;
    background: #accc45 !important;
    padding: 8px 20px 8px 20px;
    text-decoration: none;
}

a.btn-more:hover {
    background: #94b12d !important;
    color: #ffffff !important;
    text-decoration: none;
}

section#SectionHeaderSection .nav-child-links a:hover {
    color: #fff !important;
}

@media (max-width: 991px) {
    body {
        padding-top: 324px;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 117px;
    }
    #irwWrapper .title-box-inner {
        padding-bottom: 60px;
    }
    #fullBodyWrapper #SiteFooter {
        position: absolute;
        bottom: -133px;
        left: 0;
        right: 0;
    }
    #fullBodyWrapper {
        /*margin-top: 75px;*/
        margin-top: 20px;
    }
    #irwWrapper .cpleft {
        width: 100%;
        float: left;
        text-align: left;
    }
    #irwWrapper .cpright {
        width: 100%;
        float: left;
        text-align: left;
    }
    .cpleft-inner {
        width: 100%;
        float: left;
    }
    .cpleft-inner {
        width: 100%;
        float: left;
    }
    .irwCopyrightText {
        display: block;
    }
    .left-panel-page {
        width: 90%;
        float: left;
        display: block;
        margin: 0 5%;
    }
    .right-panel-page {
        width: 90%;
        float: left;
        display: block;
        margin: 0 5%;
    }
    .irw-contact {
        display: none;
    }
    #contact-mobile {
        display: block;
    }
    .irwMarketSnapshot {
        margin-top: 30px;
    }
    .irLeftNavBtn {
        background: #91bc2d;
        padding: 10px;
        color: #fff;
        text-align: left;
        width: 100%;
        margin-bottom: 15px;
    }
    #irwWrapper .table .text-muted, .irwWrapper .table .text-primary {
        font-size: 12px;
    }
    #fullBodyWrapper #LeadershipSection .left-menu-display #irLeftMenu {
        margin-bottom: 20px;
    }
}

#irwWrapper .irwFilingDownloadDiv {
    padding: 10px 0 5px;
}

#irwWrapper .irwFilingIconset .irwFilingDownloadIcon {
    padding: 8px 4px;
}

/*-----------------------------------------------------------------------------------------------------------*/

#SectionHeaderSection .nav-child-links {
    min-height: 37px;
}

#irLeftMenu>li.active>a {
    background: none !important;
    color: #0061aa !important;
    font-weight: bold;
}

/*hilight active menu item and sub menu hover*/

#irLeftMenu>li.active>a:hover {
    background-color: #adcc45 !important;
    color: #fff !important;
}

/*hilight active menu item*/

#irLeftMenu .submenu>li.active a {
    text-decoration: none;
    background: #0061aa !important;
    color: #fff !important;
}

.submenu {
    padding-left: 0px;
}

.submenu>li>a {
    padding-left: 35px !important;
}

.irLeftNavBtn {
    width: 105px;
}

.irLeftNavBtn .fa-chevron-down {
    padding-left: 10px;
}

/*change icon to down arrow when its active*/

#irLeftMenu>li.openNav>a>i::before {
    content: "\f078" !important;
    /*opened/active*/
}

#irLeftMenu>li>a>i::before {
    content: "\f054";
    /*closed/inactive*/
}

#irLeftMenu>li>a>i {
    padding-top: 4px;
}

#irwWrapper #stockInfo #igGridPriceHistory th, #irwWrapper #stockInfo #igGridVolumeHighlights th {
    white-space: normal !important;
}

/*-----------------------------------------------------------------------------------------------------------*/

#irwWrapper .sec-filings .irwResponsiveTable thead th a:hover {
    color: #0061aa;
}

#irwWrapper i.form-control-feedback.fa.fa-asterisk.irwMendetory {
    position: inherit;
    display: inline;
}

#irwWrapperPR p {
    text-align: justify
}

#irwWrapper .irwViewBioDetailText_block {
    visibility: initial;
}

#SiteFooter {
    z-index: 1;
    position: relative;
}

#SuperFooter .mobile-navigation-bar .navbar-toggle:after {
    content: "\F0C9";
}

#irwWrapper .irwStockAggregate .table>thead>tr>td, #irwWrapper .irwStockAggregate .table>tbody>tr>td, #irwWrapper .table>tfoot>tr>td {
    font-size: 15.4px;
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    text-overflow: initial;
    font-family: "AvenirLTStd-Light";
}

#irwWrapper .irwStockAggregate .table>thead>tr>th {
    font-family: "AvenirLTStd-Light";
}

#irwWrapperPR a {
    font-weight: bold;
}

.pager-next {
        margin-right: 0;
}

li.ng-scope.dashed-top {
    border-top: 1px dashed #aaafb4;
}

.solutions-corp-nav li.ng-scope > a {
    font: 14px/35px AvenirLTStd-Heavy;
    color: #5c6670 !important;
    display: block;
    padding-left: 5px;
}