body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
    color: #b5121b;
}
a:focus,a:active {
    text-decoration:none !important;
}
    a:hover {
        color: #900;
    }

h4 {
    color: #b5121b;
}
li {
    margin-bottom:5px;
}
@font-face {
    font-family: icons2;
    src: url('fontawesome-webfont.eot'), url('fontawesome-webfont.ttf') format('truetype'), url('fontawesome-webfont.woff');
}

#PeopleSearchControl h3 {
    display: none;
}
  .navbar-brand {
        width: 200px;
        margin-left: 15px;
        background-position: center;
    }

.separatorLine {
    border-top:1px dotted #666;
}
.blackBar {
    border-top:4px solid black;
    margin-top:5px;
    margin-bottom:5px;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow:none;
}
/* ---------------------------------------------------------------------------
  Boilerplate CSS Media Queries
 
 
--------------------------------------------------------------------------- */

/* =Smartphones (portrait and landscape)
--------------------------------------------------------------------------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    
.navbar-collapse {
    background:white;
}
    .carousel-indicators li,
    .carousel-indicators li.active {
        margin-left:5px;
        margin-right:5px;
    }

    #BOJTerms dl {
        width: 100% !important;
    }

    #ItemBody img,
    .eventcontent img {
        max-width: 255px;
    }

    #industries-side-menu,
    #practices-side-menu {
        display: none;
    }

    .breadcrumb {
        font-size: 12px;
    }

    #RightNavAuxEditableZone {
        display: none;
    }

    #canary {
    }

    #toggleMenu .row {
        margin: 0 0.2em;
    }

    .jumbotron {
        padding: 0;
        margin-bottom: 10px;
        background-color: white;
        border-bottom: 1px dotted #999;
    }

    .navbar-brand {
        width: 200px;
        margin-left: 15px;
        background-position: center;
    }

    .navbar-collapse {
        background: white;
    }

    .showTile {
        padding: 5px;
        margin: 0;
        height: auto;
        height: 80px;
        margin-bottom: 0;
        clear: both;
    }

        .showTile img {
            width: 100px;
            max-width: 163px;
            position: absolute;
            top: 35px;
        }

        .showTile h3 {
            font-size: 0.75em !important;
        }

        .showTile h4 {
            font-size: 0.75em !important;
        }

    #zoneHeading .editableZoneContent h1,
    #zoneHeader .editableZoneContent h1 {
        font-size: 1.85em;
        color: #900;
        margin-top: 0;
        margin-bottom: 3px;
    }
   
    #zoneHeading .editableZoneContent h2,
    #zoneHeader .editableZoneContent h2 {
        /*font-size: 1.1em !important;*/
        margin-top: 0;
    }

    #att-info-cont {
        margin-left: 0;
        margin-right: 0;
    }

    #tabControl {
        font-size: 0.85em;
        position: relative;
        z-index: 999;
    }

    .tabcontrol-item {
        font-size: 0.95em !important;
        padding: 0.7em !important;
    }

    #newsJumbo #FeaturedListItemDetail #featuredImage,
    #newsJumbo #FeaturedListItemDetail #featuredText {
        padding-left: 0;
        padding-right: 0;
    }

    #bloquote-container blockquote {
        clear: none;
        font-size: 1em;
        margin-bottom: 10px;
    }

    #btnSearchToggle {
        right: 60px;
        top: 13px;
    }
    /*ol.breadcrumb li:first-child {display:none;}*/
    /*ol.breadcrumb li:nth-child(2):before, {
        content:'';
    }*/
    .expanderItem, #mainPageJumbo {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #joinUsJumbo {
        margin: 0;
        padding: 0;
    }

    #joinUsPage {
    }

    #joinUsControls {
        padding: 0;
        margin: 5px auto;
        width: 90%;
        display: block;
        list-style: none;
        background: #ededed;
        border: 1px solid #a5a4a4;
        height: 60px;
    }

        #joinUsControls li {
            padding: 3px;
            background: #900;
            color: white;
            float: left;
            margin: 3px;
            font-size: 0.85em;
            width: 85px;
            text-align: center;
        }

    .editableZoneContent img {
        max-width: 285px;
    }
}

/* =Smartphones (landscape   landscapeonly)
--------------------------------------------------------------------------- */
@media only screen and (min-width : 320px) {
    
.navbar-collapse {
    background:white;
}
    #toggleMenu .row {
        margin: 0 0.2em;
    }

    #joinUsControls {
        padding: 0;
        margin: 5px auto;
        width: 95%;
        display: block;
        list-style: none;
        background: transparent;
        height: auto;
        border: 0;
    }

        #joinUsControls li {
            padding: 2px;
            margin: 2px;
            font-size: 0.80em;
        }
        #btnSearchToggle {
            right:60px;
            top:13px;
        }
.navbar-brand {
    /*width:200px;
   position:relative;
   top:20px;
   left:20px;*/

}

}

/* =Smartphones (portrait)
--------------------------------------------------------------------------- */
@media only screen and (max-width : 320px) {
    #toggleMenu .row {
        margin: 0 0.2em;
    }

    #joinUsControls li#btnDiversity {
        margin-left: 20%;
    }
    #btnSearchToggle {
      
    }
}

@media only screen and (orientation: portrait) {
    img {
        max-width: 100%;
    }
}

/* =iPads (portrait and landscape)
--------------------------------------------------------------------------- */
@media (min-device-width : 768px) {
}

