/* -------------------------------------------------- */
/* Reset - http://purecss.io/base
/* -------------------------------------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section, main{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}.hide{display:none;}html{box-sizing: border-box;}*,*:before,*:after{box-sizing:inherit;}.clear{font-size:0px;clear: both;height: 0px;}*:focus{outline: none;}strong{font-weight:bold;}em{font-style:italic;} 

/* -------------------------------------------------- */
/* Common
/* -------------------------------------------------- */
body{
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
	color: #404040;
	background: #002341 url('/assets/images/grid-pattern.png') fixed center;
}

a{
	color: #009FD6;
	text-decoration: none;
}
a:hover{
	color: #00A9E3;
	text-decoration: underline;
}
p{
	line-height: 1.6em;
	margin-bottom: 1.6em;
}
.align-center p,
p.align-center{
	text-align: center;
}
.title-bar{
	background: url('/assets/images/title-bar.svg') no-repeat center bottom;
	padding-bottom: 21px;
	margin-bottom: 18px;
	text-align: center;
}
.lrg-text, .lrg-text p{
	font-size: 18px;
}
.quote-text{
	font-size: 21px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 18px;
}
.page-title{
	margin-bottom: 24px;
}
.callout{
	font-size: 33px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 27px;
	line-height: 1.4em;
	color: #121212;
}
/* -------------------------------------------------- */
/* Headers
/* -------------------------------------------------- */
h1, h2, h3, h4{
	font-weight: 700;
	line-height: 1.4em;
}
main h2,
main h3,
main h4{
	clear: both;
	color: #121212;
}
main h2{
	font-size: 27px;
}
main h3{
	font-size: 21px;
}
.page-title{
	color: #121212;
	font-size: 33px;
}
.body h2,
.body h3{
	margin-bottom: 18px;
	text-align: center;
}
.map{
	box-shadow: 0 0 18px rgba(0,0,0,.2);
}
/* -------------------------------------------------- */
/* Community support
/* -------------------------------------------------- */
.card{
	background: #fff;
	margin-bottom: 18px;
	display: flex;
	flex-direction: row-reverse;
	box-shadow: 0 0 18px rgba(0,0,0,.1);
}
.card-text{
	padding: 27px 27px 18px 0;
	width: 65%;
	padding: 27px;
}
.card-img{
	padding: 27px 27px 18px 0;
	width: 35%;
	text-align: center;
}
.card-img img{
	width: 100%;
	height: auto;
}
.card h3{
	margin-bottom: 9px;
}
.card p{
	margin-bottom: 9px;
	line-height: 1.4em;
}


/* -------------------------------------------------- */
/* Containers
/* -------------------------------------------------- */
.container-min,
.container-med,
.container-max{
	padding: 0 18px;
	margin: 0 auto;
}
.container-min{
	max-width: 718px;
}
.container-max{
	max-width: 1078px;
}
.page-wrap{
	margin: 0 auto;
	max-width: 1920px;
	background: #fff;
	box-shadow: 0 0 36px rgba(0,0,0,.36);
}

/* -------------------------------------------------- */
/* Header
/* -------------------------------------------------- */
header{
	padding: 27px 0;
}
.logo{
	display: inline-block;
	width: 320px;
	padding-top: 75px;
	background: url('/assets/images/sr-duffie-consulting.png') no-repeat;
	background-size: 100% auto;
}
.logo span{
	font-size: 14px;
	color: #fff;
	opacity: .7;
	text-transform: uppercase;
}
.logo:hover{
	text-decoration: none;
}
/* -------------------------------------------------- */
/* Crumbs
/* -------------------------------------------------- */
.crumbs{
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 12px;
	color: #ccc;
}
.crumbs a{
	display: inline-block;
	padding: 0 6px;
}
.portal .crumbs span:first-of-type{
	display: none;
}

