/*  
Theme Name: Living Map
Theme URI: http://www.livingmap.com
Version: 0.3
Author: HC Communications
Author URI: http://wwww.hccommunications.com
*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}

/************************************************************************************
TYPOGRAPHY
*************************************************************************************/

html,
input[type=submit] {	
	font-family:'FF Unit Offc W01';
	font-size: 62.5%; /* font-size 1em = 10px on default browser settings */
	line-height: 2.5rem;
}

html,
body {
 	height: 100%;
    text-rendering: optimizeLegibility;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
}

p, .post-date{
	padding: 0 0 1.2em;
	margin: 0;
}

p, address {
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.6em;
}

p.discrete {
	font-size: 16px; font-size: 1.6rem;
}

p a, dt {
	font-weight: bold;
}

.post-date {
	font-size: 1.4rem;
	line-height: 1.4em;
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0 .8em;
	line-height: 1em;
}

h1, h2, h3, h4, h5, h6, .largelist, blockquote {
	/* 	only smooth the bolder fonts! */
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1.page-title, h2.page-title, h3.page-title, h4.page-title, h5.page-title, h6.page-title,
h1.post-title, h2.post-title, h3.post-title, h4.post-title, h5.post-title, h6.post-title {
	margin: 0 0 .8em;
}

h1 {
	font-weight: 800;
	font-size: 48px; font-size: 4.8rem;
}

h2, #row-video h1 {
	font-size: 40px; font-size: 4.0rem;
}

h2.row-header {
	font-size: 48px; font-size: 4.8rem;
}

h3 {
	font-size: 30px; font-size: 3.0rem;
}

h4 {
	font-size: 22px; font-size: 2.2rem;
}

h5 {
	font-size: 20px; font-size: 2.0rem;
}

h6 {
	font-size: 18px; font-size: 1.8rem;
}

address {
	font-style: normal;
}

.icon-font-demo span {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 20px;
	font-size: 60px;
	text-align: center;
}

.underline,
.widget-underline-title .widget-title,
dt {
	padding-bottom: .25em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* LISTS
================================================ */

ul, ol, dl {
	margin: 0.3em 0 1.4em 24px;
	padding: 0;
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.6em; list-style-type: circle;
}

li {
	padding: 0 0 0.7em 0;
	margin: 0; list-style-type: circle;
}

.largelist {
	line-height: 1em;
	font-size: 20px; font-size: 2.0rem;
	font-style: italic;
	padding: 0; list-style-type: circle; list-style:
	margin: .25em 0 0 0;
}

dt {
	font-size: 18px; font-size: 1.8rem;
	margin: 20px 0 .8em;
}

dd {
	padding: 0 0 .7em 0;
	margin: 0;
}

/*
#contentContainer .so-widget-sow-editor ol li {
	display: list-item;
}

#contentContainer .so-widget-sow-editor ul li {
	display: list-item;
}
*/

/* BLOCKQUOTES
================================================ */

blockquote, blockquote p {
	font-size: 24px; font-size: 2.4rem;
	margin: 1.2em 15% 2.4em 5%;
	font-style: italic;
	font-weight: 700;
}

hr {
    border: 0;
    height: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom: none;
    margin: 50px 0;
}
    
/************************************************************************************
STRUCTURE
*************************************************************************************/

#canvas {
/* 	overflow: hidden; */
/*
	display: flex;
	flex-flow: column;
	height: 100%;
*/
}

	#headerWrapper {
/* 	flex: 0 1 auto; */
	}

		#header {
			padding-top: 30px;
			padding-bottom: 15px;
			transition: height .4s ease;
		}	
		
			#header-info {
				float: left;
			}			
			
			#header-nav {
				float: right;			
			}

	#headerimgContainer {

	}
			
	#contentWrapper {
/* 		flex: 0 1 auto; */
	}

		#contentContainer {
/*
			display: flex;
			flex-flow: row;
			align-items: stretch;
*/
/*
			border-right-width: 1px;
			border-right-style: solid;			
			border-left-width: 1px;
			border-left-style: solid;
*/
		}

		.page-home #contentContainer {
			border: none;
		}		

			#content {
				width: 75%;
				float: left;		
			}
			
			#sidebar {
				width: 25%;
				float: right;
				box-sizing: border-box;
/*
				border-left-width: 1px;
				border-left-style: solid;
*/
			}

	.subfooterWrapper {

	}	


	#footerWrapper {
		padding: 50px 0;
	}
	
		#footer {

		}

	#creditsWrapper {
