/* Background Images and Footer */

/* CSS Overrides */
/*  stop the content overflowing to the sides, especially with negative margins on .row */

#MPOuterMost {
    overflow-x: hidden;
    overflow-y: hidden;
}


/* hide .HtmlFooter and .MPBottomMenu, both of which add extra padding/whitespace */

#MPCopyright,
#MPFooterLinkContent,
#MPFooterLink,
#MPFooter,
#FOOTER>.row:last-child,
.HtmlFooter,
.MPBottomMenu {
    display: none;
}


/* remove bottom margin from empty paragraphs (eg. in widgets) to avoid whitespace */

p:empty {
    margin-bottom: 0;
}


/* this one's not HL-specific */


/* centres all background images created using the bg image JS/ajax calls for images */

#PageTitleH1,
.hero,
.img-container {
    background-size: cover;
    background-position: center;
}


/* avoids 1px tall sections, especially when they hold JS but no content */


/* can be less specific, but might break other HL functionality */

.home .col-md-12[class*="section"] {
    min-height: 0;
}


/* allows for word breaking for emails and profile inbox messages */

body {
    overflow-wrap: break-word;
    word-wrap: break-word;
}


/* overrides the above word breaking for yes/no toggle buttons in create event */

#event-additional-details-container {
    overflow-wrap: normal !important;
    word-wrap: normal !important;
}


/* resets the padding on col-md-12 full-width sections */

.row-full .col-md-12[class*="section"] {
    padding: 0;
}

.row-full .col-md-6[class*="section"],
.row-full .col-md-8[class*="section"],
.row-full .col-md-4[class*="section"],
.row-full .col-md-3[class*="section"] {
    padding-left: 15px;
    padding-right: 15px;
}


/* reset alerts to neutral colours */

.alert-warning,
.alert-success,
.ideation-home .alert.alert-success,
.ideation-detail .alert.alert-success {
    color: inherit;
    background-color: #f9f9f9;
    border-color: #f5f5f5;
}


/*** fix Add Event button styling ***/

.HLEventList .Content>div[id*="ContentPanel"]>.col-md-12.no-pad>.pull-right {
    float: none !important;
    text-align: right;
}

.HLEventList .Content>div[id*="ContentPanel"]>.col-md-12.no-pad>.pull-right+br {
    display: none;
}

@media (max-width: 768px) {

    .btn-group>.btn,
    .btn-group-vertical>.btn {
        float: left;
    }
}


/*** fixing non-responsive images ***/

img {
    max-width: 100%;
}


/*** fixing lack of wrapping on community settings dropdown buttons ***/

.CommunityManagementGearStatusPaddingL {
    white-space: normal;
}


/****** fix missing left-hand profile page content on my contacts page ******/

.text-muted-h2.my-contacts .col-md-3.section1 {
    display: block !important;
}


/* Increasing the left offset for skip to content to be moved off the page */

.skiplinkholder a,
.skiplinkholder a:link,
.skiplinkholder a:visited {
    left: -250000%;
}

.skiplinkholder a:focus,
.skiplinkholder a:active {
    left: 0;
}


/* Stops logo from bleeding out on IE */

.LogoImg {
    width: 100%
}


/* Hide welcome button */

#BtnShowProfile {
    display: none;
}


/* Hide HL search */

#searchColumn {
    display: none;
}

@media (max-width: 768px) {
    #searchColumn {
        display: block;
    }
}

#searchColumn .form-control::placeholder {
    font-style: normal;
}


/*** round profile images ***/

.profile a[id*="lnkDisplay"] {
    width: 140px;
    height: 140px;
}

