@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Oswald:wght@300;400&family=PT+Serif&family=Roboto:ital,wght@0,400;1,100&display=swap");
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=135em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: roboto, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #666666;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f5f5f5;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #f5f5f5;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28102, 102, 102%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #666666;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #e31c3d;
  background-color: #fbe7eb;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #e31c3d;
}

.is-invalid-label {
  color: #e31c3d;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #e31c3d;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #666666;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }

  h2, .h2 {
    font-size: 2.5rem;
  }

  h3, .h3 {
    font-size: 1.9375rem;
  }

  h4, .h4 {
    font-size: 1.5625rem;
  }

  h5, .h5 {
    font-size: 1.25rem;
  }

  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #037ABF;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #0369a4;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #666666;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #f5f5f5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #666666;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #666666;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #f5f5f5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #f5f5f5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 135em) {
  .xlarge-text-left {
    text-align: left;
  }

  .xlarge-text-right {
    text-align: right;
  }

  .xlarge-text-center {
    text-align: center;
  }

  .xlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
blockquote {
    border: 1px solid #666666;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}
.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media screen and (min-width: 135em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 {
  flex-wrap: wrap;
}
.small-up-1 > .column, .small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}
.small-up-2 > .column, .small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}
.small-up-4 > .column, .small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}
.small-up-5 > .column, .small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 135em) {
  .xlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .xlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }

  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }

  .xlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .xlarge-offset-3 {
    margin-left: 25%;
  }

  .xlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }

  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }

  .xlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .xlarge-offset-6 {
    margin-left: 50%;
  }

  .xlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }

  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }

  .xlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .xlarge-offset-9 {
    margin-left: 75%;
  }

  .xlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }

  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }

  .xlarge-up-1 {
    flex-wrap: wrap;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xlarge-up-2 {
    flex-wrap: wrap;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xlarge-up-3 {
    flex-wrap: wrap;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .xlarge-up-4 {
    flex-wrap: wrap;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xlarge-up-5 {
    flex-wrap: wrap;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .xlarge-up-6 {
    flex-wrap: wrap;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xlarge-up-7 {
    flex-wrap: wrap;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .xlarge-up-8 {
    flex-wrap: wrap;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 135em) and (min-width: 135em) {
  .xlarge-expand {
    flex: 1 1 0px;
  }
}
.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 135em) {
  .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 135em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 135em) {
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.825em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #037ABF;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: #0368a2;
  color: #fefefe;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #037ABF;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: #026299;
  color: #fefefe;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #777;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.success-dark, .button.success-dark.disabled, .button.success-dark[disabled], .button.success-dark.disabled:hover, .button.success-dark[disabled]:hover, .button.success-dark.disabled:focus, .button.success-dark[disabled]:focus {
  background-color: #136632;
  color: #fefefe;
}
.button.success-dark:hover, .button.success-dark:focus {
  background-color: #0f5228;
  color: #fefefe;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #e31c3d;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #b61631;
  color: #fefefe;
}
.button.georgia-degrees-pay-green, .button.georgia-degrees-pay-green.disabled, .button.georgia-degrees-pay-green[disabled], .button.georgia-degrees-pay-green.disabled:hover, .button.georgia-degrees-pay-green[disabled]:hover, .button.georgia-degrees-pay-green.disabled:focus, .button.georgia-degrees-pay-green[disabled]:focus {
  background-color: #7cbd32;
  color: #0a0a0a;
}
.button.georgia-degrees-pay-green:hover, .button.georgia-degrees-pay-green:focus {
  background-color: #639728;
  color: #0a0a0a;
}
.button.darkBlue, .button.darkBlue.disabled, .button.darkBlue[disabled], .button.darkBlue.disabled:hover, .button.darkBlue[disabled]:hover, .button.darkBlue.disabled:focus, .button.darkBlue[disabled]:focus {
  background-color: #2c3e50;
  color: #fefefe;
}
.button.darkBlue:hover, .button.darkBlue:focus {
  background-color: #233240;
  color: #fefefe;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #037ABF;
  color: #037ABF;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #023d60;
  color: #023d60;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #037ABF;
  color: #037ABF;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #023d60;
  color: #023d60;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #777;
  color: #777;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3c3c3c;
  color: #3c3c3c;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.success-dark, .button.hollow.success-dark.disabled, .button.hollow.success-dark[disabled], .button.hollow.success-dark.disabled:hover, .button.hollow.success-dark[disabled]:hover, .button.hollow.success-dark.disabled:focus, .button.hollow.success-dark[disabled]:focus {
  border: 1px solid #136632;
  color: #136632;
}
.button.hollow.success-dark:hover, .button.hollow.success-dark:focus {
  border-color: #0a3319;
  color: #0a3319;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #e31c3d;
  color: #e31c3d;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #720e1f;
  color: #720e1f;
}
.button.hollow.georgia-degrees-pay-green, .button.hollow.georgia-degrees-pay-green.disabled, .button.hollow.georgia-degrees-pay-green[disabled], .button.hollow.georgia-degrees-pay-green.disabled:hover, .button.hollow.georgia-degrees-pay-green[disabled]:hover, .button.hollow.georgia-degrees-pay-green.disabled:focus, .button.hollow.georgia-degrees-pay-green[disabled]:focus {
  border: 1px solid #7cbd32;
  color: #7cbd32;
}
.button.hollow.georgia-degrees-pay-green:hover, .button.hollow.georgia-degrees-pay-green:focus {
  border-color: #3e5f19;
  color: #3e5f19;
}
.button.hollow.darkBlue, .button.hollow.darkBlue.disabled, .button.hollow.darkBlue[disabled], .button.hollow.darkBlue.disabled:hover, .button.hollow.darkBlue[disabled]:hover, .button.hollow.darkBlue.disabled:focus, .button.hollow.darkBlue[disabled]:focus {
  border: 1px solid #2c3e50;
  color: #2c3e50;
}
.button.hollow.darkBlue:hover, .button.hollow.darkBlue:focus {
  border-color: #161f28;
  color: #161f28;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #037ABF;
}
.button.clear:hover, .button.clear:focus {
  color: #023d60;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #037ABF;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #023d60;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #777;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3c3c3c;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}
.button.clear.success-dark, .button.clear.success-dark.disabled, .button.clear.success-dark[disabled], .button.clear.success-dark.disabled:hover, .button.clear.success-dark[disabled]:hover, .button.clear.success-dark.disabled:focus, .button.clear.success-dark[disabled]:focus {
  color: #136632;
}
.button.clear.success-dark:hover, .button.clear.success-dark:focus {
  color: #0a3319;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #e31c3d;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #720e1f;
}
.button.clear.georgia-degrees-pay-green, .button.clear.georgia-degrees-pay-green.disabled, .button.clear.georgia-degrees-pay-green[disabled], .button.clear.georgia-degrees-pay-green.disabled:hover, .button.clear.georgia-degrees-pay-green[disabled]:hover, .button.clear.georgia-degrees-pay-green.disabled:focus, .button.clear.georgia-degrees-pay-green[disabled]:focus {
  color: #7cbd32;
}
.button.clear.georgia-degrees-pay-green:hover, .button.clear.georgia-degrees-pay-green:focus {
  color: #3e5f19;
}
.button.clear.darkBlue, .button.clear.darkBlue.disabled, .button.clear.darkBlue[disabled], .button.clear.darkBlue.disabled:hover, .button.clear.darkBlue[disabled]:hover, .button.clear.darkBlue.disabled:focus, .button.clear.darkBlue[disabled]:focus {
  color: #2c3e50;
}
.button.clear.darkBlue:hover, .button.clear.darkBlue:focus {
  color: #161f28;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #037ABF;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #037ABF;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #777;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.success-dark::after, .button.dropdown.clear.success-dark::after {
  border-top-color: #136632;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #e31c3d;
}
.button.dropdown.hollow.georgia-degrees-pay-green::after, .button.dropdown.clear.georgia-degrees-pay-green::after {
  border-top-color: #7cbd32;
}
.button.dropdown.hollow.darkBlue::after, .button.dropdown.clear.darkBlue::after {
  border-top-color: #2c3e50;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #037ABF;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #026299;
  color: #fefefe;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #777;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button-group.success-dark .button, .button-group.success-dark .button.disabled, .button-group.success-dark .button[disabled], .button-group.success-dark .button.disabled:hover, .button-group.success-dark .button[disabled]:hover, .button-group.success-dark .button.disabled:focus, .button-group.success-dark .button[disabled]:focus {
  background-color: #136632;
  color: #fefefe;
}
.button-group.success-dark .button:hover, .button-group.success-dark .button:focus {
  background-color: #0f5228;
  color: #fefefe;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #e31c3d;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #b61631;
  color: #fefefe;
}
.button-group.georgia-degrees-pay-green .button, .button-group.georgia-degrees-pay-green .button.disabled, .button-group.georgia-degrees-pay-green .button[disabled], .button-group.georgia-degrees-pay-green .button.disabled:hover, .button-group.georgia-degrees-pay-green .button[disabled]:hover, .button-group.georgia-degrees-pay-green .button.disabled:focus, .button-group.georgia-degrees-pay-green .button[disabled]:focus {
  background-color: #7cbd32;
  color: #0a0a0a;
}
.button-group.georgia-degrees-pay-green .button:hover, .button-group.georgia-degrees-pay-green .button:focus {
  background-color: #639728;
  color: #0a0a0a;
}
.button-group.darkBlue .button, .button-group.darkBlue .button.disabled, .button-group.darkBlue .button[disabled], .button-group.darkBlue .button.disabled:hover, .button-group.darkBlue .button[disabled]:hover, .button-group.darkBlue .button.disabled:focus, .button-group.darkBlue .button[disabled]:focus {
  background-color: #2c3e50;
  color: #fefefe;
}
.button-group.darkBlue .button:hover, .button-group.darkBlue .button:focus {
  background-color: #233240;
  color: #fefefe;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #037ABF;
  color: #037ABF;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #023d60;
  color: #023d60;
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #037ABF;
  color: #037ABF;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #023d60;
  color: #023d60;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #777;
  color: #777;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #3c3c3c;
  color: #3c3c3c;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #157539;
  color: #157539;
}
.button-group.hollow.success-dark .button, .button-group.hollow.success-dark .button.disabled, .button-group.hollow.success-dark .button[disabled], .button-group.hollow.success-dark .button.disabled:hover, .button-group.hollow.success-dark .button[disabled]:hover, .button-group.hollow.success-dark .button.disabled:focus, .button-group.hollow.success-dark .button[disabled]:focus, .button-group.hollow .button.success-dark, .button-group.hollow .button.success-dark.disabled, .button-group.hollow .button.success-dark[disabled], .button-group.hollow .button.success-dark.disabled:hover, .button-group.hollow .button.success-dark[disabled]:hover, .button-group.hollow .button.success-dark.disabled:focus, .button-group.hollow .button.success-dark[disabled]:focus {
  border: 1px solid #136632;
  color: #136632;
}
.button-group.hollow.success-dark .button:hover, .button-group.hollow.success-dark .button:focus, .button-group.hollow .button.success-dark:hover, .button-group.hollow .button.success-dark:focus {
  border-color: #0a3319;
  color: #0a3319;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #e31c3d;
  color: #e31c3d;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #720e1f;
  color: #720e1f;
}
.button-group.hollow.georgia-degrees-pay-green .button, .button-group.hollow.georgia-degrees-pay-green .button.disabled, .button-group.hollow.georgia-degrees-pay-green .button[disabled], .button-group.hollow.georgia-degrees-pay-green .button.disabled:hover, .button-group.hollow.georgia-degrees-pay-green .button[disabled]:hover, .button-group.hollow.georgia-degrees-pay-green .button.disabled:focus, .button-group.hollow.georgia-degrees-pay-green .button[disabled]:focus, .button-group.hollow .button.georgia-degrees-pay-green, .button-group.hollow .button.georgia-degrees-pay-green.disabled, .button-group.hollow .button.georgia-degrees-pay-green[disabled], .button-group.hollow .button.georgia-degrees-pay-green.disabled:hover, .button-group.hollow .button.georgia-degrees-pay-green[disabled]:hover, .button-group.hollow .button.georgia-degrees-pay-green.disabled:focus, .button-group.hollow .button.georgia-degrees-pay-green[disabled]:focus {
  border: 1px solid #7cbd32;
  color: #7cbd32;
}
.button-group.hollow.georgia-degrees-pay-green .button:hover, .button-group.hollow.georgia-degrees-pay-green .button:focus, .button-group.hollow .button.georgia-degrees-pay-green:hover, .button-group.hollow .button.georgia-degrees-pay-green:focus {
  border-color: #3e5f19;
  color: #3e5f19;
}
.button-group.hollow.darkBlue .button, .button-group.hollow.darkBlue .button.disabled, .button-group.hollow.darkBlue .button[disabled], .button-group.hollow.darkBlue .button.disabled:hover, .button-group.hollow.darkBlue .button[disabled]:hover, .button-group.hollow.darkBlue .button.disabled:focus, .button-group.hollow.darkBlue .button[disabled]:focus, .button-group.hollow .button.darkBlue, .button-group.hollow .button.darkBlue.disabled, .button-group.hollow .button.darkBlue[disabled], .button-group.hollow .button.darkBlue.disabled:hover, .button-group.hollow .button.darkBlue[disabled]:hover, .button-group.hollow .button.darkBlue.disabled:focus, .button-group.hollow .button.darkBlue[disabled]:focus {
  border: 1px solid #2c3e50;
  color: #2c3e50;
}
.button-group.hollow.darkBlue .button:hover, .button-group.hollow.darkBlue .button:focus, .button-group.hollow .button.darkBlue:hover, .button-group.hollow .button.darkBlue:focus {
  border-color: #161f28;
  color: #161f28;
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #037ABF;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #023d60;
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #037ABF;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #023d60;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #777;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #3c3c3c;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #157539;
}
.button-group.clear.success-dark .button, .button-group.clear.success-dark .button.disabled, .button-group.clear.success-dark .button[disabled], .button-group.clear.success-dark .button.disabled:hover, .button-group.clear.success-dark .button[disabled]:hover, .button-group.clear.success-dark .button.disabled:focus, .button-group.clear.success-dark .button[disabled]:focus, .button-group.clear .button.success-dark, .button-group.clear .button.success-dark.disabled, .button-group.clear .button.success-dark[disabled], .button-group.clear .button.success-dark.disabled:hover, .button-group.clear .button.success-dark[disabled]:hover, .button-group.clear .button.success-dark.disabled:focus, .button-group.clear .button.success-dark[disabled]:focus {
  color: #136632;
}
.button-group.clear.success-dark .button:hover, .button-group.clear.success-dark .button:focus, .button-group.clear .button.success-dark:hover, .button-group.clear .button.success-dark:focus {
  color: #0a3319;
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #e31c3d;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #720e1f;
}
.button-group.clear.georgia-degrees-pay-green .button, .button-group.clear.georgia-degrees-pay-green .button.disabled, .button-group.clear.georgia-degrees-pay-green .button[disabled], .button-group.clear.georgia-degrees-pay-green .button.disabled:hover, .button-group.clear.georgia-degrees-pay-green .button[disabled]:hover, .button-group.clear.georgia-degrees-pay-green .button.disabled:focus, .button-group.clear.georgia-degrees-pay-green .button[disabled]:focus, .button-group.clear .button.georgia-degrees-pay-green, .button-group.clear .button.georgia-degrees-pay-green.disabled, .button-group.clear .button.georgia-degrees-pay-green[disabled], .button-group.clear .button.georgia-degrees-pay-green.disabled:hover, .button-group.clear .button.georgia-degrees-pay-green[disabled]:hover, .button-group.clear .button.georgia-degrees-pay-green.disabled:focus, .button-group.clear .button.georgia-degrees-pay-green[disabled]:focus {
  color: #7cbd32;
}
.button-group.clear.georgia-degrees-pay-green .button:hover, .button-group.clear.georgia-degrees-pay-green .button:focus, .button-group.clear .button.georgia-degrees-pay-green:hover, .button-group.clear .button.georgia-degrees-pay-green:focus {
  color: #3e5f19;
}
.button-group.clear.darkBlue .button, .button-group.clear.darkBlue .button.disabled, .button-group.clear.darkBlue .button[disabled], .button-group.clear.darkBlue .button.disabled:hover, .button-group.clear.darkBlue .button[disabled]:hover, .button-group.clear.darkBlue .button.disabled:focus, .button-group.clear.darkBlue .button[disabled]:focus, .button-group.clear .button.darkBlue, .button-group.clear .button.darkBlue.disabled, .button-group.clear .button.darkBlue[disabled], .button-group.clear .button.darkBlue.disabled:hover, .button-group.clear .button.darkBlue[disabled]:hover, .button-group.clear .button.darkBlue.disabled:focus, .button-group.clear .button.darkBlue[disabled]:focus {
  color: #2c3e50;
}
.button-group.clear.darkBlue .button:hover, .button-group.clear.darkBlue .button:focus, .button-group.clear .button.darkBlue:hover, .button-group.clear .button.darkBlue:focus {
  color: #161f28;
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #666666;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #037ABF;
  color: #fefefe;
}
.label.primary {
  background: #037ABF;
  color: #fefefe;
}
.label.secondary {
  background: #777;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.success-dark {
  background: #136632;
  color: #fefefe;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #e31c3d;
  color: #fefefe;
}
.label.georgia-degrees-pay-green {
  background: #7cbd32;
  color: #0a0a0a;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #037ABF;
}
.progress.secondary .progress-meter {
  background-color: #777;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.success-dark .progress-meter {
  background-color: #136632;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #e31c3d;
}
.progress.georgia-degrees-pay-green .progress-meter {
  background-color: #7cbd32;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #037ABF;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #f5f5f5;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #037ABF;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #0368a2;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #037ABF;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #e9e9e9;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 1px solid #e9e9e9;
  background-color: #fefefe;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
table.stack th,
table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #037ABF;
  color: #fefefe;
}
.badge.primary {
  background: #037ABF;
  color: #fefefe;
}
.badge.secondary {
  background: #777;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}
.badge.success-dark {
  background: #136632;
  color: #fefefe;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #e31c3d;
  color: #fefefe;
}
.badge.georgia-degrees-pay-green {
  background: #7cbd32;
  color: #0a0a0a;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #037ABF;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #d0edfe;
  color: #0a0a0a;
}
.callout.secondary {
  background-color: #ebebeb;
  color: #0a0a0a;
}
.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}
.callout.success-dark {
  background-color: #cef6dd;
  color: #0a0a0a;
}
.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}
.callout.alert {
  background-color: #fbdde2;
  color: #0a0a0a;
}
.callout.georgia-degrees-pay-green {
  background-color: #ebf6df;
  color: #0a0a0a;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #f5f5f5;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #f5f5f5;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #f5f5f5;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #037ABF;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #666666;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 60%;
  color: #fefefe;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-left: 0;
  background: #f1f1f1;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #d5d5d5;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #037ABF;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #d5d5d5;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #f5f5f5;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #d5d5d5;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #d5d5d5;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #666666;
}
.orbit-bullets button.is-active {
  background-color: #666666;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid none;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #037ABF;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #0384cf;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #037ABF;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #0369a4;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #f5f5f5;
  color: #037ABF;
}

.tabs-content {
  border: 1px solid none;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid none;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(3, 122, 191, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 135em) {
  .menu.xlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #037ABF;
  color: #0a0a0a;
}
.menu .active > a {
  background: #037ABF;
  color: #0a0a0a;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #666666;
  box-shadow: 0 7px 0 #666666, 0 14px 0 #666666;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 16px 34px 16px 22px;
}
.accordion-menu .is-accordion-submenu a {
  padding: 16px 34px 16px 22px;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #037ABF transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #037ABF;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #037ABF;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #037ABF transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #037ABF transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #037ABF transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  background: #fefefe;
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #037ABF;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #037ABF transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #037ABF;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #037ABF transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #037ABF transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #037ABF;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #037ABF transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #037ABF transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #037ABF;
  }
}
@media screen and (min-width: 135em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #037ABF transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #037ABF transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #037ABF;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #037ABF transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #037ABF;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #fefefe;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #fefefe;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 135em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
@media screen and (min-width: 135em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #fefefe;
}
.top-bar input {
  max-width: 100%;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 134.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar.stacked-for-xlarge {
  flex-wrap: wrap;
}
.top-bar.stacked-for-xlarge .top-bar-left,
.top-bar.stacked-for-xlarge .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 1rem;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 135em) {
  .xlarge-order-1 {
    order: 1;
  }

  .xlarge-order-2 {
    order: 2;
  }

  .xlarge-order-3 {
    order: 3;
  }

  .xlarge-order-4 {
    order: 4;
  }

  .xlarge-order-5 {
    order: 5;
  }

  .xlarge-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 135em) {
  .xlarge-flex-container {
    display: flex;
  }

  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }

  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }

  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }

  .xlarge-flex-dir-row {
    flex-direction: row;
  }

  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .xlarge-flex-dir-column {
    flex-direction: column;
  }

  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 134.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 135em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 135em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 134.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 135em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 134.99875em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }

  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }

  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=135em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: roboto, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #666666;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f5f5f5;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #f5f5f5;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28102, 102, 102%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #666666;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #e31c3d;
  background-color: #fbe7eb;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #e31c3d;
}

.is-invalid-label {
  color: #e31c3d;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #e31c3d;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #666666;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }

  h2, .h2 {
    font-size: 2.5rem;
  }

  h3, .h3 {
    font-size: 1.9375rem;
  }

  h4, .h4 {
    font-size: 1.5625rem;
  }

  h5, .h5 {
    font-size: 1.25rem;
  }

  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #037ABF;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #0369a4;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #666666;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #f5f5f5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #666666;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

cite, .cite-block {
  display: block;
  color: #666666;
  font-size: 0.8125rem;
}
cite:before, .cite-block:before {
  content: "— ";
}

code, .code-inline {
  border: 1px solid #cacaca;
  background-color: #f5f5f5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #f5f5f5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 135em) {
  .xlarge-text-left {
    text-align: left;
  }

  .xlarge-text-right {
    text-align: right;
  }

  .xlarge-text-center {
    text-align: center;
  }

  .xlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
blockquote {
    border: 1px solid #666666;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}
.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media screen and (min-width: 135em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 100%;
  float: left;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}
.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    width: 41.6666666667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    width: 66.6666666667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    width: 91.6666666667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }

  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 135em) {
  .xlarge-1 {
    width: 8.3333333333%;
  }

  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .xlarge-2 {
    width: 16.6666666667%;
  }

  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }

  .xlarge-3 {
    width: 25%;
  }

  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }

  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }

  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }

  .xlarge-4 {
    width: 33.3333333333%;
  }

  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

  .xlarge-offset-3 {
    margin-left: 25%;
  }

  .xlarge-5 {
    width: 41.6666666667%;
  }

  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }

  .xlarge-6 {
    width: 50%;
  }

  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }

  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }

  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }

  .xlarge-7 {
    width: 58.3333333333%;
  }

  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

  .xlarge-offset-6 {
    margin-left: 50%;
  }

  .xlarge-8 {
    width: 66.6666666667%;
  }

  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }

  .xlarge-9 {
    width: 75%;
  }

  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }

  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }

  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }

  .xlarge-10 {
    width: 83.3333333333%;
  }

  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

  .xlarge-offset-9 {
    margin-left: 75%;
  }

  .xlarge-11 {
    width: 91.6666666667%;
  }

  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }

  .xlarge-12 {
    width: 100%;
  }

  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }

  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }

  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }

  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }

  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }

  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }

  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }

  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }

  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }

  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .xlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .xlarge-uncentered, .xlarge-push-0, .xlarge-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-uncentered, .xlarge-uncentered:last-child:not(:first-child), .xlarge-push-0, .xlarge-push-0:last-child:not(:first-child), .xlarge-pull-0, .xlarge-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .xlarge-uncentered:last-child:not(:first-child), .xlarge-push-0:last-child:not(:first-child), .xlarge-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.825em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #037ABF;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: #0368a2;
  color: #fefefe;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #037ABF;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: #026299;
  color: #fefefe;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #777;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.success-dark, .button.success-dark.disabled, .button.success-dark[disabled], .button.success-dark.disabled:hover, .button.success-dark[disabled]:hover, .button.success-dark.disabled:focus, .button.success-dark[disabled]:focus {
  background-color: #136632;
  color: #fefefe;
}
.button.success-dark:hover, .button.success-dark:focus {
  background-color: #0f5228;
  color: #fefefe;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #e31c3d;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #b61631;
  color: #fefefe;
}
.button.georgia-degrees-pay-green, .button.georgia-degrees-pay-green.disabled, .button.georgia-degrees-pay-green[disabled], .button.georgia-degrees-pay-green.disabled:hover, .button.georgia-degrees-pay-green[disabled]:hover, .button.georgia-degrees-pay-green.disabled:focus, .button.georgia-degrees-pay-green[disabled]:focus {
  background-color: #7cbd32;
  color: #0a0a0a;
}
.button.georgia-degrees-pay-green:hover, .button.georgia-degrees-pay-green:focus {
  background-color: #639728;
  color: #0a0a0a;
}
.button.darkBlue, .button.darkBlue.disabled, .button.darkBlue[disabled], .button.darkBlue.disabled:hover, .button.darkBlue[disabled]:hover, .button.darkBlue.disabled:focus, .button.darkBlue[disabled]:focus {
  background-color: #2c3e50;
  color: #fefefe;
}
.button.darkBlue:hover, .button.darkBlue:focus {
  background-color: #233240;
  color: #fefefe;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #037ABF;
  color: #037ABF;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #023d60;
  color: #023d60;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #037ABF;
  color: #037ABF;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #023d60;
  color: #023d60;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #777;
  color: #777;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3c3c3c;
  color: #3c3c3c;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.success-dark, .button.hollow.success-dark.disabled, .button.hollow.success-dark[disabled], .button.hollow.success-dark.disabled:hover, .button.hollow.success-dark[disabled]:hover, .button.hollow.success-dark.disabled:focus, .button.hollow.success-dark[disabled]:focus {
  border: 1px solid #136632;
  color: #136632;
}
.button.hollow.success-dark:hover, .button.hollow.success-dark:focus {
  border-color: #0a3319;
  color: #0a3319;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #e31c3d;
  color: #e31c3d;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #720e1f;
  color: #720e1f;
}
.button.hollow.georgia-degrees-pay-green, .button.hollow.georgia-degrees-pay-green.disabled, .button.hollow.georgia-degrees-pay-green[disabled], .button.hollow.georgia-degrees-pay-green.disabled:hover, .button.hollow.georgia-degrees-pay-green[disabled]:hover, .button.hollow.georgia-degrees-pay-green.disabled:focus, .button.hollow.georgia-degrees-pay-green[disabled]:focus {
  border: 1px solid #7cbd32;
  color: #7cbd32;
}
.button.hollow.georgia-degrees-pay-green:hover, .button.hollow.georgia-degrees-pay-green:focus {
  border-color: #3e5f19;
  color: #3e5f19;
}
.button.hollow.darkBlue, .button.hollow.darkBlue.disabled, .button.hollow.darkBlue[disabled], .button.hollow.darkBlue.disabled:hover, .button.hollow.darkBlue[disabled]:hover, .button.hollow.darkBlue.disabled:focus, .button.hollow.darkBlue[disabled]:focus {
  border: 1px solid #2c3e50;
  color: #2c3e50;
}
.button.hollow.darkBlue:hover, .button.hollow.darkBlue:focus {
  border-color: #161f28;
  color: #161f28;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #037ABF;
}
.button.clear:hover, .button.clear:focus {
  color: #023d60;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #037ABF;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #023d60;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #777;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3c3c3c;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}
.button.clear.success-dark, .button.clear.success-dark.disabled, .button.clear.success-dark[disabled], .button.clear.success-dark.disabled:hover, .button.clear.success-dark[disabled]:hover, .button.clear.success-dark.disabled:focus, .button.clear.success-dark[disabled]:focus {
  color: #136632;
}
.button.clear.success-dark:hover, .button.clear.success-dark:focus {
  color: #0a3319;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #e31c3d;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #720e1f;
}
.button.clear.georgia-degrees-pay-green, .button.clear.georgia-degrees-pay-green.disabled, .button.clear.georgia-degrees-pay-green[disabled], .button.clear.georgia-degrees-pay-green.disabled:hover, .button.clear.georgia-degrees-pay-green[disabled]:hover, .button.clear.georgia-degrees-pay-green.disabled:focus, .button.clear.georgia-degrees-pay-green[disabled]:focus {
  color: #7cbd32;
}
.button.clear.georgia-degrees-pay-green:hover, .button.clear.georgia-degrees-pay-green:focus {
  color: #3e5f19;
}
.button.clear.darkBlue, .button.clear.darkBlue.disabled, .button.clear.darkBlue[disabled], .button.clear.darkBlue.disabled:hover, .button.clear.darkBlue[disabled]:hover, .button.clear.darkBlue.disabled:focus, .button.clear.darkBlue[disabled]:focus {
  color: #2c3e50;
}
.button.clear.darkBlue:hover, .button.clear.darkBlue:focus {
  color: #161f28;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #037ABF;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #037ABF;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #777;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.success-dark::after, .button.dropdown.clear.success-dark::after {
  border-top-color: #136632;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #e31c3d;
}
.button.dropdown.hollow.georgia-degrees-pay-green::after, .button.dropdown.clear.georgia-degrees-pay-green::after {
  border-top-color: #7cbd32;
}
.button.dropdown.hollow.darkBlue::after, .button.dropdown.clear.darkBlue::after {
  border-top-color: #2c3e50;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #037ABF;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #026299;
  color: #fefefe;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #777;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button-group.success-dark .button, .button-group.success-dark .button.disabled, .button-group.success-dark .button[disabled], .button-group.success-dark .button.disabled:hover, .button-group.success-dark .button[disabled]:hover, .button-group.success-dark .button.disabled:focus, .button-group.success-dark .button[disabled]:focus {
  background-color: #136632;
  color: #fefefe;
}
.button-group.success-dark .button:hover, .button-group.success-dark .button:focus {
  background-color: #0f5228;
  color: #fefefe;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #e31c3d;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #b61631;
  color: #fefefe;
}
.button-group.georgia-degrees-pay-green .button, .button-group.georgia-degrees-pay-green .button.disabled, .button-group.georgia-degrees-pay-green .button[disabled], .button-group.georgia-degrees-pay-green .button.disabled:hover, .button-group.georgia-degrees-pay-green .button[disabled]:hover, .button-group.georgia-degrees-pay-green .button.disabled:focus, .button-group.georgia-degrees-pay-green .button[disabled]:focus {
  background-color: #7cbd32;
  color: #0a0a0a;
}
.button-group.georgia-degrees-pay-green .button:hover, .button-group.georgia-degrees-pay-green .button:focus {
  background-color: #639728;
  color: #0a0a0a;
}
.button-group.darkBlue .button, .button-group.darkBlue .button.disabled, .button-group.darkBlue .button[disabled], .button-group.darkBlue .button.disabled:hover, .button-group.darkBlue .button[disabled]:hover, .button-group.darkBlue .button.disabled:focus, .button-group.darkBlue .button[disabled]:focus {
  background-color: #2c3e50;
  color: #fefefe;
}
.button-group.darkBlue .button:hover, .button-group.darkBlue .button:focus {
  background-color: #233240;
  color: #fefefe;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #037ABF;
  color: #037ABF;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #023d60;
  color: #023d60;
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #037ABF;
  color: #037ABF;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #023d60;
  color: #023d60;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #777;
  color: #777;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #3c3c3c;
  color: #3c3c3c;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #157539;
  color: #157539;
}
.button-group.hollow.success-dark .button, .button-group.hollow.success-dark .button.disabled, .button-group.hollow.success-dark .button[disabled], .button-group.hollow.success-dark .button.disabled:hover, .button-group.hollow.success-dark .button[disabled]:hover, .button-group.hollow.success-dark .button.disabled:focus, .button-group.hollow.success-dark .button[disabled]:focus, .button-group.hollow .button.success-dark, .button-group.hollow .button.success-dark.disabled, .button-group.hollow .button.success-dark[disabled], .button-group.hollow .button.success-dark.disabled:hover, .button-group.hollow .button.success-dark[disabled]:hover, .button-group.hollow .button.success-dark.disabled:focus, .button-group.hollow .button.success-dark[disabled]:focus {
  border: 1px solid #136632;
  color: #136632;
}
.button-group.hollow.success-dark .button:hover, .button-group.hollow.success-dark .button:focus, .button-group.hollow .button.success-dark:hover, .button-group.hollow .button.success-dark:focus {
  border-color: #0a3319;
  color: #0a3319;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #e31c3d;
  color: #e31c3d;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #720e1f;
  color: #720e1f;
}
.button-group.hollow.georgia-degrees-pay-green .button, .button-group.hollow.georgia-degrees-pay-green .button.disabled, .button-group.hollow.georgia-degrees-pay-green .button[disabled], .button-group.hollow.georgia-degrees-pay-green .button.disabled:hover, .button-group.hollow.georgia-degrees-pay-green .button[disabled]:hover, .button-group.hollow.georgia-degrees-pay-green .button.disabled:focus, .button-group.hollow.georgia-degrees-pay-green .button[disabled]:focus, .button-group.hollow .button.georgia-degrees-pay-green, .button-group.hollow .button.georgia-degrees-pay-green.disabled, .button-group.hollow .button.georgia-degrees-pay-green[disabled], .button-group.hollow .button.georgia-degrees-pay-green.disabled:hover, .button-group.hollow .button.georgia-degrees-pay-green[disabled]:hover, .button-group.hollow .button.georgia-degrees-pay-green.disabled:focus, .button-group.hollow .button.georgia-degrees-pay-green[disabled]:focus {
  border: 1px solid #7cbd32;
  color: #7cbd32;
}
.button-group.hollow.georgia-degrees-pay-green .button:hover, .button-group.hollow.georgia-degrees-pay-green .button:focus, .button-group.hollow .button.georgia-degrees-pay-green:hover, .button-group.hollow .button.georgia-degrees-pay-green:focus {
  border-color: #3e5f19;
  color: #3e5f19;
}
.button-group.hollow.darkBlue .button, .button-group.hollow.darkBlue .button.disabled, .button-group.hollow.darkBlue .button[disabled], .button-group.hollow.darkBlue .button.disabled:hover, .button-group.hollow.darkBlue .button[disabled]:hover, .button-group.hollow.darkBlue .button.disabled:focus, .button-group.hollow.darkBlue .button[disabled]:focus, .button-group.hollow .button.darkBlue, .button-group.hollow .button.darkBlue.disabled, .button-group.hollow .button.darkBlue[disabled], .button-group.hollow .button.darkBlue.disabled:hover, .button-group.hollow .button.darkBlue[disabled]:hover, .button-group.hollow .button.darkBlue.disabled:focus, .button-group.hollow .button.darkBlue[disabled]:focus {
  border: 1px solid #2c3e50;
  color: #2c3e50;
}
.button-group.hollow.darkBlue .button:hover, .button-group.hollow.darkBlue .button:focus, .button-group.hollow .button.darkBlue:hover, .button-group.hollow .button.darkBlue:focus {
  border-color: #161f28;
  color: #161f28;
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #037ABF;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #023d60;
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #037ABF;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #023d60;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #777;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #3c3c3c;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #157539;
}
.button-group.clear.success-dark .button, .button-group.clear.success-dark .button.disabled, .button-group.clear.success-dark .button[disabled], .button-group.clear.success-dark .button.disabled:hover, .button-group.clear.success-dark .button[disabled]:hover, .button-group.clear.success-dark .button.disabled:focus, .button-group.clear.success-dark .button[disabled]:focus, .button-group.clear .button.success-dark, .button-group.clear .button.success-dark.disabled, .button-group.clear .button.success-dark[disabled], .button-group.clear .button.success-dark.disabled:hover, .button-group.clear .button.success-dark[disabled]:hover, .button-group.clear .button.success-dark.disabled:focus, .button-group.clear .button.success-dark[disabled]:focus {
  color: #136632;
}
.button-group.clear.success-dark .button:hover, .button-group.clear.success-dark .button:focus, .button-group.clear .button.success-dark:hover, .button-group.clear .button.success-dark:focus {
  color: #0a3319;
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #e31c3d;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #720e1f;
}
.button-group.clear.georgia-degrees-pay-green .button, .button-group.clear.georgia-degrees-pay-green .button.disabled, .button-group.clear.georgia-degrees-pay-green .button[disabled], .button-group.clear.georgia-degrees-pay-green .button.disabled:hover, .button-group.clear.georgia-degrees-pay-green .button[disabled]:hover, .button-group.clear.georgia-degrees-pay-green .button.disabled:focus, .button-group.clear.georgia-degrees-pay-green .button[disabled]:focus, .button-group.clear .button.georgia-degrees-pay-green, .button-group.clear .button.georgia-degrees-pay-green.disabled, .button-group.clear .button.georgia-degrees-pay-green[disabled], .button-group.clear .button.georgia-degrees-pay-green.disabled:hover, .button-group.clear .button.georgia-degrees-pay-green[disabled]:hover, .button-group.clear .button.georgia-degrees-pay-green.disabled:focus, .button-group.clear .button.georgia-degrees-pay-green[disabled]:focus {
  color: #7cbd32;
}
.button-group.clear.georgia-degrees-pay-green .button:hover, .button-group.clear.georgia-degrees-pay-green .button:focus, .button-group.clear .button.georgia-degrees-pay-green:hover, .button-group.clear .button.georgia-degrees-pay-green:focus {
  color: #3e5f19;
}
.button-group.clear.darkBlue .button, .button-group.clear.darkBlue .button.disabled, .button-group.clear.darkBlue .button[disabled], .button-group.clear.darkBlue .button.disabled:hover, .button-group.clear.darkBlue .button[disabled]:hover, .button-group.clear.darkBlue .button.disabled:focus, .button-group.clear.darkBlue .button[disabled]:focus, .button-group.clear .button.darkBlue, .button-group.clear .button.darkBlue.disabled, .button-group.clear .button.darkBlue[disabled], .button-group.clear .button.darkBlue.disabled:hover, .button-group.clear .button.darkBlue[disabled]:hover, .button-group.clear .button.darkBlue.disabled:focus, .button-group.clear .button.darkBlue[disabled]:focus {
  color: #2c3e50;
}
.button-group.clear.darkBlue .button:hover, .button-group.clear.darkBlue .button:focus, .button-group.clear .button.darkBlue:hover, .button-group.clear .button.darkBlue:focus {
  color: #161f28;
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #666666;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #037ABF;
  color: #fefefe;
}
.label.primary {
  background: #037ABF;
  color: #fefefe;
}
.label.secondary {
  background: #777;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.success-dark {
  background: #136632;
  color: #fefefe;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #e31c3d;
  color: #fefefe;
}
.label.georgia-degrees-pay-green {
  background: #7cbd32;
  color: #0a0a0a;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #037ABF;
}
.progress.secondary .progress-meter {
  background-color: #777;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.success-dark .progress-meter {
  background-color: #136632;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #e31c3d;
}
.progress.georgia-degrees-pay-green .progress-meter {
  background-color: #7cbd32;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #037ABF;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #f5f5f5;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #037ABF;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #0368a2;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #037ABF;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #e9e9e9;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 1px solid #e9e9e9;
  background-color: #fefefe;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
table.stack th,
table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #037ABF;
  color: #fefefe;
}
.badge.primary {
  background: #037ABF;
  color: #fefefe;
}
.badge.secondary {
  background: #777;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}
.badge.success-dark {
  background: #136632;
  color: #fefefe;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #e31c3d;
  color: #fefefe;
}
.badge.georgia-degrees-pay-green {
  background: #7cbd32;
  color: #0a0a0a;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #037ABF;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #d0edfe;
  color: #0a0a0a;
}
.callout.secondary {
  background-color: #ebebeb;
  color: #0a0a0a;
}
.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}
.callout.success-dark {
  background-color: #cef6dd;
  color: #0a0a0a;
}
.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}
.callout.alert {
  background-color: #fbdde2;
  color: #0a0a0a;
}
.callout.georgia-degrees-pay-green {
  background-color: #ebf6df;
  color: #0a0a0a;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #f5f5f5;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #f5f5f5;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #f5f5f5;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #037ABF;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #666666;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 60%;
  color: #fefefe;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-left: 0;
  background: #f1f1f1;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #d5d5d5;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #037ABF;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #d5d5d5;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #f5f5f5;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #d5d5d5;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #d5d5d5;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
[data-whatinput=mouse] .orbit-previous, [data-whatinput=mouse] .orbit-next {
  outline: 0;
}
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #666666;
}
.orbit-bullets button.is-active {
  background-color: #666666;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid none;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #037ABF;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #0384cf;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #037ABF;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #0369a4;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #f5f5f5;
  color: #037ABF;
}