/* 		flex: 0 1 40px; */
		position: relative; /* for bgimage */
	}
	
		#credits {
			padding: 0;			
		}	
		
.fullwidth {
	width: 100%;
	margin: 0 auto;
}

.setwidth {
	box-sizing: border-box;
	margin: 0 auto;
}

.blogwidth {
	width: 800px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 40px;
}

#canvas .flexheight {
	display: flex;
	flex-flow: row;
	align-items: stretch !important;
}	

/* 	the widgets add the padding themselves */
/* #contentWrapper .setwidth, */
#footerWrapper .setwidth {
	padding-right: 0;
	padding-left: 0;
}

#wp-calendar td {
	padding: 5px;
}

/* MISC STYLING *****************************************************************/

.padded {
	box-sizing: border-box;
	padding: 70px 25px;
}

.widget-nomargin {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.nosidepadding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.nobottompadding {
	padding-bottom: 0 !important;
}

.nobottommargin {
	margin-bottom: 0 !important;
}

.notopmargin {
	margin-top: 0 !important;
}

.nomargin {
	margin: 0 !important;
}

.nopadding {
	padding: 0 !important;
}

h2.lessbottommargin {
	margin-bottom: .4em;
}

.lessbottompadding {
	padding-bottom: .4em;
}

.bg-grad, .slicknav_menu  {
	background-position: center center;
}

.bg-cover {
	background-size: cover;
}

.textshadow {
	-webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	-moz-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.dropshadow {
	-webkit-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.3);
}

.innershadow {
	-webkit-box-shadow: inset 0px 0px 40px -10px rgba(0,0,0,0.97);
	-moz-box-shadow: inset 0px 0px 40px -10px rgba(0,0,0,0.97);
	box-shadow: inset 0px 0px 40px -10px rgba(0,0,0,0.97);
}

.parallax-bg {
	height: 400px;
}

.border-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* ------- Videos ------- */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
/* 	padding-top: 30px; */
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

/* ------- BG Images ------- */

.bgimageWrapper, .bgimageWrapper:after, .colortrans:after {
	width: 100%;
	height: 100%;	
}

.bgimageWrapper {
	position: relative;
}

.bgtitle {
	padding: 2em;
	font-size: 40px; font-size: 4rem;
	background: rgba(0,0,0,.5);
	color: white;
	text-transform: uppercase;
	text-align: center;
	display: inline;

}

.fallback {
	display: none;
}

.no-svg .fallback {
	display: block;
}


/************************************************************************************
HEADER
*************************************************************************************/
			
#header-info {

}

/*
	.site-logo,
	.site-logo .svg_living_map_logo,
	.site-logo .fallback
*/

	#header .site-logo {
		width: 250px;
		height: 73px;
		background-image: url(images/living_map_logo.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		text-indent: -9999px;
		background-size: 250px 73px;
	}
	
	/* 	no svg modernizr fallback */
	.no-svg #header .site-logo {
		background-image: url(images/living_map_logo.png);
	}

	/* fixed header version */
	.myfixed #header .site-logo {
		width: 150px;
		height: 44px;
/* 		background-image: url(images/living_map_logo_alt.svg); */
		background-size: 150px 44px;
	}

	/* fixed header version - no svg modernizr fallback */
	.no-svg.myfixed #header .site-logo {
/* 		background-image: url(images/living_map_logo_alt.png); */
	}

#nav-mailinglist h2 {

}

#header-nav {

}

.sticky-contact {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
	padding-bottom: 0;
}


/**************************************************
NAV - HEADER MENU
**************************************************/

#main-nav {
	margin: 15px 0 0 0;
	padding: 0;
/* 	position: absolute; */
/* 	right: 130px; */ /* 40px per social icon + 10px margin */
/* 	top: 30px; */
	z-index: 100;
	float: right;
/* 	background: #ccc; */
}

	#main-nav li {
		margin: 0 1.25em;
		padding-bottom: 3px;
		list-style: none;
		float: left;
		font-size: 18px; font-size: 1.8rem;
		line-height: 30px;
		font-weight: bold;
  
	}

	#main-nav li.social-icon {
		margin: 0 0 0 10px;
	}

	#main-nav li:after {
		content: '';
		display: block;
		margin: auto;
		height: 3px;
		width: 0px;
		background: transparent;
		transition: width .4s ease, background-color .4s ease;
	}
	
	#main-nav li:hover:after {
		width: 100%;
