@font-face {
    font-family: Roboto;
    src: url(/fonts/Roboto/Roboto-Regular.ttf) format("opentype")
}

@font-face {
    font-family: Roboto;
    font-weight: bold;
    src: url(/fonts/Roboto/Roboto-Bold.ttf) format("opentype")
}

.topHeaderDiv,
body {
    background-color: transparent;
}

#contentEndDiv,
.fc {
    clear: both
}

body {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 194px;
    font: normal 14px/21px Roboto, Helvetica, sans-serif;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

sup {
    font-size: .5em
}

.fl {
    float: left
}

a img {
    border: 0
}

.fr {
    float: right
}

.spacer {
    height: 10px
}

.spacer20 {
    height: 20px
}

.inlineBlock {
    display: inline-block
}

.block {
    display: block
}

.displayNone,
.noShow {
    display: none
}

.center {
    text-align: center
}

.w1000 {
    width: 1000px
}

.w300 {
    width: 300px
}

.relative {
    position: relative
}

.verticalTop {
    vertical-align: top
}

.verticalMiddle {
    vertical-align: middle
}

.mb20 {
    margin-bottom: 20px
}

.mb10,
.pageHeader {
    margin-bottom: 10px
}

.mt20 {
    margin-top: 20px
}

.mt10 {
    margin-top: 10px
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pageHeader {
    width: 257px
}

.pageTitle h1 {
    color: #89171a;
    font-size: 28px;
    margin: 0;
    line-height: 40px;
}

.pageTitle h2 {
    color: #89171a;
    font-size: 26px;
    margin: 0;
    line-height: 28px;
}

.rssImage {
    width: 18px;
    padding-left: 10px
}

.pageDescription {
    font-size: 18px;
    line-height: 24px;
}

.topHeaderDiv.expanded {
    z-index: 3;
    background-color: #fff;
    position: relative
}

#megaNavBg {
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -moz-opacity: .8;
    filter: alpha(opacity=80);
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    position: fixed;
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    height: auto;
    right: 0;
    bottom: 0;
    left: 0
}

#megaNavContentDiv.expanded+#megaNavBg {
    opacity: .8;
    visibility: visible;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out
}

#megaNavContentDiv #magaNavCloseBtn,
#megaNavDiv span:after {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

#megaNavDiv {
    position: absolute;
    top: -20px;
    left: 240px;
    height: 60px;
    font-size: 30px;
    cursor: pointer;
    width: 390px;
    max-width: 390px
}

#megaNavDiv div,
#megaNavDiv span {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    max-height: 60px
}

#megaNavDiv span:after {
    content: '\25BE';
    display: inline-block;
    margin-left: 10px;
    transition: all .5s;
    position: relative;
    top: 0
}

.homeVideo_active a:after,
.spItem:after,
.topHeader .navDiv .navItem a:after {
    content: ''
}

#megaNavDiv.opened span:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 5px
}

#megaNavContentDiv #magaNavCloseBtn {
    height: 40px;
    cursor: pointer;
    width: 43px;
    background-image: url(https://hcplive.s3.amazonaws.com/l_media/_core/searchBtnCloseImg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .5s
}

#megaNavContentDiv {
    position: absolute;
    top: 153px;
    z-index: 3;
    background-color: transparent;
    opacity: 1;
    overflow: hidden;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    line-height: 35px;
    text-align: center;
    display: none
}

#megaNavContentDiv .fakeDiv {
    margin: 0 auto
}

#megaNavContentDiv .fakeDiv .transBg {
    width: 180px;
    height: 35px;
    float: left
}

#megaNavContentDiv .fakeDiv .transBgWhite {
    width: 820px;
    height: 35px;
    float: right;
    background-color: #fff
}

#megaNavContentDiv .megaNavContentMainDiv {
    min-height: 200px;
    background-color: #fff
}

