/**********************************     GLOBAL CSS START     **********************************/
img {border: 0;}

body {
    margin: 0;
    padding: 0;
    font: normal 15px/21px Arial, Helvetica, sans-serif;
    color: #444;
}
p {
    margin: 0;
    padding: 0;
    font: normal 15px/21px Arial, Helvetica, sans-serif;
    color: #444;
}
sup{
    line-height: .8em;
}
figure {
    display: table;
    width: 1px;
}
figure img, figcaption {
    display: table-row;
    vertical-align: bottom;
}
figcaption {
    font-size: 12px;
    text-align: center
}
.bodyText,.bodyResponse,.bodyText > span{
    font: normal 15px/20px Arial, Helvetica, sans-serif !important;
    padding-bottom: 10px;
    color: #444;
}
.body iframe {width: 100%;}
a:link {text-decoration: none; color: #005387;}
a:visited {text-decoration: none; color: #005387;}
a:hover {text-decoration: none; color: #005387;}
a:active {text-decoration: none; color: #005387;}
h1, h2, h3 {padding: 0px;margin: 0px;}
h1 {font: bold 28px/30px Arial, Helvetica, sans-serif; margin-bottom:10px;}
.AD300x250, .AD300x250A {
    width:300px;
    height: 250px;
    color: #cccccc;
}
.AD728x90{
    width:728px;
    margin: 0 auto;
    height: 90px;
    color: #cccccc;
}
.floatLeft, .fl{float:left;}
.floatRight, .fr{float:right;}
.floatClear, .clear, .fc{clear:both;}
.spacer10, .spacer{height:10px;}
.spacer20{height:20px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.b {
    font-weight: bold;
}
.boxBorder {
    border: 1px solid #CCC;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #FFF;
}
.inlineBlock {
    display: inline-block;
}
.verticalTop {
    vertical-align: top;
}
.verticalMiddle {
    vertical-align: middle;
}

.w1000{
    width: 1000px;
    margin: 0 auto;
}
.w690 {
    width: 690px;
}
.w660 {
    width: 660px;
}
.w480 {
    width: 480px;
}
.w300 {
    width: 300px;
}
.w220 {
    width: 220px;
}
.w250 {
    width: 250px;
}
.w200 {
    width: 200px;
}
.landingContentDiv{
    height: fit-content;
}
.pl20 { padding-left: 20px; }
.p20 { padding: 20px; height:auto !important;}
.pt20 { padding-top: 20px; }
.pt50 { padding-top: 50px; }
/* USED FOR TOP AD 300 */
.ml13 { margin-left: 13px; }
.landPage {
    background-color: #e7e7e8;
    padding: 20px;
    font: bold 15px Arial;
}
.landPage a {
    color: #005387;
}
.shell{
    background-color: #ffffff;
}
.borderBar {
    border-bottom: 1px solid #eeeeee;
    margin: 10px;
    padding: 0 10px;
}
.borderBarRight {
    border-right: 1px solid #eeeeee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.shadowDiv {
    -webkit-box-shadow: 0 10px 20px -10px  #000;
    -moz-box-shadow: 0 10px 20px -10px  #000;
    box-shadow: 0 10px 20px -10px  #000;
}
.pr20{
    padding-right: 20px;
}

.centertext{
    text-align:center;
}

.margintpbt{
    margin: 20px 0px;
}

.desktop{
    display: block;
    visibility: visible;
}

.mobile{
    display: none;
    visibility: hidden;
}

.flexjustify{
    display: flex;
    justify-content: space-between;
}

/**********************************     GLOBAL CSS END     **********************************/
/**********************************     FRAME CSS START     **********************************/
.frameHeader{
    width: 100%;
    background-color: #005387;
    padding: 10px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
}
.frameHeaderFullWidth{
    width: 100%;
    background-color: #005387;
    padding: 10px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #005387;
}
.frameHeaderACO{
    width: 100%;
    background-color: #f7f7f7;
    padding: 10px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
}

.inlineBlock.mainLogo.verticalMiddle a {
    width: 100%;
    height: 100%;
    display: block;
}
.inlineBlock.acoMainLogo.verticalMiddle {
    height: 45px;
    width: 215px;
    background: url(https://ajmc.s3.amazonaws.com/_media/_core/ACO_Logo_Redesign_winner.png) no-repeat center center;
    background-size: contain;
}
.inlineBlock.acoMainLogo.verticalMiddle a {
    width: 100%;
    height: 100%;
    display: block;
}
.topHeader {
    margin: 0 auto;
}
.headerLogoText{

}
.headerLogoText a {
    color: #ffffff;
    line-height: 20px;
    font-size: 12px;
}
.expanded .topHeader .mainLogo {
    position: relative;
    z-index: 10000;
}
.topHeader .mainLogo img {
    width: 142px;
    padding-top: 5px;
}
.topHeader .headerItem {
    width: 700px;
    max-height: 125px;
    box-sizing: border-box;
}
.topHeader .logDiv a {
    color: black;
    border-bottom: 1px solid #6d6e71;
    padding-bottom: 2px;
    font-size: 12px;
    font-weight: bold;
}
.topHeader .logDiv a:hover {
    text-decoration: none;
    border-bottom: 1px solid #005990;
    color: #005990;
}

.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 {
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
.spItem:hover:after {
    width: 100%;
    background: #005990;
    text-decoration: none;
}

.topHeader .newsLetterDiv img {
    height: 8px;
    vertical-align: middle;
    padding-bottom: 2px;
}
.topHeader .navDiv {
    #margin-top: 15px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
}
.topHeader .navDiv .navItem {
    padding: 0 14px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.topHeader .navDiv .navItem.noClick {
    cursor: default;
}
.topHeader .navDiv .navItem.noClick a.aLink {
    pointer-events: none;
}
.topHeader .navDiv .navItem.noClick .navDropItem {
    cursor: pointer;
}


.topHeader .miniNav {
    padding-top: 5px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-left: 25px;
}
.topHeader .miniNav .navItemExp {
    cursor: pointer;
    text-align: center;
    font-size: 10px;
    width: 25px;
}
.navItemExp img {
    width: 100%;
}
.topHeader .navDiv .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: 99999;
    min-width:320px;
}
.topHeader .navDiv .navItem .superNav {
    width: 450px;
}
.topHeader .navDiv .navItem .superNav .navDropItem {
    padding: 0 10px;
    width: 200px;
    display: inline-block;
}
.topHeader .navDiv .navItem:hover .navDropDiv {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-left:-10px;
    z-index: 999999;
}
.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 .navDiv .navItem.selected .navDropDiv a:after {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}



.topHeader .navDiv .navItem:hover a, .topHeader .navDiv .navItem.selected a,.topHeader .navDiv .miniNav .navItemExp:hover a, .topHeader .navDiv .miniNav .navItemExp.selected a {
    color: #fff;
}
.topHeader .navDiv .navItem a {
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    width: 100%;
    display: block;
}
.topHeader .navDiv .miniNav .navItemExp a {
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    width: 100%;
    display: block;
}
.topHeader .navDiv .navItem a:after {
    display: block;
    content: '';
    margin: 0 auto;
    width: 60%;
    border-bottom: solid 2px #fff;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    position: relative;
    bottom: 6px;
}
.topHeader .navDiv .miniNav .navItemExp a:after {

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

.topHeader .navDiv .fixedInner div:nth-child(2) {
    padding-left: 0;
}
#ivbmA{
    display: block;
    width: 150px;
    word-break: break-word;
    line-height: 20px;
    text-align: center;
}
#ivbmA:after{
    bottom:1px;
}
#ivbmD{
    top:45px;
}
#ivbmLogo{
    display:flex;
    align-items:center;
    justify-content:center;
}
#ivbmLogo img{
    max-height:125px;
}
.ivbmPageTitle{
    border-bottom:1px solid;
    min-width:50%;
    line-height:40px;
    font-size: 20px;
    font-weight: bold;
    color: #005289;
}
.ivbmHeader{
    font-size: 20px;
    font-weight: bold;
    color: #005289;
    margin: 20px 0px;
}
.ivbmLandingBlock p{
    text-align: center;
    font-style:italic;
    color:gray;
}
/*
.topHeader .navDiv .navItem:first-child {
    padding-left: 0;
}
*/

.topHeader #searchDiv {
    height: 30px;
    cursor: pointer;
    margin-top: 6px;
    width: 30px;
    background-image: url(https://hcplive.s3.amazonaws.com/l_media/_core/searchBtnImg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.topHeader #searchDiv.clicked {
    background-image: url(https://hcplive.s3.amazonaws.com/l_media/_core/searchBtnCloseImg.png);
}
.topHeader #searchDiv:hover {
    opacity: 0.7;
}


.topAdSpacer {
    height: 100px;
}
.adTopFloat {
    position: fixed;
    top: 120%;
    left: 0;
    width: 100%;
    height: 110px;
    z-index: 9999;
    background-color: #000;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -ms-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
}
.AD728x90Float{
    width: 100%;
    height: 90px;
    background-color: #000000;
    margin: 8px auto 0;
}
.closeFloat {
    position: fixed;
    cursor: pointer;
    width: 29px;
    height: 25px;
    right: 0;
    text-align: center;
    background: #b8b8b8;
    color: #fff;
    font-weight: bold;
    font-family: sans-serif;
    border-radius: 25px;
    padding-top: 4px;
}
.messageContent {
    width: 1200px;
    margin:  0 auto;
}
.messageText {
    width: 800px;
    margin:  0 auto;
    background: #005990;
    color:  #fff;
    text-align:  center;
    font-size: 19px;
    font-weight:  bold;
    line-height: 30px;
    padding: 15px;
    margin-right: 20px;
}
.messageButton {
    width: 350px;
    text-align:  center;
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
    padding: 30px 0;
    cursor:  pointer;
    background: #b8b8b8;
}
.adBottom{
    width:728px;
    margin: 10px auto 0 auto;
}
.topSpacer {
}
#flyBanner {
    position: relative;
    z-index: 99999999999;
    height: 90px;
    padding: 10px 0;
    background-color: #f4f4f4;
}
#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;
    background-color: #f4f4f4 !important;
    -webkit-box-shadow: 0 0 5px 2px #aaa;
    -moz-box-shadow: 0 0 5px 2px #aaa;
    box-shadow: 0 0 5px 2px #aaa;
}
.scrollFly {
    position: fixed;
    top: 0;
    padding: 10px 0;
    width: 300px;
    transition: top 500ms;
}
.scrollBottom {
    position: absolute;
    bottom: 0;
    padding: 10px 0;
}
#navBar {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
#navBar.fixedTop {
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left:0;
    background-color: #ffffff;
    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;
}
.fixedLogo {
    display: none;
}
.fixedTitle {
    display: none;
}
#navBar.fixedTop .fixedLogo {
    display: inline-block;
    padding: 5px 0;
    width: 142px;
    text-align: center;
}
#navBar.fixedTop .fixedTitle {
    display: inline-block;
    padding: 5px 0;
    text-align: left;
    line-height: 16px;
    margin-right: 30px;
}
#navBar.fixedTop .fixedLogo img {
    height: 30px;
}
#navBar.fixedTop .navItem {
    vertical-align: top;
}
#navBar.fixedTop .miniNav .navItemExp {
    vertical-align: top;
}

