/* CSS Document */
html, body {
	overflow-x: hidden;
	height: 100%;
	width: 100%;
}

body, input, button {
    font-family:'Hind', sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
	position: relative;
	color: #222;
}

.mainwrap {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.headerwrap {
	display: flex;
	align-items: center;
	padding: 6px;
	height: 60px;
	flex-shrink: 0;
	box-sizing: border-box;
}

.headerbox {
	display: inline-block;
	flex-grow: 1;
}

.header {
	min-width: auto;
	font: 13px/27px Roboto,RobotoDraft,Arial,sans-serif;
	z-index: 986;
	height: 48px;
	color: black;
	position: relative;
	transition: box-shadow 250ms;
}

.headerright {
	float: right;
	padding-left: 32px;
	box-sizing: border-box;
	height: 48px;
	line-height: normal;
	padding: 0 4px;
	flex: 0 0 auto;
	justify-content: flex-end;
	white-space: nowrap;
	-moz-box-align: center;
	align-items: center;
	display: flex;
	-moz-user-select: -moz-none;
}

.hrlinkbox {
	font-family: arial,sans-serif;
	line-height: normal;
	padding-right: 15px;
	white-space: nowrap;
}
.hrlink {
	display: inline-block;
	padding-left: 15px;
}

.hrlink a {
	display: inline-block;
	line-height: 24px;
	vertical-align: middle;
	color: rgba(0,0,0,0.87);
	text-decoration: none;
}

.hrlink a:hover {
	text-decoration: underline;
}

.hruserbox {
	float: right;
	position: relative;
}

.hruserboxiconwrap {
	display: inline;
}

.hruserboxiconbox {
	padding: 4px;
	display: inline-block;
	vertical-align: middle;
}
.hruserboxicon {
	position: relative;
}
.hruserboxiconanchor {
	opacity: 1;
	background-position: -64px -29px;
	color: #000;
	cursor: pointer;
	text-decoration: none;
	padding: 8px;
	display: inline-block;
	outline: none;
	vertical-align: middle;
	border-radius: 2px;
	box-sizing: border-box;
	height: 40px;
	width: 40px;
}

.hruserboxiconanchor:hover {
	background-color: rgba(60,64,67,0.08);
	outline: none;
	border-radius: 50%;
}

.hruserwrap {
	padding: 4px;
	display: inline-block;
	vertical-align: middle;
}

.hrusericon {
	position: relative;
}

a.hruserlink {
	color: #000;
	cursor: pointer;
	text-decoration: none;
	padding: 4px;
	flex: 0 1 auto;
	display: inline-block;
	outline: none;
	vertical-align: middle;
	border-radius: 2px;
	box-sizing: border-box;
	height: 40px;
	width: 40px;
}

a.loginbutton {
	background: #8ab4f8;
	border: 1px solid transparent;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #202124;
	cursor: pointer;
	text-decoration: none;
	margin-left: 8px;
	font-family: Google Sans,Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.25px;
	line-height: 16px;
	margin-left: 10px;
	margin-right: 8px;
	min-width: 96px;
	padding: 9px 23px;
	text-align: center;
	vertical-align: middle;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a.loginbutton:hover {
	background: #93baf9;
	border-color: transparent;
	-moz-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.3);
}

.hruseravatarring {
	right: 0;
	top: 0;
	height: 40px;
	position: absolute;
	width: 40px;
}

img.hruseravatar {
	background-size: 32px 32px;
	border: 0;
	border-radius: 50%;
	display: block;
	margin: 0;
	position: relative;
	height: 32px;
	width: 32px;
	z-index: 0;
}

.bodywrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 175px;
	max-height: 290px;
	height: calc(100% - 560px);
	flex-shrink: 0;
	box-sizing: border-box;
}

.mainlogo {
	max-height: 175px;
	position: relative;
	height: 100%;
	margin-top: auto;
}

.searchwrap {
	padding: 20px;
	max-height: 160px;
	flex-shrink: 0;
	box-sizing: border-box;
}
.formcontents {
	width: auto;
	max-width: 584px;
	position: relative;
	margin: 0 auto;
	padding-top: 6px;
}

