@import 'rowcontainer.css';

html {
	height: 100%;

	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
}

#fullbody {
	position: relative;
	padding-bottom: 0;
	margin-bottom: 0;
	left: 0;
}

#mainbody {
	position: relative;
}


@media screen {
	body {
		overflow-y: scroll;
		background: #eceeec;
		min-width: 300px;

		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	#fullbody {
		-webkit-transition: left 300ms ease;
		   -moz-transition: left 300ms ease;
				transition: left 300ms ease;
	}
	#mainbody {
		padding-top: 88px;
		background: #fff;
	}
	.template-home #mainbody {
		padding-top: 0;
	}

	.widthwrapper {
		position: relative;
		display: block;
		width: 1000px;
		margin: 0 auto;
		padding: 0 1rem;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.widthpadding {
		/*padding: 1px 26px;*/
	}

}


.tablewrapper {
	width: 100%;
	overflow-x: auto;
	margin: 1.6em 0 2em;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.tablewrapper table {
	margin: 0;
}


@media screen {


	#logo {
		position: relative;
		z-index: 35;
		width: 100%;
		background: #fff;
	}
	.template-home #logo {
		background: none;
	}

	#logo {
		position: absolute;
		top: -100px;
		left: 0;
		margin-top: 100px;

		-webkit-transition: left 300ms ease, top 300ms ease;
		   -moz-transition: left 300ms ease, top 300ms ease;
				transition: left 300ms ease, top 300ms ease;
	}

	.scrolled #logo {
		position: fixed;
		margin-top: 0;
	}
	.scrollup #logo {
		position: fixed;
		-webkit-transition: left 300ms ease;
		   -moz-transition: left 300ms ease;
				transition: left 300ms ease;
	}
	.scrolled.scrollup #logo {
		top: 0;
		-webkit-transition: left 300ms ease, top 300ms ease;
		   -moz-transition: left 300ms ease, top 300ms ease;
				transition: left 300ms ease, top 300ms ease;
	}


	.scrolled #logo,
	.scrollup #logo {
		background: #fff;
		-webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.2);
		   -moz-box-shadow: 0 4px 4px rgba(0,0,0,0.2);
				box-shadow: 0 4px 4px rgba(0,0,0,0.2);

	}


	#logo .widthwrapper {
		padding-top: 16px;
		padding-bottom: 16px;
		padding-right: 60px;

		-webkit-transition: padding 300ms ease;
		   -moz-transition: padding 300ms ease;
				transition: padding 300ms ease;
	}

	#logo a.image {
		display: block;
		font-size: 0;
		height: 56px;

		background: url(../images/logo.png) 0 50% no-repeat;
		background-size: contain;

		-webkit-transition: height 300ms ease;
		   -moz-transition: height 300ms ease;
				transition: height 300ms ease;

	}
	#logo img {
		vertical-align: middle;
	}

	#logo img {
		visibility: hidden;
		height: 100%;
	}

}




@media screen and (max-width: 1015px) {
	.scrolled #logo .widthwrapper,
	.template-home.scrollup #logo .widthwrapper {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.scrolled #logo a.image,
	.template-home.scrollup #logo a.image {
		height: 32px;
	}
}

@media screen and (min-height: 600px) and (min-width: 450px) {
	#logo {
		position: fixed;
		top: 0;
		margin-top: 0;
	}

	.scrolled #logo {
		top: 0;
	}

}


@media screen and (min-height: 600px) and (min-width: 450px) and (max-width: 1015px) {

	.template-home.scrolldown #logo .widthwrapper {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.template-home.scrolldown #logo a.image {
		height: 32px;
	}


	.scrolldown #logo {
		background: #fff;
		-webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.2);
		   -moz-box-shadow: 0 4px 4px rgba(0,0,0,0.2);
				box-shadow: 0 4px 4px rgba(0,0,0,0.2);

	}

}


@media print {
	#logo {
		font-size: 0;
		text-align: center;
	}
	.template-default #logo {
		float: right;
		margin: 0 0 12px 24px;
	}
	#logo img {
		height: 53px;
	}
}