/* -------------------------------------------------- */
/* Prime navigation
/* -------------------------------------------------- */
.prime-nav{
	padding: 18px 0;
}
.interior .prime-nav{
	padding: 18px 0 0 0;
}
.prime-nav ul{
	display: flex;
	justify-content: center;
	margin: 0 -2px;
	flex-wrap: wrap;
}
.prime-nav li{
	padding: 2px;
	flex-grow: 1;
}
.prime-nav a{
	display: block;
	line-height: 48px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid rgba(255,255,255,.13);
	background-color: rgba(0,0,0,.05);
	-webkit-transition: background-color .25s; /* Safari */
	transition: background-color .25s;
}
.prime-nav a:hover,
.prime-nav .active a,
.wsub:hover a{
	text-decoration: underline;
}
.wsub:hover li a{
	text-decoration: none;
}
.wsub{
	position: relative;
}
.prime-nav ul ul{
	padding: 16px 0;
	display: block;
	background: #fff;
	box-shadow:  0 0 18px rgba(0,0,0,.25);

	position: absolute;
	width: 220px;
	left: 50%;
	margin-left: -110px; /* half of width */
	z-index: 100;
	top: 60px; 
	
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .25s, top .25s; /* Safari */
	transition: opacity .25s, top .25s;
}
.prime-nav li li{
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #efefef;
}
.prime-nav li li:last-of-type{
	border: none;
}
.prime-nav li li a{
	font-size: 16px;
	font-weight: 400;
	padding: 16px;
	line-height: 1.2em;
	color: #009FD6;
	background-color: transparent;
}
.prime-nav li li a,
.prime-nav li.active li a{
	text-decoration: none;
}
.prime-nav li li a,
.prime-nav li li a:hover{
	background-color: transparent;
}
.prime-nav li li a:hover{
	text-decoration: underline;
}
.wsub:hover ul{
	visibility: visible;
	opacity: 1;
	top: 50px;
}

/* -------------------------------------------------- */
/* Sub navigation
/* -------------------------------------------------- */
.subnav{
	padding-top: 54px;
}
.subnav ul{
	margin: 0 -3px;
	display: flex;
	flex-wrap: wrap;
}
.subnav li{
	width: 50%;
	padding: 3px;
}
.subnav a{
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #009FD6;
	padding: 18px;
	height: 100%;
}
.subnav a:hover{
	color: #fff;
	background: #00A9E3;
}
.subnav .active a{
	text-decoration: underline;
}
.subnav-title{
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #121212;
	font-weight: 600;
}


/* -------------------------------------------------- */
/* Hero
/* -------------------------------------------------- */
.closing-cta,
.hero{
	background: #00294D url('/assets/images/collaboration.jpg') no-repeat fixed center top;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.interior .hero{
	background: #00294D url('/assets/images/interior-header-blueprint.png') no-repeat fixed left top;
	background-size: 600px 300px;
}
.bg-screen-1{
	background: rgba(0,41,77,.8);
	background: linear-gradient(rgba(0,41,77,1), rgba(0,41,77,.4));
}
.bg-screen-2{
	background: url('/assets/images/grid-pattern.png') fixed center;
}
.hero-content{
	padding: 27px 0 192px 0;
}
.hero-content p{
	font-size: 18px;
}
.hero h1{
	font-size: 54px;
}

/* -------------------------------------------------- */
/* Closing CTA
/* -------------------------------------------------- */
.closing-cta{
	background-position: center bottom;
	padding: 0;
}
.closing-cta h2{
	font-size: 33px;
	color: #fff;
}
.closing-cta-content{
	padding: 54px 0;
}
.closing-cta p:last-of-type{
	margin-bottom: 0;
}


/* -------------------------------------------------- */
/* Buttons
/* -------------------------------------------------- */
button{
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	border: 0;
}
button:hover{
	cursor: pointer;
}
.btn{
	display: inline-block;
	padding: 0 27px;
	line-height: 48px;
	background: #009FD6;
	margin: 0 2px;
	color: #fff;
	text-decoration: none;
}
.btn:hover{
	color: #fff;
	background: #00A9E3;
}