.searchinputwrap {
	width: auto;
	max-width: 584px;
	background: #fff;
	display: flex;
	border: 1px solid #dfe1e5;
	box-shadow: none;
	border-radius: 24px;
	z-index: 3;
	height: 44px;
	margin: 0 auto;
}

.searchinputwrap:hover, .searchinputwrap.active {
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(32,33,36,.28);
	border-color: rgba(223,225,229,0);
}

.searchinputwrap.active {
	border-radius: 24px 24px 0px 0px;
}

.searchinputbox {
	flex: 1;
	display: flex;
	padding: 5px 8px 0 16px;
	padding-left: 14px;
}

.searchinputiconwrap {
	display: flex;
	align-items: center;
	padding-right: 13px;
	margin-top: -5px;
}

.searchinputicon {
	margin: auto;
}

.searchinputicon span {
	margin-top: 12px;
	color: #9aa0a6;
	height: 20px;
	width: 20px;
	display: inline-block;
	fill: currentColor;
	line-height: 24px;
	position: relative;
}

.searchinputicon span svg {
	display: block;
	height: 100%;
	width: 100%;
}

.inputfieldbox {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
}

.inputfieldpre {
	color: transparent;
	flex: 100%;
	white-space: pre;
	height: 34px;
}

.searchinputdelwrap {
	display: flex;
	flex: 0 0 auto;
	margin-top: -5px;
	align-items: stretch;
	flex-direction: row;
}

.searchinputdel {
	display: flex;
	flex: 1 0 auto;
	cursor: pointer;
	align-items: center;
	border: 0;
	background: transparent;
	outline: none;
	padding: 0 8px;
	line-height: 44px;
}

.searchinputdelicon {
	height: 100%;
	color: #70757a;
	vertical-align: middle;
	outline: none;
	display: inline-block;
	fill: currentColor;
	height: 24px;
	line-height: 24px;
	position: relative;
	width: 24px;
}

.searchinput {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
	color: rgba(0,0,0,.87);
	word-wrap: break-word;
	outline: none;
	display: flex;
	flex: 100%;
	margin-top: -30px;
	height: 26px;
	font-size: 26px;
}

.searchinput::placeholder {
	color: #aaaaaa;
	opacity: 1; /* Firefox */
	font-size:16px;
}

.searchdropdownwrap {
	position: absolute;
	width: 100%;
	text-align: left;
	margin-top: -1px;
	z-index: 3;
	cursor: default;
	user-select: none;
}

.searchdropdownbox {
	background: #fff;
	box-shadow: 0 4px 6px rgba(32,33,36,.28);
	display: flex;
	flex-direction: column;
	list-style-type: none;
	margin: 0;
	padding: 0;border: 0;
	border-radius: 0 0 24px 24px;
	padding-bottom: 4px;
	overflow: hidden;
}

.ssdtop {
	border-top: 1px solid #e8eaed;
	margin: 0 20px 0 14px;
	padding-bottom: 4px;
}

.ssdul {
	margin: 0;
	padding: 0;
	flex: auto;
	padding-bottom: 8px;
}

.ssdli {
	margin: 0;
	display: flex;
	align-items: center;
	min-width: 0;
	padding: 0;
}

.ssdli:hover {
	background: #eee;
	cursor:pointer;
}

.ssdliinnerwrap {
	flex: auto;
	display: flex;
	align-items: center;
	margin: 0 20px 0 14px;
}

.ssdliiconleft {
	display: flex;
	align-items: center;
	margin: 0 13px 0 1px;
	/* background: url(searchbox_sprite.webp) no-repeat 0 -21px;*/
	background-size: 20px;
	min-height: 20px;
	min-width: 20px;
	height: 20px;
	width: 20px;
}

.ssdliiconleft.species {
	margin: 4px 7px 4px -5px;
	border-radius: 4px;
	min-height: 32px;
	min-width: 32px;
	background: center/cover no-repeat;
	background-image: url('species-icons.png');
}

