* {
  box-sizing: border-box; }

body {
  padding: 0; }

html {
  font-size: 10px; }

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  font-size: 1.7rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #002145;
  text-rendering: auto;
  font-weight: 400;
  line-height: 1.3; }

h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5em;
  margin-top: 1.5em; }

h1 {
  font-size: 4rem; }

h2 {
  font-size: 3rem; }

h3 {
  font-size: 2.5rem; }

h4 {
  font-size: 2.0rem; }

p {
  line-height: 1.5; }

a {
  color: #0055b7;
  text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  transition: color 0.5s ease-in; }

a:hover,
a:active {
  color: #002651; }

hr {
  display: block;
  height: 0;
  border: 0;
  border-top: 2px solid #002145;
  margin: 2em auto;
  width: 80%;
  padding: 0; }

blockquote {
  border-left: 8px solid #0055b7;
  list-style-position: inside;
  margin-left: 0;
  padding-left: 1em;
  padding-right: 2em; }

:not(pre) > code {
  padding: .2em .4em;
  border-radius: .3em;
  white-space: normal; }

:not(pre) > code,
pre {
  background-color: #eee; }

pre {
  padding: 1em;
  margin: .5em 0;
  overflow: auto; }

code,
pre {
  color: #555;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  tab-size: 4;
  hyphens: none; }

pre,
code,
kbd,
samp {
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace; }

table,
tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0;
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  margin-bottom: 24px; }

caption,
th {
  text-align: left; }

th,
td {
  padding: 4px;
  border: 0 solid #d7e0e7; }

th {
  vertical-align: bottom;
  border-bottom-width: 2px; }

td {
  vertical-align: top;
  border-bottom-width: 1px; }

form {
  margin: 0;
  padding: 0; }

button {
  width: auto;
  overflow: visible;
  -webkit-appearance: none;
  -moz-appearance: none; }

label {
  display: table;
  margin: 0 0 0.1em;
  padding: 0;
  font-weight: bold; }

label[for] {
  cursor: pointer; }

fieldset {
  border: 1px solid #dfdfca;
  background-color: #fcfcfa;
  border-radius: 3px;
  padding: 1em;
  margin: 1em 0; }

legend {
  font-size: 2rem;
  font-weight: 700;
  padding: 0 0.25em; }

/**
 * Limits extra long instances of select elements to the max width allowed
 * to avoid breaking layouts.
 */
select {
  max-width: 100%; }

button,
input {
  font-size: 1.6rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: baseline; }

input {
  width: auto; }

label {
  display: table; }

button {
  width: auto;
  overflow: visible; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0; }

input,
select {
  vertical-align: middle; }

input,
textarea,
select,
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #444;
  border-radius: 0;
  color: #444;
  margin: 0.2em 0;
  max-width: 72rem;
  padding: .5rem .8rem; }
  input:focus,
  textarea:focus,
  select:focus,
  input[type="text"]:focus {
    outline: 0.2rem solid rgba(82, 168, 236, 0.8);
    transition: outline ease-in-out .2s; }

input[type="image"] {
  border: 0; }

select {
  background: #fff url("../img/arrow-both.svg") no-repeat right 1.3rem center;
  background-size: 1rem;
  padding-right: 3rem; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  display: inline-block; }

[type="checkbox"],
[type="radio"] {
  height: 2rem;
  width: 2rem;
  position: relative;
  border: 0;
  vertical-align: middle; }
  [type="checkbox"]:focus,
  [type="radio"]:focus {
    outline: none; }

[type=checkbox] + label,
[type=radio] + label {
  font-weight: 400;
  margin-left: 0.6rem; }

[type=checkbox]::before,
[type=radio]::before {
  background-color: #fff;
  content: '\a0';
  display: inline-block;
  text-indent: 0.15em;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer; }

[type=checkbox]::before {
  border-radius: 0.2rem;
  box-shadow: 0 0 0 0.2rem #444;
  height: 2rem;
  line-height: 2rem;
  margin-left: 1px;
  margin-right: 0.6em;
  width: 2rem; }

[type=radio]::before {
  border-radius: 100%;
  box-shadow: 0 0 0 0.2rem #ffffff, 0 0 0 0.4rem #444;
  height: 1.4rem;
  line-height: 1.4rem;
  margin-left: 3px;
  margin-right: 0.75em;
  width: 1.4rem; }

[type=checkbox]:checked::before,
[type=radio]:checked::before {
  background-color: #accent;
  box-shadow: 0 0 0 0.2rem #accent; }

[type=radio]:checked::before {
  box-shadow: 0 0 0 0.2rem #fff, 0 0 0 0.4rem #accent; }

[type=checkbox]:checked::before,
[type=checkbox]:checked:disabled::before {
  background-image: url("../img/correct8.svg");
  background-repeat: no-repeat;
  background-position: 50%; }

[type=radio]:focus::before {
  outline: 0.2rem solid rgba(82, 168, 236, 0.8);
  outline-offset: 6px; }

[type=checkbox]:disabled + label {
  color: #d6d7d9; }

[type=checkbox]:focus::before {
  outline: 0.2rem solid rgba(82, 168, 236, 0.8);
  outline-offset: 3px; }

[type=checkbox]:disabled::before,
[type=radio]:disabled::before {
  background: #f1f1f1;
  box-shadow: 0 0 0 0.2rem #999;
  cursor: not-allowed; }

figcaption {
  color: #555;
  font-size: calc(0.75rem + 0.125vmin);
  line-height: calc(1.25em + 0.25vw);
  padding-top: 1em; }

[tabindex="-1"]:focus {
  outline: none; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 0;
  padding-left: 3rem; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-top: 0;
  margin-bottom: 0; }

li {
  line-height: 1.5; }

.alignable, .pull-left, .pull-right {
  display: inline-block; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

/* Unit editable CSS */
/** Unit Bar background color **/
#ubc7-unit {
  background: #264E6A; }

/** Social Icons **/
#ubc7-unit-social-icons i {
  color: #002145; }

/**
 * $file
 * To fix inconsistencies with the locally-hosted CLF CSS
 */
footer {
  background-color: inherit; }

#ubc7-unit-social-icons i {
  color: #fff;
  background-color: #0055b7;
  cursor: pointer;
  font-size: 24px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  text-align: center; }

#ubc7-unit-social-icons span.ext {
  display: none; }

#ubc7-global-footer,
#ubc7-global-menu,
#ubc7-minimal-footer,
#ubc7-unit,
input,
button {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

#ubc7-unit .btn,
#ubc7-unit .navbar .btn-navbar {
  width: auto;
  height: auto;
  padding: 0.5rem 1rem; }

.btn,
.btn:focus,
.btn:hover,
.btn:active {
  box-shadow: none;
  border: 0;
  color: #0055b7;
  background-color: transparent; }

input,
textarea,
.uneditable-input {
  width: inherit; }

input[type="text"] {
  height: auto;
  line-height: inherit; }

#ubc7-header {
  box-sizing: content-box; }

/* Remove the inset shadows and text shadows from the unit area */
#ubc7-unit {
  box-shadow: none;
  -webkit-box-shadow: none; }

#ubc7-unit-name a,
#ubc7-unit-name a:hover {
  text-shadow: none; }

