/*
* Skin Flesh 'n' Bones V1.1
* Inspired by Dave Gamache's Skeleton and Twitter Bootstrap
* 01/01/2015
*/



/* SKIN - Infostate
================================================== */

body { background: #000030; }

/*
.header:before {
	display: block;
	content: " ";
	height: 30px;
	background: #0C3 url(../images/beanz01.jpg) repeat-x 0 0;
}
*/



.bg-wrap { background: #fff url(../images/node-net_670.jpg) repeat-y 0 0; }
.header-wrap { }
.banner-wrap { width: 100%; }
.intro-wrap { background: #000030; color: #FFFFFF; /* padding: 20px 0 40px 0; */ }
.content-wrap { padding: 40px 0 40px 0; }
.footer-wrap { background: #000030; padding: 30px 0; }

header {
position: relative;
height: 80px;
}

a.brand {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 282px;
	height: 70px;
	text-indent: -9999px;
    background: transparent url(../images/infostate-logo_282x70.svg) no-repeat 0 0;
	/* float: left; */
}



.tagline {
	display: block;
	position: absolute;
	bottom: 4px;
	left: 250px;
	padding: 30px 0 0 100px;
	font-size: 12px;
	font-weight: bold;
}

/* MAIN NAV -------------------- */

nav {
	position: absolute;
	right: 10px;
	top: 50px;
}

ul.main-nav {
    list-style: none inside;
	margin: 0; /* overides base style */
	padding-left: 0;
}
ul.main-nav li {
	display: inline-block;
	margin-right: 5px;
	position: relative;
		}
ul.main-nav li a {
	text-decoration: none;
	text-align: center;
	position: relative;
	font-family: Myriad-pro, Verdana, Geneva, sans-serif; font-weight: 400;
	font-size: 16px;
	color: #39220F;
	text-transform: uppercase;
	display: block;
    line-height: 20px;
    padding: 4px 20px 4px 20px;
	height: 28px;
	transition: all 0.3s ease 0s;
	z-index: 5;
}

.main-nav li a:hover {
	color: #FFF;
}

ul.main-nav li a:after {
    background-color: #000030;
    height: 0;
    left: 50%;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    content: "";
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -1;
}
ul.main-nav li a:hover:after {
	opacity: 1;
	height: 100%;
}



@media only screen and (max-width: 960px) {
	
.bg-wrap { background-position: -100px 0; }
	
header { height: 110px; }

nav  {
	top: 80px;
	/* left: 10px;
	right: auto; */
}

.content-wrap {
	padding-top: 20px;
}

}/* END @media */

@media only screen and (max-width: 680px) {

.bg-wrap { background-position: -200px 0; }

ul.main-nav li a {
	font-size: 14px;
    line-height: 20px;
    padding: 4px 10px;
	height: 28px;
}

}/* END @media */

@media only screen and (max-width: 560px) {
	
.bg-wrap { background: #fff url(../images/node-net_470.jpg) repeat-y 0 0; }

header.container { 
	width: 100%;
	padding: 4px;
	height: 130px;
}

a.brand {
   left: 25px;
   	width: 218px;
	height: 54px;
   background-size: 218px 54px;
}
nav {
	position: absolute;
	left: 2px;
	right: 2px;
	top: 65px;
}

ul.main-nav {
	position: relative;
    list-style: none inside;
	margin: 0; /* overides base style */
	padding-left: 0;
	width: 100%;
}
ul.main-nav li {
	display: inline-block;
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 2px;
	width: 33.3%;
}
	
	ul.main-nav li a {
	font-size: 16px;
	background-color: #E0E0E0;
    line-height: 20px;
    padding: 4px 10px;
	height: 28px;
}

}/* END @media */

@media only screen and (max-width: 400px) {
ul.main-nav li a {
	font-size: 14px;
}	
.content-wrap {
	padding-top: 0px;
}

}/* END @media */


/* GENERAL CONTENT & TYPOGRAPHY
  ============================================= */

/* h1.mega {
	 font-size: 72px;
	 line-height: 72px;
	 padding: 20px 0 40px 0; } */

/* 
ul.large-list > li {
	font-size:130%;
	font-weight: 700;
	color: #777777;
} */

.intro-wrap h1, .intro-wrap h2, .intro-wrap h3, .intro-wrap h4, .intro-wrap h5 {
	color: #FFFFFF; 
}

/* Removes extra 6 pixels bug */
.img-wrap {
	line-height: 0.001em;
}

figure {
/* Always set a margin. See Line 366 Bones */
	margin: 0;
	border: none;
	padding: 20px;
	
 }
/* lkh changed figurecaption to figcaption (html5 tag)*/
figcaption {
	display: block;
	font-size: 18px;
	line-height: 1.428571429em;
	font-style: italic;
	padding-top: 5px; /* lkh */
}
/* CUSTOM LISTS WITH GEAR BULLET */

ul.gear { list-style: none outside; padding-left: 0; }
ul.gear > li {
	background: url(../images/bullet_333333_12x12.png) no-repeat left 2px;
	padding-left: 20px;
}

ul.services-list { 
	list-style: url(../images/bullet_333333_16x20.png) inside;
	padding-left: 0;
}

.vacancies ul {
	list-style: none outside;
	padding-left: 0;
}
.vacancies ul > li {
	background: url(../images/bullet_333333_16x16.png) no-repeat left 2px;
	padding-left: 26px;
}
.lead-vacancies { margin: 0.8em 0 0.4em 0; }



@media only screen and (max-width: 900px) {
	
  h1 { font-size: 32px; }
  h2 { font-size: 26px; }
  h3 { font-size: 20px; }
  h4 { font-size: 17px; }
  h5 { font-size: 13px; }


p.lead {
    font-size: 18px;
	line-height: 1.3;
}
}/* END @media */

@media only screen and (max-width: 900px) {
	
  h1 { font-size: 28px; }

}/* END @media */





/* FOOTER
  ====================================================================== */

footer, .footer {
	text-align: center;
}
div.credits { color: #FFF; text-align: center; }

/* SOCIAL NETWORK BUTTONS */

ul.socnet {	padding: 0 0 5px 0; }
ul.socnet li { display: inline; padding: 0; margin: 0 10px 0 0; }
ul.socnet li a {
    display: inline-block;
	text-indent: -9999px;
	width: 30px;
    line-height: 30px;
    padding: 0;
	height: 30px;
	overflow: hidden;
}
.socnet li a {
	background: transparent url(../images/socnet_icons_round_30px.png) no-repeat 0 0;
	/* BG Image replaced for newer browsers */
  	background-image: linear-gradient(transparent, transparent), url(../images/socnet_icons_round_30px.svg);background-image: -webkit-linear-gradient(transparent, transparent), url(../images/icons_blk+wht_22x22.svg);
}
.socnet li.twitter a { background-position: -30px 0; }
.socnet li.facebook a { background-position: 0 0; }
.socnet li.pinterest a { background-position: -90px 0; }

.socnet li.twitter a:hover { background-position: -30px -30px; }
.socnet li.facebook a:hover { background-position: 0 -30px; }
.socnet li.pinterest a:hover { background-position: -90px -30px; }

p.ft { padding-top: 6px; }

.client-list { text-align: center;}
.client-list > h4  { color: #FFF; }


/* Footer Menu
================================================== */
footer ul {
	color: #FFFFFF;
	text-align: center;
}

footer ul li {
	display: inline-block;
	padding: 2px 26px 2px 10px;
	background: url(../images/bullet_333333_16x16.png) no-repeat right center;
}
footer ul li:last-child {
	display: inline-block;
	padding: 2px 10px;
	background: none;
}
footer li a {
	font-family: Myriad-pro, Verdana, Geneva, sans-serif; font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
}

/* Cyber Essentials Badge and QMS ISO9001 Badge */
.cyber-e {

}
.cyber-e > a {
	display: inline-block;
	width: 95px;
	height: 80px;
	text-indent: -9999px;
	background: transparent url(../images/cyber-essentials_285x240.png) no-repeat center center;
	background-size: 95px 80px;
	margin-top: 20px;
}

.qms > a {
	display: inline-block;
	width: 162px;
	height: 76px;
	text-indent: -9999px;
	background: transparent url(../images/ISO-9001-citation-324x152.png) no-repeat center center;
	background-size: 162px 76px;
	margin-top: 20px;
}


@media (min-width: 960px) {
	
.cyber-e {
	position: absolute;
	left: 20px;
	bottom: 20px;

}
.qms {
	position: absolute;
	right: 10px;
	bottom: 15px;

}
.cyber-e > a, .qms > a {
	display: block;
	margin-top: 0;
}

} /* /@media */




/* BANNER
  ====================================================================== */
  
.banner-wrap {
	display: block;
	padding: 4px;
}
.banner-row {
	position: relative;
	height: 180px;
	padding: 4px 0; 
	/* display: table; */
}
.banner-box {
	height: 100%;
	float: left;
/*	border: solid 4px #FFFFFF; */
	padding: 0 4px;
	overflow: hidden;
}
.banner-box > img {
	width: 100%;
	height: 100%;
}
.box-70 { width: 70%; }
.box-60 { width: 60%; }
.box-50 { width: 50%; }
.box-40 { width: 40%; }
.box-30 { width: 30%; }
.box-20 { width: 20%; }
.box-10 { width: 10%; }
.box-75 { width: 75%; }
.box-66 { width: 65%; }
.box-45 { width: 45%; }
.box-35 { width: 35%; }
.box-25 { width: 25%; }
.box-15 { width: 15%; }

/* BANNER IMAGES --------------  */
.home-banner .engine > img { background: white url(../images/bg_engine.jpg) no-repeat center center; background-size: 100% auto; }
.home-banner .pharma-green > img { background: white url(../images/bg_pharma-green.jpg) no-repeat center center; background-size: 100% auto; }
.home-banner .eurofighter > img { background: white url(../images/bg_eurofighter.jpg) no-repeat center center; background-size: 100% auto; }
.home-banner .turbines > img { background: white url(../images/bg_turbines.jpg) no-repeat center center; background-size: 100% auto; }
.home-banner .pharma-white > img { background: white url(../images/bg_pharma-white.jpg) no-repeat center center; background-size: auto 100%; }
.home-banner .underground > img { background: white url(../images/bg_underground.jpg) no-repeat center center; background-size: 100% auto; }
.home-banner .pharma-yellow > img { background: white url(../images/bg_pharma-yellow.jpg) no-repeat center center; background-size: 100% auto; }
.home-banner .sub > img { background: white url(../images/bg_sub.jpg) no-repeat center center; background-size: 100% auto; }
.home-banner .pharma-orange > img { background: white url(../images/bg_pharma-orange.jpg) no-repeat center center; background-size: 100% auto; }

.team-banner .baggage-claim > img { background: white url(../images/bg_baggage-claim.jpg) no-repeat center center; background-size: 100% auto; }
.team-banner .radar-dish > img { background: white url(../images/bg_radar-dish.jpg) no-repeat center center; background-size: 100% auto; }
.team-banner .underground-2 > img { background: white url(../images/bg_underground-2.jpg) no-repeat center center; background-size: 100% auto; }
.team-banner .turbines > img { background: white url(../images/bg_turbines.jpg) no-repeat center center; background-size: 100% auto; }
.team-banner .sub-2 > img { background: white url(../images/bg_sub-2.jpg) no-repeat center center; background-size: 100% auto; }
.team-banner .test-tubes-blue > img { background: white url(../images/bg_test-tubes-blue.jpg) no-repeat center center; background-size: 100% auto; }
.team-banner .eurofighter-2 > img { background: white url(../images/bg_eurofighter-2.jpg) no-repeat center center; background-size: 100% auto; }
.team-banner .perkins-engine > img { background: white url(../images/bg_engine-2.jpg) no-repeat center center; background-size: 100% auto; }

.join-banner .black-car > img { background: white url(../images/bg_black-car.jpg) no-repeat center center; background-size: 100% auto; }
.join-banner .test-tubes-grey > img { background: white url(../images/bg_test-tubes-grey.jpg) no-repeat center center; background-size: 100% auto; }
.join-banner .underground > img { background: white url(../images/bg_underground.jpg) no-repeat center center; background-size: 100% auto; }
.join-banner .rollers-orange > img { background: white url(../images/bg_rollers-orange.jpg) no-repeat center center; background-size: 100% auto; }
.join-banner .radar-dome > img { background: white url(../images/bg_radar-dome.jpg) no-repeat center center; background-size: 100% auto; }
.join-banner .sub > img { background: white url(../images/bg_sub.jpg) no-repeat center center; background-size: 100% auto; }
.join-banner .pharma-green > img { background: white url(../images/bg_toll.jpg) no-repeat center center; background-size: 100% auto; }
.join-banner .flight-sim > img { background: white url(../images/bg_flight-sim.jpg) no-repeat center center; background-size: 100% auto; }

.testimonials-banner .turbines > img { background: white url(../images/bg_turbines.jpg) no-repeat center center; background-size: 100% auto; }
.testimonials-banner .tgv > img { background: white url(../images/bg_tgv.jpg) no-repeat center center; background-size: 100% auto; }
.testimonials-banner .pharma-white > img { background: white url(../images/bg_pharma-white.jpg) no-repeat center center; background-size: auto 100%; }
.testimonials-banner .pharma-orange > img { background: white url(../images/bg_pharma-orange.jpg) no-repeat center center; background-size: 100% auto; }
.testimonials-banner .pharma-yellow > img { background: white url(../images/bg_pharma-yellow.jpg) no-repeat center center; background-size: 100% auto; }
.testimonials-banner .sub > img { background: white url(../images/bg_sub.jpg) no-repeat center center; background-size: 100% auto; }
.testimonials-banner .baggage-claim > img { background: white url(../images/bg_baggage-claim.jpg) no-repeat center center; background-size: 100% auto; }
.testimonials-banner .eurofighter > img { background: white url(../images/bg_eurofighter.jpg) no-repeat center center; background-size: 100% auto; }


.contact-banner .pharma-green > img { background: white url(../images/bg_pharma-green.jpg) no-repeat center center; background-size: 100% auto; }
.contact-banner .radar-dome > img { background: white url(../images/bg_radar-dish.jpg) no-repeat center center; background-size: 100% auto; }
.contact-banner .underground > img { background: white url(../images/bg_underground.jpg) no-repeat center center; background-size: 100% auto; }
.contact-banner .pharma-white > img { background: white url(../images/bg_pharma-white.jpg) no-repeat center center; background-size: auto 100%; }
.contact-banner .black-car > img { background: white url(../images/bg_black-car.jpg) no-repeat center center; background-size: 100% auto; }
.contact-banner .test-tubes-blue > img { background: white url(../images/bg_test-tubes-blue.jpg) no-repeat center center; background-size: 100% auto; }
.contact-banner .toll > img { background: white url(../images/bg_toll.jpg) no-repeat center center; background-size: 100% auto; }

.news-banner .flight-sim > img { background: white url(../images/bg_flight-sim.jpg) no-repeat center center; background-size: 100% auto; }
.news-banner .test-tubes-grey > img { background: white url(../images/bg_test-tubes-grey.jpg) no-repeat center center; background-size: 100% auto; }
.news-banner .engine-2 > img { background: white url(../images/bg_engine-2.jpg) no-repeat center center; background-size: 100% auto; }
.news-banner .rollers-orange > img { background: white url(../images/bg_rollers-orange.jpg) no-repeat center center; background-size: 100% auto; }
.news-banner .sub-2 > img { background: white url(../images/bg_sub-2.jpg) no-repeat center center; background-size: 100% auto; }
.news-banner .pharma-white > img { background: white url(../images/bg_pharma-white.jpg) no-repeat center center; background-size: 100% auto; }
.news-banner .eurofighter-2 > img { background: white url(../images/bg_eurofighter-2.jpg) no-repeat center center; background-size: 100% auto; }
.news-banner .underground-2 > img { background: white url(../images/bg_underground-2.jpg) no-repeat center center; background-size: 100% auto; }

 /* .banner-heading { padding: 0 8px; } */
 
 /* BANNER ANIMATION --------------------- */
 
 /*
.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
.animated {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
*/

/* HOME Page Detail */

.banner-text { 
	display: table;
	height: 100%;
	width: 100%; 
	}
.banner-text > div {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 20px;
}
.banner-text  h1, .banner-text  h2, .banner-text  h3, .banner-text  h4, .banner-text  p, .banner-text  span { color: #FFFFFF; }

.blue-bg { background: #000033; }
.lt-blue-bg { background: #00A1F1; }
.grey-bg { background: #343434; }
.lt-grey-bg { background: #E0E0E0; }


/* Animated Tags */
.tag-one {
	position: relative;
	display: block;
	height: 36px;
	padding: 0 0 0 36px;
}
.tag-one > div {
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 8px;
	left: 0;
	background: url(../images/bullet_00A1F1_16x16.svg) no-repeat center center;
	background-size: 20px 20px;
}
.tag-one > span {
	font-size: 30px;
	line-height: 1.2;
	display: block;
}


/* Testimonials Link Box */
a.testi-link {
	text-decoration: none;
	}
a.testi-link:hover {
	transform: scale(1.2);
}
a.testi-link > .lt-grey-bg {
	background: #E0E0E0 url(../images/icon_webinar_256.svg) no-repeat 99% 99%;
	background-size: 60px auto;
	transition: all 0.4s ease 0s;
}
a.testi-link > .lt-grey-bg:hover {
	background-color: #C3C3C3;
	background-size: 90px auto;
}


span.testi-quote {
	display: block;
	position: relative;
	font-size: 18px;
	line-height: 1.1;
	color: #343434;
}

.testi-quote:before {
	content:"\201C";
	font-weight: 500;
	position: absolute;
	top: 0;
	left: -0.4em;
	/* line-height: 20px; */
}
.testi-quote:after {
	content:"\201D";
	font-weight: 500;
	/* line-height: 20px; */
}
span.read-testi {
	padding-top: 10px;
	color: #00A1F1;
/*	position: absolute;
	right: 0; */
}
	

h1 > span.reduce {
	font-size: 75%;
}

/* .home-banner { margin-bottom: 40px;} */


@media only screen and (max-width: 1600px) {
	.banner-row { height: 170px; }
	h1.home-heading { font-size: 37px; }
}

@media only screen and (max-width: 1400px) {
	.banner-row { height: 150px; padding: 3px 0; }
	.banner-wrap {	padding: 3px; }
	.banner-box { padding: 0 3px; }
	.banner-heading { padding: 0 6px; }
/* Animated Tags */
.tag-one { height: 30px; padding: 0 0 0 30px; }
.tag-one > div { height: 18px; width: 18px; top: 6px; background-size: 18px 18px; }
.tag-one > span { font-size: 25px; }

	span.testi-quote { font-size: 16px; }
	h1.home-heading { font-size: 34px; }
}

@media only screen and (max-width: 1250px) {
	.banner-row { height: 130px; }
	span.testi-quote { font-size: 14px; }
	span.read-testi { font-size: 12px; }
	h1.home-heading { font-size: 29px; }
}

@media only screen and (max-width: 1050px) {
	.banner-row { height: 110px; padding: 2px 0;}
	.banner-wrap {	padding: 2px; }
	.banner-box { padding: 0 2px; }
	.banner-heading { padding: 0 4px; }
	.intro-wrap { padding: 6px 0 12px;}
/* Animated Tags */
.tag-one { height: 24px; padding: 0 0 0 24px; }
.tag-one > div { height: 16px; width: 16px; top: 4px; background-size: 16px 16px; }
.tag-one > span { font-size: 20px; }
/* -- */
span.testi-quote { font-size: 12px; }
h1.home-heading { font-size: 26px; }
.banner-text > div { padding: 5px 10px; }
}

@media only screen and (max-width: 900px) {
	.banner-row { height: 90px; }
	.banner-row.home-one { display: none; }
/* Animated Tags */
.tag-one { height: 20px; padding: 0 0 0 20px; }
.tag-one > div { height: 14px; width: 14px; top: 3px; background-size: 14px 14px; }
.tag-one > span { font-size: 16px; }
/* -- */
	span.testi-quote { font-size: 12px; }
	span.read-testi { font-size: 10px; }
	h1.home-heading { font-size: 20px; }
	
a.testi-link > .lt-grey-bg {
	background-size: 40px auto;
}
a.testi-link > .lt-grey-bg:hover {
	background-size: 60px auto;
}
a.testi-link > .banner-text > div { padding: 5px 20px 5px 10px; }

.home-banner .pharma-white { display: none; }
.home-banner .pharma-yellow { display: none; }
.home-banner .pharma-orange { width: 35%; }
.home-banner .sub { width: 20%; } 
.home-banner .tag { width: 45%; }
.home-banner .testi { width: 45%; }
}
@media only screen and (max-width: 760px) {
	.banner-row { height: 80px; }
}
@media only screen and (max-width: 640px) {
	.banner-row { height: 75px; }
	span.tag-one { font-size: 16px; }
	span.tag-two { font-size: 12px; }
	span.testi-quote, span.read-testi { font-size: 10px; }
	h1.home-heading { font-size: 15px; }
}
@media only screen and (max-width: 600px) {
	.banner-row { height: 70px; }
	}
@media only screen and (max-width: 560px) {
	.banner-row { height: 65px; }
	.home .banner-row { height: 75px; }
	.home-banner .sub, .home-banner .turbines { display: none; }
	.home-banner .banner-box { width: 50%; }
}
@media only screen and (max-width: 490px) {
	.banner-wrap { padding: 0 2px; }
	.banner-row { height: 150px; padding: 0; }
	.banner-box {height: 50%;}
	.banner-box {padding-bottom: 4px; }
	.home-banner .banner-box { width: 100%; }
	.team-banner .banner-box, .join-banner .banner-box, .testimonials-banner .banner-box, .contact-banner .banner-box, .news-banner .banner-box { width: 50%; }
	.home-banner .pharma-orange {
		position: absolute;
		bottom: 0; 
	}
/* remove selected rows to bring content up */ 
	.banner-row.remove { display: none; }
	.contact-banner .pharma-white > img { background-size: 100% auto; }
	.testimonials-banner .pharma-white > img { background-size: 100% auto; }
}


/* THE HOME PAGE
====================================================================================== */

h1 > .reduce { font-weight: 400; }

/* Service Lists -------------------------- */

.service-list { 
	text-align: center;
	padding: 0 0 20px 0;
}
.program-management:before { display: inline-block; width: 128px; height: 128px; content: " "; background: url(../images/icon_diagram_128.svg) no-repeat center top; background-size: 128px 128px; }
.business-analysis:before { display: inline-block; width: 128px; height: 128px; content: " "; background: url(../images/icon_seo_business_128.svg) no-repeat center top; background-size: 128px 128px; }
.system-delivery:before { display: inline-block; width: 128px; height: 128px; content: " "; background: url(../images/icon_flow_chart_128.svg) no-repeat center top; background-size: 128px 128px; }
.system-support:before { display: inline-block; width: 128px; height: 128px; content: " "; background: url(../images/icon_engineering_service_128.svg) no-repeat center top; background-size: 128px 128px; }
.training:before { display: inline-block; width: 128px; height: 128px; content: " "; background: url(../images/icon_report_128.svg) no-repeat center top; background-size: 128px 128px; }


/* Just for the service list to prevent bunching */
@media only screen and (max-width: 1100px) {
        .service-list.col-6 { width: 100%; }
        .service-list.offset-3 { margin-left: 0; }
    }



/* THE TEAM PAGE
======================================================================================= */

.profile-row { padding: 0 0 40px 0; }
.profile > .title, .profile > .skills { 
	display: block;
	font-weight: 400;
	color: #666666;
	font-size: 140%;
	}
.profile > .skills { margin-bottom: 20px; font-size: 120%; }
.profile-img { margin-top: 40px; }

a.linkedin {
	display: block;
	text-indent: -9999px;
	width: 95px;
	height: 21px;
	background: url(../images/linked-in_95x21.png) no-repeat 0 0;
	background-size: contain;
}



.profile-img {
	border: solid 8px #e0e0e0;
	border-radius: 8px;
	padding: 16px;
	max-width: 348px;
}
/*
.profile-img:after {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 0px;
	z-index: 100;
	width: 160px;
	height: 160px;
	content: "Portrait";
	text-indent: -9999px;
	background: url(../images/knockout-gear_333333_160x160.svg) no-repeat 0 0;
}
*/



/* CONTACT PAGE
================================================== */


/* ADDRESS */

ul.vcard {
	list-style: none;
	padding-left: 10px;
}
ul.vcard > li {
	margin: 0;
	font-size: 16px;
	}

/* Enquiry form */

fieldset {
    border: none;
    margin: 0 0;
    padding: 0;
}
	input[type="text"],
	input[type="number"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 2px solid #E0E0E0;
		padding: 10px 10px;
		height: 3em;
		outline: none;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		font-size: 16px;
		color: #343434;
		margin: 0;
		width: 95%;
		max-width: 95%;
		display: block;
		margin-bottom: 20px;
		background: #E0E0E0; }
/*
	select {
		padding: 0; }
*/
	input[type="text"]:focus,
	input[type="number"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 2px solid #343434;
 		color: #343434;/* 
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); */ }
	textarea {
		min-height: 100px;
		padding-top: 4px;
	}
	label,
	legend {
		display: block;
		font-weight: normal;
		font-size: 18px;
		text-transform: uppercase;}
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

	/* LKH */

	input[type="number"] {
		/*display:inline;*/
		width: 120px;
		padding: 2px 4px;
		/*margin-top: 5px;*/
	}
	select option {
    font-size: 100%;
    margin: 0;
    margin-top: 5px;
    vertical-align: middle;
	}


.btn.default {
  color: #333333;
  background-color: #E0E0E0;
  border-color: #E0E0E0;
}

.btn.default:hover,
.btn.default:focus,
.btn.default:active,
.btn.default.active {
  color: #FFFFFF;
  background-color: #00A1F1;
  border-color: #00A1F1;
}



/* TESTIMONIALS PAGE
======================================================================================= */


/*	Blockquotes  */
	blockquote, blockquote p { font-size: 18px; color: #777; font-style: italic; }
	blockquote { margin: 0; padding: 9px 20px 9px 0; border-left: none; }
	/* blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }  */
span.attribution { display: block; padding-left: 20px; margin-bottom: 30px; }
blockquote:before { content: "\201C"; color: #000; padding-right: 6px;}
blockquote:after { content: "\201D"; color: #000; padding-left: 6px;}

.testimonial-image {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/icon_webinar_256.svg) no-repeat center top;
}

/* BLOG / NEWS
======================================================================================= */

.postdate { 
	padding: 0; 
	margin-bottom: -20px;
	font-style: italic;
}
.postdate > span:before { content: "Posted on "; }
.blogHeading > h1 { margin-left: 20px; margin-right: 20px; }
.blog-wrap { margin-bottom: 40px; }
/* Clearfix for blog-wrap */
.blog-wrap:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
      clear: both;
 }
.blog-wrap > h2 { margin-bottom: 20px; }
/* Images with no alignment will stretch to full width */
.blog-wrap > img, .blog-wrap > p > img { width: 100%; height: auto; }
.blog-wrap > p > img.align_right { 
	width: inherit;
	float: right;
	margin: 0 0 0 20px;
}
.blog-wrap > p > img.align_left {
	width: inherit;
	float: left;
	padding: 0 20px 0 0;
}
.blog-posts { margin-top: 30px; }



/* Archive Menu */
aside.blog-menu {
	margin-top: 60px;
}
.blog-menu ul { 
	list-style: outside none none; 
	padding: 0; 
}

.blog-menu  ul > li {
	border-top: 4px dotted #E0E0E0;
	font-size: 14px;
	line-height: 18px;
	padding: 4px 0;
}
.blog-menu > ul > li:last-child { border-bottom: 4px dotted #E0E0E0; }
.blog-menu  ul > li > a {
	display: inline-block;
	width: 100%;
}

.blog-menu  ul > li > a:hover {
	text-decoration: none;
	padding-left: 20px;
	background: transparent url(../images/bullet_333333_12x12.png) no-repeat left center;

}
.blog-pagination { text-align: center; padding: 10px 0; }
.blog-pagination > a.prev {
	display: inline-block;
	line-height: 56px;
	width: 56px;
	height: 56px;	padding: 0;
	margin-right: 50px;
	text-indent: -9999px;
	background: transparent url(../images/icon_arrow_left_56.svg) no-repeat center center;
}
.blog-pagination > a.next {
	display: inline-block;
	line-height: 56px;
	width: 56px;
	height: 56px;
	padding: 0;
	margin-left: 50px;
	text-indent: -9999px;
	background: transparent url(../images/icon_arrow_right_56.svg) no-repeat center center;
}
