@font-face {
    font-family: '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;
}
@font-face {
    font-family: 'light-houschka';
    src: url('/fonts/HouschkaAltPro-Light.woff2'),
	 url('/fonts/HouschkaAltPro-Light.woff');
	font-weight: normal;
	font-style: normal;
}

body{
    font-family: 'Arial', Helvetica, sans-serif;
}
.bold{
    font-weight: bold;
}
strong{
    font-family: "houschka";
    font-weight: normal; 
}
p h1 h2 h3 h4 h5 ul ol li div{
    color: #333;
}



.clear{
    clear: both;
}
.right{
    float: right;
}
.left{
    float: left;
}
.alignTextRight{
   text-align: right;
}
.alignTextCenter{
   text-align: center;
}
.sizeUp{
    width: 100%;
    height: auto;
}
.maxWidthImage{
    width: 100%;
    height: auto;
}
/******************/
/* BUTTONS, LINKS*/
/******************/
a{
    color: #00539b;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    outline: 0;
    text-decoration: underline;
}

a.btn-default{
    background-image: none;
}
a.buttonWhite{
    color: #fff;
    font-family: 'extra-houschka'!important;
    font-size: 13px!important;
    display: inline-block!important;
    background-color: transparent;
    text-transform: uppercase;
    padding: 13px 27px!important;
    border: 1px solid #fff!important;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 7px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 7px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 7px;
    text-decoration: none;
}

a.buttonWhite:hover{
    background-color: #fff;
    color: #4a0d66!important;
}

a.buttonOrange{
    color: #4a0d66;
    font-family: 'extra-houschka'!important;
    font-size: 16px!important;
    display: inline-block!important;
    background-color: #ffa400;
    text-transform: uppercase;
    padding: 10px 50px!important;
    border: 1px solid #ffa400!important;
    -webkit-border-radius: 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 10px; /* Firefox 1-3.6 */
    border-radius: 10px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    text-decoration: none;
}
a.buttonOrange:hover{
    background-color: #4a0d66;
    border-color: #4a0d66!important;
    color: #ffa400!important;
}
a.buttonOrange.OnWhite{
    color: #fff;
    border: 1px solid #ffa400!important;
}
a.buttonOrange.OnWhite:hover{
    background-color: #fff;
    border-color: #ffa400!important;
}

a.btn-default.buttonTeal{
    color: #fff;
    font-family: 'extra-houschka' !important;
    font-size: 18px!important;
    display: inline-block!important;
    background-color: #3eb4a6;
    text-transform: uppercase;
    padding: 10px 50px!important;
    border: 2px solid #3eb4a6;
    -webkit-border-radius: 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 10px; /* Firefox 1-3.6 */
    border-radius: 10px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    text-decoration: none;
    box-shadow: none;
	text-shadow: none !important;
	letter-spacing: .5px;
	
	}

a.btn-default.buttonTeal:hover{
    border: 2px solid #3eb4a6;
    background-color: #fff;
    color: #3eb4a6;
}


.fontWeightNormal{
    font-weight: normal;
}


/******************/
/* BUTTONS*/
/******************/
.shadow{
  -webkit-box-shadow: 2px 2px 13px 2px #111;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    2px 2px 13px 2px #111;  /* Firefox 3.5 - 3.6 */
  box-shadow:         2px 2px 13px 2px #111;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */

}
.shadowLight{
  -webkit-box-shadow: 0 0 5px 2px #bbbbbb;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0 0 5px 2px #bbbbbb;  /* Firefox 3.5 - 3.6 */
  box-shadow:         0 0 5px 2px #bbbbbb;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */

}
/******************/
/* COLOR */
/******************/
span.cold{
    color: #0000ff;
}
span.hot{
    color: #ff0000;
}
.white:hover,
.white{
    color: #fff;
}
/******************/
/* FONT-SIZES */
/******************/
.fontSize20{
    font-size: 20px;
}



/*

*/
@media (max-width: 767px) {
     .smallNoMarginTop{
        margin-top:inherit;
    }
}
@media (min-width: 768px) {
    .smallNoMarginTop{
        margin-top: 0px;
    }
    .smallNoPaddingTop{
        padding-top: 0px!important;
    }
}
@media (min-width: 992px) {
    .smallNoMarginTop{
        margin-top:inherit;
    }
    .smallNoPaddingTop{
        padding-top: 50px!important;
    }
}
@media (min-width: 1200px) {
    .smallNoMarginTop{
        margin-top:inherit;
    }
    .smallNoPaddingTop{
        padding-top: 50px!important;
    }
}


/*FOOTER */
#bottomFooterLogo #copyFooter{
    text-align: left;
}
#bottomFooterLogo #logoFooter{
    text-align: right;
}


/**/
#home #impactOfPhilanthropy a.connectedArrow:hover,
.connectedArrow:hover,
.connectedArrow{
    text-decoration: none;
}


/*UNDERLINE*/
.underline{
	text-decoration: underline; 
}

.header-description{
    font-size: 16px;
    font-family: 'medium-houschka';
    color: #ffffff;
    text-align: left;
}


/* Dean note: link with arrow bullet that is not underlined to replace javascript function that does the same thing */
a.arrowlink::after {
    content: ">";
    padding-left: 6px;
    list-style: none;
    text-decoration: none;
    display: inline-block;
}

a.arrowlink:hover{
    text-decoration: underline;
}


.carousel-inner>.item{
    /*disables white flash*/
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}


@media (min-width: 768px) {
    .header-description{
        font-size: 20px;
    }
}






#staticNav{
    background: #fff;  
    width: 100%;
    /*shadow */
    -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    5px 5px 5px rgba(68,68,68,0.6);  /* Firefox 3.5 - 3.6 */
    box-shadow:         5px 5px 5px rgba(68,68,68,0.6);
    z-index: 9999;
}


.navbar{
    border-radius: 0px;
    padding: 0;
}

header .navbar{
    margin-bottom: 0px;
}
/****/
.nav-tabs{
    border: 0px;   
}
.navbar-nav a{
    color: #4a0d66;     
}
.icon-bar{
    background-color: #4a0d66;   
}
#topBar{
    background-color: #4a0d66;
    padding: 18px 0px;
    font-size: 14px; 
    color: #fff;
    text-align: center;    
}

#topBar .alzLogo{
    max-width: 230px;
    width: 100%;
    height: auto;
}


.navbar-brand img{
    width: 100%;
    max-width: 220px;
    height: auto;
}

#workshopsIndent {margin-left : 10px;}

@media (max-width: 767px) { 
    .navbar-brand {
        height: auto;
        width: 50%;
        padding: 15px 15px 15px 15px;
    }
    .navbar-brand img{
        width: 100%;
    }
}
@media (min-width: 768px) { 
    .navbar-header{
        width: 18%;   
    }
    .add2017 .navbar-header{
        width: 10%;   
    }
    .navbar-brand {
        height: 100%;
        width: auto;
        padding: 26px 15px 15px 40px;
    }

}
@media (min-width: 992px) { 
    .navbar-header{
        width: 18%;   
    }
    .add2017 .navbar-header{
        width: 18%;   
    }
    .navbar-brand {
        height: 100%;
        width: auto;
        padding: 37px 15px 15px 40px;
    }

}
@media (min-width: 1200px) { 
    .navbar-header{
        width: auto;   
    }
    .add2017 .navbar-header{
        width:auto;   
    }
    .navbar-brand {
        height: 100%;
        width: auto;
        padding: 32px 15px 34px 40px;
    }
    .add2017 .navbar-brand {
        padding: 25px 15px 15px 0px;
    }

}

#logoSubText{
    color: #4a0d66;
    font-size: 11px; 
    font-family: 'Arial', Helvetica, sans-serif;
    float: left;
    clear: both;
    padding: 0px 10px 0px 15px;
    margin-bottom: 10px;
}

/***************/
.navbar-nav > li > a, .navbar-nav > li > a{
    border: 1px solid #fff;
}
.navbar-nav > li > a:focus, .navbar-nav > li > a:hover{
    background-color: #f1f2f2;
    border: 1px solid #4a0d66;
    /**/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
}


@media (max-width: 767px) { 
    .nav-tabs > li {
        margin-top: 76px;   
    }
    .add2017 .nav-tabs > li {
        margin-top: 0px;   
    }
    .navbar-nav > li > a {
        padding: 10px 12px 7px;
    }
    .add2017 .navbar-nav > li > a {
        padding: 10px 12px 7px;
    }
}
@media (min-width: 768px) { 
    .nav-tabs > li {
        margin-top: 29px;   
    }
    .add2017 .nav-tabs > li {
        margin-top: 29px;   
    }
    .navbar-nav > li > a {
        padding: 10px 4px 7px;
    }
    .add2017 .navbar-nav > li > a {
        padding: 10px 4px 7px;
    }
}
@media (min-width: 992px) { 
    .nav-tabs > li {
        margin-top: 47px;   
    }
    .add2017 .nav-tabs > li {
        margin-top: 47px;   
    }
    .navbar-nav > li > a {
        padding: 10px 12px 7px;
    }
    .add2017 .navbar-nav > li > a {
        padding: 10px 7px 10px;
    }
}
@media (min-width: 1200px) { 
    .nav-tabs > li {
        margin-top: 60px;   
    }
    .add2017 .nav-tabs > li {
        margin-top: 90px;   
    }
    .navbar-nav > li > a {
        padding: 10px 12px 7px;
    }
    .add2017 .navbar-nav > li > a {
        padding: 10px 10px 7px;
    }
}
.megaNav ul.navbar-nav > li.orange > a{
    background-color: #ffa400;
    color: #4a0d66;
}