.Welcome .imgButton.btn,
a[id*="ProfileImage"]:not([id*="NameLink"]):not([id*="ManageDropDown"]),
a[id*="UserImageDisplay"],
a[id*="Contacts_PictureLink"],
a[id*="lnkDisplay"],
a[id*="Welcome_Details_ProfileLink"],
.list-group-item-image,
a[title="User Name Image"],
a[oldtitle="User Name Image"],
.member-dashboard-img a,
.dashboard-col-3 ul li .col-sm-2 a,
.HLEngagement .Picture a,
td.ProfilePic>a {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background-color: #d8d9db;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}

.inbox-list img[id*="ucUserImage"] {
    border-radius: 50%;
}

.Welcome .imgButton.btn {
    background-color: #fff;
}

.list-group-item-image {
    width: 40px;
    height: 40px;
}

.list-group-item-nochild .list-group-item-image {
    width: 20px;
    height: 20px;
}

.member-dashboard-img a[id*="ImageControl_lnkDisplay"] {
    width: 100px;
    height: 100px;
}

.text-muted-h2 a[id*="ImageControl_lnkDisplay"] {
    width: 140px;
    height: 140px;
    background: #f9f9f9;
}

.HLEngagement .Picture a {
    width: 50px;
    height: 50px;
}

a[id*="Welcome_Details_ProfileLink"] {
    width: 60px;
    height: 60px;
}

.imgButton img,
a[id*="ProfileImage"] img,
a[id*="UserImageDisplay"] img,
a[id*="Contacts_PictureLink"] img,
a[id*="lnkDisplay"] img,
a[id*="Welcome_Details_ProfileLink"] img,
.list-group-item-image img,
a[title="User Name Image"] img,
a[oldtitle="User Name Image"] img,
.member-dashboard-img img,
.dashboard-col-3 ul li .col-sm-2 a img,
.HLEngagement .Picture a img,
td.ProfilePic>a>img {
    position: relative;
    max-height: 100% !important;
    width: auto;
}

.member-directory .member-picture {
    text-align: center;
}

.Welcome button.btn-default.btn.imgButton {
    width: 36px;
    height: 36px;
    border: none;
}


/* Links */

a {
    color: #333;
}

.interior #MainCopy_ContentWrapper .ContentItemHtml .HtmlContent:not(.make-buttons) a {
    color: #0E4F90;
}

/* Transitions */

a,
a:hover,
a:focus,
i,
i:hover,
i:focus,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
span,
span:hover,
span:focus {
    transition: .3s;
}


/* Interior Padding  */

#MPContentArea {
    margin-top: -15px;
}

.interior #MainCopy_ContentWrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}


/****** basics ******/


/*** fonts ***/

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.text-muted-h2 h2 {
    font-family: 'Calibri', sans-serif;
    color: #081D22;
}

h1 {
    font-weight: bold;
    font-size: 34px;
    line-height: 42px;
}

h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 34px;
}

.interior #MainCopy_ContentWrapper .ContentItemHtml>h2 {
    color: #252A68;
}

h3 {
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
}

h4 {
    color: #5DA744;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
}

p {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
}

.p-small p {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #30343F;
}

.interior #MainCopy_ContentWrapper .HtmlContent p,
.interior #MainCopy_ContentWrapper .HtmlContent .body-small p {
    font-weight: 400;
}


/* buttons */

#Welcome_LoginLink,
.make-buttons em a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #5fa845;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    border: none;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 0;
}

#Welcome_LoginLink:hover,
#Welcome_LoginLink:focus,
.make-buttons em a:hover,
.make-buttons em a:focus {
    background-color: #5d993d;
}


/* alert banenr */

.announcement-banner {
    text-align: center;
    background: #115091;
    padding: 25px 0;
    color: #fff;
    position: relative;
}

.announcement-banner * {
    margin: 0;
    color: #fff;
    text-decoration: none;
}

.announcement-banner button {
    background: transparent;
    border: none;
    color: #fff;
    line-height: 26px;
    font-size: 26px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    right: 40px;
}


/* nav */

#NAV {
    position: absolute;
    bottom: 10px;
    right: 150px;
}

body.logged-in #NAV {
    right: 90px;
}

#Logo {
    left: 40px;
    top: 10px;
    position: relative;
    max-width: 160px;
}

.LogoImg a img {
    height: 100%;
    width: 100%;
    max-width: 160px;
}

.LogoImg {
    width: 100%
}

#MPheader>div.row:first-child {
    padding: 0;
    position: absolute;
    right: 40px;
    bottom: 40px;
}