/* 		background: color set in colors.php; */
	}

	#main-nav a {
		display: block;
		padding: 0;
		margin: 0;
		text-decoration: none;
		transition: color .4s ease;
	}
	
	
/* 
STICKY HEADER
================================================ */

.wrapfixed #header  {
	padding: 15px 30px;
}

.wrapfixed .nav-icon {
	top: 25px;
}

.wrapfixed #main-nav {
	margin: 7px 0 0 0;
}

#headerWrapper.myfixed {
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
}

/* 	Social Icon Menu Items */
	
	ul li.social-icon {
		list-style: none;
		margin: 0 0 0 6px; /* -4px for inline block fix */
		padding: 0;
		height: 30px;
		width: 30px;
		display: inline-block;
	}

	ul li.social-icon:first-child {
		margin: 0;
	}
	
	ul li.social-icon a {
		height: 30px;
		width: 30px;
		display: block;
		padding: 0;
		cursor: pointer;
		text-align: left;
		text-indent: -9999px;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		position: relative;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		transition: all .4s;
	}
	
	ul li.social-icon a:before {	
		text-decoration: none;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		font-size: 21px;
		line-height: 30px;
		width: 30px;
		text-indent: 0;
		text-align: center;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -15px;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizeLegibility;
	}
	
	/* 	single color icons */
	ul li.social-icon a {
		transition: background-color .4s ease;
		/* 	background-color: see main colors; */ /* **** bg color */		
	}
	
	ul li.social-icon a:before {
		transition: color .4s ease;
		/* 	color: see main colors; */ /* **** icon color */
	}
	
	/* Hover behaviour */
	
	ul li.social-icon a:hover {
		text-decoration: none;
/* 		opacity: .5; */
	}

	ul li.social-icon:hover a:before {
/* 		color: #ff0000; */  /* **** solid icon hover color */
	}	

	/* FontAwesome icons */
	
	ul li.social-icon-twitter a:before { content: "\f099"; }		
	ul li.social-icon-linkedin a:before { content: "\f0e1"; }	
	ul li.social-icon-facebook a:before { content: "\f09a"; }	
	ul li.social-icon-instagram a:before { content: "\f16d"; }	
	ul li.social-icon-youtube a:before { content: "\f16a"; }	
	ul li.social-icon-pinterest a:before { content: "\f0d2"; }
	ul li.social-icon-vimeo a:before { content: "\f194"; }
	ul li.social-icon-googleplus a:before { content: "\f0d5"; }					

	.widget-social-icons ul {
		margin: 0;
	}

/************************************************************************************
SIDEBAR
*************************************************************************************/

#sidebar {
	padding: 0;
}

	#sidebar .widget {
		padding: 30px;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}

	#sidebar .widget:last-child {
		border-bottom: none;
	}	

		#sidebar .widget h3 {
			margin: .5em 0;
		}

		#sidebar .widget h4 {
			margin: 0;
		}

		#sidebar .widget p {
			padding: 0;
			font-size: 14px; font-size: 1.4rem;
			line-height: 1.5em;
		}

		#sidebar .widget p .button {
			font-size: 16px; font-size: 1.6rem;
			margin: 1em 0 0 0;
		}
				
/************************************************************************************
ROWS
*************************************************************************************/

/* row-video ************************************/

#row-video {
	height: 600px;
}
	
	#row-video .textwidget {
		display: flex;
		align-items: center;
		justify-content: center;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

		#row-video h2,
		#row-video h1 {
			margin-bottom: 0;
		}

#headerimgContainer > div {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	text-align: center;
}

#headerimgContainer > div > div {
	width: 100%;
}

	#headerimgContainer h1,
	#headerimgContainer p {
		 color: #fff;
		 margin: 0;
		 padding: 0 10%;
		 position: relative;
		 margin: 0 auto;
	}


/* Default Row Padding */

.panel-row-style {
/*
	padding-top: 100px;
	padding-right: 50px;
	padding-bottom: 100px;
	padding-left: 50px;
*/
}

.siteorigin-widget-tinymce p:last-child {
	padding-bottom: 0;
}

/* row-partners ************************************/

.row-partners {
	text-align: center;
}
	
	.row-partners img {
		/*width: 120px;*/
		height: auto;
		/*margin-right: 15px;*/
	}
	
	.row-partners img:last-of-type {
		margin-right: 0px;
	}

/* Logos ************************************/

.logos {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}


	.logos img {
		/*max-height: 60px;*/
		width: auto;
		max-width: 140px;
		padding: 0 20px;
		display: block;
	}	
	
