body{
}

.Slider .left .slideSubtitle a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 22px; //add this - kevinp
}

.Slider .left {
    position: relative;
}

.slick-dots {
    bottom: 60px;
}

.slick-dots li.slick-active {
    background-color: #1c71d1;
}

.slick-dots li {
    border: 2px solid #1c71d1;
}

.slideContent h2 {
    color: #0d589b;
    padding: 20px;
    text-align: center;
}

.Slider .left .slideSubtitle .border:after {
    content: none;
}

@media screen and (max-width:768px) {
    .Slider .sliderItem .item-content {
        background-image: none !important;
        background-color: #fff;
    }
}

@media (max-width: 1023px) {
    .Sectionfinancial-information .LayoutThreeColumn .PaneLeft {
       display: block; 
       width: 40%;
    }
    .Sectionstock-information .LayoutThreeColumn .PaneLeft {
       display: block; 
       width: 40%;
    }
    .Sectioncorporate-governance .LayoutThreeColumn .PaneLeft {
       display: block; 
       width: 40%;
    }
    .Sectioninvestor-resources .LayoutThreeColumn .PaneLeft {
       display: block; 
       width: 40%;
    }
}

@media (max-width: 568px) {
    .Sectionfinancial-information .LayoutThreeColumn .PaneLeft {
       display: block; 
       width: 100%;
    }
    .Sectionstock-information .LayoutThreeColumn .PaneLeft {
       display: block; 
       width: 100%;
    }
    .Sectioncorporate-governance .LayoutThreeColumn .PaneLeft {
       display: block; 
       width: 100%;
    }
    .Sectioninvestor-resources .LayoutThreeColumn .PaneLeft {
       display: block; 
       width: 100%;
    }

}
@media (min-width: 481px) and (max-width: 1023px){
.PageInvestorsCorporateGovernanceGovernanceDocuments .govDoc {
    width: 60%;
    display: inline-block;
}
}