.bottomFooter .relatedSitesDiv {
    margin: 10px auto;
}
.bottomFooter .relatedSitesDiv .relatedSiteHeader {
    #box-shadow: 0 -2px 0 #bbb;
    box-shadow: 0 -2px 0 #005990;
    padding: 10px 5px;
    color: #005990;
    font-weight: bold;
    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 5px;
    vertical-align: middle;
}
.relatedSiteList img {
    width: 110px;
}
.border_005990 {
    height: 2px;
    width: 100%;
    background-color: #005990;
}

.footerArrowLogo {
    width: 0;
    height: 0;
    border-top: 90px solid transparent;
    border-bottom: 90px solid transparent;
    border-right: 65px solid #ffffff;
    background-color: #005990;
}
.footerContentDiv {
    padding: 40px 0;
    border-top: 12px solid #005990;
}
.footerContentBg {
    margin: 0 auto;
    width: 1000px;
    position: relative;
}
.footerContentBg .footerContentLogo {
    background-color: #fff;
}
.footerContentBg .footerContentLogo img, .footerContentLogo img {
    height: 50px;
}
.footerContentBg .footerContent {
    height: 270px;
    max-height: 270px;
    overflow: hidden;
    top: -45px;
    margin-left: 25px;
}
.footerContentBg .footerSocialBtn {
    padding-top: 10px;
}
.footerContentBg .footerSocialBtn div {
    padding: 0 10px;
    margin-bottom: 10px;
}
.footerContentBg .footerSocialBtn div {
    padding: 0 10px;
}

.bottomFooter .footerSite {
    text-align:center;
    background-color: #005990;
    color: #ffffff;
    padding: 20px 0 20px;
}
.bottomFooter .footerSite a {
    font-size: 14px;
    text-decoration: none;
    color: #000000;
}
.bottomFooter .footerSite a:hover {
    text-decoration: underline;
}

