/* Background Images and Footer */
/* Theme Roller */
/**** SITC 2018 Theme, author: eConverse Media, www.econversemedia.com ****/

/****** basics ******/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	overflow-x: hidden;
	color: #4c4f53;
}
h1 {
	font-family: 'museo-slab', sans-serif;
	font-size: 36px;
	font-weight: 300;
	color: #0093d6;
}
h2 {
	font-family: 'museo-slab', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #eb1c2d;
}
h3, h3 a {
	font-size: 18px;
	color: #1b4f90;
	font-weight: 900;
	text-decoration: none;
	font-family: 'museo-slab', sans-serif;
}
h3 a:hover {
	text-decoration: underline;
	color: #0093d6;
}
a,
a:hover {
	transition: .3s;
}
h4 {
	font-family: 'museo-slab', sans-serif;
    font-weight: 700;
}
h5, h6, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;  
}
/*** HEADER ***/
#MPheader>div.row:first-child {
    padding: 15px 0 0;
}
#MPOuterHeader > .col-md-12 {
    padding-left: 0;
}
#MPOuterHeader {
    position: fixed;
    width: 100%;
    z-index: 2;
    background: #ffffff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
    min-height: 75px;
    padding-top: 0;
    background: #0093d6;
}
#NAV .col-md-12 {
	padding: 0;
}
#NAV {
    max-width: 1500px;
    margin: 0 auto;
    float: left;
    background: #fff;
    height: 75px;
    padding-top: 12px;
    padding-left: 15px;
    margin-top: -1px;
	position: relative;
}
#NAV:after {
    content: '';
    display: block;
    position: absolute;
    right: -75px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75px 75px 0 0;
    border-color: #ffffff transparent transparent transparent;
}
#Logo {
	float:left;
	max-width: 125px;
	padding: 0 20px;
}
#MPButtonBar {
	float: left;
}
#Welcome_Content .imgButton {
    border-radius: 50%;
    overflow: hidden;
}
.welcome-profile-image {
 max-height: 50px !important;
}
#BtnShowProfile {
 display: none;
}
.Welcome .btn-sm {
	float: left;
	display: block !important;
	width: 100%;
	margin-bottom: 5px;
}
/* nav */
#NAV .navbar-default {
	background: #ffffff;
	border: none;
}
/* first lvl nav */
ul.nav.navbar-nav {
	font-family: "Open Sans", sans-serif;
}
ul.nav.navbar-nav > li {
	font-family: 'museo-slab', sans-serif;
	font-size: 16px;
	font-weight: 900;
}
ul.nav.navbar-nav > li > ul.dropdown-menu {
	border: none;
	border-top: 5px solid #0093d6;
	border-radius: 0;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
	background: #ffffff;
}
/* second lvl nav */
ul.dropdown-menu > li > a {
    font-family: "Open Sans", sans-serif;
    position: relative;
    padding: 10px 50px 10px 20px;
	color: #4c4f53;
}
.dropdown-submenu strong.caret {
    display: inline-block;
    border-top-color: #e5e9eb;
    position: absolute;
    right: 10px;
    transform: rotateZ(-90deg);
    top: 0;
    bottom: 0;
    margin: auto;
}
ul.dropdown-menu a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
#NAV .current-page > a {
    background: transparent;
    color: #0093d6;
}
/* third level nav - flyout */
.nav.navbar-nav .dropdown-submenu>ul.dropdown-submenu li {
    padding: 3px 30px;
}
ul.dropdown-menu > li.dropdown-submenu:hover > ul.dropdown-submenu {
    /* display: block; */
    opacity: 1;
    transition: .3s;
    visibility: visible;
    left: 100%;
}
.nav.navbar-nav .dropdown-submenu>ul.dropdown-submenu {
    background-color: transparent;
    margin-left: 0;
    padding-left: 30px;
    position: absolute;
    left: 80%;
    min-width: 100%;
    background: #ebf1f4;
    border: 2px solid #017bb3;
    border-left: 5px solid #017bb3;
    /* display: none; */
    top: 0;
    padding: 5px 0;
    font-family: "Open Sans", sans-serif;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
}
.nav.navbar-nav .dropdown-submenu>ul.dropdown-submenu li:hover {
	background: #d9e1e5;
	color: #0093d6;
}
.nav.navbar-nav .dropdown-submenu>ul.dropdown-submenu li a {
	color: #4c4f53;
    font-weight: normal;
}
.nav.navbar-nav .dropdown-submenu>ul.dropdown-submenu li a:hover {
	color: #0093d6;
}
.SloganText {
	display: none;
}
div#MPOuter {
    padding-top: 75px;
}
/* hero */
.hero-wrapper {
    background: url('https://higherlogicdownload.s3.amazonaws.com/SITCANCER/7aaf41a8-2b65-4783-b86e-d48d26ce14f8/UploadedImages/Annual_Meeting_2018/Assets/swoosh-header.png') no-repeat center top;
    padding: 70px 0px 350px;
    margin-top: 0px;
    background-size: 100%;
    margin-bottom: -150px;
    background-position-x: center;
    background-position-y: 30%;
    min-height: 700px;
	position: relative;
}
.hero-wrapper .hero-top {
    background: url('https://higherlogicdownload.s3.amazonaws.com/SITCANCER/7aaf41a8-2b65-4783-b86e-d48d26ce14f8/UploadedImages/Annual_Meeting_2018/Assets/header-white-overlay.png') no-repeat center;
    background-size: cover;
    padding: 135px 18% 390px;
    margin: 0 auto;
    margin-top: -150px;
    max-width: 1500px;
    margin-bottom: -110px;
    min-height: 500px;
}
.hero.info h2 {
    color: #4c4f53;
    font-size: 40px;
    display: inline-block;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.045em;
}
.hero.info h1 {
    font-family: 'museo-slab';
    text-transform: uppercase;
    letter-spacing: 0.09em;
    margin: 0;
    display: inline-block;
    font-size: 48px;
    color: #4c4f53;
}
.hero.info h3 {
    font-size: 26px;
    font-weight: 300;
    color: #4c4f53;
    margin: 0;
    display: inline-block;
	margin-top: 5px;
}
.hero-wrapper:after {
	content: '\f000';
    font-family: 'SITC2018';
    display: block;
    font-size: 50px;
    position: absolute;
    bottom: 225px;
    text-align: center;
    width: 100%;
    left: 0;
    color: #e5e9eb;
    background: #ffffff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    right: 0;
    margin: auto;
}

