
/*Error Pages CSS*/


.e-container {
    display: flex;
    width: 62%;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding-top: 92px;
}

#server-error .e-container {
    width: 70%;
    max-width: 1200px;
}

.e-container div:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#error h1, #server-error h1 {
    font-family: "din-2014", sans-serif;
    font-size: 300px;
    line-height: 50.46px;
    color: #fff;
}

#error h4, #server-error h4 {
    font-family: "din-2014", sans-serif;
    font-size: 36px;
    line-height: 27.46px;
    color: #fff;
    text-align: left;
    margin: 0;
    padding-bottom: 25px;
    padding-top: 45px;
    text-shadow: 0px 0px 21.023px rgba(0, 0, 0, 0.75);
}

#error .e-container p, #server-error .e-container p {
    font-family: "din-2014", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    color: #fff;
    text-align: left;
    padding-bottom: 20px;
    text-shadow:0px 0px 21.023px rgba(0, 0, 0, 0.75);
}

#server-error .e-container p {
    max-width: 452px;
}

#error button, #server-error button {
    width: 268px;
    height: 47px;
    background-color: #fff;
    border-radius: 25px;
    font-family: "din-2014", sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    color: #0377AD;
    text-align: center;
    cursor: pointer;
}


/*Mobile*/

@media only screen and (max-width: 992px) {

  .e-container {
    flex-direction: column;
    align-items: baseline;
    width: 90%;
    padding-top: 115px;
    padding-left: 40px;
    padding-bottom: 100px;
  }
  #server-error h1 {
    margin-left: -15px;
}

  #server-error .e-container {
    padding-bottom: 60px;
    width: 90%;
  }

  #error h1, #server-error h1 {
    font-size: 162px;
    line-height: 27px;
  }

  #error h4, #server-error h4 {
    font-size: 23px;
    line-height: 33px;
    padding-bottom: 6px;
  }

  #error .e-container p, #server-error .e-container p {
    font-size: 16px;
    line-height: 19px;
  }

  #error .e-container p {
    padding-bottom: 30px;
  }

  #server-error .e-container p {
    padding-bottom: 30px;
  }

  #error button, #server-error button {
    width: 174px;
    height: 36px;
    border-radius: 17px;
    font-size: 13px;
    line-height: 16px;
  }
}

#error #epi-explore,#server-error #epi-explore
{
display: none;
}

/*Additional Media Queries*/


/*@media only screen and (min-width: 992px) {
    #error #epicascade-menu, #server-error #epicascade-menu {
      background: #13313c4a linear-gradient(180deg, #1C4758 50%, rgba(28, 71, 88, 0) 150%) !important;
    }
}*/