/* Search */

.HLWelcome {
    padding: 5px 7px 0 0;
}

#searchColumn {
    display: none;
    background: #115091;
    padding: 10px 15px;
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.search-bar-top {
    height: 0;
    background: #115091;
    padding: 0 calc(50% - 600px);
    transition: .3s;
    overflow: hidden;
}

#searchColumn #MPSearchBlock,
.search-bar-top #MPSearchBlock {
    margin-top: 0;
}

.search-bar-top.open {
    height: 100px;
    padding: 20px calc(50% - 600px);
}

#searchColumn .SearchInputs,
.search-bar-top .SearchInputs {
    box-shadow: 0 2px 2px 0 rgba(9, 69, 85, 0.05);
    background: #fff;
}

.search-bar-top .form-control,
#searchColumn .form-control {
    font-size: 20px;
    font-weight: 700;
    height: 60px;
    padding: 15px 20px;
    border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    color: #30343F;
}

.search-bar-top .form-control::placeholder,
#searchColumn .form-control::placeholder {
    font-style: normal;
}

.search-btn-top>.HtmlContent {
    display: none;
}

.search-bar-top button[id*="SearchButton"],
.search-btn-top button,
#searchColumn button[id*="SearchButton"] {
    background: #175394;
    text-align: center;
    padding: 0;
    border-radius: 50px;
    border: none;
}

.search-btn-top button {
    font-size: 14px;
    line-height: 36px;
    height: 30px;
    width: 30px;
    margin-top: 4px;
    margin-left: 10px;
}

.search-bar-top button[id*="SearchButton"],
#searchColumn button[id*="SearchButton"] {
    height: 52px;
    width: 52px;
    margin: 3px;
}

.search-bar-top button[id*="SearchButton"] .glyphicon-search,
#searchColumn button[id*="SearchButton"] .glyphicon-search {
    width: auto;
    vertical-align: unset !important;
    top: 0;
    line-height: 52px;
}

.search-bar-top button[id*="SearchButton"]:hover,
.search-bar-top button[id*="SearchButton"]:focus,
#searchColumn button[id*="SearchButton"]:hover,
#searchColumn button[id*="SearchButton"]:focus,
.search-btn-top button:hover,
.search-btn-top button:focus {
    opacity: 0.7;
}

.search-btn-top i {
    display: flex;
    justify-content: center;
}

.search-btn-top i,
.search-bar-top .glyphicon-search::before {
    color: #fff;
}

.search-bar-top .glyphicon-search:empty {
    width: auto;
}

.search-bar-top .glyphicon-search::before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 24px;
    content: '\f002';
    font-weight: 900;
}

.input-group-btn button:first-child {
    margin-right: 10px;
    border: none;
    border-radius: 50px;
    background-color: #115091;
    color: #fff;
}

.input-group-btn button.dropdown-toggle {
    display: none;
}


/* Main Nav */

#MPOuterMost.full #HEADER {
    max-width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03), 0px 0px 20px rgba(0, 0, 0, 0.03);
    position: relative;
    height: 99px;
}

#HEADER>.col-md-12,
#MPOuterHeader>.col-md-12 {
    padding: 0;
    position: relative;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.disabled>a {
    background-color: transparent;
    padding: 8px 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #30343F;
}

@media (max-width: 1360px) {
    .navbar-default .navbar-nav>li>a {
        max-width: 150px;
    }
}

@media (min-width: 1360px) {
    #NAV {
        bottom: 15px;
    }
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #115091;
    color: #fff;
}


/* caret */

.navbar-default .navbar-nav>.dropdown>a .caret,
.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.dropdown>a:focus .caret {
    border-top-color: #5DA744;
    border-bottom-color: #5DA744;
}


/* dropdown  */

.dropdown-menu>li a:hover,
.dropdown-menu>li a:focus,
.navbar-nav .dropdown-menu>.active>a,
.navbar-nav .dropdown-menu>.active>a:hover,
.navbar-nav .dropdown-menu>.active>a:focus,
.navbar-nav .dropdown-menu>li>a:hover,
.navbar-nav .dropdown-menu>li>a:focus {
    background: #F4F7F8;
    color: #35363A;
}