#PageTitleH1 {
    padding-top: 100px;
    padding-bottom: 40px;
    background: url('https://higherlogicdownload.s3.amazonaws.com/SITCANCER/7aaf41a8-2b65-4783-b86e-d48d26ce14f8/UploadedImages/Annual_Meeting_2018/Assets/header-white-overlay.png') no-repeat center;
    background-position-y: 0;
	padding-right: 10%;
}
.interior #MPContentArea {
    background: url('https://higherlogicdownload.s3.amazonaws.com/SITCANCER/7aaf41a8-2b65-4783-b86e-d48d26ce14f8/UploadedImages/Annual_Meeting_2018/Assets/interior-header.jpg') no-repeat center top;
    background-position-y: -50px;
    background-size: 100%;
}
/*** in page anchors ***/
.ContentItemHtml.anchors a:empty {
    position: relative;
	display: block;
    margin-top: -80px;
    padding-bottom: 80px;
    z-index: -1;
}
/* buttons */
.make-buttons em a {
	background: #0093d6;
	border-radius: 0;
	border: none;
	font-family: 'museo-slab', sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 900;
	text-decoration: none;
	font-style: normal;
	position: relative;
	display: inline-block;
	padding: 20px;
	min-width: 225px;
	margin: 5px;
}
.make-buttons em a:after {
	content:'';
	height: 3px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.25);
}
.large-buttons em a {
    padding: 25px 35px;
    min-width: 275px;
}
.btn {
    font-family: 'museo-slab', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
	font-weight: 900;
}
.make-buttons em a:hover {
	background: #22aceb;
}
/*a[id*="LinkToCalendar"]::after,
a[id*="MoreLink"]::after,
.make-buttons em a::after,
.learn-button em a::after {
	font-family: NSH;
	content: '\f01d';
	position: absolute;
	right: 25px;
}*/
/***** Additional Buttons *****/
.jump-buttons em a {
	background: #122F80;
	border-radius: 0;
	border: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	color: #ffffff;
	/*padding: 23px 70px 23px 30px;*/
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-decoration: none;
	font-style: normal;
	position: relative;
}
.jump-buttons em a:hover {
	border: none;
	background: #FCA836;
}
.jump-buttons em a::after {
	font-family: NSH;
	content: '\f01d';
	position: relative;
	left: 12px;
}
.view-buttons em a {
	background: #33BAD7;
	border-radius: 0;
	border: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	color: #ffffff;
	padding: 12px 20px 12px 20px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-decoration: none;
	font-style: normal;
	position: relative;
	display: inline-block;
}
.view-buttons em a:hover {
	border: none;
	background: #2da7c1;
}
/******accordion text******/
.accordion.img-wrap.top span:before {
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    opacity: 0;
}
.accordion.img-wrap.top:hover span:before {
    content: '';
    display: block;
    height: 100%;
    background: #552988;
    width: 100%;
    position: relative;
    z-index: 1;
    opacity: .3;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    cursor: pointer;
}
.accordion.img-wrap span {
    height: 360px;
}
.accordion.top h4, .accordion.top h3 {
    font-weight: 400;
    background: #fff;
    padding: 15px 10px;
    margin: 0;
    border-top: 1px solid #f4f4f4;
}
.team.top:hover {
	cursor: pointer;
}
.team.top:hover h2, .team.top:hover h3, .team.top:hover h4, .team.top:hover h5 {
	color: #555;
}
.accordion.top h4 .fa, .accordion.top h3 .fa {
    float: left;
    margin-right: 10px;
    opacity: 1;
}
.accordion.top h4:hover, .accordion.top h3:hover {
    cursor: pointer;
}
.accordion h4:hover .fa, .accordion h3:hover .fa {
    opacity: .6;
}
.accordion.bottom {
    display: none;
}
.accordion-wrap .ContentItemHtml, .accordion-wrap .ContentItemHtml:hover {
    transition: none !important;
}

/***clearfix***/
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}
ul.tab-links {
    padding: 0;
    margin: 0;
}
    /*----- Tab Links -----*/
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }

    .tab-links li {
        margin:0px 5px;
        float:left;
        list-style:none;
    }

.tab-links a {
    padding: 7px 10px;
    display: inline-block;
    border-radius: 0px 0px 0px 0px;
    background: #1a6fad;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    transition: all linear 0.15s;
    text-decoration: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
        .tab-links a:hover {
            background:#1b4f90;
            text-decoration:none;
        }

    .tab-links li.active a, .tab-links li.active a:hover {
        background: #0093d6;
    }

    /*----- Content of Tabs -----*/
    .tab-content {
        padding:15px;
        border-radius:3px;
        box-shadow:0px 0px 5px rgba(0,0,0,0.15);
        background:#fff;
    }
        .tab.active {
            display:block;
        }
.tab-content table td {
    border: 0;
}
/* keynote speakers */
.icon.keynote {
	position: relative;
    text-align: center;
    margin-top: 75px;
    z-index: 1;
}
.icon.keynote h2:before {
	content: '\f001';
	font-family: 'SITC2018';
	position: relative;
	display: block;
	text-align: center;
	color: #0093d6;
	font-size: 50px;
    margin-bottom: 5px;
}
.speaker-wrap {
	background: #1b4f90;
    color: #ffffff;
    margin: 30px 0 75px;
    position: relative;
    float: left;
    padding-bottom: 30px;
	padding-left: calc((100% - 1170px) / 2);
    padding-right: calc((100% - 1170px) / 2);
	width: 100%;
}
.speaker-wrap:before {
	content: '';
	background: url('https://higherlogicdownload.s3.amazonaws.com/SITCANCER/7aaf41a8-2b65-4783-b86e-d48d26ce14f8/UploadedImages/Annual_Meeting_2018/Assets/keynote-bg-top.png') no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
    height: 150px;
    width: 100%;
    position: absolute;
    top: -150px;
    display: block;
    left: 0;
	z-index: -1;
}
.speaker-wrap:after {
	content: '';
	background: url('https://higherlogicdownload.s3.amazonaws.com/SITCANCER/7aaf41a8-2b65-4783-b86e-d48d26ce14f8/UploadedImages/Annual_Meeting_2018/Assets/keynote-bg-bottom.png') no-repeat;
	background-position: top center;
	background-size: 100% auto;
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: -200px;
    display: block;
	left: 0;
	z-index: -1;
}
.keynote.speaker {
	margin-top: -30px;
}
@media screen and (max-width: 768px) {
	.keynote.speaker {
		margin-top: 0px;
	}
	#PageTitleH1 {
		font-size: 30px;
	}
}
.keynote.speaker h2 {
	color: #ffffff;
}
.keynote.speaker strong img {
    position: absolute;
    top: -100%;
    left: -100%;
    bottom: -100%;
    right: -100%;
    display: block;
    max-width: none;
    width: auto;
    max-height: 120%;
    margin: auto;
}
.keynote.speaker strong {
    position: relative;
    display: block;
    width: 350px;
    height: 350px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    background: #555;
    box-shadow: 0px 0px 50px rgba(255,255,255,0.2);
}
/* blue-overlay section on home */
.blue-overlay .HtmlContent {
    max-width: 800px;
    margin: 0 auto;
    padding: 75px 30px;
}
.blue-overlay strong img {
    position: absolute;
    z-index: -1;
    top: -100%;
    bottom: -100%;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
}
.blue-overlay strong:after {
	content: '';
	display: block;
	background: #0093d6;
	opacity: .8;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.blue-overlay.make-buttons em:first-child a, .hero-wrapper .make-buttons em:first-child a, .make-buttons em a[href*="regist"] {
    background: #63A844;
}
.blue-overlay.make-buttons em a, .hero-wrapper .make-buttons em:last-child a, .make-buttons em a[href*="abstract"] {
    background: #eb1c2d;
}
.blue-overlay {
    height: 375px;
    overflow: hidden;
    padding: 30px 15px;
    position: relative;
    color: #ffffff;
    margin: 50px auto;
}
.blue-overlay.make-buttons em:first-child a:hover, .hero-wrapper .make-buttons em:first-child a:hover, .make-buttons em a[href*="regist"]:hover {
    background: #63bf3a;
}
.blue-overlay.make-buttons em a:hover, .hero-wrapper .make-buttons em:last-child a:hover, .make-buttons em a[href*="abstract"]:hover {
    background: #fb404f;
}
/* schedules */
.at-a-glance h2 {
    text-align: center;
}
.mini-schedule table, .mini-schedule table td, .mini-schedule table th {
	font-size: 10px !important;
}
table.tg td, table.tg th {
	font-family: "Open Sans", sans-serif !important;
}
.mini-schedule table.tg th.tg-x6db, .mini-schedule table.tg td.tg-wey9, .mini-schedule table.tg td.tg-hgb9, .mini-schedule table.tg td.tg-tljf, .mini-schedule table.tg td.tg-7uu5 {
    background: #777;
}
/* FOOTER */
#MPOuterFooter {
    padding-top: 25px;
    background: url('https://higherlogicdownload.s3.amazonaws.com/SITCANCER/7aaf41a8-2b65-4783-b86e-d48d26ce14f8/UploadedImages/Annual_Meeting_2018/Assets/footer-bg.png') no-repeat;
    background-size: cover;
    background-position: bottom center;
}
#MPFooterLink {
	display: none;
}
#FOOTER .sitc {
    background: #ffffff;
    color: #0093d6;
    font-size: 32px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
}
#FOOTER .find-it-fast {
	z-index: 1;
}
#FOOTER .find-it-fast h3:after {
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    top: 18px;
    background: #eee;
    z-index: -1;
}
#FOOTER .find-it-fast h3:before {
    content: '\f009';
    font-family: 'SITC2018';
    margin: 0 5px;
    color: #0093d6;
}
#FOOTER .find-it-fast h3 {
    margin: 5px 0px 20px;
    color: #eb1c2d;
    display: inline-block;
    background: #ffffff;
    padding: 5px 10px 0 0;
}
.footer-bottom {
	padding-left: calc((100% - 1170px) / 2);
    padding-right: calc((100% - 1170px) / 2);
	background: rgba(0,147,214,0.8);
	color: #B5CBD5;
	padding-top: 15px;
    padding-bottom: 15px;
    float: left;
    width: 100%;
}
.HLWelcome.HLWelcomeHeader {
	float: right;
}
/* search bar in header */
#MPOuterHeader .search-btn-top {
    width: 42px;
    height: 42px;
    float: right;
    text-align: center;
    line-height: 42px;
    /*border: 1px solid #212121;*/
    color: #212121;
	background: #e5e9eb;
    border-radius: 50%;
    margin-right: 5px;
    cursor: pointer;
}