@media (max-width: 767px) { 
    .navbar-nav .open > a, 
    .navbar-nav .open > a:focus, 
    .navbar-nav .open > a:hover {
        border-color: #808285;
    }
}
@media (min-width: 768px) { 
    .navbar-nav .open > a, 
    .navbar-nav .open > a:focus, 
    .navbar-nav .open > a:hover {
        border-color: transparent;
    }
}
@media (min-width: 992px) { 
    .navbar-nav .open > a, 
    .navbar-nav .open > a:focus, 
    .navbar-nav .open > a:hover {
        border-color: transparent;
    }
}
@media (min-width: 1200px) { 
    .navbar-nav .open > a, 
    .navbar-nav .open > a:focus, 
    .navbar-nav .open > a:hover {
        border-color: transparent;
    }
}




/*basic setting for desktop*/
.dropdown-menu{
    border: 0px;

}
.nav-tabs .dropdown-menu {
    border-radius: 0;
    
}

.navbar-nav > li{
    position: static;   
}
.open > .dropdown-menu {
    left: 0;
    position: absolute;
    width: 100%;
}
@media (max-width: 767px) { 
    .open > .dropdown-menu {
        position:relative;
    }
}
@media (min-width: 768px) { 
    .open > .dropdown-menu {
        position:absolute;
    }
}
@media (min-width: 992px) { 
    .open > .dropdown-menu {
        position:absolute;
    }
}
@media (min-width: 1200px) {
    .open > .dropdown-menu {
        position:absolute;
    }
}

.dropdown-menu.expanded{
    left: 0;
    width: 100%;
    height: 287px; 
    color: #fff;
    padding:  0px;
}
@media (max-width: 767px) { 
     .dropdown-menu.expanded{
        top:0;
        background-color: #58595b;
    }
    .dropdown-menu.expanded .container{
        padding: 0px 0px;   
    }    
}
@media (min-width: 768px) { 
    .dropdown-menu.expanded{
        top:150px;
        background-color: #4a0d66;
    }
    .dropdown-menu.expanded .container{
        padding: 0px 15px;   
    }
}
@media (min-width: 992px) { 
    .dropdown-menu.expanded{
        top:181px;
        background-color: #4a0d66;
    }
    .dropdown-menu.expanded .container{
        padding: 0px 15px;   
    }
}
@media (min-width: 1200px) {
    .dropdown-menu.expanded{
        top:186px;
        background-color: #4a0d66;
    }
    .dropdown-menu.expanded .container{
        padding: 0px 15px;   
    }
}


/***************/
@media (max-width: 767px) {
    #exhibitors .dropdown-menu.expanded,
    #sponsors .dropdown-menu.expanded,
    #newsVideo .dropdown-menu.expanded,
    #register .dropdown-menu.expanded,
    #about .dropdown-menu.expanded,
    #program .dropdown-menu.expanded{
        padding-top: 0px;
        padding-bottom: 0px;
        height: auto;
    }
    #sponsors .dropdown-menu.expanded{
        min-height: unset;
    }
    #exhibitors .dropdown-menu.expanded{
        min-height: unset;
    }
    #newsVideos .dropdown-menu.expanded{
        min-height: unset;
    }
    #about .dropdown-menu.expanded{
        min-height: unset;
    }
    #program .dropdown-menu.expanded{
        min-height: unset;
    }
    #register .dropdown-menu.expanded{
        min-height: unset;
    }
}
@media (min-width: 768px) { 
    #exhibitors .dropdown-menu.expanded,
    #newsVideos .dropdown-menu.expanded,
    #sponsors .dropdown-menu.expanded,
    #register .dropdown-menu.expanded,
    #about .dropdown-menu.expanded,
    #program .dropdown-menu.expanded{
        padding-top: 0px;
        padding-bottom: 0px;
        height: auto;
    }
    #newsVideos .dropdown-menu.expanded{
        min-height: 200px;
    }
    #sponsors .dropdown-menu.expanded{
        min-height: 200px;
    }
    #exhibitors .dropdown-menu.expanded{
        min-height: 200px;
    }
    #about .dropdown-menu.expanded{
        min-height: 287px;
    }
    #program .dropdown-menu.expanded{
        min-height: 200px;
    }
    #register .dropdown-menu.expanded{
        min-height: 200px;
    }
}
@media (min-width: 992px) { 
    #exhibitors .dropdown-menu.expanded,
    #newsVideos .dropdown-menu.expanded,
    #sponsors .dropdown-menu.expanded,
    #register .dropdown-menu.expanded,
    #about .dropdown-menu.expanded,
    #program .dropdown-menu.expanded{
        padding-top: 0px;
        padding-bottom: 0px;
        height: auto;
    }
    #newsVideos .dropdown-menu.expanded{
        min-height: 200px;
    }
    #sponsors .dropdown-menu.expanded{
        min-height: 200px;
    }
    #exhibitors .dropdown-menu.expanded{
        min-height: 200px;
    }
    #about .dropdown-menu.expanded{
        min-height: 287px;
    }
    #program .dropdown-menu.expanded{
        min-height: 200px;
    }
    #register .dropdown-menu.expanded{
        min-height: 200px;
    }
}    
@media (min-width: 1200px) {
    #exhibitors .dropdown-menu.expanded,
    #newsVideos .dropdown-menu.expanded,
    #sponsors .dropdown-menu.expanded,
    #register .dropdown-menu.expanded,
    #about .dropdown-menu.expanded,
    #program .dropdown-menu.expanded{
        padding-top: 0px;
        padding-bottom: 0px;
        height: auto;
    }
    #newsVideos .dropdown-menu.expanded{
        min-height: 200px;
    }
    #sponsors .dropdown-menu.expanded{
        min-height: 200px;
    }
    #exhibitors .dropdown-menu.expanded{
        min-height: 200px;
    }
    #about .dropdown-menu.expanded{
        min-height: 287px;
    }
    #program .dropdown-menu.expanded{
        min-height: 200px;
    }
    #register .dropdown-menu.expanded{
        min-height: 200px;
    }
}


/***************/


.megaNav{
    padding: 0px;   
}
.megaNav ul.navbar-nav{
    margin-bottom: 0px;
}


.megaNav ul.navbar-nav li{
    font-weight: normal;
    display: inline-block!important;
}
.megaNav ul.navbar-nav > li > a{
    text-decoration: none;  
}
@media (max-width: 991px) { 
    .megaNav ul.navbar-nav > li > a {
        font-size: 14px;
        font-family: 'medium-houschka';
        border: 0px; 
        border-top: 1px solid #808285;
        text-align: center;
        border-radius: 0px;
    }
    .megaNav ul.navbar-nav > li > a.onState,
    .megaNav ul.navbar-nav > li > a.onState:hover,
    .megaNav ul.navbar-nav > li > a:hover ,
    .megaNav ul.navbar-nav > li > a:focus {
        color: #4a0d66; 
        border-top: 1px solid #4a0d66; 
        background-color: #f1f2f2;
    }
    .megaNav ul.navbar-nav > li:last-child > a {
        border-bottom: 0px;
    }
    .add2017 .megaNav ul.navbar-nav > li > a {
        font-size: 14px;
    }
}

@media (min-width: 992px) { 
    .megaNav ul.navbar-nav > li > a {
        font-size: 15px;
        font-family: 'houschka';
        border: 2px solid #fff;
        text-align: left;
        margin-left: 3px;
        border-radius: 5px; 
    }
    .megaNav ul.navbar-nav > li > a.onState,
    .megaNav ul.navbar-nav > li > a.onState:hover,
    .megaNav ul.navbar-nav > li > a:hover ,
    .megaNav ul.navbar-nav > li > a:focus {
        border: 2px solid #4a0d66; 
        background-color: #f1f2f2;
    }
    .add2017 .megaNav ul.navbar-nav > li > a {
        font-size: 14px;
    }
}
@media (min-width: 1200px) { 
    .megaNav ul.navbar-nav > li > a {
        font-size: 18px;
        font-family: 'houschka';
        border: 2px solid #fff;
        text-align: left;
                /**/
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px; /* future proofing */
        -khtml-border-radius: 5px; /* for old Konqueror browsers */
    }
    .megaNav ul.navbar-nav > li > a.onState,
    .megaNav ul.navbar-nav > li > a.onState:hover,
    .megaNav ul.navbar-nav > li > a:hover ,
    .megaNav ul.navbar-nav > li > a:focus {
        border: 2px solid #4a0d66; 
        background-color: #f1f2f2;
    }
    .add2017 .megaNav ul.navbar-nav > li > a {
        font-size: 16px;
    }
}


