@charset "utf-8";
/* CSS Document */

@media (min-width: 801px){

#mobile {display:none;}

/* ############### BOXES ############### */

#head-wrap {
	background: url(img/bg-body.jpg) center center no-repeat;
	background-size: cover;
	transition: all .2s;	
}
#head-wrap.sticky {
	position: fixed;
	z-index: 80;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background: rgba(255,255,255,1);
	border-bottom: 1px solid #1e3d8d;
}

#head {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	padding: 90px 40px 0 40px;
	box-sizing: border-box;
	transition: all .2s;	
}
#head-wrap.sticky #head {padding: 8px 40px 2px 40px;}

#logo {
	display: block;
	width: 200px;
	transition: all .2s;	
}
#head-wrap.sticky #logo {width: 60px;}

#claim {
	position: absolute;
	z-index: 20;
	top: 90px;
	right: 40px;
}
#claim span {
	display: block;
	font-size: 2em;
	line-height: 1.25;
	text-align: right;
	color: #1e3d8d;
	transition: all 1s;
	transform: translateX(100px);
	opacity: 0;	
}
#claim.init span {transform: translateX(0);opacity: 1;}
#claim span.first {font-weight: 500;}
#claim span.second {font-family: 'Roboto Condensed',sans-serif;font-weight: 300;color: #000;}
#head-wrap.sticky #claim {display: none;}


#content-wrap {background: #fff;}
#content {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	padding: 1px 40px 2em 40px;
	background: #fff;
	box-sizing: border-box;
}
#headimage-wrap figure {
	position: relative;
	height: 400px;
	overflow: hidden;
}
#headimage-wrap img {
    display: inline-block;
    max-width: none;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

/* ############### MENU ############### */

#menu {
	margin: 40px auto 0 auto;
	box-sizing: border-box;
	transition: all .2s;	
}
#head-wrap.sticky #menu {
	position: absolute;
	z-index: 20;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	width: calc(100% - 160px);
	margin: 0;
	font-size: 0.8em;
}

#menu ul {display: flex;}
#menu ul.top > li {
	position: relative;
	list-style: none;
	flex-grow: 1;
	padding-top: 16px;
	transition: all 0.3s;
}
#menu ul.top > li > a {
	display: block;
	text-transform: uppercase;
	color: #383732;
	font-weight: 400;
	text-align: center;
	padding: 16px 0 0 0;
	background: rgba(255,255,255,0.7);
	transition: all 0.3s;
}
#menu ul.top > li:hover,
#menu ul.top > li.cur {padding-top: 0;}
#menu ul.top > li:hover > a,
#menu ul.top > li.cur > a {
	color: #fff;
	padding: 16px 0;
	background: #1e3d8d;
	background: rgba(55,30,61,0.7);
}
#menu ul.top > li.cur > a {font-weight: 500;background: #1e3d8d;}

#menu .top .sub {display:none;}
#menu .top .sub.visible {
  	display: block;
  	position: absolute;
  	z-index: 50;
    background: #fff;
    min-width: 100%;
}
#menu .top .sub.visible > li {list-style: none;}
#menu .top .sub.visible > li > a {
  	display: block;
    color: #000;
    height: auto;
    width: auto;
	padding: 0 10px;
	background: none;
	font-size: 1em;
	text-align: left;
	color: #666;
	text-decoration: none;
}
#menu .top .sub.visible > li:hover {background: #efefef;color: #000;}
#menu .top .sub.visible > li > a > span {
  	display: block;
  	padding: 6px 0;
  	border-top: 1px solid #efefef;
  	width: auto;
    white-space: nowrap;
}
#menu .top .sub.visible > li:first-child a span {border-top: none;}

/* ############### MISC ############### */

.textcols .ce-bodytext {
	column-count: 2;
	column-gap: 4em;
	margin-bottom: 1em;
/* 	column-rule: 1px solid #1e3d8d; */
}
#c50 h1 {font-weight: 900;margin-bottom: 0;letter-spacing: 0.05em;hyphens: auto;}
#c50 h2 {margin-top: 0;}
#c51 {margin: 4em 0 2em 0;}
}

@media (min-width: 801px) and (max-width: 1024px){
#claim {font-size: 0.8em;}
#menu ul.top > li > a {font-family: 'Roboto Condensed',sans-serif;font-size: 0.9em;}
}