/* row-explainer ************************************/

.row-explainer,
.flexslider_explainer .slide,
.flexslider_explainer .slide-content {
	height: 700px;
}
  
.row-explainer {
	overflow: hidden;
	position: relative;
}

.flexslider_explainer .slide {
	background-position: center center;
	background-repeat: repeat-x;
}

	.flexslider_explainer .slide-content {
		display: flex;
	}
	
		h2.flexslider_explainer_text  {
			float: left;
			font-size: 36px;
			width: 60%;
			align-self: center;
			padding: 50px 8% 50px 0;
			box-sizing: border-box;
			margin: 0 0 0 1%;
		}
		
		.flexslider .slides img.flexslider_explainer_iphone {
			float: right;
			margin: 100px 1% 0 0;
			width: 40%;
			height: auto;
			z-index: 1000;
			align-self: flex-start;
		}

/*
.flexslider_explainer_text_bg {
	width: 100%;
	height: 300px;
	position: absolute;
	bottom: 0;
	z-index: 999;
	padding-left: 50%;	
}
*/

/*
.flexslider_explainer_text {
	width: 100%;
	height: 300px;
	position: absolute;
	bottom: 0;
	z-index: 999;
}

	.flexslider_explainer_text h2 {
		font-size: 36px;
		position: absolute;
	    right: calc( 50% - 50px );
	    top: 50%;
	    transform: translate(0, -50%);
		 -webkit-transform:translate(0,-50%);
	        -ms-transform:translate(0,-50%);
		padding: 0 0 0 0;
		z-index: 100;
		width: calc( 1200px / 2 );
	}
*/	


/* row-features ************************************/	

.row-features .widget-title {
	text-align: center;
}

/* row-features-icons ************************************/	

.row-features-icons {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

.row-features-icons-last {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

	.row-features-icons .widget_text {
		position: relative;
		padding-bottom: 50px;
	}
		
/* 		fontastic shutdown fix */
/*
		.row-features-icons svg {
			position: absolute;
			top: 0;
			left: 0;
		}
*/

		.row-features-icons img {
			position: absolute;
			top: 0;
			left: 0;
		}
				
		.row-features-icons h3,
		.row-features-icons p {
			margin-left: 130px;
		}
		
		.row-features-icons h3 {
			margin-bottom: .25em;
		    padding: 10px 0 .25em 0;
		    border-bottom-style: solid;
		    border-bottom-width: 1px;
		}

		.row-features-icons p {
			padding-bottom: 0;
		}



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

	
	.row-features-icons {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}

	#canvas .row-features-icons > .panel-grid-cell {
		-ms-flex: 0 1 100% !important;
		-webkit-flex: 0 1 100% !important;
		flex: 0 1 100% !important;
		margin-right: 0 !important;
	}
	
	#canvas .row-features-icons > .panel-grid-cell:nth-child(2n) {
	    padding-left: 0 !important;
	}

}

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

	.row-features-icons h3,
	.row-features-icons p {
		margin-left: 0;
	}

	.row-features-icons .widget_text {
		padding-top: 100px;
	}

}

/* row-targetaudiences ************************************/	


.row-targetaudiences {
	display: flex;
	-webkit-align-items: stretch !important;
	align-items: stretch !important;
}

.row-targetaudiences > div {
	position: relative;
	padding-bottom: 70px;
}

.row-targetaudiences .button {
	position: absolute;
	bottom: 0;
}

.row-targetaudiences .button-outline {
	position: absolute;
	bottom: 50px;
}


/* row-differentiators ************************************/

.row-differentiators {
	text-align: center;
	padding: 100px 50px 0 50px !important;
}

	.row-differentiators p:first-child {
	    text-align: center;
	}

/* row-platform ************************************/


.platform {
	width: 100%;
	display: flex;
/* 	align-items: center; */
/* 	justify-content: center; */
}



.platform > div {
		display: flex;
		flex-direction: column;
		box-sizing: border-box;
/* 		background-color: #eee; */
		text-align: center;
		justify-content: flex-end;
}

	.platform-col {
		width: 25%;
	}

		.platform1 img {
			padding: 50px 0;
		}

		.platform2 img {
			padding: 100px 0;
		}
		
		.platform3 img {
			padding: 40px 0;
		}
			
		.platform-col-text {
/* 			align-self: flex-end; */
			height: 20em;
		}

	.diagram-arrows {
		width: 134px;
		background-position: center 17%;
		background-size: 60%;
		background-repeat: no-repeat;
	}

	.diagram-arrows-double {
		background-image: url(images/diagram-arrow-double.png);
	}
	
	.diagram-arrows-single {
		background-image: url(images/diagram-arrow-single.png);
	}

	
