/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */
	

/*	FONTS

		font-family: "Gotham SSm A", "Gotham SSm B";
		font-weight: 400; REGULAR
		font-weight: 500; MEDIUM
		font-weight: 700; BOLD
*/

/* #Reset & Basics 
================================================== */

html {
	overflow-y: scroll; 
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* #Basic Styles
================================================== */

body {
	background: #00355a;
	font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	color: #222;
	-webkit-text-size-adjust: 100%;
}


/* #Typography
================================================== */
	

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: 400;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	text-decoration: none;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	max-width: 32px;
}

h1 {
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	margin-bottom: 20px;
	color: #007e47;
	letter-spacing: -1px
}

	.twelve.columns h1 {
		padding-bottom: 5px;
		border-bottom: 1px solid #ddd;
		margin-bottom: 35px;
	}
		h1 .fellow {
		display: inline-block;
		font-weight: 500;
		font-size: 12px;
		line-height: 12px;
		text-transform: uppercase;
		padding: 9px 10px 8px;
		color: #fff;
		background: #0075c4;
		letter-spacing: 0;
		vertical-align: middle;
		margin-top: -5px;
	}

h2,
h4.umbraco-forms-caption {
	font-weight: 700;
	font-size: 25px;
	line-height: 33px;
	margin-bottom: 20px;
}
	
h3 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 5px;
	color: #555;
}
h4 {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	margin-bottom: 10px;
}

.subheader {
	color: #777;
}

audio {
    margin-bottom: 20px;
}

p {
	margin: 0 10px 24px 0;
	/*word-wrap: break-word;*/
}

p.icon, #sideBar p.icon {
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
}
.tab-error{background-color: #dc3545 !important;color: #fff !important;}
p.icon a::before{
	content:'';
	display: inline-block;
	vertical-align: middle;
	background: url('../images/sprite.png') no-repeat -20px -443px;
	background-size: 500px 500px;
	width: 8px;
	height: 22px;
	margin-top: 4px;
	margin-right: 13px;
	margin-bottom: 10px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

	p.icon a {
		text-decoration: none !important;
	}

	p.icon a:hover::before {
		background: url('../images/sprite.png') no-repeat 0 -443px;
		background-size: 500px 500px;
	}
	
	p.icon.left a::before{
		-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
		margin-top: 7px;
		margin-left: 0;
		margin-bottom: 4px;
	}
	
	p.icon.left a:hover::before{
		-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
	}
	
	p.icon.right {
		text-align: right;
		margin-right: 0;
		line-height: 30px;
	}
	
	p.icon.right a::before{
		float: right;
		margin-top: 1px;
		margin-right: 0;
		margin-left: 10px;
	}
	
	p.icon.left a:hover::before{
		-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
	}

	
p.lead {
	font-size: 15px;
	line-height: 23px;
}

p.date {
	font-size: 11px !important;
	line-height: 19px !important;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #7f7f7f;
}

em {
	font-style: italic;
}
strong {
	font-weight: 700;
}
small {
	font-size: 85% !important;
	line-height: 85% !important;
}

/*	Blockquotes  */

blockquote, blockquote p {
	font-size: 21px;
	font-style: normal;
	line-height: 29px;
	margin-bottom: 0;
}

blockquote {
	margin: 0 0 25px 0;
	padding: 6px 0 9px 20px;
	border-left: 8px solid #007e47;
}

blockquote p {
  display: inline;
}

	blockquote.testimonial {
		margin: 0 0 20px;
		padding: 0;
		border-left: none;
		text-align: center;
	}
	
	blockquote.testimonial p.script {
		font-size: 39px;
		line-height: 39px;
		margin: 0 !important;
		color: #333;
	}
		.eight.columns blockquote.testimonial p.script {
			font-size: 34px;
			line-height: 38px;
		}
	
	blockquote.testimonial p.script:before {
			content: '“';
	}
	blockquote.testimonial p.script:after {
			content: '”';
	}

.footer {
	display: block;
	font-size: 12px !important;
	text-transform: uppercase;
	line-height: 22px;
	color: #007e47;
	margin: 10px 0 5px 0;
}

.footer a {
	color: #cc3f0f;
}

/* rules */

hr {
	display: block;
	border: solid #ddd;
	border-width: 0 0 1px;
	clear: both;
	padding-top: 30px;
	margin: 0 10px 60px;
	height: 0;
	color: #ddd;
	text-align: center
}

.column hr, .columns hr {
	margin: 0 0 60px;
}

	#searchResults hr, hr.narrow, #sideBar hr {
		padding-top: 10px;
		margin-bottom: 35px !important;
		border-width: 0 0 1px;
	}
	
	hr.feint {
		border: dashed #d1d1d1;
		border-width: 0 0 1px;
	}

hr.mini {
	border: solid #007e47;
	border-width: 3px 0 0 !important;
	clear: both;
	width: 80px;
	margin: 30px auto 40px !important;
	padding: 0;
}

#contentWrap.home hr.mini {
	margin: 40px auto 60px !important;
}

