

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0em !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border-radius: 2px;
}

.gform_button.button {
	background-color: #2B3A42;
	font-weight: 700;
	border-radius: 2px;
	padding: 0.9em 1.2em 0.7em 1.2em;
}

.gform_button.button:hover, .gform_button.button:active, .gform_button.button:focus {
	background-color: #435e6c;
}

@media print, screen and (min-width: 40em) {

	#gform_wrapper_1 {
		margin-top: -16px !important;
	}

	#gform_1 {
		margin-right: 10%;
	}
	
	#gform_1 #gform_submit_button_1 {
		float: right;
	}
	
	
	#gform_wrapper_2 {
		margin-top: -16px !important;
	}

	#gform_2 {
		margin-right: 10%;
	}
	
	#gform_2 #gform_submit_button_2 {
		float: right;
	}
	
}

@media print, screen and (min-width: 60em) {
	.block.featured-content.wide a .featured .content-overlay .text p {
		max-width: 520px;
	}
}

.articleintro {
	
}

.articleintro p {
	font-size: 1.4rem;
	font-weight: 700;
}

.articlecontent p {
	font-size: 1.2rem;
}

.articlespace {
	margin-bottom: 8em;
}

.page-template-default .block.contact {
	margin-top: 8em;
}

@media print, screen and (min-width: 60em) {
	.page-template-default .block.contact {
		margin-top: 12em;
	}
}

.block.defaulttext {
	font-size: 1.4rem;
}

#input_2_2_3, #input_2_2_6, #input_2_3_1, #input_2_3_3, #input_2_3_5 {
	margin-bottom: 0em;
}

#field_2_8 h3 {
    font-weight: 700;
	font-size: 1.5625rem;
	margin-top: 2em;
}

#field_2_8 h3 span:before {
    width: 102%;
    height: 8px;
    content: "";
    background: rgba(20, 171, 189, 0.5);
    position: absolute;
    z-index: -1;
    bottom: 4px;
    left: -1%;
}

#gform_browse_button_2_11 {
	background-color: #2B3A42;
	font-weight: 700;
	border-radius: 2px;
	padding: 0.9em 1.2em 0.7em 1.2em;	
}


.block.woocommerce {
	margin-top: 1em;
	margin-bottom: 8em;
}

.block.woocommerce h1.woocommerce-products-header__title {
	position: relative;
	display: inline-block;
	margin-top: 1em;
}

.block.woocommerce h1.woocommerce-products-header__title:after {
    width: 102%;
    height: 8px;
    content: "";
    background: rgba(20, 171, 189, 0.5);
    position: absolute;
    z-index: -1;
    bottom: 13px;
    left: -1%;
}

.inlinegallery {
	margin-top: 2em;
	margin-bottom: 2em;}

.inlinegallery p {
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
}

@media print, screen and (min-width: 60em) {
	.inlinegallery {
		color: #fff;
		background-color: #2B3A42;
		padding-top: 1em;
		padding-bottom: 1em;
		margin-top: 3em;
		margin-bottom: 4em;
	}
	.inlinegallery img {
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	}
	.embedcontainer {
		margin-bottom: 0em;
	}
}

@media print, screen and (min-width: 70em) {
	.inlinegallery {
		padding-top: 5em;
		padding-bottom: 4em;
	}
}

body.page-id-156 {
	background-color: #000;
}

body.page-id-156 main#content {
	color: #fff;
}

body.page-id-156 .block.intro .shadow {
    background-image: url(../images/image-shadow-large-black.svg);
}

body.page-id-156 .inlinegallery {
	background-color: #000;
	color: #fff;
	margin-top: 1em;
	margin-bottom: 1em;
}

body.page-id-156 main#content h1, body.page-id-156 main#content h2, body.page-id-156 main#content h3, body.page-id-156 main#content h4, body.page-id-156 main#content h5, body.page-id-156 main#content h6, body.page-id-156 main#content p, body.page-id-156 main#content p a, body.page-id-156 main#content label   {
	color: #fff;
}

@media only screen and (min-width: 50em) {
	.admin-bar .expanded-navigation {
		top: 5.9em;
	}
}

body.single-product .block.woocommerce {
	margin-top: 0em;
}

.woocommerce-info {
	background-color: #318BA3;
    color: #fff;
    border-radius: 3px;
	border: none !important;
}