.navbar-nav .open > a, 
.navbar-nav .open > a:focus,
.navbar-nav .open > a:hover {
    background-color: #4a0d66;
    color: #fff;
}
.megaNav ul.subSubNav{
       list-style: none;
}
.megaNav ul.subSubNav li{
    line-height: 24px; 
}
@media (max-width: 767px) { 
    .megaNav ul.subSubNav li{
        margin-bottom: 0px;
    }
}
@media (min-width: 768px) { 
    .megaNav ul.subSubNav li{
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) { 
    .megaNav ul.subSubNav li{
        margin-bottom: 20px;
    }
}
@media (min-width: 1200px) { 
    .megaNav ul.subSubNav li{
        margin-bottom: 20px;
    }
}



.megaNav ul.subSubNav li:first-child{
    
}
.megaNav ul.subSubNav li:last-child{
    
}

/*
    .megaNav #program   .subSubNav .title
    .megaNav #about     .subSubNav .title
*/
@media (max-width: 767px) {
    .megaNav #newsVideos .subSubNav .title,
    .megaNav #exhibitors .subSubNav .title,
    .megaNav #sponsors .subSubNav .title,
    .megaNav #register .subSubNav .title,
    .megaNav #program .subSubNav .title,
    .megaNav #about .subSubNav .title{
        font-family: 'houschka';
        font-size: 14px;
    }
    
}
@media (min-width: 768px) { 
    .megaNav #newsVideos .subSubNav .title,
    .megaNav #exhibitors .subSubNav .title,
    .megaNav #sponsors .subSubNav .title,
    .megaNav #register .subSubNav .title,
    .megaNav #program .subSubNav .title,
    .megaNav #about .subSubNav .title{
        font-family: 'extra-houschka';
        font-size: 18px;
    }
	
	.megaNav #newsVideos .subSubNav  .onState,
    .megaNav #exhibitors .subSubNav  .onState,
    .megaNav #sponsors .subSubNav  .onState,
    .megaNav #register .subSubNav  .onState,
    .megaNav #program .subSubNav  .onState,
    .megaNav #about .subSubNav  .onState{
       text-decoration : underline;
    }
}
@media (min-width: 992px) { 
    .megaNav #newsVideos .subSubNav .title,
    .megaNav #exhibitors .subSubNav .title,
    .megaNav #sponsors .subSubNav .title,
    .megaNav #register .subSubNav .title,
    .megaNav #program .subSubNav .title,
    .megaNav #about .subSubNav .title{
        font-family: 'extra-houschka';
        font-size: 18px;
    }
	
	.megaNav #newsVideos .subSubNav  .onState,
    .megaNav #exhibitors .subSubNav  .onState,
    .megaNav #sponsors .subSubNav  .onState,
    .megaNav #register .subSubNav  .onState,
    .megaNav #program .subSubNav  .onState,
    .megaNav #about .subSubNav  .onState{
       text-decoration : underline;
    }
}
@media (min-width: 1200px) { 
    .megaNav #newsVideos .subSubNav .title,
    .megaNav #exhibitors .subSubNav .title,
    .megaNav #sponsors .subSubNav .title,
    .megaNav #register .subSubNav .title,
    .megaNav #program .subSubNav .title,
    .megaNav #about .subSubNav .title{
        font-family: 'extra-houschka';
        font-size: 18px;
    }
	
	.megaNav #newsVideos .subSubNav  .onState,
    .megaNav #exhibitors .subSubNav  .onState,
    .megaNav #sponsors .subSubNav  .onState,
    .megaNav #register .subSubNav  .onState,
    .megaNav #program .subSubNav  .onState,
    .megaNav #about .subSubNav  .onState{
       text-decoration : underline;
    }
}
.megaNav #newsVideos .subSubNav a,
.megaNav #exhibitors .subSubNav a,
.megaNav #sponsors .subSubNav a,
.megaNav #register .subSubNav a,
.megaNav #about .subSubNav a{
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}
@media (max-width: 767px) { 
    .megaNav #newsVideos .subSubNav a,
    .megaNav #exhibitors .subSubNav a,
    .megaNav #sponsors .subSubNav a,
    .megaNav #register .subSubNav a,
    .megaNav #program .subSubNav a,
    .megaNav #about .subSubNav a{
        display: block;
        padding: 15px;
        text-align: center;
        border-bottom: 1px solid #fff;
    }

	a.subTitleLink:hover {display:none;}
}
@media (min-width: 768px) { 
        .megaNav #newsVideos .subSubNav a,
    .megaNav #exhibitors .subSubNav a,
    .megaNav #sponsors .subSubNav a,
    .megaNav #register .subSubNav a,
    .megaNav #program .subSubNav a,
    .megaNav #about .subSubNav a{
        display: inline;
        padding: 0;
        text-align: left;
        border-bottom: 0px;
    }
	
	a.subTitleLink:hover {display:none;}
}
@media (min-width: 992px) { 
    .megaNav #newsVideos .subSubNav a,
    .megaNav #exhibitors .subSubNav a,
    .megaNav #sponsors .subSubNav a,
    .megaNav #register .subSubNav a,
    .megaNav #program .subSubNav a,
    .megaNav #about .subSubNav a{
        display: inline;
        padding: 0;
        text-align: left;
        border-bottom: 0px;
    }
	
	a.subTitleLink:hover {text-decoration:none;}
}
@media (min-width: 1200px) { 
    .megaNav #newsVideos .subSubNav a,
    .megaNav #exhibitors .subSubNav a,
    .megaNav #sponsors .subSubNav a,
    .megaNav #register .subSubNav a,
    .megaNav #program .subSubNav a,
    .megaNav #about .subSubNav a{
        display: inline;
        padding: 0;
        text-align: left;
        border-bottom: 0px;
		font-size:14px;
    }
	
	a.subTitleLink:hover {text-decoration:none;}
}


/**/
.megaNav > ul.navbar-nav ul.subSubNav{
    margin-bottom:0px; 
    margin-left: 0px; 
}
@media (max-width: 767px) { 
    .megaNav .subSubNav  {
        padding: 0px 0px 0px;   
    }
}
@media (min-width: 768px) { 
    .megaNav .subSubNav  {
        padding: 50px 0px 0px;   
    }
}
@media (min-width: 992px) { 
    .megaNav .subSubNav  {
        padding: 50px 0px 0px;   
    }
}
@media (min-width: 1200px) { 
    .megaNav .subSubNav  {
        padding: 50px 0px 0px;   
    }
}
/* */
.megaNav #newsVideos .subSubNav.callOut,
.megaNav #exhibitors .subSubNav.callOut,
.megaNav #sponsors .subSubNav.callOut,
.megaNav #register .subSubNav.callOut,
.megaNav #about .subSubNav.callOut{
    background-color: #000;
    height: auto;
    display: block;
    min-height: 285px;
    background-image: url('/aaic/images/bg-brains-beaker.gif');
    background-repeat: repeat;
    background-color: #4a0d66;
    font-size:  13px;
    font-family:'Arial', Helvetica, sans-serif;
    padding: 50px 24px;
    line-height: 24px;
}
.megaNav #program .subSubNav a{
    font-family: 'medium-houschka';
    font-size: 16px;
    line-height: 27px; 
    color: #fff;
}
.megaNav  .subSubNav.callOut img.tinyBanner{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}



/***************/
/* MOBILE ** < 768PX */


/********************/
/********************/
@media (max-width: 991px) { 
    .nav-tabs > li {
        margin-top: 0px;
        width: 100%;
        display: block;
        
    }
    .nav-tabs > li > a {
        margin-right: 0px;   
        border-radius: 0px; 
        
    }
    .megaNav ul.navbar-nav > li > a {
        background-color: #4a0d66;
        display: block;
        color: #fff;
    }
    .megaNav ul.navbar-nav {
        height: auto!important;
        overflow:hidden; 
    }   
    
}



.globalcopyright{
    display: block;
    text-align: center;
}


@media(min-width: 768px){
    .globalcopyright{
        text-align: left;
    }
    
}


.globalcopyright a{
    text-decoration: underline;
}

#bottomFooter{
    background-color: #4a0d66; 
    width:100%;
    padding-top: 60px; 
    padding-bottom: 40px;    
    /*SHADOW*/
    -webkit-box-shadow: 0px 4px 6px 3px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0px 4px 6px 3px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         0px 4px 6px 3px #ccc;
    font-family: 'medium-houschka';
    font-size: 15px;
    color: #fff;
}



#bottomFooter .descriptionCopy{
    font-family: 'medium-houschka';
    font-size: 18px;
    color: #fff;
    text-align: center;
}
#bottomFooter .descriptionCopy p{
    margin-top: 37px;
}


#bottomFooter hr.white{
    color: #b79ec2;
    width: 95%;
    height: 1px;
    margin-bottom: 30px; 
    margin-top: 50px; 
}
#bottomFooter h3{
    font-size: 18px; 
    font-family: 'extra-houschka';
    color: #fff;
    margin-top: 40px;
}
#bottomFooter a.arrow,
#bottomFooter a{
    text-decoration: none;
    color: #fff;
	line-height: 28px;
}
#bottomFooter a:hover{
    text-decoration: underline;
}
#bottomFooter a.arrow:hover{
    text-decoration: none;   
}
/*BOTTOM FOOTER LOGO */
#bottomFooterLogo{
    padding-top: 50px; 
    padding-bottom: 50px; 
}
#bottomFooterLogo .svgLogo{
    fill: #4a0d66;
}
#bottomFooterLogo #whoIsAlzheimersAssociation p{
    font-family: 'medium-houschka';
    font-size: 15px; 
    color: #333;
}



.footerlogo {
    max-width: 400px;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}


@media (max-width: 991px){
    .mobilealigncenter {
        text-align: center;
    }
}




hr.tealLine{
    background-color: #3eb4a6;
    color: #3eb4a6;
    width: 100%;
    height: 3px;
    margin-bottom: 0px ;
    margin-top: 0px;
    border: 0px;
}

/*CAROUSEL
***************
The carousel has it's own style sheet.
carousel.css


*/


/***************/
/* KEY OUTCOME AREAS */
#KeyOutcomeAreas{
    padding-top: 50px;
}
#KeyOutcomeAreas h2{
    font-family: 'extra-houschka';
    font-size: 28px;
    text-align: center;
}
#KeyOutcomeAreas p{
    font-family: 'medium-houschka';
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}
a.buttonTeal.iconAttached{
    font-family: 'houschka'!important;
    font-size: 18px!important;
    text-transform:none;
    text-decoration: none;
    padding: 6px 16px!important;
    background-color: #bcbec0;
    color: #333;
    border:0px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
    margin-bottom: 25px;
    
}
a.buttonTeal.iconAttached:hover{
    background-color: #3eb4a6;
    color: #fff;
    text-decoration: none;
}
a.buttonTeal.iconAttached.rollOver{
    background-color: #3eb4a6;
    color: #fff;
    text-decoration: none;
}
a.buttonTeal.iconAttached.onState{
    background-color: #3eb4a6;
    color: #fff;
    text-decoration: none;
}