@media (min-width: 768px) {
    .navbar-collapse {
        background-color:transparent;
    }
    .navbar-brand {
        margin-top: 0;
    }

    .navbar {
        height: 40px;
    }

    .navbar-nav {
        position: absolute;
        background: white;
        left: 0;
        top: 50px;
        border-right: 1px solid #900;
        border-bottom: 2px solid #900;
        border-top: 1px solid #900;
        z-index: 999;
    }

        .navbar-nav li a {
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .navbar-nav li .dropdown {
            padding: 5px 15px;
        }

    .navbar-header {
    }

    .navbar > .container .navbar-brand {
        width: 345px;
        height: 40px;
        margin-top: 15px;
        margin-left: 5px;
    }

    .carousel-indicators {
        bottom: -40px;
    }

    #main {
        margin-top: 40px;
    }

    #content {
        width: 100%;
    }

    .showTile {
        padding: 5px;
        margin: 0;
        height: auto;
        height: 90px;
        margin-bottom: 10px;
        clear: both;
    }

        .showTile img {
            width: 100px;
            max-width: 163px;
            position: absolute;
            top: 40px;
        }

    #indprac-container #rightSideContent {
        margin-top: -25px;
    }

    #NewsSearchResults #SearchResults ul.searchResultsItem:nth-child(odd) {
        width: 47%;
        float: left;
        clear: left;
        margin-right: 6%;
    }

    #NewsSearchResults #SearchResults ul.searchResultsItem:nth-child(even) {
        width: 47%;
        float: left;
    }

    #newsJumbo {
        padding: 15px;
    }
    .teaserTextHeadline {
        padding-bottom:5px;
        border-bottom:1px dotted #666 !important;
    }
    .content-search-button {
        top: 10px;
    }

    .expanderItem {
        border-bottom: 0 !important;
    }
    /*#mainPageJumbo {
     width:40%;
     float:left;
 }
 #toggleMenu  {
     width:60%;
     float:left;
 }*/
    .finderIndex li:nth-child(15) {
        clear: none !important;
    }

    #joinUsControls {
        list-style: none;
        font-size: 1.45em;
        color: white;
        padding: 0;
        border-left: 1px solid black;
        border-right: 1px solid black;
        border-top: 1px solid black;
    }

        #joinUsControls li {
            border-bottom: 1px solid black;
            padding: 0.45em;
            background: #900;
        }

            #joinUsControls li.active {
                background: #ededed;
                color: #900;
            }
}

/* =iPads (landscape)
--------------------------------------------------------------------------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    #canary {
        content: 'md';
    }

    .navbar-header {
        width: 300px;
        height: 60px;
    }

    .navbar-brand {
        margin-top: 0;
    }

    #toggleMenu #thought-leadership {
        padding-left: 0 !important;
    }
}

/* =iPads (portrait)
--------------------------------------------------------------------------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    #canary {
        content: 'sm';
    }

    .navbar-header {
        width: 300px;
        height: 60px;
    }

    .navbar-brand {
        margin-top: 0;
    }

    #tablet-LatestNews {
        margin: 1em 0.2em 0.2em 0.2em;
    }

    .expanderItem {
        padding: 0 !important;
    }
}

/* =Desktops and laptops
--------------------------------------------------------------------------- */
@media only screen and (min-width : 1224px) {
    #canary {
        content: 'dt';
    }
}

/* =Large screens
--------------------------------------------------------------------------- */
@media only screen and (min-width : 1824px) {
}

/* =iPhone 4
--------------------------------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
}



html, body {
    height: 100%;
    width: 100%;
    display: table;
}
/*General Styles*/
#wrapper {
    min-height: 100%;
}

#content {
   
   min-height: 100%;
   height: 100%;
    min-height: 100%;
    height: auto !important;
    /* Negative indent footer by it's height */
    margin: 0 auto;
    position:relative;
}

#footer {
}

.navbar-toggle {
    border: 0;
}

.navbar.navbar-inverse {
    background-color: #900;
    background-image: none;
}

.navbar-collapse {
}

.editableZoneContent h5 {
    color: #900;
    font-weight: bold;
}

.navbar-brand {
    background-image: url(lathamlogo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
}

ul.navigation {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #900;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background: #900;
    color: white;
}

#main {
    padding-top: 50px;
    height: calc(100% - 50px);
}

#toggleMenu {
    min-height: 50%;
    
}

#btnSearchToggle {
    position: absolute;
    background:white;
    border: 1px solid white !important;
}

#search-context-menu {
    background: white;
    border: 1px solid #900;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    z-index: 999;
    padding-bottom:10px;
    position:absolute;
     box-shadow: 0 10px 16px -8px black;
}
#search-context-menu #DocumentSearchControl {
    padding-bottom:5px;
}
    #search-context-menu h3 {
        font-size: 1.25em;
        color: #900;
        margin: 5px 0;
    }

    #search-context-menu .ddl {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.clearfix {
    clear: both;
    line-height: 0;
}

#footer {
    background: #c8c8c8;
    text-align: center;
    font-size: 0.75em;
    padding-top: 15px;
    padding-bottom: 15px;
   
    bottom: 0;
    width: 100%;
}

    #footer #social-media {
        text-align: left;
        width: 100%;
        margin: 0 auto 10px auto;
    }

        #footer #social-media a:last-child {
            /*float: right;*/
        }

.footer-links {
    margin: 0 auto;
    width: 100%;
}

    .footer-links td {
        width: 50%;
    }

        .footer-links td:nth-child(even) {
            text-align: right;
        }

        .footer-links td:nth-child(odd) {
            text-align: left;
        }

.nomargin {
    margin: 0;
}

.expanderItem {
    border-bottom: 1px solid #900;
    padding-bottom: 0.45em;
    margin-bottom: 0.95em;
    margin-top: 0.95em;
    padding-top: 0.45em;
    padding-left: 0px;
}

    .expanderItem > .item-content {
        display: none;
        margin: 0;
        border-bottom: 1px dotted #808080;
        padding-bottom: 0.75em;
        margin-top: 0.55em;
    }

        .expanderItem > .item-content.moreContainer {
            margin-top: 10px;
            margin-bottom: 0;
            text-align: right;
            padding-right:5px;
        }
         .expanderItem > .item-content.moreContainer a span.glyphicon {
             top:0;
             left:2px
         }
        .expanderItem > .item-content:last-of-type {
            border-bottom: 0;
        }

    .expanderItem div.item-content:nth-of-type(1) {
        margin-top: 0.25em;
    }

    .expanderItem a {
        display: block;
    }

    .expanderItem h2 {
        padding-left: 0;
        color: black;
        margin: 0 0 0 0;
        font-size: 1.2em;
        margin-bottom: 0.55em;
    }

        .expanderItem h2.expanded {
            margin-bottom: 0.45em;
        }

        .expanderItem h2:after {
            content: "\f0da";
            font-family: 'icons2';
            font-size: 1em;
            color: #900;
            position: absolute;
            right: 20px;
        }

        .expanderItem h2.expanded:after {
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }
.homepage-link {
      padding-left: 0;
        color: black;
        margin: 0 0 0 0;
        font-size: 1.3em;
        margin-bottom: 0.55em;
        margin-top:0.55em;
        border-bottom:1px solid #900;
        padding-bottom:0.55em;
        display:block;
}
.homepage-link:after {
      content: "\f0da";
            font-family: 'icons2';
            font-size: 1em;
            color: #900;
            position: absolute;
            right: 20px;
}
h2#people-finder-link.expanded {
    margin-top: 10px;
}
#peopleFinderForm {
    margin-bottom:5px
}
.separatorBar {
    background: #999;
    position: relative;
    height: auto;
    z-index: 0;
}

    .separatorBar .carousel-indicators {
        position: relative;
        margin: 0 auto;
        left: 0;
        top: 0;
    }