.footerContent .footerBlock {
    height: 100%;
    border-left: 2px solid #4b4b4d;
    padding: 10px 14px;
    font-size: 14px;
    width: 195px;
}
.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, .footerLinkB a {
    color: #000;
    font-size:14px;
    font-weight: bold;
}
.footerLinkC {
    margin-top: 0;
}
.footerLinkC:first-child {
    margin-top: 0;
}
.footerLinkC, .footerLinkC a {
    color: #000;
    font-size:14px;
    font-weight: bold;
}
.footerContent .footerBlock .footerLinkS a {
    color: #000;
    font-size:12px;
    line-height: 18px;
}
.detailFooter {
    width: 700px;
    margin-left: 350px;
}
.footerLinkDetail a {
    color: #000;
    font-size:12px;
    line-height: 18px;
}
.footerSocialDetail {
    padding-right: 35px;
    padding-top: 25px;
}
.footerDetailLogo {
    padding-top: 20px;
}
.footerLinkDetail {
    text-align: right;
}
.bottomDetail {
    margin-left: -50px;
}
.bottomCopyright {
    text-align: center;
    font-size: 14px;
    background-color: #005990;
    color: #ffffff;
    padding: 10px 0 10px;
}
/**********************************     FRAME CSS END     **********************************/

/**********************************     HOME CSS START     *********************************/
.row {
    border-bottom: 2px solid #ffffff;
}
.section {
    color: #00598E;
    width: 98%;
}
.compSection {
    color: #00598E;
}
.section h2, .compSection h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
}
h3.section {
    text-align: center;
}
.view_more a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 20px;
}
.borderSection {
    border-right: 1px solid #fff;
    margin-left: 5px;
    padding-right: 20px;
}
.borderSection2 {
    width: 1px;
    margin: 35px 20px 0;
    height: 280px;
    background: #ffffff;
}
.feature_main {
    width: 300px;
    margin-right: 30px;
}
.feature_article {
    width: 300px;
    border-right: 1px solid #fff;
    margin-left: 5px;
    padding-right: 20px;
}
.home_articles {
    width: 300px;
}
.home_articles_2 {
    width: 320px;
    padding-left: 10px;
    border-left: 1px solid #eeeeee;
}
.feature_thumb {
    margin-bottom: 15px;
}
.feature_thumb img {
    width: 100%;
}
.feature_title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
}
.feature_title a {
    color: #000000;
    font-weight: bold;
}
.feature_intro a {
    color: #000000;
    font-weight: normal;
}
.borderBottom {
    height: 2px;
    border-bottom: 2px solid #eeeeee;
    margin: 7px 0;
}
.borderJournal {
    height: 2px;
    border-bottom: 2px solid #005387;
    margin: 20px 50px;
}
.borderRight {
    border-right: 1px solid #fff;
    padding-right: 10px;
}
.article_intro {
    font-size: 12px;
    line-height: 16px;
    color: #999;
}
.article_title {
    font-size: 16px;
    line-height: 22px;
}
.title {
    font-size: 20px;
    line-height: 26px;
}
.article_title a, .title a {
    color: #000000;
}
.article_plus {
    font-size: 10px;
    line-height: 12px;
    color: #A0A0A0;
    margin: 5px 0;
}
.article_none {
    display: none;
}

.video_feature {
    width: 325px;
    padding-bottom: 20px;
}
.video_feature_articles {
    width: 350px;
    margin-bottom: 26px;
}
.video_feature_thumb {
    width: 300px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 5px;
    cursor: pointer;
}
.video_feature_thumb a {
    height: 100%;
    width: 100%;
    display: inline-block;
    padding-bottom: 158px;
}
.video_feature_title {
    width: 300px;
    padding: 0 0 0 12px;
    height: 80px;
}
.video_feature_title a {
    color: #000000;
}

.video_articles_1col {
    width: 300px;
    margin-bottom: 10px;
}
.video_thumb_1col {
    width: 300px;
    height: 150px;
    margin-bottom: 5px;
    cursor: pointer;
}
.video_title_1col {
    /*height: 80px;*/
}
.video_title_1col a {
    color: #000000;
    font-weight: bold;
}

.video_articles {
    width: 233px;
}
.video_thumb {
    width: 215px;
    height: auto;
    padding-bottom: 118px;
    margin-bottom: 5px;
    cursor: pointer;
}
.video_title {
    width: 215px;
    height: 90px;
}
.video_title a {
    color: #000000;
}
.video_thumb img {
    width: 100%;
}
.journal_cover_home {
    height: auto;
    width: 200px;
    margin: 0 50px 0 0;
}
.journal_cover_home a {
    height: 100%;
    width: 100%;
    padding-bottom: 265px;
    display: inline-block;
}
/**********************************     HOME CSS END     **********************************/
/*****************************     Conferences CSS Start     ******************************/

.mainContent {
    width: 100%;
    margin: 10px 0;
}
.mainContent > .leftTab {
    width: 680px;
}
.rightTab {
    position: relative;
    width: 300px;
}
#rightTabContent {
    #-webkit-transition: all 500ms;
    #-moz-transition: all 500ms;
    #-ms-transition: all 500ms;
    #-o-transition: all 500ms;
    #transition: all 500ms;
    position:relative !important;
}
.articleSeparator{
    border-bottom: 1px solid #eeeeee;
    margin: 10px 0;
    padding: 0 10px;
}
.addRightBox {
    width: 300px;
}
.arHeader{
    color: #005990;
    font-size: 16px;
    margin: 0;
}
.arItem{
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eeeeee;
}
.arItemTitle{
    color: #005990;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
}
.arItemIntro{
    color: #696969;
    font-size: 12px;
}

/*****************************     Conferences CSS END     ********************************/

