/* generic.css */
/* generic stylesheet for listbased navigation */
/* sets standard properties that may be modified later by specific gallery or custom stylesheets */

div.navigationwrapper
{
	clear:both;
}

/* remove all standard list looks */
ul.navigationlist
{
	list-style-type:none;
	margin:0;
	padding:0;
	min-width:1%; /* this rule fixes a display bug in IE7 by forcing it to calculate the menu width */
}
/* all menu items */
ul.navigationlist li.navigationlistitem
{
	margin:0;
	padding:0;
	display:block;
	float:left;
}
/* last menu item */
ul.navigationlist li.lastitem
{
}
/* all menu item links */
ul.navigationlist li.navigationlistitem a
{
	display:block;
	float:left;
	text-decoration:none;
	padding:0px;
}
/* all menu item links on hover */
ul.navigationlist li.navigationlistitem a:hover
{
	padding:0px;
	border:none;
}
/* last menu item link */
ul.navigationlist li.lastitem a
{
	clear:right;
}
/* text inside all menu item links */
ul.navigationlist li.navigationlistitem a span
{
	padding:7px 15px;
	display:block;
	white-space:nowrap;
}

/* menu items that should not appear in standard desktop mode (but still needs to be in the DOM to be available for a responsive mode) */
.ts-dt-hide, ul.navigationlist li.navigationlistitem.ts-dt-hide
{
    display:none;
}
/* defaultresponsive.css */
/* Begin defaultresponsive.css stylesheet, auto created on publish of sitelayout 6, 22-07-2025 13:16:26 */
@media screen and (max-width: 1280px)
{
	/* System default tabletlandscape mode: */
	.ts-tl-hide { display:none }
	.ts-tl-show { display:block }
	span.ts-tl-show, img.ts-tl-show { display:inline }
	li.ts-tl-show { display:list-item }
	table.ts-tl-show { display:table }
	tr.ts-tl-show { display:table-row }
	td.ts-tl-show, th.ts-tl-show { display:table-cell }
}
@media screen and (max-width: 768px)
{
	/* System default tabletportrait mode: */
	.ts-tp-hide { display:none }
	.ts-tp-show { display:block }
	span.ts-tp-show, img.ts-tp-show { display:inline }
	li.ts-tp-show { display:list-item }
	table.ts-tp-show { display:table }
	tr.ts-tp-show { display:table-row }
	td.ts-tp-show, th.ts-tp-show { display:table-cell }
}
@media screen and (max-width: 568px)
{
	/* System default phonelandscapewide mode: */
	.ts-plw-hide { display:none }
	.ts-plw-show { display:block }
	span.ts-plw-show, img.ts-plw-show { display:inline }
	li.ts-plw-show { display:list-item }
	table.ts-plw-show { display:table }
	tr.ts-plw-show { display:table-row }
	td.ts-plw-show, th.ts-plw-show { display:table-cell }
}
@media screen and (max-width: 480px)
{
	/* System default phonelandscape mode: */
	.ts-pl-hide { display:none }
	.ts-pl-show { display:block }
	span.ts-pl-show, img.ts-pl-show { display:inline }
	li.ts-pl-show { display:list-item }
	table.ts-pl-show { display:table }
	tr.ts-pl-show { display:table-row }
	td.ts-pl-show, th.ts-pl-show { display:table-cell }
}
@media screen and (max-width: 414px)
{
	/* System default phoneportrait mode: */
	.ts-pp-hide { display:none }
	.ts-pp-show { display:block }
	span.ts-pp-show, img.ts-pp-show { display:inline }
	li.ts-pp-show { display:list-item }
	table.ts-pp-show { display:table }
	tr.ts-pp-show { display:table-row }
	td.ts-pp-show, th.ts-pp-show { display:table-cell }
}
/* End of defaultresponsive.css stylesheet generated by sitelayout 6 */
/* master.css */
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* This file was auto generated when the font was added or modified by mw@euroweb.dk at 23-10-2020 11:46:06 */
/* ------------------------------------------------------------------------------------------------------------------------------ */

/* Generel skrifttype, -stÃ¸rrelse og linieafstand */
body, td, input, textarea, select
{
	font-family: 'Lato Bold';
}

