audio, canvas, video {
	display: inline-block;
*display:inline;
*zoom:1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
/* base */
html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
html, button, input, select, textarea, a {
	font-family: 'Open Sans', sans-serif;
}
body {
	margin: 0;
	background-color: #ffffff;
	overflow-x:hidden;
	-webkit-animation: bugfix infinite 1s; 
}
/* font */
/* Fonts */
/* Webfont: Snellman Custom */
@font-face {
    font-family: 'thesansbold';
	src: url(fonts/thesans-bold-fix/thesans-b9black_mod-webfont.eot);
    src: url('fonts/thesans-bold-fix/thesans-b9black_mod-webfont.eot');
    src: url('fonts/thesans-bold-fix/thesans-b9black_mod-webfont.eot?#iefix') format("embedded-opentype"), 
		url('fonts/thesans-bold-fix/thesans-b9black_mod-webfont.woff') format("woff"), url('fonts/thesans-bold-fix/thesans-b9black_mod-webfont.ttf') format("truetype"), url('fonts/thesans-bold-fix/thesans-b9black_mod-webfont.svg#fontcustom') format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face{ 
	font-family: 'NoSpace';
	src: url('fonts/NoSpaceFont/zerowidthspaces.eot');
	src: url('fonts/NoSpaceFont/zerowidthspaces.eot?#iefix') format('embedded-opentype'),
	     url('fonts/NoSpaceFont/zerowidthspaces.woff') format('woff'),
	     url('fonts/NoSpaceFont/zerowidthspaces.ttf') format('truetype'),
	     url('fonts/NoSpaceFont/zerowidthspaces.svg#NoSpace') format('svg');
}
/* bugfix */
@-webkit-keyframes bugfix { 
  from {padding:0;} 
  to {padding:0;} 
}
/* links */
a:focus {
	outline: thin dotted;
}
a:link, a:visited
{
    color:#01643A;
    text-decoration: none;
}
a:active, a:hover
{
    color: #B0370B;
    text-decoration: none;
}
a:hover {
  cursor: pointer;
}
/*a:active, a:hover {
	outline: 0;
}*/
.navi a,
.navi a.focus {
	font-size: 1.3em;
	font-weight: 600;
	max-width: 1280px;
}
.navi a:link,
.navi a:visited,
.navi a:hover,
.navi a:active {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}
.navi li.focus a:link,
.navi li.focus a:visited,
.navi li.focus a:hover,
.navi li.focus a:active,
#secmenu.navi a:link,
#secmenu.navi a:visited,
#secmenu.navi a:hover,
#secmenu.navi a:active {
	text-decoration: none;
	color:rgba(255,255,255,1.0);
}
#secmenu.navi li.focus a:link,
#secmenu.navi li.focus a:visited {
	text-decoration: underline;
	color: #ffffff;
}
div.article-link {
	padding: 1% 0 1% 0;
}
#art-lnk {
    font-weight: 400;
    margin: 0.0% 2.5% 0.5% 0;
    padding: 0.32em 0.45em 0.32em 0.75em;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color:rgba(0,171,103,1.00);
    display:inline-block;
    font-size: 1.2em;
    -webkit-box-shadow: 0px -1px 2px 0px rgba(50, 50, 50, 0.32);
    -moz-box-shadow: 0px -1px 2px 0px rgba(50, 50, 50, 0.32);
    box-shadow: 0px -1px 1px 0px rgba(50, 50, 50, 0.32);
}
#art-lnk:after {
    content: "\203A";
    margin-left: 0.6em;
    font-size: 1.3em;
}
#art-file {
    font-weight: 400;
    margin: 0.0% 2.5% 0.5% 0;
    padding: 0.32em 0.75em 0.32em 0.75em;
    display:inline-block;
    font-size: 1.2em;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.32);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.32);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.32);
}
#art-file:after {
    content: "\2193";
    display: inline-block;
    width: 1.0em;
    margin-left: 1.0em;
    text-align: center;
    font-size: 1.0em;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color:rgba(0,171,103,1.00);
    float: right;
}
#art-file span {
    font-weight: 400;
    margin: 0.0% 2.5% 0.5% 0;
    padding: 0.32em 0.45em 0.32em 0.75em;
    display:block;
    font-size: 0.8em;
    color: rgba(0,0,0,1.00);
}
/* Typography */
h1, h2, h4, h5, h6 {
    font-family: 'thesansbold', Arial, Helvetica, Sans-serif;
    font-style: normal;
    line-height: 1.0125em;
	font-weight: 400;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1 {
	font-size: 3.2em;
	margin: .67em 0;
}
h2 {
	font-size: 1.6em;
	margin: 1.83em 0 .83em 0;
}
h3 {
	font-size: 1.4em;
	margin: 1em 0;
}
h4 {
	font-size: 1em;
	margin: 1.33em 0;
}
h5 {
	font-size: .83em;
	margin: 1.67em 0;
}
h6 {
	font-size: .67em;
	margin: 2.33em 0;
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
p, pre {
	margin: 1em 0 1em 0;
	line-height: 1.42em;
	font-family: 'Open Sans', sans-serif;
    font-size: 1.15em;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 80%;
}
.f-osw-n {
	font-weight: normal;
}
/* Lists */
dl, menu, ol, ul {
	margin: 1em 0
}
dd {
	margin: 0 0 0 40px
}
menu, ol, ul {
	padding: 0 0 0 40px
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none
}
/* Embedded content */
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
form {
	margin: 0
}
/* Background */

/* Service Header */

/* fiding stuff */
.fnd-lnk {
    display: none;
	position: absolute;
	right: 1%;
	top: 10%;
}
.bx-rel .fnd-lnk img {
	position: static;
	bottom: 0;
	right: 0;
	display: inline-block;
	width: 50%;
	height: 50%;
}
.fnd-remove:before, 
.fnd-close:before, 
.fnd-times:before {
    content: "\2716";
	font-size: 2.4em;
}
.t-men-cont .fnd-lnk {
    display: block;
}
/* Full screen search*/
#fnd-cont a{
  color: #fff;
  font-size: 2rem;
	margin: 0;
	padding: 0;
}
#fnd-cont {
  position:fixed;
  width: 100%;
  height: 0;
  background-color: rgba(0,171,103,0.95);
  display: flex;
  align-items: center;
	margin-left: auto;
	margin-right: auto;
  opacity: 0;
  transition: all .5s;
  will-change: transform, opacity;
  z-index: 997;
}
.fnd-mid {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.fnd-mid p {
	margin: 0;
	padding: 0 0 1% 0;
	color: #ffffff;
	font-size: 1.5rem;
  border-width: 0 0 1px 0;
  border-style: solid #fff;
}
.fnd-mid #searchfield {
	-webkit-appearance:none;
	border: 0;
  height: 2rem;  
  max-width: 50%;
  background-color: #ffffff;
  color: #717A8E;
  flex: 1 0 auto;
  font-size: 2rem;
  outline: 0;
  padding: 2rem 1rem;
}
#terminate {
  position: absolute;
  right: 5%;
  top: 10%;
}
#fnd-cont:target {
  height: 100vh !important;
  width: 100% !important;
  opacity: 1;
  z-index: 998;
}

/* Tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}

/* Other ratios */
.ratio2_1:before {
	padding-top: 50%;
}

/* effects */
#waiting {
    display: none;
    margin: 15px 0px 15px 0px;
    text-align: center;
}

/* nav */
.navi {
}
#topmenu ul {
	padding: 0;
	display: table;
	margin: 0;
}
#topmenu ul li {
	padding: 1.35% 1.5em 1.35% 1.5em;
	border: none;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border-right: rgba(128,128,128,1.00) 1px solid;
	margin: 0;
}
#topmenu ul li:nth-child(8) {
}
#topmenu ul li:nth-child(8) a:link,
#topmenu ul li:nth-child(8) a:visited {
	color: rgba(0,171,103,1.00);
}
#topmenu ul li.focus  {
	background-color: rgba(0,171,103,1.00);
    border-top: rgba(255,255,255,1.00) 1px solid;
    border-bottom: rgba(255,255,255,1.00) 1px solid;
}
#lastmenu a {
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: 600;
	margin: 0 0.5em 0 0;
}
#lastmenu a:link,
#lastmenu a:visited {
    color:rgba(0,0,0,1.00);
}
#lastmenu a:hover,
#lastmenu a:active {
    color: #A4A4A4;
}
#lastmenu dl, menu, ol, ul {
	margin: 1em 0;
}
#lastmenu menu, ol, ul {
	padding: 0 0 0 1.5em;
}
#lastmenu li {
    color: #ffffff;
	list-style-type: disc;
	padding:5% 0 2.5% 5%;
}
#lastmenu li.focus {
	list-style-type: none;
}
#lastmenu li.focus:before {
    content: "► ";
    font-weight: bold;
    color: rgba(0,171,103,1.00);
    margin-left: -6%;
}
#lastmenu li ul li.focus:before {
    content: "► ";
    font-weight: bold;
    color: rgba(0,171,103,1.00);
    margin-left: -6%;
}
#lastmenu-mob menu, ol, ul {
	padding: 0 0 0 0;
}
#lastmenu-mob li {
    display: none;
    color: #ffffff;
	list-style-type: none;
	padding:2.5% 4% 2.5% 4%;
    margin: 0 2% 2% 0;
    background-color: rgba(0,171,103,1.00);
}
#lastmenu-mob a:link,
#lastmenu-mob a:visited {
    color:rgba(255,255,255,1.00);
}
/* nav sub */

/* nav mobile */
#header label {
	padding:0 0.125em;
	font:2.875em/1.4375em Arial;
	}
#menu label {
	padding:0 0.25em;
	font:3.125em/1.375em Arial;
    color:#ffffff;
	}
