/*@color1: rgba(218, 210, 216, 1);
@color2: rgba(20, 54, 66, 1);
@color3: rgba(15, 139, 141, 1);
@color4: rgba(236, 154, 41, 1);
@color5: rgba(168, 32, 26, 1);*/
input:focus,
button:focus {
  outline: none !important;
}
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}
h1.border,
h2.border,
h3.border {
  border-bottom: 1px solid #d8d8d8;
}
h2 {
  font-size: 36px;
  font-weight: 200;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
  font-weight: 200;
}
button.link {
  border: none;
  background: none;
}
table.no-borders {
  border: none !important;
}
table.no-borders tr,
table.no-borders td {
  border: none !important;
}
table .col100 {
  width: 100px;
}
table.table-parent-child .parent {
  font-weight: bold;
  background-color: #f5f5f5;
}
table.table-parent-child .child td:first-child {
  padding-left: 50px;
}
form .form-group label {
  font-weight: 200;
}
form .form-splitter {
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
form .form-splitter label {
  padding-bottom: 0;
  margin-bottom: 0;
}
img.img-in-text {
  max-width: 200px;
  max-height: 200px;
}
a:hover {
  text-decoration: none;
}
a.inline-block {
  display: inline-block;
}
a.size-md {
  font-size: 14px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
a.black {
  color: #000;
}
a.black:hover {
  color: #333;
}
a.red {
  color: #f00;
  text-decoration: none;
  margin-right: 30px;
}
a.red:hover {
  border-bottom: 1px solid #f00;
}
a.red:last-child {
  margin-right: 0;
}
