/* Import */
@import url("/3rdparty/global/css/global-v1.css");
@import url("https://fonts.googleapis.com/css?family=Droid+Sans:400,700");

html {
	font-family: 'Droid Sans', sans-serif;
	background-color: #fff;
	color: #343434;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}

textarea:focus, input:focus{
    outline: 0;
}

input, textarea {
	border-radius: 3px;
	border: 1px solid #ddd;
	background-color: #fff;
	box-shadow: none;
	width: 100%;
	max-width: 300px;
	height: auto;
	padding: 10px 13px;
	margin-bottom: 15px;
}

.container {
	max-width: 1200px;
}

h1 {
	font-size: 40px;
	line-height: 45px;
	color: #5BAC26; 
	font-weight: 400;
}

nav#menu,
#menu_button {
	display: none;
}

.mailto {
	display: inline-block !important;
}

i.fa-angle-right {
	color: #5BAC26;
}

#header {
	width: 100%;
	height: 200px;
	background-image: url(/img/cloud.jpg);
	background-position: center center;
	background-size: cover;
}

#header .container {
	position: relative;
	height: 200px;
}

#header .container #logo {
	position: absolute;
	bottom: 20px;
	left: 15px;
}

#header #cta_header {
	float: right;
	text-align: right;
	color: #fff;
}

#cta_header h3,
#cta_header h2 {
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	text-shadow: 0px 2px 1px rgba(0,0,0,0.5);
}

#cta_header h3 {
	margin-top: 25px;
	margin-bottom: 10px;
}

#cta_header h2 {
	font-size: 36px;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.6);
	font-weight: 700;
}

#cta_header .button,
.buttongreen,
input.submit {
	height: 45px;
	line-height: 45px;
	background-color: #5BAC26;
	border-radius: 5px;
	padding: 0px 20px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.65);
	font-size: 20px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 35px;
	right: 15px;
	-webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;,
}

.buttongreen,
input.submit {
	position: static;
	bottom: auto;
	right: auto;
	color: #fff !important;
	display: inline-block !important;
	width: auto !important;
}

input.submit {
	border: 0px;
	line-height: 35px !important;
}

.buttongreen i {
	position: static !important;
}

#cta_header .button:hover,
.buttongreen:hover,
input.submit:hover {
	background-color: #417505;
}

#questionheader {
	width: 100%;
	height: 70px;
	text-align: center;
	background-color: #EFF2F4;
	box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
	position: relative;
	z-index: 100;
	overflow: hidden;
}

#questionheader .container {
	overflow: hidden;
}

#questionheader a {
	color: #BBBBBB;
	text-decoration: none;
	display: inline-block;
	height: 70px;
	line-height: 70px;
	padding: 0px 14px;
	font-size: 20px;
	opacity: 0;
}

#questionheader #questiondesktop.show a {
	opacity: 1;
}

#questionheader #questiondesktop a {
	-webkit-transition: color 0.5s ease, opacity 0.75s ease;
    -moz-transition: color 0.5s ease, opacity 0.75s ease;
    -o-transition: color 0.5s ease, opacity 0.75s ease;
    transition: color 0.5s ease, opacity 0.75s ease;
}

#questionheader a:first-child {
	padding-left: 0px;
}

#questionheader a:last-child {
	padding-right: 0px;
}

#questionheader a:hover {
	color: #5BAC26;
}

#questionheader a.show {
	opacity: 1;
}

#questionheader #questionmobile {
	display: none;
}

#questionheader #questionmobile a {
	opacity: 1;
	width: 100%;
	padding: 0px;
}


/* - - - - - H O M E P A G E - - - - - */

.gradient_green {
	width: 100%;
	max-height: 300px;
	height: 45vh;
	background: #5bac26;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYWMyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #5bac26 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bac26), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #5bac26 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #5bac26 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #5bac26 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #5bac26 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bac26', endColorstr='#ffffff',GradientType=0 );
	text-align: right;
	color: #fff;
	padding-top: 25px;
}

.gradient_green span {
	color: #417505;
}

.gradient_gray {
	width: 100%;
	max-height: 200px;
	height: 25vh;
	position: relative;
	background: #e1e1e1;
	text-align: center;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e1e1e1 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #e1e1e1 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #e1e1e1 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #e1e1e1 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #e1e1e1 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff',GradientType=0 );
}

.gradient_gray img {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}

.homepagecontent {
	margin: 75px auto;
	text-align: center;
	width: 100%;
	max-width: 900px;
}

.homepagecontent h3 {
	font-size: 24px;
	font-weight: 400;
}

.homepagecontent p {
	margin: 15px 0px;
}

.text-static img {
	margin-left: 15px;
}

.homepageblocks .column-1-4 {
	text-decoration: none;
}

.homepageblocks .grid-item {
	background-color: #EEEEEE;
	padding: 20px;
	color: #555555;
	min-height: 300px;
}

.homepageblocks .grid-item h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	margin-bottom: 10px;
}

.grid-item span {
	color: #5BAC26;
}

.homepageblocks .contactblock .grid-item {
	background-color: #5bac26;
	color: #fff;
}

.homepageblocks .contactblock a {
	color: #fff;
	text-decoration: none;
}

.contactblock h2 {
	font-size: 40px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 10px;
}