.img-responsive{
    width: 100%;
    height: auto;
}


/**/
.btnIconLink{
    display: inline-block;
    border: none;
    background-color: transparent;
}
.btnIcon{
    width: auto;
    max-height: 100px;
    margin-bottom: 10px;
}
#KeyOutcomeAreas .iconAttached{
    display: inline-block;
}
@media (max-width: 767px) { 
    #KeyOutcomeAreas .buttonTeal.iconAttached{
        padding: 6px 0px!important; 
    }
    #KeyOutcomeAreas .iconAttached{
        width: 100%;
        font-size: 14px!important; 
    }
}
@media (min-width: 768px) { 
    #KeyOutcomeAreas .buttonTeal.iconAttached{
        padding: 6px 16px!important; 
    }
    #KeyOutcomeAreas .iconAttached{
        width: auto;
        font-size: 18px!important;
    }
}

.emptyClear{
    clear: both;
    line-height: 0px;
    font-size: 0px;
    margin-bottom: -5px;
}
/*DISCOVERY SCIENCE*/
#home #pane01, #home #pane02, #home #pane03, #home #pane04{
    background-repeat: no-repeat;
    background-color: #3eb4a6;
}
#home #pane01{background-image: url(/stepupthepace/images/bg-pane01.webp);  }
#home #pane02{background-image: url(/stepupthepace/images/bg-pane02.webp); }
#home #pane03{background-image: url(/stepupthepace/images/bg-pane03.webp); }
#home #pane04{background-image: url(/stepupthepace/images/bg-pane04.webp); }

#home #pane01 {display: block; }
#home #pane02,
#home #pane03,
#home #pane04,
#home #earlyDetection{
    display: none;
}

#home #pane01 .tealBox,
#home #pane02 .tealBox,
#home #pane03 .tealBox,
#home #pane04 .tealBox,
#home #earlyDetection .tealBox,
#home #discoveryScience .tealBox {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #3eb4a6;
    min-height: 420px;
}
@media (max-width: 767px) {
    #home #pane01 .tealBox,
    #home #pane02 .tealBox,
    #home #pane03 .tealBox,
    #home #pane04 .tealBox,
    #home #earlyDetection .tealBox,
    #home #discoveryScience .tealBox {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #home #pane01,
    #home #pane02,
    #home #pane03,
    #home #pane04,
    #home #earlyDetection,
    #home #discoveryScience{
        padding-top: 0px;
        background-position: 50% -78px;
        background-size:auto;
        background-image: none; 
    }
}
@media (min-width: 768px) {
    #home #pane01 .tealBox,
    #home #pane02 .tealBox,
    #home #pane03 .tealBox,
    #home #pane04 .tealBox,
    #home #earlyDetection .tealBox,
    #home #discoveryScience .tealBox {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    #home #pane01,
    #home #pane02,
    #home #pane03,
    #home #pane04,
    #home #earlyDetection,
    #home #discoveryScience{
        padding-top: 0px;
        background-position: 276% 50%;
        background-size: 108%;
    }
}
@media (min-width: 992px) {
    #home #pane01,
    #home #pane02,
    #home #pane03,
    #home #pane04,
    #home #earlyDetection,
    #home #discoveryScience{
        padding-top: 0px;
        background-position: -34% 50%;
        background-size: contain;
    }
}
@media (min-width: 1200px) {
    #home #pane01,
    #home #pane02,
    #home #pane03,
    #home #pane04,
    #home #earlyDetection,
    #home #discoveryScience{
        padding-top: 0px;
        background-position: 0 50%;
        background-size: contain;
    }
}
#home #pane01 h2,
#home #pane02 h2,
#home #pane03 h2,
#home #pane04 h2,
#home #earlyDetection h2,
#home #discoveryScience h2{
    color: #fff;
    font-family: 'extra-houschka';
    font-size: 22px;
}
#home #pane01 p,
#home #pane02 p,
#home #pane03 p,
#home #pane04 p,
#home #earlyDetection p,
#home #discoveryScience p{
    color: #fff;
    font-family: 'medium-houschka';
    font-size: 20px;
    line-height: 29px;
}

#home #pane01 .whiteTriangle,
#home #pane02 .whiteTriangle,
#home #pane03 .whiteTriangle,
#home #pane04 .whiteTriangle,
#home #discoveryScience .whiteTriangle{
    background-image: url(../images/white-triangle.png);
    background-repeat: no-repeat;
    
}
@media (max-width: 767px) {
    #home #pane01 .whiteTriangle,
    #home #pane02 .whiteTriangle,
    #home #pane03 .whiteTriangle,
    #home #pane04 .whiteTriangle,
    #home #discoveryScience .whiteTriangle{
        background-size: 17%;
        background-position: 50% 0px;
        height: 500px;
    }
}
@media (min-width: 768px) {
    #home #pane01 .whiteTriangle,
    #home #pane02 .whiteTriangle,
    #home #pane03 .whiteTriangle,
    #home #pane04 .whiteTriangle,
    #home #discoveryScience .whiteTriangle{
        background-size: 20%;
        background-position: 30% 0px ;
        height: 200px;
    }
}
@media (min-width: 992px) {
    #home #pane01 .whiteTriangle,
    #home #pane02 .whiteTriangle,
    #home #pane03 .whiteTriangle,
    #home #pane04 .whiteTriangle,
    #home #discoveryScience .whiteTriangle{
        background-size: 18%;
        background-position: 50% 0px ;
        height: 200px;
    }
}
@media (min-width: 1200px) {
    #home #pane01 .whiteTriangle,
    #home #pane02 .whiteTriangle,
    #home #pane03 .whiteTriangle,
    #home #pane04 .whiteTriangle,
     #home #discoveryScience .whiteTriangle{
        background-size: 15%;
        background-position:  0px 0px ;
        height: 200px;
    }
}
/*IMPACT OF PHILANTHROPY*/
#home #impactOfPhilanthropy{
    background-image: url(/stepupthepace/images/bg-brain.webp);
    background-repeat: no-repeat;
    background-color: #393939;
    padding-top: 50px;
    padding-bottom: 60px;
    
    background-size: 100%;
}
@media (max-width: 767px) {
    #home #impactOfPhilanthropy{
        background-position: 50% -440px;
        padding-top: 200px;
        background-size: 1000px auto;
    }
}
@media (min-width: 768px) {
  #home #impactOfPhilanthropy{
        background-size: 98%;
        background-position: 1880% 90%;
    }
}
@media (min-width: 992px) {
  #home #impactOfPhilanthropy{
        background-size: 90%;
        background-position: 570% 60%;
    }
}
@media (min-width: 1200px) {
  #home #impactOfPhilanthropy{
        background-size: 90%;
        background-position: 500% 60%;
    }
}


#home #impactOfPhilanthropy h2{
    color: #fff;
    font-family: 'extra-houschka';
    font-size: 28px;
}
#home #impactOfPhilanthropy p{
    color: #fff;
    font-family: 'medium-houschka';
    font-size: 20px;
    line-height: 29px;
}

#home #impactOfPhilanthropy a:hover{
    text-decoration: underline;
    color: #3eb4a6;
}
#home #impactOfPhilanthropy a{
    color: #3eb4a6;
    text-decoration: none;
}

/*PARTNERS*/
#home #partners{
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
}
#home #partners h2{
  color: #333333;
  font-family: 'extra-houschka';
  font-size: 24px;
}
#home #partners p {line-height : 28px;}

#home #partners .orangePanel{
  background-color: #ffa400;
  color: #fff;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 60px 10px 60px;
  /**/
  -webkit-box-shadow: 0px 0px 5px 1px #44586f;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 0px 5px 1px #44586f;  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 0px 5px 1px #44586f;
}
#home #partners .orangePanel h2{
  color: #fff;
  font-size: 18;
  font-family:'extra-houschka';
}
#home #partners .orangePanel h2 span{
  font-size: 44px;
  color: #fff;
}
#home #partners .orangePanel p{
  color: #fff;
  font-family: 'medium-houschka';
  font-size: 20px;
}


/**/
#youTubeVideo{
	padding-top: 60px;
}

#youTubeVideo p{
    font-family: 'medium-houschka';
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
	margin-top: 20px;
}




#researchBanner{
    background-image: url(/stepupthepace/images/bg-research.jpg);
    background-size: cover; 
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-height: 290px;
    display: flow-root;
}

#researchBanner .logo.logoDIANTU{
    width: 58%;
}
#researchBanner h2{
    color: #fff; 
    font-family: 'houschka';
    font-size: 24px; 
    font-weight: normal;
}
#info{
    background-color: #f1f2f2;
    background-repeat: repeat-y;
    background-position: 600px 0;
}
@media (max-width: 767px) { 

    #info{
        background-image: none;
    }
}



/*DESCRIPTION*/

#info #description{
    background-color: #f1f2f2;
    font-family: 'medium-houschka';
    font-size: 15px;
    padding-top: 20px;
}
#info #description h2{
    color: #333333; 
    font-family: 'houschka';
    font-size: 24px;
    margin-bottom: 30px; 
}
#info #description .bioPic{
    font-size: 14px; 
    font-family: 'medium-houschka';
    font-style: italic;
    margin-bottom: 20px;
}
/**/
@media (max-width: 767px) { 
    #info #description .bioPic{
        width: 100%;
        height: auto;
        float: none;
        margin-left: 0;
    }
}
@media (min-width: 768px) { 
    #info #description .bioPic{
        width: 100%;
        height: auto;
        float: none;
        margin-left: 0;
    }
}
@media (min-width: 992px) { 
    #info #description .bioPic{
        width: 50%;
        height: auto;
        float: right;
        margin-left: 20px;
    }
}
@media (min-width: 1200px) { 
    #info #description .bioPic{
        width: 50%;
        height: auto;
        float: right;
        margin-left: 20px;
    }
}
#info #description .bioPic img{
    /**/
  -webkit-box-shadow: 0px 0px 5px 1px #000000;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 0px 5px 1px #000000;  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 0px 5px 1px #000000;
}
#info #description .bioPic p{
    margin-top: 10px;    
}


