﻿@font-face {
    font-family: 'BCSans';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/BCSans-Regular.woff2') format('woff2'), 
         url('../fonts/BCSans-Regular.eot') format('eot'),
         url('../fonts/BCSans-Regular.woff') format('woff'),
         url('../fonts/BCSans-Regular.ttf') format('truetype');                                                                
}

@font-face {
    font-family: 'BCSans';
    font-style: italic;
    src: url('../fonts/BCSans-Italic.woff2') format('woff2'), /* Optimized for very modern browsers */
         url('../fonts/BCSans-Italic.woff') format('woff'), /* Modern Browsers */
         url('../fonts/BCSans-Italic.eot') format('eot'),
         url('../fonts/BCSans-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'BCSans';
    font-weight: 700;
    src: url('../fonts/BCSans-Bold.woff2') format('woff2'), /* Optimized for very modern browsers */
         url('../fonts/BCSans-Bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/BCSans-Bold.eot') format('eot'),
         url('../fonts/BCSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'BCSans';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/BCSans-BoldItalic.woff2') format('woff2'), /* Optimized for very modern browsers */
         url('../fonts/BCSans-BoldItalic.woff') format('woff'), /* Modern Browsers */
         url('../fonts/BCSans-BoldItalic.eot') format('eot'),
         url('../fonts/BCSans-BoldItalic.ttf') format('truetype');
}


@font-face {
    font-family: 'FontAwesome';
    src: url('../Content/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../Content/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../Content/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../Content/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../Content/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'BCSans', 'Noto Sans', Verdana, Arial, sans-serif;
    background-color: #fff;
    color: #494949;
    font-size: 13px;
    overflow-y: scroll;
}

a {
    color: #1a5a96;
    text-decoration: none;
}

.clear {
    clear: both;
}

#header {
    background-color: #036;
}

    #header .content {
        padding: 0 30px;
    }

    #header h1 {
        color: #fff;
        margin: 10px 0;
        padding: 0;
    }

        #header h1 a,
        #header h1 a:hover {
            color: #fff;
            text-decoration: none;
        }

    #header .search {
        padding-top: 13px;
        width: 350px;
        float: right;
    }

.row div:first-child {
    padding-left: 0;
}

.row div:last-child {
    padding-right: 0;
}

#header .search input {
    border: 0 none;
    color: #494949;
    height: 25px;
    outline: 0 none;
    padding: 3px 10px 3px;
    width: 100%;
    font-size: 14px;
    font-style: italic;
}

#header .search .search-trigger {
    margin-top: -25px;
    cursor: pointer;
    height: 25px;
    position: relative;
    float: right;
    width: 25px;
    line-height: 25px;
    /*
    background-image: url(Images/search-ico.png);
    background-position: 98% center;
    background-repeat: no-repeat;
        right: 6px;
    */
}
    #header .search .search-trigger i{
        color:grey;
    }

    #header-top {
        height: 65px;
        border-bottom: 2px solid #fcba19;
    }

#header-bottom {
    height: 50px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

    #header-bottom h1 {
        font-size: 24px;
        font-weight: normal;
        color: #fff;
        padding-top: 13px;
        margin: 0;
    }

.content {
    min-width: 680px;
    max-width: 960px;
    margin: 0 auto;
}

#nav-container {
    position: relative;
    z-index: 10;
    background-color: #38598a;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}

    #nav-container .content {
        padding: 0 30px;
    }

    #nav-container .shadow-box {
        -webkit-box-shadow: inset 0px 3px 5px 0 rgba(0, 0, 0, 0.2);
        -ms-box-shadow: inset 0px 3px 5px 0 rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 3px 5px 0 rgba(0, 0, 0, 0.2);
    }

    #nav-container .nav {
        font-size: 13px;
        position: relative;
    }

        #nav-container .nav li {
            padding: 0;
            margin: 0;
        }

            #nav-container .nav li.active {
                background-color: white;
                border-right: 1px solid #ffffff;
            }

                #nav-container .nav li.active a {
                    color: #494949;
                }

                #nav-container .nav li.active + li a {
                    border-left: none;
                }

            #nav-container .nav li:first-child a {
                padding-left: 0;
            }

            #nav-container .nav li a {
                padding: 11px 13px 7px;
                margin: 9px 0;
                display: block;
                border-left: 1px solid #fff;
                border-left: 1px solid rgba(255, 255, 255, 0.3);
                text-decoration: none;
                font-size: 14px;
            }

            #nav-container .nav li:first-child a {
                border-left: none;
            }

            #nav-container .nav li a.has-menu::after {
                content: url(Images/icon-down-arrow.png);
                margin-left: 5px;
                top: -1px;
                position: relative;
            }

            #nav-container .nav li.active a.has-menu::after {
                content: url(Images/icon-down-arrow-invert.png);
                margin-left: 5px;
                top: 1px;
                position: relative;
                display: inline-block;
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
            }

a.read-more {
    font-size: 13px;
    font-weight: 600;
    color: #1a5a96;
    text-transform: uppercase;
    margin-top: 8px;
    display: inline-block;
    /*
        padding-left: 12px;
        background-image: url(Images/link-arrow-bl.png);
    background-repeat: no-repeat;
    background-position: 0 3px;
    */
}

li.external-link {
    display: inline-block;
    background-image: url(Images/link-out-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
    font-size: 14px;
}

h6.external-link {
    display: inline-block;
    background-image: url(Images/link-out-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-position-y: 1.5px;
    padding-right: 20px;
    font-size: 18px !important;
    margin-bottom: 8px !important;
    margin-left: 5px;
}

a.news-control .read-more.left {
    float: left;
}

.comm-contacts-body-section {
    display: none;
}

.comm-contacts-body {
    display: none;
}

.resource-links {
    float: left;
    width: 232px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 30px;
}

    .resource-links h3 {
        font-size: 18px;
        font-weight: 600;
        color: #494949;
        margin-top: 20px !important;
        padding-bottom: 5px;
    }

.collapsible-regions .resource-links h3:hover {
    cursor: pointer;
}

    .resource-links h4 {
        font-size: 14px;
        font-weight: 600;
        color: #494949;
        margin-top: 15px;
        margin-bottom: 2px;
    }

    .resource-links p {
        line-height: 1.2em;
        font-size: 14px;
        font-weight: normal;
        color: #494949;
        padding-bottom: 5px;
    }

        .resource-links p a {
            font-size: 14px;
            font-weight: normal;
            color: #1a5a96;
            text-decoration: none;
        }

            .resource-links p a:hover {
                color: #10416f;
                text-decoration: none;
            }

    .resource-links ul {
        font-weight: 600;
        color: #494949;
        list-style-type: square;
        padding-left: 18px;
        margin-bottom: 0;
    }

        .resource-links ul li {
            padding-bottom: 12px;
            color: #cccccc;
        }

            .resource-links ul li:last-child {
                padding-bottom: 0;
            }

            .resource-links ul li a {
                font-size: 14px;
                font-weight: 400;
                line-height: 14px;
                color: #1a5a96;
            }

    .resource-links.connect h3 {
        margin-top: 0;
    }

.story-features .resource-links.connect h3 {
    font-size: 18px;
}

.resource-links.connect ul {
    list-style-type: none;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
}

    .resource-links.connect ul li {
        list-style-type: none;
        display: inline-block;
        margin-right: 10%;
    }

        .resource-links.connect ul li:last-child {
            margin-right: 0;
        }

.resource-links.share ul li {
    padding-bottom: 0;
}

    .resource-links.share ul li a {
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        display: inline-block;
    }

        .resource-links.share ul li a.share-facebook {
            background-image: url(Images/SocialMedia/20x20-facebook.png);
        }

        .resource-links.share ul li a.share-twitter {
            /*
                background-image: url(Images/SocialMedia/20x20-twitter.png);
            */
        }

        .resource-links.share ul li a.share-email {
            background-image: url(Images/SocialMedia/20x20-mail.png);
        }

        .resource-links.share ul li a.share-this {
            background-image: url(Images/SocialMedia/20x20-add-this.png);
        }

.resource-links.minister img {
    margin-top: 15px;
}

.resource-links.minister h4 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.resource-links.minister p {
    margin-bottom: 0;
    word-wrap: break-word;
}

.resource-links.minister ul {
    margin-top: 15px;
}


.menu {
    background-color: #fff;
    position: relative;
}
.fa-customized {
    font-size: 2.3em !important;
}
#menu-container .menu {
    background-color: #f2f2f2;
    position: absolute;
    z-index: 200;
    border: 1px solid #ccc;
    border-top: 0;
    -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

    #menu-container .menu .menu-items .link-button {
        margin-left: 12px;
    }

    #menu-container .menu .menu-items ul li a {
        display: block;
    }

        #menu-container .menu .menu-items ul li a:hover {
            text-decoration: none;
        }

    #menu-container .menu .menu-content {
        position: relative;
    }

.menu .background-half {
    position: absolute;
    top: 0;
    left: 0;
    width: 33%;
    height: 100%;
    background-color: #f2f2f2;
    z-index: 1;
}

