.announcements-circulars-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023px) {
  .announcements-circulars-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.announcements-circulars-container .left {
  width: calc(50% - 30px);
  margin-right: 30px;
  max-width: 710px;
}

@media (max-width: 1400px) {
  .announcements-circulars-container .left {
    width: 50%;
    margin-right: 15px;
  }
}

@media (max-width: 1023px) {
  .announcements-circulars-container .left {
    margin: 0 auto 50px;
    width: 100%;
  }
}

.announcements-circulars-container .left .announcement-list .announcement-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  width: 100%;
}

.announcements-circulars-container .left .announcement-list .announcement-item .press-release {
  width: 90%;
}

.announcements-circulars-container .left .announcement-list .announcement-item .press-release .date {
  font-size: 14px;
  font-weight: 300;
  color: #999999;
  margin-bottom: 10px;
}

.announcements-circulars-container .left .announcement-list .announcement-item .press-release .title a {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #333;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 7px;
}

.announcements-circulars-container .left .announcement-list .announcement-item .press-release .title:hover a {
  color: #00A65D;
}

.announcements-circulars-container .left .announcement-list .announcement-item .download {
  width: 35px;
  height: 35px;
  display: block;
}

.announcements-circulars-container .left .announcement-list .announcement-item .download img {
  width: 35px;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
}

.announcements-circulars-container .right {
  width: calc(50% - 30px);
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.announcements-circulars-container .right .item {
  width: calc(50% - 15px);
  margin-left: 15px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1025px) and (max-width: 1399px) {
  .announcements-circulars-container .right .item {
    height: 357px;
  }
}

@media (min-width: 1400px) and (max-width: 1499px) {
  .announcements-circulars-container .right .item {
    height: 375px;
  }
}

@media (min-width: 1500px) and (max-width: 1600px) {
  .announcements-circulars-container .right .item {
    height: 405px;
  }
}

.announcements-circulars-container .right .item .image {
  overflow: hidden;
  height: 420px;
}

.announcements-circulars-container .right .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.75s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.75s cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 1024px) and (max-width: 1599px) {
  .announcements-circulars-container .right .item .image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.announcements-circulars-container .right .item:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.announcements-circulars-container .right .item .content {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

@media (min-width: 1401px) and (max-width: 1500px) {
  .announcements-circulars-container .right .item .content {
    bottom: 60px;
  }
}

@media (max-width: 1400px) {
  .announcements-circulars-container .right .item .content {
    bottom: 20px;
  }
}

.announcements-circulars-container .right .item .content .date {
  font-size: 14px;
  font-weight: 400;
  text-align: LEFT;
  color: #ffffff;
}

.announcements-circulars-container .right .item .content .title {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  margin-bottom: 16px;
  margin-top: 16px;
  height: 53.33px;
}

.announcements-circulars-container .right .item .content .sub-title {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}

.announcements-circulars-container .right .item .content .see-more {
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.announcements-circulars-container .right .item .content .see-more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.announcements-circulars-container .right .item .content .see-more a:hover {
  text-decoration: none;
}

.announcements-circulars-container .right .item .content .see-more img {
  width: 24px;
  height: 24px;
}

.announcements-circulars-container .right .item .content .see-more p {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  margin-left: 14px;
}

.announcements-circulars-container .right .item:hover .see-more {
  display: block;
}

@media (max-width: 1400px) {
  .announcements-circulars-container .right {
    width: calc(50% - 15px);
  }
}

@media (max-width: 1023px) {
  .announcements-circulars-container .right {
    width: 100%;
    max-width: 710px;
    margin: 0 auto;
  }
  .announcements-circulars-container .right .item:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .announcements-circulars-container .right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .announcements-circulars-container .right .item {
    width: 100%;
    max-width: 320px;
    margin-left: 0;
  }
  .announcements-circulars-container .right .item:first-child {
    margin-bottom: 20px;
  }
}

#announcements-tiker .fr-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #eee;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  #announcements-tiker .fr-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#announcements-tiker .fr-nav .announcements-ticker-pagetitle {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  position: relative;
}

#announcements-tiker .fr-nav .announcements-ticker-pagetitle::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: #0074C1;
}

@media (min-width: 1024px) and (max-width: 1399px) {
  #announcements-tiker .fr-nav .announcements-ticker-pagetitle {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1399px) {
  #announcements-tiker .fr-nav .announcements-ticker-pagetitle {
    width: calc(100% - 178px);
  }
}

#announcements-tiker .fr-nav .nav.nav-pill {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#announcements-tiker .fr-nav .nav.nav-pill .nav-item .nav-link {
  font-size: 16px;
  font-weight: 400;
  color: #0074c1;
}

#announcements-tiker .fr-nav .nav.nav-pill .nav-item .nav-link.active {
  border: 1px solid #eee;
  border-bottom: 0;
  position: relative;
}

#announcements-tiker .fr-nav .nav.nav-pill .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #announcements-tiker .fr-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #announcements-tiker .fr-nav .nav.nav-pill {
    margin-top: 20px;
  }
}

#announcements-tiker .tab-content {
  border-bottom: 1px solid #eee;
}

#announcements-tiker .see-more {
  margin-top: 24px;
}

#announcements-tiker .see-more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #0074c1;
  border-radius: 39px;
  padding: 14px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: all .3s linear, background-color .3s linear;
  transition: all .3s linear, background-color .3s linear;
}

#announcements-tiker .see-more a span {
  font-size: 16px;
  font-weight: 400;
  color: #0074c1;
}

#announcements-tiker .see-more a .vector {
  position: relative;
  margin-left: 10px;
}

#announcements-tiker .see-more a .vector .vector-normal {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
}

#announcements-tiker .see-more a .vector .vector-hover {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

#announcements-tiker .see-more a:hover {
  background-color: #0074c1;
  -webkit-transition: all .3s linear, background-color .3s linear;
  transition: all .3s linear, background-color .3s linear;
}

#announcements-tiker .see-more a:hover span {
  color: #fff;
}

#announcements-tiker .see-more a:hover .vector .vector-normal {
  visibility: visible;
  opacity: 1;
}

#announcements-tiker .see-more a:hover .vector .vector-hover {
  visibility: hidden;
  opacity: 0;
}
/*# sourceMappingURL=announcements-circulars-box.css.map */