

@font-face {
    font-family: 'bold-houschka';
    src: url('/fonts/HouschkaAltPro-Bold.woff2'),
	 url('/fonts/HouschkaAltPro-Bold.woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'extra-houschka';
    src: url('/fonts/HouschkaAltPro-ExtraBold.woff2'),
	 url('/fonts/HouschkaAltPro-ExtraBold.woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'medium-houschka';
    src: url('/fonts/HouschkaAltPro-Medium.woff2'),
	 url('/fonts/HouschkaAltPro-Medium.woff');
	font-weight: normal;
	font-style: normal;
}

body, html, div, p, ul, ol, li{
    color: #333;
    font-weight: 500;
    font-size: 4vw;
    font-family: 'medium-houschka', sans-serif;
}

.subheader{
    font-family: 'medium-houschka', sans-serif;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 24.2px;
    margin-top: 10px;      
}

.sponsors{
    font-family: 'bold-houschka';  
    font-size: 22px; 
    line-height: 24.2px;
    color: #4a0d66;
}


h1{
    font-family: 'bold-houschka';  
    font-weight: 700;
    font-size: 8vw;
    color: #fff;
    text-align: center; 
    margin-bottom: 0px; 
    margin-top: 0px; 
    margin-left: auto; 
    margin-right: auto; 
    width: 100%;
}  

h2{
    font-family: 'bold-houschka';
    color: #4a0d66;
    font-weight: 700;
    font-size: 6vw;
    border-bottom: dotted 1px #4a0d66;
    padding: 0px 0px 10px;
    margin-bottom: 20px;
}

h3{
    font-family: 'bold-houschka';
    font-weight: 700;
    font-size: 6vw;
    color: #4a0d66;
    padding: 0px ;
    margin-top: 0px;
    margin-bottom: 15px;
}

h4{
    font-family: 'bold-houschka';
    color: #4a0d66;
    font-size: 20px;
    margin-bottom: 20px;
}

.customsubtitle {
    font-size: 4vw;
    color: black;
    font-family: 'medium-houschka';
    margin-top: 10px;
    font-weight: 500;
}


.grayBox p,
.grayBox li
{
    font-size: 4vw;
}


@media (min-width: 576px){


    .btn.btn-secondary{
        font-size: 18px;
        padding: 10px 45px;
    }    


    .topPurpleBorder p{
        font-size: 22px;
        line-height: 33px;
    }


    .customsubtitle {
        font-size: 26px;
    }


    h1{
        font-size: 50px;
        line-height: 60px;
    }  
    
    h2{
        font-size: 32px;
        line-height: 35px;
    }
    
    h3{
        font-size: 22px;
        line-height: 27px;
    }
    
    h4{
        font-size: 20px;
    }
    



    body, html, div, p, ul, ol, li{
        font-size: 22px;
        line-height: 33px;
    }

    .grayBox p, .grayBox li {
        font-size: 18px;
        line-height: 27px;
    }

    .customlist{
        column-count: 2;
    } 

}


@media (max-width: 767px) { 
    h5{
        display: none;
    }
}
@media (min-width: 768px) { 



    .maincontent{
        margin-bottom: 60px;
    }


    h5{
        font-family: 'extra-houschka';
        color: #4a0d66;
        font-size: 28px;
    }

    .colLeft{
        margin-top: 60px;
    }

    .colRight{
        margin-top: 60px;
    }    

}
@media (min-width: 992px) {


    h5{
        font-family: 'extra-houschka';
        color: #4a0d66;
        font-size: 28px;
    }
}
@media (min-width: 1200px) {


    h5{
        font-family: 'extra-houschka';
        color: #4a0d66;
        font-size: 28px;
    }
}

sup{
    font-size: 1.5rem;
    top: revert;
}

a{
    color: #004F84;
    text-decoration: underline;   
}
a:hover{
    text-decoration: underline;
    color: #012E4D;
}


/*FONTS*/
.italics{
	font-style: italic;
}




/*****************/
/*****************/
/*BACK TO TOP*/
.backToTop{
    text-align: center;
}
.backToTop a:active, .backToTop a:visited, .backToTop a:link{text-decoration: none; }
.backToTop a{display: inline-block; width: auto; font-size: 4px;line-height: 7px; margin-bottom: 50px; margin-top: 50px;}
.backToTop a:hover{ text-decoration: none; }
.backToTop a::after{
    clear: both;
    content: "BACK TO TOP";
    display: block;
    color: #4a0d66;
    text-decoration: underline;
    font-size: 18px;
    width: auto;
    text-align: center;
    line-height: 30px;
    padding-bottom: 5px;
}
.backToTop a:hover::after{
    text-decoration: none;
}
.backToTop #angleUp{height: 35px; width: auto; margin-bottom: 15px;  }
.backToTop #angleUp path{fill: #4a0d66; }


#banner{
    background-color: #481560;
}


@media (max-width: 767px) { 
	.bannerImg #banner{
		margin-top: 10px;
    margin-bottom: 200px;
    max-height: 250px;
	}
}
@media (min-width: 768px) { 
	.bannerImg #banner{
		margin-top: 200px; 
		margin-bottom: 200px;
	}
}
@media (min-width: 992px) { 
	.bannerImg #banner{
		margin-top: 200px; 
		margin-bottom: 200px;
	}
}
@media (min-width: 1200px) { 
	.bannerImg #banner{
		margin-top: 230px; 
		margin-bottom: 230px;
	}
}

 
#banner p.tagline{
    font-size: 18px;
    font-size: 22px;
    color: #fff;
    font-family: 'medium-houschka';
	text-align: center; 
    line-height: 30px;
    border-top: solid 2px #fff;
    padding: 10px 0px 0px;
    margin-top: 10px;
}