/************************************************************************************
WIDGETS
*************************************************************************************/

/* widget-testimonial ****************************/

.widget-testimonial .testimonial {
	box-sizing: border-box;
	padding: 0 10%;
}

.widget-testimonial blockquote {
	margin: 0 0 30px 0;
	font-size: 48px;
	line-height: 1em;
}

.widget-testimonial .flexslider .slides img {
	max-width: auto;
	margin-top: 10px;
}
	
.widget-testimonial .flexslider h4 {
	font-size: 36px;
	margin: 20px 0 0 0;
}

.widget-testimonial .flexslider p {
	font-size: 28px;
	padding-bottom: 0;
}	

.testimonial-details {
/* 	display: flex; */
}
	
/* widget-job / widget-blog ************************************/

.widget-job, .widget-blog {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 30px 0;
}


/************************************************************************************
POSTS
*************************************************************************************/

article {
	padding: 50px 0;
}

.blogwidth article {
}

.single-post .blogwidth article img {
	padding: 30px 0 50px 0;
}

.single-post .blogwidth article .wp-caption img {
		padding: 30px 0 0 0;
		margin-left: -200px;
	}
	
	.single-post .blogwidth article .wp-caption .wp-caption-text {
		padding: 0 0 50px 0;
		width: 200px;
		margin-left: -200px;
		font-size: 14px; font-size: 1.4rem;
		font-style: italic;
	}


.single-post article {
	padding: 0;
}

.blog #contentContainer,
.archive #contentContainer,
.single-post #contentContainer {
	padding-top: 80px;
	padding-bottom: 80px;
}

.archive .post,
.blog .post {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.archive #content .post:last-of-type,
.archive .post:last-of-type,
.blog .post:last-of-type {
	border-bottom-width: 0;
}

	.archive #content .post p:last-of-type,
	.jobs-template-default #content .post p:last-of-type  {
		padding-bottom: 0;
	}

.post_archive_img {
	float: left;
	margin: 0 50px 50px 0;
}

.addthis {
	margin-top: 50px;
	padding: 30px;
	box-sizing: border-box;
}

/* Pagination **********************************************************************/

.pagination {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 18px; font-size: 1.8rem;
	box-sizing: border-box;
	padding: 50px 0;
}

.single-post .pagination {

}

.single-jobs .pagination {

}

	.post-nav span {
		width: 50%;
		display: inline-block;
		position: relative;
	}
	
	.post-nav a {
		text-decoration: none;
		display: block;
	}
	.post-nav a:hover {
		text-decoration: none;
	}
	.post-nav .prev {
		text-align: left;
	}

		.post-nav .prev a {
			margin-left: 50px;
		}
	
	.post-nav .next {
		text-align: right;
	}	

		.post-nav .next a {
			margin-right: 50px;
		}

	.post-nav .prev a:before,
	.post-nav .next a:after {
		font-family: "living-map";
		font-size: 48px;
	    position: absolute;
	    display: block;
	    top: 60%;
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	}

	.post-nav .prev a:before {
		content: "w";
		left: 0;
	}

	.post-nav .next a:after {
		content: "p";
		right: 0;
	}


	.page-numbers {
		display: inline-block;
		margin: 0 5px 0 0;
		-webkit-border-radius: 5px; 
		-moz-border-radius: 5px; 
		border-radius: 5px;
		padding: .5em .75em;
		line-height: 1;
		text-decoration: none;
	}

	.page-numbers.current {
/* 		opacity: .4; */
	}

	.pagination a:hover {
		text-decoration: none;
	}

/* NEWS **********************************************************************/

h3.news-pretitle {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	padding: .5em .75em;
	color: #fff;
}

.headerimg_contents h3.news-pretitle {
	display: inline-block;
	margin-bottom: 20px;
}

/************************************************************************************
PAGES
*************************************************************************************/

.body-headerimg .page-title,
.body-headerimg h1.post-title {
	display: none;
}

/************************************************************************************
TEAM
*************************************************************************************/

ul.team {
	margin: 0 0 50px 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
}

	ul.team li {
		width: 100%;
		float: left;
		clear: left;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		padding-top: 50px;
		padding-bottom: 20px;
	}

		ul.team img {
			float: left;
			width: 250px;
			height: auto;
			margin: 0;
		}
		
		ul.team h3 {
			margin: 0 0 .25em 290px;
		}
	
		ul.team h4 {
			margin: 0 0 1.25em 290px;
		}

		ul.team p {
			margin-left: 290px;
		}