/* -------------------------------------------------- */
/* Main
/* -------------------------------------------------- */
.main-wrap-1{
	background: #f7f7f7 url('/assets/images/blueprint-bg1.png') fixed no-repeat;
}
.main-wrap-2{
	background: url('/assets/images/blueprint-bg2.png') fixed no-repeat right bottom;
}
.interior .main-wrap-2{
	padding: 27px 0 54px 0;
}
section{
	padding: 54px 0;
}
.body figure{
	margin-bottom: 1.6em;
}
.body figure img{
	width: 100%;
	height: auto;
}
figure.align-right{
	width: 48%;
	margin: .5em 0 1.6em 1.6em;
	float: right;
}
figure.align-left{
	width: 48%;
	margin: .5em 1.6em 1.6em 0;
	float: left;
}
figcaption{
	display: block;
	padding-top: 9px;
	font-size: 16px;
	opacity: .7;
}
.body ul{
	padding: 0 1.6em .8em 1.6em;
}
.body li{
	line-height: 1.4em;
	background: url('/assets/images/bullet.svg') no-repeat left .6em;
	padding-left: 19px;
	margin-bottom: .8em;
}
/* -------------------------------------------------- */
/* Project
/* -------------------------------------------------- */
.slides{
	margin-bottom: 35px;
}
.slide{
	background-size: cover;
	width: 100%;
	padding-bottom: 56.25%;
}
table{
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	margin-bottom: 1.6em;
}
table th,
table td{
	padding: 18px;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	text-align: left;
	line-height: 1.4em;
}
table th{
	font-weight: 600;
	color: #121212;
}
.body table ul{
	padding: 0;
}

/* -------------------------------------------------- */
/* Grid and lists styles
/* -------------------------------------------------- */
.grid{
	display: flex;
	margin: 0 -9px;
	flex-wrap: wrap;
	justify-content: center;
}
.grid-item{
	padding: 9px;
	line-height: 0;
}
.grid-3-cols .grid-item{
	width: 33.33%;
}
.grid-4-cols .grid-item{
	width: 25%;
}
.grid-5-cols .grid-item{
	width: 20%;
}
.grid-item img{
	width: 100%;
	height: auto;
}
.grid-item-pad{
	padding: 27px 27px 54px 27px;
}
.grid-item a{
	position: relative;
	display: block;
	height: 100%;
	background: #fff;
	box-shadow: 0 0 18px rgba(0,0,0,.1);
}
.grid-item a{
	color: #404040;
	text-decoration: none;
}

.grid-item p,
.grid-item h3{
	margin-bottom: 6px;
}
.grid-item a span{
	position: absolute;
	bottom: 27px; left: 27px;
	color: #009FD6;
}
.grid-item a:hover span{
	text-decoration: underline;
}
/* -------------------------------------------------- */
/* Team
/* -------------------------------------------------- */
.team{
	display: flex;
	flex-wrap: wrap;
	margin: -18px;
}
.team-item{
	width: 25%;
	padding: 18px;
	text-align: center;
}
.team-item img{
	width: 100%;
	height: auto;
	margin-bottom: 9px;
}
.team-item-name,
.team-item-position,
a.team-item-email,
a.team-item-phone{
	display: block;
	line-height: 1.2em;
	margin-bottom: 3px;
}
.team-item-name{
	font-weight: bold;
}
.team-item-position{
	font-style: italic;
	margin-bottom: 6px;
}
a.team-item-phone{
	color: #404040;
	font-size: 14px;
}
a.team-item-email{
	font-size: 14px;
}


/* -------------------------------------------------- */
/* Responsive video
/* -------------------------------------------------- */
.video { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-bottom: 1.6em;
} 
.video iframe, .video object, .video embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* -------------------------------------------------- */
/* CMS edit button
/* -------------------------------------------------- */
.edit-btn{
	background:  #000000 url('/assets/images/pencil.svg') no-repeat center;
	height: 48px;
	width: 48px;
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
}

/* -------------------------------------------------- */
/* Footer
/* -------------------------------------------------- */
footer{
	padding: 54px 0;
	font-size: 14px;
	text-align: center;
}
.portal footer{
	border-top: 1px solid #e5e5e5;
}
.foot-nav ul{
	display: flex;
	justify-content: center;
}
.foot-nav a{
	display: inline-block;
	text-transform: uppercase;
	padding: 0 6px;
}
footer p,
.foot-nav{
	margin-bottom: 21px;
}
footer p:last-child{
	margin-bottom: 0;
}

