/* -------------------------------------------------- */
/* 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;}input:invalid{box-shadow: none;}button{border:none;background:none;padding:0;margin: 0;}button::-moz-focus-inner{border:0;}input,button{border-radius:0;border-radius:none;}

/* -------------------------------------------------- */
/* Common / shared
/* -------------------------------------------------- */
body,html{
	overflow-x: hidden;
	scroll-behavior: smooth
}
body{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #142D52;
	text-align: center;
	background: #142D52;
}
h1, h2, h3, h4{
	line-height: 1.2em;
	margin-bottom: 18px;
}
h2{
	font-size: 54px;
	font-weight: 300;
}
h3{
	font-size: 27px;
	font-weight: 700;
}
a{
	color: #00BEDE;
}
sup{
	vertical-align: super;
	font-size: .6em;
}
p{
	line-height: 1.6em;
	margin-bottom: 27px;
}
.align{
	text-align: left;
}
.align-left{
	text-align: left;
}
p.section-title-blurb{
	font-size: 18px;
	margin-bottom: 18px;
}
p.set-apart{
	padding-top: 9px;
}
.title-bar,
.kisimg-title-bar,
.title-bar-white{
	display: inline-block;
	background: #64C98D;
	height: 6px;
	width: 42px;
	margin: 0 auto 27px auto;
}
.kisimg-title-bar{
	background: #ff7276;
}
.title-bar-white{
	background: #ffffff;
}
hr{
	padding: 0;
	margin: 0;
	height: 0;
	border: none;
	border-bottom: 2px solid #E5E5E5;
}
.section{
	padding: 54px 0;
}
.w-bg{
	color: #fff;
	background: #142D52 center/cover fixed;
	text-align: center;
}
.w-shadow{
	text-shadow: 0 0 6px rgba(0,0,0,.3);
}
.table-wrap{
	overflow-x: auto;
}
table{
	margin-bottom: 27px;
	width: 100%;
}
td,
th{
	padding: 12px 6px;
	border-bottom: 2px solid #E5E5E5;
	line-height: 1.2em;
	vertical-align: bottom;
}
th{
	font-weight: 700;

}
td{
	font-size: 15px;
	border-width: 1px;
	vertical-align: middle;
}
tr:last-child td{
	border: none;
}
main{
	background: #fff;
}
main ul{
	margin: 0 27px;
}
main li{
	text-align: left;
	background: url('/assets/images/bullet.svg') left .4em no-repeat;
	line-height: 1.4em;
	padding-left: 18px;
	margin-bottom: 18px;
}
main li:last-child{
	margin-bottom: 0;
}
.pos-colr{
	color: #4B966A;
}
.neg-colr{
	color: #C91B0E;
}
.callout{
	font-weight: 700;
	font-size: 27px;
}
.hint{
	font-size: 14px;
	font-style: italic;
}
/* -------------------------------------------------- */
/* Containers
/* -------------------------------------------------- */
.container-max,
.container-med,
.container-min{
	width: 100%;
	margin: 0 auto;
	padding: 0 18px;
}
.container-max{
	max-width: 1366px;
}
.container-med{
	max-width: 1080px;
}
.container-min{
	max-width: 790px;
}

/* -------------------------------------------------- */
/* Columns and cards
/* -------------------------------------------------- */
.cols{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 36px;
}
.cols.w-col-pad{
	margin: -18px -18px 18px -18px;
}
.cols-2 .col{
	width: 50%;
}
.cols-3 .col{
	width: 33.33%;
}
.cols-4 .col{
	width: 25%;
}
.cards .col{
	border: 2px solid #E5E5E5;
	padding: 27px;
	margin-left: -2px;
	text-align: left;
}
.cards .col p:last-of-type{
	margin-bottom: 0;
}
.col-pad{
	padding: 18px;
}
/* -------------------------------------------------- */
/* Buttons
/* -------------------------------------------------- */
.btn,
.alt-btn{
	font-family: 'Raleway', sans-serif;
	display: inline-block;
	border: none;
	background: #00BEDE;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	line-height: 50px;
	padding: 0 36px;
	margin: 0 3px 6px 3px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}