.finderIndex {
    width: 80%;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .finderIndex li {
        float: left;
        margin: 0.25em 0.35em;
    }

        /*.finderIndex li:nth-child(15) {
            clear: left;
        }*/

        .finderIndex li a {
            color: black;
            font-size: 1.25em;
        }

        .finderIndex li.viewAll a {
            color: #900;
        }

#peoplefinderSubmit {
    background: transparent;
    border: 0;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    margin: 0 auto;
}

/*#region landing page*/
#tablet-LatestNews {
}

    #tablet-LatestNews h2 {
        color: #900;
        margin-top: 0;
        font-size: 1.25em;
        background: white;
        padding-bottom: 10px;
        border-bottom: 1px solid black;
        text-transform: uppercase;
    }

    #tablet-LatestNews .item-content {
        font-size: 12px;
        margin-bottom: 5px;
    }

        #tablet-LatestNews .item-content > a {
            display: block;
        }

        #tablet-LatestNews .item-content.moreContainer {
            text-align: right;
        }

            #tablet-LatestNews .item-content.moreContainer a.more .glyphicon {
                display: inline;
                padding-left: 5px;
            }

        #tablet-LatestNews .item-content span {
            display: block;
            color: #666;
        }

.expanderItem h2.tableted {
    color: #900;
    font-size: 1.25em;
    margin-bottom: 0 !important;
    padding-bottom: 0.55em;
    border-bottom: 1px solid black;
}

    .expanderItem h2.tableted:after {
        content: '' !important;
    }
/*#rendegion*/

/*#region Find Our People*/
#peopleList-container {
}

.peopleListItemContainer {
    border-top: 2px solid black;
    padding-top: 15px;
}

#peopleList-container h3 {
    font-size: 1.65em;
    color: #900;
}

.PeopleList {
    border-bottom: 1px solid #666;
    margin-bottom: 0.85em;
    padding-bottom: 0.65em;
}

.People-List:nth-child(even) {
    clear: right;
}


.bio-link {
    font-weight: 400;
    font-size: 1.15em;
}

.attorney-title {
    font-size: 0.95em;
}

.office-contact-table {
    width: 100%;
}

.phone-link {
    color: #900;
}

    .phone-link:before {
        position: absolute;
        content: "";
        left: 10px;
    }

.PagePicker {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .PagePicker a {
        padding: 0.5em;
        margin: 0 .25em;
    }


#PeopleSearchControl ul.index {
    display: flex;
    margin: 5px;
    padding: 0;
    list-style: none;
    justify-content: flex-start;
    width: 98%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display:-webkit-flex;
}

    #PeopleSearchControl ul.index li {
        margin: 5px 0;
        font-size: 16px;
        display: block;
        flex-grow: 0;
        padding: 0.5em;
    }

#PeopleSearchControl select,
#DocumentSearchControl select {
    position: relative;
    width: 99%;
    margin: 10px 0;
}
#PeopleSearchControl label {
    margin-top:10px;
    margin-left:5px;
}
/*#endregion*/

/*#region News and ThoughLeaderShip*/

#PageTitleZone .editableZoneContent {
    margin-top: 8px;
    border-top: 4px solid black;
}

#PageTitleZone h1 {
    color: #b5121b;
    font-size: 1.3em;
    font-weight: bold;
    margin: 8px 0px 12px 0px;
    text-transform:uppercase;
}

#PageTitleZone h2 {
    font-size: 1.15em;
    margin-top: 0px;
}

.documentDate {
    color: #999;
    font-size: 1.0em;
}

#FeaturedListItemDetail .documentDate {
    font-size: 0.9em;
}

#FLI_TitleLabel {
    font-weight: bold;
    color:#666;
}

.sourceText {
    font-style: italic;
}

.glyphicon {
    font-size: 0.8em;
}

#newsPage {
}

.clearBar {
    clear: both;
    line-height: 0;
}

#newsPage li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#newsJumbo {
    width: 100%;
    border-radius:0;
}

.itemBreadcrumbTitle {
}

#newsJumbo img, #newsJumbo a {
    width: 100%;
}

#FeaturedListItemDetail {
    width: 100%;
    margin: 10px auto;
    padding: 0;
}

#SearchResults {
    margin: 0;
    padding: 0;
}

    #SearchResults li ul {
    }

#NewsSearchResults .PagePicker {
    float: right;
    position: relative;
    margin: 10px 0;
}

.itemCount {
    float: left;
    margin-top: 10px;
}

#NewsSearchResults .PagePicker a {
    margin: 0.15em;
    padding: 0.25em;
}

    #NewsSearchResults .PagePicker a:last-child {
        margin-right: -5px;
        padding-right: 0px;
    }

    #NewsSearchResults .PagePicker a.currentPage:link, #NewsSearchResults .PagePicker a.currentPage:visited {
        font-weight: bold;
        color: #666;
    }