/* .dropdown-menu>li>a::before,
#NAV #MPButtonBar ul.nav ul.dropdown-menu a::before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    content: '\f0da';
    color: #5DA744;
    transition: .3s;
    opacity: 0;
    position: absolute;
    right: 10px;
    margin-top: 3px;
}

.dropdown-menu>li>a:hover::before,
#NAV #MPButtonBar ul.nav ul.dropdown-menu a:hover::before {
    opacity: 1;
} */

.nav.navbar-nav .dropdown-submenu>ul.dropdown-submenu {
    margin-right: 15px;
}

.dropdown-menu>li a {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #35363A;
}

.dropdown-menu>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.nav.navbar-nav>li>ul.dropdown-menu {
    border: none;
    border-top: 5px solid #5DA744;
    border-radius: 0;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    background: #ffffff;
}

@media (min-width: 992px) {
    .nav.navbar-nav .dropdown-submenu>ul.dropdown-submenu {
        background-color: #fff;
        margin-left: 0;
        position: absolute;
        left: 80%;
        min-width: 100%;
        width: 100%;
        border-top: 5px solid #5DA744;
        border-radius: 0;
        top: 0;
        padding: 5px 15px;
        opacity: 0;
        transition: .3s;
        visibility: hidden;
        box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    }

    .dropdown-submenu strong.caret {
        display: inline-block;
        border-top-color: #e5e9eb;
        position: absolute;
        left: 10px;
        transform: rotateZ(90deg);
        top: 0;
        bottom: 0;
        margin: auto;
    }
}

ul.dropdown-menu>li.dropdown-submenu:hover>ul.dropdown-submenu {
    opacity: 1;
    transition: .3s;
    visibility: visible;
    left: -100%;
}

ul.dropdown-menu>li.dropdown-submenu:hover>ul.dropdown-submenu li>a:hover {
    text-decoration: underline;
    background-color: transparent;
    color: #115091;
}

.dropdown-submenu strong.caret {
    display: inline-block;
    border-top-color: #e5e9eb;
    position: absolute;
    left: 10px;
    transform: rotateZ(90deg);
    top: 0;
    bottom: 0;
    margin: auto;
}

.nav a:hover .caret {
    border-top-color: #5DA744;
    border-bottom-color: #5DA744;
}

#MPButtonBar nav.navbar .navbar-collapse ul.dropdown-menu>li>a {
    padding-left: 30px;
}

#MPButtonBar nav.navbar .navbar-collapse ul.dropdown-menu>li>a,
#MPButtonBar nav.navbar .navbar-collapse ul.dropdown-menu .dropdown-submenu>li>a {
    text-align: right;
}

.dropdown-submenu>.dropdown-submenu a {
    padding: 7.5px 0;
    display: block;
    border-bottom: 1px solid #DCDCDC;
    text-align: right;
}

.dropdown-submenu>.dropdown-submenu li:last-of-type a {
    border-bottom: 0;
}

/* bgs */

.bg-purple {
    padding: 0 calc(50% - 585px) 53px;
    background: #252A68;
}

.bg-purple.bottom {
    padding: 50px calc(50% - 600px) 45px;
    background: #252A68;
    position: relative;
}

.bg-purple.bottom::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 400px;
    width: 600px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('https://higherlogicdownload.s3.amazonaws.com/SITCANCER/5bc70de6-3710-421c-a294-78a93c770262/UploadedImages/Dev_Files_2021/purple-graphic.png');
}

.bg-purple.bottom h2 {
    color: #fff;
    margin: 0;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}

.bg-purple.bottom h2::before {
    content: '';
    position: absolute;
    height: 19px;
    right: 10px;
    bottom: 0;
    left: 10px;
    background: rgba(255, 255, 255, 0.1);
}


/* hero */