/*SIDENAV*/
#grayResearchNav,
#info #sideNav{
    background-color: #d1d3d4;
    padding-top: 20px;
}
#grayResearchNav #sideNav h2,
#info #sideNav h2{
    color: #333333; 
    font-family: 'houschka';
    font-size: 18px; 
    border-bottom: 1px solid #333333;
    padding: 0px 0px 7px 0px;
    margin-bottom: 25px; 
}
#grayResearchNav #sideNav ul,
#grayResearchNav #sideNav ul li,
#info #sideNav ul,
#info #sideNav ul li{
    padding: 0px;
    margin: 0px; 
}

#grayResearchNav #sideNav ul li,
#info #sideNav ul li{
    background-repeat: no-repeat;
    background-position: 0px 0px; 
    overflow: visible; 
    margin-left: -15px;
    list-style: none; 
    padding:  0 0 0 15px;
    font-family: 'houschka';
    font-size: 15px;
    color: #333;
    margin-bottom: 20px;
}
#grayResearchNav #sideNav ul li.onState,
#info #sideNav ul li.onState{
    background-image: url(/stepupthepace/images/over-bullet.gif);
}
#info #sideNav ul li a,
#info #sideNav ul li a:hover,
#grayResearchNav #sideNav ul li a,
#grayResearchNav #sideNav ul li a:hover{
        color: #333;
}
#grayResearchNav #sideNav ul li.onState a:hover,
#info #sideNav ul li.onState a:hover,
#grayResearchNav #sideNav ul li.onState a,
#info #sideNav ul li.onState a{
    color: #00539b;
}


/* PROJECT ADVANCES */

#projectAdvances{
    margin-top: 30px; 
    background-color: #d1d3d4;
    border-top: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;
    padding-top: 15px;
    
}

#info #description #projectAdvances h2{
    font-family: 'houschka';
    font-size: 18px; 
    color: #4a0d66;
    padding: 0 20px; 
}
#info #description #projectAdvances p{
    font-size: 16px; 
    font-family: 'houschka';
    color: #7e7e7e;
    text-align: center;
    margin-bottom: 30px; 
}
#info #description #projectAdvances .advanceSizes{
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#info #description #projectAdvances .onState p{
    color: #4a0d66;
}


/**/
#info #description p.learnMore{
    text-align: right;   
    margin-bottom: 50px; 
    margin-top: 10px; 
}
    
    
 
#researchLanding #researchBanner {
    background-image: url(/stepupthepace/images/banner-research-home.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #4a0d66;
    border-bottom: 4px solid #3eb4a6; 
}
#researchLanding #researchBanner p,
#researchLanding #researchBanner H2{
    color: #fff; 
    text-align: center;
}
#researchLanding #researchBanner H2{
    font-family: 'extra-houschka';
}
#researchLanding #researchBanner p{
    font-family: 'medium-houschka';
}
@media (max-width: 767px) { 
    #researchLanding #researchBanner H2{font-size: 24px;}
    #researchLanding #researchBanner p{font-size: 16px;}
} 
@media (min-width: 768px) { 
    #researchLanding #researchBanner H2{font-size: 32px;}
    #researchLanding #researchBanner p{font-size: 20px;}
}

/*******************************/
/*******************************/
/*******************************/
/**/
#researchLanding #landing{
    background-color: #f1f2f2;
    
}

#researchLanding #landing h3{
    font-family: 'medium-houschka';
    font-size: 20px; 
    margin-top: 45px; 
    margin-bottom: 30px; 
    color: #333;
    text-align: center;
}
#researchLanding #landing h4{
    font-family: 'houschka';
    font-size: 16px; 
    color: #333;
    height: 40px; 
}

#researchLanding #landing #BETR,
#researchLanding #landing #ALZNET,
#researchLanding #landing #RAPID,
#researchLanding #landing #COVID,
#researchLanding #landing #IRGP,
#researchLanding #landing #improveRecognition,
#researchLanding #landing #GAAIN, 
#researchLanding #landing #WARI,  
#researchLanding #landing #API,   
#researchLanding #landing #VCD,  
#researchLanding #landing #IDEAS,
#researchLanding #landing #ANGI,  
#researchLanding #landing #LEARN, 
#researchLanding #landing #DIANTU,
#researchLanding #landing #DIANTU-PRIMARY,
#researchLanding #landing #EQUITY,
#researchLanding #landing #DIAN-LATAM,
#researchLanding #landing #PTC,
#researchLanding #landing #TriBEKa,
#researchLanding #landing #USPOINTER,
#researchLanding #landing #TPEP,  
#researchLanding #landing #LEADS,
#researchLanding #landing #ACTO,
#researchLanding #landing #SPRINT{
    padding-bottom: 35px; 
}

#researchLanding #landing #ALZNET    .imgBox{ background-image: url(/stepupthepace/images/logo-ALZ-NET.png); }
#researchLanding #landing #BETR      .imgBox{ background-image: url(/stepupthepace/images/logo-betr.jpg); }
#researchLanding #landing #improveRecognition      .imgBox{ background-image: url(/stepupthepace/images/bio-improve-recognition.jpg); }
#researchLanding #landing #IRGP      .imgBox{ background-image: url(/stepupthepace/images/logo-IRGP-color.png); }
#researchLanding #landing #GAAIN     .imgBox{ background-image: url(/stepupthepace/images/logo-gaain-color.png); }
#researchLanding #landing #WARI      .imgBox{ background-image: url(/stepupthepace/images/frick-WARI.jpg); }
#researchLanding #landing #API       .imgBox{ background-image: url(/stepupthepace/images/logo-api-program-color.png); }
#researchLanding #landing #VCD       .imgBox{ background-image: url(/stepupthepace/images/bio-VCD.jpg); }
#researchLanding #landing #IDEAS     .imgBox{ background-image: url(/stepupthepace/images/NewIdeas_Logo_Color_brandcolors.png); }
#researchLanding #landing #ANGI      .imgBox{ background-image: url(/stepupthepace/images/logo-ANGI-color.png); }
#researchLanding #landing #LEARN     .imgBox{ background-image: url(/stepupthepace/images/bio-LEARN.jpg); }
#researchLanding #landing #DIANTU    .imgBox{ background-image: url(/stepupthepace/images/bio-DIANTU2.jpg); }
#researchLanding #landing #DIANTU-PRIMARY    .imgBox{ background-image: url(/stepupthepace/images/bio-DIANTU2.jpg); }
#researchLanding #landing #EQUITY    .imgBox{ background-image: url(/stepupthepace/images/bio-EQUITY.jpg); }
#researchLanding #landing #DIAN-LATAM    .imgBox{ background-image: url(/stepupthepace/images/bio-DIAN-LATAM2.jpg); }
#researchLanding #landing #PTC       .imgBox{ background-image: url(/stepupthepace/images/logo-footer-part-the-cloud.png); }
#researchLanding #landing #ACTO      .imgBox{ background-image: url(/stepupthepace/images/bio-ACTO2.jpg); }
#researchLanding #landing #TriBEKa   .imgBox{ background-image: url(/stepupthepace/images/bio-tribeka.jpg); }
#researchLanding #landing #USPOINTER .imgBox{ background-image: url(/stepupthepace/images/bio-uspointer.jpg); }
#researchLanding #landing #TPEP      .imgBox{ background-image: url(/stepupthepace/images/bio-tanglesTPEP.jpg); } 
#researchLanding #landing #LEADS      .imgBox{ background-image: url(/stepupthepace/images/bio-LEADS.jpg); } 
#researchLanding #landing #SPRINT      .imgBox{ background-image: url(/stepupthepace/images/bio-SPRINT.jpg); } 
#researchLanding #landing #COVID      .imgBox{ background-image: url(/stepupthepace/images/COVID_image.jpg); }
#researchLanding #landing #RAPID      .imgBox{ background-image: url(/stepupthepace/images/bio-RAPID.jpg); }



#researchLanding #landing .imgBox{
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    background-color: #fff; 
}

#researchLanding #landing #ALZNET .imgBox,
#researchLanding #landing #GAAIN .imgBox,
#researchLanding #landing #ANGI  .imgBox,
#researchLanding #landing #IDEAS .imgBox,
#researchLanding #landing #API   .imgBox,
#researchLanding #landing #LEADS .imgBox,
#researchLanding #landing #SPRINT .imgBox,
#researchLanding #landing #IRGP  .imgBox{
    background-size: 90%;    
    background-position: 50% 50%;
}
#researchLanding #landing #USPOINTER .imgBox{
	background-position: 50% 50%;
}

#researchLanding #landing #VCD   .imgBox{
    /*background-size: contain; */
}


#researchLanding #landing .imgBox a.fullyFunded:hover,
#researchLanding #landing .imgBox a.fullyFunded{
    color: #fff;
    font-family: 'houschka';
    font-size: 15px; 
    height: 30px; 
    width: 100%;
    background-color: #4a0d66;
    text-align: center;
    display: inline-block;
    margin-top: 170px; 
    padding: 5px 0px;
    position:relative;
    text-decoration: none;
}