.calendar-todo {
    background-color: #dedede;
    padding: 70px 20px 50px;
    text-align: center;
}

.menu .menu-items ul {
    list-style: none;
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
}

.menu .menu-items > ul li {
    display: block;
    position: relative;
    height: 30px;
    line-height: 30px;
    color: #333;
    padding-left: 12px;
    cursor: pointer;
    font-size: 14px;
}

    .menu .menu-items > ul li:hover, .menu-items ul > li.active {
        background-color: #fafafa;
    }

        .menu .menu-items > ul li:hover:after, .menu-items ul > li.active:after {
            /*content: "\e080";*/
            position: absolute;
            right: 10px;
            top: 8px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-size: 10px;
            font-weight: normal;
            line-height: 1;
            color: #a9a9a9;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

.menu-items {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f2f2f2;
    float: left;
    width: 470px;
    position: relative;
    z-index: 2;
}

.menu-content {
    background-color: #fff;
    min-height: 630px;
    padding: 10px 12px 20px 20px;
    padding-left: 28px;
    margin-left: 454px;
    width: 710px;
    display: none;
}

.menu-content-item {
    display: none;
    position: absolute;
    left: 40px;
    top: 10px;
    padding-right: 20px;
}

    .menu-content-item::after {
        content: "";
        display: table;
        clear: both;
    }

    .menu-content-item .close-menu {
        float: right;
        padding-right: 8px;
    }

        .menu-content-item .close-menu:hover {
            cursor: pointer;
        }

    .menu-content-item:first-child {
        display: block;
    }
#header-links .menu-content-item h2 {
    font-size: 20px;
    color: #494949;
    padding-bottom: 15px;
    margin-bottom: 0;
    margin-top: 10px;
}

.menu-content-item .top-item h3 {
    font-size: 32px;
    font-weight: 600;
    color: #1a5a96;
    margin-top: 0px;
    margin-bottom: 0px;
}

    .menu-content-item h2 {
        margin: 0;
        position: relative;
    }

        .menu-content-item h2 img {
            position: absolute;
            right: 5px;
            top: 2px;
            cursor: pointer;
        }

    .menu-content-item .top-item {
        border-top: 1px solid #e1e3e6;
        border-bottom: 1px solid #e1e3e6;
        padding-top: 15px;
    }

    .menu-content-item .item-date {
        font-size: 12px;
        color: #494949;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .menu-content-item .item-content {
        font-size: 16px;
        line-height: 22px;
        color: #494949;
        padding-bottom: 2px;
    }

    .menu-content-item a.read-more {
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        color: #1a5a96;
        text-transform: uppercase;
        background-repeat: no-repeat;
        background-position: 0 center;
        margin-top: 30px;
    }

    .menu-content-item .top-item img {
        float: left;
        margin-right: 24px;
        padding-bottom: 20px;
        max-width: 304px;
        max-height: 222px;
    }

    .menu-content-item .other-items {
        float: left;
        width: 50%;
        margin-right: 10px;
        clear: left;
    }

        .menu-content-item .other-items .other-item {
            border-bottom: 1px solid #e1e3e6;
            margin-top: 20px;
        }

        .menu-content-item .other-items .link-button {
            margin-top: 20px;
        }

        .menu-content-item .other-items h4 {
            font-size: 18px;
            font-weight: 600;
            color: #1a5a96;
        }

            .menu-content-item .top-item h2 a,
            .menu-content-item .other-items h2 a {
                color: #1a5a96;
                text-decoration: none;
            }

                .menu-content-item .top-item h2 a:hover,
                .menu-content-item .other-items h2 a:hover {
                    color: #10416f;
                    text-decoration: none;
                }

    .menu-content-item .more-info {
        float: left;
        width: 35%;
        margin-left: 30px;
        padding-bottom: 30px;
    }

        .menu-content-item .more-info ul li a {
            font-size: 15px;
        }

#menu-container {
    display: none;
    overflow: hidden;
}

#nav-container ul.inline li + li {
    border-left: none;
}

.live_button_show {
    color: #ffffff;
    border: solid 1px #fab919 !important;
    background: #003366;
}

.live_button_hide {
    display: none !important;
}

#logo {
    float: left;
}

#main-content {
    min-height: 550px;
    z-index: 5;
    position: relative;
    background: rgba(255,255,255,0.8);
    padding: 0px 30px;
}

.link-button {
    height: 28px;
    display: inline-block;
    border: 1px solid #ccc;
    font-size: 13px;
    font-weight: 600;
    font-family: 'BCSans', 'Noto Sans', Verdana, Arial, sans-serif;
    line-height: 19px;
    color: #1a5a96;
    padding: 5px 15px 0 27px;
    background-image: url(Images/link-arrow-bl.png);
    background-repeat: no-repeat;
    background-position: 16px 8px;
    background-color: #fff;
}

    .link-button:hover {
        text-decoration: none;
    }

    .link-button.expand {
        background-image: url(Images/arrow-down.png);
        background-position: 12px center;
    }

.story-body .collapsed .link-button.expand.no-need-to-expand {
    display: none;
}

.link-button.collapse {
    background-image: url(Images/arrow-up.png);
    background-position: 12px center;
}

ul.inline {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#nav-container ul.inline {
    overflow: visible;
}

ul.inline li {
    float: left;
    padding: 2px 10px;
    position: relative;
}

    ul.inline li a:link, .nav ul.inline li a:visited {
        color: white;
        display: block;
        text-align: center;
    }

    ul.inline li + li {
        border-left: 1px solid #4b5e73;
    }

#carousel-holder {
    height: 250px;
    position: relative;
}

.home-banner {
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    transition-property: background;
    transition-duration: 600ms;
    transition-timing-function: ease-in;
    transition-delay: 200ms;
}

    .home-banner .bottom-fade {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 350px;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }

    .home-banner + .home-banner {
        display: none;
    }

    .home-banner .home-banner-content {
        min-width: 680px;
        max-width: 1120px;
        margin: auto;
    }

        .home-banner .home-banner-content .stories {
            position: relative;
            margin-top: 0px;
        }

            .home-banner .home-banner-content .stories::after {
                content: "";
                display: table;
                clear: both;
            }

            .home-banner .home-banner-content .stories .story-nav {
                display: block;
                position: absolute;
                top: 85px;
                width: 24px;
                background-repeat: no-repeat;
                background-position: center;
                height: 112px;
            }

                .home-banner .home-banner-content .stories .story-nav:hover {
                    cursor: pointer;
                }

                .home-banner .home-banner-content .stories .story-nav.story-previous {
                    left: -23px;
                    z-index: 4;
                    background-image: url(Images/arrow-left.png);
                }

                .home-banner .home-banner-content .stories .story-nav.story-next {
                    right: -23px;
                    z-index: 4;
                    background-image: url(Images/arrow-right.png);
                }

        .home-banner .home-banner-content .social-media-bar {
            position: absolute;
            bottom: -42px;
            left: 0;
            height: 42px;
            background-color: #38598a;
            width: 100%;
            z-index: 5;
            font-weight: 600;
            font-size: 16px;
            color: #fff;
            padding: 8px 20px;
        }

            .home-banner .home-banner-content .social-media-bar ul {
                list-style-type: none;
                margin-left: 0;
                padding-left: 0;
            }

                .home-banner .home-banner-content .social-media-bar ul li {
                    background-position: left center;
                    background-repeat: no-repeat;
                    display: inline-block;
                    /*
                        padding-left: 30px;
                    */
                    padding-top: 3px;
                }

                    .home-banner .home-banner-content .social-media-bar ul li a {
                        color: #fff;
                        text-decoration: none;
                    }

                        .home-banner .home-banner-content .social-media-bar ul li a:hover {
                            color: #ccc;
                        }

                    .home-banner .home-banner-content .social-media-bar ul li.facebook-action {
                        float: right;
                        margin-left: 20px;
                    }

                        .home-banner .home-banner-content .social-media-bar ul li.facebook-action:hover {
                            color: #ccc;
                        }

                    .home-banner .home-banner-content .social-media-bar ul li.facebook-info {
                        font-size: 18px;
                        /*
                            background-image: url(Images/24x24-facebook.png);
                        */
                        cursor: pointer;
                    }

                    .home-banner .home-banner-content .social-media-bar ul li.facebook-share {
                        /*
                            background-image: url(Images/24x24-share.png);
                        */
                    }

                    .home-banner .home-banner-content .social-media-bar ul li.facebook-like {
                        background-image: url(Images/24x24-like.png);
                    }
                    .home-banner .home-banner-content .social-media-bar ul li.facebook-unlike {
                        background-image: url(Images/24x24-unlike.png);
                    }

                    .home-banner .home-banner-content .social-media-bar ul li.facebook-comment {
                        background-image: url(Images/24x24-comment.png);
                    }