.hero {
    position: relative;
    padding: 94px calc(50% - 600px) 154px;
    background-image: url('//higherlogicdownload.s3.amazonaws.com/SITCANCER/5bc70de6-3710-421c-a294-78a93c770262/UploadedImages/Dev_Files_2021/topleft.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('//higherlogicdownload.s3.amazonaws.com/SITCANCER/5bc70de6-3710-421c-a294-78a93c770262/UploadedImages/Dev_Files_2021/herov2.svg');
    right: 0;
    background-position: right;
}

.hero-logo img {
    max-width: 440px;
}

.hero-slide .HtmlContent {
    background: #FFFFFF;
    padding: 33px 32px;
    position: relative;
}

.hero-slide .HtmlContent * {
    margin: 0;
}

.hero-slide .HtmlContent h4 {
    margin-bottom: 4px;
}

.hero-slide .HtmlContent h3 {
    color: #252a68;
}

.hero-slide .HtmlContent p {
    margin-top: 10px;
    margin-bottom: 25px;
}

.hero-slide .HtmlContent p a {
    color: #0E4F90;
}

.hero-slider .slick-track {
    display: flex !important;
}

.hero-slider .slick-slide {
    height: inherit !important;
    background: #fff;
}

.hero-slider .slick-list {
    box-sizing: initial;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 4%), 0px 4px 20px rgb(0 0 0 / 6%);
}

.hero-slider .slick-dots {
    bottom: 30px;
    right: 30px;
    text-align: right;
    width: unset;
}

.hero-slider .slick-dots li {
    margin: 0;
}

.hero-slider .slick-dots li.slick-active button:before {
    color: #037AEA;
    opacity: 1;
}


/* tiles */

.tiles {
    margin: -100px -15px 0;
    display: flex;
    flex-wrap: wrap;
}

.tile {
    width: calc(25% - 30px);
    margin: 0 15px;
}

.tile>a:hover {
    text-decoration: none;
    transform: translateY(-6px);
    transition: .3s;
}

.tile>a {
    display: block;
    text-decoration: none;
    border-radius: 4px;
    position: relative;
}

.tile .HtmlContent {
    position: relative;
    overflow: hidden;
    padding: 140px 30px 30px;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.04), 0px 4px 20px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.tile:hover a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: .3s;
}

.tile .HtmlContent span {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFFFFF;
}


/* tile colors */

.tile.blue a {
    background: #0E4F90;
}

.tile.green a {
    background: #5DA744;
}

.tile.grey a {
    background: #353D5A;
}

.tile.orange a {
    background: #F36A21;
}


/* tile icons */

.tile.icon .HtmlContent::before,
.tile.icon .HtmlContent::after {
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    position: absolute;
    content: '\f0c1';
}

.tile.icon .HtmlContent::before {
    top: 55px;
    left: 30px;
    font-size: 56px;
}

.tile.icon .HtmlContent::after {
    opacity: 0.1;
    font-size: 210px;
    top: -30px;
    right: -40px;
    font-weight: 300;
}

.tile.icon.register .HtmlContent::before,
.tile.icon.register .HtmlContent::after {
    content: '\f274';
}

.tile.icon.abstracts .HtmlContent::before,
.tile.icon.abstracts .HtmlContent::after {
    content: '\f15c';
}

.tile.icon.abstracts .HtmlContent::after {
    top: -5px;
}

.tile.icon.schedule .HtmlContent::before,
.tile.icon.schedule .HtmlContent::after {
    content: '\f073';
}

.tile.icon.question .HtmlContent::before,
.tile.icon.question .HtmlContent::after {
    content: '\f059';
}


/* keynote speaker */

.speaker-title .HtmlContent {
    text-align: center;
}

.speaker-title h2 {
    margin: 0;
    margin-top: 50px;
    margin-bottom: 20px;
    display: inline-block;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}

.speaker-title h2::before {
    content: '';
    position: absolute;
    height: 19px;
    right: 10px;
    bottom: 0;
    left: 10px;
    background: rgba(255, 255, 255, 0.1);
}

.speakers {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}

.keynote-speaker {
    width: calc(50% - 60px);
    margin: 0 30px;
    padding-left: 20px;
    position: relative;
}

.keynote-speaker .HtmlContent *:not(h4) {
    color: #fff;
}