.searchResultsItem {
    margin: 0 0 0.25em 0;
    padding: 0.75em 0 0.75em 0;
    border-top: 1px dotted #C6C6C6;
    font-size: 0.9em;
}

    .searchResultsItem .teaserAndImage img {
        float: left;
        margin-right: 5px;
    }

    .searchResultsItem .documentShortTitle {
        margin-bottom: 5px;
    }

	.searchResultsItem .castTypeIndicator {
		float: right;
		color: #999;
	}

.documentTitleLink {
    font-weight: bold;
    color:#666;
}
/*#endregion*/


/*#region idustries/practices*/
#praclist {
    display:table-cell;
    vertical-align:top;
    margin:0;
    padding:0;
    list-style:none;
}
.practice-list-item {
    margin-top:5px;
    margin-bottom:5px;
    padding-top:5px;
    padding-bottom:5px;
  
}
.practice-list-item a {
    vertical-align:middle;
}
.showtileUberContainer {
   
}
#practicesHeading h1 {
    text-transform:uppercase;
    font-size:24px;
}
.showTile h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.24em;
    width: 100%;
    border-top: 1px dotted #999;
}
.showTile h3 span.subName {
    font-size:0.80em !important;
    color:#666;
}
.showTile h4 {
    margin-bottom: 5px;
    margin-top: 2px;
    color: #666;
    font-size: 1em;
    z-index: 999;
}

    .showTile h4:empty {
    }

.menuContainer .panel-default > .panel-heading {
    background-image: none;
    background-color: white;
}

    .menuContainer .panel-default > .panel-heading a {
        display: block;
    }

.menuContainer .panel-body {
    padding-bottom: 5px;
}

.menuContainer .panel-default {
    background-color: #ededed;
    background-image: none;
}

.sidebarCollapseItems {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .sidebarCollapseItems li {
        padding-bottom: 0.15em;
    }

        .sidebarCollapseItems li:not(:last-child) {
            border-bottom: 1px dotted #B8B8B8;
            padding: 0.5em 0;
        }

.infoCollapse .panel-heading .panel-title a {
    display: block;
    position: relative;
   color:rgb(51,51,51);
   font-weight:normal !important;
}
.infoCollapse .panel-heading .panel-title a:active {

}
.infoCollapse .panel-heading .panel-title a:active,
.infoCollapse .panel-heading .panel-title a:focus {
    color:rgb(51,51,51);
    text-decoration:none;
}
    .infoCollapse .panel-heading .panel-title a:after {
        content: "\e114";
        font-family: 'Glyphicons Halflings';
        font-size: 1em;
        color: #900;
        position: absolute;
        right: 0px;
        top: 0;
    }

.infoCollapse .panel-heading.expanded .panel-title a:after {
    content: "\e113";
    font-family: 'Glyphicons Halflings';
    font-size: 1em;
    color: #900;
    position: absolute;
    right: 0px;
    top: 0;
}

#zoneHeading .editableZoneContent h1 {
    font-size: 1.3em;
    color: #900;
    margin-top: 0;
    margin: 8px 0px 12px 0px;
}

#zoneHeading .editableZoneContent h2 {
    font-size: 1.15em;
}
/*#endregion*/

/**/



/*#region AttorneyBioDetail*/

#BioPhotoPanel img {
    width: 100%;
}

#BioPhotoPanel {
    margin-bottom: 5px;
}

#NameLabel {
    color: #900;
}

.pageTitle {
    color: #900;
    text-transform:uppercase;
}

#indprac-container .teaserText,
#indprac-container .teaserTextHeadline {
    color:rgb(0,0,0) !important;
    font-size:1.15em !important;
    font-weight:500 !important;

  
}

h4.teaserText {
   font-size:1.15em;
}
#attorneyBioDetail #BusinessCardPanel h3 {
    color:#900;
}
ul#PersonalInfo,
#OfficeAddress {
    margin: 0;
    padding: 0;
    list-style: none;
}

.expertise-experience-toggle {
    margin-bottom: 10px;
    margin-top: 10px;
}

    .expertise-experience-toggle span {
        font-size: 0.95em;
        display: inline-block;
        padding-right: 1.5em;
        border-bottom: 2px solid #666;
        margin-right: 1.5em;
        padding-bottom: 0.25em;
    }

        .expertise-experience-toggle span.active {
            color: #900;
            border-bottom: 2px solid #900;
        }

.ExperienceContent {
    display: none;
}
#ExpertiseContentArea ul, #ExperienceContentArea ul {
  
}
.collapsingContent ul {
    padding: 0 0 0 20px;
    margin: 0;
    list-style:none;
    position:relative;
}
.collapsingContent li:before {
    content:'\002022';
    color:#900;
    margin-right:-8px;
    font-size:20px;
    position:relative;
    display:inline-block;
    left:-15px;
    top:4px;
    margin-bottom:-2px;

    
}
.collapsingContent #PresentationsContentArea ul >li {
    margin-bottom:5px;
}
.info-heading-small {
    font-weight: bold;
    margin-bottom: 5px;
    color: #900;
}

#AttorneyMetaData a {
    color: black;
}
#small-device-quals > div.col-xs-12 {
    margin:0;
    padding:0;
}
#AttorneyMetaData ul,
#small-device-quals ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

.collapsecontrol-mobile {
    margin-bottom: 10px;
    margin-top: 10px;
}

    .collapsecontrol-mobile > a {
        color: black;
        padding: 5px;
        border: 1px solid black;
        background: #ededed;
        margin-right: 10px;
    }

#qual-ed-container,
#mobile-expertise-container,
#mobile-experience-container {
    margin-bottom: 5px;
}

.collaspecontrol-mobile > a.active {
    color: #900;
    border: 1px solid #900;
}

/*#endregion*/

/*#region Industries landing*/
#industriesHeading h1 {
    text-transform:uppercase;

}
#industriesHeading h2 {
    border-bottom:1px dotted #666;
    padding-bottom:5px;
}
.showTile img {
    border: 1px solid #ededed;
}
/*#endregion*/




/*#region Practices and Industries detail*/
#indprac-container .headingAndDescription h3 {
    color: #900;
    margin-top: 5px;
    margin-bottom: 0;
}

