@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
}
/*========================================
	TYPOGRAPHY
========================================*/
p {
	font-size: 18px;
}
.h1, h1 {
    font-size: 24px;
}
.h2, h2 {
    font-size: 22px;
}
h3 {
	font-size: 21px;
}
/*========================================
	CUSTOM CLASSES
========================================*/
.bold {
	font-weight: 700;
}
.light {
	font-weight: 300;
}
.italic {
	font-style: italic;
}
.letterspacing {
	letter-spacing: .25em;
}
.uppercase {
	text-transform: uppercase;
}
.fillagree {
	padding: 3px 0;
	border-top: 1px solid #a3ced3;
	border-bottom: 1px solid #a3ced3;
	position: relative;
}
.fillagree:before {
	content: '';
	width: 156px;
	height: 59px;
	background: url(images/fillagree-top.png) no-repeat;
	background-size: contain;
	background-position: bottom center;
	position: absolute;
	top: -59px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.fillagree:after {
	content: '';
	width: 125px;
	height: 49px;
	background: url(images/fillagree-bottom.png) no-repeat;
	background-size: contain;
	background-position: bottom center;
	position: absolute;
	bottom: -49px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.fillagree span {
	padding: .125em 1em;
	border-top: 1px solid #a3ced3;
	border-bottom: 1px solid #a3ced3;
	display: block;
}
.fixed-right {
	position: fixed;
	right: 0;
	top: 25%;
	z-index: 999;
}
.linkedin {
	font-size: 18px;
	padding: 3px 8px;
	border-radius: 2px;
	background: #678eb4;
	color: #fff;
	text-decoration: none;
	margin-left: 15px;
}
.linkedin:hover {
	background: #00425b;
	color: #ffffff;
}
.linkedin:visited {
	color: #ffffff;
}
/*========================================
	COLORS
========================================*/
.darkblue {
	color: #00425b;
}
.lightblue {
	color: #678eb4;
}
.white {
	color: #ffffff;
}
/*========================================
	SCROLLTOP
========================================*/
.scrolltop {
	position: fixed;
	bottom: 50px;
	right: 20px;
	color: #678eb4;
	z-index: 999;
	display: none;
}
.scrolltop a:visited {
	color: #678eb4 !important;
}
/*========================================
	STRUCTURE
========================================*/
section {
	padding: 45px 0;
}
/*========================================
	BOOTSTRAP OVERRIDE
========================================*/
.btn {
	border-radius: 0;
	padding: 1em 0;
	letter-spacing: .25em;
	width: 205px;
	text-align: center;
	outline: none;
}
.btn-primary {
	background: #00425b;
	border: 1px solid #00425b;
	color: #fff;
}
.btn-primary:hover {
	background: #003650;
}
.btn-default {
	background: none;
	border: 1px solid #00425b;
	color: #00425b;
}
.btn-default:hover {
	background: #00425b;
	color: #fff;
}
.btn-primary:visited, .btn-primary:active {
	color: #fff;
	outline: none;
}
.btn-default:visited, .btn-default:active {
	color: #00425b;
	outline: none;
}
.btn-default:hover:visited, .btn-default:hover:active {
	color: #fff;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    font-size: 14px;
    line-height: 1;
	background: #00425b;
	border: 1px solid #00425b;
	color: #fff;
	border-radius: 0;
	padding: 1em 0;
	letter-spacing: .25em;
	width: 205px;
	text-align: center;
	outline: none;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border: 1px solid #00425b;
}
/*========================================
	HEADER
========================================*/
.topBar {
	padding: 8px 0;
	background: #70abc0;
}
.site-header {
	padding: 20px 0 40px;
	background: url(images/KB-hero-image.jpg) no-repeat;
	background-size: cover;
	background-position: top right;
}
.logo {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 175px;
}
/*-------NAVIGATION--------*/
.menu-toggle {
	width: 50px !important;
}
.main-navigation {
	float: none;
	position: relative;
	z-index: 9999;
}
.main-navigation.toggled ul {
	background: #70abc0;
	position: absolute;
	margin-left: 5px;
}
.main-navigation.toggled ul:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid #70abc0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	top: -10px;
	left: 10px;
}
.main-navigation li {
	float: none;
	padding: 5px;
}
.menu-item {
	width: 100%;
}
.main-navigation a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: .25em;
	transition: all .25s ease-in-out;
	-webkit-ransition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	position: relative;
	padding: 8px 15px;
}