.alt-btn{
	background: #142D52;
}
.btn:hover,
.alt-btn:hover{
	color: #fff;
	cursor: pointer;
}
.btn:hover{
	background: #00d6ef;
}
.alt-btn:hover{
	background: #173560;
}

/* -------------------------------------------------- */
/* Nav
/* -------------------------------------------------- */
nav{
	position: -webkit-sticky;
  position: sticky;
  top: 0;
	background: #fff;
	width: 100%;
	box-shadow: 0 0 9px rgba(0,0,0,.2);
}
nav ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
nav a{
	display: block;
	font-size: 12px;
	color: #5A5A5A;
	padding: 9px;
	text-decoration: none;
	opacity: .6;
}
nav a:hover{
	opacity: 1;
}

/* -------------------------------------------------- */
/* Header
/* -------------------------------------------------- */

.intro{
	padding: 18px 0 36px 0;

}
.intro h2{
	margin: 0;
	padding: 0;
}
.logos{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -48px 0 -48px;
}
.logo{
	height: 120px;
	width: auto;
	margin: 36px;
}
.tagline{
	font-size: 60px;
}
.intro p.w-shadow{
	text-align: left;
}

/* -------------------------------------------------- */
/* Ribbon
/* -------------------------------------------------- */
.ribbon{
	background: #ff7276;
	padding:  12px 0;
}
.ribbon p{
	color: #fff;
	margin-bottom: 0;
	font-size: 18px;
}
.ribbon a{
	background: rgba(255,255,255,.8);
	font-size: 14px;
	font-weight: bold;
	color: #ff7276;
	text-decoration: none;
	display: inline-block;
	line-height: 36px;
	height: 36px;
	padding: 0 15px;
	border-radius: 20px;
}
.ribbon a:hover{
	background: rgba(255,255,255,1)
}


/* -------------------------------------------------- */
/* Benefits
/* -------------------------------------------------- */
.benefits img{
	max-width: 300px;
	height: auto;
}
.benefits li{
	font-weight: 700;
}
.icon-bell,
.icon-wallet,
.icon-network{
	height: 54px;
	width: 54px;
	margin: 0 auto;
	margin-bottom: 18px;
	background: no-repeat center;
}
.icon-bell{
	background-image: url('/assets/images/icon-bell.svg');
}
.icon-wallet{
	background-image: url('/assets/images/icon-wallet.svg');
}
.icon-network{
	background-image: url('/assets/images/icon-pin.svg');
}

/* -------------------------------------------------- */
/* More Beneifts
/* -------------------------------------------------- */
.more-benefits{
	background: #142d52 url('/assets/images/hero-catscan.jpg') center;
	background-size: cover;
	background-attachment: fixed;
	padding: 72px 0;
	color: #fff;
}
.more-beneifts .section-title{
	color: #fff;
}
main .kisimg-checks{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 36px;
}
main .kisimg-checks li{
	width: 50%;
	padding: 9px 9px 9px 54px;
	background: url('/assets/images/icon-check.svg') no-repeat 9px 12px;
}

/* -------------------------------------------------- */
/* Top procedures
/* -------------------------------------------------- */
.top-procedures th,
.top-procedures td{
	width: 33.33%;
}

/* -------------------------------------------------- */
/* Audit
/* -------------------------------------------------- */
.audit th,
.audit td{
	width: 22.22%;
}
.audit th:first-child,
.audit td:first-child{
	width: 33.33%;
}

/* -------------------------------------------------- */
/* Statements 
/* -------------------------------------------------- */
.statement{
	font-size: 27px;
	font-weight: 300;
}
.statement p{
	line-height: 1.3em;
}
.statement-1{
	background-image: url('/assets/images/hero-doc-office.jpg');
}
.statement-2{
	background-image: url('/assets/images/hero-family-field.jpg');
}