.facebook-comment-dialog {
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
    height: 190px;
    margin-right: 62px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
}

    .facebook-comment-dialog textarea {
        width: 100%;
        height: 115px;
        margin-bottom: 10px;
    }

.facebook-comment-close {
    float: right;
}

.home-banner .home-banner-content .story {
    width: 65%;
    padding: 15px 15px 15px 15px;
    position: absolute;
    top: 25px;
    background-color: rgba(0, 51, 102, 0.83);
    z-index: 10;
}

    .home-banner .home-banner-content .story.left {
        left: 10px;
    }

    .home-banner .home-banner-content .story.right {
        right: 10px;
    }

    .home-banner .home-banner-content .story h2 {
        line-height: 1em;
        font-size: 36px;
        font-weight: 600;
        color: #fff;
        padding-top: 0;
        margin-top: 0;
    }

    .home-banner .home-banner-content .story .summary {
        font-size: 18px;
        line-height: 22px;
        color: #fff;
    }

        .home-banner .home-banner-content .story .summary a {
            color: #fff;
        }

    .home-banner .home-banner-content .story .item-date {
        font-size: 14px;
        color: #fff;
    }

    .home-banner .home-banner-content .story a.read-more {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        /*
            background-image: url(Images/link-arrow-wh.png);
        */
    }

.home-features {
    width: 240px;
    float: left;
    margin-top: 20px;
    margin-bottom: 30px;
}

    .home-features .resource-links {
        margin-top: -1px;
    }

.home-body {
    width: 795px;
    padding-left: 24px;
    float: left;
}

    .home-body .ministry-name-mobile {
        display: none;
    }

    .home-body .article {
        margin-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e3e3e3;
    }

        .home-body .article h2 {
            font-size: 20px;
            font-weight: 600;
            color: #1a5a96;
        }

            .home-body .article h2 a {
                text-decoration: none;
                color: #1a5a96;
            }

                .home-body .article h2 a:hover {
                    text-decoration: none;
                }

                .home-body .article h2 a:hover {
                    text-decoration: none;
                }

        .home-body .article img {
            float: left;
            margin-right: 24px;
            width: 222px;
            margin-bottom: 10px;
        }

        .home-body .article .item-date {
            margin-top: 10px;
            margin-bottom: 20px;
            font-size: 13px;
            color: #666;
        }

        .home-body .article .item-medialink a {
            float: right;
            font-size: 12px;
        }

        .home-body .article .item-text {
            float: left;
        }

            .home-body .article .item-text.with-image {
                width: 500px;
            }

    .home-body .grouped-articles .regular-articles .article .item-text.with-image {
        width: 62%;
    }

    .home-body .grouped-articles .feature-article .item-text.with-image {
        width: 62%;
    }

    .home-body .article .item-medialink {
        margin-top: 6px;
    }

    .home-body .article p {
        font-size: 16px;
        font-weight: normal;
        color: #585858;
        padding-bottom: 15px;
        display: block;
        word-wrap: break-word;
    }

    .home-body .top-article .article h2 {
        font-size: 36px;
        border-bottom: none !important;
        margin-top: 20px;
        margin-bottom: 10px;
        padding-bottom: 0 !important;
    }

    .home-body .top-article .article img {
        width: 100%;
    }

    .home-body .feature-article .article h2 {
        font-size: 26px;
        font-weight: 600;
        color: #1a5a96;
        border-bottom: none;
        margin-top: 20px;
        margin-bottom: 10px;
        padding-bottom: 0 !important;
    }

    .home-body .top-article .article .asset {
        max-width: 40%;
        float: left;
        margin-right: 24px;
    }

    .home-body .top-article .article .item-text.with-image {
        width: 420px;
    }

    .home-body .other-articles {
        width: 100%;
        float: left;
    }
    .home-body .other-articles .wide-articles {
        width: 100%;
    }

    .home-body .grouped-articles .other-articles {
        width: 100%;
        float: none;
    }

    .home-body .other-articles .asset {
        float: left;
        margin-right: 24px;
        max-width: 220px;
    }

    .home-body .asset.youtube iframe {
        max-width: 100%;
    }

.fact-sheets .home-body .other-articles {
    width: 100%;
    float: none;
}

.home-body .news-control {
    background-color: #f1f1f1;
    padding: 10px 15px;
    margin-bottom: 50px;
}

    .home-body .news-control .load-more {
        text-transform: uppercase;
        text-decoration: none;
    }

    .home-body .news-control .read-more {
        float: right;
        margin-top: 5px;
    }

.news-listing .home-body .news-control .read-more {
}

.home-body .social-media-feed {
    float: right;
    width: 242px;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #f1f1f1;
}

    .home-body .social-media-feed .feed {
        margin-bottom: 15px;
    }

        .home-body .social-media-feed .feed:last-child {
            margin-bottom: 0;
        }

        .home-body .social-media-feed .feed h4 {
            width: 100%;
            background-color: #2b5580;
            color: #fff;
            height: 40px;
            font-size: 18px;
            margin: 0;
            padding: 13px 10px 10px 40px;
        }

    .home-body .social-media-feed .facebook-feed h4 {
        background-image: url(Images/SocialMedia/24x24-facebook-feed.png);
        background-repeat: no-repeat;
        background-position: 8px center;
    }

    .home-body .social-media-feed .twitter-feed h4 {
        background-image: url(Images/SocialMedia/24x24-twitter-feed.png);
        background-repeat: no-repeat;
        background-position: 8px center;
    }

.connect .twitter-feed .feed-header {
}

    .home-body .social-media-feed .feed-header h5,
    .connect .twitter-feed .feed-header h5 {
        background-image: url(Images/SocialMedia/32x32-bc-logo.png);
        background-repeat: no-repeat;
        background-position: 10px 0;
        margin-top: 15px;
        margin-bottom: 5px;
        padding-left: 48px;
        min-height: 40px;
        font-weight: 600;
        font-size: 14px;
    }

.connect .twitter-feed .feed-header {
    padding-top: 20px;
}

    .connect .twitter-feed .feed-header h5 {
        margin-top: 0;
    }

.connect .feed-body .tweet-time {
    color: #aaa;
    font-size: 14px;
}

.news-listing .home-body {
}

    .fact-sheets .home-body h3,
    .news-listing .home-body h2 {
        font-size: 36px;
        font-weight: 600;
        border-bottom: 1px solid #e2e2e2;
        margin-top: 35px;
        padding-bottom: 10px;
        margin-bottom: 40px;
    }

    .news-listing .home-body h3 {
        background-color: #1a5a96;
        color: #fff;
        font-size: 24px;
        padding: 8px 10px;
        margin-top: 10px;
    }

        .news-listing .home-body h3 a {
            color: #fff;
            display: block;
        }

            .news-listing .home-body h3 a:hover {
                color: #fff;
                text-decoration: none;
            }

    .news-listing .home-body .regular-articles h2 {
        font-size: 18px;
        margin-top: 20px;
        border-bottom: none;
        margin-bottom: 10px;
        padding-bottom: 0 !important;
    }

    .news-listing .home-body .article {
        margin-top: 30px;
        padding-bottom: 20px;
    }

.ministry-listing .home-features:first-child .resource-links {
    border-top: none;
}

.ministry-listing .home-features h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
}

.sector-listing .home-features:first-child .resource-links.connect {
    border-top: 1px solid #e3e3e3;
    padding-top: 20px;
    margin-top: 20px;
}

.sector-listing .home-features h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
}

.ministry-listing .home-body h3 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}

.ministry-listing .home-body h4 {
    background-color: #1a5a96;
    color: #fff;
    font-size: 24px;
    padding: 8px 10px;
    margin-top: 10px;
}

.ministry-listing .home-body h2 {
    font-size: 18px;
    margin-top: 20px;
}

.ministry-listing .home-body .article {
    margin-top: 30px;
    padding-bottom: 20px;
}

.ministry-listing .home-body .top-article .article .asset {
    width: 100%;
    max-width: inherit;
    margin-right: 0;
    margin-bottom: 10px;
}

.ministry-listing .home-body .top-article .article .item-text.with-image {
    width: 100%;
}

.ministry-listing .home-body .feature-article .article .asset {
    width: 304px;
}

    .ministry-listing .home-body .feature-article .article .asset img {
        width: 100%;
    }

.ministry-listing .home-body .feature-article .article .item-text.with-image {
    width: 52%;
}

.ministry-listing .home-body .grouped-articles .article:last-child {
    border-bottom: 0;
}

.home-body .article img.tall-image {
    width: auto;
    max-width: 100%;
    max-height: 250px;
}

.ministry-listing .home-body .top-article .article img.tall-image,
.home-body .top-article .article img.tall-image {
    width: auto;
    max-width: 100%;
    max-height: 410px;
}

.ministry-listing .home-body .feature-article .article img.tall-image,
.home-body .feature-article .article img.tall-image {
    width: auto;
    max-width: 100%;
    max-height: 350px;
}