/******************************   ARTICLE CSS START   ******************************/
.content {
    width: 690px;
    padding-right: 10px;
}
.detailBody iFrame {
    width: 630px;
    height: 388px;
}
.detailBody a{
    color:#0077b5;
}
.detailBody a:hover{
    text-decoration: underline;
}
.detail_article {
    width: 630px;
}
.articles {
    margin-bottom: 10px;
}
.alt {
    background-color: #e5edf3;
}
.article_thumb {
    width: 150px;
    height: 50px;
    margin-right: 10px;
}
.article_thumb img {
    width: 100%;
}
.videos {
    #height: 130px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.video_thumbnail {
    width: 150px;
    height: 75px;
    border-radius: 5px;
    margin-right: 10px;
    #margin-bottom: 45px;
}
.video_description {
    width: 520px;
}
.breadcrumb {
    margin: 10px 0;
}
.detailBreadcrumb {
    font-weight: bold;
}
.detailPublished {
    color: #8f8f8f;
}
.detailIntro {
    padding: 10px;
    background: #eeeeee;
    font-size: 13px;
    border: 1px solid #ced7dd;
}
.detailBody, .detailRelated {
    line-height: 30px;
    margin-bottom: 20px;
}
.detailNext {
    padding: 20px 0 20px 20px;
    font-weight: bold;
    left: 74px;
    position: relative;
}
.nextArticle {
    border: 1px solid #767674;
    border-radius: 3px;
    padding: 8px;
    line-height: 20px;
    margin: 0 auto 0 480px;
    width: 85px;
}
.nextArticle:before {
    content: '> ';
    color: #005387;
}
/*.nextArticle:after {
    content: "";
    border-left: 15px solid rgb(185, 222, 245);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    right: -15px;
    top: -5px;
}*/
.detailBottom {
    padding-bottom: 20px;
}
.note {
    font-size: 12px;
    padding-bottom: 10px;
}
#audio_container_wrapper {
    margin: 10px auto;
}
.topic_dropdown {
    margin-bottom: 10px;
}
.topic_dropdown select {
    width: 100%;
    height: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #005990;
}
.topic_dropdown option {
    color: #000000;
}
/*******************************   ARTICLE CSS END   *******************************/

/******************************   Conferences Start   ******************************/

.pageTitle h1 {
    color: #005990;
    font-size: 28px;
    margin: 0;
}
.pageDescription {
    font-size: 16px;
}
.yearList {
    margin: 24px 0 34px 0;
    font: 12px arial;
    width: 100%;
    overflow-y: auto;
}


.currentYear {
    color: #005990;
    border-bottom: #005990 solid 1px;
    float: left;
    margin: 0 10px;
    font-size: 16px;
}
.otherYear {
    float: left;
    margin: 0 10px;
    font-size: 16px;
}
.conferenceLanding {
    width: 680px;
    margin: 5px 0 20px;
    padding: 5px 0;
    border-bottom: 1px solid #eeeeee;
}
.conferenceTitle {
    padding: 5px 0;
}
.conferenceTitle, .conferenceTitle a {
    font-size: 14px;
    line-height: 28px;
    color: #000;
}
.conferenceNote {
    font-size: 11px;
    font-style: italic;
}
.conferenceInitial, .conferenceInitial a {
    color: #005990;
    font-size: 18px;
    font-weight: bold;
}
.conferenceBanner {
    width: 680px;
    max-height: 300px;
    text-align: center;
    width: 100%;
}
.conferenceBanner img {
    max-width: 680px;
    max-height: 300px;
    height: auto;

}
.conferenceIntro {
    font-size: 14px;
}
.articleListDiv{
    margin-bottom: 20px;
}
.articleThumb {
    width: 90px;
    margin-right: 10px;
    height: 60px;
    border-radius:5px;
}
.articleThumb img {
    width: 90px;
    margin-right: 10px;
}
.articleThumb a {
    display:block;
    width:100%;
    height:100%;
}
.articleTitle a {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}
.articleLanding {
    width: 580px;
}
.articleIntro {
    font-size: 12px;
}
/******************************   Conferences End   ******************************/

