/* global */
body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 30px;
    background-color:#ffffff;
    color:#535353;
}
a {
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
sup {
    font-size:0.5em;
}
.fl, .floatLeft{
    float: left;
}
a img {
    border: 0;
}
.fr, .floaRight {
    float: right;
}
.fc, .floatClear{
    clear: both;
}
.spacer{
    height: 10px;
}
.spacer20{
    height: 20px;
}

.relative {
    position: relative;
}
.inlineBlock {
    display: inline-block;
}
.block {
    display: block;
}
.center {
    text-align: center;
}
.noShow {
    display: none;
}
.w1000 {
    width: 1000px;
}
.w300 {
    width: 300px;
}
.w100p {
    width: 100%;
}
.mr20 {
    margin-right:20px;
}
.boxShadow {
    -webkit-box-shadow: 0 0 15px 5px #ccc;
    -moz-box-shadow: 0 0 15px 5px #ccc;
    box-shadow: 0 0 15px 5px #ccc;
}
.noHighlight {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.verticalTop {
    vertical-align: top;
}
.verticalMiddle {
    vertical-align: middle;
}
.mb20 {
    margin-bottom: 20px;
}
.mb10 {
    margin-bottom: 10px;
}
.mt30 {
    margin-top: 30px;
}
.mt20 {
    margin-top: 20px;
}
.mt10 {
    margin-top: 10px;
}
.displayNone {
    display: none;
}

/* frame */
.frameHeader {
    background-color:#fff;
}
.frameHeader .topAd {
    padding-bottom: 8px;
    padding-top: 6px;
    max-height: 104px;
    min-height: 104px;
    height: 104px;
    width: 100%;
    background-color: #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.framePage .bottomAd {
    padding-bottom: 8px;
    padding-top: 10px;
    max-height: 104px;
    min-height: 104px;
    height: 104px;
    width: 100%;
    background-color: #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.frameHeader .topHeader {
    min-height: 90px;
    height: 90px;
    width: 1000px;
    margin: 0 auto;
    position: relative;
    background-color:#fff;
    margin-bottom: 10px;
}
.frameHeader .mainNavDiv {
    background-color: #fff;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.frameHeader .mainNavDiv .navWrapper {
    width: 1000px;
    margin: 0 auto;
    height: 100%;
    line-height: 42px;
    background-color: #Fff;
}
.frameHeader .mainLogoDiv {
    height:100%;
    padding: 10px;
    box-sizing: border-box;
    margin-right:35px;
}
.frameHeader .mainLogoDiv a img {
    height:100%;
    min-width: 199px;
}

.frameHeader .searchDiv {
    position: absolute;
    right: 5px;
    top: 30px;
}



.framePage {
    background-color:#fff;
    display: flex;
    flex-wrap: wrap;
}

#contentEndDiv {
    clear: both;
}

#topNavDiv {
    height: 60px;
    line-height: 60px;
    width: 400px;
    max-height: 60px;
    cursor: pointer;
    #border-bottom: 1px solid #999;
    font-weight: bold;
    color: #999;
    font-size: 30px;
    position: relative;
    #-webkit-box-sizing: border-box;
    #-moz-box-sizing: border-box;
    #box-sizing: border-box;
}
#topNavDiv span {
    padding:10px;
}
#topNavDiv span:after {
    content: '\25BE';
    display: inline-block;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    position: absolute;
    margin-right: 10px;
    top: 0;
    right: 0;
}
#topNavDiv.opened span:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -1px;
}

#topNavDiv #topNavList {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
    border: 1px solid rgba(0,0,0,0.17);
}
#topNavDiv.opened #topNavList {
    visibility: visible;
    background-color: #efefef;
    opacity: 1;
    z-index: 1;
    position: relative;
}
#topNavDiv #topNavList div {
    font-weight:normal;
    font-size:15px;
    background: white;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 2px 10px;
    color: #8aa8bd;
    box-sizing: border-box;
    border: 1px solid #e6e8ea;
    line-height: 40px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
#topNavDiv #topNavList div:hover {
    background: #f3f8f8;
}

.searchDiv .searchBox {
    margin: 0;
    padding: 5px 15px;
    font-size: 14px;
    border: 1px solid #005A91;
    border-right: 0;
}
.searchDiv .searchButton {
    margin: 0;
    padding: 5px 15px;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border: solid 1px #4c4848;
    background-color: #005A91;
}

