#Iframe-Master-CC-and-Rs {
  max-width: 812px;
  max-height: 100%;
  overflow: hidden;
  display: block;
}

@media only screen and (max-width: 768px) {
  #Iframe-Master-CC-and-Rs {
    display: none;
  }
}

.mobile-pdf {
  display: none;
}

@media only screen and (max-width: 768px) {
  .mobile-pdf {
    display: block;
  }
}

.mobile-pdf a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 300px;
  background: #04396c;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  border-radius: 10px;
  margin-bottom: 35px;
}

.mobile-pdf a:hover, .mobile-pdf a:focus {
  background: #121212;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.mobile-pdf a:hover span, .mobile-pdf a:focus span {
  font-size: 80px;
  color: #fff;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.mobile-pdf a span {
  font-size: 80px;
  color: #fff;
}

.mobile-pdf a h5 {
  color: #fff;
  letter-spacing: 2px;
}

ul,
li {
  list-style: none !important;
}

.user-container .title-divider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.user-container .title-divider h5 {
  font-size: 24px;
  position: relative;
  margin: 15px 0 25px 0;
  background: -webkit-linear-gradient(45deg, #00347a, #053860);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 24px;
}

.user-container .title-divider h5:after {
  background: linear-gradient(45deg, #00347a, #053860);
  content: '';
  height: 1px;
  width: 70px;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  position: absolute;
  top: 35px;
}
/*# sourceMappingURL=changelist.css.map */