.tabs-content {
  border: 1px solid none;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid none;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(3, 122, 191, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 135em) {
  .menu.xlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #037ABF;
  color: #0a0a0a;
}
.menu .active > a {
  background: #037ABF;
  color: #0a0a0a;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #666666;
  box-shadow: 0 7px 0 #666666, 0 14px 0 #666666;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 16px 34px 16px 22px;
}
.accordion-menu .is-accordion-submenu a {
  padding: 16px 34px 16px 22px;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #037ABF transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #037ABF;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #037ABF;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #037ABF transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #037ABF transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #037ABF transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  background: #fefefe;
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #037ABF;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #037ABF transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #037ABF;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #037ABF transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #037ABF transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #037ABF;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #037ABF transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #037ABF transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #037ABF;
  }
}
@media screen and (min-width: 135em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #037ABF transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #037ABF transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #037ABF;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #037ABF transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #037ABF;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #fefefe;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #fefefe;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 135em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
@media screen and (min-width: 135em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #fefefe;
}
.top-bar input {
  max-width: 100%;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 134.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar.stacked-for-xlarge {
  flex-wrap: wrap;
}
.top-bar.stacked-for-xlarge .top-bar-left,
.top-bar.stacked-for-xlarge .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 1rem;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 134.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 135em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 135em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 134.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 135em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 134.99875em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }

  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }

  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

footer {
  background: #2c3e50;
  color: #f3f3f3;
  font-size: 0.7rem;
  font-weight: 300;
  letter-spacing: 2px;
  overflow: hidden;
  padding: 4rem 0;
}
footer a {
  color: inherit;
}
footer a:hover, footer a:focus {
  color: #6dbcdb;
}
footer a.standout {
  background-color: #e31c3d;
  padding: 0.25rem;
  margin-top: 0.5rem;
  display: block;
}
footer p {
  font-size: 0.7rem;
  font-weight: 300;
}
footer .copyright {
  padding-top: 2rem;
  text-align: center;
}
footer ul {
  margin-left: 0;
  font-size: 0.7rem;
}
footer ul li {
  list-style: none;
}
footer h4 {
  font-size: 0.7rem;
  font-weight: 800;
  color: #6dbcdb;
  margin-bottom: 0;
}
footer .column:first-child img, footer .columns:first-child img {
  margin-bottom: 1.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  footer .column:first-child, footer .columns:first-child {
    text-align: center;
  }
}

.owl-carousel ul.owl-stage {
  margin-left: 0;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: none !important;
}

#emergencymessage {
  position: absolute;
  width: 100%;
  z-index: 1;
  min-height: 8rem;
  background: #e31c3d;
  color: #fefefe;
  padding: 1rem 0 0.5rem;
}
#emergencymessage > div > div p {
  font-size: 1.2rem;
}
#emergencymessage > div > div a {
  color: #ffffff;
}
#emergencymessage > div > div a:not(.button) {
  text-decoration: underline;
}
@media print, screen and (min-width: 40em) {
  #emergencymessage > div > div > div:first-child {
    text-align: left;
  }
}
@media print, screen and (min-width: 64em) {
  #emergencymessage > div > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #emergencymessage > div > div p {
    margin-bottom: 0;
  }
  #emergencymessage > div > div div {
    text-align: left;
  }
  #emergencymessage > div > div div p {
    margin-bottom: 0;
  }
  #emergencymessage > div > div div .button {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.hero {
  z-index: 0;
  position: relative;
  width: 100%;
  height: 20rem;
  text-align: left;
  border-bottom: 4px solid #2c3e50;
  margin-bottom: 4rem;
}
.hero iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 0;
}
.hero #map-overlay {
  content: "";
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(25, 29, 34, 0.7);
  text-align: center;
}
.hero #map-overlay .button {
  margin-top: 8rem;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .hero #map-overlay .button {
    margin-top: 13rem;
    font-size: 1.875rem;
  }
}
.hero .inner-wrapper {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: local;
}
.hero .hero_attribution {
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 500px;
  padding: 0.5rem;
  margin: 1rem;
}
.hero .overflow-fix {
  position: absolute;
  height: inherit;
  width: 100%;
  overflow: hidden;
}
.hero .overflow-fix video {
  opacity: 0;
  z-index: -2;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero .overflow-fix button.videoControls {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.hero .overflow-fix button.videoControls svg {
  color: #fff;
  opacity: 0.5;
}
.hero > .row {
  z-index: 2;
  height: inherit;
  background: none;
}
.hero > .row .columns {
  z-index: inherit;
  position: relative;
  height: 100%;
  text-align: center;
}
.hero > .row .columns .text-container {
  transform: translateY(-70%);
  position: relative;
  top: 100%;
  left: 0;
  right: 0;
  padding: 1rem;
  background-color: #fefefe;
  border: 3px solid #2C3E50;
}
.hero > .row .columns .text-container h2 {
  color: #2c3e50;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  line-height: 1;
}
.hero > .row .columns .text-container p {
  color: #666;
  margin-bottom: 0;
  margin-top: 0.5rem;
  line-height: 1.2;
}

.hero:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: rgba(25, 29, 34, 0.3);
}

@media print, screen and (min-width: 40em) {
  .hero {
    height: 30rem;
    margin-bottom: 5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero {
    margin-bottom: 6rem;
  }
  .hero .overflow-fix video {
    opacity: 1;
  }
}
@media screen and (min-width: 1000px) {
  .hero {
    height: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    height: 500px;
  }
}
@media screen and (min-width: 1370px) {
  .hero {
    height: 520px;
  }
}
@media screen and (min-width: 1450px) {
  .hero {
    height: 540px;
  }
}
@media screen and (min-width: 1510px) {
  .hero {
    height: 560px;
  }
}
@media screen and (min-width: 1670px) {
  .hero {
    height: 580px;
  }
}
@media screen and (min-width: 1820px) {
  .hero {
    height: 600px;
  }
}
#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: #e31c3d;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 999;
}
#skiptocontent a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline-color: transparent;
  -webkit-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
}