.ssdliiconleft.species.yep { background-position: 0px 0px; }
.ssdliiconleft.species.fcp { background-position: 0px -33px; }
.ssdliiconleft.species.scp { background-position: 0px -65px; }
.ssdliiconleft.species.ecp { background-position: 0px -97px; }
.ssdliiconleft.species.erp { background-position: 0px -129px; }
.ssdliiconleft.species.lbp { background-position: 0px -161px; }

.ssdlientrywrp {
	display: flex;
	flex: auto;
	flex-direction: column;
	min-width: 0;
	padding: 6px 0;
}

.ssdlientry {
	display: flex;
	font-size: 16px;
	color: #212121;
	flex: auto;
	align-items: center;
	word-break: break-all;
	padding-right: 8px;
	line-height: 18px;
}

.ssdlibyline {
	line-height: 12px;
	font-size: 13px;
	color: #80868b;
	margin-top: 2px;
}

.ssdli a {
	flex:auto;
	text-decoration: none;
	color: inherit;
}

.ssdli:hover a {
	text-decoration: underline;
}

.ssdliright {
	display: flex;
	align-self: stretch;
}

.ssdlirighttext {
	color: #80868b;
	font: 13px arial,sans-serif;
	cursor: pointer;
	align-self: center;
}

.lowerhalf {
	flex-grow: 1;
	flex-shrink: 0;
	box-sizing: border-box;
}

.footerwrap {
	flex-shrink: 0;
	box-sizing: border-box;
	background: #f2f2f2;
}

.footertop {
	padding: 15px 30px;
	border-bottom: 1px solid #dadce0;
	font-size: 15px;
	color: rgba(0,0,0,.54);
}

.footerbottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 20px;
}

.footercol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.footercol a, .footercol span {
	color: #70757a;
	display: block;
	padding: 15px;
	white-space: nowrap;
	text-decoration: none;
}

.footercol a:hover {
	text-decoration:underline;
}

@media only screen and (max-width: 1000px) {
	body {
		background: #f1f3f4;
	}
	.footerbottom {
		justify-content: center;
	}
	.footercol:first-child {
		display: none;
	}
}

.info {
	background: rgba(60,64,67,0.90);
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #ffffff;
	font: 500 12px 'Roboto',arial,sans-serif;
	letter-spacing: .8px;
	line-height: 16px;
	margin-top: 4px;
	min-height: 14px;
	padding: 4px 8px;
	position: absolute;
	z-index: 1000;
	-moz-osx-font-smoothing: grayscale;
}

/* BIRD PAGE */
#searchform {
	position: absolute;
	top: 20px;
	margin-top: 6px;
	width: 100%;
	/*min-width: 1261px;*/
	z-index: 128;
}

#searchform.big .hruserbox {
	margin-top: -44px;
}

.topsearchfield {
	width: 1109px;
}

.topinputwrap {
	position: relative;
	margin: 0 auto;
	margin-left: 90px;
	width: 465px;
}

.topinputwrap.focussed {
	padding-left: 0;
	width: 442px;
}

.toplogo {
	padding: 4px 28px 0 30px;
	position: absolute;
	left: -110px;
	top: 0px;
}


.til2wrap {
	background: #fff;
	display: flex;
	border: 1px solid transparent;
	box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
	width: 440px;
	border-radius: 24px;
	z-index: 3;
	height: 44px;
	margin: 0px auto;
}

.til2wrap:hover {
	background-color: #fff;
	box-shadow: 0 2px 8px 1px rgba(64,60,67,.24);
	border-color: rgba(223,225,229,0);
}

.til2header {
	background: #fff;
	display: flex;
	border: none;
	width: auto;
	z-index: 3;
	height: 44px;
	margin: 0px auto;
	font-size: 42px;
	padding-top: 15px;
	padding-left: 50px;
}

.focussed .til2wrap {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-color: rgba(223,225,229,0);
	box-shadow: 0 2px 8px 1px rgba(64,60,67,.24);
}

