/* EMERGENCY ALERT */
  .ea-container {
    position: fixed;
    display: flex;
    flex-direction: column;
    background: #FFF;
    border: 2px solid #404040;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    box-shadow: 1px 2px #999;
    text-align: center;
    top: 50%;
    left: 0;
    width: 90vw;
      max-width: 1200px;
    min-height: 35px;
    max-height: 350px;
    z-index: 99; }

    .ea-container .ea-body {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      background: #FFF;
      border-top-right-radius: 100px;
      border-bottom-right-radius: 100px;
      height: 100%;
      width: 100%; }
      .ea-container .ea-body .ea-title {
        width: 30%; }
        .ea-container .ea-body .ea-title h1 {
          align-self: center;
          font-weight: 500;
          text-align: center;
          text-transform: uppercase;
          margin: auto; }
          .ea-container .ea-body .ea-title h1::after {
            display: none; }

      .ea-container .ea-body .ea-text {
        align-self: center;
        color: #404040;
        width: 40%;
        padding: 0 0.5rem; }
        .ea-container .ea-body .ea-text p {
          text-align: center;
          padding: 0;
          margin: 0 auto; }

      .ea-container .ea-body .ea-button {
        /* position: fixed; */
        display: flex;
        color: #404040;
        text-decoration: none;
        width: 20%; }
          .ea-container .ea-body .ea-button a {
            /* display: block; */
            background: #FAFAFA;
            border: 1px solid #707070;
            border-radius: 50px;
            box-shadow: 2px 3px #999;
            color: #707070;
            font-weight: 600;
            text-align: center;
            margin: auto;
            padding: 0.5rem 1rem;
            text-decoration: none;
            transition: 0.25s;
            width: 100%; }
            .ea-container .ea-body .ea-button a:hover {
              box-shadow: 3px 4px 0 0 #999;
              color: #404040; }
            .ea-container .ea-body .ea-button a:active {
              box-shadow: 2px 2px 0 0 #999;
              color: #404040; }

              .ea-container .ea-body .ea-button a img {
                width: 1rem; }

      .ea-container .ea-body i {
        align-self: center;
        color: #707070;
        cursor: pointer;
        font-size: 2rem;
        width: 10%; }
        .ea-container .ea-body i:hover {
          color: #404040; }

@media screen and (max-width: 850px){
  .page-template-homepage .background .site .ea-container {
    width: 99vw; }
}

@media screen and (max-width: 768px){
  .page-template-homepage .background .site .ea-container .ea-body .ea-title {
    order: 1;
    width: 90%; }

  .page-template-homepage .background .site .ea-container .ea-body i#ea-x {
    order: 2;
    width: 10%; }

  .page-template-homepage .background .site .ea-container .ea-body .ea-text {
    order: 3;
    width: 50%;
    padding-bottom: 15px; }

  .page-template-homepage .background .site .ea-container .ea-body .ea-button {
    order: 4;
    width: 40%;
    padding-bottom: 15px; }
}

@media screen and (max-width: 550px){
  .page-template-homepage .background .site .ea-container .ea-body .ea-title {
    width: 85%; }

  .page-template-homepage .background .site .ea-container .ea-body .ea-text {
    width: 100%; }

  .page-template-homepage .background .site .ea-container .ea-body .ea-button {
    width: 80%;
    margin: 0 auto; }
}

@media screen and (max-width: 500px){
  .page-template-homepage .background .site .ea-container .ea-body .ea-title {
    width: 80%; }

  .page-template-homepage .background .site .ea-container .ea-body .ea-text {
    width: 95%; }

  .page-template-homepage .background .site .ea-container .ea-body .ea-button {
    margin: 0 0 0 0.5rem; }
}