#researchLanding #landing .imgBox .fullyFunded{
    color: #fff;
    font-family: 'houschka';
    font-size: 15px; 
    height: 30px; 
    width: 100%;
    background-color: #4a0d66;
    text-align: center;
    display: inline-block;
    margin-top: 170px; 
    padding: 5px 0px;
    position:relative;
}

/**/
@media (max-width: 359px) { 
    #researchLanding #landing .imgBox .fullyFunded{ top: -199px; }
    #researchLanding #landing  .imgBox{ height: 200px; }
}
@media (min-width: 360px) { 
    #researchLanding #landing .imgBox .fullyFunded{ top: -199px; }
    #researchLanding #landing .imgBox{ height: 240px; }
} 
@media (min-width: 450px) { 
    #researchLanding #landing .imgBox .fullyFunded{ top: -199px; }
    #researchLanding #landing  .imgBox{ height: 320px; }
} 
@media (min-width: 575px) { 
    #researchLanding #landing .imgBox .fullyFunded{ top: -200px; }
    #researchLanding #landing .imgBox{ height: 400px; }
} 
/**/
@media (min-width: 768px) { 
    #researchLanding #landing .imgBox .fullyFunded{ top: -200px; }
    #researchLanding #landing .imgBox{ height: 200px; }
}
/*
@media (min-width: 992px) { 
    #researchLanding #landing .imgBox .fullyFunded{ margin-top: 170px; }
    #researchLanding #landing .imgBox{ height: 200px; }

}
@media (min-width: 1200px) { 
    #researchLanding #landing .imgBox .fullyFunded{ margin-top: 170px; }
    #researchLanding #landing .imgBox{ height: 200px; }

}
*/




.hideIt{display: block; }

@media(max-width: 767px){
    .letsSeeItXtraSmall{clear: both; display: block!important;}
}
@media(min-width: 768px){
    .letsSeeItXtraSmall{display: none;}
    .letsSeeItSmall{display: block!important; clear: both; }
}
@media(min-width: 992px){
    .letsSeeItMed{display: block!important; clear: both; }
}
@media(min-width: 1200px){
    .letsSeeItLarge{display: block!important; clear: both; }
}

   

#ourProgress #banner {
    background-image: url(/stepupthepace/images/banner-research-home.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #4a0d66;
    border-bottom: 4px solid #3eb4a6; 
    height: 290px;
    display: flow-root;
}
#ourProgress #banner p,
#ourProgress #banner H2{
    color: #fff; 
    text-align: center;

}
#ourProgress #banner H2{
    font-size: 32px; 
    font-family: 'extra-houschka';
}
#ourProgress #banner p{
    font-size: 20px; 
    font-family: 'medium-houschka';
}

/* content */ 
#ourProgress #content {
    background-color: #f1f2f2;
}
#ourProgress #content .month h2{
    font-family: 'houschka';
    font-size: 24px; 
    color: #333;
}

#ourProgress #content hr{
    border: 0; 
    border-bottom: 1px dashed #ccc; 
    background: #999; 
    clear: both;
    margin-left: 15px; 
    margin-right: 15px; 
}




#ourProgress #content .month{
    padding-top: 80px; 
    padding-bottom: 50px; 
    border-bottom: 1px dashed #ccc;

}

#ourProgress #content .month h3{
    font-family: 'houschka'; 
    font-size: 24px; 
    color: #333;
    margin-top: 0px; 
    margin-bottom: 20px; 
    min-width: 123px;
    
}
#ourProgress #content .month p{
    font-family: 'medium-houschka'; 
    font-size: 15px; 
    color: #333;
    line-height: 24px;
}
/*purple box*/

#purpleBarVideoBox{
	padding: 80px 15px;
	background-color: #4a0d66;
}

#purpleBarVideoBox h2{
    color: #fff;
    font-family: 'extra-houschka';
    font-size: 28px;
    text-transform:uppercase;
    text-align: center;
	margin-bottom: 20px; 
}



@media (max-width: 991px) { 
    #ourProgress #content .month h3{
        width: 123px;
    }    
}

@media (max-width: 767px) { 
	#purpleBarVideoBox h2{ margin-top: 0px; }
}
@media (min-width: 768px) { 
	#purpleBarVideoBox h2{ margin-top: 0px; }
}
@media (min-width: 992px) { 
	#purpleBarVideoBox h2{ margin-top: 105px; }
}
@media (min-width: 1200px) {
	#purpleBarVideoBox h2{ margin-top: 145px; }
}




#partnerProfile #profileBanner{
    height: 150px;
    background-color: #4a0d66;
    border-bottom: 4px solid #3eb4a6;
}
#partnerProfile #profileBanner h2{
    color: #fff; 
    font-family: 'extra-houschka';
    font-size: 32px; 
    font-weight: normal;
}
#partnerProfile #info{
    background-color: #f1f2f2;
    background-repeat: repeat-y; 
    background-position: 600px 0;
}




/*DESCRIPTION*/

#partnerProfile #info #description{
    background-color: #f1f2f2;
    font-family: 'medium-houschka';
    font-size: 15px;
    padding-top: 60px;
}
#partnerProfile #info #description h2{
    color: #333333; 
    font-family: 'houschka';
    font-size: 24px;
    margin-bottom: 30px; 
}
#partnerProfile #info #description .bioPic{
    font-size: 14px; 
    font-family: 'medium-houschka';
    font-style: italic;
    margin-bottom: 20px;
}
/**/
@media (max-width: 767px) { 
    #partnerProfile #info #description .bioPic{
        width: 100%;
        height: auto;
        float: none;
        margin-left: 0;
    }
}
@media (min-width: 768px) { 
    #partnerProfile #info #description .bioPic{
        width: 100%;
        height: auto;
        float: none;
        margin-left: 0;
    }
}
@media (min-width: 992px) { 
    #partnerProfile #info #description .bioPic{
        width: 50%;
        height: auto;
        float: right;
        margin-left: 20px;
    }
}
@media (min-width: 1200px) { 
    #partnerProfile #info #description .bioPic{
        width: 50%;
        height: auto;
        float: right;
        margin-left: 20px;
    }
}
#partnerProfile #info #description .bioPic img{
    /**/
  -webkit-box-shadow: 0px 0px 5px 1px #000000;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 0px 5px 1px #000000;  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 0px 5px 1px #000000;
}
#partnerProfile #info #description .bioPic p{
    margin-top: 10px;    
}


/*SIDENAV*/
#partnerProfile #grayResearchNav,
#partnerProfile #info #sideNav{
    background-color: #d1d3d4;
}
#partnerProfile #grayResearchNav #sideNav h2,
#partnerProfile #info #sideNav h2{
    color: #333333; 
    font-family: 'houschka';
    font-size: 18px; 
    border-bottom: 1px solid #333333;
    padding: 0px 0px 7px 0px;
    margin-bottom: 25px; 
}
#partnerProfile #grayResearchNav #sideNav ul,
#partnerProfile #grayResearchNav #sideNav ul li,
#partnerProfile #info #sideNav ul,
#partnerProfile #info #sideNav ul li{
    padding: 0px;
    margin: 0px; 
}

#partnerProfile #grayResearchNav #sideNav ul li,
#partnerProfile #info #sideNav ul li{
    background-repeat: no-repeat;
    background-position: 0px 0px; 
    overflow: visible; 
    margin-left: -15px;
    list-style: none; 
    padding:  0 0 0 15px;
    font-family: 'houschka';
    font-size: 15px;
    color: #333;
    margin-bottom: 20px;
}
#partnerProfile #grayResearchNav #sideNav ul li.onState,
#partnerProfile #info #sideNav ul li.onState{
    background-image: url(/stepupthepace/images/over-bullet.gif);
}
#partnerProfile #info #sideNav ul li a,
#partnerProfile #info #sideNav ul li a:hover,
#partnerProfile #grayResearchNav #sideNav ul li a,
#partnerProfile #grayResearchNav #sideNav ul li a:hover{
        color: #333;
}
#partnerProfile #grayResearchNav #sideNav ul li.onState a:hover,
#partnerProfile #info #sideNav ul li.onState a:hover,
#partnerProfile #grayResearchNav #sideNav ul li.onState a,
#partnerProfile #info #sideNav ul li.onState a{
    color: #00539b;
}



/**/
#partnerProfile #info #description p.learnMore{
    text-align: right;   
    margin-bottom: 50px; 
    margin-top: 10px; 
}
#partnerProfile #info #sideNav hr,
#partnerProfile #grayResearchNav #sideNav hr{
    border: 0; 
    border-bottom: 1px solid #333; 
    background: #999; 
    clear: both;
}

    

#partnersLanding #banner {
    background-image: url(/stepupthepace/images/banner-research-home.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #4a0d66;
    border-bottom: 4px solid #3eb4a6; 
    height: 290px;
    display: flow-root;
}
#partnersLanding #banner p,
#partnersLanding #banner H2{
    color: #fff; 
    text-align: center;
}
#partnersLanding #banner H2{
    font-size: 32px; 
    font-family: 'extra-houschka';

}
#partnersLanding #banner p{
    font-size: 20px; 
    font-family: 'medium-houschka';
}
@media (max-width: 767px) { 
    #partnersLanding #banner H2{font-size: 24px; }
    #partnersLanding #banner p{font-size: 16px; }
}
@media (min-width: 768px) { 
    #partnersLanding #banner H2{font-size: 32px; }
    #partnersLanding #banner p{font-size: 20px; }
}
/*******************************/
/*******************************/
/*******************************/
/**/
#partnersLanding #landing{
    background-color: #f1f2f2;
    
}