/* Generel skrifttype, -størrelse og linieafstand */
body, td, input, textarea, select
{
	font-size: 10pt;
	line-height: 14pt;
}

/* Normal afsnit og intro afsnit */
p
{
	margin: 0px 0px 2px 0px;
}

/* Alle links */
a
{
	text-decoration: none;
}

/* Alle links - mouseover */
a:hover
{
	text-decoration: underline;
}

/* Links i overskrifter - mouseover */
h1 a:hover, h2 a:hover, h3 a:hover
{
	text-decoration: none;
}

/* Sidetitel */
.pageheader
{
	font-size: 17pt;
	margin: 0px 0px 12px;
}

/* Afsnitsoverskrift */
.sectionheader
{
	font-size: 12pt;
	margin: 16px 0px 8px;
}

table
{
	border-collapse: collapse;
}
table[cellspacing]
{
    border-collapse: separate;
}

/* Tabel i standardformat - overskrift */
/*.tableheader, .tableheader td*/
.tableheader > td, .tableheader > th
{
	font-weight: 700;
	padding: 4px 12px 5px;
}

/* Tabel i standardformat - rækker */
.tablelineodd, .tablelineodd > td, .tablelineeven, .tablelineeven > td
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 4px 12px;
}


body, td, input, textarea, select
{
	color: inherit;
}
a
{
	color: #003155;
}
a:hover
{
	border-bottom-color: #003155;
}
.sectionheader a[name]
{
	color: inherit;
}
table
{
	border-color: inherit;
}
.tableheader, .tableheader td, .tableheader th
{
	background-color: #003155;
	color: white;
	border-color: #003155;
	border-bottom-color: inherit;
}
.tablelineodd, .tablelineodd td
{
	border-bottom-color: inherit;
}
.tablelineeven, .tablelineeven td
{
	border-bottom-color: inherit;
}
body {background:rgb(102, 102, 102) none; margin:0px 0px 0px 0px}
#layoutbox16 {width:100%; max-width:1024px; min-height:90px; padding-right:0px; padding-left:10px}
#layoutbox10 {width:130px; max-width:1000px; float:left; position:relative; height:90px; overflow:hidden}
#layoutbox6 {width:100%; margin-top:15px; background:url(/media/sitelayouts/10/VFlogo.png) no-repeat 0% 0%; background-size:contain; height:60px; overflow:hidden}
#layoutbox1 {min-height:20px; margin-top:0px; padding-top:200px; background:rgb(255, 255, 255) url(/media/sitelayouts/10/imagegenerator/1920x0/water-background.png) repeat 50% 50%; background-size:cover}
#columnset1 {height:20px}
#columnset1_column1 {width:100%; height:100%}
#layoutbox2 {min-height:40px; background:rgb(84, 173, 87) none}
#layoutbox3 {min-height:100px; background:rgb(0, 49, 85) none}
#layoutbox4 {width:80px; height:50px; overflow:hidden; background:rgb(0, 49, 85) none; border-top-left-radius:200px; border-top-right-radius:200px; border-bottom-left-radius:50px; border-bottom-right-radius:50px; overflow:hidden; position:relative; top:-20px; left:0px; display:flex; justify-content:center; align-items:center}
#layoutbox17 {width:20px; min-height:20px; background:url(/media/sitelayouts/10/arrow-top.png) no-repeat 50% 50%; background-size:contain}
#layoutbox17[data-ts-transitiontype="userdefined"]{transition:all 500ms ease 0ms}
body.ie8 #layoutbox17[data-ts-transitiontype="userdefined"]{}

#layoutbox18 {width:100%; max-width:1024px; min-height:20px; margin-right:auto; margin-left:auto; display:flex; justify-content:center; align-items:center}
div#sitelayout12 {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; width:100%; min-height:500px; margin:auto auto auto auto; background:rgb(255, 255, 255) none; border-top-style:none; border-right-style:none; border-bottom-style:none; border-left-style:none; position:relative}
 .layoutcolumn {display:table-cell;overflow:hidden;float:none;vertical-align:top;box-sizing:border-box;}
 .layoutcolumnset {display:table;table-layout:fixed;width:100%;box-sizing:border-box;}
 .layoutfloatbreaker {width:0%; display:none;}
 .navigationwrapper .layoutfloatbreaker {clear:both; display:block; height:0px}
 [class="mergefield_image"] > a { display:inline-block; }
 .layoutbox {box-sizing:border-box;display:block;}
 button.layoutbox {border:none}
 button.layoutbox:focus {outline:none}
