* {
  margin: 0;
  padding: 0; }

*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  a:hover {
    text-decoration: none; }


.HpopupBox {
    background: #88cee8 /* url(../../../../images/covid-Guidelines-bg.jpg) no-repeat !important;*/;
    background-size: cover !important;
    background-position: center !important;
    max-width: 800px !important;
    min-height: 380px;
    position: relative;
    padding-top: 80px !important;
}
.HpopupBoxInner {
    max-width: 320px;
    text-align: left;
    float: right
}
.HpopupBoxImg {
    vertical-align: top;
    padding-top: 5px;
    width: 90%;
}
/*-----------------------------
	News Ticker
------------------------------*/
.acme-news-ticker {
    background: #fff;
    position: relative;
    height: 45px;
    border: 1px solid #1974d2;
}
  @media (min-width: 768px) {
    .acme-news-ticker {
      margin-top: 0; } }
.acme-news-ticker-label {
    background: #d01e1e;
    padding: 10px;
    width: auto;
    float: left;
    margin-right: 15px;
    line-height: 35px;
    height: 100%;
    color: #fff;
    position: relative;
    border-radius: 5px 0 0 5px;
}
.acme-news-ticker { border:none;
}
.acme-news-ticker {
    height: 55px;
    background: #333334;
    border-radius: 5px;
    box-shadow: 0px 3px 11px #00000052;
    left: 0;
    top: 500px;
    position: absolute;
    width: 100%;
}
.acme-news-ticker-label span {
    width: 0;
    position: absolute;
    right: -9.5px;
    top: 16px;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: #333334 #333334 #333334 #d01e1e;
    background: #d01e1e;
}

    @media (max-width: 575px) {
        .acme-news-ticker { height:90px;
        }
        .acme-news-ticker-label {
            position: absolute;
            top: -45px;
        }

        .acme-news-ticker {
            margin-top: 0px; display:none;
        }
        .HpopupBox {padding-top:0px !important}
        .acme-news-ticker-box {
            padding: 10px;
            padding-right: 0 !important;
        }
        .acme-news-ticker-label span {
            display: none
        }
        .acme-news-ticker-label {
            width: auto; display:none;
        }
        .HpopupBoxInner {
            max-width:100%;
        }
        .HpopupBox {
            background: #ffff !important;
        }
        .HpopupBoxImg {width:70%;
        }


    }
  .acme-news-ticker-box {
    height: 100%;
    overflow: hidden; padding-right:22px; }

    @media (max-width: 575px) {
      .acme-news-ticker-box {
        padding-left: 10px;
        padding-right: 120px; } }
    .acme-news-ticker-box ul {
      width: 100%;
      list-style-type: none !important;
      padding: 0;
      padding-top:4px;
      margin: 0; }
        .acme-news-ticker-box ul li a {
            text-decoration: none;
            color: #fff; font-size:14px;
        }
            .acme-news-ticker-box ul li a:hover {
                color:yellow;
            }
            .acme-news-ticker-controls {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                position: absolute;
                height: 100%;
                right: 0;
                top: 0;
            }
    .acme-news-ticker-controls button {
      height: 100%;
      background: #f6f6f6;
      padding: 0;
      width: 40px;
      border-color: #eeeeee;
      border-style: solid;
      border-width: 0 0 0 1px;
      cursor: pointer;
      display: inline-block; }
      .acme-news-ticker-controls button:hover {
        background: #eeeeee; }
      .acme-news-ticker-controls button.acme-news-ticker-arrow {
        margin: 0;
        display: inline-block;
        position: relative; }
        .acme-news-ticker-controls button.acme-news-ticker-arrow:after {
          border-color: #999;
          border-bottom-style: solid;
          border-bottom-width: 2px;
          border-right-style: solid;
          border-right-width: 2px;
          content: '';
          display: inline-block;
          height: 8px;
          left: 50%;
          position: absolute;
          top: 50%;
          width: 8px; }
      .acme-news-ticker-controls button.acme-news-ticker-pause {
        position: relative;
        display: inline-block; }
        .acme-news-ticker-controls button.acme-news-ticker-pause:before {
          position: absolute;
          content: "";
          width: 10px;
          height: 10px;
          border-color: #999;
          border-style: solid;
          border-width: 0 2px 0;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          left: 50%;
          top: 50%; }
    .acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-prev:after {
      -webkit-transform: translate(-50%, -50%) rotate(135deg);
          -ms-transform: translate(-50%, -50%) rotate(135deg);
              transform: translate(-50%, -50%) rotate(135deg); }
    .acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-next:after {
      -webkit-transform: translate(-50%, -50%) rotate(315deg);
          -ms-transform: translate(-50%, -50%) rotate(315deg);
              transform: translate(-50%, -50%) rotate(315deg); }
    .acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-prev:after {
      -webkit-transform: translate(-50%, -50%) rotate(225deg);
          -ms-transform: translate(-50%, -50%) rotate(225deg);
              transform: translate(-50%, -50%) rotate(225deg); }
    .acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-next:after {
      -webkit-transform: translate(-50%, -50%) rotate(405deg);
          -ms-transform: translate(-50%, -50%) rotate(405deg);
              transform: translate(-50%, -50%) rotate(405deg); }

/*# sourceMappingURL=style.css.map */