#megaNavContentDiv .megaNavContentMainDiv .megaNavContent {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding: 10px 40px 30px;
    display: block;
    overflow: hidden;
    -webkit-column-width: 13rem;
    -moz-column-width: 13rem;
    column-width: 13rem
}

#megaNavContentDiv .megaNavContentMainDiv .megaNavContent a.megaNavItem {
    display: block;
    text-align: left;
    padding: 10px 0;
    color: #000;
    font-size: 1rem;
    white-space: nowrap;
    font-family: arial, sans-serif
}

.sideNav .headerSmall {
    font-size: 18px;
    color: #89171a;
    font-weight: 700
}

.spItemDiv.sp+.headerSmall {
    margin-top: 20px
}

.sideNav .cond .spItem:first-child {
    margin-top: 0
}

.sideNav .cond .spItem {
    padding-left: 5px;
    border-left: 4px solid #ccc
}

.sideNav .cond .spItem:hover {
    #background-color: #973336;
    #padding-left: 5px
}

.spItem a:hover {
    text-underline: none!important
}

.sideNav .spItem a {
    font-size: 14px;
    color: #89171a;
    width: 100%;
    text-decoration: none
}

.sideNav .spItem {
    #border-top: 1px solid #89171a;
    padding: 5px 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    #display: inline-block
}

.sideNav .condBg .spItem:hover,
.sideNav .spItem:hover {
    #background-color: #ccc;
    #padding-left: 2px
}

.sideNav .spItem.selected {
    background-color: #973336;
    padding-left: 5px
}

.topHeader {
    margin: 0 auto;
    max-height: 83px;
    height: 83px
}

.expanded .topHeader .mainLogo {
    position: relative;
    z-index: 10000
}

.topHeader .mainLogo img {
    width: 142px;
    padding-top: 5px
}

.topHeader .headerItem {
    width: 800px;
    max-height: 125px;
    padding-top: 10px;
    box-sizing: border-box;
    height: 73px;
    min-height: 83px
}

.topHeader .logDiv a {
    color: #000;
    border-bottom: 1px solid #6d6e71;
    padding-bottom: 2px;
    font-size: 12px;
    font-weight: 700
}

.topHeader .logDiv a:hover {
    text-decoration: none;
    border-bottom: 1px solid #973336;
    color: #973336
}

.topHeader .newsLetterDiv {
    #font-size: 12px;
    #font-weight: bold;
    #padding-top: 3px;
    margin-right: 75px
}

.spItemWrapper {
    padding: 0;
    margin: 0
}

.sideNav .spItemWrapper:first-child {
    margin-top: 5px
}

.spItem {
    display: inline-block;
    position: relative;
    padding-bottom: 3px
}

.spItem:after {
    display: block;
    margin: auto;
    height: 2px;
    width: 0;
    background: 0 0;
    transition: width .5s ease, background-color .5s ease
}

.spItem:hover:after {
    width: 100%;
    background: #89171a;
    text-decoration: none
}

#searchBar span,
.topHeader #searchDiv {
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer
}

.topHeader .newsLetterDiv img {
    #height: 8px;
    #vertical-align: middle;
    #padding-bottom: 2px
}

.topHeader .navDiv {
    margin-top: 3px;
    height: 40px;
    line-height: 40px;
    font-weight: 700
}

.topHeader .navDiv .navItem {
    #padding: 0 10px;
    padding: 0 16px;
    display: inline-block;
    cursor: pointer;
    position: relative
}

.topHeader .navDiv .navItem .navDropDiv {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #fff;
    z-index: 999999;
    min-width: 215px
}

#searchBar,
#searchBar input[type=text] {
    background-color: #cbccce;
    text-align: center
}

.topHeader .navDiv .navItem:hover .navDropDiv {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-left: -10px
}

.topHeader .navDiv .navItem .navDropDiv .navDropItem {
    padding: 0 10px
}

.topHeader .navDiv .navItem .navDropDiv a:after {
    display: block;
    content: '';
    margin: 0 auto;
    width: 60%;
    border-bottom: none;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    position: relative;
    bottom: 6px
}

