/* Background Images and Footer */
/* Theme Roller */
/*

SITC Theme v1.1
Author: eConverse Social Media
URL: www.econversemedia.com

Lovingly created for SITC © 2016. Brought to you by coffee and nanaimo bars.

*/

/* image rendering */

img {
    /*image-rendering: -moz-crisp-edges;*/
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* fonts */

body {
    font-family: 'Helvetica Neue', Helvetica Neue, Helvetica, sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: #30343f;
    overflow-x: hidden;
}

label {
    font-family: "futura-pt", "Futura", 'Helvetica Neue', Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6, .nav, .btn, .Byline, .date-block, .event-list .date-block {
    font-family: "futura-pt", "Futura", 'Helvetica Neue', Helvetica Neue, Helvetica, sans-serif;
}

h1 {
    font-weight: 100;
    font-size: 48px;
}

h2 {
    font-weight: 100;
    font-size: 36px;
    letter-spacing: .01em;
    margin-bottom: 15px;
    margin-top: 5px;
}

h3, .HLLandingControl h3 a {
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.HLLandingControl h3 a {
    color: #175394;
}

.HLLandingControl h3 a:hover {
    color: #6bb345;
    text-decoration: none;
}

h4 {
    font-weight: 100;
    font-size: 16px;
    letter-spacing: .7px;
    line-height: 1.2;
}

h5 {
    font-weight: 900;
    font-size: 14px;
}

h6 {
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#NAV .navbar-default {
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

a {
    color: #6bb345;
    text-decoration: none;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

a:hover {
    color: #175394;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.btn {
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.btn:hover {
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

/* logo */

#Logo {
    max-width: 25%;
    margin: 0;
    padding: 0 !important;
    text-align: center;
    float: left;
    margin-top: -40px;
    position: relative;
    z-index: 10000;
}

#Logo .col-md-12, #NAV .col-md-12, #MPOuterHeader > .col-md-12, #HEADER > .col-md-12 {
    padding: 0;
}

/* NAV */

@media only screen and (min-width:1150px) {
    
    #NAV {
        width: 100%;
        padding: 0!important;
        background: transparent;
        float: left;
        margin: 0px -7px;
        padding-left: 25% !important;
        background: #ffffff;
        position: absolute;
    }
    
    .home #MPheader {
        width: 100%;
        float: left;
        position: absolute;
    }
    
    #NAV .navbar-default {
        background: transparent;
        padding: 0;
        border: 0;
    }
    
    #NAV .navbar-default ul.nav > li {
        width: 16.66666%;
        text-align: center;
        display: table;
    }
    
    #NAV .navbar-default ul.nav > li > a {
        height: 95px;
        display: table-cell;
        vertical-align: middle;
        border-right: 1px solid rgba(0,0,0,0.1);
        border-bottom: 5px solid #e3e9ec;
        color: #7e898e;
        font-weight: 900;
        background-color: #ffffff;
    }
    
    #NAV .navbar-default ul.nav > li > a:hover, #NAV .navbar-default ul.nav > li > a:focus {
        border-bottom-color: #c2ccd1;
        background-color: #e3e9ec;
        color: #175394;
    }
    
    #NAV .navbar-default ul.nav > li > a .caret {
        display: none;
    }
    
    #NAV .navbar-collapse {
        padding: 0;
        margin: 0;
    }
    
    #NAV .navbar-nav>li>.dropdown-menu {
        min-width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .navbar-nav {
        float: none;
    }
}


/* HEADER */

#MPOuterHeader {
    /*margin-bottom: -67px;*/
    position: relative;
    z-index: 5;
}

#HEADER, #MPOuterMost.full #MPButtonBar {
    max-width: 100% !important;
    margin: 0;
}

#HEADER .social-media {
    float: right;
}

#HEADER .social-media img {
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

#HEADER .social-media img:hover {
    opacity: 0.5;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.HLWelcome.HLWelcomeHeader {
    float: right;
    height: 40px;
}

a.btn#Welcome_LoginLink {
    height: 40px;
    margin: 0;
    padding: 8px 20px;
    border-bottom: 0;
}

a.btn#Welcome_LoginLink:hover {
    background-color: #30343f;
}

#MPheader > .row:first-child {
    background-color: #175394;
    height: 40px;
    padding: 0;
    /*overflow: hidden;*/
}

.Welcome button.btn.btn-default {
    margin-bottom: 0;
    min-height: 40px;
    height: 40px;
    width: 40px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #30343f;
}

#BtnShowProfile.btn-default .caret {
    border-top-color: #ffffff;
}

