<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	/* zzCustom.css */

/* header div {border:1px dashed red;} */
/*2024 Fonts */
@import url('https://fonts.googleapis.com/css2?family=Literata:ital,opsz,wght@0,7..72,200;0,7..72,400;0,7..72,500;0,7..72,600;0,7..72,700;0,7..72,800;0,7..72,900;1,7..72,400;1,7..72,500;1,7..72,600;1,7..72,700;1,7..72,800;1,7..72,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&amp;display=swap');


/**/

/* Global Overrides */
html{
	overflow-x:hidden;
}

body.SC25,
body#MainBody{
  background-color:#ffffff;
  font-family: 'DM Sans', sans-serif;
  font-size:16px;
  /*overflow-x:hidden;*/
}

.header {padding:0;}

.nav-auxiliary a {
	color:#fff;
	font-weight:500;
	text-transform:uppercase;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'DM Sans', sans-serif;
	border-bottom:0;
}


.footer-content {
  border-top:1px solid rgba(88, 97, 119, 0.2);
  background-color:#0c0445;
  color:#fff;
  font-size:12px;
  text-align:left;
  text-transform:uppercase;
}
.footer-content a {
	text-transform:uppercase;
	color:#fff;
	
}

/* Header*/



.header-logo-container {
  /*   border:1px dotted yellow; */
  width: 50%;
}

a.hdLogo {
  display: block;
  /*   border:1px solid white; */
  text-indent: -2000px;
  background-image: url(/images/Conf/SC25/340B-SummerCon25-Logo-White-250x44.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 2.5vw;
  width: 100%;
  margin: 0 0 1.5em 1em;
}

.header-top-container {
  background-color: #0c0445;
  --background-image: url(/images/Conf/SC25/Home-Page-Banner-Solid-green.png);
  background-size: cover;
  float: left;
  width: 100%;
  padding: 45px 0 15px 0;
}

.header-bottom-container {
  background-color: #0c0445;
  padding-bottom: 1em;
}


.RadMenu.RadMenu_Austin .rmRootLink.rmExpanded,
.RadMenu.RadMenu_Austin .rmRootLink:hover,
.RadMenu.RadMenu_Austin .rmRootLink.rmFocused {
  background-color: #046fac;
}
.RadMenu.RadMenu_Austin .rmRootLink.rmSelected {
  color: #fff;
  background-color: unset;
}

.RadMenu.RadMenu_Austin .rmGroup {
  background-color: #046fac;
}

.nav-primary {
  float: none;
  clear: both;
}

.RadMenu.RadMenu_Austin .rmRootGroup &gt; .rmItem &gt; .rmLink {
  font-size: 14px;
  font-weight: bold;
  padding: 0.8rem 1.5rem;
  position: relative;
}

.RadMenu.RadMenu_Austin .rmRootGroup &gt; .rmItem &gt; .rmLink .rmText {
  position: relative;
  padding: 0;
  line-height: 1;
}

.RadMenu.RadMenu_Austin .rmGroup .rmText {
    margin: 0;
    font-size: .9em;
}

.nav-secondary .sub-nav-head {
  background-color: #0c0445;
  color: #fff;
}
.search-field {
  color: #06cad0;
  background: none;
}

#masterHeaderBackground,
.header {
  border-bottom: 0px solid #0c0445;
}

div#SimpleSearchBlock .search-field {
  border: 2px solid #06cad0;
  overflow: hidden;
  border-radius: 1.5em;
  color: #06cad0;
}