.woocommerce-info::before {
    color: #fff;
}

.woocommerce .woocommerce-breadcrumb {
    color: #2B3A42;
    display: none;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #2B3A42;
	text-decoration: underline;
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 0 -8em;
    width: 101.8%;
    margin-bottom: 2em;
 }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	background-color: #fff;
    margin: 0 2% 1.4em 0;
    width: 23%;
	border-radius: 3px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
	padding: 1em;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: #318BA3;
    color: #fff;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #1c596b;
    color: #fff;
}

.added_to_cart.wc-forward {
	position: fixed;
	bottom: 0em;
	left: 0em;
	width: 100%;
    background-color: #1c596b;
    color: #fff;
    z-index: 99;
    font-size: 1.4em;
    padding: 0.6em;
    text-align: center;	
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	color: #000000;
	font-size: 1.4em;
	line-height: 1.2;
	padding-bottom: 0.4em;
}

.woocommerce ul.products li.product .button {
    margin-top: 0.6em;
}

.woocommerce nav.woocommerce-pagination ul {
	border: none;
	color: #000;
	font-size: 1.4em; 
}

.woocommerce nav.woocommerce-pagination ul li {
	background-color: #fff;
	border: none;
	margin-right: 0.6em;
	border-radius: 3px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: #1c596b;
	color: #fff;
}

body.single-product .woocommerce-breadcrumb {
	margin-bottom: -2.6em;
	position: relative;
	z-index: 9;
	padding-left: 1.4em;
}

.page-icon-view {
    background-color: #3A4F5A;
	display: inline-block;
	border-radius: 50%;
	width: 100px;
	float: right;
	height: 100px;
	position: relative;
}

.page-icon-view .inside {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;	
}

.flexiblespace {
	padding-bottom: 1.6em;
}

.quotetext p {
	margin-top: 0.3em;
	font-size: 3.4em;
	line-height: 1;
	margin-bottom: 0.4em;
	color: rgba(20, 171, 189, 1);
}

.imagecircle img {
	border-radius: 50%;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.factsbox {
    background-color: #2B3A42;
	border-radius: 6px;
	padding: 3em 3em 2em 3em;
	color: #fff;
}

.factsbox h2 {
	line-height: 1;
}

.summary.entry-summary h1.product_title.entry-title {
	display: none;
}

.product_meta {
	color: #318BA3;
}

.product_meta a {
    background-color: #318BA3;
    color: #fff;
	display: inline-block;
	padding: 0.25em 0.6em 0.15em 0.6em;
	border-radius: 3px;	
	margin-right: -0.4em;
	margin-left: 0.4em;
}

.product_meta .posted_in {
	
}

.product_meta .tagged_as, .product_meta .posted_in {
	clear: both;
	display: block;
	margin-top: 0.8em;
}

.single-product .woocommerce button.single_add_to_cart_button {
	background-color: #2B3A42;
	font-size: 1.1em;
}

.woocommerce div.product form.cart {
    margin-bottom: 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
    display: block !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #2B3A42;
	font-weight: bold;
	margin-top: 0.4em;
}

@media only screen and (min-width: 768px) {
	
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 40%;
	}
	
	.woocommerce-tabs.wc-tabs-wrapper {
		width: 60%;
		position: relative;
		top: -12em;
		padding-right: 2em;
		z-index: 8;
	}
	
	body.single-product .gallery {
		top: -6em;
		position: relative;
		margin-bottom: 6em;
	}

	.woocommerce-tabs.wc-tabs-wrapper h2 {
		font-size: 1.6em;
	}

	.woocommerce div.product p.price, .woocommerce div.product span.price {
		font-size: 1.4em;
		line-height: 1;
	}
	
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: none;
    margin-bottom: 1.618em;
    width: 100%;
    text-align: left;
}

thead, tbody, tfoot {
    border: none;
    background-color: transparent;
}

.woocommerce table.shop_attributes th {
    border-bottom: none;
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
}


@media only screen and (min-width: 50em) {

	header nav ul li .expanded-navigation .products ul li a .icon img {
	    max-width: 65px;	    
	}
	
	.page-icon-view .inside img {
	    max-width: 65px;	    
		
	}
}

.block.defaulttext p a {
    color: #2B3A42;
    text-decoration: underline;
}