.ministry-listing .home-body .biography-details {
    margin-top: 30px;
    padding-bottom: 20px;
}

    .ministry-listing .home-body .biography-details h2 {
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .ministry-listing .home-body .biography-details p {
        font-size: 18px;
        font-weight: normal;
        color: #585858;
        padding-bottom: 15px;
        padding-right: 24px;
    }

.search-body h3 {
    font-size: 36px;
    font-weight: 600;
    border-bottom: 1px solid #e2e2e2;
    margin-top: 35px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.search-panel {
    padding: 20px 24px 16px;
    background-color: #f2f2f2;
}

    .search-panel label {
        padding-right: 50px;
        font-size: 18px;
        font-weight: 400;
    }

.search-panel-bar input[type=text] {
    padding-right: 50px;
    font-size: 16px;
    border: 1px solid #ccc;
    width: 80%;
    padding: 3px;
    height: 25px;
}

.search-panel-bar {
    width: 80%;
    height: 25px;
    margin-top: -30px;
    margin-left: 170px;
}

    .search-panel-bar .search-trigger {
        margin-top: -25px;
        margin-left: calc(80% - 25px);
        cursor: pointer;
        height: 25px;
        position: relative;
        width: 25px;
        background-image: url(Images/search-ico.png);
        background-position: 50% center;
        background-repeat: no-repeat;
    }

.search-body .search-numbers {
    font-size: 15px;
}

.search-pagination {
    padding: 15px 0;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
}

    .search-pagination.bottom {
        border-bottom: 0;
    }

    .search-pagination ul {
        list-style-type: none;
        float: none;
    }

    .search-pagination ul {
        display: inline-block;
        padding-left: 0;
    }

        .search-pagination ul li {
            display: inline-block;
            margin: 0 0px;
        }

            .search-pagination ul li a,
            .search-pagination ul li b {
                display: inline-block;
                padding: 3px 5px;
            }

                .search-pagination ul li a.active {
                    border: 1px solid #ccc;
                    background-color: #e2e2e2;
                }

.search-filters {
    width: 24%;
    float: left;
    padding-right: 24px;
    margin-bottom: 30px;
}

    .search-filters.no-filters {
        display: none;
    }

    .search-filters h6 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .search-filters .search-filter {
        margin: 0 0 20px;
    }

        .search-filters .search-filter h5 {
            font-size: 18px;
            background-color: #1a5a96;
            color: #fff;
            padding: 10px;
            margin: 0;
            background-image: url(Images/chevron-down-search.png);
            background-repeat: no-repeat;
            background-position: center right 12px;
        }

            .search-filters .search-filter h5.open {
                background-image: url(Images/chevron-up-search.png);
            }

        .search-filters .search-filter .search-filter-content {
            border: 1px solid #ccc;
            border-top: 0;
            padding: 10px;
            display: none;
        }

            .search-filters .search-filter .search-filter-content ul {
                padding: 0;
                margin: 0;
                list-style-type: none;
            }

                .search-filters .search-filter .search-filter-content ul li {
                    padding: 4px 5px;
                    font-size: 13px;
                    line-height: 1.1em;
                }

.search-results {
    width: 76%;
    float: left;
    margin-top: 0px;
    margin-bottom: 30px;
}

    .search-results.no-filters {
        width: 95%;
    }

    .search-results .result {
        border-bottom: 1px solid #e3e3e3;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

        .search-results .result h2 {
            font-size: 18px;
        }

        .search-results .result .search-link {
            font-size: 12px;
            color: #006621;
        }

.home-body.search-results .article .item-text.with-image {
    width: 459px;
}

.regular-articles .hidden-article {
    display: none;
}

.story-navigator {
    display: none;
    position: fixed;
    width: 100%;
    background-color: #38598a;
    top: 0;
    z-index: 100;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px 0 #000000;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}

    .story-navigator .story-bottom {
        border-top: 1px solid #fff;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .story-navigator .story-details,
    .story-navigator .search-stories {
        min-width: 680px;
        max-width: 1060px;
        margin: auto;
    }

        .story-navigator .story-details h2,
        .story-navigator .story-details h3 {
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            padding: 0;
            margin: 8px 0;
            max-width: 530px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .story-navigator .story-details h3 {
            font-size: 13px;
            font-weight: 400;
        }

        .story-navigator .story-details .segment {
            padding: 0 15px;
            height: 54px;
            display: inline-block;
            float: left;
            border-left: 1px solid #fff;
            border-left: 1px solid rgba(255, 255, 255, 0.3);
        }

            .story-navigator .story-details .segment:first-child {
                border-left: none;
                padding-left: 0;
            }

    .story-navigator .resource-links.share {
        border-top: none;
        border-bottom: none;
        width: auto;
    }

        .story-navigator .resource-links.share h3 {
            float: left;
            color: #fff;
            display: inline-block;
            margin-top: 20px;
            margin-right: 20px;
            font-size: 14px;
        }

        .story-navigator .resource-links.share ul {
            margin-top: 16px;
            float: left;
        }

            .story-navigator .resource-links.share ul li {
                margin-right: 16px;
            }

                .story-navigator .resource-links.share ul li:last-child {
                    margin-right: 0;
                }

                .story-navigator .resource-links.share ul li a.share-facebook {
                    background-image: url(Images/SocialMedia/20x20-white-facebook.png);
                }

                .story-navigator .resource-links.share ul li a.share-twitter {
                    background-image: url(Images/SocialMedia/20x20-white-twitter.png);
                }

                .story-navigator .resource-links.share ul li a.share-email {
                    background-image: url(Images/SocialMedia/20x20-white-mail.png);
                }

                .story-navigator .resource-links.share ul li a.share-this {
                    background-image: url(Images/SocialMedia/20x20-white-add-this.png);
                }

    .story-navigator .search {
        width: 56px;
        text-align: center;
    }

    .story-navigator .segment.titles {
        max-width: 48%;
        overflow: hidden;
    }

    .story-navigator .segment.search.active {
        position: relative;
        border-bottom: 1px solid #38598a;
    }

    .story-navigator .segment.search .border-hider {
        display: none;
    }

    .story-navigator .segment.search.active .border-hider {
        display: block;
        position: absolute;
        width: 55px;
        height: 1px;
        left: 0;
        border-bottom: 1px solid #38598a;
        bottom: -2px;
    }

    .story-navigator .search .search-panel-trigger {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-top: 18px;
    }

    .story-navigator .search.active .search-panel-trigger {
        background-image: url(Images/SocialMedia/20x20-white-close.png);
    }

    .story-navigator .segment.more {
        padding: 0 0;
        width: 204px;
        text-align: center;
    }

    .story-navigator .more.active {
        background-color: #fff;
        position: relative;
    }

        .story-navigator .more.active .more-ministry-trigger {
            color: #1a5a96;
            text-decoration: none;
        }

    .story-navigator .segment.more .border-hider {
        display: none;
    }

    .story-navigator .segment.more.active .border-hider {
        border-bottom: 2px solid #fff;
        bottom: -1px;
        display: block;
        height: 5px;
        left: -1px;
        position: absolute;
        width: 100.5%;
    }

    .story-navigator .search.active .search-panel-trigger {
        /*
            background-image: url(Images/SocialMedia/20x20-white-close.png);
        */
    }

    .story-navigator .segment.print {
        width: 40px;
        text-align: center;
        padding: 0;
    }

    .story-navigator .print a {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-top: 15px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(Images/SocialMedia/20x20-white-print.png);
    }

    .story-navigator .segment.more a,
    .story-navigator .print a {
        display: inline-block;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        margin-top: 18px;
        text-transform: uppercase;
    }

    .story-navigator .search-stories {
        display: none;
        height: 54px;
    }

        .story-navigator .search-stories .search-box {
            float: right;
            width: 50%;
            margin-right: 43px;
            padding-top: 10px;
        }

.search-box-bar {
    height: 35px;
}

    .search-box-bar input[type=text] {
        width: 100%;
        height: 35px;
        padding: 4px 8px;
        font-style: italic;
        font-size: 16px;
        color: #666;
        border: none;
    }

    .search-box-bar .search-trigger {
        margin-top: -30px;
        margin-left: calc(100% - 30px);
        cursor: pointer;
        height: 25px;
        position: relative;
        width: 25px;
        background-image: url(Images/search-ico.png);
        background-position: 50% center;
        background-repeat: no-repeat;
    }

.story-navigator .menu-content-item .top-item {
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}


.story-navigator .background-half {
    position: absolute;
    top: 0;
    left: 0;
    width: 36%;
    height: 100%;
    background-color: #f2f2f2;
    z-index: 1;
}

.story-navigator .search-more-ministry {
    background-color: #fff;
    background-image: url(Images/bg-splitter.png);
    background-repeat: repeat;
    background-position: center;
    padding-bottom: 20px;
    position: relative;
}

    .story-navigator .search-more-ministry .search-more-content {
        min-width: 680px;
        max-width: 960px;
        min-height: 300px;
        margin: auto;
        padding-top: 20px;
    }

        .story-navigator .search-more-ministry .search-more-content .menu-content-item {
            display: block !important;
            position: relative;
        }

        .story-navigator .search-more-ministry .search-more-content .more-menu-side {
            left: 0;
            float: left;
            width: 25%;
            height: 100%;
        }

            .story-navigator .search-more-ministry .search-more-content .more-menu-side .resource-links {
                border: 0;
            }

        .story-navigator .search-more-ministry .search-more-content .more-menu-content {
            width: 70%;
            margin-left: 28%;
        }

.story-navigator .menu-content-item .other-items {
    clear: none;
}

.story-page {
    position: relative;
}

    .story-page .story-info {
        display: none;
        padding-left: 20px;
        padding-right: 20px;
    }

        .story-page .story-info .resource-links, .story-page .story-info .location-and-date {
            display: inline-block;
            float: left;
            border-top: 0;
            border-bottom: 0;
            padding-bottom: 10px;
            width: auto;
        }

        .story-page .story-info .location-and-date {
            float: right;
            color: #666;
        }

        .story-page .story-info .location-and-date {
            font-size: 13px;
        }

        .story-page .story-info .resource-links ul {
            display: inline-block;
        }

            .story-page .story-info .resource-links ul li {
                display: inline-block;
                margin-right: 15px;
            }

        .story-page .story-info .resource-links h6, .story-page .story-info .location-and-date h6 {
            display: inline-block;
            font-weight: 600;
            padding-right: 5px;
            font-size: 14px;
        }

    .story-page h2 {
        font-size: 36px;
        font-weight: 600;
        color: #494949;
        margin-top: 20px;
        margin-bottom: 42px;
    }

    .story-page h3 {
        font-size: 18px;
        font-weight: 600;
        /*
            color: #1a5a96;
        margin-top: 40px;
        */
    }

        .story-page h3.subheadline {
            font-size: 30px;
            font-weight: 600;
            color: #494949;
            margin-top: -35px;
            margin-bottom: 42px;
        }

    .story-page h4 {
        font-size: 18px;
        font-weight: 600;
        color: #494949;
        padding-bottom: 15px;
        /*
            margin-top: 40px;
        border-bottom: 1px solid #e2e2e2;
        */
    }

    .story-page .print-document {
        float: right;
        display: inline-block;
        text-transform: uppercase;
        padding-left: 24px;
        font-size: 13px;
    }

    .story-page p.byline {
        font-size: 18px;
        margin-top: 5px;
    }

.story-features {
    width: 23%;
    float: left;
    margin-top: 0;
    padding-bottom: 24px;
}

    .story-features .resource-links {
        margin-top: -1px;
        padding-bottom: 20px;
    }

        .story-features .resource-links:first-child {
            border-top: 0;
        }

            .story-features .resource-links:first-child h5 {
                margin-top: 0;
            }

        .story-features .resource-links.more-from-sectors h5,
        .story-features .resource-links h4 {
            font-size: 14px;
            color: #494949;
            padding-bottom: 10px;
        }

        .story-features .resource-links.more-from-sectors h5 {
            margin-top: 0px;
        }

        .story-features .resource-links:first-child h3 {
            margin-top: 0px !important;
        }

        .story-features .resource-links .comm-contact h4 {
            padding-bottom: 0;
        }

    .story-features .location-and-date {
        /*Removed space between published date and media contacts*/
        /*margin-bottom: 280px;*/
        padding-bottom: 20px;
    }

        .story-features .location-and-date h4 {
            padding-bottom: 0;
        }

    .story-features .media-assets {
        padding-top: 10px;
    }

        .media-assets a,
        .story-features .media-assets a {
            display: inline-block;
            background-image: url(Images/download-icon.png);
            background-repeat: no-repeat;
            background-position: left center;
            text-transform: uppercase;
            padding-left: 24px;
            margin-right: 20px;
            font-size: 13px;
        }

        .translations a {
            display: inline-block;
            text-transform: uppercase;
            padding-left: 24px;
            margin-right: 20px;
            font-size: 13px;
        }

.search-results .media-assets a {
    float: right;
}

.media-assets-container {
    margin-bottom: 20px;
    color: rgb(88, 88, 88) !important;
    font-size: 14px;
}

.media-assets-container .subscript {
    margin-bottom: 20px;
    color: rgb(73, 73, 73);
    font-weight: 400;
}

.assets.expanded .media-assets-container {
    height: auto;
    display: block;
}

.assets.collapsed .media-assets-container {
    height: 100px;
    overflow: hidden;
    display: none;
}

.assets.expanded .link-button.expand {
    display: none;
}

.assets.expanded .link-button.collapse {
    display: inline-block;
}


.assets.collapsed .link-button.expand {
    display: inline-block;
}

.assets.collapsed .link-button.collapse {
    display: none;
}

.story-body {
    width: 76%;
    padding-left: 24px;
    padding-right: 82px;
    padding-bottom: 24px;
    float: left;
}

    .story-body .primary-asset {
        margin-bottom: 30px;
    }

    .story-body .facebook-post,
    .connect .facebook-post {
        width: 100%;
        background-color: #fff;
    }

        .story-body .story-copy img,
        .story-body .facebook-post img,
        .story-body .backgrounder-content img {
            width: 100%;
        }

            .story-body .story-copy img.tall-image,
            .story-body .facebook-post.tall-image {
                width: auto;
                max-width: 100%;
                max-height: 410px;
            }

    .story-body .story-copy iframe {
        max-width: 100%;
    }

    .story-body .facebook-post h5 a,
    .connect .facebook-post h5 a {
        font-size: 15px;
        font-weight: 900;
        color: #1a5a96;
    }

    .story-body .facebook-post h5 span,
    .connect .facebook-post h5 span {
        font-size: 13px;
        font-weight: 600;
        color: #999;
    }

    .story-body .facebook-post .facebook-article,
    .connect .facebook-post .facebook-article {
        border: 1px solid #e2e2e2;
        padding-top: 10px;
    }

        .story-body .facebook-post .facebook-article .poster-block,
        .connect .facebook-post .facebook-article .poster-block {
            float: left;
            margin-left: 12px;
        }

.connect .facebook-post .facebook-article {
    border: 1px solid #e2e2e2;
}

    .story-body .facebook-post .facebook-article .feed-header,
    .connect .facebook-post .facebook-article .feed-header {
        padding-bottom: 2px;
    }

    .story-body .facebook-post .facebook-article p,
    .connect .facebook-post .facebook-article p {
        padding: 0 12px;
        margin: 5px 0;
        font-size: 14px;
        color: #494949;
        word-wrap: break-word;
    }

    .story-body .facebook-post .facebook-article .post-details,
    .connect .facebook-post .facebook-article .post-details {
        padding: 0 12px;
        margin: 8px 0 15px;
        font-size: 13px;
        font-weight: 600;
        color: #999;
    }

.story-body .social-media-bar {
    min-height: 42px;
    background-color: #38598a;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding: 8px 20px;
}

    .story-body .social-media-bar ul {
        margin-bottom: 0px;
    }

.story-body .feed-header .facebook-like,
.connect .feed-header .facebook-like,
.connect .feed-header .twitter-follow {
    float: right;
    margin-right: 15px;
    background-position: 5px center;
    padding-left: 32px;
    padding-right: 10px;
    text-transform: uppercase;
}

.connect .feed-header .facebook-like {
    margin-bottom: 20px;
}

.story-body .feed-header img,
.connect .feed-header img {
    float: left;
    width: 40px;
    height: 40px;
    margin: 0 0 5px 12px;
    border: 1px solid #e2e2e2;
}

.story-body .feed-header::after {
    content: " ";
    display: table;
    clear: both;
}

.story-body .feed-header h5 {
    margin-top: 0;
    margin-bottom: 5px;
    min-height: 40px;
    font-weight: 600;
    font-size: 15px;
    float: left;
}

    .story-body .feed-header h5 a {
        display: inline-block;
        padding-top: 4px;
    }

.story-body .sharing-options,
.connect .sharing-options {
    border-top: 1px solid #e2e2e2;
    padding-top: 10px;
    padding-bottom: 5px;
}

    .story-body .social-media-bar ul,
    .story-body .sharing-options ul,
    .connect .sharing-options ul {
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
    }

    .story-body .sharing-options ul,
    .connect .sharing-options ul {
        margin-left: 2%;
    }

        .story-body .social-media-bar ul li,
        .story-body .sharing-options ul li,
        .connect .sharing-options ul li {
            background-position: left center;
            background-repeat: no-repeat;
            display: inline-block;
            padding-left: 30px;
        }

        .story-body .sharing-options ul li,
        .connect .sharing-options ul li {
            background-repeat: no-repeat;
            display: inline-block;
            padding-left: 30px;
            background-image: url(Images/SocialMedia/24x72-facebook-sprite.png);
            margin-right: 17%;
            font-weight: 600;
            font-size: 16px;
            padding-top: 2px;
        }

        .story-body .sharing-options ul li,
        .connect .sharing-options ul li {
            background-image: url(Images/SocialMedia/24x24-facebook-sprite.png);
        }

            .story-body .sharing-options ul li a,
            .connect .sharing-options ul li a {
                color: #1a5a96;
            }

.story-body .social-media-bar ul li.facebook-info {
    font-size: 18px;
    background-image: url(Images/24x24-facebook.png);
}

.story-body .social-media-bar ul li.facebook-share {
    font-size: 18px;
    background-image: url(Images/24x24-share.png);
    float: right;
}

.story-body .social-media-bar ul li a {
    color: #ffffff;
}

    .story-body .social-media-bar ul li a:hover {
        text-decoration: none;
        color: #ccc;
    }

.story-body .sharing-options ul li.facebook-share,
.connect .sharing-options ul li.facebook-share {
    background-position: 0 -48px;
}

.story-body .sharing-options ul li.facebook-comment,
.connect .sharing-options ul li.facebook-comment {
    background-position: 0 -24px;
}

.story-body .sharing-options ul li.facebook-like,
.connect .sharing-options ul li.facebook-like {
    background-position: 0 0;
}

.story-body .story-copy {
    font-size: 18px;
    line-height: 1.5em;
    color: #585858;
}

    .story-body .story-copy .story-expander {
        position: relative;
    }

    .story-body .story-copy .link-button {
        text-transform: uppercase;
    }

    .story-body .story-copy.collapsed .story-expander {
        overflow: hidden;
    }

.story-body .article-fade {
    background-image: url(Images/article-fade.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    position: absolute;
    width: 100%;
    height: 104px;
    bottom: 0;
    z-index: 10;
}

.story-body .collapsed .article-fade {
    display: block;
}

.story-body .expanded .article-fade {
    display: none;
}

.story-body .article-fade.no-need-to-fade {
    display: none;
}

.story-body .expanded .expand,
.story-body .collapsed .collapse {
    display: none;
}

.story-body .expanded .collapse,
.story-body .collapsed .expand {
    display: inline-block;
}

.story-body .language-selector {
    font-size: 14px;
    color: #494949;
    text-align: right;
    margin-bottom: 40px;
}

    .story-body .language-selector a, .translate .language-selector a {
        display: inline-block;
        padding: 0 4px;
        font-size: 14px;
        color: #1a5a96;
    }

        .story-body .language-selector a.active, .translate .language-selector a.active {
            color: #494949;
            text-decoration: underline;
        }

.story-lang.secondary {
    display: none;
}

.story-body .learn-more .story-expander {
    position: relative;
    margin-bottom: 10px;
}

.story-body .learn-more .link-button {
    text-transform: uppercase;
}

.story-body .learn-more.collapsed .story-expander {
    height: 300px;
    overflow: hidden;
}

.story-body .learn-more-item {
    border-bottom: 1px solid #e2e2e2;
    padding: 30px 25px;
}

    .story-body .learn-more-item img {
        float: left;
        display: inline-block;
        padding-right: 24px;
        max-width: 40%;
    }

    .story-body .learn-more-item .learn-more-copy {
        float: left;
        width: 60%;
        font-size: 14px;
        font-weight: 400;
        color: #494949;
        padding-top: 15px;
    }

    .story-body .learn-more-item a.external-link {
        display: inline-block;
        background-image: url(Images/link-out-icon.png);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 20px;
        font-size: 14px;
    }

.story-body .quick-facts ul,
.story-body .backgrounder ul {
    font-weight: 600;
    color: #494949;
    list-style-type: square;
    padding-top: 14px;
    padding-left: 18px;
    padding-right: 24px;
    margin-left: 30px;
    margin-bottom: 0;
}

    .story-body .quick-facts ul li,
    .story-body .backgrounder ul li {
        padding-bottom: 12px;
        color: #ccc;
    }

        .story-body .quick-facts ul li:last-child {
            padding-bottom: 0;
        }

        .story-body .quick-facts ul li span,
        .story-body .backgrounder ul li span {
            color: #494949;
            font-size: 14px;
            font-weight: 400;
        }

.story-body .quotes .quote {
    padding: 14px 24px 4px;
    font-size: 14px;
    font-weight: 400;
    color: #494949;
}

    .story-body .quotes .quote p {
        font-style: italic;
        margin-bottom: 0;
    }

        .story-body .quotes .quote p.source {
            font-style: normal;
        }

.story-body .background-control {
    cursor: pointer;
}

.story-body .backgrounder {
    background-color: #f2f2f2;
    padding: 15px 20px 12px 15px;
    margin-bottom: 15px;
}

.story-body .backgrounder p{
    font-size: 14px;
}

    .story-body .backgrounder h5 {
        color: #1a5a96;
        font-size: 18px;
        font-weight: 400;
        margin-top: 3px;
        margin-bottom: 8px;
    }

    .story-body .backgrounder h6 {
        color: #494949;
        font-size: 14px;
        font-weight: 600;
        margin-top: 40px;
        margin-bottom: 5px;
    }

    .story-body .backgrounder ul li {
        color: #494949;
        font-size: 14px;
        font-weight: 400;
    }

    .story-body .backgrounder .link-button {
        float: right;
        background-image: url(Images/chevron-down.png);
        background-position: center;
    }

        .story-body .backgrounder .link-button.active {
            float: right;
            background-image: url(Images/chevron-up.png);
        }

    .story-body .backgrounder .backgrounder-content {
        display: none;
    }

    .story-body .backgrounder .comm-contacts h5 {
        color: #494949;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .story-body .backgrounder .comm-contacts {
        font-size: 14px;
        color: #494949;
    }

        .story-body .backgrounder .comm-contacts h6 {
            font-weight: 600;
            color: #494949;
            margin-top: 10px;
            margin-bottom: 2px;
        }

.story-body .share-options {
    margin-top: 40px;
}

.story-body .share-permalink {
    float: right;
    border: 1px solid #e2e2e2;
    padding: 5px 10px;
    font-size: 16px;
    color: #666;
    margin-top: 30px;
}

.story-body .resource-links.connect {
    border: 0;
    padding-top: 0;
}

    .story-body .resource-links.connect h6 {
        margin-top: 0;
        padding-bottom: 20px;
    }

.connect {
    padding-bottom: 30px;
}

    .connect .home-features:first-child .resource-links {
        border-top: none;
    }

    .connect .home-body h2 {
        font-size: 36px;
        font-weight: 600;
        border-bottom: 1px solid #e2e2e2;
        margin-top: 35px;
        padding-bottom: 10px;
        /*margin-bottom: 40px;*/
    }

    .connect .home-features {
        margin-top: 20px;
    }

    .connect .twitter-feed {
        background-color: #fff;
        border: 1px solid #e2e2e2;
    }

        .connect .twitter-feed .tweet {
            padding: 10px 20px 5px;
            border-top: 1px solid #e2e2e2;
        }

            .connect .twitter-feed .tweet p {
                font-size: 14px;
            }

.story-body .feature-post .facebook-post {
    font-size: 14px;
    line-height: 1.4285;
}

.expandable-section-content {
    padding: 10px 30px;
}

    .expandable-section-content .feature-post,
    .story-body .feature-post {
        display: inline-block;
        background-color: #f1f1f1;
        padding: 30px;
        margin: 20px 0;
    }

.expandable-section ul.external-links {
    list-style-type: none;
    padding-left: 0;
    padding-top: 15px;
    margin-left: 0;
}

    .expandable-section ul.external-links li {
        font-size: 16px;
        padding-bottom: 6px;
    }

        .expandable-section ul.external-links li a {
            padding-right: 2px;
        }

        .expandable-section ul.external-links li span {
            font-size: 14px;
        }

.expandable-section .expander-body {
    position: relative;
}

.expandable-section .link-button {
    text-transform: uppercase;
}

.expandable-section.collapsed .expander-body {
    height: 100px;
    overflow: hidden;
}

.expandable-section .article-fade {
    background-image: url(Images/article-fade.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    position: absolute;
    width: 100%;
    height: 54px;
    bottom: 0;
    z-index: 10;
}

.expandable-section .expand,
.expandable-section .collapse {
    margin: 25px 0;
}

.expandable-section.collapsed .article-fade {
    display: block;
}

.expandable-section.expanded .article-fade {
    display: none;
}

.expandable-section.expanded .expand,
.expandable-section.collapsed .collapse {
    display: none;
}

.expandable-section.expanded .collapse,
.expandable-section.collapsed .expand {
    display: inline-block;
}

.expandable-section h3 {
    width: 100%;
    background-color: #2b5580;
    background-repeat: no-repeat;
    background-position: right 8px bottom 8px;
    color: #fff;
    height: 40px;
    font-size: 24px;
    margin: 0;
    padding: 10px 10px 0 10px;
}

.expandable-section.ustream h3 {
    background-image: url(Images/SocialMedia/24x24-ustream.png);
}

.expandable-section.pinterest h3 {
    background-image: url(Images/SocialMedia/24x24-pinterest.png);
}

.expandable-section.blogs h3 {
    background-image: url(Images/SocialMedia/24x24-blogs.png);
}

.media-container {
    background-color: #f1f1f1;
}

    .media-container .media-sections {
        min-width: 640px;
        max-width: 960px;
        margin: auto;
        padding-bottom: 10px;
    }

        .media-container .media-sections .photos .asset.flickr .image-div,
        .media-container .media-sections .videos .asset.youtube img,
        .media-container .media-sections .soundbites .asset.soundcloud iframe {
            max-width: 90%;
            min-height: 195px;
            display: block;
        }

        .media-container .media-sections .photos .asset.flickr,
        .media-container .media-sections .videos .asset.youtube,
        .media-container .media-sections .soundbites .asset.soundcloud {
            margin-bottom: 20px;
        }

            .media-container .media-sections .photos .asset.flickr .image-div {
                background-position: center;
                background-size: cover;
            }

        .media-container .media-sections > div {
            border-left: 1px solid #fff;
            width: 314px;
            padding: 0 0 30px 24px;
            max-height: 330px;
            display: inline-block;
            vertical-align: top;
        }

            .media-container .media-sections > div:first-child {
                border-left: none;
                padding-left: 0;
            }

        .media-container .media-sections div h3 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 5px;
        }

    .media-container .story-parts {
        min-width: 680px;
        max-width: 1060px;
        margin: auto;
    }

        .media-container .story-parts > div {
            padding: 30px 0 30px 24px;
            /*width: 30%;*/
            /*min-height: 275px;*/
            display: inline-block;
            vertical-align: top;
        }

            .media-container .story-parts > div h3 {
                margin-top: 0;
                font-size: 18px;
                font-weight: 600;
                color: #494949;
            }

        .media-container .story-parts .related-articles {
            border-right: 1px solid #fff;
            width: 304px;
            padding-left: 20px;
        }

            .media-container .story-parts .related-articles h4 {
                margin-top: 20px;
            }

                .media-container .story-parts .related-articles h4 a {
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 22px;
                }

            .media-container .story-parts .related-articles .item-date {
                font-size: 12px;
                color: #999;
            }

        .media-container .story-parts .related-image {
            width: 34%;
        }

            .media-container .story-parts .related-image img {
                max-width: 304px;
            }

    .media-container .connect-with-bc {
        font-size: 14px;
        display: none;
        max-width: 304px;
    }

        .media-container .connect-with-bc h4 {
            background-image: url(Images/link-arrow-bl.png);
            background-repeat: no-repeat;
            padding-left: 10px;
            font-weight: 400;
            margin-top: 25px;
            margin-bottom: 0;
            background-position: left center;
        }

            .media-container .connect-with-bc h5 a {
                text-transform: uppercase;
            }

        .media-container .connect-with-bc p {
            color: #494949;
        }

.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 0;
    padding-top: 20px;
    width: 41px;
    height: 54px;
    background-image: url(Images/arrow-up.png);
    background-position: center 13px;
    text-align: center;
}

#footer {
    background-color: #036;
    color: #fff;
}

    #footer .content {
        padding: 0 30px 2em;
    }

    #footer hr {
        border: 0;
        height: 1px;
        background: #4b5e73;
    }

    #footer h4 {
        font-size: 18px;
        padding-right: 20px;
        margin-top: 22px;
        margin-bottom: 10px;
    }

    #footer ul li:first-child {
        padding-left: 0;
    }

    #footer ul li a {
        color: #fff;
    }

    #footer ul li + li {
        border-color: #4b5e73;
    }

    #footer .connect {
        margin-bottom: 10px;
    }

        #footer .connect h4 {
            float: left;
        }

        #footer .connect ul {
            padding-top: 22px;
        }