/* -------------------------------------------------- */
/* Case studies
/* -------------------------------------------------- */
dl{
	text-align: left;
}
dt{
	margin-bottom: 9px;
	line-height: 1em;
}
dd{
	font-size: 27px;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 12px;
	margin-bottom: 12px;
	line-height: 1em;
}
dd:first-of-type{
	border-bottom: none;
}
dd:last-of-type{
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* -------------------------------------------------- */
/* How it works
/* -------------------------------------------------- */
.hd-group{
	margin-bottom: 12px;
	line-height: 0;
}
.icon{
	display: inline-block;
	padding: 12px;
	border: 2px solid #64C98D;
	text-align: center;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	vertical-align: middle;
}
.icon img{
	height: 27px;
	width: auto;
}
.how .hd-group h3{
	display: inline-block;
	line-height: 1em;
	margin: 0 0 0 6px;
	vertical-align: middle;
	color: #64C98D;
}


/* -------------------------------------------------- */
/* Responsive video
/* -------------------------------------------------- */
.video { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-bottom: 1em;
} 
.video iframe, .video object, .video embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* -------------------------------------------------- */
/* Testimony
/* -------------------------------------------------- */
.testimony{
	background: #142D52;
	color: #fff;
	padding: 54px 0;
}
.testimony-text{
	font-size: 21px;
	margin-bottom: 18px;
	font-weight: 300;
}
.testimony-by{
	font-size: 16px;
	margin-bottom: 0;
}
.testimony-by img{
	height: 60px;
	width: 60px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.testimony-by em{
	opacity: .6;
}

/* -------------------------------------------------- */
/* Team
/* -------------------------------------------------- */
.team{
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 72px;
}
.members{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -18px;
}
.member{
	padding: 18px;
	text-align: center;
	width: 20%;
}
.member img{
	width: 140px;
	height: auto;
	border-radius: 50%;
	margin-bottom: 6px;
}
.member img:hover{
	cursor: pointer;
}
.member-name{
	font-size: 18px;
	margin-bottom: 3px;
}
.member-title{
	font-style: italic;
	margin-bottom: 6px;
	color: #4b966a;
	font-size: 15px;
	line-height: 1.2em;
}
.member-btn{
	display: inline-block;
	width: 27px;
	height: 27px;
	background: #ccc url('/assets/images/info.svg') no-repeat center;
	border-radius: 50%;
}
.member-btn:hover{
	cursor: pointer;
	background-color: #ccc;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    overflow: auto;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}
.modal-window {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    max-width: 560px;
    margin: 10% auto;
    padding: 54px 36px;
    box-shadow: 0 0 18px rgba(0,0,0,.2);
    text-align: left;
    font-size: 16px;
    line-height: 1.4em;
}
.modal-window p{
	font-size: 16px;
	margin-bottom: 18px;
}
.modal-window img{
	float: right;
	margin: 6px -36px 18px 27px;
	border-radius: 0;
	width: 180px;
}
.close {
    position: absolute;
    top: 9px;
    right: 9px;
    color: #142d52
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}
.close:hover,
.close:focus {
    color: #173560;
    cursor: pointer;
}
.open {
    display: block;
}
@media screen and (max-width: 1200px) {
	.member{ width: 25%; }
}

@media screen and (max-width: 900px) {
	.member{ width: 33.33%; }
}

@media screen and (max-width: 700px) {
	.member{ width: 50%; }
}

@media screen and (max-width: 450px) {
	.member{ width: 100%; }
}

/* -------------------------------------------------- */
/* Contact
/* -------------------------------------------------- */
form{
	padding-top: 9px;
}
label{
	display: block;
	padding-bottom: 9px;
	font-weight: 700;
	text-align: left;
}
input,
textarea{
	width: 100%;
	padding: 12px;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #142D52;
	border: 2px solid #E5E5E5;
}
.form-row{
	margin-bottom: 18px;
}
.form-row.last{
	margin-bottom: 27px;
}
form .cols{
	margin: 0 -9px;
}
.cols .form-row{
	padding: 0 9px;
}
.alert{
	text-align: center;
	font-size: 21px;
	padding: 9px 0 18px 0;
}
/* -------------------------------------------------- */
/* Footer
/* -------------------------------------------------- */
footer{
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	padding: 27px 0;
}
footer p{
	margin-bottom: 6px;
	line-height: 1.2em;
}

/* -------------------------------------------------- */
/* Breakpoints
/* -------------------------------------------------- */
@media screen and (max-width: 790px) {
	.cols-2 .col,
	.cols-3 .col,
	.cols-4 .col,
	main .kisimg-checks li{
		width: 100%;
	}
	.cards .col{
		margin-left: 0;
		margin-top: -2px;
	}
}
@media screen and (max-width: 550px) {
	nav{
		display: none;
	}
}