#colLeft ol, #colLeft ul{
    margin-bottom: 20px;   
}
#colLeft ol li, #colLeft ul li{
    margin-bottom: 4px; 
}
#colLeft p{
    margin-bottom: 22px;   
}

/**COLRIGHT**/
#colRight .grayBox{
    background-color: #f1f2f2;
    width: 100%;
    -moz-box-shadow:    1px 2px 3px 3px #dedede;
    -webkit-box-shadow: 1px 2px 3px 3px #dedede;
    box-shadow:         1px 2px 3px 3px #dedede;
    padding: 40px 30px 26px;
}

#colRight .grayBox hr{ 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}



input.bttnGreen,
a.bttnGreen{
    color: #fff;
    background-color: #359A8e;
    padding: 12px 60px; 
    font-family: 'extra-houschka';
    background-image:none;
    text-shadow: none;
    box-shadow: none;
    border: 1px solid #359A8e;
    border-radius: 10px; 
    font-size: 14px; 
   text-transform: uppercase;
}
input.bttnGreen:hover,
a.bttnGreen:hover{
    color: #3eb4a6;
    background-color: #fff;
    border: 1px solid #359A8e;
}

@media (max-width: 767px) {
input.bttnGreen,
    a.bttnGreen{
        padding: 12px 45px; 
    }
    }
@media (min-width: 768px) {
input.bttnGreen,
    a.bttnGreen{
        padding: 12px 60px; 
    }
}
@media (min-width: 992px) {
input.bttnGreen,
    a.bttnGreen{
        padding: 12px 30px; 
    }
}
@media (min-width: 1200px) {
input.bttnGreen,
    a.bttnGreen{
        padding: 12px 60px; 
    }
}


/********                       ANDY START Button with longer text                  *********/
input.bttnGreenLong,
a.bttnGreenLong{
    color: #fff;
    background-color: #359A8e;
    padding: 12px 60px; 
    font-family: 'extra-houschka';
    background-image:none;
    text-shadow: none;
    box-shadow: none;
    border: 1px solid #359A8e;
    border-radius: 10px; 
    font-size: 14px; 
   text-transform: uppercase;
}
input.bttnGreenLong:hover,
a.bttnGreenLong:hover{
    color: #3eb4a6;
    background-color: #fff;
    border: 1px solid #359A8e;
}

@media (max-width: 767px) {
input.bttnGreenLong,
    a.bttnGreenLong{
        padding: 12px 25px; 
    }
    }