#end-cap {
    position: relative;
    z-index: 100;
    display: none;
    width: 100%;
    background-color: #2b4577;
    position: fixed;
    height: 50px;
    overflow: hidden;
    bottom: -1px;
    color: #fff;
    padding: 15px 15px 10px;
}

    #end-cap h6 {
        display: inline-block;
    }

    #end-cap ul {
        display: inline-block;
        padding: 0;
        list-style-type: none;
    }

        #end-cap ul li {
            display: inline-block;
            padding-right: 15px;
        }

            #end-cap ul li.connect-label {
                font-size: 16px;
                padding-right: 25px;
            }

    #end-cap .view-all-media {
        display: inline-block;
        float: right;
        color: #fff;
        margin-top: 5px;
        font-weight: 400;
    }

    #end-cap a, #end-cap a:hover {
        color: #fff;
        font-weight: 400;
    }

.collapsible-regions {
    display: none;
}


.google-calendar iframe {
    width: 100%;
    height: 335px;
}


.google-calendar li:hover {
    background-color: transparent;
}

.google-calendar ul, .calendar li {
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
    list-style-type: none;
}

.google-calendar li {
    margin: 10px 0 10px 0;
    padding: 10px 0 10px 0;
    border-bottom: 2px solid #f4f4f4;
    font-weight: normal;
}

