
@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;
}


html{
    scroll-behavior: smooth
}

body{
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
}
.strong, .bold{
    font-weight: bold;
}

body, html, p, h1, h2, h3, h4, h5, ul, ol, li, div{
    color: #333333;
}
h1{
    font-weight: normal;
    font-family: 'extra-houschka';
    font-size: 42px;
    margin-top: 0px;
    color: #fff;
    font-weight: normal;
    line-height: 42px;
}

h2{
    font-weight: normal;
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 26px;
    padding: 0 0 10px;
    margin-top: 0px;
/*    border-bottom: 1px dotted #333;*/
    margin-bottom: 10px;
	color: #313131;
}
h2 strong{
    font-weight: normal;
    font-family: 'extra-houschka';
    font-size: 26px;
	color: #313131;
}
h3{
    font-weight: normal;
    font-family: 'medium-houschka';
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 0px;
	color: #4a0d66;
}
/*
What about a dark grey #333333 24px
Medium font weight */

p{
    margin-bottom: 34px;
}
ul, ul li, ol, ol li{
    margin: 0px;
    padding: 0px;
}
ul, ol{
    padding-left: 0px;
    margin-left: 40px;
    margin-bottom: 40px;
}
ul li, ol li{
    margin-bottom: 20px;
    color: #333333;
}

/******************/
/* SYMBOLS*/
/******************/

sup{
    font-size: 1em;
    top: -.05em;
}
/******************/
/* POSITIONING & sizing */
/******************/

.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;
    color: #359a8e;
}
a:hover, a:active, a:focus {
    outline: 0;
	color: #359a8e;
}

a.btn-default{
    background-image: none;
    border: 1px solid #777;
}
a.btn-default:hover{
    background-image: none;
    border: 1px solid #777;
}
.btn-lg{
    padding: 15px 35px;
    font-size: 14px;
}
input.btn-default.buttonGreen,
a.btn-default.buttonGreen{
    color: #fff;
    background-color: #359a8e;
    border: 1px solid #359a8e;
    font-family: 'extra-houschka';
    font-size: 16px;
    padding: 9px 26px;
    /**/
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; /* future proofing */
    -khtml-border-radius: 8px; /* for old Konqueror browsers */
    transition: none;
}
input.btn-default.buttonGreen:hover,
a.btn-default.buttonGreen:hover{
    background-color: #359a8e;
    color: #fff;
}


/******************/
/* SHADOWS */
/******************/

.shadowMedium{
  -webkit-box-shadow: 2px 2px 4px 1px #4f4f4f; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    2px 2px 4px 1px #4f4f4f;  /* Firefox 3.5 - 3.6 */
  box-shadow:         2px 2px 4px 1px #4f4f4f;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.shadow{
  -webkit-box-shadow: 2px 2px 4px 1px #1f1f1f; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    2px 2px 4px 1px #1f1f1f;  /* Firefox 3.5 - 3.6 */
  box-shadow:         2px 2px 4px 1px #1f1f1f;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.shadowLight{
  -webkit-box-shadow: 2px 2px 4px 1px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    2px 2px 4px 1px #ccc;  /* Firefox 3.5 - 3.6 */
  box-shadow:         2px 2px 4px 1px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */

}
.shadowInside{
  -webkit-box-shadow: inset 0 0  10px #4f4f4f;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    inset 0 0  10px #4f4f4f;  /* Firefox 3.5 - 3.6 */
  box-shadow:         inset 0 0  10px #4f4f4f;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */

}


/******************/
/* ROUNDED CORNERS */
/******************/

.roundedCorners{
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}



/******************/
/* SPACING */
/******************/
#most{
    padding-top: 60px;
    padding-bottom: 60px;
}



/*************************/
/* LINKS WITH ARROWS*/
/*************************/
a.linkTextArrow{
    text-decoration: none;
 }
a.linkTextArrow .linkText{
    color: 00539b;
    font-size: 14px;
    font-family: 'Arial', Helvetica, sans-serif;
    text-decoration: none;
}
a.linkTextArrow:hover .linkText{
    text-decoration: underline;

}


/*BACKGROUND COLORS*/
.bgGray{background-color:#e9e9e9 ;}

.fas{
    color: #359a8e;
}


#banner{
    background-image: url('../images/banner.jpg');
    background-image: url('../images/bg-brains-beaker.gif');
    background-position:0 0 ;
    background-repeat: repeat;
    width: auto;
    margin-bottom: 80px;

}

@media (max-width: 767px) {
    #banner{
        background-image: url('../images/bg-brains-beaker.gif');
        height: auto;
    }

}
@media (min-width: 768px) {
    #banner{
		background-image: url('../images/bg-brains-beaker.gif');
        height: auto;
    }

}
@media (min-width: 992px) {
    #banner{
		background-image: url('../images/bg-brains-beaker.gif');
        height: auto;
    }

}
@media (min-width: 1200px) {
    #banner{
        background-image: url('../images/bg-brains-beaker.gif');
        height: auto;
    }
}