@media (min-width: 768px) {
input.bttnGreenLong,
    a.bttnGreenLong{
        padding: 12px 40px; 
    }
}
@media (min-width: 992px) {
input.bttnGreenLong,
    a.bttnGreenLong{
        padding: 12px 10px; 
    }
}
@media (min-width: 1200px) {
input.bttnGreenLong,
    a.bttnGreenLong{
        padding: 12px 40px; 
    }
}


#banner h2{ 
    font-family: 'light-houschka';
    font-size: 67px; 
    color: #fff; 
    line-height: 45px;
    text-transform: uppercase;
}
#banner h2 span{ 
    font-family: 'bold-houschka';
    font-size: 53px; 
    color: #fff; 
}
#banner button{
    margin-top: 50px; 
    margin-bottom: 170px; 
    background-color: transparent;
    display:block;
    background-image: url(../images/play-button.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 110px; 
    height: 110px; 
    margin-left: auto;
    margin-right: auto;
}
#banner button:hover{
    background-image: url(../images/play-button-over.png);
}
.bannerLinks,
.bannerLinks a{
    color: #fff; 
    text-transform: uppercase;
    
    font-family: 'medium-houschka';
}
.bannerLinks a{ color: #fff; text-decoration: underline;}
.bannerLinks a:hover{color: #4a0d66;}

@media (min-width: 100px) { 
    #banner button{ margin-top: 70px; margin-bottom: 80px; }
    #banner h2{font-size: 36px; }
    #banner h2 span{font-size: 29px; }
    .bannerLinks, .bannerLinks a{font-size: 18px;}
}
@media (min-width: 576px) { 
    #banner button{ margin-top: 50px; margin-bottom: 170px; }
    #banner h2{font-size: 67px; }
    #banner h2 span{font-size: 53px; }
    .bannerLinks, .bannerLinks a{font-size: 26px; }
}

 #bannerCaption{
    
    text-align: center;
/*    background-color: #e4e4e4;*/
/*    background-color: #4a0d66;*/
/*    color: #4a0d66;*/
    background-color: #ffa400;
    padding: 15px 0px; 
    margin-bottom: 30px;
}
#bannerCaption div, #bannerCaption a{
    font-family: "bold-houschka";
    font-size: 18px;
    color: #490d65;
    color: #4a0d66!important;
}
#bannerCaption a{
    text-decoration: underline; 
}
#bannerCaption a:hover{
    text-decoration: none; 
}
#banner.container-fluid{
    
    padding-left: 0px;
    padding-right: 0px;

}
#banner.container-fluid .col-md-4{
    
    padding-left: 0px;
    padding-right: 0px;

}
#banner.container-fluid .col-xs-12{
    
    padding-left: 0px;
    padding-right: 0px;

}
/*****************/

@media (max-width: 767px) {
 #bannerCaption {
     display: none;
}
}
@media (max-width: 768px) { 
 #bannerCaption {
    display: none;
}
    }

 @media (min-width: 600px)  {
        .mobile-break { display: none; }
    }


/* speakerAgenda*/
@media (min-width: 100px) {
    .speakerAgenda{ margin-bottom: 40px; }
}
@media (min-width: 768px) {
    .speakerAgenda{ margin-bottom: 0px; }
}
.speakerAgenda img{
    margin-left: auto; 
    margin-right: auto; 
    text-align: center; 
    width: 100%;
    height: auto; 
    margin-bottom: 20px; 
}
#colLeft .speakerAgenda p {
    margin-bottom: 0px; 
}




.topHeaderBar{
    width: 100%;
    background-color: #58595B;
}

.topHeaderBar p{
	text-align: center; 
	color: #fff; 
	padding: 14px 0;
	margin: 0px; 
}

#bannerNav #logo #Layer_1,
#bannerNav #logo #journal{
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}
#bannerNav #logo .svgLogo{
    fill: #4a0d66;
}
#bannerNav #logo{
    margin-top: 40px; 
    margin-bottom: 32px; 
    width: 33%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#bannerNav #logo{
    width: 100%;
    height: auto;
}

