*:before, *:after, * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #999 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #999 !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #999 !important;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #999 !important;
}
@font-face {
    font-family: 'CPR';
    font-style: normal;
    font-weight: normal;
    src: local('CPR'), url('FFClanProRgNews.woff') format('woff');
}
@font-face {
    font-family: 'CPR';
    font-style: bold;
    font-weight: bold;
    src: local('CPR'), url('FFClanProMedium.woff') format('woff');
}
@font-face {
    font-family: 'CPR';
    font-style: 700;
    font-weight: 700;
    src: local('CPR'), url('FFClanProMedium.woff') format('woff');
}
@font-face {
    font-family: 'CPR';
    font-style: 900;
    font-weight: 900;
    src: local('Clan Pro Bold'), url('FFClanProBold.woff') format('woff');
    }

/* CLEAR FIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
} 
html[xmlns] .clearfix {
	display: block;
} 
* html .clearfix {
	height: 1%;
}
/* CLEAR FIX */
html {
    min-height: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6, p, span, a, b, i, small, ul, ol, td, th {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body,td,th,p,input,button,h1,h2,h3,h4,h5,h6,div {
	font-family: 'CPR', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5;
	color: #123250;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    min-height: 100%;
    height: 100%;
    position: relative;
    text-rendering: optimizeLegibility;
	background-color: #ffffff;
}
a{
	color:#123250;
	text-decoration:none;
}
em{
word-wrap: break-word;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
-o-hyphens: none;
hyphens: none;
}
a:hover{
	color:#123250;
	text-decoration:underline;
}
.weusecookies {
    background-color: #ddd;
    color: #999999;
    position: fixed;
    z-index: 102;
    bottom: 0;
    left: 0;
    right: 0;
}
.weusecookies .wrap {
    display: none;
}
.weusecookies .wrap div {
    position: relative;
    padding: 20px 0px;
    padding-right: 60px;
}
.weusecookies a{
    color:#000;
}
.weusecookies a:hover{
    text-decoration: underline;
}
.weusecookies a.cookieok {
    position: absolute;
    right: 0;
    top: 20px;
    width: 40px;
    background-color: #37C391;
    border-radius:0px;
    text-transform:uppercase;
    text-decoration:none;
    font-size: 12px;
    font-weight:700;
    color:#fff;
    display: block;
    text-align: center;
    padding: 4px 0px;
    color: #ffffff;
}
.weusecookies a.cookieok:hover{
    background-color: #123250;
}
.wrap{
	max-width:1300px;
	padding:0px 10px;
	margin:auto;
}
.wraplive{
	max-width:1080px;
	padding:0px 10px;
	margin:auto;
}
.wraphome{
	max-width:1300px;
	padding:0px 10px;
	margin:auto;
}
.wrapcrumb{
	position:absolute;
	left:0;
	top:20px;
	right:0;
	z-index:2;
	width:980px;
	max-width:980px;
	padding:0 20px;
	margin:auto;
}
.wrapmobile{
    width: 100%;
	max-width: 1300px;
	margin:auto;
    position: relative;
}
.wrapresponsive {
    width: 100%;
	max-width: 1300px;
	margin:auto;
    position: relative;
}
.wrapresponsive.grid {
	max-width: 1340px;
}
.wrapresponsive.search {
	max-width: 1320px;
}
.nomargin{
    margin:0 !important;
}
.nopadding{
    padding:0 !important;
}
.bg-outerwrap {
    position: relative;
    height: 100%;
}
.bg-innerwrap {
    padding-bottom: 90px; /* 90px footer; 0px gap*/
    border-top: 200px solid transparent;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #FFFFFF;
    position: relative;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 1;
    min-height: 100%;
}
.page-body__container {
	margin:0 10px;
}
.bg-navigation.fix {
    position: fixed;
    top: -200px;
	background-color:#708aaf;
	-webkit-box-shadow: 1px 1px 10px 0px rgba(153,153,153,0.5);
	-moz-box-shadow: 1px 1px 10px 0px rgba(153,153,153,0.5);
	box-shadow: 1px 1px 10px 0px rgba(153,153,153,0.5);
}
.bg-navigation.fix .page-header__navigation {
    background-color:rgba(255,255,255,0.92);
}
.bg-navigation {
	position: absolute;
	left:0;
	top:0;
	right:0;
	z-index:99;
    height: auto;
	/* border-bottom:1px solid #eeeeee; */
}
.bg-navigation.mobilenav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
	padding:0px;
	margin:0px;
    display:none;
    border-bottom: 2px solid #E7EAED;
}
p, li {
    hyphens: auto;
}
textarea,
input[type="text"],
input[type="button"],
input[type="search"],
input[type="password"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius:0;
}
address, blockquote, dl, fieldset, .html5shiv-figure, form, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, table, ul {
    margin: 0;
    margin-bottom:30px;
    padding: 0;
}
.centered{
	text-align:center;
}
h1 {
	font-size:36px;
	font-weight:700;
	padding:0;
	margin:0;
	margin-bottom:60px;
	line-height:1.2;
	color:#123250;
}
h2 {
    line-height: 1.2;
	font-size: 28px;
	font-weight:700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.yellow-btn, 
.grey-btn, 
.newform form .button, 
.button {
    outline: none;
    border-radius: 0px !important;
    padding: 8px 20px;
    font-weight: 700;
    font-size: 14px;
    height: 40px;
    width:116px;
    line-height: 1;
    text-align: center;
    color: #ffffff !important;
    border: none;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #37C391;
    transition:all 0.3s linear;
}
.grey-btn,
.button.dark{
	background-color:#37C391;
    text-decoration:none;
}
.yellow-btn:hover,
.newform form .button:hover,
.button:hover{
    background-color:#123250;
    text-decoration:none;
}
.grey-btn:hover{
    background-color:#123250;
    color:#fff;
}
div.videolink {
    position: relative;
    overflow: hidden;
    margin-top: 107px;
    line-height: 0;
}
div.videolink img {
    width: 100%;
    height: auto;
}
/* BYLINE */
.header-content{
	line-height:0;
    margin-bottom:20px;
    position:relative;
    overflow:hidden;
}
.header-content img{
	width: 100%;
    max-width: 1280px;
	height:auto;
}
.home-content-content{
	padding:20px;
	min-height:300px;
	margin-bottom:20px;
	background:url(../images/accent-blue.png) top right no-repeat #eeeeee;
}
.home-content-content h1{
	font-size:1.1rem;
	font-weight: 700;
	color:#000000;
}
.home-content-content ul{
	list-style: none;
	list-style-type: none;
	margin:0px;
}
.home-content-content ul li{
	padding-left:20px;
	margin-bottom: 10px;
	background:url(../images/icon-arrowright@1x.png) left 5px no-repeat;	
	background-image: -webkit-image-set(url(../images/icon-arrowright@1x.png) 1x,url(../images/icon-arrowright@2x.png) 2x);
	background-image: image-set(url(../images/icon-arrowright@1x.png) 1x,url(../images/icon-arrowright@2x.png) 2x);

}
.home-content-content ul li:last-child{
	margin-bottom: 0px;
}
.home-content-content p:last-child{
	margin:0px;
}
.main-content-content {
    padding-right: 90px;
    margin-bottom: 20px;
	margin-right:20px;
    /*border: 1px solid #cccccc;*/
	background-color:white;
	margin-top:50px;
	line-height:18px;
}
.side-content-content{
	padding:20px;
	margin-bottom:35px;
	background-color:rgb(238,238,238);
	border: none;
}
.side-content-content.image{
	padding:0px;
	line-height:0;
	background-image:none;
	background-color:#e6e6e6;
	position:relative;
	border:none;
	margin:50px 0 30px 0;
}
.side-content-content.reporting{
	line-height:normal;
}
.side-content-content.reporting{
	font-size:1.0rem;
	font-weight: 700;
}
.side-content-content.reporting em{
	font-size:20px;
	margin-right:14px;
	color:#37C391;
}
.side-content-content.image img{
	width:100%;
	height:auto;
}
.side-content-content.image .video{
	display:inline-block;
	position:absolute;
	bottom:15px;
	left:15px;
	z-index:1;
	font-size:0.8rem;
	width:160px;
	height:30px;
	background-color:#37C391;
	color:white;
	padding-left:10px;
	font-size:12px;
}
.side-content-content.image .video .button{
	font-size:0.8rem;
	padding:6px 8px;
	text-transform:none;
	font-weight:400;
}
.side-content-content p:last-child{
	margin-bottom:0px;
}
.side-content-content h1{
	font-size:1rem;
	font-weight: 700;
	color:#37C391;
	/* text-transform:uppercase; */
}
.side-content-content.recommended p{
	margin:0px;
}
.side-content-content.contact em,
.side-content-content.recommended em{
	font-size:12px;
	margin-right:4px;
	color:#939393;
}
.side-content-content.contact form,
.side-content-content.contact fieldset{
	margin-bottom:0px;
	padding:0px;
}
.side-content-content.contact label{
	display:inline;
}
.pagebyline{
	list-style:none;
	list-style-type:none;
	padding:20px;
	margin:25px 0px;
	background-color:rgba(37, 57, 130, 0.8);
	background-color:rgba(0,0,0,0.60);
	max-width:400px;
	color:#ffffff;
	font-family: 'Raleway', Arial, sans-serif;
	font-size:22px;
	line-height:22px;
	letter-spacing:1px;
	float:left;
}
.ffblogo{
	margin:0px;
	margin-top: 60px;
	float:right;
}
li.ffb{
	font-size:22px;
	font-weight: 700;
	font-style:italic;
	margin-bottom:5px;
}
li.ffbp{
	font-size:28px;
	line-height:33px;
	font-weight:200;
	margin-bottom:5px;
}
li.ffbm{
	font-size:12px;
	line-height:12px;
	font-weight: 700;
	text-transform:uppercase;
	color:#dddddd;
}
/* BREADCRUMB */
.breadcrumb {
    color: #afafaf;
	text-transform:uppercase;
	font-weight: 700;
    z-index: 10;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 2.4;
}
.breadcrumb a{
    color: #afafaf;
	text-decoration:none;
}
/* NAVIGATION */
.mainnav{
	height:90px;
	text-align:right;
	line-height:0px;
}
.mobilenav .mainnav {
	height:auto;
    text-align: left;
    line-height: 0px;
	display:none;
    padding: 0px;
    margin:0px;    
    background-color: rgb(255, 255, 255);
    overflow-y:auto;
    height: calc(100vh - 54px);
}
.page-header__navigation{
	position:relative;
	height:90px;
    z-index:2;
    transition:height 0.3s ease;
}
.mobilenav .page-header__navigation {
    position: relative;
    max-width: 1300px;
    min-height: 50px;
	height:auto;
	padding:0px;
	margin:0px;
	background-color:#fff;
}
.page-header__navigation .logo{
	position: absolute;
	left:15px;
	top:25px;
	z-index:10;
}
.mobilenav .page-header__navigation .logo {
    position: relative;
    height: 54px;
    left: 0;
    top: 0;
    box-sizing: border-box;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.mobilenav .page-header__navigation .logo a {
    line-height:0;
}

.mobilenav .searchmobile {
    position: absolute;
    right: 54px;
    top: 0;
    line-height: 0px;
    z-index: 12;
    width: 54px;
    height: 54px;
    background-color: #fff;
    display:flex;
    align-items:center;
    justify-content:center;
}
.mobilenav .menumobile {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 0px;
    z-index: 11;
    width: 54px;
    height: 54px;
    background-color: #fff;
    display:flex;
    align-items:center;
    justify-content:center;
}
.mobilenav a.menuburger {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 0px;
    z-index: 11;
}
.page-header__navigation ul.pagemenu {
    list-style: none;
    list-style-type: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: top;
    position: relative;
	margin-left: 260px;
	z-index:2;
}
.mobilenav .page-header__navigation ul.pagemenu {
    list-style: none;
    list-style-type: none;
    display: block;
    height: auto;
	min-height:48px;
    padding: 0;
    margin: 0;
}

.page-header__navigation ul.toplinks{
	list-style:none;
	list-style-type:none;
	display: inline-block;
}
.mobilenav .page-header__navigation ul.toplinks {
    list-style: none;
    list-style-type: none;
    display: block;
    height: 48px;
    padding: 13px 20px;
    margin: 0;
    background-color: #ffffff;
    text-align: center;
}
.page-header__navigation ul.pagemenu li{
	box-sizing:border-box;
	margin-right:0;
}
.mobilenav .page-header__navigation ul.pagemenu li {
    float: none;
    box-sizing: border-box;
    margin-right: 0px;
    display: block;
    padding: 0 20px;
}
.page-header__navigation ul.toplinks li {
    box-sizing: border-box;
    display: inline-block;
    margin-right: 50px;
    height: 12px;
    line-height: normal;
    vertical-align: text-top;
}
.mobilenav .page-header__navigation ul.toplinks li {
    float: none;
    box-sizing: border-box;
    margin-right: 25px;
    padding-right: 25px;
    border-right: 1px solid #000;
    display: inline-block;
}
.mobilenav .page-header__navigation ul.toplinks li {
    float: none;
    box-sizing: border-box;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #000;
    display: inline-block;
}
.page-header__navigation .usercorner,
.mobilenav .page-header__navigation .usercorner{
	display:flex;
	align-items: center;
	justify-content: center;
}
.page-header__navigation .usercorner .usernamea, 
.mobilenav .page-header__navigation .usercorner .usernamea {
	font-size:11px;
	line-height:1;
	color:#ababab;
	margin-right:10px;
	text-transform:uppercase;
	font-weight:700;
}
.page-header__navigation .usercorner .usermenu, 
.mobilenav .page-header__navigation .usercorner .usermenu {
	font-size:16px;
	line-height:1;
	color:#ababab;
}

.page-header__navigation .usercorner a.usermenubtn, 
.mobilenav .page-header__navigation .usercorner a.usermenubtn {
    height: 26px;
    width: 26px;
    line-height: 26px;
    border: 0;
    display: inline-block;
    float: none;
    border-radius: 50px;
    vertical-align: middle;
    background: url(../images/icon_gear.svg) no-repeat center center #fff;
    background-size: 100%;
    color: rgba(0,0,0,0);
    margin: 0;
    padding: 0;
}
.page-header__navigation .usercorner .usermenupop, 
.mobilenav .page-header__navigation .usercorner .usermenupop {
    height: auto;
    line-height: normal;
    position: absolute;
    z-index: 1;
    right: -3px;
    top: 40px;
    background-color: #fff;
    border-radius: 0px;
    display: none;
    box-shadow: 0px 0px 20px 0px rgba(15, 31, 44, 0.25);
}
.usermenulinks {
    padding: 10px;
    position: relative;
}
img.carretup {
    position: absolute;
    top: -6px;
    right: 20px;
    z-index: 1;
}
.page-header__navigation .usercorner .usermenupop a,
.usermenulinks a {
    display: block;
    color: #000;
    font-size: 14px;
    padding: 6px;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 0px;
	margin:0;
	background-color:#fff;
    text-align:left;
}
.page-header__navigation .usercorner .usermenupop a.lobtn, 
a.lobtn {
    background-color: #37C391;
    text-align: center;
    text-decoration:none;
    font-size: 14px;
    font-weight: 900;
    color: #ffffff;
    width:200px;
    padding: 14px 20px;
    height: 40px;
    line-height: 1;
    border-radius: 0px;
    transition: all 0.5s ease;
    display:inline-block;
}
.page-header__navigation .usercorner .usermenupop a:hover,
.usermenulinks a:hover {
    background-color: #eee;
    color: #000;
}
.page-header__navigation .usercorner .usermenupop a.lobtn em, 
a.lobtn span {
    color: #ffffff;
    display:inline-block;
    position:relative;
    transition: all 0.5s ease;
}
.page-header__navigation .usercorner .usermenupop a.lobtn span em, 
a.lobtn span em {
    display:inline-block;
    background: url(../images/icon_arrow_forward.svg) no-repeat center center;
    width:24px;
    height:24px;
    opacity:0;
    transition: all 0.5s ease;
    position:absolute;
    right:-40px;
    top:50%;
    transform:translateY(-12px);
}
.page-header__navigation .usercorner .usermenupop a.lobtn:hover,
a.lobtn:hover {
    background-color: #37C391;
    color:#fff;
}
.page-header__navigation .usercorner .usermenupop a.lobtn:hover span,
a.lobtn:hover span {
    padding-right: 30px;
}
.page-header__navigation .usercorner .usermenupop a.lobtn:hover em,
a.lobtn:hover em {
    opacity: 1;
    right:0;
}
.hrdiv{
	border-bottom:1px solid #cccccc;
	height:1px;
	line-height:0px;
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:10px; 
}
.defaulttext {
    padding: 6px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 0px !important;
    width: 100%;
    margin-bottom: 10px;
}
.defaulttext:focus{
    outline:none;
    border:1px solid #999;
}
.page-header__navigation ul.pagemenu li.logout{
	float:right;
}
.page-header__navigation ul.pagemenu li:last-child{
	margin:0px;
	padding:0px;
}
.mobilenav .page-header__navigation ul.pagemenu li:last-child{
	margin:0px;
	padding:0px 20px;
	border-bottom:none;
}
.page-header__navigation ul.toplinks li:last-child{
	border:0px;
	margin:0px;
	padding:0px;
}
.page-header__navigation ul.pagemenu li a {
    color: #123250;
    font-size: 18px;
    font-weight: 700;
	text-decoration: none;
	text-align:center;
    height: 90px;
    display: flex;
    align-items: center;
	padding: 0 20px;
    text-rendering: optimizeLegibility;
	position:relative;
    overflow:hidden;
    transition: all .3s linear;
}
.page-header__navigation ul.pagemenu li a:before{
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0px;
    bottom:0px;
    content: '';
}
.page-header__navigation ul.pagemenu li.active a,
.page-header__navigation ul.pagemenu li a:hover,
.mobilenav .page-header__navigation ul.pagemenu li.active a,
.mobilenav .page-header__navigation ul.pagemenu li a:hover{
    font-weight:700;
	color: #37C391;
}
.page-header__navigation ul.pagemenu li.active a:before,
.page-header__navigation ul.pagemenu li a:hover:before,
.mobilenav .page-header__navigation ul.pagemenu li.active a:before,
.mobilenav .page-header__navigation ul.pagemenu li a:hover:before{
    width: 100%;
}
.page-header__navigation ul.pagemenu li a:hover path{
    transition: all .3s linear;
}
.page-header__navigation ul.pagemenu li a:hover path{
	fill: #37C391;
}
.page-header__navigation ul.pagemenu li.active a {
    color: #37C391;
}
.mobilenav .page-header__navigation ul.pagemenu li a{
	color:#123250;
	font-size:16px;
	height:30px;
	line-height:30px;
	transition:none;
    border-bottom:none;
    display:inline-block;
    margin:0;
}
.mobilenav .page-header__navigation ul.pagemenu li a:hover {
    color:#37C391;
    border-bottom: none;
    font-weight: 700;
    letter-spacing: 0px;
    text-decoration: underline;
}
.page-header__navigation ul.toplinks li a {
    color: rgba(18,50,80,0.5);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px;
    line-height: 1;
    height: 12px;
    display: block;
    transition: all .3s linear;
}
.page-header__navigation ul.toplinks li a:hover {
    color: #37C391;
    text-decoration: none;
}
.page-header__navigation ul.pagemenu li {
	display:inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
/* .page-header__navigation ul.pagemenu li a:hover{
	color:#e5014f;
	border-bottom:3px solid #e5014f; 
} */
.mobilenav .page-header__navigation ul.pagemenu li a:hover{
    border-bottom:none;
    text-decoration:none;
}
.page-header__navigation ul.pagemenu li a:hover em{
	color:#005da8;
}
/* .page-header__navigation ul.pagemenu li.active a,
.page-header__navigation ul.pagemenu li.active a em{
	color:#e5014f;
	border-bottom:3px solid #e5014f;
} */
.mobilenav .page-header__navigation ul.pagemenu li.active a,
.mobilenav .page-header__navigation ul.pagemenu li.active a em{
	color:#000000;
	border-bottom:none;
}
.page-header__navigation ul.pagemenu li:last-child{
	margin-right:0px;
}
.page-header__navigation ul.pagemenu li:last-child a:hover{
	background-color:transparent;
}
/* NAVIGATION MOBILE */
.page-header__navigation .mobilemenu{
	position:relative;
	height:60px;
}
.page-header__navigation ul.pagemenu.mobile{
	position:absolute;
	left:0;
	top:60px;
	z-index:2;
	width:250px;
	height:361px;
	background-color:#ffffff;
	-webkit-box-shadow: 4px 4px 10px -2px rgba(153, 153, 153, 0.5);
	-moz-box-shadow:    4px 4px 10px -2px rgba(153, 153, 153, 0.5);
	box-shadow:         4px 4px 10px -2px rgba(153, 153, 153, 0.5);
	display:none;
}
.page-header__navigation ul.pagemenu.mobile li{
	float:none;
	box-sizing:border-box;
	border:1px solid rgba(36,57,130,0.20);
	border-bottom:1px solid rgba(36,57,130,0.05);
	border-top:none;
}
.page-header__navigation ul.pagemenu.mobile li.logout{
	float:none;
}
.page-header__navigation ul.pagemenu.mobile li:last-child{
	border:1px solid rgba(36,57,130,0.20);
	border-top:none;
}
.page-header__navigation ul.pagemenu.mobile li a{
	height:59px;
	line-height:59px;
}
.page-header__navigation ul.pagemenu.mobile li:last-child a{
	color:#676767;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	padding:0px 23px;
	height:60px;
	line-height:60px;
	display:block;
	text-rendering: optimizeLegibility;
	transition:background-color 0.5s,color 0.5s;
}
.page-header__navigation ul.pagemenu.mobile li:last-child a:hover{
	color:#000000;
	background-color:rgba(255,255,255,1);
}
/* NAVIGATION MOBILE CONTROL */
.page-header__navigation ul.pagemenu.mobilecontrole{
	position:absolute;
	left:0;
	top:0;
	right:0;
	z-index:1;
}

/* NEW SEARCH */
.page-header__navigation .newsearchbox{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 54%;
    right: 44%;
    top: 0px;
    bottom: 0px;
    max-width:0;
    overflow:hidden;
    z-index: -1;
    transition: all 0.2s ease;
}
.page-header__navigation .newsearchboxmobile {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 54px;
    height: 64px;
    border-bottom: 5px solid #d0d0d0;
    max-width: unset;
    z-index: 22;
    transition: all 0.2s ease;
    background-color: #fff;
}
.page-header__navigation .newsearchbox.show{
    left:10px;
    right:10px;
    max-width:1300px;
    z-index: 1001;
}
.page-header__navigation .newsearchboxmobile form,
.page-header__navigation .newsearchbox form{
    position:relative;
    margin:0;
    width:100%;
}
.page-header__navigation .newsearchboxmobile form {
    height: 100%;
    display: flex;
    align-items: center;
}
.page-header__navigation .newsearchbox form input {
    font-size: 14px;
    padding: 14px 20px;
    border: none;
    border-radius: 0px;
    background-color: #F0F0F0;
    width: 100%;
    width: calc(100% - 100px);
    display: block;
    outline: none;
}
.page-header__navigation .newsearchbox form input:focus {
    bordeR: 2px solid #777;
    padding: 13px 18px;
}
/*.page-header__navigation .newsearchbox form input:focus{
    border: 2px solid #123250;
    padding: 15px 19px;
}*/
.page-header__navigation .newsearchboxmobile form input {
    font-size: 14px;
    padding: 4px 10px;
    padding-right: 34px;
    border: 0;
    width: calc(100% - 48px);
    display: block;
    outline: 0;
}
.page-header__navigation .newsearchboxmobile form input {
    width: calc(100% - 20px);
    height: 100%;
    margin: 0 10px;
    max-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #ffffff;
    color: #123250;
    border-radius: 0px;
    background-color: #f0f0f0;
}
.page-header__navigation .newsearchboxmobile form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #123250 !important;
}
.page-header__navigation .newsearchboxmobile form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #123250 !important;
   opacity:  1;
}
.page-header__navigation .newsearchboxmobile form input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #123250 !important;
   opacity: 1;
}
.page-header__navigation .newsearchboxmobile form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #123250 !important;
}
.page-header__navigation .newsearchbox form a.searchbtn{
    display: block;
    position: absolute;
    right: 120px;
    top: 50%;
    transform: translateY(-50%);
    line-height:0;
}
.page-header__navigation .newsearchboxmobile form a.searchbtn {
    position: absolute;
    width: 40px;
    height: 100%;
    right: 10px;
    top: 0;
    z-index: 1;
    line-height: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-header__navigation .newsearchboxmobile a.searchclosebtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
    height: 54px;
    line-height: 0;
    z-index: 1;
    background-color: #fff;
}
.page-header__navigation .newsearchbox form a.searchclosebtn{
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height:0;
}
.page-header__navigation .newsearchboxmobile a.searchclosebtn {
    position: absolute;
    right: 0;
    top: -54px;
    width: 108px;
    height: 54px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.page-header__navigation .newsearchbox form a.searchclosebtn span{
    display:inline-block;
    margin-right:10px;
    font-size:11px;
    color:#37C391;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration:none;
    vertical-align: middle;
    transition: all .3s linear;
}
.page-header__navigation .newsearchbox form a.searchclosebtn svg{
    vertical-align: middle;
}
.page-header__navigation .newsearchbox form a.searchclosebtn:hover span {
    color: #37C391;
}
.page-header__navigation .newsearchbox form a.searchclosebtn path{
    transition: all .3s linear;
    fill:#37C391;
}
.page-header__navigation .newsearchbox form a.searchclosebtn:hover path{
    fill:#37C391
}
/*LOGIN*/
.loginerror {
    position: absolute;
    left: 30px;
    top: 65px;
    right: 30px;
    color: #ff0000;
    padding: 2px 8px;
    background-color: rgba(230,0,40,0.10);
    font-size: 14px;
    text-align: center;
}
.mainlogin{
    min-height:380px;
    height: calc(100% - 20px);
    overflow:hidden;
    padding:0px;
    position:relative;
    border:1px solid #d0d0d0;
    background-color:#fff;
}
.mainlogin .mainform{
    padding: 30px;
}
.mainlogin .mainhow{
	padding: 30px;
	padding-top:0px;
}
.mainlogin h1 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    line-height: normal;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mainlogin p{
	margin:0;
	font-size:14px;
    margin-bottom:5px;
	color:#123250;
}
.mainlogin p em {
	margin-right: 10px;
	vertical-align:middle;
    display: inline-block;
    line-height: 0;
}
.mainlogin p a{
    color:#123250;
	text-decoration:none;
	vertical-align:middle;
}
.mainlogin p span{
	vertical-align:middle;
}
.mainlogin p a:hover{
    text-decoration:underline;
}
a.wysiwyg-btn {
    float: none;
    color: #123250;
    position: relative;
    transition: 0.2s;
    text-decoration: none;
    background: url(../images/icon_arrow-right.svg) right 1px center no-repeat;
    padding-right: 22px;
}
a.wysiwyg-btn:hover{
    color:#123250;
    text-decoration: underline;
}
em[class^="iconset-"]{
    margin-right: 10px;
    vertical-align: text-bottom;
    display: inline-block;
    line-height: 0;
}

#login{
    margin:0;
    padding:0;
    position:relative;
}
#login label{
    font-size:14px;
    display:block;
    line-height:normal;
    margin-bottom:10px;
}
#login .inputbg{
    margin-bottom:10px;
}
/*#login .inputbtn{
    text-align:right;
    margin-bottom:10px;
}*/
#login .inputbtn {
	position: relative;
    text-align: right;
}
#login .inputbtn .keeplogged {
    position: absolute;
    left: 0;
    top: 10px;
    margin: 0;
}
#login .inputbtn .keeplogged:hover{
	color:#123250;
	text-decoration: underline;
}

