.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.press-room .text-wrap {
  position: relative;
  padding: 3.5em 10% 3.4em 10%;
}
.press-room .text-wrap p {
  width: 63%;
}
.press-room .text-wrap p a {
  color: #000;
  text-decoration: underline;
}
.press-room .text-wrap h1 {
  padding-bottom: 0.5em;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .press-room .text-wrap {
    padding: 3.5em 10% 4em 5%;
  }
  .press-room .text-wrap p {
    width: 70%;
  }
  .press-room .text-wrap h1 {
    padding-right: 30%;
  }
}
.press-top-menu {
  max-width: 1300px;
  margin: 0 auto;
}
.menu-item {
  line-height: 50px;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.menu-item:nth-child(even) {
  border-right: none;
}
.menu-item:nth-child(n+5) {
  border-bottom: none;
}
.menu-item:hover {
  color: primary-color;
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .menu-item {
    border-right: 1px solid #e0e0e0 !important;
  }
  .menu-item:nth-child(3n) {
    border-right: none !important;
  }
  .menu-item:nth-child(n+4) {
    border-bottom: none;
  }
}
@media only screen and (min-width: 960px) {
  .menu-item {
    border: none;
  }
  .menu-item p {
    font-size: 16px;
  }
  .press-top-menu .row {
    padding-left: 9.5%;
  }
  .press-top-menu .row .menu-item {
    width: 15%;
  }
  .press-top-menu .row .menu-item:first-of-type {
    min-width: 155px;
    margin-right: 20px;
  }
  .press-top-menu .row .menu-item:nth-of-type(2),
  .press-top-menu .row .menu-item:nth-of-type(3) {
    min-width: 150px;
  }
  .press-top-menu .row .menu-item:nth-of-type(n+4) {
    max-width: 125px;
    min-width: 95px;
  }
}
@media (min-width: 1100px) {
  .press-top-menu .row {
    padding-left: 12%;
  }
}
@media (min-width: 1200px) {
  .press-top-menu .row {
    padding-left: 14%;
  }
}
@media (min-width: 1200px) {
  .press-top-menu .row {
    padding-left: 16%;
  }
}
#info-section {
  padding-top: 1em;
}
#info-section p.section-title {
  margin-bottom: 0.7em;
}
#info-section .small-title-and-paragraph {
  padding-left: 4px;
}
.small-title-and-paragraph p {
  padding-right: 12%;
}