.keynote-speaker .HtmlContent * {
    margin: 0;
}

.keynote-speaker .HtmlContent h3 {
    margin-top: 6px;
    margin-bottom: 10px;
}

.keynote-speaker .HtmlContent {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 30px;
    display: flex;
    padding-left: 0;
    position: relative;
}

.keynote-speaker .img-container {
    height: 123px;
    width: 123px;
    padding: 50px 55px;
    border: 7px solid #fff;
    border-radius: 50%;
    margin-left: -10px;
    position: relative;
    z-index: 1;
}

.keynote-speaker .HtmlContent::before {
    content: '';
    width: 91px;
    height: 91px;
    background: #5FA746;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 20px;
}

.keynote-speaker::after {
    position: absolute;
    content: '';
    bottom: -20px;
    right: 0;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: contain;
    height: 45px;
    width: 45px;
    background-image: url("https://higherlogicdownload.s3.amazonaws.com/SITCANCER/5bc70de6-3710-421c-a294-78a93c770262/UploadedImages/Dev_Files_2021/bubble-tail.png");
}

.keynote-speaker .text-container {
    padding-left: 30px;
}


/* schedule */

.bg-schedule {
    padding-top: 56px;
    padding-bottom: 40px;
}

.schedule-title {
    max-width: 965px;
    margin: auto;
    text-align: center;
}

.schedule-title h2 {
    display: inline-block;
    position: relative;
    margin: 0;
    margin-bottom: 10px;
}

.schedule-title p {
    margin-bottom: 30px;
}

.schedule-title h2::before {
    content: '';
    position: absolute;
    height: 19px;
    right: 10px;
    bottom: 0;
    left: 10px;
    background: #E4F0E0;
    z-index: -1;
}

.bg-schedule .make-buttons .HtmlContent {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: -10px;
    padding: 5px;
}


/* twitter */

.twitter-feed .HtmlContent {
    background: #FFFFFF;
}


/* footer */

#MPOuterMost.full #FOOTER {
    max-width: 100%;
    padding: 0;
}

#FOOTER a {
    text-decoration: none;
}

#FOOTER a:hover {
    text-decoration: underline;
}


/* footer top */

.footer-top {
    padding: 80px calc(50% - 600px);
    position: relative;
    overflow: hidden;
    margin-bottom: -1px;
}

.footer-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("//higherlogicdownload.s3.amazonaws.com/SITCANCER/5bc70de6-3710-421c-a294-78a93c770262/UploadedImages/Dev_Files_2021/footer.svg");
}

.footer-top h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #30343F;
    margin: 0;
}

.footer-logo img {
    max-width: 230px;
}

.footer-presented img {
    max-width: 325px;
}

.footer-presented .HtmlContent {
    display: flex;
    justify-content: center;
}

.footer-presented .HtmlContent * {
    margin: 0 20px;
}

.footer-presented .HtmlContent h4 {
    align-self: center;
}

.footer-links .HtmlContent {
    text-align: right;
}

.footer-links .HtmlContent ul {
    list-style: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links .HtmlContent ul li {
    padding: 4px 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #30343F;
}

.footer-links .HtmlContent ul li:first-child {
    padding-top: 10px;
}


/* footer bottom */

.footer-bottom {
    background: #115091;
    padding: 10px calc(50% - 600px);
}

.footer-bottom .HtmlContent * {
    color: #fff;
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}

.footer-bottom .attribution p {
    text-align: right;
}

.footer-bottom .attribution a {
    text-decoration: underline;
}


/* tabbed content */


/*----- 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 li a {
    padding: 7px 10px;
    display: inline-block;
    border-radius: 0px 0px 0px 0px;
    background: #1d2153;
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
    transition: all linear 0.15s;
    text-decoration: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.tab-links li:first-child a,
.tab-links li:nth-child(2) a {
    background: #1d2153;
}

.tab-links li:nth-child(3) a,
.tab-links li:nth-child(4) a,
.tab-links li:nth-child(5) a {
    background: #0E4F90;
}

.tab-links li a:hover {
    background: #1d2153;
    text-decoration: none;
}


/*----- 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;
}


/* interior */

#PageTitleH1 {
    max-width: 100%;
    padding: 78px calc(50% - 600px);
    position: relative;
    z-index: 1;
    color: white;
    font-weight: 700;
    overflow: hidden;
}