.mainNavDiv .navWrapper .navItem {
    display: inline-block;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.mainNavDiv .navWrapper .navItem:hover {
    background-color:#005A91;
}
.mainNavDiv .navWrapper .navItem:hover a {
    color:#ffffff;
}

.mainNavDiv .navWrapper .navItem:hover a.cy {
    color: yellow !important;
}


.mainNavDiv .navWrapper .navItem a  {
    text-decoration: none;
    color: #005A91;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 16px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mainNavDiv .navWrapper .navItem .navDropDiv {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    background-color:#fff;
    z-index: 999999;
    min-width:215px;

}
.mainNavDiv .navWrapper .navItem:hover .navDropDiv {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-left:-10px;
}
.mainNavDiv .navWrapper .navItem .navDropDiv .navDropItem {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.mainNavDiv .navWrapper .navItem .navDropDiv .navDropItem a {
    color: #005A91;
}
.mainNavDiv .navWrapper .navItem .navDropDiv .navDropItem:hover {
    background-color:#005A91;
}
.mainNavDiv .navWrapper .navItem .navDropDiv .navDropItem:hover a {
    color:#fff;
}
.mainNavDiv .navWrapper .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;
}
.mainNavDiv .navWrapper .navItem.selected .navDropDiv a:after {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}



/* page */
.mainPage {
    background-color:#fff;
    width:1100px;
    margin: 0 auto;
}

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

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

.mainPage .w680 {
    width:680px;
}
.w300 {
    width: 300px;
}
h3.moreSeries a {
    font: 16px/20px Arial;
    color: #535353;
}
.viewMoreDiv, .viewMoreDiv a {
    font: bold 14px/18px Arial;
    color: #535353;
    text-align: right;
}

/* AD */
#flyBanner {
    -webkit-transition: background 500ms;
    -moz-transition: background 500ms;
    -ms-transition: background 500ms;
    -o-transition: background 500ms;
    transition: background 500ms;
}
#flyBanner .flyBannerWrapper {
    width: 1000px;
    margin: 0 auto;
}
.topBannerFly {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 999999999 !important;
    width: 100% !important;
    height: 90px !important;
    background-color: #ffffff !important;
    padding-bottom: 8px;
    padding-top: 6px;
    -webkit-box-shadow: 0 10px 20px -10px #ccc;
    -moz-box-shadow: 0 10px 20px -10px #ccc;
    box-shadow: 0 10px 20px -10px #ccc;
}
.scrollFly {
    position: fixed;
    top: 40px;
    padding: 10px 0;
    width: 300px;
    transition: top 500ms;
}
.scrollBottom {
    position: absolute;
    bottom: -10px;
    padding: 5px 0;
}
.AD728x90 {
    width: 728px;
    height: 90px;
    margin: 0 auto;
}
.AD300x250 {
    width: 300px;
    height: 250px;
    margin: 0 auto;
}

.borderBar {
    border-bottom: 1px solid #eeeeee;
    margin: 20px;
    padding:0 10px;
}
.spacerBar {
    height: 40px;
}

/* footer */
.frameFooter {
    background-color:#ccc;
}
.frameFooter .footerContentBg {
    margin: 0 auto;
    padding:20px 0;
    width: 1000px;
    position: relative;
    height: 275px;
    z-index: 0;
}
.footerContent .footerBlock {
    height: 100%;
    border-left: 1px solid #efefef;
    padding: 10px 14px;
    font-size: 14px;
    width: 195px;
}
.footerContentBg .footerContentLogo img {
    width: 160px;
}
.footerContentBg .footerContent {
    margin-left: 70px;
    height: 275px;
}