@media (max-width: 767px) { 
    #bannerNav {
		/* height: 200px;*/
		height: auto;
    }
    #bannerNav #logo #journal{
        margin-top: 20px;
    }
    #bannerNav #logo #Layer_1,
    #bannerNav #logo #journal{
        max-height: 50px;
        height: auto;
    }
}
@media (min-width: 768px) { 
    #bannerNav {
        height: 180px;
    }
    #bannerNav #logo #journal{
        margin-top: 20px;
    }
    #bannerNav #logo #Layer_1,
    #bannerNav #logo #journal{
        height: 50px;
    }
}
@media (min-width: 992px) { 
    #bannerNav {
        height: 160px;
    }
    #bannerNav #logo #journal{
        margin-top: 0px;
    }
    #bannerNav #logo #Layer_1,
    #bannerNav #logo #journal{
        height: 50px;
    }
}

#symposiumlogo{
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
}


#alzLink{
	margin-bottom: 30px;
	margin-left: auto; 
	margin-right: auto; 
	display: block;
	text-align: center;
}








.fab:hover {
    color: #FFFFFF;
}

.hashtag {
    color: #FFFFFF;
    font-family: "extra-houschka";
    font-size: 6vw;
    margin-top: 3px;
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
}


.join h2{
    margin-top: 0;
}




/*FOOTER*/

#bottomFooter{
    background-color: #58595b;
    color: #fff;
    padding: 60px 0 50px;
	/*SHADOW*/
    box-shadow: 0 6px 4px -2px #333333;
    -moz-box-shadow: 0 6px 4px -2px #333333;
    -webkit-box-shadow: 0 6px 4px -2px #333333;
	margin-top: 20px; 
}



.imgFlexible{
    width: 100%;
    height: auto;
}


/*LOGO*/
.logoSizing{
	width: 100%; 
	height:auto;
	max-width: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;	
	max-height: 150px;
}


.biogen_logo{
	max-width: 350px;
}

@media(min-width: 768px){
	
	.biogen_logo{
		max-width: 400px;
		margin-left: 0;
		margin-right: 0;			
	}

}


/*quick*/
.buttonHolder{
    height: 55px;
    width: auto;
}


.banner-text h1{
	color: black;
}

.btn.btn-secondary{
    text-decoration: none;
    margin-top: 0px; 
    background-color: #004F84;
    color: #FFFFFF;
    border-color: #004F84;
    border: 0px;
    background-image: none;
    font-size: 4vw;
    font-family: 'extra-houschka';
    padding: 10px 45px;
    border-radius: 7px;
    display: inline-block;
    white-space: normal;
	transition: none;
}

.btn.btn-secondary:hover{
    background-color: #012E4D;
    color: #FFFFFF;
	transition: none;

}
/**/
#colRight .btn.btn-secondary{ 
	padding: 10px 25px;
}


.bannerImg{
    background-image: url('/tau/images/tau-background-mobile.webp');
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
    min-height: 80vw;
}

.space-above-banner{
    background-image: url('/tau/images/stripe-background.webp');
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
    height: 10px;
}

.banner-text{
	padding-left: 2vw;
	padding-right: 2vw; 	
	padding-top: 25px;
	padding-bottom: 25px; 
	background-color: white;
}

@media(min-width: 768px){
    .bannerImg{
        min-height: 305px;
    }

	.banner-text{
		padding-left: 50px;
		padding-right: 50px; 
		margin-left: auto;
		margin-right: auto;		
	}

	.bannerImg{
		background-image: url('/tau/images/tau-background-desktop.webp');
	}	
}

.bannerImg p{
    color: #fff; 
}


.aboveBanner{
    padding: 20px 30px; 
}


.mainlogo{
    max-width: 300px;
    width: 100%; 
    height: auto;
}

@media(min-width: 768px){
	.mainlogo{
		max-width: 375px;
	}
}






.shareButtons {
    margin-top: 14px;
}

.socialBar {
    background-color: #58595B;
}


.socialBar h2 {
    font-family: "extra-houschka";
    font-size: 6vw;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
}

.share{
    font-family: "extra-houschka";
    color: #fff;
    font-size: 6vw;
}   