.site-header hgroup {
	margin: 125px 0 50px;
}
/*========================================
	SERVICES
========================================*/
.services img {
	max-width: 120px;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
}
.services img:hover {
	transform: scale(1.15) rotateZ(-15deg);
	-webkit-transform: scale(1.15) rotateZ(-15deg);
	-moz-transform: scale(1.15) rotateZ(-15deg);
}
.target {
	position: relative;
	left: -20px;
}
/*========================================
	ABOUT
========================================*/
.about {
	background: #f3f6fe;
}
.about .lcol, .about .rcol {
	align-self: center;
}
.about .rcol p {
	margin-left: 25px;
}
.about hgroup {
	position: relative;
}
.about hgroup:before {
	content: '';
	width: 79px;
	height: 66px;
	background: url(images/quotation.png) no-repeat;
	background-size: contain;
	position: center center;
	position: absolute;
	left: -81px;
	top: -15px;
}
/*========================================
	CLIENTS
========================================*/
.clients {
	padding-bottom: 150px;
}
.clients h5 {
	font-size: 20px;
	width: auto;
	max-width: 900px;
	position: relative;
	margin: 50px auto;
}
/*========================================
	EXPERTISE
========================================*/
.expertise {
	background: #f3f6fe;
	position: relative;
}
.expertise:after {
	content: '';
	background: url(images/shadow.png) no-repeat;
	background-size: contain;
	background-position: bottom center;
	height: 28px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.expertise .lcol {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.expertise .lcol div {
	width: 50%;
	background: #00425b;
	color: #678eb4;
	font-style: italic;
	margin-bottom: 0;
	height: 150px;
	padding: 20px;
	font-size: 15px;
	text-align: center;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	/*box-shadow: inset 150px -150px 0 rgba(000,66,91,1);*/	
	box-shadow: inset -150px -150px 0 rgba(172,214,218,1);	
	border: 2px solid #f3f6fe;
}
.expertise .lcol div:hover {
	box-shadow: none;
	color: #ffffff;
}

.expertise .cCol {
	margin-left: 0;
	margin-right: 0;
}
.expertise .rcol {
	background: url(images/blurred-image-of-person-using-computer.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.expertise .rcol div {
	padding: 25px;
}
.expertise .rcol hgroup {
	margin: 25px 0;
}
.expertise .rcol h6 {
	font-size: 36px;
	font-weight: 300;
}
.expertise .rcol p {
	font-size: 30px;
	font-weight: 300;
}
/*========================================
	CONTACT
========================================*/
.contact {
	background: url("images/contact-gradient.png") repeat-x #e9ebf3;
	background-position: bottom left;
	padding-top: 75px;
}
.contact h5 {
	font-size: 20px;
	width: auto;
	max-width: 400px;
	position: relative;
	margin: 50px auto;
}
.contact .lcol img {
	border: 2px solid #fff;
}
.formRow {
	margin-top: 50px;
}
/*========================================
	FORM
========================================*/
table td {
	vertical-align: bottom;
	font-size: 18px;
}
.label {
	text-align: right;
	color: #00425b;
}
.input {
	padding-left: 10px;
}
.custom-field {
	background: none;
	width: 100%;
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	border-bottom: 1px solid #00425b !important;
	border-radius: 0px !important;
	transition: all .25s ease-in-out;
	color: #70abc0;
}
textarea {
	border: 1px solid #00425b !important;
	background: none;
	color: #70abc0;
	transition: all .25s ease-in-out;
	border-radius: 0px;
}
.custom-field:focus, textarea:focus {
	outline: none;
	background: rgba(225,225,225,.35);
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #70abc0;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #70abc0;

}
:-ms-input-placeholder { /* IE 10+ */
	color: #70abc0;
}
:-moz-placeholder { /* Firefox 18- */
	color: #70abc0;

}
/*========================================
	FOOTER
========================================*/
.site-footer {
	border-top: 4px solid #678eb4;
	padding: 25px 0;
}
.site-footer p {
	font-size: 13px;
	margin: 3px;
}
.site-footer .linkedin {
	margin-left: 15px;
}
.sm_footer {
	text-align: center;
}
/*========================================
	FLEXSLIDER
========================================*/
.carousel-row {
	padding: 50px 0;
}
.flex-control-nav {
	display: none;
}
/*===========PORTRAIT PHONE=============*/
@media screen and (min-width: 480px) {

}
@media screen and (min-width: 600px) {

}
/*===========TABLET=============*/
@media screen and (min-width: 768px) {
	.h1, h1 {
		font-size: 2.5rem;
	}
	.h2, h2 {
		font-size: 2rem;
	}

	.clients h5, .contact h5 {
		font-size: 30px;
	}
	.expertise .lcol {
		justify-content: space-between;
	}
	
	.expertise .lcol div {
		width: 30.3333%;
		margin-bottom: 3%;
		border: none;
	}
	.expertise .lcol div:hover {
		box-shadow: none;
		color: #ffffff;
	}
	.expertise .cCol {
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
	.site-header hgroup {
		margin: 150px 0 50px;
	}
	.expertise .rcol h6 {
		font-size: 50px;
	}
	.expertise .rcol p {
		font-size: 36px;
	}
	.sm_footer {
		text-align: right;
	}

}
/*===========DESKTOP SMALL SCREEN=============*/
@media screen and (min-width: 992px) {
	.site-header hgroup {
		margin: 300px 0 50px;
	}
	.site-header {
		background-position: top center;
	}
	.expertise {
		background: url(images/spiral-notebook.jpg) no-repeat;
		background-position: top center;
		padding-top: 150px;	
		padding-bottom: 75px;
	}

}
/*===========DESKTOP BOOTSTRAP GRID=============*/
@media screen and (min-width: 1200px) {
	.logo {
		max-width: 100%;
	}
	.menu-primary-container {
		float: right;
		margin-top: 50px;
	}
	.menu-item {
		width: auto;
		margin-left: 25px;
	}
	.main-navigation a {
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 700;
		color: #678eb4;
		letter-spacing: .25em;
		transition: all .25s ease-in-out;
		-webkit-ransition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		position: relative;
		padding: 0;
	}
	.main-navigation a:hover:before {
		content: '';
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid transparent;
		border-bottom: 5px solid #00425b;
		position: absolute;
		bottom: -10px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.main-navigation a:hover {
		color: #00425b;
		text-decoration: none;
	}
	.main-navigation a:visited, .main-navigation a:active {
		color: #678eb4;
	}
	.main-navigation li {
		float: left;
		padding: 0;
	}
	.expertise .lcol {
		display: block;
	}
	
	.expertise .lcol div {
		float: left;
		margin-bottom: 1.5%;
		display: flex;
		align-items: center;
	}
	
}
/*===========LAPTOP=============*/
@media screen and (min-width: 1366px) {

}
/*===========DESKTOP COMMON=============*/
@media screen and (min-width: 1440px) {

}
/*===========DESKTOP LARGE SCREEN=============*/
@media screen and (min-width: 1600px) {
	.site-header {
		background-position: top right;
	}

}
/*===========DESKTOP HDMI=============*/
@media screen and (min-width: 1920px) {

}