.footerContent .footerBlock a:hover {
    text-decoration: underline;
}
.footerContent .footerBlock .footerLinkB {
    margin-top: 10px;
}
.footerContent .footerBlock .footerLinkB:first-child {
    margin-top: 0;
}
.footerContent .footerBlock .footerLinkB a, .footerContent .footerBlock .footerLinkB {
    color: #000;
    font-size:14px;
    #font-weight: bold;
}
.footerContent .footerBlock .footerLinkS a {
    color: #000;
    font-size:12px;
    line-height: 18px;
}
.footerContentBg .footerSocialBtn {
    padding-top: 20px;
}
.footerContentBg .footerSocialBtn div {
    width: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.footerContentBg .footerSocialBtn img {
    width: 100%;
}


.frameFooter .footerSite {
    text-align: center;
    color: #000;
    padding: 10px 0 20px;
    font-size: 14px;
}
/** Specialty Start **/

.pageDescBox{
    margin-top: 10px;
    padding: 20px;
    font-size: 12px;
    border: 1px solid #bbbbbb;
}
.specialtyNewsLeft{
    float: left;
    width: 246px;
    border-right: 2px solid #bbbbbb;
    padding-right: 10px;
}
.specialtyNewsRight{
    float: left;
    width: 246px;
    padding-left: 10px;
}
.specialtyArticleImage a img{
    width: 100px;
    position: absolute;
    left: 46%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.specialtyArticleImage{
    padding-right: 10px;
    padding-bottom: 5px;
    width: 100px;
    height: 100px;
    position: relative;
}
.articleDesc, .articleDesc a{
    font-size: 14px;
    color: #666;
}
.videoInner{
    float: left;
    width: 247px;
    padding: 5px;
}
.videoImage{
    padding-bottom: 5px;
}
.videoImage a img{
    width: 247px;
}

/** Specialty End **/

/** SAP Start **/
.sapImageSize {
    vertical-align: middle;
    width: 180px;
}
.sapRDRLogo {
    float: left;
}
.sapRDRLogo img{
    width: 120px;
}

.sapSeal {
    width: 120px;
    margin-right: 10px;
}
.sapDesc {
    #font: bold 18px Arial,Helvetica,sans-serif;
    font: 16px Arial,Helvetica,sans-serif;
}
.sapImage {
    width: 160px;
    display: inline-block;
    text-align: center;
    margin-right: 45px;
    margin-left: 5px;
    margin-top: 10px;
}
.partnerLogo {
    margin-left: 10px;
    max-height: 100px;
    padding-bottom: 10px;
}
/** SAP End **/

/** Publication Start **/
.pubList {
    text-align: center;
    width: 200px;
}
.pubHeader {
    margin-bottom: 10px;
}
.pubHeader h1 {
    color: #005A91;
    font-size: 18px;
}
.publicationList {
    float: left;
    text-align: center;
    padding: 17px 15px;
}
.publicationCover {
}
.publicationCover img {
    width: 137px;
    border: 2px solid #CCC;
    margin-bottom: 15px;
}
.publicationList .publicationTitle {
    height: 40px;
    text-align: center;
}
.publicationList a {
    font: bold 12px arial;
    color: #005A91;
}
.pubCover {
    width: 150px;
    text-align: center;
    float: left;
    margin-right: 20px;
}
.pubCover img {
    width: 137px;
    border: 1px solid #CCC;
}
.pubArticles {
    width: 500px;
    float: left;
}
.issueBB{
    border-bottom: 1px solid #ececec;
}
.articleDiv {
    width: 220px;
}
.articleTitle {
    margin-top: 10px;
    width: 200px;
}
.detailBody{
    color:#535353;
}
.detailBody img {
    padding: 0 10px 10px !important;
}

.detailBody iframe {
    #width: 100%;
}
h1.detailTitle, h2.detailTitle {
    margin-top: 0;
    font-size: 25px;
}
h2.detailTitle {
    line-height: 25px;
}
.detailPublished {
    font: normal 12px/14px Arial;
}
.detailAuthor {
    margin: 5px 0 25px 0;
}
.detailCTA, .detailCTA a {
    margin: 5px 0 25px 0;
    font-weight: bold;
    font-style: italic;
}
.detailCTA a {
    color: #0000cc;
}

.backTo {
    background: url(https://hcplive.s3.amazonaws.com/l_media/_core/icon_backarrow.gif) no-repeat scroll left center transparent;
    color: #005A91;
    font: bold 14px/32px arial;
    padding: 0 0 0 13px;
    margin-bottom: 4px;
}
.pubArticleTitle {
    margin-bottom: 5px;
}
.pubArticleTitle a {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}
.pubHeader {
    color: #005A91;
    font-weight: bold;
    font-size: 26px;
}
.pubHeaderBox {
    margin-top: 5px;
}
.pubMainPage {
    text-align: center;
    width: 200px;
}
/** Publication End **/

/** Conferences **/

.pageTitle h1 {
    color: #005A91;
    font-size: 28px;
    margin: 0;
}
.pageDescription {
    font-size: 18px;
}
.yearList {
    margin-bottom: 10px;
    font: 12px arial;
    width: 520px;
    overflow-y: auto;
}

.currentYear {
    color: #005A91;
    border-bottom: #005A91 solid 1px;
    float: left;
    margin: 0 10px;
}
.otherYear {
    float: left;
    margin: 0 10px;
}
.otherYear a b {
    color: #000000;
}
.conferenceLanding {
    width: 680px;
    margin: 5px 0;
    padding: 5px 0;
    #border-bottom: 1px solid #ccc;
}
.conferenceTitle {
    padding: 5px 0;
}
.conferenceTitle, .conferenceTitle a {
    color: #696969;
    font-size: 14px;
}
.conferenceInitial, .conferenceInitial a {
    color: #005A91;
    font-size: 18px;
    font-weight: bold;
}
.conferenceBanner {
    width: 680px;
}
.conferenceBanner img {
    width: 100%;
}
.conferenceIntro {
    font-size: 16px;
}
.articleListDiv{
    margin-bottom: 20px;
}
.articleListBox{
    margin: 20px 0;
}
.articleVideo {
    margin-left: 20px;
    width: 200px;
    float: left;
}
.articleVideo2 {
    margin-left: 20px;
    width: 180px;
    float: left;
}
.articleVideoTitle a {
    font: normal 14px/18px Arial;
    color: #535353;
}
.articleThumb {
    width: 200px;
    margin-right: 10px;
    height: 110px;
}
.articleThumb2 {
    width: 180px;
    margin-right: 10px;
    height: 110px;
}
.articleThumb img {
    width: 90px;
    margin-right: 10px;
}
.articleThumb a {
    display:block;
    width:100%;
    height:100%;
}
.articleThumb2 a {
    display: block;
    width: 100%;
    height: 100%;
}
.articleTitle a {
    font: normal 14px/18px Arial;
    color: #535353;
}
.articleItem{
    width: 470px;
    float: left;
}
.articleItemTitle a {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}
.articleItemTitle{
    margin-bottom: 10px;
    font-size: 16px;
    width: 470px;
}
.articleLanding {
    width: 580px;
}
.articleIntro {
    font-size: 12px;
}
.detailViewMore {
    padding-top: 5px;
}
.detailViewMore a {
    font: bold 14px/18px Arial;
    color: #535353;
}
.moreDiv {
    width: 300px;
}
.moreThumb {
    width: 130px;
    height: 90px;
}
.mr10 {
    margin-right: 10px;
}
h3.detailTitle {
    margin-top: 0;
    font-size: 20px;
}
.viewAll a {
    color: #000000;
    font-size: 14px;
}
.viewAll {
    margin-bottom: 10px;
}
.moreTitle {
    width: 160px;
}
.moreTitle a {
    font: normal 14px/18px Arial;
    color: #535353;
}
.dropwdown select {
    width: 640px;
    height: 20px;
    font-size: 16px;
}
/** Conferences End **/

/*** Login ***/
.loginType {
    width: 120px;
    margin-right: 5px;
}
.loginEmail {
    width: 500px;
    padding-bottom: 10px;
}
.loginCheckbox {
    width: 360px;
    padding-bottom: 10px;
    font-size: 14px;
}
.loginEmail input, .loginPassword input{
    width: 100%;
}
.loginEmail select {
    width: 100%;
}
.loginEmail option {
    background: #58585a;
    color: #ffffff;
}
.loginEmail option::selection {
    color: #005A91;
}
.loginField {
    width: 140px;
    margin-right: 5px;
    font-size: 14px;
}
.loginPassword {
    width: 500px;
    padding-bottom: 10px;
}
.loginPassword input {
    width: 100%;
}
.loginEmail input[type="submit"] {
    background: #005A91;
    font-size: 12px;
    color: #ffffff;
    width: 75px;
    height: 25px;
    border-radius: 4px;
    border: #005A91;
}
.loginEmail textarea {
    width: 364px;
    height: 100px;
}
/*** Login End ***/

/*** Block ***/
.publicationList img {
    width: 137px;
    border: 1px solid #CCC;
    margin-bottom: 15px;
}
.h1_title {
    font-size: 18px;
    margin: 0;
}
.conferenceDesc {
    font-size: 12px;
}
/*** End Block ***/
/**** p404 Start ****/
.bg404{
    /* background-image: url(http://pharmacytimes.s3.amazonaws.com/v1_media/_core/p404bg2.png); */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    background: #005A91;
    width: 100%;
    height: 650px;
    box-shadow: 0 0 30px #666;
}
.text404{
    text-align: center;
    font: normal 14px/16px Arial;
    color: #ffffff;padding-top: 345px;
}
.text404 a{
    font: normal 14px/16px Arial;
    color: #005A91;
}
/**** p404 End ****/
/**** HOME START ****/
.homeFeature {
    width: 680px;
}
.homeConf {
    width: 350px;
}
.videoNavItem {
    padding: 3px 0 0;
    display: inline-block;
    margin: 0 50px;
}.videoNavItem a{
     font: normal 18px/20px Arial;
     color: #535353;
}
.homeVideo_active a{
    color: #005A91 !important;
    font-weight: bold !important;
}
.homeVideoHeader {
    width: 100%
}
#myProgress {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: #cccccc;
}
#myBar {
    position: absolute;
    width: 1%;
    height: 100%;
    background-color: #005A91;
    -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
}
.homeVideo_tab ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.sliderFeatureItem{
    float:left;
    width: 220px;
    margin-right: 50px;
}
.sliderFeatureThumb{
    width: 100%;
}
.sliderFeatureThumb a img{
    width: 100%;
}
.sliderFeatureTitle{
    padding: 10px 0 0 0;
}
.sliderFeatureTitle a{
    font: normal 14px/18px Arial;
    color: #535353;
}
.sliderItemRight{
    float: left;
    width: 400px;
}
.sliderTitle a{
    font: normal 14px/18px Arial;
    color: #535353;
}

.homeHeaderTitle{
    font: bold 18px/20px Arial;
    color: #535353;
}
h2.homeHeaderTitle{
    font: bold 25px/25px Arial;
    color: #535353;
    margin: 0;
    padding: 0;
}
h3.homeHeaderTitle{
    text-align: center;
}
.homeFWFeature{
    width: 190px;
    margin-left: 30px;
    height: 210px;
}
.homeConfImg {
    width: 180px;
    height: 210px;
}
.homeConfImg:nth-child(odd)  {
    margin-left: 20px;
}
.homeConfImgThumb {
    width: 100%;
    height: 110px;
}
.homeFWFeatureThumb {
    width: 100%;
    height: 110px;
}
.videoThumbnail {
    height: 25px;
    position: absolute;
    margin-top: 85px;
    margin-left: 150px;
}
.confVideoThumbnail {
    height: 25px;
    position: absolute;
    margin-top: 85px;
    margin-left: 155px;
}
.videoThumbnail2 {
    height: 25px;
    position: absolute;
    margin-top: 85px;
    margin-left: 170px;
}
.homeFWFeatureThumb a {
    width: 100%;
    height: 100%;
    display: block;
}
.homeFWFeatureTitle{

}
.homeFWFeatureTitle a{
    font: normal 16px/20px Arial;
    color: #535353;
}
.homeFWRight{
    width: 730px;
}
.homeFWItemLeft{
    width:355px;
    margin-right: 20px;
}
.homeFWItemRight{
    width:355px;
}
.homeFWConf a{
    font: normal 10px/12px Arial;
    color: #535353;
}
.homeFWItemTitle a{
    font: normal 14px/18px Arial;
    color: #535353;
}
.homeFWSeparator{
    border-bottom: 1px solid #eeeeee;
    margin: 10px 0;
    padding: 0 10px;
}
.homeVideo{
    margin-left: 10px;
    padding-right: 10px;
    width: 200px;
    float: left;
}
.homeVideoTitle {
    height: 60px;
}
.borderRight {
    border-right: 1px #eee solid;
}
.borderRight:nth-child(3) {
    border-right: 0px #eee solid;
}
.homeVideoThumb{
    width: 100%;
    height: 110px;
}
.homeVideoThumb a{
    display: block;
    width: 100%;
    height: 100%;
}
.homeVideoTitle a{
    font: normal 14px/18px Arial;
    color: #535353;
}
/**** HOME END ****/

/**** PAGINATION START ****/
.landPage {
    background-color: #e7e7e8;
    padding: 20px;
    font: bold 15px Arial;
    width: 600px;
}
.landPage a {
    color: #005A91;
}
/**** PAGINATION END ****/

/**** RESOURCE GUIDE START ****/
.resourceNav{
    width: 100%;
}
.resource_back {
    background-color: #d0d7cd;
    font: bold 17px Arial,Helvetica,sans-serif;
    margin: 0 auto;
}
.resource_padding {
    margin: 0 auto;
}
.resource_section {
    padding: 0 0 0 10px;
    font: 18px/30px Arial,Helvetica,sans-serif;
    width: 520px;
}
.resource_section ul li{
    margin-left: 15px;
}
.resource_bb {
    border-bottom: 2px solid #df7030;
}
.resource_bb a{
    font-size: 10px;
}
.resource_background {
    background-color: #005A91;
}
.resource_padding a {
    color:#ffffff;
}

.resource_bb a:hover {
    color: #ccc;
}
.resource_sectionTitle {
    color: #df7030;
    font: bold 28px/45px Arial,Helvetica,sans-serif !important;
    padding: 5px 0;
    margin: 0;
}
.resource_title {
    border-bottom: 2px solid #005A91;
    padding: 0 5px 4px;
}
.resource_title img {
    width: 300px;
}
.leftNavRG{
    width: 160px; font: 15px arial; color: #fff;
}
.leftNavApp{
    vertical-align: bottom; width: 125px; min-height: 30px; color: #ddd; font-size: 12px;
}
.rgRight{
    width:520px;
}
/**** RESOURCE GUIDE END ****

/
/**** Publications Start****/
.pubCover2 {
    width: 223px;
    height: 245px;
    float: left;
}
/**** Publications Start****/
.focusTitle {
    color: #FFA500;
    font: italic bold 28px/34px Arial,Helvetica,sans-serif;
}
.focusDivTitle {
    font: normal 12px Arial,Helvetica,sans-serif;
}
.focusDivTitle a {
    color: #000;
    font: bold 14px Arial,Helvetica,sans-serif;
}
/**** Subscribe page Start ****/
.subscribeTitleSmall {
    font: bold 14px/18px Arial, Helvetica, sans-serif;
}
.subscribeTxt {
    font: normal 12px Arial, Helvetica, sans-serif;
}
.subscribeLogo {
    width: 300px;
    margin: 10px auto;
}
.subscribeLogo img {
    width: 300px;
}
.boxBorder{
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #FFF;
}
textarea:focus, input:focus, select:focus{
    outline: none;
}
.printRegInput input[type=text]{
    height: 21px;
    width: 250px;
    border-width: 1px;
    border-color: #cccccc;
    font-size: 16px;
}
.printRegInput select{
    height: 25px;
    width: 252px;
    border-color: #cccccc;
    font-size: 16px;
}
.printRegInput input:focus, .printRegInput select:focus{
    border-color: #005A91;
}
#jobTitleBox{
    display: none;
}
#specialtyBox{
    display: none;
}
/**** Subscribe page End ****/
/****** Pompe Webinar CSS Start ******/

