/* APP VARIABLES */
.ugt {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .ugt .ugt__nav {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .ugt .ugt__nav__mobile {
    display: flex;
  }
}
.ugt main {
  position: relative;
  margin-top: 75px;
}
.ugt main ul:not(.pagination__list):not(.sidebar__links ul) {
  list-style: none;
  padding-left: 4.5rem;
}
.ugt main ul:not(.pagination__list):not(.sidebar__links ul) li {
  position: relative;
  font-size: 2rem;
  color: #4D4D4D;
  font-weight: 300;
  font-family: "Muli", sans-serif;
  margin-bottom: 5px;
}
@media screen and (max-width: 1199px) {
  .ugt main ul:not(.pagination__list):not(.sidebar__links ul) li {
    font-size: 1.6rem;
  }
}
.ugt main ul:not(.pagination__list):not(.sidebar__links ul) li::before {
  content: "";
  position: absolute;
  left: -4rem;
  top: 1.4rem;
  width: 20px;
  height: 2px;
  background-color: #EA3731;
}
.ugt main ul:not(.pagination__list):not(.sidebar__links ul).style-reset {
  padding-left: 0;
}
.ugt main ul:not(.pagination__list):not(.sidebar__links ul).style-reset li {
  position: relative;
}
.ugt main ul:not(.pagination__list):not(.sidebar__links ul).style-reset li::before {
  display: none;
}
.ugt main .title h1 {
  color: #EA3731;
}
@media screen and (max-width: 575px) {
  .ugt main {
    margin-top: 50px;
  }
}
.ugt .content article blockquote {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-family: "muli", sans-serif;
  color: #4D4D4D;
  padding-left: 120px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .ugt .content article blockquote {
    padding-left: 15px;
  }
}
.ugt .content article h2 {
  font-family: "muli", sans-serif;
  font-size: 4.8rem;
  font-weight: normal;
  line-height: 6.2rem;
  color: #2E2E2E;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .ugt .content article h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}
.ugt .content article h3 {
  font-family: "muli", sans-serif;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 4.8rem;
  color: #2E2E2E;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .ugt .content article h3 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.ugt .content article h4 {
  font-family: "muli", sans-serif;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 3.6rem;
  color: #2E2E2E;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .ugt .content article h4 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.ugt .content article p {
  font-family: "muli", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #2E2E2E;
}
.ugt header .nav-item:not(.nav-block):not(.is-logo)::after {
  background-color: #EA3731;
}
.ugt header .navbar-menu .nav-item.active .nav-link {
  color: #EA3731;
}
.ugt header .has-submenu .sub-item.active .nav-link {
  color: #EA3731;
}
@media screen and (max-width: 1750px) {
  .ugt footer .block__logo {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1750px) {
  .ugt footer .block__widget {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.ugt .sidebar__filters .style-arrow .filter::before {
  background-color: #EA3731;
}
.ugt .sidebar__filters .style-arrow .filter::after {
  border-color: #EA3731;
}
@media screen and (max-width: 767px) {
  .ugt .slideshow .slider .slide.slide__dual .wrapper {
    padding-top: 60px !important;
  }
}

.ugt .documents {
  background-color: #fff;
}
.ugt .documents.is-mobile main {
  margin-top: 0;
}
.ugt .documents.is-mobile main > section:first-child {
  padding-top: 50px;
}
.ugt .documents section {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 575px) {
  .ugt .documents section.title {
    border-bottom: 1px solid #EFEFEF;
  }
}
.ugt .documents article.item {
  position: relative;
  margin-bottom: 60px;
}
.ugt .documents article.item .placeholder {
  width: 100%;
  height: 450px;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .ugt .documents article.item .placeholder {
    height: 250px;
  }
}
.ugt .documents article.item .placeholder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ugt .documents article.item .title {
  margin-bottom: 30px;
}
.ugt .documents article.item .title h6 {
  font-family: "Muli", sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  color: #2E2E2E;
}
.ugt .documents article.item .title h6 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  transition: all ease 0.3s;
}
.ugt .documents article.item .title h6 a:hover, .ugt .documents article.item .title h6 a:focus {
  text-decoration: none;
  color: #EA3731;
}
@media screen and (max-width: 575px) {
  .ugt .documents article.item .title h6 {
    font-size: 2.4rem;
  }
}
.ugt .documents article.item .description {
  font-family: "Muli", sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  color: #4D4D4D;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .ugt .documents article.item .description {
    font-size: 1.6rem;
  }
}
.ugt .documents article.item .attachments {
  margin-bottom: 90px;
}
@media screen and (max-width: 575px) {
  .ugt .documents article.item .attachments {
    margin-bottom: 60px;
  }
}
.ugt .documents article.item .attachments .icon {
  display: inline-block;
  width: 30px;
  margin-right: 30px;
}
.ugt .documents article.item .attachments span {
  font-family: "Muli", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #2E2E2E;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .ugt .documents article.item .attachments span {
    font-size: 1.2rem;
  }
}
.ugt .documents article.item .date {
  margin-bottom: 30px;
}
.ugt .documents article.item .date p {
  font-family: "Muli", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  font-style: italic;
  color: #6F6F6F;
}
@media screen and (max-width: 575px) {
  .ugt .documents article.item .date p {
    font-size: 1.6rem;
  }
}
.ugt .documents article.item .date .double-dash {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #6F6F6F;
  margin: 5px;
}
.ugt .documents article.item .tags .tag {
  background-color: #EFEFEF;
  padding: 5px 10px;
  color: #2E2E2E;
  font-family: "Muli", sans-serif;
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all ease 0.5s;
}
@media screen and (max-width: 575px) {
  .ugt .documents article.item .tags .tag {
    font-size: 1.4rem;
  }
}
.ugt .documents article.item .tags .tag:hover {
  background-color: #EA3731;
  color: #fff;
}