.layout-container {
    padding-top: 5px;
    border-top: 1px dotted #999;
}

.tabcontrol-item {
    display: inline-block;
    font-size: 1.24em;
    padding: 0.25em 0.75em;
}

    .tabcontrol-item.active {
        color: #900;
        border-bottom: 1px solid #900;
    }

ul#ContactList {
    margin: 0;
    padding: 0;
    list-style: none;
}

#ContactList li ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}
#ContactList .emailLabel, #ContactList .nameLabel {
    color: rgb(51, 51, 51);
}
.awardsAndRankingsContainer ul#SearchResults {
    list-style: none;
}
/* b.s hack to fix tables in editable zone on ind page.*/
#OurExperienceEditableZone .editableZoneContent table tr td ul {
    padding:0;
    margin:0;
    list-style:none;
}

#ContactsInfo {
    border-top: 1px dotted #C6C6C6;
    margin-top: 10px;
}

#ContactsInfo h3 {
    margin-top: 10px;
}

#indprac-contacts-etc #ContactsInfo h3 {
    font-size:18px;
    color:#b5121b;
}
#RelatedTopics {
    list-style:none;
    padding:0;
    margin:0;

}
#LawyerLinkPanel {
    margin-bottom:10px
}
/*#endregion*/

/*#region About Us index page*/
.aboutUs-secondaryNav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .aboutUs-secondaryNav ul li {
        background: #ededed;
        margin-bottom: 10px;
        padding-left: 3px;
    }

        .aboutUs-secondaryNav ul li a {
            display: block;
            color: black;
            padding-top: 3px;
            padding-bottom: 3px;
            padding-left: 3px;
        }

#aboutUsFeaturedContainer {
    /*this needs to go in media query later*/
    border-top: 4px solid black;
    padding-top: 10px;
    margin-bottom: 10px;
}

#aboutUsContentContainer {
    border-top: 1px dotted #666;
}

    #aboutUsContentContainer ul {
        list-style: none;
     
      
    }
    #Awards_SearchResults {
      
    }
   .searchResults {
       list-style:none;
       padding:0;
   }
    ul.searchResults ul.searchResultsItem {
        margin-right:0px;
        list-style:none;
        padding-right:0;
        padding-left:0;
    }
    .searchResultsItem > li {
        margin-right:10px;
    }
    #News_SearchResults ul.searchResultsItem > li {
        margin-right:0;
    }
#detail {
    /*border-top: 1px dotted #666;*/
    padding-top: 10px;
}

#aboutUsPageTitleContainer {
    
  
}

.aboutUsPage-editableContentContainer h5 {
    color: #900;
    font-weight: bold;
}
/*#endregion*/

/*#region About Us Detail*/
.aboutUs-award-title {
    color:#900;
    text-transform:uppercase;
    font-weight:bold;
    border-top:4px solid black;
    padding-top:8px;
    margin-top:3px;
}
#awardDetail .documentSource {
    font-style:italic;
    color:#000;
    margin-bottom:5px;
    padding-bottom:5px;
    border-bottom:1px dotted #999;
}

/*#endregion*/

/*#region Firm Administration*/
#BusinessCardTiles {
    list-style: none;
    border: 0;
    margin: 0;
    padding: 0;
}

    #BusinessCardTiles ul,
    #BusinessCardTiles ul li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.cardTile {
    margin-bottom: 30px;
}

    .cardTile > ul {
        width: 97%;
        margin-bottom: 20px;
        min-height: 209px;
    }

    .cardTile img {
        width: 100%;
    }

    .cardTile .nameAndTitleContainer {
        background: #ededed;
    }

    .cardTile .name {
        font-weight: bold;
        padding: 3px 3px 0 3px;
        color: rgb(102,102,102);
    }

    .cardTile .title {
        padding: 0 3px 3px 3px;
        min-height: 40px;
        font-size: 0.95em;
    }

    .cardTile .businessCardInfo {
        padding: 0 3px;
        border-left: 1px solid #ededed;
        border-right: 1px solid #ededed;
    }

        .cardTile .businessCardInfo.lastline {
            padding: 0 3px;
            border-left: 1px solid #ededed;
            border-right: 1px solid #ededed;
            border-bottom: 1px solid #ededed;
        }
/*#endregion*/

/*#region RetiredPartners*/
#retiredAttorneyBioDetail #BusinessCardPanel h3 {
    color:#900;
}
#retiredPartnersContainer #PageTitleZone {
    border-bottom:1px dotted #999;
    margin-bottom:10px;
}

.retiredPartnerItem a {
    color:#666;
}

div#retiredImage {
    float: left;
    margin-right: 0px;
   width:100%;
    margin-bottom: 20px;
}

#retiredInfoContainer #BusinessCardPanel {
    float: left;
    padding-left:5px;
}
#retiredInfoContainer #BusinessCardPanel h3 {
    color:#900;
}

#retiredInfoContainer {
    padding-bottom: 10px;
    border-bottom: 1px dotted #ededed;
}
#retiredInfoContainer .addressLegend {
   
    color:#900;
}
#retiredInfoContainer .bioTitle {
   
    color:#666;
}
#PhoneNumberLabel {
    color:#900;
}
#FaxNumberLabel {
    color:#900;
}
/*#endregion*/
/*#region site map*/
#sitemap {
    padding-left:20px;
}
#sitemap li dl ul {
    padding-left:20px;
}
#sitemap li {
    list-style:none;
}
#sitemap dl {
    margin-bottom:0;
}
#sitemap-global {
    font-weight:bold;
    color:#900;
}
/*#endregion*/

/*#region Global Directory & Around the World*/
#globalDirectory .falsetab-content h1,
#globalDirectory .falsetab-content h1 {
    font-size: 1.4em;
    color: #900;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform:uppercase;
}

#globalDirectory .falsetab-content h2 {
    font-size: 1.15em;
    font-weight: 500;
    color:rgb(0,0,0);
}

#StoryTiles {
    position: relative;
}

.storyTile {
    position: relative;
    margin-bottom: 15px;
    outline: none;
}

.popover-title {
    color: #900;
}

.storyTile-info-container {
    display: none;
}