.block.defaulttext p a:hover {
    color: #2B3A42;
    text-decoration: none;
}

.basket-has-content {
	color: #fff;
    background-color: #2B3A42;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding-top: 0.9em;
    padding-bottom: 0.8em;
	margin-top: 0em;    
}

@media only screen and (min-width: 50em) {
	.basket-has-content {
		font-size: 1.4em;
	}
}

.basket-has-content:hover {
	color: #fff;
	text-decoration: underline;
}

.page-template-page-butikkmaler main#content {
	padding-top: 1em;
}

.page-template-page-butikkmaler table {
	background-color: #fff;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	color: #fff;
    background-color: #2B3A42;	
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover , .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover , .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover  {
	color: #fff;
    background-color: #1c596b;	
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	color: #fff;
    background-color: #2B3A42;	
	font-size: 1.4em;
}

.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
	color: #fff;
    background-color: #1c596b;		
}

h3#ship-to-different-address input {
	padding: 0em !important;
	margin: 0em !important;
	margin-right: 0.4em !important;
}

h3#ship-to-different-address .woocommerce-form__label-for-checkbox {
	padding: 0.4em 0.8em; 
	border: 3px solid #2B3A42; 
	border-radius: 3px;
}

h3#order_review_heading {
	margin-top: 2em;
}

.woocommerce-checkout {
	margin-top: 1em;
}

.payment_method_cheque label {
	font-weight: bold;
	font-size: 1.4em;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 1.4em;
}

#add_payment_method #payment div.form-row a, .woocommerce-cart #payment div.form-row a, .woocommerce-checkout #payment div.form-row a {
	text-decoration: underline;
}

@media only screen and (min-width: 50em) {
	.basketspace .expanded-navigation {
		top: 7.8em;	
	}

	.admin-bar .basketspace .expanded-navigation {
		top: 9.6em;	
	}
}


@media(max-width:767px){

	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}

}


.block.catalogembed {
    background-image: url(../images/skygge.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100% auto;
	margin-top: 12em;
} 

.block.catalogembed .content {
	min-height: 8em;
	margin-top: -10em; 
	text-align: center;
}


.block.catalogembed .content h2 {
	position: relative;
	display: inline-block;
	margin-top: 1em;
	font-size: 1.6rem;
}

.block.catalogembed .content h2:after {
    width: 102%;
    height: 8px;
    content: "";
    background: rgba(20, 171, 189, 0.5);
    position: absolute;
    z-index: -1;
    bottom: 6px;
    left: -1%;
}

.block.catalogembed .content p {
	font-size: 1.2rem;
}

.block.catalogembed .content .button-wrapper a {
	display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.75em 1em 0.95em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #1779ba;
    color: #fefefe;
	background-color: #2B3A42;
    font-weight: 700;
    border-radius: 2px;
    padding: 0.9em 1.2em 0.7em 1.2em;
    font-size: 1.4rem;
}

.block.catalogembed .content .button-wrapper a:hover {
	background-color: #435e6c;
}

@media only screen and (min-width: 50em) {
	.block.catalogembed .content {
		text-align: left;
	}	

	.block.catalogembed .content h2 {
		margin-top: 4em;
	}	
	
	.block.catalogembed {
		margin-top: 16em;
	}

}

.sku-list-page {
	margin-bottom: -0.4em;
	color: #494949;
	font-size: 0.8em;
}





.block.searchembed {
    background-image: url(../images/skygge.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100% auto;
	padding-top: 5em;
	margin-top: 8em;
	text-align: center;
} 

.block.searchembed .content {
	min-height: 8em;
	margin-top: -10em; 
	text-align: center;
}


.block.searchembed .content h2 {
	position: relative;
	display: inline-block;
	margin-top: 1em;
	font-size: 1.6rem;
	margin-bottom: 0.6em;
}

.block.searchembed .content h2:after {
    width: 102%;
    height: 8px;
    content: "";
    background: rgba(127, 174, 17, 0.5);
    position: absolute;
    z-index: -1;
    bottom: 6px;
    left: -1%;
}

.block.searchembed #searchform {
	position: relative;
}


.block.searchembed #searchsubmit {
	position: absolute;
	right: 0.2em;
	top: 0.2em;
	background-color: #2B3A41;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-size: 1.4em;
	padding: 0.6em 1em 0.55em 1em;
	border-radius: 3em;
	cursor: pointer;
}

