/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

#g-header h1, #g-header h2 {
  color: #FFF;
}
#g-header h1 {
  font-size: 2.8rem;
  margin-bottom: 0;
}
#g-header h2 {
  font-size: 2rem;
}
h3 {
  color: #1867a9;
}
h4 {
  color: #3180c2;
}
a {
  text-decoration: underline;
  text-underline-position: under;
  font-weight: 500;
}
.btn-link {
  color: #FFF;
  background-color: #3180c2;
  padding: 0.6rem 3rem 0.6rem 1rem;
  border-radius: 0 50px 50px 0;
  font-size: 1rem;
  margin-top: 0.6rem;
  display: inline-block;
  transition: all 0.1s ease-in;
  text-decoration: none;
}
.btn-link:hover, .btn-link:focus {
  opacity: 0.7;
  color: #FFF;
  text-decoration: none;
  background-color: #3180c2;
}
a.btn-link:before {
  content: ">";
  margin-right: 10px;
  font-weight: 900;
}
.embedvideo {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.embedvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui.form .inline.fields {
  margin: 0 0 2rem;
}
.semanticui-body h3 {
  margin-top: 3rem !important;
}
.ui.form .field > label {
  margin-top: 1rem;
}
.ui.form .inline.fields > label {
  min-width: 220px;
}
@media (max-width: 790px) {
  .ui.form .inline.fields > label {
    width: 100% !important;
  }
}
/*# sourceMappingURL=custom_9.css.map */