.user-login-form {
	margin-left: 40px;
}

.user-login-form label {
	display: block;
	margin-top: 15px;
}

.user-login-form a[href$='moLogin'] { 
	display: none;
}

.user-login-form #edit-submit {
	margin-top: 15px;
}
.main-content {
  margin-top: 20px;
}

.head {
  display: flex;
  align-items: center;
  margin: 8px 0;
}

.head .title {
  margin: 0 0 0 8px;
  font-size: 45px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  color: var(--lighter-black);
}

.sub-title {
  font-weight: 600;
  line-height: 1.4;
}

.faq {
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.main-image__container {
  margin-top: 3em;
  height: 265px;
  overflow: hidden;
}

.main-image {
  max-width: 100%;
}

.agency-content {
  margin-top: 3em;
  font-size: 18px;
}

.important-text {
  font-size: 25px;
}

.agency-footer {
  display: flex;
  justify-content: space-between;
}

.agency-footer a {
  text-decoration: none;
}

.agency-footer a:hover {
  color: var(--main-color);
}

.agency-footer__left {
  align-self: center;
}

.agency-footer__left a,
.agency-footer__item {
  padding: 15px 0;
  width: 200px;
}

.agency-footer__left a,
.agency-footer__item:not(:last-child) {
  border-bottom: 1px solid var(--darker-grey-full);
}


/* file viewer iframe styles */
.file-viewer iframe {
    border: none;
}
/*HERE GOES MEDIA QUERIES*/

@media screen and (max-width: 1440px) {
  #other-publication:before {
    width: 90%;
  }
}

@media screen and (max-width: 1366px) {
  #other-publication:before {
    width: 92%;
  }
}

@media screen and (min-width: 1680px) {
  #other-publication:before {
    width: 87%;
  }
}