main {
  padding-bottom: 4rem;
}
main > section {
  padding-bottom: 4rem;
  padding-top: 4rem;
}
main .bg_gray {
  background-color: #f3f3f3;
}
main .bg_gray a {
  color: #02669f;
}
main h3:first-of-type {
  margin-top: 0;
}
main .sloganTitle {
  font-size: 1.25rem;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 3rem;
}
main #title {
  background: #037ABF;
  margin-bottom: 2rem;
  padding: 1rem 0;
}
main #title h1 {
  color: #fff;
  margin: 0;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.1875rem;
}
main #title h2 {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  font-size: 1rem;
}
main .screen-reader {
  display: none;
}
@media print, screen and (min-width: 40em) {
  main #title {
    padding: 2rem 0;
    margin-bottom: 3rem;
  }
  main #title h1 {
    font-size: 1.9375rem;
  }
  main .sloganTitle {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  main #title {
    margin-bottom: 4rem;
  }
  main #title h1,
main #title h2 {
    text-align: left;
  }
}
main .usg-color-row p {
  font-family: Consolas, Monaco, "Andale Mono", monospace;
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 1.2;
  color: #000;
}
main .usg-color-row p:last-of-type {
  font-size: 0.8rem;
}
main .usg-color-row .usg-color-hex {
  text-transform: lowercase;
}
main .usg-color-row .usg-color-square {
  height: 9rem;
  margin-bottom: 5rem;
  position: relative;
}
main .usg-color-row .usg-color-short {
  height: 5rem;
  margin-bottom: 5rem;
  position: relative;
}
main .usg-color-row .usg-color-inner-content {
  position: absolute;
  top: 100%;
  margin-top: 0.5rem;
}
main .usg-color-row .usg-color-primary {
  background-color: #0038A8;
}
main .usg-color-row .usg-color-primary-darker {
  background-color: #002e8a;
}
main .usg-color-row .usg-color-primary-darkest {
  background-color: #001f5c;
}
main .usg-color-row .usg-color-primary-alt-darkest {
  background-color: #003554;
}
main .usg-color-row .usg-color-primary-alt-dark {
  background-color: #037abf;
}
main .usg-color-row .usg-color-primary-alt-light {
  background-color: #73cefc;
}
main .usg-color-row .usg-color-primary-alt-lightest {
  background-color: #d0eefe;
}
main .usg-color-row .usg-color-primary-alt {
  background-color: #00a6fb;
}
main .usg-color-row .usg-color-gray-dark {
  background-color: #2C3E50;
}
main .usg-color-row .usg-color-gray {
  background-color: #52616F;
}
main .usg-color-row .usg-color-gray-light {
  background-color: #9FA7AF;
}
main .usg-color-row .usg-color-gray-lighter {
  background-color: #D8DBDF;
}
main .usg-color-row .usg-color-gray-lightest {
  background-color: #f3f3f3;
}
main .usg-color-row .usg-color-white {
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px #5b616b;
}
main .usg-color-row .usg-color-base {
  background-color: #0A0A0E;
}
main .usg-color-row .usg-color-secondary {
  background-color: #E31C3D;
}
main .usg-color-row .usg-color-secondary-darkest {
  background-color: #981b1e;
}
main .usg-color-row .usg-color-secondary-dark {
  background-color: #cd2026;
}
main .usg-color-row .usg-color-secondary-light {
  background-color: #e59393;
}
main .usg-color-row .usg-color-secondary-lightest {
  background-color: #f9dede;
}
main .usg-color-row .usg-color-green {
  background-color: #8cc63f;
}
main .usg-color-row .usg-color-green-darkest {
  background-color: #679436;
}
main .usg-color-row .usg-color-yellow {
  background-color: #FFC857;
}

header .title-bar {
  background: #2c3e50;
  padding: 0.25rem;
  text-align: center;
  position: relative;
  display: block;
}
header .title-bar::after {
  clear: both;
}
header .title-bar::before, header .title-bar::after {
  display: table;
  content: " ";
}
header .title-bar a.usg-logo {
  float: left;
}
header .title-bar h1 {
  background: none;
  margin: 0;
  padding: 0;
  margin-top: 0.3rem;
  font-size: 1rem;
  position: absolute;
  left: 48%;
}
header .title-bar .title-bar-left,
header .title-bar .title-bar-right {
  padding: 0.5rem 0;
  flex: none !important;
}
header .title-bar .title-bar-left {
  float: left;
}
header .title-bar .title-bar-right {
  position: relative;
  float: right;
  /* added for GIVE ribbon */
}
header .title-bar .title-bar-right ul.social_icons {
  margin-bottom: 0;
  display: inline;
  margin-right: 1rem;
  /*added for GIVE ribbon */
}
header .title-bar .title-bar-right ul.social_icons li {
  list-style: none;
  display: inline;
  margin-right: 1rem;
}
header .title-bar .title-bar-right ul.social_icons li .fa-facebook:before,
header .title-bar .title-bar-right ul.social_icons li .fa-instagram:before,
header .title-bar .title-bar-right ul.social_icons li .fa-linkedin:before,
header .title-bar .title-bar-right ul.social_icons li .fa-twitter:before {
  color: #f3f3f3;
}
header .title-bar .title-bar-right ul.social_icons li a {
  color: #f3f3f3;
}
header .title-bar .title-bar-right ul.social_icons li a:hover .fa-facebook:before,
header .title-bar .title-bar-right ul.social_icons li a:hover .fa-instagram:before,
header .title-bar .title-bar-right ul.social_icons li a:hover .fa-linkedin:before,
header .title-bar .title-bar-right ul.social_icons li a:hover .fa-twitter:before {
  color: #6dbcdb;
}
@media print, screen and (min-width: 64em) {
  header .title-bar {
    text-align: left;
  }
  header .title-bar .title-bar-left,
header .title-bar .title-bar-right {
    padding: 0;
  }
  header .title-bar .title-bar-left {
    display: none;
  }
  header .title-bar .title-bar-right .button {
    margin: 0 1rem 0 0;
  }
  header .title-bar h1 {
    position: relative;
    left: auto;
    font-size: 1rem;
    margin: 0;
    padding: 0.25rem 0 0.25rem 3rem;
    background: transparent url("../../../assets/global/images/bor_logos/bor_logo.svg") no-repeat 0.75rem 0.15rem;
    color: #f3f3f3;
    text-transform: uppercase;
    line-height: 1.7rem;
    background-size: 30px 30px;
    float: left;
    transform: none;
  }
}

.ribbon-link {
  position: absolute;
  left: -3.5rem;
  top: -0.25rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 0;
  height: 45px;
  border: 25px solid #e31c3d;
  border-top: 0 solid;
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  color: black;
  -o-text-overflow: clip;
  text-overflow: clip;
  z-index: 999;
}
.ribbon-link span {
  position: absolute;
  font-size: 1rem;
  left: -1.2rem;
  top: 0.9rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05rem;
}

section#mobileTitle {
  padding: 0 !important;
  background: #f3f3f3;
}
section#mobileTitle h1 {
  margin-bottom: 0;
  font-size: 1rem;
  color: #2c3e50;
}
@media print, screen and (min-width: 40em) {
  section#mobileTitle h1 {
    font-size: 1.2rem;
  }
}

header .top-bar .top-bar-left {
  width: 100%;
  background-color: inherit;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
header .top-bar .top-bar-left .usg-search {
  width: 20%;
  float: left;
  padding: 0 1rem;
  margin-bottom: 0;
  margin-top: 0.7rem;
  /* fix issue of field expanding when hovering over button in ie9 */
}
header .top-bar .top-bar-left .usg-search input.input-group-field {
  display: block;
}
header .top-bar .top-bar-left .usg-search .fa-lg {
  line-height: 0.7em;
}
header .top-bar .top-bar-left > ul.menu {
  height: 62px;
  width: 80% !important;
  float: left;
  background-color: inherit;
}
header .top-bar .top-bar-left > ul.menu > li {
  background: #fefefe;
  margin-right: -4px;
  display: inline-block;
}
header .top-bar .top-bar-left > ul.menu > li:nth-last-child(2):first-child, header .top-bar .top-bar-left > ul.menu > li:nth-last-child(2):first-child ~ li {
  width: 50%;
}
header .top-bar .top-bar-left > ul.menu > li:nth-last-child(3):first-child, header .top-bar .top-bar-left > ul.menu > li:nth-last-child(3):first-child ~ li {
  width: 33.3333333333%;
}
header .top-bar .top-bar-left > ul.menu > li:nth-last-child(4):first-child, header .top-bar .top-bar-left > ul.menu > li:nth-last-child(4):first-child ~ li {
  width: 25%;
}
header .top-bar .top-bar-left > ul.menu > li:nth-last-child(5):first-child, header .top-bar .top-bar-left > ul.menu > li:nth-last-child(5):first-child ~ li {
  width: 20%;
}
header .top-bar .top-bar-left > ul.menu > li:nth-last-child(6):first-child, header .top-bar .top-bar-left > ul.menu > li:nth-last-child(6):first-child ~ li {
  width: 16.6666666667%;
}
header .top-bar .top-bar-left > ul.menu > li ul {
  background-color: #2c3e50;
  border: 0;
  width: 100%;
}
header .top-bar .top-bar-left > ul.menu > li ul li {
  background-color: inherit;
  width: inherit;
}
header .top-bar .top-bar-left > ul.menu > li ul li a {
  color: #fefefe;
  line-height: 1;
  padding: 1rem;
}
header .top-bar .top-bar-left > ul.menu > li ul li.active a {
  color: #333;
}
header .top-bar .top-bar-left > ul.menu > li ul li:hover {
  background-color: #037ABF;
}
header .top-bar .top-bar-left > ul.menu > li ul li:hover a {
  color: #fefefe;
}
header .top-bar .top-bar-left > ul.menu > li a {
  line-height: 3.875rem;
  padding: 0 0.9375rem;
  font-size: 0.75rem;
  font-weight: 400;
  width: 100%;
  text-transform: uppercase;
  color: #373537;
}
header .top-bar .top-bar-left > ul.menu > li a:after {
  top: 40% !important;
  right: 1rem !important;
}
header .top-bar .top-bar-left > ul.menu > li input {
  width: 100%;
}
header .top-bar .top-bar-left > ul.menu > li:not(:last-child) {
  border-right: solid 1px #ddd;
}
header .top-bar .top-bar-left > ul.menu > li:first-child {
  border-left: solid 1px #ddd;
}
header .top-bar .top-bar-left > ul.menu > li.has-submenu.is-dropdown-submenu-parent:not(.search):hover {
  background: #2c3e50;
}
header .top-bar .top-bar-left > ul.menu > li.has-submenu.is-dropdown-submenu-parent:not(.search):hover a {
  color: #fefefe;
}
header .top-bar .top-bar-left > ul.menu li.active > a {
  background: #f3f3f3;
  color: #373537;
}
header .top-bar .top-bar-left > ul.menu li.active > a ul li.active > a {
  color: #fff;
}
header .top-bar .top-bar-left > ul.menu li.active.is-active a {
  color: #fefefe;
  background: #2c3e50;
}
header .top-bar .top-bar-left > ul.menu li.active.is-active ul li a {
  color: #fefefe !important;
}
header .top-bar .top-bar-left > ul.menu li.active.is-active ul li a:hover {
  background-color: #037ABF;
}

#off-canvas-dept-menu,
#off-canvas-global-menu {
  margin-top: 3rem;
  /*
     .sites-az {
         margin: 0.5rem;
         width: auto;
     }
  */
}

.off-canvas.position-right {
  border-left: 1px solid #ddd;
}
.off-canvas.position-right.is-transition-push {
  box-shadow: none;
}
.off-canvas.position-right ul.social_icons {
  margin-bottom: 0;
  display: block;
  text-align: center;
  background: #fff;
  margin-left: 0;
  padding: 1rem 0 1rem 2rem;
  width: 100%;
  /*added for GIVE ribbon*/
}
.off-canvas.position-right ul.social_icons li {
  list-style: none;
  display: inline;
  margin-right: 2rem;
}
.off-canvas.position-right ul.social_icons li .fa-facebook:before,
.off-canvas.position-right ul.social_icons li .fa-instagram:before,
.off-canvas.position-right ul.social_icons li .fa-linkedin:before,
.off-canvas.position-right ul.social_icons li .fa-twitter:before {
  color: #6dbcdb;
}
.off-canvas.position-right ul.social_icons li a:hover .fa-facebook:before,
.off-canvas.position-right ul.social_icons li a:hover .fa-instagram:before,
.off-canvas.position-right ul.social_icons li a:hover .fa-linkedin:before,
.off-canvas.position-right ul.social_icons li a:hover .fa-twitter:before {
  color: #037ABF;
}
.off-canvas.position-right a.ribbon-link {
  display: block;
  background-color: #fefefe;
}
.off-canvas.position-right a.ribbon-link .ribbon-off-canvas {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  background: #fff;
  margin-bottom: 1rem;
}
.off-canvas.position-right .position-left-button {
  position: absolute;
  top: 0.5rem;
  left: 3.5rem;
  width: 53%;
}

.is-open-left {
  border-left: 1px solid #ddd;
}

.js-off-canvas-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.off-canvas.position-left {
  border-right: 1px solid #ddd;
}

.is-off-canvas-open .js-off-canvas-exit {
  z-index: 9999;
}

.usg-search-off-canvas {
  padding: 0.25rem 0.5rem 0.5rem;
  margin-bottom: 0;
}

.dept-search-off-canvas {
  padding: 0 0.5rem;
  margin-bottom: 0;
}

@media print, screen and (min-width: 64em) {
  .dept-search-off-canvas,
.usg-search-off-canvas {
    padding: 0;
    margin-bottom: 1rem;
  }
}
ul.usg-sites {
  list-style: none;
  margin-left: 0;
}
ul.usg-sites > li:nth-child(even) {
  background: #f1f1f1;
}
ul.usg-sites > li a {
  display: block;
  padding: 0 0.2rem;
}
ul.usg-sites > li:hover a {
  background: #2c3e50;
  color: #fff;
}
@media print, screen and (min-width: 40em) {
  ul.usg-sites {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    direction: ltr;
    column-count: 2;
    column-gap: 5px;
  }
}
@media print, screen and (min-width: 64em) {
  ul.usg-sites {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    direction: ltr;
    column-count: 4;
    column-gap: 5px;
  }
}

@media print {
  .title-bar, .top-bar, #hero, footer, #offCanvasLeft, #offCanvasRight, .tabs, nav, .noPrint {
    display: none;
  }
}
.row {
  display: block !important;
}

.input-group {
  display: block !important;
}

#external-link-warning p span {
  font-weight: 800;
}
#external-link-warning .button-group a:first-child {
  margin-right: 1rem;
}

#gdpr-cookie-notification {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.88);
  color: #fefefe;
}
#gdpr-cookie-notification .row .small-12 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#gdpr-cookie-notification .row .small-12:first-of-type {
  padding-bottom: 0;
}
#gdpr-cookie-notification .row .small-12 p {
  margin-bottom: 0;
  line-height: 1.6;
}
#gdpr-cookie-notification .row .small-12 p a {
  color: #6dbcdb;
}
#gdpr-cookie-notification .row .small-12 button {
  width: 100%;
  margin-bottom: 0;
}

#service-catalog .category-grid {
  margin-top: 1rem;
}
#service-catalog .category-grid a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  resize: vertical;
  text-align: center;
}
#service-catalog .category-grid a i {
  margin: 0 auto 1rem;
  min-height: 48px;
  min-width: 48px;
}
#service-catalog .category-grid a:hover {
  background-color: #2D3F50;
}
#service-catalog .category-grid a:hover, #service-catalog .category-grid a:hover i {
  color: #fefefe;
}
#service-catalog article .large-9 h1 {
  margin-bottom: 0;
}
#service-catalog article .large-9 .breadcrumbs li {
  font-size: 0.85rem;
}
#service-catalog article .large-9 .breadcrumbs li i {
  display: inline-block;
  margin-right: 0.25rem;
}
#service-catalog article .large-9 i {
  color: #2c3e50;
}
#service-catalog article .large-9 a.button.status {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fefefe;
}
#service-catalog article .large-9 a.button.status.operational {
  background-color: #03822a;
}
#service-catalog article .large-9 a.button.status.degraded-performance {
  background-color: #916e16;
}
#service-catalog article .large-9 a.button.status.partial-outage {
  background-color: #b75205;
}
#service-catalog article .large-9 a.button.status.major-outage {
  background-color: #df0d1c;
}
#service-catalog article .large-9 a.button.status.under-maintenance {
  background-color: #16547d;
}
#service-catalog article .large-9 .large-4 aside a.button {
  width: 100%;
}
#service-catalog article .large-9 .category-grid {
  margin-top: 1rem;
}
#service-catalog article .large-9 .category-grid a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  resize: vertical;
  text-align: center;
}
#service-catalog article .large-9 .category-grid a i {
  margin: 0 auto 1rem;
  min-height: 48px;
  min-width: 48px;
}
#service-catalog article .large-9 .category-grid a:hover {
  background-color: #2D3F50;
}
#service-catalog article .large-9 .category-grid a:hover, #service-catalog article .large-9 .category-grid a:hover i {
  color: #fefefe;
}
#service-catalog article .large-9 ul#category-catalog-items {
  margin-left: 6em;
}

ul ul {
  list-style-type: circle;
}

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  /*  border-collapse: separate; */
  border-collapse: collapse;
  border-spacing: 0;
  /*
  * Header and footer styles
  */
  /*
  * Body styles
  */
}

table.dataTable tfoot th,
table.dataTable thead th {
  font-weight: bold;
}

table.dataTable thead td,
table.dataTable thead th {
  padding: 8px;
  border-bottom: 1px solid #111111;
}

table.dataTable thead td:active,
table.dataTable thead th:active {
  outline: none;
}

table.dataTable tfoot td,
table.dataTable tfoot th {
  padding: 10px 18px 6px;
  border-top: 1px solid #111111;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}

#rowspan_length {
  width: 50%;
}

#rowspan_length select {
  display: inline;
  width: 20%;
}

#rowspan_length label {
  display: inline;
}

#rowspan_filter {
  width: 40%;
}

#rowspan_filter label {
  display: inline;
}

#rowspan_filter input[type=search] {
  display: inline;
  width: 150px;
  font-size: 1em;
}

#directoryList_length > label > select {
  font-size: 1em;
}

table.dataTable thead .sorting {
  /* DEFAULT TH */
  background: #eee url("/images/tablesort/sort_both.png") no-repeat center right;
}

table.dataTable thead .sorting_asc {
  background: url("/images/tablesort/sort_asc.png") no-repeat center right;
}

table.dataTable thead .sorting_desc {
  background: url("/images/tablesort/sort_desc.png") no-repeat center right;
}

table.dataTable thead .sorting_asc_disabled {
  background: url("/images/tablesort/sort_asc_disabled.png") no-repeat center right;
}

table.dataTable thead .sorting_desc_disabled {
  background: url("/images/tablesort/sort_desc_disabled.png") no-repeat center right;
}

table.dataTable tbody tr {
  background-color: #fff;
}

table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}

table.dataTable tbody td,
table.dataTable tbody th {
  padding: 5px;
}

table.dataTable.display tbody td,
table.dataTable.display tbody th,
table.dataTable.row-border tbody td,
table.dataTable.row-border tbody th {
  border-top: 1px solid #dddddd;
}

table.dataTable.display tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.row-border tbody tr:first-child th {
  border-top: none;
}

table.dataTable.cell-border tbody td,
table.dataTable.cell-border tbody th {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

table.dataTable.cell-border tbody tr td:first-child,
table.dataTable.cell-border tbody tr th:first-child {
  border-left: 1px solid #dddddd;
}

table.dataTable.cell-border tbody tr:first-child td,
table.dataTable.cell-border tbody tr:first-child th {
  border-top: none;
}

table.dataTable.display tbody tr.odd,
table.dataTable.stripe tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.display tbody tr.odd.selected,
table.dataTable.stripe tbody tr.odd.selected {
  background-color: #abb9d3;
}

table.dataTable.display tbody tr.even:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr:hover,
table.dataTable.hover tbody tr.even:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr:hover {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.even:hover.selected,
table.dataTable.display tbody tr.odd:hover.selected,
table.dataTable.display tbody tr:hover.selected,
table.dataTable.hover tbody tr.even:hover.selected,
table.dataTable.hover tbody tr.odd:hover.selected,
table.dataTable.hover tbody tr:hover.selected {
  background-color: #a9b7d1;
}

table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3,
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}

table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3,
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}

table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}

table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}

table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}

table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}

table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr.even:hover > .sorting_1,
table.dataTable.display tbody tr.odd:hover > .sorting_1,
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr.even:hover > .sorting_2,
table.dataTable.display tbody tr.odd:hover > .sorting_2,
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ebebeb;
}

table.dataTable.display tbody tr.even:hover > .sorting_3,
table.dataTable.display tbody tr.odd:hover > .sorting_3,
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #eeeeee;
}

table.dataTable.display tbody tr.even:hover.selected > .sorting_1,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}

table.dataTable.display tbody tr.even:hover.selected > .sorting_2,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}

table.dataTable.display tbody tr.even:hover.selected > .sorting_3,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111111;
}

table.dataTable.nowrap td,
table.dataTable.nowrap th {
  white-space: nowrap;
}

table.dataTable.compact thead td,
table.dataTable.compact thead th {
  padding: 5px 9px;
}

table.dataTable.compact tfoot td,
table.dataTable.compact tfoot th {
  padding: 5px 9px 3px;
}

table.dataTable.compact tbody td,
table.dataTable.compact tbody th {
  padding: 4px 5px;
}

table.dataTable td.dt-left,
table.dataTable th.dt-left {
  text-align: left;
}

table.dataTable td.dataTables_empty,
table.dataTable td.dt-center,
table.dataTable th.dt-center {
  text-align: center;
}

table.dataTable td.dt-right,
table.dataTable th.dt-right {
  text-align: right;
}

table.dataTable td.dt-justify,
table.dataTable th.dt-justify {
  text-align: justify;
}

table.dataTable td.dt-nowrap,
table.dataTable th.dt-nowrap {
  white-space: nowrap;
}

table.dataTable tfoot td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable thead th.dt-head-left {
  text-align: left;
}

table.dataTable tfoot td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable thead th.dt-head-center {
  text-align: center;
}

table.dataTable tfoot td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable thead th.dt-head-right {
  text-align: right;
}

table.dataTable tfoot td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable thead th.dt-head-justify {
  text-align: justify;
}