@media screen {

	.burger {
		position: absolute;
		z-index: 1;
		right: 12px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
				transform: translateY(-50%);

		padding: 8px;
		line-height: 0;
	}
	.burger .bar {
		border-radius: 2px;
		display: block;
		height: 3px;
		width: 26px;
	    background-color: #005f9f;
	}
	.burger .bar + .bar {
		margin-top: 4px;
	}

	.arrowup {
		display: none;
		position: fixed;
		z-index: 1;
		right: 26px;
		bottom: 28px;
		height: 30px;
		width: 30px;

		padding: 10px;
		background: rgba(0,0,0,0.3);
		background-clip: padding-box;
		border: 4px solid rgba(255,255,255,0.5);
		border-radius: 7px;

		line-height: 0;

		-webkit-transition: all 300ms ease;
		   -moz-transition: all 300ms ease;
				transition: all 300ms ease;

	}
	.notmobile .arrowup:hover {
		background-color: rgba(0,0,0,0.7);
	}

	.arrowup .arrow:before,
	.arrowup .arrow:after {
		position: absolute;
		display: block;
		content: "";
		height: 0;
		width: 26px;
		top: 23px;
		border-top: 1px solid #fff;
	}
	.arrowup .arrow:before {
		-webkit-transform: rotate(50deg);
		   -moz-transform: rotate(50deg);
			-ms-transform: rotate(50deg);
				transform: rotate(50deg);
		right: 4px;
	}
	.arrowup .arrow:after {
		-webkit-transform: rotate(-50deg);
		   -moz-transform: rotate(-50deg);
			-ms-transform: rotate(-50deg);
				transform: rotate(-50deg);
		left: 4px;
	}

	.scrollup .arrowup {
		display: block;
	}
	.opennav .arrowup {
		visibility: hidden;
	}
}

@media screen and (max-width: 500px) {
	.arrowup {
		right: 14px;
	}
}

@media print {
	.burger, .arrowup {
		display: none;
	}
}