/************************************************************************************
FLEXSLIDER
*************************************************************************************/

.flexslider {
	margin: 0;
	border: none;
}

.flexslider .flexsliderInner {
	padding: 50px;
}

.flexslider a,
.flexslider p,
.flexslider h1,
.flexslider h2,
.flexslider h3,
.flexslider h4,
.flexslider h5,
.flexslider h6,
.flexslider ul,
.flexslider ol,
.flexslider dl {
	margin-top: 0;
}

.flex-direction-nav li {
	padding: 0;
}

.flex-control-nav {
	bottom: 30px;
	z-index: 9999;
}

.widget .flex-control-nav li {
	display: inline-block;
}

.flex-control-paging li a {
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.flex-control-paging li a:hover {
  background: #eee;
  background: rgba(255, 255, 255, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}

.flexslider_explainer {
	width: 100%;
}

	.flexslider_explainer li {
		background-position: center center;
		background-repeat: repeat-x;
	}

.flexslider_testimonials,
.flexslider_partners,
.flexslider_explainer {
	background-color: transparent;
	overflow: hidden;
}

.flexslider_testimonials .slide {
/* 	padding: 0 150px 20px 150px; */
}

.flexslider_testimonials .flex-control-nav {
	bottom: 0px;
}

.flexslider_testimonials .slides {
	display: flex;
}

.flexslider_testimonials .slides .slide,
.flexslider_testimonials .slides .testimonial {
	align-self: center;
}

.flexslider_testimonials .slides img {
	width: 120px;
	height: auto;
	float: left;
	margin: 0 20px 10px 0;
}

.flex-direction-nav a:before {
/*   font-family: "living-map"; */
/*   content: 'w'; */
	font-family: FontAwesome;
	content: '\f104';
}

.flex-direction-nav a.flex-prev:before {
  transform-origin: 50% 50%;
}

.flex-direction-nav a.flex-next:before {
/*   content: 'p'; */
	content: '\f105';
}

.flex-direction-nav a {
	opacity: .5; /* remove 'hover' opactity */
	width: 80px;
	height: 80px;
	margin: -40px 0 0;
}

.flex-direction-nav a:before {
	font-size: 80px;
	height: 80px;
	line-height: 80px;
	text-shadow: none;
  	color: rgba( 255, 255, 255, 0.8 );
}

#canvas .flex-direction-nav .flex-prev {
		left: -10px;
	left: 30px;
}

#canvas .flex-direction-nav .flex-next {
		right: -10px;
	right: 30px;
}

#canvas .flexslider:hover .flex-direction-nav .flex-prev {
	  	left: -20px;
	left: 20px;
}

#canvas .flexslider:hover .flex-direction-nav .flex-next {
		right: -20px;
	right: 20px;
}

/* 404 **********************************************************************/

#fourofour {
	margin: 5% 0;
}

#fourofour > div {
	text-align: center;
}

#fourofour h1 {
	font-size: 144px;
}

/************************************************************************************
FOOTER
*************************************************************************************/

.footerwidgetContainer {
	float: left;
	box-sizing: border-box;
	width: 25%;
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 50px;
	padding-left: 50px;
}

.footerwidgetContainer:last-child {
	border: none;
}

/*
#footerwidgets4 {
	padding-right: 50px;
}
*/

	.footerwidgetContainer .widget {
		padding-bottom: 30px;
	}

	.footerwidgetContainer .widget:last-of-type {
		padding-bottom: 0;
	}

#footerWrapper h4 {
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
}

#footerWrapper ul, #footerWrapper ol, #footerWrapper dl {
	font-size: 14px; font-size: 1.4rem;
}

#footerWrapper .fa {
	width: 20px;
}

#footerWrapper a {
	font-weight: normal;
}

#footerWrapper p, #footerWrapper address {
	font-size: 14px; font-size: 1.4rem;
}

#footerWrapper .widget-block-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#footerWrapper .widget-block-list ul li a:hover {
		text-decoration: none;
	}
	
	#footerWrapper .widget-block-list ul li a:before {
		content: "■";
		padding-right: 5px;
		font-size: 12px; font-size: 1.2rem;
	}

	#footerWrapper .widget-block-list ul#social-nav li a:before,
	#footerWrapper .widget-block-list ul.footer-list-icons li a:before {
		content: "";
		padding-right: 0;
	}	
	