.pompeRegistration{
    width: 70%;
    margin: 0 auto;
}
.pompeMainImg{
    text-align: center;
}
.pompeMainImg img{
    width: 100%;
}
.pompeDate{
    text-align: center;
    color: #DBA009;
    font: bold 28px Arial;
}
.pompeSpacer{
    height: 30px;
}
.pompeRegButton{
    text-align: center;
}
.pompeTableLeft{
    vertical-align: bottom;
    padding-bottom: 10px;
    text-align: left;
}
.pompeTableRight{
    text-align: right;
}

/****** Pompe Webinar CSS End ******/

/**** Webinar Start****/
.webinarWrapper{
    width: 520px;
    margin: 0 auto;
}
.webinarBanner img{
    width: 100%;
}
.webinarHeadshot{
    width: 140px;
    margin-top: 10px;
}
.webinarHeadshot img{
    width: 140px;
}
.webinarHeadshotDesc{
    margin: 10px 0 10px 10px;
    font: normal 14px/18px arial;
    width: 370px;
    color: rgb(44, 88, 17);
}
.descTitle{
    font: normal 24px/28px arial;
    margin: 10px 0;
}
.webinarDateList{
    font: bold 24px arial;
    color: #005A91;
    padding: 20px;
    text-align: center;
}
.webinarDate{
    text-align: center;
    margin-bottom:10px;
}
.webinarLogo img{
    width: 180px;
}
.webinarTitle{
    font: normal 24px arial;
    color: #000000;
    text-align: center;
}
/**** Webinar End****/