.focussed .searchdropdownwrap {
	display: block!important;
}


.til3wrap {
	flex: 1;
	display: flex;
	padding: 5px 4px 0 16px;
	padding-left: 14px;
}

@media only screen and (max-width: 1000px) {
	#searchform {
		top: 0px;
		min-width: auto;
		background-color: #ffffff;
		padding-bottom: 10px;
		box-shadow: 0 0 0 1px #ebedef;
		border-radius: 0;
		margin-top:0;
		padding-top: 6px;
	}
	
	.topinputwrap {
		margin-left: 0px;
		width:100%;
	}
	.toplogo {
		position: relative;
		left: calc(50% - 31px);
		width: 62px;
		padding: 0;
	}
	.til2wrap {
		width: auto;
		margin: 0 5px;
	}
	#searchform.big .hruserbox {
		position: absolute;
		margin-top:0;
		top: 0;
		right: 0;
	}
	
	#searchform.big .hruserbox .hruserboxiconwrap {
		display: none;
	}
}

.tiliconwrap {
	display: flex;
	align-items: center;
	padding-right: 6px;
	margin-top: -7px;
}

.tilicon {
	margin: auto;
}

.tilicon span {
	display: inline-block;
	color: #9aa0a6;
	height: 20px;
	width: 20px;
	line-height: 24px;
	position: relative;
	fill: currentColor;
}
	
.tiinputfieldwrap {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
}

.tiinputfieldph {
	height: 39px !important;
	line-height: 39px;
	color: transparent;
	flex: 100%;
	white-space: pre;
	height: 34px;
}

.tiinputfield {
	height: 36px;
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
	color: rgba(0,0,0,.87);
	word-wrap: break-word;
	outline: none;
	display: flex;
	flex: 100%;
	tap-highlight-color: transparent;
	font: 20px arial,sans-serif;
}

.ticlearwrap {
	display: flex;
	flex: 0 0 auto;
	margin-top: -5px;
	align-items: stretch;
	flex-direction: row;
}
.ticlear {
	padding-right: 4px;
	display: flex;
	flex: 1 0 auto;
	cursor: pointer;
	align-items: center;
	border: 0;
	background: transparent;
	outline: none;
	padding: 0 8px;
	line-height: 44px;
}
.ticlearicon {
	height: 100%;
	color: #70757a;
	display: inline-block;
	fill: currentColor;
	line-height: 24px;
	position: relative;
	width: 24px;
}

.ticlearicon svg {
	display: block;
	height: 100%;
	width: 100%;
}

.tisep {
	border-left: 1px solid #dfe1e5;
	height: 65%;
}

.tisearch {
	flex: 0 0 auto;
	padding-right: 13px;
	height: 44px;
	width: 30px;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	margin: -4px 8px 0 0;
}

.tisearchiconwrap {
	background: none;
	color: #4285f4;
	height: 24px;
	width: 24px;
	margin: auto;
}

.tisearchicon {
	display: inline-block;
	fill: currentColor;
	height: 24px;
	line-height: 24px;
	position: relative;
	width: 24px;
}

.tisearchicon svg {
	display: block;
	height: 100%;
	width: 100%;
}

.fullbodywrap {
	display: flex;
	flex-direction: column;
	min-height: 175px;
	height: calc(100% - 560px);
	flex-grow: 1;
	flex-shrink: 0;
	box-sizing: border-box;
	margin-top: 100px;
	border-top: 1px solid #eee;
	padding-top: 10px;
}


@media only screen and (max-width: 1000px) {
	.birdwrap {
		background-color: #ffffff;
		box-shadow: 0 0 0 1px #ebedef;
		padding: 5px 0px;
	}
}

.birddetailwrap {
	margin: 0;
	display: flex;
	align-items: center;
	min-width: 0;
	padding: 0;
}

#maincolumn {
	clear: both;
	position: relative;
	margin-left: 100px;
	width: 652px;
}