#menu .sub-nav label {
	padding:0 0.3125em;
	font:2em/2em Arial;
	top:0;
	}
#main-nav-check, #menu .sub-nav-check {
	position:absolute;
	top:-9999px;
	left:-9999px;
}
.toggle-menu {
	display: none;
    cursor: pointer;
    color:rgba(0,171,103,1.00);
    font-size: 3.2em;
    padding: 2% 2%;
    margin: 0px;
    line-height: 0.65em;
	z-index: 500;
	vertical-align: top;
}
.container {
	background:#fff;
	min-height:100%;
	padding:0;
	margin:0;
}
#menu, #menu .sub-nav {
	position:absolute;
	top:0;
	bottom:0;
	width:13.75em;
	z-index:9999;
	left:-13.75em;
}
.container, #menu, #menu .sub-nav {
	-webkit-transform:translate(0,0);
	-ms-transform:translate(0,0);
	transform:translate(0,0);
	-webkit-transition:-webkit-transform .25s ease;
	transition:transform .25s ease;
}
#menu ul {
	line-height:2.75em;
	text-decoration:none;
	padding:0;
	list-style:none;
	margin-top:1.0625em;
	border-top:1px solid #ffffff;
}
#menu li {
	border-bottom:1px solid #ffffff;
}
#menu ul li:nth-child(8) {
	background-color: rgba(255,255,255,1.00);
}
#menu ul li:nth-child(8) a {
    color: rgba(0,171,103,1.00);
}
#menu li a {
	display: block;
	font-size:1.0em;font-weight: 600;
	padding-left:1.5em;
	color:#ffffff;
	text-decoration:none;
}
#menu li a:hover, #menu .toggle-sub:hover {
	background:#A4A4A4;
}
#menu .sub-nav {
	margin-top:-1px;
}
#menu .sub-heading {
	margin-top:1.0625em;
	padding-left:1.3125em;
	color:#ffffff;
	font: small-caps bold 1.1em;
}
#menu .sub-heading:before {
	content:"";
	display:table-row;
	height:1px;
	width:13.75em;
	margin-left:-1.3125em;
	background:#444;
}
#menu .toggle-sub {
	font:bold 1em/2.75em Arial !important;
	color:#ffffff;
	background:rgba(0,102,179,1.00);
	float:right;
	top:auto;
	margin-top:-2.75em;
	width:2.25em;
	border-left:1px solid #ffffff;
	cursor:pointer;
	text-align:center;
}
.container, #menu, #menu .sub-nav
{
	-webkit-transform:translate3d(0,0,0)
}

#menu, #menu ul {
	margin-bottom: 0px;
	overflow: hidden;
	text-align:left;
	background-color:rgba(0,171,103,1.00);
}

/* #### - extra css for js enhancement - #### */
#menu .close-all { display:none }
.js #menu .close-all { display:inline; color:#ffffff; }
.js #menu .toggle-menu { top:0; z-index:9999 }
.js #menu .sub-nav .toggle-menu { left:0.15em; width:1em; color:#ffffff; }

/* #### - define ids of animated container, menu and sub-menus here - #### */
#main-nav-check:checked ~ .container, #main-nav-check:checked ~ #menu, #menu .sub-nav-check:checked ~ #fi-home-sub, #menu .sub-nav-check:checked ~ #fi-figen-sub, #menu .sub-nav-check:checked ~ #fi-figen-business_units-sub, #menu .sub-nav-check:checked ~ #fi-figen-news-sub, #menu .sub-nav-check:checked ~ #fi-genetics-sub, #menu .sub-nav-check:checked ~ #fi-genetics-programme-sub, #menu .sub-nav-check:checked ~ #fi-genetics-pure_matriarkka-sub, #menu .sub-nav-check:checked ~ #fi-genetics-muscle_terminal_sire-sub, #menu .sub-nav-check:checked ~ #fi-genetics-nucleus-sub, #menu .sub-nav-check:checked ~ #fi-genetics-genetic_results-sub, #menu .sub-nav-check:checked ~ #fi-products-sub, #menu .sub-nav-check:checked ~ #fi-products-boar_semen-sub, #menu .sub-nav-check:checked ~ #fi-products-siitoselaimet-sub, #menu .sub-nav-check:checked ~ #fi-products-services-sub, #menu .sub-nav-check:checked ~ #fi-why_figen-sub, #menu .sub-nav-check:checked ~ #fi-animal_health-sub, #menu .sub-nav-check:checked ~ #fi-contacts-sub, #menu .sub-nav-check:checked ~ #fi-seminorders-sub {	-webkit-transform:translate(13.75em,0); -ms-transform:translate(13.75em,0); transform:translate(13.75em,0); }

.page-content { padding:1em 2em; max-width:64em; margin:auto }
.page-content:after { display:block; content:''; height:1px } /* fixes bottom padding issue in IE10 */