#PageTitleH1::before {
    opacity: 1;
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #252A68;
}

#PageTitleH1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 400px;
    width: 600px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('https://higherlogicdownload.s3.amazonaws.com/SITCANCER/5bc70de6-3710-421c-a294-78a93c770262/UploadedImages/Dev_Files_2021/purple-graphic.png');
}

.team-wrap i {
    font-size: 18px;
}

/************ NSH updates 1 June 2021 for pop-up poll ************/

#MPOuterMost.has-modal {
    overflow-y: hidden;
}
#MPOuterMost.has-modal::before {
    z-index: 1010;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.poll-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.04), 0px 4px 20px rgba(0, 0, 0, 0.06);
    padding: 45px 25px 75px 25px;
    z-index: 1020;
    width: 570px;
    max-width: calc(100% - 30px);
}
.poll-modal.ContentUserControl .HLLandingControl {
    margin: 0;
    padding: 0;
    border: none;
}
.poll-modal .HLLandingControl .container,
.poll-modal .HLLandingControl .row .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.poll-modal h4,
.poll-modal .hl-alert .hl-alert-icon::before {
    font-size: 28px;
    line-height: 1.2;
    color: #30343F;
    font-weight: 700;
    display: inline-block;
    position: relative;
}
.poll-modal h4 {
    margin-top: 10px;
    margin-bottom: 20px;
}
.poll-modal h4::before {
    display: block;
    content: 'Your opinion is important to us!';
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #5DA744;
}
.poll-modal h4::after,
.poll-modal .hl-alert .hl-alert-icon::after {
    content: '';
    position: absolute;
    height: 16px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(93,167,68, 0.2);
    z-index: -1;
}
.poll-modal h4 + hr,
.poll-modal .row.heading + br {
    display: none;
}
.poll-modal .modal-close-button {
    background: transparent;
    border: none;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #BBBBBB;
    font-size: 18px;
    line-height: 1;
}
.poll-modal .modal-close-button:hover,
.poll-modal .modal-close-button:focus {
    color: #5DA744;
}
.poll-modal label {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
    color: #30343F;
}
.poll-modal .radio input {
    opacity: 0;
    cursor: pointer;
}
.poll-modal .radio {
    position: relative;
    margin-top: 2px;
    margin-bottom: 3px;
}
.poll-modal .radio::before {
    content: '';
    border-radius: 50%;
    border: 1px solid #767676;
    width: 13px;
    height: 13px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 6px;
}
.poll-modal .radio::after {
    content: '';
    opacity: 0;
    transition: .3s;
    border-radius: 50%;
    height: 7px;
    width: 7px;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 9px;
}
.poll-modal .radio.is-active::before {
    border-color: #67AC4F;
}
.poll-modal .radio.is-active::after {
    background-color: #67AC4F;
    opacity: 1;
}
.poll-modal form .btn-primary {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #5DA744;
    border: none;
    border-radius: 0;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fff;
    display: block;
    width: 100%;
}
.poll-modal form .btn-primary::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #5DA744;
    transition: .3s;
}
.poll-modal form .form-group {
    margin-bottom: 0;
}
.poll-modal form .btn-primary:hover,
.poll-modal form .btn-primary:focus {
    background-color: #5d993d;
}
.poll-modal form .btn-primary:hover::after,
.poll-modal form .btn-primary:focus::after {
    opacity: 0;
    transition: .3s;
}
.poll-modal .hlc-chart-wrapper .report-section-header {
    padding: 0;
}
.poll-modal .hlc-chart-wrapper .report-section rect {
    fill: #115091;
}