.welcome-profile-image {
    max-height: 40px !important;
    width: auto !important;
}

/* backgrounds */

.bg-grey {
    background-color: #ecf2f5;
    padding: 5px;
    position: relative;
}

.bg-blue {
    background-color: #175394;
    padding: 5px;
    position: relative;
    color: #ffffff;
}

/*buttons*/

.make-buttons h3 a, .make-buttons .HtmlContent h3 a, .btn {
    display: inline-block;
    padding: 15px 25px;
    border: 0;
    border-bottom: 5px solid #5d993d;
    background: #6bb345;
    text-decoration: none;
    margin: 15px auto;
    letter-spacing: 0.19em;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.make-buttons h3 a:hover, .make-buttons .HtmlContent h3 a:hover, .btn:hover {
    background-color: #175394;
    color: #ffffff;
    border-bottom-color: #123964;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.make-buttons.red h3 a {
    border-bottom: 5px solid #b4344d;
    border-top: 0px solid #b4344d;
    background: #cd3f5b;
}

.make-buttons.red h3 a:hover {
    border-bottom: 0px solid #b4344d;
    border-top: 5px solid #b4344d;
    background: #b4344d;
}

.make-buttons.yellow h3 a {
    border-bottom: 5px solid #ca8f08;
    border-top: 0px solid #ca8f08;
    background: #eca400;
}

.make-buttons.yellow h3 a:hover {
    border-bottom: 0px solid #ca8f08;
    border-top: 5px solid #ca8f08;
    background: #ca8f08;
}

.make-buttons.blue h3 a {
    border-bottom: 5px solid #123964;
    background: #175394;
    border-top: 0px solid #123964;
}

.make-buttons.blue h3 a:hover {
    border-bottom: 0px solid #123964;
    border-top: 5px solid #123964;
    background: #123964;
}

.make-buttons.green h3 a {
    border-bottom: 5px solid #5d993d;
    background: #6bb345;
    border-top: 0px solid #5d993d;
}

.make-buttons.green h3 a:hover {
    border-bottom: 0px solid #5d993d;
    border-top: 5px solid #5d993d;
    background: #5d993d;
}

.home .HLLandingControl .btn {
    text-align: center;
    margin: 0 auto;
    position: relative;
    /*bottom: -50px;*/
}

.home .HLLandingControl div[id$="_BottomLink"] {
    text-align: center;
    position: relative;
    height: 0;
}

.home .section6 h2, .home .section7 h2 {
    margin-left: 95px;
    color: #6bb345;
}

.home .HLLandingControl h2 {
    color: #6bb345;
}

.btn-sm, .btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 4px;
}

/**** Search: dropdown search bar with toggle button *****/

#MPOuterHeader .search-btn-top {
    width: 40px;
    height: 40px;
    float: right;
    text-align: center;
    line-height: 40px;
    border: 0;
    color: #ffffff;
    background: #30343f;
    /*-webkit-border-radius: 100%;*/
    /*-moz-border-radius: 100%;*/
    /*border-radius: 100%;*/
    margin: 0px;
    cursor: pointer;
}

#MPOuterHeader .search-btn-top:hover, #MPOuterHeader .search-btn-top:focus {
    color: #30343f;
    background: #c2ccd1;
}

#MPOuterHeader .search-bar-top {
    background: #eee;
    padding: 20px;
    padding-bottom: 35px;
}

#MPOuterHeader .search-bar-top .SearchInputs {
    max-width: 1200px;
    margin: 0 auto;
}

.search-bar-top input.form-control {
    height: 50px;
    font-size: 18px;
    font-weight: 200;
}

#MPOuterHeader .search-bar-top .SearchResults, .search-bar-top button.btn.btn-default.dropdown-toggle {
    display: none;
}

#MPOuterHeader .search-bar-top button.btn, .custom-search-form .input-group-btn a[id$="_btnSearch"] {
    padding: 0px 10px;
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    background: #dddddd;
    color: #2f2f2f;
    height: 50px;
    border-left: none;
}

#MPOuterHeader .search-bar-top button.btn:hover, .custom-search-form .input-group-btn a[id$="_btnSearch"]:hover {
    color: #6bb345;
}

/* Slider */

.slider .HtmlContent {
    max-width: 1200px;
    margin: 0 auto;
}

.slider .main-slide h2 {
    /*max-width: 50%;*/
    /*float: left;*/
}

.slider .main-slide img {
    /*max-width: 50%;*/
    /*float: right;*/
}

