                        /* Font Face */
                    
                    @font-face {
                        font-family: Montserrat;
                        src: url('https://files.aievolution.com/prd/aidemo2001/docs/Montserrat-VariableFont_wght.ttf');
                    }
                    /* Key Frames */
                    
                    .ai-attendees-listabstractauthors .AbsCoAuthor_details,
                    .ai-attendees-listabstractauthors #abstractNavFlexRight>div:nth-child(4)>ol:nth-child(2)>li>div,
                    #abstractNavFlexRight>div:nth-child(3)>ol:nth-child(2)>li>div {
                        color: #fff
                    }
                    .ai-search-app-data-panel .ai-search-app-sub-card-group-label {
                        display: flex !important;                       
                    }
                                  
                    .ai-search-app-sub-card.ng-star-inserted {
                        display: block !important;
                    }
                    ai-search-app-card>div {
                        display: block !important;
                    }
                    
                    ai-search-app-sub-card {
                        margin: 10px;
                        padding: 10px;
                        box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
                        clear: both;
                    }
                    
                    .ai-reorderauthors,
                    #abstractNavFlexRight>div:nth-child(4)>ol:nth-child(2)>li>div>a:nth-child(1),
                    #abstractNavFlexRight>div:nth-child(3)>ol:nth-child(2)>li>div>a:nth-child(1) {
                        display: none;
                    }
                    
                    form#EditRoomSet {
                        display: flex;
                    }
                    
                    div.td-datepair {
                        display: flex;
                    }
                    
                    div#dtpicker_startsOn {
                        display: flex;
                    }
                    
                    div#dtpicker_endsOn {
                        display: flex;
                    }
                    
                    .abstractSubmissionsPanel ol li a {
                        color: #428bca;
                        font-weight: bold;
                        border-bottom: 1px solid #428bca;
                        /* text-decoration: underline; */
                    }
                    
                    .abstractSubmissionsPanel ol li a.small {
                        font-weight: normal;
                        /* text-decoration: none; */
                        ;
                    }
                    
                    .navbar {
                        /*overflow: hidden;*/
                        background-color: #333;
                    }
                    
                    .functionrequestfilednotes {
                        display: block;
                        width: auto;
                        text-align: left;
                        margin-left: 26%;
                        font-style: italic;
                        margin-bottom: 12px;
                    }
                    
                    .ai-attendees-viewspeakers a[Title="Send Email to all speakers"] {
                        display: none;
                    }
                    /* .ai-attendees-viewspeakers>div:nth-child(2)>div:nth-child(8)>a:nth-child(2) {
display: none;
} */
                    
                    #functionreq-acceptedflag {
                        border-top: 1px solid #ccc;
                        border-bottom: 1px solid #ccc;
                        padding: 10px 0px;
                        text-align: center;
                        font-size: 1.1em;
                        color: #000;
                        background-color: #f9f9f9;
                        margin: 10px 0px;
                        /* display: inline-block; */
                    }
                    
                    #functionreq-acceptedflag label {
                        width: auto !important;
                    }
                    
                    #EditEvent>div>fieldset:nth-child(4) {
                        display: none !important;
                    }
                    
                    #AttSingle .navbar {
                        background-color: inherit;
                    }
                    
                    #dtpicker_startsOn>span {
                        padding: 8px 21px 6px 10px !important;
                    }
                    
                    .navbar a {
                        float: left;
                        font-size: 16px;
                        color: white;
                        text-align: center;
                        padding: 14px 16px;
                        text-decoration: none;
                    }
                    
                    .dropdown {
                        float: left;
                        /*overflow: hidden;*/
                    }
                    
                    .dropdown .dropbtn {
                        font-size: 16px;
                        border: none;
                        outline: none;
                        color: white;
                        padding: 14px 16px;
                        background-color: inherit;
                        font-family: inherit;
                        margin: 0;
                    }
                    
                    .site-header {
                        width: 100%;
                        margin: 0 auto;
                        padding-left: 10px;
                        padding-right: 10px;
                        max-width: 1470px;
                    }
                    
                    .site-logo img {
                        width: 100%
                    }
                    
                    #site-navigation {
                        padding: 15px;
                    }
                    
                    #site-navigation img {
                        display: inline-block;
                        max-width: 400px;
                    }
                    
                    .navbar a:hover,
                    .dropdown:hover .dropbtn {
                        background-color: red;
                    }
                    
                    .dropdown-content {
                        display: none;
                        position: absolute;
                        background-color: #f9f9f9;
                        min-width: 160px;
                        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
                        z-index: 1;
                    }
                    
                    .dropdown-content a {
                        float: none;
                        color: black;
                        padding: 12px 16px;
                        text-decoration: none;
                        display: block;
                        text-align: left;
                    }
                    
                    .dropdown-content a:hover {
                        background-color: #ddd;
                    }
                    
                    .dropdown:hover .dropdown-content {
                        display: block;
                    }
                    /* Bootstrap Fixes */
                    
                    .row:before,
                    .row:after {
                        content: normal !important;
                    }
                    
                    div.row,
                    div.rowalt {
                        margin: 1em 0;
                        padding: .5em;
                        background: #f9f9f9;
                        border-radius: 5px;
                    }
                    /* html, body  */
                    
                    html,
                    body {
                        margin: 0;
                        height: 100%;
                    }
                    
                    body {
                        color: #333;
                        background-color: #fff;
                        font-family: Montserrat;
                        font-size: 14px;
                        font-weight: 400;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        line-height: 1.5em;
                    }
                    
                    body * {
                        font-family: Montserrat;
                    }
                    
                    body.blank-content {
                        background-color: #FFF;
                        margin: 5px;
                    }
                    /* Links */
                    
                    a {
                        text-decoration: none;
                        color: #494a4d;
                    }
                    
                    a:hover {
                        text-decoration: none;
                        /*border-bottom: 1px solid #6EA400; */
                    }
                    /* Headers */
                    
                    h1 {
                        font-size: 48px !important;
                        line-height: 52px!important;
                    }
                    
                    h2 {}
                    
                    h2.small,
                    h2.fontsmall {
                        font-size: 1.4em;
                        font-weight: bold;
                    }
                    
                    h3 {}
                    
                    h4,
                    .h4 {
                        font-weight: 700;
                        font-size: 18px;
                    }
                    
                    h1,
                    h2,
                    h3,
                    h4,
                    h5,
                    h6 {
                        font-style: normal;
                        font-weight: bold;
                        color: #494a4d;
                        font-family: Montserrat;
                        margin-bottom: 1.875rem;
                        margin-top: 1rem;
                    }
                    
                    h1 {
                        margin-top: 0.25rem;
                    }
                    
                    h1 span,
                    h2 span,
                    h3 span,
                    h4 span,
                    h5 span,
                    h6 span {
                        font-size: 0.8em;
                    }
                    
                    .ai-user-gateway-option {
                        color: #494a4d !important;
                    }
                    
                    .ai-user-gateway-option:hover {
                        color: #fff !important;
                        background: #f05a2f !important;
                    }
                    /* Containers */
                    
                    #blankcontent {
                        padding: 1em;
                        background: #fff;
                        padding: .6em;
                    }
                    
                    .content-wrapper {
                        margin: 0 auto;
                        padding-left: 0px;
                        padding-right: 0px;
                        max-width: 1440px;
                    }
                    
                    #bodyWrapper {
                        width: 100%;
                        background-color: #fff;
                    }
                    
                    .viewAbstract a.download {
                        background-color: #058488;
                        color: #ffffff;
                        padding: 11px 22px;
                        border-radius: 20em;
                        height: auto;
                        margin: 2px 0;
                        display: inline-block;
                    }
                    /* Container Responsive */
                    
                    @media (max-width: 767px) {
                        .content-wrapper {
                            width: 90%;
                        }
                    }
                    
                    @media (min-width: 768px) {
                        #ai-dashboard-nav-collapse-1 {
                            max-width: 1440px;
                        }
                    }
                    /* Header & Sign-In Nav */
                    
                    .global-header {
                        width: 100%;
                        padding: 10px 15px;
                        color: #5a6771;
                        background-color: #F8F8F8;
                        font-size: 14px;
                        clear: both;
                        height: 40px;
                    }
                    
                    .global-header a {
                        color: #5a6771;
                        border-bottom: 0;
                        text-decoration: none;
                    }
                    
                    .global-header a:hover,
                    .global-header a:active {
                        text-decoration: underline;
                        border: none;
                    }
                    
                    .global-brand {
                        float: left;
                    }
                    
                    .global-links {
                        float: right;
                    }
                    
                    .global-brand a,
                    .global-links a {
                        display: inline-block;
                        cursor: pointer;
                    }
                    
                    .global-links a+a {
                        margin-left: 10px;
                    }
                    
                    .primary-header {
                        width: 100%;
                        background-color: #fff;
                        /* padding: 10px 15px; */
                    }
                    
                    .primary-brand {
                        float: left;
                        height: auto;
                        margin-top: 0px;
                        margin-bottom: 0;
                    }
                    
                    .primary-brand a:hover {
                        cursor: pointer;
                        text-decoration: none;
                        border: none;
                    }
                    
                    .primary-brand img {
                        max-width: 100%;
                        width: 100%;
                    }
                    
                    .low-header {
                        background-color: #f5f5f5;
                    }
                    
                    .low-header-content {
                        color: #F8F8FF;
                        padding: 10px 10px;
                        font-weight: 200;
                        font-size: 20px;
                        vertical-align: baseline;
                    }
                    
                    .low-header-content_layout1 {
                        float: left;
                    }
                    /* Headers Responsive */
                    
                    @media (max-width: 767px) {
                        .global-links {
                            display: none;
                        }
                        #branding,
                        .nav-primary-toggle,
                        #primary-collapse {
                            display: block;
                            width: 100%;
                            float: none;
                        }
                        #branding {
                            text-align: center;
                            border-bottom: 1px solid #efefef;
                        }
                        .primary-header,
                        .primary-header .content-wrapper {
                            width: 100%;
                            padding: 0px;
                        }
                        .nav-primary-toggle {
                            padding-top: 6px;
                        }
                    }
                    /* Nav */
                    
                    .nav-primary-toggle {
                        text-align: right;
                        padding-right: 10px;
                        padding-bottom: 10px;
                        font-size: 22px;
                        color: #5B6770;
                        background-color: #fff;
                    }
                    
                    .nav-primary-toggle a {
                        color: #5B6770;
                        font-size: 0.8em;
                    }
                    
                    .nav-primary-toggle .navbar-toggler .fa-minus,
                    .nav-primary-toggle .navbar-toggler.loaded .fa-plus,
                    .nav-primary-toggle .navbar-toggler.collapsed .fa-plus {
                        display: inline-block;
                    }
                    
                    .nav-primary-toggle .navbar-toggler.loaded .fa-minus,
                    .nav-primary-toggle .navbar-toggler.collapsed .fa-minus,
                    .nav-primary-toggle .navbar-toggler .fa-plus {
                        display: none;
                    }
                    
                    #primary-collapse {
                        float: right;
                        text-align: right;
                        margin-top: 0px;
                        margin-bottom: 10px;
                        margin-right: 0px;
                    }
                    
                    #primary-collapse .nav-primary ul {
                        width: 100%;
                        list-style-type: none !important;
                        padding: 0px !important;
                    }
                    /* #primary-collapse .nav-primary ul > li { width: 100%; } */
                    
                    #primary-collapse .nav-primary>ul>li {
                        width: auto;
                        float: left;
                        margin-top: 8px;
                    }
                    
                    #primary-collapse .nav-primary ul>li.separator {
                        display: none;
                    }
                    
                    #primary-collapse .nav-primary ul>li>a {
                        display: inline-block;
                        text-align: left;
                        font-style: normal;
                        font-weight: 700;
                        font-size: 15px;
                        color: #494a4d;
                        padding: 6px 10px 6px;
                        transition: all linear 0.3s;
                    }
                    
                    #primary-collapse .nav-primary ul>li>a+span {
                        display: inline-block;
                    }
                    
                    #primary-collapse .nav-primary>ul>li.active a,
                    #primary-collapse .nav-primary>ul>li.active i,
                    #primary-collapse .nav-primary>ul>li:hover a,
                    #primary-collapse .nav-primary>ul>li:hover i,
                    #primary-collapse .nav-primary>ul>li>a:hover #primary-collapse .nav-primary>ul>li>a:active {
                        color: #f15a2f;
                    }
                    
                    #primary-collapse .nav-primary>ul>li>a:hover #primary-collapse .nav-primary>ul>li>a:active {
                        text-decoration: none;
                    }
                    
                    #primary-collapse .nav-primary ul.dropdown-menu {
                        border: 0px;
                        border-radius: 0px;
                        float: none;
                        clear: both;
                        padding-left: 0px !important;
                        margin-left: 0px !important;
                    }
                    
                    #primary-collapse .nav-primary ul.dropdown-menu>li {
                        width: 100%;
                        text-align: left !important;
                        margin: 0;
                    }
                    
                    #primary-collapse .nav-primary ul.dropdown-menu a:hover {
                        text-decoration: none;
                        background-color: #0060b6;
                        color: #fff;
                    }
                    
                    #primary-collapse .nav-primary ul.dropdown-menu ul.dropdown-menu a {
                        padding-left: 25px;
                    }
                    
                    #primary-collapse .nav-primary>ul>li i {
                        font: normal normal normal 11px/1 FontAwesome;
                    }
                    
                    .mainNavL1Children,
                    .mainNavL2Children {
                        display: inline-block;
                    }
                    
                    .mainNavL1Children {
                        margin-left: 2px;
                    }
                    
                    .mainNavL1Children i:hover,
                    .mainNavL1Children i.fa-chevron-up {
                        color: #494a4d;
                    }
                    
                    .mainNavL2Children {
                        margin-left: 10px;
                    }
                    
                    .mainNavL2PushOut,
                    .mainNavL3PushOut {
                        display: inline-block;
                        margin-right: 10px;
                    }
                    
                    .toggleMenuSpan:hover {
                        cursor: pointer;
                    }
                    
                    .nav-path {
                        margin-top: 8px;
                    }
                    
                    #children-nav {
                        padding-top: 15px;
                        padding-bottom: 15px;
                        border-top: 1px solid #fff;
                        /*	background-image: linear-gradient(153deg,#00adbb 0%,#c2d500 100%);
background-color: #0072CE;*/
                        background-color: #fff;
                        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
                        width: 90%;
                        position: absolute;
                        visibility: hidden;
                        /* hides sub-menu */
                        opacity: 0;
                        left: 5%;
                        z-index: -1;
                        transition: all .5s ease;
                        transform: translateY(-50px);
                        transform: translateX(-200px);
                    }
                    
                    #children-nav.children-shown {
                        visibility: visible;
                        /* shows sub-menu */
                        opacity: 1;
                        z-index: 999;
                        transform: translateY(0);
                    }
                    
                    .nav-child-menu {
                        display: none;
                    }
                    
                    .nav-child-menu.child-shown {
                        display: inline-block;
                        width: 100%;
                    }
                    
                    .nav-child-menu .nav-child-menu-header {
                        display: none;
                    }
                    
                    .nav-child-menu>ul {
                        list-style-type: none;
                        margin-left: 6px;
                        margin-top: 10px;
                        width: 66%;
                        float: left;
                        border: none;
                        border-left: 1px solid #282828;
                    }
                    
                    .nav-child-menu>ul a {
                        color: #494a4d;
                        font-size: 17px;
                        text-align: left;
                        font-weight: 500;
                        border-bottom: 2px solid transparent;
                        padding: 6px 12px;
                        display: block;
                        width: 100%;
                    }
                    
                    .nav-child-menu>ul li {
                        margin-bottom: 5px;
                        width: 100%;
                        border: none;
                    }
                    
                    .nav-child-menu>ul ul.dropdown-menu {
                        position: relative;
                        min-width: 100%;
                        max-width: 100%;
                        margin-left: 20px;
                        border: none;
                        box-shadow: none;
                        background-color: transparent;
                        border-radius: 0px;
                    }
                    
                    .nav-child-menu>ul ul.dropdown-menu a {
                        padding-left: 22px;
                    }
                    
                    .nav-child-menu>ul a:hover,
                    .nav-child-menu>ul ul.dropdown-menu a:hover,
                    .nav-child-menu>ul ul.open>a {
                        text-decoration: none;
                        cursor: pointer;
                        background-color: transparent;
                        /*font-weight: 600 !important;*/
                        color: #494a4d;
                    }
                    
                    .toggleMenuSpan.child-shown .fa-chevron-down,
                    .dropdown>ul.open>a .fa-angle-right {
                        display: none;
                    }
                    
                    .toggleMenuSpan:not(.child-shown) .fa-chevron-up {
                        display: none;
                    }
                    /* End Nav */
                    /* Nav Responsive */
                    
                    @media (max-width: 767px) {
                        #primary-collapse.collapse {
                            display: none;
                        }
                        #primary-collapse.collapse.in {
                            display: block;
                        }
                        #primary-collapse {
                            margin-top: 10px;
                            margin-right: 0px;
                        }
                        #primary-collapse .nav-primary ul>li {
                            width: 100%;
                            float: none;
                            margin-top: 2px;
                            margin-bottom: 2px;
                            text-align: left
                        }
                        #primary-collapse .nav-primary ul>li>a {
                            padding-left: 30px;
                            text-align: left;
                        }
                        #primary-collapse .nav-primary ul.dropdown-menu {
                            position: relative;
                            min-width: 100%;
                            width: 100%;
                        }
                        .nav-primary-toggle {
                            border-bottom: 1px solid #efefef;
                        }
                    }
                    
                    @media (min-width: 768px) {
                        .nav-primary-toggle {
                            display: none;
                        }
                        #primary-collapse.collapse {
                            display: block;
                        }
                        #primary-collapse .nav-primary>ul>li+li {
                            margin-left: 15px;
                        }
                    }
                    /* End Nav Responsive */
                    /* Side Nav, Activity Nav, Activity Preview */
                    
                    #activityDetails>br {
                        display: none;
                    }
                    
                    #activityContainer {
                        float: left;
                        width: 100%;
                    }
                    
                    #activityDetails {
                        float: right;
                    }
                    
                    #activityDetails ul {
                        list-style: none;
                        margin-right: -35px;
                    }
                    
                    #activityDetails img {
                        max-width: 100%;
                    }
                    
                    #activityInfo {
                        margin-bottom: 1em;
                        border-bottom: 1px solid #D1D3D3;
                        padding-bottom: 1em;
                    }
                    
                    #activityBanner {
                        text-align: right;
                        max-width: 100%;
                    }
                    
                    #activityContainer h1 {
                        padding-bottom: 0px;
                        padding-top: 0px;
                        margin-bottom: 10px;
                        margin-bottom: 25px;
                        font-size: 36px;
                        letter-spacing: -0.2px;
                        color: #1d1d1d;
                    }
                    
                    #activityDetails img {
                        max-width: 100%;
                        margin-bottom: 1em;
                    }
                    
                    @media (min-width: 768px) {
                        #activityDetails {
                            width: 25%;
                            padding-left: 0px;
                            padding-right: 30px;
                        }
                        #activityContainer {
                            width: 75%;
                        }
                    }
                    
                    #activitySubNav:before,
                    #activitySubNav:after {
                        content: " ";
                        display: table;
                    }
                    
                    #activitySubNav:after {
                        clear: both;
                    }
                    
                    #activitySubNav {
                        margin: 0 !important;
                        padding: 0 !important;
                        width: 100%;
                    }
                    
                    #activitySubNav>li {
                        position: relative;
                        display: block;
                    }
                    
                    #activitySubNav>li:hover,
                    #activitySubNav>li>a:hover,
                    #activitySubNav>li.active,
                    #activitySubNav>li>a.active {
                        background-color: #ebf1f7;
                        text-decoration: none;
                    }
                    
                    #activitySubNav>li>a {
                        color: #494a4d;
                        background-color: #fff;
                        padding: 10px 30px;
                        display: inline-block;
                        border-radius: 0;
                        -moz-border-radius: 0;
                        -webkit-border-radius: 0;
                        width: 100%;
                    }
                    
                    #activitySubNav>li a {
                        font-size: 14px;
                    }
                    
                    #activitySubNav>li.active,
                    #activitySubNav>li>a.active {
                        color: #fff;
                        background-color: #494a4d;
                        border-color: #494a4d;
                        text-decoration: none;
                    }
                    
                    #activitySubNav>li+li {
                        margin-top: 0px;
                        border-top: 1px solid #D1D3D3;
                    }
                    
                    #activityTopListItem {
                        text-align: left;
                        color: #052049;
                        background-color: #fff;
                        border-bottom: 2px solid #052049;
                        padding: 10px 15px;
                        margin-top: 30px;
                        margin-bottom: 10px;
                        font-weight: 400;
                        letter-spacing: 0.10em;
                        font-size: 20px;
                    }
                    
                    #activityTopListItem:hover {
                        cursor: default;
                        color: #052049;
                        background-color: #fff !important;
                        border-bottom: 2px solid #052049 !important;
                    }
                    /* End Side Nav and Activity Nav */
                    /* Person Dashboard */
                    
                    #aidashboard-nav,
                    #ai-dashboard-nav-collapse-1 {
                        margin: 0 auto;
                    }
                    
                    #ai-dashboard-nav-collapse-1 {
                        margin: 0 auto;
                    }
                    
                    #ai-dashboard-nav-collapse-1>ul.nav.navbar-nav.aiDashboard-userlinks.aiDashboard-dashboardlinks .row div h3. {
                        color: #00274c;
                    }
                    
                    #aidashboard-nav a:hover {
                        color: #fff !important;
                    }
                    
                    .card-grids {
                        width: 85% !important;
                    }
                    
                    .card-header {
                        color: #fff !important;
                        background: #282828 !important;
                        border-bottom: 3px solid !important;
                        padding: 2em 1em 1em !important;
                    }
                    
                    .card-header h2,
                    .card-header h3,
                    .card-header h4 {
                        color: #fff !important;
                        font-size: 1.7em;
                        font-weight: normal;
                    }
                    
                    .card-grid,
                    .header-description {
                        color: #00274c !important;
                        background: #f9f9f9 !important;
                    }
                    
                    ul.card-items a:hover,
                    ul.card-items i.fa:hover {
                        color: #0066cc !important;
                    }
                    
                    .card-grid .header-description h5 {
                        padding: 2px 2px;
                    }
                    
                    #aidashboard-nav .aidashboard_dropdown-menu li h3 {
                        color: #00274c !important;
                        font-size: 1.5em;
                        font-weight: normal;
                    }
                    
                    #aidashboard-nav .aidashboard_dropdown-menu .multi-column-dropdown li a:hover,
                    #aidashboard-nav .aidashboard_dropdown-menu .multi-column-dropdown li a:focus,
                    #aidashboard-nav .aidashboard_dropdown-menu .multi-column-dropdown li a:active {
                        background-color: #fff;
                        color: #494a4d !important;
                    }
                    
                    #aidashboard-nav #ai-dashboard-nav-collapse-1 .aiDashboard-dashboardlinks>li.aidashboard_dropdown>a:hover,
                    #aidashboard-nav #ai-dashboard-nav-collapse-1 .aiDashboard-userlinks>li.aidashboard-signout>a:hover {
                        background-color: transparent !important;
                        color: #494a4d !important;
                        font-weight: bold;
                    }
                    
                    .aidashboard-wrapper .card-grid.important-card .card-header {}
                    
                    .important-card {
                        display: none !important;
                    }
                    
                    span.importantactions:before,
                    i.importantactions.card-item:before,
                    i.importantactions:before {
                        /*color: #FFCB05 !important;*/
                    }
                    
                    #ai-dashboard-nav-collapse-1>ul.nav.navbar-nav.aiDashboard-userlinks.aiDashboard-dashboardlinks .row div {
                        min-height: 240px !important;
                    }
                    
                    #ai-dashboard-nav-collapse-1>ul.nav.navbar-nav.aiDashboard-userlinks.aiDashboard-dashboardlinks .row div h3 {
                        padding-top: 15px !important;
                    }
                    
                    .aidashboard_dropdown-menu.dropdown-menu li a {
                        text-align: left !important;
                    }
                    /* Home Page Content */
                    
                    @media (max-width: 1024px) {
                        .nav.navbar-nav>li {
                            height: 62px;
                            display: table-cell;
                            vertical-align: middle;
                        }
                        .nav.navbar-nav>li>a {
                            line-height: 1em;
                            height: 100%;
                        }
                        .navbar-signin h3 {
                            margin-right: 0px;
                        }
                    }
                    
                    @media (max-width: 768px) {
                        .navbar-nav {
                            width: 100%;
                            margin: 0;
                        }
                        #dropdownMenuLink .caret {
                            display: none;
                        }
                        .nav.navbar-nav>li {
                            width: 100%;
                        }
                        .siteHeaderLink {
                            font-size: 18px !important;
                        }
                        .nav.navbar-nav>li.hidden-sm+li,
                        .nav.navbar-nav>li.hidden-md+li .nav.navbar-nav>li.hidden-lg+li {
                            border-bottom: none;
                        }
                        .nav.navbar-nav>li+li {
                            border-bottom: 1px solid #0066cc;
                        }
                        .nav.navbar-nav>li>a {
                            color: #fff;
                        }
                        #bs-example-navbar-collapse-1 {
                            border-top: none;
                        }
                        #navigation li.dropdown .dropdown-menu,
                        #navigation li.dropdown .dropdown-menu>li,
                        #navigation li.dropdown .dropdown-menu>li>a {
                            /*color: #fff;*/
                            min-width: 0;
                            max-width: 100%;
                            width: 100%;
                        }
                        #navigation li.dropdown .dropdown-menu>li>a:hover {
                            color: #00274c;
                        }
                        .nav.navbar-nav>li {
                            height: auto;
                            display: block;
                        }
                        .nav.navbar-nav>li>a {
                            line-height: auto;
                        }
                        .navbar-signin,
                        .nav.navbar-nav>li.separator {
                            display: none;
                        }
                        .nav.navbar-nav>li+li {
                            border-left: none;
                        }
                    }
                    /* Content */
                    
                    #content {
                        margin: 0 -15px 0;
                        padding: 0;
                        background: #fff;
                        border-radius: 0;
                        -webkit-border-radius: 0;
                        -moz-border-radius: 0;
                        min-height: 400px;
                    }
                    
                    #content ul,
                    #content ol {
                        margin: 10px 20px;
                        padding: 0 15px;
                    }
                    
                    #main {
                        padding: 15px;
                    }
                    
                    #main-inner {
                        padding: 0 12px;
                    }
                    
                    #main h1 {
                        padding-bottom: 20px;
                        padding-top: 25px;
                    }
                    
                    #main h2 {
                        border-bottom: 1px dotted;
                        padding-bottom: 8px;
                        border-color: #cdcdcd;
                    }
                    
                    #side {
                        background: #FFFFFF;
                        display: none;
                        margin-top: 25px;
                    }
                    
                    #side h3 {
                        color: #00549F;
                    }
                    
                    @media (min-width: 768px) {
                        #content.row>div#main[class*="col-"],
                        #content.row>div#side[class*="col-"] {
                            /*float: none;*/
                            vertical-align: top;
                        }
                        #signOutInNav {
                            display: none !important;
                        }
                    }
                    
                    #pagebannertop {
                        display: none;
                    }
                    
                    #viewActivity>div.row {
                        background: none;
                    }
                    /* Footer */
                    
                    #footer {
                        background-color: #fff;
                        color: #989898;
                        position: relative;
                        padding-top: 60px;
                        padding-bottom: 60px;
                        font-size: 14px;
                    }
                    
                    #footer a {
                        color: #989898;
                        text-decoration: none;
                    }
                    
                    #footer a:hover {
                        text-decoration: none;
                        cursor: pointer;
                        border: none;
                    }
                    
                    .footer-links-container {
                        margin-bottom: 20px;
                    }
                    
                    .footer-links-header {
                        font-size: 12px;
                        letter-spacing: 0.15em;
                        text-transform: uppercase;
                        font-weight: 700;
                    }
                    
                    .sub-footer {
                        /*border-top: 1px solid #c0c0c0;*/
                        margin-top: 30px;
                        font-size: 14px;
                    }
                    
                    .sub-footer td {
                        padding: 0 5px;
                    }
                    
                    .footer-img {
                        max-width: 150px;
                        padding: 20px 0px;
                        margin-bottom: 0px;
                    }
                    
                    .footer-img.ai-logo {
                        max-width: 90px;
                        padding-top: 0px;
                        margin-bottom: 20px;
                    }
                    
                    .footer-img a,
                    .footer-img a:hover,
                    .footer-img a:active {
                        text-decoration: none;
                        border: none;
                    }
                    
                    .sub-footer a {
                        text-decoration: underline;
                    }
                    
                    .sub-footer a:hover {
                        text-decoration: none;
                    }
                    
                    .footer-left {
                        float: left;
                    }
                    
                    .footer-right {
                        float: right;
                    }
                    
                    .iconFooter {
                        width: 30%;
                        margin: 0 auto;
                    }
                    /* Footer Responsive */
                    
                    @media (max-width: 767px) {
                        #footer {
                            text-align: center;
                        }
                        .footer-left {
                            width: 100%;
                        }
                        .iconFooter {
                            margin-bottom: 20px;
                        }
                    }
                    /* Activity Center */
                    
                    span.activityCenterName {
                        font-weight: bold;
                        font-size: 16px;
                    }
                    /* Abstract navigation list */
                    
                    #navcontainer {
                        margin: 3px 0 30px 0;
                        background: transparent;
                        border-bottom: 3px solid #ccc;
                        font-size: 11px;
                    }
                    
                    ul#navlist {
                        margin: 0 0 2px 0;
                        padding: 0;
                        list-style-type: none;
                        white-space: normal;
                        border: none;
                        background: transparent;
                    }
                    
                    ul#navlist li {
                        display: inline-table;
                        letter-spacing: -1px;
                        font-size: 1.3em;
                        font-weight: normal;
                        margin: 10px 0px 2px 0px;
                        padding: 2px 0 4px 0;
                    }
                    
                    #navlist a,
                    #navlist a:link {
                        margin: 0;
                        padding: 5px 9px 9px 9px;
                        color: #004979;
                        text-decoration: none;
                        border-top: 2px solid #B0B0B0;
                        border-right: 2px solid #B0B0B0;
                        border-left: 2px solid #B0B0B0;
                        border-radius: 5px 5px 0 0;
                        transition: all .1s ease-out;
                    }
                    
                    ul#navlist li.active {
                        color: #FFFFFF;
                        border: 1px solid #FF7400;
                    }
                    
                    #content #navlist a:hover {
                        text-decoration: none;
                        border-bottom: none;
                        border-bottom: 1px solid #E7E6E1;
                        padding-bottom: 12px
                    }
                    
                    #navlist a.active {
                        color: #004979;
                        background-color: #e1f6c4;
                    }
                    
                    #navcontainer .navtitle {
                        font-size: 1.5em;
                        letter-spacing: .025em;
                        padding: 10px;
                        color: #194368;
                    }
                    
                    #navcontainer .navtitle span.incomplete {
                        background: #F44336;
                        color: #fff;
                        border-radius: 50px;
                        border: 1px solid #6E0E0E;
                        padding: 4px 10px;
                        margin: 4px 0 0 0;
                        font-size: .9em;
                    }
                    
                    .current {
                        color: #FFFFFF;
                        background-color: #8CC400;
                    }
                    
                    #navcontainer .incomplete {
                        padding: 3px;
                    }
                    
                    #navcontainer .status {
                        background-color: #F2F2F2;
                        color: #004979;
                        text-align: left;
                        font-weight: normal;
                        font-size: 0.8em;
                        margin: 0;
                        padding: 2px;
                    }
                    
                    #navcontainer .status .incomplete {
                        font-size: 1.1em;
                        padding: 3px;
                    }
                    
                    #navcontainer .message {
                        padding: 3px;
                    }
                    
                    div.viewAbstract img {
                        max-width: 95%;
                        width: auto;
                        height: auto;
                    }
                    
                    #navlist a.stepRequired,
                    span.stepRequired {
                        color: #ececec;
                        background-color: #F7061E;
                    }
                    
                    #navlist a.stepCompleted,
                    span.stepCompleted {
                        color: #FFF;
                        background-color: #4098BA;
                    }
                    
                    #navlist a.stepOptional,
                    span.stepOptional {
                        color: #45565b;
                        background-color: #dae2e4;
                    }
                    
                    #navlist a.stepCurrent {
                        color: #FFF;
                        font-weight: bold;
                    }
                    
                    #content #navlist a.stepCurrent,
                    span.stepCurrent {
                        font-weight: bold;
                        background: #6f6f6f;
                        color: white;
                    }
                    
                    #navlist a.stepOptional:hover,
                    #navlist a.stepCurrent:hover,
                    #navlist a.stepCompleted:hover,
                    #navlist a.stepRequired:hover {
                        text-decoration: underline;
                    }
                    
                    #navstepmessage {
                        padding: 15px;
                        margin-bottom: 20px;
                        border: 1px solid transparent;
                        border-radius: 4px;
                        text-align: center;
                        background-color: #ffffcc;
                        border-color: #DFDFAE;
                        color: #990000;
                    }
                    
                    .abstractSubmissionsPanel ol {
                        list-style-type: none;
                        margin: 5em;
                        padding: 0;
                        counter-reset: li-counter;
                    }
                    
                    .abstractSubmissionsPanel ol>li {
                        position: relative;
                        margin-bottom: 20px;
                        padding-left: 0.5em;
                        min-height: 3em;
                        border-left: 2px solid #D5D5D5;
                        margin: 5px 0px 15px 0px;
                        padding: 1em;
                        background-color: none;
                        transition: all .3s ease-out;
                        font-size: 1em;
                        border-radius: 0px 8px 8px 0px;
                    }
                    
                    .abstractSubmissionsPanel ol li:hover {
                        background: #D5D5D5;
                        border-left: 2px solid #E8E8E8;
                        border-radius: 8px;
                    }
                    
                    .abstractSubmissionsPanel ol>li:before,
                    ol>li.row:before {
                        position: absolute;
                        top: 0;
                        left: -1.3em;
                        width: 0.8em;
                        font-size: 3em;
                        line-height: 1;
                        text-align: right;
                        color: #103A57;
                        content: counter(li-counter);
                        counter-increment: li-counter;
                    }
                    
                    .row::before {
                        display: initial !important;
                        content: " ";
                    }
                    
                    div.viewCollabAbstract i.fa-star {
                        color: #0060b6;
                    }
                    
                    div.viewAbstract h2,
                    div.viewAbstract h3,
                    div.viewAbstract h4 {
                        color: #0060b6;
                        margin-top: 1.25rem;
                        margin-bottom: 0.75rem;
                    }
                    
                    #navcontainer+h2 {
                        margin-top: 20px;
                    }
                    
                    .list-authors-minimum-required .minRequiredInstructions {
                        font-style: italic;
                        color: red;
                    }
                    /* Forms */
                    
                    fieldset+fieldset {
                        margin-top: 1em;
                    }
                    
                    form div,
                    .formedit div {
                        margin: .4em 0;
                    }
                    
                    .formedit label,
                    .searchcriteria label {
                        width: 25%;
                        text-align: right;
                    }
                    
                    .formedit div.dataentryhint {
                        left: 27%;
                        width: 73%;
                        position: relative;
                        padding: 0 0 0 5px;
                        font-weight: normal;
                        padding: 0 5px 0 0;
                        font-size: 90%;
                    }
                    
                    #EditAbstract label {
                        width: auto;
                        text-align: left;
                    }
                    
                    #SignIn div {
                        margin: .5em 0;
                    }
                    /*#SignIn label, #EditPassword label { width: 150px; text-align: right;  }*/
                    
                    #FinalizeSubmission label,
                    #EditRSVP label {
                        width: auto;
                    }
                    
                    input[type="checkbox"],
                    input[type="radio"] {
                        margin: 0 .3em;
                    }
                    
                    input[type=file] {
                        display: inline-block;
                    }
                    
                    #figureTag .optionRequired {
                        color: #9E0621;
                    }
                    
                    .viewCEUPlannerSelect {}
                    
                    .viewCEUPlannerSelect:before {
                        content: "Claim Credit";
                        display: block;
                        font-weight: bold;
                        text-align: left;
                        color: #4D4E4E;
                    }
                    
                    .viewCEUPlannerSelect select {
                        margin: 10px 0;
                    }
                    
                    .iconfirmcredits label {
                        width: auto;
                    }
                    
                    fieldset {
                        margin-bottom: 1em;
                        border: none;
                        padding: none;
                    }
                    
                    fieldset legend {
                        font-size: 24px;
                        line-height: 28px;
                        letter-spacing: -0.025em;
                        font-weight: 300;
                        color: #494a4d;
                        font-family: Montserrat;
                        margin-top: 20px;
                        margin-bottom: 1.875rem;
                        border-bottom: 1px;
                    }
                    
                    .formedit label,
                    #SignIn label,
                    #EditPassword label {
                        line-height: 20px;
                        margin-right: 1%;
                    }
                    
                    .ai-special-char select.form-control,
                    .symbolsList select.form-control {
                        min-width: 10%;
                        margin-right: 15px;
                    }
                    
                    input[type="text"].form-control,
                    input[type="password"].form-control,
                    input[type="email"].form-control {
                        padding: 0 15px;
                        min-height: 27px;
                        background-color: #fcfcfc;
                        border: 1px solid #ccc;
                        border-radius: 1px;
                        box-shadow: none;
                        min-width: 45%;
                    }
                    
                    select.form-control {
                        padding: 0 15px;
                        min-height: 27px;
                        background-color: #fcfcfc;
                        border: 1px solid #ccc;
                        box-shadow: none;
                        border-radius: 1px;
                        min-width: 45%;
                    }
                    
                    textarea.form-control {
                        width: 100%;
                        min-height: 120px;
                        background-color: #fcfcfc;
                        border: 1px solid #ccc;
                        border-radius: 1px;
                        margin: 10px 0 0 0;
                        font-size: 14px;
                        padding: 10px;
                        min-width: 45%;
                    }
                    
                    .datepair input[type="text"].form-control {
                        min-width: 15%;
                    }
                    
                    .testnavigation .floatright {
                        margin: 0;
                    }
                    
                    #progressBar {
                        overflow: hidden;
                        height: 20px;
                        padding: 0;
                        margin-bottom: 20px;
                        background-color: #ccc;
                        border-radius: 4px;
                        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
                        box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
                    }
                    
                    #progressBar #progress {
                        float: left;
                        min-width: 2em;
                        width: 0;
                        margin: 0;
                        height: 100%;
                        font-size: 12px;
                        line-height: 20px;
                        color: #fff;
                        text-align: center;
                        background-color: #45565b;
                        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
                        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
                        -webkit-transition: width .6s ease;
                        transition: width .6s ease;
                    }
                    
                    .answersblock label {
                        width: 90% !important;
                        display: inline-block !important;
                        text-align: left;
                    }
                    
                    .answersblock input {
                        float: left;
                    }
                    
                    .testnavigation input[type="submit"] {
                        width: auto !important;
                        display: inline-block;
                    }
                    
                    #shortTitle {
                        margin-top: -1em;
                    }
                    
                    .form-question-data-grid textarea.form-control {
                        width: 100%;
                        height: 100%
                    }
                    
                    .form-question-data-grid label {
                        width: auto;
                    }
                    
                    .formedit .form-question-data-grid div.ai-date-control-options,
                    .formedit .form-question-data-grid div.ai-date-control-option {
                        margin: 0;
                    }
                    
                    table.form-question-data-grid th:first-child,
                    table.form-question-data-grid table td:first-child {
                        width: 30px !important;
                    }
                    
                    .datepicker {
                        line-height: 1.2em;
                    }
                    
                    @media (min-width: 768px) {
                        .form-inline textarea.form-control {
                            width: 100%;
                        }
                        table.designation {
                            table-layout: fixed;
                            margin-left: 25.75%;
                            margin-top: -25px;
                        }
                        table.designation td {
                            padding-left: 5px;
                        }
                        #stateProvinceOther,
                        #billingStateProvinceOther,
                        #passwordCriteria {
                            margin-left: 26%;
                        }
                        #expirationYear,
                        #expirationMonth {
                            min-width: 0;
                        }
                        #createNewAccount table.designation {
                            margin-left: 0;
                        }
                        #createNewAccount #stateProvinceOther {
                            width: 100%;
                        }
                        #specialty {
                            width: 35%;
                        }
                        #otherSpecialty {
                            width: 20%;
                        }
                        #password1 {
                            margin-right: 25%;
                        }
                        #EditAttendeeBio label {
                            text-align: left;
                            width: auto;
                        }
                    }
                    
                    #EnterCEU label {
                        width: auto;
                    }
                    /* Activity Registration */
                    
                    .activitySiginLeftCont,
                    .activitySiginRightCont {
                        float: left;
                        margin-top: 15px;
                    }
                    
                    .activitySiginLeftCont {
                        width: 50%;
                        border-right: 1px solid #e5e5e5;
                    }
                    
                    .activitySiginRightCont {
                        width: 49%;
                    }
                    
                    .activitySiginLeftCont form,
                    .activitySiginRightCont form {
                        min-height: 700px;
                        padding-left: 15px;
                        padding-right: 15px;
                    }
                    
                    .activitySiginLeftCont label,
                    .activitySiginRightCont label,
                    .activitySigninForm form#signIn label {
                        width: 100%;
                        text-align: left;
                        padding-top: 5px;
                    }
                    
                    .activitySiginLeftCont:after {
                        content: " ";
                        display: block;
                        clear: both;
                        height: 0;
                    }
                    
                    .activitySiginLeftCont .form-inline .form-control,
                    .activitySiginRightCont .form-inline .form-control {
                        width: 100%;
                    }
                    
                    .activitySiginRightCont #newProfile div:nth-child(9) {
                        margin-top: 30px;
                        border-top: 1px solid #e5e5e5;
                        margin-bottom: 20px;
                    }
                    
                    .activitySiginLeftCont .centerwithpad {
                        margin-top: 15px;
                    }
                    
                    @media (max-width: 767px) {
                        .activitySiginLeftCont,
                        .activitySiginRightCont {
                            width: 100%;
                        }
                        .activitySiginLeftCont {
                            border-right: none;
                            padding-bottom: 10px;
                        }
                        .activitySiginRightCont {
                            border-top: 1px solid #e5e5e5;
                            padding-top: 30px;
                        }
                        .activitySiginLeftCont form,
                        .activitySiginRightCont form {
                            min-height: 0px;
                        }
                    }
                    
                    @media (min-width: 768px) {
                        .form-inline textarea.form-control {
                            width: 100%;
                        }
                    }
                    /* Enduring Materials */
                    
                    .enduring-material.row {
                        background: none;
                    }
                    
                    .progress {
                        background-color: #CCC;
                    }
                    
                    .progress-bar {
                        background-color: #45565b;
                    }
                    
                    .enduring-product,
                    .navigationoptions .enduring-product {
                        color: #4D4E4E;
                        display: block;
                    }
                    /* Sessioning Pages */
                    
                    #EditEvent textarea,
                    #SendEmail textarea {
                        width: 70%;
                    }
                    
                    #searchAttendees label {
                        text-align: left;
                    }
                    
                    #searchAttendees td {
                        padding: 5px;
                        vertical-align: top;
                    }
                    
                    #searchAttendees input[type="submit"] {
                        margin-top: 30px;
                    }
                    
                    div.createevent {
                        text-align: right;
                    }
                    
                    #manageSpeakers div.remove {
                        float: right;
                    }
                    
                    #manageSpeakers label {
                        display: inline;
                    }
                    
                    #manageSpeakers div.remove label {
                        display: inline-block;
                        width: auto;
                    }
                    
                    #sessioning div.status div.floatright {
                        float: left;
                    }
                    /* Tables */
                    
                    #editOrderTable th {
                        font-size: 110%;
                        /*text-align: center;*/
                    }
                    
                    #AbstractCaseSummary .caseEntryPartialCompletion {
                        border-color: #ebccd1;
                        color: #a94442;
                    }
                    
                    #grid {
                        table-layout: fixed;
                    }
                    
                    #grid th.horheader {
                        text-align: center;
                        vertical-align: middle;
                        font-size: 12px;
                    }
                    
                    .head1,
                    .head2,
                    .head3,
                    .head4,
                    .head5,
                    .head6,
                    .head7,
                    .head8,
                    .head9,
                    .head10,
                    .head11,
                    .head12 {}
                    
                    .form-question-data-grid {
                        table-layout: fixed;
                    }
                    
                    div.div_table[summary*="additional forms used for this submission"] {
                        display: table;
                    }
                    
                    div.div_table[summary*="additional forms used for this submission"] .div_tr {
                        background: none;
                        display: table-row;
                    }
                    
                    div.div_table[summary*="additional forms used for this submission"] .div_td {
                        border: 1px solid #ddd;
                        font-size: 13px;
                        padding: 8px;
                        line-height: 1.42857143;
                        vertical-align: top;
                        border-top: 1px solid #ddd;
                        display: table-cell;
                    }
                    
                    div.div_table[summary*="additional forms used for this submission"]>.div_tr:nth-child(odd)>.div_td,
                    div.div_table[summary*="additional forms used for this submission"]>.div_tr:nth-child(odd)>.div_th {
                        background-color: #f9f9f9;
                    }
                    
                    div.div_table[summary*="additional forms used for this submission"]>.div_tr:hover>.div_td,
                    div.div_table[summary*="additional forms used for this submission"]>.div_tr:hover>.div_th {
                        background-color: #f5f5f5;
                    }
                    
                    .printPlannerCertificate {
                        text-align: right;
                    }
                    
                    .printPlannerCertificate br {
                        display: none;
                    }
                    
                    #editOrderTable select[name*='chooseManyProduc'] {
                        min-width: 4em;
                    }
                    
                    #registerButton:hover,
                    table[summary="I display the earned Credits"] .actionCell {
                        text-align: right;
                    }
                    /* Classes */
                    
                    .action {
                        color: #273363;
                    }
                    
                    .alignright {
                        text-align: right;
                    }
                    
                    .alignleft {
                        text-align: left;
                    }
                    
                    .aligncenter {
                        text-align: center;
                    }
                    
                    .aligncenterwithpad {
                        text-align: center;
                        padding: 10px;
                    }
                    
                    .answer {
                        font-size: 90%;
                        /*color: #666666;*/
                        background-color: transparent;
                        font-weight: normal;
                    }
                    
                    .answertext {
                        /*color: #666666;*/
                        background-color: transparent;
                        margin: 0 0 5px 0;
                        padding: 0 0 0 10px;
                        font-size: 0.9em;
                    }
                    
                    .backtotop {
                        font-size: 90%;
                        padding: 0 10px 0 0;
                        text-align: right;
                    }
                    
                    .breadcrumbtrail {
                        font-size: 80%;
                        padding: 0 0 5px 0;
                    }
                    
                    .boldred {
                        color: #9E0621;
                        background-color: transparent;
                        font-weight: bold;
                    }
                    
                    .centerwithpad {
                        text-align: center;
                        padding: 10px 0;
                    }
                    
                    .centerwithoutpad {
                        text-align: center;
                    }
                    
                    .clear {
                        clear: both;
                        height: 0px;
                    }
                    
                    .clear.centerwithpad {
                        clear: both;
                        height: initial;
                    }
                    
                    .circuitcontent {
                        text-align: left;
                        margin: 5px 0 0 5px;
                    }
                    
                    .colorprimary {
                        color: #260240;
                    }
                    
                    .colorsecondary {
                        color: #260240;
                    }
                    
                    .colortertiary {
                        color: #048572;
                    }
                    
                    .columntitle {
                        /*color: #666666;*/
                        background-color: #EDF3F6;
                        font-weight: bold;
                    }
                    
                    .conflict {
                        /*font-size: 90%;*/
                        background-color: #FFF000;
                    }
                    
                    .content {
                        text-align: left;
                        width: 100%;
                    }
                    
                    .contentcenter {
                        text-align: center;
                    }
                    
                    .contentright {
                        text-align: right;
                    }
                    
                    .contentnav {
                        font-size: 90%;
                        vertical-align: middle;
                        color: #273363;
                        font-weight: bold;
                        text-align: center;
                        white-space: nowrap;
                        border-bottom: 1px dotted #273363;
                        padding: 2px 0 2px 0;
                        margin: 0 0 8px 0;
                        width: 95%;
                    }
                    
                    .crossout {
                        text-decoration: line-through;
                        color: #666666;
                    }
                    
                    .disclosureadd {
                        /*width: 40px; height: 40px;*/
                        font-weight: bold;
                    }
                    
                    .disclosureanswer {
                        vertical-align: middle;
                        font-size: 1.2em;
                        text-align: center;
                        border: 1px black solid;
                        padding: 2px;
                    }
                    
                    .disclosureremove {
                        text-decoration: none;
                        font-weight: bold;
                        color: #9E0621;
                        padding-bottom: 10px;
                    }
                    
                    .disclosureresponse {
                        vertical-align: middle;
                        text-align: left;
                        border: 1px black solid;
                        padding: 2px;
                    }
                    
                    .disclosuretable {
                        border: 1px black solid;
                    }
                    
                    .editnote {
                        font-size: 85%;
                        color: #B6B6B6;
                        background-color: transparent;
                        font-weight: bold;
                        vertical-align: middle;
                        text-decoration: none;
                    }
                    
                    .editpreview {
                        font-size: 130%;
                        color: #9E0621;
                        font-weight: bold;
                    }
                    
                    .floatleft {
                        float: left;
                        margin: 0 0px 0 0px;
                    }
                    
                    .floatright {
                        float: right;
                        margin: 0 0px 0 0px;
                    }
                    
                    .floatnone {
                        float: none
                    }
                    
                    .fontnormal {
                        font-size: normal
                    }
                    
                    .fontsmall {
                        font-size: small;
                    }
                    
                    .fontmedium {
                        font-size: medium;
                    }
                    
                    .fontlarge {
                        font-size: large;
                    }
                    
                    .fontxlarge {
                        font-size: x-large;
                    }
                    
                    .fontprimary {
                        font-family: Verdana;
                    }
                    
                    .fontsecondary {
                        font-family: Tahoma;
                    }
                    
                    .fonttertiary {
                        font-family: Arial;
                    }
                    
                    .formrow,
                    .formskinnyrow {
                        font-size: 95%;
                        padding: 1px 0 1px 0;
                        clear: both;
                        vertical-align: middle;
                        clear: both;
                    }
                    
                    .formnote {
                        padding: 0 0 0 0;
                        margin: 0 0 0 0;
                        display: inline;
                    }
                    
                    .formtitle {
                        font-weight: bold;
                        margin: 15px 0px;
                        color: #494a4d;
                    }
                    
                    .green {
                        color: #81BC41;
                    }
                    
                    .hidden {
                        height: 0;
                        width: 0;
                        overflow: hidden;
                        position: absolute;
                    }
                    
                    .highlightdetail {
                        color: #260240;
                    }
                    
                    .incomplete {
                        color: #9E0621;
                        font-weight: bold;
                    }
                    
                    .indent {
                        padding-left: 15px;
                    }
                    
                    .message,
                    .messagealert {
                        margin-top: 1em;
                    }
                    /* .message { text-align: left;   background-color: #dbe2e4; border-color: #C2CBCD; color: #45565b; } */
                    
                    .message a:not(.btn-success),
                    .message a:hover:not(.btn-success),
                    .messagealert a:not(.btn-success),
                    .messagealert a:hover:not(.btn-success) {
                        color: #9e0621;
                    }
                    /* .messagealert { text-align: left;   background-color: #ffffcc; border-color: #DFDFAE; color: #260240; } */
                    
                    #EditEvent>div>fieldset:nth-child(3) {
                        display: none;
                    }
                    
                    .message ol,
                    .messagealert ol {
                        text-align: left;
                    }
                    
                    .navigationoptions {
                        text-align: right;
                    }
                    
                    #newSubmission {
                        text-align: right
                    }
                    /* #newSubmission label{display:block;} */
                    /* #newSubmission select.form-control {width: 100% !important; min-width: auto !important; display:block ; margin:3px;} */
                    
                    .navigationoptions.text-left {
                        text-align: left;
                    }
                    
                    .navigationoptions.text-center {
                        text-align: center;
                    }
                    
                    .nowrapping {
                        white-space: nowrap;
                    }
                    
                    .previewmultiline {
                        left: 25%;
                        width: 75%;
                        position: relative;
                        padding: 0 0 0 5px;
                    }
                    
                    .previewmessageline {
                        left: 21%;
                        width: 75%;
                        position: relative;
                        padding: 0 0 0 0px;
                    }
                    
                    .previewbar {
                        color: #273363;
                        border-bottom: 1px dotted;
                        margin: 10px 0 10px 0;
                        text-align: left;
                    }
                    
                    .question dt {
                        margin: 1em 0 0 0;
                    }
                    
                    .question dd {
                        margin: .4em 0;
                    }
                    
                    .questiontext {
                        width: 100%;
                        margin: 0 0 5px 0;
                        padding: 0 0 0 0px;
                        font-size: 0.9em;
                        font-weight: normal;
                    }
                    
                    .red {
                        color: #9E0621;
                    }
                    
                    .required {
                        color: #9E0621;
                        font-weight: bold;
                        padding: 0 2px 0 0;
                    }
                    
                    .restrictedform {
                        color: #9E0621;
                        font-weight: bold;
                    }
                    
                    .results {
                        width: 100%;
                    }
                    
                    .pluslink {
                        padding: 0px 1px 0px 1px;
                        margin: 0px 2px 0px 2px;
                        background: #fff;
                        font-size: .8em;
                        text-decoration: none;
                        border: 1px solid #666666;
                        color: #666666;
                        text-align: center;
                        vertical-align: middle;
                    }
                    
                    .resultscount {
                        font-weight: bold;
                        text-align: center;
                        margin: 0 0 10px 0;
                    }
                    
                    .scrolltext {
                        font-family: courier, monospace;
                        color: black;
                        border: thin solid #666666;
                        background-color: #CCCCCC;
                        overflow-x: auto;
                        overflow-y: auto;
                        max-height: 200px;
                        padding: 4px 4px 4px 4px;
                        line-height: 15px;
                        margin: 5px 0pt 5px 0pt;
                    }
                    
                    .searchcriteria {
                        width: 100%;
                    }
                    
                    .sectionbar {
                        color: #FFFFFF;
                        background-color: #273363;
                        font-weight: bold;
                        text-align: center;
                        margin: 0 0 10px 0;
                    }
                    
                    .sectiondesc {
                        font-size: 90%;
                    }
                    
                    .sectiontitle {
                        font-size: 1em;
                        font-weight: bold;
                        font-variant: small-caps;
                    }
                    
                    .small {
                        font-size: 85%;
                        font-weight: normal;
                    }
                    
                    .smallbold {
                        font-size: 85%;
                        color: #666666;
                        background-color: transparent;
                        font-weight: bold;
                        vertical-align: middle;
                        text-decoration: none;
                    }
                    
                    .smallcapitols {
                        font-variant: small-caps;
                    }
                    
                    .smallcaps {
                        font-size: 90%;
                        height: 90%;
                        color: #273363;
                        background-color: transparent;
                        font-weight: bold;
                        font-variant: small-caps;
                        vertical-align: middle;
                    }
                    
                    .smallwarning {
                        color: #9E0621;
                        font-size: 85%;
                        font-weight: normal;
                    }
                    
                    .sponsor {
                        font-size: 150%;
                        height: 150%;
                        color: #9E0621;
                        background-color: transparent;
                        font-weight: bold;
                        vertical-align: middle;
                        padding: 0 0 10px 0;
                    }
                    
                    .title {
                        font-size: 150%;
                        height: 150%;
                        color: #273363;
                        background-color: transparent;
                        font-weight: bold;
                        vertical-align: middle;
                        padding: 0 0 10px 0;
                    }
                    
                    .underline {
                        text-decoration: underline;
                    }
                    
                    table[summary="I display the earned Credits"] .actionCell a,
                    .printPlannerCertificate a {
                        display: block;
                    }
                    /* Buttons */
                    
                    .btn,
                    .ai-action {
                        font-size: 14px;
                        padding: 1.25em 2.5em;
                    }
                    
                    .ai-sessioning-subEvent {
                        margin: 8px
                    }
                    
                    .btn,
                    .ai-action,
                    .ai-sessioning-eventNav a,
                    .ai-sessioning-presOptions a,
                    .ai-sessioning-presEditTitle,
                    .ai-sessioning-presSpeakers {
                        display: inline-block;
                        margin-bottom: 0;
                        font-weight: 700;
                        text-align: center;
                        vertical-align: middle;
                        cursor: pointer;
                        background-image: none;
                        border: 1px solid transparent;
                        white-space: nowrap;
                        padding: 6px 12px;
                        font-size: 14px;
                        line-height: 1.7em !important;
                        border-radius: 3px;
                        -webkit-user-select: none;
                        -moz-user-select: none;
                        -ms-user-select: none;
                        user-select: none;
                        font-size: 10px
                    }
                    
                    .ai-sessioning-eventNav,
                    .ai-sessioning-presOptions {
                        color: #f9f9f9;
                        margin-right: 5px
                    }
                    
                    #publicEventSearch td.action a,
                    .btn-success,
                    #registerButton,
                    .btn-primary,
                    .ai-action,
                    .btn-secondary,
                    .ai-sessioning-eventNav a,
                    .ai-sessioning-presOptions a.navbar,
                    .ai-sessioning-presOptions a,
                    #management-activities-open a,
                    #management-activities-closed a,
                    .ai-sessioning-presEditTitle,
                    .ai-sessioning-presSpeakers {
                        color: #fff;
                        background: #494a4d;
                        border-color: #494a4d;
                        position: relative;
                        transition: all 0.3s ease;
                        overflow: hidden;
                        position: relative;
                        padding: 6px 16px;
                    }
                    
                    .btn-secondary {
                        color: #494a4d;
                        background: #efefef;
                        border-color: #dddddd;
                        position: relative;
                        transition: all 0.3s ease;
                        overflow: hidden;
                        position: relative;
                        padding: 6px 16px;
                    }
                    
                    #publicEventSearch td.action a:hover,
                    .btn-success:hover,
                    .btn-success:focus,
                    .btn-success:active,
                    .open .dropdown-toggle.btn-success,
                    .btn-primary:hover,
                    .btn-primary:focus,
                    .btn-primary:active,
                    #registerButton:hover,
                    a[title="Find Enduring Materials"]:hover,
                    .ai-action:active,
                    .ai-action:hover,
                    .ai-sessioning-eventNav a:hover,
                    .ai-sessioning-presOptions a:hover,
                    #management-activities-open a:active,
                    #management-activities-closed a:active,
                    #management-activities-open a:hover,
                    #management-activities-closed a:hover,
                    .ai-sessioning-presEditTitle:hover,
                    .ai-sessioning-presSpeakers:hover {
                        color: #fff;
                        background-color: #f05a2f;
                        border-color: #f05a2f;
                    }
                    
                    #publicEventSearch td.action a {
                        font-size: 10px;
                        padding: 4px 6px;
                        font-weight: bold;
                        border-radius: 3px;
                    }
                    
                    .btn-secondary:focus,
                    .btn-secondary:hover {
                        background-color: #fff;
                        color: #f05a2f;
                        border-color: #f05a2f;
                    }
                    
                    .btn-success.disabled,
                    .btn-success[disabled],
                    .btn-primary.disabled,
                    .btn-primary[disabled],
                    .btn-secondary.disabled,
                    .btn-secondary[disabled] {
                        background-color: #5f5f5f;
                        border-color: #5f5f5f;
                        color: #FFFFFF;
                    }
                    
                    .btn-success.button-large,
                    .btn-primary.button-large {
                        padding: 12px 30px;
                        font-size: 14px;
                    }
                    
                    .btn-success.button-small,
                    .btn-primary.button-small,
                    .ai-sessioning-eventNav a,
                    .ai-sessioning-presOptions a {
                        padding: 4px 12px;
                        font-size: 10px;
                    }
                    /* .ai-sessioning-presOptions a {
font-size: 13px;
}
*/
                    
                    .btn-success.button-small-mini,
                    .btn-primary.button-small-mini,
                    a.listCEUEventsByPlanner,
                    a.enterCEU,
                    a.searchCEUEvents,
                    a#printCertificate,
                    a#emailCertificate,
                    /*.printPlannerCertificate a, table[summary="I display the earned Credits"] .actionCell , */
                    
                    .createevent input.btn-success,
                    .createevent+.navigationoptions a.btn-success,
                    #reorderEvents input[id*='uplink'],
                    #reorderEvents input[id*='downlink'],
                    a.downloadreport,
                    /*table[summary="I display the earned Credits"] .actionCell a, */
                    
                    a.uploadCertificate,
                    table[summary="I display a listing of completed enduring materials"] a[title="Print Certificate"],
                    a[title="Find Enduring Materials"],
                    .enduring-continue a,
                    .enduring-remove a {
                        padding: 6px 14px;
                        font-size: 12px;
                    }
                    
                    .btn-success.button-mini,
                    .btn-primary.button-mini {
                        padding: 4px 12px;
                        font-size: 12px;
                    }
                    
                    .btn-success.button-block,
                    .btn-primary.button-block {
                        padding-right: 0;
                        padding-left: 0;
                        width: 100%;
                    }
                    
                    .btn-success+.btn-succss {
                        margin-left: 10px;
                    }
                    
                    .btn-home {
                        width: 100%;
                        border-radius: 20px;
                        -webkit-border-radius: 20px;
                        -moz-border-radius: 20px;
                    }
                    
                    .btn-home:hover {
                        width: 100%;
                        border-radius: 20px;
                        -webkit-border-radius: 20px;
                        -moz-border-radius: 20px;
                    }
                    
                    #tooltip {
                        text-align: center;
                        color: #fff;
                        background: #111;
                        position: absolute;
                        z-index: 100;
                        padding: 15px;
                    }
                    
                    #tooltip:after
                    /* triangle decoration */
                    
                    {
                        width: 0;
                        height: 0;
                        border-left: 10px solid transparent;
                        border-right: 10px solid transparent;
                        border-top: 10px solid #111;
                        content: '';
                        position: absolute;
                        left: 50%;
                        bottom: -10px;
                        margin-left: -10px;
                    }
                    
                    #tooltip.top:after {
                        border-top-color: transparent;
                        border-bottom: 10px solid #111;
                        top: -20px;
                        bottom: auto;
                    }
                    
                    #tooltip.left:after {
                        left: 10px;
                        margin: 0;
                    }
                    
                    #tooltip.right:after {
                        right: 10px;
                        left: auto;
                        margin: 0;
                    }
                    
                    #tooltip td,
                    th {
                        padding: 2.5px;
                    }
                    /*- grid date header--------------------------- */
                    
                    .onpagenavigationoptions {
                        text-align: center;
                        margin: 10px 0 40px 0;
                        color: #f1f1f1;
                        overflow: hidden;
                        border: 1px solid #ccc;
                        background-color: #f1f1f1;
                    }
                    
                    .eventgriddateheader {
                        color: #fff
                    }
                    
                    .eventgriddateheader a,
                    .onpagenavigationoptions a,
                    .pub-roomset-search-tablinks,
                    .onpagenavigationoptions button,
                    .dateHeader {
                        background-color: inherit;
                        float: left;
                        border: none;
                        outline: none;
                        cursor: pointer;
                        padding: 14px 16px;
                        transition: 0.3s;
                        font-size: 15px;
                        color: #555;
                    }
                    
                    .dateHeader {
                        float: none !important;
                        background: #f1f1f1 !important;
                        color: #555;
                        padding: 10px !important;
                        text-align: center;
                    }
                    
                    .ai-sessioning-presEditTitle,
                    .ai-sessioning-presSpeakers {
                        font-size: 10px;
                        padding: 3px 4px;
                    }
                    
                    .eventgriddateheader a:hover,
                    .eventgriddateheader a.currentday,
                    .onpagenavigationoptions a:hover,
                    .pub-roomset-search-tablinks:hover {
                        background-color: #ddd;
                        text-shadow: 1px 1px 1px #8A8C8F
                    }
                    /* end new grid css */
                    
                    .programguide h2 {
                        border: none !important;
                        font-size: 20px;
                    }
                    
                    .programguide {
                        border-collapse: collapse;
                        border-spacing: 0;
                        width: 100%;
                        border: 1px solid #ddd;
                    }
                    
                    .programguide,
                    .programguide td,
                    .programguide th {
                        border: 1px solid #ddd !important;
                    }
                    
                    .programguide th,
                    .programguide td {
                        text-align: left;
                        padding: 16px;
                    }
                    
                    .programguide tr:hover {
                        background-color: #f2f2f2;
                    }
                    
                    .programguide td {
                        vertical-align: top;
                        padding: 10px;
                    }
                    
                    .programguide td.location {
                        white-space: normal;
                    }
                    
                    .programguide td.speakerList {
                        padding-left: 2px;
                    }
                    
                    .backtotop {
                        text-align: right !important
                    }
                    
                    @media print {
                        #header,
                        #menu,
                        .navigationoptions,
                        .breadcrumbtrail,
                        #footer,
                        #poweredby,
                        .onpagenavigationoptions,
                        .backtotop {
                            display: none;
                        }
                        #primarycontent {
                            width: 95%;
                            margin: 0;
                            min-height: 500px;
                        }
                        a {
                            text-decoration: none;
                            color: #494a4d000;
                        }
                        a[href]:after {
                            content: "";
                        }
                        .scrolltext {
                            font-family: monospace;
                            color: black;
                            border: none;
                            background-color: #FFFFFF;
                            overflow-x: visible;
                            overflow-y: visible;
                            max-height: none;
                            line-height: normal;
                            font-size: 0.9em;
                        }
                        select {
                            font-size: 90%;
                        }
                        input {
                            color: #494a4d000;
                            background-color: #FFFFFF;
                            font-size: 90%
                        }
                        kbd {
                            font-size: 105%;
                        }
                        optgroup {
                            font-size: 95%;
                        }
                        select {
                            font-size: 90%;
                        }
                        textarea {
                            font-size: 90%;
                        }
                        dl,
                        dt,
                        dd {
                            clear: both;
                        }
                    }
                    
                    @media only screen and (max-width: 767px) {
                        /*
h1 { font-size: 26px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
#content { font-size: 95%; }
*/
                        #navlist {
                            display: none;
                        }
                        .nav>li>a {
                            font-size: inherit;
                        }
                        #footer .text-left,
                        #footer .text-right {
                            text-align: center;
                        }
                        label,
                        .formedit label {
                            display: block;
                            width: 100%;
                            text-align: left;
                        }
                        input.form-control,
                        select.form-control,
                        textarea.form-control {
                            width: 100%;
                        }
                        .container-fluid {
                            padding-left: 15px;
                        }
                        #abs-steps-dropdown-label {
                            display: block !important;
                            margin: 1em 0 0 0;
                        }
                        #abs-steps-dropdown {
                            display: block !important;
                            margin: 0 0 1em 0;
                            font-size: 140%;
                        }
                        .navigationoptions {
                            text-align: center;
                        }
                        .navigationoptions a {
                            margin: 1em 0;
                        }
                        .navigationoptions a,
                        input[type="text"],
                        input[type="submit"] {
                            display: block;
                            width: 100%;
                        }
                    }
                    
                    @media (min-width: 768px) {
                        .form-inline table td .form-control {
                            width: 100%;
                        }
                    }
                    /* Added */
                    
                    .navigationoptions>a,
                    #newSubmission #submit {
                        margin-top: 5px;
                    }
                    
                    #newSubmission {
                        /*a[title="Send Email to all speakers"] { display: none;}*/
                        a[title="Bio"] {
                            display: none;
                        }
                        .formedit #form-question-data-grid-1082 th:last-child {
                            display: none;
                        }
                        .formedit #form-question-data-grid-1082 td:last-child {
                            display: none;
                        }
                        .form-question-data-grid th:last-child {
                            width: 75px;
                            max-width: 75px !important;
                        }
                        .form-question-data-grid td:last-child {
                            width: 75px;
                            max-width: 75px !important;
                        }
                        #data-grid-add-row-1082 {
                            display: none;
                        }
                        /* Tabs & Activity Management */
                        .nav-tabs,
                        ul.nav-tabs,
                        #content ul.nav-tabs {
                            margin: 0;
                            margin-bottom: 20px;
                            padding: 0;
                        }
                        .nav-tabs>li>a {
                            border: 1px solid #ddd;
                            border-bottom-color: transparent;
                            padding-top: 10px;
                            padding-bottom: 10px;
                            height: 40px;
                        }
                        .nav-tabs>li.active>a {
                            font-weight: bold;
                        }
                        #management-content h2 {
                            display: none;
                        }
                        .activity-deadline-date {
                            margin-top: 1em;
                            font-weight: bold;
                        }
                        #management-activities-open br,
                        #management-activities-closed br {
                            display: none;
                        }
                        #management-activities-open a,
                        #management-activities-closed a {
                            display: inline-block;
                        }
                        /* remove members */
                        .formedit div div.remove {
                            float: right;
                            text-align: right;
                            width: auto;
                        }
                        .formedit div div.remove label {
                            width: auto;
                        }
                        /* Some labels */
                        .ai-att-sessioningquickeditevent .formedit label,
                        .ai-ip-editactivity .formedit label,
                        .ai-ev-displaysendemaildoc .formedit label,
                        .ai-att-editactivityevent .formedit label {
                            text-align: left;
                            display: block;
                            width: auto;
                        }
                        /* Tables */
                        table.results {
                            margin-top: 10px;
                        }
                        .table>caption+thead>tr:first-child>th,
                        .table>colgroup+thead>tr:first-child>th,
                        .table>thead:first-child>tr:first-child>th,
                        .table>caption+thead>tr:first-child>td,
                        .table>colgroup+thead>tr:first-child>td,
                        .table>thead:first-child>tr:first-child>td {}
                        .table-bordered>thead>tr>th,
                        .table-bordered>thead>tr>td {}
                        .table-bordered>thead>tr>th,
                        .table-bordered>tbody>tr>th,
                        .table-bordered>tfoot>tr>th,
                        .table-bordered>thead>tr>td,
                        .table-bordered>tbody>tr>td,
                        .table-bordered>tfoot>tr>td {}
                        .table-condensed>thead>tr>th,
                        .table-condensed>tbody>tr>th,
                        .table-condensed>tfoot>tr>th,
                        .table-condensed>thead>tr>td,
                        .table-condensed>tbody>tr>td,
                        .table-condensed>tfoot>tr>td {}
                        .table>thead>tr>th {
                            vertical-align: bottom;
                            border-bottom: 2px solid #343F49;
                        }
                        .table>thead>tr>th,
                        .table>tbody>tr>th,
                        .table>tfoot>tr>th {
                            padding: 12px;
                            font-weight: 500;
                            letter-spacing: -0.025em;
                            color: #343F49;
                            font-family: Montserrat;
                            font-size: 1.2em;
                            vertical-align: top;
                            border-top: none;
                        }
                        .table>thead>tr>td,
                        .table>tbody>tr>td,
                        .table>tfoot>tr>td {
                            font-family: Montserrat;
                            font-weight: normal;
                            padding: 10px;
                            vertical-align: top;
                        }
                        .table-striped>tbody>tr:nth-child(odd)>td,
                        .table-striped>tbody>tr:nth-child(odd)>th {
                            background-color: #fff;
                        }
                        .table-striped>tbody>tr:nth-child(even)>td,
                        .table-striped>tbody>tr:nth-child(even)>th {
                            background-color: #fff;
                        }
                        .table-striped>tbody>tr:hover>td {
                            background-color: #f9f9f9;
                        }
                        /* Ready Room / Scheduled Activities updates */
                        .ai-att-viewreadyroom div.activity::before {
                            content: "Additional Info";
                            display: block;
                            font-style: normal;
                            font-weight: 300;
                            color: #343F49;
                            font-family: Montserrat;
                            margin-bottom: 1.875rem;
                            margin-top: 20px;
                            font-size: 1.4em;
                            border-bottom: 1px dotted;
                            padding-bottom: 8px;
                            border-color: #cdcdcd;
                        }
                        #schedule div.row,
                        #schedule div.rowalt {
                            background: #fff;
                            padding: 15px;
                            padding-left: 16px;
                            border: 1px dotted #cfcfcf;
                            border-right: 1px dotted #cfcfcf !important;
                            border-left: 1px solid #666;
                            border-radius: 0px;
                            transition: all linear 0.1s;
                        }
                        #schedule div.rowalt {
                            background-color: #f9f9f9;
                        }
                        #schedule div.row:hover,
                        #schedule div.rowalt:hover {
                            border-left: 2px solid #0060b6;
                            padding-left: 15px;
                            background-color: #f5f5f5;
                        }
                        /* Activity Center */
                        .ai-att-activitycenter #main-inner div.activitycenter-activity-container {
                            border-radius: 5px;
                            border: 1px dotted #cfcfcf;
                            border-right: 1px dotted #cfcfcf !important;
                            border-left: 1px solid #666;
                            padding: 15px;
                            background-color: #f9f9f9;
                        }
                        .activitycenter-activityinfo-container div.activitycenter-name {
                            font-style: normal;
                            font-weight: 400;
                            color: #0060b6;
                            font-family: Montserrat;
                            margin-bottom: 1.875rem;
                            font-size: 1.8em;
                        }
                        div.activitycenter-activityinfo {
                            font-style: normal;
                            font-weight: 400;
                            color: #343F49;
                            font-family: Montserrat;
                            margin-bottom: 1.875rem;
                            font-size: 1.4em;
                        }
                        div.activitycenter-activity-container div.activitycenter-options div.action,
                        div.activitycenter-activity-container div.activitycenter-options div.status {
                            border: none;
                        }
                        div.activitycenter-activity-container div.activitycenter-options {
                            width: 80%;
                            margin: 0;
                            border: none;
                            padding-left: 15px;
                        }
                        div.activitycenter-option-open a {
                            font-size: 1.3em;
                        }
                        .activityCenterAddedArrow {
                            font-weight: 300;
                            color: #343F49;
                            font-family: Montserrat;
                            font-size: 1.6em;
                            margin-right: 10px;
                        }
                        .activitycenter-action-header {
                            font-size: 1.3em
                        }
                        .activitycenter-action-option a {
                            font-size: 1em !important
                        }
                        /*Category search page*/
                        table#AbstractSearchByCat {
                            border: none;
                        }
                        table#AbstractSearchByCat td.category {
                            text-align: center;
                            padding: 20px 0;
                            width: 33%;
                        }
                        table#AbstractSearchByCat td.category:hover {
                            background-color: #c7efff;
                        }
                        table#AbstractSearchByCat td.category:hover {
                            background:
                        }
                        table#AbstractSearchByCat td.category a {
                            font-weight: bold;
                            font-size: 1.2em;
                            text-decoration: none;
                            border: none;
                        }
                        table#AbstractSearchByCat td.category a:first-child {
                            display: block;
                            clear: both;
                        }
                        table#AbstractSearchByCat td.category a img,
                        .categoryIcon,
                        .thumbnail {
                            margin-top: 10px;
                            border: 1px solid #ddd;
                            /* Gray border */
                            border-radius: 25px;
                            /* Rounded border */
                            padding: 5px;
                            /* Some padding */
                            width: 150px;
                            /* Set a small width */
                            max-width: 150px;
                            opacity: 1;
                        }
                        table#AbstractSearchByCat td.category a img:hover,
                        .categoryIcon:hover,
                        .thumbnail:hover {
                            box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
                            opacity: 0.8;
                        }
                        /*img.thumbnail {width: 200px; height: auto;}*/
                        /* Sessioning updates */
                        #sessioning>.row {
                            padding: 15px;
                        }
                        #main #sessioning h2 {
                            padding-bottom: 2px;
                            margin-top: 5px;
                        }
                        .ai-att-viewsessioning .navigationoptions {
                            display: none;
                        }
                        .ai-att-viewsessioning app-options .navigationoptions {
                            display: block;
                        }
                        .ai-sessioning-eventWrapper {
                            margin-top: 10px;
                            padding: 10px;
                            background-color: #f2f2f2;
                        }
                        .ai-sessioning-eventNav {
                            float: none !important;
                        }
                        .ai-sessioning-eventNav>div {
                            padding: 2px;
                        }
                        .ai-sessioning-eventNav>div+div {
                            border-top: 1px solid #ddd;
                        }
                        /* Review */
                        #reviewDocUpload>br,
                        .docReviewer_documentBlock>br {
                            display: none;
                        }
                        #reviewDocUpload a.download,
                        .docReviewer_documentBlock a.download {
                            display: inline-block;
                            margin-bottom: 5px;
                        }
                        .reviewAbstract h4 {
                            font-weight: bold;
                            margin-bottom: 5px;
                            margin-top: 10px;
                        }
                        /* Discussion */
                        .ai-message-chat {
                            position: relative;
                            display: block;
                            padding: 30px;
                            background: #f0f0f0;
                            line-height: 1.5;
                            border-radius: 15px;
                            display: flex;
                            flex-direction: column;
                        }
                        .ai-message-chat>div {}
                        .ai-message-chat>textarea {
                            border-radius: 15px;
                        }
                        .ai-chat-message-notification {
                            text-align: center;
                        }
                        .ai-chat-messages {
                            position: relative;
                            display: block;
                            height: 350px;
                            overflow-y: scroll;
                            padding-right: 15px;
                            border-radius: 15px;
                        }
                        .ai-chat-message {
                            display: block;
                            padding: 10px 15px;
                            margin: 10px 0px;
                            background: white;
                            width: fit-content;
                            float: left;
                            clear: both;
                            border-radius: 15px;
                        }
                        .ai-chat-message.ai-self {
                            background: #93e75e;
                            /*text-align: right;
float: right;*/
                        }
                        .ai-chat-message.ai-moderator {
                            background: #cff2f3;
                            text-align: right;
                            float: right;
                        }
                        .ai-chat-message.ai-private {
                            background: #5eb4e7;
                        }
                        .ai-chat-message.no-messages {
                            background: transparent;
                            text-align: center;
                            float: none;
                            width: 100%;
                        }
                        .ai-chat-message-name {
                            display: inline-block;
                            font-weight: bold;
                            padding-right: 10px;
                        }
                        .ai-chat-message-time {
                            display: inline-block;
                            color: #708090;
                        }
                        .ai-chat-message-body {
                            display: block;
                        }
                        .ai-chat-message-reply-to {
                            display: inline-block;
                            text-align: right;
                            float: right;
                        }
                        .ai-chat-message>.ai-chat-message-reply {
                            margin-left: 75px;
                            float: right;
                            /*border-right: 2px solid #494a4d000;*/
                            /*color: #C2CBCD;*/
                        }
                        .ai-chat-form {
                            border-top: 1px solid black;
                            margin-top: 15px;
                            padding-top: 15px;
                        }
                        .ai-chat-form-notification {
                            text-align: center;
                        }
                        .ai-chat-form textarea {
                            display: block;
                            border: none;
                            width: 100%;
                            padding: 10px 15px;
                        }
                        .ai-chat-form textarea:focus {
                            outline: none;
                        }
                        .ai-text-count-wrapper-left-label {
                            padding-left: 0 !important;
                        }
                        /* Generic Search */
                        body .ai-search-app-selectors>span.active,
                        body .ai-search-app-selectors>span:hover {
                            color: #494a4d;
                            border-bottom: 2px solid #494a4d;
                        }
                        body .ai-search-app-filter-panel,
                        body .ai-search-app-card-preheader {
                            color: #494a4d;
                        }
                        body .ai-search-app-card-node {
                            border: 1px solid #494a4d;
                            color: #494a4d;
                            background-color: #f9f9f9;
                        }
                        body .ai-search-app-filter-toggle {
                            color: #494a4d;
                        }
                        body .ai-search-app-filter-option select.form-control {
                            color: #494a4d;
                        }
                        body .ai-search-app-text-filter-label.focused {
                            color: #494a4d;
                        }
                        /* Some nav stuff */
                        .nav.nav-pills.nav-justified li.active a {
                            background-color: #494a4d;
                        }
                        .nav.nav-pills.nav-justified li:not(.active) a {
                            background-color: #f0f0f0;
                        }
                        .nav.nav-pills.nav-justified li:not(.active) a:hover {
                            background-color: #ddd;
                        }
                        /* Account Gateway */
                        body #ai-user-gateway-instructions {
                            background: #5B6770;
                            color: #fff;
                        }
                        body .ai-user-gateway-option {
                            color: #494a4d;
                        }
                        body .ai-user-gateway-option:hover {
                            color: #FFFFFF;
                            background-color: #494a4d;
                        }
                        body .ai-user-gateway-help {
                            color: #989898;
                        }
                        body .ai-user-gateway-option:hover .ai-user-gateway-help {
                            color: #ddd;
                        }
                        /* Account Gateway Form */
                        body #ai-user-gateway label {
                            padding-bottom: 2px;
                            display: block;
                            opacity: .75;
                            font-size: 13px;
                            line-height: 14px;
                            font-weight: normal;
                        }
                        body #ai-user-gateway input {
                            color: #989898;
                        }
                        body #ai-user-gateway input:hover,
                        body #ai-user-gateway input:focus,
                        body #ai-user-gateway input:active {
                            border-color: #494a4d;
                        }
                        body #ai-user-gateway input:focus {
                            box-shadow: 0 0 0 2px #CCEFF1;
                        }
                        body #ai-user-gateway input:active {
                            box-shadow: 0 0 0 2px #CCEFF1, inset 0 1px 4px rgba(0, 0, 0, .2);
                        }
                        body #ai-user-gateway input[type="submit"] {
                            width: auto;
                            color: #FFFFFF;
                            background: #494a4d;
                            border-color: #494a4d;
                        }
                        body form input[type=checkbox] {
                            background: #FFFFFF;
                            border: 1px solid #D9D9D9;
                            border-radius: 4px;
                            transition: ease all .2s;
                            width: 16px;
                            height: 16px;
                            appearance: none;
                            -webkit-appearance: none;
                            -moz-appearance: none;
                            position: relative;
                            margin: 0;
                            cursor: pointer;
                            outline: none;
                            margin-left: 2px;
                            margin-right: 8px;
                            vertical-align: middle;
                        }
                        body form input[type=checkbox]+#text {
                            vertical-align: middle;
                        }
                        body form input[type=checkbox]:hover,
                        body form input[type=checkbox]:focus,
                        body form input[type=checkbox]:active {
                            border-color: #494a4d;
                        }
                        body form input[type=checkbox]:focus {
                            box-shadow: 0 0 0 2px #CCEFF1;
                        }
                        body form input[type=checkbox]:active {
                            box-shadow: 0 0 0 2px #CCEFF1, inset 0 1px 4px rgba(0, 0, 0, .2);
                        }
                        body form input[type=checkbox]:checked {
                            background: #494a4d;
                            border-color: #494a4d;
                        }
                        body form input[type=checkbox]:checked:after {
                            content: '';
                            position: absolute;
                            width: 6px;
                            height: 12px;
                            margin-top: -1px;
                            border-right: 2px solid #FFFFFF;
                            border-bottom: 2px solid #FFFFFF;
                            left: 50%;
                            top: 50%;
                            transform: translate(-50%, -50%) rotate(45deg);
                        }
                        body #ai-user-gateway input[type="submit"]:hover,
                        body #ai-user-gateway input[type="submit"]:focus,
                        body #ai-user-gateway input[type="submit"]:active {
                            color: #FFFFFF;
                            background-color: #f05a2f;
                            border-color: #f05a2f;
                        }                  
                     
                    }