html{
  font-family: LATO, "Open Sans", Verdana, sans-serif;
}

body { 
  font-size: 3.0vmin;
  margin: 0;
}

.background{
  background-image: url("./images/elis_Background.jpg");
  filter: blur(5px);
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  z-index: -1;
  filter: blur(5px);
  background-repeat: no-repeat;
  background-size: cover;
}

input, select, textarea, button {
  font-size: inherit;
  font-family: inherit;
}

.elis_Header{
  background-color: #0469ac;
  height: 100px;
  z-index: 50;
}
.elis_Header_Spacer{
  margin-right:auto;
  margin-left:auto;
  max-width: 1400px;
}

.elis_Header_Link{
  padding: 10px 30px;
  height: 80px;
  max-width: 180px;
  display: block;
}

.elis_Header_Logo{
  background-image: url("./images/elis_Mail_Logo.svg");
  height: 80px;
  background-repeat: no-repeat;
}

.elis_Header_Bar{
  background-color: #78c791;
  height: 20px;
}

.elis_Body{
  margin-left: auto;
  margin-right:auto;
  max-width: 1340px;
}

.elis_Box{
  background-color: rgba(255,255,255,0.6);
  margin-top: 0px;
  margin-bottom: 50px;
//  padding-left: 15px;
//  padding-right: 15px;
  padding-bottom: 15px;
}

.elis_Content{
  Color: #333333;
  background-color: white;
  width: calc(100% - 50px);
  height: calc(100% - 30px);
  max-height: calc(104vh - 500px);
  overflow-y: auto;
  min-height: 200px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 8px;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
}

.elis_Content_Header {
  color: rgb(105, 105, 105);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid #dcdcdc;
}

.elis_Content > h1 {
    font-size: 140%;
    margin-top: 12px;
    margin-bottom: 8px;
    font-weight: normal;
}
.elis_Content > h2 {
    font-size: 130%;
    margin-top: 12px;
    margin-bottom: 8px;
    font-weight: normal;
}
.elis_Content > h3 {
    font-size: 120%;
    margin-top: 12px;
    margin-bottom: 8px;
    font-weight: normal;
}
.elis_Content > h4 {
    font-size: 115%;
    margin-top: 12px;
    margin-bottom: 8px;
    font-weight: normal;
}
.elis_Content > h5 {
    font-size: 110%;
    margin-top: 12px;
    margin-bottom: 8px;
    font-weight: normal;
}
.elis_Content > p, .elis_Content > form > p {
    font-size: 16px;
    line-height: 2;
    color: #333333;
    font-size: 16px;
}
.elis_Content > a {
    text-decoration: none;
}
.elis_Content > p > a {
    text-decoration: none;
}

.elis_Footer_Background{
  background-color: white;
  width: 100%
}

.elis_Footer_Container:Before{
background-color: red;
}