.slider .main-slide {
    height: 580px;
    padding: 50px;
    padding-top: 200px;
}

.slider .slick-prev {
    left: 25px;
    width: 50px;
    height: 50px;
}

.slider .slick-next {
    right: 25px;
    width: 50px;
    height: 50px;
}

.slider .slick-prev, .slider .slick-next {
    z-index: 2;
}

.slider .slick-prev:before,
.slider .slick-next:before {
    color: #000;
    font-size: 50px;
}

.slider .slick-dots {
    bottom: 20px;
}

.slider .slick-dots li button:before {
    font-size: 12px;
}

/*.slider.slick-dotted.slick-slider {*/
/*    padding-bottom: 110px;*/
/*}*/

.slick-prev:before, .slick-next:before {
    font-family: 'FontAwesome' !important;
}

.slick-prev:before {
    content: '\f053' !important;
}

.slick-next:before {
    content: '\f054' !important;
}

/* Main Content Body */

/* user-groups section */

.user-groups .HtmlContent {
    height: 330px;
    position: relative;
}

.user-groups .HtmlContent img {
    height: 55px;
    padding-bottom: 10px;
}

.user-groups.make-buttons .HtmlContent h3 a {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    max-width: 60%;
}

#ProfileContainer img.welcome-profile-image-lg {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.HLLandingControl .Content img, .HLLandingControl .Content img.Image {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 50px;
    height: 50px;
}

img[id$="_ImageControl_imgDisplay"] {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.imgButton {
    background-color: transparent !important;
}

.center-title-icon .HtmlContent {
    margin-top: -40px;
}

.ContentUserControl.horizontal ul {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.ContentUserControl.horizontal ul li {
    display: inline-block;
    border-right: 1px solid #f2f2f2;
    border-bottom: none;
    text-align: left;
    padding: 14px;
}

.home .ContentUserControl.horizontal ul li:hover {
    
}

.home .HLLandingControl ul li {
    border-bottom: 0;
}

.horizontal.bg-grey {
    margin-bottom: 30px;
}

.home .connect-bg {
    background: transparent url('https://higherlogicdownload.s3.amazonaws.com/SITCANCER/2c19e5a6-3adb-4d01-b46c-c01e11745b3a/UploadedImages/backgrounds/connect-bg.png') no-repeat center top 170px;
    position: relative;
    background-size: cover;
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
}

/* sparkathon */

.sparkathon {
    background: transparent url('https://higherlogicdownload.s3.amazonaws.com/SITCANCER/2c19e5a6-3adb-4d01-b46c-c01e11745b3a/UploadedImages/backgrounds/starry-bg.png') no-repeat center;
    color: #ffffff;
    background-size: cover;
    position: relative;
}

.sparkathon .HtmlContent {
    max-width: 800px;
    padding: 30px;
    margin: 0 auto;
    margin-bottom: 75px;
}

.sparkathon .HtmlContent img:first-child {
    margin-top: -105px;
}

.sparkathon.make-buttons h3 {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* resources & publications */

.JITC h2 {
    background: #c2ccd1 url('https://higherlogicdownload.s3.amazonaws.com/SITCANCER/2c19e5a6-3adb-4d01-b46c-c01e11745b3a/UploadedImages/backgrounds/JITC-bg.png') no-repeat center;
    background-size: cover;
    padding: 80px 50px;
    color: #ffffff;
    font-weight: 900;
    position: relative;
    text-align: center;
    vertical-align: middle;
    margin: 0px auto;
    margin-bottom: 30px;
}

.JITC h2:before, .resources:before {
    content:'';
    height: 82px;
    width: 82px;
    position: absolute;
    top: -30px;
    display: block;
}

.JITC h2:before {
    background: url('https://higherlogicdownload.s3.amazonaws.com/SITCANCER/2c19e5a6-3adb-4d01-b46c-c01e11745b3a/UploadedImages/icons/icon-jitc.png') no-repeat center;
    left: -30px;
}

.resources {
    padding: 40px;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.resources:before {
    background: url('https://higherlogicdownload.s3.amazonaws.com/SITCANCER/2c19e5a6-3adb-4d01-b46c-c01e11745b3a/UploadedImages/icons/icon-resources.png') no-repeat center;
    right: -30px;
}

.HLLandingControl.HLMyDocuments ul li {
    border: 0;
}

.section16.bg-blue {
    background-image: url('https://higherlogicdownload.s3.amazonaws.com/SITCANCER/2c19e5a6-3adb-4d01-b46c-c01e11745b3a/UploadedImages/backgrounds/dna-bg.png');
    background-position: top right;
    background-repeat: no-repeat;
    margin-top: 50px;
}

/* events */

.home .HLLandingControl.HLEventList .form-group {
    display: block;
}

.date-block, .event-list .date-block {
    background-color: #ffffff;
    border: 1px solid #c2ccd1;
    width: 100%;
    padding: 0;
}

.event-list .calendary-number {
    font-size: 50px;
    margin: 0;
}

.calendar-day {
  display: none;
}

.calendary-number {
  font-size: 42px;
  font-weight: 100;
  margin: -1px;
  color: #6bb345;
}

.calendar-month {
    text-transform: uppercase;
    background-color: #c2ccd1;
    font-weight: 900;
    padding: 5px 2px;
    border-top: 1px solid #c2ccd1;
    font-size: 14px;
    letter-spacing: .03em;
    color: #181f20;
}

.event-list .calendar-month {
    font-size: 115%;
}

.HLEventList .Content .col-md-2 {
    width: 30%;
}

.HLEventList .Content .col-md-10 {
    width: 70%;
}

.HLEventList .Content .col-md-10 .title-row {
    padding-left: 10px;
}

/* FOOTER */

#MPOuterFooter {
    color: #ffffff;
    background: #30343f;
    border-bottom: 10px solid #6bb345;
    font-size: 14px;
    padding-top: 5px;
}

#MPOuterFooter a {
    color: #ffffff;
}

#MPOuterFooter a:hover {
    color: #6bb345;
}

#FOOTER .social-media img {
    float: right;
    margin-top: -15px;
    margin-right: 5px;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

#FOOTER .social-media img:hover {
    opacity: 0.5;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

/* misc */

a.j-image, .juicer-feed li.feed-item.j-video a.j-image, h1.referral, li.feed-item.juicer, #MPFooterLink {
    display: none !important;
}