.shareButtons a{
    font-family: "medium-houschka";
    color: #fff;  
    font-size: 6vw;  
}  


.maxwidth{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}


.breaklineheight{
    content: ''; 
    display: block; 
    margin: .7em 0;
}


.margintopbottom{
    margin-top: 15px;
    margin-bottom: 15px;
}

.socialheader{
    margin-top: 0;
    border-bottom: none;
}

.firstcolumn{
    text-align:left;
    padding-left: 10%; 
}

.secondcolumn{
    text-align: center; 
} 


.whiteline{
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #FFFFFF;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
}


.socialBar-container{
    padding-left: 0;
    padding-right: 0;
}




@media (min-width: 576px) {

    .shareButtons a{ 
        font-size: 26px;  
    } 

    .share{
        font-size: 26px;
    }

    .hashtag {
        font-size: 26px;
    }


    .socialBar h2 {
        font-size: 26px;
    }

    .share{
        font-size: 26px;
    }

    .btn.btn-secondary{
        font-size: 18px;
    }    

}


@media (min-width: 768px) {

    .specialbreak{
        display: none;
    }


    .whiteline{
        max-width: 500px;
    }  

    #ref_fb, #ref_tw, #ref_gp, #ref_lkd{
        display: inline-block;
        margin-top: 0px;   
    }

    .socialBar-container{
        display: table;
    }

}



@media (max-width:991px ) {

    .firstcolumn{
        text-align: center; 
        padding-left: 0;
        padding-right: 0;
    }

    .secondcolumn{
        padding-left: 0;
        padding-right: 0;
    } 

    .join{
        text-align: center;   
        padding-top: 26px;    
    }

    .share{
        text-align: center; 
        padding-top: 0; 
        padding-bottom: 26px; 
    } 

}

@media (min-width: 992px) {

    #ref_fb, #ref_tw, #ref_gp, #ref_lkd{
        display: inline-block;
        margin-top: 0px;   
    } 

    .join {
        text-align: center;
        float: left;
        padding-left: 150px;
        padding-top: 16px;
        padding-bottom: 16px;        
    }

    .whiteline{
        display: none;
    }    

    .share{
        padding-top: 16px; 
        text-align: center;
        border-left: 2px solid #FFFFFF;
        float: right;  
        padding-right: 50px; 
        padding-left: 50px;
        min-height: 72px;
    }   
}

@media (min-width: 1200px) {

    .footerlinks{
        padding-top:25px;
    }     
   
}


.social-media-icons-container{
    display: inline-grid;
    /* Dean note: each 1fr should correspond to the number of social media icons you want to display per row */
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px; 

}

.social-media-icons-container .bluesky-link{
    display: block !important; 
    order: 1;    
}

.social-media-icons-container .twitter-link{
    display: block; 
    order: 2;    
}

 .social-media-icons-container .linkedin-link{
    display: block; 
    order: 3;
}

/* Dean note: hiding this icon since we don't use. */
.social-media-icons-container .facebook-link{
   display: none; 
   order: 4;
}

/* Dean note: hiding this icon since we don't use. */
.social-media-icons-container .instagram-link{
    display: none; 
    order: 5;
}

/* Dean note: hiding this icon since we don't use. */
 .social-media-icons-container .tiktok-link{
    display: none; 
    order: 6;
 }

.social-media-links{
    transition: none;
}

.social-media-links:hover{
    color: #46b5ff;
}



.shareButtonsFollow {
    margin-right: 20px;
}


.maincontent {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 768px){
    .maincontent {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}


.sponsorlogos img {
    max-width: 283px;
    max-height: 200px;
}

@media (min-width: 768px){
    .sponsorlogos img {
        max-width: 255px;
        max-height: 200px;
    }
}

@media (min-width: 1200px){
    .sponsorlogos img {
        max-width: 308px;
        max-height: 200px;
    }
}



.img-responsive {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 300px;
}

.bottomFooterLogo #logoFooter {
    margin-bottom: 20px;
}

.bottomFooterLogo #logoFooter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 575){
    .logocontainer{
        margin-bottom: 20px; 
    }
}