#banner>div.container{
    height: inherit;
}
#banner h1{
    height: inherit;
    margin: 0px 0px 20px 0px !important;
    padding: 0px 0px;
    text-align: center;
    display: block;
    justify-content: justify;    /* align horizontal */
    align-items: center;   /* align vertical */
}
@media (max-width: 767px) {
    #banner h1{
        font-size: 36px ;
        line-height: 36px;
    }
}

@media (min-width: 768px) {
    #banner h1{
        font-size: 42px;
        line-height: 42px;
    }
}

#banner p{
	text-align: center;
	font-family: 'medium-houschka';
	font-size: 26px;
	color: #fff;
	margin: 0px;
	line-height: 31px;
	margin-bottom: 70px;
}
#banner p.announcing,
#banner p.recruitment{
	font-size: 18px;
	margin-bottom: 0px;
}
#banner #pageTitle{
	padding: 90px 0px 40px 0px;
}
/*************************/
/* SERVICE ELEMENTS OF BILLING CODEG0505 */
/* GRID */
/*************************/
#gridHeader{
    background-color: #4a0d66;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.grayGrid{
    padding: 0px;
    margin-bottom: 50px;
}
.grayGrid div.evens>div,
.grayGrid div.odds>div{
    margin-bottom: 22px;
}
.grayGrid div.evens,
.grayGrid div.odds{
    padding: 32px 22px 0;
    border-bottom: 2px solid #fff;
}
.grayGrid div.evens{ background-color: #f2f2f2;}
.grayGrid div.odds{ background-color: #dfdfdf;}

.grayGrid hr.divider{
    color: transparent;
    background-color: transparent;
    border-width: 0px;
    height: 0px;
    width: 100%;
    clear: both;
    margin: 0px;
}


/*************************/
/* INTRO COPY  */
/*************************/

#intro{
	font-family: 'medium-houschka';
	font-size: 26px;
	line-height: 31px;
	text-align: center;
}



/*************************/
/* INTERVENTION METHODS WILL INCLUDE */
/*************************/
h2#intervention{
	font-size: 32px;
	font-family: 'extra-houschka';
	text-align: center;
	margin-top: 70px;
	margin-bottom: 0px;
}

#physical, #nutritional, #cognitive, #improved{
	font-size: 26px;
	text-align: center;
	margin-bottom: 98px;
}
/* SIZES */
@media (max-width: 767px) {
	#physical, #nutritional, #cognitive{
		margin-bottom: 0px;
	}
	#improved{
		margin-bottom: 90px;
	}
}
@media (min-width: 768px) {
	#physical, #nutritional{
		margin-bottom: 0px;
	}
	 #cognitive, #improved{
		margin-bottom: 90px;
	}
}
@media (min-width: 992px) {
	#physical, #nutritional, #cognitive, #improved{
		margin-bottom: 98px;
	}
}
@media (min-width: 1200px) {
	#physical, #nutritional, #cognitive, #improved{
		margin-bottom: 98px;
	}
}


#physical h3, #nutritional h3, #cognitive h3, #improved h3{
	font-size: 26px;
}

#physical img,
#nutritional img,
#cognitive img,
#improved img{
	margin-bottom: 25px;

}
@media (max-width: 767px) {
	#physical img, #nutritional img, #cognitive img, #improved img{
		width: 75px;
		margin-top:0px;
	}
	#nutritional img{
		margin-bottom: 40px; }
}
@media (min-width: 768px) {
	#physical img, #nutritional img, #cognitive img, #improved img{
		width: 75px;
		margin-top: 0px;
	}
}
@media (min-width: 992px) {
	#physical img, #nutritional img, #cognitive img, #improved img{
		width: 75px;
		margin-top: 50px;
	}
}
@media (min-width: 1200px) {
	#physical img, #nutritional img, #cognitive img, #improved img{
		width: 75px;
		margin-top: 50px;
	}
}


/*************************/
/* DESCRIPTION*/
/*************************/
#description{
	margin-top:50px;
	margin-bottom:50px;
	font-family: 'medium-houschka';
	font-size: 18px;
	line-height: 27px;
}
/*************************/
/* BEGINNING IN 2018*/
/*************************/
#beginningIn2018{
	background-color: #359a8e;
	color: #fff;
}
#beginningIn2018 #copy{
	padding: 95px 0px;
}
#beginningIn2018 p{
	color: #fff;
	font-family: 'medium-houschka';
/*	font-size: 26px; */
	line-height: 39px;
	margin-bottom: 0px;
	margin-right: 20px;
}
@media (max-width: 767px) {
	#beginningIn2018 p{
		font-size: 18px;
		line-height: 27px;
	}
}
@media (min-width: 768px) {
	#beginningIn2018 p{
		font-size: 18px;
		line-height: 27px;
	}
}
@media (min-width: 992px) {
	#beginningIn2018 p{
		font-size: 26px;
		line-height: 39px;
	}
}


