/* Text Elements */

h4.head4 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

p.paragraph a.paragraph-text-1 {
  color: #00f;
  text-decoration: underline;
  font-weight: 700;
}

p.paragraph.paragraph-1 {
  padding-top: 14px;
  font-size: 20px;
}

p.paragraph.paragraph-2 {
  font-size: 16px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

p.paragraph span.bold {
  font-weight: 700;
}

/* Interaction Elements */

a.link-button.email {
  display: inline-block;
  margin: 1px auto;
  padding: .21em .4rem .24rem .4em;
  min-width: 100px;
  max-height: 100px;
  width: 167px;
  height: 53px;
  border-top: 4px solid #b9b9ff;
  border-right: 4px solid #0000a4;
  border-bottom: 4px solid #0000a4;
  border-left: 4px solid #b9b9ff;
  background-color: #00f;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

/* Layout Elements */

body.SISTRAIN {
  display: block;
  min-width: 375px;
  max-width: 900px;
  max-height: 500px;
  border-top: 10px solid #bbd5ea;
  border-right: 9px solid #578ebb;
  border-bottom: 9px solid #578ebb;
  border-left: 10px solid #bbd5ea;
}

body.completion {
  padding: 0 4px;
  min-width: 0;
  min-height: 0;
  max-width: 900px;
  height: auto;
  border: 4px solid #00f;
  background-color: #fff;
}

div.responsive-picture.HEADING {
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
}

.container-grid.sistrain {
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
}

div.responsive-picture.picture-1 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 33px;
  max-width: 800px;
}

.container-grid.container-1 {
  margin-right: 6px;
  margin-left: 6px;
  padding-right: 0;
  padding-left: 0;
}

.container-grid.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
}