table.dataTable tfoot td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable thead th.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody td.dt-body-left,
table.dataTable tbody th.dt-body-left {
  text-align: left;
}

table.dataTable tbody td.dt-body-center,
table.dataTable tbody th.dt-body-center {
  text-align: center;
}

table.dataTable tbody td.dt-body-right,
table.dataTable tbody th.dt-body-right {
  text-align: right;
}

table.dataTable tbody td.dt-body-justify,
table.dataTable tbody th.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody td.dt-body-nowrap,
table.dataTable tbody th.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
  padding: 5px;
  font-size: 1em;
}

.dataTables_wrapper .dataTables_info {
  /* DISPLAYS # OF RECORDS - REMOVING FOR NOW */
  display: none;
  /*  clear: both;
  float: left;
  padding-top: 0.755em;*/
}

.dataTables_wrapper .dataTables_paginate {
  clear: both;
  /* SINCE WE ARE NOT DISPLAYING THE # OF RECORDS, DON'T FLOAT */
  /* float: right;
  text-align: right;*/
  /*  padding-top: 0.25em; */
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  /*color: #00C !important;*/
  border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_processing {
  color: #333333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollBody table,
.dataTables_wrapper.no-footer div.dataTables_scrollHead table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_length {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
/* -------------------------------------------------------------------------- *\
 * Necessary styling for the dialog to work
 * -------------------------------------------------------------------------- */
/**
 * When `<dialog>` is properly supported, the overlay is implied and can be
 * styled with `::backdrop`, which means the DOM one should be removed.
 */
[data-a11y-dialog-native] .dialog-overlay {
  display: none;
}

/**
 * When `<dialog>` is not supported, its default display is `inline` which can
 * cause layout issues.
 */
dialog[open] {
  display: block;
}

.dialog[aria-hidden=true] {
  display: none;
}

/* -------------------------------------------------------------------------- *\
 * Styling to make the dialog look like a dialog
 * -------------------------------------------------------------------------- */
.dialog-overlay {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.66);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.66);
}

.dialog-content {
  background-color: white;
  z-index: 3;
  position: fixed;
  top: 50%;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* -------------------------------------------------------------------------- *\
 * Extra dialog styling to make it shiny
 * -------------------------------------------------------------------------- */
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes appear {
  from {
    transform: translate(-50%, -40%);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.dialog:not([aria-hidden=true]) > .dialog-overlay {
  animation: fade-in 200ms 1 both;
}

.dialog:not([aria-hidden=true]) > .dialog-content {
  animation: appear 400ms 150ms 1 both;
}

.dialog-content {
  padding: 1em;
  max-width: 90%;
  width: 600px;
  border-radius: 2px;
}

@media screen and (min-width: 700px) {
  .dialog-content {
    padding: 2em;
  }
}
.dialog-overlay {
  background-color: rgba(43, 46, 56, 0.9);
}

.dialog h1 {
  font-size: 1.5em;
}

.dialog-close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-weight: bold;
  font-size: 1.25em;
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  cursor: pointer;
  transition: 0.15s;
}

@media screen and (min-width: 700px) {
  .dialog-close {
    top: 1em;
    right: 1em;
  }
}
.input-group.usg-search {
  display: block;
}

@media (max-width: 480px) {
  .CoveoSearchInterface .CoveoSearchbox {
    margin-right: 0;
  }
}
.magic-box .magic-box-input,
.magic-box .magic-box-input .magic-box-underlay,
.magic-box .magic-box-input > input,
magic-box-icon {
  height: 2.5rem;
}

.magic-box .magic-box-clear {
  line-height: 2.5rem;
}

.CoveoSearchButton {
  height: 2.6rem;
  background-color: #e31c3d;
  color: #fefefe;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.CoveoSearchButton:hover {
  background-color: #b61631;
}

.CoveoSearchButton:hover .coveo-magnifier-circle-svg {
  fill: #fefefe;
}

.coveo-search-button-svg {
  color: #fefefe;
}

#offCanvasRight .CoveoOmnibox {
  width: 215px;
}

#offCanvasRight #globalsearchoffcanvas.CoveoSearchInterface {
  min-width: auto;
}

#globalsearchoffcanvas.CoveoSearchInterface {
  min-width: 100%;
  margin: 0 1rem;
}

.usg-form .form-error {
  font-size: 0.85rem;
  color: #AC152F;
}
.usg-form .is-invalid-label {
  color: #AC152F;
}

.usg-accordion a.accordion-title {
  font-size: 1rem;
  text-transform: uppercase;
  color: #0a0a0a;
  display: inline-block;
  width: 100%;
}

.usg-accordion-menu .menu.nested {
  margin-left: 0;
}
.usg-accordion-menu ul.menu {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
}
.usg-accordion-menu ul.menu li.is-accordion-submenu-parent > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #666;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.usg-accordion-menu ul.menu li.is-accordion-submenu-parent > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #666;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.usg-accordion-menu ul.menu li.is-accordion-submenu-parent[aria-expanded=true] > a:after,
.usg-accordion-menu ul.menu li.is-accordion-submenu-parent[aria-expanded=true] > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.usg-accordion-menu ul.menu li.is-accordion-submenu-parent[aria-expanded=true] > a {
  background: #e1e1e1;
}
.usg-accordion-menu ul.menu li {
  margin: inherit;
  padding: inherit;
  border: inherit;
  list-style: inherit;
  line-height: inherit;
  display: inherit;
  position: inherit;
}
.usg-accordion-menu ul.menu li a {
  margin: inherit;
  border: inherit;
  list-style: inherit;
  line-height: inherit;
  display: inherit;
  position: inherit;
  padding: 16px 34px 16px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 1rem;
  text-decoration: none;
  color: #333333;
  background: #fefefe;
  border-top: 1px solid #e1e1e1;
}
.usg-accordion-menu ul.menu li a svg,
.usg-accordion-menu ul.menu li a span {
  display: inline-block;
}
.usg-accordion-menu ul.menu li a svg {
  margin-right: 0.25rem;
}
.usg-accordion-menu ul.menu li a span {
  width: 90%;
}
.usg-accordion-menu ul.menu li a:hover {
  color: inherit;
  background: #f1f1f1;
}
.usg-accordion-menu ul.menu li ul li > a {
  padding: 14px 34px 14px 32px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: inherit;
  color: #666666;
  background: #f1f1f1;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.usg-accordion-menu ul.menu li ul li a:hover {
  color: inherit;
  background: #e1e1e1;
}
.usg-accordion-menu ul.menu li ul ul li > a {
  padding-left: 42px;
  font-size: 13px;
  background: #f9f9f9;
}
.usg-accordion-menu ul.menu li ul ul li a:hover {
  background: #f1f1f1;
}
.usg-accordion-menu ul.menu li.active > a:first-child:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 8px;
  border: 6px solid transparent;
  border-left: 6px solid #037ABF;
}
.usg-accordion-menu ul.menu li.active ul li.active > a:first-child {
  color: #0a0a0a;
  font-style: italic;
  background: #f1f1f1;
}
.usg-accordion-menu ul.menu li.active.is-accordion-submenu-parent > a:first-child {
  background: #037ABF;
  color: #fff;
  font-style: normal;
}
.usg-accordion-menu ul.menu li.active.is-accordion-submenu-parent > a:first-child:before {
  top: 23px;
  border: none;
  left: inherit;
}
.usg-accordion-menu ul.menu li.active.is-accordion-submenu-parent > a:first-child:after,
.usg-accordion-menu ul.menu li.active.is-accordion-submenu-parent > a:first-child:before {
  background: #fff;
}
.usg-accordion-menu ul.menu li.active.is-accordion-submenu-parent ul li.active.is-accordion-submenu-parent > a:first-child {
  background: #e1e1e1;
  color: #0a0a0a;
  font-style: normal;
}
.usg-accordion-menu ul.menu li.active.is-accordion-submenu-parent ul li.active.is-accordion-submenu-parent > a:first-child:after,
.usg-accordion-menu ul.menu li.active.is-accordion-submenu-parent ul li.active.is-accordion-submenu-parent > a:first-child:before {
  background: #0a0a0a;
}
.usg-accordion-menu ul.menu li.has-submenu[aria-expanded=true] > a:first-child {
  background: #e5e5e5;
}
.usg-accordion-menu ul.menu li.has-submenu[aria-expanded=true] ul li.active > a:first-child:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 8px;
  border: 6px solid transparent;
  border-left: 6px solid #037ABF;
}
.usg-accordion-menu > ul > li:last-child > a {
  border-bottom: 1px solid #e1e1e1;
}

#offCanvasRight .usg-accordion-menu ul.menu li a {
  margin: 0 3px 0 2px;
  background: transparent;
  border-top: 0;
}
#offCanvasRight .usg-accordion-menu ul.menu li ul li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  background: none;
  margin: 2px;
}
#offCanvasRight .usg-accordion-menu ul.menu li ul li.is-accordion-submenu-parent > a:after {
  right: 26px;
  top: 12px;
}
#offCanvasRight .usg-accordion-menu ul.menu li ul li.is-accordion-submenu-parent > a:before {
  right: 22px;
  top: 16px;
}
#offCanvasRight .usg-accordion-menu > ul > li:last-child > a {
  border-bottom: 0;
}

button {
  color: inherit;
}

.dropdown.menu .submenu li {
  background-color: #fefefe;
}
.dropdown.menu .submenu li a {
  color: #2c3e50;
  font-size: 0.875rem;
  padding: 0.75rem;
  text-align: left;
}
.dropdown.menu .submenu li:hover {
  background-color: #f3f3f3;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  margin-top: 3px;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  z-index: 999;
}

table {
  width: 100%;
}
table a {
  color: #02669f;
}

table tr, table td {
  border: 1px solid #e9e9e9;
}

.usg-tabs {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.usg-tabs .tabs-title > a:focus, .usg-tabs .tabs-title > a[aria-selected=true] {
  color: #fff;
  font-weight: 600;
  background: #e31c3d;
}

.usg-magellan a.active {
  background: #037ABF;
  color: #fefefe;
}

.usg-tab-menu {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin: 1rem 0;
}
.usg-tab-menu li > a {
  line-height: 1;
  font-size: 0.875rem;
}
.usg-tab-menu li a.active {
  padding: 1.25rem 1.5rem;
  color: #fff;
  font-weight: 600;
  background: #e31c3d;
}

.fa-arrow-circle-right:before, .fa-external-link:before {
  color: #e31c3d;
}

.usg-dark-blue {
  background-color: #2c3e50;
}

.usg-medium-blue {
  background-color: #037ABF;
}

.usg-light-blue {
  background-color: #6dbcdb;
}

.usg-red {
  background-color: #e31c3d;
}

.usg-gray {
  background-color: #f3f3f3;
}

.usg-green {
  background-color: #8cc63f;
}

.usg-dark-blue-text {
  color: #2c3e50;
}

.usg-medium-blue-text {
  color: #037ABF;
}

.usg-light-blue-text {
  color: #6dbcdb;
}

.usg-red-text {
  color: #e31c3d;
}

.usg-gray-text {
  color: #f3f3f3;
}

.usg-green-text {
  color: #8cc63f;
}

.list-calendar .row:not(:last-of-type) {
  margin-bottom: 1.75rem;
}
.list-calendar .row:last-of-type {
  margin-bottom: 2.5rem;
}
.list-calendar .row .date {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #fefefe;
  text-align: center;
  position: relative;
}
.list-calendar .row .date .binds {
  position: absolute;
  height: 12px;
  width: 60px;
  background: transparent;
  border: 2px solid #cacaca;
  border-width: 0 5px;
  top: -6px;
  left: 0;
  right: 0;
  margin: auto;
}
.list-calendar .row .date .month {
  background: #e31c3d;
  display: block;
  padding: 5px 0 4px 0;
  color: #fefefe;
  font-size: 12px;
  font-weight: bold;
}
.list-calendar .row .date .day {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 2;
  position: relative;
  border: 1px solid #f5f5f5;
}

aside .secondary {
  border: none;
}
aside .callout {
  text-align: center;
  border-top: 4px solid #037ABF;
  background: #f3f3f3;
}
aside .callout a {
  color: #02669f;
}
aside .callout button a {
  color: #fefefe;
}
aside .callout ul, aside .callout li {
  text-align: left;
}
aside .callout svg {
  color: #e31c3d;
}
aside .callout .fa-li {
  top: 0.3em;
}
aside .callout h3 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  padding: 1rem 0;
  color: #2c3e50;
  border-bottom: 1px solid #2c3e50;
}
aside .callout p i {
  margin-right: 4px;
}
aside .callout p.name {
  margin-bottom: 0;
}
aside .callout img {
  margin: 1rem 0;
}

.event-panel .callout {
  margin-bottom: 2rem;
}
.event-panel .callout h2, .event-panel .callout h3, .event-panel .callout h4, .event-panel .callout h5, .event-panel .callout h6 {
  margin-bottom: 0.5rem;
}

.main-item h2 {
  background: #e31c3d;
  display: inline;
  font-size: 1rem;
  margin: 0;
  padding: 0.5rem 1rem;
  color: #fff;
  position: absolute;
  text-transform: uppercase;
}
.main-item div {
  position: relative;
  height: 350px;
  background-size: cover;
  background-position: center;
  z-index: 1;
  background-color: #000;
}
.main-item div:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: background-color 0.5s ease;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: -9999;
}
.main-item div:hover:before {
  background: none;
}
.main-item a {
  display: block;
  background: rgba(200, 54, 54, 0.5);
}
.main-item h3 {
  color: #fff;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
}
.main-item h3 span {
  font-size: 1rem;
  display: block;
}

.additional-items h2 {
  background: #2980b9;
  width: 100%;
  font-size: 0.9rem;
  margin: 0;
  padding: 0.2rem 0.5rem;
  color: #fff;
  position: absolute;
  text-transform: uppercase;
}
.additional-items div {
  position: relative;
  height: 175px;
  padding: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.additional-items div:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: background-color 0.5s ease;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: -9999;
}
.additional-items div:hover:before {
  background: none;
}
.additional-items a {
  display: block;
  background: rgba(200, 54, 54, 0.5);
}
.additional-items h3 {
  color: #fff;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
}
.additional-items h3 span {
  font-size: 0.8rem;
  display: block;
}

@media print, screen and (min-width: 40em) {
  .feature {
    margin-bottom: 2.5rem !important;
  }

  .main-item {
    padding-left: 0.9375rem !important;
  }
  .main-item h2 {
    font-size: 1.1rem;
  }
  .main-item h3 {
    font-size: 1.2rem;
  }
  .main-item h3 span {
    font-size: 1rem;
  }

  .additional-items {
    padding-right: 0.9375rem !important;
  }
  .additional-items h2 {
    font-size: 1rem;
  }
  .additional-items h3 {
    font-size: 1rem;
  }
  .additional-items h3 span {
    font-size: 0.9rem;
  }
}
@media print, screen and (min-width: 64em) {
  .main-item h2 {
    font-size: 1.2rem;
  }
  .main-item h3 {
    font-size: 1.9rem;
  }
  .main-item h3 span {
    font-size: 1.2rem;
  }

  .additional-items h2 {
    font-size: 1rem;
  }
  .additional-items h3 {
    font-size: 1.2rem;
  }
  .additional-items h3 span {
    font-size: 1rem;
  }
}
figure.table p {
  margin: 0;
}

.plainText {
  font-weight: normal;
  font-size: 1em;
}

.image-center,
.image-left,
.image-right {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 1rem;
}

@media print, screen and (min-width: 40em) {
  .image-left {
    float: left;
    padding: 0 1rem 1rem 0;
  }

  .image-right {
    float: right;
    padding: 0 0 1rem 1rem;
  }

  .image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
  }
}
.vertical-align {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.small-center,
.small-center-only {
  text-align: center;
}

.small-left,
.small-left-only {
  text-align: left;
}

.small-right,
.small-right-only {
  text-align: right;
}

@media print, screen and (min-width: 40em) {
  .small-center-only,
.small-left-only,
.small-right-only {
    text-align: left;
  }

  .medium-left,
.medium-left-only {
    text-align: left;
  }

  .medium-right,
.medium-right-only {
    text-align: right;
  }

  .medium-center,
.medium-center-only {
    text-align: center;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-center-only,
.medium-left-only,
.medium-right-only,
.small-center-only,
.small-left-only,
.small-right-only {
    text-align: left;
  }

  .large-center,
.large-center-only {
    text-align: center;
  }

  .large-left,
.large-left-only {
    text-align: left;
  }

  .large-right,
.large-right-only {
    text-align: right;
  }
}
.padding-bottom {
  padding-bottom: 1rem;
}

.padding-top {
  padding-top: 1rem;
}

.margin-bottom {
  margin-bottom: 1rem;
}

.margin-top {
  margin-top: 1rem;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.back-to-top {
  z-index: 1;
  position: fixed;
  bottom: 2rem;
  right: 0;
  text-decoration: none;
  color: #666;
  background-color: rgba(235, 235, 235, 0.8);
  font-size: 1rem;
  padding: 0.5rem;
  display: none;
}

.back-to-top:hover {
  background-color: rgba(135, 135, 135, 0.5);
  color: #fff;
}

@media print, screen and (min-width: 40em) {
  .back-to-top {
    font-size: 1.5rem;
    padding: 0.8rem;
  }
}
/* Auto add extension icon to document links
-------------------------------------------------------------------------*/
a[href$=".eps"],
a[href$=".jpeg"],
a[href$=".jpg"],
a[href$=".png"] {
  padding-right: 20px;
  padding-bottom: 2px;
  line-height: 18px;
  background: url("/assets/global/icons/jpg.png") 100% 0 no-repeat;
}

a[href$=".PDF"],
a[href$=".pdf"] {
  padding-right: 20px;
  padding-bottom: 2px;
  line-height: 18px;
  background: url("/assets/global/icons/pdf.png") 100% 0 no-repeat;
}

a[href$=".DOC"],
a[href$=".doc"],
a[href$=".docx"],
a[href$=".dotx"] {
  padding-right: 20px;
  padding-bottom: 2px;
  line-height: 18px;
  background: url("/assets/global/icons/doc.png") 100% 0 no-repeat;
}

a[href$=".xls"],
a[href$=".xlsm"],
a[href$=".xlsx"] {
  padding-right: 20px;
  padding-bottom: 2px;
  line-height: 18px;
  background: url("/assets/global/icons/xls.png") 100% 0 no-repeat;
}

a[href$=".PPT"],
a[href$=".ppt"],
a[href$=".pptx"] {
  padding-right: 20px;
  padding-bottom: 2px;
  line-height: 18px;
  background: url("/assets/global/icons/ppt.png") 100% 0 no-repeat;
}

a[href$=".zip"] {
  padding-right: 20px;
  padding-bottom: 2px;
  line-height: 18px;
  background: url("/assets/global/icons/zip.png") 100% 0 no-repeat;
}

a[href$=".ics"] {
  padding-right: 20px;
  padding-bottom: 2px;
  line-height: 18px;
  background: url("/assets/global/icons/ics.png") 100% 0 no-repeat;
}

a[href$=".pdf"] img {
  background: none;
}

a[href*="youtu.be"],
a[href*=youtube] {
  padding-right: 20px;
  padding-bottom: 2px;
  line-height: 18px;
  background: url("/assets/global/icons/youtube.png") 100% 3px no-repeat;
}

a.noicon {
  background: none;
  padding: 0;
  text-decoration: none;
}

@media print {
  a[href]:after {
    display: none;
    visibility: hidden;
  }
}
#homepage section h3, #homepage section h4 {
  font-family: oswald;
  font-size: 2.5rem;
}
#homepage section h3 {
  margin-bottom: 2rem;
}
#homepage section h4 {
  font-size: 1.5rem;
}
#homepage .owl-carousel {
  /* changed from defaut by Jason to fix issue with About dropdown not showing */
  position: inherit;
  z-index: auto;
  margin-bottom: 2rem;
}
#homepage .owl-carousel#institution-carousel {
  margin-bottom: 0;
}
#homepage .owl-carousel#institution-carousel .owl-dots {
  margin-top: 0;
  margin-bottom: 0;
}
#homepage section:not(.hero):not(#emergencymessage):not(:first-child) {
  padding: 4rem 0;
  border-top: 1px solid;
}
#homepage main {
  padding-bottom: 0;
}
#homepage .owl-dots {
  margin-bottom: 4rem;
}
#homepage header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
#homepage .hero {
  position: relative;
  background-color: #182029;
  width: 100vw;
  height: 100vh;
  padding: 107px 2rem 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: none;
  overflow: hidden;
  background-image: url("/assets/global/images/hero/ajax-loader.gif");
  background-position: center center;
  background-size: cover;
  margin-bottom: 0;
  color: #fefefe;
}
#homepage .hero::before {
  content: unset;
  position: unset;
  z-index: unset;
  top: unset;
  left: unset;
  background-color: unset;
}
@media print, screen and (orientation: portrait) {
  #homepage .hero {
    padding-top: 15vh;
  }
}
@media print, screen and (min-width: 40em) {
  #homepage .hero {
    justify-content: end;
  }
}
#homepage .hero h2 {
  line-height: 1;
  font-weight: 400;
  color: #fefefe;
  margin-bottom: 3vh;
  text-shadow: 1px 1px 3px #333;
  font-family: oswald;
  color: #fefefe;
  font-size: 7vmin;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
@media print, screen and (min-width: 40em) {
  #homepage .hero h2 {
    margin-top: 15vh;
  }
}
#homepage .hero a {
  color: #fefefe;
  font-family: oswald;
  font-size: 2.26vmin;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 8vh;
}
#homepage .hero a::after {
  content: "⤵";
  margin-left: 0.5rem;
}
#homepage .hero a[target=_blank]::after {
  content: "➲";
  margin-left: 0.5rem;
}
#homepage .hero .image-wrapper {
  margin-top: auto;
}
@media print, screen and (orientation: portrait) {
  #homepage .hero .image-wrapper {
    margin-bottom: 1.5rem;
    margin-left: auto;
  }
}
@media print, screen and (orientation: landscape) {
  #homepage .hero .image-wrapper {
    flex-shrink: 0;
    margin-bottom: unset;
    margin-left: unset;
  }
}
#homepage .hero .image-wrapper img {
  max-width: unset;
  height: 55vh;
}
@media print, screen and (orientation: portrait) {
  #homepage .hero .image-wrapper img.small {
    display: block;
    max-width: unset;
    height: 66vh;
  }
  #homepage .hero .image-wrapper img.large {
    display: none;
  }
}
@media print, screen and (orientation: landscape) {
  #homepage .hero .image-wrapper img.small {
    display: none;
  }
  #homepage .hero .image-wrapper img.large {
    display: block;
  }
}
#homepage #institutions {
  background: #f1f1f1;
}
#homepage #institutions a {
  color: #02669f;
}
#homepage #institutions > .row h3 {
  margin-bottom: 0.5rem;
}
#homepage #institutions > .row a.button {
  margin: 0;
}
#homepage #institutions > .row > .columns > div {
  overflow: hidden;
  padding-bottom: 2rem;
}
#homepage #institutions > .row > .columns > div .slick-prev {
  left: 0;
}
#homepage #institutions > .row > .columns > div .slick-next {
  right: 0;
}
#homepage #institutions > .row > .columns > div .slick-next:before,
#homepage #institutions > .row > .columns > div .slick-prev:before {
  color: #3D4351 !important;
}
#homepage #institutions > .row:last-of-type .columns {
  text-align: center;
}
@media print, screen and (max-width: 63.99875em) {
  #homepage #institutions > .row .columns .scrolling-institutions {
    padding-bottom: 1rem;
  }
}
#homepage #news .row .columns img {
  margin-bottom: 1rem;
}
#homepage #news .row .columns.flex-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
#homepage #news .row .columns.flex-header h3 {
  margin-bottom: 0;
}
#homepage #news .row .columns.flex-header a {
  color: #0a0a0a;
  font-family: oswald;
  font-size: 1.25rem;
}
#homepage #news .row .columns .story h5 {
  margin-bottom: 0.5rem;
}
#homepage #news .row .columns .story h5 a {
  font-size: 1.2rem;
  display: block;
  background: none;
  padding: 0;
}
#homepage #news .row .columns .story h5 a:hover {
  color: #3D4351;
}
#homepage #news .row .columns .story p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