/**** Popular Start ****/
.popBox{
    width: 300px;
    float: left;
}
.mostPopular{
    padding: 8px 0;
    #border-bottom: 1px dotted #8BA7BD;
}
.mostPopular:last-child {
    border-bottom: 0;
}
.mostPopularBar {
    background-color: #005A91;
    height: 6px;
    margin-bottom: 4px;
}
.popTitle{
    font: bold 18px/20px Arial;
    color: #535353;
    padding-bottom: 8px;
}
.popTB{
}
.popItemTitle a{
    font: normal 16px/20px Arial;
    color: #535353;
}
/**** Popular End ****/
/** featured slider CSS **/
#mainSlider_mainDiv .mainSlider_tab {
    width: 100%;
}
#mainSlider_mainDiv .mainSlider_tab ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}
#mainSlider_mainDiv .mainSlider_tab ul li.mainSlider_tabLi {
    display: inline-block;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
    padding: 3px 0 0;
}
#mainSlider_mainDiv .mainSlider_tab ul li.mainSlider_tabLi a {
    font: normal 23px/20px Arial;
    color: #535353;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 30px;
}
#mainSlider_mainDiv .mainSlider_tab ul li.mainSlider_tabLi.tabActive a {
    color: #005A91 !important;
    font-weight: bold !important;
}