@media only screen and (max-width: 1000px) {
	.fullbodywrap {
		margin-top: 115px;
	}
	#maincolumn {
		margin-left: 0px;
		width: 100%;
	}
}

.birdetailicon {
	display: flex;
	align-items: center;
	margin: 4px 7px 4px -5px;
	border-radius: 4px;
	min-height: 100px;
	min-width: 100px;
	background: center/cover no-repeat;
	background-image: url('species-icons-full.png');
	background-size: 100px;
}

.birdetailicon.yep { background-position: 0px 0px; }
.birdetailicon.fcp { background-position: 0px -100px; }
.birdetailicon.scp { background-position: 0px -200px; }
.birdetailicon.ecp { background-position: 0px -300px; }
.birdetailicon.erp { background-position: 0px -400px; }
.birdetailicon.lbp { background-position: 0px -500px; }

.birdetailheader {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding-top: 13px;
}

.birdetailheader h2, .birdetailheader h3 {
	font-family: Google Sans,arial,sans-serif !important;
	font-weight: bold;
	color: #202124;
	line-height: 1.2;
	display: inline;
	font-size: 38px;
	text-align: left;
	margin: 0;
	margin-bottom: -3px;
}

.birdetailheader h3 {
	font-size:20px;
	font-weight: normal;
	line-height: 1.3;
	color:#5c5f68;
	margin-bottom: 0px;
}

.birddetailsubheader {
	color: #70757a;
	font-family: arial,sans-serif;
	line-height: 1.58;
	font-size: 14px;
}

@media only screen and (max-width: 1000px) {
	.birdetailheader h2 {
		font-size: 26px;
	}
	.birdetailheader h3 {
		font-size: 18px;
	}
	.birddetailsubheader {
		font-size: 12px;
	}
}

.birddatawrap {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

.markingdetailbox {
	display: flex;
	background: #fff;
	padding: 0;
	overflow: hidden;
}

.detailtable {
	table-layout: fixed;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-bottom: 1px solid #dfe1e5;
	display: table;
	box-sizing: border-box;
	text-indent: initial;
	border-color: grey;
	border: 1px solid #dfe1e5;
	border-radius: 8px;
}

.detailtable tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}

.detailtable tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

.detailtable th, .detailtable td {
	height: 0;
	border-top: 0px;
	word-wrap: normal;
	font-size: 14px;
	line-height: 16px;
	padding: 12px 16px;
	text-align: left;
	font-family: Roboto-Medium,HelveticaNeue-Medium,Helvetica Neue,sans-serif-medium,Arial,sans-serif;
	margin-right: 15px;
	border-bottom: 1px solid #dfe1e5;
}

.detailtable th {
	font-weight: bold;
	margin-right: 0;
	margin-left: 15px;
}