.block.searchembed #searchsubmit:hover {
	background-color: #435e6c;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.block.searchembed #s {
	font-size: 1.4em;
	border-radius: 2em;
	padding: 1em;
	border: 0 0 0 0;
	box-shadow: 0x 8px 8px rgba(0, 0, 0, 0.54);
	height: 3.5rem;
}

.block.searchembed .content p {
	font-size: 1.2rem;
}

.block.searchembed ul.grouplistembed {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

.block.searchembed ul.grouplistembed li {
	margin-bottom: 0.4em;
    width: auto;
    display: inline-block;
}

.block.searchembed ul.grouplistembed li a {
	background-color: #2B3A42;
    color: #fff;
    display: inline-block;
    padding: 0.6em 1em 0.5em 1em;
    border-radius: 3em;
    line-height: 1;
    border-bottom: none;
    position: relative;
    transition: all 0.2s ease;	
}

.block.searchembed ul.grouplistembed li a:hover {
    background-color: #1e2a30;
    transition: all 0.2s ease;
}


@media only screen and (min-width: 50em) {

	.block.searchembed ul.grouplistembed {
		padding: 0em 2em;
	}
}

.product_title {
	margin-bottom: 1em;
}

.product_title h1 span {
	display: inline-block;
    position: relative;
	z-index: 2;
}

.product_title h1 span:before {
    width: 102%;
    height: 8px;
    content: "";
    background: rgba(127, 174, 17, 0.5);
    position: absolute;
    z-index: -1;
    bottom: 12px;
    left: -1%;
}




.block.dlembed {
    background-image: url(../images/skygge.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100% auto;
	padding-top: 4em;
	margin-top: 0em;
	padding-bottom: 8em;
	text-align: center;
} 

.block.dlembed .content {
	min-height: 8em;
	margin-top: -10em; 
	text-align: center;
}


.block.dlembed .content h2 {
	position: relative;
	display: inline-block;
	margin-top: 1em;
	font-size: 2.2rem;
	margin-bottom: 0.6em;
}

.block.dlembed .content h2:after {
    width: 102%;
    height: 8px;
    content: "";
    background: rgba(127, 174, 17, 0.5);
    position: absolute;
    z-index: -1;
    bottom: 6px;
    left: -1%;
}

.block.dlembed .content p {
	font-size: 1.2rem;
}


.dl-btn {
	color: #fff;
    background-color: #2B3A42;
    display: inline-block;
    padding: 0.6em 1em 0.5em 1em;
    border-radius: 3em;
    line-height: 1;
    border-bottom: none;
    position: relative;
    transition: all 0.2s ease;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 0.2em;
}

.dl-btn:hover {
	background-color: #1e2a30;
    transition: all 0.2s ease;
    color: #fff;
}

.clickoutsidelock {
	
}

.clickoutsidelock.active {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 60;
}

.block.intro .text p {
    line-height: 1.8rem;
}


#mc_embed_signup {
	margin-bottom: 4em;
}

#mc_embed_signup .mc-field-group {
    width: 100%;
    padding-bottom: 0em !important;
    min-height: 50px;
}

#mc_embed_signup form {
    padding: 0px 0 0px 0em !important;
}



#mc_embed_signup .mc-field-group input {
	font-size: 1.4em;
    border-radius: 2em;
    padding: 1em;
    border: 0 0 0 0;
    box-shadow: 0x 8px 8px rgba(0, 0, 0, 0.54);
    height: 3.5rem;
}


#mc_embed_signup .mc-field-group label {
    margin-left: 1.4em;
}

#mc_embed_signup .button {
    background-color: #2B3A41 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    font-weight: bold !important;
    font-size: 1.4em !important;
    padding: 0.6em 1em 0.55em 1em !important;
    border-radius: 3em !important;
    cursor: pointer;
    height: 57px !important;
    margin-top: 0.6em !important; 
}


#mc_embed_signup .indicates-required {
	display: none !important;
}


.block.searchembed .content h2.newsletterheader { 
	margin-top: 0em;
    font-size: 2.2rem;
}