.homepageblocks .contactblock .grid-item h3 {
	margin-bottom: 20px;
}


/* - - - - - S T A T I C   P A G E - - - - - */

#headerimagerow {
	width: 100%;
	background-color: #5BAC26;
	height: 400px;
}

#headerimage {
	max-width: 1250px;
	height: 440px;
	background-color: #cccccc;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}

.headerimageitem span {
	font-size: 35px;
	color: #989898;
	text-shadow: 1px 1px 1px #353535;
	font-weight: 700;
	position: absolute;
	right: 25px;
	top: 25px;
}

#headerimage .headerimageitem {
	width: 100%;
	height: 440px;
	
	background-repeat: no-repeat;
	background-position: center; 
	background-size: cover;
}

#titleblock {
	width: 100%;
	height: 80px;
	background-color: rgba(0,0,0,0.6);
	padding-left: 25px;
	position: absolute;
	bottom: 0px;
}

#titleblock h1 {
	line-height: 80px;
}

.column-1-4 #quote {
	text-align: center;
	margin-bottom: 100px;
}

.column-1-4 #sidemenu {
	background-color: #EEEEEE;
	padding: 20px 25px;
}

.column-1-4 #sidemenu a {
	display: block;
	color: #555555;
	text-decoration: none;
	position: relative;
	padding-left: 20px;
}

.column-1-4 #sidemenu a i {
	position: absolute;
	top: 5px;
	left: 0px;
}

.column-3-4 {
	padding-top: 20px;
}

#content-static {
	margin-top: 40px;
}

.text-static {
	padding-right: 175px;
}

#content-static a {
	color: #343434;
	text-decoration: none;
	-webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;

}

#content-static a:hover {
	color: #5BAC26;
}

#content-static #crumb {
	width: 100%;
	height: 75px;
	line-height: 75px;
	display: block;
}

#sidemenu h4 {
	color: #5BAC26;
}

.textballoon {
	position: relative;
	display: inline-block;
	margin: 30px auto;
	margin-bottom: 0px;
}


.textballoon span {
	position: absolute;
	text-align: center;
	display: inline-block;
	padding: 23px;
	line-height: 20px;
	left: 0px;
	top: 0px;
}

/* - - - - - Q U E S T I O N P A G E - - - - - */


.questionblock {
	margin-top: 15px;
}

.questionblock.active .answer {
	display: block;
}

.question {
	height: 40px;
	width: 75%;
	background-color: #5BAC26;
	border-radius: 5px;
	color: #fff;
	padding: 0px 15px;
	font-size: 18px;
	line-height: 40px;
	position: relative;
	z-index: 5;
	-webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    cursor: pointer;
}

.question:hover {
	background-color: #417505;
}

.question:hover i {
	color: #5BAC26;
}

.answer {
	background-color: #EEEEEE;
	border-radius: 5px;
	padding: 20px 25px;
	width: 90%;
	margin-left: 25px;
	margin-top: -20px;
	overflow: hidden;
}

.answer.animate {
	-webkit-transition: padding 0.5s ease, max-height 0.5s ease;
    -moz-transition: padding 0.5s ease, max-height 0.5s ease;
    -o-transition: padding 0.5s ease, max-height 0.5s ease;
    transition: padding 0.5s ease, max-height 0.5s ease;	
}

.question i {
	float: right;
	line-height: 38px;
	color: #417505;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.questionblock.active .question i {
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);	
}

/* - - - - - P O R T A A L - - - - - */
#portalloginform label {
	display: block;
}

#portalloginform span {
	display: inline-block;
	width: 120px;
}

/* - - - - - C O N T A C T F O R M - - - - - */

#ntvbscontactform td {
	vertical-align: top;
	padding-bottom: 3px;
}

#ntvbscontactform .label {
	padding-right: 20px;
}

#ntvbscontactform .textfield {
	width: 300px;
}

#ntvbscontactform select {
	width: 303px;
}

#ntvbscontactform select.time {
	width: 40px;
}

#ntvbscontactform select.date_day {
	width: 40px;
}

#ntvbscontactform select.date_month {
	width: 100px;
}

#ntvbscontactform select.date_year {
	width: 50px;
}

#ntvbscontactform textarea {
	width: 300px;
}

#ntvbscontactform input.submit {
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

#ntvbscontactform .contacterror {
	color: red;	
}

#ntvbscontactform #row_fax {
	display: none;
}		

/* - - - - - F O O T E R - - - - - */

#subfooter {
	background-color: #EEEEEE;
	padding: 30px;
	color: #555555;
	margin-top: 125px
}

#subfooter a {
	text-decoration: none;
	color: #555555;
	display: block;
}

#subfooter a:hover {
	color: #417505;
}

#subfooter span {
	color: #5BAC26;
	font-weight: 700;
}

#subfooter strong {
	display: inline-block;
	width: 20px;
}


#footer {
	background-color: #5BAC26;
	color: #fff;
	text-align: right;
	height: 50px;
	line-height: 50px;
}

#footer span {
	color: #417505;
}

#footer #copyright {
	float: left;
}

#footer a {
	text-align: right;
	padding-left: 15px; 
	border-left: 2px solid #417505;
	margin-left: 10px;
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a.disclaimer {
	border-left: 0px;
}