#beginningIn2018 .imgBox{

	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
	height: auto;
}
@media (max-width: 767px) {
	#beginningIn2018 .imgBox{
		background-image: url(/us-pointer/images/beginning2018-horizontal.jpg);
		background-image: none;


	}
	#beginningIn2018{
		background-position: bottom center;
		background-image: url(/us-pointer/images/beginning2018-horizontal.jpg);
		background-repeat: no-repeat;
		background-size: contain

	}
	#beginningIn2018 .imgBox img{
		width: 100%;
		height:auto;
	}
}
@media (min-width: 768px) {
	#beginningIn2018 .imgBox{
		background-image: url(/us-pointer/images/beginning2018.jpg);
	}
	#beginningIn2018 .imgBox img{
		width: 33.3333%;
		height: 705px;
	}
}
@media (min-width: 992px) {
	#beginningIn2018 .imgBox img{
		width: 33.3333%;
		height:860px;
	}
}
@media (min-width: 1200px) {
	#beginningIn2018 .imgBox img{
		width: 33.3333%;
		height:660px;
	}
}

/*************************/
/* INFO COLLECTION */
/*************************/
#infoCollection{
	background-image: url(/us-pointer/images/bg-brains-beaker-white.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	padding: 60px 0px;
}
#infoCollection #whiteBox{
	background-color: #fff;

	padding-top: 45px;
	padding-bottom: 45px;
	/*	ROUNDED CORNERS*/
	-webkit-border-radius: 3px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 3px; /* Firefox 1-3.6 */
	border-radius: 3px;/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	/*	DROP SHADOWS*/
	-webkit-box-shadow:  0px 0px 8px 4px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    0px 0px 8px 4px #ccc;  /* Firefox 3.5 - 3.6 */
	box-shadow:         0px 0px 8px 4px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
#infoCollection #whiteBox h2{
	font-size: 32px;
	font-family: 'extra-houschka';
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#infoCollection #whiteBox p{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 20px;
	font-family: 'medium-houschka';
	font-size: 18px;
    line-height: 27px;
    margin-bottom: 0px;
}
#infoCollection .emailAddy{
	font-size: 16px;
	font-family: 'medium-houschka';
	font-style: normal;
	padding: 11px 3px;
	width: 300px;
	margin-right: 7px;
	text-align: center;
	border-width: 1px;
	border-color: #333;
	/*	ROUNDED CORNERS*/
	-webkit-border-radius: 9px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 9px; /* Firefox 1-3.6 */
	border-radius: 9px;/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
#infoCollection input.emailAddy:placeholder-shown{
	font-style:italic;
}
#infoCollection .btnGreen{
	background-color: #359a8e;
	border-color: #359a8e;
	padding: 10px 30px;
	color: #fff;
	font-family: 'extra-houschka';
	font-size: 16px;
	/*	ROUNDED CORNERS*/
	-webkit-border-radius: 9px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 9px; /* Firefox 1-3.6 */
	border-radius: 9px;/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
#infoCollection .btnGreen:hover{
	background-color: #fff;
	color: #359a8e;
}
/*************************/
/* HISTORY AND FUTURE */
/*************************/
#historyAndFuture{
	margin-top: 90px;
/*	font-size: 18px; */
	font-size: 22px;
/*	line-height: 27px;*/
	line-height: 31px;
	font-family: 'medium-houschka';
}
#historyAndFuture h2{
	margin-bottom: 5px;
	padding: 0px;
	font-family: 'medium-houschka';
}


/*************************/
/* QUOTE */
/*************************/
#quote{
	margin-top: 90px;
	text-align: center;
	font-family: 'medium-houschka';
	font-size: 26px;
	font-style: italic;
	line-height: 31px;
}
#quote #mariaCarrillo{
	width: 33%;
	margin-bottom: 20px;
}
#quote .imageCaption{
	font-weight: bold;
	font-family: 'houschka';
	font-size: 18px;
	font-style: normal;
	line-height: normal;
}
/*************************/
/* FOOTER MARGIN */
/*************************/
#footerMargin{
	clear: both;
	margin-bottom: 75px;
}
@media (max-width: 591px) {
    .desktop-break { display: none; }
}
@media (min-width: 768px) {
    .mobile-break { display: none; }
}
@media (min-width: 992px) {
    .mobile-break { display: none; }
}
@media (min-width: 1200px) {
    .mobile-break { display: none; }
}


#topPurple{
    height: 48px;
    background-color: #4a0d66;
}

#logoBar{
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 12px 1px #000000;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0px 0px 12px 1px #000000;  /* Firefox 3.5 - 3.6 */
    box-shadow:         0px 0px 12px 1px #000000; 
    border: none; 
    z-index: 100; 

}
#logoBar br{
    font-size: 1px; 
    line-height: 1px;
}
.alzLogo{
    width: 264px; 
    margin-left: auto; 
    margin-right: auto;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px; 
}
.alzLogo #topLogo .svgLogo,
.alzLogo #topLogo .svgLogo .st0,
.alzLogo #topLogo { z-index: 1000;}
.alzLogo #topLogo .svgLogo{
	fill: #4a0d66; 
	
}


#logoBar a#visitProSite{
    text-decoration: none;
 }


#logoBar a#visitProSite .linkText{
    color: 00539b;
    font-size: 14px; 
    font-family: 'Arial', Helvetica, sans-serif;
    text-decoration: none;
}
#logoBar a#visitProSite:hover .linkText{
    text-decoration: underline;    
}