/* nav media queries for smaller screens */

@media only screen and (max-width: 1360px) {
    #NAV .navbar-default {
        font-size: 12px;
    }

    #NAV .navbar-default ul.nav > li > a {
        line-height: 14px;
        height: 75px;
        padding: 10px;
    }
}


/* change bootstrap mobile breakpoint */

@media (max-width: 1150px) {
    
  .navbar-header {
      float: none;
      /*text-align: center;*/
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
    display: block;
    padding: 10px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  
  .navbar-toggle:before {
        content: 'Navigation';
        position: absolute;
        right: 130%;
        text-transform: uppercase;
        font-family: 'futura-pt', 'Futura', Helvetica, sans-serif;
        font-weight: 900;
        letter-spacing: .1em;
        font-size: 14px;
        top: 20%;
        color: #7e898e;
    }
    
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #7e898e;
    }
    
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    
    .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #6bb345;
    }
    
    #NAV {
        padding: 0 !important;
    }
  
  nav.navbar.navbar-default {
    padding: 7px 0 0;
    border: 0;
    background-color: #e3e9ec;
  }
  
      #NAV .navbar-default ul.nav > li > a {
        line-height: normal;
        height: auto;
        padding: 10px;
    }
    
    #HEADER .HtmlFooter {
        padding: 0;
    }
    
    .slider .main-slide {
        height: 425px;
        padding: 20px;
        padding-top: 50px;
    }
    .slider .slick-prev, .slider .slick-next {
        display: none !important;
    }
    .MPheader .col-md-12 {
        padding: 0;
    }
}/* Color Picker */
/********************* Basics **************************/  /*  body {      color: ;  }  */    /*  a {      color: ;  }  */ /*  a.user-content-mention {      color: ;  }  */  /*  a.user-content-hashtag {      color: ;  }  */  /*  a:hover {      color: ;  }  */  /*  a.user-content-mention:hover {      color: ;  }  */ /*  a.user-content-hashtag:hover {      color: ;  }  */ /*  .bodyBackground {      background-color: ;  }  */    /*  a.user-content-hashtag {  background: ; } */  /* a.user-content-hashtag:hover {  background: ; } */    /*  .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;  }  
/* CSS Overrides */
/**** Slick Slider Theme CSS ****/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '?';
}
[dir='rtl'] .slick-prev:before
{
    content: '?';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '?';
}
[dir='rtl'] .slick-next:before
{
    content: '?';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
 /*   font-size: 36px; */
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/****** end slick slider theme css ******/

/* Three column break */
.break-word-all {
    word-break: keep-all;
}

/* Staff */
.staff .section5 {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.staff .title, .audience .title {
    /* margin: 35px -100%; */
    width: auto;
    /* padding: 40px 100%; */
    /*background: #fff;*/
    padding: 20px 0px 5px;
    clear: both;
    border-bottom: 1px solid #ddd;
    margin: auto 15px;
}

.audience .title {
    margin-bottom: 15px;
}

.staff .col-md-4 {
    text-align: center;
    padding-top: 25px;
    display: inline-block;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
}

.staff .title h2 {
    border-top: 1px solid #ddd;
    padding: 15px 25px 0px;
    border-bottom: none;
}

.audience .title h2 {
    padding: 0px 25px 0px;
    border-bottom: none;
}

.interior div[id$="CalendarDisplayPanel"] .event-list .event-list-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: none;
}

.interior div[id$="CalendarDisplayPanel"] .event-list h2 {
    border-bottom: 1px solid #ebece9;
    padding-bottom: 5px;
    background: #f1f1f1;
    /*padding: 10px 20px;*/
    padding: 10px 100%;
    margin: 0 -100%;
}

.event-list div[id*="pnlRight"] {
    padding: 15px;
}


/* interior audience landing pages */

.interior .audience .section16.bg-blue {
    background-size: cover;
    background-image: url('https://higherlogicdownload.s3.amazonaws.com/SITCANCER/2c19e5a6-3adb-4d01-b46c-c01e11745b3a/UploadedImages/slide images/slide-bgs/bg-bio-clr2.png');
    background-position: top right;
    background-repeat: no-repeat;
    margin-top: 0;
    color: #30343f;
    background-color: #ffffff;
    padding-bottom: 50px;
}

.interior .audience.clinician .section16.bg-blue {
    background-image: url('https://higherlogicdownload.s3.amazonaws.com/SITCANCER/2c19e5a6-3adb-4d01-b46c-c01e11745b3a/UploadedImages/slide images/slide-bgs/bg-bio-clr-red2.png');
}

.interior .audience.researcher .section16.bg-blue {
    background-image: url('https://higherlogicdownload.s3.amazonaws.com/SITCANCER/2c19e5a6-3adb-4d01-b46c-c01e11745b3a/UploadedImages/slide images/slide-bgs/bg-bio-clr-blue2.png');
}

.make-buttons.grid h3 {
    margin: 0;
    display: inline-block;
}

.make-buttons.grid h3 a {
    margin: 5px;
}

/*.interior .audience .section16.bg-blue a {*/
/*    color: #6bb345;*/
/*}*/
/**/
/*.interior .audience .section16.bg-blue a:hover {*/
/*    color: #ffffff;*/
/*    opacity: .7;*/
/*}*/

.interior .audience .col-md-4 h2 {
    /* text-align: center; */
    padding: 20px;
    background: #e3e9ec;
    font-size: 30px;
    /* text-transform: uppercase; */
    font-weight: 900;
}

.interior .audience.patient .col-md-4 h2 {
    /*background: #6bb345;*/
    /*color: #ffffff;*/
    border-bottom: 5px solid #6bb345;
}

.interior .audience.clinician .col-md-4 h2 {
    /*background: #b4344d;*/
    /*color: #ffffff;*/
    border-bottom: 5px solid #64a70b;

}

.interior .audience.researcher .col-md-4 h2 {
    /*background: #175394;*/
    /*color: #ffffff;*/
    border-bottom: 5px solid #175394;
}

.interior .icon-film h2:before {
    content: '\f008';
    font-family: 'FontAwesome';
    display: block;
    margin: 8px;
}

.interior .audience .icon-discuss h2:before {
    content: '\f27b';
    font-family: 'FontAwesome';
    margin-right: 10px;
    float: left;
}

.interior .audience .icon-resource h2:before {
    content: '\f0f6';
    font-family: 'FontAwesome';
    margin-right: 10px;
    float: left;
}

.interior .audience .icon-events h2:before {
    content: '\f073';
    font-family: 'FontAwesome';
    margin-right: 10px;
    float: left;
}

.interior .audience .icon-compass h2:before {
    content: '\f14e';
    font-family: 'FontAwesome';
    margin-right: 10px;
    float: left;
}

.interior .audience .icon-bulb h2:before {
    content: '\f0eb';
    font-family: 'FontAwesome';
    margin-right: 10px;
    float: left;
}

.audience .col-md-4 .SearchResults .row-border-bottom.HeaderStatusBar {
    border-bottom: none;
    margin: 0;
}

/* ERS - HEADER & NAV Edits - Dec 2016 */

#Logo {
    margin-top: -52px;
    background: #fff;
    border-right: 3px solid #eee;
    border-bottom: 3px solid #eee;
    width: 25%;
    z-index: 2;
}