form {margin:0px; padding:0px}
select {margin:0px}
.size1 {font-size:xx-small}
.size2 {font-size:x-small}
.size3 {font-size:small}
.size4 {font-size:medium}
.size5 {font-size:large}
.size6 {font-size:x-large}
.size7 {font-size:xx-large}
ul.breadcrumb {display:inline-block;padding:0px;margin:0px;}
ul.breadcrumb li {display:inline-block;list-style-type:none;padding-left:2px;padding-right:2px;}
td { vertical-align:top; }
a > img, img[usemap] { border:none; }
td[valign="middle"] { vertical-align:middle; }
td[valign="bottom"] { vertical-align:bottom; }
html>/**/body img {vertical-align:bottom}
div.mergefield_image {font-size:0px; line-height:0px;}
@media screen and (min-width: 1px)
{
	body {-webkit-text-size-adjust:100%}
	img {max-width:100%;height:auto}
}

/* Tekstformatering i spalter og flettefelter */
#layoutbox7, #layoutbox7 td, #layoutbox7 .section, #layoutbox7 .sectionintro, #layoutbox7 .sectionheader a[name] {color:#FFFFFF}
#layoutbox7 .tableheader, #layoutbox7 .tableheader td, #layoutbox7 .tableheader td.section {color:#fff}
#layoutbox7 .tablelineodd, #layoutbox7 .tablelineodd td, #layoutbox7 .tablelineeven, #layoutbox7 .tablelineeven td {border-bottom-color:#FFFFFF}
#layoutbox7 a.inlinelink, #layoutbox7 a.sectionlink, #layoutbox7 a.actionlink, #layoutbox7 a.breadcrumb, #layoutbox7 a.pageposition, #layoutbox7 a.calendarlinks {color:#FFFFFF}
#layoutbox7 .tableheader, #layoutbox7 .tableheader td {background-color:#FFFFFF}
#mergefield_main .tableheader, #mergefield_main .tableheader td, #mergefield_main .tableheader td.section {color:#fff}
#mergefield_main, #mergefield_main td, #mergefield_main .section, #mergefield_main .sectionintro, #mergefield_main .sectionheader a[name] {color:#000000}
#mergefield_main .tablelineodd, #mergefield_main .tablelineodd td, #mergefield_main .tablelineeven, #mergefield_main .tablelineeven td {border-bottom-color:#000000}
#layoutbox18 a.inlinelink, #layoutbox18 a.sectionlink, #layoutbox18 a.actionlink, #layoutbox18 a.breadcrumb, #layoutbox18 a.pageposition, #layoutbox18 a.calendarlinks {color:rgb(84, 173, 87)}
#layoutbox18 .tableheader, #layoutbox18 .tableheader td {background-color:rgb(84, 173, 87)}

/* High-definition background images if supported by device */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi)
{
	#layoutbox1 {background-image:url('/media/sitelayouts/10/imagegenerator/1920x0/water-background@2x.png')}
}
/* User-defined CSS defined in the master-layout (sitelayout-id:12) */
#layoutbox16
{
    margin-left: auto;
    margin-right: auto;
}
#layoutbox4
{
    margin: 0px auto;
}
#layoutbox6
{
    z-index: 101;
}
#layoutbox7
{
    z-index: 10;
}
#layoutbox14
{
    z-index: 100;
}
.table-header
{
    background-color: #003155;
    color: #fff;
}
.table-header a
{
    color: inherit;
}
.page-header
{
    border-bottom: solid 1px rgb(0,49,85);
}

/* Brugerdefinerede typografier */
#layoutbox10{
  margin: 0 auto;
}
#mergefield_logo-frezz-demo{
  text-align:center;
}

/* Responsive design css */
@media screen and (max-width: 1024px)
{
	.ts-tl-hide { display:none }
	.ts-tl-show { display:block }
	span.ts-tl-show, img.ts-tl-show { display:inline }
	li.ts-tl-show { display:list-item }
	table.ts-tl-show { display:table }
	tr.ts-tl-show { display:table-row }
	td.ts-tl-show, th.ts-tl-show { display:table-cell }
}


