@charset "UTF-8";
/* CSS Document */


/* New Komet and Open Sans Fonts */
@import url("https://use.typekit.net/izi3xtc.css");

 


/* -----------------text links ----------------- */
a {color: #0092D0;}
a:hover {color: #3ba2db;}



/* -----------------Modals----------------- */
 
@media (max-width: 768px) {
	.modal {
		margin-bottom: 2.5em;
	}
}

/* -----------------Misc----------------- */

.profile { display:block; width:160px; margin-bottom:5px; }
.teamname { display:block; margin:30px 10px 20px 10px;  font-size:93.75%; color:#ffffff; }
.top {margin-top:0}
.vcenter {display: inline-block;vertical-align: middle;float: none;}

/* ----------------Bart----------------- */
.form-help-text{
	color:  #777;
	font-weight: normal;
}





/* -----------------REFRESH---------------- */

/* -----------------headline with line in back---------------- */

.subp-header-back-blackline {
	text-align:center;
	background-image:url('/World2025/img/header-line-2400px-black.png');
	background-position: 0 20px;
	background-repeat:no-repeat;
	background-size:100%;
}


.sectionheader {
	font-family: komet, open-sans, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
	line-height: 1em;
}

.sectionheader-darkblue {
	font-family: komet, open-sans, sans-serif;
	color: #0b1e3d;
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
	font-size: calc(1.375rem + 1.5vw);
	line-height: 1em;
}

.sectionheader-black {
	font-family: komet, open-sans, sans-serif;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
	font-size: calc(1.375rem + 1.5vw);
	line-height: 1em;
}

@media (min-width:1200px) {
.sectionheader {
	font-size: 2.5rem;
	line-height: 1em;
}
}

.sectionheader-white {
	font-family: komet, open-sans, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
	font-size: calc(1.375rem + 1.5vw);
	line-height: 1em;
}

.sectionheader-white-sub {
	font-family: komet, open-sans, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
	font-size: calc(1.25rem + 1.25vw);
	line-height: 1em;
		
}

/* -----------------sub page hero ----------------- */

.subpage-hero {
	no-repeat;
	background-size: cover;
	margin:0;
	background-color:#000000
}

.spacer-hero-height{ height: 325px}
	
	@media only screen and (max-width:960px) {
.spacer-hero-height {
    height: 275px
}
}
	
	@media only screen and (max-width:720px) {
.spacer-hero-height {
    height: 225px
}
}
		
	@media only screen and (max-width:540px) {
.spacer-hero-height {
    height: 175px
}
}





/* -----------------Body Refresh----------------- */

body {
 font-family: open-sans, Helvetica, Arial, sans-serif;
	font-size: .95rem;
}

p, td, ul, ol, li {
	font-family: open-sans, Helvetica, Arial, sans-serif;
	font-size: .95rem;
}



/* -----------------Refresh Padding----------------- */

.newsection {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* -----------------Refresh alignment----------------- */

.align-left {
	text-align:left;
}

/* -----------------Refresh color----------------- */
.white {color:#FFFFFF}

.background-white {
	background-color: #ffffff;
}

.background-lightgray {
	background-color: #f1f1f1;
}

.background-black {
	background-color: #000000;
}

.background-blue {
	background-color: #0092D0;
}

.text-blue {
	color: #0092D0;
}

.blue-tcw {color:#3ba2db}

.background-darkblue {
	background-color: #0b1e3d;
}
.text-darkblue {
	color: #0b1e3d;
}
.white-text {
	color: #ffffff;
}
.yellow {color:#ffc20e;}
.background-yellow {background-color:#ffc20e;}

.background-medgray-dtc {background-color:#808080; }
.background-darkgray-dtc {background-color:#404040; }
.background-darkgray2-dtc {background-color:#333333; }

/* -----------------footer css----------------- */

.produced-by-header {margin-top:20px}
@media (max-width:767px) {
.produced-by-heading {
	margin-top:10px;
}
}

/* -----------------Refresh Links and Buttons----------------- */

a.callout:link {
	color: #ffffff;
}
a.callout:visited {
	color: #ffffff;
}
a.callout:hover {
	color: #0a1e3e;
	text-decoration: none;
}


a.focusboxlink:link {
	color: #ffffff;
	text-decoration: none;
}
a.focusboxlink:visited {
	color: #ffffff;
	text-decoration: none;
}
a.focusboxlink:hover {
	color: #3ba2db;
	text-decoration: none;
}

.btn-1 {
	color:#ffffff;
background: linear-gradient(45deg, rgba(0,0,50,1) 0%, rgba(38,169,224,1) 50%, rgba(9,9,121,1) 100%);
}



.dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #fff;
}


.btn {font-family:  komet, open-sans, sans-serif;
font-weight:800;text-transform: uppercase;
}


.btn-outline {
	color: #0092D0;
	background-color: #ffffff;
	border-color: #0092D0;
	font-weight: bold;
	border-radius: 20px;
	padding: 10px 20px 10px 20px;
}
.btn-outline:hover {
	background: #0092D0;
	color: #ffffff;
	border-color: #0092D0;
	border-radius: 20px;
}
 .btn-outline:active{
	background: #0092D0;
	color: #ffffff;
	border-color: #0092D0;
	border-radius: 20px;
}

 .btn-outline:focus {
	background: #0092D0;
	color: #ffffff;
	border-color: #0092D0;
	border-radius: 20px;
}


.btn-primary {
	background-color: #0092D0;
	border-color: #0092D0;
	border-radius: 20px;
	padding: 10px;
	padding: 10px 20px 10px 20px;
}
.btn-primary:hover {
	background-color: #0071ac;
	border-color: #ffffff;
	border-radius: 20px;
}
.btn-primary:focus {
	background-color: #0071ac;
	border-color: #ffffff;
	border-radius: 20px;
}
.btn-primary:active {
	background-color: #0071ac;
	border-color: #ffffff;
	border-radius: 20px;
}

.btn-light-tcw {	
	border-radius: 20px;
	padding: 10px 20px 10px 20px;
}
.btn-light-tcw:hover {
	background-color: #f1f1f1;
	border-color: #0092D0;
	border-radius: 20px;
}

.btn-light:focus {
	background-color: #f1f1f1;
	border-color: #0092D0;
	border-radius: 20px;
}

.btn-light:active {
	background-color: #f1f1f1;
	border-color: #0092D0;
	border-radius: 20px;
}


.btn-secondary {
	background-color: #000000;
	border-color: #000000;
	border-radius: 20px;
	padding: 10px 20px 10px 20px;
}





/* ----------------- refresh section page headers----------------- */


.hm-date {margin-top:38px;}


.home-hdr-tc-ati {margin-top:10px;
margin-bottom:10px;}

	@media (max-width: 1200px){ 
		.home-hdr-tc-ati{
  			margin-top:10px;
		}
}
	@media (max-width: 992px){ 
		.home-hdr-tc-ati{
  			margin-top:10px;
			margin-bottom:10px;
		}
}

	@media (max-width: 768px){ 
		.home-hdr-tc-ati{
  			margin-top:10px;
			margin-bottom:10px;
		}
}

.container-top-border-gray {
    border-top: solid 1px #58595b;
}

/* ----------------- refresh section headers and text----------------- */

.jumboheadline {
	font-family:  komet, open-sans, sans-serif;
	font-size: 3.0rem;
	font-weight: 900;
	color: #ffffff;
	line-height: 1;
	text-shadow: #102655 1px 0 10px;
	text-transform: uppercase;
}

@media (max-width: 576px) {
.jumbohomeheadline {
	font-size: 1.15rem;
	line-height: 1;
}
}

@media (min-width: 768px) {
.jumbohomeheadline {
	font-size: 2.0rem;
	line-height: 1;
}
}



h1 {font-family: komet, open-sans, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
	
}


.h2 {font-family: komet, open-sans, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	
}

 .h3 {
    font-family: open-sans, sans-serif;
	font-size: 1.25rem;
    font-weight:900;
}

@media(max-width:768px) {
  .h3 { font-size:1.3em;}
}

.sectionheader {
	font-family: komet, open-sans, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
	line-height: 1em;
}


.sectionheader-darkblue {
	font-family: komet, open-sans, sans-serif;
	color: #0b1e3d;
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
	font-size: calc(1.375rem + 1.5vw);
	line-height: 1em;
}


.sectionheader-black {
	font-family: komet, open-sans, sans-serif;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
	font-size: calc(1.375rem + 1.5vw);
	line-height: 1em;
}


@media (min-width:1200px) {
.sectionheader {
	font-size: 2.5rem;
	line-height: 1em;
}
}
.sectionheader-white {
	font-family: komet, open-sans, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
	font-size: calc(1.375rem + 1.5vw);
	line-height: 1em;
}


.sectionheader-white-sub {
	font-family: komet, open-sans, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
	font-size: calc(1.25rem + 1.25vw);
	line-height: 1em;
		
}

.small {font-size:.8rem}
.smaller {font-size:.7rem}



.header-line-art-on-light {text-align:center;background-image:url('/img/23-header-line-2400px.png'); background-position: 0 20px;background-repeat:no-repeat;background-size:100%;}

.call-to-action {font-family: komet, open-sans, sans-serif;font-style: italic;font-weight: 900;font-size:1.25rem}

.contact-callout {
	font-family: open-sans, sans-serif;
 
}


/* -----------------Refresh list----------------- */
.list-no-indent {margin-left:0; padding-left:1em;}

.list-multi-col {margin-bottom:0;margin-top: 0 }

/* -----------------Refresh Cards----------------- */

.card-title {
	font-family: komet, open-sans, sans-serif;
	font-size: 22px;
	font-weight: 700;
}

.card-program-tracks{
	text-align: center;
	border: 0
}

.card-header-blue {
	background-color: #0e67bc;
    color:#ffffff;
}
.card-body-blue {
	background-color: #3BA2DB;
	color: #ffffff;
}

.card-header-purple {
	background-color: #131b69;
    color:#ffffff;
}
.card-body-purple {
	background-color: #4653a4;
	color: #ffffff;
}

.card-header-teal {
	background-color: #0089b2;
    color:#ffffff;
}
.card-body-teal {
	background-color: #00BBD5;
	color: #ffffff;
}

.card-header-green {
	background-color: #4b9a11;
    color:#ffffff;
}
.card-body-green {
	background-color: #8AC642;
	color: #ffffff;
}

.card-header-yellow {
	background-color: #ff9401;
    color:#ffffff;
}
.card-body-yellow {
	background-color: #ffc20e;
	color: #ffffff;
}

.card-header-darkblue {
	background-color: #091a37;
    color:#ffffff;
}
.card-body-darkblue {
	background-color: #0a1e3e;
	color: #ffffff;
}




.card-header-blue-dtc {
	background-color: #007fc5;
    color:#ffffff;
}
.card-body-blue-dtc {
	background-color: #0092D0;
	color: #ffffff;
}

.card-header-darkblue-dtc {
	background-color: #091a37;
    color:#ffffff;
}
.card-body-darkblue-dtc {
	background-color: #0a1e3e;
	color: #ffffff;
}


.card-header-green-dtc {
	background-color: #453e10;
    color:#ffffff;
}
.card-body-green-dtc {
	background-color: #666600;
	color: #ffffff;
}

.card-header-yellow-dtc {
	background-color: #fa9828;
    color:#ffffff;
}
.card-body-yellow-dtc {
	background-color: #FCB340;
	color: #ffffff;
}
.card-header-darkgray-dtc {
	background-color: #404040;
    color:#ffffff;
}
.card-body-darkgray-dtc {
	background-color: #4a4a4a;
	color: #ffffff;
}
.card-body-darkgray2-dtc {
	background-color: #333333;
	color: #ffffff;
}
.symposium-topic-box {background-color:#f1f1f1;border-radius:20px;}



/* -----------------Refresh home page----------------- */

.spk-hm-name {
	font-family: komet, open-sans, sans-serif;
	font-size:16px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 0;
	margin-top:10px;
	color:#ffffff;
}
.spk-hm-name a {
	color:#ffffff;
}
.spk-hm-title {
	font-family: open-sans, sans-serif;
	font-size:14px;
	text-align: center;
	color: #ffffff;
	font-weight: 300;
	margin-top: 5px;
}

.spk-sym-name {
	font-family: komet, open-sans, sans-serif;
	font-size:16px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 0;
	margin-top:10px;
	color: #000000;
}
.spk-sym-title {
	font-family: 'open-sans', sans-serif;
	font-size:14px;
	text-align: center;
	color: #000000;
	font-weight: 300;
	margin-top: 0;
}


.spk-sym-talk-oncolor {
	font-family:  open-sans, sans-serif;
	font-size:16px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 0;
	margin-top:10px;
}
.spk-sym-name-oncolor {
	font-family: komet, open-sans, sans-serif;
	font-size:16px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 0;
	margin-top:10px;
}
.spk-sym-title-oncolor {
	font-family: 'open-sans', sans-serif;
	font-size:14px;
	color: #ffffff;
	font-weight: 300;
	margin-top: 0;
}



.img-bio-oncolor {
	margin-right: 1em;
	width:120px;
	margin-bottom: 0.25em;
}


.spk-img{margin-bottom:10px}

/* -----------------Refresh testionials----------------- */

.testimonial-copy {
	font-family: open-sans, sans-serif;font-size: 1.25em
}
.testimonial-company {
	font-family: Komet, sans-serif;font-size: 1.5em;
	font-weight: 800;
}
.testimonial-box {
	background-color:#ffffff;
	padding:20px;
	border:0;
	border-radius:0;
}

/* -----------------Refresh speaker page----------------- */
.speaker {font-size:16px;line-height:1.3em}
.spkname {font-family: open-sans, helvetica, arial, sans-serif; font-weight:400;font-size:16px; color:#3ba2db;text-decoration: none}
.bio-a {font-weight:900}




/* -----------------Refresh track icons----------------- */
.track-icon-hm {
	height: 80px;
	margin: 10px
}

/* -----------------Refresh dag----------------- */
.dag-date {
    background-color:#0b1e3d;
	color:#ffffff;
}

h2 {font-family: komet, open-sans, sans-serif;}
/* -----------------footer styles---------------- */

.utility-nav-header { font-family: komet, open-sans, arial, sans-serif;
    font-weight: 900;margin-bottom:0}
.utility-nav-links {text-decoration: none;font-size:12px;color:#ffffff;}


/* -----------------Refresh boxes----------------- */

.jumbotron {border-radius:0}
		  
.callout-box {
		  text-align:left;
		  padding:20px;
		  border-color:#dbf1fb;
    	  border-radius:20px;
		  margin-bottom:20px;
		  }



.callout-lightblue-tcw
{background-color:#e8f4f9;
border:solid 1px #0092D0;

border-radius:20px;
	padding:30px}



.callout-medblue-tcw
{background-color:#5cb7df;
border:solid 1px #cde9f5;

border-radius:20px;
	padding:30px}


.callout-techcblue-tcw
{background-color:#0092D0;
border:solid 1px #0092D0;
border-radius:20px;
	padding:30px;
color:#ffffff}


.callout-white-with-lightgrayborder-tcw
{background-color:#ffffff;
border:solid 1px #cccccc;
border-radius:20px;
padding:7px;
width:auto;
margin-right:auto}

.instruction-deadline-text{font-weight:700;color:#0092d0;margin:0;}

.callout-white-with-lightgrayborder-tcw
{background-color:#ffffff;
border:solid 1px #cccccc;
border-radius:20px;
padding:7px;
}
.sym-topics-box{background-color:#e5e5e5;
border:solid 1px #000000;
border-radius:20px;
padding:10px}


/* co-located-page */
.event-box {
    background-color: #ffffff;
    text-align: center;
    width: 100%;
    padding: 30px;
    margin-bottom: 10px;
    height: 200px;
    vertical-align: middle;
}
.colocated-event-logo {width:90%}




/*small col-located sites*/


.header-over-intro {
    font-family: komet, open-sans, sans-serif;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff
}

@media only screen and (max-width: 575.98px) {
.header-over-intro {
    font-size: 1.5rem;
}
}
	
.sub-header-over-intro {
    font-family: komet, open-sans, sans-serif;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 400;
    color: #ffffff
}

@media only screen and (max-width: 575.98px) {
.sub-header-over-intro {
    font-size: 1.5rem;
}
}
/*end small co-located sites*/