#MPButtonBar {
    position: relative;
    z-index: 1;
    padding-left: 25%;
}

#Logo img {
    padding-bottom: 5px;
    width: 100%;
}

#MPOuterHeader .search-btn-top {
    width: 37px;
    height: 37px;
    line-height: 36px;
    margin: 2px;
    padding: 0px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

#HEADER .social-media img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    max-width: 40px;
    padding: 2px;
}

#FOOTER .social-media img {
    padding: 4px 0 0;
    float: none;
    margin-top: 0;
    margin-right: 0;
}

#MPheader > .row:first-child {
    background-color: #ffffff;
    height: auto;
    padding: 3px;
}

.slider .main-slide img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.user-groups.make-buttons .HtmlContent h3 a {
    bottom: 60px;
}

@media only screen and (min-width: 1150px) {
    #NAV .navbar-default ul.nav > li {
        /*width: 16.66666%;*/ /*** for 6 nav items ***/
        width: 14.2857%; /*** for 7 nav items ***/
        /*width: 12.5%;*/ /*** for 8 nav items ***/
    }
    #NAV {
        background: transparent;
        margin: 0px -13px;
        padding-left: 0 !important;
    }
}

@media only screen and (min-width: 768px) {
    .navbar-nav {
        padding-left: 0;
    }
}