.google-calendar .description {
    display: block;
    position: relative;
    float: none;
    padding-top: 5px;
    font-weight: normal;
    color: #234075;
}

.twitter-item {
    border-top: 1px solid #e1e3e6;
}

    .twitter-item .twitter-item-header {
        /* display:block;*/
        display: none;
        padding: 10px 10px 0;
        font-size: 14px;
    }

        .twitter-item .twitter-item-header .twitter-header-image {
            display: inline-block;
        }

        .twitter-item .twitter-item-header .twitter-header-user {
            color: black;
            display: inline-block;
        }

.twitter-item-header .twitter-user-name {
    font-weight: bold;
}

.twitter-user-screen {
    color: gray;
}


.event-calendar h6 {
    width: 100%;
    background-color: #2b5580;
    color: #fff;
    height: 22px;
    font-size: 13px;
    margin: 0;
    font-weight: normal;
    padding: 5px;
}

.event-calendar .no-events {
    background-color: #f1f1f1;
    border-top: 1px solid #e1e3e6;
    border-bottom: 1px solid #e1e3e6;
    text-align: center;
    padding: 20px 0 18px;
    color: #494949;
}

.event-calendar .event-row {
    background-color: #f1f1f1;
    border-bottom: 1px solid #ababab;
}

.event-calendar .event-header {
    padding: 5px;
    overflow: hidden;
    background-color: #e3e3e3;
    cursor: pointer;
}

