#block-delta-blocks-logo {
  max-width: 269px;
}

#block-system-main-menu .menu > .leaf a {
  font-size: 18px;
  font-family: 'Montserrat-Bold', sans-serif;
  font-weight: 700;
  color: #002D72;
  text-decoration: none;
}

#block-system-main-menu .menu > .leaf a:hover,
#block-system-main-menu .menu > .leaf a:focus { 
  color: #012169;
  outline: 1px solid #002D72;
}

.block-title {
  margin-top: 25px;
  margin-bottom: 25px;
}

#page-title {
  margin-bottom: 25px;
}

/* Google translate block */
#region-user-second {
  position: relative;
}

/* Adds region class so that in this region this block is positioned absolutely.
   If moved this will allow the block to adhere to other region styles.
*/
.region-user-second #block-gtranslate-gtranslate {
  position: absolute;
  right: 10%;
  top: 10px;
}