#institutions main section > .row:first-child ul.tabs {
  text-align: center;
}
#institutions main section > .row .tabs {
  margin: 1rem 0 0 0;
}
#institutions main section > .row .tabs .tabs-title:nth-last-child(2):first-child, #institutions main section > .row .tabs .tabs-title:nth-last-child(2):first-child ~ li {
  width: 50%;
}
#institutions main section > .row .tabs .tabs-title a {
  font-size: 1.25rem;
  margin-right: -6px;
  border: 2px solid #2c3e50;
  background: #2c3e50;
  color: #fefefe;
}
#institutions main section > .row .tabs .tabs-title:not(.is-active) a {
  color: #2c3e50;
  background: #fefefe;
}
#institutions main section > .row .tabs-content .tabs-panel {
  padding: 0;
}
#institutions main section > .row .tabs-content .tabs-panel .inst-item {
  position: relative;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  background-color: #000;
}
#institutions main section > .row .tabs-content .tabs-panel .inst-item .inst-name {
  background-color: rgba(78, 89, 54, 0.8);
  width: 100%;
  padding: 1em 0 1em 1em;
  position: absolute;
  top: 0;
  margin-top: 0;
  text-transform: uppercase;
  color: #fff;
}
#institutions main section > .row .tabs-content .tabs-panel .inst-item a.inst-thumb img {
  width: 100%;
}
#institutions main section > .row .tabs-content .tabs-panel .inst-item .inst-info {
  width: 100%;
  height: 7em;
  position: absolute;
  bottom: 0;
  padding: 45px 10px 0 10px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#a6000000",GradientType=0);
}
#institutions main section > .row .tabs-content .tabs-panel .inst-item .inst-info .inst-info-top {
  position: relative;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
}
#institutions main section > .row .tabs-content .tabs-panel .inst-item .inst-info .inst-info-top .inst-type {
  float: left;
  color: #ffffff;
  display: inline;
}
#institutions main section > .row .tabs-content .tabs-panel .inst-item .inst-info .inst-info-top .inst-type span {
  font-style: italic;
}
#institutions main section > .row .tabs-content .tabs-panel .inst-item .inst-info .inst-info-top .inst-profile {
  margin-left: 10px;
  float: right;
  color: #6dbcdb;
  display: inline;
}
#institutions main section > .row .tabs-content .tabs-panel .inst-item .inst-info .inst-info-top .inst-web {
  float: left;
  display: inline;
  color: #6dbcdb;
}
#institutions main section > .row .tabs-content .tabs-panel .inst-item .inst-info .inst-info-top .inst-mobile {
  float: right;
  display: inline;
}
#institutions main section > .row .tabs-content .tabs-panel .inst-item .inst-info .inst-info-top .inst-adrs, #institutions main section > .row .tabs-content .tabs-panel .inst-item .inst-info .inst-info-top .inst-profile, #institutions main section > .row .tabs-content .tabs-panel .inst-item .inst-info .inst-info-top .inst-type, #institutions main section > .row .tabs-content .tabs-panel .inst-item .inst-info .inst-info-top .inst-web, #institutions main section > .row .tabs-content .tabs-panel .inst-item .inst-info .inst-info-top .inst-mobile, #institutions main section > .row .tabs-content .tabs-panel .inst-item .inst-info .inst-info-top .inst-main-phone {
  display: inline;
  width: auto;
}
#institutions main section > .row .tabs-content .tabs-panel .inst-item .inst-info .inst-info-btm {
  position: relative;
  padding-top: 5px;
  font-size: 12px;
}
#institutions main section > .row .tabs-content .tabs-panel .inst-item .inst-info .inst-info-btm .inst-main-phone {
  float: left;
  color: #fefefe;
  display: inline;
}
#institutions main section > .row .tabs-content .tabs-panel .inst-item .inst-info .inst-info-btm .inst-adrs {
  float: right;
  color: #fefefe;
  display: inline;
}
@media print, screen and (min-width: 40em) {
  #institutions .hero .row .columns .wrapper {
    display: block;
    z-index: 99;
  }
  #institutions .hero #institution-overlay .button {
    margin-top: 13rem;
    font-size: 1.875rem;
  }
}
#institutions > .row:first-child h2 {
  display: block;
}
#institutions > .row:first-child h2 {
  margin-bottom: 1rem;
}

divisions .division-links li i {
  color: #e31c3d;
}
divisions .division-links li a {
  text-transform: uppercase;
  color: #037ABF;
}

#policies main a.accordion-title > span {
  display: block;
}
#policies main a.accordion-title > :first-child {
  text-align: center;
  max-width: 10rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 64em) {
  #policies main a.accordion-title > span {
    display: inline-block;
    min-width: 10rem;
  }
  #policies main a.accordion-title > :first-child {
    margin-bottom: 0;
  }
  #policies main a.accordion-title > :last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

#your-future-earnings header .title-bar {
  min-height: 3rem;
}
@media print, screen and (min-width: 64em) {
  #your-future-earnings header .title-bar {
    min-height: auto;
  }
}
#your-future-earnings #mobileTitle.app {
  margin-bottom: 1rem;
}
#your-future-earnings main > .your-future-earnings.expanded {
  margin-bottom: 2rem;
  min-height: 400px;
  background-image: url("/assets/usg/images/gagraduatesherofinal.png");
  background-size: cover;
  padding: 4rem 0;
}
#your-future-earnings main > .your-future-earnings.expanded .column, #your-future-earnings main > .your-future-earnings.expanded .columns {
  color: #fefefe;
}
#your-future-earnings main > .your-future-earnings.expanded .column h2, #your-future-earnings main > .your-future-earnings.expanded .columns h2,
#your-future-earnings main > .your-future-earnings.expanded .column h3,
#your-future-earnings main > .your-future-earnings.expanded .columns h3 {
  text-shadow: 4px 8px 8px #0a0a0a;
  font-family: "Oswald", sans-serif;
  margin: 0;
}
#your-future-earnings main > .your-future-earnings.expanded .column h2, #your-future-earnings main > .your-future-earnings.expanded .columns h2 {
  font-size: 3rem;
}
@media print, screen and (min-width: 64em) {
  #your-future-earnings main > .your-future-earnings.expanded .column h2, #your-future-earnings main > .your-future-earnings.expanded .columns h2 {
    font-size: 5.5rem;
  }
}
#your-future-earnings main > .your-future-earnings.expanded .column h3, #your-future-earnings main > .your-future-earnings.expanded .columns h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
#your-future-earnings main > .your-future-earnings.expanded .column hr, #your-future-earnings main > .your-future-earnings.expanded .columns hr {
  width: 5rem;
  height: 10px;
  border: 0;
  background-color: #fefefe;
  margin: 1rem 0;
}
#your-future-earnings main > .your-future-earnings.expanded .column .button, #your-future-earnings main > .your-future-earnings.expanded .columns .button {
  width: 100%;
  border-radius: 5px;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  font-size: 1rem;
  font-family: "roboto", Sans-Serif;
}
@media print, screen and (min-width: 64em) {
  #your-future-earnings main > .your-future-earnings.expanded .column .button, #your-future-earnings main > .your-future-earnings.expanded .columns .button {
    width: auto;
  }
  #your-future-earnings main > .your-future-earnings.expanded .column .button:not(:last-child), #your-future-earnings main > .your-future-earnings.expanded .columns .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}
#your-future-earnings main > .your-future-earnings.expanded .column .return-to-site, #your-future-earnings main > .your-future-earnings.expanded .columns .return-to-site {
  margin-top: 1rem;
}
#your-future-earnings main > .your-future-earnings.expanded .column .return-to-site a, #your-future-earnings main > .your-future-earnings.expanded .columns .return-to-site a {
  font-size: 1.2rem;
  color: #fff;
}
#your-future-earnings main > .your-future-earnings.expanded .column .return-to-site a:hover, #your-future-earnings main > .your-future-earnings.expanded .columns .return-to-site a:hover {
  text-decoration: underline;
}
#your-future-earnings main .oswald-font {
  font-family: "Oswald", sans-serif;
}
#your-future-earnings main h2.oswald-font {
  font-size: 3rem;
}
#your-future-earnings main h2.oswald-font.app {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 40em) {
  #your-future-earnings main h2.oswald-font.app {
    font-size: 2.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  #your-future-earnings main h2.oswald-font.app {
    font-size: 3rem;
  }
}
#your-future-earnings main h2.oswald-font.app #bargraph {
  margin-right: 0.2rem;
  display: inline-block;
  width: 21px;
}
@media print, screen and (min-width: 40em) {
  #your-future-earnings main h2.oswald-font.app #bargraph {
    width: 30px;
  }
}
@media print, screen and (min-width: 64em) {
  #your-future-earnings main h2.oswald-font.app #bargraph {
    width: 40px;
  }
}
#your-future-earnings main h2.oswald-font.app a {
  color: #0a0a0a;
}
#your-future-earnings main .back-to-sites {
  margin-bottom: 1.75rem;
}
#your-future-earnings main h3.oswald-font {
  font-size: 1.6rem;
}
#your-future-earnings main h3.oswald-font.app {
  font-size: 1.5rem;
}
#your-future-earnings main .current-app-page.bar {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  #your-future-earnings main .current-app-page.bar {
    margin-bottom: 3rem;
  }
}
#your-future-earnings main .current-app-page.bar .columns {
  display: flex;
  align-items: center;
  padding: 1rem 0 1rem 2rem;
}
#your-future-earnings main .current-app-page.bar .columns lottie-player,
#your-future-earnings main .current-app-page.bar .columns span {
  margin: 0;
}
#your-future-earnings main .current-app-page.bar .columns lottie-player {
  width: 3rem;
  margin-right: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  #your-future-earnings main .current-app-page.bar .columns lottie-player {
    width: 5rem;
  }
}
#your-future-earnings main .current-app-page.bar .columns span {
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  #your-future-earnings main .current-app-page.bar .columns span {
    font-size: 1.5rem;
  }
}
#your-future-earnings main .current-app-page.earnings-after-graduation {
  background-color: rgba(140, 198, 63, 0.4);
}
#your-future-earnings main .current-app-page.compare-between-majors {
  background-color: rgba(109, 188, 219, 0.4);
}
#your-future-earnings main .current-app-page.compare-between-schools {
  background-color: rgba(0, 56, 168, 0.4);
}
#your-future-earnings main .current-app-page.range-of-earnings-by-program-area {
  background-color: rgba(3, 122, 191, 0.4);
}
#your-future-earnings main a.earnings-after-graduation:hover {
  background-color: rgba(140, 198, 63, 0.4);
}
#your-future-earnings main a.compare-between-majors:hover {
  background-color: rgba(109, 188, 219, 0.4);
}
#your-future-earnings main a.compare-between-schools:hover {
  background-color: rgba(0, 56, 168, 0.4);
}
#your-future-earnings main a.range-of-earnings-by-program-area:hover {
  background-color: rgba(3, 122, 191, 0.4);
}
#your-future-earnings main .app.container .column.column-block, #your-future-earnings main .app.container .column-block.columns {
  text-align: center;
}
#your-future-earnings main .app.container .column.column-block a, #your-future-earnings main .app.container .column-block.columns a {
  text-align: center;
  color: #0a0a0a;
  display: block;
  width: 100%;
  font-family: "Oswald", sans-serif;
  padding: 1rem;
}
#your-future-earnings main .app.container .column.column-block a lottie-player, #your-future-earnings main .app.container .column-block.columns a lottie-player,
#your-future-earnings main .app.container .column.column-block a span,
#your-future-earnings main .app.container .column-block.columns a span {
  display: block;
}
#your-future-earnings main .app.container .column.column-block a lottie-player, #your-future-earnings main .app.container .column-block.columns a lottie-player {
  margin: 0 auto 0.25rem auto;
}
#your-future-earnings main .app.container .column.column-block a span, #your-future-earnings main .app.container .column-block.columns a span {
  line-height: 1.4;
  margin: 0 auto;
  font-size: 0.7rem;
}
@media print, screen and (min-width: 40em) {
  #your-future-earnings main .app.container .column.column-block a span, #your-future-earnings main .app.container .column-block.columns a span {
    font-size: 0.85rem;
  }
}
@media print, screen and (min-width: 64em) {
  #your-future-earnings main .app.container .column.column-block a span, #your-future-earnings main .app.container .column-block.columns a span {
    font-size: 1.18rem;
  }
}
#your-future-earnings main .orbit {
  margin: 4rem 0;
}
#your-future-earnings main .orbit.app {
  margin: 1rem 0;
}
#your-future-earnings main .orbit nav#items.orbit-bullets {
  margin: 0;
}
#your-future-earnings main .orbit nav#items.orbit-bullets.app ul li:not(:last-of-type) {
  margin-right: 0.25rem;
}
#your-future-earnings main .orbit nav#items.orbit-bullets ul {
  margin: 0;
}
#your-future-earnings main .orbit nav#items.orbit-bullets ul li {
  display: inline-block;
}
#your-future-earnings main .orbit nav#items.orbit-bullets ul li:not(:last-of-type) {
  margin-right: 1rem;
}
#your-future-earnings main .orbit nav#items.orbit-bullets ul li button {
  font-size: 1.75rem;
}
#your-future-earnings main .orbit nav#items.orbit-bullets ul li button.app {
  font-size: 1rem;
}
#your-future-earnings main .orbit nav#items.orbit-bullets ul li button:hover {
  cursor: pointer;
}
#your-future-earnings main .orbit nav#items.orbit-bullets ul li button,
#your-future-earnings main .orbit nav#items.orbit-bullets ul li button.is-active {
  background-color: transparent;
  border-radius: 0;
  width: auto;
  height: auto;
}
#your-future-earnings main .orbit nav#items.orbit-bullets ul li button.is-active {
  border-bottom: 3px solid #037ABF;
  padding-bottom: 0.25rem;
}
#your-future-earnings main .orbit #orbit-container {
  display: none;
  list-style-type: none;
  padding-top: 2rem;
  margin: 0;
}
#your-future-earnings main .orbit #orbit-container .orbit-slide {
  position: relative;
  text-align: left;
}
#your-future-earnings main ul#insts-list {
  margin: 0;
}
#your-future-earnings main ul#insts-list ul {
  margin: 0 0 1rem 0;
}
#your-future-earnings main ul#insts-list li {
  list-style-type: none;
}
#your-future-earnings main ul#insts-list > li {
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
}
#your-future-earnings main ul#insts-list > li a {
  font-family: roboto, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
}
#your-future-earnings main .card-wrapper .column:nth-child(1), #your-future-earnings main .card-wrapper .columns:nth-child(1) {
  padding-right: 0.5rem;
}
#your-future-earnings main .card-wrapper .column:nth-child(1) .card, #your-future-earnings main .card-wrapper .columns:nth-child(1) .card {
  background-color: rgba(140, 198, 63, 0.4);
}
#your-future-earnings main .card-wrapper .column:nth-child(1) .card a, #your-future-earnings main .card-wrapper .columns:nth-child(1) .card a {
  background-color: #8cc63f;
  color: #0a0a0a;
}
#your-future-earnings main .card-wrapper .column:nth-child(2), #your-future-earnings main .card-wrapper .columns:nth-child(2) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#your-future-earnings main .card-wrapper .column:nth-child(2) .card, #your-future-earnings main .card-wrapper .columns:nth-child(2) .card {
  background-color: rgba(109, 188, 219, 0.4);
}
#your-future-earnings main .card-wrapper .column:nth-child(2) .card a, #your-future-earnings main .card-wrapper .columns:nth-child(2) .card a {
  background-color: #6dbcdb;
  color: #0a0a0a;
}
#your-future-earnings main .card-wrapper .column:nth-child(3), #your-future-earnings main .card-wrapper .columns:nth-child(3) {
  padding-left: 0.5rem;
}
#your-future-earnings main .card-wrapper .column:nth-child(3) .card, #your-future-earnings main .card-wrapper .columns:nth-child(3) .card {
  background-color: rgba(0, 56, 168, 0.4);
}
#your-future-earnings main .card-wrapper .column:nth-child(3) .card a, #your-future-earnings main .card-wrapper .columns:nth-child(3) .card a {
  background-color: #0038A8;
}
#your-future-earnings main .card-wrapper .column:nth-child(4), #your-future-earnings main .card-wrapper .columns:nth-child(4) {
  padding-left: 0.5rem;
}
#your-future-earnings main .card-wrapper .column:nth-child(4) .card, #your-future-earnings main .card-wrapper .columns:nth-child(4) .card {
  background-color: rgba(3, 122, 191, 0.4);
}
#your-future-earnings main .card-wrapper .column:nth-child(4) .card a, #your-future-earnings main .card-wrapper .columns:nth-child(4) .card a {
  background-color: #037ABF;
}
#your-future-earnings main .card-wrapper .card {
  position: relative;
  padding: 150px 4rem 2rem 4rem;
  margin-top: 70px;
  overflow: visible;
}
#your-future-earnings main .card-wrapper .card lottie-player {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  padding: 0;
  transform: translate(-50%, -40%);
  width: 350px;
  height: 250px;
}
#your-future-earnings main .card-wrapper .card .card-section {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0;
}
#your-future-earnings main .card-wrapper .card .card-section p {
  text-align: left;
  font-size: 1.25rem;
}
#your-future-earnings main .card-wrapper .card .card-section a {
  border-radius: 5px;
  align-self: end;
  font-size: 1.25rem;
  font-family: "Oswald", sans-serif;
  color: #fefefe;
  font-size: 1.6rem;
}

html {
  scroll-behavior: smooth;
}

.about-hero.expanded {
  padding-top: 1.5rem !important;
}

.about-hero-images {
  margin-top: -130px;
}
.about-hero-images .row.collapse > .columns {
  padding-left: 5px;
  padding-right: 5px;
}
.about-hero-images .row.collapse > .columns:last-child {
  padding-right: 0;
}
.about-hero-images .row.collapse > .columns:first-child {
  padding-left: 0;
}
@media print, screen and (min-width: 40em) {
  .about-hero-images .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .about-hero-images .columns {
    padding-right: 20px;
    padding-left: 20px;
  }
  .about-hero-images .large-3 {
    width: 28%;
    max-width: 28%;
  }
  .about-hero-images .large-6 {
    width: 44%;
    max-width: 44%;
  }
  .about-hero-images img {
    margin-bottom: 35px !important;
  }
}
@media print, screen and (min-width: 64em) {
  .about-hero-images .large-3 {
    width: 28%;
    max-width: 28%;
  }
  .about-hero-images .large-6 {
    width: 44%;
    max-width: 44%;
  }
  .about-hero-images img {
    margin-bottom: 40px !important;
  }
}
.about-hero-images img {
  border: 4px solid #7cbd32;
  width: 100%;
  margin-bottom: 10px;
}

#about-usg h2, #about-usg h3, #about-usg h4 {
  font-family: "oswald", Sans-Serif;
  color: #286e9c;
}
#about-usg h2 {
  font-size: 3rem;
  text-align: center;
}
#about-usg section#by-the-numbers {
  margin: 2rem 0;
  background-color: #ebebeb;
  font-family: "oswald", Sans-Serif;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
#about-usg section#by-the-numbers span {
  display: block;
  color: #286e9c;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 1rem;
}
#about-usg section#by-the-numbers svg {
  width: 120px;
}
#about-usg section#by-the-numbers .columns {
  margin-bottom: 1rem;
}
#about-usg .callout {
  background-color: #dfedcc;
  border: none;
  padding: 2rem;
}

@media print, screen and (max-width: 63.99875em) {
  #georgia-degrees-pay header .title-bar h1 {
    margin: 0;
    text-align: center;
    display: block;
    position: relative;
    left: 0;
  }
}
#georgia-degrees-pay .title-bar-right {
  display: none;
}
@media print, screen and (min-width: 64em) {
  #georgia-degrees-pay .title-bar-right {
    display: block;
  }
}
#georgia-degrees-pay main {
  padding-bottom: 0;
}
#georgia-degrees-pay main h2, #georgia-degrees-pay main h3, #georgia-degrees-pay main h4 {
  font-family: "oswald", Sans-Serif;
}
#georgia-degrees-pay main p {
  line-height: 1.4;
  margin-bottom: 0;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 40em) {
  #georgia-degrees-pay main p {
    font-size: 1.4rem;
  }
}
#georgia-degrees-pay main .button {
  border-radius: 5px;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  font-size: 1rem;
  font-family: "roboto", Sans-Serif;
}
#georgia-degrees-pay main .hollow {
  border-color: #548122;
  color: #548122;
  margin-right: 1rem;
}
#georgia-degrees-pay main .hollow:hover {
  border-color: #3a5817;
  color: #3a5817;
}
#georgia-degrees-pay main .georgia-degrees-pay-hero {
  position: relative;
}
@media print, screen and (min-width: 40em) {
  #georgia-degrees-pay main .georgia-degrees-pay-hero {
    background-repeat: no-repeat;
    background-position: center top;
  }
}
@media print, screen and (min-width: 64em) {
  #georgia-degrees-pay main .georgia-degrees-pay-hero {
    background-position: 50% 35%;
  }
}
@media print, screen and (min-width: 40em) {
  #georgia-degrees-pay main .georgia-degrees-pay-hero > .row {
    height: 614px;
  }
}
@media print, screen and (min-width: 64em) {
  #georgia-degrees-pay main .georgia-degrees-pay-hero > .row {
    height: 760px;
    z-index: 1;
  }
}
@media print, screen and (min-width: 64em) {
  #georgia-degrees-pay main .georgia-degrees-pay-hero .swoop {
    background-color: #bbbdbf;
    opacity: 0.49;
    clip-path: ellipse(90% 131% at -2% -38%);
    width: 100%;
    height: 850px;
    position: absolute;
    z-index: -2;
  }
}
@media print, screen and (min-width: 64em) {
  #georgia-degrees-pay main .georgia-degrees-pay-hero .swoop-inner {
    background-color: #ebebeb;
    clip-path: ellipse(74% 103% at 10% -38%);
    width: 100%;
    height: 850px;
    position: absolute;
    z-index: -1;
  }
}
#georgia-degrees-pay main .georgia-degrees-pay-hero .hero-text {
  padding-top: 2rem;
  color: #22303e;
}
@media print, screen and (min-width: 40em) {
  #georgia-degrees-pay main .georgia-degrees-pay-hero .hero-text {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media print, screen and (min-width: 64em) {
  #georgia-degrees-pay main .georgia-degrees-pay-hero .hero-text {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}
#georgia-degrees-pay main .georgia-degrees-pay-hero .hero-text h2 {
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  #georgia-degrees-pay main .georgia-degrees-pay-hero .hero-text h2 {
    font-size: 5rem;
    margin-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  #georgia-degrees-pay main .georgia-degrees-pay-hero .hero-text h2 {
    font-size: 5.8rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 40em) {
  #georgia-degrees-pay main .georgia-degrees-pay-hero .hero-text h2 span {
    display: inline;
  }
}
#georgia-degrees-pay main .georgia-degrees-pay-hero .hero-text h3 {
  font-size: 1.5rem;
  color: #037ABF;
}
#georgia-degrees-pay main .georgia-degrees-pay-hero .hero-text p {
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 40em) {
  #georgia-degrees-pay main .georgia-degrees-pay-hero .hero-text p {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 64em) {
  #georgia-degrees-pay main .georgia-degrees-pay-hero .hero-text p {
    font-size: 1.3rem;
  }
}
#georgia-degrees-pay main .georgia-degrees-pay-hero .hero-text .button {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  #georgia-degrees-pay main .georgia-degrees-pay-hero .hero-text .button {
    width: auto;
  }
  #georgia-degrees-pay main .georgia-degrees-pay-hero .hero-text .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}