#mainSlider_mainDiv .mainSlider_progressBarWrapper {
    margin-top:10px;
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #cccccc;
}
#mainSlider_mainDiv .mainSlider_progressBarWrapper #mainSlider_progressBar {
    position: absolute;
    width: 1%;
    height: 100%;
    background-color: #005A91;
    -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
}
#mainSlider_mainDiv .mainSlider_content {
    margin-top:10px;
}
#mainSlider_mainDiv .mainSlider_content .mainSlider_item:first-child {
    float: left;
    width: 300px;
    margin-right: 30px;
}
#mainSlider_mainDiv .mainSlider_content .mainSlider_item:first-child .mainSlider_thumb a img {
    width: 100%;
}
.mainSlider_thumb {
    height: 225px;
}
.mainSlider_thumb a {
    display: block;
    width: 100%;
    height: 100%;
}
#mainSlider_mainDiv .mainSlider_content .mainSlider_item:first-child .mainSlider_title {
    padding: 10px 0 0 0;
}
#mainSlider_mainDiv .mainSlider_content .mainSlider_item:first-child .mainSlider_title a {
    font: bold 16px/20px Arial;
    color: #535353;
}
#mainSlider_mainDiv .mainSlider_content .mainSlider_item .mainSlider_title {
    margin-bottom: 10px;
}
#mainSlider_mainDiv .mainSlider_content .mainSlider_item .mainSlider_title a {
    font: normal 14px/18px Arial;
    color: #535353;
}
#mainSlider_mainDiv .mainSlider_content .mainSlider_viewMore {
    font: bold 14px/18px Arial;
    color: #535353;
    text-align: right;
}
#mainSlider_mainDiv .mainSlider_content .mainSlider_viewMore a {
    font: bold 14px/18px Arial;
    color: #535353;
}