/*button*/
.button,
a.button {
  padding: 5px 26px 4px;
  margin-right: 22px;
  border: 0px solid #d1e3b8;
  background-color: #06cad0;
  border-radius: 0px;
  font-size: 25px;
  font-size: 2.2rem;
  color: #0c0445;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.button:hover,
.button:focus,
a.button:hover,
a.button:focus {
  background-color: #046FAC;
  color: #ffffff;
  -webkit-box-shadow: inset 2px 2px 4px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 2px 2px 4px rgba(255, 255, 255, 0.5);
  box-shadow: inset 2px 2px 4px rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.button:active,
a.button:active {
  background-color: #046FAC;
  color: #ffffff;
  -webkit-box-shadow: inset 2px 3px 5px rgba(55, 7, 99, 0.75);
  -moz-box-shadow: inset 2px 3px 5px rgba(55, 7, 99, 0.75);
  box-shadow: inset 2px 3px 5px rgba(55, 7, 99, 0.75);
}

a.button {
  padding: 8px 26px 6px;
  color: #0c0445 !important;
}

.ProgramGroup .PanelHead,
.ProgramGroup .panel-heading {
  background-color: #046fac;
}
.ProgramGroup .PanelTitle,
.ProgramGroup .panel-title {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 120%;
  line-height: 2em;
  padding-left: 0.5em;
}

.tablestructured {
  border: 5px solid #fff;
  border-collapse: collapse;
  margin: 36px 0;
  width: 100%;
}

.tablestructured thead th {
  background-color: #046fac;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  border: 1px solid #fff;
  border-width: 0 1px 5px 0;
  padding: 17px 10px 13px;
}

.tablestructured tbody tr:nth-child(odd) td {
  background-color: #dfdede;
}

.tablestructured tbody tr.odd td {
  background-color: #dfdede;
}

.tablestructured tbody td {
  background: #fff;
  border-right: 1px solid #fff;
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 16px 11px 13px;
}
.Slider.FullWidth {
  --background-image: url(/images/Conf/SC25/SC25-WebBanner_UpdatedSize-2048x702.png);
  background: linear-gradient(
      0deg,
      rgba(27, 33, 69, 0.3),
      rgba(27, 33, 69, 0.3)
    ),
    url(/images/Conf/SC25/SC25-WebBanner_UpdatedSize-2048x702.png);
  background-size: cover;
  background-position: center;
  height: 33em;
}

.Slider.FullWidth .SliderPage1 {
  position: relative;
}

@media (min-width: 768px) {
  .RadMenu.RadMenu_Austin
    .rmRootGroup
    &gt; .rmItem:not(:last-child)
    &gt; .rmLink
    .rmText:before {
    content: "";
    position: absolute;
    right: -1.5rem;
    width: 2px;
    height: 100%;
    background-color: #fff;
  }
  .Slider.FullWidth .SliderPage1 .SliderContent {
    background-color: unset;
    --background-color: rgba(0, 65, 111, 0.85);
    padding-left: 0;
    padding-right: 0;
    width: 53.25em;
    margin: 2em 0em;
    max-height: 22em;
  }

  .icon-row &gt; div:not(:last-child) {
    border-right: 2px solid #fff;
  }

  .speaker-block {
    position: absolute;
    bottom: 0;
    right: 7.5rem;
  }

  .speaker-row .col-sm-8 {
    padding: 0rem 3rem;
  }
  
  .speaker-block img {
    max-width: unset;
  }

  .sponsors-block-title{
	font-size:1.5rem;
  }

  .sponsor-item {
    padding-right: 3rem;
    margin-bottom: 6rem;
  }

  .col-primary
    &gt; div:nth-of-type(2)
    &gt; .row:nth-child(2)
    &gt; .col-sm-4:not(:last-child) {
    border-right: 2px solid #e6e6e6;
  }
  .col-primary
    &gt; div:nth-of-type(2)
    &gt; .row:nth-child(2)
    &gt; .col-sm-4:nth-child(2),
  .col-primary &gt; div:nth-of-type(2) &gt; .row:nth-child(2) &gt; .col-sm-4:last-child {
    padding-left: 3rem;
  }

  .col-primary
    &gt; div:nth-of-type(2)
    &gt; .row:nth-child(2)
    &gt; .col-sm-4:nth-child(2)
    .sponsor-item:nth-child(odd),
  .col-primary
    &gt; div:nth-of-type(2)
    &gt; .row:nth-child(2)
    &gt; .col-sm-4:last-child
    .sponsor-item:nth-child(odd) {
    padding-right: 1.5rem;
  }
}

@media (min-width: 991px) {
  .sponsors-block-title{
	font-size:2rem;
  }
  .speaker-block {
    right: 0;
  }
}


.no-mqs .Slider.FullWidth .SliderPage1 .SliderContent {
  background-color: unset;
  --background-color: rgba(0, 65, 111, 0.85);
  position: absolute;
  float: right;
  width: 42em;
  margin: 1em;
  max-height: 22em;
}

.Slider.FullWidth .SliderPage1 h1 {
  font-size: 12.5rem;
  margin-bottom: 0;
  line-height: 1.2;
  font-family: Literata, serif;
  font-style: italic;
  text-align: right;
}
.Slider.FullWidth .SliderPage1 h1 span {
  font-family: Literata, serif;
  color: #ffdd00;
  font-weight: 900;
  font-style: normal;
}
.Slider.FullWidth .SliderPage1 .SliderText h2 {
  text-align: right;
  padding-right: 0;
  margin: 0;
}
.Slider.FullWidth .SliderPage1 .confDate {
  padding: 5.9em 0.76em;
  color: #fff;
  text-transform: uppercase;
}

.Slider.FullWidth .SliderPage1 .confDate h2{
	color:#fff;
	font-size:2.1rem;
}

		
/* green section Q4 2023 layout*/		
.icon-row,
.keynote-row,
.sponsors .row,
.col-primary &gt; div:nth-of-type(2) &gt; .row:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  
}

.icon-row{
	padding-top: 2em;
}

.icon-row:before,
.keynote-row:before,
.sponsors .row:before,
.col-primary &gt; div:nth-of-type(2) &gt; .row:nth-child(2):before {
  content: none;
}

.icon-row &gt; div {
  float: none;
  min-height: 100%;
  padding: 0rem 2.5rem;
}

.icon-row .icon-wrap {
  min-height: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icon-row .mid-icon {
  margin: auto;
  margin-left: 0;
}

.icon-row .icon-title {
  text-transform: uppercase;
  font-weight: bold;
}

.icon-row .icon-text {
  font-family: Literata, serif;
  font-weight: 500;
  margin-bottom:2rem;
}

.green-bg {
  background-color: #fffaee;
}
.bl-bg {
  background-color: #0c0445;
}
.bl-bg h2 {
  color: #fff;
}
.bg.green-bg {
  --background-color: #fffaee;
  width: 100%;
  padding: 2rem 0rem 7rem 0rem;
}

.bar {
  --background-color: #fffaee;
  width: 100%;
  padding-bottom: 0.5em;
  padding-top: 4em;
}

.interior {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 1em;
}

.cta-block {
  width: 90%;
  background-color: #0c0445;
  min-height: 22em;
}
.cta-block h2{
  font-family: Literata, serif;
  position: relative;
  font-weight:500;
  padding: 5.5rem 4rem;
  color: white;
  font-size: 4.2rem;
  line-height: 1.3em;
  margin-top: -4.5rem;
}
.cta-block h2 span {
  color: #06cad0;
  font-style: italic;
}

.keynote-title {
  font-size: 3.6rem;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom:1.5rem;
}

.key-name {
  text-transform: uppercase;
  font-weight: bold;
}

.key-title {
  font-family: Literata, serif;
  font-style: italic;
  font-weight: 500;
}
.key-thumb{
	aspect-ratio: 1;
}

.key-org {
  line-height: 1.3;
  margin-top: 1rem;
}

.key-icon img {
  height: 2.5rem !important;
  margin: 0.5rem 0rem;
}

 
 /*end green section*/
 
 /*Speaker Row section 2023*/
#ste_container_SpeakerContent .interior {
  position: relative;
  padding: 4rem 0rem;
}

.speaker-row {
  position: initial;
}

.speaker-row h2 {
  color: #0c0445;
  font-size: 4rem;
}

.speaker-row p {
  font-family: Literata, serif;
  font-weight: 500;
  margin-bottom: 0;
}


 
 
 /*end Speaker Row Section*/
 
.carousel-control.left {
  display: none;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#ECEEF1), to(#ECEEF1));
  background-image: -webkit-linear-gradient(left, color-stop(#ECEEF1) 0%), color-stop(#ECEEF1) 100%));
  background-image: -moz-linear-gradient(left, #ECEEF1 0%, #ECEEF1 100%);
  background-image: linear-gradient(to right, #ECEEF1 0%, #ECEEF1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECEEF1', endColorstr='#ECEEF1', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  display: none;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#ECEEF1), to(#ECEEF1));
  background-image: -webkit-linear-gradient(left, color-stop(#ECEEF1) 0%), color-stop(#ECEEF1) 100%));
  background-image: -moz-linear-gradient(left, #ECEEF1 0%, #ECEEF1 100%);
  background-image: linear-gradient(to right, #ECEEF1 0%, #ECEEF1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECEEF1', endColorstr='#ECEEF1', GradientType=1);
}
.carousel-indicators {
  position: bottom;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
  display: none;
}

/* Responsive */
@media (min-width: 992px) and (max-width: 1199.98px) {
	.speaker-row .col-sm-8{
		padding:0 3rem;
	}
}

@media (max-width: 760px) {
  a.hdLogo {
    height: 5vw;
    width: 100%;
  }

  .RadMenu.RadMenu_Austin .rmRootGroup &gt; .rmItem &gt; .rmLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 4.5rem;
  }

  .RadMenu.RadMenu_Austin .rmRootGroup &gt; .rmItem &gt; .rmLink &gt; .rmToggle {
    margin-left: auto;
  }

  .RadMenu.RadMenu_Austin .rmRootGroup {
    background-color: #0c0445;
    border: none;
  }
  .navbar-collapse,
  .searchbar-collapse {
    background-color: #06cad0;
  }
  .RadMenu.RadMenu_Austin .rmToggle .rmIcon,
  .RadMenu.RadMenu_Austin .rmRootGroup .rmRootLink .rmToggle .rmIcon {
    background-position: 0 -26px;
  }

  .auth-link-container a {
    color: #fff;
  }
  .cta-block {
    width: 100%;
  }
  .keynote-row-item,
  .icon-row &gt; div {
    width: 33.33%;
  }

  .icon-row &gt; div {
    padding: 0rem 1.5rem;
  }

  .icon-row &gt; div:not(:last-child) {
    border-right: 0;
  }

  .speaker-block {
    display: none;
  }

  .Slider.FullWidth .SliderPage1 .SliderContent {
    padding: 2rem 1.5rem;
  }

  .speaker-row .col-sm-8 {
    padding: 0rem 3rem;
  }

  .sponsors .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}



@media (max-width: 575.98px) {
	a.hdLogo {
		height: 7vw;
		margin-left:0;
		margin-top: 0.7rem;
	}
	.Slider.FullWidth .SliderPage1 h1{
		font-size:9.4rem;
	}
	
	.speaker-block{
		display:none;
	}
	
	.speaker-row .col-sm-8{
		padding:0 3rem;
	}
	
	.cta-block{
		width:100%;
	}
	
	.cta-block h2{
		margin-top: -4rem;
	}
	
	.icon-row &gt; div{
		padding: 0rem 1.5rem;
	}
	
	.Slider.FullWidth .SliderPage1 .confDate{
		padding-left:0;
		padding-right:0;
	}
	
	.keynote-row .keynote-row-item,
	.icon-row &gt; div,
	.sponsors .col-sm-6{
		width:50%;
	}
	
	.sponsors .col-sm-6{
		margin-bottom:2rem;
	}
	
	.keynote-row .keynote-row-item{
		margin:2rem auto 0 auto;
	}
	
	.cta-block h2{
		font-size: 3.3rem;
	}
	
	.footer-content .col-sm-6 *{
		text-align:center!important;
	}
	
	.footer-content .col-sm-6:first-child{
		margin-bottom:0.5rem;
	}
}

@media (max-width: 380px) {
	.Slider.FullWidth .SliderPage1 h1 {
		font-size: 8.5rem;
	}
	.Slider.FullWidth .SliderPage1 .confDate h2 {
		font-size: 1.9rem;
	}
	.speaker-block {
		display: none;
	}

	.speaker-row {
		margin: unset;
	}

	.speaker-row .col-sm-8 {
		padding: 0 1.5rem;
	}
	.speaker-row h2 {
		font-size: 2.5 rem;
		max-width: 80%;
	}
	.cta-block h2 {
		margin-top: -3rem;
	}
}


@media (max-width: 320px){
	.sponsors .col-sm-6{
		width:100%;
	}
}

</pre></body></html>