/******************************   Journals Start   *******************************/
.journal {
    width: 290px;
    padding: 20px;
    margin: 10px 0;

    display: inline-block;
    vertical-align: top;
}
.journal_cover {
    height: auto;
    width: 290px;
    margin: 0 auto;
}
.journal_cover a {
    height: 100%;
    width: 100%;
    padding-bottom: 390px;
    display: inline-block;
}
.journal_title {
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
}
.issue {
    width: 185px;
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
}
.issue_cover {
    height: auto;
    width: 200px;
    margin: 0 auto 10px 0;
}
.issue_cover a {
    height: 100%;
    width: 100%;
    padding-bottom: 245px;
    display: inline-block;
}
.issue_title {
    text-align: left;
    padding: 0;
    font-size: 18px;
    font-weight: bold;

/*    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
.issue_title a {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 18px;
}
.article_category {
    width: 100%;
    padding: 5px 0 5px 10px;
    margin-bottom: 10px;
    background: #eee;
    font-weight: bold;
}
.currentJournal {
    padding: 20px 20px;
    margin-bottom: 20px;
    color: #fff;
    box-sizing: border-box;
    background-color: #005990;
    font-size: 16px;
}
.dropdown {
    text-align: right;
    padding-right: 30px;
}
.dropdown select {
    background: #00538726;
    width: 85px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 0px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    padding: 5px;
}/******************************   Journals Start   *******************************/

/*------------------------------------------aco fall17 page start---------------------------------------------------*/
.acofall17AboutDiv {
    margin-top: 0px;
    margin-left: 60px;
    display: none;
}
.acofall17RegisterList {
    height: 50px;
	width: 300px;
    background: #22B8F0;
	color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    cursor: pointer;
    margin-top: 90px;
}
.acofall17DropdownTitle {
	height: 50px;
	width: 300px;
	text-align: center;
	background: #2C434B;
    font-size: 20px;
    line-height: 50px;
    cursor: pointer;
    margin-top: 90px;
    color: #fff;
    margin-bottom: 30px;
}
.acofall17divider{
	width: 1060px;
    height: 18px;
    background-color: #22B8F0;
    background-size: 100%;
}
.Acofall17HeaderBG{
    background: #F2F2F3 url('http://ajmc.s3.amazonaws.com/_media/_upload_image/ACO%20PCOC%2017.png') repeat-x;
    background-size: contain;
}
.acofall17TopBG {
    width: 1060px;
    height: 260px;
    background: url(http://ajmc.s3.amazonaws.com/_media/_upload_image/ACO%20PCOC%2017.png) center #ffffff;
    background-size: 100%;
}
.acofall17TopWeather {
    margin-top: 20px;
    color: #2C434B;
    font: 12px/16px Arial, Helvetica, sans-serif;
}
.acofall17TopDate {
    font: bold 16px Arial;
    color: #2C434B;
}
.acofall17ValueofCareLogo {
    float: left;
    width: 100px;
    margin-left: 10px;
}

/*----------------------------------------aco page ends---------------------------------------------------*/

/*------------------------------------------aco page start---------------------------------------------------*/
.AcoHeaderBG{
    background: #F2F2F3 url('https://ajmc.s3.amazonaws.com/_media/_core/ACO_HeaderBG_re.png') repeat-x;
    background-size: contain;
}
.acoTopWeather {
    margin-top: 20px;
    color: #fff;
    font: italic bold 28px/30px Arial, Helvetica, sans-serif;
}
.acoBtn {
    background: #075414;
    color: #fff;
    font: bold 18px arial;
    height: 40px;
    line-height: 40px;
    width: 220px;
    border: 4px solid #ccc;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
}
.acoBtn a {
    color: #fff;
    padding: 15px 50px;
}
.acoAgendaDiv {
    float: left;
    margin-left: 60px;
    margin-top: 80px;
    width: 550px;
}
.acoAgendaTitle {
    font: bold 24px arial;
    color: #000;
    margin-bottom: 30px;
}
.acoAgendaTitle2 {
    font: bold 24px arial;
    color: #fff;
    margin-bottom: 30px;
}
.acoAgendaChairDiv {
    float: left;
    width: 160px;
    margin-left: 20px;
}
.acoAgendaChairDesc {
    float: left;
    width: 350px;
    line-height: 22px;
    font-size: 15px;
}
.acoAgendaPresenterDiv {
    float: left;
    margin-left: 20px;
    margin-top: 80px;
    width: 350px;
}
.acoAgendaPrensenterDesc {
    float: left;
    width: 350px;
    margin-left: 20px;
    line-height: 22px;
    font-size: 15px;
}
.acoValetParking {
    margin-left: 120px;
}
.acoFacultyList {
    height: 50px;
    background: #ccc;
    text-align: center;
    font-size: 26px;
    line-height: 50px;
    cursor: pointer;
    margin-top: 90px;
}
.acoFacultyDiv {
    margin-top: 60px;
    margin-left: 60px;
    display: none;
}
.acoFaclutyLeftCol {
    float: left;
    width: 400px;
    margin-left: 20px;
    line-height: 22px;
    font-size: 15px;
}
.acoFaclutyRightCol {
    float: left;
    width: 400px;
    margin-left: 60px;
    line-height: 22px;
    font-size: 15px;
}
.acoAccommodationsDiv {
    height: 650px;
    background-color: #261b2b;
    background-size: 100%;
    color: #fff;
}
.acoAccommodationsDiv a {
    color: #fff;
}
.acoAccommodationsLeftCol {
    float: left;
    margin-left: 60px;
    margin-top: 80px;
    width: 450px;
}
.acoDirections {
    margin-top: 90px;
}
.acoAccommodationsLeftColContent {
    margin-left: 20px;
    line-height: 22px;
    font-size: 15px;
}
.acoAccommodationsRightCol {
    float: left;
    margin-left: 60px;
    margin-top: 80px;
    width: 450px;
}
.acoAgendaWrapper{
    margin-left: 60px;
    margin-top: 80px;
}
.acoAgendaImgDiv {
    text-align: center;
    position: relative;
    right: 40px;
}
.acoAgendaImg01, .acoAgendaImg02 {
    margin-left: 20px;
}
.acoAgendaImg03 {
    margin-left: 17px;
}

.acoFacultyImgDiv {
    text-align: center;
    position: relative;
    right: 40px;
}
.acoFormDiv {
    float: left; width: 500px;
}
.acoRegDesc {
    float: left;
    width: 435px;
}
.ml60 {
    margin-left: 60px;
}
.mt60 {
    margin-top: 60px;
}
.ml200 {
    margin-left: 200px;
}
.acoExpect {
    font: 26px arial;
    color: #fff;
    text-align: center;
}
.acoExpectContent {
    font: 16px arial;
    color: #fff;
    margin-top: 20px;
}
.acoTopTitle h1{
    font: bold 28px/30px Arial, Helvetica, sans-serif;
    color: #fff;
}
.acoTopDate {
    font: bold 16px Arial;
    color: #fff;
}
.acoTopBG {
    width: 1060px;
    height: 260px;
    background: url(https://ajmc.s3.amazonaws.com/_media/_image/aco-thunder-bg.png) no-repeat center #ffffff;
    background-size: 100%;
}
.acoContentBG {
    width: 1060px;
    height: 300px;
    background-color: #261b2b;
    background-size: 100%;
}
.subBox {
    background-color: #EEE;
    width: 218px;
    padding: 15px;
    margin-left: 35px;
    border: 1px solid #000;
    border-radius: 30px;
}
.acoTxt {
    font: 12px/14px arial;
    color: #FFF;
    padding: 5px 50px;
}

.acologSubBox {
    padding: 13px 0;
}
.position {
    position: relative;
    top: 112px;
}
.pcocIndustryBox{
    width: 95px;
}
.acoContentDiv {
    padding: 0 18%;
}
.formWidth {
    width: 47%;
}
.dButton {
    background: url("https://ajmc.s3.amazonaws.com/_media/_core/AJMC_Button.jpg") no-repeat scroll 0 0 transparent;
    font: bold 18px Arial,Helvetica,sans-serif;
    height: 25px;
    margin: 0 0 5px 30px;
    padding: 13px 0;
    text-align: center;
    color: #ffffff;
    width: 200px;
}
.dButton a:visited {
    color: #ffffff;
}
.slBox {
    width: 390px;
}
.srBox {
    width: 255px;
    margin-left: 10px;
}
.acoBanner img{
    width: 100%;
    margin-bottom: 10px;
}
.acoName {
    font: italic 14px Georgia, \'Times New Roman\', Times, serif;
    font-weight: bold;
    color: #005387;
}
.press {
    display: none;
    margin-top: 5px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
}
.acoblueBox {
    font: normal 12px Arial, Helvetica, sans-serif;
    padding: 20px;
    width: 260px;
    color: #fff;
    background-color: #0767AD;
}
.acoMenu img {
    width: 300px;
    padding-bottom: 5px;
}

.acoMeetingNews {
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.txt20 {
    font: normal 20px Arial, Helvetica, sans-serif;
}
.acoContact{
    margin-bottom: 20px;
}
.acoMenu {
    width: 300px;
    margin-right: 10px;
}

.acoMenu200 {
    width: 200px;
    margin-right: 10px;
}

.acologlBox {
    margin-top: 0px;
}
.acoMidImg{
    margin-left:60px;
    margin-top:160px;
}
.acoBG {
    background-image: url(https://ajmc.s3.amazonaws.com/_media/_core/acolandingBGwithoutLogo.png);
    background-size: cover;
    width: 650px;
    padding: 10px 0;
}
.acoBB {
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
}
.acoBoxOuterPadding {
    padding: 20px;
}

.acoBoxInnerPadding {
    padding: 20px;
    margin: 20px;
}

.acoMeeting {
    margin-bottom: 20px;
    margin-left: 10px;
}
.acoMeetingRight {
    margin-left: 10px;
    margin-right: 20px;
}
.acoRight20 {
    margin-right: 20px;
}
.acoMeetingLeft {
    margin-left: 20px;
    margin-right: 10px;
}
.loginTop {
    margin-top: 10px;
    margin-bottom: 10px;
}
.acoNews {
    width: 340px;
    margin-right: 10px;
}
.acoNewsContent {
    margin-top: 10px;
    padding-bottom: 10px;
}
.acoInput{
    margin-bottom: 10px;
}
.acoMb10 {
    margin-bottom: 10px;
}
.acoLanindgLeft {
    float: left;
    margin-left: 20px;
    width:300px;
}

.boxBorderAco{
    border: 1px solid #CCC;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #FFF;
    width:670px;
}
.boxBorderAco .vacCarouselTitle{
    display: none;
}
.boxBorderAco .vacCarouselImage img{
    height:446px;
    width:auto;
}
.boxBorderAco .jscarousal-contents-horizontal img{
    width:130px;
}
.boxBorderAco .jscarousal-contents-horizontal{
    width:597px;
}
.boxBorderAco .jscarousal-horizontal{
    width:649px;
    padding: 22px 8px 0 8px;
    margin-top: 10px;
}
.boxBorderAco .jscarousal-horizontal-back, .jscarousal-horizontal-forward{
    top:0px;
}
.acoTopBox{
    background-image: url(https://ajmc.s3.amazonaws.com/_media/_core/ACO_top_BG.png);
    background-size: cover;
    width: 920px;
    padding: 40px;
}
.acoTopText{
    width: 400px;
    font: normal 28px/34px georgia;
    color: #fff;
    margin-right: 40px;
}
.acoTopVidText{
    /* margin-left: 310px; */
    padding: 10px;
    /* background-color: #ccc; */
    font: normal 14px arial;
    color: #fff;
}
.acoLogin{
    color: #005387;
    font: bold 28px arial;
    padding: 12px;
}
.acoSection{
    padding:20px 40px;
    font:normal 17px/22px georgia;
}
.acoLoginSlider{
    margin-left:100px;
}
.acoLeft300{
    margin-right: 190px;
    margin-left: 80px;
}
.acoBody{
    width: 1040px;
    margin: auto;
    box-shadow: 0px 30px 30px #666666,0px 0px 30px #0D5B92;
}
.acoReg{
    color: #000;
    font: normal 20px Georgia;
    margin-top: 15px;
}
/*----------------------------------------aco page ends---------------------------------------------------*/
/******************************   Login/Register Start   ******************************/
.loginEmail {
    width: 505px;
    padding-bottom: 10px;
}
.loginEmail input{
    width: 100%;
    padding: 0 1%;
    border: 1px solid #cccccc;
    outline: none;
    line-height: 21px;
    box-sizing: border-box;
}
.loginEmail select {
    width: 100%;
    border: 1px solid #cccccc;
    outline: none;
}
.loginEmail input:focus, .loginEmail select:focus{
    border: 1px solid #005387;
}
.loginEmail option::selection {
    color: #005387;
}
.loginField {
    width: 150px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 23px;
}
.loginSubmit input[type="submit"] {
    background: #005387;
    font-size: 12px;
    color: #ffffff;
    width: 75px;
    height: 25px;
    border: #4DB4E6;
    outline: none;
}
.loginSubmit{
    text-align: center;
}
.loginDivBg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background-color: #000000;
    opacity: 0.85;
}
.login {
    display: none;
    position: fixed;
    background-color: white;
    opacity: 31;
    top: 300px;
    left: 730px;
    width: 325px;
    padding: 50px;
    z-index: 9999999999;
}
.loginForm label {
    width: 100%;
    padding: 20px 0 5px;
    font-weight: bold;
}
.loginForm input {
    width: 100%;
    height: 35px;
}
.loginForm input[type="submit"] {
    background: #005387;
    font-size: 14px;
    color: #ffffff;
    width: 148px;
    height: 35px;
    border: #4DB4E6;
    outline: none;
    margin-top: 20px;
}
.loginFooter {
    margin: 15px 0;
}
.closeForm {
    position: absolute;
    z-index: 999999995;
    margin-left: 340px;
    margin-top: -50px;
    height: 30px;
    width: 35px;
    background-color: #005184;
    cursor: pointer;
    text-align: center;
    color: white;
    font-size: 25px;
    padding-top: 6px;
}
/******************************   Login/Register End   ******************************/
/******************************   IPUB Start   ******************************/
#vidDiv iframe{
    width: 100%;
    height: 100%;
}
/******************************   IPUB End   ******************************/
/******************************   About Start   ******************************/
.aboutMMJournalCover{
    width: 290px;
    padding: 20px;
    margin: 10px 0;
}
.aboutMMJournalCover:nth-child(odd){
    margin-right:20px;
}
.aboutMMJournalCover a img {
    width: 100%;
    border: 1px solid #000000;
}
.aboutMMJournalTitle{
    text-align:center;
}
.aboutJournal{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.aboutJournalHeader{
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.aboutJournalThumb{
    width: 200px;
    margin: 0 auto;
}
.aboutJournalThumb a img{
    width: 100%;
    border: 1px solid #000000;
}
.aboutJournalTitle{
    width: 460px;
}
.aboutLatest{
    color: #005387;
    font-weight: bold;
}
.aboutJournalTitle h1{
    font: bold 22px/30px Arial, Helvetica, sans-serif;
    margin-bottom: 0;
    text-align: center;
}
/******************************   About End   ******************************/
/******************************   Formulary Start   ******************************/
.fm_articleTitle{
    font: bold 16px/18px Arial, Helvetica, sans-serif;
    color: #005387;
}
.fm_articleTitleSmall {
    font: bold 12px/18px Arial, Helvetica, sans-serif;
}
.fm_error_msg {
    border: solid 1px #ff0000;
    padding: 10px;
    background-color: #FFC0CB;
    margin-bottom: 10px;
}
.fm_formCover {
    display: inline-block;
    width: 201px;
    vertical-align: top;
    min-height: 267px;
}
.fm_boxBorder{
    border: 1px solid #CCC;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #FFF;
}
.fm_loginView{
    width:500px;
    margin:auto;
}
.fm_invokanaText{
    border-top:1px solid #CCCCCC;
    margin-top:10px;
    padding-top:10px;
    font:normal 12px Arial,Verdana;
    color:#5f6062;
}
.fm_invokanaText ul {
    margin: 0;
    padding: 0px 15px;
}
.fm_invokanaText p {
    margin: 0;
    padding: 5px 15px;
}
.fm_invoTopLeft{
    width:70%;
    border-right:1px solid #CCCCCC;
    padding-right:10px;
    margin-right:10px;
}
.fm_invoTopRight{
    width:26%;
}
.fm_aristadaText{
    font: normal 13px/16px Arial, Helvetica, sans-serif;
    color: #000000;
}
.fm_aristadaHeader{
    font: bold 16px/16px Arial, Helvetica, sans-serif;
    margin:15px 0;
    color: #000000;
}
.fm_aristadaBorder{
    border:solid 1px #ccc;
    padding:10px;
}
.fm_section {
    background-color: #999;
    margin-bottom:5px;
    padding: 0px 10px;
}
.fm_section, .fm_section a, .fm_section h2, .fm_section h2 a {
    font: bold 12px/20px Arial, Helvetica, sans-serif;
    color: #fff;
}
.hbv li{
    color: #535353 !important;
}
/******************************   Formulary End   ******************************/
/******************************   Meeting Start   ******************************/
.ATVItem{
    padding: 10px;
}
.ATVSeperator{
    border-bottom: 1px solid #eeeeee;
}
.ATVLandingLeft {
    float: left;
    width: 170px;
}
.ATVLandingLeft img {
    width: 157px;
}
.ATVLandingRight {
    float: left;
    width: 480px;
}
#form_1 input[type="text"], #form_1 input[type="password"], #form_1 select {
    width: 200px !important;
    border: solid 1px #005387;
}
.meetingTxt {
    font: normal 12px Arial, Helvetica, sans-serif;
}
.meetingHD {
    background-color: #005387;
    font: bold 11px Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 3px;
    z-index: 9;
}
.meetingMargin {
    margin: 20px;
}
.meetingMt10 {
    margin-top: 10px;
}
/******************************   Meeting End   ******************************/
/******************************   Essentials Start   ******************************/
.sectionBox2{
    width: 330px;
}
.sectionBox3{
    width: 330px;
    margin-left: 20px;
}

/******************************   Essentials End   ******************************/
/******************************   Contributor Start   ******************************/
.con_articleListBox{
    padding: 10px 0;
}
.con_articleThumb{
    width: 100px;
    height: auto;
}
.con_articleThumb a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding-bottom: 100px;
}
.con_articleItem{
    width: 560px;
    margin-left: 20px;
}
.con_articleItemTitle a{
    font: normal 18px/26px Arial;
    color: #000000;
}
.con_articleDesc{
    font: normal 12px/16px Arial;
}
.con_article_plus{
    font-size: 10px;
    line-height: 14px;
    color: #A0A0A0;
}
.con_detailViewMore a{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}
.con_viewAll a{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.con_authorName {
    font-weight:bold;
    font-size:1.4em;
    padding-bottom:5px;
    background: #eeeeee;
}


/******************************   Contributor End   ******************************/

#twitter-widget-0 {
    width: 300px !important;
    height: 400px !important;
}
/******************************   Surveys Start   ******************************/
.SurveyTop {
    background-color: #42a9a8;
    width: 100%;
    color: #fff;
    font: 33px arial;
    padding: 20px;
}

.SurveyIntro {
    margin-top: 30px;
    width: 100%;
    font: 20px arial;
}
.surveyBottomBanner {
    display: block;
    margin: 0 auto;
    width: 730px;
}
.surveyTextArea {
    width: 400px;
    height: 50px;
}
/******************************   Surveys END ******************************/

/******************************   Webcast START ******************************/
.webcastBanner {
    background-color: #fdba13;
    color: #073965;
    width: 137px;
    font-weight: bold;
    padding: 2px 10px;
    margin-bottom: 10px;
}
.mipsHeadshot {
    width: 120px;
    margin-right: 10px;
}
.mipsHeadshot img {
    width: 100%;
}
.webcastLeft {
    width: 50%;
}
ul.webcastObjectives {
    margin: 0;
    padding: 0 30px 0 15px;
}
.webcastButton {
    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;
}
.webcastButton a {
    color: #fff;
    text-decoration: none;
}
.btn-facebook {
    background: #005387;
}
.btn-twitter {
    background: #55acee;
}
.btn-linkedin {
    background: #0077b5;
}
.btn-email {
    background: #7d7d7d;
    cursor: pointer;
}
.btn-email .stLarge {
    display: none !important;
}
.btn-printer {
    background: #222222;
}
.btns {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 10px 10px 0;
    text-decoration: none;
    width: 35px;
    height: 24px;
    padding-top: 12px;
    cursor: pointer;
    text-align: center;
    font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
}
.btnsRelative {
    width: 16%;
    height: 17px;
    padding-top: 5px;
    float: left;
    margin: 0 10.5px;
}
.btns a {
    color: #ffffff;
    font-size: 11px;
    line-height: 0;
    text-align: center;
}
a#st_email {
    padding-left: 5px;
}

.shareTitle {
    margin-left: 20px;
}
.none {
    display: none;
}

.videoPlayer{
    display: none;

}
.closeBTN{
    position:absolute;
    right:5px;
    top:5px;
    z-index:999999999999999999999999999999999999;
    color:white;
    cursor: pointer;
    font-size: 10px;
}
.webcastPromoButton{
    background: #003768;
    font: bold 18px arial;
    height: 50px;
    line-height: 50px;
    width: 300px;
    border: 4px solid #fff;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
}
.webcastPromoButton a {
    color:white;
    cursor:pointer;
}

/******************************   Webcast  END ******************************/

.pdfParagraphContainer{
    background: #e5e5e5;
    color:white;
    display: flex;
    justify-content: flex-end;
    width:100%;
    flex-wrap: wrap;
    padding:10px;
    margin-bottom:40px;
}
.infoPDF{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.infoPDF p{
    width:70%;
}
.infoLogo {
    width:25%;
}
.infoLogo img{
    width:100%;
}
.infoPDFBtn{
    width:35%;
    justify-self: flex-end;
    margin-right: 30px;
}
.infoPDFBtn img{
    width:100%;
}

/******************************   POP UP START  ******************************/
.popDivBg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background-color: #000000;
    opacity: 0.85;
}
.popUp {
    display: none;
    position: fixed;
    background-color: white;
    opacity: 1;
    width: 700px;
    height: 509px;
    z-index: 9999999999;
    box-sizing: border-box;
    top: 125px;
    left: 600px;
}
.popUpDiv {
    width: 100%;
    padding: 55px 0;
}
.popUpDiv img {
    width:  100%;
}
.closePopUp {
    position: absolute;
    z-index: 999999995;
    margin-left: 665px;
    margin-top: 0px;
    height: 30px;
    width: 35px;
    background-color: #005184;
    cursor: pointer;
    text-align: center;
    color: white;
    font-size: 25px;
    padding-top: 6px;
}

.passPopDivBg {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background-color: #000000;
    opacity:0.99;
}
.passPopUp {
    position: fixed;
    background-color: white;
    opacity: 1;
    height: 150px;
    width: 350px;
    text-align: center;
    z-index: 9999999999;
    box-sizing: border-box;
    top: 125px;
    left: 600px;
}
.passPopUpDiv {
    width: 100%;
    padding: 55px 0;
}

.passPopUpDiv .password {
    margin-bottom:10px;
}

.passPopUpDiv img {
    width:  100%;
}
.closePassPopUp {
    position: absolute;
    z-index: 999999995;
    margin-left: 665px;
    margin-top: 0px;
    height: 30px;
    width: 35px;
    background-color: #005184;
    cursor: pointer;
    text-align: center;
    color: white;
    font-size: 25px;
    padding-top: 6px;
}

/******************************   POP UP ENDED  ******************************/

/******************************   SAP START  ******************************/
.sapThumb {
    width: 300px;
    margin: 20px 0;
}

.sapThumb img {
    width: 100%;
}

.sapHeader {
    display:  flex;
    width: 600px;
}

.sapBanner {
    width: 200px;
    /*margin-right:  40px;*/
}

.sapLogoRight {
    max-width: 80%;
    margin: 0 auto;
}

.sapLogoRight img {
    width: 100%;
}

.sapBanner img {
    width: 100%;
}

.sapBannerText {
    width:  500px;
}

.sapLogo img {
    width:  100%;
}

.sapBody {
    margin: 10px;
}

.sapLogo {
    margin: 15px 0 15px 15px;
    width: calc(100% * (1/3) - 15px - 1px);
}

.sapLogo a {
    padding-bottom: 240px;
    width: 100%;
    display: inline-block;
}

.sapTopSection {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid;
}

.sapSectionName {
    color: #005990;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.sapReadMore {
    color:#005990;
    font-weight: bold;
    font-size: 1em;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-top: 10px;
}

.accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: 'For a list of featured faculty, click here';
    font-weight: bold;
}

.active:after {
    content: 'To shrink the faculty list, click here';
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/******************************   SAP ENDED  ******************************/


/******************************   Email Sign Up Start  ******************************/
#openNewsletter{
    position:fixed;
    bottom:0;
    width:auto;
    z-index: 99999;
    transition: all 0.5s ease-in-out;
}
#toggleClose{
    background: #0e8ce0 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding:10px 20px;
    width:200px;
    text-align: center;
    color: white;
    font-size: .9em;
    margin-left:50px;
}
.newsletterBoxFixed{
    background: #0e8ce0 !important;
    padding:40px 0;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.newsletterTitleFixed{
    color:white;
}
.newsletterCopyFixed{
    color:white;
    margin-bottom:20px;
}
.newsletterSubmitButtonFixed{
    padding: 5px 30px;
    background-color: #20783e;
    color: #ffffff;
    height: 30px;
    border: 0;

}
#toggleClose{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
#toggleClose i{
    margin-left:10px;
}
#toggleOpen{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0e8ce0 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding:10px 20px;
    width:200px;
    text-align: center;
    color:white;
    font-size: .9em;
    margin-left:50px;
    cursor: pointer;
}

