/*
HealthyPath Custom CSS -- alternative version 1
Last edited Jan 25 11:40 PT Gene Cowan
*/


/* ----- VARIOUS RESETS AND GRID STUFF ----- */


html, p {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: normal;
	}


/* ----- GUTTERS ----- */
.column, .columns {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }




/* ----- TEXT ----- */


body {  
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	}


	
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Roboto', sans-serif;
	line-height: 1.1;
	color: inherit;
	}

h1 {
    font-size: 42px;  
    font-weight: 300;
	}
h2 {
    font-size: 32px;
    font-weight: 300;
	}
h3 {
    font-size: 28px; 
    font-weight: 300;
	}
h4 {
    font-size: 20px; 
    font-weight: normal;
 	}
h5 {
    font-size: 18px; 
    font-weight: 300;
 	}
h6 {
    font-size: 18px; 
    font-weight: normal;
 	} 
 


@media screen and (min-width: 40em) {
  h1 {
    font-size: 48px;
    font-weight: 300;
	}
  h2 {
    font-size: 36px; 
    font-weight: 300;
	}
  h3 {
    font-size: 30px;  
    font-weight: 300;
	}
  h4 {
    font-size: 20px;
    font-weight: normal;
 	}
  h5 {
    font-size: 18px;
    font-weight: 300;
 	}
  h6 {
    font-size: 18px; 
    font-weight: normal;
 	} 

    
}

p {
	line-height: 1.25;
	font-size: 16px;
	-webkit-margin-before: 0;	}

.cardtitle, .with-icon .cardtitle { 
	line-height: 1;
	font-size: 24px;
	}
	
.with-icon .cardtitle { 
	line-height: .5;
	padding-bottom: 5px;
	}

p.cardtext{ 
	margin-bottom: 3px;
	line-height: 1.25;
	font-size: 16px;
	}



/* ------- WEST BRAND COLORS --------- */