@media (max-width: 1150px) {
    #NAV {
        background: #e3e9ec;
    }
    #MPButtonBar {
        padding-left: 0;
    }
    #NAV .navbar-default .dropdown-menu {
        width: 100%;
    }
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (max-width: 991px) {
  .section1 .ContentItemHtml .HtmlFooter {
    padding: 0px;
  }
  #Logo {
    max-width: 35%;
    width: 35%;
  }
}

@media (max-width: 768px) {
    #Logo {
      max-width: none;
      width: auto;
      float: none;
      margin: 0 auto;
      text-align: center;
    }
    .navbar-collapse {
      padding-right: 15px;
      padding-left: 15px;
    }
    .slider .main-slide h3 {
        margin-top: 0;
        text-align: center !important;
    }
    .slider .main-slide h2 {
        font-size: 21px;
        padding: 10px 0;
    }
    .slider .main-slide img {
        max-width: 100%;
        position: relative;
        max-height: 120px;
        text-align: center;
        margin: 10px auto;
    }
    .slider .main-slide {
        padding-top: 10px;
    }
    .slider .slick-dots {
        bottom: -30px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 75px !important;
    }
    .HLLandingControl div.col-sm-2.col-md-2 {
        float: left;
        padding-right: 10px !important;
    }
    .HLEventList .Content .col-md-2,  .HLEventList .Content .col-md-10 {
        float: left;
    }
    .sparkathon {
        margin: 50px auto;
    }
    .resources {
        padding: 20px;
    }
    .section16.bg-blue {
        background-position: top right 60%;
        background-size: cover;
    }
    #MPOuterFooter {
        padding: 20px;
    }
    #MPOuterFooter img, #FOOTER .social-media a {
        float: none !important;
        text-align: center;
    }
    #FOOTER .social-media {
        margin-top: 35px;
    }
}

#NAV .navbar-collapse > .row {
    margin-left: 0;
}

#HEADER .social-media {
    margin-right: 5px;
}

#FOOTER .social-media {
    margin-top: 15px;
}

#HEADER .social-media img {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    max-width: none;
    padding: 2px;
}

#HEADER .social-media a, #FOOTER .social-media a {
    background: #175394;
    width: 37px;
    height: 37px;
    display: inline-block;
    float: left;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    padding: 5px;
    text-align: center;
    margin: 2px;
}

#HEADER .social-media a:hover, #FOOTER .social-media a:hover {
    opacity: .7;
}

.search-field-wrapper .input-group-btn .btn {
    margin: 0;
    background: #30343f;
    border: 0;
    height: 37px;
    width: 37px;
    padding: 10px;
    line-height: 15px;
}

.search-field-wrapper .input-group-btn .btn:hover {
    background: #c2ccd1;
}

.search-field-wrapper .input-group-btn .btn.dropdown-toggle {
    display: none;
}

.search-field-wrapper {
    width: 275px;
    float: right;
    margin-right: 5px;
}

.search-field-wrapper .input-group input[id$="SearchTerm"] {
    height: 37px;
    border: 0;
    border-bottom: 2px solid #30343f;
    border-radius: 0 !important;
    background: #f4f6f7;
    margin: 2px;
}

