
.background,
.background:after { 
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    top: 0px;
    left: 0;
    z-index: 0;
    scrolling: none; 
}
.background:after { 
    content: '';  
}
.background li {
 list-style-type: none;
}
.background li span { 
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 1; 
}

.background li:nth-child(1) span { 
    background-image: url(../images/slideshow/2.jpg); 
}

body {
 margin: 0 auto;
 font-family: Arial;
}

@font-face {
  font-family: 'LaneNarrow';
  src: url('./lanenar.ttf');
}

#container {
 position: absolute;
 width: 100%;
 top: 0px;
}

.wrapper {
 width: 100%;
 margin: 0 auto;
}

.header {
 height: auto;
 text-align: center;
}

.headerSmall {
 display: none;
}

#menu-wrapper {
 position: relative;
 z-index: 10;
 width: 100%;
 height: 100px;
 overflow: hidden;
 text-align: center;
 background-color: #fff;
 border-bottom: 1px solid #005f97;
}

#menu-wrapper img {
 position: relative;
 padding-top: 10px;
 height: 80px;
}

#menu-wrapper ul {
 display: block;
 height: 100px;
 width: 100%;
 margin: 0 auto;
 padding: 0;
 list-style: none;
}

#menu-wrapper li {
 position: relative;
 display: inline-block;
 padding: 0px 15px 0px 15px;
 line-height: 99px;
 height: 99px;
 vertical-align: top;
 top: 0px;
}

#menu-wrapper a li,
#menu-wrapper a li:visited {
 color: #005f97;
 font-family: LaneNarrow, Arial, Calibri, sans-serif;
 font-size: 15px;
 font-weight: normal;
}

#menu-wrapper a li:hover {
 border-bottom: 1px solid #005f97;
}

.contentwrap {
 position: relative;
 width: 100%; 
 margin: 0 auto;
 z-index: 0;
 height: auto;
 min-height: calc(100vh - 150px); 
 border-bottom: 1px solid #005f97;
 padding-bottom: 50px;
 overflow: hidden;
}

.contentArea {
 top: 0px;
 position: relative;
 text-align: center;
 margin: 0 auto;
 width: 100%;
 padding: 0px 0px 10px 0px;
}

.contentBoxFlex {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: center;
}

.contentBoxWide {
 display: inline-block;
 width: calc(100% - 20px);
 margin: 0px;
 padding: 0px 10px 0px 10px; 
 height: auto;
 text-align: center;
 background-color: #fff;   
}

.contentBoxMiddle {
 display: inline-block;
 width: calc(75% + 120px);
 margin: 20px 10px 0px 10px; 
 height: auto;
 vertical-align: top;
 text-align: center;
 padding: 20px;
 background-color: #fff;   
}

.contentBox {
 display: inline-block;
 position: relative;
 margin: 0 auto;
 margin: 10px 10px 0px 10px;
 padding-bottom: 100px; 
 height: auto;
 vertical-align: middle;
 background-color: #fff;
}

.width30per {
 width: calc(30% - 20px);
 padding-left: 10px;
 padding-right: 10px;
}

.footer {
 width: 100%;
 background-color: #fff;
}

.contentBox img {
 width: 100%;
}

.button {
 display: block;
 position: absolute;
 bottom: 0px;
 left: calc(50% - 25%);
 text-align: center;
 margin: 0 auto;
 padding: 10px 0px 10px 0px;
 width: 50%;
 background-color: #005f97;
 color: #fff;
 font-size: 14px;
 margin-bottom: 10px;
}

.buttonRed {
 display: block;
 position: absolute;
 bottom: 0px;
 left: calc(50% - 25%);
 text-align: center;
 margin: 10px 0px 10px 0px;
 padding: 10px 0px 10px 0px;
 width: 50%;
 background-color: #ab0000;
 color: #fff;
 font-size: 14px;
}

.button:hover, .buttonRed:hover {
 background-color: #5a5a5a; 
}

h1, h2, h3, h4 {
 font-family: LaneNarrow;
 font-weight: normal;
 color: #005f97;
}

h1 {
 font-size: 30px;
}

h2 {
 font-size: 20px;
}

h3 {
 font-size: 18px;
 margin: 0px;
}

h4 {
 font-size: 25px;
 margin: 0px;
}

a {
 font-size: 14px;
 color: #005f97;
 text-decoration: none;
}

p {
 font-size: 14px;
 text-align: justify;
}

.text_red {
 color: #ab0000;
}

.center p {
 text-align: center;
}

.right {
 display: block;
 text-align: right;
}

.table_contact_320 {
display: none;
}

.contentBox td {
 font-size: 14px;
 vertical-align: top;
 text-align: left;
}

.contentBox td.right {
 text-align: right;
}

input[type=text] {
 width: 200px;
 border: 1px solid #aaaaaa;
}

input[type=submit] {
 padding: 5px;
 background-color: #005f97;
 color: #fff;
 border: none;
 cursor: pointer;
}

input[type=submit]:hover {
 background-color: #5a5a5a;
}

input.short {
 width: 50px;
 border: 1px solid #aaaaaa;
}

textarea {
 width: 350px;
 height: 200px;
 border: 1px solid #aaaaaa;
}

@media only screen and (max-width: 900px) {

.header {
 display: none;
}

.headerSmall {
 display: block;
 position: fixed;
 z-index: 100;
 width: 100%;
}

#logo_view {
 display: none;
}

.tooltip {
 display: none;
}

.logoResponsive {
 top: 0px;
 z-index: 100;
 padding-top: 10px; 
 position: relative;
 text-align: center;
 width: 100%;
 height: 90px;
 background: #fff; 
}

.logoResponsive:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
}

.logoResponsive img {
 height: 80px;
}

input:checked {
}

.clickable label {
 display: block;
 height: 40px;
 width: 100%;
 position: relative;
 margin-left: 0px;
 background-color: #005f97;
 cursor: pointer;
}

.clickable label:before {
 content: "";
 position: absolute;
 left: 5px;
 top: 11px;
 width: 30px;
 height: 3px;
 background-color: #ffffff;
 box-shadow: 
  0 8px 0 0 #ffffff,
  0 16px 0 0 #ffffff;
}

.clickable .appear {
  display: none;  
}

.clickable input[type=checkbox] {
display: none; 
}

.clickable input:checked ~ .appear {
 display: block;
}

#the-checkbox {
display: none;
}

.appear ul {
 position: absolute;
 width: 100%;
 padding: 0px 0px 0px 0px;
 margin: 0px;
 height: 100vh;
 list-style: none;
 text-align: center;
 background-color: #fff;
 border-bottom: 5px solid #005f97;
}

.appear a li {
 display: inline-block;
 width: 100%;
 padding: 10px 0px 10px 0px;
 font-family: Lane, Calibri, sans-serif;
 font-size: 20px;
 text-decoration: none;
 color: #005f97;
}

.appear a li:hover,
.appear li:hover {
 background-color: #005f97; 
 color: #fff;  
}

.appearSpace {
 position: absolute;
 top: 0px;
 width: 100%;
 height: 40px;
 background-color: #005f97;
}

.contentwrap {
 margin-top: 140px;
}

.width30per {
 width: 40%;
}

}

@media only screen and (max-width: 800px) {
.width30per {
 width: 100%;
}

.contentBoxMiddle {
 width: 100%;
 margin: 0px;
 padding: 10px 0px 0px 0px;
}

contentArea {
padding: 0px;
}

}