#login .inputbtn .keeplogged em {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
    color: #666666;
}
#login .inputbtn .keeplogged em {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
    color: #666666;
}
#login .inputbtn .keeplogged span{
	vertical-align: middle;
}
[class^="iconset-"], [class*=" iconset-"] {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1px;
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
}
#login .inputbtn .keeplogged em.iconset-checkbox-unchecked{
	background:url("../images/icon_checkbox.svg") left top no-repeat transparent;
}
#login .inputbtn .keeplogged em.iconset-checkbox-checked{
	background:url("../images/icon_checkbox_checked.svg") left top no-repeat transparent;
}
.mainlogin .loginbtn, 
.mainlogin .loginbtnred {
    outline: none;
    padding: 10px 20px;
    font-size:14px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    border: none;
	background-color: #6b6b6b;
    margin-right: 10px;
    margin-bottom:10px;
    border-radius:0px;
    text-decoration:none;
    transition: all .3s linear;
}
.mainlogin .loginbtnred{
    background-color:#37C391;
    margin-right: 0px;
}
#login input[type="submit"]{
    outline:none;
    height:40px;
	width:120px;
	font-size:16px;
	font-weight:bold;
    display:inline-block;
    text-align:center;
    color:#ffffff;
    border:none;
    background-color: #37C391; /* Old browsers */
}
.mainlogin .loginbtn:hover,
.mainlogin .loginbtnred:hover,
#login input[type="submit"]:focus,
#login input[type="submit"]:hover{
    background-color:#123250;
}
.mainlogin .loginbtn:hover{
    background-color:#505050;
}