#toggleOpen i{
    margin-left:10px;
}
.detailShare{
    position:relative !important;
    height: 0 !important;
}
/******************************   Email Sign Up END  ******************************/
.login{
    top:200px !important;
}
#landingDetailPluginDiv{
    height:400px !important;
    margin-bottom:40px;
}
.lastDropDiv{
    width:125px !important;
    left:-80px;
    min-width: 125px !important;
}
/* Gating */
.userContent{background:#d3d3d3;padding:30px 15px;width:calc(100% - 30px)}.userContent h3{text-align:center;-webkit-margin-before:0em}.userContent .ucContainer{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;margin:40px 0}.userContent .ucContainer .registerbtn,.userContent .ucContainer .loginbtn{width:40%;padding:10px 40px;background:black;border-radius:50px;text-align:center}.userContent .ucContainer .registerbtn a,.userContent .ucContainer .loginbtn a{color:white;text-decoration:none}.userContent .ucContainer .loginbtn{background:#2196f3}.userContent .ucContainer .registerbtn{background:#636363}


/*.sizzlevideo{*/
    /*display: block;*/
    /*width: 500px;*/
    /*height: 280px;*/
/*}*/



.comitemem{
    width: 250px;
    margin: 25px 0px 0px;
    text-align:center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sizzlevideo{
    display: block;
    height: 280px;
}

/* On Location Event Reminder Form */

.eventReminder label {
    display:block;
    font-weight: bold
}

.eventReminder input[type=text] {
    display:block;
    padding: 7px;
    min-width:50%;
}

.eventReminder .checkbox-group label {
    display:inline;
    font-weight: normal;
    cursor:pointer;
}

.eventReminder .form-group {
    margin:1rem 0;
}

.eventReminder input[type=submit] {
    color: white;
    text-transform: uppercase;
    background: #005387;
    padding: 0.6rem 2rem;
    border: none;
    cursor: pointer;
}

.eventReminder input[type=text].error {
    border:1px solid darkred;
}

.eventReminder #terms-wrap.error label {
    color:darkred;
}

.eventReminder #terms-wrap.error input[type=checkbox] {
    border:1px solid darkred;  
}

#form-error-messages {
    display:none;
    background: #ffbdbd;
    color: #731919;
    font-weight: bold;
    padding: 1rem;
    border: 2px solid #731919;
    border-radius: 5px;
}

/* *********** aon partners page *************** */
.aon-partners-mobile {
    display: none;
}
.aon-partners {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
   
}
.aon-partners-img {
    height: 70px;
    margin: .5rem;
    width: auto;
}
.aon-partners-img-lg {
    height: 50px;
    margin: .5rem;
    width: auto;

}
#registerThankYou{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:75px 0px;
}

#registerThankYou a {
    margin-top: 10px;
    padding:5px 10px;
}

.regSubmit {
    margin-bottom: 75px;
}