.storyTile:focus {
    border: 0;
}

.storyTile img {
    width: 100%;
}

div.false-tabs-container {
    padding: 0px;
}

.false-tabs-container div.false-tab {
    float: left;
    padding: 3px;
}

div.false-tab.active {
    font-weight: bold;
    padding-right:0;
}

/*#endregion*/

/*#region Office Detail*/
#officeDetail h3 {
    color: #900;
    margin-top: 0;
}

.OverviewContent,
.ProBonoContent {
    margin-top: 10px;
}

.officeLocation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.officeLocation .panel-title {
    color: #900;
}

.OfficeBusinessCards .officeBusinessCardList {
    margin-bottom: 5px;
}

.awardsAndRankingsContainer #SearchResults ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.awardsAndRankingsContainer #SearchResults li ul {
    margin-top: 5px;
    margin-bottom: 5px;
    list-style: none;
}

    .awardsAndRankingsContainer #SearchResults li ul li.documentShortTitle,
    .awardsAndRankingsContainer #SearchResults li ul li.documentSource,
    .awardsAndRankingsContainer #SearchResults li ul li.documentSource + li {
        margin-left: 5px;
    }
     .awardsAndRankingsContainer #SearchResults li ul li.documentSource {
         font-style:italic;
     }
     .awardsAndRankingsContainer #SearchResults .documentLink {
         position:relative;
         color:#900;

     }
     .awardsAndRankingsContainer #SearchResults .documentLink:after {
        content: '\e072';
    position: absolute;
    right: -13px;
    top: 4px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 9px;
     }
     #indprac-awards-awards {
         font-size:0.9em

     }
     #indprac-awards-list li  {
        margin:0 !important;
     }
     #indprac-awards-list .details-share {
         font-size:1em;
     }
      #indprac-awards-list .documentShortTitle {
          margin-bottom:5px !important;
      }
     #indprac-awards-list .documentShortTitle,
     #indprac-awards-list .documentSource {
         font-size:0.9em;
     }
     #indprac-awards-list li.indprac-share {
         margin-right:10px !important;
     }
#tabContent {
    margin-top: 10px;
}

.officeImage {
    width: 100%;
}
.xs-menu-padding {
    padding-left:15px;
    padding-right:15px;
}
#mobile-overview-container,
#mobile-probono-container {
    margin-bottom:5px;
}
/*#endregion*/

/*#region knowledge library*/
#knowledgeLibrary-SecondaryNavigation {
    padding: 0;
    margin: 0;
    list-style: none;
}

    #knowledgeLibrary-SecondaryNavigation li {
        background: #ededed;
        margin-bottom: 10px;
        padding-left: 3px;
    }

        #knowledgeLibrary-SecondaryNavigation li a {
            display: block;
            color: black;
            padding-top: 3px;
            padding-bottom: 3px;
            padding-left: 3px;
        }

#TL_SearchResults,
#knowledgeLibraryContainer #News_SearchResults {
    list-style: none;
    padding: 0;
}

    #TL_SearchResults ul,
    #knowledgeLibraryContainer #News_SearchResults ul {
        list-style: none;
    }

#FeaturedEvent {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}
/*#endregion*/


/*#region Book Of Jargon Search */
#appSearch {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}

#jargonSearch .searchResultsItem {
    margin: 0;
    padding: 0;
    list-style: none;
}

.appTile {
    margin-bottom: 10px;
    border-bottom: 1px dotted #666;
    padding-bottom: 10px;
}

    .appTile .documentShortTitle {
        margin-bottom: 3px;
    }

    .appTile img {
        float: left;
        margin-right: 5px;
    }
.boj-right .editableZoneContent img {
    max-width:100px;
}
#jargonSearch #PageTitleZone .editableZoneContent h1 {
   

}
/*#endregion*/
/*#region Book Of Jargon Detail*/
#BookOfJargonSearchFilter {
    margin: 0;
    padding: 0;
    list-style: none;
}

#BOJIndex {
    margin: 0;
    padding: 0;
    list-style: none;
}

    #BOJIndex li {
        float: left;
        margin-right: 5px;
        font-size:15px;
    }

.JurisdictionFilter {
    margin-top: 5px;
}

#BOJbuuttons {
    margin-top: 5px;
    margin-bottom: 5px;
}

#QueryFilterListItem label {
    float: left;
    margin-right: 5px;
}

#BOJTerms dl {
    padding: 3px;
    border: 1px solid #666;
    width: 48%;
    margin-bottom: 5px;
}

    #BOJTerms dl:nth-child(odd) {
        clear: left;
    }

#BOJTerms dd {
    color: #900;
    padding-left: 5px;
    font-weight: bold;
}

#BOJTerms dt {
    display: none;
    margin-left: 5px;
}

#BOJTerms dd:focus + dt {
    display: block;
}
/*#endregion*/

/*#region VideoSearch*/
#videoPage li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#videoPage .searchResultsItem ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#videoPage .documentAssetImage {
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
}
/*#endregion*/

/*#region Join Us*/
.joinusPanel {
    display: none;
}

.joinUsControls {
    padding: 0;
    margin: 0;
}

#videoPlayerContainer video,
#videoPlayerContainer img {
    width: 100%;
}

#joinUsTiles ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

#ezoneTiles div.editableZoneContent ul.navigationTiles,
#ezoneTiles div.editableZoneContent ul.navigationTiles li ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    #ezoneTiles div.editableZoneContent ul.navigationTiles > li > ul {
        margin: 0;
        padding: 0;
    }

    #ezoneTiles div.editableZoneContent ul.navigationTiles > li {
        float: left;
        width: 250px;
    }

        #ezoneTiles div.editableZoneContent ul.navigationTiles > li.wide > ul li img {
            width: 99%;
        }
/*#endregion*/

/*#region experienced lawyers*/
#AssociateStoriesFrame {
    position: relative;
}

#AssociateStoriesGUI {
    background-color: White;
    height: 61px;
    left: 1px;
    line-height: 61px;
    position: absolute;
    top: 246px;
    width: 464px;
}
/*#endregion*/