@media screen and (max-width: 1020px)
{
	.ts-tp-hide { display:none }
	.ts-tp-show { display:block }
	span.ts-tp-show, img.ts-tp-show { display:inline }
	li.ts-tp-show { display:list-item }
	table.ts-tp-show { display:table }
	tr.ts-tp-show { display:table-row }
	td.ts-tp-show, th.ts-tp-show { display:table-cell }
	#layoutbox10
	{
		left:5px;
		top:1px;
		width:63.35%;
		position:static;
	}
	#layoutbox6
	{
		width:auto;
		min-width:0px;
		max-width:none;
	}
	#layoutbox15
	{
		min-height:1000px;
		height:auto;
	}
}


@media screen and (max-width: 575px)
{
	.ts-plw-hide { display:none }
	.ts-plw-show { display:block }
	span.ts-plw-show, img.ts-plw-show { display:inline }
	li.ts-plw-show { display:list-item }
	table.ts-plw-show { display:table }
	tr.ts-plw-show { display:table-row }
	td.ts-plw-show, th.ts-plw-show { display:table-cell }
	#layoutbox1
	{
		padding-top:180px;
	}
	#layoutbox6
	{
		height:35px;
		min-height:0px;
	}
	#layoutbox16
	{
		min-height:60px;
		height:auto;
	}
	#layoutbox10
	{
		height:60px;
		min-height:0px;
	}
}


@media screen and (max-width: 480px)
{
	.ts-pl-hide { display:none }
	.ts-pl-show { display:block }
	span.ts-pl-show, img.ts-pl-show { display:inline }
	li.ts-pl-show { display:list-item }
	table.ts-pl-show { display:table }
	tr.ts-pl-show { display:table-row }
	td.ts-pl-show, th.ts-pl-show { display:table-cell }
	ul.navigationlist li.navigationlistitem.ts-pl-hide { display:none }
	ul.navigationlist li.navigationlistitem.ts-pl-show { display:block }
	#layoutbox1
	{
		padding-top:150px;
	}
}


@media screen and (max-width: 320px)
{
	.ts-pp-hide { display:none }
	.ts-pp-show { display:block }
	span.ts-pp-show, img.ts-pp-show { display:inline }
	li.ts-pp-show { display:list-item }
	table.ts-pp-show { display:table }
	tr.ts-pp-show { display:table-row }
	td.ts-pp-show, th.ts-pp-show { display:table-cell }
	ul.navigationlist li.navigationlistitem.ts-pp-hide { display:none }
	ul.navigationlist li.navigationlistitem.ts-pp-show { display:block }
	#layoutbox6
	{
		padding-left:5px;
	}
	#layoutbox1
	{
		padding-top:110px;
	}
}