@media screen {
	#contentbody {
		position: relative;
		float: left;
		margin-right: -100%;
		width: 100%;

	}

	.template-home #contentbodywrapper > :first-child {
		padding-top: 88px;
	}
}


	#column {
		display: none;
	}

	#navprimary,
	#navsecondary,
	#navtertiary,
	#navheader {
		display: none;
	}



	#fullfooter {
		color: #6c747b;
	}
	#fullfooter a {
		color: #6c747b;
		font-weight: 300;
	}
	.notmobile #fullfooter a:hover {
		color: #05a8de;
	}

	#sitemap,
	#sitemap a {
		color: #005f9f;
	}
	#sitemap .active > a,
	.notmobile #sitemap a:hover {
		color: #42ae00;
	}




	#navsitemap ul.level0 > li {
		border-bottom: 1px solid #eceeec;
	}
	#navsitemap ul.level0 > li > a {
		font-size: 0.9rem;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	#navsitemap ul.level1 > li > a,
	#navsitemap ul.level2 > li > a {
		font-size: 0.9rem;
		font-weight: 400;
	}


	#sitemap {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		overflow: hidden;
		background: none;

		background: rgba(206, 212, 218, 0);

		-webkit-transition: z-index 0ms linear 300ms, background 300ms ease;
		   -moz-transition: z-index 0ms linear 300ms, background 300ms ease;
				transition: z-index 0ms linear 300ms, background 300ms ease;

		margin: 0;
		padding: 0 0 0 20px;			/* 20px space to fit vertical scrollbar */
		cursor: pointer;
	}

	#sitemap .widthwrapper {
		display: block;
		width: 260px;					/* Additional 20px space to fit vertical scrollbar */
		height: 100%;
		overflow-y: auto;
		right: -240px;
		margin-right: 0;
		padding: 0;
		box-shadow: 0 0 0px black;

		-webkit-transition: right 300ms ease, box-shadow 300ms ease;
		   -moz-transition: right 300ms ease, box-shadow 300ms ease;
				transition: right 300ms ease, box-shadow 300ms ease;
		cursor: default;
	}

	#sitemap ul {
		padding: 0;
		margin: 0;
	}
	#sitemap li {
		margin: 0;
		padding: 0;
		list-style: none;
		background: none;
	}
	#sitemap p {
		margin: 4px 0 8px;
	}
	#sitemap address {
		display: none;
	}

	#navsitemap {
		min-height: 100%;
		margin-bottom: 1px;
		padding: 0 14px 0 0;
		background-color: #fff;
	}

	#navsitemap .object- {
		display: block !important;
	}
	#navsitemap li.object- a.object- {
		margin: 10px 0 10px 10px;
		padding: 0;
		border: solid 1px rgba(255,255,255,0.24);
		border-radius: 8px;
		text-align: center;
	}

	#navsitemap ul.level0 > li > a,
	#navsitemap ul.level1 > li > a,
	#navsitemap ul.level2 > li > a {
		position: relative;
		display: block;
		margin: 0;
		padding: 0;
	}
	#navsitemap ul.level0 > li > a,
	#navsitemap ul.level1 > li > a {
		padding-left: 50px;
	}
	#navsitemap ul.level2 > li > a {
		padding-left: 16px;
		padding-right: 6px;
	}

	#navsitemap a span {
		display: block;
		padding-top: 6px;
		padding-bottom: 6px;
		line-height: 18px;
		/*border-bottom: solid 1px transparent;*/
	}
	#navsitemap ul.level0 > li > a > span {
		padding-top: 12px;
		padding-bottom: 12px;
	}


	#navsitemap li.haschildren > a:before,
	#navsitemap li.haschildren > a:after {
		display: block;
		content: "";
		position: absolute;
		top: 13px;
		height: 0;
		width: 10px;

		border-top: solid #005f9f 4px;
	}

	#navsitemap li.haschildren > a:before {
		left: 14px;
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	#navsitemap li.haschildren > a:after {
		left: 19px;
		-webkit-transform: rotate(-45deg);
		   -moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
				transform: rotate(-45deg);

	}
	#navsitemap li.haschildren > a.open:before,
	#navsitemap li.haschildren.selected > a:before {
		-webkit-transform: rotate(-45deg);
		   -moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
				transform: rotate(-45deg);
	}
	#navsitemap li.haschildren > a.open:after,
	#navsitemap li.haschildren.selected > a:after {
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
				transform: rotate(45deg);
	}

	#navsitemap ul.level0 > li.haschildren > a:before,
	#navsitemap ul.level0 > li.haschildren > a:after {
		top: 20px;
	}
	#navsitemap li.haschildren.selected > a:before,
	#navsitemap li.haschildren.selected > a:after {
		display: none;
	}


	#navsitemap .menu {
		display: none;
		margin-left: 50px;
	}
	#navsitemap ul.level0 > li > .menu {
		margin-top: -6px;
		margin-bottom: 10px;
	}
	#navsitemap ul.level1 > li > .menu {
		margin-bottom: 8px;
	}
	#navsitemap ul.level1 {
		margin-left: -50px;
	}
	#navsitemap li.haschildren > a.open + .menu,
	#navsitemap li.haschildren.selected > .menu {
		display: block;
	}

	#navsitemap li.logo {
		display: none;
	}




	/* prevent collapsing menus form breaking when sitemap stacks sections (See navigation.js move() for stacking udf) */
	/*.opennav #navsitemap .level0 > li {*/
	.opennav #navsitemap .level0 > li {
		position: static !important;
		padding-top: 0 !important;
		width: auto !important;
	}







	#footer {
		font-size: 0.76em;
		line-height: 1.15em;
	}


	#navfooter {
		padding: 20px 0;
		line-height: 1.6;
		text-align: center;
	}

	#navfooter ul {
		display: none;
	}

	#navfooter > ul + span {
		display: none;
	}
	#navfooter > span {
		display: block;
	}
	#navfooter > span > span {
		display: block;
	}
	#navfooter > span > * {
		white-space: nowrap;
	}

	@media (min-width: 416px) {
		#navfooter > span > span {
			display: inline-block;
			padding-right: 24px;
		}
		#navfooter > span > span:first-child {
			padding-left: 24px;
		}
	}


	#navfooter > a {
		display: none;
	}




	@media print {
		.headline, #navprimary, #navsecondary, #navheader, #navfooter, .social {
			display: none;
		}
	}