.topHeader #searchDiv,
.topHeader .navDiv .navItem a {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.topHeader .navDiv .navItem.selected .navDropDiv a:after {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.topHeader .navDiv .navItem.selected a,
.topHeader .navDiv .navItem:hover a {
    color: #973336
}

.topHeader .navDiv .navItem a {
    text-decoration: none;
    color: #000;
    transition: all .5s;
    width: 100%;
    display: block
}

.topHeader .navDiv .navItem a:after {
    display: block;
    margin: 0 auto;
    width: 60%;
    border-bottom: solid 2px #973336;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    position: relative;
    bottom: 6px
}

#searchBar,
.fixedLogo {
    display: none
}

.topHeader .navDiv .navItem.selected a:after,
.topHeader .navDiv .navItem:hover a:after {
    transform: scaleX(1)
}

.topHeader .navDiv .fixedInner div:nth-child(2) {
    padding-left: 0
}

.topHeader #searchDiv {
    height: 40px;
    width: 43px;
    background-image: url(https://hcplive.s3.amazonaws.com/l_media/_core/searchBtnImg.png);
    background-size: cover;
    transition: all .5s
}

.topHeader #searchDiv.clicked {
    background-image: url(https://hcplive.s3.amazonaws.com/l_media/_core/searchBtnCloseImg.png)
}

.topHeader #searchDiv:hover {
    opacity: .7
}

#searchBar {
    position: absolute;
    top: 83px;
    z-index: 1;
    opacity: .9;
    height: 83px;
    max-height: 83px;
    overflow: hidden;
    width: 1000px;
    padding: 24px 0;
    box-sizing: border-box;
    line-height: 35px
}

#searchBar form {
    height: 100%
}

#searchBar input[type=text] {
    font-family: Roboto;
    font-size: 35px;
    outline: 0;
    border: 0;
    height: 100%;
    width: 100%
}

#searchBar span {
    font-family: Roboto;
    font-size: 45px;
    color: #b1b1b1;
    position: absolute;
    right: 14px;
    top: 24px;
    height: 37px;
    width: 24px;
    background-image: url(https://hcplive.s3.amazonaws.com/l_media/_core/searchBtnSubmitImg.png);
    background-size: contain;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#searchBar span:hover {
    height: 37px;
    width: 34px
}

.topAdSpacer {
    #background-color: #828282;
    height: 110px
}

#flyBanner {
    position: relative;
    top: -182px;
    z-index: 99999999999;
    height: 0
}

#flyBanner .flyBannerWrapper {
    width: 1000px;
    margin: 0 auto
}

#flyBanner,
.topAdSpacer {
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out
}

.topBannerFly {
    position: fixed!important;
    top: 0!important;
    left: 0!important;
    z-index: 999999999!important;
    width: 100%!important;
    height: 90px!important;
    background-color: #fff!important;
    padding: 10px 0
}

.scrollFly {
    position: fixed;
    top: 40px;
    padding: 10px 0;
    width: 300px;
    transition: top .5s
}

.scrollBottom {
    position: absolute;
    bottom: -10px;
    padding: 5px 0
}

.rightTab {
    position: relative
}

#navBar {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#navBar.fixedTop {
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: 0 10px 20px -10px #ccc;
    -moz-box-shadow: 0 10px 20px -10px #ccc;
    box-shadow: 0 10px 20px -10px #ccc
}

#navBar.fixedTop .fixedInner {
    width: 1000px;
    margin: 0 auto;
    height: 40px
}

#navBar.fixedTop .fixedLogo {
    display: inline-block;
    padding: 5px 0;
    width: 142px;
    text-align: center;
    margin-right: 54px
}

#navBar.fixedTop .fixedLogo img {
    height: 30px
}

#navBar.fixedTop .navItem {
    vertical-align: top
}

.bottomFooter {
    z-index: 2;
    position: relative
}

