﻿.homeText {
    margin-top: 41px;
    margin-bottom: 38px;
}

    .homeText h2 {
        text-align: center;
        color: #0077c0;
        font-size: 32px;
        font-weight: 400;
        line-height: 44px;
        margin: 0px;
        padding: 0 15%;
    }

.HomeGreyBar {
    background-color: #f5f5ef;
    padding: 24px 0 34px 0;
}

.HomeGreyBarImg {
    padding-left: 0px;
}

.HomeGreyBar h3 {
    color: #506a85;
    margin: 15px 0 33px 0;
    font-weight: 600;
    font-size: 28px;
}

.HomeGreyBar p {
    color: #73879c;
    font-size: 15px;
}

.HomeGreyBar a {
    color: #0077c0;
    font-size: 15px;
}

.fourboxes {
    padding: 34px 0 54px 0;
}

    .fourboxes h3 {
        font-size: 30px;
        color: #666666;
        line-height: 30px;
        font-weight: 600;
        padding-bottom: 19px;
        margin: 0 0 29px 0;
    }

.latestNewsHome {
    position: relative;
    margin-bottom: 2em;
    padding-bottom:1.5em;
}

    .latestNewsHome h3 {
        border-bottom: solid 9px #0077c0;
    }

.stockQuoteHome h3 {
    border-bottom: solid 9px #ff632a;
}

.downloadHome h3 {
    border-bottom: solid 9px #009eda;
}

.videoHome h3 {
    border-bottom: solid 9px #ba1717;
}

.newsHomeOuter {
    margin-bottom: 25px;
}

    .newsHomeOuter p {
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        margin: 0px;
    }

    .newsHomeOuter span.newsDate {
        font-size: 14px;
        color: #333333;
    }

    .newsHomeOuter p a {
        color: #666666;
    }

a.allnewshome {
    color: #0077c0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    bottom: 0px;
    left: 15px;
}

.stockQuoteHome {
    position: relative;
}

    .stockQuoteHome buttongroup {
        background-color: #f5f5ef;
    }

    .stockQuoteHome button {
        background-color: #f5f5ef;
        color: #666666;
        font-size: 17px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px;
        border: none;
        width: 49%;
        margin: 0;
    }

        .stockQuoteHome button.right {
            float: right;
        }

        .stockQuoteHome button.selected {
            color: #0077c0;
            background-color: #f5f5ef;
        }

.stockhome {
    background-color: #f5f5ef;
    padding: 40px 37px;
}

    .stockhome .market {
        display: none;
    }

        .stockhome .market.visible {
            display: block;
        }

    .stockhome p {
        text-align: center;
        margin-top: 20px;
        font-weight: 300;
        font-size: 15px;
        margin-bottom: 25px;
    }

.stockCircle {
    background-color: #fff;
    -moz-border-radius: 50% -webkit-border-radius:50%;
    border-radius: 50%;
    text-align: center;
    width: 190px;
    height: 190px;
    margin: 0 auto;
}

    .stockCircle h4 {
        font-size: 23px;
        color: #999999;
        font-weight: 700;
        margin: 0px;
        padding-top: 20px;
    }

    .stockCircle p {
        font-size: 23px;
        color: #666666;
        font-weight: 700;
        margin: 0px;
    }

    .stockCircle #ltrQuote, .stockCircle .quote {
        font-size: 56px;
        color: #0077c0;
        font-weight: 600;
        line-height: 62px;
    }

    .stockCircle .uparrow {
        background: url(../images/uparrow.gif) no-repeat bottom left;
        padding-left: 10px;
    }

    .stockCircle .downarrow {
        background: url(../images/downarrow.gif) no-repeat bottom left;
        padding-left: 10px;
    }


.downloadHome {
    position: relative;
}

.dldHome {
    margin: 0px;
    padding: 0px;
}

    .dldHome li {
        float: left;
        clear: both;
        width: 100%;
        border-bottom: dotted 1px #d8d9da;
        margin-bottom: 19px;
        padding-bottom: 19px;
    }

        .dldHome li a {
            padding-left: 45px;
            float: left;
            color: #666666;
            font-size: 16px;
            line-height: 20px;
            min-height: 35px;
        }

        .dldHome li.homepdf a {
            background: url(../images/pdf-icon.png) no-repeat center left;
        }

        .dldHome li.homedoc a {
            background: url(../images/word-icon.png) no-repeat center left;
        }

        .dldHome li.homeppt a {
            background: url(../images/ppt-icon.png) no-repeat center left;
        }

        .dldHome li.homeimg a {
            background: url(../images/image-icon.png) no-repeat center left;
        }

a.alldldhome {
    color: #009eda;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    bottom: 0px;
    left: 15px;
}

.videoHome {
    position: relative;
}

.videoHomeImg {
    position: relative;
    z-index: 1;
}

.videoHomePlay {
    position: absolute;
    z-index: 2;
    left: 35%;
    top: 35%;
}

.videoHomeText {
    margin-top: 20px;
}

    .videoHomeText p {
        color: #666666;
        font-size: 16px;
        line-height: 20px;
    }

a.allVideohome {
    color: #ba1717;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    bottom: 0px;
    left: 15px;
}

.sliderText .slider-grey {
    color: #666666;
}


/* Press Releases Pop Up Modal */
.modalBackground {
    background-color: #0e76bc;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF;
    padding: 40px;
    width: 80%;
    height: 80%;
    text-align: left;
}

.PopUpButton {
    background-color: #006eb8;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding: 20px;
    float: left;
    font-size: 20px;
    cursor: pointer;
    margin: 30px 0;
}

.closeButton {
    float: right;
    font-size: 30px;
    border: solid 2px #006eb8;
    border-radius: 50%;
    line-height: 40px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #006eb8;
    cursor: pointer;
}

.modalPopup p {
    clear: both;
    color: #666666;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}

/* ----------------------------------------------------------------- Media Queries -------------------------------------------------------------------- */

@media (min-width : 320px) and (max-width : 767px) {
    .HomeGreyBarImg {
        margin-bottom: 10px !important;
    }

    .HomeGreyBarImg {
        padding: 0px 30px;
    }

    .HomeGreyBar h3 {
        margin: 0px 0 10px 0;
    }

    .HomeGreyBar p {
        font-size: 13px;
    }

    .HomeGreyBar a {
        font-size: 13px;
    }

    .HomeGreyBar .col-xs-12 {
        float: left;
        width: 100%;
        clear: both;
        padding-bottom: 20px !important;
    }


    a.allnewshome {
        bottom: auto;
        left: auto;
        top: 8px;
        right: 15px;
    }

    a.alldldhome {
        bottom: auto;
        left: auto;
        top: 8px;
        right: 15px;
    }

    a.allVideohome {
        bottom: auto;
        left: auto;
        top: 8px;
        right: 15px;
    }

    .downloadHome {
        float: left;
        clear: both;
        width: 100%;
    }

    .videoHome {
        float: left;
        clear: both;
        width: 100%;
    }

    .videoHomePlay {
        left: 45%;
        top: 40%;
    }


    .fourboxes .col-xs-12 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width : 320px) {
    .HomeGreyBarImg {
        padding: 0px;
    }
}