#georgia-degrees-pay main .georgia-degrees-pay-hero .hero-image {
  position: relative;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 998;
}
#georgia-degrees-pay main .georgia-degrees-pay-hero .hero-image svg {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
#georgia-degrees-pay main .georgia-degrees-pay-hero .hero-image svg .inst {
  cursor: pointer;
}
#georgia-degrees-pay main .georgia-degrees-pay-hero .hero-image #instInfo {
  position: absolute;
  transition: 0.2s ease-out;
  background-color: #ecf0f1;
  border-radius: 3px;
  z-index: 999;
  pointer-events: none;
  font-size: 0.9rem;
}
#georgia-degrees-pay main .georgia-degrees-pay-hero .hero-image #instInfo ul {
  list-style: none;
  padding: 15px;
  margin: 0;
}
#georgia-degrees-pay main .georgia-degrees-pay-hero .hero-image #instInfo ul li {
  margin: 0;
  line-height: 1.2;
}
#georgia-degrees-pay main article h2 {
  margin-top: 2rem;
  color: #286e9c;
  font-size: 2.2rem;
}
@media print, screen and (min-width: 40em) {
  #georgia-degrees-pay main article h2 {
    margin-top: 0;
    font-size: 3.2rem;
    margin-bottom: 2.5rem;
  }
}
#georgia-degrees-pay main article .decide {
  text-align: left;
}
@media print, screen and (min-width: 40em) {
  #georgia-degrees-pay main article .decide {
    text-align: center;
    margin-bottom: 5rem;
  }
}
#georgia-degrees-pay main article .decide p {
  margin-bottom: 1rem;
}
#georgia-degrees-pay main article .decide .button {
  margin-top: 1rem;
}
#georgia-degrees-pay main article .tools .button:not(:last-child) {
  margin-right: 1rem;
}
@media print, screen and (min-width: 40em) {
  #georgia-degrees-pay main article .tools {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#georgia-degrees-pay main article .tools .columns:first-of-type {
  padding-left: 0;
}
@media print, screen and (min-width: 64em) {
  #georgia-degrees-pay main article .tools .columns:first-of-type {
    padding-right: 4rem;
  }
}
#georgia-degrees-pay main article .tools .columns:last-of-type {
  padding-right: 0;
}
@media print, screen and (min-width: 64em) {
  #georgia-degrees-pay main article .tools .columns:last-of-type {
    padding-left: 4rem;
  }
}
@media print, screen and (min-width: 40em) {
  #georgia-degrees-pay main article .tools .columns.medium-push-6 {
    padding-right: 0;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  #georgia-degrees-pay main article .tools .columns.medium-push-6 {
    padding-left: 4rem;
  }
}
@media print, screen and (min-width: 40em) {
  #georgia-degrees-pay main article .tools .columns.medium-pull-6 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-top: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  #georgia-degrees-pay main article .tools .columns.medium-pull-6 {
    padding-right: 4rem;
    padding-left: 8rem;
    padding-top: 7rem;
    padding-bottom: 4rem;
  }
}
#georgia-degrees-pay main article .tools img {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 40em) {
  #georgia-degrees-pay main article .tools img {
    margin-bottom: 0;
  }
}
#georgia-degrees-pay main article .tools .tools-text h3 {
  color: #286e9c;
  font-size: 2.2rem;
}
@media print, screen and (min-width: 40em) {
  #georgia-degrees-pay main article .tools .tools-text h3 {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 64em) {
  #georgia-degrees-pay main article .tools .tools-text h3 {
    font-size: 2rem;
  }
}
#georgia-degrees-pay main article .tools .tools-text p {
  margin-bottom: 1rem;
}
#georgia-degrees-pay main article .tools .tools-text .button {
  font-size: 1.2rem;
  padding: 1em 2em;
}
@media print, screen and (min-width: 40em) {
  #georgia-degrees-pay main article .tools .tools-text .button {
    font-size: 1.2rem;
    padding: 1em 2em;
    margin-top: 1rem;
  }
}
#georgia-degrees-pay main section {
  padding-bottom: 3rem;
  padding-top: 2.5rem;
}
#georgia-degrees-pay main section h2 {
  color: #286e9c;
  font-size: 3rem;
  margin-bottom: 2rem;
}
#georgia-degrees-pay main section h3 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
#georgia-degrees-pay main section.did-you-know {
  background-color: #e6e6e6;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  #georgia-degrees-pay main section.did-you-know .middle-line {
    border-left: 2px solid #286e9c;
    border-right: 2px solid #286e9c;
  }
}
@media print, screen and (min-width: 40em) {
  #georgia-degrees-pay main section.did-you-know .columns {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
#georgia-degrees-pay main section.did-you-know p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 40em) {
  #georgia-degrees-pay main section.did-you-know p {
    margin-bottom: 0;
  }
}
#georgia-degrees-pay main section.did-you-know svg {
  color: #7cbd32;
}
#georgia-degrees-pay main section#gdp-institutions h2 {
  text-align: center;
}
#georgia-degrees-pay main section#gdp-institutions .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 3rem;
}
#georgia-degrees-pay main section#gdp-institutions .owl-item a {
  display: block;
  margin-bottom: 1rem;
}
#georgia-degrees-pay main section#gdp-institutions .owl-item p {
  font-family: "oswald", Sans-Serif;
}
#georgia-degrees-pay main .cards {
  padding-bottom: 3rem;
  padding-top: 2.5rem;
}
#georgia-degrees-pay main .cards h2 {
  color: #286e9c;
  font-size: 3rem;
  margin-bottom: 2rem;
}
#georgia-degrees-pay main .cards .card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-bottom: 1.875rem;
}
#georgia-degrees-pay main .cards .card .first-card .logo {
  padding: 25px 75px;
}
@media print, screen and (min-width: 40em) {
  #georgia-degrees-pay main .cards .card .first-card {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #georgia-degrees-pay main .cards .card .first-card .logo {
    padding: 0 25px;
  }
  #georgia-degrees-pay main .cards .card .first-card .card-button {
    text-align: left;
  }
}
@media print, screen and (min-width: 64em) {
  #georgia-degrees-pay main .cards .card .first-card .logo {
    padding: 0 50px;
  }
}
#georgia-degrees-pay main .cards .card .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#georgia-degrees-pay main .cards .card .card-header h4 {
  margin-bottom: 0;
  color: #286e9c;
}
#georgia-degrees-pay main .cards .card p {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  #georgia-degrees-pay main .cards .card p {
    font-size: 1.11rem;
  }
}
#georgia-degrees-pay main .cards .card .card-button a {
  margin: 0;
}

#facultydevelopment main .pageTitle {
  margin: 1.5rem 0 0.25rem;
}
#facultydevelopment main .pageTitle span {
  font-style: italic;
  display: block;
  font-size: 2rem;
}
#facultydevelopment main .pageTitleSubheader {
  font-size: 1.5rem;
  float: right;
}
#facultydevelopment main section {
  margin-bottom: 1.5rem;
}
#facultydevelopment main article {
  margin-bottom: 1rem;
}
#facultydevelopment .button.ebook {
  background-image: none;
  padding: 6px !important;
}
#facultydevelopment .ebook svg {
  margin-right: 0.5rem;
}
#facultydevelopment main article div[data-equalizer-watch] {
  padding: 0.25rem 0;
}

#flickr_badge_uber_wrapper {
  text-align: center;
  width: auto;
}

#flickr_badge_wrapper {
  padding: 0 0 2rem 0;
  text-align: center;
  overflow: hidden;
}

.flickr_badge_image img {
  border: 0;
  border-radius: 0 !important;
  float: left;
  display: block;
  margin: 1px;
  width: 73px;
  height: 73px;
}

#flickr_badge_source {
  text-align: left;
  margin: 0 10px 0 10px;
}

#flickr_badge_icon {
  float: left;
  margin-right: 5px;
}

#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
  text-decoration: none !important;
  background: inherit !important;
  color: #3993ff;
}

#regents .medium-9 h3 {
  margin-top: 0;
}

.homepage-icons img {
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
  #myTable tr td a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
#its-videos {
  /*

  .no-pad-left {
      padding-left: 0; 
  }

  .no-pad-right {
      @media only screen and (min-width: 64.063em) {
          padding-right: 0;
      }
  }

  */
}
#its-videos .playlist-menu {
  position: relative;
  margin-bottom: 1.5rem;
  background-color: #333;
  height: 3rem;
}
#its-videos .playlist-menu .left-off-canvas-toggle {
  position: absolute;
  top: 1rem;
  right: 0.5rem;
}
#its-videos .playlist-menu .left-off-canvas-toggle h2 {
  padding-left: 1rem;
  padding-right: 2rem;
  color: #fff;
  font-weight: 400;
}
#its-videos .playlist-menu .left-off-canvas-toggle h2::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 35%;
  margin-top: -8px;
  right: 7.5px;
  box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
  width: 16px;
}
#its-videos .tabs .tabs-title > a {
  font-size: 1rem;
  color: #037ABF;
}
#its-videos .tabs .tabs-title.is-active a {
  color: #2c3e50;
}
#its-videos .tabs-content .tabs-panel {
  padding: 0;
}
#its-videos .tabs-content .tabs-panel div.video a {
  color: #2c3e50;
}
#its-videos .tabs-content .tabs-panel div.video a img {
  border: 0;
}
@media print, screen and (min-width: 64em) {
  #its-videos .off-canvas-list {
    min-height: 28rem;
  }
}

#retirement a {
  color: #971e58;
}
#retirement a:hover {
  color: #721848;
}
#retirement .retirement-menu > li > a {
  font-size: 0.9rem;
  color: #877774 !important;
  margin-top: 1.9rem;
  border-right: 1px solid #877774;
  padding: 0 1rem;
}
#retirement .retirement-menu > li:last-of-type > a {
  border-right: none;
}
#retirement .retirement-menu > li > a:hover {
  color: #971d58 !important;
}
#retirement .retirement-menu .active > a {
  background: none;
  color: #971d58 !important;
}
#retirement h2,
#retirement h3,
#retirement h4 {
  margin-bottom: 0.5rem;
  line-height: 1;
  font-weight: 400;
  color: #004273;
}
#retirement .retirement-banner {
  background: #eef2f5;
  position: relative;
  margin: 2rem 0;
}
#retirement .retirement-banner span {
  position: relative;
  display: block;
  color: #004273;
  padding: 1.5rem;
}
#retirement .retirement-callout {
  color: #004273;
  background: #edf0d3;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
#retirement .callout-brown {
  background: #edf0d3;
}
#retirement .callout-blue {
  background: #eef2f5;
  border-top: 2px solid #887874;
  border-bottom: 2px solid #887874;
}
#retirement .callout-pink {
  background: #f8eff3;
  border-top: 2px solid #887874;
  border-bottom: 2px solid #887874;
}
#retirement .circle {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-bottom: 0.5rem;
}
#retirement .circle img {
  width: 80%;
  margin-top: 20px;
}
#retirement .circle span {
  line-height: 3.2;
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
}
#retirement .circle-green {
  background: #9fb33c;
}
#retirement .circle-green:hover {
  background: #8d9936;
}
#retirement .circle-purple {
  background: #8d205a;
}
#retirement .circle-purple:hover {
  background: #6d1b4a;
}
#retirement .circle-blue {
  background: #153b69;
}
#retirement .circle-blue:hover {
  background: #11304f;
}
#retirement .calculator img {
  width: 45% !important;
}
#retirement .checklist .callout {
  background: #193a67;
  color: #fff;
  border: none;
}
#retirement .checklist h4 {
  color: #fff;
}
#retirement .checklist a {
  color: #27aae1;
}
#retirement .checklist a:hover {
  color: #2599c1;
}
@media print, screen and (min-width: 64em) {
  #retirement .checklist .callout {
    margin-left: 0.5rem;
  }
  #retirement .checklist h4 {
    font-size: 1.2rem;
  }
  #retirement .checklist .columns:first-child .callout {
    margin-left: 0;
  }
  #retirement .checklist .columns:first-child:not(:last-child) {
    padding-left: 0.9375rem;
  }
  #retirement .checklist .columns:last-child:not(:first-child) {
    padding-right: 0.9375rem;
  }
}
#retirement .getstarted {
  color: #8b8081;
}
#retirement .getstarted-col h4 {
  color: #8b8081;
}
#retirement .getstarted-col a {
  color: #8b8081;
  display: block;
}
#retirement .getstarted-col:last-of-type {
  border: none;
}
#retirement .accordion {
  border-left: 0;
  border-right: 0;
}
#retirement .accordion-title:before {
  display: block;
  width: 0;
  height: 0;
  border: inset 20px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #afaeae transparent transparent;
  position: absolute;
  top: 38%;
  margin-top: -3px;
  right: 1rem;
}
#retirement .is-active > .accordion-title:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#retirement .accordion-title {
  border: none;
  color: #8b8081 !important;
  font-size: 1rem;
}
#retirement .accordion-title a,
#retirement .accordion-title a:hover {
  color: #8b8081 !important;
}
#retirement .accordion-title:focus,
#retirement .accordion-title:hover {
  background: none;
}
#retirement .accordion-content {
  background: none;
  border: none;
}
#retirement .accordion-content h4 {
  font-size: 1.2rem;
}
#retirement .events {
  margin-top: 2rem;
}
#retirement .events ul.fa-ul li {
  margin-bottom: 0.5rem;
}
#retirement .events ul.fa-ul li .fa-calendar {
  color: #9FB33C;
}
#retirement .events ul.fa-ul li em {
  display: block;
  color: #666666;
}
#retirement .events .event-col {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  #retirement .getstarted-col {
    border-right: 2px solid #887874;
  }
}
@media print, screen and (min-width: 64em) {
  #retirement .retirement-banner {
    background: none;
  }
  #retirement .retirement-banner span {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.6);
    width: 60%;
    color: #004273;
    padding: 1.5rem;
  }
}

.retirement-reveal {
  border: none;
  padding: none;
}
.retirement-reveal a {
  color: #971e58;
}
.retirement-reveal a:hover {
  color: #721848;
}
.retirement-reveal h4 {
  background: #9FB33C;
  padding: 1rem;
  text-align: center;
  color: #fff;
}
.retirement-reveal .close-button {
  position: absolute;
  color: #fff;
  right: 2rem;
  top: 2rem;
}
.retirement-reveal .chart .callout {
  border: none;
  background: #BCBEC0;
}
.retirement-reveal .chart h4 {
  margin-bottom: 0;
}
.retirement-reveal .chart .row,
.retirement-reveal .chart .row-collapse {
  margin-bottom: 1rem;
}
.retirement-reveal .chart .chart-container {
  position: relative;
}
.retirement-reveal .chart .chart-title {
  position: relative;
}
.retirement-reveal .chart .chart-title h5 {
  background: #808285;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  padding: 1rem 0.25rem;
}
.retirement-reveal .callout-orp {
  background: rgba(169, 188, 56, 0.3);
  margin-left: -1rem;
  margin-right: -1rem;
  border: none;
}
.retirement-reveal .callout-trs {
  background: rgba(151, 30, 88, 0.3);
  margin-left: -1rem;
  margin-right: -1rem;
  border: none;
}
@media print, screen and (min-width: 40em) {
  .retirement-reveal .chart-title {
    position: absolute !important;
    top: 40%;
    transform: translateY(-40%);
  }
  .retirement-reveal .chart-title span {
    border-top: 3px solid #000;
    padding: 0 20px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .retirement-reveal .chart-title h5 {
    background: #808285;
    top: 50%;
    transform: translateY(-50%);
    font-weight: normal;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}

.reveal-purple h4 {
  background: #971e58;
}

.reveal-green h4 {
  background: #a9bc38;
}

.reveal-blue h4 {
  background: #193a67;
}

body#human_resources .embed_video {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
body#human_resources .embed_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body#human_resources .benefits-banner {
  margin-bottom: 1.5rem;
}
body#human_resources .no-pdf-icon {
  background: none;
}
body#human_resources .retiree-blue,
body#human_resources .retiree-purple {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.8rem 1rem;
  color: #fff;
}
body#human_resources .retiree-blue {
  background: #004274;
}
body#human_resources .retiree-purple {
  background: #9f2161;
}
body#human_resources .benefits-icon-grid .column.text-center img, body#human_resources .benefits-icon-grid .text-center.columns img {
  display: block;
  width: 40%;
  margin: 0 auto 0.5rem;
}
body#human_resources .row.feature .main-item div:before {
  background: transparent;
}
body#human_resources .row.feature h2,
body#human_resources .row.feature h3 {
  display: none;
}
body#human_resources .grid-bucket-single {
  margin: 2rem 0;
}
body#human_resources .grid-bucket {
  margin: 2rem 0;
}
body#human_resources .grid-bucket a.wrapper {
  display: block;
}
body#human_resources .grid-bucket img {
  display: block;
  margin: 0 auto 1rem;
}
body#human_resources .grid-bucket img:not(.no-constrain-width) {
  width: 20%;
}
@media print, screen and (min-width: 64em) {
  body#human_resources .grid-bucket img:not(.no-constrain-width) {
    width: 35%;
  }
}
body#human_resources table.benefits-table {
  margin-bottom: 2.5rem;
}
body#human_resources table.benefits-table caption {
  background-color: #183765;
  color: #fefefe;
}
body#human_resources table.benefits-table tr th {
  text-align: center;
}
body#human_resources table.benefits-table tr td:first-child {
  text-align: left;
}
body#human_resources .benefits-sidebar .callout.warning {
  border: 1px solid rgba(10, 10, 10, 0.25);
  text-align: left;
}
body#human_resources .benefits-sidebar .sidebar-transparent {
  position: relative;
  width: 100%;
  min-height: 220px;
  background-position: center;
  z-index: 1;
  padding: 4rem 0.75rem 0;
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body#human_resources .benefits-sidebar .sidebar-transparent:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: -9999;
  margin-bottom: 2rem;
}
body#human_resources .benefits-sidebar .sidebar-transparent.healthcare-sidebar-image {
  width: 100%;
  background-image: url("https://www.usg.edu/assets/hr/images/benefits/healthcare-sidebar.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f3f3f3;
  font-weight: bold;
}
body#human_resources .benefits-sidebar .sidebar-text-block {
  width: 100%;
  padding: 5px 20px;
  background-color: #183765;
  margin-bottom: 1rem;
}
body#human_resources .benefits-sidebar .sidebar-text-block:hover {
  background-color: #CACB31;
}
body#human_resources .benefits-sidebar .sidebar-text-block a {
  color: #fefefe;
}

#human_resources_oneusg main {
  padding-bottom: 0;
}
#human_resources_oneusg main article > .small-12.columns {
  padding-left: 0;
  padding-right: 0;
}
#human_resources_oneusg main article > .small-12.columns > .row:not(:first-child) {
  padding: 4rem 0;
}
#human_resources_oneusg main article > .small-12.columns > .row:nth-child(2) {
  padding-top: 0;
}
@media print, screen and (min-width: 40em) {
  #human_resources_oneusg main article > .small-12.columns > .expanded.row:first-child {
    position: relative;
  }
}
#human_resources_oneusg main article > .small-12.columns > .expanded.row:nth-child(odd):not(:first-child) {
  background: #eeeeee;
}
#human_resources_oneusg main article > .small-12.columns aside:last-child {
  margin-top: 2rem;
}
#human_resources_oneusg main article > .small-12.columns .callout {
  margin-bottom: 0;
}
#human_resources_oneusg main article > .small-12.columns .callout.oneusg {
  border-color: #f0f0f0;
  border-top: 4px solid #037ABF;
}
#human_resources_oneusg main article > .small-12.columns .callout.oneusg .list {
  margin-bottom: 2rem;
}
#human_resources_oneusg main article > .small-12.columns .callout.oneusg a {
  display: block;
  width: 50%;
  margin: 0 auto;
  position: relative;
  bottom: 1rem;
  left: 0;
  right: 0;
}
#human_resources_oneusg main article > .small-12.columns .callout.secondary .related p {
  text-align: left;
  margin-left: 2.14286em;
}
#human_resources_oneusg main ul#oneusg-icons {
  margin-left: 3em;
}
#human_resources_oneusg main ul#oneusg-icons li:not(:last-child) {
  margin-bottom: 1em;
}
#human_resources_oneusg main ul#oneusg-icons i {
  font-size: 18px;
  left: -2.8em;
}
#human_resources_oneusg main ul#oneusg-icons .oneusg-icon-one:before {
  content: url("../../../assets/hr/images/oneusg-icon-one.svg");
}
#human_resources_oneusg main ul#oneusg-icons .oneusg-icon-two:before {
  content: url("../../../assets/hr/images/oneusg-icon-two.svg");
}
#human_resources_oneusg main ul#oneusg-icons .oneusg-icon-three:before {
  content: url("../../../assets/hr/images/oneusg-icon-three.svg");
}
#human_resources_oneusg main ul#oneusg-icons .oneusg-icon-four:before {
  content: url("../../../assets/hr/images/oneusg-icon-four.svg");
}
#human_resources_oneusg main ul#oneusg-icons .oneusg-icon-five:before {
  content: url("../../../assets/hr/images/oneusg-icon-five.svg");
}

#georgia_best main .break-on-word {
  word-break: break-word;
}
#georgia_best main .homepage a {
  display: block;
  text-align: center;
}
#georgia_best main .homepage a svg {
  font-size: 6.5rem;
  margin-bottom: 1.25rem;
}
#georgia_best main .homepage h4 {
  text-align: center;
  line-height: initial;
}
#georgia_best main .homepage .banner-9-homepage-info {
  background-color: #037ABF;
  color: #fefefe;
}
#georgia_best main .homepage .banner-9-homepage-info a {
  display: inline;
  text-align: unset;
  color: #fefefe;
}
#georgia_best main .homepage .banner-9-homepage-info a:hover {
  color: #6dbcdb;
}
#georgia_best main #requests .row {
  margin-bottom: 1rem;
}
#georgia_best main ul.subnav.no-bullet.callout.secondary:nth-last-child(2):first-child, #georgia_best main ul.subnav.no-bullet.callout.secondary:nth-last-child(2):first-child ~ li {
  width: 50%;
}
#georgia_best main ul.subnav.no-bullet.callout.secondary:nth-last-child(3):first-child, #georgia_best main ul.subnav.no-bullet.callout.secondary:nth-last-child(3):first-child ~ li {
  width: 33.3333333333%;
}
#georgia_best main ul.subnav.no-bullet.callout.secondary:nth-last-child(4):first-child, #georgia_best main ul.subnav.no-bullet.callout.secondary:nth-last-child(4):first-child ~ li {
  width: 25%;
}
#georgia_best main ul.subnav.no-bullet.callout.secondary li {
  display: inline-block;
  margin-bottom: 0;
}
#georgia_best main ul li.tabs-title-external {
  float: left;
}
#georgia_best main ul li.tabs-title-external a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 0.875rem;
}
#georgia_best main h4[id], #georgia_best main h5[id] {
  margin-top: -200px;
  padding-top: 200px;
}

#georgiaview main .homepage a {
  display: block;
  text-align: center;
}
#georgiaview main .homepage a svg {
  font-size: 6.5rem;
  margin-bottom: 1.25rem;
}
#georgiaview main .homepage h4 {
  text-align: center;
  line-height: initial;
}

#georgiafirst main aside .callout > .callout {
  border-top: 0;
}
#georgiafirst main #mc_embed_signup form ul.no-bullet li {
  margin-bottom: 0;
}
#georgiafirst main #mc_embed_signup form ul.no-bullet li label {
  font-size: 0.85rem;
  margin-right: 0;
  width: 80%;
}

#oneusg #hero .hero-animation .home-text-container {
  animation-name: custom-1;
  animation-duration: 2s;
  position: absolute;
  top: initial;
  transform: initial;
  padding: 0 1rem;
  color: #fff;
  background-color: transparent;
  height: 100%;
  width: 100%;
  left: 0;
}
@keyframes custom-1 {
  0% {
    opacity: 0;
    transform: translateY(-4rem) translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateY(0);
  }
}
#oneusg #hero .hero-animation .home-text-container .home-text-container-relative {
  position: relative;
  top: 4rem;
  height: 100%;
  width: 100%;
}
#oneusg #hero .hero-animation .home-text-container .home-text-container-relative .home-text-container-bkg {
  position: absolute;
  top: -1rem;
  left: 0;
  display: inline-block;
  height: 75%;
  width: 100%;
  text-align: center;
  color: white;
  line-height: 50px;
  text-decoration: none;
  padding-bottom: 15%;
  background-clip: content-box;
  overflow: hidden;
  z-index: -1;
}
#oneusg #hero .hero-animation .home-text-container .home-text-container-relative .home-text-container-bkg:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  padding-bottom: 50%;
  width: 57.7%;
  z-index: -1;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-30deg) skewX(30deg);
  -ms-transform: rotate(-30deg) skewX(30deg);
  transform: rotate(-30deg) skewX(30deg);
}
#oneusg #hero .hero-animation .home-text-container .home-text-container-relative h2 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 400;
  color: #fefefe;
  margin-bottom: 1rem;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px #333;
}
#oneusg #hero .hero-animation .home-text-container .home-text-container-relative p {
  font-weight: 300;
  color: #fefefe;
  margin-bottom: 0;
  text-shadow: 1px 1px 3px #333;
}
#oneusg main > .expanded.row > article > .small-12.columns {
  padding-left: 0;
  padding-right: 0;
}
#oneusg main > .expanded.row > article > .small-12.columns > .row:not(:first-child) {
  padding: 4rem 0;
}
@media print, screen and (min-width: 40em) {
  #oneusg main > .expanded.row > article > .small-12.columns > .expanded.row:first-child {
    position: relative;
  }
}
#oneusg main > .expanded.row > article > .small-12.columns > .expanded.row:nth-child(odd):not(:first-child) {
  background: #eeeeee;
  border-top: 1px solid rgba(10, 10, 10, 0.25);
  border-bottom: 1px solid rgba(10, 10, 10, 0.25);
}
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row table tr.approved,
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row ul li.approved,
#oneusg main > .expanded.row > article > .small-12.columns section table tr.approved,
#oneusg main > .expanded.row > article > .small-12.columns section ul li.approved {
  background-color: #8cc63f;
}
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row table tr.delayed,
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row ul li.delayed,
#oneusg main > .expanded.row > article > .small-12.columns section table tr.delayed,
#oneusg main > .expanded.row > article > .small-12.columns section ul li.delayed {
  background-color: #e31c3d;
}
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row table tr.pending,
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row ul li.pending,
#oneusg main > .expanded.row > article > .small-12.columns section table tr.pending,
#oneusg main > .expanded.row > article > .small-12.columns section ul li.pending {
  background-color: #037ABF;
}
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row table tr.startingSoon,
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row ul li.startingSoon,
#oneusg main > .expanded.row > article > .small-12.columns section table tr.startingSoon,
#oneusg main > .expanded.row > article > .small-12.columns section ul li.startingSoon {
  background-color: #0a0a0a;
}
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row table tr:not(.decisions):not(.inst-contacts),
#oneusg main > .expanded.row > article > .small-12.columns section table tr:not(.decisions):not(.inst-contacts) {
  text-align: center;
}
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row table tr:not(.decisions):not(.inst-contacts) td,
#oneusg main > .expanded.row > article > .small-12.columns section table tr:not(.decisions):not(.inst-contacts) td {
  color: #fefefe;
}
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row table tr.decisions td,
#oneusg main > .expanded.row > article > .small-12.columns section table tr.decisions td {
  color: #fefefe;
}
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row table tr td:last-child,
#oneusg main > .expanded.row > article > .small-12.columns section table tr td:last-child {
  border-left: 0;
  font-weight: 600;
}
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row table tr td:first-child,
#oneusg main > .expanded.row > article > .small-12.columns section table tr td:first-child {
  border-right: 0;
}
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row table tr td .orbit-slide,
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row table tr td p,
#oneusg main > .expanded.row > article > .small-12.columns section table tr td .orbit-slide,
#oneusg main > .expanded.row > article > .small-12.columns section table tr td p {
  padding: 0;
}
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row ul,
#oneusg main > .expanded.row > article > .small-12.columns section ul {
  list-style-type: none;
  position: relative;
  margin-left: 0;
}
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row ul li.accordion-item,
#oneusg main > .expanded.row > article > .small-12.columns section ul li.accordion-item {
  display: inline-block;
  width: 100%;
  font-size: initial;
}
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row ul li.accordion-item:not(:last-child),
#oneusg main > .expanded.row > article > .small-12.columns section ul li.accordion-item:not(:last-child) {
  border-bottom: 1px solid #efefef;
}
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row ul li.accordion-item a.accordion-title,
#oneusg main > .expanded.row > article > .small-12.columns section ul li.accordion-item a.accordion-title {
  color: #fefefe;
  font-size: initial;
  border-bottom: none;
  float: left;
  min-height: 3rem;
  position: relative;
  width: 100%;
  padding: 0;
}
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row ul li.accordion-item a.accordion-title:focus, #oneusg main > .expanded.row > article > .small-12.columns .expanded.row ul li.accordion-item a.accordion-title:hover,
#oneusg main > .expanded.row > article > .small-12.columns section ul li.accordion-item a.accordion-title:focus,
#oneusg main > .expanded.row > article > .small-12.columns section ul li.accordion-item a.accordion-title:hover {
  background-color: inherit;
}
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row ul li.accordion-item a.accordion-title:before,
#oneusg main > .expanded.row > article > .small-12.columns section ul li.accordion-item a.accordion-title:before {
  content: none;
}
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row ul li.accordion-item a.accordion-title.accordion-title-test:hover,
#oneusg main > .expanded.row > article > .small-12.columns section ul li.accordion-item a.accordion-title.accordion-title-test:hover {
  background-color: #2c3e50;
  color: #fefefe;
}
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row ul li.accordion-item a.accordion-title > div,
#oneusg main > .expanded.row > article > .small-12.columns section ul li.accordion-item a.accordion-title > div {
  position: relative;
  height: 4rem;
  padding-top: 1rem;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  #oneusg main > .expanded.row > article > .small-12.columns .expanded.row ul li.accordion-item a.accordion-title > div:first-child,
#oneusg main > .expanded.row > article > .small-12.columns section ul li.accordion-item a.accordion-title > div:first-child {
    border-right: 1px solid #fefefe;
  }
  #oneusg main > .expanded.row > article > .small-12.columns .expanded.row ul li.accordion-item a.accordion-title > div:last-child,
#oneusg main > .expanded.row > article > .small-12.columns section ul li.accordion-item a.accordion-title > div:last-child {
    font-weight: 600;
    border-left: 1px solid #fefefe;
  }
}
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row ul li.accordion-item .accordion-content a,
#oneusg main > .expanded.row > article > .small-12.columns section ul li.accordion-item .accordion-content a {
  font-size: 0.9rem;
}
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row ul li.accordion-item .accordion-content span,
#oneusg main > .expanded.row > article > .small-12.columns section ul li.accordion-item .accordion-content span {
  color: #000;
}
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row ul.orbit-container .orbit-next,
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row ul.orbit-container .orbit-previous,
#oneusg main > .expanded.row > article > .small-12.columns section ul.orbit-container .orbit-next,
#oneusg main > .expanded.row > article > .small-12.columns section ul.orbit-container .orbit-previous {
  top: 60%;
  color: #000000;
}
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row ul.orbit-container .orbit-next:focus, #oneusg main > .expanded.row > article > .small-12.columns .expanded.row ul.orbit-container .orbit-next:hover,
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row ul.orbit-container .orbit-previous:focus,
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row ul.orbit-container .orbit-previous:hover,
#oneusg main > .expanded.row > article > .small-12.columns section ul.orbit-container .orbit-next:focus,
#oneusg main > .expanded.row > article > .small-12.columns section ul.orbit-container .orbit-next:hover,
#oneusg main > .expanded.row > article > .small-12.columns section ul.orbit-container .orbit-previous:focus,
#oneusg main > .expanded.row > article > .small-12.columns section ul.orbit-container .orbit-previous:hover {
  color: #fefefe;
}
#oneusg main > .expanded.row > article > .small-12.columns .expanded.row ul.orbit-container li .chart-slide-containers,
#oneusg main > .expanded.row > article > .small-12.columns section ul.orbit-container li .chart-slide-containers {
  width: 100%;
  height: 450px;
  padding: 0 4rem;
}
#oneusg main .row .readiness-accordion {
  margin-bottom: 0;
}
#oneusg main .row .introduction-phase {
  background-color: #134459;
  color: #fefefe;
}
#oneusg main .row .preparation-phase {
  background-color: #73bdda;
  color: #fefefe;
}
#oneusg main .row .final-countdown-phase {
  background-color: #8fc351;
  color: #fefefe;
}
#oneusg main .row .go-live-phase {
  background-color: #3183b8;
  color: #fefefe;
}
#oneusg main .row .training-phase {
  background-color: #ea4a55;
  color: #fefefe;
}
#oneusg main .row .readiness-training-button {
  background-color: #e31c3d;
  color: #fefefe;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  text-align: left;
  text-transform: uppercase;
}
#oneusg main .row .readiness-training-button:before {
  content: "";
}
#oneusg main .row #visualization.readiness-timeline .vis-timeline .vis-bottom {
  display: none;
}
#oneusg main .row #visualization .vis-timeline {
  border: 0;
}
#oneusg main .row #visualization .vis-timeline .vis-background {
  background: #f2f2f2;
  border: 0;
}
#oneusg main .row #visualization .vis-timeline .vis-center .vis-item {
  border-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}
#oneusg main .row #visualization .vis-timeline .vis-center .vis-item p {
  margin-bottom: 0;
}
#oneusg main .row #visualization .vis-timeline .vis-center .uso-timeline-inst {
  background-color: #0038A8;
  color: #fefefe;
}
#oneusg main .row #visualization .vis-timeline .vis-center .ggc-timeline-inst {
  background-color: #2D3F50;
  color: #fefefe;
}
#oneusg main .row #visualization .vis-timeline .vis-center .gcsu-timeline-inst {
  background-color: #3b5269;
  color: #fefefe;
}
#oneusg main .row #visualization .vis-timeline .vis-center .cohort-two-inst {
  background-color: #2781bc;
  color: #fefefe;
}
#oneusg main .row #visualization .vis-timeline .vis-center .cohort-three-inst {
  background-color: #6dbddd;
  color: #fefefe;
}
#oneusg main .row #visualization .vis-timeline .vis-center .cohort-four-inst {
  background-color: #8cc641;
  color: #fefefe;
}
#oneusg main .row #visualization .vis-timeline .vis-center .r1-first-cohort {
  background-color: #e31c3d;
  color: #fefefe;
}
#oneusg main .row #visualization .vis-timeline .vis-center .r1-second-cohort {
  background-color: #797979;
  color: #fefefe;
}
#oneusg main .row #visualization .vis-timeline .vis-center .r1-third-cohort {
  background-color: #000000;
  color: #fefefe;
}
#oneusg main .row .owl-carousel .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
#oneusg main .row .owl-carousel .owl-nav [class*=owl-] {
  color: #fefefe;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #333333;
  display: block;
  cursor: pointer;
  border-radius: 3px;
  position: absolute;
  top: 210px;
  opacity: 0.15;
}
#oneusg main .row .owl-carousel .owl-nav [class*=owl-] i {
  font-size: 2rem;
}
#oneusg main .row .owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: #2c3e50;
  color: #fefefe;
  opacity: 1;
}
#oneusg main .row .owl-carousel .owl-nav .owl-prev {
  left: 0;
}
#oneusg main .row .owl-carousel .owl-nav .owl-next {
  right: 0;
}
#oneusg main .row table.documentation tbody td {
  text-align: center;
  padding: 0.5rem 0.625rem 0.625rem;
}
@media print, screen and (min-width: 64em) {
  #oneusg main .row table.documentation tbody td {
    text-align: left;
  }
}
#oneusg main .row .dataTables_wrapper .dataTables_filter label,
#oneusg main .row .dataTables_wrapper .dataTables_length label {
  text-align: left;
}
#oneusg main .row .dataTables_wrapper .dataTables_filter input,
#oneusg main .row .dataTables_wrapper .dataTables_length input {
  margin-left: 0;
}
@media print, screen and (min-width: 40em) {
  #oneusg main .row .dataTables_wrapper .dataTables_length {
    float: left;
    width: 20%;
  }
  #oneusg main .row .dataTables_wrapper .dataTables_filter {
    float: left;
    width: 80%;
    padding-left: 1rem;
  }
}
#oneusg main .row table.google-visualization-orgchart-table tbody {
  border: 0;
  background-color: transparent;
}
#oneusg main .row table.google-visualization-orgchart-table tbody td,
#oneusg main .row table.google-visualization-orgchart-table tbody tr {
  background-color: transparent;
}
#oneusg main .row table.google-visualization-orgchart-table tbody td.google-visualization-orgchart-node,
#oneusg main .row table.google-visualization-orgchart-table tbody tr {
  border: 0;
}
#oneusg main .row ul#nav_cat_archive.oneusg_training {
  float: left;
  margin-left: 0;
  padding: 1rem 1rem 0;
  background-color: #ebebeb;
}
#oneusg main .row ul#nav_cat_archive.oneusg_training > li {
  width: 100%;
  float: left;
  list-style-type: none;
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: #ffffff;
}
@media print, screen and (min-width: 40em) {
  #oneusg main .row ul#nav_cat_archive.oneusg_training > li {
    width: 49%;
    border: 0;
  }
  #oneusg main .row ul#nav_cat_archive.oneusg_training > li:nth-child(odd) {
    margin-right: 1rem;
  }
}
#oneusg main aside .callout > .callout {
  border-top: 0;
}
#oneusg main aside ul.no-bullet li {
  margin-bottom: 1rem;
  font-size: 0.85rem;
}
#oneusg main aside ul.no-bullet li div:last-child {
  font-weight: 600;
  font-size: 0.75rem;
}
#oneusg main aside ul.no-bullet li div span {
  color: #e31c3d;
}
#oneusg main aside h4 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
  color: #2c3e50;
  text-align: left;
}
#oneusg main aside #mc_embed_signup form ul.no-bullet li {
  margin-bottom: 0;
}
#oneusg main aside #mc_embed_signup form ul.no-bullet li label {
  font-size: 0.85rem;
  margin-right: 0;
  width: 80%;
}

.responseBox {
  display: none;
}

#oneusg-connect #hero .overflow-fix button.videoControls {
  display: none;
}
#oneusg-connect main section {
  margin-bottom: 2rem;
}
#oneusg-connect main section article {
  margin-bottom: 2rem;
}
#oneusg-connect main section article header h5 {
  margin-bottom: 0;
}
#oneusg-connect main section .fa-exclamation-triangle {
  color: #e31c3d;
}
#oneusg-connect main .callout.not-sidebar {
  border-color: #f0f0f0;
  border-top: 4px solid #037ABF;
}
#oneusg-connect main .callout.not-sidebar h4 {
  text-align: center;
}
#oneusg-connect main .callout.not-sidebar .list {
  margin-bottom: 2rem;
}
#oneusg-connect main .callout.not-sidebar a {
  display: block;
  width: 50%;
  margin: 0 auto;
  position: relative;
  bottom: 1rem;
  left: 0;
  right: 0;
}
#oneusg-connect main aside {
  margin-bottom: 2rem;
}
#oneusg-connect main aside .callout {
  padding: 0;
  background-color: #ffffff;
  border: 1px solid rgba(10, 10, 10, 0.25);
}
#oneusg-connect main aside .callout .row .column div:first-of-type, #oneusg-connect main aside .callout .row .columns div:first-of-type {
  padding: 0 1rem 1rem;
}
#oneusg-connect main aside .callout .row h4 {
  margin: 1rem 0;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
#oneusg-connect main aside .callout .row h5 {
  padding: 0.5rem 0.5rem 0;
  margin-bottom: 0;
}
#oneusg-connect main aside .callout .row h6 {
  padding: 0.5rem 0.5rem 0;
  text-align: center;
  margin-bottom: 1rem;
}
#oneusg-connect main aside .callout .row p {
  text-align: left;
  font-size: 0.9rem;
}
#oneusg-connect main aside .callout .row a.button {
  width: 100%;
  color: #ffffff;
  display: block;
}
#oneusg-connect main aside .callout .row a[data-open^=exampleModal] {
  padding: 0 0.5rem;
  text-align: center;
  margin-bottom: 0.5rem;
  display: block;
}
#oneusg-connect main aside .callout .row a[data-open^=exampleModal] small {
  font-size: 80%;
}
#oneusg-connect main ul#oneusg-connect-icons {
  margin-left: 3em;
}
#oneusg-connect main ul#oneusg-connect-icons li:not(:last-child) {
  margin-bottom: 1em;
}
#oneusg-connect main ul#oneusg-connect-icons i {
  font-size: 18px;
  left: -2.8em;
}
#oneusg-connect main ul#oneusg-connect-icons .oneusg-icon-one:before {
  content: url("https://www.usg.edu/assets/hr/images/oneusg-icon-one.svg");
}
#oneusg-connect main ul#oneusg-connect-icons .oneusg-icon-two:before {
  content: url("https://www.usg.edu/assets/hr/images/oneusg-icon-two.svg");
}
#oneusg-connect main ul#oneusg-connect-icons .oneusg-icon-three:before {
  content: url("https://www.usg.edu/assets/hr/images/oneusg-icon-three.svg");
}
#oneusg-connect main ul#oneusg-connect-icons .oneusg-icon-four:before {
  content: url("https://www.usg.edu/assets/hr/images/oneusg-icon-four.svg");
}
#oneusg-connect main ul#oneusg-connect-icons .oneusg-icon-five:before {
  content: url("https://www.usg.edu/assets/hr/images/oneusg-icon-five.svg");
}

#ssc #hero .overflow-fix button.videoControls {
  display: none;
}
#ssc main section {
  margin-bottom: 2rem;
}
#ssc main section article {
  margin-bottom: 2rem;
}
#ssc main section article header h5 {
  margin-bottom: 0;
}
#ssc main section .fa-exclamation-triangle {
  color: #e31c3d;
}
#ssc main aside {
  margin-bottom: 2rem;
}
#ssc main aside .callout {
  padding: 0;
  background-color: #ffffff;
  border: 1px solid rgba(10, 10, 10, 0.25);
}
#ssc main aside .callout .row .column div:first-of-type, #ssc main aside .callout .row .columns div:first-of-type {
  padding: 0 1rem 1rem;
}
#ssc main aside .callout .row h4 {
  margin: 1rem 0;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
#ssc main aside .callout .row h5 {
  padding: 0.5rem 0.5rem 0;
  margin-bottom: 0;
}
#ssc main aside .callout .row h6 {
  padding: 0.5rem 0.5rem 0;
  text-align: center;
  margin-bottom: 1rem;
}
#ssc main aside .callout .row p {
  text-align: left;
  font-size: 0.9rem;
}
#ssc main aside .callout .row a.button {
  width: 100%;
  color: #ffffff;
  display: block;
}
#ssc main aside .callout .row a[data-open^=exampleModal] {
  padding: 0 0.5rem;
  text-align: center;
  margin-bottom: 0.5rem;
  display: block;
}
#ssc main aside .callout .row a[data-open^=exampleModal] small {
  font-size: 80%;
}

#adminreview .row .columns.split:nth-child(1),
#adminreview_new .row .columns.split:nth-child(1) {
  margin-bottom: 1rem;
}
#adminreview .row .columns.split ul,
#adminreview_new .row .columns.split ul {
  columns: 380px 2;
  -webkit-columns: 380px 2;
  -moz-columns: 380px 2;
  list-style-position: inside;
}
#adminreview form#contact_form input[name=captcha],
#adminreview_new form#contact_form input[name=captcha] {
  margin-top: 1rem;
}
#adminreview aside .callout.secondary > a,
#adminreview_new aside .callout.secondary > a {
  display: block;
}
#adminreview aside .callout.secondary > a img,
#adminreview_new aside .callout.secondary > a img {
  margin-top: 0;
}
#adminreview aside .callout.secondary p,
#adminreview_new aside .callout.secondary p {
  text-align: left;
}

#usg_managed_services #hero .hero-animation .home-text-container {
  animation-name: custom-3;
  animation-duration: 2s;
  position: absolute;
  top: initial;
  transform: initial;
  padding: 0 1rem;
  color: #fff;
  background-color: transparent;
  height: 100%;
  width: 100%;
  left: 0;
}
@keyframes custom-3 {
  0% {
    opacity: 0;
    transform: translateY(-4rem) translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateY(0);
  }
}
#usg_managed_services #hero .hero-animation .home-text-container .home-text-container-relative {
  position: relative;
  top: 4rem;
  height: 100%;
  width: 100%;
}
#usg_managed_services #hero .hero-animation .home-text-container .home-text-container-relative .home-text-container-bkg {
  position: absolute;
  top: -1rem;
  left: 0;
  display: inline-block;
  height: 75%;
  width: 100%;
  text-align: center;
  color: white;
  line-height: 50px;
  text-decoration: none;
  padding-bottom: 15%;
  background-clip: content-box;
  overflow: hidden;
  z-index: -1;
}
#usg_managed_services #hero .hero-animation .home-text-container .home-text-container-relative .home-text-container-bkg:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  padding-bottom: 50%;
  width: 57.7%;
  z-index: -1;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-30deg) skewX(30deg);
  -ms-transform: rotate(-30deg) skewX(30deg);
  transform: rotate(-30deg) skewX(30deg);
}
#usg_managed_services #hero .hero-animation .home-text-container .home-text-container-relative h2 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 400;
  color: #fefefe;
  margin-bottom: 1rem;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px #333;
}
#usg_managed_services #hero .hero-animation .home-text-container .home-text-container-relative p {
  font-weight: 300;
  color: #fefefe;
  margin-bottom: 0;
  text-shadow: 1px 1px 3px #333;
}
#usg_managed_services main > .expanded.row > article > .small-12.columns {
  padding-left: 0;
  padding-right: 0;
}
#usg_managed_services main > .expanded.row > article > .small-12.columns > .row:not(:first-child) {
  padding: 4rem 0;
}
#usg_managed_services main > .expanded.row > article > .small-12.columns > .expanded.row .homepage-lead p {
  font-size: 125%;
  line-height: 1.6;
}
@media print, screen and (min-width: 40em) {
  #usg_managed_services main > .expanded.row > article > .small-12.columns > .expanded.row:first-child {
    position: relative;
  }
}
#usg_managed_services main > .expanded.row > article > .small-12.columns > .expanded.row:nth-child(odd):not(:first-child) {
  background: #eeeeee;
  border-top: 1px solid rgba(10, 10, 10, 0.25);
  border-bottom: 1px solid rgba(10, 10, 10, 0.25);
}
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row table tr.approved,
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row ul li.approved,
#usg_managed_services main > .expanded.row > article > .small-12.columns section table tr.approved,
#usg_managed_services main > .expanded.row > article > .small-12.columns section ul li.approved {
  background-color: #8cc63f;
}
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row table tr.delayed,
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row ul li.delayed,
#usg_managed_services main > .expanded.row > article > .small-12.columns section table tr.delayed,
#usg_managed_services main > .expanded.row > article > .small-12.columns section ul li.delayed {
  background-color: #e31c3d;
}
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row table tr.pending,
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row ul li.pending,
#usg_managed_services main > .expanded.row > article > .small-12.columns section table tr.pending,
#usg_managed_services main > .expanded.row > article > .small-12.columns section ul li.pending {
  background-color: #037ABF;
}
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row table tr.startingSoon,
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row ul li.startingSoon,
#usg_managed_services main > .expanded.row > article > .small-12.columns section table tr.startingSoon,
#usg_managed_services main > .expanded.row > article > .small-12.columns section ul li.startingSoon {
  background-color: #0a0a0a;
}
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row table tr:not(.decisions):not(.inst-contacts),
#usg_managed_services main > .expanded.row > article > .small-12.columns section table tr:not(.decisions):not(.inst-contacts) {
  text-align: center;
}
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row table tr:not(.decisions):not(.inst-contacts) td,
#usg_managed_services main > .expanded.row > article > .small-12.columns section table tr:not(.decisions):not(.inst-contacts) td {
  color: #fefefe;
}
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row table tr.decisions td,
#usg_managed_services main > .expanded.row > article > .small-12.columns section table tr.decisions td {
  color: #fefefe;
}
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row table tr td:last-child,
#usg_managed_services main > .expanded.row > article > .small-12.columns section table tr td:last-child {
  border-left: 0;
  font-weight: 600;
}
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row table tr td:first-child,
#usg_managed_services main > .expanded.row > article > .small-12.columns section table tr td:first-child {
  border-right: 0;
}
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row table tr td .orbit-slide,
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row table tr td p,
#usg_managed_services main > .expanded.row > article > .small-12.columns section table tr td .orbit-slide,
#usg_managed_services main > .expanded.row > article > .small-12.columns section table tr td p {
  padding: 0;
}
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row ul,
#usg_managed_services main > .expanded.row > article > .small-12.columns section ul {
  position: relative;
}
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row ul li.accordion-item,
#usg_managed_services main > .expanded.row > article > .small-12.columns section ul li.accordion-item {
  display: inline-block;
  width: 100%;
  font-size: initial;
}
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row ul li.accordion-item:not(:last-child),
#usg_managed_services main > .expanded.row > article > .small-12.columns section ul li.accordion-item:not(:last-child) {
  border-bottom: 1px solid #efefef;
}
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row ul li.accordion-item a.accordion-title,
#usg_managed_services main > .expanded.row > article > .small-12.columns section ul li.accordion-item a.accordion-title {
  color: #fefefe;
  font-size: initial;
  border-bottom: none;
  float: left;
  min-height: 3rem;
  position: relative;
  width: 100%;
  padding: 0;
}
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row ul li.accordion-item a.accordion-title:focus, #usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row ul li.accordion-item a.accordion-title:hover,
#usg_managed_services main > .expanded.row > article > .small-12.columns section ul li.accordion-item a.accordion-title:focus,
#usg_managed_services main > .expanded.row > article > .small-12.columns section ul li.accordion-item a.accordion-title:hover {
  background-color: inherit;
}
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row ul li.accordion-item a.accordion-title:before,
#usg_managed_services main > .expanded.row > article > .small-12.columns section ul li.accordion-item a.accordion-title:before {
  content: none;
}
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row ul li.accordion-item a.accordion-title.accordion-title-test:hover,
#usg_managed_services main > .expanded.row > article > .small-12.columns section ul li.accordion-item a.accordion-title.accordion-title-test:hover {
  background-color: #2c3e50;
  color: #fefefe;
}
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row ul li.accordion-item a.accordion-title > div,
#usg_managed_services main > .expanded.row > article > .small-12.columns section ul li.accordion-item a.accordion-title > div {
  position: relative;
  height: 4rem;
  padding-top: 1rem;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  #usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row ul li.accordion-item a.accordion-title > div:first-child,
#usg_managed_services main > .expanded.row > article > .small-12.columns section ul li.accordion-item a.accordion-title > div:first-child {
    border-right: 1px solid #fefefe;
  }
  #usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row ul li.accordion-item a.accordion-title > div:last-child,
#usg_managed_services main > .expanded.row > article > .small-12.columns section ul li.accordion-item a.accordion-title > div:last-child {
    font-weight: 600;
    border-left: 1px solid #fefefe;
  }
}
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row ul li.accordion-item .accordion-content a,
#usg_managed_services main > .expanded.row > article > .small-12.columns section ul li.accordion-item .accordion-content a {
  font-size: 0.9rem;
}
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row ul li.accordion-item .accordion-content span,
#usg_managed_services main > .expanded.row > article > .small-12.columns section ul li.accordion-item .accordion-content span {
  color: #000;
}
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row ul.orbit-container .orbit-next,
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row ul.orbit-container .orbit-previous,
#usg_managed_services main > .expanded.row > article > .small-12.columns section ul.orbit-container .orbit-next,
#usg_managed_services main > .expanded.row > article > .small-12.columns section ul.orbit-container .orbit-previous {
  top: 60%;
  color: #000000;
}
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row ul.orbit-container .orbit-next:focus, #usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row ul.orbit-container .orbit-next:hover,
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row ul.orbit-container .orbit-previous:focus,
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row ul.orbit-container .orbit-previous:hover,
#usg_managed_services main > .expanded.row > article > .small-12.columns section ul.orbit-container .orbit-next:focus,
#usg_managed_services main > .expanded.row > article > .small-12.columns section ul.orbit-container .orbit-next:hover,
#usg_managed_services main > .expanded.row > article > .small-12.columns section ul.orbit-container .orbit-previous:focus,
#usg_managed_services main > .expanded.row > article > .small-12.columns section ul.orbit-container .orbit-previous:hover {
  color: #fefefe;
}
#usg_managed_services main > .expanded.row > article > .small-12.columns .expanded.row ul.orbit-container li .chart-slide-containers,
#usg_managed_services main > .expanded.row > article > .small-12.columns section ul.orbit-container li .chart-slide-containers {
  width: 100%;
  height: 450px;
  padding: 0 4rem;
}
#usg_managed_services main .row .readiness-accordion {
  margin-bottom: 0;
}
#usg_managed_services main .row .introduction-phase {
  background-color: #134459;
  color: #fefefe;
}
#usg_managed_services main .row .preparation-phase {
  background-color: #73bdda;
  color: #fefefe;
}
#usg_managed_services main .row .final-countdown-phase {
  background-color: #8fc351;
  color: #fefefe;
}
#usg_managed_services main .row .go-live-phase {
  background-color: #3183b8;
  color: #fefefe;
}
#usg_managed_services main .row .training-phase {
  background-color: #ea4a55;
  color: #fefefe;
}
#usg_managed_services main .row .readiness-training-button {
  background-color: #e31c3d;
  color: #fefefe;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  text-align: left;
  text-transform: uppercase;
}
#usg_managed_services main .row .readiness-training-button:before {
  content: "";
}
#usg_managed_services main .row #visualization.readiness-timeline .vis-timeline .vis-bottom {
  display: none;
}
#usg_managed_services main .row #visualization .vis-timeline {
  border: 0;
}
#usg_managed_services main .row #visualization .vis-timeline .vis-background {
  background: #f2f2f2;
  border: 0;
}
#usg_managed_services main .row #visualization .vis-timeline .vis-center .vis-item {
  border-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}
#usg_managed_services main .row #visualization .vis-timeline .vis-center .vis-item p {
  margin-bottom: 0;
}
#usg_managed_services main .row #visualization .vis-timeline .vis-center .cohort-one-inst {
  background-color: #2c3e50;
  color: #fefefe;
}
#usg_managed_services main .row #visualization .vis-timeline .vis-center .cohort-two-inst {
  background-color: #52616F;
  color: #fefefe;
}
#usg_managed_services main .row #visualization .vis-timeline .vis-center .cohort-three-inst {
  background-color: #001f5c;
  color: #fefefe;
}
#usg_managed_services main .row #visualization .vis-timeline .vis-center .cohort-four-inst {
  background-color: #e31c3d;
  color: #fefefe;
}
#usg_managed_services main .row #visualization .vis-timeline .vis-center .cohort-five-inst {
  background-color: #003554;
  color: #fefefe;
}
#usg_managed_services main .row table.documentation tbody td {
  text-align: center;
  padding: 0.5rem 0.625rem 0.625rem;
}
@media print, screen and (min-width: 64em) {
  #usg_managed_services main .row table.documentation tbody td {
    text-align: left;
  }
}
#usg_managed_services main .row .dataTables_wrapper .dataTables_filter label,
#usg_managed_services main .row .dataTables_wrapper .dataTables_length label {
  text-align: left;
}
#usg_managed_services main .row .dataTables_wrapper .dataTables_filter input,
#usg_managed_services main .row .dataTables_wrapper .dataTables_length input {
  margin-left: 0;
}
@media print, screen and (min-width: 40em) {
  #usg_managed_services main .row .dataTables_wrapper .dataTables_length {
    float: left;
    width: 20%;
  }
  #usg_managed_services main .row .dataTables_wrapper .dataTables_filter {
    float: left;
    width: 80%;
    padding-left: 1rem;
  }
}
#usg_managed_services main .row table.google-visualization-orgchart-table tbody {
  border: 0;
  background-color: transparent;
}
#usg_managed_services main .row table.google-visualization-orgchart-table tbody td,
#usg_managed_services main .row table.google-visualization-orgchart-table tbody tr {
  background-color: transparent;
}
#usg_managed_services main .row table.google-visualization-orgchart-table tbody td.google-visualization-orgchart-node,
#usg_managed_services main .row table.google-visualization-orgchart-table tbody tr {
  border: 0;
}
#usg_managed_services main aside .callout > .callout {
  border-top: 0;
}
#usg_managed_services main aside ul.no-bullet li {
  margin-bottom: 1rem;
  font-size: 0.85rem;
}
#usg_managed_services main aside ul.no-bullet li div:last-child {
  font-weight: 600;
  font-size: 0.75rem;
}
#usg_managed_services main aside ul.no-bullet li div span {
  color: #e31c3d;
}
#usg_managed_services main aside h4 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
  color: #2c3e50;
  text-align: left;
}
#usg_managed_services main aside #mc_embed_signup form ul.no-bullet li {
  margin-bottom: 0;
}
#usg_managed_services main aside #mc_embed_signup form ul.no-bullet li label {
  font-size: 0.85rem;
  margin-right: 0;
  width: 80%;
}

.image-buckets a {
  display: block;
}
.image-buckets h4 {
  background: #2c3e50;
  padding: 0.25rem;
  margin: 0;
  font-size: 1rem;
  color: #f3f3f3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  resize: vertical;
  text-align: center;
  margin-bottom: 2px;
}
.image-buckets a:hover h4 {
  background: rgba(48, 62, 78, 0.8);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.image-buckets .columns {
  margin-bottom: 1.875rem;
}

.cost-calculator .text-center {
  min-height: 125px;
  float: none;
  display: inline-block;
}
.cost-calculator img {
  max-height: 100px;
  vertical-align: middle;
}

#branding {
  /* Signatures */
}
#branding table.signature-table td,
#branding table.signature-table tr {
  border: none;
}
#branding .signatures {
  margin-bottom: 1rem;
}
#branding .signature {
  background-color: #fff;
  border: solid 1px #eaeaea;
  border-radius: 2px;
  padding: 15px;
  transition: all 200ms;
}
#branding .selected .signature {
  border-color: #0038A8;
}
#branding .selected .option-title {
  color: #0038A8;
}
#branding #signature-output {
  display: none;
}
#branding .option {
  cursor: pointer;
}
#branding #signature-html {
  width: 100%;
  height: 200px;
  margin-bottom: 1rem;
}

#strategic_plan {
  @import url("https://fonts.googleapis.com/css?family=Merriweather&display=swap");
}
#strategic_plan article .sidebar {
  background-color: #f5f5f5;
  padding: 1.25rem;
}
#strategic_plan blockquote,
#strategic_plan blockquote p,
#strategic_plan p.definition {
  color: #7e8b8d;
}
#strategic_plan blockquote,
#strategic_plan blockquote p,
#strategic_plan p.definition,
#strategic_plan q {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-size: 1.25rem;
}
#strategic_plan a.student-success, #strategic_plan a.student-success.disabled, #strategic_plan a.student-success[disabled], #strategic_plan a.student-success.disabled:hover, #strategic_plan a.student-success[disabled]:hover, #strategic_plan a.student-success.disabled:focus, #strategic_plan a.student-success[disabled]:focus {
  background-color: "transparent";
  color: #0a0a0a;
}
#strategic_plan a.student-success:hover, #strategic_plan a.student-success:focus {
  background-color: #68a443;
  color: #0a0a0a;
}
#strategic_plan a.student-success:hover {
  color: #fefefe;
}
#strategic_plan a.responsible-stewardship, #strategic_plan a.responsible-stewardship.disabled, #strategic_plan a.responsible-stewardship[disabled], #strategic_plan a.responsible-stewardship.disabled:hover, #strategic_plan a.responsible-stewardship[disabled]:hover, #strategic_plan a.responsible-stewardship.disabled:focus, #strategic_plan a.responsible-stewardship[disabled]:focus {
  background-color: "transparent";
  color: #0a0a0a;
}
#strategic_plan a.responsible-stewardship:hover, #strategic_plan a.responsible-stewardship:focus {
  background-color: #2880ba;
  color: #0a0a0a;
}
#strategic_plan a.responsible-stewardship:hover {
  color: #fefefe;
}
#strategic_plan a.economic-competitiveness, #strategic_plan a.economic-competitiveness.disabled, #strategic_plan a.economic-competitiveness[disabled], #strategic_plan a.economic-competitiveness.disabled:hover, #strategic_plan a.economic-competitiveness[disabled]:hover, #strategic_plan a.economic-competitiveness.disabled:focus, #strategic_plan a.economic-competitiveness[disabled]:focus {
  background-color: "transparent";
  color: #0a0a0a;
}
#strategic_plan a.economic-competitiveness:hover, #strategic_plan a.economic-competitiveness:focus {
  background-color: #e64c3c;
  color: #0a0a0a;
}
#strategic_plan a.economic-competitiveness:hover {
  color: #fefefe;
}
#strategic_plan a.community-impact, #strategic_plan a.community-impact.disabled, #strategic_plan a.community-impact[disabled], #strategic_plan a.community-impact.disabled:hover, #strategic_plan a.community-impact[disabled]:hover, #strategic_plan a.community-impact.disabled:focus, #strategic_plan a.community-impact[disabled]:focus {
  background-color: "transparent";
  color: #0a0a0a;
}
#strategic_plan a.community-impact:hover, #strategic_plan a.community-impact:focus {
  background-color: #965ba5;
  color: #0a0a0a;
}
#strategic_plan a.community-impact:hover {
  color: #fefefe;
}
#strategic_plan aside.quote {
  background-color: #2c3e50;
  font-size: 1.25rem;
  font-style: italic;
  padding: 0.75rem;
  margin: 0 0 1rem;
}
@media print, screen and (min-width: 40em) {
  #strategic_plan aside.quote.left, #strategic_plan aside.quote.right {
    width: 50%;
  }
  #strategic_plan aside.quote.left {
    float: left;
    margin: 0 1rem 0 0;
  }
  #strategic_plan aside.quote.right {
    float: right;
    margin: 0 0 0 1rem;
  }
}
#strategic_plan aside.quote q {
  color: #fefefe;
}
#strategic_plan aside p {
  text-align: left;
}
#strategic_plan aside .callout svg {
  font-size: 5.5em;
  margin: 1rem 0;
}
#strategic_plan aside .student_success svg {
  color: #68a443;
}
#strategic_plan aside .responsible_stewardship svg {
  color: #2880ba;
}
#strategic_plan aside .economic_competitiveness svg {
  color: #e64c3c;
}
#strategic_plan aside .community_impact svg {
  color: #965ba5;
}
#strategic_plan .accordion.strategies[disabled] {
  opacity: 0.25;
}
#strategic_plan .accordion.strategies a {
  padding-right: 1.5rem;
}
#strategic_plan figure img {
  width: 100%;
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  #strategic_plan figure img {
    width: 24rem;
  }
}
#strategic_plan figure figcaption {
  margin: 0 0 1rem;
  background-color: #2c3e50;
  padding: 0.25rem 0.5rem 0.25rem 0.25rem;
  text-align: right;
  color: #fefefe;
}
#strategic_plan figure.right {
  float: right;
}
@media print, screen and (min-width: 40em) {
  #strategic_plan figure.right {
    margin: 1rem 0 1rem 1rem;
  }
}
#strategic_plan figure.left {
  float: left;
}
@media print, screen and (min-width: 40em) {
  #strategic_plan figure.left {
    margin: 1rem 1rem 1rem 0;
  }
}
@media print, screen and (min-width: 40em) {
  #strategic_plan figure.full img {
    width: 100%;
  }
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-theme ol.owl-dots {
  list-style: none;
}
.owl-theme ol.owl-dots li.owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: inline-block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme ol.owl-dots li.owl-dot:hover, .owl-theme ol.owl-dots li.owl-dot.active {
  background: #869791;
}

.owl-carousel .owl-item div p {
  margin-top: 2rem;
}

/* =SlickQuiz for Accessibility Quiz
 -------------------------------------------------------------------------*/
/* BASE QUIZ STYLES */
/* These styles ensure that the necessary elements are hidden for toggling */
/* DO NOT EDIT UNLESS YOU KNOW WHAT YOU ARE DOING!! */
.startQuiz,
.nextQuestion,
.backToQuestion,
.questions li.question,
.questions li.question .responses,
.questions li.question .responses .correct,
.questions li.question .responses .incorrect,
.quizResults {
  display: none;
}

/* If response messages are disabled or only shown on quiz completion,
   nextQuestion button IS checkAnswer button - so it must be displayed */
.nextQuestion.checkAnswer {
  display: block;
}

ol.questions,
ul.answers,
ul.responses,
ol.questions li,
ul.answers li,
ul.responses li {
  list-style-type: none;
}

#slickQuiz h2 {
  /*  font-size: 22px;
    margin: 15px 0; */
}

#slickQuiz h3 {
  font-size: 18px;
  margin: 15px 0 10px;
}

#slickQuiz h4 {
  font-size: 16px;
  margin: 10px 0;
}

#slickQuiz h5 {
  font-size: 14px;
  margin: 10px 0 5px;
}

#slickQuiz h6 {
  font-size: 12px;
  margin: 5px 0;
}

#slickQuiz strong {
  font-weight: bold;
}

#slickQuiz em {
  font-style: italic;
}

#slickQuiz ul {
  list-style-type: circle;
}

#slickQuiz ol {
  list-style-type: decimal;
}

#slickQuiz ol li {
  list-style-type: decimal;
  margin-left: 5px;
}

#slickQuiz [type=radio] + label {
  font-size: 0.9em;
  display: inline !important;
}

#slickQuiz .button {
  font-size: 20px;
  float: left;
  width: auto;
  padding: 5px 15px;
  color: #ffffff;
  background-color: #227070;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}

#slickQuiz .button:hover {
  background-color: darkslategray;
}

#slickQuiz .startQuiz {
  margin-top: 40px;
}

#slickQuiz .quizArea, #slickQuiz .quizResults {
  zoom: 1;
}

#slickQuiz .quizArea:before, #slickQuiz .quizArea:after, #slickQuiz .quizResults:before, #slickQuiz .quizResults:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

#slickQuiz .quizArea:after, #slickQuiz .quizResults:after {
  clear: both;
}

#slickQuiz .questionCount {
  font-size: 14px;
  font-style: italic;
}

#slickQuiz .questionCount span {
  font-weight: bold;
}

#slickQuiz ol.questions {
  margin-top: 20px;
  margin-left: 0;
}

#slickQuiz ol.questions li {
  margin-left: 0;
  list-style: none;
}

#slickQuiz ul.answers {
  margin-left: 20px;
  margin-bottom: 20px;
}

#slickQuiz ul.responses li {
  margin: 10px 20px 20px;
}

#slickQuiz ul.responses li p span {
  display: block;
  font-weight: bold;
  font-size: 18px;
}

#slickQuiz ul.responses li.correct p span {
  color: #6C9F2E;
}

#slickQuiz ul.responses li.incorrect p span {
  color: #B5121B;
}

#slickQuiz .quizResults h3 {
  margin: 0;
}

#slickQuiz .quizResults h3 span {
  font-weight: normal;
  font-style: italic;
}

#slickQuiz .quizResultsCopy {
  margin-top: 20px;
}

/*# sourceMappingURL=usg-edu-main-site.css.map */
