/* Text Elements */

p.paragraph.paragraph-1 {
  padding-top: 10px;
}

a.link-text.text-link-1 {
  color: #1779ba;
  font-weight: 600;
  font-size: 20px;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

a.link-text.text-link-2 {
  color: #ba175a;
  font-size: 18px;
}

a.link-text.text-link-3 {
  color: #14972a;
  font-size: 15px;
}

/* Layout Elements */

body > .row > [class*='small-'].column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

a.glyph.font-icon-link-1 {
  color: #166da7;
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  p.paragraph.paragraph-1 {
    padding-top: 10px;
  }

  a.link-text.text-link-2 {
    color: #ba1737;
  }

  a.link-text.text-link-3 {
    color: #18e543;
  }
}