.elis_Footer_Container > div > a{
  text-decoration: none;
}
@media (min-width: 1350px) {

	.elis_Content_Title{
	  font-size: 30px;
	  color: rgb(4, 105, 172);
	  margin-top: 17px;
	  text-decoration: none;
	  text-transform: uppercase;
	  font-weight: 400;
	  line-height: 64px;
	  
	}

	.elis_Footer{
	  background-color: transparent;
	  position:fixed;
	  bottom: 0px;
	  width: 100%;
	}

	.elis_Footer_Container{
	  background-color:white;
	  width:1340px;
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	  font-size: 16px;
	  color: black;
	  text-decoration: none;
	}

	.elis_Footer_Float_Left{
	  display: inline-block;
	  width: 14.8%;
	}

	.elis_Footer_Float_Right{
	  display: inline-block;
	  width: 14.8%;
	  text-align:right;
	  vertical-align: middle;
	  margin-top: -110px;
	}

	.elis_Footer_Float_None{
	  display: inline-block;
	  width: 69%;
	  vertical-align: middle;
	  margin-top: -20px;
	}

	.elis_Footer_Float_None > p{
	  color: #000000;
	  font-size: 12px;
	  margin-top: 0px;
	  text-align: justify;
	  padding-left: 50px;
	  margin-left: 5px;
	  line-height: 1.75;
	}

	.elis_Footer_Float_Right > a{
	  font-size: 12px;
	  text-decoration: none;
	}
}
@media (max-width: 1349px) {

	.elis_Content_Title{
	  font-size: 30px;
	  color: rgb(4, 105, 172);
	  margin-top: 17px;
	  text-decoration: none;
	  text-transform: uppercase;
	  font-weight: 400;
	  line-height: 64px;
	  margin-left: 20px;
	}

	.elis_Footer{
	  background-color: transparent;
	  position:relative;
	  bottom: 0px;
	  width: 100%;
	}

	.elis_Footer_Container{
	  background-color:white;
	  width: 100%;
	  display: block;
	  font-size: 16px;
	  color: black;
	  text-decoration: none;
	}

	.elis_Footer_Float_Left{
	display: inline-block;
    width: 200px;
    padding-left: calc(50% - 100px);
	}

	.elis_Footer_Float_Right{
display: inline-block;
    width: 200px;
    padding-left: calc(50% - 100px);
    text-align: center;
    margin-bottom: 40px;
	}

	.elis_Footer_Float_None{
	  display: block;
	  width: 90%;
	}

	.elis_Footer_Float_None > p{
	  color: #000000;
	  font-size: 12px;
	  margin-top: 20px;
	  text-align: justify;
	  padding-left: 50px;
	  margin-left: 5px;
	  line-height: 1.75;
	}

	.elis_Footer_Float_Right > a{
	  font-size: 12px;
	  text-decoration: none;
	}
}
.elis_Footer_Image{
  background-image: url("./images/elis_Footer.png");
  height: 70px;
  background-size: 100% 70px;
  background-repeat: no-repeat;
}

.elis_Footer_IBI_Image{
  background-image: url(./images/ibi_logo.png);
  background-repeat: no-repeat;
  height: 70px;
  width: 220px;
}

@font-face {
  font-family: 'LATO';
  src: url('fonts/lato-hairline-webfont.woff2') format('woff2'), url('fonts/lato-hairline-webfont.woff') format('woff');
  font-weight: 100;
}
@font-face {
  font-family: 'LATO';
  src: url('fonts/lato-hairlineitalic-webfont.woff2') format('woff2'), url('fonts/lato-hairlineitalic-webfont.woff') format('woff');
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: 'LATO';
  src: url('fonts/lato-light-webfont.woff2') format('woff2'), url('fonts/lato-light-webfont.woff') format('woff');
  font-weight: 300;
}
@font-face {
  font-family: 'LATO';
  src: url('fonts/lato-lightitalic-webfont.woff2') format('woff2'), url('fonts/lato-lightitalic-webfont.woff') format('woff');
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: 'LATO';
  src: url('fonts/lato-regular-webfont.woff2') format('woff2'), url('fonts/lato-regular-webfont.woff') format('woff');
  font-weight: 400;
}
@font-face {
  font-family: 'LATO';
  src: url('fonts/lato-italic-webfont.woff2') format('woff2'), url('fonts/lato-italic-webfont.woff') format('woff');
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: 'LATO';
  src: url('fonts/lato-bold-webfont.woff2') format('woff2'), url('fonts/lato-bold-webfont.woff') format('woff');
  font-weight: 700;
}
@font-face {
  font-family: 'LATO';
  src: url('fonts/lato-bolditalic-webfont.woff2') format('woff2'), url('fonts/lato-bolditalic-webfont.woff') format('woff');
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: 'LATO';
  src: url('fonts/lato-black-webfont.woff2') format('woff2'), url('fonts/lato-black-webfont.woff') format('woff');
  font-weight: 900;
}
@font-face {
  font-family: 'LATO';
  src: url('fonts/lato-blackitalic-webfont.woff2') format('woff2'), url('fonts/lato-blackitalic-webfont.woff') format('woff');
  font-style: italic;
  font-weight: 900;
}
.btn{
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.075rem 0.35rem;
  margin-bottom: 6px;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-primary{
  color: #fff;
  background-color: #0469ac;
  border-color: #0469ac;
}
.summaryDetails{
  margin-top: 12px;
  margin-bottom: 12px;
}
.detailsDiv{
  margin-left: 20px;
  margin-bottom: 30px;
  border-bottom: outset 2px rgba(200,200,200,0.8);
}
