body {font-family: "Helvetica Now Text W05",Arial,sans-serif}

/* The Modal (background) */
.modal {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 400000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#eoc_accept{
display: inline-flex;
    margin: 4px 4px 4px 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 0 1.4em 0;
    height: 2.4em;
    text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
    border-radius: 0.25em;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    color: white;
    border: 0;
    background: #1e828f;
    align-items: center;
    font-size: 95%;
}

#eoc_accept:hover{
	text-decoration: none;
    background-color: #003f72;
}
#eoc_terms{
	z-index: 4000000;
}

div#megamenu-content-block #primary-navigation {
    list-style-type: none;
    background: url(/siteImages/v2.nav-bg.png);
    padding: 0;
    height: 39px;
    width: 850px;
    position: relative;
    z-index: 1;
}
div#megamenu-content-block {
    position: static;
    top: 110px;
    width: 850px;
    z-index: 1;
}
#header {
    display: block;
    position: relative;
    width: 850px;
    z-index: 1;
}
@media only screen and (max-height: 700px) {
  .modal{
	  padding-top: 3%; /* Location of the box */
  }
  #eoc_terms div{
	  height: 15em!important;
  }
  
  
}