/*#region generic buttons*/
#search-context-menu #DateChooserMask + a.arrowLinkRed,
#ResetButton {
    display: inline-block;
    padding: 0.25em;
    background: #900;
    color: white;
    border: 1px solid #900;
    border-radius: 5px;
    text-transform: capitalize;
}
#ResetButton:hover,#ResetButton:active,#ResetButton:visited {
    color:white;
}
.arrowLinkRed {
    position:relative;

}
.arrowLinkRed:after {
      content: '\e072';
    position: absolute;
    right: -13px;
    top: 4px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 9px;
}
div#featuredText div.shareContainer + a.arrowLinkRed:after {
    top:6px !important;
}
#DocumentSearchButton,
.PeopleSearchButton {
    display: inline-block;
    margin-left: 15px;
}

#DocumentSearchButton {
    margin-left:10px;
}
    #DocumentSearchButton a,
    .PeopleSearchButton a,
    .resetButton {
        display: block;
        padding: 0.25em;
        background: #900;
        color: white;
        border: 1px solid #900;
        border-radius: 5px;
        text-transform: capitalize;
        min-width: 48px;
        text-align: center;
    }
.resetButton {display:inline-block}
.resetButton:active,.resetButton:visited,.resetButton:focus,.resetButton:hover {
    color:white !important;
}
/*#endregion*/
/*#region sharemenu stuff*/
.WebSharingMenuButton > a,
.WebSharingMenuButtonFeaturedItem > a {
    display:inline;
    position:relative;
    width:100%;
    text-transform:lowercase;

}

.WebSharingMenuButtonFeaturedItem > a:after {
    content:'\e072';
   
  
    /*position:absolute;
    right:-13px;
   
   
  top: 5px;*/
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size:9px;
}
.WebSharingMenuButton > a:after {
      content:'\e072';
   
  position:relative;
    /*position:absolute;
    right:-13px;
   
   
  top: 5px;*/
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size:9px;
}
.WebSharingMenuButton > a.active:after,
.WebSharingMenuButtonFeaturedItem > a.active:after {
    content:"\e014";
    display:inline-block;
    padding:1px;
    position:absolute;
    right:-10px;
    top:3px;
    border:0px solid black;
    border-radius:10px;
   
}
.shareContainer {
    float:left;
    text-align:left;
    position:relative;
}
span.WebSharingMenuDiv {
    position:relative;
    bottom:0;
    display:none;
   
   
}

span.WebSharingMenuButton,
span.WebSharingMenuButtonFeaturedItem {
    display:inline-block;
    position:absolute;
    left:0;
    top:4px;
    z-index:998;
    width:100px;

}
li.indprac-share {
    margin-right:10px;
}
.indprac-share .text-right .shareContainer .WebSharingMenuButton > a {
    color:#900 !important;
    top:-2px;
   
}

.WebSharingMenuDiv iframe.noScrolling {
    height:32px !important;
    width:210px !important;
}
#webShareBody,
#webShareHTML {
    height:32px;
    overflow:hidden;
    padding:0;
    margin:0;
    width:auto;
    background:white;
}
.WebSharingMenu {
    padding:0;
    margin:0;
    list-style:none;
}
.WebSharingMenu li {
    float:left;
    margin-right:0px;
}
.WebSharingMenu li a {
    text-decoration:none;
}
.WebSharingMenu li a span {
    display:none;
}




/*#endregion*/

/*#region detail page sharemenu*/

.row .shareContainer {
    float:none;

}
.row .shareContainer h3 {
    color:#900;
    margin-top:5px;
}

ul#WebSharingList {
    margin:0;
    padding:0;
    list-style:none;
    margin-bottom:20px;
}
#WebSharingList li {
    display:inline-block;
}
#WebSharingList li a span {
    display:none;
}
#WebSharingInfo h3 {
    margin-top:0;
    font-size:17px;
    margin-bottom:3px;
    color:#900;
}
/*#endregion*/


ol.breadcrumb {
    margin-top:1em;
}
.breadcrumb>li+li:before {
    padding:0 1px;
}
/*#region Overrides to move navbar for tablets*/
@media (min-width: 768px) {
}



/*#endregion*/

@media screen and (device-aspect-ratio: 40/71) {
    .panel-heading .panel-title  {
        font-size:15px;
    }

}
div.editableZoneContent ul, div.content ul
{
    list-style: disc url("bullet_disc_red.png") outside;
    padding-left:15px;
    margin: 10px 0px 10px 0px;
}
div.editableZoneContent ul ul, div.content ul ul
{
    list-style: disc url("GrayArrowBullet.png") outside;
}
div.editableZoneContent ul ul ul, div.content ul ul ul
{
    list-style: disc url("GrayDashBullet.png") outside;
}


.panel-heading {
    border-radius:0 !important;
}
.panel {
    border-radius: 0 !important;
}


/*#diversity fixes*/
.genericAboutUspageEzoneContent table { 
    width:100% !important;
    max-width:100% !important;
}


/*#region quick ul fix*/
#ItemBody ul {
    list-style:none;

}
#ItemBody ul li {
    position:relative;
}
#ItemBody ul li:before {
    content: '\002022';
    color: #900;
    margin-right: -8px;
    font-size: 20px;
    position: relative;
    display: inline-block;
    left: -15px;
    top: 2px;
    margin-bottom: -2px;
} 

/*#endregion*/



/*#region mailto popup*/

#overlay {
    position:fixed;
    height:100%;
    width:100%;
    background-color:rgba(0,0,0,0.5);
    z-index:999;
    top:0;
    display:none;
}
#email-disclaimer {
    background:white;
    border:1px solid rgb(214,216,214);
    width:80%;
    font-size:10pt;
    line-height:11pt;
    position:absolute;
    left:50%;
    top:50%;
    padding:20px 10px 45px 10px;
  
    transform: translate(-50%, -50%);
    box-shadow:1px 1px 1px white;
}
#email-disclaimer strong {
    color:#B5121B;
}
#email-disclaimer-button-container {
    position:absolute;
    bottom:5px;
    right:10px;
    text-align:right;
    width:100%;
    color:#B5121B;
}