/* -------------------------------------------------- */
/* Portal: 
/* -------------------------------------------------- */
.portal .main-wrap-2{
	padding-top: 54px;
}
.login{
	padding: 18px 0;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.pcform{
	padding: 18px 0;
}
.form-row{
	margin-bottom: 18px;
}
.split-form-row{
	display: flex;
	margin: -9px;
	flex-wrap: wrap;
}
.split-form-row .form-row{
	width: 50%;
	padding: 9px;
}
label{
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 9px;
}
input,
textarea{
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
	color: #404040;
	padding: 12px;
	border: 2px solid #ccc;
	background: #fff;
	width: 100%;
}
.sm-text{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	padding: 0 9px;
}
p.alert{
	text-align: center;
	color: red;
	margin-bottom: 18px;
}
p.alert.success{
	color: green;
}
.portal-item{
	background: #fff url('/assets/images/article.svg') no-repeat 24px 28px;
	padding: 24px 24px 24px 60px;
	margin-bottom: 9px;
	box-shadow: 0 0 18px rgba(0,0,0,.1);
}
.portal-item.portal-file{
	background-image: url('/assets/images/download.svg');
}
.portal-item.portal-qa{
	background-image: url('/assets/images/qa.svg');
}
.portal-item h3,
.portal-sum p{
	margin-bottom: 9px;
	line-height: 1.2em;
}
.portal-item h3 span{
	font-weight: normal;
	opacity: .6;
}
.portal-sum{
	line-height: 1.2em;
}
.portal main h2{
	margin-bottom: 6px;
}


/* -------------------------------------------------- */
/* Breakpoints
/* -------------------------------------------------- */
@media screen and (max-width: 1078px) {
	.grid-5-cols .grid-item{
		width: 25%;
	}
}
@media screen and (max-width: 930px) {
	.main-wrap-2{
		background-image: none;
	}
}
@media screen and (max-width: 800px) {
	.team-item{ width: 33.33%; }
}
@media screen and (max-width: 860px) {
	.grid-5-cols .grid-item{
		width: 33.33%;
	}
}
@media screen and (max-width: 760px) {
	.grid-3-cols .grid-item{
		width: 50%;
	}
}
@media screen and (max-width: 730px) {
	.prime-nav li:first-of-type{
		display: none;
	}
	.portal .prime-nav li:first-of-type{
		display: block;
	}
	.prime-nav li{
		width: 50%;
	}
	.prime-nav a{
		line-height: 42px;
		font-size: 16px;
	}
	.prime-nav,
	.interior .prime-nav{
		padding: 9px 0 0 0;
	}
	.wsub:hover ul{
		display: none;
	}
	header{
		padding: 18px 0;
	}
}
@media screen and (max-width: 718px) {
	.card{
		display: block;
	}
	.card-text{
		width: 100%;
		padding: 9px 27px 27px 27px;
	}
	.card-img{
		padding: 27px 27px 0 27px;
		width: 50%;
	}
}
@media screen and (max-width: 650px) {
	.grid-5-cols .grid-item{
		width: 50%;
	}
}
@media screen and (max-width: 580px) {
	.grid-3-cols .grid-item{
		width: 100%;
	}
}
@media screen and (max-width: 560px) {
	.hero-content{
		padding: 0 0 36px 0;
	}
	section,
	.closing-cta-content{
		padding: 36px 0;
	}
	.hero h1{
		font-size: 48px;
	}
	.subnav li{
		width: 100%;
	}
	.team-item{ width: 50%; }
}
@media screen and (max-width: 500px) {
	figure.align-right,
	figure.align-left{
		width: 100%;
		margin: 0 0 1.6em 0;
	}
	.callout{
		font-size: 27px;
	}
}
@media screen and (max-width: 430px) {
	.grid-5-cols .grid-item{
		width: 100%;
	}
	.card-img{
		width: 100%;
	}
}
@media screen and (max-width: 400px) {
	.team-item{ width: 100%; }
}
@media screen and (max-width: 356px) {
	.logo{
		width: 284px;
		padding-top: 67px;
	}
}