.bottomFooter .relatedSitesDiv {
    margin: 0 auto
}

.bottomFooter .relatedSitesDiv .relatedSiteHeader {
    #box-shadow: 0 -2px 0 #bbb;
    box-shadow: 0 -2px 0 #89171a;
    padding: 10px 5px;
    color: #89171a;
    font-weight: 700;
    font-size: 16px
}

.bottomFooter .relatedSitesDiv .relatedSiteList {
    min-height: 44px;
    margin: 10px 0;
    padding-top: 0;
    overflow: hidden
}

.bottomFooter .relatedSiteList div {
    display: inline-block;
    padding: 0 6px;
    vertical-align: middle
}

.relatedSiteList img {
    width: 110px
}

.border_89171a {
    height: 3px;
    width: 100%;
    background-color: #89171a
}

.footerArrowLogo {
    #width: 0;
    #height: 0;
    #border-top: 90px solid transparent;
    #border-bottom: 90px solid transparent;
    #border-right: 65px solid #fff;
    #background-color: #89171a;
    /*width: 115px;*/
    /*height: 180px;*/
    width: 130px;
    height: 170px;
}

.footerContentDiv {
    #margin: 70px 0;
    #background-color: #89171a;
    width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
    background-color: #fff
}

.footerContentBg {
    margin: 0 auto;
    width: 1000px;
    background-color: #fff;
    position: relative;
    height: 270px
}

.footerContentBg .footerContentLogo {
    background-color: #fff;
    width: 100px;
    height: 50px
}

.footerContentBg .footerContentLogo img {
    height: 70px
}

.footerContentBg .footerContent {
    height: 270px;
    max-height: 270px;
    overflow: hidden;
    position: absolute;
    #top: -45px;
    margin-left: 100px
}

.footerContentBg .footerSocialBtn {
    position: absolute;
    right: -69px;
    width: 51px;
    padding-top: 10px
}

.homeNewsThumb,
.mainPage,
.videoSpan {
    position: relative
}

.footerContentBg .footerSocialBtn div {
    margin-bottom: 10px;
    padding: 0 10px
}

.footerContentBg .footerSocialBtn img {
    width: 100%
}

.bottomFooter .footerSite {
    #text-align: center;
    #background-color: #58585a;
    #border-top: 12px solid #89171a;
    #padding: 20px 0 20px;
    text-align: center;
    padding: 20px 10px;
    width: 1000px;
    margin: 0 auto;
    background-color: #fff
}

.bottomFooter .footerSite a {
    font-size: 14px;
    text-decoration: none;
    #color: #fff;
    color: #000
}

.bottomFooter .footerSite a:hover,
.footerContent .footerBlock a:hover {
    text-decoration: underline
}

.footerContent .footerBlock {
    height: 100%;
    border-left: 1px solid #ccc;
    padding: 10px 14px;
    font-size: 14px;
    width: 195px
}

.featureImageBox a,
.videoNavItem a:hover {
    text-decoration: none
}

.footerContent .footerBlock .footerLinkB {
    margin-top: 10px
}

.footerContent .footerBlock .footerLinkB:first-child {
    margin-top: 0
}

.footerContent .footerBlock .footerLinkB,
.footerContent .footerBlock .footerLinkB a {
    color: #000;
    font-size: 12px;
    font-weight: 700
}

.footerContent .footerBlock .footerLinkS a {
    color: #000;
    font-size: 11px;
    line-height: 18px
}
.footerCustomShareButton {
    padding: 30px 0 0 0;
    /*width: 35px*/
}
.footerCustomShareButton img {
    height: 30px !important;
    /*width: 100%;*/
}
.footerCustomShare {
    display: flex;
    width: 120px;
}
.footerSite div {
    font-size: 13px;
}

.mainPage {
    margin: 0 auto;
    min-height: 300px
}

.mainContent {
    width: 100%
}