.faceted-search-main .search-bar input.form-control.tbSearch {
    height: 58px;
    font-size: 21px;
}

.interior #MPContentArea {
    padding-top: 70px;
}

#NAV .navbar-default ul.nav > li > a {
    border-right: none;
    color: #4A5459;
    font-weight: 900;
    background: #ffffff url(https://higherlogicdownload.s3.amazonaws.com/SITCANCER/2c19e5a6-3adb-4d01-b46c-c01e11745b3a/UploadedImages/backgrounds/nav-item-borderline.png) no-repeat bottom right;
    line-height: normal;
    transition-property: border;
    transition-duration: 1s;
}

#NAV .navbar-default ul.nav > li > a:hover, #NAV .navbar-default ul.nav > li > a:focus {
    border-bottom-color: #c2ccd1;
    background: -moz-linear-gradient(101deg, #f8f9fa 0%, #e3e9ec 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3e9ec), color-stop(100%, #f8f9fa)); /* safari4+,chrome */
    background: -webkit-linear-gradient(101deg, #f8f9fa 0%, #e3e9ec 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(101deg, #f8f9fa 0%, #e3e9ec 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(101deg, #f8f9fa 0%, #e3e9ec 100%); /* ie10+ */
    background: linear-gradient(349deg, #f8f9fa 0%, #e3e9ec 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e9ec', endColorstr='#f8f9fa',GradientType=0 ); /* ie6-9 */
}

#NAV .navbar-default .dropdown-menu li a {
    text-transform: none;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-left: 0px solid transparent;
    border-right: 25px solid transparent;
    padding: 5px 0px 5px 20px;
    letter-spacing: .01em;
}

#NAV .navbar-default .dropdown-menu {
    border-top: none;
    border-radius: 0 !important;
    border-color: #c2ccd1;
    border-width: 2px;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #6bb345;
    /*padding-left: 10px !important;*/
    border-left: 15px solid #5d993d !important;
}

/* other misc fine-tuning */

#PageTitleH1, h2 {
    letter-spacing: -.01em;
}

#PageTitleH1 {
    font-weight: 900;
    font-size: 60px;
    border-bottom: 1px solid #ebece9;
    margin-bottom: 30px !important;
}

.nav-tabs, .nav-tabs li {
    font-size: 18px;
    font-weight: 800;
}

.btn {
    margin: auto;
}

.text-muted-h2 h2 {
    color: #30343f;
}

.interior h2 {
    border-bottom: 1px solid #ebece9;
    padding-bottom: 5px;
}

#BreadCrumb.BreadCrumb {
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: .03em;
}

/* dropdown menu - rightmost panel offscreen fix */
#NAV .navbar-default li.dropdown:last-child .dropdown-menu {
    left: auto;
    right: 0;
}

/* link color change */