.event-calendar .event-time {
    float: left;
    white-space: nowrap;
    width: 38%;
}

.event-calendar .event-name {
    float: left;
    width: 60%;
}

.event-calendar .event-detail {
    padding: 5px;
    display: none;
    max-height: 150px;
    overflow: auto;
    border: 1px solid #e3e3e3;
}

    .event-calendar .event-detail label {
        display: block;
        margin-bottom: 0;
        margin-top: 5px;
    }

.print-title, .print-url {
    display: none;
}

.youtube-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
}

.asset.youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.subscribe {
    font-size: 16px;
}

    .subscribe li label {
        font-weight: normal;
    }

#noticeOfCollection {
    font-size: 13px;
    background-color: #F9F9F9;
    padding: 16px;
    color: black;
}

.subscript {
    /*vertical-align: sub;*/
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: small;
}

/* media asset styles */
.asset {
    width: 100%;
    position: relative;
}

    .asset.youtube-wrapper {
        padding-bottom: 56.25%;
        padding-top: 25px;
    }

    .asset.soundcloud-wrapper {
        height: 166px;
        margin-bottom: 10px;
    }

    .asset.facebook-wrapper {
        padding-bottom: 56.25%;
        padding-top: 0;
    }

    .asset .placeholder-container {
        width: 100%;
        /*height: 100%;*/
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 100;
    }

    .asset.audio .placeholder-container {
        height: 166px;
        background: transparent url(Images/Gov/media_background_audio.png) scroll no-repeat 0 0;
    }

    .asset .placeholder-container img {
        width: 100%;
        display: inline-block;
    }

    .asset .media-player-container {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        display: none;
        padding-bottom: 56.25%;
    }

        .asset .media-player-container iframe {
            width: 100%;
            max-width: 100%;
            height: 100%;
            box-sizing: border-box;
            position: absolute;
            top: 0;
            left: 0;
        }

    .asset.audio .media-player-container iframe {
        height: 166px;
    }

    .asset .placeholder-container .overlay-container {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 16px;
    }

        .asset .placeholder-container .overlay-container .outer {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
        }

            .asset .placeholder-container .overlay-container .outer .inner {
                position: relative;
                visibility: hidden;
                top: 0;
                height: 108px;
                margin: 0 auto;
            }

                .asset .placeholder-container .overlay-container .outer .inner.not-expanded {
                    width: 108px;
                }

                .asset .placeholder-container .overlay-container .outer .inner.expanded {
                    width: 410px;
                }

                .asset .placeholder-container .overlay-container .outer .inner .play-button {
                    display: block;
                    float: left;
                    clear: none;
                    width: 108px;
                    height: 108px;
                }

                    .asset .placeholder-container .overlay-container .outer .inner .play-button a {
                        display: block;
                        width: 108px;
                        height: 108px;
                        background: transparent url(Images/media_button_play.png) scroll no-repeat 0 0;
                        background-size: 100%;
                    }

                        .asset .placeholder-container .overlay-container .outer .inner .play-button a:hover,
                        .asset .placeholder-container .overlay-container .outer .inner.expanded .play-button a {
                            background: transparent url(Images/media_button_play_alt.png) scroll no-repeat 0 0;
                            background-size: 100%;
                        }

                .asset .placeholder-container .overlay-container .outer .inner .play-instructions {
                    display: none;
                    float: right;
                    clear: none;
                    width: 290px;
                    background-color: #fff;
                    padding: 7px;
                    box-sizing: border-box;
                    margin: 5px 0 0 0;
                    text-align: left;
                }

                    .asset .placeholder-container .overlay-container .outer .inner .play-instructions .preface {
                        float: none;
                        clear: both;
                        width: 100%;
                        margin: 0 0 5px 0;
                    }

                    .asset .placeholder-container .overlay-container .outer .inner .play-instructions .controls {
                        float: none;
                        clear: both;
                        width: 100%;
                    }

                        .asset .placeholder-container .overlay-container .outer .inner .play-instructions .controls p {
                            margin: 0;
                            padding: 0;
                        }

                        .asset .placeholder-container .overlay-container .outer .inner .play-instructions .controls input {
                            padding: 0;
                            margin: 2px 0 0 0;
                        }

                        .asset .placeholder-container .overlay-container .outer .inner .play-instructions .controls label {
                            margin: 0 !important;
                            font-weight: normal;
                        }

                            .asset .placeholder-container .overlay-container .outer .inner .play-instructions .controls label span {
                                display: inline-block;
                                width: 20px;
                                float: left;
                            }

                        .asset .placeholder-container .overlay-container .outer .inner .play-instructions .controls div:last-child span {
                            font-size: 12px;
                            display: block;
                            margin: 0 0 0 20px;
                        }

                .asset .placeholder-container .overlay-container .outer .inner .play-close {
                    position: absolute;
                    right: -10px;
                    top: -5px;
                    width: 24px;
                    height: 24px;
                }

                    .asset .placeholder-container .overlay-container .outer .inner .play-close a {
                        display: block;
                        width: 100%;
                        height: 100%;
                        background: transparent url(Images/media_button_close.png) scroll no-repeat 0 0;
                    }

                        .asset .placeholder-container .overlay-container .outer .inner .play-close a:hover {
                            background-position: 0 -24px;
                        }