#login input[type="submit"]:active{
    background-color:#123250;
}
@-webkit-keyframes autofill {
    to {
    color: #123250;
    background-color:#ffffff;
}
}
@keyframes autofill {
    to {
    color: #123250;
    background-color:#ffffff;
}
}
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
    animation-name: autofill;
    animation-fill-mode: both;
}
.loginfieldo {
    position: relative;
}

.logfield {
    background-image: none;
    background-color: #ffffff;
    border-radius: 0px;
    box-sizing: border-box;
    vertical-align: middle;
    -webkit-appearance: none !important;
    margin-bottom: 10px;
    padding: 9px 10px 10px 34px;
    width: 100%;
	border: 1px solid #D7D8D6;
	line-height:1;
    outline: none;
}
/*.logfield:focus{
    padding: 8px 9px 9px 29px;
    border: solid 2px #123250 !important;
}*/
.logfield::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#123250 !important;
}
.logfield:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#123250 !important;
    opacity:  1;
}
.logfield::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#123250 !important;
    opacity: 1;
}
.logfield:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#123250 !important;
}

.logfield::placeholder{
    color:#123250 !important;
}
.loginfieldo img {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
}
/* FOOTER */
a.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 20px;
    cursor: pointer;
    z-index:999;
    background:url(../images/icon_up.svg) no-repeat center center rgba(0,0,0,0.3);
    border-radius: 40px;
    width: 40px;
    height: 40px;
    text-indent:32px;
    overflow:hidden;
    opacity:0; /* HIDE THIS INITIALLY */
    transition:opacity 0.3s ease;
}
a.back-to-top.updase {
    right:0;
	opacity:0;
    bottom: 32px;
	cursor:default;
}
a.back-to-top:hover {
    opacity:1 !important;
    background-color: #37c391;
}
.page-footer {
    height: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow:hidden;
    z-index: 2;
}
.page-footer .footer-claim {
    text-align: right;
	margin:auto;
	margin-top:10px;
	width:100%;
	max-width:1028px;
	padding:0px 10px;
}
.page-footer .footer-claim img {
	text-align:right;
    width: 100%;
	max-width:278px;
	height:auto;
}
.page-footer .html5shiv-nav {
    height: 90px;
    line-height: 90px;
	font-size: 12px;
	color:#fff;
    background: #123250;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.page-footer .html5shiv-nav ul {
    font-family: 'CPR', Arial, Helvetica, sans-serif;
    margin: 0 auto;
    max-width: 1300px;
    padding: 0px 10px;
	height: 90px;
	list-style:none;
}
.page-footer .html5shiv-nav li {
    position: relative;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 12px;
    word-spacing: 1px;
    display: inline-block;
    color: #fff;
}
.page-footer .html5shiv-nav li:last-child {
    margin-right: 0;
    float: right;
    display: flex;
    align-items: center;
    height: 100%;
}
.page-footer .html5shiv-nav li a {
    color: #fff;
    text-decoration: none;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid rgba(255,255,255,0.5);
    transition: all 0.3s linear;
}
.page-footer .html5shiv-nav li.notpart a {
    margin:0;
    padding:0;
    border:none;
}
.page-footer .html5shiv-nav li a:hover {
    color:#bdbdbd;
    text-decoration: none;
}
/* NOTICE BOX */
.noticebox h1 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px !important;
    font-weight: 700;
    line-height: normal;
    padding: 0px 0px;
	text-rendering: optimizeLegibility;
}
.imprint a,
.noticebox a{
    color:#0033FF;
}
.imprint a:hover,
.noticebox a:hover{
    color:#0033FF;;
	text-decoration:underline;
}
.noticebox .errorcode{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 700;
	font-size: 11px;
	color:#000000;
	line-height:normal;
	padding: 4px 10px;
	background-color: rgba(255,204,0,0.30);
	border: 1px solid rgba(0,0,0,0.20);
	border-radius:0px;
}
.noticebox ul{
	padding:20px;
	border:1px solid rgba(0,0,0,0.20);
	margin:0;
	margin-bottom:20px;
	list-style:none;
	list-style-type:none;
	border-radius:0px;
}
.noticebox ul li h2{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 0px 0px;
	margin-bottom:0px;
}
.noticebox ul li h2 em{
    font-size: 16px;
    font-weight: normal;
	margin-right:5px;
    color:#ffcc00;
}
.noticebox ul li p{
	padding-left:25px;
	box-sizing:border-box;
}
.noticebox ul li:last-child{
	margin:0;
}
.noticebox ul li:last-child p:last-child{
	margin:0;
}

















