﻿
    /* Defaults */
html {
    font-family: OpenSans-Regular, Arial, sans-serif;
    font-size: 100%;
    font-weight: normal;
    color: black;
    height: "100%";
    font-size: 16px;
    font-size: 1rem;
    padding: 0px;
    margin: 0px;
    line-height: 125%;
}
body {
    background-color: white;
    margin-top: 0px;
}
form { margin: 0px; }
td { vertical-align: top; }
tr { vertical-align: top; }
sup { vertical-align: 0; position: relative; bottom: 1ex;}
.invisible { font-family: Arial, Helvetica, sans-serif; font-size: 1pt; font-style: normal; color: white; font-weight: normal}
.hidden { display: none; }

image { border: none; max-width: 100%; }
/* Links */
a:link {
    color: #002159;
}
a:hover { color: #002159; }
a:visited { color: #002159; }

/* General shared styles */
.dFullBrowserWidthContainer {
    width: 100%;
    background-color: white;
}
.dFullBrowserWidthContainerGrey {
    width: 100%;
    background-color: #e9e9e9;
}

.dFullBrowserTextWidth {
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1075px;
}
.dLimitedBrowserTextWidth {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    max-width: 1075px;
}
/* Maximum width of content */
.dFullTextWidthContainer {
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1075px;
}
/* Three styles for 25/50/25 width, 2% comes from each for gutters */
.dContentLeftNav {
    width: 19%;
    float: left;
    padding-right: 3%;
}
.dContentFeatures {
    width: 51%;
    float: left;
    padding-left: 2%;
    padding-right: 5%;
}
.dToolbarColumn {
    width: 19%;
    float: right;
}
/* End three styles for 25/50/25 width */
/* Matches Three styles for 25/50/25 width but only center is used, 2% comes from each for gutters */
.dResourceHomeSearch {
    width: 51%;
    float: left;
    padding-left: 24%;
    padding-right: 19%;
}
/* End three styles for 25/50/25 width */
/* Three styles for 20/50/30 width, 2% comes from each for gutters - online book chapter, inside dFullBrowserTextWidth */
.dLeftTOC {
    width: 19%;
    float: left;
    padding-right: 4%;
    /*padding-left: 6%;*/
}
.dContentCenter {
    width: 66%;
    float: left;
    padding-right: 4%;
}
.dRelatedRight {
    width: 26%;
    float: right;
    /*padding-right: 6%;*/
}
.dPageTools {
    display: none;
}
@media only screen and (max-width: 768px) {
    .dLeftTOC {
        width: 28%;
    }

    .dContentCenter {
        width: 92%;
    }

    .dRelatedResourcesLeft {
        width: 90%;
    }

    .dRelatedRight {
        width: 0%;
        visibility: hidden;
        display: none;
    }

    .dRelatedResourcesRight {
        width: 0%;
        visibility: hidden;
        display: none;
    }
    .dPageTools {
        width: 100%;
        background-color: #002159;
        color: white;
        visibility: visible;
        display: inherit;
        float: right;
        margin-right: 50px;
    }
}
@media only screen and (max-width: 576px) {
    .dLeftTOC {
        width: 0%;
        visibility: hidden;
        display: none;
    }
    .dContentCenter {
        width: 92%;
        float: left;
        padding-left: 4%;
        padding-right: 4%;
    }
}
    /* End three styles for 25/50/25 width */
    /* Two styles for 70/30 width, 2% comes from each for gutter*/
    .dContentLeftLarge {
        width: 68%;
        float: left;
        padding-right: 4%;
    }

    .dRelatedRightSmall {
        width: 15%;
        float: right;
    }




    /* End two styles for 70/30 width */
    .dContentTop {
        width: 100%;
        background-color: #e5e8ee;
        padding-bottom: 30px;
    }

    .dContentBreadcrumbsShaded {
        width: 100%;
        background-color: #e5e8ee;
        padding-bottom: 20px;
    }

    .dTop {
        width: 100%;
        padding-bottom: 15px;
    }

    /* Two styles for 70/30 width, 2% comes from each for gutter with bottom align for text*/
    .dContentLeftLargeTop {
        width: 72%;
        padding-right: 4%;
        display: table-cell;
        vertical-align: bottom;
    }

    .dRelatedRightSmallTop {
        width: 28%;
        display: table-cell;
        vertical-align: bottom;
    }
    /* End two styles for 70/30 width */

/* Two styles for 30/70 width*/
.dContentLeftBrowse {
    width: 30%;
    padding-right: 4%;
    float: left;
}
.dContentRightBrowse {
    width: 65%;
    float: right;
}
@media only screen and (max-width: 576px) {
    .dContentLeftBrowse {
        width: 100%;
        padding-right: 0%;
        padding-bottom: 6%;
    }

    .dContentRightBrowse {
        width: 100%;
        float: left;
        
    }
}

    /* End two styles for 30/70 width */



    /* Two styles for 60/40 width, 2% comes from each for gutter*/
    .dContentLeftFull {
        width: 66%;
        float: left;
        padding-right: 4%;
    }

    .dRelatedRightLarge {
        width: 26%;
        float: right;
    }

    .dPageToolsLarge {
        width: 26%;
        float: right;
    }
    /* End two styles for 60/40 width */
    /* Two styles for 60/40 width, 2% comes from each for gutter; for top with bottom align */
    .dContentLeftFullTop {
        width: 62%;
        padding-right: 4%;
        display: table-cell;
        vertical-align: bottom;
    }

    .dRelatedRightLargeTop {
        width: 38%;
        display: table-cell;
        vertical-align: bottom;
    }
    /* End two styles for 60/40 width */
    .dTopForAlign {
        display: table;
        width: 100%;
    }

    .dFullTextWidth {
    }

    .breadcrumb {
        font-size: 0.75rem;
        padding-top: 20px;
    }

    a.breadcrumb {
        text-decoration: none;
        color: black;
    }

        a.breadcrumb:link {
            text-decoration: none;
            color: black;
        }

        a.breadcrumb:visited {
            text-decoration: none;
            color: black;
        }

        a.breadcrumb:hover {
            text-decoration: underline;
            color: #002159;
        }

    .clearboth {
        clear: both;
    }

    .dAll {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        background-color: White;
    }

    .dContentAll {
        margin-left: auto;
        margin-right: auto;
        max-width: 1100px;
        width: 100%;
    }

    .dBreadcrumbs {
        padding-left: 0%;
        padding-right: 0%;
        width: 99%;
    }
.dBreadcrumbsBelowHeroImage {
    padding-left: 0%;
    padding-right: 0%;
    width: 99%;
    margin-bottom: 20px;
}

    .dContent {
        width: 100%;
        float: left;
    }

    .dContentLeft {
        Visibility: hidden;
        display: none;
    }

    .dContentResourceList {
        width: 51%;
        float: left;
        padding-left: 2%;
        padding-right: 5%;
    }

    .dContentNextToContents {
        width: 65.9%;
        float: right;
    }

    .dContentNextToContentsHeading {
        width: 65.9%;
        float: right;
        padding-top: 32px;
        padding-top: 2rem;
        padding-bottom: 12px;
        padding-bottom: 0.75rem;
    }

    .dFooter {
        width: 100%;
        background-color: #dfdfdf;
        float: left;
        border-top: solid 2px #002159;
        padding-bottom: 20px;
        padding-bottom: 1.25rem;
    }

    .grayline {
        color: #999999;
        background-color: #999999;
        border: 0;
        height: 1px;
    }

    .dHeading {
        width: 50%;
        float: left;
    }

    .dHelp {
        width: 100%;
        background-color: #DFDFDF;
        padding-top: 20px;
        padding-top: 1.25rem;
    }
    /* .dHelp { width: 98%; padding-left: 1%; padding-right: 1%; padding-bottom: 20px; padding-bottom: 1.25rem; }*/
    .dFooterSpacing {
        background-color: White;
        padding-top: 60px;
        padding-top: 3.75rem;
    }

    .dMainContent {
        padding-left: 1%;
        width: 68%;
        float: left;
    }

    .dVideoMainContent {
        padding-left: 1%;
        width: 73%;
        float: left;
    }

    .dMainResources {
        padding-left: 0%;
        width: 100%;
    }

    .dMainResourcesHeading {
        padding-left: 0%;
        padding-right: 0%;
        width: 100%;
    }

    .dNavigation {
        width: 100%;
    }
    /*.dPageHeading {  }*/
    .dSearchBrowse {
        padding-bottom: 8px;
        padding-bottom: 0.5rem;
        float: right;
        width: 100%;
    }

    .dBrowse {
        width: 47%;
        float: left;
    }

    .dSearch {
        width: 47%;
        float: right;
    }

    .dSearchNoBrowseMiddle {
        width: 51%;
        float: left;
        margin-left: 24%;
    }

    .dSideContent {
        width: 100%;
    }

    .dToolbar1 {
        visibility: inherit
    }

    .dToolbar1Background {
        background-color: #f5f5f5;
        visibility: inherit;
        padding-left: 7%;
        padding-right: 7%;
        padding-top: 7%;
        padding-bottom: 7%;
    }

    .dToolbar2 {
        background-color: #CCCCCC;
        visibility: hidden;
        display: none;
    }

    .dNavPageRightColumn {
        width: 29.4%;
        float: right;
    }

    .gridviewdisplay {
        visibility: visible;
        display: inherit;
    }

    .link-more {
        font-size: 13px;
        font-size: 0.8125rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #000000;
        text-align: right;
        padding-bottom: 16px;
        padding-bottom: 1rem;
    }

    a.link-more:link {
        text-decoration: none;
        color: #000000;
    }

    a.link-more:visited {
        text-decoration: none;
        color: #000000;
    }

    a.link-more:hover {
        text-decoration: underline;
        color: #002159;
    }

    .link-more-arrow {
        font-size: 13px;
        font-size: 0.8125rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        text-decoration: none;
        color: #C6531A;
    }

    a.link-more-arrow {
        text-decoration: none;
        color: #C6531A;
    }

    .citation {
        font-size: 13px;
        font-size: 0.8125rem;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
        padding-bottom: 5%;
        margin-bottom: 16px;
        margin-bottom: 1.0rem;
    }

    .page-heading {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 32px;
        font-size: 2rem;
        color: #002159;
        text-indent: 8px;
        text-indent: 0.5rem;
        border-top: 3px solid #C6531A;
        border-bottom: 1px solid #C6531A;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .MyResources-page-heading {
        font-family: OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 32px;
        font-size: 2rem;
        color: #002159;
        margin-bottom: 25px;
    }

    .page-sub-heading {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 15px;
        font-size: 0.9375rem;
        color: #999999;
        text-indent: 54px;
        padding-bottom: 4px;
        padding-bottom: 0.25rem;
        text-transform: uppercase;
        margin-top: -8px;
    }
    /*
    .page-heading-line { border-bottom: 1px solid #C6531A; }
    .page-heading-line:before { border: 15px solid transparent; border-top-color: #C6531A;	content: ' '; height: 0; position: absolute;	width: 0; margin-left: 38px; }
    .page-heading-arrow:before { border: 15px solid transparent; border-top-color: White;	content: ' '; 	height: 0; position: absolute;	width: 0; margin-top: -2px; margin-left: 38px; }
*/
    .repeaterdisplay {
        visibility: hidden;
        display: none;
    }

    .DisplayDesktopTablet {
        visibility: visible;
        display: inherit;
    }

    .DisplayDesktop {
        visibility: visible;
        display: inherit;
    }

    .DisplayMobile {
        visibility: hidden;
        display: none;
    }

    .DisplayTabletMobile {
        visibility: hidden;
        display: none;
    }


    /* Browse */
    .browse-jump {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 4%;
    }

    a.browse-jump {
        text-decoration: none;
        padding: 0rem;
        color: #000000;
    }

        a.browse-jump:link {
            text-decoration: none;
            color: #000000;
        }

        a.browse-jump:visited {
            text-decoration: none;
            color: #000000;
        }

        a.browse-jump:hover {
            text-decoration: underline;
            color: #002159;
        }

    .browse-jumpbox {
        background-color: #f0f2f7;
        border: 1px #cccccc;
    }

    .browse-jumpheading {
        font-size: 12px;
        font-size: 0.75rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #960f23;
        text-transform: uppercase;
        padding: 4%;
    }

    .browse-level1 {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        color: #324d7a;
        text-transform: uppercase;
        text-decoration: none;
        padding-bottom: 10px;
    }
    /* like search-results-heading */
    a.browse-level1 {
        text-decoration: none;
        color: #324d7a;
        padding-left: 0px;
        padding-left: 0rem;
    }

        a.browse-level1:link {
            text-decoration: none;
            color: #324d7a;
            padding-left: 0px;
            padding-left: 0rem;
        }

        a.browse-level1:visited {
            text-decoration: none;
            color: #324d7a;
            padding-left: 0px;
            padding-left: 0rem;
        }

        a.browse-level1:hover {
            text-decoration: underline;
            color: #002159;
            padding-left: 0px;
            padding-left: 0rem;
        }

    .browse-level2 {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 32px;
        font-size: 2rem;
        color: #000000;
    }

    a.browse-level2 {
        text-decoration: none;
        color: #000000;
    }

        a.browse-level2:link {
            text-decoration: none;
            color: #000000;
        }

        a.browse-level2:visited {
            text-decoration: none;
            color: #000000;
        }

        a.browse-level2:hover {
            text-decoration: underline;
            color: #002159;
        }

    .browse-level3 {
        font-size: 22px;
        font-size: 1.375rem;
        padding-bottom: 16px;
        padding-bottom: 1rem;
    }

    a.browse-level3 {
        text-decoration: none;
        color: #000000;
    }

        a.browse-level3:link {
            text-decoration: none;
            color: #000000;
        }

        a.browse-level3:visited {
            text-decoration: none;
            color: #000000;
        }

        a.browse-level3:hover {
            text-decoration: underline;
            color: #002159;
        }

    .browse-level4 {
        font-size: 22px;
        font-size: 1.375rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #333333;
    }

    a.browse-level4 {
        text-decoration: none;
        color: #333333;
    }

        a.browse-level4:link {
            text-decoration: none;
            color: #333333;
        }

        a.browse-level4:visited {
            text-decoration: none;
            color: #333333;
        }

        a.browse-level4:hover {
            text-decoration: underline;
            color: #002159;
        }

    .browse-level5 {
        font-size: 16px;
        font-size: 1rem;
        color: #324d7a;
        text-transform: uppercase;
        padding-top: 16px;
        padding-top: 1rem;
    }

    a.browse-level5 {
        text-decoration: none;
        color: #324d7a;
    }

        a.browse-level5:link {
            text-decoration: none;
            color: #324d7a;
        }

        a.browse-level5:visited {
            text-decoration: none;
            color: #324d7a;
        }

        a.browse-level5:hover {
            text-decoration: underline;
            color: #002159;
        }

    .browse-level6 {
        font-size: 16px;
        font-size: 1rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #333333;
        text-decoration: none;
        padding-top: 16px;
        padding-top: 1rem;
        break-inside: avoid-column;
        line-height: 150%;
    }

    .browse-level6 .browse-featured-details,
    .browse-level6 .browse-resource-content-info {
        font-family: OpenSans-Regular, Arial, sans-serif;
    }

    a.browse-level6:link {
        color: #333333;
    }

    a.browse-level6:visited {
        color: #6b4f90;
    }

    a.browse-level6:hover {
        text-decoration: underline;
        color: #002159;
    }

    .browse-level7 {
        font-size: 12px;
        font-size: 0.75rem;
        color: #444444;
        text-transform: uppercase;
        text-decoration: none;
        padding-top: 4px;
        padding-top: 0.25rem;
    }

    a.browse-level7 {
        text-decoration: none;
        color: #444444;
    }

        a.browse-level7:link {
            text-decoration: none;
            color: #444444;
        }

        a.browse-level7:visited {
            text-decoration: none;
            color: #444444;
        }

        a.browse-level7:hover {
            text-decoration: underline;
            color: #002159;
        }

    .browse-level8 {
        font-size: 13px;
        font-size: 0.8125rem;
        color: #333333;
        text-decoration: none;
        padding-top: 2px;
        padding-top: 0.125rem;
    }

    a.browse-level8:link {
        color: #333333;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
    }

    a.browse-level8:visited {
        color: #6b4f90;
    }

    a.browse-level8:hover {
        text-decoration: underline;
        color: #002159;
    }

    .browse-level9 {
        font-size: 12px;
        font-size: 0.75rem;
        color: #444444;
        padding-bottom: 12px;
        padding-bottom: 0.75rem;
    }

    a.browse-level9 {
        text-decoration: none;
        color: #444444;
        padding-bottom: 0rem;
    }

        a.browse-level9:link {
            text-decoration: none;
            color: #444444;
            padding-bottom: 0rem;
        }

        a.browse-level9:visited {
            text-decoration: none;
            color: #444444;
            padding-bottom: 0rem;
        }

        a.browse-level9:hover {
            text-decoration: underline;
            color: #002159;
            padding-bottom: 0rem;
        }

    .browse-level9-nospace {
        font-size: 12px;
        font-size: 0.75rem;
        color: #444444;
    }

    a.browse-level9-nospace {
        text-decoration: none;
        color: #444444;
    }

        a.browse-level9-nospace:link {
            text-decoration: none;
            color: #444444;
        }

        a.browse-level9-nospace:visited {
            text-decoration: none;
            color: #444444;
        }

        a.browse-level9-nospace:hover {
            text-decoration: underline;
            color: #002159;
        }

    .browse-level10 {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 28px;
        font-size: 1.75rem;
        color: #000000;
        padding-bottom: 8px;
        padding-bottom: 0.5rem;
    }

    a.browse-level10 {
        text-decoration: none;
        color: #000000;
        padding-bottom: 0px;
        padding-bottom: 0rem;
    }

        a.browse-level10:link {
            text-decoration: none;
            color: #000000;
            padding-bottom: 0px;
            padding-bottom: 0rem;
        }

        a.browse-level10:visited {
            text-decoration: none;
            color: #000000;
            padding-bottom: 0px;
            padding-bottom: 0rem;
        }

        a.browse-level10:hover {
            text-decoration: underline;
            color: #002159;
            padding-bottom: 0px;
            padding-bottom: 0rem;
        }

    .browse-navigationheading {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        color: #960f23;
        text-transform: uppercase;
        border-top: 3px solid #960f23;
        border-bottom: 1px solid #960f23;
        padding-top: 6px;
        padding-top: 0.375rem;
        padding-bottom: 6px;
        padding-bottom: 0.375rem;
    }

    .browse-navigation {
        font-size: 16px;
        font-size: 1rem;
        padding-top: 8px;
        padding-top: 0.5rem;
    }

    a.browse-navigation:link {
        text-decoration: none;
        color: #000000;
    }

    a.browse-navigation:visited {
        text-decoration: none;
        color: #000000;
    }

    a.browse-navigation:hover {
        text-decoration: underline;
        color: #002159;
    }

    .browse-navigationbox {
        float: left;
        width: 25%;
    }

    .browse-navigationselected {
        font-size: 16px;
        font-size: 1rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        padding-top: 8px;
        padding-top: 0.5rem;
    }

    a.browse-navigationselected:link {
        text-decoration: none;
        color: #000000;
    }

    a.browse-navigationselected:visited {
        text-decoration: none;
        color: #000000;
    }

    a.browse-navigationselected:hover {
        text-decoration: underline;
        color: #002159;
    }

    .dBrowseContainer-left-empty-column {
        width: 19.3%;
        float: left;
    }

    .dBrowseContainer-four-columns {
        width: 78.7%;
        float: left;
    }

    .dBrowseContainer-content {
        float: left;
    }

    .dBrowseContainer-ads {
        width: 36%;
        float: right;
    }

    .dBrowseContainer-borders {
        border-top: 3px solid #324d7a;
        border-bottom: 1px solid #324d7a;
        margin-bottom: 16px;
        margin-bottom: 1rem;
        padding-top: 12px;
        padding-top: 0.75rem;
        padding-bottom: 32px;
        padding-bottom: 2rem;
    }

    .dBrowseContainer-jump {
        width: 27%;
        float: right;
    }

    .dBrowseContainer-ad {
        width: 27%;
        float: right;
    }

    .dBrowseContainer-subtopiclist {
        width: 70%;
        float: left;
    }

    .dBrowseContainer-subtopics {
        width: 70.5%;
        float: left;
        padding-left: 2%;
    }

    .dBrowseContainer-topics {
        width: 25.5%;
        float: left;
    }

    .dBrowseContainer-subtopicareas {
        padding-bottom: 48px;
        padding-bottom: 3rem;
        /*column-count: 3;
        column-width: 256px;*/
    }

    .dBrowseSearch {
        padding-left: 1%;
        width: 50%;
    }

    /* Search */
    .yousearched {
        font-size: 10px;
        color: #222222;
        font-size: 0.875rem;
        padding-top: 16px;
        padding-top: 1rem;
        padding-bottom: 16px;
        padding-bottom: 1rem;
    }

    .dSearchResultsContainer {
        width: 62%;
        float: right;
        margin-right: 2%;
    }

    .dSearchViewContainer {
        width: 32%;
        float: left;
        margin-left: 1%;
    }

    .dSearchMoreContainer {
        width: 20%;
        float: right;
        margin-right: 1%;
    }

    .search-box-border {
        border: 1px solid #333333;
    }

    .search-box-results {
        padding-left: 8px;
        width: 75%
    }

    .search-divider {
        border-top: 1px solid #324d7a;
        padding-bottom: 8px;
        padding-bottom: 0.5rem;
    }

    .search-result-line {
        font-size: 12px;
        font-size: 0.75rem;
        padding-top: 8px;
        padding-top: 0.5rem;
    }
.search-result-line-notactive {
    font-size: 12px;
    font-size: 0.75rem;
    padding-top: 8px;
    padding-top: 0.5rem;
    color: #666666;
    cursor: none;

}
a.search-result-line-notactive {
    color: #666666;
    cursor: none;
}
    a.search-result-line-notactive:link {
        color: #666666;
        cursor: none;
    }
    a.search-result-line-notactive:hover {
        color: #666666;
        cursor: none;
    }
    a.search-result-line-notactive:visited {
        color: #666666;
        cursor: none;
    }

    .search-results-heading {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        color: #324d7a;
        text-transform: uppercase;
        text-decoration: none;
        padding-left: 8px;
        padding-left: 0.5rem;
        padding-top: 12px;
        padding-top: 0.75rem;
        padding-bottom: 12px;
        padding-bottom: 0.75rem;
    }
    /* like browse-level1, plus vertical spacing */
    .dSearchResultsSpacingHeader {
        padding-left: 8px;
        padding-left: 0.5rem;
        padding-right: 8px;
        padding-right: 0.5rem;
        padding-top: 16px;
        padding-top: 1rem;
        padding-bottom: 16px;
        padding-bottom: 1rem;
    }

    .dSearchResultsSpacing {
        padding-left: 8px;
        padding-left: 0.5rem;
        padding-right: 8px;
        padding-right: 0.5rem;
    }

    .resultdesc {
        font-size: 12px;
        font-size: 0.75rem;
        color: #000000;
    }

    .viewby {
        color: #960f23;
    }

    .viewbyoptions {
        font-size: 14px;
        font-size: 0.875rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #000000;
        padding-left: 8px;
        padding-left: 0.5rem;
        padding-bottom: 16px;
        padding-bottom: 1rem;
    }

    .viewbyoptions-store {
        font-size: 14px;
        font-size: 0.875rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #000000;
        padding-bottom: 16px;
        padding-bottom: 1rem;
    }

    .search-more-heading {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 16px;
        font-size: 1rem;
        color: #333333;
        text-transform: uppercase;
        padding-bottom: 16px;
        padding-bottom: 1rem;
    }

    .search-more-sections {
        font-size: 12px;
        font-size: 0.75rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        text-transform: uppercase;
        color: #000000;
        padding-bottom: 16px;
        padding-bottom: 1rem;
    }

    .search-more-items {
        font-size: 12px;
        font-size: 0.75rem;
        color: #000000;
        text-decoration: none;
        padding-bottom: 16px;
        padding-bottom: 1rem;
    }

    a.search-more-items {
        text-decoration: none;
        color: #000000;
        padding-bottom: 0px;
        padding-bottom: 0rem;
    }

        a.search-more-items:link {
            text-decoration: none;
            color: #000000;
            padding-bottom: 0px;
            padding-bottom: 0rem;
        }

        a.search-more-items:hover {
            text-decoration: underline;
            color: #002159;
            padding-bottom: 0px;
            padding-bottom: 0rem;
        }

        a.search-more-items:visited {
            text-decoration: none;
            color: #000000;
            padding-bottom: 0px;
            padding-bottom: 0rem;
        }

    .resultaction {
        font-size: 11px;
        font-size: 0.6875rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
    }

    .resultfeedback {
        font-size: 12px;
        font-size: 0.75rem;
    }

    .gridViewPager td {
        padding-left: 10px;
    }


    /* Content */
    .content-body {
        font-family: OpenSans-Regular;
        font-size: 16px;
        font-size: 1rem;
        line-height: 175%;
    }
.content-body-item-list {
    font-family: OpenSans-Regular;
    font-size: 16px;
    font-size: 1rem;
    line-height: 125%;
    margin-bottom:0.5rem
}

    .content-body-italic {
        font-family: OpenSans-Regular;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 200%;
        font-style: italic;
    }

    .content-body-small {
        font-family: OpenSans-Regular;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 130%;
        padding-bottom: 20px;
        padding-bottom: 1.25rem;
    }

    .content-contributor-block {
        float: left;
        width: 33%;
    }

    @media only screen and (max-width: 800px) {
        .content-contributor-block {
            float: left;
            width: 49%;
        }
    }

    @media only screen and (max-width: 600px) {
        .content-contributor-block {
            float: left;
            width: 100%;
        }
    }

    .content-contributor {
        font-size: 0.875rem;
        text-decoration: none;
        color: #000000;
        padding-bottom: 10px;
    }

    a.content-contributor {
        text-decoration: none;
        color: #000000
    }

        a.content-contributor:link {
            text-decoration: none;
            color: #000000
        }

        a.content-contributor:hover {
            text-decoration: underline;
            color: #002159;
        }

        a.content-contributor:visited {
            text-decoration: none;
            color: #000000
        }

    .content-contributor-seminar {
        font-size: 0.875rem;
    }

    a.content-contributor-seminar {
        text-decoration: none;
        color: #000000
    }

        a.content-contributor-seminar:link {
            text-decoration: none;
            color: #000000
        }

        a.content-contributor-seminar:hover {
            text-decoration: underline;
            color: #002159;
        }

        a.content-contributor-seminar:visited {
            text-decoration: none;
            color: #000000
        }



    .content-contributor-name {
        font-size: 0.875rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #000000;
    }

    a.content-contributor-name {
        text-decoration: none;
        color: #000000
    }

        a.content-contributor-name:link {
            text-decoration: none;
            color: #000000
        }

        a.content-contributor-name:hover {
            text-decoration: underline;
            color: #002159;
        }

        a.content-contributor-name:visited {
            text-decoration: none;
            color: #000000
        }

    .content-contributor-description {
        font-size: 0.875rem;
        color: #444444;
    }

    .content-head-spacing {
        padding-bottom: 15px;
    }

    .content-date {
        font-size: 1rem;
        color: #000000;
    }

    a.content-date {
        text-decoration: none;
        color: #000000
    }

        a.content-date:link {
            text-decoration: none;
            color: #000000
        }

        a.content-date:hover {
            text-decoration: underline;
            color: #002159;
        }

        a.content-date:visited {
            text-decoration: none;
            color: #000000
        }

    .content-list {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 150%;
        padding-left: 16px;
        padding-left: 1rem;
        padding-bottom: 16px;
        padding-bottom: 1rem;
    }

    .content-list-none {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 150%;
    }

    .content-list_test {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 150%;
        padding-left: 16px;
        padding-left: 1rem;
        padding-bottom: 16px;
        padding-bottom: 1rem;
        list-style-type: none;
    }

    .content-heading {
        width: 100%;
    }

    .content-heading-level1 {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        color: #324d7a;
        padding-bottom: 4px;
        padding-bottom: 0.25rem;
        padding-top: 8px;
        padding-top: 0.5rem;
    }

    .content-label {
        font-size: 1.25rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #960f23;
        padding-bottom: 15px;
    }

    .content-nav {
        font-size: 12px;
        font-size: 0.75rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
    }

    .content-parent-title {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 1.125rem;
        color: #000000;
        line-height: 150%;
    }

    a.content-parent-title:link {
        text-decoration: none;
        color: #000000;
    }

    a.content-parent-title:visited {
        text-decoration: none;
        color: #000000;
    }

    a.content-parent-title:hover {
        text-decoration: underline;
        color: #002159;
    }

    .content-samplehead {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        color: #960f23;
        text-decoration: none;
        padding-bottom: 20px;
        padding-bottom: 1.25rem;
    }
        a.content-samplehead:link {
            color: #960f23;
            text-decoration: underline;
        }

.content-sampleheadstorelink {
    font-family: OpenSans-Regular, Arial, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    color: #002159;
    text-decoration: underline;
    display: inline;
    padding-bottom: 0;
}

    .content-section {
        font-family: OpenSans-Bold;
        font-size: 1.375rem;
        color: #000000;
        line-height: 125%;
    }

    h2 {
        /*font-family: OpenSans-Bold;
    font-size: 1.375rem;
    color: #000000;
    line-height: 125%;*/
        font-weight: normal;
        margin-block-start: 1.33em;
        margin-block-end: 1.33em;
    }
    h2 {
        margin: 0;
        padding: 0;
    }
    .content-subsection1 {
        font-family: OpenSans-Bold;
        font-size: 1.25rem;
        color: #000000;
        line-height: 125%;
    }

    h3 {
        /*font-family: OpenSans-Bold;
    font-size: 1.25rem;
    color: #000000;
    line-height: 125%;*/
        font-weight: normal;
        margin-block-start: 1.33em;
        margin-block-end: 1.33em;
    }

    .content-subsection2 {
        font-family: OpenSans-Bold;
        font-size: 1.25rem;
        color: #000000;
        line-height: 125%;
    }

    h4 {
        font-family: OpenSans-Bold;
        font-size: 1.25rem;
        color: #000000;
        line-height: 125%;
        margin-block-start: 1.33em;
        margin-block-end: 1.33em;
    }

    .content-subsection2-forlist {
        font-size: 15px;
        font-size: 0.9375rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #333333;
        padding-top: 20px;
    }

    .content-subsection3 {
        font-family: OpenSans-Bold;
        font-size: 1.25rem;
        color: #000000;
        line-height: 125%;
    }

    .content-subsection4 {
        font-family: OpenSans-Bold;
        font-size: 1.25rem;
        color: #000000;
        line-height: 125%;
        font-style: italic;
    }

    .content-subsection5 {
        font-family: OpenSans-Bold;
        font-size: 1.25rem;
        color: #000000;
        line-height: 125%;
        font-style: italic;
    }

    .content-subsection6 {
        font-family: OpenSans-Bold;
        font-size: 1.25rem;
        color: #000000;
        line-height: 125%;
        font-style: italic;
    }

    .content-table-heading {
        font-size: 15px;
        font-size: 0.9375rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #333333;
        text-transform: uppercase;
        padding-bottom: 12px;
        padding-bottom: 0.75rem;
    }

    .content-title {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 2.625rem;
        color: #000000;
        line-height: 125%;
        padding-bottom: 15px;
    }

    h1 {
        font-weight: normal;
        margin-block-start: 0.33em;
        margin-block-end: 0.33em;
    }

    a.content-title {
        color: #000000
    }

        a.content-title:link {
            color: #000000
        }

        a.content-title:hover {
            color: #000000
        }

        a.content-title:visited {
            color: #000000
        }

    .mlo-search-note-imp {
        font-size: 10px;
        font-size: 0.6250rem;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        color: #8B0000
    }

    a.mlo-search-note-imp {
        color: #8B0000
    }

    a.mlo-search-note-imp {
        color: #8B0000
    }

    a.mlo-search-note-imp {
        color: #8B0000
    }


    .content-toc-heading {
        font-size: 1.0rem;
        color: #960f23;
        text-transform: uppercase;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        padding-bottom: 25px;
    }

    .content-toc-item {
        font-size: 1.25rem;
        color: #000000;
        text-decoration: none;
        padding-bottom: 12px;
        padding-bottom: 0.75rem;
        line-height: 125%;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
    }

    .bold {
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
    }

    a.content-toc-item {
        text-decoration: none;
        color: #000000;
    }

        a.content-toc-item:link {
            text-decoration: none;
            color: #000000;
        }

        a.content-toc-item:visited {
            text-decoration: none;
            color: #000000;
        }

        a.content-toc-item:hover {
            text-decoration: underline;
            color: #002159;
        }

    a.content-toc-item {
        text-decoration: none;
        color: #000000;
    }

    .content-toc-item-no-padding {
        font-size: 1rem;
        color: #000000;
        text-decoration: none;
    }

    .content-toc-item-remove-padding {
        font-size: 1rem;
        color: #000000;
        text-decoration: none;
        margin-top: -20px;
    }

    .book-content-toc {
        padding-top: 25px;
    }

    .book-content-toc-item {
        font-size: 1rem;
        color: #000000;
        text-decoration: none;
        padding-bottom: 4px;
        padding-bottom: 0.25rem;
        padding-top: 25px;
        line-height: 125%;
    }

    a.book-content-toc-item {
        text-decoration: none;
        color: #000000;
    }

        a.book-content-toc-item:link {
            text-decoration: none;
            color: #000000;
        }

        a.book-content-toc-item:visited {
            text-decoration: none;
            color: #000000;
        }

        a.book-content-toc-item:hover {
            text-decoration: underline;
            color: #002159;
        }

    a.book-content-toc-item {
        text-decoration: none;
        color: #000000;
    }

    .repository-helpful-links-item {
        font-family: OpenSans, Arial, sans-serif;
        font-size: 1.125rem;
        color: #000000;
        text-decoration: none;
        line-height: 125%;
        padding-bottom: 1rem;
        padding-left: 4%;
        padding-right: 4%;
    }

    a.repository-helpful-links-item-link {
        text-decoration: none;
        color: #000000;
    }

        a.repository-helpful-links-item-link:link {
            text-decoration: none;
            color: #000000;
        }

        a.repository-helpful-links-item-link:visited {
            text-decoration: none;
            color: #000000;
        }

        a.repository-helpful-links-item-link:hover {
            text-decoration: underline;
            color: #002159;
        }

    .repository-helpful-links- {
        font-family: OpenSans, Arial, sans-serif;
        font-size: 1.125rem;
        color: #000000;
        text-decoration: none;
        line-height: 125%;
        padding-bottom: 1rem;
        padding-left: 4%;
        padding-right: 4%;
    }

    a.repository-helpful-links-button {
        text-decoration: none;
        color: #000000;
    }

        a.repository-helpful-links-button:link {
            text-decoration: none;
            color: #000000;
        }

        a.repository-helpful-links-button:visited {
            text-decoration: none;
            color: #000000;
        }

        a.repository-helpful-links-button:hover {
            text-decoration: underline;
            color: #002159;
        }

    .repository-content-toc-item {
        font-family: OpenSans, Arial, sans-serif;
        font-size: 1.125rem;
        color: #000000;
        text-decoration: none;
        line-height: 150%;
        padding-bottom: 1rem;
    }

    a.repository-content-toc-item {
        text-decoration: none;
        color: #000000;
    }

        a.repository-content-toc-item:link {
            text-decoration: none;
            color: #000000;
        }

        a.repository-content-toc-item:visited {
            text-decoration: none;
            color: #000000;
        }

        a.repository-content-toc-item:hover {
            text-decoration: underline;
            color: #002159;
        }

    a.repository-content-toc-item {
        text-decoration: none;
        color: #000000;
    }

    .book-content-toc-subitem {
        font-size: 1rem;
        color: #000000;
        text-decoration: none;
        padding-bottom: 4px;
        padding-bottom: 0.25rem;
        line-height: 125%;
    }

    a.book-content-toc-subitem {
        text-decoration: none;
        color: #000000;
    }

        a.book-content-toc-subitem:link {
            text-decoration: none;
            color: #000000;
        }

        a.book-content-toc-subitem:visited {
            text-decoration: none;
            color: #000000;
        }

        a.book-content-toc-subitem:hover {
            text-decoration: underline;
            color: #002159;
        }

    a.book-content-toc-subitem {
        text-decoration: none;
        color: #000000;
    }

    .seminar-toc-item {
        font-family: OpenSans-Regular, Arial, sans-serif;
        font-size: 1.125rem;
        color: #000000;
        text-decoration: none;
        line-height: 125%;
        font-weight: 600;
    }

    a.seminar-toc-item:link {
        text-decoration: none;
        color: #000000;
    }

    a.seminar-toc-item:visited {
        text-decoration: none;
        color: #000000;
    }

    a.seminar-toc-item:hover {
        text-decoration: underline;
        color: #002159;
    }

    .book-toc-item {
        font-family: OpenSans-SemiBold, Arial, sans-serif;
        font-size: 1.125rem;
        color: #000000;
        text-decoration: none;
        line-height: 150%;
    }

    a.book-toc-item:link {
        text-decoration: none;
        color: #000000;
    }

    a.book-toc-item:visited {
        text-decoration: none;
        color: #000000;
    }

    a.book-toc-item:hover {
        text-decoration: underline;
        color: #002159;
    }

    .content-note {
        font-size: 10px;
        font-size: 0.6250rem;
        color: #444444;
    }

    .content-note-commentary {
        font-size: 10px;
        font-size: 0.6250rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #333333;
    }

    .content-special-note {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 150%;
        color: #960f23;
        margin-top: 16px;
        margin-top: 1rem;
    }

    a.content-special-note {
        color: #960f23;
    }

        a.content-special-note:link {
            color: #960f23;
        }

        a.content-special-note:hover {
            color: #960f23;
        }

        a.content-special-note:visited {
            color: #960f23;
        }

    .content-sampleclause-indent {
        padding-left: 20px;
        padding-left: 1.25rem;
        padding-right: 20px;
        padding-right: 1.25rem;
    }

    .content-sampleclause-heading {
        font-size: 14px;
        font-size: 0.875rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #960f23;
    }

    .content-tool {
        font-family: OpenSans-Regular, Arial, sans-serif;
        font-size: 11px;
        font-size: 0.6875rem;
        color: #333333;
        text-decoration: none;
        text-transform: uppercase;
        padding-right: 20px;
        padding-right: 1.25rem;
        display: inline-block;
    }

    a.content-tool {
        text-decoration: none;
        color: #333333;
    }

        a.content-tool:link {
            text-decoration: none;
            color: #333333;
        }

        a.content-tool:visited {
            text-decoration: none;
            color: #333333;
        }

        a.content-tool:hover {
            text-decoration: underline;
            color: #002159;
        }

    .content-tool-text {
        font-family: OpenSans-Regular, Arial;
        font-size: 1rem;
        text-decoration: none;
        text-transform: uppercase;
        height: 37px;
        text-align: center;
        padding-top: 15px;
        margin-bottom: 15px;
        display: inline-block;
        border: 1px solid #000000;
        color: #000000;
        text-decoration: none;
        width: 100%;
        text-decoration: none;
        vertical-align: middle;
    }

    a.content-tool-text {
        text-decoration: none;
        color: #000000;
    }

        a.content-tool-text:link {
            text-decoration: none;
            color: #000000;
        }

        a.content-tool-text:visited {
            text-decoration: none;
            color: #000000;
        }

        a.content-tool-text:hover {
            text-decoration: none;
            font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
            background-color: #6680ad;
            color: #FFFFFF;
        }

    .content-tool-live {
        margin-bottom: 4px;
        margin-bottom: 0.25rem;
        font-family: OpenSans-Regular, Arial;
        font-size: 11px;
        font-size: 0.6875rem;
        color: #333333;
        text-decoration: none;
        text-transform: uppercase;
        padding-right: 20px;
        padding-right: 1.25rem;
        display: inline-block;
    }

    a.content-tool-live {
        text-decoration: none;
        color: #333333;
    }

        a.content-tool-live:link {
            text-decoration: none;
            color: #333333;
        }

        a.content-tool-live:visited {
            text-decoration: none;
            color: #333333;
        }

        a.content-tool-live:hover {
            text-decoration: underline;
            color: #002159;
        }

    .content-tool-bar {
        border-top: 1px solid #333333;
        border-bottom: 1px solid #333333;
    }

    .content-tool-bar-live-webcast {
        border-top: 1px solid #333333;
        border-bottom: 1px solid #333333;
        width: 140%;
    }

    .content-tool-image-padding {
        padding-top: 4px;
        padding-top: 0.25rem;
        padding-bottom: 4px;
        padding-bottom: 0.25rem;
        padding-right: 2px;
        padding-right: 0.125rem;
    }

    .content-type {
        font-size: 1.0rem;
        color: #960f23;
        text-transform: uppercase;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        padding-bottom: 10px;
        padding-bottom: 0.625rem;
    }

    .book-toc-heading {
        font-size: 1.0rem;
        color: #960f23;
        text-transform: uppercase;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
    }

    .content-tool-bar-live-webcast {
        border-top: 1px solid #333333;
        border-bottom: 1px solid #333333;
        width: 140%;
    }

    .content-webcastlive {
        font-size: 14px;
        font-size: 0.875rem;
        color: #960f23;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
    }

    .dcontent-preview {
        border: 1px solid #444444;
        padding: 20px;
        padding: 1.25rem;
        margin-top: 16px;
        margin-top: 1rem;
        margin-bottom: 30px;
        margin-bottom: 1.875rem;
    }

    .content-section-heading {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        color: #324d7a;
        text-transform: uppercase;
        padding-bottom: 4px;
        padding-bottom: 0.25rem;
    }

    .content-button-arrow {
        visibility: none;
    }

    .content-button-text {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 14px;
        font-size: 0.875rem;
        color: #000000;
        text-transform: uppercase;
        text-decoration: none;
        padding-left: 50px;
        padding-right: 50px;
    }

    a.content-button-text {
        color: #000000;
        text-decoration: none;
    }

        a.content-button-text:hover {
            color: #002159;
            text-decoration: underline;
        }

    .content-button {
        display: inline-block;
        background: #F6F6F6;
        text-align: center;
        padding-top: 15px;
        height: 37px;
        border: 1px solid #F6F6F6;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6F6F6', endColorstr='#cbcbcb');
        background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#cbcbcb));
        background: -moz-linear-gradient(top, #F6F6F6, #cbcbcb);
        background: -ms-linear-gradient(top, #ffffff, #e5e8ee)
    }

    .content-button-video {
        width: 95%;
        margin-top: 20px;
        margin-top: 1.25rem;
        padding: 6px;
        padding: 0.3750rem;
        display: inline-block;
        background: #F6F6F6;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6F6F6', endColorstr='#cbcbcb');
        background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#cbcbcb));
        background: -moz-linear-gradient(top, #F6F6F6, #cbcbcb);
        background: -ms-linear-gradient(top, #ffffff, #e5e8ee)
    }

    .content-button-live-video {
        width: 65%;
        margin-top: 20px;
        margin-top: 1.25rem;
        padding: 6px;
        padding: 0.3750rem;
        display: inline-block;
        background: #F6F6F6;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6F6F6', endColorstr='#cbcbcb');
        background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#cbcbcb));
        background: -moz-linear-gradient(top, #F6F6F6, #cbcbcb);
        background: -ms-linear-gradient(top, #ffffff, #e5e8ee)
    }

    .content-TopTips-heading {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        color: #324d7a;
        padding-bottom: 4px;
        padding-bottom: 0.25rem;
    }

    .dVideoBoxTopTips {
        float: left;
        width: 100%;
        padding-top: 20px;
        padding-top: 1.25rem;
        padding-bottom: 32px;
        padding-bottom: 2rem;
    }

    .dVideoBox {
        float: left;
        width: 65%;
        padding-top: 20px;
    }

    .dVideoBoxHotTopic {
        float: left;
        width: 100%;
    }

    .dLiveVideoContainer {
        width: 140%;
        background-color: #e5e8ee;
        margin-bottom: 16px;
        margin-bottom: 1.0rem;
    }

    .dLiveVideoBox {
        float: left;
        width: 35%;
        padding-top: 20px;
        padding-top: 1.25rem;
        padding-right: 0.625rem;
        padding-right: 10px;
        padding-left: 1.25rem;
        padding-left: 20px;
        padding-bottom: 20px;
        padding-bottom: 1.25rem;
    }

    .dLiveVideoTextBox {
        float: right;
        padding-top: 20px;
        padding-top: 1.25rem;
        padding-right: 0.625rem;
        padding-right: 10px;
        width: 55%;
    }

    .dWebcastCreditBox {
        width: 33%;
        float: right;
    }

    .content-credit-box {
        background-color: #ffffff;
        border: 1px solid #C6531A;
        padding: 8px;
        padding: 0.5rem;
        margin-top: 20px;
        margin-top: 1.25rem;
    }

    .content-credit-heading {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 14px;
        font-size: 0.875rem;
        color: #C6531A;
        text-transform: uppercase;
        padding-bottom: 4px;
        padding-bottom: 0.25rem;
    }

    .content-credit-text {
        font-size: 12px;
        font-size: 0.75rem;
        color: #000000;
    }

    .content-topics-heading {
        font-size: 22px;
        font-size: 1.375rem;
        padding-bottom: 14px;
        padding-bottom: 0.875rem;
        padding-top: 16px;
        padding-top: 1.0rem;
    }

    .content-list-no-left-padding {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 150%;
        padding-bottom: 16px;
        padding-bottom: 1rem;
    }

    .videochoose {
        font-size: 12px;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #960f23;
        padding-bottom: 8px;
        padding-bottom: 0.5rem;
    }

    .content-law-list {
        font-size: 14px;
        color: #333333;
        font-size: 0.875rem;
        padding-bottom: 8px;
        padding-bottom: 0.5rem;
    }

    .content-law-list-item1 {
        font-size: 14px;
        font-size: 0.875rem;
        padding-left: 16px;
        padding-left: 1rem;
        padding-bottom: 4px;
        padding-bottom: 0.25rem;
    }

    .content-law-list-item2 {
        font-size: 14px;
        font-size: 0.875rem;
        padding-left: 32px;
        padding-left: 2rem;
        padding-bottom: 4px;
        padding-bottom: 0.25rem;
    }

    .content-law-list-item3 {
        font-size: 14px;
        font-size: 0.875rem;
        padding-left: 48px;
        padding-left: 3rem;
        padding-bottom: 4px;
        padding-bottom: 0.25rem;
    }

    .content-law-list-item4 {
        font-size: 14px;
        font-size: 0.875rem;
        padding-left: 64px;
        padding-left: 4rem;
        padding-bottom: 4px;
        padding-bottom: 0.25rem;
    }

    .content-law-list-item5 {
        font-size: 14px;
        font-size: 0.875rem;
        padding-left: 80px;
        padding-left: 5rem;
        padding-bottom: 4px;
        padding-bottom: 0.25rem;
    }

    .dWebcastTopicBox {
        width: 28%;
        float: left;
        background-color: #fdf6f3;
        border: 1px solid #e8baa3;
        margin-top: 20px;
    }

    .content-materials-heading {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 16px;
        font-size: 1.0rem;
        color: #324d7a;
    }

    .dLiveWebcastTopicBox {
        width: 20%;
        float: left;
        background-color: #fdf6f3;
        border: 1px solid #e8baa3;
        margin-top: 20px;
    }

    .dLiveWebcastMainBox {
        width: 140%;
    }

    .dLiveWebcastContentBox {
        width: 76%;
        float: left;
        padding-left: 16px;
        padding-left: 1.0rem;
    }

    .video-page-button {
        width: 100%;
        text-transform: uppercase;
        margin-bottom: 20px;
        margin-bottom: 1.25rem;
        padding: 6px;
        padding: 0.3750rem;
        display: inline-block;
        background: #F6F6F6;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6F6F6', endColorstr='#cbcbcb');
        background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#cbcbcb));
        background: -moz-linear-gradient(top, #F6F6F6, #cbcbcb);
        background: -ms-linear-gradient(top, #ffffff, #e5e8ee)
    }

    .video-page-button-text {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 14px;
        font-size: 0.875rem;
        color: #000000;
        text-transform: uppercase;
        text-decoration: none;
    }

    a.video-page-button-text {
        color: #000000;
        text-decoration: none;
    }

        a.video-page-button-text:link {
            color: #000000;
            text-decoration: none;
        }

        a.video-page-button-text:visited {
            color: #000000;
            text-decoration: none;
        }

        a.video-page-button-text:hover {
            color: #002159;
            text-decoration: underline;
        }

    .video-page-button-arrow {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 14px;
        font-size: 0.875rem;
        color: #C6531A;
    }

    .content-next-button {
        text-transform: uppercase;
        margin-top: 20px;
        margin-top: 1.25rem;
        padding: 6px;
        padding: 0.3750rem;
        display: inline-block;
        background: #C6531A;
    }

    .content-next-button-text {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold;
        font-size: 14px;
        font-size: 0.875rem;
        color: #fff;
        text-decoration: none;
    }

    a.content-next-button-text {
        color: #fff;
        text-decoration: none;
    }

    a.content-next-button:hover {
        color: #002159;
        text-decoration: underline;
    }

    .content-hide-button {
        text-transform: uppercase;
        margin-top: 16px;
        margin-top: 1rem;
        padding: 6px;
        padding: 0.3750rem;
        display: inline-block;
        background: #fff;
        border: 1px solid;
        border-color: #C6531A
    }

    .content-hide-button-text {
        font-family: OpenSansSemi-Bold, OpenSans-SemiBold;
        font-size: 14px;
        font-size: 0.875rem;
        color: #000;
        text-transform: uppercase;
        text-decoration: none;
    }

    a.content-hide-button-text {
        color: #000;
        text-decoration: none;
    }

    a.content-hide-button:hover {
        color: #002159;
        text-decoration: underline;
    }

    .content-show-button {
        text-transform: uppercase;
        margin-top: 16px;
        margin-top: 1rem;
        padding: 6px;
        padding: 0.3750rem;
        display: inline-block;
        background: #C6531A;
    }

    .content-show-button-text {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold;
        font-size: 14px;
        font-size: 0.875rem;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
    }

    a.content-show-button-text {
        color: #fff;
        text-decoration: none;
    }

    a.content-show-button:hover {
        color: #002159;
        text-decoration: underline;
    }

    .content-complete-button {
        text-transform: uppercase;
        margin-top: 20px;
        margin-top: 1.125rem;
        padding: 12px;
        padding: 0..75rem;
        display: inline-block;
        background: #e9e9e9;
        border: none;
    }

    .content-complete-button-text {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold;
        font-size: 16px;
        font-size: 1rem;
        color: #444;
        text-transform: uppercase;
        text-decoration: none;
    }


    /* Features */
    .featured-contributor {
        font-size: 0.875rem;
        padding-bottom: 8px;
        padding-bottom: 0.5rem;
        padding-left: 0px;
        padding-left: 0rem;
        padding-right: 8px;
        padding-right: 0.5rem;
    }

    .browse-featured-contributor {
        font-size: 12px;
        font-size: 0.75rem;
        padding-bottom: 8px;
        padding-bottom: 0.5rem;
        padding-right: 8px;
        padding-right: 0.5rem;
    }

    .featured-details {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 175%;
        padding-bottom: 16px;
        padding-bottom: 1rem;
        /*padding-left: 8px;
        padding-left: 0.5rem;
        padding-right: 8px;
        padding-right: 0.5rem;*/
    }

    .browse-featured-details {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 140%;
        padding-bottom: 16px;
        padding-bottom: 1rem;
        padding-right: 8px;
        padding-right: 0.5rem;
    }

.featured-title1 {
    font-size: 1.5rem;
    font-family: OpenSans-SemiBold, Arial, Sans-Serif;
    color: #333333;
    line-height: 125%;
}

    a.featured-title1:link {
        text-decoration: none;
        color: #333333;
    }

    a.featured-title1:visited {
        text-decoration: none;
        color: #333333;
    }

    a.featured-title1:hover {
        text-decoration: underline;
        color: #002159;
    }

    .featured-title2 {
        font-size: 1.25rem;
        color: #000000;
        padding-bottom: 2px;
        padding-bottom: 0.1rem;
        padding-left: 8px;
        padding-left: 0.5rem;
        padding-right: 8px;
        padding-right: 0.5rem;
        line-height: 125%;
    }

    a.featured-title2:link {
        text-decoration: none;
        color: #000000;
        padding-left: 0px;
        padding-left: 0rem;
        padding-right: 0px;
        padding-right: 0rem;
    }

    a.featured-title2:visited {
        text-decoration: none;
        color: #000000;
        padding-left: 0px;
        padding-left: 0rem;
        padding-right: 0px;
        padding-right: 0rem;
    }

    a.featured-title2:hover {
        text-decoration: underline;
        color: #002159;
        padding-left: 0px;
        padding-left: 0rem;
        padding-right: 0px;
        padding-right: 0rem;
    }

    .featured-title3 {
        font-size: 18px;
        font-size: 1.125rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #333333;
        padding-bottom: 2px;
        padding-bottom: 0.1rem;
        padding-left: 8px;
        padding-left: 0.5rem;
        padding-right: 8px;
        padding-right: 0.5rem;
    }

    a.featured-title3:link {
        text-decoration: none;
        color: #333333;
        padding-left: 0px;
        padding-left: 0rem;
        padding-right: 0px;
        padding-right: 0rem;
    }

    a.featured-title3:visited {
        text-decoration: none;
        color: #333333;
        padding-left: 0px;
        padding-left: 0rem;
        padding-right: 0px;
        padding-right: 0rem;
    }

    a.featured-title3:hover {
        text-decoration: underline;
        color: #002159;
        padding-left: 0px;
        padding-left: 0rem;
        padding-right: 0px;
        padding-right: 0rem;
    }

    .featured-title4 {
        font-size: 16px;
        font-size: 1rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #333333;
        padding-bottom: 2px;
        padding-bottom: 0.1rem;
        /*padding-left: 8px;
        padding-left: 0.5rem;
        padding-right: 8px;
        padding-right: 0.5rem;*/
    }

    a.featured-title4:link {
        text-decoration: none;
        color: #333333;
        padding-left: 0px;
        padding-left: 0rem;
        padding-right: 0px;
        padding-right: 0rem;
    }

    a.featured-title4:visited {
        text-decoration: none;
        color: #333333;
        padding-left: 0px;
        padding-left: 0rem;
        padding-right: 0px;
        padding-right: 0rem;
    }

    a.featured-title4:hover {
        text-decoration: underline;
        color: #002159;
        padding-left: 0px;
        padding-left: 0rem;
        padding-right: 0px;
        padding-right: 0rem;
    }

    .featured-title5 {
        font-size: 1rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #333333;
        padding-bottom: 2px;
        padding-bottom: 0.1rem;
        /*padding-left: 8px;
        padding-left: 0.5rem;
        padding-right: 8px;
        padding-right: 0.5rem;*/
    }

    a.featured-title5:link {
        text-decoration: none;
        color: #333333;
        padding-left: 0px;
        padding-left: 0rem;
        padding-right: 0px;
        padding-right: 0rem;
    }

    a.featured-title5:visited {
        text-decoration: none;
        color: #333333;
        padding-left: 0px;
        padding-left: 0rem;
        padding-right: 0px;
        padding-right: 0rem;
    }

    a.featured-title5:hover {
        text-decoration: underline;
        color: #002159;
        padding-left: 0px;
        padding-left: 0rem;
        padding-right: 0px;
        padding-right: 0rem;
    }

    .featured-title6 {
        font-size: 16px;
        font-size: 1rem;
        color: #000000;
        padding-bottom: 2px;
        padding-bottom: 0.1rem;
        padding-left: 8px;
        padding-left: 0.5rem;
        padding-right: 8px;
        padding-right: 0.5rem;
    }

    a.featured-title6:link {
        text-decoration: none;
        color: #000000;
        padding-left: 0px;
        padding-left: 0rem;
        padding-right: 0px;
        padding-right: 0rem;
    }

    a.featured-title6:visited {
        text-decoration: none;
        color: #000000;
        padding-left: 0px;
        padding-left: 0rem;
        padding-right: 0px;
        padding-right: 0rem;
    }

    a.featured-title6:hover {
        text-decoration: underline;
        color: #002159;
        padding-left: 0px;
        padding-left: 0rem;
        padding-right: 0px;
        padding-right: 0rem;
    }

    .featured-title7 {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 16px;
        font-size: 1rem;
        color: #000000;
        padding-bottom: 8px;
        padding-bottom: 0.5rem;
    }

    .featured-title8 {
        font-size: 1rem;
        color: #000000;
        padding-bottom: 2px;
        padding-bottom: 0.1rem;
        padding-left: 8px;
        padding-left: 0.5rem;
        padding-right: 8px;
        padding-right: 0.5rem;
    }

    a.featured-title8:link {
        text-decoration: none;
        color: #000000;
        padding-left: 0px;
        padding-left: 0rem;
        padding-right: 0px;
        padding-right: 0rem;
    }

    a.featured-title8:visited {
        text-decoration: none;
        color: #000000;
        padding-left: 0px;
        padding-left: 0rem;
        padding-right: 0px;
        padding-right: 0rem;
    }

    a.featured-title8:hover {
        text-decoration: underline;
        color: #002159;
        padding-left: 0px;
        padding-left: 0rem;
        padding-right: 0px;
        padding-right: 0rem;
    }

    .featured-title9 {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 20px;
        font-size: 1.25rem;
        color: #960f23;
        padding-bottom: 8px;
        padding-bottom: 0.5rem;
    }

    .featured-type {
        font-size: 14px;
        font-size: 0.875rem;
        color: #333333;
        text-transform: uppercase;
        padding-bottom: 8px;
        padding-bottom: 0.5rem;
        /*padding-left: 8px;
        padding-left: 0.5rem;
        padding-right: 8px;
        padding-right: 0.5rem;*/
    }

    .featured-type-below-image {
        font-size: 14px;
        font-size: 0.875rem;
        color: #333333;
        text-transform: uppercase;
        padding-top: 8px;
        padding-top: 0.5rem;
        padding-bottom: 8px;
        padding-bottom: 0.5rem;
    }

    .featured-box {
        height: 550px;
        background-color: #ffffff;
        border-bottom: 1px solid #960f23;
        border-top: 1px solid #960f23;
        border-left: 1px solid #960f23;
        border-right: 1px solid #960f23;
        padding-top: 10px;
        padding-top: 0.625rem;
        padding-bottom: 10px;
        padding-bottom: 0.625rem;
        padding-left: 32px;
        padding-left: 1.0rem;
        padding-right: 32px;
        padding-right: 1.0rem;
    }

    /* MLO */
    .mlo-type {
        font-size: 14px;
        font-size: 0.875rem;
        color: #333333;
        text-transform: uppercase;
        padding-bottom: 10px;
    }

    .mlo-title {
        font-size: 20px;
        font-size: 1.25rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #333333;
        text-decoration: none;
    }

    a.mlo-title {
        color: #333333;
        text-decoration: none;
    }

        a.mlo-title:link {
            color: #333333;
            text-decoration: none;
        }

        a.mlo-title:visited {
            color: #333333;
            text-decoration: none;
        }

        a.mlo-title:hover {
            color: #002159;
            text-decoration: underline;
        }

    /*.mlo-search-box {
        border-top: 1px solid #C6531A;
        border-left: 1px solid #C6531A;
        border-right: 1px solid #C6531A;
    }*/

    .mlo-search-heading {
        font-family: OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 20px;
        font-size: 1.25rem;
        text-transform: uppercase;
        color: #C6531A;
        padding-bottom: 10px;
    }

    .mlo-search-note {
        font-size: 10px;
        font-size: 0.6250rem;
        padding-left: 8px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.mlo-SearchColor {
    background-color: White;
    /* height: 50px;*/
    border-bottom: 1px solid #d17547;
}

.mlo-SearchColorBlack {
    background-color: White;
    /*height: 50px; */
        border: 1px solid #333333;
    }

    .mlo-help-search {
        font-size: 10px;
        font-size: 0.6250rem;
        padding-left: 8px;
    }

    .mlo-search-space-small {
        padding-bottom: 8px;
    }

    .mlo-search-space-large {
        padding-bottom: 20px;
    }

    .helpful-heading {
        font-size: 1rem;
        color: #222222;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        padding-left: 8px;
        padding-bottom: 8px;
        padding-bottom: 0.5rem;
    }

    .helpful-item {
        font-size: 0.85rem;
        padding-left: 8px;
        padding-bottom: 8px;
    }

    /* Help */
    .help-heading {
        font-size: 11px;
        font-size: 0.6875rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        text-transform: uppercase;
        padding-bottom: 10px;
        padding-bottom: 0.625rem;
    }

    .help-item {
        font-size: 11px;
        font-size: 0.6875rem;
        padding-bottom: 8px;
        padding-bottom: 0.5rem;
        padding-right: 8px;
        padding-right: 0.5rem;
    }

    .help-search {
        font-size: 10px;
        font-size: 0.6250rem;
    }

    .footer {
        font-size: 9px;
        font-size: 0.5625rem;
        color: #000000;
    }

    a.footer {
        color: #002159;
        text-decoration: underline;
    }

        a.footer:hover {
            color: #002159;
            text-decoration: underline;
        }

        a.footer:visited {
            color: #002159;
            text-decoration: underline;
        }
.myresources-heading-beta {
    font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 1.25rem;
    color: #c6531a;
    text-transform: uppercase;
    border-top: 3px solid #c6531a;
    border-bottom: 1px solid #c6531a;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 25px;
    margin-block-start: 0;
    margin-block-end: 0.5rem;
}

    /* Left Nav */
    .myresources-leftnav-heading {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 1.25rem;
        color: #960f23;
        text-transform: uppercase;
        border-top: 3px solid #960f23;
        border-bottom: 1px solid #960f23;
        padding-bottom: 15px;
        padding-top: 15px;
        margin-bottom: 25px;
        margin-block-start: 0;
        margin-block-end: 0;
    }

    .myresources-leftnav-item {
        font-size: 1rem;
        color: #222222;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        margin-top: 8px;
        margin-top: 0.5rem;
    }

    a.myresources-leftnav-item:link {
        text-decoration: none;
        color: #222222;
    }

    a.myresources-leftnav-item:visited {
        text-decoration: none;
        color: #222222;
    }

    a.myresources-leftnav-item:hover {
        text-decoration: underline;
        color: #002159;
    }

    .myresources-leftnav-spacing {
        padding-bottom: 40px;
        padding-bottom: 2.5rem;
    }

    .practice-leftnav-heading {
        font-family: OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 1.125rem;
        color: #960f23;
        text-transform: uppercase;
        border-top: 3px solid #960f23;
        border-bottom: 1px solid #960f23;
        padding-bottom: 15px;
        padding-top: 15px;
        margin-bottom: 25px;
        margin-block-start: 0;
        margin-block-end: 0;
    }

    .practice-leftnav-item {
        font-size: 1rem;
        color: #222222;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        margin-top: 8px;
        margin-top: 0.5rem;
    }

    a.practice-leftnav-item:link {
        text-decoration: none;
        color: #222222;
    }

    a.practice-leftnav-item:visited {
        text-decoration: none;
        color: #222222;
    }

    a.practice-leftnav-item:hover {
        text-decoration: underline;
        color: #002159;
    }

    /* My Resources */
    .myresources-heading-cases {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 1.25rem;
        color: #324d7a;
        text-transform: uppercase;
        border-top: 3px solid #324d7a;
        border-bottom: 1px solid #324d7a;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 25px;
        margin-block-start: 0;
        margin-block-end: 0.5em;
    }

    .myresources-heading-books {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 1.125rem;
        color: #324d7a;
        text-transform: uppercase;
        border-top: 3px solid #324d7a;
        border-bottom: 1px solid #324d7a;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 25px;
        background: #e5e8ee;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e8ee');
        background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e8ee));
        background: -moz-linear-gradient(top, #ffffff, #e5e8ee);
        background: -ms-linear-gradient(top, #ffffff, #e5e8ee)
    }

    .myresources-heading-type {
        display: block;
        /*margin-left: 8px;
        margin-left: 0.5rem;
        margin-right: 8px;
        margin-right: 0.5rem;*/
    }

    .myresources-heading-community {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 1.25rem;
        color: #C6531A;
        text-transform: uppercase;
        border-top: 3px solid #C6531A;
        border-bottom: 1px solid #C6531A;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 25px;
        margin-block-start: 0;
        margin-block-end: 0.5em;
    }

    .myresources-heading-lpm {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 1.25rem;
        color: #960f23;
        text-transform: uppercase;
        border-top: 3px solid #960f23;
        border-bottom: 1px solid #960f23;
        margin-top: 32px;
        margin-top: 2rem;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 25px;
        margin-block-start: 0;
        margin-block-end: 0.5em;
    }

    .myresources-heading-updates {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 1.25rem;
        color: #960f23;
        text-transform: uppercase;
        border-top: 3px solid #960f23;
        border-bottom: 1px solid #960f23;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 25px;
        margin-block-start: 0;
        margin-block-end: 0.5em;
    }

    .myresources-heading-general {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 1.25rem;
        color: #324d7a;
        text-transform: uppercase;
        border-top: 3px solid #324d7a;
        border-bottom: 1px solid #324d7a;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 25px;
        margin-block-start: 0;
        margin-block-end: 0;
    }

    .myresources-seminars {
        font-size: 14px;
        font-size: 0.875rem;
        color: #333333;
        text-transform: uppercase;
    }

    .myresources-button-text {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 14px;
        font-size: 0.875rem;
        color: #000000;
        text-transform: uppercase;
        text-decoration: none;
    }

    a.myresources-button-text {
        color: #000000;
        text-decoration: none;
    }

        a.myresources-button-text:hover {
            color: #002159;
            text-decoration: underline;
        }

    .myresources-button-arrow {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 14px;
        font-size: 0.875rem;
        color: #C6531A;
    }

    .myresources-button {
        text-transform: uppercase;
        padding: 6px;
        padding: 0.3750rem;
        display: inline-block;
        background: #F6F6F6;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6F6F6', endColorstr='#cbcbcb');
        background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#cbcbcb));
        background: -moz-linear-gradient(top, #F6F6F6, #cbcbcb);
        background: -ms-linear-gradient(top, #ffffff, #e5e8ee)
    }

    .myresources-subscription-message {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        color: #960f23;
        text-decoration: none;
        padding-bottom: 16px;
        padding-bottom: 1.0rem;
    }

    a.myresources-subscription-message {
        color: #960f23;
        text-decoration: underline;
    }

        a.myresources-subscription-message:link {
            color: #960f23;
            text-decoration: underline;
        }

        a.myresources-subscription-message:visited {
            color: #960f23;
        }

        a.myresources-subscription-message:hover {
            color: #002159;
        }

    .myresources-add-corearea {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 13px;
        font-size: 0.8125rem;
        color: #333333;
    }

    /* Resource home pages */
    .resource-listheading {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 1.375rem;
        color: #324d7a;
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 3px solid white;
        border-bottom: 1px solid white;
        margin-bottom: 25px;
    }

    .resource-listitem {
        font-size: 1.25rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #333333;
        text-decoration: none;
        padding-bottom: 12px;
        padding-bottom: 0.75rem;
        line-height: 150%;
    }

    .resource-listitem-judicial {
        font-size: 1.25rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #333333;
        text-decoration: none;
        padding-bottom: 12px;
        padding-bottom: 0.75rem;
        padding-left: 10px;
        padding-left: 0.625rem;
        line-height: 150%;
    }

    .resource-listitem-info {
        font-size: 12px;
        font-size: 0.75rem;
        color: #333333;
    }

    a.resource-listitem {
        color: #333333;
        text-decoration: none;
    }

        a.resource-listitem:link {
            color: #333333;
            text-decoration: none;
        }

        a.resource-listitem:visited {
            color: #333333;
            text-decoration: none;
        }

        a.resource-listitem:hover {
            color: #002159;
            text-decoration: underline;
        }

    .resource-details {
        font-size: 13px;
        font-size: 0.8125rem;
        color: #333333;
    }

    .resource-action {
        font-size: 13px;
        font-size: 0.8125rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #000000;
        padding-bottom: 12px;
        padding-bottom: 0.75rem;
    }

    a.resource-action {
        color: #002159;
        padding-bottom: 0px;
        padding-bottom: 0rem;
    }

        a.resource-action:link {
            color: #002159;
            padding-bottom: 0px;
            padding-bottom: 0rem;
        }

        a.resource-action:visited {
            color: #002159;
            padding-bottom: 0px;
            padding-bottom: 0rem;
        }

        a.resource-action:hover {
            color: #002159;
            padding-bottom: 0px;
            padding-bottom: 0rem;
        }

    .resource-action-label {
        font-size: 13px;
        font-weight: normal;
        color: #960f23;
        padding-bottom: 0px;
        padding-bottom: 0rem;
    }

    .resource-contributor {
        font-size: 1rem;
        line-height: 120%;
        color: #333333;
    }

    .resource-contributions {
        font-size: 13px;
        font-size: 0.8125rem;
        color: #002159;
    }

    .resource-contributions-label {
        font-size: 13px;
        font-weight: normal;
        color: #960f23;
        padding-bottom: 0px;
        padding-bottom: 0rem;
    }

    .resource-contributions-details {
        padding-bottom: 16px;
        padding-bottom: 1rem;
    }

    .resource-homepage-title {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        color: #324d7a;
        text-transform: uppercase;
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 3px solid white;
        border-bottom: 1px solid white;
        margin-bottom: 25px;
    }

    .resource-content-info {
        font-size: 12px;
        font-size: 0.75rem;
        padding-bottom: 8px;
        padding-bottom: 0.5rem;
        padding-left: 8px;
        padding-left: 0.5rem;
        padding-right: 8px;
        padding-right: 0.5rem;
    }

    .browse-resource-content-info {
        font-size: 12px;
        font-size: 0.75rem;
        padding-bottom: 8px;
        padding-bottom: 0.5rem;
    }

    .aspNetDisabled {
        color: #000000 !important;
    }

    /* My Toolbar */
    .toolbar-areas {
        display: block;
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 16px;
        font-size: 1.0rem;
        color: #333333;
        text-decoration: none;
        width: 100%;
        height: 100%;
    }
    /* My Core Areas, My Favorites, My Saved Searches, etc */
    a.toolbar-areas {
        color: #333333;
        text-decoration: none;
        width: 100%;
        height: 100%;
    }

        a.toolbar-areas:link {
            color: #333333;
            text-decoration: none;
        }

        a.toolbar-areas:visited {
            color: #333333;
            text-decoration: none;
        }

        a.toolbar-areas:hover {
            color: #002159;
            text-decoration: underline;
        }

    .toolbar-areas-container {
        border-bottom: 1px solid #6680ad;
        padding-top: 10px;
        padding-top: 0.75rem;
        padding-bottom: 10px;
        padding-bottom: 0.75rem;
    }

    .toolbar-details {
        font-size: 12px;
        font-size: 0.75rem;
        color: #333333;
    }

    a.toolbar-details {
        color: #002159;
    }

    .toolbar-heading {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 14px;
        font-size: 0.875rem;
        color: #002159;
        text-transform: uppercase;
        border-bottom: 2px solid #002159;
    }
    /* My Toolbar at the top */
    .toolbar-link-more {
        font-size: 12px;
        font-size: 0.75rem;
        color: #002159;
        float: right;
        padding-top: 0.75rem;
    }
    /* Manage links */
    .toolbar-note {
        font-size: 11px;
        font-size: 0.6875rem;
        color: #960f23;
    }
    /* Expires, Unread */
    .toolbar-subareas {
        font-size: 13px;
        font-size: 0.8125rem;
        color: #333333;
    }

    .toolbar-title {
        font-size: 13px;
        font-size: 0.8125rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #333333;
        padding-top: 10px;
        padding-top: 0.625rem;
        width: 100%;
        height: 100%;
    }

    a.toolbar-title {
        color: #333333;
        text-decoration: none;
        width: 100%;
        height: 100%;
    }

        a.toolbar-title:link {
            color: #333333;
            text-decoration: none;
        }

        a.toolbar-title:visited {
            color: #333333;
            text-decoration: none;
        }

        a.toolbar-title:hover {
            color: #002159;
            text-decoration: underline;
        }

    .toolbar-type {
        font-size: 11px;
        font-size: 0.6875rem;
        color: #444444;
        text-transform: uppercase;
    }

    /* Practice View */
    .practice-heading-section {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 1.125rem;
        color: #333333;
        text-transform: uppercase;
        border-top: 3px solid #333333;
        border-bottom: 1px solid #333333;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    /* Related Resources */
    .relatedresources-contributor {
        font-size: 12px;
        font-size: 0.75rem;
        color: #000000;
        padding-bottom: 8px;
        padding-bottom: 0.5rem;
    }

    .relatedresources-group {
        margin-left: 3%;
        margin-right: 3%
    }

    .relatedresources-heading {
        font-family: OpenSans-Regular;
        font-size: 20px;
        font-size: 1.25rem;
        color: #333333;
        text-transform: uppercase;
        border-top: 1px solid #333333;
        border-bottom: 1px solid #333333;
        padding-top: 6px;
        padding-top: 0.375rem;
        padding-bottom: 6px;
        padding-bottom: 0.375rem;
        margin-bottom: 25px;
    }

    .relatedresources-title {
        font-size: 18px;
        font-size: 1.125rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        padding-bottom: 4px;
        padding-bottom: 0.25rem;
    }

    .relatedresources-type {
        font-size: 14px;
        font-size: 0.875rem;
        color: #960f23;
        text-transform: uppercase;
        padding-top: 12px;
        padding-top: 0.75rem;
        padding-bottom: 8px;
        padding-bottom: 0.5rem;
    }

    .relatedresources-resource {
        color: #333333;
        font-size: 14px;
        font-size: 0.875rem;
        padding-top: 8px;
        padding-top: 0.5rem;
        text-decoration: none;
    }

    a.relatedresources-resource:link {
        color: #333333;
        text-decoration: none;
    }

    a.relatedresources-resource:visited {
        color: #333333;
        text-decoration: none;
    }

    a.relatedresources-resource:hover {
        color: #002159;
        text-decoration: underline;
    }

    .relatedresources-shop-title {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 16px;
        font-size: 1rem;
        color: #C6531A;
        text-transform: uppercase;
        border-bottom: 3px solid #C6531A;
    }

    .relatedresources-shop-arrow {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        color: #C6531A;
        padding-top: 16px;
        padding-top: 1rem;
    }

        .relatedresources-shop-arrow:before {
            border: 8px solid transparent;
            border-top-color: #C6531A;
            content: ' ';
            height: 0;
            position: absolute;
            width: 0;
            margin-top: -16px;
            margin-top: -1rem;
            padding-top: -16px;
            padding-top: -1rem;
        }

    .relatedresources-shop-image {
        width: 40%;
        float: left;
    }

    .relatedresources-shop-text {
        width: 58%;
        float: left;
    }

    .relatedresources-shop-spacing {
        padding-left: 8px;
        padding-left: 0.5rem;
    }

    .relatedresources-seminars-image {
        width: 23.5%;
        float: left;
    }

    .relatedresources-seminars-spacing {
        width: 2%;
        float: left;
    }

    .relatedresources-content-type {
        font-size: 14px;
        font-size: 0.875rem;
        color: #333333;
        text-transform: uppercase;
        padding-bottom: 12px;
        padding-bottom: 0.75rem;
    }


    .dRelatedResourcesArea {
        float: left;
        width: 100%;
    }

    .dRelatedResourcesLeft {
        float: left;
        width: 66%;
    }

    .dRelatedResourcesSeparater {
        float: left;
        width: 8%;
    }

    .dRelatedResourcesRight {
        float: left;
        width: 26%;
    }



    /* TOC/jump list replacement */
    .contents {
        width: 33%;
        float: right;
        margin-right: 0.5%;
    }

    .contents-box {
        background-color: #e5e8ee;
        width: 85%;
        float: right;
        margin-bottom: 16px;
        margin-bottom: 1rem;
    }

    .contents-box-repositories-toc {
        border: 1px solid #333333;
        width: 100%;
        float: right;
    }

    .contents-backto-arrow {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 14px;
        font-size: 0.875rem;
        color: #C6531A;
    }

    .contents-backto-text {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 14px;
        font-size: 0.875rem;
        color: #000000;
        text-transform: uppercase;
        text-decoration: none;
    }

    .contents-backto-button {
        padding: 4%;
        width: 77%;
        float: right;
        text-align: center;
        background: #F6F6F6;
        margin-top: 32px;
        margin-top: 2rem;
        margin-bottom: 8px;
        margin-bottom: 0.5rem;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6F6F6', endColorstr='#cbcbcb');
        background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#cbcbcb));
        background: -moz-linear-gradient(top, #F6F6F6, #cbcbcb);
        background: -ms-linear-gradient(top, #ffffff, #e5e8ee)
    }

    a.contents-backto-text {
        color: #000000;
        text-decoration: none;
    }

        a.contents-backto-text:hover {
            color: #002159;
            text-decoration: underline;
        }

    .contents-heading {
        font-size: 12px;
        font-size: 0.75rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #960f23;
        text-transform: uppercase;
        padding: 4%;
    }

    .contents-heading-repositories-toc {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 1rem;
        color: #960f23;
        text-transform: uppercase;
        padding: 6%;
        padding-bottom: 1rem;
    }

    .contents-item {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 4%;
        line-height: 110%;
    }

    a.contents-item {
        text-decoration: none;
        padding: 0rem;
        color: #000000;
    }

        a.contents-item:link {
            text-decoration: none;
            color: #000000;
        }

        a.contents-item:visited {
            text-decoration: none;
            color: #000000;
        }

        a.contents-item:hover {
            text-decoration: underline;
            color: #002159;
            padding: 0px;
            padding: 0rem;
        }

    .contents-item-repositories-toc-note {
        font-size: 12px;
        font-size: 0.75rem;
        color: #960f23;
        margin-top: 4px;
        margin-top: 0.25rem;
        padding-left: 4%;
        padding-right: 4%;
    }

    .contents-item-repositories-toc-nopadding {
        font-size: 12px;
        font-size: 0.75rem;
        color: #000000;
        padding-left: 4%;
        padding-right: 4%;
        padding-bottom: 4%;
        padding-top: 0px;
        padding-top: 0rem
    }

    a.contents-item-repositories-toc-nopadding:link {
        text-decoration: underline;
        color: #002159;
        padding-bottom: 0px;
        padding-bottom: 0rem;
        padding-left: 4%;
        padding-right: 4%;
        padding-top: 4%
    }

    .contents-item-repositories-toc {
        font-size: 0.8rem;
        padding-left: 6%;
        padding-right: 6%;
        padding-bottom: 12px;
        line-height: 110%;
    }

    a.contents-item-repositories-toc {
        text-decoration: underline;
        color: #002159;
        padding: 0px;
        padding: 0rem;
    }

        a.contents-item-repositories-toc:link {
            padding: 0;
        }

        a.contents-item-repositories-toc:visited {
            padding: 0;
        }

        a.contents-item-repositories-toc:hover {
            padding: 0;
        }

    .contents-details {
        font-size: 14px;
        font-size: 0.875rem;
        color: #666666;
    }

    .contents-topic-box {
        background-color: #fdf6f3;
        padding: 8px;
        padding: 0.5rem;
    }

    .contents-heading-live-webcast {
        font-size: 12px;
        font-size: 0.75rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #960f23;
        text-transform: uppercase;
        padding: 4%;
    }

    /* You May Also Purchase */
    .dyoumayalsopurchase {
        width: 33.3%;
        float: left;
    }

    .youmayalsopurchase-contributor {
        font-size: 12px;
        font-size: 0.75rem;
        color: #000000;
        padding-bottom: 8px;
        padding-bottom: 0.5rem;
    }

    .youmayalsopurchase-details {
        font-size: 12px;
        font-size: 0.75rem;
        color: #000000;
        padding-bottom: 8px;
        padding-bottom: 0.5rem;
    }

    .youmayalsopurchase-group {
        margin-left: 3%;
        margin-right: 3%
    }

    .youmayalsopurchase-heading {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 16px;
        font-size: 1rem;
        color: #333333;
        border-top: 3px solid #739600;
        border-bottom: 1px solid #739600;
        padding-top: 8px;
        padding-top: 0.5rem;
        padding-bottom: 8px;
        padding-bottom: 0.5rem;
        background: #F1F4E5;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F1F4E5');
        background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F1F4E5));
        background: -moz-linear-gradient(top, #ffffff, #F1F4E5);
        background: -ms-linear-gradient(top, #ffffff, #F1F4E5)
    }

    .youmayalsopurchase-title {
        font-size: 12px;
        font-size: 0.75rem;
        color: #002159;
    }

    .youmayalsopurchase-type {
        font-size: 14px;
        font-size: 0.875rem;
        color: #960f23;
        text-transform: uppercase;
        padding-top: 12px;
        padding-top: 0.75rem;
        padding-bottom: 8px;
        padding-bottom: 0.5rem;
    }



    .tablehead {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 14px;
        font-size: 0.875rem;
        color: #324d7a;
        text-transform: uppercase;
        padding: 5px;
        padding: 0.3125rem;
    }

    .tableheadbar {
        background-color: #E5E5E5;
    }

    .tableitems {
        font-size: 14px;
        font-size: 0.875rem;
        color: #000000;
        padding: 5px;
        padding: 0.3125rem;
    }

    .tableitemsstrong {
        font-size: 14px;
        font-size: 0.875rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #000000;
        padding: 5px;
        padding: 0.3125rem;
    }

    .tabletitle {
        font-size: 13px;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        font-size: 0.8125rem;
        color: #324d7a;
        text-transform: uppercase;
    }

    .form-title {
        font-size: 13px;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        font-size: 0.8125rem;
        color: #324d7a;
    }

    .tablecontents {
        font-size: 13px;
        font-size: 0.8125rem;
        color: #000000;
    }

    th {
        font-weight: normal
    }


    /* My Account */
.myaccount-heading {
    font-family: OpenSans-SemiBold, Arial, Sans-Serif;
    font-size: 1.25rem;
    color: #000000;
    margin-block-start: 1em;
    margin-block-end: 0.5em;
}

    .myaccount-title {
        font-size: 16px;
        font-size: 1rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
    }

.myaccount-subareas {
    font-family: OpenSans-SemiBold, Arial, Sans-Serif;
    font-size: 16px;
    font-size: 1rem;
    padding-top: 8px;
    padding-top: 0.5rem;
    padding-bottom: 16px;
    padding-bottom: 1rem;
}

.myaccount-link-more {
    font-family: OpenSans-Regular, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    padding-bottom: 8px;
}

    a.myaccount-link-more:link {
        text-decoration: none;
        color: #000000;
    }

    a.myaccount-link-more:visited {
        text-decoration: none;
        color: #000000;
    }

    a.myaccount-link-more:hover {
        text-decoration: underline;
        color: #002159;
    }

.myaccount-update {
    font-size: 16px;
    font-size: 1rem;
    font-family: OpenSans-SemiBold, Arial, Sans-Serif;
    color: #960f23;
    text-transform: none;
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
}

    a.myaccount-update {
        color: #960f23;
        text-decoration: underline;
    }

    .myaccount-transactions-box {
        /*border: 1px solid #cccccc;
        margin-left: 3%;
        margin-right: 12%;*/
    }

    .myaccount-transactions-box-heading {
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase;
        padding-top: 8px;
        padding-top: 0.5rem;
    }

    .myaccount-recent-details {
        font-size: 16px;
        font-size: 1rem;
        color: #333333;
        line-height: 175%;
    }

    .myaccount-recent-title {
        font-size: 16px;
        font-size: 1rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #333333;
        padding-top: 8px;
    }

    .dMyAccount-label-column {
        text-align: right;
        float: left;
        width: 18%;
        padding-right: 2%;
    }

    .dMyAccount-item-column {
        float: left;
        width: 70%;
    }

    .dMyAccount-block {
        padding-bottom: 8px;
        padding-bottom: 0.5rem;
    }

    .dMyAccount-block-indent {
    }

    .dMyAccount-blockdemographic {
        padding-bottom: 16px;
        padding-bottom: 1rem;
    }

    .dMyAccount-block-level2 {
        padding-bottom: 8px;
        padding-bottom: 0.5rem;
    }

    .dMyAccountHeadingBarSpace {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
.dMyAccountHeadingBarSpaceBottomOnly {
    padding-bottom: 0.75rem;
}

    .dMyAccount-home {
        width: 50%;
        float: left;
        padding-left: 3%;
    }

    .dMyAccount-checkbox-align {
        padding-left: 20px;
    }

    .dMyAccount-additional-box {
        border: 1px solid #333333;
        width: 85%;
        float: left;
        margin-left: 3%;
    }
.MyAccount-tablecontents {
    font-family: OpenSans-Regular;
    font-size: 16px;
    font-size: 1rem;
    line-height: 175%;
    color: #000000;
}
.MyAccount-tablehead {
    font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    color: #002159;
    text-transform: uppercase;
}

.MyAccount-tableheadbar {
    border-top: 3px solid #002159;
    border-bottom: 1px solid #002159;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-block-start: 0;
    margin-block-end: 1rem;
}
.MyAccount-tabletitle {
    font-size: 16px;
    font-family: OpenSans-SemiBold, Arial, Sans-Serif;
    font-size: 1rem;
    color: #002159;
    line-height: 175%;
}





    /* About Us */
.aboutus-quotes {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.25rem;
    font-size: 16px;
    font-size: 1.0rem;
    font-weight: bold;
    color: #C6531A;
    font-family: OpenSans-SemiBold, Arial, Sans-Serif;
}

    .aboutus-board-title {
        font-family: OpenSans-Regular, Arial, sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        color: #222222;
        text-transform: uppercase;
        padding-bottom: 32px;
        padding-bottom: 2rem;
        padding-top: 16px;
        padding-top: 1rem;
    }

        .aboutus-board-title:before {
            border: 8px solid transparent;
            border-left-color: #324d7a;
            content: ' ';
            height: 0;
            position: absolute;
            width: 0;
        }

    .aboutus-subheading {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        color: #666666;
        padding-bottom: 32px;
        padding-bottom: 2rem;
        text-transform: none;
    }

    .aboutus-subheading-level1 {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 20px;
        font-size: 1.25rem;
        color: #222222;
        padding-bottom: 16px;
        padding-bottom: 1rem;
        text-transform: none;
    }

    .aboutus-contributor {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 16px;
        font-size: 1rem;
        color: #222222;
        padding-bottom: 16px;
        padding-bottom: 1rem;
    }

    .aboutus-subheading-level2 {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        color: #444444;
        padding-top: 8px;
        padding-top: 0.5rem;
        padding-bottom: 8px;
        padding-bottom: 0.5rem;
    }

    .aboutus-news-heading {
        font-family: OpenSans-Regular;
        font-size: 18px;
        font-size: 1.125rem;
        color: #222222;
        text-transform: uppercase;
        border-top: 1px solid #222222;
        border-bottom: 1px solid #222222;
        padding-top: 6px;
        padding-top: 0.375rem;
        padding-bottom: 6px;
        padding-bottom: 0.375rem;
        margin-bottom: 16px;
        margin-bottom: 1rem;
        margin-top: 24px;
        margin-top: 1.5rem;
    }

    .aboutus-carousel-photo {
        width: 100%;
        position: relative
    }

    .aboutus-who-we-are-main-section {
        width: 100%;
        margin-top: 20px;
    }

    .aboutus-who-we-are-small-photo {
        float: left;
        min-width: 110px;
        width: 15%;
        position: relative;
    }

    .aboutus-who-we-are-subsection {
        float: left;
        width: 75%;
    }

    .aboutus-staff-photo {
        float: left;
        min-width: 99px;
        position: relative;
    }

    .aboutus-staff-details-section {
        float: left;
        width: 80%;
    }

    .aboutus-section-heading {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        color: #324d7a;
        padding-bottom: 4px;
        padding-bottom: 0.25rem;
    }

    .quote-mark {
        float: left;
        width: 12px;
        width: 0.75rem;
    }

.quote-block {
    float: left;
    width: 86%;
    padding-bottom: 12px;
    color: #000000;
    line-height: 175%;
}

    .dBottomOverlay {
        display: block;
        position: relative;
        background-color: #ffffff;
        margin-top: 10px;
    }

    .aboutus-split-heading1 {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 20px;
        font-size: 1.25rem;
        color: #666666;
        text-transform: uppercase;
    }

    .aboutus-split-heading2 {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 20px;
        font-size: 1.25rem;
        color: #666666;
    }

    .aboutus-heading {
        padding-bottom: 8px;
        padding-bottom: 0.5rem;
    }

.aboutus-banner-headline {
    font-family: OpenSans-SemiBold, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 150%;
    text-decoration: none;
    color: #324d7a;
}

    /* Contributors */
    .contributor-carousel-box {
        width: 270px;
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        margin-top: 40px;
        margin-right: 20px;
        padding: 20px;
        background: white;
        background: rgba(0,44,119,0.75);
        visibility: visible;
        display: inherit;
    }

    .contributor-carousel-headline {
        font-family: OpenSans-Regular, Arial, sans-serif;
        font-size: 20px;
        font-size: 1.25rem;
        text-decoration: none;
        color: #fff;
        padding-bottom: 10px;
    }

    .contributor-carousel-copy {
        font-family: OpenSans-Regular, Arial, sans-serif;
        font-size: 14px;
        font-size: 0.875rem;
        text-decoration: none;
        color: #fff;
    }

    .contributor-quote {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 20px;
        font-size: 1.25rem;
        text-decoration: none;
        color: #666666;
        margin-top: 20px;
        margin-top: 1.25rem;
        display: inline-block;
        background-color: #e5e8ee;
        width: 100%;
    }
.contributor-quote-inside {
    padding: 2rem;
}

    .contributor-quotes-big {
        font-family: 'Times New Roman', Times, serif;
        font-size: 24px;
        font-size: 1.5rem;
        color: #C6531A;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
    }

    .contribute-button {
        text-transform: uppercase;
        margin-top: 16px;
        margin-top: 1rem;
        padding: 6px;
        padding: 0.3750rem;
        display: inline-block;
        background: #d17547;
    }

    .contribute-button-text {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold;
        font-size: 14px;
        font-size: 0.875rem;
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none;
    }

    a.contribute-button-text {
        color: #fff;
        text-decoration: none;
    }

        a.contribute-button-text :hover {
            color: #002159;
            text-decoration: underline;
        }

    .contributor-page-title: {
        font-family: OpenSans-Regular, Arial, sans-serif;
        font-size: 30px;
        font-size: 1.875rem;
        color: #222222;
        padding-bottom: 20px;
        padding-bottom: 1.25rem;
    }

    .inputBox {
        color: Black;
        background-color: White;
        border-color: #99a6bc;
        border-width: 1px;
        border-style: Solid;
        font-size: 1rem;
        width: 100%;
        margin-bottom: 1rem;
    }

    .contributor-page-title {
        font-family: OpenSans-Regular, Arial, sans-serif;
        font-size: 30px;
        font-size:: 1.875rem;
        color: #222222;
        padding-bottom: 16px;
        padding-bottom: 1.0rem;
    }

.contributor-additional-resources {
    font-size: 0.875rem;
    font-family: OpenSans-Regular, Arial, Sans-Serif color: #002159;
    padding-bottom: 8px;
}

    a.contributor-additional-resources {
        color: #002159;
    }

        a.contributor-additional-resources:link {
            color: #002159;
        }

        a.contributor-additional-resources:visited {
            color: #002159;
        }

        a.contributor-additional-resources:hover {
            text-decoration: underline;
            color: #002159
        }

    .contributor-subheading {
        font-family: OpenSans-Regular, Arial, sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        color: #324d7a;
        text-transform: none;
        padding-top: 10px;
        padding-top: 0.6250rem;
    }


    /* Microsite */
    .microsite-label {
        font-family: OpenSans-Regular, Arial, sans-serif;
        font-size: 20px;
        font-size: 1.25rem;
        color: #002159;
        text-transform: uppercase;
    }

    .microsite-title {
        font-family: OpenSans-Regular, Arial, sans-serif;
        font-size: 26px;
        font-size: 1.625rem;
        padding-bottom: 16px;
        padding-bottom: 1rem;
        color: #333333;
    }

    .microsite-body {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 150%;
    }

    .microsite-brand-message {
        font-family: OpenSans-Regular, Arial, sans-serif;
        font-size: 16px;
        font-size: 1.0rem;
        line-height: 150%;
        color: #000000
    }

    .microsite-section {
        font-size: 16px;
        font-size: 1rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #333333;
    }

    /* Lines */
    .divOrangeLine {
        background-image: url(/images/PGHDR_RULE_ORANGE.gif);
        background-repeat: repeat-x;
    }

    .orangeline {
        color: #C6531A;
        background-color: #C6531A;
        border: 0;
        height: 1px;
    }

    .grayline {
        color: Gray;
        background-color: Gray;
        border: 0;
        height: 1px;
    }

    .blackline {
        color: Black;
        background-color: Black;
        border: 0;
        height: 1px;
    }

    .conttitleline {
        color: #C6531A;
        background-color: #C6531A;
        border: 0;
        height: 3px;
    }

    .conttitleline_pship {
        color: #960f23;
        background-color: #960f23;
        border: 0;
        height: 3px;
    }

    .conttitleline_books {
        color: #739600;
        background-color: #739600;
        border: 0;
        height: 3px;
    }

    .MobileNavLine {
        color: #C6531A;
        background-color: #C6531A;
        border: 0;
        height: 3px;
    }

    .dashedline {
        height: 0;
        border-top: 1px dashed #666666;
        border-bottom: 0
    }

    .dottedline {
        height: 0;
        border-top: 1px dashed #CCCCCC;
        border-bottom: 0
    }


    /* to be removed */
    .MobileDisplay {
        display: none;
    }

    /* AJAX Popup */
    .modalBackground {
        background-color: Black;
        filter: alpha(opacity=90);
        opacity: 0.8;
    }

    .modalPopup {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        width: 400px;
        height: 400px;
        align: center;
        margin: auto;
        background-color: #FFFFFF;
        vertical-align: middle;
    }

    /*
Back to top button 
*/
    #backtotop {
        cursor: pointer;
        display: none;
        position: fixed;
        bottom: 0;
        right: 0;
        background-color: #EFEFEF;
        border: solid 1px #CCCCCC;
        text-align: center;
        filter: alpha(opacity=80);
        -khtml-opacity: 0.8;
        -moz-opacity: 0.8;
        opacity: 0.8;
    }

        #backtotop div {
            float: left;
        }

    #backtotop_text {
        float: left;
        padding-right: 5px;
        padding-top: 7px;
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 14px;
    }

    .topnav {
        font-size: 11px;
        font-size: 0.6875rem;
        color: #000000;
    }

    a.topnav {
        color: #000000;
    }

    .divgray {
        background-color: #F2F2F2;
        width: 100%
    }

    .divSearchColor {
        background-color: White;
        height: 28px;
        border: 1px solid #d17547;
    }

    .navboxinst {
        font-size: 0.75rem;
    }

    .w100 {
        width: 100%;
        height: 24px;
    }

    input, textarea, select, img {
        webkit-border-radius: 0;
        border-radius: 0;
        font-family: OpenSans-Regular, Arial, sans-serif;
    }

    /* Column Ads */
    .dAdBackground {
        background-color: #e5e5e5;
        padding: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .dAdBorder {
        background-color: #FFFFFF;
        border: 1px solid #99a6bc;
        padding: 10px;
    }

    .dAdTitle {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        color: #324d7a;
        padding-bottom: 10px;
    }

    .dAdHeadline {
        font-family: OpenSans-Regular, Arial, sans-serif;
        font-size: 16px;
        font-size: 1.0rem;
        color: #000000;
        padding-bottom: 20px;
    }

    .dAdLink {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 16px;
        font-size: 1rem;
        text-transform: uppercase;
        text-decoration: none;
        color: #000000;
    }

    a.dAdLink {
        color: #000000;
        text-decoration: none;
    }

        a.dAdLink:link {
            color: #000000;
            text-decoration: none;
        }

        a.dAdLink:visited {
            color: #000000;
            text-decoration: none;
        }

        a.dAdLink:hover {
            color: #002159;
            text-decoration: underline;
        }

    .dAdLinkArrow {
        font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 16px;
        font-size: 1rem;
        text-transform: uppercase;
        color: #C6531A;
    }

    /* Advanced search page (old styles) */
    .resultdetails {
        font-size: 12px;
        font-size: 0.75rem;
    }

    .resulthead1 {
        font-size: 1rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
    }

    .formfield {
        font-size: 12px;
        font-size: 0.75rem;
        font-family: OpenSans-Regular, Arial, sans-serif;
    }

    .formlabel {
        font-size: 1rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #002159;
        text-transform: uppercase;
    }

    .padding2rem {
        padding-top: 2rem;
    }

    .padding1rem {
        padding-top: 1rem;
    }

    .eval-selections {
        float: left;
        padding-left: 32px;
        padding-left: 2rem;
    }

    .eval-heading {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 150%;
        width: 320px;
        width: 20rem;
        float: right
    }



    .videoformat a {
        display: block;
        width: 100%;
        background-color: #999999;
        background-image: url(/images/_buttons/BUTTON_PLAY.png);
        background-position: left;
        background-repeat: no-repeat;
        text-align: left;
        font-size: 12px;
        font-size: 0.75rem;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        text-decoration: none;
        text-transform: uppercase;
        color: #ffffff;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 20px;
        padding-right: 5px;
        margin-top: 5px;
    }

    .videochoose {
        font-size: 12px;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        color: #960f23;
    }

    .video-container { /* any display: block; element */
        position: relative;
        height: 0;
        padding-bottom: 56.25%; /* of parent width */
    }

    .video-container_Transcript { /* any display: block; element */
        position: relative;
        height: 0;
        padding-bottom: 110%; /* of parent width */
        max-width: 800px;
    }

    .video-content {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }
    /*Training */


    /*test */
    #example {
        position: relative;
        content: "show Expert Answer";
    }

        #example:after {
            content: "Hide Expert Answer";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: white;
        }


    #show:target #open {
        display: none;
    }

    .divmarkclause {
        background-color: lemonchiffon;
        width: 100%
    }
    body {
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
    }

    .section {
        color: #ffffff;
        height: 75vh;
        margin: 0;
    }

    #a {
        background-color: #0074d9;
    }

    #b {
        background-color: #2ecc40;
    }

    #c {
        background-color: #ff851b;
    }

    #d {
        background-color: #b10dc9;
    }

    select {
        height: 50px;
        font-family: OpenSans-Regular, Arial, sans-serif;
    }

    .dAreaContainer5025 {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 25px;
    }

    .dAreaContainer50 {
        width: 100%;
        padding-top: 50px;
    }

    .dAreaContainer25 {
        width: 100%;
        padding-top: 25px;
    }

    .dAreaContainer2525 {
        width: 100%;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .dAreaContainer025 {
        width: 100%;
        padding-bottom: 25px;
    }

    .dAreaContainer050 {
        width: 100%;
        padding-bottom: 50px;
    }

    .dAreaContainer075 {
        width: 100%;
        padding-bottom: 75px;
    }

    .dAreaContainer2550 {
        width: 100%;
        padding-top: 25px;
        padding-bottom: 50px;
    }

    .dAreaContainer5050 {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }
.dAreaContainer5035 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 35px;
}
.dAreaContainer3535 {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
}
.dAreaContainer3510 {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 10px;
}
.dAreaContainer3515 {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 15px;
}

    .dAreaContainer25100 {
        width: 100%;
        padding-top: 25px;
        padding-bottom: 100px;
    }

    .dAreaContainer100100 {
        width: 100%;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .dAreaContainer10075 {
        width: 100%;
        padding-top: 100px;
        padding-bottom: 75px;
    }

    .dAreaContainer7575 {
        width: 100%;
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .dVideoOverlayTime {
        background-color: #C6531A;
        height: 25px;
        display: block;
        position: absolute;
        left: 0;
        bottom: 10px;
    }

    .relative {
        position: relative;
    }



    .index_button {
        display: block;
        float: left;
        width: 50px;
        padding: 15px 0px 15px 0px;
        border-collapse: collapse;
        border: 1px solid #000000;
        text-align: center;
        margin: 0px 15px 15px 0px;
        font-weight: 600;
        color: #000000;
    }

    a.index_button {
        text-decoration: none;
        color: #000000;
    }

        a.index_button:link {
            text-decoration: none;
            color: #000000;
        }

        a.index_button:visited {
            text-decoration: none;
            color: #000000;
        }

        a.index_button:hover {
            text-decoration: none;
            background-color: #6680ad;
            color: #FFFFFF;
        }

    .dropdown-padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    .toc-control {
        padding-top: 4px;
        padding-top: 0.25rem;
        font-size: 12px;
        font-size: 0.75rem;
        color: #324d7a
    }

    a.toc-control {
        text-decoration: none;
        color: #324d7a;
    }

        a.toc-control:link {
            text-decoration: none;
            color: #324d7a;
        }

        a.toc-control:visited {
            text-decoration: none;
            color: #324d7a;
        }

        a.toc-control:hover {
            text-decoration: underline;
            color: #002159;
        }

    .toc-control-active {
        padding-top: 4px;
        padding-top: 0.25rem;
        font-size: 12px;
        font-size: 0.75rem;
        color: #324d7a;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
    }

    a.toc-control-active {
        text-decoration: none;
        color: #324d7a;
        font-family: OpenSans-SemiBold, Arial, Sans-Serif;
    }

        a.toc-control-active:link {
            text-decoration: none;
            color: #324d7a;
            font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        }

        a.toc-control-active:visited {
            text-decoration: none;
            color: #324d7a;
            font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        }

        a.toc-control-active:hover {
            text-decoration: underline;
            color: #002159;
            font-family: OpenSans-SemiBold, Arial, Sans-Serif;
        }

    /* My Resources */
    .MyResourcesHeading {
        font-family: OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 1.75rem;
        color: #000000;
        line-height: 125%;
    }

    .MyResourcesCardHeading {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 1.00rem;
        color: #000000;
        padding-bottom: 15px;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 25px;
        max-width: 285px;
    }

    .MyResourcesCardTitle {
        font-family: OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 2.00rem;
        color: #000000;
        line-height: 125%;
        height: 250px;
        overflow: hidden;
        padding-left: 25px;
        padding-right: 25px;
        max-width: 285px;
    }

    .MyResourcesCardButton {
        background-color: #C6531A;
        padding: 25px;
        margin: 25px;
        text-align: center;
        max-width: 285px;
    }

    .MyResourcesButtonText {
        font-family: OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 1rem;
        color: #FFFFFF;
        line-height: 125%;
    }

    .MyResourcesCardButtonText {
        color: #FFFFFF;
        padding: 25px;
    }

        .MyResourcesCardButtonText:any-link {
            color: #FFFFFF;
            text-decoration: none;
        }

    .dMyResourcesCard {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        flex-flow: column;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 340px;
        /*max-width: 325px;*/
        word-wrap: break-word;
        background-color: #ffffff;
        background-clip: border-box;
        border: 1px solid #333333;
        box-shadow: 10px 10px 10px 5px #eeeeee;
        margin-right: 25px;
        margin-bottom: 25px;
        overflow: hidden;
    }

    .dMyResourcesCardSectionWhole {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .dMyResourcesCardSectionWhole {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -25px;
        margin-left: -1px;
        margin-top: 50px;
    }

    /*.dMyResourcesCardSectionWhole .dMyResourcesCard {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 12.5px;
        margin-bottom: 12.5px;
        margin-left: 12.5px;
    }*/








    /*.dMyResourcesCardSectionWhole {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
}

.dMyResourcesCardSectionWhole {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 12.5px;
    margin-bottom: 0;
    margin-left: 12.5px;
}*/

    .dMyResourcesSplit {
        width: 100%;
        padding-bottom: 75px;
    }

    .dMyResourcesSplitLeft {
        width: 50%;
        float: left;
    }

    .dMyResourcesSplitImage {
        padding-right: 75px;
        float: left;
    }

    .dMyResourcesSplitRight {
        width: 50%;
        float: left;
    }

    .MyResourcesMoreFromICLEHeadingLarge {
        font-family: OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 2.00rem;
        color: #000000;
        padding-bottom: 25px;
        line-height: 125%;
    }

    a.MyResourcesMoreFromICLEHeadingLarge {
        text-decoration: none;
    }

    .MyResourcesMoreFromICLETextLarge {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 1.00rem;
        color: #000000;
        line-height: 125%;
    }

    .MyResourcesMoreFromICLEHeadingSmall {
        font-family: OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 1.75rem;
        color: #000000;
        /*padding-bottom: 25px;*/
        line-height: 125%;
    }

    a.MyResourcesMoreFromICLEHeadingSmall {
        text-decoration: none;
    }

    .dMyResourcesMoreFromICLESmall {
        width: 31%;
        float: left;
        padding-right: 25px;
        padding-bottom: 25px;
        line-height: 125%;
    }

    .dMyResourcesMoreFromICLESmallImage {
        padding-right: 25px;
        padding-bottom: 25px;
        float: left;
        width: 100%;
    }

    @media only screen and (max-width: 768px) {
        .dMyResourcesSplitLeft {
            width: 100%;
            float: left;
        }

        .dMyResourcesSplitRight {
            width: 100%;
            float: left;
        }
    }

    @media only screen and (max-width: 576px) {
        .dMyResourcesSplitLeft {
            visibility: hidden;
        }

        .dMyResourcesSplitRight {
            width: 100%;
            float: left;
        }
    }

    .MyResourcesMoreFromICLEHeadingLarge {
        font-family: OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 2.00rem;
        color: #000000;
        padding-bottom: 25px;
    }

    .MyResourcesMoreFromICLETextLarge {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 1.00rem;
        color: #000000;
    }

    .MyResourcesMoreFromICLEHeadingSmall {
        font-family: OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 1.75rem;
        color: #000000;
        padding-bottom: 25px;
    }

    .dMyResourcesMoreFromICLESmall {
        width: 30%;
        float: left;
        padding-right: 25px;
        padding-bottom: 25px;
    }

    .dMyResourcesMoreFromICLESmallImage {
        padding-right: 25px;
        padding-bottom: 25px;
        float: left;
        width: 100%;
    }

    @media only screen and (max-width: 768px) {
        .dMyResourcesMoreFromICLESmall {
            width: 50%;
            float: left;
        }
    }

    @media only screen and (max-width: 576px) {
        .dMyResourcesMoreFromICLESmall {
            width: 100%;
            float: left;
        }
    }

    .MyResourcesAdvertisingHeading {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 1.75rem;
        color: #000000;
        padding-bottom: 25px;
        line-height: 125%;
    }

    .MyResourcesAdvertisingText {
        font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
        font-size: 1.25rem;
        color: #000000;
        line-height: 125%;
    }
    /* New orange buttons */
.ButtonLink {
    font-family: OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 1.25rem;
    color: #FFFFFF;
    background-color: #C6531A;
    padding: 15px 50px 15px 50px;
    text-transform: uppercase;
    text-align: center;
}

    a.ButtonLink {
        color: #FFFFFF;
        text-decoration: none;
        outline: none;
        border: none;
    }

    .video-preview-title {
        font-family: OpenSans-SemiBold, Arial, sans-serif;
        font-size: 1.75rem;
        color: #000000;
        line-height: 125%;
        padding-bottom: 15px;
        padding-top: 40px;
    }

    .dThirdFeature {
        width: 30.5%;
        float: left;
    }

    .dThirdFeatureSpace {
        width: 4%;
        float: left;
    }
.content-browse-filter-control {
    float: left; display: block; border: 1px solid black; font-size: 16px; padding: 3px 7px 3px 7px; margin: 2px 2px 7px 2px; font-family: OpenSans-SemiBold, Arial, Sans-Serif; width: auto; height: auto;
}
a.content-browse-filter-control {
    text-decoration: none;
    color: #000000;
}

    a.content-browse-filter-control:link {
        text-decoration: none;
        color: #000000;
    }

    a.content-browse-filter-control:visited {
        text-decoration: none;
        color: #000000;
    }

    a.content-browse-filter-control:hover {
        text-decoration: none;
        color: #002159;
    }
.content-browse-heading {
    font-family: OpenSans-Bold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 1.0rem;
    color: #960F23;
}
.content-browse-heading {
    font-family: OpenSans-Bold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 1.0rem;
    color: #960F23;
}
.content-browse-filter-date-label {
    font-family: OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 1.0rem;
    color: #960F23;
}
.content-browse-filter-date-text {
    font-family: OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 1.0rem;
    color: #000000;
}
.content-browse-filter-date-link {
    font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 1.0rem;
    color: #000000;
}
a.content-browse-filter-date-link {
    text-decoration: underline;
    color: #000000;
}

    a.content-browse-filter-date-link:link {
        text-decoration: underline;
        color: #000000;
    }

    a.content-browse-filter-date-link:visited {
        text-decoration: underline;
        color: #000000;
    }

    a.content-browse-filter-date-link:hover {
        text-decoration: underline;
        color: #002159;
    }
a.content-browse-filter-date-text {
    text-decoration: none;
    color: #000000;
}

    a.content-browse-filter-date-text:link {
        text-decoration: none;
        color: #000000;
    }

    a.content-browse-filter-date-text:visited {
        text-decoration: none;
        color: #000000;
    }

    a.content-browse-filter-date-text:hover {
        text-decoration: none;
        color: #002159;
    }
.content-browse-filter-item {
    font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 1.0rem;
    color: #000000;
}
a.content-browse-filter-item {
    text-decoration: none;
    color: #000000;
    font-family: OpenSans-SemiBold, Arial, Sans-Serif;
}

    a.content-browse-filter-item:link {
        text-decoration: none;
        color: #000000;
    }

    a.content-browse-filter-item:visited {
        text-decoration: none;
        color: #000000;
    }

    a.content-browse-filter-item:hover {
        text-decoration: underline;
        color: #002159;
    }
.content-browse-list {
    display: block;
    list-style-type: none;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.content-browse {
    list-style-type: none
}
.content-browse-item-title {
    font-family: OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 1.125rem;
    color: #000000;
    margin-block-start: 1.33em;
    margin-block-end: .1em;
}
a.content-browse-item-title {
    text-decoration: none;
    color: #000000;
}

    a.content-browse-item-title:link {
        text-decoration: none;
        color: #000000;
    }

    a.content-browse-item-title:visited {
        text-decoration: none;
        color: #000000;
    }

    a.content-browse-item-title:hover {
        text-decoration: underline;
        color: #002159;
    }

.content-browse-item {
    font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 0.875rem;
    color: #000000;
}
.content-browse-owner-title {
    font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 1rem;
    color: #000000;
    margin-block-end: .5em;
}
.content-browse-item-bold {
    font-family: OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 0.875rem;
    color: #000000;
}
/* About */
.about-heading {
    font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 1.25rem;
    color: #324d7a;
    text-transform: uppercase;
    border-top: 3px solid #324d7a;
    border-bottom: 1px solid #324d7a;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    margin-block-start: 0;
    margin-block-end: 1em;
}
.about-head {
    font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 1.25rem;
    color: #324d7a;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-block-start: 0;
    margin-block-end: 1rem;
}
.about-head2 {
    font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 0.875rem;
}
.about-arrow {
    color: #C6531A;
    font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 1.25rem;
}
.about-quote {
    padding-left: 10%;
}
.about-page-details {
    font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 1rem;
    line-height: 175%;
    padding-bottom: 1rem;
}
.about-details {
    font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 1rem;
    color: #000000;
    line-height: 150%;
}
.about-more {
    font-family: OpenSans-Regular, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 1rem;
    color: #002159;
    padding-bottom: 1rem;
}
a.about-more:link {
    text-decoration: none;
}

a.about-more:visited {
    text-decoration: none;
}

a.about-more:hover {
    text-decoration: underline;
}
.about-title {
    font-family: OpenSans-SemiBold, OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 1.125rem;
    color: #000000;
    padding-bottom: 5px;
}
a.about-title {
    text-decoration: none;
    color: #000000;
}

    a.about-title:link {
        text-decoration: none;
        color: #000000;
    }

    a.about-title:visited {
        text-decoration: none;
        color: #000000;
    }

    a.about-title:hover {
        text-decoration: none;
        color: #002159;
    }
.about-video-description {
    font-size: 0.875rem;
    color: #000000;
    line-height: 130%;
    padding-top: 10px;
}
.cta-button {
    width: auto;
    font-family: "OpenSans-SemiBold", sans-serif;
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1.0rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    background-color: #c6531a;
    color: #ffffff;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

    .cta-button:hover {
        background-color: #943e13;
        text-decoration: none;
        color: white;
    }
.cta-button-text {
    font-family: OpenSans-SemiBold, OpenSans-SemiBold;
    font-size: 1rem;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}

a.cta-button-text {
    color: #ffffff;
    text-decoration: none;
}

    a.cta-button-text :hover {
        color: #002159;
        text-decoration: underline;
    }

.contact-form-label {
    font-size: 1rem;
    font-family: OpenSans-SemiBold, Arial, Sans-Serif;
    color: #324d7a;
}
.myaccount-leftnav-heading {
    font-family: OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 1.125rem;
    color: #960f23;
    text-transform: uppercase;
    border-top: 3px solid #960f23;
    border-bottom: 1px solid #960f23;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-block-start: 0;
    margin-block-end: 1rem;
}
.myaccount-rightnav-heading {
    font-family: OpenSans-SemiBold, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 1.125rem;
    color: #324d7a;
    text-transform: uppercase;
    border-top: 3px solid #324d7a;
    border-bottom: 1px solid #324d7a;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 25px;
    margin-block-start: 0;
    margin-block-end: 0;
}
.myaccount-additional-materials {
    font-size: 1rem;
    padding-bottom: 12px;
    line-height: 110%;
}
.content-body-checkbox-list {
    font-family: OpenSans-Regular;
    font-size: 16px;
    font-size: 1rem;
    line-height: 100%;
    padding-bottom: 1rem
}

.search-box-container {
    border: 1px solid #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.search-box-container:focus-within{
    border-radius: 5px;
}
.search-box-button{
    position:absolute;
    right: .9rem;
}

.mlo-SearchColor.search-box-container {
    border-color: #000;
}

.dropdown-container {
    position: relative;
    display: inline-block;
}

    .dropdown-container::after {
        content: '';
        position: absolute;
        right: 15px;
        top: 20px;
        pointer-events: none;
        border: solid #333333;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
    }

.dropdown-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.dropdown-container .dropdown-padding{
    padding-left: 15px;
    padding-right: 35px;
}
.livestream-link {
    font-size: 1rem;
    color: #C6531A;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: OpenSans-SemiBold, Arial, Sans-Serif;
}

.footer__legal {
    font-size: 1rem;
    margin-top: 2rem;
}

    .footer__legal a {
        text-decoration: none;
        color: black;
    }

.footer__small {
    font-size: .875rem;
}

.footer__ICLE {
    font-family: 'Adobe Garamond Pro';
    font-size: 1.125rem;
    font-weight: 700 !important;
    position: relative;
    top: 1px;
}

.footer__ICLE, .footer__YPIP {
    font-weight: 600;
}