.grayCallouts{
    background-color: #f1f2f2;
    padding: 20px 30px;
}
.grayCallouts h2{
    font-family: 'extra-houschka';
    font-size: 20px;
    color: #4a0d66;
    border: 0px;
}
.grayCallouts p{
    font-family: 'medium-houschka';
    font-style: 14px; 
    line-height: 24px;
    margin-bottom: 10px; 
}
.grayCallouts a#downloadFactsheetPDF{
    margin-bottom: 20px;
    display: inline-block;
    width: auto; 
    height: auto;
}





/* #4a0d66 ALZ PURPLE*/
#footerLogoALZ.container-fluid{
    text-align: center;    
    padding: 30px;
    background-color: #4a0d66;
/*    background-image: url('../images/bg-purple-footer.png');*/
    background-position: 0 0;
    background-repeat: repeat-x;

}
#footerLogo{
    margin-bottom: 36px;
    display: inline-block;
}
#footerLogo #bottomLogo,
#footerLogoAIM {
    width:100%;
	height: auto;
}

@media (max-width: 767px) { 
	#footerLogo #bottomLogo,
	#footerLogoAIM {
		width:100%;
		height: auto;
	}
}
@media (min-width: 768px) { 
	#footerLogo #bottomLogo,
	#footerLogoAIM {
		width:283px;
		height: auto;
	}
}
@media (min-width: 992px) { 
	#footerLogo #bottomLogo,
	#footerLogoAIM {
		width:283px;
		height: auto;
	}
}
@media (min-width: 1200px) { 
	#footerLogo #bottomLogo,
	#footerLogoAIM {
		width:283px;
		height: auto;
	}
}

#footerLogo #bottomLogo .svgLogo{fill: #fff; }




html, body, p, ul, ol, li, div {color: #808285; font-family: 'medium-houschka'; font-size: 22px; line-height: 32px;}
h1, h2, h3, h4, h5{font-family: 'extra-houschka';}

a.externalLink::after{
    font-family: "Font Awesome 5 Free";
    content: "  \f35d";
    text-decoration: none;
    display: inline-block;
    white-space: pre;
    padding: 3px 0px 0px;
    font-weight: 900;
}

.w90{ width: 90%;}
.w80{ width: 80%;}
.w70{ width: 70%;}
.w60{ width: 60%;}
.w50{ width: 50%;}


/**************************/
/**************************/
/*LOGO*/
/**************************/
/**************************/
.pointer2018 #logoBar{
    -webkit-box-shadow: none;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    none;  /* Firefox 3.5 - 3.6 */
    box-shadow:         none;
    margin-bottom: 15px;
}
.pointer2018 #logoBar a,
.pointer2018 #logoBar a{margin-top: 7px;}
.pointer2018 #logoBar .lincAdLogo,
.pointer2018 #logoBar .usPointerLogo{ 
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 23px; 
    display: block; 
    max-width: 310px; 
    width:100%;
    height: auto;
}
.pointer2018 #logoBar .lincAdLogo img,
.pointer2018 #logoBar .usPointerLogo img{width: 100%; height: auto; margin-left: -30px;}

/**************************/
/**************************/
/*NAVBAR*/
/**************************/
/**************************/
.pointer2018 .navbar{
    margin-bottom: 0px;
    -webkit-border-radius: 0px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 0px; /* Firefox 1-3.6 */
    border-radius: 0px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    background-color: #4a0d66;
}
.pointer2018 .navbar-default{ border: 0px;}


.navbar {
    padding: 0;
}