#secondaryWrap hr {
	border: solid #c6ecff;
	border-width: 0 0 1px;
}




/* #Links
================================================== */

a {
	color: #007e47;
	font-size: inherit;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
a:hover {
	color: #000;
}

p a, p a:visited {
	line-height: inherit;
	text-decoration: underline;
}

a[href^=tel]{
    color:inherit;
    text-decoration:none;
}


/* #Lists
================================================== */

ul, ol {
	margin-bottom: 25px;
}
ul {
	list-style: square outside;
}
ol {
	list-style: decimal;
}
ol, ul {
	margin-left: 30px;
}

ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}

ul ul, ul ol,  ol ol, ol ul {
	margin: 4px 0 5px 18px;
	/*font-size: 90%;*/
}
ul ul li, ul ol li,  ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	line-height: 26px;
	margin-bottom: 3px;
}


/* pagination */

ul.pagination {
	margin: 0 0 15px;
	list-style: none;
}

ul.pagination li {
	display: inline;
	font-size: 1em;
	line-height: 36px;
	margin-right: 5px;
	list-style: none;
	border-radius: 2px;
	min-width: 36px;
	box-sizing: border-box;
	text-align: center;
}

ul.pagination li:before {
  content: '';
  display: none;
}

ul.pagination li.nobg {
	color: #333;
	margin-right: 20px;
}

ul.pagination li.disabled, ul.pagination li.selected {
	display: inline-block;
	padding: 0 11px;
}

ul.pagination li.selected {
	background: #00355a;
	font-size: 1em !important;
	color: #fff;
}

ul.pagination li.disabled {
	background: #ccc;
}

ul.pagination li a, ul.pagination li span.off {
	display: inline-block;
	min-width: 36px;
	font-size: 1em !important;
	background: #007e47;
	color: #fff;
	padding: 0 10px;
	margin-bottom: 10px;
	border-radius: 2px;
	box-sizing: border-box;
}

ul.pagination li span.off {
	background: #999;
}

ul.pagination li a:hover {
	background: #0075c4;
	color: #fff;
}


/* linklist */

ul.linklist {
	margin: 0 0 30px;
	list-style: none;
}
	#secondaryWrap ul.linklist {
		margin: 0 0 15px;
	}