#footerWrapper ul.footer-list-icons {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px; font-size: 1.4rem;
}

	#footerWrapper ul.footer-list-icons li {
		margin-bottom: 0;
	}

	#footerWrapper ul.footer-list-icons li i {
		font-size: 16px; font-size: 1.6rem;
	}	

#credits {
	padding: 20px 0;
	border-top-width: 1px;
	border-top-style: solid;
	text-align: center;
}

	#credits .site-logo {
		width: 120px;
		height: 35px;
		line-height: 35px;
	}

	#credits .svg_living_map_logo {
		width: 120px;
		height: 35px;
	}	

		.living_map_altlogo {
/* 			fill: #ffffff;  in colors.php */
		}

		.living_map_altlogotype {
			fill: #ffffff;
		}		

	#credits a:hover {
		text-decoration: none;
	}

	#footer-nav {
		text-align: center;
		margin: 0;	
		padding: 0 0 0 0;
	}
	
		#footer-nav li {
			display: inline-block;
			margin: 0;
			padding: 0;
			font-size: 12px; font-size: 1.2rem;
			font-style: italic;
		}
		
		#footer-nav li a:before {
			content: ' // ';
		}
		
/*
		#footer-nav li a.first-item:before {
			content: '';
		}
*/

/************************************************************************************
ICONS
*************************************************************************************/

[class^="icon-"], [class*=" icon-"] {
/*
    height: 128px;
    width: 128px;
*/
    display: inline-block; 
}

.icon-row [class^="icon-"],
.icon-row [class*=" icon-"] {
	height: 100px;
    width: 100px;
}

.row-targetaudiences [class^="icon-"] {
    width: 30%;
    height: auto;
}

.widget-job [class^="icon-"] {
	height: 50px;
    width: 50px;
    float: left;
    display: inline;
    float: left;
    margin-right: 20px;
}
		
/************************************************************************************
Palette
*************************************************************************************/

ul.palette {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	clear: both;
	list-style: none;
}

	.palette li {
		box-sizing: border-box;
		margin: 0;
		display: table-cell;
		padding: 0 10px 10px 0;
	}

	.palette-main li {
		width: auto;
	}
	
	.palette-shades li {
		width: 10%;
	}

		.palette li p {
			display: block;
			padding: 20px;
			margin: 0;
			text-align: center;
			color: #ffffff;
		}	

		.palette-main li p {
			font-size: 18px;
		}

		.palette-shades li p {
			font-size: 16px;
		}

/************************************************************************************
FORMS
*************************************************************************************/
		
/* BUTTONS **********************************************************************/

a.button,
p.button,
span.button,
a.button-outline,
p.button-outline,
span.button-outline,
input[type="submit"],
input.button,
input.gform_button,
.twinfeature h3.widget-title,
.gform_wrapper .gform_footer input[type=submit].button {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	padding: .5em .75em;
}

.sticky-contact a.button {
	margin: 0;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	
	border-top-right-radius: 0;
	-moz-border-radius-topright: 70;
	-webkit-border-radius-topright: 0;
	
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-radius-bottomright: 0;
	
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;	
	-webkit-border-radius-bottomleft: 0;	
}

/* text link button */

a.button,
a.button-outline,
p a.button,
p a.button-outline {
	font-weight: normal;
}

.matchwidth {
	display: block;
	width: 100%;
}

.button-demo .button {
	display: inline-block;
	width: 45%;
	box-sizing: border-box;
	margin: 0 20px 20px 0;
}

.button-demo .button:nth-child(even) {
	margin: 0 0 20px 0;
}

.inline-button {
	margin: .5em;
}

a.button,
span.button,
a.button-outline,
span.button-outline {
	border-width: 2px;
	border-style: solid;
	position: relative;
/* 	padding-right: 2em; */
	display: inline-block;
	line-height: 1em;
}

a.button:after,
/*
span.button:after,
a.button-outline:after,
span.button-outline:after, 
input[type="submit"]:after {
	font-size: 1.2em;
	font-family: living-map;
	margin-left: .5em;
	position: absolute;
	right: .5em;
	line-height: 1em;
	vertical-align: text-bottom;
}
*/

.rotate90:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

/*
.button:after, .button-outline:after,
input[type="submit"]:after {
	content: '\70';
}
*/

a.button-noicon {
	padding-right: .75em !important;
}

a.button-noicon:after {
	content: '' !important;
}