#MPOuterHeader .search-btn-top:hover, #MPOuterHeader .search-btn-top:focus {
    color: #0093d6;
}

#MPOuterMost .search-bar-top {
    background: #f2f2f2;
    padding: 20px;
    padding-bottom: 35px;
}

#MPOuterMost .search-bar-top .SearchInputs {
    max-width: 1500px;
    margin: 0 auto;
}

.search-bar-top input.form-control {
    height: 50px;
    font-size: 18px;
    font-weight: 200;
}

#MPOuterMost .search-bar-top .SearchResults, .search-bar-top button.btn.btn-default.dropdown-toggle {
    display: none;
}

#MPOuterMost .search-bar-top button.btn, .custom-search-form .input-group-btn a[id$="_btnSearch"] {
    padding: 0px 10px;
    margin: 0;
    font-size: 20px;
    line-height: 15px;
    background: #e5e9eb;
    color: #0093d6;
    height: 50px;
    border-left: none;
}

#MPOuterMost .search-bar-top button.btn:hover, .custom-search-form .input-group-btn a[id$="_btnSearch"]:hover {
    color: #212121;
}

/*** mobile ***/
@media screen and (max-width: 1200px) {
	.section1 .row-wide, .section5 .row-wide, .section10 .row-wide, .section16 .row-wide {
		padding: 0 20px;
	}
}
@media screen and (max-width: 991px) {
	.hero-wrapper .hero-top {
		background-size: auto;
		padding: 100px 25px 200px;
		margin-top: -150px;
		margin-bottom: -160px;
	}
	.hero-wrapper {
		padding: 75px 0px 275px;
		margin-top: 0px;
		background-size: auto;
		margin-bottom: -200px;
	}
	.hero.info h1 {
		font-size: 200%;
		text-align: center;
		display: block;
	}
	.hero.info h2 {
		font-size: 165%;
		text-align: center;
		display: block;
	}
	.hero.info h3 {
		font-size: 160%;
		text-align: center;
		display: block;
	}
	.hero.logo img {
		margin: 0 auto;
		max-width: 75%;
	}
	table.tg td, table.tg th {
		font-size: 12px !important;
	}
	.blue-overlay {
		height: auto;
	}
	.blue-overlay .HtmlContent {
		padding: 15px 0px;
	}
	.blue-overlay strong img {
		left: -100%;
		right: -100%;
		width: auto;
		height: 100%;
		max-width: none;
	}
	#MPheader {
		margin-top: -65px;
	}
	#HEADER .navbar-toggle {
		margin-right: 0;
	}
	#HEADER .navbar-collapse {
		border: 1px solid;
		margin-top: 10px;
	}
	#Logo {
		z-index: 3;
		position: relative;
		margin-right: 15px;
	}
	#NAV {
		float: none;
		margin-right: 75px;
	}
	#MPButtonBar {
		float: none;
	}
	.navbar-collapse {
		padding: 0;
	}
}
@media screen and (max-width: 1125px) {
	ul.nav.navbar-nav > li {
		font-size: 14px;
	}
}
/* change hamburger menu bootstrap breakpoint */
@media screen and (max-width: 1050px) {
	.navbar-header {
	float: none;
   }
   .navbar-toggle {
	display: block;
   }
   .navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
   }
   .navbar-collapse.collapse {
	display: none!important;
   }
   .navbar-nav {
	float: none!important;
	margin: 7.5px -15px;
   }
   .navbar-nav>li {
	float: none;
   }
   .navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
   }
   .navbar-text {
	float: none;
	margin: 15px 0;
   }
   .navbar-collapse.collapse.in { 
	display: block!important;
   }
   .collapsing {
	overflow: hidden!important;
   }
   .navbar-nav .open .dropdown-menu {
	   position: static;
	   float: none;
	   width: auto;
	   margin-top: 0;
	   background-color: transparent; /* Set this to the appropriate colour */
	   border: 0;
	   box-shadow: none;
   }
   .navbar-nav .open .dropdown-menu>li>a {
	   line-height: 20px;
   }
   .navbar-nav .open .dropdown-menu>li>a, 
   .navbar-nav .open .dropdown-menu .dropdown-header {
	   padding: 5px 15px 5px 25px;
   }
}/* Color Picker */
/* VERSION 34 */
/********************* Basics **************************/  
/*
body {
  color: ;  
}  
*/
/*
a {
  color: ;  
}  
*/
/*
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new i, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new input, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new input::placeholder {
  color: ; 
}  
*/
/*
.hl-linkcolor-background {
  background-color: ;  
}  
*/
/*
a.user-content-mention {
  color: ;  
}  
*/
/*
a.user-content-hashtag.user-content-hashtag.user-content-hashtag {
  color: ;  
}  
*/
/*
a:hover {
  color: ;  
}  
*/