.west-darkgray, .news {background-color: #2D383F !important; color:#FFFFFF;}

.west-lightgray, .workshops {background-color: #F2F6F7 !important;}

.background-health {background-color: #f2f6f7 !important;}

.background-finance {background-color: #f2f6f7 !important;}

.background-community {background-color: #f2f6f7 !important;}

.background-wellbeing {background-color: #f2f6f7 !important;}

.background-career, .background-worklife {background-color: #f2f6f7 !important;}

.background-generic {background-color: #f2f6f7 !important; }



.button:hover, 
.link-list li:hover {
    background-color: #cadef4;
	color: #444;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
	}

a > div.card:hover {
    background-color: #cadef4 !important;
    color: #000000;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
	}

.attention {
	filter: hue-rotate(180deg) saturate(10);
	animation: filter-animation 1s infinite;
	}


@-webkit-keyframes filter-animation {
  0% {
    filter: opacity(1) hue-rotate(180deg) saturate(10);
  }
  
  50% {
    filter: opacity(.3) hue-rotate(180deg) saturate(10);
  }
  
  100% {
    filter: opacity(1) hue-rotate(180deg) saturate(10);
  }
}

		
	
	
		

/* ----- BADGES, LABELS, AND BUTTONS ----- */


.points.label {
	border-radius: 1px;
	border: #55BA47 solid 1px;
	background-color: white;
	color: #55BA47;
	margin: 0 4px 1px 0;
	}
	
span.small.label.west-red {
	border-radius: 1px;
	border: #ED1C24 solid 1px;
	background-color: white;
	color: #ED1C24;
	margin: 0 4px 1px 0;
}

.button {
	background-color: #009EE1;
	color: white;
	border-radius: 1px;
	border: none;
	height: auto;
	padding: 12px 20px;
	min-width: 100px;
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 10px 0;
	}

.button.hollow {
	background-color: #FFFFFF;
	color: #005DAC;
	border-radius: 1px;
	border: 1px solid #005DAC outset;
	height: auto;
	padding: 11px 20px;
	min-width: 100px;
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 10px 0;
	}
	
	





/* ------ TOP BAR ------ */

.top-bar {
	padding: 0;
}

   



		
.billboard.home {
	padding-top: 40px;
	}

.west-background {
	background-image: url("http://cowancreative.com/healthypath/img/FadeBG.png");
	background-repeat: no-repeat;
	background-size: 110%;
	background-position: center center;
	}


/* ----- HOME PAGE ----- */

.alertsRow {
	margin-bottom: 30px;
}

.newsRow {
	margin-bottom: 40px;
}



/* ----- CONTENT CARDS ----- */


.card {
  margin-bottom: 24px;
  background-color: #fefefe;
  overflow: hidden;
  border-radius: 1px;
  }
  

.card-divider {
 	padding: 1rem 24px;
	}
  
    
.card-divider.stripe {
 	padding: 0;
 	height: 10px;
	}

.card-section {
	padding: 24px; 
	}
  
.card.linked {
	padding-bottom: 70px; 
	position: relative;
	}

.card.linked .button {
	bottom: 10px; 
	right: 24px;
	}

.callout {
	border-radius: 1px;
	}


.linked.callout {
	padding-bottom: 60px; 
	overflow: hidden;
	}
	
.linked.callout .button {
	bottom: 10px; 
	right: 15px;
	}
	
.linked.callout .button-group {
	bottom: 10px; 
	right: 0px;
	}
	
.linked.callout .button-group .button {
	clear: both; 
	float: none;
	position: relative; 
	margin-left: 10px;
	margin-right: 0;
	}
	
.callout.with-icon .card-icon, .card.with-icon .card-icon {
	width: 42px;
	height: 42px;
	margin: 0px 12px 0 -54px;
	}
	
.card-icon {
	width: 42px;
	height: 42px;
	margin-right: 12px;
	}


.callout.with-icon .cardtitle, 
.card.with-icon .cardtitle {
	padding-left: 48px;
	}




/* --- LINK LISTS --- */


ul.link-list,
ul.list {
	width: 100%;
	margin: 0;
	}

.link-list li,
.list li {
	padding: 12px 8px 12px 0;
	}

.link-list li:last-child {
	border-bottom: none;
	}
	
.link-list li:first-child {
	border-top: none;
	}

.link-list small,
.list small,
.callout small,
.card small {
	color: #707070;
	font-size: 14px; font-size: 0.9rem;
	line-height: 120%;
	text-align: left;
	}

.link-list p,
.link-list button p,
.list p {
	margin: 0;
	font-weight: 500;
	}
	
.link-list p {
	line-height: 1;
	font-size: 1.1rem;
}

.link-list li a {
	background-image: url("http://cowancreative.com/healthypath/img/icon_Chevron.svg");
	background-repeat: no-repeat;
	background-position: right center;
	color: inherit;
	line-height: 120%;
	display: block;
	padding: 0 40px 0 0;
	text-align: left;
	}
	
ul.no-bullet.list.with-icon li {
	padding-left: 48px;
	}
	
ul.no-bullet.list.with-icon li .list-icon {
	margin-left: -48px;
	}

	
	
.link-list .list-icon,
.list .list-icon {
	float: left;
	margin-right: 6px;
	}

.accordion-title {
	padding: 12px 6px 2px 6px;
	border: 1px solid #cccccc;
	}

.accordion-title img {
	width: 48px;
	height: 48px;
}

.accordion-title::before {
	font-weight: bold;
	font-size: 30px;
	top: 30%;
}






/* ----- FORMS ----- */

.fieldset {
	border-color: gray;
}



/* ----- CHARTS ----- */

.progress {
	background-color: #F2F6F7;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25) inset;
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25) inset;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25) inset;
	border-radius: 3px;
	margin: 5px 0 0 0;
	}

.progress-meter {
	border-radius: 3px;
	font-size: 12px; font-size: 0.75rem;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	padding: 1px 3px;
	}
	
	
  

/* ----- FOOTER -----*/
  
footer {
	padding: 0 0 20px 0 !important;
}

footer .color-blocks {
	background-image: url(http://cowancreative.com/healthypath/img/west-color-blocks.svg);
	background-position: center top;
	background-size: 110%;
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 1rem;
	}
	
	
	


.hide-for-alt {
	display: none;
	width: 0;
	height: 0;
}