/* doc */
.doc {
    text-align: left;
	font-family: 'NoSpace';
}
/* images */
.img_scl {
    width: 100%;
	/*overflow: hidden;*/
}
.img_scl:before {
	content: "";
	display: block;
}
.img_scl img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* box */
.content {
	/* Positioning */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.cnt-full {
	margin: 0px auto;
	z-index: 999;
	height: auto;
	text-align:center;
    max-width: 100%;
}
.cnt {
	margin: 0px auto;
	z-index: 999;
	height: auto;
	text-align:center;
    max-width: 1280px;
}
.bx-rat {
    width: 100%;
	overflow: hidden;
}
.bx-rat:before {
	content: "";
	display: block;
}
.bx-rel {
	position:relative;
}
.bx-rel-inl {
	position:relative;
	display: inline-block
}
.bx-abs {
	position:absolute;
}
.bx-fix {
	position: fixed;
}
/* ratios */
.r_f-bx-l:before {
	padding-top: 110%;
}
.r_f-bx-big:before {
	padding-top: 56.27906977%;
}
.r50_3:before {
	padding-top: 6%;
}
.r200_14:before {
	padding-top: 7%;
}
.r200_18:before {
	padding-top: 9%;
}
/* backgrounds */
.bu-gre {
	background-color: rgba(0,171,103,1.00);
}
.bu-blu {
	background-color: rgba(0,174,239,1.00);
}
.bu-wh {
	background-color: rgba(255,255,255,1.00);
}
.bu-wh-tp80 {
	background-color: rgba(255,255,255,1.00);
}
.bu-wh-tp60 {
	background-color: rgba(255,255,255,0.60);
}
.bu-wh-tp50 {
	background-color: rgba(255,255,255,0.50);
}
/* reoccurring */
.p-ab-t0-l0 {
	position: absolute;
	top: 0;
	left: 0;
}
.p-ab-b0-l0 {
	position: absolute;
	bottom: 0;
	left: 0;
}
.mar0-pad0 {
	padding: 0;
	margin: 0;
}
.pad5 {
	padding: 5%;
}
.brd-l {
	border-left-width: 0 0 0 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
}
.brd-l-r {
	border-right-width: 0 1px 0 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
}
.brd-t-l {
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #ffffff;
}
.brd-t-l-r {
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #ffffff;
}
.brd-all {
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
}
/* tools-menu */
.tls {
    z-index: 999;
}
.t-men-cont {
	text-align: left;
    width: 100%;
    margin: 0 auto;
}
.t-men {
	text-align: left;
    max-width: 1280px;
    margin: 0 auto;
}
.n-men {
	text-align: left;
    max-width: 1280px;
    margin: 0 auto;
}
.lng-tool {
    float: right;
    text-align: right;
    margin: 0 10% 0.8% 0;
    padding: 0;
	width: 30%;
    vertical-align: top;
    overflow: hidden;
	white-space: nowrap;
}
.lng-txt {
    margin: 3% 10% 1.5% 5%;
    display: inline-block;
    padding: 0;
    text-align: left;
    vertical-align: top;
    line-height: 1.0em;
    color: #000000;
    font-size: 1.1em;
    font-weight: 600;
}
.lng-txt a:link, .lng-txt a:visited {
    color: #ffffff;
    text-decoration: none;
}
.lng-txt img {
    display: none;
}
/* header */
.hdr {
	border-width: 0 1px;
	border-style: solid;
    z-index: 997;
	border-color: #ffffff;
}
.r_hdr:before {
	padding-top: 38.425%;
}
.r_hdr_20_9:before {
	padding-top: 45%;
}
.r_hdr_20_3:before {
	padding-top: 18%;
}
.hdr .content .img_scl .content img {
	object-position: 0 0;
}
.hdr-h1-bu {
	z-index: 100;
}
.r_hdr-h1-bu:before {
	padding-top: 6.666666667%;
}
.r_hdr_img:before {
	padding-top: 30.0%;
}
.r_hdr_20_9_img:before {
	padding-top: 38.4%;
}/*
.r_hdr_20_3_img {
	background-color: rgba(0,171,103,1.00);
}*/
.r_hdr_20_3_img:before {
	padding-top: 10.9%;
}
.hdr-h1-bu,
.hdr-h1-bu-pg {
	vertical-align: middle;
	/*color: rgba(0,171,103,1.00);*/
    color: rgba(0,0,0,1.00);
    text-align: center;
}
.hdr-h1-bu-pg {
    text-align: left;
}
.hdr-h1-bu h1 {
	margin-top: 1%;
	margin-right: 2%;
	padding: 0;
	display: inline-block;
    font-size: 4.2em;
}
.hdr-h1-bu h3 {
	margin-top: 1%;
    font-size: 2.3em;
	padding: 0;
	display: inline-block;
}
.logo {
	position: absolute;
	left: 7%;
	top: 25%;
	margin: 0;
	white-space: pre-wrap;
	text-align: left;
}
.logoNoHead {
	position: absolute;
	left: 7%;
    bottom: 5%;
	margin: 0;
	white-space: pre-wrap;
	text-align: left;
    z-index: 800;
}
.logo img,
.logoNoHead img {
	width: 40%;
}
.hdr-h1-bu-pg h1 {
	font-size: 3.2em;
	margin-bottom: 0%;
	margin-top: 0%;
}
.hdr-h1-bu-pg h3 {
    display: block;
	color: rgba(92,92,92,1.00);
    font-size: 1.2em;
}
/* Front */
.frnt-srvcs {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align:center;
}
.frnt-srvcs h2 {
    margin: 0.83em 0 .83em 0;
}
.frnt-srvcs a {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin: 0.0% 2.5% 0.5% 0;
    padding: 0.32em 0.75em 0.32em 0.75em;
    color: rgba(255,255,255,1.00);
    background-color: rgba(0,171,103,1.00);
    display:inline-block;
    font-size: 1.2em;
    -webkit-box-shadow: 0px -1px 2px 0px rgba(50, 50, 50, 0.32);
    -moz-box-shadow: 0px -1px 2px 0px rgba(50, 50, 50, 0.32);
    box-shadow: 0px -1px 1px 0px rgba(50, 50, 50, 0.32);
}
/* page */
.sub-menu {
    display: inline-block;
    margin: 0 5% 5% 3%;
    overflow: hidden;
    padding: 0px;
    vertical-align: top;
    width: 22%;
	font-weight: 400;
}
.pg-hdr,
.pg {
    width: 60%;
	max-width: 1024px;
	margin: 1% auto 3% auto;
	text-align: left;
    display: inline-block;
    vertical-align: top;
}
.pg-hdr {
	margin-bottom: 0;
}
.r_hdr-h1:before {
	padding-top: 9%;
}
.pg {
}
.pg-txt h3 {
	color: rgba(92,92,92,1.00);
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif;
}
.pg-txt h2,
.pg-txt h4 {
	color: rgba(92,92,92,1.00);
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
}
.pg-txt h4 {
	font-size: 1.3em;
}
.imgFloatRgt .article-image {
    float: right;
    width: 45%;
    margin-bottom: 5%;
    margin-left: 5%;
}
/* Article back link */
.lnk-bck-w-mx {
    display: none;
    width: 100%;
    max-width: 920px;
    margin: 0px auto;/*
    border-top: 1px solid rgba(0,171,103,1.00);*/
    border-bottom: 1px solid rgba(0,171,103,1.00);
    color: rgba(0,171,103,1.00);
    background-color: rgba(103,103,103,0.00);
}
.lnk-bck, .lnk-bck-dsc {
    display: inline-block;
    padding: 0.5% 0.5% 0.5% 0.5%;
    margin: 0;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
}
.lnk-bck-dsc div {
    font-weight: 400;
    font-size: 0.80em;
}
.lnk-bck div,
.lnk-bck a,
.lnk-bck b {
    display: table-cell;
    vertical-align: middle;
}
.lnk-bck a:link,
.lnk-bck a:visited {
    color: rgba(59,59,59,1.00);
    font-size: 0.90em;
    font-weight: 400;
}
.lnk-bck-laquo {
    padding: 0 0.55em 0 0.55%;
    font-size: 1.4em;
    font-weight: 400;
    text-transform: uppercase;
}
/* Widgets */
.WG-LinkButtons {
    vertical-align: middle;
}
.WG-LinkButtons a {
	display: inline-flex;
	margin: 0 3% 2% 0;
    padding: 0 2% 0 2%;
	width: 26%;
    height: 4.0em;
    background-color: rgba(0,171,103,1.00);
    color: rgba(255,255,255,1.00);
    border-radius: 0.45em;
    text-align: left;
    align-items: center;
    align-self: center;
    vertical-align: top;
    
}
/* Widgets Custom */
#wdgt_171 h2,
#wdgt_172 h2,
#wdgt_173 h2,
#wdgt_174 h2,
#wdgt_175 h2,
#wdgt_176 h2 {
	text-transform: none;
    font-size: 1.4em;
    
}
/* news */
.nws-p{
}
.nws-p-tm {
    display: inline-block;
    width: 40%;
    margin: 0 4% 4% 0;
    padding: 2% 3% 2% 3%;
    font-family: 'Open Sans', sans-serif;
    vertical-align: top;
    -webkit-box-shadow: 0px -1px 2px 0px rgba(50, 50, 50, 0.32);
    -moz-box-shadow: 0px -1px 2px 0px rgba(50, 50, 50, 0.32);
    box-shadow: 0px -1px 1px 0px rgba(50, 50, 50, 0.32);
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color:rgba(0,171,103,1.00);
}
.nws-p-h {
    font-family: 'thesansbold', Arial, Helvetica, Sans-serif;
    font-size: 1.6em;
    font-style: normal;
    line-height: 1.0125em;
    padding: 3% 0 3% 0;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nws-p-i {
    font-size: 1.05em;
}
.nws-p-dt,
.nws-p-lnk,
.nws-p-lnk a {
    margin: 0;
    padding: 0;
    width: 100%;
    font-weight: 300;
    line-height: 1.52em;
    text-transform: none;
    text-align: left;
}
.nws-p-dt {
    font-size: 0.9em;
    font-weight: 600;
    color:rgba(0,171,103,1.00);
}
.nws-p-lnk a {
    font-size: 1.15em !important;
    box-shadow: none !important;
    border: none!important;
    padding: 2% 0 0.32em 0!important;
}
/* default table */
.site-table {
    font-family: 'Open Sans', sans-serif;
	width: 100%;
}
.site-table thead {
	background-color: rgba(82,82,82,0.80);
    color: rgba(255,255,255,1.00);
    font-size: 0.8em;
}
.site-table thead th {
	padding: 1% 1% 1% 1%;
    border: 1px solid #ffffff;
}
.site-table tbody {
    font-size: 0.8em;
	
}
.site-table tbody td {
	padding: 1.5% 1% 1.5% 1%;
    font-size: 0.8em;
}
/* custom tables */
#tbl_4 thead th {
    font-size: 0.9em;
}
#tbl_4 thead th:nth-child(1),
#tbl_5 thead th:nth-child(1),
#tbl_6 thead th:nth-child(1) {
	width:23%;
}
#tbl_4 thead th:nth-child(2),
#tbl_5 thead th:nth-child(2),
#tbl_6 thead th:nth-child(2) {
	width:auto;
}
#tbl_4 thead th:nth-child(3),
#tbl_5 thead th:nth-child(3),
#tbl_6 thead th:nth-child(3) {
	width:11%;
}
#tbl_4 thead th:nth-child(4),
#tbl_5 thead th:nth-child(4),
#tbl_6 thead th:nth-child(4) {
	width:21%;
}
#tbl_4 thead th:nth-child(5),
#tbl_5 thead th:nth-child(5),
#tbl_6 thead th:nth-child(5) {
	width:17%;
}
#tbl_4 tbody td {
    font-size: 0.85em;
}