a.button-discrete {
/* 	padding-left: 2em; */
}

a.button-discrete:after {
	margin-left: .5em;
	content: '';
}

/*
a.button-discrete:before {
	font-size: 1.2em;
	font-family: living-map;
	position: absolute;
	left: .5em;
	line-height: 1em;
	vertical-align: text-bottom;
	margin-right: .5em;
	content: '\70';
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
*/
/*

.button-customers1:after {
	content: '\61';
}
.button-customers2:after {
	content: '\62';
}
.button-customers3:after {
	content: '\63';
}
.button-customers4:after {
	content: '\64';
}
.button-customers5:after {
	content: '\65';
}
.button-features1:after {
	content: '\66';
}
.button-features2:after {
	content: '\67';
}
.button-features3:after {
	content: '\68';
}
.button-features4:after {
	content: '\69';
}
.button-features5:after {
	content: '\6a';
}
.button-features6:after {
	content: '\6b';
}
.button-function1:after {
	content: '\6c';
}
.button-function2:after {
	content: '\6d';
}
.button-function3:after {
	content: '\76';
}
.button-mobius1:after {
	content: '\75';
}
.button-mobius2:after {
	content: '\74';
}
.button-navigation1:after {
	content: '\73';
}
.button-navigation2:after {
	content: '\72';
}
.button-navigation3:after {
	content: '\71';
}
.button-navigation4:after {
	content: '\70';
}
.button-navigation5:after {
	content: '\6f';
}
.button-navigation6:after {
	content: '\6e';
}
*/


a.button:hover,
span.button:hover,
a.button-outline:hover,
span.button-outline:hover {
	text-decoration: none;
}

a.button-outline,
span.button-outline {

}

span.button, .gform_wrapper input[type=submit] {

}


/* form button */
input[type=reset], input[type=submit], button {
	padding: 10px 20px;
	cursor: pointer;
	border: none;
}

/* form input */

textarea,
select,
button,
input[type=text], 
input[type=email],
input[type=password],
input[type=search],
input[type=tel] {
	font-size: 16px; font-size: 1.6rem;
	font-family: inherit;
	padding: 10px 15px;
	-webkit-appearance: none;
	border: none;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    box-shadow: none;
}

input {
/* 	border-radius: 0 !important; */
}

input[type=text], input[type=search], input[type=email] {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

/* text area */
textarea {
	line-height: 150%;
	width: 100%;
	resize: none;
	box-sizing: border-box;
}

/* form input:focus */
textarea:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=tel]:focus {
	outline: none;
}

/* Gravity Overrides */

#canvas .gform_wrapper {
	text-align: left;
/* 	padding: 30px; */
}

#canvas .gform_wrapper ul {
	margin: 0;
}

	#canvas .gform_wrapper li {
		padding-bottom: 0;
	}

.home .gform_wrapper label {
		display: none !important;
}

.gform_wrapper input[type=submit] {
	margin-top: 20px;
}

.gform_wrapper .gform_footer input[type=submit].button {
	font-size: 18px; font-size: 1.8rem
}

#canvas .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding: .75em .75em;
}

#nav-contact .gform_wrapper li {
	margin-bottom: 16px;
}



#overlay {
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	display: block;
	float: left;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	z-index: 99;
}

#gform-notification {
	background: #fff;
	display: block;
	margin: auto;
	max-height: 500px;
	max-width: 520px;
	padding: 61px;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	text-align: center;
	width: 100%;
	z-index: 101;
}

#gform-notification .button {
	margin: 20px 0 0;
	width: 100%;
}

#canvas .gform_wrapper div.validation_error {
	font-size: 18px; font-size: 1.8rem;
	border-top: none;
	border-bottom: none;
	padding: 0;
}

.gform_wrapper li.gfield.gfield_error {
	padding: 20px !important;
}

#canvas .gform_wrapper li.gfield.gfield_error {
	border: none;
}


/* SEARCH INPUT **********************************************************************/

#main-search {
	position: relative;
}

#main-search input[type="text"] {
	height: 45px;
}

#main-search input[type="submit"] {
	font-family: dashicons;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    font-weight: 300;
    border-radius: 0;
    height: 45px;
}

#main-search input[type="submit"],
#strongbody #slicknav-searchform input[type="submit"] {
	font-size: 16px; font-size: 1.6rem;
	padding: 10px 15px;	
	line-height: 16px;
}	

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content, .fullwidth
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content, .fullwidth
{ display: block; zoom: 1; }

.entry-content ul li {list-style:circle;}