/* video featuredSlider */
#latestVideo_mainDiv .latestVideo_tab {
    width: 100%;
}
#latestVideo_mainDiv .latestVideo_tab ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}
#latestVideo_mainDiv .latestVideo_tab ul li.latestVideo_tabLi {
    display: inline-block;
    width: 33%;
    box-sizing: border-box;
    text-align: center;
    padding: 3px 0 0;
}
#latestVideo_mainDiv .latestVideo_tab ul li.latestVideo_tabLi a {
    font: normal 18px/20px Arial;
    color: #535353;
    width: 100%;
    height: 100%;
    display: block;
}
#latestVideo_mainDiv .latestVideo_tab ul li.latestVideo_tabLi.tabActive a {
    color: #003B65 !important;
    font-weight: bold !important;
}

#latestVideo_mainDiv .latestVideo_progressBarWrapper {
    margin-top:10px;
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #cccccc;
}
#latestVideo_mainDiv .latestVideo_progressBarWrapper #latestVideo_progressBar {
    position: absolute;
    width: 1%;
    height: 100%;
    background-color: #003B65;
    -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
}
#latestVideo_mainDiv .latestVideo_content {
    margin-top:10px;
}
#latestVideo_mainDiv .latestVideo_content .latestVideo_item:first-child {
    float: left;
    width: 220px;
    margin-right: 50px;
}
#latestVideo_mainDiv .latestVideo_content .latestVideo_item:first-child .latestVideo_thumb a img {
    width: 100%;
}
#latestVideo_mainDiv .latestVideo_content .latestVideo_item:first-child .latestVideo_title {
    padding: 10px 0 0 0;
}
#latestVideo_mainDiv .latestVideo_content .latestVideo_item:first-child .latestVideo_title a {
    font: bold 16px/20px Arial;
    color: #535353;
}
#latestVideo_mainDiv .latestVideo_content .latestVideo_item .latestVideo_title {
    margin-bottom: 10px;
}
#latestVideo_mainDiv .latestVideo_content .latestVideo_item .latestVideo_title a {
    font: normal 14px/18px Arial;
    color: #535353;
}
#latestVideo_mainDiv .latestVideo_content .latestVideo_viewMore {
    font: bold 14px/18px Arial;
    color: #535353;
    text-align: right;
}
#latestVideo_mainDiv .latestVideo_content .latestVideo_viewMore a {
    font: bold 14px/18px Arial;
    color: #535353;
}
/**** LOGIN ****/
.loginField {
    width: 140px;
    margin-right: 5px;
    margin-right: 5px;
    font-size: 14px;
}
.loginEmail {
    width: 500px;
    padding-bottom: 10px;
}
/**** LOGIN END ****/