.pointer2018 .nav.navbar-nav li:first-child{
    padding-left: 0px;
}
.pointer2018 ul.nav.navbar-nav li{
    margin-bottom: 0px;
}
.pointer2018 .nav.navbar-nav{
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
    display: inline-block;
    float: none;
}
#bs-example-navbar-collapse-1{
    text-align: center;
    width: 100%;
    padding-top: 10px;
}
.pointer2018 .navbar-collapse:before,
.pointer2018 .navbar-collapse:after{
    display: none;
}
.pointer2018 .navbar-default .navbar-nav>li{padding: 0px; margin-left: 10px; }
.pointer2018 .navbar-default .navbar-nav>li>a {color: #fff; font-family: 'medium-houschka'; font-size: 18px; text-decoration: none; }
.pointer2018 .btn-default{background-color: #4a0d66;}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{background-color: #4a0d66;}
.pointer2018 a.btn-default{border: 0px;}
@media (min-width: 768px){
    .pointer2018 .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 0;
    }
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border: 0px;
}
.navbar-collapse{-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.underNav{
    background-image: url(/us-pointer/images/bg-brains-beaker-white.gif);
    height: 60px;
    width: 100%;
    margin-bottom: 40px;
}
/**************************/
/**************************/
/*BASICS*/
/**************************/
/**************************/
.bgGray{ background-color: #f1f2f2;}
.bgWhite{ background-color: #fff;}
.bgGrayLogo{
    background-image: url('../images/bg-brains-beaker-white.gif');
    background-repeat: repeat;
    background-position: 0 0;
}
.bgPurpleLogo{
    background-image: url('../images/bg-brains-beaker.gif');
    background-repeat: repeat;
    background-position: 0 0;
    color: #fff;
}
.bgPurple{
   background-color: #4a0d66;
    color: #fff;
}
.bgPurple h1,
.bgPurple h2,
.bgPurple h3,
.bgPurple p,
.bgPurpleLogo h1,
.bgPurpleLogo h2,
.bgPurpleLogo h3,
.bgPurpleLogo p{color: #fff;}
.bgTeal{
    background-color: #359a8e;
}
.bgPurple p{font-family: 22px; color: #fff;}
h1{color: #4a0d66; margin-top: 40px; margin-bottom: 40px;}
.home #banner h1{color: #fff; line-height: 43px; font-size: 50px; }
.pointer2018 #banner h1{margin-bottom: 24px!important; }
#banner{
    background-image: url('/linc-ad/images/banner-linc-ad-03.webp');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.pointer2018 h2{
    font-size: 34px;
    font-family: 'extra-houschka';
    line-height: 44px;
    color: #4a0d66;
}

p{
    font-size: 22px;
    line-height: 35px;
    color: #333;
}
a{text-decoration: underline; }
a:hover{text-decoration: none; }
.textCenter{text-align: center;}
.textLeft{text-align: left!important;}
.inlineBlock{display: inline-block;}
.marginTop10{margin-top:10px;}
.marginTop20{margin-top:20px;}
.marginTop30{margin-top:30px;}
.marginTop40{margin-top:40px;}
.marginTop50{margin-top:50px;}
.paddingTop10{padding-top:10px;}
.paddingTop20{padding-top:20px;}
.paddingTop30{padding-top:30px;}
.paddingTop40{padding-top:40px;}
.paddingTop50{padding-top:50px;}
/**/
.marginBottom10{margin-bottom:10px;}
.marginBottom20{margin-bottom:20px;}
.marginBottom30{margin-bottom:30px;}
.marginBottom40{margin-bottom:40px;}
.marginBottom50{margin-bottom:50px;}
.paddingBottom10{padding-bottom:10px;}
.paddingBottom20{padding-bottom:20px;}
.paddingBottom30{padding-bottom:30px;}
.paddingBottom40{padding-bottom:40px;}
.paddingBottom50{padding-bottom:50px;}
/**/
.textBold{font-weight: bold; }
/**/
.border15Gray{border: 15px solid #ddd;}

/**/
.widthAuto{width: auto;}
.width100{width: 100%;}
.pointer2018 .btn-secondary{
    -webkit-box-shadow: 0 7px #359a8e;
    -moz-box-shadow: 0 7px #359a8e;
    box-shadow: 0 7px #256D65;
    background-color: #359a8e;
    color: #fff;
    position: relative;
    font-size: 18px;
    padding: 16px 64px;
    font-family: 'houschka';
    text-decoration: none;
}
.pointer2018 .btn-secondary:hover{
    -webkit-box-shadow: 0 5px #359a8e;
    -moz-box-shadow: 0 5px #359a8e;
    box-shadow: 0 5px #359a8e;
    position: relative;
    top: 2px;
}
/**/
.pointer2018 .btn-default.btnPurple { color: #fff; }
.pointer2018 .btn-default.btnPurple:hover{ color: #333; background-color: #e6e6e6}

.purpleLine{border-top-color: #4a0d66; margin-bottom: 40px;}
/*BACK TO TOP*/
.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::before{
   content: "\f106";
    white-space: pre-wrap;
    font-family: FontAwesome;
    display: block;
    color: #359A8E;
    text-decoration: none;
    font-size: 109px;
    font-size: bold;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 37px;
    height: 50px;
    margin-bottom: 10px;
}*/
.backToTop a::after{
    clear: both;
    content: "BACK TO TOP";
    font-family: 'houschka';
    display: block;
    color: #359a8e;
    text-decoration: underline;
    font-size: 20px;
    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: #359a8e; }
/**************************/
/**************************/
/*FOOTER*/
/**************************/
/**************************/
.pointer2018 #footerLogoALZ{font-size: 22px; line-height: 32px; }
.pointer2018 #infoCollection h2{ color: #4a0d66;}
#infoCollection #whiteBox p{ width:unset; font-size: 22px; line-height: 32px; font-weight: normal; color: #333; text-align: center; margin-bottom: 15px; margin-top: 7px; }

@media(min-width: 100px){#infoCollection #whiteBox p{padding: 0, 4%;} }
@media(min-width: 992px){#infoCollection #whiteBox p{padding: 0, 0;}}






@media (min-width: 768px){ #footerLogo #bottomLogo, #footerLogoAIM {width: 335px; } }
@media (min-width: 992px){ #footerLogo #bottomLogo, #footerLogoAIM {width: 335px; } }
@media (min-width: 1200px){ #footerLogo #bottomLogo, #footerLogoAIM {width: 335px; } }

/* TOP JUMPLINKS*/
.pointer2018 .jumpmarks ul{
    margin-bottom: 0px;
    list-style: none;
}
.pointer2018 .jumpmarks ul li{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    list-style: none;
    background-image: url('/us-pointer/images/caret-right-solid.png');
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 10px 4px ;
    font-size: 22px;
}


.pointer2018 .jumpmarks div.bgGray ul {padding-left: 30px; padding-right: 30px; }

@media (min-width: 100px) {
    .pointer2018 .jumpmarks div.bgGray:last-child {padding-top: 0px; padding-bottom: 30px;  }
    .pointer2018 .jumpmarks div.bgGray:first-child {padding-top: 30px; padding-bottom: 0px;  }
    .pointer2018 .jumpmarks .jumpMarkBox{ min-height: 0px;}
}
@media (min-width: 992px) {
    .pointer2018 .jumpmarks div.bgGray:last-child {padding-top: 50px; padding-bottom: 20px;  }
    .pointer2018 .jumpmarks div.bgGray:first-child {padding-top: 50px; padding-bottom: 20px;  }
    .pointer2018 .jumpmarks .jumpMarkBox{ min-height: 220px}
}
@media (min-width: 1200px) {
    .pointer2018 .jumpmarks .jumpMarkBox{ min-height: 210px}
}
/**************************/
/**************************/
/*OVERVIEW*/
/**************************/
/**************************/

/**************************/
/*INTRO*/
/**************************/
.pointer2018  #intro{font-size: 22px; font-family: 'medium-houschka'; line-height: 32px; }
/*
.pointer2018 #physical h3, .pointer2018 #nutritional h3, .pointer2018 #cognitive h3{
    font-family: "extra-houschka";
    font-size: 32px;
    line-height: 53px;
    color: #4a0d66;
}
*/
#people, #alzResources, #candidate, #whoWeAre {text-align: center; margin-bottom: 80px;}
#whoWeAre ul, #whoWeAre li {
    margin-bottom: 20px;
    padding-left: 30px;
    color: #333;
    list-style-type: none;
    text-align: left;
}
#alzResources {text-align: center; margin-bottom: 80px; margin-top: -15px;}
#people img, #alzResources img, #candidate img, #whoWeAre img{margin-bottom: 10px; }
#alzResources {margin-bottom: 10px; }
#people h3, #alzResources h3, #candidate h3, #whoWeAre h3{
    font-size: 32px;
    line-height: 53px;
    font-family: 'extra-houschka';
    color: #4a0d66;
    margin-bottom: 0px;
}
.updates2021 #people h3, .updates2021 #alzResources h3, .updates2021 #candidate h3, .updates2021 #whoWeAre h3{
   font-size: 26px;
   line-height: 32px;
}
#people h3 span, #alzResources h3 span, #candidate h3 span, #whoWeAre h3 span{
    font-size: 18px;
}
@media (min-width: 100px){
    #alzResources img{
        width: 120px;
        margin-top: 50px;
    }
}
@media (min-width: 992px){
    #alzResources img{
        width: 160px;
        margin-top: 80px;

    }
}

@media (min-width: 1200px){
    #alzResources img{
        width: 180px;
        margin-top: 68px;

    }
}

@media (min-width: 100px){
    #people img{
        width: 120px;
        margin-top: 57px;
    }
    #candidate img, #whoWeAre img{
        width: 160px;
        margin-top: 54px;
    }
}

@media (min-width: 1200px){
    #people img{
        width: 120px;
    margin-top: 57px;
    }
    #candidate img, #whoWeAre img{
        width: 160px;
        margin-top: 53px;
    }
}

@media (max-width: 992px){
.col-sm-6 {
    width: 100%!important;
    }
}

/**************************/
/*A GLOBAL EFFORT*/
/**************************/
#aGlobalEffort{
	background-color: #359a8e;
	color: #fff;
}
#aGlobalEffort #copy{
	padding: 95px 0px;
}
#aGlobalEffort a{
color: #fff;
}
#aGlobalEffort a:hover, a:active, a:focus {
    text-decoration: underline;
	color: #b4b4b4;
}{
color: #fff;
}
#aGlobalEffort h2{
    color: #fff;
    font-family: 'extra-houschka';
    font-size: 32px;
}
#aGlobalEffort p{
	color: #fff;
	font-family: 'medium-houschka';
/*	font-size: 26px; */
	line-height: 39px;
	margin-bottom: 0px;
/*	margin-right: 20px;*/
}
@media (min-width: 100px) {
	#aGlobalEffort p{
		font-size: 18px;
		line-height: 27px;
	}
}
@media (min-width: 768px) {
	#aGlobalEffort p{
		font-size: 18px;
		line-height: 27px;
	}
}
@media (min-width: 992px) {
	#aGlobalEffort p{
		font-size: 26px;
		line-height: 39px;
	}
}
#aGlobalEffort .imgBox{

	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;

}
@media (max-width: 767px) {
	#aGlobalEffort .imgBox{
		background-image: url(/linc-ad/images/scientists-mobile.jpg);
		background-image: none;
	}