/*
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover i, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover input, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover input::placeholder {
  color: ;  
}  
*/
/*
a.user-content-mention:hover {
  color: ;  
}  
*/
/*
a.user-content-hashtag.user-content-hashtag.user-content-hashtag.user-content-hashtag:hover {  
  color: ; 
} 
*/
/*
.bodyBackground {
  background-color: ;  
}  
*/
/*
.siteFrame {
  background-color: ;  
}  
*/
/*
#MPOuterMost {
  border-color: ;  
}  
*/
h1, .Heading1 {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    
h2, .Heading2, h2 a, h2 a:hover, .text-muted-h2 h2 {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    h3, .Heading3, h3 a, h3 a:hover {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    
/*
hr, hr.delimiter, .HLLandingControl ul li {
  border-bottom-color: ;  
}  
*/
#MPOuterFooter {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
fieldset {
  border-color: ;  
}  
*/
fieldset legend {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
/*
.SearchResults .SortBy {
  color: ;  
}      */
/*********************** Landing Controls ******************/  
.HLLandingControl .heading, .HLLandingControl h2, .headerItem, .drItemSubHeader {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
.drItemSubHeader a:not(.skip-header-text-color){
  color: ;  
    }  
*/
.ContentUserControl .HLLandingControl, .ContentUserControl.HLLandingControl, .ContentItemHtml.HLLandingControl {

/*
  border-color: ;
*/
/*
  color: ;
*/
/*
  background-color: ;
*/
}    
/*
.HLLandingControl .Content a:not(.btn) {
  color: ;  
}  
*/
/*
.HLLandingControl .ByLine {
  color: ;  
}  
*/
/*
.HLLandingControl h5, .HLLandingControl h4, .HLEngagement h3 {
  color: ;  
}  
*/
/*
.HLLandingControl .Content h3 a, .HLAnnouncements .Content h2 a, .HLRSSReader .Content h2 a {
  color: ;  
}    
*/
/************************ Tabs **********************/  
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}  
/*
.nav-tabs {
  border-bottom-color: ;  
}  
*/
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav .open > a:hover, .nav .open > a:focus {

/*
  background-color: ;
*/
/*
  border-bottom-color: ;
*/
/*
  color: ;
*/
}  .nav-tabs > li > a {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/************************ Miscellaneous **********************/  
/*
.SloganText {
  color: ;  
}  
*/
.ModalPopupHeading, .CustomTableModalPopup .CustomTableModalPopupHeaderRow {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
.lblratingBig {
  color: ;  
}  
*/
/************************ Tables **********************/  
.Container thead .Header td, th, .ListContainer .ListHeader, .drItemSubHeader,  .table-thead-background tr th, .table-thead-background tr td {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
th a, th a:hover  {
  color: ;  
}  
*/
/*
.TableRowAlternate, .table-hover > tbody > tr:hover > td  {
  background-color: ;  
}    
*/
/************************ Menus ***********************/  
/*
#MPAuxNav ul.level1 li a {
  color: ;  
}  
*/
/*
#MPAuxNav ul.level1 li ul {
  background-color: ;  
}  
*/
/*
#MPAuxNav ul.level1 li li.dynamic {
  border-right-color: ;  
}  
*/
/*  #SideMenu ul.level1 li ul {
  background-color: White;  
}  */    /*  .MPSideNavBottom {
  color: #0069A5;  
}  */    /*
.breadcrumb {
  background-color: ;  
}  
*/
/*
.breadcrumb li {
  color: ;  
}  
*/
/*
.breadcrumb li a {
  color: ;  
}  
*/
/*
.MPBottomMenu ul li a {
  color: ;  
}        */
/************************ Bootstrap Menus ***********************/  
/*
.navbar-default, #NAV {
  background-color: ;      
  border-color: ;  
}  
*/
/*
.navbar-default .navbar-nav > li > a {
  color: ;  
}  
*/
.navbar .navbar-nav > .active > a,    .navbar .navbar-nav > .active > a:hover,    .navbar .navbar-nav > .active > a:focus,   .navbar .navbar-nav > li > a:hover {
    /*
  background-color: ;
*/
/*
  color: ;
*/
}    
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
#MPButtonBar .dropdown-menu {
  background-color: ;  
}  
*/
/*
#MPButtonBar .dropdown-menu li a {
  color: ;  
}  
*/
/*
#MPButtonBar .dropdown-menu li a:hover,    #MPButtonBar .dropdown-menu li a:focus {
  background-color: ;  
  }  
*/
#MPButtonBar .dropdown-menu .active > a,   #MPButtonBar li .dropdown-menu .active > a:hover,   #MPButtonBar .dropdown-menu .dropdown-submenu .active a:hover,   #MPButtonBar .dropdown-submenu .dropdown-submenu .active a:hover {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
#MPButtonBar .dropdown-menu {
  border-color: ;  
}  
*/
/************************ Bootstrap Buttons ***********************/  
.btn-primary, .ui-widget-content a.btn-primary {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
color: !important;
*/
}    
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open .dropdown-toggle.btn-primary {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-info {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-info:hover, .btn-info:focus, .btn-info:active, .open .dropdown-toggle.btn-info {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-success {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-success:hover, .btn-success:focus, .btn-success:active, .open .dropdown-toggle.btn-success {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-danger {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .open .dropdown-toggle.btn-danger {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-default {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-default:hover, .btn-default:focus, .btn-default:active, .open .dropdown-toggle.btn-default {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > .active > span, .pagination > .active > span:hover, .pagination li.active>a, .pagination li.active>a:hover {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > li > a {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > li > a:hover {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.label-default {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.badge, .badge a, a.badge a:hover {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-header {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-body, .panel-body {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-footer, .panel-footer {

/*
  background-color: ;
*/
}  
/*
#MPFooterLink {
  background-color: ;  
}  
*/
/*
#MPFooterLink a {
  color: ;  
}  
*/
/*
.faceted-search-main .facets .header {
  color: ;  
}  
*/
/*
.faceted-search-main .facets .header {
  background-color: ;  
}  
*/

.cookie-notification-bar {
  background-color: #DDDDDD;  
}  


.cookie-notification-bar span {
  color: #000000;  
}  


/* Emtpy faceted search results cards */
/*
.hlc-empty-state-cards-wrapper .hlc-empty-state-card:nth-of-type(2) .hlc-empty-state-card-top-part {
  background-color: ;
}
*/
/*
.hlc-empty-state-cards-wrapper .hlc-empty-state-card:nth-of-type(1) .hlc-empty-state-card-top-part {
  background-color: ;
}
*//************ New Bootstrap 4^ Themeing ****/ 

:root:root {
  /*
  --hl-bs--primary: ;
  --hl-bs--selected: 26;
  */

  [PrimaryColorRGB-StartComment]
  --hl-bs--primary-rgb: [PrimaryColorRGB];
  --hl-bs--selected-rgb: [PrimaryColorRGB], 50;
  [PrimaryColorRGB-EndComment]

  /*
  --hl-bs--primary-opposite: ;
  */

  [TextOnPrimaryRGB-StartComment]
  --hl-bs--primary-opposite-rgb: [TextOnPrimaryRGB];
  [TextOnPrimaryRGB-EndComment]
  
  /*
  --hl-bs--link: ;
  */

  [LinkColorRGB-StartComment]
  --hl-bs--link-rgb: [LinkColorRGB];
  [LinkColorRGB-EndComment]

  /*
  --hl-bs--link-hover: ;
  --hl-bs--btn-icon-ctrl-bg-hover: ;
  --hl-bs--btn-icon-ctrl-border-hover: ;
  */

  [LinkHoverColorRGB-StartComment]
  --hl-bs--link-hover-rgb: [LinkHoverColorRGB];
  --hl-bs--btn-icon-ctrl-bg-hover-rgb: [LinkHoverColorRGB];
  --hl-bs--btn-icon-ctrl-border-hover-rgb: [LinkHoverColorRGB];
  [LinkHoverColorRGB-EndComment]

  /*
  --hl-bs--secondary: ;
  --hl-bs--secondary-selected: 26;
  */

  [SecondaryColorRGB-StartComment]
  --hl-bs--secondary-rgb: [SecondaryColorRGB];
  --hl-bs--secondary-selected-rgb: [SecondaryColorRGB], 50;
  [SecondaryColorRGB-EndComment]

  /*
  --hl-bs--secondary-opposite: ;
  */

  [TextOnSecondaryRGB-StartComment]
  --hl-bs--secondary-opposite-rgb: [TextOnSecondaryRGB];
  [TextOnSecondaryRGB-EndComment]
}

/* buttons */
/*
  button variables follow a pattern of 
  --hl-bs--btn-[theme]-[prop]

  [theme] is one of 
    "primary" 
    "secondary" 
    "link" 
    "ghost"
  we do respect "success" and "danger" if there are selections for them.
  there are also alt- versions but by default we do not override alt theme

  [prop] is one of 
    "text"
    "text-hover"
    "bg"
    "bg-hover"
    "border"
    "border-hover"
    "outline"
  from color picker, there are no text-hover and border-hover, so they should probably just be set to their non-hover counterpart.
  you do not have to override all of them for every button, but probably the colorful ones
*/
:root:root {
  /*
  --hl-bs--btn-primary-text: ;
  --hl-bs--btn-primary-text-hover: ;
  --hl-bs--btn-primary-outline: 7f;
  */

  [PrimaryButtonTextColorRGB-StartComment]
  --hl-bs--btn-primary-text-rgb: [PrimaryButtonTextColorRGB];
  --hl-bs--btn-primary-text-hover-rgb: [PrimaryButtonTextColorRGB];
  --hl-bs--btn-primary-outline-rgb: [PrimaryButtonTextColorRGB], 127;
  [PrimaryButtonTextColorRGB-EndComment]
  
  /*
  --hl-bs--btn-primary-bg: ;
  */

  [PrimaryButtonBackgroundColorRGB-StartComment]
  --hl-bs--btn-primary-bg-rgb: [PrimaryButtonBackgroundColorRGB];
  [PrimaryButtonBackgroundColorRGB-EndComment]
  
  /*
  --hl-bs--btn-primary-bg-hover: ;
  */

  [PrimaryButtonHoverBackgroundColorRGB-StartComment]
  --hl-bs--btn-primary-bg-hover-rgb: [PrimaryButtonHoverBackgroundColorRGB];
  [PrimaryButtonHoverBackgroundColorRGB-EndComment]
  
  /*
  --hl-bs--btn-primary-border: ;
  --hl-bs--btn-primary-border-hover: ;
  */

  [PrimaryButtonBorderColorRGB-StartComment]
  --hl-bs--btn-primary-border-rgb: [PrimaryButtonBorderColorRGB];
  --hl-bs--btn-primary-border-hover-rgb: [PrimaryButtonBorderColorRGB];
  [PrimaryButtonBorderColorRGB-EndComment]
}

:root:root {
  /*
  --hl-bs--btn-success-text: ;
  --hl-bs--btn-success-text-hover: ;
  --hl-bs--btn-success-outline: 7f;
  */

  [SuccessButtonTextColorRGB-StartComment]
  --hl-bs--btn-success-text-rgb: [SuccessButtonTextColorRGB];
  --hl-bs--btn-success-text-hover-rgb: [SuccessButtonTextColorRGB];
  --hl-bs--btn-success-outline-rgb: [SuccessButtonTextColorRGB], 127;
  [SuccessButtonTextColorRGB-EndComment]
  
  /*
  --hl-bs--btn-success-bg: ;
  */

  [SuccessButtonBackgroundColorRGB-StartComment]
  --hl-bs--btn-success-bg-rgb: [SuccessButtonBackgroundColorRGB];
  [SuccessButtonBackgroundColorRGB-EndComment]
  
  /*
  --hl-bs--btn-success-bg-hover: ;
  */

  [SuccessButtonHoverBackgroundColorRGB-StartComment]
  --hl-bs--btn-success-bg-hover-rgb: [SuccessButtonHoverBackgroundColorRGB];
  [SuccessButtonHoverBackgroundColorRGB-EndComment]

  /*
  --hl-bs--btn-success-border: ;
  --hl-bs--btn-success-border-hover: ;
  */

  [SuccessButtonBorderColorRGB-StartComment]
  --hl-bs--btn-success-border-rgb: [SuccessButtonBorderColorRGB];
  --hl-bs--btn-success-border-hover-rgb: [SuccessButtonBorderColorRGB];
  [SuccessButtonBorderColorRGB-EndComment]
  
  /*
  --hl-bs--btn-danger-text: ;
  --hl-bs--btn-danger-text-hover: ;
  --hl-bs--btn-danger-outline: 7f;
  */

  [DangerButtonTextColorRGB-StartComment]
  --hl-bs--btn-danger-text-rgb: [DangerButtonTextColorRGB];
  --hl-bs--btn-danger-text-hover-rgb: [DangerButtonTextColorRGB];
  --hl-bs--btn-danger-outline-rgb: [DangerButtonTextColorRGB], 127;
  [DangerButtonTextColorRGb-EndComment]
  
  /*
  --hl-bs--btn-danger-bg: ;
  */

  [DangerButtonBackgroundColorRGB-StartComment]
  --hl-bs--btn-danger-bg-rgb: [DangerButtonBackgroundColorRGB];
  [DangerButtonBackgroundColorRGB-EndComment]
  
  /*
  --hl-bs--btn-danger-bg-hover: ;
  */

  [DangerButtonHoverBackgroundColorRGB-StartComment]
  --hl-bs--btn-danger-bg-hover-rgb: [DangerButtonHoverBackgroundColorRGB];
  [DangerButtonHoverBackgroundColorRGB-EndComment]

  /*
  --hl-bs--btn-danger-border: ;
  --hl-bs--btn-danger-border-hover: ;
  */

  [DangerButtonBorderColorRGB-StartComment]
  --hl-bs--btn-danger-border-rgb: [DangerButtonBorderColorRGB];
  --hl-bs--btn-danger-border-hover-rgb: [DangerButtonBorderColorRGB];
  [DangerButtonBorderColorRGB-EndComment]

}

:root:root {
  /*
  --hl-bs--btn-secondary-text: ;
  --hl-bs--btn-secondary-text-hover: ;
  --hl-bs--btn-secondary-outline: 7f;
  */

  [DefaultButtonTextColorRGB-StartComment]
  --hl-bs--btn-secondary-text-rgb: [DefaultButtonTextColorRGB];
  --hl-bs--btn-secondary-text-hover-rgb: [DefaultButtonTextColorRGB];
  --hl-bs--btn-secondary-outline-rgb: [DefaultButtonTextColorRGB], 127;
  [DefaultButtonTextColorRGB-EndComment]
  
  /*
  --hl-bs--btn-secondary-bg: ;
  */

  [DefaultButtonBackgroundColorRGB-StartComment]
  --hl-bs--btn-secondary-bg-rgb: [DefaultButtonBackgroundColorRGB];
  [DefaultButtonBackgroundColorRGB-EndComment]
  
  /*
  --hl-bs--btn-secondary-bg-hover: ;
  */

  [DefaultButtonHoverBackgroundColorRGB-StartComment]
  --hl-bs--btn-secondary-bg-hover-rgb: [DefaultButtonHoverBackgroundColorRGB];
  [DefaultButtonHoverBackgroundColorRGB-EndComment]

  /*
  --hl-bs--btn-secondary-border: ;
  --hl-bs--btn-secondary-border-hover: ;
  */

  [DefaultButtonBorderColorRGB-StartComment]
  --hl-bs--btn-secondary-border-rgb: [DefaultButtonBorderColorRGB];
  --hl-bs--btn-secondary-border-hover-rgb: [DefaultButtonBorderColorRGB];
  [DefaultButtonBorderColorRGB-EndComment]
}

:root:root {
  /*
  --hl-bs--btn-link-text: ;
  --hl-bs--btn-link-outline: 7f;
  */

  [LinkColorRGB-StartComment]
  --hl-bs--btn-link-text-rgb: [LinkColorRGB];
  --hl-bs--btn-link-outline-rgb: [LinkColorRGB], 127;
  [LinkColorRGB-EndComment]

  /*
  --hl-bs--btn-link-hover: ;
  */

  [LinkHoverColorRGB-StartComment]
  --hl-bs--btn-link-hover-rgb: [LinkHoverColorRGB];
  [LinkHoverColorRGB-EndComment]
}

:root:root {
  /*
  --hl-bs--btn-ghost-outline: 7f;
  */

  [PrimaryButtonTextColorRGB-StartComment]
  --hl-bs--btn-ghost-outline-rgb: [PrimaryButtonTextColorRGB], 127;
  [PrimaryButtonTextColorRGB-EndComment]
}

:root:root {
  /*
  --hl-bs--footer-color: ;
  */

  [FooterTextColorRGB-StartComment]
  --hl-bs--footer-color-rgb: [FooterTextColorRGB];
  [FooterTextColorRGB-EndComment]

  /*
  --hl-bs--footer-color-opposite: ;
  */

  [FooterBackgroundColorRGB-StartComment]
  --hl-bs--footer-color-opposite-rgb: [FooterBackgroundColorRGB];
  [FooterBackgroundColorRGB-EndComment]
}/************************ Primary Navbar ***********************/

body.ribbit :not(.no-theme) .navbar .navbar-nav>.active>a, body.ribbit :not(.no-theme) .navbar .navbar-nav>.active>a:hover, body.ribbit :not(.no-theme) .navbar .navbar-nav>.active>a:focus, body.ribbit :not(.no-theme) .navbar .navbar-nav>li>a:hover, body.ribbit :not(.no-theme) .navbar-default .navbar-nav>.open>a, body.ribbit :not(.no-theme) .navbar-default .navbar-nav>.open>a:hover, body.ribbit :not(.no-theme) .navbar-default .navbar-nav>.open>a:focus {
    /* 
    color: ;
    */    
    /* 
    color: ;
    */
}

/************************ Anchors ***********************/
body.ribbit a{
    /* 
    color: ;
    */
}
body.ribbit a:hover{
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .HLLandingControl .Content a:not(.btn){
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .HLLandingControl .Content a:not(.btn):hover{
    /* 
    color: ;
    */
}

/************************ Bootstrap Buttons ***********************/

/****START - .btn-primary****/
body.ribbit :not(.no-theme) .btn-primary, body.ribbit :not(.no-theme) .ui-widget-content a.btn-primary {

    /* 
    background-color: ;
    border-color: ;
    */ 
    /* 
    color:  !important;
    */
}

body.ribbit :not(.no-theme) .btn-primary:hover, body.ribbit :not(.no-theme) .btn-primary:focus, body.ribbit :not(.no-theme) .btn-primary:active, body.ribbit :not(.no-theme) .open .dropdown-toggle.btn-primary {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */ 
    /* 
    color: ;
    */
}

/**** btn-primary ****/
body.ribbit :not(.no-theme) .btn-primary {

    /* 
    color:  !important;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-primary:focus,
body.ribbit :not(.no-theme) .btn-primary:hover:not(:disabled) {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-primary:focus {

    /* 
    box-shadow: 0 0 0 3px 7F;
    */
}


/**** btn-success ****/
body.ribbit :not(.no-theme) .btn-success {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-success:focus,
body.ribbit :not(.no-theme) .btn-success:hover:not(:disabled) {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) .btn-success:focus {

    /* 
    box-shadow: 0 0 0 3px 7F;
    */
}

/**** btn-overlay ****/
body.ribbit :not(.no-theme) .btn-overlay {

    /* 
    color: ;
    */
}


/**** btn-icon-primary[aria-label="Toggle folder list"] ****/
body.ribbit :not(.no-theme) .btn-icon-primary[aria-label="Toggle folder list"] {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border: ;
    */
}

body.ribbit :not(.no-theme) .btn-icon-primary[aria-label="Toggle folder list"]:hover {

    /*
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    */
}



body.ribbit :not(.no-theme) .btn-icon-alt-secondary,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.hover,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:hover:not(:disabled) {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}


body.ribbit :not(.no-theme) .btn-primary:focus,
body.ribbit :not(.no-theme) .container-btn-icon-ctrl:focus>.btn-icon-ctrl {

    /* 
    box-shadow: 0 0 0 3px 7F;
    */
}


body.ribbit :not(.no-theme) .btn-inline-icon:focus,
body.ribbit :not(.no-theme) .btn-inline-icon:hover:not(:disabled) {
    /* 
  color: ; 
  */

    /* 
    color: ;
    */
}


body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+* {

    /* 
    color: ;
    */ 
    /* 
    background-color: ;
    border-color: ;
    */
}

body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+*:focus,
body.ribbit :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"]+*:hover {

    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    */
    /* 
    background-color: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ; 
    */
}


/********* alt icon botton **********/
body.ribbit :not(.no-theme) .btn-icon-alt-secondary,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:focus,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary.hover,
body.ribbit :not(.no-theme) .btn-icon-alt-secondary:hover:not(:disabled) {

    /* 
    background-color: ;
    border-color: ;
    */
}


body.ribbit :not(.no-theme) .primary-button-background-color {

    /* 
    background-color:  !important;
    */
}


body.ribbit :not(.no-theme) .primary-button-border-color {

    /* 
    color:  !important;
    */
}


body.ribbit :not(.no-theme) .primary-button-text-color {

    /* 
    color:  !important;
    */
}


body.ribbit :not(.no-theme) .primary-button-hover-background-color:hover, body.ribbit :not(.no-theme) .primary-button-hover-background-color:focus {

    /* 
    background-color:  !important;
    */
}

/****END - .btn-primary****/

/****START - .btn-success****/
body.ribbit :not(.no-theme) .btn-success {

    /* 
    background-color: ;
    border-color: ;
    */ 
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .btn-success:hover, body.ribbit :not(.no-theme) .btn-success:focus, body.ribbit :not(.no-theme) .btn-success:active, body.ribbit :not(.no-theme) .open .dropdown-toggle.btn-success {

    /* 
    background-color: ;
    border-color: ;
    */ 
    /* 
    color: ;
    */
}

body.ribbit :not(.no-theme) .success-button-background-color {

    /* 
    background-color:  !important;
    */
}

body.ribbit :not(.no-theme) .success-button-border-color {

    /* 
    color:  !important;
    */
}

body.ribbit :not(.no-theme) .success-button-text-color {
    /* 
    color:  !important;
    */
}


body.ribbit :not(.no-theme) .success-button-hover-background-color:hover, body.ribbit :not(.no-theme) .success-button-hover-background-color:focus {
    
    /* 
    background-color:  !important;
    */
}

/****END - .btn-success****/


/************************ Interior Header (#PageTitleH1) ***********************/
body.ribbit.interior :not(.no-theme) #PageTitleH1_Svg_Fill_Color {
    /* 
    fill: ;
    */
}
body.ribbit.interior :not(.no-theme) #InteriorPageTitle #PageTitleH1 {
    /* 
    color:  !important;
    */
}

/************************ Community Tabs ***********************/
body.ribbit :not(.no-theme) .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li.active-tab {
    /* 
    color: ;
    */ 
}

body.ribbit :not(.no-theme) .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li.active-tab, body.ribbit .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li:hover, body.ribbit .community-tabs-container #CommunityTabsContainer.nav.nav-tabs li:focus {
    /* 
    border-bottom-color: ;
    */ 
}

/*************** Inheritance for Content Specific to Association Model ***************/

/*Engagement Leaderboard*/
body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li.active>a, body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li:hover>a, body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li:focus>a, body.ribbit :not(.no-theme) .engagement-leaderboard ul.nav.nav-tabs>li.active>a:hover {
    /*
    color: ;
    */
    /* 
    border-bottom-color: ;
    */ 
}

body.ribbit .engagement-leaderboard .tab-content .HLEngagement>.Content ul.display-vertical>li:hover .row.title-row .col-md-9>.leaderboard-user-info>a[id*=_EngagementList_NameLink_] {   
    /* 
    color: ;
    */
    /* 
    color: ;
    */
}

/*Logged-out Homepage Row backgrounds*/
body.ribbit :not(.no-theme) .row.primary-row {    
    /* 
    background-color: ;
    */
}

body.ribbit :not(.no-theme) .row.secondary-row {    
    /* 
    background-color: 90;
    */
}

/*Member Directory Action buttons color variation*/
body.ribbit :not(.no-theme) .member-directory .actions .btn:first-of-type {
    /* 
    color: ;
    */     
    /* 
    background-color: ;
    border-color: ;
    */ 
}

body.ribbit :not(.no-theme) .member-directory .actions .btn:first-of-type:hover{
    /* 
    color: ;
    */
    /* 
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
    border-color: ;
    */
}

/*QuickLinks Widget Inheritance*/
body.ribbit .quick-links-list-item:hover .quick-links-list-item-text{
    /* 
    color: ;
    */
}

/**** Generated Utils ****/

/*
.text-color {
  color:  !important;
}
*/
  

/*
.link-color {
  color:  !important;
}
*/
  

/*
.mention-link-color {
  color:  !important;
}
*/
  

/*
.tag-link-color {
  color:  !important;
}
*/
  

/*
.link-hover-color:hover, .link-hover-color:focus {
  color:  !important;
}
*/
  

/*
.mention-hover-color:hover, .mention-hover-color:focus {
  color:  !important;
}
*/
  

/*
.tag-hover-color:hover, .tag-hover-color:focus {
  color:  !important;
}
*/
  

/*
.outer-background-color {
  background-color:  !important;
}
*/
  

/*
.tag-background-color {
  background-color:  !important;
}
*/
  

/*
.tag-background-hover-color:hover, .tag-background-hover-color:focus {
  color:  !important;
}
*/
  

/*
.page-background-color {
  background-color:  !important;
}
*/
  

/*
.border-color {
  color:  !important;
}
*/
  

/*
.primary-heading-text-color {
  color:  !important;
}
*/
  

/*
.primary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.secondary-heading-text-color {
  color:  !important;
}
*/
  

/*
.secondary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.tertiary-heading-text-color {
  color:  !important;
}
*/
  

/*
.tertiary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.seperator-color {
  color:  !important;
}
*/
  

/*
.footer-background-color {
  background-color:  !important;
}
*/
  

/*
.footer-text-color {
  color:  !important;
}
*/
  

/*
.primary-color {
  color:  !important;
}
*/
  

/*
.text-on-primary {
  color:  !important;
}
*/
  

/*
.table-header-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-header-background-color {
  background-color:  !important;
}
*/
  

/*
.landing-control-header-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-border-color {
  color:  !important;
}
*/
  

/*
.landing-control-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-background-color {
  background-color:  !important;
}
*/
  

/*
.landing-control-link-color {
  color:  !important;
}
*/
  

/*
.landing-control-byline-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-sub-title-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-title-text-color {
  color:  !important;
}
*/
  

/*
.selected-tab-background-color {
  background-color:  !important;
}
*/
  

/*
.selected-tab-border-color {
  color:  !important;
}
*/
  

/*
.selected-tab-text-color {
  color:  !important;
}
*/
  

/*
.unselected-tab-hover-background-color:hover, .unselected-tab-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.unselected-tab-hover-text-color {
  color:  !important;
}
*/
  

/*
.unselected-tab-background-color {
  background-color:  !important;
}
*/
  

/*
.unselected-tab-text-color {
  color:  !important;
}
*/
  

/*
.slogan-text-color {
  color:  !important;
}
*/
  

/*
.table-header-background-color {
  background-color:  !important;
}
*/
  

/*
.table-alternate-background-color {
  background-color:  !important;
}
*/
  

/*
.aux-menu-text-color {
  color:  !important;
}
*/
  

/*
.unselected-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.breadcrumb-bar-background-color {
  background-color:  !important;
}
*/
  

/*
.breadcrumb-text-color {
  color:  !important;
}
*/
  

/*
.breadcrumb-link-color {
  color:  !important;
}
*/
  

/*
.footer-menu-text-color {
  color:  !important;
}
*/
  

/*
.unselected-menu-text-color {
  color:  !important;
}
*/
  

/*
.selected-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.selected-menu-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.hover-menu-selected-background-color {
  background-color:  !important;
}
*/
  

/*
.hover-menu-selected-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-border-color {
  color:  !important;
}
*/
  

/*
.primary-button-background-color {
  background-color:  !important;
}
*/
  

/*
.primary-button-border-color {
  color:  !important;
}
*/
  

/*
.primary-button-text-color {
  color:  !important;
}
*/
  

/*
.primary-button-hover-background-color:hover, .primary-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.info-button-background-color {
  background-color:  !important;
}
*/
  

/*
.info-button-border-color {
  color:  !important;
}
*/
  

/*
.info-button-text-color {
  color:  !important;
}
*/
  

/*
.info-button-hover-background-color:hover, .info-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.success-button-background-color {
  background-color:  !important;
}
*/
  

/*
.success-button-border-color {
  color:  !important;
}
*/
  

/*
.success-button-text-color {
  color:  !important;
}
*/
  

/*
.success-button-hover-background-color:hover, .success-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.danger-button-background-color {
  background-color:  !important;
}
*/
  

/*
.danger-button-border-color {
  color:  !important;
}
*/
  

/*
.danger-button-text-color {
  color:  !important;
}
*/
  

/*
.danger-button-hover-background-color:hover, .danger-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.default-button-background-color {
  background-color:  !important;
}
*/
  

/*
.default-button-border-color {
  color:  !important;
}
*/
  

/*
.default-button-text-color {
  color:  !important;
}
*/
  

/*
.default-button-hover-background-color:hover, .default-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.pagination-activebutton-background-color {
  background-color:  !important;
}
*/
  

/*
.pagination-active-button-border-color {
  color:  !important;
}
*/
  

/*
.pagination-activebutton-text-color {
  color:  !important;
}
*/
  

/*
.pagination-button-background-color {
  background-color:  !important;
}
*/
  

/*
.pagination-button-border-color {
  color:  !important;
}
*/
  

/*
.pagination-button-text-color {
  color:  !important;
}
*/
  

/*
.pagination-button-hover-background-color:hover, .pagination-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.label-background-color {
  background-color:  !important;
}
*/
  

/*
.label-text-color {
  color:  !important;
}
*/
  

/*
.badge-background-color {
  background-color:  !important;
}
*/
  

/*
.badge-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-header-background-color {
  background-color:  !important;
}
*/
  

/*
.popup-window-header-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-background-color {
  background-color:  !important;
}
*/
  

/*
.popup-window-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-footer-background-color {
  background-color:  !important;
}
*/
  

/*
.powered-by-higher-logic-background-color {
  background-color:  !important;
}
*/
  

/*
.powered-by-higher-logic-text-color {
  color:  !important;
}
*/
  

/*
.search-sidebar-heading-text-color {
  color:  !important;
}
*/
  

/*
.search-sidebar-heading-background-color {
  background-color:  !important;
}
*/
  


.cookie-notification-background-color {
  background-color: #DDDDDD !important;
}

  


.cookie-notification-text-color {
  color: #000000 !important;
}

  
/* CSS Overrides */
/*******MDJ 2019 Edits*******/

/*****************************Fonts*********************************/

h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: #6880b3;
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #6880b3;
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #4d736b;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000000;
}

/***********************Nav**********************/

#Logo {
  background-color: #9ec285;
  margin-top: -12px;
  max-width: 200px;
  margin-right: 90px;
  padding: 11px;
  /* margin-left: -5.2px; */
  position: relative;
}

#Logo:after {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 75.4px 0 0 75.4px;
  border-color: transparent transparent transparent #9ec285;
  position: absolute;
  left: 200px;
  top: 0;
}

#NAV {
  background: #fff;
}

#NAV .current-page > a {
  color: #6880b3;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  background-color: #fff;
}

.navbar-default .navbar-nav > li > a {
  color: #4d736b;
}

ul.nav.navbar-nav > li > ul.dropdown-menu {
  border: none;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  border-top: 5px solid #6880b3;
}

.nav.navbar-nav .dropdown-submenu > ul.dropdown-submenu {
  left: -100%;
}

ul.dropdown-menu > li.dropdown-submenu > ul.dropdown-submenu {
  left: -100%;
}

ul.dropdown-menu > li.dropdown-submenu:hover > ul.dropdown-submenu {
  left: -100%;
}

.nav.navbar-nav .dropdown-submenu > ul.dropdown-submenu {
  border: 2px solid #6880b3;
  border-left: 5px solid #6880b3;
}

.nav.navbar-nav .dropdown-submenu > ul.dropdown-submenu li a:hover {
  color: #6880b3;  
}

.dropdown-submenu strong.caret {
  left:10px;
  right: unset;
  transform: rotatez(90deg);
}

.nav.navbar-nav .dropdown-submenu > ul.dropdown-submenu {
  width: 100%;
}

ul.nav.navbar-nav > li {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 900;
}

#MPOuterHeader {
  background: #fff;
}

/*****************Footer*********************/

#FOOTER .sitc {
  background: #ffffff;
  color: #124e8f;
}

/*******************Icons***************/

.icon.keynote h2::before {
  content: "\f001";
  font-family: "SITC2018";
  color: #4d736b;
}

/****************************Header*********************/
.hero-wrapper .hero-top {
  background: url("https://higherlogicdownload.s3.amazonaws.com/SITCANCER/7756933d-71f0-46aa-a6e6-606a516211f8/UploadedImages/banners/dna-bg.png")
    no-repeat center;
  background-color: #061637;
  position: relative;
  padding: 135px 16% 425px;
}

.hero-wrapper .hero-top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 53%;
  background: url("https://higherlogicdownload.s3.amazonaws.com/SITCANCER/7756933d-71f0-46aa-a6e6-606a516211f8/UploadedImages/backgrounds/Group.png");
  height: 142px;
  background-size: cover;
  background-position: center;
  background-position-x: right;
  background-repeat: no-repeat;
}

.hero-wrapper .hero-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  height: 70px;
  background: url("https://higherlogicdownload.s3.amazonaws.com/SITCANCER/7756933d-71f0-46aa-a6e6-606a516211f8/UploadedImages/backgrounds/Group_1_.png");
}

.hero-wrapper {
  background: None;
}

.hero-wrapper .make-buttons em:first-child a,
.hero-wrapper .make-buttons em:last-child a {
  background: #fff;
}

.hero-wrapper .make-buttons em a {
  background: #fff;
  color: #4a71c4 !important;
}

.hero-wrapper .make-buttons em a:hover,
.hero-wrapper .make-buttons em a:focus {
  background: #d8d8d8 !important;
}

.hero-wrapper .hero-top .hero.logo .HtmlContent {
  float: right;
  width: 255px;
}

/* .sitc-bg {
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/SITCANCER/7756933d-71f0-46aa-a6e6-606a516211f8/UploadedImages/backgrounds/sitc-conference-background.png");
    background-position: center;
    background-size: cover;
    padding: 197px 0 167px;
  } */

.sitc-content {
  background-position: top;
  background-size: cover;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 165px 0;
}

.sitc-content .HtmlContent div {
  max-width: 65%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 30px;
  padding: 30px 90px;
}

.sitc-content .HtmlContent h3 {
  color: #324877;
}

.sitc-content.make-buttons em a {
  background-color: #4a71c4;
}

/****************************Footer*********************/

#FOOTER .row .col-md-12 .col-md-6 img {
  width: 230px;
  margin: 0 auto;
  margin-bottom: 100px;
}

#MPOuterFooter {
  background: #f9f9f9;
  position: relative;
}

#MPOuterFooter::before {
  position: absolute;
  top: 0;
  left: -50px;
  width: 70%;
  height: 195px;
  background: url("https://higherlogicdownload.s3.amazonaws.com/SITCANCER/7756933d-71f0-46aa-a6e6-606a516211f8/UploadedImages/backgrounds/Group_2_.png");
  content: "";
  background-position-y: bottom;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#MPOuterFooter::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 110px;
  background: url("https://higherlogicdownload.s3.amazonaws.com/SITCANCER/7756933d-71f0-46aa-a6e6-606a516211f8/UploadedImages/backgrounds/Group_3_.png");
  background-position-x: left;
  background-repeat: no-repeat;
  content: "";
}

#FOOTER .sitc {
  background-color: #4a71c4;
  color: #fff;
}

.footer-bottom {
  background: rgba(6, 22, 55, 0.9);
}

/* Interior Pages */

.interior #MPContentArea {
    background: #fff;
}

/* .interior h1#PageTitleH1 {
    position: relative;
    color: #000;
    padding-left: 13px;
}

.interior h1#PageTitleH1:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 65%;
    height: 62px;
    background: url("https://higherlogicdownload.s3.amazonaws.com/SITCANCER/7756933d-71f0-46aa-a6e6-606a516211f8/UploadedImages/backgrounds/blue-banner.png");
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
}

.interior h1#PageTitleH1:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 63%;
  height: 132px;
  background: url("https://higherlogicdownload.s3.amazonaws.com/SITCANCER/7756933d-71f0-46aa-a6e6-606a516211f8/UploadedImages/backgrounds/green-banner.png");
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
} */

.interior .header-wrapper {
  position: relative;
  color: #000;
  padding-left: 13px;
}

.interior .header-wrapper h1 {
  color: #000;
}

.interior .header-wrapper::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65%;
  height: 62px;
  background: url("https://higherlogicdownload.s3.amazonaws.com/SITCANCER/7756933d-71f0-46aa-a6e6-606a516211f8/UploadedImages/backgrounds/blue-banner.png");
  background-position-x: left;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
}

.interior .header-wrapper::after {
position: absolute;
bottom: 0;
right: 0;
width: 63%;
height: 132px;
background: url("https://higherlogicdownload.s3.amazonaws.com/SITCANCER/7756933d-71f0-46aa-a6e6-606a516211f8/UploadedImages/backgrounds/green-banner.png");
background-position-x: right;
background-position-y: bottom;
background-repeat: no-repeat;
background-size: 100%;
content: '';
}


/* Responsive Styles */

@media( max-width: 550px) {

  #Logo {
      margin-right: 0;
  }

  #Logo::after {
      display: none;
  }

  #NAV #Logo {
      margin-right: 0;
  }

  #NAV.traditional-nav {
      margin-right: 0;
  }

  .nav.navbar-nav .dropdown-submenu > ul.dropdown-submenu {
    position: unset;
    display: none;
  }

  .navbar-collapse  {
    position: relative;
    z-index: 2;
  }

  ul.dropdown-menu > li.dropdown-submenu {
    /* display: none; */
  }

  ul.dropdown-menu > li.dropdown-submenu:hover > ul.dropdown-submenu,     ul.dropdown-menu > li.dropdown-submenu:focus > ul.dropdown-submenu {
    display: block;
  }

  #MPheader {
    margin-top: -15px;
    padding-right: 15px;
  }

  .hero-wrapper .hero-top {
      padding-bottom: 200px;
  }

  .sitc-content {
      display: block;
      padding: 75px 0;
  }

  .sitc-content .HtmlContent div {
      max-width: 85%;
      padding: 10px 30px;
  }

}

/***********************Buttons*********************/
.make-buttons em a {
  background: #6880b3;
}

.blue-overlay.make-buttons em:first-child a:hover, .hero-wrapper .make-buttons em:first-child a:hover, .make-buttons em a[href*="regist"]:hover {
  background: #9fc387;
}
/***************Table headers********************/
.tg .tg-2thk {
  background-color: #546a99 !important;
}

/*** in page anchors ***/
.ContentItemHtml.anchors a:empty {
    position: relative;
	display: block;
    margin-top: -80px;
    padding-bottom: 80px;
    z-index: -1;
}