@media only screen and (max-width: 916px) {
    .asset .placeholder-container .overlay-container .outer .inner.not-expanded {
        width: 90px;
    }

    .asset .placeholder-container .overlay-container .outer .inner.expanded {
        width: 392px;
    }

    .asset .placeholder-container .overlay-container .outer .inner .play-button {
        width: 90px;
    }

        .asset .placeholder-container .overlay-container .outer .inner .play-button a {
            margin: 9px 0 0 0;
            width: 90px;
            height: 90px;
        }
}

@media only screen and (max-width: 750px) {
    .asset .placeholder-container .overlay-container .outer .inner {
        height: 132px;
    }

        .asset .placeholder-container .overlay-container .outer .inner .play-instructions {
            width: 230px;
        }

        .asset .placeholder-container .overlay-container .outer .inner.expanded {
            width: 332px;
        }

        .asset .placeholder-container .overlay-container .outer .inner .play-button {
            height: 132px;
        }

            .asset .placeholder-container .overlay-container .outer .inner .play-button a {
                margin: 21px 0 0 0;
                width: 90px;
                height: 90px;
            }
}

@media only screen and (max-width: 680px) {
    .asset .placeholder-container .overlay-container .outer .inner {
        height: 108px;
    }

        .asset .placeholder-container .overlay-container .outer .inner .play-instructions {
            width: 290px;
        }

        .asset .placeholder-container .overlay-container .outer .inner.expanded {
            width: 410px;
        }

        .asset .placeholder-container .overlay-container .outer .inner .play-button {
            height: 108px;
        }

            .asset .placeholder-container .overlay-container .outer .inner .play-button a {
                margin: 0;
                width: 108px;
                height: 108px;
            }
}

@media only screen and (max-width: 480px) {
    .asset .placeholder-container .overlay-container {
        font-size: 13px;
    }

        .asset .placeholder-container .overlay-container .outer .inner {
            height: 140px;
        }

            .asset .placeholder-container .overlay-container .outer .inner .play-instructions {
                width: 190px;
            }

            .asset .placeholder-container .overlay-container .outer .inner.expanded {
                width: 255px;
            }

            .asset .placeholder-container .overlay-container .outer .inner .play-button {
                width: 60px;
                height: 60px;
            }

                .asset .placeholder-container .overlay-container .outer .inner .play-button a {
                    margin: 0 0 0 0;
                    width: 60px;
                    height: 60px;
                }
}


.newsletters h2 {
    font-size: 36px;
    font-weight: 600;
    color: #494949;
    margin-top: 20px;
    margin-bottom: 42px;
}

.newsletters h3 a {
    font-size: 18px;
    font-weight: 400;
    color: #1a5a96;
    margin-top: 40px;
}

.newsletters h4 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}


.newsletters .home-features h1 {
    font-size: 18px;
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.newsletters .home-body h2 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}


    .newsletters .home-body h2 a {
        font-size: 20px;
        margin-top: 20px;
    }

.newsletters .home-body p {
    font-size: 16px;
    font-weight: normal;
    color: #585858;
    padding-bottom: 5px;
    display: block;
    margin-bottom: 5px;
    /*word-wrap: break-word;*/
}

.newsletters .home-body h3 {
    font-size: 36px;
    font-weight: 600;
    border-bottom: 1px solid #e2e2e2;
    margin-top: 35px;
    padding-bottom: 10px;
    margin-bottom: 1px;
}

.newsletters .home-body h4,
.comm-contacts .header h4 {
    color: #fff;
    font-size: 24px;
    padding: 8px 10px;
    margin-top: 10px;
}

.newsletters .home-body .header h4,
.comm-contacts .header h4 {
    background-color: #1a5a96;
}

.newsletters .home-body h6 {
    font-size: 19px;
    margin-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.newsletters .home-body .Editions h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.newsletters .home-body .Editions h3 {
    font-size: 36px;
    font-weight: 600;
    margin-top: 20px;
    padding-top: 13px;
}

.newsletters .home-body .Editions h5 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 15px;
}

.newsletters .home-body .Editions p {
    font-size: 16px;
    font-weight: normal;
    color: #585858;
    padding-bottom: 15px;
    display: block;
    word-wrap: break-word;
}

.newsletters .home-body .Editions-listing li {
    list-style-type: square;
    font-size: 14px;
    line-height: 10px;
}

    .newsletters .home-body .Editions-listing li:before {
        list-style-type: square;
        font-size: 70px;
        color: #cccccc;
        line-height: 10px;
        vertical-align: top;
        display: inline;
    }

.newsletters .home-body a.read-more {
    font-size: 13px;
    font-weight: 600;
    color: #1a5a96;
    text-transform: uppercase;
    background-image: url(Images/link-arrow-bl.png);
    background-repeat: no-repeat;
    background-position: 0 3px;
    margin-top: 1px;
    margin-bottom: 12px;
    padding-left: 12px;
    display: inline-block;
}

.story-body .assets ul {
    list-style-type: square;
    padding-left: 0px;
    padding-right: 24px;
    margin-left: 30px;
    margin-bottom: 0;
}

.story-body .assets ul li {
    padding-bottom: 12px;
}

.comm-contacts .row {
    font-size: 16px;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color:rgb(238, 238, 238);
    margin-left: 0px;
    margin-bottom: 10px;
}
.comm-contacts .col-sm-4:not(:first-child) {
    padding-left: 7px;
}
.comm-contacts h4 {
    font-size: 20px;
}
.comm-contacts .row .contact-name {
    font-weight: bold;
}

/* disable years and decade views*/
.datepicker-dropdown .datepicker-months thead .datepicker-switch {
    cursor: default;
    pointer-events: none;
}

/* For granville bridge 
    should not move to granville-bridge-theme.css since it will be used when granville-bridge-theme.css is not loaded
*/
.granville-bridge-on {
    display: block;
}

.granville-bridge-off {
    display: none;
}

.granville-bridge-banner {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid black;
    margin-bottom: 0;
    padding-top: 15px;
    font-size: 18px;
    text-align: center;
    border-radius: 0;
}

#btnCloseBanner {
    color: #ffffff !important;
}

.granville-bridge-banner p {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media only screen and (max-width: 680px) {
    .granville-bridge-banner {
        padding-left:10px;
        padding-right:10px;
    }
}

/* end of granville bridge styles*/

.ik_readersonly {
    width: 1px;
    height: 1px;
    overflow: hidden;
    text-indent: -10000px;
}