.detailimage {
	display: block;
	width: 200px;
	height:100%;
	margin: 0;
	padding:0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

ul.detailcoredata {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 16px;
	width: 452px;
}

ul.detailcoredata li {
	display: block;
	list-style: none;
	line-height: 1.5;
	border-bottom: 1px solid #eee;
}
ul.detailcoredata li:last-child {
	border-bottom: 0;
}

ul.detailcoredata li h4 {
	display: inline-block;
	padding: 4px 15px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 15px;
	width: 100px;
	text-align: right;
}

@media only screen and (max-width: 1000px) {
	.markingdetailbox {
		border: none;
	}
	.detailimage {
		display: none;
	}
	ul.detailcoredata {
		width: 100%;
	}
}

/* SEARCH PAGE */

.resultbox {
	width: 600px;
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1.58;
	text-align: left;
	font-family: arial,sans-serif;
	font-size: 14px;
}

.result {
	position: relative;
}

.resHeader {
	font-weight: normal;
	font-size: small;
	line-height: 1.58;
}

.resHeader a {
	color: #1a0dab;
	text-decoration: none;
	outline: 0;
}

.resHeader a h3 {
	font-size: 24px;
	line-height: 1.3;
	padding-top: 5px;
	display: inline-block;
	margin: 0 0 3px 0;
	font-weight: normal;
}

.resHeader a:hover h3 {
	text-decoration: underline;
}

.resHeader a div.miniHeader {
	display: inline-block;
	padding-bottom: 2px;
	padding-top: 1px;
	-webkit-text-size-adjust: none;
	padding-top: 1px;
	font-size: 14px;
	line-height: 1.3;
	color: #202124;
	font-style: normal;
	position: absolute;
	left: 0;
	top: 0;
}

.detailsPreview {
	display: table;
	table-layout: fixed;
	white-space: normal;
	line-height: 1.58;
	width: 100%;
	margin: 5px 0;
}

.dProw {
	display: table-row;
	vertical-align: top;
	white-space: nowrap;
}

.dPcell {
	display: table-cell;
	vertical-align: bottom;
	padding-left: 0;
	text-overflow: ellipsis;
	overflow: hidden;
}

.dPcell span.dPparam {
	color: #70757a;
	font-weight: bold;
}

.dPcell span.dPvalue {
	color: #70757a;
}

/* MONITORING APP */

p.summary {
	padding: 0 25px;
	font-size: 26px;
	text-align: justify;
	line-height: 40px;
	max-width: 800px;
	margin: 50px auto;
}

.button-wrap {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}

.button-wrap p {
	margin:25px;
}

.a_blue_button {
	background-color:#3bb3e0;
	padding:10px;
	position:relative;
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	text-decoration:none;
	color:#fff;
	border: solid 1px #186f8f;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);
	-webkit-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	
}

.a_blue_button::before {
	background-color:#ccd0d5;
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	padding:8px;
	left:-8px;
	top:-8px;
	z-index:-1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	-o-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
}

.a_blue_button:active {
	padding-bottom:9px;
	padding-left:10px;
	padding-right:10px;
	padding-top:11px;
	top:1px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
}

/* subpages */
.panelcontainer {
	 display: flex;
	flex-wrap: wrap;
	padding: 10px 25px;
}

.panel {
	width: 100%;
	max-width: 400px;
}



.a_num_head {
	background-color:#3bb3e0;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	text-decoration:none;
	color:#fff;
	position:relative;
	padding: 7px 20px 14px;
	border-left:solid 1px #2ab7ec;
	margin-left:35px;
	display: block;
	height: 16px;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
}


.a_num_head:active {
	top:3px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}

.a_num_head::before {
	background-color:#2561b4;
	content:"1";
	width:35px;
	max-height:29px;
	height:100%;
	position:absolute;
	display:block;
	padding-top:8px;
	top:0px;
	left:-36px;
	font-size:16px;
	text-align: center;
	font-weight:bold;
	color:#8fd1ea;
	text-shadow:1px 1px 0px #07526e;
	border-right:solid 1px #07526e;
	background-image: linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -o-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(10,94,125)),
	color-stop(1, rgb(14,139,184))
	);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999 ;
	-moz-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999 ;
	-o-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999 ;
	box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999 ;
}

.a_num_head:active::before {
	top:-3px;
	-webkit-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999 ;
	-moz-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999 ;
	-o-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999 ;
	box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999 ;
}


.second_button::before {
	content:"2";
}

.third_button::before {
	content:"3";
}

.fourth_button::before {
	content:"4";
}

.fifth_button::before {
	content:"5";
}

.sixth_button::before {
	content:"6";
}

.content {
	padding: 10px;
	background-color: #eaeaea;
	margin: -10px 10px 0px;
	display: none;
}

.active .content {
	display: block;
}


@media only screen and (max-width: 1000px) {
	#maincolumn {
		background-color: #fff;
		padding: 10px;
		box-shadow: 0 0 0 1px #ebedef;
	}
	

	p.summary {
		padding: 0 25px;
		font-size: 16px;
		text-align:justify;
		margin: 0px auto;
		line-height: 24px;
	}
	.button-wrap {
		display: flex;
		justify-content: center;
		margin-top: 25px;
	}
	.button-wrap p {
		margin-bottom: 40px;
	}
}