#partnersLanding #landing h3{
    font-family: 'medium-houschka';
    font-size: 20px; 
    margin-top: 45px; 
    margin-bottom: 30px; 
    color: #333;
    text-align: center;
}
#partnersLanding #landing h4{
    font-family: 'houschka';
    font-size: 16px; 
    color: #333;
}
/**/
@media (max-width: 767px) { 

    #info{
        background-image: none;
    }
}

/**/


#partnersLanding #landing #dolby,
#partnersLanding #landing #edwardjones,
#partnersLanding #landing #gelfand,
#partnersLanding #landing #GHR,
#partnersLanding #landing #gross, 
#partnersLanding #landing #hoag, 
#partnersLanding #landing #holland, 
#partnersLanding #landing #jones, 
#partnersLanding #landing #kipper,  
#partnersLanding #landing #rubschlager,  
#partnersLanding #landing #sigma,   
#partnersLanding #landing #smith,  
#partnersLanding #landing #zarrow{
    padding-bottom: 35px; 
}

#partnersLanding #landing #dolby  .imgBox{ background-image: url(/stepupthepace/images/partner-profile-dolby.jpg); }
#partnersLanding #landing #edwardjones  .imgBox{ background-image: url(/stepupthepace/images/partner-profile-edwardjones.jpg); }
#partnersLanding #landing #gelfand  .imgBox{ background-image: url(/stepupthepace/images/partner-profile-gelfand.jpg); }
#partnersLanding #landing #GHR  .imgBox{ background-image: url(/stepupthepace/images/partner-profile-GHR.jpg); }
#partnersLanding #landing #gross  .imgBox{ background-image: url(/stepupthepace/images/partner-profile-gross.jpg); }
#partnersLanding #landing #hoag   .imgBox{ background-image: url(/stepupthepace/images/partner-profile-hoag.jpg); }
#partnersLanding #landing #holland   .imgBox{ background-image: 
url(/stepupthepace/images/partner-profile-holland.jpg); }
#partnersLanding #landing #jones   .imgBox{ background-image: url(/stepupthepace/images/partner-profile-jones.jpg); }
#partnersLanding #landing #kipper   .imgBox{ background-image: url(/stepupthepace/images/partner-profile-kipper.jpg); }
#partnersLanding #landing #rubschlager   .imgBox{ background-image: url(/stepupthepace/images/partner-profile-rubschlager.jpg); }
#partnersLanding #landing #sigma  .imgBox{ background-image: url(/stepupthepace/images/bio-WARI.jpg); }
#partnersLanding #landing #smith  .imgBox{ background-image: url(/stepupthepace/images/partner-profile-smith.jpg); }
#partnersLanding #landing #zarrow .imgBox{ background-image: url(/stepupthepace/images/partner-profile-zarrow.jpg); }


#partnersLanding #landing .imgBox{
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    background-color: #fff; 
}
#partnersLanding #landing #dolby  .imgBox{
    background-position: 50% 20%;
}



#partnersLanding #landing .imgBox .fullyFunded{
    color: #fff;
    font-family: 'houschka';
    font-size: 15px; 
    height: 30px; 
    width: 100%;
    background-color: #4a0d66;
    text-align: center;
    display: inline-block;
    margin-top: 170px; 
    padding: 5px 0px;
}
@media (max-width: 359px) { 
    #partnersLanding #landing .imgBox{ height: 200px; }
}
@media (min-width: 360px) { 
    #partnersLanding #landing .imgBox{ height: 240px; }
    #partnersLanding #landing #dolby  .imgBox{ background-position: 50% 50%;}
} 
@media (min-width: 450px) { 
    #partnersLanding #landing .imgBox{ height: 320px; }
} 
@media (min-width: 575px) { 
    #partnersLanding #landing .imgBox{ height: 400px; }
} 
@media (min-width: 768px) { 
    #partnersLanding #landing .imgBox{ height: 200px; }
}



a.imgBoxLink{    
    background-position: 50% 50%;
    background-size: cover; 
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px; 
    text-align: center;
    padding: 30% 0 0 0 ;
    text-decoration: none;
    font-family: 'extra-houschka';    
    text-transform: uppercase;
    background-image: none;
    color: transparent;
}
a.imgBoxLink:hover{
    background-image: url('/stepupthepace/images/bio-over-state.png');
    color: #4a0d66;
    text-decoration: none;
}

/**/
@media (max-width: 767px) { 
    a.imgBoxLink{ 
        padding: 30% 0 0 0 ;
    }
} 
@media (min-width: 768px) { 
    a.imgBoxLink{ 
        padding: 90px 0 0 0 ;
    }
}
@media (min-width: 992px) { 
    a.imgBoxLink{ 
        padding: 90px 0 0 0 ;
    }
}
@media (min-width: 1200px) { 
    a.imgBoxLink{ 
        padding: 90px 0 0 0 ;
    }
}



#ourOpportunity #banner {
    background-image: url(/stepupthepace/images/banner-research-home.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #4a0d66;
    border-bottom: 4px solid #3eb4a6; 
    height: 290px;
    display: flow-root;
}
#ourOpportunity #banner p,
#ourOpportunity #banner H2{
    color: #fff; 
    text-align: center;
}
#ourOpportunity #banner H2{
    font-size: 32px; 
    font-family: 'extra-houschka';

}
#ourOpportunity #banner p{
    font-size: 20px; 
    font-family: 'medium-houschka';
}
@media (max-width: 767px) { 
    #ourOpportunity #banner H2{font-size: 24px;}
    #ourOpportunity #banner p{font-size: 16px; }
}
@media (min-width: 768px) { 
    #ourOpportunity #banner H2{font-size: 32px;}
    #ourOpportunity #banner p{font-size: 20px; }
}
/*******************************/
/*******************************/
/*******************************/
/**/

#ourOpportunity #content{
    background-color: #f1f2f2;  
    padding-top: 20px; 
}

#ourOpportunity #content .officers{
    padding-top: 50px;
    padding-bottom: 50px;
}
#ourOpportunity #momentum.welcome,
#ourOpportunity #stopAlz.welcome{
    margin: 0px; 
    padding: 0px; 
    margin-top: 60px;
    clear: both;
    display: table;
}

#momentum h2{
    font-size: 24px; 
    font-family: 'houschka'; 
    color: #333; 
    margin-bottom: 27px; 
}

#momentum .seniorOfficers img ,
#momentum .coChairs img{
    margin-top: 0;
    margin-bottom: 25px;
}
#momentum .seniorOfficers p ,
#momentum .coChairs p{
    font-size: 15px; 
    font-family: 'medium-houschka'; 
    color: #333; 
    line-height: 24px; 
}
#momentum .seniorOfficers p strong,
#momentum .coChairs p strong{
    font-size: 16px; 
    font-family: 'houschka'; 
    font-weight: normal;
    color: #333; 
    line-height: 25px; 
}
#momentum p{
    font-size: 15px; 
    font-family: 'medium-houschka';
    color: #333;
    line-height: 24px;
}

/* GOAL 100 MILLION*/

#goal100Million{
    background-color: #ffa400;
    padding-top: 100px; 
    padding-bottom: 100px; 
}
#goal100Million h2{
    color: #fff;
    font-family: 'extra-houschka';
    font-size: 28px;
    text-transform:uppercase;
    text-align: center;
    margin-top: 35px;
}

#goal100Million h3{
    color: #fff;
    font-family: 'extra-houschka';
    font-size: 65px;
    text-transform: uppercase;
    text-align: center;
    line-height: 60px;
    margin-bottom: 0px;
}
#goal100Million .subtext{
    font-family: 'houschka';
    font-size: 29px;
    color: #fff; 
    text-align: center;
    line-height: 30px;
}
#goal100Million.version2{
	background-color: #d1d3d4;
	color: #333333;
	padding-top: 50px; 
    padding-bottom: 50px; 
}
#goal100Million.version2 h2,
#goal100Million.version2 .subtext,
#goal100Million.version2 h3{
	color: #333;
}
#goal100Million.version2 h3{
	font-size: 48px;
}
#goal100Million.version2 .subtext{
	font-size: 24px; 
}

/*PARTNERS IN PROGRESS*/
#partnersInProgress{
    background-color: #58595b; 
    padding: 80px 0px; 
}
#partnersInProgress h2{
    font-family: 'extra-houschka';
    color: #fff; 
    font-size: 28px; 
    padding: 0 15px;
    text-align: center;
}
#partnersInProgress p{
    font-family: 'medium-houschka';   
    color: #fff;
    font-size: 18px; 
    line-height: 24px;
    padding: 0 15px;
    text-align: center;
}
#partnersInProgress a#arrowMilestones,
#partnersInProgress a.arrowTeal{
    color: #3eb4a6; 
    text-decoration:none;
    font-family: 'medium-houschka';
    font-size: 18px;
}
#partnersInProgress a#arrowMilestones:hover,
#partnersInProgress a.arrowTeal:hover{
    color: #3eb4a6; 
    text-decoration: underline;
    font-size: 18px;
}
#partnersInProgress a.arrowTeal,
#partnersInProgress a.arrowTeal:hover{
    color: #3eb4a6; 
    text-decoration: none;
    font-size: 18px;
}
#partnersInProgress .partnersPanel{
    background-color: #f1f2f2;
    padding: 0 0 20px 0;
    margin-bottom: 30px; 

}
/**/
@media (max-width: 767px) { 
    #partnersInProgress .partnersPanel{
        min-height: 400px;
    }
} 
@media (min-width: 768px) { 
    #partnersInProgress .partnersPanel{
        min-height: 400px;
    }
}
@media (min-width: 992px) { 
    #partnersInProgress .partnersPanel{
        min-height: 425px;
    }
}
@media (min-width: 1200px) { 
    #partnersInProgress .partnersPanel{
        min-height: 400px;
    }
}
/**/
#partnersInProgress .partnersPanel h3{
    font-family: 'extra-houschka';
    font-size: 18px; 
    color: #333;
    padding: 15px 15px 0; 
}
#partnersInProgress .partnersPanel p{
    font-family: 'medium-houschka';
    font-size: 15px; 
    color: #333;
    text-align: left;
    
}
#partnersInProgress .exploreDownload,
#partnersInProgress .exploreTimeline{
    margin-top: 30px; 
}
@media (max-width: 767px) { 
    #partnersInProgress .exploreDownload{
        text-align: center;
    }
    #partnersInProgress .exploreTimeline{
        text-align: center;
    }
    #partnersInProgress .exploreDownload img{
        width: 100%; 
        height: auto;

    }
} 
@media (min-width: 768px) { 
    #partnersInProgress .exploreDownload{
        text-align: right;
    }
    #partnersInProgress .exploreTimeline{
        text-align: left;
    }
    #partnersInProgress .exploreDownload img{
        width: 200px; 
        height: auto;

    }
}
/**/