@media (min-width: 768px) {
	#aGlobalEffort .imgBox {
		height: 570px;
	}
}
@media (min-width: 992px) {
	#aGlobalEffort .imgBox {
		height: 570px;
	}
}
@media (min-width: 1200px) {
	#aGlobalEffort .imgBox {
		height: 570px;
	}
}
	#aGlobalEffort{
		background-position: bottom center;
/*		background-image: url(/linc-ad/images/scientists-mobile.jpg);*/
		background-repeat: no-repeat;
		background-size: contain

	}
	#aGlobalEffort .imgBox img{
		width: 100%;
		height:auto;
	}
}
@media (min-width: 768px) {
	#aGlobalEffort .imgBox{
		background-image: url(/linc-ad/images/scientists-desktop.jpg);
	}
	#aGlobalEffort .imgBox img{
		width: 33.3333%;
		height: 555px;
	}
}
@media (min-width: 992px) {
	#aGlobalEffort .imgBox img{
		width: 33.3333%;
		height: 680px;
	}
}
@media (min-width: 1200px) {
	#aGlobalEffort .imgBox img{
		width: 33.3333%;
		height: 590px;
	}
}

#keyEligibilityForUSPointer{margin-top: 40px;}
.pointer2018 .alignLeft{ text-align: right; width: auto; display:inline-block; }
#physical h3, #nutritional h3, #cognitive h3, #improved h3{font-family: 'medium-houschka'; font-weight: bold; font-size: 26px; line-height: 30px;}