.sideNav {
    min-width: 142px;
    max-width: 142px;
    width: 142px;
    margin-bottom: 20px;
    height: 100%;
    color: #fff
}

.sideNavContentDiv {
    #background-color: #89171a;
    padding: 0 10px 20px;
    box-sizing: border-box
}

.sideNavContentDiv.condBg {
    #background-color: #434343
}

.sideNavContentDiv:first-child {
    padding: 10px;
    margin-top: 23px
}

.sideNav+.mainContent {
    max-width: 834px;
    width: 834px;
    float: right
}

.sideNav+.mainContent>.leftTab {
    width: 514px
}

.sideLogo {
    width: 142px;
    height: 80px;
    margin-top: 10px;
    background: url(https://hcplive.s3.amazonaws.com/l_media/_core/MD_MAG_Podcast_Icons.jpg) no-repeat;
    background-size: contain;
    cursor: pointer
}

.mainContent>.leftTab {
    width: 680px
}

.landPage {
    background-color: #e7e7e8;
    padding: 20px;
    font: 700 15px Arial
}

.landPage a {
    color: #bf1e2e
}

.AD728x90 {
    width: 728px;
    height: 90px;
    margin: 0 auto
}

.AD728x90B {
    margin-top: 20px
}

.AD300x250 {
    width: 300px;
    margin: 0 auto
}

.mainVideo iframe,
.mainVideo img {
    width: 100%
}

.body_video {
    width: 162px;
    height: 200px;
    padding-bottom: 7px;
    margin-left: 6px
}

.PXdropdown select,
.thumb_video img {
    width: 100%
}

.PXdropdown option {
    background: #58585a;
    color: #fff
}

.thumb_video {
    margin-bottom: 5px;
    border-radius: 5px;
    width: 162px;
    height: 90px
}

.thumb_video a {
    display: block;
    width: 100%;
    height: 100%
}

.intro_video {
    max-height: 125px;
    overflow: hidden
}

.intro_video a {
    color: #000;
    font-size: 16px
}

.specialtyConferences {
    padding: 10px;
    color: #89171a
}

.pageSub {
    border-top: 1px solid #000;
    color: #89171a;
    font-size: 16px;
    font-weight: 700;
    padding-top: 2px
}

.pageLogo {
    width: 257px;
    text-align: center
}

.pageLogo img {
    width: 80%;
    padding-top: 25%
}

.topics_video {
    width: 160px;
    padding: 5px
}

.topics_title {
    height: 50px;
    border: 1px solid;
    padding: 10px
}

.topics_title a {
    color: #000;
    font-size: 12px
}

.videoSpan {
    background: #89171A;
    padding: 0 5px;
    font: 700 9px Arial, Helvetica, sans-serif;
    color: #fff;
    vertical-align: middle;
    top: -1px;
    margin-left: 5px
}

.featureTitleBox {
    width: 50%;
    height: 300px;
    vertical-align: middle;
    background-image: url(https://hcplive.s3.amazonaws.com/l_media/_core/featuredArticleBg.png);
    background-repeat: repeat-y;
    background-size: contain
}

.featureTitle {
    font: 26px/30px Roboto;
    color: #fff;
    padding: 30px;
    margin: auto
}

.featureImage {
    width: 50%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.featureIntro {
    font-size: 16px;
    margin-top: 10px
}

.homeBB {
    height: 20px;
    border-bottom: 1px solid #ccc
}

.homeHeaderBox {
    margin-top: 5px;
    margin-bottom: 10px
}

.homeHeader {
    color: #89171A;
    font-weight: 700;
    font-size: 26px
}

.homeViewMore a {
    color: #58585a;
    font-size: 16px;
    line-height: 31px
}

.homeNewsBox {
    width: 161px
}

.homeNewsBoxSpacer {
    margin-right: 10px
}

.homeDate {
    text-align: left;
    font-size: 10px
}

.homeNewsThumb {
    width: 161px;
    height: 161px;
    border-radius: 5px
}

.homeNewsThumb a img {
    width: 161px;
    max-height: 121px;
    position: absolute;
    left: 46%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.homeNewsHeader {
    font-size: 14px;
    margin-top: 5px;
    font-style: italic
}

.homeNewsTitle {
    font-size: 10px;
    margin-top: 5px
}

.homeNewsTitle2 {
    margin-left: 8px;
    font-size: 10px
}

.homeNewsTitle2 a,
.homePMDFirstTitle a {
    font-size: 16px;
    color: #000000
}

.homeVideoMore {
    margin-top: 10px
}

.homePopBox {
    border-top: 2px solid #bbb
}

.homePMDLogoBox {
    width: 181px
}

.homePMDArticleBox {
    width: 332px
}

.homePMDLogo,
.homePMDLogo a img {
    width: 217px;
    margin: 0 auto
}

.homePMDMB,
.homePubHeader,
.pubHeader {
    margin-bottom: 10px
}

.homeNewsFirstThumb {
    width: 160px;
    height: 130px;
    border-radius: 5px
}

.homePMDFirstThumb {
    width: 161px;
    height: 161px;
    border-radius: 5px
}

.homePMDThumb {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 5px
}

.homePMDThumb a img {
    width: 50px
}

.homePMDTitle {
    width: 268px
}

.homePMDFirstTitle {
    width: 161px;
    margin-top: 5px
}

.homePMDFirstTitle a {
    font-weight: 700;
    line-height: 18px
}

.homeNewsTitle a,
.homePMDTitle a,
.homeTitle a {
    font-size: 16px;
    color: #000;
    line-height: 18px
}

.homePMDMB:last-child {
    border-bottom: none
}

.homeVideoBox {
    width: 164px
}

.homeVideoThumb,
.homeVideoThumb a img {
    width: 164px;
    height: 90px;
    border-radius: 5px
}

.homePubThumb,
.homePubThumb a img {
    width: 161px
}

.homePubThumb {
    margin-right: 20px
}

.homePubList {
    width: 332px
}

.sapLogo,
.sapLogo a img,
.sapLogo img {
    width: 130px
}

.homePubHeader a {
    font-size: 20px;
    font-weight: 700;
    color: #000
}

.webDN {
    display: none
}

.sapLogo {
    float: left;
    margin-right: 10px
}

.sapDesc {
    float: left;
    width: 374px
}

.sapPartnerSpacer {
    margin-left: 10px
}

.sapPartnerLogo {
    display: inline-block;
    width: 161px;
    height: 161px;
    position: relative
}

.sapPartnerLogo a img,
.specialtyArticleImage a img {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.sapPartnerLogo a img {
    max-width: 161px;
    left: 50%;
    max-height: 100px;
}

.pageDescBox {
    margin-top: 10px;
    padding: 20px;
    font-size: 12px;
    border: 1px solid #bbb
}

.specialtyNewsLeft {
    float: left;
    width: 246px;
    border-right: 2px solid #bbb;
    padding-right: 10px
}

.specialtyNewsRight {
    float: left;
    width: 246px;
    padding-left: 10px
}

.specialtyArticleImage a img {
    width: 100px;
    left: 46%
}

.specialtyArticleImage {
    padding-right: 10px;
    padding-bottom: 5px;
    width: 100px;
    height: 100px;
    position: relative
}

.videoImage a img,
.videoInner {
    width: 247px
}

.articleDesc,
.articleDesc a {
    font-size: 14px;
    color: #666
}

.videoInner {
    float: left;
    padding: 5px
}

.videoImage {
    padding-bottom: 5px
}

.pubHeader h1 {
    color: #89171a;
    font-size: 18px
}

.publicationList {
    float: left;
    height: 195px;
    width: 110px;
    text-align: center;
    padding: 17px 8px
}

.publicationCover {
    height: 136px
}

.publicationCover img {
    width: 80%;
    border: 2px solid #CCC;
    margin-bottom: 15px
}

.publicationList .publicationTitle {
    height: 40px;
    text-align: center;
    margin-top: 10px
}

.publicationList a {
    font: 700 12px arial;
    color: #89171a
}

.yearList {
    margin: 10px 0;
    font: 12px arial;
}

.pubCover {
    width: 150px;
    text-align: center
}

.pubCover img {
    width: 125px
}

.pubArticles {
    width: 360px
}

.issueBB {
    border-bottom: 2px solid #bbb
}

.articleHeader {
    font-size: 14px;
    font-style: italic
}

.articleTitle {
    margin-bottom: 5px;
    font-size: 16px
}

.detailBody img {
    padding-right: 10px
}

.detailBody iframe {
    width: 100%;
    height: 383px
}

.sideNav+.mainContent .detailBody iframe {
    width: 510px;
    height: 287px
}

h1.detailTitle {
    margin-top: 0;
    font-size: 35px;
    line-height: 45px
}

.detailPublished {
    font: 400 12px/14px Arial
}

.detailAuthor {
    margin: 5px 0
}

.backTo {
    background: url(https://hcplive.s3.amazonaws.com/l_media/_core/icon_backarrow.gif) left center no-repeat;
    color: #0285c1;
    font: 700 14px/32px arial;
    padding: 0 0 0 13px;
    margin-bottom: 4px
}

.landingHeader {
    margin-bottom: 10px
}

.currentYear,
.otherYear {
    margin: 0 10px;
    display: inline;
    margin-right: 5px;
}

.currentYear {
    color: #89171a;
    border-bottom: #89171a solid 1px
}

.conferenceLanding {
    width: 520px;
    margin: 5px 0;
    padding: 5px 0;
    #border-bottom: 1px solid #ccc
}

.conferenceBanner {
    width: 520px
}

.conferenceBanner img {
    width: 100%
}

.articleThumb,
.articleThumb img {
    width: 90px;
    margin-right: 10px
}

.conferenceTitle {
    padding: 5px 0
}

.conferenceTitle,
.conferenceTitle a {
    color: #696969;
    font-size: 14px;
    font-weight: 700
}

.conferenceInitial,
.conferenceInitial a {
    color: #89171a;
    font-size: 18px;
    font-weight: 700
}

.conferenceIntro {
    font-size: 16px
}

.articleThumb {
    height: 90px;
    border-radius: 5px
}

.articleThumb a {
    display: block;
    width: 100%;
    height: 100%
}

.articleTitle a {
    color: #000;
    font-weight: 700;
    font-size: 16px
}

.articleLanding {
    width: 410px
}

.articleIntro {
    font-size: 12px
}

.loginCheckbox,
.loginField {
    font-size: 14px
}

.customShareButton {
    padding: 10px 10px 10px 0
}

.loginType {
    width: 120px;
    margin-right: 5px
}

.loginCheckbox,
.loginEmail {
    width: 360px;
    padding-bottom: 10px
}

.loginEmail input,
.loginEmail select {
    width: 100%
}

.loginEmail option {
    background: #58585a;
    color: #fff
}

.loginEmail option::selection {
    color: #4db4e6
}

.loginField {
    width: 140px;
    margin-right: 5px
}

.loginPassword {
    width: 360px;
    padding-bottom: 10px
}

.loginPassword input {
    width: 100%
}

.loginEmail input[type=submit] {
    background: #4DB4E6;
    font-size: 12px;
    color: #fff;
    width: 75px;
    height: 25px;
    border-radius: 4px;
    border: #4DB4E6
}

.loginEmail textarea {
    width: 364px;
    height: 100px
}

.publicationList img {
    width: 80%;
    border: 2px solid #CCC;
    margin-bottom: 15px
}

.bg404,
.homeVideoHeader {
    width: 100%
}

.h1_title {
    color: #89171a;
    font-size: 18px;
    margin: 0
}

.conferenceDesc {
    font-size: 12px
}

.text404,
.text404 a {
    font: 400 14px/16px Arial
}

.bg404 {
    background: #89171a;
    height: 650px;
    box-shadow: 0 0 30px #666
}

#emailPopButton,
.emailPopLogo {
    background-repeat: no-repeat;
    background-position: 50%;
    text-align: center
}

.text404 {
    text-align: center;
    color: #fff;
    padding-top: 345px
}

.text404 a {
    color: #A8DAF2
}

.homeVideo_tab ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    width: 100%
}

.videoNavItem {
    padding: 3px 0 0;
    display: inline-block;
    margin: 0 8px 10px;
    width: 30%;
    text-align: center
}

.videoNavItem a {
    color: #000;
    font-size: 18px
}

.homeVideo_active a,
.videoNavItem a:hover {
    color: #9E0B0F;
    font-weight: 700
}

.videoLandingTitle,
.videoLandingTitle a {
    font: 700 12px arial
}

.homeVideo_active a:after {
    display: block;
    margin: 0 auto;
    width: 40%;
    border-bottom: solid 2px #973336;
    position: relative;
    bottom: 0
}

.videoNavItem img {
    width: 100%;
    vertical-align: middle
}

.videoNavItem img:first-child {
    padding: 10px 0
}

#myProgress {
    position: relative;
    width: 100%;
    height: 7px;
    background-color: grey
}

#myBar {
    position: absolute;
    width: 1%;
    height: 100%;
    background-color: #9E0B0F;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.homeVideoItem {
    width: 160px;
    margin: 10px 10px 10px 0;
    float: left;
    min-height: 170px
}

.homeVideoItem:nth-child(3) {
    width: 160px;
    margin: 10px 0;
    float: left;
    min-height: 170px
}

.homeVideoImage {
    width: 78px;
    height: 44px;
    margin: 1px;
    float: left
}

.homeVideoImage a img {
    width: 78px;
    height: 58px;
    border-radius: 5px
}

.videoLandingTitle {
    margin-top: 5px;
    margin-left: 15px
}

.homeVideoThumb2 {
    margin-left: 8px
}

.homeVideoThumb2,
.homeVideoThumb2 a img {
    width: 66px;
    height: 41px;
    padding-right: 10px;
    border-radius: 5px
}

#emailPopDiv {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 520px;
    z-index: 10000;
    background-color: transparent;
    font-size: 18px;
    line-height: 25px;
    padding: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#emailPopDivBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000;
    opacity: .7
}

#emailPopDivCloseBtn {
    background-image: url(https://mjhstudios.s3.amazonaws.com/media/core/popup_close_btn2.png);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: -15px;
    top: -15px
}

#emailPopButton {
    background-image: url(https://hcplive.s3.amazonaws.com/v1_media/_image/red_sign_up_button.jpg);
    background-size: 65%;
    height: 70px;
    cursor: pointer
}

.emailPopLogo {
    width: 200px;
    float: left;
    height: 155px;
    background-image: url(https://hcplive.s3.amazonaws.com/v1_media/_core/MD_Mag_Logo_ep.jpg);
    background-size: 80%
}

.emailPopText {
    text-align: center;
    font-size: 20px;
    padding-top: 23px
}

.more_title a,
.results {
    font-size: 16px;
    color: #000
}

.emailPopBody {
    width: 275px;
    float: left
}

.more_episodes {
    width: 514px;
    height: 150px;
    padding-bottom: 7px;
    margin-top: 10px
}

.more_thumb {
    margin-bottom: 5px;
    margin-right: 10px;
    border-radius: 5px;
    width: 162px;
    height: 150px
}

.more_title {
    width: 335px
}

.poll_question {
    margin-bottom: 10px
}

.pollChoice input[type=radio] {
    margin-right: 15px
}

.pollChoice {
    margin: 5px 0
}

.pollThankYou {
    text-align: center
}

.results {
    text-align: center;
    font-weight: 700;
    line-height: 18px
}