#email-disclaimer-button-container a {
    display:inline-block;
    height:20px;
    line-height:20px;
    vertical-align:middle;
  

}
#email-disclaimer-button-continue {
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    background: url(/Images/PrimeNav_arrowRight_Red.png) no-repeat scroll right -1px;
   
    color: #B5121B;
    cursor: pointer;
  
    margin-left:10px;
    margin-right:10px;
    position:relative;
    padding-right:13px;
}
#email-disclaimer-button-continue:after {
    content: '\e072';
    position: absolute;
    right: 0;
    top: 5px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 9px;
}

/*#endregion*/



/*#region super hacky bug fixes*/
li.practice-list-item a h3 {
    font-size:1.2em;
    font-weight:normal;
    margin:0;
}
a.industry-landing-link h3 {
    font-size:1.2em;
    margin:10px 0;
    font-weight:normal;
}

/*#endregion*/







#cookieBanner {
    position: fixed;
    bottom: 0px;    
    background: rgba(172, 0, 0, 1);
    z-index: 5;
    width: 100%;
    padding: 0 20px;
    padding: 0 20px 20px 20px;
    color: white;
    opacity: 0.9;
    line-height: 18px !important;
}

#cookieBanner a {
    color: white;
    text-decoration: underline;
}

button.cookie-toggle {
    background-image: url(/Images/Icons/icon-cookie-cog-mobile.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
    border: 0;
    width: 30px;
    height: 30px;    
    position: relative;
    top: 11px;
}

button.cookieSave {
    background-color: #798FA5;
    border-radius: 7px;
    border: 0;
    padding: 6px 8px;
    color: white;
    cursor: pointer;
    margin-top: 16px;
}

    button.cookieSave:hover {
        background-color: #899FB5;
    }

    button.cookieSave:active {
        background-color: #697F95;
    }

.onoffswitch {
    position: relative;
    width: 51px;
    margin-top: -2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 16px;
        padding: 0;
        line-height: 16px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "On";
        padding-left: 3px;
        background-color: #FFFFFF;
        color: rgba(172, 0, 0, 1);
    }

    .onoffswitch-inner:after {
        content: "Off";
        padding-right: 5px;
        background-color: #798FA5;
        color: #FFFFFF;
        text-align: right;
    }


.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 2px 2px 2px 1px;
    background: rgba(172, 0, 0, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 29px;
    border-radius: 4px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}





div.consent-wrapper {
    position: relative;
    height: 216px;
    width: 384px;
    padding: 0;
    margin: 0;
    border: 0;
}

div.youtube-consent, div.vimeo-consent {
    position: relative;
    height: 208px;
    padding: 4px 8px;
    margin-top: -216px;
    z-index: 2;
    background: rgba(172, 0, 0, 1);
    color: white;
    font-size: 1.2em;
}

    div.youtube-consent button, div.vimeo-consent button {
        margin-right: 4px;
        border: 2px solid white;
        border-radius: 6px;
        background: rgba(172, 0, 0, 1);
        color: white;
        padding: 2px 4px;
        font-weight: bold;
        cursor: pointer;
    }

        div.youtube-consent button:active, div.vimeo-consent button:active {
            border: 2px solid #BBBBBB;
            color: #BBBBBB;
        }


a.youtube-preview, a.vimeo-preview {
    height: 216px;
    width: 384px;
    display: block;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    position: relative;
}

span.youtube-icon-mimic {
    display: block;
    width: 68px;
    height: 49px;
    position: absolute;
    top: 84px;
    left: 158px;
    /*background-image: url(/Images/Icons/youtube_black.svg);*/
    background-repeat: no-repeat;
    transition: 0.2s;
}

    span.youtube-icon-mimic img {
        position: absolute;
        left: 0;
        top: 0;
    }

        span.youtube-icon-mimic img.black {
            z-index: 1;
        }

        span.youtube-icon-mimic img.red {
            z-index: 2;
        }









/* Client Alert Layout */
div.pullquote {
    border-top: solid 1px #AC0000;
    border-bottom: solid 1px #AC0000;
    margin: 22px 0;
    padding: 15px 0;
    font-size: 1.2em;
    line-height: 1.5em;
    font-style: italic;
}

div.keypoints {
    border: 1px solid #F1F1F1;
    padding: 0 14px;
    color: #666;
    margin-bottom: 14px;
}

div.keypoints h5.keypointsHeader {
    color: #666;
}

div.clientalert-endnotes a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    
    -ms-word-break: break-word;
    word-break: break-word;

    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}



div.editableZoneContent ul.ContentAccordion, div.content ul.ContentAccordion {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.editableZoneContent ul.ContentAccordion > li, div.content ul.ContentAccordion > li {
    border: 1px solid #ededed;
    padding: 2px 8px !important;
    background-image: url(/Images/arrow_Down_Red.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: right 6px top 6px;
    cursor: pointer;
}

div.editableZoneContent ul.ContentAccordion > li.expanded, div.content ul.ContentAccordion > li.expanded {
    background: url(/Images/arrow_Up_Red.png) no-repeat scroll right 6px top 6px !important;
}

div.editableZoneContent ul.ContentAccordion > li ul, div.content ul.ContentAccordion > li ul {
    cursor: default;
    display: none;
    margin: 0;
    padding: 6px 0px 6px 0px;
    list-style: none;
}

div.editableZoneContent ul.ContentAccordion > li.expanded ul, div.content ul.ContentAccordion > li.expanded ul {
    display: inherit;
}

div.editableZoneContent ul.ContentAccordion > li ul li, div.editableZoneContent ul.ContentAccordion > li ul li {
    margin-left: 12px !important;
    list-style: disc url(/Images/bullet_disc_red.png) outside;
}

div.editableZoneContent ul.ContentAccordion > li.expanded ul li.ContentFrame, div.content ul.ContentAccordion > li.expanded ul li.ContentFrame {
    margin-left: 0 !important;
    list-style: none !important;
}

div.editableZoneContent ul.ContentAccordion > li > p, div.content ul.ContentAccordion > li > p {
    margin: 0 0 !important;
}