@charset "utf-8";
@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

* {
    box-sizing: border-box;
    /*! border:solid 1px red; */
}

body {
	margin:0;
	padding:0;
font-family: 'Montserrat', sans-serif;
	font-size: 0.875rem;
}
a,
a:focus {
    outline: none;
    text-decoration: none;
}
img {
    max-width: 100%;
    display: block;
    height: auto;
}
h1 {
    margin: 0;
    padding: 0;
    line-height: 2.5rem;
    color: #0032A0;
}

h2 {
    margin: 0;
    padding: 0;
    line-height: 1.5rem;
    color: #0032A0;
    padding-bottom: 1rem;
}

h3 {
    margin: 0;
    padding: 0;
    color: #0032A0;
    font-weight: 600;
    font-size: 1.3rem;
}

h4 {
    margin: 0;
    padding: 0;
    line-height: 1rem;
    font-weight: 500;
    color: #69b3e7;
    font-size: 1rem;
}

h5 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 0.875rem;
    color: #212121;
    line-height: 1.3rem;
}

h6 {
    font-size: 1rem;
    font-weight: 600;
    padding: 0;
    margin-bottom: 0;
    margin-top: 1rem;
}
#frame {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0;
}
iframe {
	/*! max-height: 100%; */
	width: 100%;
	position: absolute;
	border: 0;
	/*! min-height: 100%; */
	height: 100%;
	/*! margin-bottom: -33rem; */
	/* [disabled]display: none; */
}
header .box{
	display:flex;
	flex-direction: row nowrap;
	justify-content: space-between;
	padding-top: 1rem;
	padding-bottom: 1rem;
	align-items: center;
	margin-left: 1rem;
	margin-right: 1rem;
	flex-flow: row wrap;
}
header .box .name {
	/*! background: #FFC; */
	/*! display: inline-block; */
	/*! max-width: 70%; */
	/*! display: none; */
	/*! float: left; */
	padding-top: 1rem;
	margin-left: auto;
	margin-right: auto;
}

header .logo1 {
	/*! background: #9FF; */
	max-width: 8rem;
	/*! height: 6rem; */
	/*! max-width: 25%; */
	/*! padding-right: 1rem; */
	width: 10rem;
	/*! float: left; */
	margin-right: 1rem;
}
header .logo2 {
	/*! background: #9gg; */
	max-width: 25%;
	width: 2.5rem;
	/*! padding-left: 1rem; */
	/*! float: right; */
	display: none;
}
ul,li{
	margin: 0;
	padding: 0;
	/*! background: blue; */
	padding: 0.5rem;
	list-style: none inside;
}
header {
	background: #0032A0;
	/*! height: 3rem; */
	font-weight: 500;
}
.box ul {
	display: flex;
	background: #0032a0;
	flex-flow: row wrap;
	/*! justify-content: center; */
	justify-content: space-around;
}
.box ul li{
    border: 1px solid #0032A0;
    transition: ease-in-out 0.3s;
}
.box ul li a {
	color: white;
	text-decoration: none;
	/*! background: #FFF; */
	padding: 0.5rem 1rem;
	font-size: 0.8125rem;
	font-weight: 500;
}
.box ul .active {
	padding: 0.5rem;
	border: 1px solid #69B3E7;
}

.box ul li:hover{
    /*! border: solid 1px white; */
    background: rgba(105, 179, 231,0.3);
}

span  {
	max-width:1440px;
	color:white;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.box {
	padding: 2rem;
}
nav {
	background: transparent;
	/*! padding: 2rem; */
	position: absolute;
	/*! top: 3rem; */
	/*! right: 10%; */
	z-index: 2;
	/*! left: 10%; */
	/*! margin-left: auto; */
	/*! margin-right: auto; */
	/*! width: 18rem; */
	/*! max-width: 18rem; */
	/*! position: relative; */
	/*! position: sticky; */
	/*! position: fixed; */
	width: 100%;
}
.list {
    margin-top: 5.5rem;
    display: flex;
    flex-flow: row wrap;
    
}
.list .item {
	width: 100%;
	padding: 0.5rem;
	transition: ease-in-out 0.3s;
}
.list .item:hover{
    background: rgba(105, 179, 231,0.1);
}
.list .item .title {
}
.list .item .description {
    /*! background: antiquewhite; */
    color: #424242;
    padding-bottom: 0.5rem;
}
.list .item .link {
}
.list .item .link a {
	color: #212121;
	font-weight: 600;
	border-bottom: dotted 1px;
    
	transition: ease-in-out 0.3s;
}
.list .item .link a:hover{
    color: #cf4520;
}
.box .list .item .content {
	/*! background: #C90; */
	margin: 1rem;
}
.box .list .item .gerb{
    float: left;
    margin-right: 15px;
    max-width: 70px;
    height: 105px;
}