/*** thank you message ***/
.poll-modal {
    min-height: 135px;
}
.poll-modal .hl-alert .hl-alert-icon::before {
    content: 'Thank you for your response!';
}
.poll-modal .hl-alert {
    background: #fff;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 40px;
    padding: 0;
    z-index: 10;
    border-left: none;
    text-align: center;
    font-size: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.poll-modal .hl-alert .hl-alert-icon {
    position: relative;
    left: auto;
    width: auto;
    top: auto;
}
.poll-modal .hl-alert .hl-alert-icon svg {
    display: none;
}

@media (max-width: 575px) {
    .poll-modal {
        padding-left: 15px;
        padding-right: 15px;
    }
    .poll-modal h4,
    .poll-modal .hl-alert .hl-alert-icon::before {
        font-size: 20px;
    }
    .poll-modal h4::before {
        font-size: 16px;
    }
}
@media (max-width: 450px) {
    .poll-modal h4::after,
    .poll-modal .hl-alert .hl-alert-icon::after {
        display: none;
    }
}

/************ responsive ************/


@media (max-width: 1430px) {
    .footer-top::before {
        left: -70px;
    }
}

@media (max-width: 1220px) {
    .navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.disabled>a {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
        max-width: 120px;
    }

    #PageTitleH1 {
        padding-left: 20px;
    }
}

@media (max-width: 1200px) {
    .search-bar-top.open {
        padding: 20px;
    }
}

@media (max-width: 1170px) {

    .speakers,
    .tiles {
        margin-left: 15px;
        margin-right: 15px;
    }

    .tile {
        margin: 15px;
    }
}

@media (max-width: 1100px) {
    body.logged-in #NAV {
        right: 30px;
    }

    #MPheader>div.row:first-child {
        right: 0;
    }
}

@media (max-width: 991px) {
    .search-btn-top {
        position: absolute !important;
        top: 0;
        right: 0;
        z-index: 100
    }

    #MPheader>div.row:first-child {
        right: 60px;
        z-index: 10;
    }

    #NAV {
        position: unset;
        background: #fff;
        margin-top: -70px;
    }

    #Logo {
        z-index: 10;
        top: -5px;
    }

    /* hamburger */

    #MPButtonBar nav.navbar .navbar-collapse ul.dropdown-menu>li>a, #MPButtonBar nav.navbar .navbar-collapse ul.dropdown-menu .dropdown-submenu>li>a {
        text-align: left;
        padding-left: 15px;
    }

    .navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.disabled>a {
        max-width: none;
    }


    .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 -5px;
    }

    .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;
    }

    .hero-logo img {
        margin: auto;
    }

    .footer-links .HtmlContent,
    .footer-bottom .attribution p {
        text-align: left;
    }

    .footer-presented .HtmlContent {
        justify-content: flex-start;
    }

    .navbar-default .navbar-collapse {
        border: none;
        padding-top: 20px;
    }

    .footer-top::before {
        display: none;
    }

    .bg-purple.bottom h2 {
        margin-top: 20px;
    }

    .tile {
        width: calc(50% - 30px);
    }

    .keynote-speaker {
        width: calc(100% - 60px);
        margin: 15px 30px;
    }
}

@media (max-width: 900px) {
    .announcement-banner .HtmlContent {
        max-width: 500px;
        margin: auto;
    }
}

@media (max-width: 767px) {
    #Logo {
        top: unset;
    }

    .footer-top {
        padding: 20px;
    }

    .footer-presented .HtmlContent * {
        margin: unset;
    }

    .announcement-banner button {
        right: 20px;
    }
}

@media (max-width: 500px) {
    .keynote-speaker .HtmlContent {
        flex-wrap: wrap;
    }

    .keynote-speaker .img-container {
        margin-bottom: 20px;
    }

    .hero {
        padding-top: 35px;
    }

    #Logo {
        top: unset;
    }

    .footer-top {
        padding: 20px;
    }

    .footer-presented .HtmlContent * {
        margin: unset;
    }

    .tile {
        width: calc(100% - 30px);
    }

    .announcement-banner .HtmlContent {
        max-width: 275px;
    }

    .announcement-banner h3 {
        font-size: 20px;
    }

    .footer-presented img {
        max-width: 185px;
    }

    .hero-logo img {
        max-width: 200px;
        margin: 20px auto;
    }
}