#providers h3, #resources h3,
#individualsCaregivers h3,
#researchAdvisors h3, #researchAdvisers h3, #principalInvestigators h3, .larger_h3 h3{
    font-family: 'houschka';
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 18px;
}

.img-responsive {
    width: 100%; 
    height: auto;
}

#strategicAdvisoryBoard{
    background-color: #ccc;
    background-color: #e9e9e9;
    padding-top: 70px;
    padding-bottom: 40px;
    margin-top: 80px;
    margin-bottom: 40px;
}
#strategicAdvisoryBoard h2{  margin-bottom: 5px; }
/**/

#studyLeadership h3, #strategicAdvisoryBoard h3{  margin-bottom: 0px; font-size: 22px;  }
#studyLeadership img {width: 100%; height: auto;}
/**/
#strategicAdvisoryBoard p{   font-size: 22px; line-height: 32px;  margin-bottom: 34px;}
/**/
#sitesAndPrincipalsInvestigators h3{font-size: 26px; line-height: 32px; margin-bottom: 0px;}
#sitesAndPrincipalsInvestigators p {font-size: 22px; line-height: 32px; }
#sitesAndPrincipalsInvestigators p .subCopy{font-size: 18px; line-height: 32px; }

h4.modal-title img{margin-right: 20px; height: auto; width: 50px; border-radius: 5px;}


.pointer2018 #tenWays img,
.pointer2018 #techSupport img,
.pointer2018 #onlineAccess img {width: 95px; height: auto;}

.pointer2018 #tenWays,
.pointer2018 #techSupport,
.pointer2018 #onlineAccess{text-align: center;}

.pointer2018 #tenWays h2,
.pointer2018 #techSupport h2,
.pointer2018 #onlineAccess h2{ margin-top: 20px; margin-bottom: 0px; }

.pointer2018 #tenWays p,
.pointer2018 #techSupport p,
.pointer2018 #onlineAccess p{line-height: 32px;}

.pointer2018 .contactForm{
/*		border: 1px solid #ccc;*/
		width: 100%;
		display: block;
		height: auto;
}
.formfield{
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border:1px solid #808285;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.form_response_message {
    color:red;
}


@media (min-width: 100px) {
    .formfield{ width: 100%;}
}
@media (min-width: 992px) {
    .formfield{ width: 30%;}
}



.pointer2018 .onState::after{
    content: ' ';
    display: block;
    line-height: 10px;
    color: #fff;
    border-bottom: 1px solid #fff;
}





div.routingBlock{
  width: 100%;
  color: #58595B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: center;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  margin: 0 0 2rem;
  cursor: pointer;

}
@media (min-width: 576px) {
    div.routingBlock {
        width: 48%;
    }
}

@media (max-width: 767px) {
    div.routingBlock {
        width: 100%;
    }
}
@media (min-width: 768px) {
    div.routingBlock {
        width: 100%;
    }
}

div.routingBlock:hover {
    text-decoration: none;
}
div.routingBlock:hover h3 {
    color: #359A8E;
    text-decoration: underline;
}
div.routingBlock h3 {
    font-family: 'houschka';
    font-size: 22px;
    font-weight: 700;
    color: #4a0d66;
}

div.routingBlock h4 {
    font-size: 22px;
    font-size: 1.375rem;
    color: #4a0d66;
    font-weight: 700;
}

div.routingBlockContent {
    padding-left: 10px;
    padding-right: 10px;
}
/************************/
/*UPDATE 2020*/



.pointer2018 #logoBar a.logoALZ,
.pointer2018 #logoBar a.logoLincAd{
    z-index: 99;
    position: absolute;
    left:0;
    right:0;
    display: block;
    margin-left:auto;
    margin-right:auto;
/*    border: 1px solid #ccc;*/
}
.pointer2018 #logoBar a.logoALZ{
    height: 50px;
    width: 320px;
    margin-top: 14px;
}
.pointer2018 #logoBar a.logoLincAd{
    height: 44px;
    width: 200px;
    margin-top: 80px;
}
/************************/
#footerLogoPieces{
    margin-left: auto;
    margin-right: auto;
}
#footerLogoPieces img{
    max-width: 310px; 
    width: 100%;
    height: auto;
}