/* site.css */
@font-face {
font-family: 'Lato Bold';
src: url('/setup/fonts/41e01f68-de72-4442-b213-931b0e12de4a.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/41e01f68-de72-4442-b213-931b0e12de4a.eot?') format('eot'),
url('/setup/fonts/41e01f68-de72-4442-b213-931b0e12de4a.woff') format('woff');
}
@font-face {
font-family: 'Robots Slab';
src: url('/setup/fonts/4fe6c08b-cc9c-4e2c-b231-abdbf5eeac8b.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/4fe6c08b-cc9c-4e2c-b231-abdbf5eeac8b.eot?') format('eot'),
url('/setup/fonts/4fe6c08b-cc9c-4e2c-b231-abdbf5eeac8b.woff') format('woff');
}
@font-face {
font-family: 'Roboto Slab Light';
src: url('/setup/fonts/b19d0a19-132b-4528-b341-969f0727c7ac.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/b19d0a19-132b-4528-b341-969f0727c7ac.eot?') format('eot'),
url('/setup/fonts/b19d0a19-132b-4528-b341-969f0727c7ac.woff') format('woff');
}
@font-face {
font-family: 'Roboto Thin';
src: url('/setup/fonts/7cea1a94-7191-4a60-9250-0198092082fe.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/7cea1a94-7191-4a60-9250-0198092082fe.eot?') format('eot'),
url('/setup/fonts/7cea1a94-7191-4a60-9250-0198092082fe.woff') format('woff');
}
@font-face {
font-family: 'Exo 2 Bold';
src: url('/setup/fonts/11365e6e-17ec-4b89-8fd8-ae921ecaab01.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/11365e6e-17ec-4b89-8fd8-ae921ecaab01.eot?') format('eot'),
url('/setup/fonts/11365e6e-17ec-4b89-8fd8-ae921ecaab01.woff') format('woff');
}
@font-face {
font-family: 'Lato Regular';
src: url('/setup/fonts/89cb0716-466e-4f1e-aade-f6ae5d11a900.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/89cb0716-466e-4f1e-aade-f6ae5d11a900.eot?') format('eot'),
url('/setup/fonts/89cb0716-466e-4f1e-aade-f6ae5d11a900.woff') format('woff');
}
@font-face {
font-family: 'Lato Italic';
src: url('/setup/fonts/79da9fb0-816a-41b0-8421-318911597a43.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/79da9fb0-816a-41b0-8421-318911597a43.eot?') format('eot'),
url('/setup/fonts/79da9fb0-816a-41b0-8421-318911597a43.woff') format('woff');
}
@font-face {
font-family: 'Lato Bold';
src: url('/setup/fonts/72fd902e-f719-40c7-befd-1dcf98a82f23.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/72fd902e-f719-40c7-befd-1dcf98a82f23.eot?') format('eot'),
url('/setup/fonts/72fd902e-f719-40c7-befd-1dcf98a82f23.woff') format('woff');
}
@font-face {
font-family: 'Lato Bold Italic';
src: url('/setup/fonts/13d3567b-d471-4c1b-ac62-8a46c4a50d9a.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/13d3567b-d471-4c1b-ac62-8a46c4a50d9a.eot?') format('eot'),
url('/setup/fonts/13d3567b-d471-4c1b-ac62-8a46c4a50d9a.woff') format('woff');
}
@font-face {
font-family: 'Exo SemiBold';
src: url('/setup/fonts/dc627416-27cc-4e7f-bc96-70602ccacdae.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/dc627416-27cc-4e7f-bc96-70602ccacdae.eot?') format('eot'),
url('/setup/fonts/dc627416-27cc-4e7f-bc96-70602ccacdae.woff') format('woff');
}
@font-face {
font-family: 'Lato Light';
src: url('/setup/fonts/9d3c174f-ddc0-4431-b687-c989ef81b914.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/9d3c174f-ddc0-4431-b687-c989ef81b914.eot?') format('eot'),
url('/setup/fonts/9d3c174f-ddc0-4431-b687-c989ef81b914.woff') format('woff');
}
@font-face {
font-family: 'Lato Light Italic';
src: url('/setup/fonts/e08d4fc5-263b-4989-bec1-d0917c939bbc.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/e08d4fc5-263b-4989-bec1-d0917c939bbc.eot?') format('eot'),
url('/setup/fonts/e08d4fc5-263b-4989-bec1-d0917c939bbc.woff') format('woff');
}

.interanet-header-one {
font-family: 'Roboto Slab Light';
font-size: 24px;
font-weight: 600;
color: #003155;
line-height: 1.5;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 5px}

.intranet-header-two {
font-family: 'Roboto Slab Light';
font-size: 20px;
color: #003155;
line-height: 1.5;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px}

.intranet-header-tree {
font-family: 'Lato Bold';
font-size: 18px;
color: #000000;
line-height: 1.5;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px}

.intranet-header-fourth {
font-family: 'Roboto Slab Light';
font-size: 16px;
color: #003155;
line-height: 1.5;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px}