a { color: #175394;}
a:hover { 
    color: #6bb345; 
    text-decoration: underline;
}

.content-row h5 a {
    font-weight: 900;
    /* text-transform: uppercase; */
    letter-spacing: .02em;
}

/* twitter feed tweaks */

.home ul.juicer-feed {
    overflow: hidden;
}

.home ul.juicer-feed:before {
    content: '';
    height: 125px;
    width: 100%;
    background: #ffffff;
    position: absolute;
    bottom: -17px;
    z-index: 1;
    padding: 25px;
    text-align: center;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

/* carousel backgrounds */

/* Orange: #FCB040
Pink: #EC7883
Purple: #9E74B4
Green Apple: #99B73D
Teal: #04A6B1
Dark Blue: #124F86
White: #000000
*/

.bg-orange {
    background-color: #FCB040;
    position: relative;
    color: #30343f;
}
.bg-pink {
    background-color: #EC7883;
    position: relative;
    color: #30343f;
}
.bg-purple {
    background-color: #9E74B4;
    position: relative;
    color: #ffffff;
}
.bg-teal {
    background-color: #04A6B1;
    position: relative;
    color: #ffffff;
}
.bg-white {
    background-color: #ffffff;
    position: relative;
    color: #30343f;
}
.bg-green {
    background-color: #6bb345;
    position: relative;
    color: #ffffff;
}
.bg-black {
    background-color: #000000;
    position: relative;
    color: #ffffff;
}

.bg-image1, .bg-image2, .bg-image3, .bg-image4, .bg-image5, .bg-image6 {
    position: relative;
    color: #ffffff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-green.make-buttons .HtmlContent h3 a {
    background-color: #175394;
    color: #ffffff;
    border-bottom-color: #123964;
}

.bg-green.make-buttons .HtmlContent h3 a:hover {
    background-color: #30343f;
    color: #ffffff;
    border-bottom-color: #1f1f1f;
}

.bg-green a:hover {
    color: #30343f;
}

.bg-image1 {
}

.bg-image2 {
}

.bg-image3 {
}

.texture-connect-light, .texture-connect-dark, .texture-dna-light, .texture-dna-dark {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.texture-connect-light {
    background-image: url('https://higherlogicdownload.s3.amazonaws.com/SITCANCER/2c19e5a6-3adb-4d01-b46c-c01e11745b3a/UploadedImages/slide images/slide-bgs/connect-bg-light.png');
}

.texture-connect-dark {
    background-image: url('https://higherlogicdownload.s3.amazonaws.com/SITCANCER/2c19e5a6-3adb-4d01-b46c-c01e11745b3a/UploadedImages/slide images/slide-bgs/connect-bg-dark.png');
}

.texture-dna-light {
    background-image: url('https://higherlogicdownload.s3.amazonaws.com/SITCANCER/2c19e5a6-3adb-4d01-b46c-c01e11745b3a/UploadedImages/slide images/slide-bgs/bg-dna-light.png');
}

.texture-dna-dark {
    background-image: url('https://higherlogicdownload.s3.amazonaws.com/SITCANCER/2c19e5a6-3adb-4d01-b46c-c01e11745b3a/UploadedImages/slide images/slide-bgs/bg-dna-dark.png');
}

.btn-group.form-control.mycommnotif--on .dropdown-toggle {
    font-size: 85%;
    letter-spacing: normal;
    padding: 12px 15px;
}

.community-notifications .email-settings .btn-group .btn-default {
    color: #ffffff;
}

.community-notifications .email-settings .btn-group.open .dropdown-toggle.btn-default {
    color: #333333;
}

/* full width button class */

.btn-full a.btn, .btn-full .btn {
    display: block;
    white-space: normal;
}

.center-title-icon .HtmlContent {
    margin-bottom: -40px;
    position: relative;
    margin-top: 0px;
    top: -40px;
    clear: both;
}

/* full width image banner pages */

.banner-page #PageTitleH1 {
    color: #ffffff;
    margin-top: 90px !important;
    border: none;
    text-align: center;
}

.banner {
    height: 380px;
    overflow: hidden;
    margin-top: -380px;
    margin-bottom: 25px;
    position: relative;
    z-index: -1;
    width: 100%;
}

.tall-banner {
    height: 650px;
}

.banner img {
    width: 100%;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    margin: auto;
}

.banner:after {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    background: #000000;
    opacity: 0.3;
}

@media only screen and (max-width: 1150px) {
    .banner img {
        width: auto;
        max-width: 200%;
        max-width: none;
        height: 100%;
    }
    .banner-page #PageTitleH1 {
        margin-top: 0px !important;
        font-size: 60px;
        margin-bottom: 10px !important;
        /*margin-top: 70px !important;
        font-size: 40px;
        margin-bottom: 50px !important;*/
    }
    .banner {
        margin-top: -300px;
    }
}

@media only screen and (max-width: 768px) {
    .banner-page #PageTitleH1 {
        font-size: 40px;
    }

    .tall-banner {
        height: 380px;
    }
}

/* white gradient background behind text for slides */

.white-gradient:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(https://higherlogicdownload.s3.amazonaws.com/SITCANCER/2c19e5a6-3adb-4d01-b46c-c01e11745b3a/UploadedImages/backgrounds/white-gradient-v2.png) repeat-y top right;
}

.white-gradient .HtmlContent p span, .white-gradient .HtmlContent h2 span, .white-gradient .HtmlContent h3, .white-gradient .HtmlContent h4 {
    color: #000000 !important;
}

/* ERS: hide sub 2nd level navigation from main menu */
#NAV ul.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu ul.dropdown-submenu {
    display: none;
}

/*** top text links - button styling ***/
#MPAuxNav ul.level1 li a {
    display: inline-block;
    padding: 7px 20px 5px;
    margin: 2px 5px;
    background: #64A70B;
    color: #ffffff;
    font-family: "futura-pt", "Futura", 'Helvetica Neue', Helvetica Neue, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: none;
    border-right: none;
    border-bottom: 4px solid #5d993d;
}

#MPAuxNav ul.level1 li a:hover {
    background-color: #175394;
    color: #ffffff;
    border-bottom-color: #123964;
}

.bg-image8{ background-size:100% 100% }