/*!
Theme Name: Compile Studio
Theme URI: https://compile-studio.com/
Template: Divi
Author: Pedro Izaguire
Author URI: https://compile-studio.com/
Version: 4.27.4.1764113825
Updated: 2025-11-25 23:37:05

*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
html {
  box-sizing: border-box;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  font-family: var(--font-family-base);
  color: var(--font-black-color);
}

.et_pb_text_inner ul {
  padding-left: 40px;
  margin-bottom: 1.5em;
  padding-bottom: 0 !important;
}
.et_pb_text_inner ul li a {
  text-decoration: underline !important;
}
.et_pb_text_inner p {
  margin-bottom: 0.5em;
  padding-bottom: 0;
}
.et_pb_text_inner p a {
  text-decoration: underline !important;
}
.et_pb_text_inner h1,
.et_pb_text_inner h2,
.et_pb_text_inner h3,
.et_pb_text_inner h4,
.et_pb_text_inner h5,
.et_pb_text_inner h6 {
  margin-bottom: 20px;
  padding: 0;
}

:root {
  --neutral: #EEEEEE;
}

#main-footer {
  background: var(--neutral);
  background: linear-gradient(180deg, var(--neutral) 0%, rgb(255, 255, 255) 100%);
}

#footer-widgets {
  padding-top: 48px;
}

.footer-widget {
  margin-bottom: 0 !important;
}
.footer-widget figure {
  margin-bottom: 0 !important;
}
.footer-widget:nth-child(2) #block-8 {
  float: right;
  color: black;
  font-size: 14px;
  margin-bottom: 24px;
}
.footer-widget:nth-child(2) #block-9 {
  float: right;
  clear: both;
  width: 143px;
}
.footer-widget:nth-child(2) #block-9 .wp-block-button__link {
  background: #004967;
  background: linear-gradient(180deg, rgb(0, 73, 103) 0%, rgb(77, 139, 135) 100%);
}
.footer-widget:nth-child(2) #block-9 .wp-block-button__link:hover {
  text-decoration: underline;
}

#footer-info {
  font-size: 14px;
  width: 100%;
  border-top: 1px solid black;
  padding: 32px 0;
}
#footer-info a {
  float: right;
  color: black;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  margin-left: 24px;
}
#footer-info a:last-child {
  margin-left: 0;
}

.dtq-image-carousel .slick-track {
  display: flex;
  align-items: center;
}

.ff-el-group label {
  font-size: 16px;
}

.ff-default .ff_btn_style {
  background: #004967;
  background: linear-gradient(180deg, rgb(0, 73, 103) 0%, rgb(77, 139, 135) 100%) !important;
  font-size: 16px !important;
  font-weight: bold !important;
  border-radius: 0 !important;
  border: none !important;
}
.ff-default .ff_btn_style:hover {
  opacity: 1 !important;
  text-decoration: underline !important;
}

.ff_t_c {
  font-size: 12px;
}

#et-top-navigation {
  padding-left: 0 !important;
  width: 100%;
  display: flex;
  justify-content: center;
}

#top-menu li.current-menu-item a {
  text-decoration: underline;
}
#top-menu li a:hover {
  opacity: 1 !important;
  text-decoration: underline;
}

#menu-item-109 {
  position: absolute;
  right: 0;
}
#menu-item-109 a {
  color: #9D4718 !important;
  background: white;
  font-weight: 700;
  padding: 10px 20px !important;
  margin-top: -10px;
}
#menu-item-109 a:hover {
  text-decoration: underline;
  opacity: 1 !important;
}

.et-fixed-header #top-menu #menu-item-109 a {
  color: #9D4718 !important;
  background: white;
  margin-top: -10px;
}

.documents-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: stretch;
}
@media (max-width: 768px) {
  .documents-grid {
    flex-direction: column;
    gap: 30px;
  }
}
.documents-grid .document-item {
  background: #f6a030;
  width: calc(50% - 30px);
  padding: 25px;
  color: white;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .documents-grid .document-item {
    width: 100%;
  }
}
.documents-grid .document-item.item-hidden {
  display: none;
}
.documents-grid .document-item.item-hidden.active {
  display: flex;
}
.documents-grid .document-item:nth-child(n+3) {
  opacity: 0.7;
}
.documents-grid .document-item h3 {
  font-size: 24px;
  color: inherit;
  font-weight: 600;
}
.documents-grid .document-item .view-document {
  color: white;
  margin-top: auto;
  font-size: 16px;
  margin-top: 10px;
}
.documents-grid .document-item .view-document svg {
  margin-left: 10px;
  vertical-align: middle;
}
.documents-grid .document-item .view-document:hover {
  text-decoration: underline;
}

.close-viewall-documents,
.close-viewall-rfps,
.close-viewall-news {
  display: none !important;
}
.close-viewall-documents.active,
.close-viewall-rfps.active,
.close-viewall-news.active {
  display: inline-block !important;
}

.news-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: stretch;
}
@media (max-width: 768px) {
  .news-grid {
    flex-direction: column;
    gap: 30px;
  }
}
.news-grid .news-item {
  width: calc(50% - 30px);
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  gap: 15px;
}
@media (max-width: 768px) {
  .news-grid .news-item {
    width: 100%;
  }
}
.news-grid .news-item.item-hidden {
  display: none;
}
.news-grid .news-item.item-hidden.active {
  display: flex;
}
.news-grid .news-item .featured-image {
  width: 100%;
  height: 200px;
}
.news-grid .news-item .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.news-grid .news-item .tags {
  width: 100%;
  font-size: 14px;
  display: flex;
  gap: 10px;
}
.news-grid .news-item .tags a {
  text-transform: uppercase;
  background: #FDECD6;
  padding: 5px 10px;
  color: #004967;
  font-weight: 600;
}
.news-grid .news-item h3 {
  font-size: 24px;
  color: #004967;
  font-weight: 600;
}
.news-grid .news-item .read-more {
  font-size: 16px;
  text-decoration: underline;
  color: #004967;
  font-weight: bold;
  text-transform: capitalize;
}
.news-grid .news-item .read-more svg {
  margin-left: 10px;
  vertical-align: middle;
}
.news-grid .news-item .read-more svg path {
  stroke: #004967;
}
.news-grid .news-item .read-more:hover {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */