﻿@charset "UTF-8";
nav {
  font-size: 10.5px !important;
  font-weight: 100 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.container .mg-t-1 {
  margin-top: 1rem;
}
.container .mg-t-2 {
  margin-top: 2rem;
}
.container .mg-t-3 {
  margin-top: 3rem;
}
.container .mg-t-4 {
  margin-top: 4rem;
}
.container .mg-t-5 {
  margin-top: 5rem;
}
.container .mg-b-1 {
  margin-bottom: 1rem;
}
.container .mg-b-2 {
  margin-bottom: 2rem;
}
.container .mg-b-3 {
  margin-bottom: 3rem;
}
.container .mg-b-4 {
  margin-bottom: 4rem;
}
.container .mg-b-5 {
  margin-bottom: 5rem;
}
.container h4 {
  color: #116cac;
}
.container .text-center {
  text-align: center;
}
.container .narrow {
  margin-right: 10%;
  margin-left: 10%;
}
.container label.required:after {
  content: " *";
  color: red;
}
.container label.strong {
  font-weight: 700;
}
.container .contourField .button-wrapper {
  margin-top: 4rem;
}
.container .course-catalog-link-wrapper:before {
  content: "⯈";
  margin-right: 1rem;
}
.container .registration-confirmation {
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}