/*** RECAPTCHA ***/
.simpleCaptcha {
    text-align:  center;
    margin:  10px 0;}
.g-recaptcha {
    display:  inline-block;
}


/*Related Coverage*/


.related_content{
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.section_content{
    display: flex;
    flex-wrap: wrap;
    width: 200px;

}

.articleListImage{
    width: 120px;
}
.articleListImage img{
    max-width: 110px;
    #max-height: 100px;
}

.articleListMore a{
    color: #cd2028;
    font: bold 11px Arial;
}

.mostRecent{
    display:flex;
    align-items: center;
    width:500px;
    margin-bottom:30px
}

.recentDesc{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    width: 300px;
}


/**** Webinars Start ****/
.preatlantaLeftDIv ul {margin: 0;}
.preatlantaLeftDIv h1{margin:0; font-size: 22px;}
.preatlantaLeftDIv h2{margin: 0; font-size: 18px;}
.preatlantaLeftDIv li {padding: 0; line-height: 26px;}
.acoBtn {background: #003768;font: bold 18px arial;height: 50px;line-height: 50px;width: 230px;border: 4px solid #fff;border-radius: 5px;text-align: center;margin: 0 auto;}
.acoBtn a {color: #fff;text-decoration: none;}
.presenters {margin-right: 60px;}
.presentersImg {margin-right: 10px;margin-bottom: 5px;}
.presentersImg img {height : 200px;}
.presentersDesc {line-height: 16px; margin-top: 135px;}
.presentersDesc .presenterintro {font-size: 13px;margin-top:3px;}
.preatlantaLeftDIv{width: 500px; padding: 20px;}
.preatlantaRightDIv{margin-left: 40px;margin-top:40px;}
.preatlantaRightDIv img{width: 380px;}
.preatlantaPadding{padding: 20px;}
.preatlantaCaptcha{margin-left: 140px;}
.presentersImgPic img{height: 215px; width: auto;}
.preatlantaTYLeftDiv{width: 450px; padding: 20px; margin-right: 20px;}
.preatlantaTYLeftDiv img {width: 100%;}
.preatlantaTYRightDiv img{width: 100%;}
.preatlantaTYRIghtDiv{width: 350px; padding: 20px 0;}
.preatlantaSuccess{font: bold 39px arial; text-align: center; margin-bottom: 20px;}
.preatlantaThankyouDesc{font-weight: bold;}
.preatlantaArticleDivLeft{width: 360px; padding: 0 20px; margin-right: 20px;}
.preatlantaArticleFirstDiv{margin-right: 20px;}
.preatlantaArticleFirstDiv img{height: 120px; width: 120px;}
.preatlantaArticleDivRight{width: 480px;}
.preatlantaArticleDivRightImgDiv{margin-right: 20px;}
.preatlantaArticleDivRightImgDiv img{width: 220px;}
.preatlantaArticleDivRightImgDivDesc{font: bold 16px arial; float: left; width: 240px;}
.preatlantaArticleFirstDivDesc{font: bold 16px arial; padding-top: 22px;}
.preatlantaForm input {width: 500px; height: 30px; background: #ccc; background: #e2e2e2; border: none; padding-left: 10px;}
.preatlantaForm textarea {width: 500px; height: 200px; background: #ccc; background: #e2e2e2; border: none; padding-left: 10px;}
.preatlantaForm .LogFormInput {margin-top: 20px;}
.preatlantaForm .regLogFormRequired {font: italic 12px arial; margin-top: 5px;}
.preatlantaForm .regSubmit {margin: 20px 0 0 40px;}
.preatlantaForm ::placeholder {color: #000; font-size: 13px; font-weight: bold;}
/**** Webinars Start ****/


.leftAd{
    width:calc(50% - 570px);
    left: 0;
    height:100vh;
    background: url('http://raredr.s3.amazonaws.com/_media/_image/Starry_Right.jpg');
    background-size: cover;
    margin-right: 20px;
}
.rightAd{
    width:calc(50% - 570px);
    right:0;
    height:100vh;
    background: url('http://raredr.s3.amazonaws.com/_media/_image/Starry_Right.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 20px;
}

.sapPANLogo img {
    width: 100%;
}

.sapPANTwitter iframe {
    width: 100% !important;
}