ul.linklist li {
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
	padding-left: 28px;
	color: #007e47;
	position: relative;
}

	ul.linklist li::before {
		content:"";
		display: inline-block;
		position: absolute;
		top: 3px;
		left: 0;
		width: 20px;
		height: 20px;
	}

    ul.linklist li.blog {
        margin-bottom: 0;
    }
    ul.linklist li.blog::before {
        background: url('../images/sprite.png') no-repeat -355px -375px;
        background-size: 500px 500px;
        top: 0;
    }
	
	ul.linklist li.date {
		margin-bottom: 0;
	}
	ul.linklist li.date::before {
		background: url('../images/sprite.png') no-repeat 0 -375px;
		background-size: 500px 500px;
		top: 0;
	}
	
	ul.linklist li.email, ul.linklist li.fax, ul.linklist li.tel, ul.linklist li.vcard, ul.linklist li.web {
		padding-left: 34px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	
	ul.linklist li.email::before {
		background: url('../images/sprite.png') no-repeat -90px -375px;
		background-size: 500px 500px;
		width: 24px;
		top: 3px;
	}
	
	ul.linklist li.flag {
		padding-left: 42px;
		line-height: 21px;
		margin-bottom: 15px;
		color: #111;
	}
	ul.linklist li.doc, ul.linklist li.link, ul.linklist li.video {
		font-weight: 400;
		color: #111;
		margin-bottom: 15px
	}
	ul.linklist li:last-child {
		margin-bottom: 0;
	}
	ul.linklist li.flag::before {
		width: 32px;
		height: 21px;
		top: 0;
	}
    ul.linklist li.committee {
		border-bottom: 1px solid #ddd;
        padding-top: 5px;
        padding-bottom: 9px
	}
    ul.linklist li.committee::before {
		top: 6px;
		background: url('../images/sprite.png') no-repeat -325px -375px;
		background-size: 500px 500px;
	}
	ul.linklist li.doc::before {
		background: url('../images/sprite.png') no-repeat -130px -375px;
		background-size: 500px 500px;
	}
	ul.linklist li.fax::before {
		background: url('../images/sprite.png') no-repeat -235px -375px;
		background-size: 500px 500px;
		top: 0;
	}
	ul.linklist li.flag.can::before {
		background: url('../images/sprite.png') no-repeat -200px -295px;
		background-size: 500px 500px;
	}
	ul.linklist li.flag.eur::before {
		background: url('../images/sprite.png') no-repeat -200px -270px;
		background-size: 500px 500px;
	}
	ul.linklist li.flag.usa::before {
		background: url('../images/sprite.png') no-repeat -200px -320px;
		background-size: 500px 500px;
	}
	ul.linklist li.instagram::before {
		background: url('../images/sprite.png') no-repeat -390px -375px;
		background-size: 500px 500px;
	}
	ul.linklist li.link::before {
		background: url('../images/sprite.png') no-repeat -265px -375px;
		background-size: 500px 500px;
		top: 0;
	}
	ul.linklist li.tel::before {
		background: url('../images/sprite.png') no-repeat -50px -375px;
		background-size: 500px 500px;
		top: 0;
	}
	ul.linklist li.tick::before {
		background: url('../images/sprite.png') no-repeat 0 -410px;
		background-size: 500px 500px;
	}
	ul.linklist li.vcard::before {
		background: url('../images/sprite.png') no-repeat -200px -375px;
		background-size: 500px 500px;
		top: 0;
	}
	ul.linklist li.video::before {
		background: url('../images/sprite.png') no-repeat -295px -375px;
		background-size: 500px 500px;
	}
	ul.linklist li.web::before {
		background: url('../images/sprite.png') no-repeat -265px -375px;
		background-size: 500px 500px;
		top: 0;
	}

    .story ul.linklist {
        margin: 0 0 10px;
    }
	
	
/* blog tags */
	
ul.tags {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

ul.tags li {
	margin: 0;
	padding: 0;
}

ul.tags li a {
	display: block;
	float: left;
	margin: 0 8px 8px 0;
	padding: 5px 10px;
	background: #d5d6d7;
	text-align: center;
	color: #333;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}
	ul.tags li a:hover {
		background: #181512;
		color: #fff;
	}
	
	
/* category */

ul.subList, ul.subList li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.subList {
	margin: 0 0 20px;
}
	
ul.subList li a {
	font-size: 13px;
	line-height: 22px !important;
	display: block;
	padding: 10px 0 10px 0;
	margin-bottom: 1px;
	border-bottom: 1px solid #ccc;
}

ul.subList li a:hover {
	border-bottom: 1px solid #bbb;
}

ul.subList li a.selected {
	color: #000;
}

	ul.subList li a::before {
		content:'';
		display: block;
		float: left;
		vertical-align: middle;
		width: 20px;
		height: 20px;
		margin-right: 10px;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		margin-bottom: 10px;
		perspective: 1000;
	}
	ul.subList li a.selected::before, ul.subList li a:hover::before {
		/*transform: rotateY(180deg);*/
		transform: rotateZ(-20deg);
		-webkit-filter: grayscale(1);
		filter: grayscale(1);
	}
	
	ul.subList li.cat a::before {
		background: url('../images/sprite.png') no-repeat -130px -375px;
		background-size: 500px 500px;
	}
	ul.subList li.date a::before {
		background: url('../images/sprite.png') no-repeat 0 -375px;
		background-size: 500px 500px;
	}
	ul.subList li.res a::before {
		background: url('../images/sprite.png') no-repeat -165px -375px;
		background-size: 500px 500px;
	}
	
/* tab navigation */

ul.tabNavigation {
  list-style: none;
  margin: 0 0 22px 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

ul.tabNavigation li {
    float: left;
    margin: 0 5px -1px 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

ul.tabNavigation li a {
	display: block;
	padding: 9px 12px 8px;
	background-color: #f5f5f5;
	color: #333;
	border: 1px solid #ddd;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
    line-height: 21px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

ul.tabNavigation li a:hover {
  background-color: #ddd;
  border: 1px solid #ddd;
  border-bottom: 1px solid #aaa;
  color: #000;
}

ul.tabNavigation li a.selected {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  color: #007e47;
}

ul.tabNavigation li a:focus {
  outline: 0;
}



/* #Images and video
================================================== */

img.scale {
	width: auto;
	max-width: 100%;
	height: auto;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}
span.scale img {
	width: auto;
	max-width: 100% !important;
	height: auto !important;
	line-height: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

img.insetL, img.insetR, .eventDetails img, span.insetL img, span.insetR img {
	max-width: 50%;
	height: auto !important;
	box-sizing: border-box;
}

img.insetLsm, img.insetRsm, span.insetLsm img, span.insetRsm img {
	max-width: 25%;
	height: auto !important;
	box-sizing: border-box;
}

img.insetL, img.insetLsm, span.insetL img {
	float: left;
	margin: 0 30px 20px 0;
}

img.insetR, img.insetRsm, span.insetR img {
	float: right;
	margin: 0 0 20px 30px;
}

video {
  width: 100% !important;
  height: auto !important;
}


/* #Buttons
================================================== */

.button, button, input[type="submit"], input[type="reset"], input[type="button"], .button:visited,
input[type="file"]::file-selector-button {
	font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	background: #007e47;
	border: none;
	color: #fff !important;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 30px;
	min-width: 170px;
	min-height: 43px;
	padding: 8px 15px 7px;
	line-height: 28px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-appearance: none;
	box-sizing: border-box;
	outline: none;
}

#gMap button, .button.small { 
    min-width: 0;
}

.button.alt, button.alt, input[type="submit"].alt, input[type="reset"].alt, input[type="button"].alt {
	background-color: #00355a !important;
	color: #fff; 
}

.button.print {
	background-color: #555 !important;
	color: #fff; 
	padding: 6px 15px 9px;
}
    .button.print::before {
	    display: inline-block;
        position: relative;
        width: 20px;
        height: 20px;
        content: "";
        background: url('../images/sprite.png') no-repeat -235px -410px;
		background-size: 500px 500px;
        top: 5px;
        margin-right: 10px;
    }

.button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

button, input[type="submit"], input[type="reset"], input[type="button"] {
	height: 43px;
	line-height: 1px !important;
}

	.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover,
	input[type="file"]::file-selector-button:hover {
		background: #0075c4 !important;
		color: #fff;
	}

.matchLabel, .btn.primary {
	margin-left: 35%;
    margin-bottom: 15px;
}

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,  input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}


/* #Forms
================================================== */

form {
	margin-bottom: 0;
}
form.panel {
	padding: 19px;
	border: 1px solid #cce1f4;
	background: #ecf4fb;
}
.error {
	padding: 10px;
	border: 1px solid #e50004;
	background: #ffe6e6;
	color: #e50004;
	margin: 0 0 20px 0 !important;
}
.success {
	padding: 10px;
	border: 1px solid #007e47;
	background: #e5f2ec;
	color: #007e47;
	margin: 0 0 20px 0 !important;
}
.heading{
	padding: 5px;
	background-color: blue;
	color: white;
	font-weight: bold;
}
fieldset {
	margin-bottom: 20px;
}
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="email"],
input[type="file"],
input[type="number"],
textarea, select {
	font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
	font-weight: 400;
	font-size: 1em;
	border: 1px solid #d1d1d1;
	padding: 0 8px;
	outline: none;
	color: #333;
	margin: 0 0 15px;
	width: 65%;
	max-width: 100%;
	display: block;
	background: #fff;
	height: 43px;
	line-height: normal;
	text-overflow: ellipsis !important;
	border-radius: 3px;
	-webkit-appearance: none;
	box-sizing: border-box;
	transition: all 0.2s ease-out;
}

    input[type="file"] {
        padding: 0;
        border: none;
        height: auto;
        margin: 10px 0 20px;
    }
.full-width input[type="text"],
.full-width input[type="tel"],
.full-width input[type="password"],
.full-width input[type="date"],
.full-width input[type="email"],
.full-width input[type="number"],
.full-width textarea,
.full-width select,
.full-width label,
input.full-width,
textarea.full-width,
select.full-width {
	width: 100%;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus, select:focus,
input[type="text"]:active,
input[type="tel"]:active,
input[type="password"]:active,
input[type="date"]:active,
input[type="email"]:active,
input[type="number"]:active,
textarea:active, select:active {
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.6);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.6);
}

input[type="text"].short,
input[type="tel"].short,
input[type="password"].short,
input[type="date"].short,
input[type="email"].short,
input[type="number"].short,
textarea.short {
	display: inline-block;
	margin-right: 10px;
	width: 80px !important
}
span.shortText {
	display: inline-block;
	vertical-align: middle;
}

input:disabled {
	background: #f5f5f5;
	color: #656565;
}

textarea {
	min-height: 200px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 21px;
}
label, legend {
	font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
	font-size: 1em;
	font-weight: 500;
	float: left;
	display: block;
	margin-top: 6px;
	margin-bottom: 10px;
	color: #111;
	width: 35%;
	padding-right: 10px;
	box-sizing: border-box;
}
    label small {
        color: #777;
    }

select {
	-webkit-appearance: none;
	background: #fff url('../images/select-arrow.gif') center right no-repeat;
	padding: 6px 5px;
}
.umbraco-forms-field-wrapper {
	width: 65% !important;
	float: left;
	display: block;
	margin-bottom: 10px;
}
select::-ms-expand {
	display: none;
}
.umbraco-forms-field-wrapper input[type="text"],
.umbraco-forms-field-wrapper input[type="tel"],
.umbraco-forms-field-wrapper input[type="password"],
.umbraco-forms-field-wrapper input[type="email"],
.umbraco-forms-field-wrapper input[type="file"],
.umbraco-forms-field-wrapper input[type="number"],
.umbraco-forms-field-wrapper textarea,
.umbraco-forms-field-wrapper select,
input.full-width,
select.full-width,
label.full-width {
	width: 100% !important;
	margin-bottom: 10px;
}
input[type="radio"],
input[type="checkbox"] {
	display: block;
	float: left;
	margin-right: 12px;
	clear: left;
}
.umbraco-forms-field-wrapper input[type="radio"],
.umbraco-forms-field-wrapper input[type="checkbox"] {
	transform: translateY(8px);
}
.umbraco-forms-field-wrapper .checkboxlist {
	display: inline-block;
}
.umbraco-forms-field.fileupload {
	border-bottom: 1px dotted #ccc;
	margin: 20px 0 20px;
	padding: 10px 0;
}
.umbraco-forms-field-wrapper label {
	width: auto !important;
}
.umbraco-forms-tooltip.help-block {
	display: inline-block;
	font-style: italic;
	margin-top: 6px;
	margin-bottom: 8px;
}
label span, legend span {
	font-weight: normal;
	font-size: 12px;
	color: #444;
}

input.input-validation-error, select.input-validation-error, textarea.input-validation-error {
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(229, 0, 4, 1);
	-moz-box-shadow:    inset 0px 0px 1px 0px rgba(229, 0, 4, 1);
	box-shadow:         inset 0px 0px 1px 0px rgba(229, 0, 4, 1);
	background-color: #ffe6e6;
	color: #c00 !important;
}
input[type=checkbox].input-validation-error,
input[type=radio].input-validation-error {
	-webkit-box-shadow: 0px 0px 8px 3px rgba(229, 0, 4, 0.6);
	-moz-box-shadow: 0px 0px 8px 3px rgba(229, 0, 4, 0.6);
	box-shadow: 0px 0px 8px 3px rgba(229, 0, 4, 0.6);
	background-color: #c00;
}
label.forCheck {
	display: flex;
	align-items: baseline;
	font-size: 1em;
	line-height: 1.5em;
}
label.checkLabel {
    display: block;
    padding-left: 20px;
    text-indent: -20px;
	width: 100px;
	margin-bottom: 20px;
}

label.checkLabel.wide {
	width: 240px;
}

.moreInfo {
	background: #e5ebe8;
}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #777;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #777;
   opacity:  1;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #777;
   opacity:  1;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #777;
}
input:placeholder-shown { /* Standard */
  color:    #777;
}
.completedField {
	font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	color: #007e47;
}

/* #Tables
================================================== */
/* info grid */
table.infogrid {
	margin-bottom: 30px;
}

.infogrid th, .infogrid td {
	padding: 10px 8px;
	border-right: 1px solid #bbb;
	font-size: 13px;
	line-height: 21px;
}
	.infogrid td.withImg {
		line-height: 1px;
	}

.infogrid tr {
	border-bottom: 1px solid #bbb;
	background: #fcfcfc;
}
	/*.infogrid tr:hover {
		background: #eee;
		color: #000;
	}*/

.infogrid th {
	background: #22428a;
	border-right: 1px solid #22428a;
	color: #fff;
	text-align: left;
}
	.infogrid th:last-child {
		border-right: 1px solid #22428a;
	}
	.infogrid th.right {
		text-align: right;
	}
	.infogrid th.center {
		text-align: center;
	}
	.infogrid.tablesorter th.header {
		background: #222 url(../images/table-noSort.png) right 50% no-repeat;
	}
	.infogrid.tablesorter th.header:hover {
		background-color: #990 !important;
		cursor: pointer;
	}
	.infogrid.tablesorter th.header.headerSortUp {
		background: #222 url(../images/table-asc.png) right 50% no-repeat;
	}
	.infogrid.tablesorter th.header.headerSortDown {
		background: #222 url(../images/table-desc.png) right 50% no-repeat;
	}

.infogrid td {
	border-bottom: 1px solid #bbb;
}

.infogrid td:first-child {
	border-left: 1px solid #bbb;
}

.infogrid tr.empty td {
	border: none;
    background: #fff !important;
}

.infogrid a {
	display: block;
}

.infogrid img {
	margin: 0;
	max-width: 50px;
	height: auto;
	line-height: 1px;
}



/* #Misc
================================================== */

.mb-0 {
	margin-bottom: 0 !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-12 {
	margin-bottom: 12px !important;
}
.mb-15 {
	margin-bottom: 17px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}

.mt-0 {
	margin-top: 0 !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-40 {
	margin-top: 40px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.m-0 {
	margin: 0 !important;
}

.flo-l {
	float: left !important;
}
.flo-r {
	float: right !important;
}
.flo-n {
	float: none !important;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.mob-only, .mob-only-p, .mob-only-all, .hidden {
	display: none;
}

.green{color: #007f49}
.navyblue{color: #10125a}
.red{color: #b73b2f}
.gold{color: #c5903f}
.purple{color: #9b3f82}
.lightblue{color: #4495d1}

.loader {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(255,255,255, 0.5) url('/images/preload.gif') 50% 50% no-repeat;
}

.divider {
	margin: 0 10px;
	color: #007e47;
}

::selection {
	background: #777; /* Safari */
	color: #fff;
}
::-moz-selection {
	background: #777; /* Firefox */
	color: #fff;
}

.hilight {
	color: #c00 !important;
}
.lolight {
	color: #777;
	font-size: 12px;
	line-height: 20px !important;
}

.disclaimer {
	font-size: 11px !important;
	line-height: 19px !important;
	color: #777;
}

.at-share-btn {
	border-radius: 3px !important;
}

/*  Cookie law  */

#cookie-law {
	max-width: 100%;
	background: #002035; 
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	z-index: 100;
}
 
#cookie-law p { 
	padding: 0; 
	font-size: 13px; 
	color: #fff; 
	margin: 0 30px 0 0;
}

#cookie-law a { 
  color: #fff;
	text-decoration: underline; 
}

#cookie-law a.close-cookie-banner { 
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	margin-left: 20px
}

/* Contour form fixes */
.umbraco-forms-form {
	clear: both;
}

.radiobuttonlist {
	display: block;
	float: left;
	margin-bottom: 10px;
}

.checkboxlist {
	display: inline-block;
}

	.checkboxlist input,
	.radiobuttonlist input {
		display: inline-block;
		margin-right: 10px;
		clear: left;
		vertical-align: top;
		transform: translateY(5px);
	}

.umbraco-forms-label {
	display: inline-block;
	padding: 0 1% 0 0;
	text-align: left;
}

.umbraco-forms-page .checkboxlist label,
.umbraco-forms-page .radiobuttonlist label {
	float: none;
	display: inline-block;
	clear: right;
	width: calc(100% - 35px);
	padding: 0
}

.umbraco-forms-field {
	clear: both;
	padding-bottom: 10px;
	text-align: left;
}

	.umbraco-forms-field .shortanswer {
		text-align: left;
	}

.dataconsent .umbraco-forms-field-wrapper input[type="checkbox"] {
	float: left;
	margin-right: 10px;
	position: relative;
	top: 10px;
}

.umbraco-forms-field-wrapper label {
	width: auto;
}

/*.umbraco-forms-page input[type=submit] {
	margin-left: 1em;
	margin-right: 1em;
}*/

.umbraco-forms-hidden {
	/*visibility: hidden;*/
	display: none;
}

.help-block {
	padding: 10px 15px;
	border: 1px solid #eee;
	background: #f9f9f9;
	display: block;
	margin: 0 0 20px !important;
}