/* specialOpportunity */
#specialOpportunity{
    background-image: url('../images/bg-special-opportunity.jpg');
    background-repeat: no-repeat;
    background-position: center bottom ;
    background-size: cover;
    padding: 45px 0px;
    text-align: center;
    margin-top: 40px;
}

/* 2021 UPDATES */
/* home page edit - info at the top */
.pointer2018.updates2021 h2{
  font-size: 32px;
  text-align: center;
}
/* form tweek located in the footer */
.updates2021 #infoCollection #whiteBox p{
  margin-bottom: 20px;
}

.pointer2018.updates2021 #groups h2{
  text-align: left;
}
.pointer2018.updates2021 #groups img{
  padding: 0 20px 0 0;
  width:100%;
  height: auto;
  margin-bottom: 20px;
}
a.arrow{
  margin-left: 10px;
}


/*  */
h4{
    font-weight: normal;
    font-family: 'medium-houschka';
    font-size: 24px;
    margin-top: 0px;
    color: #333;
}



#researchersPanel, #caregiversPanel, #providersPanel{}

  .tableCentering{
    display: table;
    height: 300px;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  }

  .verticalCenter{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }

a.verticalCenter h3, a.verticalCenter{
  text-decoration: none;
}

a.verticalCenter:hover h3{
  text-decoration: underline;
  width: 100%;
}
.tableCentering {width: 100%; }


  .verticalCenter img{
    /* width: 50%;
    height: auto; */
    margin-bottom: 20px;
    margin-top: 20px;
  }

  @media(min-width: 100px){.verticalCenter img{width: 50%; height: auto; }}
  @media(min-width: 768px){.verticalCenter img{width: 50%; height: auto; }}
  @media(min-width: 992px){.verticalCenter img{height: 75px; width: auto; }}
  @media(min-width: 1200px){.verticalCenter img{height: 91px; width: auto; }}

  .verticalCenter h3{
    text-align: center;
  }
/* for the routing cards  */

.paddingSide{padding: 0px 20px;}



a,
a:link,
a:focus,
a:hover,
a:visited,
a:active {
    outline: none;
}

.clear{
    clear: both;
}
/* SPACING */
/* MARGIN */
.marginBottom10{
    margin-bottom: 10px;
}
.marginBottom20{
    margin-bottom: 20px;
}
.marginBottom30{
    margin-bottom: 30px;
}
.marginBottom40{
    margin-bottom: 40px;
}
.marginBottom50{
    margin-bottom: 50px;
}
.marginBottom60{
    margin-bottom: 50px;
}
.marginTop10{
    margin-top: 10px;
}
.marginTop20{
    margin-top: 20px;
}
.marginTop30{
    margin-top: 30px;
}
.marginTop40{
    margin-top: 40px;
}
.marginTop50{
    margin-top: 50px;
}
.marginTop60{
    margin-top: 50px;
}
/* PADDING*/
.paddingBottom10{
    padding-bottom: 10px;
}
.paddingBottom20{
    padding-bottom: 20px;
}
.paddingBottom30{
    padding-bottom: 30px;
}
.paddingBottom40{
    padding-bottom: 40px;
}
.paddingBottom50{
    padding-bottom: 50px;
}
.paddingBottom60{
    padding-bottom: 50px;
}
.paddingTop10{
    padding-top: 10px;
}
.paddingTop20{
    padding-top: 20px;
}
.paddingTop30{
    padding-top: 30px;
}
.paddingTop40{
    padding-top: 40px;
}
.paddingTop50{
    padding-top: 50px;
}
.paddingTop60{
    padding-top: 50px;
}

/*PLACEHOLDER*/
.placeHolderGray{
	background-color: #ddd;
}
/*alignment*/
.centerText{text-align: center;}

/* idented */
.indent{
  margin-left: 30px; 
}



.globalcopyright {
    font-size: 18px;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
}
.globalcopyright a,
.pointer2018 .copyright{
    text-align: center;
    background-color: #4a0d66;
    color: #fff;
}
.globalcopyright sup{font-size: .90em; top: -0.25em;}
.globalcopyright a{text-decoration: underline;}
.globalcopyright a:hover{text-decoration: none;}


ul.nav li{
    margin: 10px 15px;
    text-align: center;
}

ul.nav li > a{
    color: #fff;
    font-family: 'medium-houschka';
    font-size: 18px;
    text-decoration: none;
    text-underline-offset: 4px;
}

ul.nav li > a:visited{
    color: #fff;
}

ul.nav li > a:hover{
    color: #fff;
    text-decoration:underline;
}

ul.nav li > a:active{
    color: #fff;
}

.navbar-toggler {
    border-color: white;
    margin: 10px;
}

@media (max-width: 767px){
    .nav{
        flex-direction: column;
    }s
}



.pointer2018 .copyright p{
    font-size: 18px;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
}
.pointer2018 .copyright a,
.pointer2018 .copyright{
    text-align: center;
    background-color: #4a0d66;
    color: #fff;
}
.pointer2018 .copyright sup{font-size: .90em; top: -0.25em;}
.pointer2018 .copyright a{text-decoration: underline;}
.pointer2018 .copyright a:hover{text-decoration: none;}