@media (min-width:992px) {
.container-fluid.mdx-full-row.logo-module .container {
  max-width:980px;
}
}


.mdx-logo-container {
  margin-bottom: 28px;
}

.mdx-logo-container h2 {
  color: #1F1F1F;
}


.mdx-logo-container [class^="mdx-logo-col"] img {
  vertical-align:middle;
}

.mdx-logo-container .mdx-logo-col a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 0.4s ease 0s;
  transform: translate3d(0px,0px,0px);
}

.mdx-logo-container .mdx-logo-col a:hover:before {
  opacity: 1;
  transition: opacity 0.4s ease 0s;
}




@media (min-width: 767px) {
  .mdx-logo-container .col-lg-1 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

.custom-home-page-row-5 .hs_cos_wrapper_type_header {
  margin-bottom:30px;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
   /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */


/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}