 /* CSS Document */

html, body, main{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #575D71;
	/*background-color: #EFF0FA;*/
}

html{
	scroll-behavior: smooth;
}

body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

main {
	flex: 1 0 auto;
}

#detailsPage section, #worksPage footer, header{
	padding: 1rem 0;
}

h1, h2, h4{
	color: #141C2C;
	font-weight: 500;
}
h1{
	font-size: 20px;
	margin: 1rem 0.5rem;
	display: inline-block;
}

h2{
	font-size: 16px;
	margin: 1.5rem 0 1rem 0;
}
h3{
	font-size: 14px;
	color: #141B2C;
	font-weight: 400;
	display: inline-block;
	line-height: 24px;
	height: 24px;
	margin: 0;
}
h4{
	font-size: 16px;
	margin: 1rem 0 0.5rem 0;
}


p{margin: 0.1rem 0 0.8rem 0;}

blockquote{
	border-left: 5px solid #005AC5;
}

.row{
	margin-bottom: 0;
}

.flow-text{
	margin: 0.5rem 0 1rem;
}
mark{
	background-color: transparent;
	/*color: #141B2C;*/
	font-weight: 400;
}

ul.browser-default{margin-left: -1rem;}
.btn-floating{
}
blockquote .caption, blockquote .dataDisplay{
	margin: 0;
	line-height: 1.25;

}
.caption{
	font-size: 0.85rem;
	font-style: italic;
	margin-top: 1em;
}

.dataDisplay{
	font-size: 2.125rem;
	padding: 0;
	color: #141B2C;
	font-weight: 700;
}
.annotation{
	font-size: 0.9rem;
	font-weight: 400;
	color: #575D71;
}

.extra-padding{
	
}

.curved-corner{
	border-radius: 16px 16px 0 0;
}
.rb{
	border: 1px solid red;
	min-height: 48px !important;
}

/*font icon override */
.material-icons {
	font-size: 20px;  
}

/*.container{width: 98%;}*/

/* Header section */

.myName{
	text-transform: uppercase;
	text-align: center;
	font-size: 1.25rem;
	padding-top: 24px;
	margin: 0;
	color: #141B2C;
	font-weight: 400;
}


/* Nav overrides */

nav{
	background-color: transparent;
	/*
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	*/
	text-align: center;
}

nav ul{
	display: inline-block;
}
nav ul a, nav a{
	color: #575D71;
	opacity: 0.75;
	font-weight: 400;
}

nav ul a:hover, nav a:hover{
	background-color: transparent;
	opacity: 1;
}

nav  ul li.active, nav ul li.active a{
	background-color: transparent;
	color: #141B2C;
	font-weight: 500;
	opacity: 1;
}

nav .liContainer{
	padding-top: 4px;
}

nav .liContainer img{
	width: 20px;
	height: 20px;
}

nav .material-icons {
	line-height: 56px;
}

/* home page hero cards */

#mya{
	margin-top: 1.5em;
}

/*.card{cursor: pointer;}*/

.card{
	cursor: pointer;	
}
.card-panel{
	margin: 0;
	padding: 16px;
		-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}

#otherWorks .card{
	padding-bottom: 16px;
}

#otherWorks .card-panel{
	padding-bottom: 0;
}

.brandLogo{
	height: 24px;
	width: auto;
}


.card .card-content{
	overflow: auto;
	padding: 0 16px;
}

.card .card-content .card-title{
	margin-bottom: 0;
	font-size: 22px;
	color: #141B2C;
	font-weight: 400;
}

.card .card-content p{
	margin-top: 0.5em;
	margin-bottom: 1em;
}

#aac-persona .card, #aac-principles .card{padding: 16px;}

.projectTime{
	margin: 1em 1em 1em 0;
	padding: 0;
	float: left;
}

#otherWorks .projectTime{
	margin: 0 1em 0 0;
}

.projectTime .material-icons{
	margin-right: .25rem;
	font-size: 16px;
}

.projectTime span{
	display: inline-block;
	font-size: 12px;
}

.card .card-action{
	padding: 0 16px;
	border-top: 1px solid rgba(0,0,0,0.15);
}

#detailsPage .card{
	overflow: hidden;
}

#detailsPage .brandLogo{
	margin-top: 16px;
}

#detailsPage .card-image{
	margin-top: 1rem;
}

#otherWorks .card .card-action{
	padding: 16px;
}

.btn-flat{
	color: #005AC5 !important;
	font-weight: 500;
	background-color: transparent;
}
.btn-small:hover{
	background-color: #B3E5FC;
}

.featuredImgContainer{
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	width: 100%;
	min-height: 240px;
	padding: 0 16px;
}

#aac .featuredImgContainer{background-image: url("../i/homecards/homepage-aac.png");}
#mya .featuredImgContainer{background-image: url("../i/homecards/homepage-mya.png");}
#ocps .featuredImgContainer{background-image: url("../i/homecards/homepage-ocps.png");}
.sharedupgradeDetail .featuredImgContainer{
	background-image: url("../i/img/sharedupgrade/solution-1.png");
	height: 100vh;
}

#otherWorks .card-image{
	padding: 1.5em 0 0.5em 0;
}

/* Details page styles */

.projectTitle{
	display: inline-block;
}
.projectTitle img{
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

.subTitle{
	font-size: 11px;
	text-transform: uppercase;
	margin: 0.25rem 0;
}

.projectSubHead{
	display: block;
	margin: 1rem 0 1rem 0;
}
.projectSubHead .material-icons{
	font-size: 24px;
	color: #b0bec5;
	margin-right: 0.25rem;
	vertical-align: text-bottom;
}

.attexpressDetail .outcome{
	min-height: 360px;
	background: url('../i/bg/m-attExpressDetailOutcome.jpg') no-repeat center; 
	background-size: cover;
}

.outcomeContent{
	max-width: 48em;
	margin: 60% auto 0 auto;
	background-color: rgba(33, 150, 243, 0.9);
	padding: 1em;
	text-align: left;
}

#detailsPage .flow-text{
	font-size: 120%;
	color: #141B2C;
}

.pillarCard{
	padding: 24px;
}

.commentCard{
	padding: 8px 24px;
	margin: 1rem 0;
}

.iconContainer{
	width: 40px;
	height: 40px;
	margin-right: 1em;
	float: left;
}

.pillarContent{
	float: left;
}

footer p{
	margin: 1rem 0;
	color: #eceff1;
}

#eh-features .row{
	border: 1px solid #FFF;
}
#eh-features .row .col{
	padding: 0;
}

.eh-featureContainer{
	padding: 12px 4px;
	border: 1px solid #FFF;
	text-align: center;
	background-color: #cfd8dc;
}

.eh-featureContainer p{margin-bottom: 0;}

.eh-functionContainer{
	margin: 0;
	padding: 0;
}

.eh-featureContainer img{
	width: 28px;
	height: 28px;
}
.eh-functionContainer img{
	width: 56px;
	height: 24px;
}
.flipHorizontal{
	transform: scaleX(-1);
}
#userNeeds .material-icons{
	font-size: 2.5rem;
}
#userNeeds hr{
	height: 1px;
	background-color: #cfd8dc;
	border: none;
}
#userNeeds .quote{margin: 0.5rem 0;}

.aac-icons{
	max-width: 32px;
	max-height: 32px;
}

.iconList{
	margin: 1em 0;
}

.iconList img{
	width: 24px;
	height: 24px;
	margin-right: 12px;
	float: left;
}

/* Media queries */

@media only screen and (min-width: 601px)
{
	.extra-padding{
		padding-top: 1.5rem;
	}
	
	nav .material-icons {
		line-height: 64px;
	}
	
	.myName{
		text-align: left;
		padding-top: 0;
		line-height: 64px;
		height: 64px;
		font-size: 1.5rem;
	}
	
	nav{
		text-align: right;
	}
	nav .liContainer{
		padding-top: 5px;
	}
	
	.card{
		padding: 8px 8px 0 8px;
	}
	
	
	.card .card-content p{
	}
	
	#mya{
		margin-top: 0.5rem;/*1.4em;*/
	}
	
	#otherWorks .card .card-action{
		margin: 0 -8px;
		padding: 16px 24px;
	}

	
	#featuredWorks .card .card-action {
		border: 0;
	}
	
	h1{
		font-size: 24px;
	}
	
	.projectTitle img{
		width: 30px;
		height: 30px;
	}
	
	.eh-functionContainer{
		margin: 1em 0;
		padding: 0;
	}
	
}

@media only screen and (min-width: 993px)
{
	.extra-padding{
		padding-top: 3rem;
	}

	
	h3{
		font-size: 15px;
	}
	.container{
		width: 85%;
	}
	
	.flow-text{
		margin: 1em 0;
	}
	
	.card{
		margin-right: 0.5rem;
	}
	
}

@media only screen and (min-width: 1201px){
	
	#detailsPage section{
		padding: 1.5rem 0;
	}

	
	.container{
		width: 90%;
	}
	/* Enable this when OCPS or a third featured project is added
	#featuredWorks {
		display: flex;
		align-items: stretch;
	}
	*/
	#featuredWorks.row .col{
	}
	
	#featuredWorks #ocps{
		display: flex;
		flex: 1;
		padding-left: 0.2em;
	}
	
	#ocps .featuredImgContainer{margin-bottom: 2em;}
	
	.fabContainer{
		width: 100%;
		position: fixed;
		height: 56px;
		max-width: 1280px;
		bottom: 32px;
/*		left: 25vw;*/
	}
	.fixed-action-btn{
		position: absolute;
		right: 0;
		bottom: 0;
	}
	
	#aac-persona blockquote{
		margin-left: 1rem;
	}

}

@media (orientation: landscape) {
	.attexpressDetail .outcome{
		background: url('../i/bg/attExpressDetailOutcome.jpg') no-repeat center; 
		background-size: cover;
	}
	
	.outcomeContent{
		margin-top: 30%;
		padding: 2em;
	}
	
}