#tbl_10 thead th {
    font-size: 0.9em;
}
#tbl_7 thead th:nth-child(1),
#tbl_7 thead th:nth-child(1),
#tbl_10 thead th:nth-child(1) {
	width:14%;
}
#tbl_7 thead th:nth-child(2),
#tbl_7 thead th:nth-child(2),
#tbl_10 thead th:nth-child(2) {
	width:auto;
}
#tbl_7 thead th:nth-child(3),
#tbl_7 thead th:nth-child(3),
#tbl_10 thead th:nth-child(3) {
	width:11%;
}
#tbl_7 thead th:nth-child(4),
#tbl_7 thead th:nth-child(4),
#tbl_10 thead th:nth-child(4) {
	width:21%;
}
#tbl_7 thead th:nth-child(5),
#tbl_7 thead th:nth-child(5),
#tbl_10 thead th:nth-child(5) {
	width:14%;
}
#tbl_7 thead th:nth-child(6),
#tbl_7 thead th:nth-child(6),
#tbl_10 thead th:nth-child(6) {
	width:10%;
}
#tbl_10 tbody td {
    font-size: 0.9em;
}
/* footer */
div.ftr {
	display: inline-block;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 100%;
    max-width: 1280px;
	color: #ffffff;
	height: auto;
	z-index:20;
}
div.ftr a:link, div.ftr a:visited {
	color: #ffffff;
}
div.ftr h2 {
	font-size: 1.2em;
	margin: 0;
	padding: 0% 0% 3% 0%;
}
div.ftr h3 {
	font-size: 1.05em;
	margin: 0px;
	font-weight:normal;
	padding: 4% 0% 2% 0%;
}
div.ftr h4 {
	font: normal 1.5em;
	margin: 0px;
	padding: 0% 0% 2% 0%;
}
div.ftr p {
	font-size: 0.95em;
	margin: 0;
	padding: 0% 0% 2% 0%;
}
div.ftr-sec {
	margin: 3% 0 3% 3%;
	width: 18%;
	display: inline-block;
	vertical-align: top;
}
div.ftr-sec:nth-child(4) {
	width: 30%;
}
div.ftr-sec:nth-child(4) img {
	width: 96%;
	padding: 2.5% 2%;
	border: solid 1px #ffffff;
}
div.ftr-sec img {
	max-width: 90%;
	max-height: 90%;
	padding: 0% 0% 2% 0%;
}
@media (min-width:1152px) and (max-width:1279px) {
body {
	font-size: 85%;
}
/* Typography */
.pg-hdr h1 {
    font-size: 2.9em;
}
/* nav sub */
.toggle-menu {
	display:none;
}
/* header */
.r_hdr_img:before {
	padding-top: 30.3%;
}
.r_hdr_20_3:before {
	padding-top: 21%;
}
}
@media (min-width:481px) and (max-width:539px) {
/* hide */
.navi,
.sub-menu {
	display: none;
}
/* show */
.toggle-menu {
    display: block;
}
/* tools-menu */
.lng-tool {
	width: 95%;
    margin: 0 0 0.8% 0;
}
/* fiding stuff */
.fnd-lnk {
    display: block;
}
.t-men-cont .fnd-lnk {
    display: none;
}
/* nav */
#lastmenu-mob li {
    display: inline-block;
}
/* header */
.logo {
	left: 7%;
	top: 32%;
}
.logo img,
.logoNoHead img {
	width: 20%;
}
.r_hdr:before {
	padding-top: 65%;
} 
.r_hdr_img:before {
	padding-top: 48%;
}
.r_hdr-h1-bu:before {
	padding-top: 11%;
}
.r_hdr_20_9_img:before {
	padding-top: 52.9%;
}
.r_hdr_20_9:before {
	padding-top: 70%;
}
.r_hdr_20_3:before {
	padding-top: 45%;
}
.logoNoHead {
    right: 5%;
    bottom: 10%;
	text-align: right;
}
/* page */
.pg-hdr,
.pg {
    width: 94%;
    margin-left: 3%;
}
.r_hdr-h1:before {
	padding-top: 32%;
}
.imgFloatRgt .article-image {
    width: 35%;
}
/* Article back link */
.lnk-bck-w-mx {
    display: table;
    margin: 0px auto 3% auto;
    font-size: 90%;
}
/* news */
.nws-p{
    font-size: 90%;
}
.nws-p-tm {
    display: inline-block;
    width: 90%;
    margin: 0 4% 4% 0;
}
/* footer */
div.ftr-sec {
	width: 45%;
	font-size: 75%;
}
/* typography */
h2, p, a, #art-lnk, #art-file {
    font-size: 85%;
}
.hdr-h1-bu h1 {
    font-size: 2.7em;
}
.hdr-h1-bu h3 {
    font-size: 1.3em;
}
.hdr-h1-bu-pg h1 {
    font-size: 1.6em;
}
.hdr-h1-bu-pg h3,
.pg-txt h3 {
    font-size: 85%;
}
}
@media (min-width:540px) and (max-width:639px) {
/* hide */
.navi,
.sub-menu {
	display: none;
}
/* show */
.toggle-menu {
    display: block;
}
/* tools-menu */
.lng-tool {
	width: 80%;
    margin: 0 0 0.8% 0;
}
/* fiding stuff */
.fnd-lnk {
    display: block;
}
.t-men-cont .fnd-lnk {
    display: none;
}
/* nav */
#lastmenu-mob li {
    display: inline-block;
}
/* header */
.logo {
	left: 7%;
	top: 32%;
}
.logo img,
.logoNoHead img {
	width: 20%;
}
.r_hdr:before {
	padding-top: 65%;
} 
.r_hdr_img:before {
	padding-top: 49%;
}
.r_hdr-h1-bu:before {
	padding-top: 10%;
}
.r_hdr_20_9_img:before {
	padding-top: 53.9%;
}
.r_hdr_20_9:before {
	padding-top: 70%;
}
.r_hdr_20_3:before {
	padding-top: 35%;
}
.logoNoHead {
    right: 5%;
    bottom: 10%;
	text-align: right;
}
/* page */
.pg-hdr,
.pg {
    width: 90%;
    margin-left: 5%;
}
.r_hdr-h1:before {
	padding-top: 32%;
}
/* Article back link */
.lnk-bck-w-mx {
    display: table;
    margin: 0px auto 3% auto;
    font-size: 95%;
}
/* news */
.nws-p{
    font-size: 90%;
}
.nws-p-tm {
    display: inline-block;
    width: 90%;
    margin: 0 4% 4% 0;
}
/* footer */
div.ftr-sec {
	width: 21.8%;
	font-size: 75%;
}
/* typography */
h2, p, a, #art-lnk, #art-file {
    font-size: 85%;
}
.hdr-h1-bu h1 {
    font-size: 2.8em;
}
.hdr-h1-bu h3 {
    font-size: 1.4em;
}
.hdr-h1-bu-pg h1 {
    font-size: 1.8em;
}
.hdr-h1-bu-pg h3,
.pg-txt h3 {
    font-size: 85%;
}
}
@media (min-width:640px) and (max-width:767px) {
/* hide */
.navi,
.sub-menu {
	display: none;
}
/* show */
.toggle-menu {
    display: block;
}
/* tools-menu */
.lng-tool {
	width: 80%;
    margin: 0 0 0.8% 0;
}
/* fiding stuff */
.fnd-lnk {
    display: block;
}
.t-men-cont .fnd-lnk {
    display: none;
}
/* nav */
#lastmenu-mob li {
    display: inline-block;
}
/* header */
.logo {
	left: 7%;
	top: 32%;
}
.logo img,
.logoNoHead img {
	width: 20%;
}
.r_hdr:before {
	padding-top: 65%;
} 
.r_hdr_img:before {
	padding-top: 49%;
}
.r_hdr-h1-bu:before {
	padding-top: 9%;
}
.r_hdr_20_9_img:before {
	padding-top: 60.9%;
}
.r_hdr_20_9:before {
	padding-top: 75%;
}
.r_hdr_20_3:before {
	padding-top: 30%;
}
.logoNoHead {
    right: 5%;
    bottom: 10%;
	text-align: right;
}
/* page */
.pg-hdr,
.pg {
    width: 70%;
    margin-left: 5%;
}
.r_hdr-h1:before {
	padding-top: 32%;
}
/* Article back link */
.lnk-bck-w-mx {
    display: table;
    margin: 0px auto 3% auto;
    font-size: 95%;
}
/* news */
.nws-p{
    font-size: 90%;
}
.nws-p-tm {
    display: inline-block;
    width: 90%;
    margin: 0 4% 4% 0;
}
/* footer */
div.ftr-sec {
	width: 21.8%;
	font-size: 75%;
}
/* typography */
h2, p, a, #art-lnk, #art-file {
    font-size: 90%;
}
.hdr-h1-bu h1 {
    font-size: 3.0em;
}
.hdr-h1-bu h3 {
    font-size: 1.6em;
}
.hdr-h1-bu-pg h1 {
    font-size: 2.0em;
}
.hdr-h1-bu-pg h3,
.pg-txt h3 {
    font-size: 95%;
}
}
@media (min-width:768px) and (max-width:979px) {
body {
	font-size: 60%;
}
/* Typography */
.pg-hdr h1 {
    font-size: 2.3em;
}
/* nav sub */
.toggle-menu {
	display:none;
}
/* header */
.logo {
	left: 7%;
	top: 28%;
}
.logo img,
.logoNoHead img {
	width: 25%;
}
.r_hdr_img:before {
	padding-top: 29.3%;
}
.r_hdr_20_3:before {
	padding-top: 20%;
}
}
@media (min-width:980px) and (max-width:1151px) {
body {
	font-size: 75%;
}
/* Typography */
.pg-hdr h1 {
    font-size: 2.6em;
}
/* nav sub */
.toggle-menu {
	display:none;
}
/* header */
.logo {
	left: 7%;
	top: 25%;
}
.logo img,
.logoNoHead img {
	width: 30%;
}
.r_hdr_img:before {
	padding-top: 30.2%;
}
.r_hdr_20_3:before {
	padding-top: 20%;
}
}
@media (max-width:480px) {
html {
	-webkit-text-size-adjust: 120%;
}
/* hide */
.navi,
.sub-menu {
	display: none;
}
/* show */
.toggle-menu {
    display: block;
}
/* tools-menu */
.lng-tool {
	width: 100%;
    margin: 0 0 0.8% 0;
}
/* fiding stuff */
.fnd-lnk {
    display: block;
}
.t-men-cont .fnd-lnk {
    display: none;
}
/* Full screen search*/
.fnd-mid #searchfield {
  max-width: 90%;
  font-size: 1.5rem;
}
/* nav */
#lastmenu-mob li {
    display: inline-block;
}
/* header */
.logo {
	left: 7%;
	top: 32%;
}
.logo img,
.logoNoHead img{
	width: 20%;
}
.r_hdr:before {
	padding-top: 80%;
} 
.r_hdr_img:before {
	padding-top: 57%;
}
.r_hdr-h1-bu:before {
	padding-top: 13%;
}
.r_hdr_20_3:before {
	padding-top: 45%;
}
.logoNoHead {
    right: 5%;
    bottom: 10%;
	text-align: right;
}
/* page */
.pg-hdr,
.pg {
    width: 94%;
    margin:2% 3% 2% 3%;
}
.r_hdr-h1:before {
	padding-top: 32%;
}
.r_hdr_20_9_img:before {
	padding-top: 67.9%;
}
.r_hdr_20_9:before {
	padding-top: 90%;
}
.imgFloatRgt .article-image {
    float: none;
    width: 80%;
    margin-bottom: 0%;
    margin-left: 0%;
}
/* Article back link */
.lnk-bck-w-mx {
    display: table;
    margin: 0px auto 3% auto;
    font-size: 90%;
}
/* news */
.nws-p{
    font-size: 90%;
}
.nws-p-tm {
    display: inline-block;
    width: 90%;
    margin: 0 4% 4% 0;
}
/* footer */
div.ftr-sec {
	width: 45%;
	font-size: 75%;
}
/* typography */
h2, p, a {
    font-size: 90%;
}
#art-lnk, #art-file {
    font-size: 85%;
}
.nws-p-lnk #art-lnk {
    font-size: 85%!important;
}
.hdr-h1-bu h1 {
    font-size: 2.3em;
}
.hdr-h1-bu h3 {
    font-size: 1.0em;
}
.hdr-h1-bu-pg h1 {
    font-size: 1.6em;
}
.hdr-h1-bu-pg h3,
.pg-txt h3 {
    font-size: 85%;
}
}
