address {
  margin-bottom: 0;
  line-height: 1.5;
}
.title-blue {
  color: #27326f;
  font-size: 32px;
  line-height: 36px;
}
.title-light-blue {
  font-size: 30px;
}
.block-overview {
  margin-bottom: 30px;
}
.box-light-blue {
  border: 1px solid #48b5e4;
  padding: 50px;
}
.container-flex {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.flex-img {
  margin-right: 30px;
}
.flex-img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 120px;
}
.flex-text h4 {
  font-size: 24px;
  line-height: 30px;
}
.row-press-contact .container-flex {
  align-items: flex-start;
}
.row-press-contact .flex-text h4 {
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1;
}
.row-press-contact .flex-text strong {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}
.box-light-blue-small {
  border: 1px solid #48b5e4;
  border: 1px solid #48b5e4;
  padding: 20px 20px 30px 20px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  display: block;
}
.box-light-blue-small:hover {
  background: #e3f4fb;
}
.media-assets-title .title-blue {
  font-size: 22px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 0;
}
.media-assets-img {
  padding: 30px;
}
.media-assets-img img {
  height: 100px;
}
.media-kit-last-section h3 {
  font-size: 26px;
  margin: 0;
}
.media-kit-last-section h4 {
  font-size: 26px;
  margin: 0 0 10px 0;
}
.text-underline a {
  color: #333;
}
.text-underline a:hover {
  color: #3ca0dc;
}
.media-kit-last-section strong {
  text-decoration: underline;
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
}
.media-kit-last-section strong a {
  color: #333;
}
.media-kit-last-section strong a:hover {
  color: #3ca0dc;
}
.hr-medium {
  margin: 50px 0;
}
.w-cant-find {
  background: #27326f;
  padding: 0 15px;
}
.w-cant-find h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}
.w-cant-find .btn-contact-us {
  height: 46px;
  padding: 8px 30px;
  font-family: 'proxima_novasemibold';
  font-size: 20px;
}
.row-media-assets {
  text-align: center;
}
.row-media-assets [class*="col-"] {
  display: inline-block;
  float: none;
}
@media only screen and (max-width: 991px) {
  .row-press-contact .box-light-blue, .box-light-blue-small {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .box-light-blue {
    padding: 30px;
  }
  .box-light-blue .container-flex {
    display: block;
  }
  .box-light-blue .container-flex .flex-img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .container-flex {
    text-align: center;
  }
  .media-kit-last-section img {
    width: 70px;
  }
  .media-kit-last-section h3 {
    font-size: 18px;
    text-align: left;
    line-height: 1.2;
  }
  .media-kit-last-section .flex-img {
    margin-right: 15px;
  }
}