.ubc7-arrow.up-arrow.white {
  background-position: -1207px -225px; }

#ubc7-unit-menu .nav > li {
  margin: 0; }

.full-width-container {
  background-color: #fff; }

.full-width .full-width-container {
  margin: 0 !important; }

@media (max-width: 979px) {
  .full-width #ubc7-header .container,
  .container {
    padding-left: 20px;
    padding-right: 20px; } }
.content > :not(div) {
  max-width: 90ch; }

.content a:hover {
  text-decoration: underline; }
.content blockquote {
  border-left: 5px solid #333333;
  margin: 20px 0 20px 0;
  padding: 2px 8px 2px 8px;
  font-style: italic; }
.content img {
  text-align: center;
  max-width: 100%; }

.button {
  display: inline-block;
  font-weight: 400;
  color: #0055b7;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.button-link {
  color: #0055b7;
  text-decoration-skip-ink: auto;
  transition: color 0.5s ease-in; }

.button-link:hover,
.button-link:active {
  color: #002651;
  text-decoration: underline; }

.nav {
  padding-left: 0; }

.side-menu {
  margin-top: 2rem; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

ul.nav {
  margin-left: 0; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #0055b7; }

.sidenav {
  border-top: 1px solid #0055b7; }

.sidenav a {
  text-decoration: none;
  color: #002145;
  border-bottom: 1px solid #0055b7;
  padding: 10px 15px;
  position: relative; }

.sidenav li.active > a {
  font-weight: 700; }

.sidenav li.active > a {
  color: #fff;
  background-color: #08c; }

.sidenav li.active > a:hover {
  color: #fff; }

.sidenav ul a {
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.35em; }

.sidenav ul ul a {
  padding-left: 60px;
  font-size: 14px;
  line-height: 1.35em; }

.sidenav .ubc7-arrow {
  float: right;
  margin-right: -6px;
  margin-top: 2px; }

.sidenav .active .ubc7-arrow
.sidenav a:hover .ubc7-arrow {
  background-position: -1113px -227px; }

/**
 * @file
 * Reproduce the CLF's alert styles when we load the minimal CLF.
 */
/* CLF Social Icon Styles
-------------------------------------------------- */
.social-icons {
  float: right; }

#ubc7-unit-social-icons a {
  text-decoration: none; }

#ubc7-unit-social-icons i {
  display: inline-block;
  height: 32px;
  width: 32px;
  background-color: #002145;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

#ubc7-unit-social-icons i:hover {
  background-color: rgba(0, 33, 69, 0.9); }

.social-icon--facebook-sign {
  background-image: url("../img/social-icons/facebook.svg"); }

.social-icon--twitter-sign {
  background-image: url("../img/social-icons/twitter.svg"); }

.social-icon--youtube-sign {
  background-image: url("../img/social-icons/youtube.svg"); }

.social-icon--linkedin-sign {
  background-image: url("../img/social-icons/linkedin.svg"); }

.social-icon--googleplus-sign {
  background-image: url("../img/social-icons/gplus.svg"); }

.social-icon--mastodon-sign {
  background-image: url("../img/social-icons/mastodon.svg"); }

.social-icon--instagram-sign {
  background-image: url("../img/social-icons/instagram.svg"); }