@media only screen and (min-width: 50em) {
	.mc-field-group.splitlarge {
		width: 46.5% !important;
		margin-right: 3%;
		float: left;
		clear: none !important;
	}
}

.block.newslettersignupblock {
	margin-top: 10em;
}


@media print, screen and (min-width: 50em) {
	header nav ul li {
		font-size: 0.9rem;
	}
	header nav ul li a {
	    padding: 1.4em 0.5em 1.3em 0.5em;
	}
}

@media print, screen and (min-width: 60em) {
	header nav ul li {
	    font-size: 1.2rem;
	}
}

@media print, screen and (min-width: 80em) {
	header nav ul li a {
	    padding: 1.4em 1em 1.3em 1em;
	}
}


.summary.entry-summary {
	position: relative;
	z-index: 99;
}


.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2 {
	display: none; 
}


.block.intro .responsive-embed {
	padding-bottom: 56%;
}

.block.intro .btn-wrapper .button {
	display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: rgba(88, 121, 13, 1);
    color: #fefefe;
    font-weight: 700;
    border-radius: 2px;
    padding: 0.75em 1.2em 0.7em 1.2em;
    font-size: 1.4rem;
}

.block.intro .btn-wrapper .button:hover, .block.intro .btn-wrapper .button:active, .block.intro .btn-wrapper .button:focus {
    background-color: rgba(66, 89, 10, 1);
}

body.single-product .gallery .cell img {
	background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
    padding: 1em;
    transition: all 0.25s ease-out;
}

body.single-product .gallery .cell img:hover {
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease-out;
	background-color: rgba(255, 255, 255, 0.85);
}

body.single-product .gallery .cell img:hover {
	opacity: 0.9;
}


@media print, screen and (min-width: 64em) {
	header nav ul li .expanded-navigation .info:after {
	    height: 180%;
	}
}

.block.intro.alt {
	text-align: center;
	background-color: #fff;
}

.block.intro.alt img {
	width: 50%;
}


ul.linklist.regionfilter {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

ul.linklist.regionfilter li {
	margin-bottom: 0.4em;
    width: auto;
    display: inline-block;
    margin-right: 0.4em;
    font-size: 0.8em;
}


ul.linklist.regionfilter li a {
	background-color: #2B3A42;
    color: #fff;
    display: inline-block;
    padding: 0.6em 1em 0.6em 1em;
    border-radius: 3em;
    line-height: 1;
    border-bottom: none;
    position: relative;
    transition: all 0.2s ease;
}

ul.linklist.regionfilter li a:hover {
    background-color: #1e2a30;
    transition: all 0.2s ease;
}

.entreplist {
	padding-top: 2em;
}

.person-box {
	background-color: #fff;
	padding: 1.4em 1.4em 1.2em 1.4em; 
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	line-height: 1;
	border-radius: 2px;
	margin-bottom: 1.4em;
}

.person-box a {
	color: #2B3A42;
	text-decoration: underline;
}

.person-box a:hover {
	text-decoration: none;
}

.person-box h4 {
	font-size: 1.4rem;
}

.person-box .company {
	font-size: 1rem;	
	font-style: italic;
	color: #5e5e5e;
	padding-bottom: 0.8em;
}

.person-box .phone {
	font-size: 1rem;	
	padding-bottom: 0.8em;	
}

.person-box .email {
	font-size: 1rem;	
	padding-bottom: 0.8em;

}

.contactpersonlist {
	margin-top: 2em;
	margin-bottom: 6em;
}

.contactpersonlist h2 {
	position: relative;
    display: inline-block;
    font-size: 1.7rem;
    margin-bottom: 1em;
}

.contactpersonlist h2:after {
    width: 102%;
    height: 8px;
    content: "";
    background: rgba(127, 174, 17, 0.5);
    position: absolute;
    z-index: -1;
    bottom: 5px;
    left: -1%;
}

.contactpersonlist h3 {
	position: relative;
    display: inline-block;
    font-size: 1.5rem;
    margin-bottom: 1em;
}

.contactpersonlist h3:after {
    width: 102%;
    height: 8px;
    content: "";
    background: rgba(127, 174, 17, 0.5);
    position: absolute;
    z-index: -1;
    bottom: 4px;
    left: -1%;
}

@media print, screen and (min-width: 50em) {
	header nav ul {
	    float: left;
	}
}
