.c-newsletter {
  display: flex;
  flex-wrap: wrap;
  background-color: #1d3893;
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
  font-size: 18px;
  font-weight: bold; }
  @media only screen and (min-width: 64.06em) {
    .c-newsletter {
      background-image: url("clientlib/css/resources/newsletter-pattern.png");
      background-size: cover; } }
  .c-newsletter__text {
    font-size: 1.3em;
    font-weight: 400; }
.c-newsletter__text p {
	font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 0;
}
    @media only screen and (min-width: 64.06em) {
      .c-newsletter__text {
        max-width: 575px;
        margin: auto; } }
  .c-newsletter__text-cont {
    padding: 24px; }
    @media only screen and (min-width: 64.06em) {
      .c-newsletter__text-cont {
        flex-basis: 60%;
        margin: 0;
        display: flex;
        align-items: center; } }
  .c-newsletter__btn-cont {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    text-align: center;
    padding: 0 1.5rem 1.5rem 1.5rem;
    position: relative; }
    @media only screen and (min-width: 46.8em) {
      .c-newsletter__btn-cont {
        flex-basis: 40%;
        padding: 24px; } }
  .c-newsletter__link {
    justify-content: center;
    background-color: #fff;
    color: #1b4695;
    padding: 1rem;
    width: 100%;
	font-weight: 400;
    }
.c-newsletter__link:hover {
	color: #fff;
	text-decoration: underline;
}
    @media only screen and (min-width: 64.06em) {
      .c-newsletter__link {
        background-color: transparent;
        color: #fff;
        justify-content: flex-start; } }