.calendar-month {
font-family: 'Lato Bold';
font-size: 10pt;
color: #ffffff;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px}

.capFirst {
text-transform: capitalize;
}

.TitleHeader {
color: #ffffff}

.button {
font-family: 'Lato Bold';
font-size: 14px;
color: #ffffff;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 20px;
padding-right: 20px;
padding-top: 5px;
padding-bottom: 5px;
background-color: #00a2ff}

.editorName {
color: #999999}

.Pageheader {
font-family: 'Roboto Slab Light';
font-size: 24px;
font-weight: 600;
color: #00a2ff;
line-height: 1.5;
border-bottom: 1px solid #b2dbf2;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 20px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 5px}

.help-text {
color: #999999;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px}

.page-wrraper #mergefield_main, .page-wrraper #mergefield_main td, .page-wrraper #mergefield_main .section, .page-wrraper #mergefield_main .sectionintro, .page-wrraper #mergefield_main .sectionheader a[name], .page-wrraper #mergefield_main p, .paragraph {
font-family: 'Lato Light',Arial,Helvetica,Sans-serif;
font-size: 1rem;
line-height: 1.5;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px}

.heading1 {
font-family: 'Lato Regular',Arial,Helvetica,Sans-serif;
font-size: 1.6rem;
font-weight: 400;
line-height: 1.2}

.heading2 {
font-family: 'Lato Regular',Arial,Helvetica,Sans-serif;
font-size: 1.3rem;
font-weight: 400;
line-height: 1.2;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
margin-bottom: 10px}

.heading3 {
font-family: 'Lato Regular',Arial,Helvetica,Sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.2;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
margin-bottom: 6px}

.sliderheader {
font-family: 'Lato Regular',Arial,Helvetica,Sans-serif;
font-size: 2.1rem;
line-height: 1.2;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px}

.paragraphBig {
font-family: 'Lato Regular',Arial,Helvetica,Sans-serif;
font-size: 1.1rem;
line-height: 1.5}

.readMore {
font-family: 'Lato Regular',Arial,Helvetica,Sans-serif;
font-size: 1.1rem;
color: #fff;
line-height: 1.2;
text-align: center;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
padding-left: 25px;
padding-right: 25px;
padding-top: 8px;
padding-bottom: 8px;
background-color: rgb(0, 49, 85);
border-radius: 5px;

text-decoration: none;
}

.btnWhite {
font-family: 'Lato Regular',Arial,Helvetica,Sans-serif;
font-size: 1rem;
color: #fff;
line-height: 1.2;
text-align: center;
border-left: 2px solid #ffffff;
border-right: 2px solid #ffffff;
border-top: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
padding-left: 25px;
padding-right: 25px;
padding-top: 3px;
padding-bottom: 3px;
border-radius: 5px;

border: 1px solid #fff;

text-decoration: none;
}

.heading4 {
font-family: 'Lato Regular',Arial,Helvetica,Sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.2;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
margin-bottom: 6px}

.interanet-header-one:hover {
}

.intranet-header-two:hover {
}

.intranet-header-tree:hover {
}

.intranet-header-fourth:hover {
}

.calendar-month:hover {
}

.capFirst:hover {
}

.TitleHeader:hover {
}

.button:hover {
color: #ffffff;
text-indent: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
background-color: #1278b2;
text-decoration:none;
}

.editorName:hover {
}

.Pageheader:hover {
}

.help-text:hover {
}

.page-wrraper #mergefield_main:hover, .page-wrraper #mergefield_main td:hover, .page-wrraper #mergefield_main .section:hover, .page-wrraper #mergefield_main .sectionintro:hover, .page-wrraper #mergefield_main .sectionheader a[name]:hover, .page-wrraper #mergefield_main p:hover, .paragraph:hover {
}

.heading1:hover {
}

.heading2:hover {
}

.heading3:hover {
}

.sliderheader:hover {
}

.paragraphBig:hover {
}

.readMore:hover {
text-indent: 0px;
background-color: #2d8c29;
text-decoration: none;
}

.btnWhite:hover {
font-style: normal;
font-weight: 400;
color: #000;
text-decoration: none;
text-indent: 0px;
text-shadow: 0px 0px 0px #000;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
background-color: #ffffff;
text-decoration: none;

border-radius: 5px;

border: 1px solid #fff;

text-decoration: none;

color: #000!important;
}

.heading4:hover {
}

 .help-text a
{
   color: rgb(153, 153, 153);
}
 .help-text a:hover
{
  text-decoration: none;
}

.SkypeButton_Call > p > a > img {
  display: none;
}

.SkypeButton_Call > p > a {
    display: block;
    width: 60px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0;
    background-image: url('/media/skype-ico.png');
}

/*2017 Default edit template*/
@media screen and (max-width: 568px) {
div.LPBD0DC7BMGL1J .layoutpanellistitem div.vdcontent,
div.LPBD0DC7BMGL1J .layoutpanellistitem span.vdlabel {
    width: 100%;
}
}