#partnersInProgress .exploreTimeline h3{
    font-family: 'extra-houschka';
    font-size: 18px; 
    color: #fff;
}

/**/
#priorities{
    background-color: #353637;
    padding: 100px 0px; 
    background-image: url('/stepupthepace/images/bg-priorities.jpg');
    background-position: 50% 50%;
    background-size: cover; 
    text-align: center;
}
#priorities h2{
    font-family: 'extra-houschka';
    font-size: 28px; 
    color: #fff;
    margin-bottom: 30px; 
}
#priorities p{
    font-family: 'medium-houschka';
    font-size: 15px; 
    color: #fff;
    margin-bottom: 30px;
}


.carousel-inner{
    background-color: #343434;
    background-color: #fff;
}

.carousel-inner img{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 457px; 
    width: 100%;
}

@media (max-width: 767px) { 
   
    .carousel-inner #acceleratingResearch img{
        background-image: url(/stepupthepace/images/carasousel-mobile-slides-01.webp);
    }
    .carousel-inner #pursuingACure img{
        background-image: url(/stepupthepace/images/carasousel-mobile-slides-02.webp);
    }
    .carousel-inner #investingForImpact img{
        background-image: url(/stepupthepace/images/carasousel-mobile-slides-03.webp);
    }


    .carousel-inner #acceleratingResearch .carousel-caption{
        top: 0px;
        display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: column;
    }
	
	.carousel-inner #pursuingACure .carousel-caption{
		top: 0px;
        display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: column;
	}
	
	.carousel-inner #investingForImpact .carousel-caption{
		 top: 0px;
        display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: column;
	}


}
@media (min-width: 768px) {
    .carousel-inner #acceleratingResearch img{
        background-image: url(/stepupthepace/images/carasousel-slides-01.webp);
    }
    .carousel-inner #pursuingACure img{
        background-image: url(/stepupthepace/images/carasousel-slides-02.webp);
    }
    .carousel-inner #investingForImpact img{
        background-image: url(/stepupthepace/images/carasousel-slides-03.webp);
    }


    .carousel-inner #acceleratingResearch .carousel-caption{
         top: 0px;
        display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: column;
	}
    
    .carousel-inner #pursuingACure .carousel-caption{
        top: 0px;
        display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: column;
	}
   
    .carousel-inner #investingForImpact .carousel-caption{
         top: 0px;
        display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: column;
	}
}

@media (min-width: 992px) { 
    .carousel-inner #acceleratingResearch .carousel-caption{
        padding-bottom: 0px;
        top: 15%;
        bottom: 15%;
        left: 20%; 
        right: 20%; 
    }
    .carousel-inner #pursuingACure .carousel-caption{
        padding-bottom: 0px;
        top: 15%;
        bottom: 15%;    
        left: unset; 
        right: 11%; 
    }
    .carousel-inner #investingForImpact .carousel-caption{
        padding-bottom: 0px;
        top: 15%;
        bottom: 15%;    
        left: unset; 
        right: 11%; 
    }
}


/*FONT SIZES WITHIN THE CAROUSEL-CAPTION AREA*/
.carousel-inner #acceleratingResearch h2{
    font-family: 'extra-houschka';
    font-size: 52px; 
    color: #fff;
    text-align: center; 
    margin-bottom: 30px;
}
.carousel-inner #acceleratingResearch p{
    font-family: 'medium-houschka'; 
    font-size: 20px;
    color: #fff; 
    text-align: center;
}
.carousel-inner #pursuingACure h2{
    font-family: 'extra-houschka';
    font-size: 52px; 
    margin-bottom: 30px;
    color: #fff;
}
.carousel-inner #pursuingACure p{
    font-family: 'medium-houschka'; 
    font-size: 20px;
    color: #fff; 
    text-align: center;
}
.carousel-inner #investingForImpact h2{
    font-family: 'extra-houschka';
    font-size: 52px; 
    color: #fff;
    margin-bottom: 30px;
}
.carousel-inner #investingForImpact p{
    font-family: 'medium-houschka'; 
    font-size: 20px;
    color: #fff; 
    text-align: center;
}

@media (max-width: 767px) { 
    .carousel-inner #investingForImpact h2,
    .carousel-inner #pursuingACure h2,
    .carousel-inner #acceleratingResearch h2{
        font-size: 30px;
        margin-bottom: 10px; 
    }
    .carousel-inner #investingForImpact p,
    .carousel-inner #pursuingACure p,
    .carousel-inner #acceleratingResearch p{
        font-size: 16px; 
    }
    .carousel-inner  a.btn-default.buttonTeal{
        padding: 5px 10px !important;
        font-size: 16px!important; 
    }

} 
@media (min-width: 768px) { 
    .carousel-inner #investingForImpact h2,
    .carousel-inner #pursuingACure h2,
    .carousel-inner #acceleratingResearch h2{
        font-size: 52px; 
        margin-bottom: 10px; 
    }
    .carousel-inner #investingForImpact p,
    .carousel-inner #pursuingACure p,
    .carousel-inner #acceleratingResearch p{
        font-size: 20px; 
    }
    .carousel-inner  a.btn-default.buttonTeal{
        padding: 10px 50px !important;
        font-size: 18px!important;
    }

}


.noPaddingLeft{
    padding-left: 0px;
}
.noPaddingRight{
    padding-right: 0px;
}
.marginTop10{
    margin-top: 10px;
}
.marginTop20{
    margin-top: 20px;
}
.marginTop30{
    margin-top: 30px;
}
.marginTop40{
    margin-top: 40px;
}
.marginTop50{
    margin-top: 50px;
}
.marginTop60{
    margin-top: 60px;
}
.marginCenter{
    margin-left: auto;
    margin-right: auto;
}
.noMarginTop{
    margin-top: 0px!important;
}
.noMarginBottom{
    margin-bottom: 0px;
}
.noPadding-xs{
    padding: 0px!important;
}
.noPaddingBottom-xs{
    padding-bottom: 0px!important;
}
.noBorderBottom{
    border-bottom: 0px!important;
    
}
.marginBottom30{
    margin-bottom: 30px;
}
.marginBottom20{
    margin-bottom: 20px;
}


.fiftyPercent{
    width: 50%;
    height: auto;
}
.imgCenter{
    margin-left:auto;
    margin-right:auto;   
}



.videoEmbed iframe, .videoEmbed object, .videoEmbed embed, .videoEmbed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.videoEmbed {
    padding-top: 0;
    padding-bottom: 56.25%;
    position: relative;
}



.carousel-control-next-icon, .carousel-control-prev-icon {
    background-size: 200% 200%;
}



.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}





#researchLanding #landing a.imgBoxLink{
    
    background-position: 50% 50%;
    background-size: cover; 
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px; 
    text-align: center;
    
    text-decoration: none;
    font-family: 'extra-houschka';    
    text-transform: uppercase;
    background-image: none;
    color: transparent;
    z-index: 2;
    position: relative;    
}
#researchLanding #landing a.imgBoxLink:hover{
    background-image: url('/stepupthepace/images/bio-over-state.png');
    color: #4a0d66;
    text-decoration: none;
}

/**/
@media (max-width: 767px) { 
    #researchLanding #landing a.imgBoxLink{
        padding: 30% 0 0 0 ;
    }
} 
@media (min-width: 768px) { 
    #researchLanding #landing a.imgBoxLink{ 
        padding: 90px 0 0 0 ;
    }
}



#partnersLanding #landing a.imgBoxLink{    
    background-position: 50% 50%;
    background-size: cover; 
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px; 
    text-align: center;
    padding: 30% 0 0 0 ;
    text-decoration: none;
    font-family: 'extra-houschka';    
    text-transform: uppercase;
    background-image: none;
    color: transparent;
}
#partnersLanding #landing a.imgBoxLink:hover{
    background-image: url('/stepupthepace/images/bio-over-state.png');
    color: #4a0d66;
    text-decoration: none;
}

/**/
@media (max-width: 767px) { 
    #partnersLanding #landing a.imgBoxLink{ 
        padding: 30% 0 0 0 ;
    }
} 
@media (min-width: 768px) { 
    #partnersLanding #landing a.imgBoxLink{ 
        padding: 90px 0 0 0 ;
    }
}
@media (min-width: 992px) { 
    #partnersLanding #landing a.imgBoxLink{ 
        padding: 90px 0 0 0 ;
    }
}
@media (min-width: 1200px) { 
    #partnersLanding #landing a.imgBoxLink{ 
        padding: 90px 0 0 0 ;
    }
}





.research-logo{
    object-fit: contain;
    max-width: 300px;
    max-height: 200px;
    width: 100%;
    height: auto;
    padding: 20px;    
}