@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i);/* Layout */

/* Colours */

/* Font */

/* Headings */

/* 32px; */

/* Lead */

/* Blockquote */

/* Lists */

/* Border Radius (changing for popover and tooltip) */

/* Popovers */

/* Tooltips */

/* Nav */

/* cropped as iphone5 195px would be the maximum */

/* Links */

/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.43125;
  color: #343434;
  text-align: left;
  background-color: #ffffff;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

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

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #343434;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #343434;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #979797;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [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 {
  padding: 0;
  border-style: none;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: bold;
  line-height: 2rem;
  color: inherit;
}

h1,
.h1 {
  font-size: 1.5rem;
}

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

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

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

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

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 600;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 2rem;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 2rem;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 2rem;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 2rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #343434;
}

.blockquote-footer::before {
  content: "\2014   \A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #979797;
}

code,
kbd,
pre,
samp {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f2f2f2;
  border-radius: 0;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eeeeee;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eeeeee;
}

.table tbody + tbody {
  border-top: 2px solid #eeeeee;
}

.table .table {
  background-color: #ffffff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eeeeee;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eeeeee;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8cdcf;
}

.table-hover .table-primary:hover {
  background-color: #a9c2c5;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a9c2c5;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e2e2e2;
}

.table-hover .table-secondary:hover {
  background-color: #d5d5d5;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #d5d5d5;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #cbe4cb;
}

.table-hover .table-success:hover {
  background-color: #badbba;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #badbba;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #efbfba;
}

.table-hover .table-warning:hover {
  background-color: #eaaca5;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #eaaca5;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fbfbfb;
}

.table-hover .table-light:hover {
  background-color: #eeeeee;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #eeeeee;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c6c6;
}

.table-hover .table-dark:hover {
  background-color: #b9b9b9;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9b9b9;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.thead-inverse th {
  color: #ffffff;
  background-color: #212529;
}

.thead-default th {
  color: #777777;
  background-color: #eeeeee;
}

.table-inverse {
  color: #ffffff;
  background-color: #212529;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #32383e;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-inverse.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-inverse.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #777777;
  background-color: #ffffff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #00c1d5;
  outline: none;
}

.form-control::-webkit-input-placeholder {
  color: #979797;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #979797;
  opacity: 1;
}

.form-control::placeholder {
  color: #979797;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #eeeeee;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #777777;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  font-size: 1.125rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 1rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-plaintext {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2rem + 2px);
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.6875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #979797;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-inline {
  display: inline-block;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #449d44;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 157, 68, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(68, 157, 68, 0.25);
}

.was-validated .form-control:valid ~ .invalid-feedback,
.was-validated .form-control:valid ~ .invalid-tooltip,
.form-control.is-valid ~ .invalid-feedback,
.form-control.is-valid ~ .invalid-tooltip,
.was-validated
.custom-select:valid ~ .invalid-feedback,
.was-validated
.custom-select:valid ~ .invalid-tooltip,
.custom-select.is-valid ~ .invalid-feedback,
.custom-select.is-valid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid + .form-check-label,
.form-check-input.is-valid + .form-check-label {
  color: #449d44;
}

.was-validated .custom-control-input:valid ~ .custom-control-indicator,
.custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(68, 157, 68, 0.25);
}

.was-validated .custom-control-input:valid ~ .custom-control-description,
.custom-control-input.is-valid ~ .custom-control-description {
  color: #449d44;
}

.was-validated .custom-file-input:valid ~ .custom-file-control,
.custom-file-input.is-valid ~ .custom-file-control {
  border-color: #449d44;
}

.was-validated .custom-file-input:valid ~ .custom-file-control::before,
.custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid:focus,
.custom-file-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 157, 68, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(68, 157, 68, 0.25);
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid + .form-check-label,
.form-check-input.is-invalid + .form-check-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-indicator,
.custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid ~ .custom-control-description,
.custom-control-input.is-invalid ~ .custom-control-description {
  color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control,
.custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control::before,
.custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid:focus,
.custom-file-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 77, 85, 0.25);
          box-shadow: 0 0 0 3px rgba(0, 77, 85, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: .65;
}

.btn:active,
.btn.active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #004d55;
  border-color: #004d55;
}

.btn-primary:hover {
  color: #fff;
  background-color: #002a2f;
  border-color: #001f22;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 77, 85, 0.5);
          box-shadow: 0 0 0 3px rgba(0, 77, 85, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #004d55;
  border-color: #004d55;
}

.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #002a2f;
  background-image: none;
  border-color: #001f22;
}

.btn-secondary {
  color: #111;
  background-color: #979797;
  border-color: #979797;
}

.btn-secondary:hover {
  color: #111;
  background-color: #848484;
  border-color: #7e7d7d;
}

.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(151, 151, 151, 0.5);
          box-shadow: 0 0 0 3px rgba(151, 151, 151, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #979797;
  border-color: #979797;
}

.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #848484;
  background-image: none;
  border-color: #7e7d7d;
}

.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #449d44;
}

.btn-success:hover {
  color: #fff;
  background-color: #388238;
  border-color: #357935;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(68, 157, 68, 0.5);
          box-shadow: 0 0 0 3px rgba(68, 157, 68, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #449d44;
  border-color: #449d44;
}

.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
  background-color: #388238;
  background-image: none;
  border-color: #357935;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
  background-color: #138496;
  background-image: none;
  border-color: #117a8b;
}

.btn-warning {
  color: #fff;
  background-color: #c61a0a;
  border-color: #c61a0a;
}

.btn-warning:hover {
  color: #fff;
  background-color: #a21508;
  border-color: #951408;
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(198, 26, 10, 0.5);
          box-shadow: 0 0 0 3px rgba(198, 26, 10, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #c61a0a;
  border-color: #c61a0a;
}

.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  background-color: #a21508;
  background-image: none;
  border-color: #951408;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  background-color: #c82333;
  background-image: none;
  border-color: #bd2130;
}

.btn-light {
  color: #111;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-light:hover {
  color: #111;
  background-color: #dfdfdf;
  border-color: #d9d8d8;
}

.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(242, 242, 242, 0.5);
          box-shadow: 0 0 0 3px rgba(242, 242, 242, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-light:active,
.btn-light.active,
.show > .btn-light.dropdown-toggle {
  background-color: #dfdfdf;
  background-image: none;
  border-color: #d9d8d8;
}

.btn-dark {
  color: #fff;
  background-color: #343434;
  border-color: #343434;
}

.btn-dark:hover {
  color: #fff;
  background-color: #212121;
  border-color: #1b1a1a;
}

.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(52, 52, 52, 0.5);
          box-shadow: 0 0 0 3px rgba(52, 52, 52, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #343434;
  border-color: #343434;
}

.btn-dark:active,
.btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  background-color: #212121;
  background-image: none;
  border-color: #1b1a1a;
}

.btn-outline-primary {
  color: #004d55;
  background-color: transparent;
  background-image: none;
  border-color: #004d55;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #004d55;
  border-color: #004d55;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 77, 85, 0.5);
          box-shadow: 0 0 0 3px rgba(0, 77, 85, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #004d55;
  background-color: transparent;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #004d55;
  border-color: #004d55;
}

.btn-outline-secondary {
  color: #979797;
  background-color: transparent;
  background-image: none;
  border-color: #979797;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #979797;
  border-color: #979797;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(151, 151, 151, 0.5);
          box-shadow: 0 0 0 3px rgba(151, 151, 151, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #979797;
  background-color: transparent;
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #979797;
  border-color: #979797;
}

.btn-outline-success {
  color: #449d44;
  background-color: transparent;
  background-image: none;
  border-color: #449d44;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #449d44;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(68, 157, 68, 0.5);
          box-shadow: 0 0 0 3px rgba(68, 157, 68, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #449d44;
  background-color: transparent;
}

.btn-outline-success:active,
.btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #449d44;
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:active,
.btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-warning {
  color: #c61a0a;
  background-color: transparent;
  background-image: none;
  border-color: #c61a0a;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #c61a0a;
  border-color: #c61a0a;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(198, 26, 10, 0.5);
          box-shadow: 0 0 0 3px rgba(198, 26, 10, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #c61a0a;
  background-color: transparent;
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #c61a0a;
  border-color: #c61a0a;
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-light {
  color: #f2f2f2;
  background-color: transparent;
  background-image: none;
  border-color: #f2f2f2;
}

.btn-outline-light:hover {
  color: #fff;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(242, 242, 242, 0.5);
          box-shadow: 0 0 0 3px rgba(242, 242, 242, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f2f2f2;
  background-color: transparent;
}

.btn-outline-light:active,
.btn-outline-light.active,
.show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-outline-dark {
  color: #343434;
  background-color: transparent;
  background-image: none;
  border-color: #343434;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343434;
  border-color: #343434;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(52, 52, 52, 0.5);
          box-shadow: 0 0 0 3px rgba(52, 52, 52, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343434;
  background-color: transparent;
}

.btn-outline-dark:active,
.btn-outline-dark.active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343434;
  border-color: #343434;
}

.btn-link {
  font-weight: normal;
  color: #343434;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
  background-color: transparent;
}

.btn-link,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #343434;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled {
  color: #979797;
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.6;
  border-radius: 0;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.43125;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #343434;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #eeeeee;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f2f2f2;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #004d55;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #979797;
  background-color: transparent;
}

.show > a {
  outline: 0;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #979797;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-bottom: 0;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #777777;
  text-align: center;
  background-color: #eeeeee;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  border-radius: 0;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  border-radius: 0;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.43125rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #ffffff;
  background-color: #004d55;
}

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #004d55;
          box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #004d55;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #ffffff;
  background-color: #09e8ff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #eeeeee;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #979797;
}

.custom-control-indicator {
  position: absolute;
  top: 0.215625rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #004d55;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #777777;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-clip: padding-box;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #00c1d5;
  outline: none;
}

.custom-select:focus::-ms-value {
  color: #777777;
  background-color: #ffffff;
}

.custom-select:disabled {
  color: #979797;
  background-color: #eeeeee;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(2rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  -webkit-box-shadow: 0 0 0 0.075rem #ffffff, 0 0 0 0.2rem #004d55;
          box-shadow: 0 0 0 0.075rem #ffffff, 0 0 0 0.2rem #004d55;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.25rem + 2px);
  padding: 0.5rem 0.75rem;
  overflow: hidden;
  line-height: 1.25;
  color: #777777;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 6;
  display: block;
  height: calc(2.25rem + 2px);
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #777777;
  background-color: #eeeeee;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #979797;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #979797;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #777777;
  background-color: #ffffff;
  border-color: #ddd #ddd #ffffff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link.active,
.show > .nav-pills .nav-link {
  color: #ffffff;
  background-color: #004d55;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.41054687rem;
  padding-bottom: 0.41054687rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-brand {
  color: white;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: white;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: white;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.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);
}

.card-header:first-child {
  border-radius: calc(0 - 1px) calc(0 - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0 - 1px) calc(0 - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0 - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px);
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eeeeee;
  border-radius: 0;
}

.breadcrumb::after {
  display: block;
  clear: both;
  content: "";
}

.breadcrumb-item {
  float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #979797;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #979797;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-item.active .page-link {
  z-index: 2;
  color: #ffffff;
  background-color: #004d55;
  border-color: #004d55;
}

.page-item.disabled .page-link {
  color: #979797;
  pointer-events: none;
  background-color: #ffffff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #343434;
  background-color: #ffffff;
  border: 1px solid #ddd;
}

.page-link:focus,
.page-link:hover {
  color: #343434;
  text-decoration: none;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.6;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.43125;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #004d55;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #001f22;
}

.badge-secondary {
  color: #111;
  background-color: #979797;
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #7e7d7d;
}

.badge-success {
  color: #fff;
  background-color: #449d44;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #357935;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #fff;
  background-color: #c61a0a;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #951408;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #111;
  background-color: #f2f2f2;
}

.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d9d8d8;
}

.badge-dark {
  color: #fff;
  background-color: #343434;
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1b1a1a;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eeeeee;
  border-radius: 0;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
}

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #00282c;
  background-color: #ccdbdd;
  border-color: #b8cdcf;
}

.alert-primary hr {
  border-top-color: #a9c2c5;
}

.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: #4f4f4f;
  background-color: #eaeaea;
  border-color: #e2e2e2;
}

.alert-secondary hr {
  border-top-color: #d5d5d5;
}

.alert-secondary .alert-link {
  color: #363535;
}

.alert-success {
  color: #235223;
  background-color: #daebda;
  border-color: #cbe4cb;
}

.alert-success hr {
  border-top-color: #badbba;
}

.alert-success .alert-link {
  color: #142e14;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #670e05;
  background-color: #f4d1ce;
  border-color: #efbfba;
}

.alert-warning hr {
  border-top-color: #eaaca5;
}

.alert-warning .alert-link {
  color: #360703;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #7e7e7e;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}

.alert-light hr {
  border-top-color: #eeeeee;
}

.alert-light .alert-link {
  color: #656464;
}

.alert-dark {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6;
}

.alert-dark hr {
  border-top-color: #b9b9b9;
}

.alert-dark .alert-link {
  color: #020202;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #eeeeee;
  border-radius: 0;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  background-color: #004d55;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #777777;
  text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #777777;
  text-decoration: none;
  background-color: #f2f2f2;
}

.list-group-item-action:active {
  color: #343434;
  background-color: #eeeeee;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-item:focus,
.list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #979797;
  background-color: #ffffff;
}

.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #004d55;
  border-color: #004d55;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #00282c;
  background-color: #b8cdcf;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #00282c;
}

a.list-group-item-primary:focus,
a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #00282c;
  background-color: #a9c2c5;
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #00282c;
  border-color: #00282c;
}

.list-group-item-secondary {
  color: #4f4f4f;
  background-color: #e2e2e2;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #4f4f4f;
}

a.list-group-item-secondary:focus,
a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #4f4f4f;
  background-color: #d5d5d5;
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #4f4f4f;
  border-color: #4f4f4f;
}

.list-group-item-success {
  color: #235223;
  background-color: #cbe4cb;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #235223;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #235223;
  background-color: #badbba;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #235223;
  border-color: #235223;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #670e05;
  background-color: #efbfba;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #670e05;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #670e05;
  background-color: #eaaca5;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #670e05;
  border-color: #670e05;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #7e7e7e;
  background-color: #fbfbfb;
}

a.list-group-item-light,
button.list-group-item-light {
  color: #7e7e7e;
}

a.list-group-item-light:focus,
a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #7e7e7e;
  background-color: #eeeeee;
}

a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #7e7e7e;
  border-color: #7e7e7e;
}

.list-group-item-dark {
  color: #1b1b1b;
  background-color: #c6c6c6;
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1b1b;
}

a.list-group-item-dark:focus,
a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1b1b;
  background-color: #b9b9b9;
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5;
}

.close:focus,
.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eeeeee;
}

.modal-header .close {
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.43125;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eeeeee;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: normal;
  line-height: 1.43125;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
}

.tooltip.bs-tooltip-top,
.tooltip.bs-tooltip-auto[x-placement^="top"] {
  padding: 8px 0;
}

.tooltip.bs-tooltip-top .arrow,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  margin-left: -6px;
  content: "";
  border-width: 8px 8px 0;
  border-top-color: #000000;
}

.tooltip.bs-tooltip-right,
.tooltip.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 8px;
}

.tooltip.bs-tooltip-right .arrow,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
}

.tooltip.bs-tooltip-right .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  margin-top: -6px;
  content: "";
  border-width: 8px 8px 8px 0;
  border-right-color: #000000;
}

.tooltip.bs-tooltip-bottom,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 8px 0;
}

.tooltip.bs-tooltip-bottom .arrow,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  margin-left: -6px;
  content: "";
  border-width: 0 8px 8px;
  border-bottom-color: #000000;
}

.tooltip.bs-tooltip-left,
.tooltip.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 8px;
}

.tooltip.bs-tooltip-left .arrow,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
}

.tooltip.bs-tooltip-left .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  right: 0;
  margin-top: -6px;
  content: "";
  border-width: 8px 0 8px 8px;
  border-left-color: #000000;
}

.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tooltip-inner {
  max-width: 200px;
  padding: 5px 10px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 0;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: normal;
  line-height: 1.43125;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #979797;
  border-radius: 0;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 16px;
  height: 10px;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow::before {
  content: "";
  border-width: 17px;
}

.popover .arrow::after {
  content: "";
  border-width: 17px;
}

.popover.bs-popover-top,
.popover.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 16px;
}

.popover.bs-popover-top .arrow,
.popover.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.popover.bs-popover-top .arrow::before,
.popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-bottom-width: 0;
}

.popover.bs-popover-top .arrow::before,
.popover.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: -17px;
  margin-left: -12px;
  border-top-color: #979797;
}

.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: -16px;
  margin-left: -12px;
  border-top-color: #ffffff;
}

.popover.bs-popover-right,
.popover.bs-popover-auto[x-placement^="right"] {
  margin-left: 16px;
}

.popover.bs-popover-right .arrow,
.popover.bs-popover-auto[x-placement^="right"] .arrow {
  left: 0;
}

.popover.bs-popover-right .arrow::before,
.popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  margin-top: -14px;
  border-left-width: 0;
}

.popover.bs-popover-right .arrow::before,
.popover.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: -17px;
  border-right-color: #979797;
}

.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: -16px;
  border-right-color: #ffffff;
}

.popover.bs-popover-bottom,
.popover.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 16px;
}

.popover.bs-popover-bottom .arrow,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.popover.bs-popover-bottom .arrow::before,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  margin-left: -13px;
  border-top-width: 0;
}

.popover.bs-popover-bottom .arrow::before,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: -17px;
  border-bottom-color: #979797;
}

.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: -16px;
  border-bottom-color: #ffffff;
}

.popover.bs-popover-bottom .popover-header::before,
.popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #dddddd;
}

.popover.bs-popover-left,
.popover.bs-popover-auto[x-placement^="left"] {
  margin-right: 16px;
}

.popover.bs-popover-left .arrow,
.popover.bs-popover-auto[x-placement^="left"] .arrow {
  right: 0;
}

.popover.bs-popover-left .arrow::before,
.popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  margin-top: -14px;
  border-right-width: 0;
}

.popover.bs-popover-left .arrow::before,
.popover.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: -17px;
  border-left-color: #979797;
}

.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: -16px;
  border-left-color: #ffffff;
}

.popover-header {
  padding: 0 0.9375rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #000000;
  background-color: #dddddd;
  border-bottom: 1px solid #d0d0d0;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.875rem 1rem;
  color: #000000;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #004d55 !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #001f22 !important;
}

.bg-secondary {
  background-color: #979797 !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover {
  background-color: #7e7d7d !important;
}

.bg-success {
  background-color: #449d44 !important;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #357935 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #c61a0a !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #951408 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f2f2f2 !important;
}

a.bg-light:focus,
a.bg-light:hover {
  background-color: #d9d8d8 !important;
}

.bg-dark {
  background-color: #343434 !important;
}

a.bg-dark:focus,
a.bg-dark:hover {
  background-color: #1b1a1a !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #eeeeee !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #004d55 !important;
}

.border-secondary {
  border-color: #979797 !important;
}

.border-success {
  border-color: #449d44 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #c61a0a !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f2f2f2 !important;
}

.border-dark {
  border-color: #343434 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded {
  border-radius: 0 !important;
}

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-circle {
  border-radius: 50%;
}

.rounded-0 {
  border-radius: 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-print-block {
  display: none !important;
}

.d-print-inline {
  display: none !important;
}

.d-print-inline-block {
  display: none !important;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

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

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

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

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

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: normal !important;
}

.font-weight-bold {
  font-weight: bold !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #004d55 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #001f22 !important;
}

.text-secondary {
  color: #979797 !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #7e7d7d !important;
}

.text-success {
  color: #449d44 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #357935 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #c61a0a !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #951408 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f2f2f2 !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #d9d8d8 !important;
}

.text-dark {
  color: #343434 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #1b1a1a !important;
}

.text-muted {
  color: #979797 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*
 * Custom mixins
 * Most of these are for carrying colors through sections
 */

/*
 * Third party scripts that are needed for certain libraries
 */

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 15px 18px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 20px;
  height: 15px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 20px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -6px;
}

.hamburger-inner::after {
  bottom: -6px;
}

/*
   * Slider
   */

.hamburger--slider .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider .hamburger-inner::before {
  top: 6px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 12px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
          transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-2.85714286px, -3px, 0);
          transform: rotate(-45deg) translate3d(-2.85714286px, -3px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -12px, 0) rotate(-90deg);
          transform: translate3d(0, -12px, 0) rotate(-90deg);
}

/**
 * Lightweight base styles for the front-end form.
 */

.userform-progress .progress {
  position: relative;
  height: 1em;
  background: #eee;
}

.userform-progress .progress-bar {
  position: absolute;
  height: 1em;
  background: #666;
}

.userform-progress .step-buttons {
  margin-left: 0;
  position: relative;
}

.userform-progress .step-button-wrapper {
  display: inline-block;
  list-style-type: none;
}

.userform-progress .step-button-wrapper.viewed .step-button-jump {
  opacity: 1;
}

.userform-progress .step-button-jump {
  position: absolute;
  top: 0;
  opacity: .7;
}

.step-navigation .step-buttons {
  margin-left: 0;
}

.step-navigation .step-button-wrapper {
  display: inline-block;
  list-style-type: none;
}

.userform {
  clear: both;
  width: 100%;
  max-width: 100%;
}

.userform .field label.right {
  color: #555;
}

.userform .field input,
.userform .field textarea,
.userform .field select {
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
}

.userform .field input.error,
.userform .field textarea.error,
.userform .field select.error {
  border-color: #c61a0a;
  margin-bottom: 10px;
}

.userform .error.message {
  color: #c61a0a;
  display: block;
}

.userformsgroup {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 20px 20px 10px 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.userformsgroup > legend {
  padding-left: 4px;
  padding-right: 4px;
  border: 0;
  width: auto;
}

.right-title {
  clear: both;
  display: block;
}

.checkbox .right-title {
  display: inline;
}

.userform .left {
  margin-bottom: 5px;
  font-weight: bold;
}

.userform .field.hide {
  display: none;
}

.userform .requiredField:not(.optionset) label,
.userform .requiredField.optionset legend {
  position: relative;
}

.userform .requiredField:not(.optionset) label:after,
.userform .requiredField.optionset legend:after {
  content: '*';
  position: absolute;
  display: block;
  top: 0;
  right: -12px;
}

.section-home .userform .requiredField:not(.optionset) label:after,
.userform .requiredField.optionset legend:after {
  color: #004d55;
}

.section-purple .userform .requiredField:not(.optionset) label:after,
.userform .requiredField.optionset legend:after {
  color: #5f3c83;
}

.section-green .userform .requiredField:not(.optionset) label:after,
.userform .requiredField.optionset legend:after {
  color: #226324;
}

.section-blue .userform .requiredField:not(.optionset) label:after,
.userform .requiredField.optionset legend:after {
  color: #115180;
}

.section-aqua .userform .requiredField:not(.optionset) label:after,
.userform .requiredField.optionset legend:after {
  color: #1a9187;
}

.section-red .userform .requiredField:not(.optionset) label:after,
.userform .requiredField.optionset legend:after {
  color: #bf2b21;
}

.section-orange .userform .requiredField:not(.optionset) label:after,
.userform .requiredField.optionset legend:after {
  color: #e65722;
}

.field.optionset legend {
  display: inline-block;
  width: auto;
  font-size: 1.25rem;
  line-height: 1.2;
}

.field.optionset label {
  font-weight: normal;
  line-height: 1.2em;
}

.field.checkbox label {
  font-weight: normal;
  line-height: 1.2em;
}

/* 
 * Base layout/styles for the site 
 * Styles here are ones that overwrite the default styles, 
 * for example something that targets an hr with not class
 */

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Default */

:root {
  font-size: 16px;
}

/* Headings */

h1,
.h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #000000;
  font-weight: bold;
}

h2,
.h2 {
  font-size: 1.3125rem;
  line-height: 1.75rem;
  color: #000000;
  font-weight: bold;
}

h3,
.h3 {
  font-size: 1.25rem;
  line-height: 1.16875rem;
  color: #000000;
  font-weight: bold;
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #000000;
  font-weight: bold;
}

h5,
.h5 {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #000000;
  font-weight: bold;
}

/* Blockquotes */

blockquote,
.blockquote {
  margin-left: 0;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: inherit;
  padding: 1rem 0 1rem 1.625rem;
  border-left: 0.3125rem solid #979797;
  color: #343434;
}

.section-home .blockquote {
  border-color: #004d55;
}

.section-purple .blockquote {
  border-color: #5f3c83;
}

.section-green .blockquote {
  border-color: #226324;
}

.section-blue .blockquote {
  border-color: #115180;
}

.section-aqua .blockquote {
  border-color: #1a9187;
}

.section-red .blockquote {
  border-color: #bf2b21;
}

.section-orange .blockquote {
  border-color: #e65722;
}

.section-home blockquote {
  border-color: #004d55;
}

.section-purple blockquote {
  border-color: #5f3c83;
}

.section-green blockquote {
  border-color: #226324;
}

.section-blue blockquote {
  border-color: #115180;
}

.section-aqua blockquote {
  border-color: #1a9187;
}

.section-red blockquote {
  border-color: #bf2b21;
}

.section-orange blockquote {
  border-color: #e65722;
}

.blockquote-footer {
  display: block;
  color: #343434;
  font-weight: normal;
  font-size: inherit;
}

.blockquote-footer::before {
  content: "";
  display: inline-block;
  width: 1.5625rem;
  height: 0.33333333rem;
  border-top: 0.0625rem solid #777777;
  margin-right: 0.9375rem;
}

.font-weight-extralight {
  font-weight: 200 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: normal !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: bold !important;
}

.font-weight-black {
  font-weight: 900 !important;
}

.section-home .content-section a {
  color: #004d55;
}

.section-purple .content-section a {
  color: #5f3c83;
}

.section-green .content-section a {
  color: #226324;
}

.section-blue .content-section a {
  color: #115180;
}

.section-aqua .content-section a {
  color: #1a9187;
}

.section-red .content-section a {
  color: #bf2b21;
}

.section-orange .content-section a {
  color: #e65722;
}

.section-home .content-section a:hover {
  color: #004046;
}

.section-purple .content-section a:hover {
  color: #4b3069;
}

.section-green .content-section a:hover {
  color: #18471a;
}

.section-blue .content-section a:hover {
  color: #0d4166;
}

.section-aqua .content-section a:hover {
  color: #15736b;
}

.section-red .content-section a:hover {
  color: #a1241b;
}

.section-orange .content-section a:hover {
  color: #cf4e1f;
}

.doc {
  display: inline-block;
}

.doc::before {
  margin-right: 5px;
  content: "\F016";
  font-family: FontAwesome;
}

.xls {
  display: inline-block;
}

.xls::before {
  margin-right: 5px;
  content: "\F1C3";
  font-family: FontAwesome;
}

.archive {
  display: inline-block;
}

.archive::before {
  margin-right: 5px;
  content: "\F1C6";
  font-family: FontAwesome;
}

.application {
  display: inline-block;
}

.application::before {
  margin-right: 5px;
  content: "\F022";
  font-family: FontAwesome;
}

.pdf {
  display: inline-block;
}

.pdf::before {
  margin-right: 5px;
  content: "\F1C1";
  font-family: FontAwesome;
}

p.caption {
  color: #777777;
  margin-top: 1rem;
  font-style: italic;
}

.responsive-image {
  height: auto;
  width: 100%;
}

img.left {
  float: left;
  margin: 0 20px 20px 0;
}

img.right {
  float: right;
  margin: 0 0 20px 20px;
}

img.leftAlone {
  display: block;
  margin: 0 20px 20px 0;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

/*
    The blocks below refer to variables in the _variables.scss override file for the theme.
    Each of them refers to a map of maps. The the outer most map key is a responsive size name.
    The inner most map being style names and values. In the case of the headings, the intermediate
    map key is the element/class name.
*/

/*
    Headings
    Uses $responsive-headings variable in the theme _variables.scss.
    The map looks like 'md' => 'h1' => ('font-size': 10px)
*/

/*
    Lead paragraph style
    Uses $responsive-lead variable in the theme _variables.scss.
    The map looks like 'md' => (font-size: 10px)
*/

/*
  Body
  Uses $responsive-body variable in the theme _variables.scss.
  The map looks like 'md' => (font-size: 10px)
*/

body {
  background-color: #004d55;
  overflow-x: hidden;
}

main {
  background-color: white;
}

.w-32 {
  max-width: 32px;
}

.section-home .btn-primary {
  color: #fff;
  background-color: #004d55;
  border-color: #004d55;
}

.section-home .btn-primary:hover {
  color: #fff;
  background-color: #002a2f;
  border-color: #001f22;
}

.section-home .btn-primary:focus,
.section-home .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 77, 85, 0.5);
          box-shadow: 0 0 0 3px rgba(0, 77, 85, 0.5);
}

.section-home .btn-primary.disabled,
.section-home .btn-primary:disabled {
  background-color: #004d55;
  border-color: #004d55;
}

.section-home .btn-primary:active,
.section-home .btn-primary.active,
.show > .section-home .btn-primary.dropdown-toggle {
  background-color: #002a2f;
  background-image: none;
  border-color: #001f22;
}

.section-home .content-section .btn-primary {
  color: #fff;
  background-color: #004d55;
  border-color: #004d55;
}

.section-home .content-section .btn-primary:hover {
  color: #fff;
  background-color: #002a2f;
  border-color: #001f22;
}

.section-home .content-section .btn-primary:focus,
.section-home .content-section .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 77, 85, 0.5);
          box-shadow: 0 0 0 3px rgba(0, 77, 85, 0.5);
}

.section-home .content-section .btn-primary.disabled,
.section-home .content-section .btn-primary:disabled {
  background-color: #004d55;
  border-color: #004d55;
}

.section-home .content-section .btn-primary:active,
.section-home .content-section .btn-primary.active,
.show > .section-home .content-section .btn-primary.dropdown-toggle {
  background-color: #002a2f;
  background-image: none;
  border-color: #001f22;
}

.section-home .userform button {
  color: #fff;
  background-color: #004d55;
  border-color: #004d55;
  border: 0;
  padding: 7.5px 30px;
}

.section-home .userform button:hover {
  color: #fff;
  background-color: #002a2f;
  border-color: #001f22;
}

.section-home .userform button:focus,
.section-home .userform button.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 77, 85, 0.5);
          box-shadow: 0 0 0 3px rgba(0, 77, 85, 0.5);
}

.section-home .userform button.disabled,
.section-home .userform button:disabled {
  background-color: #004d55;
  border-color: #004d55;
}

.section-home .userform button:active,
.section-home .userform button.active,
.show > .section-home .userform button.dropdown-toggle {
  background-color: #002a2f;
  background-image: none;
  border-color: #001f22;
}

.section-home .userform input[type="submit"] {
  color: #fff;
  background-color: #004d55;
  border-color: #004d55;
  border: 0;
  padding: 7.5px 30px;
}

.section-home .userform input[type="submit"]:hover {
  color: #fff;
  background-color: #002a2f;
  border-color: #001f22;
}

.section-home .userform input[type="submit"]:focus,
.section-home .userform input[type="submit"].focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 77, 85, 0.5);
          box-shadow: 0 0 0 3px rgba(0, 77, 85, 0.5);
}

.section-home .userform input[type="submit"].disabled,
.section-home .userform input[type="submit"]:disabled {
  background-color: #004d55;
  border-color: #004d55;
}

.section-home .userform input[type="submit"]:active,
.section-home .userform input[type="submit"].active,
.show > .section-home .userform input[type="submit"].dropdown-toggle {
  background-color: #002a2f;
  background-image: none;
  border-color: #001f22;
}

.section-purple .btn-primary {
  color: #fff;
  background-color: #5f3c83;
  border-color: #5f3c83;
}

.section-purple .btn-primary:hover {
  color: #fff;
  background-color: #4c3069;
  border-color: #462c60;
}

.section-purple .btn-primary:focus,
.section-purple .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(95, 60, 131, 0.5);
          box-shadow: 0 0 0 3px rgba(95, 60, 131, 0.5);
}

.section-purple .btn-primary.disabled,
.section-purple .btn-primary:disabled {
  background-color: #5f3c83;
  border-color: #5f3c83;
}

.section-purple .btn-primary:active,
.section-purple .btn-primary.active,
.show > .section-purple .btn-primary.dropdown-toggle {
  background-color: #4c3069;
  background-image: none;
  border-color: #462c60;
}

.section-purple .content-section .btn-primary {
  color: #fff;
  background-color: #5f3c83;
  border-color: #5f3c83;
}

.section-purple .content-section .btn-primary:hover {
  color: #fff;
  background-color: #4c3069;
  border-color: #462c60;
}

.section-purple .content-section .btn-primary:focus,
.section-purple .content-section .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(95, 60, 131, 0.5);
          box-shadow: 0 0 0 3px rgba(95, 60, 131, 0.5);
}

.section-purple .content-section .btn-primary.disabled,
.section-purple .content-section .btn-primary:disabled {
  background-color: #5f3c83;
  border-color: #5f3c83;
}

.section-purple .content-section .btn-primary:active,
.section-purple .content-section .btn-primary.active,
.show > .section-purple .content-section .btn-primary.dropdown-toggle {
  background-color: #4c3069;
  background-image: none;
  border-color: #462c60;
}

.section-purple .userform button {
  color: #fff;
  background-color: #5f3c83;
  border-color: #5f3c83;
  border: 0;
  padding: 7.5px 30px;
}

.section-purple .userform button:hover {
  color: #fff;
  background-color: #4c3069;
  border-color: #462c60;
}

.section-purple .userform button:focus,
.section-purple .userform button.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(95, 60, 131, 0.5);
          box-shadow: 0 0 0 3px rgba(95, 60, 131, 0.5);
}

.section-purple .userform button.disabled,
.section-purple .userform button:disabled {
  background-color: #5f3c83;
  border-color: #5f3c83;
}

.section-purple .userform button:active,
.section-purple .userform button.active,
.show > .section-purple .userform button.dropdown-toggle {
  background-color: #4c3069;
  background-image: none;
  border-color: #462c60;
}

.section-purple .userform input[type="submit"] {
  color: #fff;
  background-color: #5f3c83;
  border-color: #5f3c83;
  border: 0;
  padding: 7.5px 30px;
}

.section-purple .userform input[type="submit"]:hover {
  color: #fff;
  background-color: #4c3069;
  border-color: #462c60;
}

.section-purple .userform input[type="submit"]:focus,
.section-purple .userform input[type="submit"].focus {
  -webkit-box-shadow: 0 0 0 3px rgba(95, 60, 131, 0.5);
          box-shadow: 0 0 0 3px rgba(95, 60, 131, 0.5);
}

.section-purple .userform input[type="submit"].disabled,
.section-purple .userform input[type="submit"]:disabled {
  background-color: #5f3c83;
  border-color: #5f3c83;
}

.section-purple .userform input[type="submit"]:active,
.section-purple .userform input[type="submit"].active,
.show > .section-purple .userform input[type="submit"].dropdown-toggle {
  background-color: #4c3069;
  background-image: none;
  border-color: #462c60;
}

.section-green .btn-primary {
  color: #fff;
  background-color: #226324;
  border-color: #226324;
}

.section-green .btn-primary:hover {
  color: #fff;
  background-color: #18471a;
  border-color: #153d16;
}

.section-green .btn-primary:focus,
.section-green .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(34, 99, 36, 0.5);
          box-shadow: 0 0 0 3px rgba(34, 99, 36, 0.5);
}

.section-green .btn-primary.disabled,
.section-green .btn-primary:disabled {
  background-color: #226324;
  border-color: #226324;
}

.section-green .btn-primary:active,
.section-green .btn-primary.active,
.show > .section-green .btn-primary.dropdown-toggle {
  background-color: #18471a;
  background-image: none;
  border-color: #153d16;
}

.section-green .content-section .btn-primary {
  color: #fff;
  background-color: #226324;
  border-color: #226324;
}

.section-green .content-section .btn-primary:hover {
  color: #fff;
  background-color: #18471a;
  border-color: #153d16;
}

.section-green .content-section .btn-primary:focus,
.section-green .content-section .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(34, 99, 36, 0.5);
          box-shadow: 0 0 0 3px rgba(34, 99, 36, 0.5);
}

.section-green .content-section .btn-primary.disabled,
.section-green .content-section .btn-primary:disabled {
  background-color: #226324;
  border-color: #226324;
}

.section-green .content-section .btn-primary:active,
.section-green .content-section .btn-primary.active,
.show > .section-green .content-section .btn-primary.dropdown-toggle {
  background-color: #18471a;
  background-image: none;
  border-color: #153d16;
}

.section-green .userform button {
  color: #fff;
  background-color: #226324;
  border-color: #226324;
  border: 0;
  padding: 7.5px 30px;
}

.section-green .userform button:hover {
  color: #fff;
  background-color: #18471a;
  border-color: #153d16;
}

.section-green .userform button:focus,
.section-green .userform button.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(34, 99, 36, 0.5);
          box-shadow: 0 0 0 3px rgba(34, 99, 36, 0.5);
}

.section-green .userform button.disabled,
.section-green .userform button:disabled {
  background-color: #226324;
  border-color: #226324;
}

.section-green .userform button:active,
.section-green .userform button.active,
.show > .section-green .userform button.dropdown-toggle {
  background-color: #18471a;
  background-image: none;
  border-color: #153d16;
}

.section-green .userform input[type="submit"] {
  color: #fff;
  background-color: #226324;
  border-color: #226324;
  border: 0;
  padding: 7.5px 30px;
}

.section-green .userform input[type="submit"]:hover {
  color: #fff;
  background-color: #18471a;
  border-color: #153d16;
}

.section-green .userform input[type="submit"]:focus,
.section-green .userform input[type="submit"].focus {
  -webkit-box-shadow: 0 0 0 3px rgba(34, 99, 36, 0.5);
          box-shadow: 0 0 0 3px rgba(34, 99, 36, 0.5);
}

.section-green .userform input[type="submit"].disabled,
.section-green .userform input[type="submit"]:disabled {
  background-color: #226324;
  border-color: #226324;
}

.section-green .userform input[type="submit"]:active,
.section-green .userform input[type="submit"].active,
.show > .section-green .userform input[type="submit"].dropdown-toggle {
  background-color: #18471a;
  background-image: none;
  border-color: #153d16;
}

.section-blue .btn-primary {
  color: #fff;
  background-color: #115180;
  border-color: #115180;
}

.section-blue .btn-primary:hover {
  color: #fff;
  background-color: #0d3c5e;
  border-color: #0b3553;
}

.section-blue .btn-primary:focus,
.section-blue .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(17, 81, 128, 0.5);
          box-shadow: 0 0 0 3px rgba(17, 81, 128, 0.5);
}

.section-blue .btn-primary.disabled,
.section-blue .btn-primary:disabled {
  background-color: #115180;
  border-color: #115180;
}

.section-blue .btn-primary:active,
.section-blue .btn-primary.active,
.show > .section-blue .btn-primary.dropdown-toggle {
  background-color: #0d3c5e;
  background-image: none;
  border-color: #0b3553;
}

.section-blue .content-section .btn-primary {
  color: #fff;
  background-color: #115180;
  border-color: #115180;
}

.section-blue .content-section .btn-primary:hover {
  color: #fff;
  background-color: #0d3c5e;
  border-color: #0b3553;
}

.section-blue .content-section .btn-primary:focus,
.section-blue .content-section .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(17, 81, 128, 0.5);
          box-shadow: 0 0 0 3px rgba(17, 81, 128, 0.5);
}

.section-blue .content-section .btn-primary.disabled,
.section-blue .content-section .btn-primary:disabled {
  background-color: #115180;
  border-color: #115180;
}

.section-blue .content-section .btn-primary:active,
.section-blue .content-section .btn-primary.active,
.show > .section-blue .content-section .btn-primary.dropdown-toggle {
  background-color: #0d3c5e;
  background-image: none;
  border-color: #0b3553;
}

.section-blue .userform button {
  color: #fff;
  background-color: #115180;
  border-color: #115180;
  border: 0;
  padding: 7.5px 30px;
}

.section-blue .userform button:hover {
  color: #fff;
  background-color: #0d3c5e;
  border-color: #0b3553;
}

.section-blue .userform button:focus,
.section-blue .userform button.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(17, 81, 128, 0.5);
          box-shadow: 0 0 0 3px rgba(17, 81, 128, 0.5);
}

.section-blue .userform button.disabled,
.section-blue .userform button:disabled {
  background-color: #115180;
  border-color: #115180;
}

.section-blue .userform button:active,
.section-blue .userform button.active,
.show > .section-blue .userform button.dropdown-toggle {
  background-color: #0d3c5e;
  background-image: none;
  border-color: #0b3553;
}

.section-blue .userform input[type="submit"] {
  color: #fff;
  background-color: #115180;
  border-color: #115180;
  border: 0;
  padding: 7.5px 30px;
}

.section-blue .userform input[type="submit"]:hover {
  color: #fff;
  background-color: #0d3c5e;
  border-color: #0b3553;
}

.section-blue .userform input[type="submit"]:focus,
.section-blue .userform input[type="submit"].focus {
  -webkit-box-shadow: 0 0 0 3px rgba(17, 81, 128, 0.5);
          box-shadow: 0 0 0 3px rgba(17, 81, 128, 0.5);
}

.section-blue .userform input[type="submit"].disabled,
.section-blue .userform input[type="submit"]:disabled {
  background-color: #115180;
  border-color: #115180;
}

.section-blue .userform input[type="submit"]:active,
.section-blue .userform input[type="submit"].active,
.show > .section-blue .userform input[type="submit"].dropdown-toggle {
  background-color: #0d3c5e;
  background-image: none;
  border-color: #0b3553;
}

.section-aqua .btn-primary {
  color: #fff;
  background-color: #1a9187;
  border-color: #1a9187;
}

.section-aqua .btn-primary:hover {
  color: #fff;
  background-color: #147169;
  border-color: #12665f;
}

.section-aqua .btn-primary:focus,
.section-aqua .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(26, 145, 135, 0.5);
          box-shadow: 0 0 0 3px rgba(26, 145, 135, 0.5);
}

.section-aqua .btn-primary.disabled,
.section-aqua .btn-primary:disabled {
  background-color: #1a9187;
  border-color: #1a9187;
}

.section-aqua .btn-primary:active,
.section-aqua .btn-primary.active,
.show > .section-aqua .btn-primary.dropdown-toggle {
  background-color: #147169;
  background-image: none;
  border-color: #12665f;
}

.section-aqua .content-section .btn-primary {
  color: #fff;
  background-color: #1a9187;
  border-color: #1a9187;
}

.section-aqua .content-section .btn-primary:hover {
  color: #fff;
  background-color: #147169;
  border-color: #12665f;
}

.section-aqua .content-section .btn-primary:focus,
.section-aqua .content-section .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(26, 145, 135, 0.5);
          box-shadow: 0 0 0 3px rgba(26, 145, 135, 0.5);
}

.section-aqua .content-section .btn-primary.disabled,
.section-aqua .content-section .btn-primary:disabled {
  background-color: #1a9187;
  border-color: #1a9187;
}

.section-aqua .content-section .btn-primary:active,
.section-aqua .content-section .btn-primary.active,
.show > .section-aqua .content-section .btn-primary.dropdown-toggle {
  background-color: #147169;
  background-image: none;
  border-color: #12665f;
}

.section-aqua .userform button {
  color: #fff;
  background-color: #1a9187;
  border-color: #1a9187;
  border: 0;
  padding: 7.5px 30px;
}

.section-aqua .userform button:hover {
  color: #fff;
  background-color: #147169;
  border-color: #12665f;
}

.section-aqua .userform button:focus,
.section-aqua .userform button.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(26, 145, 135, 0.5);
          box-shadow: 0 0 0 3px rgba(26, 145, 135, 0.5);
}

.section-aqua .userform button.disabled,
.section-aqua .userform button:disabled {
  background-color: #1a9187;
  border-color: #1a9187;
}

.section-aqua .userform button:active,
.section-aqua .userform button.active,
.show > .section-aqua .userform button.dropdown-toggle {
  background-color: #147169;
  background-image: none;
  border-color: #12665f;
}

.section-aqua .userform input[type="submit"] {
  color: #fff;
  background-color: #1a9187;
  border-color: #1a9187;
  border: 0;
  padding: 7.5px 30px;
}

.section-aqua .userform input[type="submit"]:hover {
  color: #fff;
  background-color: #147169;
  border-color: #12665f;
}

.section-aqua .userform input[type="submit"]:focus,
.section-aqua .userform input[type="submit"].focus {
  -webkit-box-shadow: 0 0 0 3px rgba(26, 145, 135, 0.5);
          box-shadow: 0 0 0 3px rgba(26, 145, 135, 0.5);
}

.section-aqua .userform input[type="submit"].disabled,
.section-aqua .userform input[type="submit"]:disabled {
  background-color: #1a9187;
  border-color: #1a9187;
}

.section-aqua .userform input[type="submit"]:active,
.section-aqua .userform input[type="submit"].active,
.show > .section-aqua .userform input[type="submit"].dropdown-toggle {
  background-color: #147169;
  background-image: none;
  border-color: #12665f;
}

.section-red .btn-primary {
  color: #fff;
  background-color: #bf2b21;
  border-color: #bf2b21;
}

.section-red .btn-primary:hover {
  color: #fff;
  background-color: #9e241b;
  border-color: #942119;
}

.section-red .btn-primary:focus,
.section-red .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(191, 43, 33, 0.5);
          box-shadow: 0 0 0 3px rgba(191, 43, 33, 0.5);
}

.section-red .btn-primary.disabled,
.section-red .btn-primary:disabled {
  background-color: #bf2b21;
  border-color: #bf2b21;
}

.section-red .btn-primary:active,
.section-red .btn-primary.active,
.show > .section-red .btn-primary.dropdown-toggle {
  background-color: #9e241b;
  background-image: none;
  border-color: #942119;
}

.section-red .content-section .btn-primary {
  color: #fff;
  background-color: #bf2b21;
  border-color: #bf2b21;
}

.section-red .content-section .btn-primary:hover {
  color: #fff;
  background-color: #9e241b;
  border-color: #942119;
}

.section-red .content-section .btn-primary:focus,
.section-red .content-section .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(191, 43, 33, 0.5);
          box-shadow: 0 0 0 3px rgba(191, 43, 33, 0.5);
}

.section-red .content-section .btn-primary.disabled,
.section-red .content-section .btn-primary:disabled {
  background-color: #bf2b21;
  border-color: #bf2b21;
}

.section-red .content-section .btn-primary:active,
.section-red .content-section .btn-primary.active,
.show > .section-red .content-section .btn-primary.dropdown-toggle {
  background-color: #9e241b;
  background-image: none;
  border-color: #942119;
}

.section-red .userform button {
  color: #fff;
  background-color: #bf2b21;
  border-color: #bf2b21;
  border: 0;
  padding: 7.5px 30px;
}

.section-red .userform button:hover {
  color: #fff;
  background-color: #9e241b;
  border-color: #942119;
}

.section-red .userform button:focus,
.section-red .userform button.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(191, 43, 33, 0.5);
          box-shadow: 0 0 0 3px rgba(191, 43, 33, 0.5);
}

.section-red .userform button.disabled,
.section-red .userform button:disabled {
  background-color: #bf2b21;
  border-color: #bf2b21;
}

.section-red .userform button:active,
.section-red .userform button.active,
.show > .section-red .userform button.dropdown-toggle {
  background-color: #9e241b;
  background-image: none;
  border-color: #942119;
}

.section-red .userform input[type="submit"] {
  color: #fff;
  background-color: #bf2b21;
  border-color: #bf2b21;
  border: 0;
  padding: 7.5px 30px;
}

.section-red .userform input[type="submit"]:hover {
  color: #fff;
  background-color: #9e241b;
  border-color: #942119;
}

.section-red .userform input[type="submit"]:focus,
.section-red .userform input[type="submit"].focus {
  -webkit-box-shadow: 0 0 0 3px rgba(191, 43, 33, 0.5);
          box-shadow: 0 0 0 3px rgba(191, 43, 33, 0.5);
}

.section-red .userform input[type="submit"].disabled,
.section-red .userform input[type="submit"]:disabled {
  background-color: #bf2b21;
  border-color: #bf2b21;
}

.section-red .userform input[type="submit"]:active,
.section-red .userform input[type="submit"].active,
.show > .section-red .userform input[type="submit"].dropdown-toggle {
  background-color: #9e241b;
  background-image: none;
  border-color: #942119;
}

.section-orange .btn-primary {
  color: #fff;
  background-color: #e65722;
  border-color: #e65722;
}

.section-orange .btn-primary:hover {
  color: #fff;
  background-color: #cb4817;
  border-color: #bf4416;
}

.section-orange .btn-primary:focus,
.section-orange .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(230, 87, 34, 0.5);
          box-shadow: 0 0 0 3px rgba(230, 87, 34, 0.5);
}

.section-orange .btn-primary.disabled,
.section-orange .btn-primary:disabled {
  background-color: #e65722;
  border-color: #e65722;
}

.section-orange .btn-primary:active,
.section-orange .btn-primary.active,
.show > .section-orange .btn-primary.dropdown-toggle {
  background-color: #cb4817;
  background-image: none;
  border-color: #bf4416;
}

.section-orange .content-section .btn-primary {
  color: #fff;
  background-color: #e65722;
  border-color: #e65722;
}

.section-orange .content-section .btn-primary:hover {
  color: #fff;
  background-color: #cb4817;
  border-color: #bf4416;
}

.section-orange .content-section .btn-primary:focus,
.section-orange .content-section .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(230, 87, 34, 0.5);
          box-shadow: 0 0 0 3px rgba(230, 87, 34, 0.5);
}

.section-orange .content-section .btn-primary.disabled,
.section-orange .content-section .btn-primary:disabled {
  background-color: #e65722;
  border-color: #e65722;
}

.section-orange .content-section .btn-primary:active,
.section-orange .content-section .btn-primary.active,
.show > .section-orange .content-section .btn-primary.dropdown-toggle {
  background-color: #cb4817;
  background-image: none;
  border-color: #bf4416;
}

.section-orange .userform button {
  color: #fff;
  background-color: #e65722;
  border-color: #e65722;
  border: 0;
  padding: 7.5px 30px;
}

.section-orange .userform button:hover {
  color: #fff;
  background-color: #cb4817;
  border-color: #bf4416;
}

.section-orange .userform button:focus,
.section-orange .userform button.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(230, 87, 34, 0.5);
          box-shadow: 0 0 0 3px rgba(230, 87, 34, 0.5);
}

.section-orange .userform button.disabled,
.section-orange .userform button:disabled {
  background-color: #e65722;
  border-color: #e65722;
}

.section-orange .userform button:active,
.section-orange .userform button.active,
.show > .section-orange .userform button.dropdown-toggle {
  background-color: #cb4817;
  background-image: none;
  border-color: #bf4416;
}

.section-orange .userform input[type="submit"] {
  color: #fff;
  background-color: #e65722;
  border-color: #e65722;
  border: 0;
  padding: 7.5px 30px;
}

.section-orange .userform input[type="submit"]:hover {
  color: #fff;
  background-color: #cb4817;
  border-color: #bf4416;
}

.section-orange .userform input[type="submit"]:focus,
.section-orange .userform input[type="submit"].focus {
  -webkit-box-shadow: 0 0 0 3px rgba(230, 87, 34, 0.5);
          box-shadow: 0 0 0 3px rgba(230, 87, 34, 0.5);
}

.section-orange .userform input[type="submit"].disabled,
.section-orange .userform input[type="submit"]:disabled {
  background-color: #e65722;
  border-color: #e65722;
}

.section-orange .userform input[type="submit"]:active,
.section-orange .userform input[type="submit"].active,
.show > .section-orange .userform input[type="submit"].dropdown-toggle {
  background-color: #cb4817;
  background-image: none;
  border-color: #bf4416;
}

hr {
  border-top: 2px solid #dddddd;
  position: relative;
}

hr:after {
  content: '';
  display: block;
  width: 33%;
  position: absolute;
  height: 2px;
  top: -2px;
  left: 0;
}

.section-home hr:after {
  background-color: #004d55;
}

.section-purple hr:after {
  background-color: #5f3c83;
}

.section-green hr:after {
  background-color: #226324;
}

.section-blue hr:after {
  background-color: #115180;
}

.section-aqua hr:after {
  background-color: #1a9187;
}

.section-red hr:after {
  background-color: #bf2b21;
}

.section-orange hr:after {
  background-color: #e65722;
}

ul {
  list-style: none;
  padding-left: 3.5rem;
}

ul li {
  position: relative;
  margin-bottom: 0.5rem;
}

ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0.5rem;
  left: -1.5rem;
  background-color: #777777;
  width: 0.5rem;
  height: 0.5rem;
}

.section-home ul li:before {
  background-color: #004d55;
}

.section-purple ul li:before {
  background-color: #5f3c83;
}

.section-green ul li:before {
  background-color: #226324;
}

.section-blue ul li:before {
  background-color: #115180;
}

.section-aqua ul li:before {
  background-color: #1a9187;
}

.section-red ul li:before {
  background-color: #bf2b21;
}

.section-orange ul li:before {
  background-color: #e65722;
}

/* Apply to surrounding div to encircle a rectangular image */

.img-circle-outer {
  display: inline-block;
  width: 200px;
  height: 200px;
  overflow: hidden;
  background-color: #dddddd;
  border-radius: 50%;
  position: relative;
}

.img-circle-outer img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

img.img-circle {
  border-radius: 50%;
}

.responsive-image,
.responsive-image img {
  height: auto;
  width: 100%;
}

label {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 14px;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea {
  min-height: 40px;
  width: 100%;
}

.optionset ul {
  padding: 0;
  margin-bottom: 0;
}

.optionset li:before {
  display: none;
}

.field {
  margin-bottom: 15px;
}

.userform ul {
  padding-left: 0;
}

.userform li::before {
  display: none;
}

.userform-progress .step-button-jump {
  opacity: 0 !important;
}

.userform-progress .progress {
  height: 5px;
}

.userform-progress .progress-bar {
  height: 5px;
}

.section-home .userform-progress .progress-bar {
  background-color: #004d55;
}

.section-purple .userform-progress .progress-bar {
  background-color: #5f3c83;
}

.section-green .userform-progress .progress-bar {
  background-color: #226324;
}

.section-blue .userform-progress .progress-bar {
  background-color: #115180;
}

.section-aqua .userform-progress .progress-bar {
  background-color: #1a9187;
}

.section-red .userform-progress .progress-bar {
  background-color: #bf2b21;
}

.section-orange .userform-progress .progress-bar {
  background-color: #e65722;
}

.userform .action,
.userform .resetformaction {
  border-radius: 0;
  padding: 7.5px 30px;
}

.userform .resetformaction {
  border: 0;
  color: black;
  background-color: #dedede;
  margin-left: 4px;
}

.optionset label {
  margin-bottom: 0;
}

input.radio,
input.checkbox {
  opacity: 0;
  width: 0;
  position: absolute;
  display: inline-block;
}

input.radio + label:hover:before,
input.radio:focus + label:before,
input.checkbox + label:hover:before,
input.checkbox:focus + label:before {
  border: 1px solid #3498DB;
}

input.radio + label,
input.checkbox + label {
  position: relative;
  cursor: pointer;
  padding-left: 1.5em;
  margin-right: .6em;
}

input.radio + label:before,
input.radio + label:after,
input.checkbox + label:before,
input.checkbox + label:after {
  content: '';
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0.6em;
  font-size: 1em;
  line-height: 1em;
  color: transparent;
  font-family: sans;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  -webkit-transition: all .15s;
  transition: all .15s;
}

input.radio + label:before,
input.checkbox + label:before {
  border: 1px solid #bbbbbb;
  top: 0.1em;
}

input.radio:checked + label:after,
input.checkbox:checked + label:after {
  background: #fff;
  -webkit-transform: scale(0.4) translateY(-123%);
          transform: scale(0.4) translateY(-123%);
}

input.radio:checked + label:before,
input.checkbox:checked + label:before {
  background: #3498DB;
  border: 1px solid #3498DB;
}

input.checkbox + label:before {
  border-radius: 0;
}

input.checkbox + label:after {
  font-family: FontAwesome;
  content: '\F00C';
  background: none;
  -webkit-transform: scale(2) translateY(-25%);
          transform: scale(2) translateY(-25%);
  visibility: hidden;
  opacity: 0;
}

input.checkbox:checked + label:after {
  color: white;
  background: none;
  font-size: 14px;
  -webkit-transform: translate(19%, -25%);
          transform: translate(19%, -25%);
  -webkit-transition: all .15s;
  transition: all .15s;
  visibility: visible;
  opacity: 1;
}

.dropdown select {
  background: #fff url("/resources/themes/base/images/icons/dropdown.svg") no-repeat scroll right center/10px 15px;
  background-position: right center;
  background-size: contain;
  border: 1px solid #a0a0a0;
  border-radius: 0;
  cursor: pointer;
  width: 100%;
  height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.dropdown select::-ms-expand {
  display: none;
}

.dropdown select:focus,
.dropdown select:active {
  border: 1px solid #004D55;
  -webkit-transition: outline 0s;
  transition: outline 0s;
}

.section-home .dropdown select:focus {
  border-color: #004d55;
}

.section-purple .dropdown select:focus {
  border-color: #5f3c83;
}

.section-green .dropdown select:focus {
  border-color: #226324;
}

.section-blue .dropdown select:focus {
  border-color: #115180;
}

.section-aqua .dropdown select:focus {
  border-color: #1a9187;
}

.section-red .dropdown select:focus {
  border-color: #bf2b21;
}

.section-orange .dropdown select:focus {
  border-color: #e65722;
}

.section-home .dropdown select:active {
  border-color: #004d55;
}

.section-purple .dropdown select:active {
  border-color: #5f3c83;
}

.section-green .dropdown select:active {
  border-color: #226324;
}

.section-blue .dropdown select:active {
  border-color: #115180;
}

.section-aqua .dropdown select:active {
  border-color: #1a9187;
}

.section-red .dropdown select:active {
  border-color: #bf2b21;
}

.section-orange .dropdown select:active {
  border-color: #e65722;
}

.dropdown select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 black;
}

.section-orange .dropdown select {
  background-image: url("/resources/themes/base/images/icons/dropdown-orange.svg");
}

.section-green .dropdown select {
  background-image: url("/resources/themes/base/images/icons/dropdown-green.svg");
}

iframe {
  border: 0;
}

.content-section iframe {
  width: 100%;
}

.embed {
  position: relative;
  height: 0;
  width: 100%;
  margin-bottom: 2rem;
}

.embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.embed.center {
  margin-left: auto;
  margin-right: auto;
}

a:hover {
  text-decoration: none;
}

a:hover:hover {
  color: #333;
}

/* 
 * Styles for specific elements/compositions
 */

body {
  max-width: 100%;
  overflow-x: hidden;
}

.page-header {
  position: relative;
  z-index: 30;
}

.page-header a {
  text-decoration: none;
  color: #000000;
}

.page-header a:hover {
  text-decoration: none;
  color: black;
}

.page-header ul {
  padding: 0;
  margin: 0;
}

.page-header ul li {
  margin: 0;
}

.page-header ul li:before {
  content: none;
}

.page-header button {
  display: block;
  border: none;
  text-decoration: none;
  cursor: pointer;
}

.page-header button.close {
  width: 50px;
  height: 50px;
  background-color: #000000;
}

.page-header button.close:after {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  content: '';
  background: url("/resources/themes/base/images/close-white.svg") no-repeat;
}

.page-header .head-links {
  display: none;
}

.page-header .head-title {
  background-color: #ffffff;
}

.page-header .head-title .container {
  height: 50px;
}

.page-header .head-title .container .row {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.page-header .head-title .wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: left 0.15s ease;
  transition: left 0.15s ease;
}

.page-header .head-title .title-image {
  display: block;
  position: absolute;
  left: 15px;
  margin-top: 12px;
  width: 235px;
  -webkit-transition: left 0.15s ease 0.15s;
  transition: left 0.15s ease 0.15s;
}

.page-header .head-title .header-search {
  position: absolute;
  top: 0;
  right: 56px;
  height: 100%;
  width: 50px;
  overflow: hidden;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  -webkit-transition: right 0.15s ease 0.15s, width 0.15s ease 0.15s, padding-left 0.15s ease 0.15s;
  transition: right 0.15s ease 0.15s, width 0.15s ease 0.15s, padding-left 0.15s ease 0.15s;
}

.page-header .head-title .header-search input {
  padding: 0px 16px;
  width: 100%;
  height: 100%;
  border: none;
}

.page-header .head-title .header-search input ::-webkit-input-placeholder,
.page-header .head-title .header-search input :-moz-placeholder,
.page-header .head-title .header-search input ::-moz-placeholder,
.page-header .head-title .header-search input ::-ms-input-placeholder {
  color: #dddddd;
}

.page-header .head-title .header-search button.search-close {
  position: absolute;
  left: -50px;
  background-color: #000000;
  -webkit-transition: left 0.15s ease;
  transition: left 0.15s ease;
  opacity: 1;
}

.page-header .head-title .header-search button.search {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 15px 0 16px;
  font-size: 1.438rem;
  height: 100%;
  border: none;
  background-color: #ffffff;
  -webkit-transition: all 0.15s ease 0.15s;
  transition: all 0.15s ease 0.15s;
}

.page-header .head-title .hamburger {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.15s ease 0.15s;
  transition: all 0.15s ease 0.15s;
  background-color: #ffffff;
}

.page-header .head-title .hamburger .hamburger-label {
  display: none;
}

.page-header .head-title.searching .title-image {
  left: -235px;
  -webkit-transition: left 0.15s ease;
  transition: left 0.15s ease;
}

.page-header .head-title.searching .header-search {
  right: 0px;
  width: 100%;
  padding-left: 50px;
  border: none;
  -webkit-transition: right 0.15s ease, width 0.15s ease, padding-left 0.15s ease;
  transition: right 0.15s ease, width 0.15s ease, padding-left 0.15s ease;
}

.page-header .head-title.searching .header-search button.search-close {
  left: 0px;
  -webkit-transition: left 0.15s ease 0.15s;
  transition: left 0.15s ease 0.15s;
}

.page-header .head-title.searching .header-search button.search {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.page-header .head-title.searching .hamburger {
  right: -50px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.body-overlay {
  display: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  opacity: 0.65;
  background-color: #000000;
  z-index: 29;
}

@supports ((-webkit-backdrop-filter: blur(5.4px)) or (backdrop-filter: blur(5.4px))) {
  .body-overlay {
    -webkit-backdrop-filter: blur(5.4px);
    backdrop-filter: blur(5.4px);
    opacity: 0.35;
  }
}

.body-overlay.is-active {
  display: block;
}

.menu-column {
  position: static;
  padding-left: 0;
}

.section-home .show-all a {
  color: #004d55;
}

.section-purple .show-all a {
  color: #5f3c83;
}

.section-green .show-all a {
  color: #226324;
}

.section-blue .show-all a {
  color: #115180;
}

.section-aqua .show-all a {
  color: #1a9187;
}

.section-red .show-all a {
  color: #bf2b21;
}

.section-orange .show-all a {
  color: #e65722;
}

.section-home .show-all a:hover {
  color: #003136;
}

.section-purple .show-all a:hover {
  color: #3a2552;
}

.section-green .show-all a:hover {
  color: #0f2b11;
}

.section-blue .show-all a:hover {
  color: #0a314d;
}

.section-aqua .show-all a:hover {
  color: #0f4d47;
}

.section-red .show-all a:hover {
  color: #851e17;
}

.section-orange .show-all a:hover {
  color: #b5441b;
}

.top-li-wrapper {
  border-left: 7px solid #979797;
}

.section-home .top-li-wrapper {
  border-color: #004d55;
}

.section-purple .top-li-wrapper {
  border-color: #5f3c83;
}

.section-green .top-li-wrapper {
  border-color: #226324;
}

.section-blue .top-li-wrapper {
  border-color: #115180;
}

.section-aqua .top-li-wrapper {
  border-color: #1a9187;
}

.section-red .top-li-wrapper {
  border-color: #bf2b21;
}

.section-orange .top-li-wrapper {
  border-color: #e65722;
}

.top-li-wrapper .menu-button i.fa {
  right: 22px;
}

.menu-link-header,
.twocolmore .show-all a {
  display: block;
  position: relative;
  width: 265px;
  border-bottom: 1px solid #dddddd;
  padding: 15px 5px 17px 24px;
  font-size: 1rem;
  font-weight: 600;
  padding-right: 25px;
}

.menu-link-header i.fa,
.twocolmore .show-all a i.fa {
  position: absolute;
  color: #777777;
  font-size: 0.875rem;
  top: 20px;
  right: 15px;
}

.menu-link-header i.fa.fa-chevron-down,
.twocolmore .show-all a i.fa.fa-chevron-down {
  display: none;
}

.menu-link-header.current i.fa,
.twocolmore .show-all a.current i.fa {
  right: 22px;
}

.twocolmore .show-all a {
  width: auto;
}

.menu-button {
  display: block;
  position: relative;
  width: 265px;
  border-bottom: 1px solid #dddddd;
  padding: 15px 5px 17px 24px;
  background-color: transparent;
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
  padding-right: 25px;
}

.menu-button i.fa {
  position: absolute;
  color: #777777;
  font-size: 0.875rem;
  top: 20px;
  right: 15px;
}

.menu-button i.fa.fa-chevron-down {
  display: none;
}

.menu-button.current i.fa {
  right: 22px;
}

.menu-button.current {
  background-color: #979797;
  color: #ffffff;
}

.section-home .menu-button.current {
  background-color: #004d55;
}

.section-purple .menu-button.current {
  background-color: #5f3c83;
}

.section-green .menu-button.current {
  background-color: #226324;
}

.section-blue .menu-button.current {
  background-color: #115180;
}

.section-aqua .menu-button.current {
  background-color: #1a9187;
}

.section-red .menu-button.current {
  background-color: #bf2b21;
}

.section-orange .menu-button.current {
  background-color: #e65722;
}

.menu-button.current i {
  color: #ffffff;
}

.mobile-menu-footer {
  margin-top: auto;
  padding-top: 35px;
}

.mobile-menu-footer ul {
  width: 100%;
}

.mobile-menu-footer ul li a {
  display: block;
  width: 100%;
  padding: 11px 24px 11px 24px;
  border-bottom: 1px solid #dddddd;
  font-weight: bold;
}

.mobile-menu-footer ul.links-left li a {
  background-color: #004d55;
  color: #ffffff;
  -webkit-transition: background-color 150ms;
  transition: background-color 150ms;
}

.mobile-menu-footer .social-media-icons {
  padding: 29px 24px 31px 24px;
}

.menu-home,
.menu-back {
  position: absolute;
  color: #000000;
  margin-top: -37px;
  margin-left: 33px;
}

.menu-home i,
.menu-back i {
  position: absolute;
  top: 8px;
  left: -12px;
  font-size: 0.5rem;
}

ul.top-level .menu-link.upper {
  font-weight: bold;
}

ul.top-level li.overflow {
  display: none;
}

ul.top-level li.overflow.visible {
  display: block;
}

ul.top-level li.show-all.hidden {
  display: none;
}

.menu-item.current > a {
  background-color: #979797;
  color: #ffffff;
}

.section-home .menu-item.current > a {
  background-color: #004d55;
}

.section-purple .menu-item.current > a {
  background-color: #5f3c83;
}

.section-green .menu-item.current > a {
  background-color: #226324;
}

.section-blue .menu-item.current > a {
  background-color: #115180;
}

.section-aqua .menu-item.current > a {
  background-color: #1a9187;
}

.section-red .menu-item.current > a {
  background-color: #bf2b21;
}

.section-orange .menu-item.current > a {
  background-color: #e65722;
}

.menu-item.current > a i {
  color: #ffffff;
}

.menu-hide {
  display: none;
}

.menu-short button {
  display: none;
}

.inner-menu footer {
  display: none;
}

.menu-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0px;
  width: 265px;
  min-height: 100vh;
  padding-top: 50px;
  background-color: #ffffff;
  right: -265px;
  -webkit-transition: right 0.15s ease;
  transition: right 0.15s ease;
}

.menu-close {
  display: none;
}

.menu-open .menu-main {
  right: 0px;
  -webkit-transition: right 0.15s ease;
  transition: right 0.15s ease;
}

.menu-open .head-title .wrapper {
  left: -265px;
  -webkit-transition: left 0.15s ease;
  transition: left 0.15s ease;
}

.no-children i {
  display: none;
}

.footer {
  background-color: #004d55;
  color: white;
  padding: 50px 15px 20px;
}

.footer ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}

.footer ul a {
  color: white;
  -webkit-transition: color 150ms;
  transition: color 150ms;
}

.footer ul a:hover {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.footer ul li::before {
  display: none;
}

.footer img {
  width: 100%;
}

.footer .mobile-links {
  font-weight: 600;
  margin-bottom: 40px;
}

.footer .sheilded-site {
  background: none;
  border: none;
  padding: 0;
}

.footer .sheilded-site:hover {
  outline: none;
}

.footer .sheilded-site img {
  width: 28px;
}

.footer .useful-links,
.footer .footer-special-links {
  margin-bottom: 45px;
}

.footer .footer-special-links li {
  margin-bottom: 20px;
  font-weight: bolder;
}

.footer .footer-special-links ul:last-of-type li:last-of-type {
  margin-bottom: 0;
}

.footer .footer-govt-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.footer .footer-govt-social .govt-logo {
  display: none;
}

.footer .footer-govt-social .social-media-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footer-govt-social .social-media-icons a {
  margin-right: 15px;
}

.footer .footer-govt-social .social-media-icons img {
  width: 28px;
}

.footer .mobile-copyright {
  border-top: 1px solid rgba(238, 238, 238, 0.5);
  padding-top: 30px;
}

.footer .mobile-copyright img {
  margin-bottom: 31px;
  max-width: 181px;
  vertical-align: top;
}

.footer .mobile-copyright p {
  font-size: 14px;
}

.footer .desktop-content {
  border-top: 1px solid rgba(238, 238, 238, 0.5);
  display: none;
  padding-top: 35px;
}

.news-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 850px;
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}

.news-feed > .container {
  margin-left: 0px;
  margin-right: 0px;
}

.news-feed h2 {
  color: white;
  margin-bottom: 20px;
}

.news-feed .container {
  padding: 13px;
}

.news-feed .btn.btn-primary {
  border: 2px solid white;
  color: white;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 11px 36px;
  font-size: 21px;
  font-weight: 700;
}

.news-feed .btn.btn-primary:hover {
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid white;
  color: white;
  cursor: pointer;
}

.news-feed svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 880px;
}

.section-home .news-feed .triangle-one {
  fill: #004d55;
}

.section-purple .news-feed .triangle-one {
  fill: #5f3c83;
}

.section-green .news-feed .triangle-one {
  fill: #226324;
}

.section-blue .news-feed .triangle-one {
  fill: #115180;
}

.section-aqua .news-feed .triangle-one {
  fill: #1a9187;
}

.section-red .news-feed .triangle-one {
  fill: #bf2b21;
}

.section-orange .news-feed .triangle-one {
  fill: #e65722;
}

.section-home .news-feed .triangle-two {
  fill: #004046;
}

.section-purple .news-feed .triangle-two {
  fill: #4b3069;
}

.section-green .news-feed .triangle-two {
  fill: #18471a;
}

.section-blue .news-feed .triangle-two {
  fill: #0d4166;
}

.section-aqua .news-feed .triangle-two {
  fill: #15736b;
}

.section-red .news-feed .triangle-two {
  fill: #a1241b;
}

.section-orange .news-feed .triangle-two {
  fill: #cf4e1f;
}

.news-feed-article-container {
  margin-bottom: 15px;
}

.news-feed-article {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin-bottom: 15px;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

.news-feed-article .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-feed-article p {
  color: #777777;
  font-weight: 600;
  margin-bottom: 0px;
  padding: 0 20px;
}

.news-feed-article p strong {
  color: black;
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}

.news-feed-article p:first-of-type {
  padding-top: 20px;
}

.news-feed-article p:last-of-type {
  padding-bottom: 20px;
}

.news-feed-article:hover {
  -webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.2);
  color: white !important;
  text-decoration: none;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.news-spacer {
  height: 80px;
}

.breadcrumb-background {
  background-color: #ededed;
}

.breadcrumbs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #777777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 40px;
  padding: 0 15px;
}

.breadcrumbs a,
.breadcrumbs strong {
  color: black;
  margin: auto 5px;
  -webkit-transition: color 150ms;
  transition: color 150ms;
}

.breadcrumbs a:hover {
  color: #343434;
  text-decoration: none;
}

.breadcrumbs a {
  display: none;
}

.breadcrumbs a:first-of-type {
  display: block;
  margin-left: 0;
}

.breadcrumbs span {
  display: none;
}

.breadcrumbs span:first-of-type,
.breadcrumbs span:last-of-type,
.breadcrumbs span.dots {
  display: inline-block;
}

.breadcrumbs span.dots {
  color: black;
  margin: auto 5px;
}

.heading-banner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #004d55;
}

.heading-banner .heading-image-wrapper {
  display: none;
}

.heading-banner .hb-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-banner h1 {
  color: white;
  margin: 0;
}

.section-home .heading-banner {
  background-color: #004d55;
}

.section-purple .heading-banner {
  background-color: #5f3c83;
}

.section-green .heading-banner {
  background-color: #226324;
}

.section-blue .heading-banner {
  background-color: #115180;
}

.section-aqua .heading-banner {
  background-color: #1a9187;
}

.section-red .heading-banner {
  background-color: #bf2b21;
}

.section-orange .heading-banner {
  background-color: #e65722;
}

.sidebar-col {
  display: none;
}

.article-link {
  display: block;
  border: 1px solid #777777;
  margin-bottom: 20px;
  padding: 25px;
  -webkit-transition: color 250ms, border-color 250ms;
  transition: color 250ms, border-color 250ms;
}

.article-link p {
  color: black;
  margin-bottom: 10px;
}

.article-link p:last-of-type {
  margin-bottom: 0;
}

.article-link span {
  color: #777777;
  font-size: 16px;
  font-weight: 600;
}

.article-link:hover {
  text-decoration: none;
}

.section-home .article-link:hover {
  border-color: #004d55;
}

.section-purple .article-link:hover {
  border-color: #5f3c83;
}

.section-green .article-link:hover {
  border-color: #226324;
}

.section-blue .article-link:hover {
  border-color: #115180;
}

.section-aqua .article-link:hover {
  border-color: #1a9187;
}

.section-red .article-link:hover {
  border-color: #bf2b21;
}

.section-orange .article-link:hover {
  border-color: #e65722;
}

.section-home .article-link:hover p {
  color: #004d55;
}

.section-purple .article-link:hover p {
  color: #5f3c83;
}

.section-green .article-link:hover p {
  color: #226324;
}

.section-blue .article-link:hover p {
  color: #115180;
}

.section-aqua .article-link:hover p {
  color: #1a9187;
}

.section-red .article-link:hover p {
  color: #bf2b21;
}

.section-orange .article-link:hover p {
  color: #e65722;
}

.article-jumbotron {
  border: 1px solid #777777;
  margin-bottom: 20px;
  padding: 25px;
}

.article-block {
  border: 1px solid #bbbbbb;
  margin-bottom: 20px;
  -webkit-transition: border-color 150ms;
  transition: border-color 150ms;
}

.section-home .article-block:hover {
  border-color: #004d55;
}

.section-purple .article-block:hover {
  border-color: #5f3c83;
}

.section-green .article-block:hover {
  border-color: #226324;
}

.section-blue .article-block:hover {
  border-color: #115180;
}

.section-aqua .article-block:hover {
  border-color: #1a9187;
}

.section-red .article-block:hover {
  border-color: #bf2b21;
}

.section-orange .article-block:hover {
  border-color: #e65722;
}

.section-home .article-block:hover p strong {
  color: #004d55;
}

.section-purple .article-block:hover p strong {
  color: #5f3c83;
}

.section-green .article-block:hover p strong {
  color: #226324;
}

.section-blue .article-block:hover p strong {
  color: #115180;
}

.section-aqua .article-block:hover p strong {
  color: #1a9187;
}

.section-red .article-block:hover p strong {
  color: #bf2b21;
}

.section-orange .article-block:hover p strong {
  color: #e65722;
}

.article-block .content {
  padding: 26px;
}

.article-block .content p {
  color: #000000;
  margin-bottom: 16px;
}

.article-block .content p:first-of-type {
  margin-bottom: 8px;
}

.article-block .content p:last-of-type {
  margin-bottom: 20px;
}

.article-block .content span.btn {
  display: inline-block;
  padding: 12px 20px;
}

.article-block span {
  color: #777777;
  font-size: 1rem;
  font-weight: 600;
}

.article-block .photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  margin-left: 18px;
}

.content-section {
  padding-top: 70px;
}

.secondary-content-section {
  margin-top: 50px;
}

.child-block-small-link:hover,
.child-block-large-link:hover {
  text-decoration: none;
}

.child-block-large,
.child-block-small {
  color: black;
  border: 1px solid #bbbbbb;
  padding: 30px;
  -webkit-transition: border-color 150ms;
  transition: border-color 150ms;
  height: 100%;
}

.section-home .child-block-large:hover {
  border-color: #004d55;
}

.section-purple .child-block-large:hover {
  border-color: #5f3c83;
}

.section-green .child-block-large:hover {
  border-color: #226324;
}

.section-blue .child-block-large:hover {
  border-color: #115180;
}

.section-aqua .child-block-large:hover {
  border-color: #1a9187;
}

.section-red .child-block-large:hover {
  border-color: #bf2b21;
}

.section-orange .child-block-large:hover {
  border-color: #e65722;
}

.section-home .child-block-large:hover h4 {
  color: #004d55;
}

.section-purple .child-block-large:hover h4 {
  color: #5f3c83;
}

.section-green .child-block-large:hover h4 {
  color: #226324;
}

.section-blue .child-block-large:hover h4 {
  color: #115180;
}

.section-aqua .child-block-large:hover h4 {
  color: #1a9187;
}

.section-red .child-block-large:hover h4 {
  color: #bf2b21;
}

.section-orange .child-block-large:hover h4 {
  color: #e65722;
}

.section-home .child-block-small:hover {
  border-color: #004d55;
}

.section-purple .child-block-small:hover {
  border-color: #5f3c83;
}

.section-green .child-block-small:hover {
  border-color: #226324;
}

.section-blue .child-block-small:hover {
  border-color: #115180;
}

.section-aqua .child-block-small:hover {
  border-color: #1a9187;
}

.section-red .child-block-small:hover {
  border-color: #bf2b21;
}

.section-orange .child-block-small:hover {
  border-color: #e65722;
}

.section-home .child-block-small:hover h4 {
  color: #004d55;
}

.section-purple .child-block-small:hover h4 {
  color: #5f3c83;
}

.section-green .child-block-small:hover h4 {
  color: #226324;
}

.section-blue .child-block-small:hover h4 {
  color: #115180;
}

.section-aqua .child-block-small:hover h4 {
  color: #1a9187;
}

.section-red .child-block-small:hover h4 {
  color: #bf2b21;
}

.section-orange .child-block-small:hover h4 {
  color: #e65722;
}

.child-block-large {
  padding-top: 0;
  padding-bottom: 0;
}

.child-block-large.child-block-photo {
  padding-right: 0;
}

.child-block-large .content {
  padding-top: 15px;
  padding-bottom: 15px;
}

.child-block-large .photo {
  display: none;
  background-size: cover;
  background-position: center;
}

.accordian {
  margin-bottom: 2rem;
}

.accordion {
  border: 0;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 2px;
}

.accordion-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding-left: 3px;
}

.accordion-button h5 {
  font-size: 1.25rem;
  font-weight: bold;
  display: inline-block;
}

.accordion-button i {
  padding-top: 2px;
  line-height: 0rem;
  margin-right: 20px;
  max-width: 12px;
}

.accordion-button i svg {
  width: 15px;
  height: 15px;
}

.section-home .accordion-button i svg path {
  fill: #004d55;
}

.section-purple .accordion-button i svg path {
  fill: #5f3c83;
}

.section-green .accordion-button i svg path {
  fill: #226324;
}

.section-blue .accordion-button i svg path {
  fill: #115180;
}

.section-aqua .accordion-button i svg path {
  fill: #1a9187;
}

.section-red .accordion-button i svg path {
  fill: #bf2b21;
}

.section-orange .accordion-button i svg path {
  fill: #e65722;
}

.accordion-button .minus {
  display: block;
}

.accordion-button .plus {
  display: none;
}

.accordion-button.collapsed .minus {
  display: none;
}

.accordion-button.collapsed .plus {
  display: block;
}

.accordion-button.collapsed h5 {
  font-weight: 600;
}

.accordion-button:active,
.accordion-button:focus {
  outline: none;
}

.popover {
  font-size: 0.875rem;
}

.popover-header {
  font-weight: 600;
}

.tooltip {
  font-size: 0.875rem;
}

.error-page {
  padding-top: 45px;
  padding-bottom: 80px;
}

.error-page h1 {
  color: #343434;
  font-size: 3rem;
  line-height: 5rem;
}

.error-page .input-group-btn {
  background-color: #004d55;
  border-bottom: 1px solid #004d55;
  border-top: 1px solid #004d55;
}

.error-page .input-group-btn button {
  background: none;
  border: 0;
  color: white;
}

.section-page {
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 1rem;
}

.section-page .menu-hide {
  display: block;
}

.section-page a.title {
  font-size: 1.625rem;
  line-height: 2.1875rem;
  font-weight: bold;
}

.section-home .section-page a.title {
  color: #004d55;
}

.section-purple .section-page a.title {
  color: #5f3c83;
}

.section-green .section-page a.title {
  color: #226324;
}

.section-blue .section-page a.title {
  color: #115180;
}

.section-aqua .section-page a.title {
  color: #1a9187;
}

.section-red .section-page a.title {
  color: #bf2b21;
}

.section-orange .section-page a.title {
  color: #e65722;
}

.section-page .show-all {
  display: none;
}

.section-page .twocolmore,
.section-page .threecolstd {
  margin: 0 15px;
}

.section-page .menu-link-header,
.section-page .twocolmore .show-all a {
  border-bottom: none;
  text-decoration: none;
  padding-left: 0;
}

.section-page .menu-link-header.upper {
  font-size: 1.625rem;
  line-height: 2.313rem;
  color: #e65722;
}

.section-home .section-page .menu-link-header.upper {
  color: #004d55;
}

.section-purple .section-page .menu-link-header.upper {
  color: #5f3c83;
}

.section-green .section-page .menu-link-header.upper {
  color: #226324;
}

.section-blue .section-page .menu-link-header.upper {
  color: #115180;
}

.section-aqua .section-page .menu-link-header.upper {
  color: #1a9187;
}

.section-red .section-page .menu-link-header.upper {
  color: #bf2b21;
}

.section-orange .section-page .menu-link-header.upper {
  color: #e65722;
}

.section-page .menu-link-header.upper i {
  display: none;
}

.section-page ul {
  list-style: none;
  padding-left: 20px;
  margin-top: 15px;
}

.section-page ul ul {
  display: none;
}

.section-page ul li a {
  width: auto;
  padding: 0;
  font-weight: 600;
  color: #000000;
  border-bottom: none;
}

.section-page ul li a i {
  display: none;
}

.section-page ul li:before {
  content: none;
}

.filter {
  margin-bottom: 60px;
}

.filter p {
  color: #000000;
  font-weight: bold;
  font-size: 1.3125rem;
}

.filter form {
  position: relative;
}

.filter form input {
  width: 100%;
  height: 50px;
  font-size: 1rem;
  line-height: 3.125rem;
  padding: 0px 70px 0px 17px;
  border: 1px solid #dddddd;
}

.filter form select {
  width: 100%;
  height: 50px;
  font-size: 1rem;
  line-height: 3.125rem;
  padding: 0px 70px 0px 17px;
  border: 1px solid #dddddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-image: url("/resources/themes/base/images/orange-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
}

.filter form select.placeholder {
  color: #a0a0a0;
}

.filter form select::-ms-expand {
  display: none;
}

.filter form select option {
  color: #000;
}

.filter form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 50px;
  border: none;
  color: #ffffff;
}

.section-home .filter form button {
  background-color: #004d55;
}

.section-purple .filter form button {
  background-color: #5f3c83;
}

.section-green .filter form button {
  background-color: #226324;
}

.section-blue .filter form button {
  background-color: #115180;
}

.section-aqua .filter form button {
  background-color: #1a9187;
}

.section-red .filter form button {
  background-color: #bf2b21;
}

.section-orange .filter form button {
  background-color: #e65722;
}

.filter-link-container {
  margin-bottom: 3px;
}

.services-page.content-section .letter {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 2rem;
}

.services-page.content-section a {
  display: block;
  background-color: #eeeeee;
  padding: 8px 13px 9px 13px;
  font-size: 1.13rem;
  color: #000000;
  font-weight: 600;
  line-height: 1.42;
  height: 100%;
  margin-right: 3px;
  text-decoration: none;
}

.services-page.content-section a:hover {
  color: #ffffff;
  text-decoration: none;
}

.section-home .services-page.content-section a:hover {
  background-color: #004d55;
}

.section-purple .services-page.content-section a:hover {
  background-color: #5f3c83;
}

.section-green .services-page.content-section a:hover {
  background-color: #226324;
}

.section-blue .services-page.content-section a:hover {
  background-color: #115180;
}

.section-aqua .services-page.content-section a:hover {
  background-color: #1a9187;
}

.section-red .services-page.content-section a:hover {
  background-color: #bf2b21;
}

.section-orange .services-page.content-section a:hover {
  background-color: #e65722;
}

.service-page .download-lists p {
  margin-bottom: 0;
}

.nav-tabs {
  border-bottom: 3px solid #eeeeee;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  display: none;
}

.section-home .nav-tabs {
  border-color: #004d55;
}

.section-purple .nav-tabs {
  border-color: #5f3c83;
}

.section-green .nav-tabs {
  border-color: #226324;
}

.section-blue .nav-tabs {
  border-color: #115180;
}

.section-aqua .nav-tabs {
  border-color: #1a9187;
}

.section-red .nav-tabs {
  border-color: #bf2b21;
}

.section-orange .nav-tabs {
  border-color: #e65722;
}

.nav-tabs .nav-item {
  background-color: #eeeeee;
  border: 0;
  color: black;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 0;
  padding: 20px 15px;
  text-align: left;
  margin-top: 2px;
  margin-right: 1px;
  width: 100%;
}

.nav-tabs .nav-item.active {
  color: white;
  font-weight: 700;
}

.section-home .nav-tabs .nav-item.active {
  background-color: #004d55;
}

.section-purple .nav-tabs .nav-item.active {
  background-color: #5f3c83;
}

.section-green .nav-tabs .nav-item.active {
  background-color: #226324;
}

.section-blue .nav-tabs .nav-item.active {
  background-color: #115180;
}

.section-aqua .nav-tabs .nav-item.active {
  background-color: #1a9187;
}

.section-red .nav-tabs .nav-item.active {
  background-color: #bf2b21;
}

.section-orange .nav-tabs .nav-item.active {
  background-color: #e65722;
}

.nav-tabs .nav-item:focus {
  outline: none;
}

.tab-panel-header .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 0;
  color: black;
  background-color: #eeeeee;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 2px;
  padding-top: 12px;
  padding-bottom: 13px;
  text-align: left;
  width: 100%;
}

.tab-panel-header .nav-item i {
  color: black;
  font-size: 1.2rem;
}

.tab-panel-header .nav-item .fa-chevron-up {
  display: none;
}

.tab-panel-header .nav-item .fa-chevron-down {
  display: block;
}

.tab-panel-header .nav-item.active {
  color: white;
  margin-bottom: 50px;
}

.section-home .tab-panel-header .nav-item.active {
  background-color: #004d55;
}

.section-purple .tab-panel-header .nav-item.active {
  background-color: #5f3c83;
}

.section-green .tab-panel-header .nav-item.active {
  background-color: #226324;
}

.section-blue .tab-panel-header .nav-item.active {
  background-color: #115180;
}

.section-aqua .tab-panel-header .nav-item.active {
  background-color: #1a9187;
}

.section-red .tab-panel-header .nav-item.active {
  background-color: #bf2b21;
}

.section-orange .tab-panel-header .nav-item.active {
  background-color: #e65722;
}

.tab-panel-header .nav-item.active i {
  color: white;
}

.tab-panel-header .nav-item.active .fa-chevron-up {
  display: block;
}

.tab-panel-header .nav-item.active .fa-chevron-down {
  display: none;
}

.tab-panel-header-break {
  margin-left: -100%;
  margin-right: -100%;
}

.nav-item-break {
  margin: 0 auto 50px;
  max-width: 100vw;
}

.nav-item-break p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.nav-item-break p span {
  display: block;
}

.location-tile-search-color {
  color: white;
}

.section-home .location-tile-search-color {
  background-color: #004d55;
}

.section-purple .location-tile-search-color {
  background-color: #5f3c83;
}

.section-green .location-tile-search-color {
  background-color: #226324;
}

.section-blue .location-tile-search-color {
  background-color: #115180;
}

.section-aqua .location-tile-search-color {
  background-color: #1a9187;
}

.section-red .location-tile-search-color {
  background-color: #bf2b21;
}

.section-orange .location-tile-search-color {
  background-color: #e65722;
}

.location-tile {
  border: 1px solid #dddddd;
  height: 100%;
  min-height: 290px;
}

.location-tile .content {
  padding: 20px 20px 12px 20px;
}

.location-tile p {
  color: #777777;
  font-size: 0.875rem;
}

.location-tile .phone {
  color: black;
  font-size: 1rem;
  line-height: 1.2rem;
}

.location-tile .phone i {
  margin-right: 4px;
  vertical-align: middle;
}

.section-home .location-tile .phone i {
  color: #004d55;
}

.section-purple .location-tile .phone i {
  color: #5f3c83;
}

.section-green .location-tile .phone i {
  color: #226324;
}

.section-blue .location-tile .phone i {
  color: #115180;
}

.section-aqua .location-tile .phone i {
  color: #1a9187;
}

.section-red .location-tile .phone i {
  color: #bf2b21;
}

.section-orange .location-tile .phone i {
  color: #e65722;
}

.location-tile .btn {
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 1rem;
  text-transform: capitalize;
}

.location-tile .photo {
  display: none;
}

.location-tile:hover {
  border: 1px solid #004d55;
}

.section-home .location-tile:hover {
  border-color: #004d55;
}

.section-purple .location-tile:hover {
  border-color: #5f3c83;
}

.section-green .location-tile:hover {
  border-color: #226324;
}

.section-blue .location-tile:hover {
  border-color: #115180;
}

.section-aqua .location-tile:hover {
  border-color: #1a9187;
}

.section-red .location-tile:hover {
  border-color: #bf2b21;
}

.section-orange .location-tile:hover {
  border-color: #e65722;
}

.section-home .location-tile:hover h5 {
  color: #004d55;
}

.section-purple .location-tile:hover h5 {
  color: #5f3c83;
}

.section-green .location-tile:hover h5 {
  color: #226324;
}

.section-blue .location-tile:hover h5 {
  color: #115180;
}

.section-aqua .location-tile:hover h5 {
  color: #1a9187;
}

.section-red .location-tile:hover h5 {
  color: #bf2b21;
}

.section-orange .location-tile:hover h5 {
  color: #e65722;
}

.board-member {
  border-bottom: 1px solid #dddddd;
  margin-top: 50px;
  padding-bottom: 40px;
}

.board-member:last-child {
  border-bottom: none;
}

.board-member h2 {
  margin-bottom: 0;
  line-height: 2.5rem;
}

.board-member em {
  font-style: normal;
  color: #a0a0a0;
}

.board-member button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0px;
}

.section-home .board-member button {
  color: #004d55;
}

.section-purple .board-member button {
  color: #5f3c83;
}

.section-green .board-member button {
  color: #226324;
}

.section-blue .board-member button {
  color: #115180;
}

.section-aqua .board-member button {
  color: #1a9187;
}

.section-red .board-member button {
  color: #bf2b21;
}

.section-orange .board-member button {
  color: #e65722;
}

.board-member button:hover {
  color: #777777;
}

.board-member .hidden {
  display: none;
}

.ward-search-form .input-group-btn {
  border-bottom: 1px solid #004d55;
  border-top: 1px solid #004d55;
}

.section-home .ward-search-form .input-group-btn {
  background-color: #004d55;
}

.section-purple .ward-search-form .input-group-btn {
  background-color: #5f3c83;
}

.section-green .ward-search-form .input-group-btn {
  background-color: #226324;
}

.section-blue .ward-search-form .input-group-btn {
  background-color: #115180;
}

.section-aqua .ward-search-form .input-group-btn {
  background-color: #1a9187;
}

.section-red .ward-search-form .input-group-btn {
  background-color: #bf2b21;
}

.section-orange .ward-search-form .input-group-btn {
  background-color: #e65722;
}

.section-home .ward-search-form .input-group-btn {
  border-color: #004d55;
}

.section-purple .ward-search-form .input-group-btn {
  border-color: #5f3c83;
}

.section-green .ward-search-form .input-group-btn {
  border-color: #226324;
}

.section-blue .ward-search-form .input-group-btn {
  border-color: #115180;
}

.section-aqua .ward-search-form .input-group-btn {
  border-color: #1a9187;
}

.section-red .ward-search-form .input-group-btn {
  border-color: #bf2b21;
}

.section-orange .ward-search-form .input-group-btn {
  border-color: #e65722;
}

.ward-search-form .input-group-btn button {
  background: none;
  border: 0;
  color: white;
}

.shop-tile p {
  font-size: 1rem;
  margin-bottom: 6px;
}

.search-results .highlight {
  font-weight: 700;
}

.search-results ul.pagination li:before {
  display: none;
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination li {
  font-size: 20px;
  font-weight: 600;
  margin-left: 6px;
  margin-right: 6px;
}

.pagination li a {
  color: #bbbbbb;
}

.pagination li.active a {
  color: #004d55;
}

.pagination li:before {
  display: none;
}

.rainbow-road .color {
  min-height: 5px;
}

.rainbow-road .purple {
  background-color: #5f3c83;
}

.rainbow-road .green {
  background-color: #226324;
}

.rainbow-road .blue {
  background-color: #115180;
}

.rainbow-road .aqua {
  background-color: #1a9187;
}

.rainbow-road .red {
  background-color: #bf2b21;
}

.rainbow-road .orange {
  background-color: #e65722;
}

.home-hero {
  background-position: center;
  background-size: cover;
  padding-top: 150px;
}

.container-home {
  padding-left: 0;
  padding-right: 0;
}

.home-search {
  background: white repeat center;
  margin-bottom: 85px;
  padding: 45px 35px 65px;
}

.home-search h2 {
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 30px;
}

.home-search form {
  max-width: 360px;
}

.home-search .input-group-btn,
.home-search .btn {
  background-color: #004d55;
  color: white;
}

.social-feed {
  margin-top: 60px;
}

.social-feed .flickity-prev-next-button.next {
  right: -41px;
}

.social-feed .flickity-prev-next-button.previous {
  left: -41px;
}

.social-feed .flickity-prev-next-button.next,
.social-feed .flickity-prev-next-button.previous {
  background: none;
}

.social-feed .flickity-prev-next-button.next:focus,
.social-feed .flickity-prev-next-button.previous:focus {
  outline: none;
}

.social-feed ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.social-feed-item {
  background-color: #1f6e8d;
  margin-bottom: 20px;
  width: 100%;
}

.social-feed-item .feed-type {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
}

.social-feed-item .feed-type.twitter {
  background-color: #45bbea;
}

.social-feed-item .feed-type.facebook {
  background-color: #0b5aaa;
}

.social-feed-item .feed-type.instagram {
  background-color: aquamarine;
}

.social-feed-item .social-feed-content {
  color: white;
  line-height: 1.3;
  padding: 20px;
}

.social-feed-item .social-feed-content a {
  color: white;
}

.social-feed-item .facebook {
  background-color: #277dd4;
}

.social-feed-item .instagram-post {
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 300px;
}

.social-feed-item .instagram-post .social-feed-content {
  background: rgba(0, 0, 0, 0.8);
}

.social-feed-item.instagram-slide {
  min-width: 440px;
  font-size: 14px;
}

.social-feed-item a:hover {
  text-decoration: none;
}

.warning {
  background-color: #c61a0a;
  color: white;
  font-size: 15px;
  line-height: 19px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  overflow: hidden;
  max-height: 100vh;
}

.warning .row {
  padding-bottom: 22px;
  padding-top: 22px;
}

.warning h2 {
  color: white;
  font-size: 19px;
  line-height: 24px;
}

.warning a {
  color: white;
}

.warning p:last-of-type {
  margin-bottom: 0;
}

.warning.is-inactive {
  max-height: 0;
}

.close-warning {
  border: 0;
  background: transparent;
  color: white;
  font-size: 24px;
  padding: 10px;
}

.close-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

ul.sitemap {
  margin: 60px 0px;
}

ul.sitemap li {
  font-weight: bold;
}

ul.sitemap li li {
  font-weight: 600;
}

ul.sitemap li li li {
  font-weight: normal;
}

ul.sitemap li:before {
  content: none;
}

ul.sitemap li a,
ul.sitemap li div {
  display: inline-block;
  vertical-align: top;
}

ul.sitemap li a {
  padding: 4px 6px 0px 0px;
}

.ward-table th {
  border-top: 0;
}

.ward-table a {
  -webkit-transition: color 150ms;
  transition: color 150ms;
}

.section-home .ward-table a {
  color: #004d55;
}

.section-purple .ward-table a {
  color: #5f3c83;
}

.section-green .ward-table a {
  color: #226324;
}

.section-blue .ward-table a {
  color: #115180;
}

.section-aqua .ward-table a {
  color: #1a9187;
}

.section-red .ward-table a {
  color: #bf2b21;
}

.section-orange .ward-table a {
  color: #e65722;
}

.ward-table a:hover {
  text-decoration: none;
}

.section-home .ward-table a:hover {
  color: #004046;
}

.section-purple .ward-table a:hover {
  color: #4b3069;
}

.section-green .ward-table a:hover {
  color: #18471a;
}

.section-blue .ward-table a:hover {
  color: #0d4166;
}

.section-aqua .ward-table a:hover {
  color: #15736b;
}

.section-red .ward-table a:hover {
  color: #a1241b;
}

.section-orange .ward-table a:hover {
  color: #cf4e1f;
}

.section-home .mp-level h2 {
  background-color: #004d55;
}

.section-purple .mp-level h2 {
  background-color: #5f3c83;
}

.section-green .mp-level h2 {
  background-color: #226324;
}

.section-blue .mp-level h2 {
  background-color: #115180;
}

.section-aqua .mp-level h2 {
  background-color: #1a9187;
}

.section-red .mp-level h2 {
  background-color: #bf2b21;
}

.section-orange .mp-level h2 {
  background-color: #e65722;
}

.header-two-bg {
  background-color: white;
}

.header-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
}

.header-two .logo {
  display: block;
  padding-left: 15px;
  margin-right: 15px;
  width: 100%;
  max-width: 229px;
}

.header-two .logo img {
  width: 100%;
  max-width: 229px;
}

.header-two .hamburger:focus,
.header-two .hamburger:active {
  outline: none;
}

.header-two .hamburger-label {
  display: none;
}

.header-two .large-search {
  display: none;
}

.header-two .small-search {
  height: 100%;
}

.header-two .small-search .open-search {
  font-size: 23px;
  background: none;
  border: 0;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}

.header-two .small-search .open-search:focus {
  outline: 0;
}

.header-two .button-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 150ms;
  transition: -webkit-transform 150ms;
  transition: transform 150ms;
  transition: transform 150ms, -webkit-transform 150ms;
  -webkit-transform: translate(100%, 0%);
          transform: translate(100%, 0%);
  width: 100%;
}

.search-box form {
  width: 100%;
  margin-bottom: 0;
}

.search-box.is-active {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.search-box .close-search {
  background-color: #343434;
  border: 0;
  color: white;
  display: block;
  font-size: 23px;
  height: 50px;
  width: 50px;
  min-width: 50px;
  padding: 0;
}

.search-box .close-search:focus {
  outline: 0;
}

.search-box button[type="submit"] {
  background-color: #fff;
  border: 0;
  font-size: 23px;
  height: 50px;
  width: 50px;
  min-width: 50px;
  padding: 0;
}

.search-box button[type="submit"]:focus {
  outline: 0;
}

.search-box input {
  border: 0;
  padding-left: 15px;
}

.search-box input:focus {
  outline: 0;
}

.head-links {
  display: none;
}

.header-desktop {
  display: none;
}

.header-desktop {
  background-color: white;
  border-top: 3px solid #EEEEEE;
  position: relative;
}

.header-desktop .desktop {
  max-width: 1110px;
  margin: auto;
}

.header-desktop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0 0 -1px;
  height: 70px;
}

.header-desktop ul li::before {
  display: none;
}

.header-desktop li {
  margin-right: 2px;
  margin-top: -3px;
  position: static;
}

.header-desktop .header-button {
  background: none;
  font-weight: bold;
  font-size: 16px;
  border: 0;
  border-top: 3px solid #004d55;
  padding: 22px;
  cursor: pointer;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-desktop .header-button:hover {
  text-decoration: none;
}

.header-desktop .header-button:focus {
  outline: none;
}

.header-desktop .header-button i {
  font-size: 10px;
  margin-left: 5px;
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
}

.header-desktop .section-home .header-button {
  border-color: #004d55;
}

.header-desktop .section-purple .header-button {
  border-color: #5f3c83;
}

.header-desktop .section-green .header-button {
  border-color: #226324;
}

.header-desktop .section-blue .header-button {
  border-color: #115180;
}

.header-desktop .section-aqua .header-button {
  border-color: #1a9187;
}

.header-desktop .section-red .header-button {
  border-color: #bf2b21;
}

.header-desktop .section-orange .header-button {
  border-color: #e65722;
}

.header-button.is-active {
  color: white;
}

.section-home .header-button.is-active {
  background-color: #004d55;
}

.section-purple .header-button.is-active {
  background-color: #5f3c83;
}

.section-green .header-button.is-active {
  background-color: #226324;
}

.section-blue .header-button.is-active {
  background-color: #115180;
}

.section-aqua .header-button.is-active {
  background-color: #1a9187;
}

.section-red .header-button.is-active {
  background-color: #bf2b21;
}

.section-orange .header-button.is-active {
  background-color: #e65722;
}

.header-button.is-active i {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.header-button.section {
  color: white;
}

.section-home .header-button.section {
  background-color: #004d55;
}

.section-purple .header-button.section {
  background-color: #5f3c83;
}

.section-green .header-button.section {
  background-color: #226324;
}

.section-blue .header-button.section {
  background-color: #115180;
}

.section-aqua .header-button.section {
  background-color: #1a9187;
}

.section-red .header-button.section {
  background-color: #bf2b21;
}

.section-orange .header-button.section {
  background-color: #e65722;
}

.close-mega {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  border: 0;
  height: 55px;
  width: 55px;
  font-size: 23px;
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
}

.section-home .close-mega {
  background-color: #004046;
}

.section-purple .close-mega {
  background-color: #4b3069;
}

.section-green .close-mega {
  background-color: #18471a;
}

.section-blue .close-mega {
  background-color: #0d4166;
}

.section-aqua .close-mega {
  background-color: #15736b;
}

.section-red .close-mega {
  background-color: #a1241b;
}

.section-orange .close-mega {
  background-color: #cf4e1f;
}

.close-mega:focus {
  outline: none;
}

.section-home .close-mega:hover {
  background-color: #004d55;
}

.section-purple .close-mega:hover {
  background-color: #5f3c83;
}

.section-green .close-mega:hover {
  background-color: #226324;
}

.section-blue .close-mega:hover {
  background-color: #115180;
}

.section-aqua .close-mega:hover {
  background-color: #1a9187;
}

.section-red .close-mega:hover {
  background-color: #bf2b21;
}

.section-orange .close-mega:hover {
  background-color: #e65722;
}

.mega {
  display: none;
  border-top: 7px solid #004d55;
  position: absolute;
  top: 68px;
  width: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.section-home .mega {
  border-color: #004d55;
}

.section-purple .mega {
  border-color: #5f3c83;
}

.section-green .mega {
  border-color: #226324;
}

.section-blue .mega {
  border-color: #115180;
}

.section-aqua .mega {
  border-color: #1a9187;
}

.section-red .mega {
  border-color: #bf2b21;
}

.section-orange .mega {
  border-color: #e65722;
}

.mega-popup {
  background-color: white;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 200;
  max-width: 1109px;
}

.mega-links {
  padding: 60px 52px;
}

.mega-links .large {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 8px;
  margin-top: 24px;
  display: block;
}

.section-home .mega-links .large {
  color: #004d55;
}

.section-purple .mega-links .large {
  color: #5f3c83;
}

.section-green .mega-links .large {
  color: #226324;
}

.section-blue .mega-links .large {
  color: #115180;
}

.section-aqua .mega-links .large {
  color: #1a9187;
}

.section-red .mega-links .large {
  color: #bf2b21;
}

.section-orange .mega-links .large {
  color: #e65722;
}

.mega-links .small {
  border-bottom: 1px solid #EEEEEE;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 9px;
}

.mega-links .large a:hover,
.mega-links .small a:hover {
  opacity: .8;
  text-decoration: none;
}

.section-home .mega-links .large a {
  color: #004d55;
}

.section-purple .mega-links .large a {
  color: #5f3c83;
}

.section-green .mega-links .large a {
  color: #226324;
}

.section-blue .mega-links .large a {
  color: #115180;
}

.section-aqua .mega-links .large a {
  color: #1a9187;
}

.section-red .mega-links .large a {
  color: #bf2b21;
}

.section-orange .mega-links .large a {
  color: #e65722;
}

.mega-links .show-all-button {
  display: block;
  width: 100%;
  margin-top: 35px;
  padding: 15px;
  font-weight: 600;
}

.mega {
  opacity: 0;
  overflow: hidden;
}

.mega.is-active {
  z-index: 250;
  height: 100vh;
}

.mega-footer {
  background-color: #004d55;
  height: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.section-home .mega-footer {
  background-color: #004d55;
}

.section-purple .mega-footer {
  background-color: #5f3c83;
}

.section-green .mega-footer {
  background-color: #226324;
}

.section-blue .mega-footer {
  background-color: #115180;
}

.section-aqua .mega-footer {
  background-color: #1a9187;
}

.section-red .mega-footer {
  background-color: #bf2b21;
}

.section-orange .mega-footer {
  background-color: #e65722;
}

.mega-footer .info {
  display: inline-block;
  width: 475px;
}

.mega-footer .info #info-bg {
  position: absolute;
  bottom: 0;
  left: 0;
}

.section-home .mega-footer .info #info-bg #info-bg-color {
  fill: #004d55;
}

.section-purple .mega-footer .info #info-bg #info-bg-color {
  fill: #5f3c83;
}

.section-green .mega-footer .info #info-bg #info-bg-color {
  fill: #226324;
}

.section-blue .mega-footer .info #info-bg #info-bg-color {
  fill: #115180;
}

.section-aqua .mega-footer .info #info-bg #info-bg-color {
  fill: #1a9187;
}

.section-red .mega-footer .info #info-bg #info-bg-color {
  fill: #bf2b21;
}

.section-orange .mega-footer .info #info-bg #info-bg-color {
  fill: #e65722;
}

.mega-footer .info .info-content {
  position: relative;
  z-index: 1;
}

.mega-footer .info .description {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  max-width: 225px;
}

.mega-footer .info .carousel .flickity-prev-next-button {
  background: none;
}

.mega-footer .info .carousel .flickity-prev-next-button:focus,
.mega-footer .info .carousel .flickity-prev-next-button:hover,
.mega-footer .info .carousel .flickity-prev-next-button:active {
  background: none;
  outline: none;
}

.mega-footer .info .slide {
  width: 100%;
}

.mega-footer .info .slide a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mega-footer .info a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mega-footer .info a:hover {
  text-decoration: none;
}

.mega-footer .info .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.section-home .mega-footer .info .icon {
  background-color: #004d55;
}

.section-purple .mega-footer .info .icon {
  background-color: #5f3c83;
}

.section-green .mega-footer .info .icon {
  background-color: #226324;
}

.section-blue .mega-footer .info .icon {
  background-color: #115180;
}

.section-aqua .mega-footer .info .icon {
  background-color: #1a9187;
}

.section-red .mega-footer .info .icon {
  background-color: #bf2b21;
}

.section-orange .mega-footer .info .icon {
  background-color: #e65722;
}

.mega-footer .info-content {
  max-width: 281px;
  margin-left: 52px;
}

.mega-footer .info-content .title {
  font-size: 21px;
  font-weight: 700;
  line-height: 37px;
  margin-bottom: 10px;
}

.section-home .mega-footer .info-content .title {
  color: #004d55;
}

.section-purple .mega-footer .info-content .title {
  color: #5f3c83;
}

.section-green .mega-footer .info-content .title {
  color: #226324;
}

.section-blue .mega-footer .info-content .title {
  color: #115180;
}

.section-aqua .mega-footer .info-content .title {
  color: #1a9187;
}

.section-red .mega-footer .info-content .title {
  color: #bf2b21;
}

.section-orange .mega-footer .info-content .title {
  color: #e65722;
}

.mega-footer .news {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 350px;
  padding-left: 30px;
}

.mega-footer .news p {
  color: white;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 27px;
}

.mega-footer .news a {
  color: white;
  font-weight: 600;
  opacity: .8;
}

.mega-footer .news a i {
  font-size: 13px;
}

.mega-footer .news a:hover {
  text-decoration: none;
}

.mega-footer .corner {
  width: 237px;
}

.section-home .mega-footer .corner {
  background-color: #004046;
}

.section-purple .mega-footer .corner {
  background-color: #4b3069;
}

.section-green .mega-footer .corner {
  background-color: #18471a;
}

.section-blue .mega-footer .corner {
  background-color: #0d4166;
}

.section-aqua .mega-footer .corner {
  background-color: #15736b;
}

.section-red .mega-footer .corner {
  background-color: #a1241b;
}

.section-orange .mega-footer .corner {
  background-color: #cf4e1f;
}

.mega-footer .corner svg {
  margin-left: -1px;
}

.section-home .mega-footer .corner svg path {
  fill: #004d55;
}

.section-purple .mega-footer .corner svg path {
  fill: #5f3c83;
}

.section-green .mega-footer .corner svg path {
  fill: #226324;
}

.section-blue .mega-footer .corner svg path {
  fill: #115180;
}

.section-aqua .mega-footer .corner svg path {
  fill: #1a9187;
}

.section-red .mega-footer .corner svg path {
  fill: #bf2b21;
}

.section-orange .mega-footer .corner svg path {
  fill: #e65722;
}

hr.download-line {
  border-top: 2px solid #dddddd;
}

hr.download-line:after {
  background: none;
}

.content-section .location-download {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.content-section .location-download .fa-file-pdf-o {
  color: #dc3545;
  margin-right: 20px;
  font-size: 20px;
}

.content-section .location-download a {
  color: black;
}

.content-section .location-download a:hover {
  text-decoration: none;
}

.section-home .content-section .location-download a:hover {
  color: #004d55;
}

.section-purple .content-section .location-download a:hover {
  color: #5f3c83;
}

.section-green .content-section .location-download a:hover {
  color: #226324;
}

.section-blue .content-section .location-download a:hover {
  color: #115180;
}

.section-aqua .content-section .location-download a:hover {
  color: #1a9187;
}

.section-red .content-section .location-download a:hover {
  color: #bf2b21;
}

.section-orange .content-section .location-download a:hover {
  color: #e65722;
}

.cd-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
  padding-bottom: 4px;
  position: fixed;
  bottom: 40px;
  right: 50px;
  color: #C6C6C6;
  font-size: 24px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  background: none;
  border: 2px solid #C6C6C6;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  opacity: 1;
  color: white;
  text-decoration: none;
  background-color: #C6C6C6;
}

.main-carousel-xy {
  /* position dots up a bit */
  /* dots are lines */
}

.main-carousel-xy .flickity-page-dots {
  bottom: 22px;
}

.main-carousel-xy .flickity-page-dots .dot {
  background: #fff;
  height: 4px;
  width: 40px;
  margin: 0 10px;
  border-radius: 0;
}

.main-carousel-xy .flickity-prev-next-button {
  background: none;
}

.main-carousel-xy .flickity-prev-next-button:hover {
  background: none;
}

.main-carousel-xy .flickity-prev-next-button .arrow {
  fill: #fff;
  opacity: 0.8;
}

.main-carousel-item-xy {
  width: 100%;
}

.main-carousel-item-xy img {
  width: 100%;
}

.carousel-item img {
  width: 100%;
}

.location-page .content-section {
  padding-top: 0;
  padding-bottom: 0;
}

.download-lists {
  margin-bottom: 1rem;
}

.download-lists hr.download-link-title-separator {
  margin-bottom: 0;
}

.download-lists hr.download-link-separator {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 2px solid #eeeeee;
}

.download-lists hr.download-link-separator:after {
  content: '';
  background-color: transparent;
}

.download-lists p {
  margin-bottom: 0;
}

.download-lists p a.download-link {
  padding: 1rem;
  color: #000000;
}

.download-lists p a.download-link:hover {
  color: #000000;
  background-color: #eeeeee;
}

.download-lists strong .fa {
  margin-right: 20px;
  font-size: 20px;
  color: #000000;
}

.download-lists strong .fa-file-pdf-o {
  color: #e00a0a;
}

.download-lists strong .fa-file-word-o {
  color: #4a90e2;
}

.download-lists strong .fa-file-excel-o {
  color: #417505;
}

#get-help-button {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 100;
  background: #DD2D2D;
  color: #ffffff;
  font-size: 1.125rem;
  text-align: center;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 700;
  width: 200px;
  padding: 0;
  border: 0;
  cursor: pointer;
  display: block;
}

#get-help-button:hover {
  background: #BF2E2E;
}

.modal-open #get-help-button {
  display: none;
}

.modal-backdrop {
  opacity: 0.3;
}

.modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  min-height: calc(99% - (1.75rem * 2));
}

.modal-content {
  padding: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.modal-content button.close {
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  font-size: 3rem;
}

#MemberLoginForm_LoginForm #ForgotPassword {
  margin-top: 20px;
}

#MemberLoginForm_LoginForm input[type="submit"] {
  color: #fff;
  background-color: #004d55;
  border-color: #004d55;
  border: 0;
  padding: 7.5px 30px;
}

#MemberLoginForm_LoginForm input[type="submit"]:hover {
  color: #fff;
  background-color: #002a2f;
  border-color: #001f22;
}

#MemberLoginForm_LoginForm input[type="submit"]:focus,
#MemberLoginForm_LoginForm input[type="submit"].focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 77, 85, 0.5);
          box-shadow: 0 0 0 3px rgba(0, 77, 85, 0.5);
}

#MemberLoginForm_LoginForm input[type="submit"].disabled,
#MemberLoginForm_LoginForm input[type="submit"]:disabled {
  background-color: #004d55;
  border-color: #004d55;
}

#MemberLoginForm_LoginForm input[type="submit"]:active,
#MemberLoginForm_LoginForm input[type="submit"].active,
.show > #MemberLoginForm_LoginForm input[type="submit"].dropdown-toggle {
  background-color: #002a2f;
  background-image: none;
  border-color: #001f22;
}

p {
  margin-bottom: 2rem;
}

button {
  border-radius: 0;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group {
    width: auto;
  }

  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-inline .form-check-label {
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }

  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .card-group .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0;
  }

  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }

  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
  .jumbotron {
    padding: 4rem 2rem;
  }
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }

  .modal-sm {
    max-width: 300px;
  }
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
  body {
    font-size: 1rem;
    line-height: 1.43125;
  }
  .page-header .head-title .container {
    height: 70px;
  }

  .page-header .head-title .title-image {
    left: 43px;
    margin-top: 21px;
    width: 344px;
  }

  .page-header .head-title .header-search {
    right: 82px;
    width: 83px;
  }

  .page-header .head-title .header-search button.search-close {
    width: 70px;
    height: 70px;
    left: -70px;
  }

  .page-header .head-title .header-search button.search {
    padding: 0 30px 0 30px;
    font-size: 1.425rem;
  }

  .page-header .head-title .hamburger {
    top: 10px;
    right: 12px;
  }

  .page-header .head-title.searching .title-image {
    left: -344px;
  }

  .page-header .head-title.searching .header-search {
    padding-left: 70px;
    font-size: 1rem;
  }

  .page-header .head-title.searching .hamburger {
    right: -70px;
  }
  .menu-main {
    width: 440px;
    padding-top: 70px;
    right: -440px;
  }

  .menu-button {
    width: 440px;
  }

  .menu-link {
    width: 440px;
  }

  .menu-open .head-title .wrapper {
    left: -440px;
  }

  .menu-home,
  .menu-back {
    margin-top: -47px;
  }
  .section-page .twocolmore,
  .section-page .threecolstd {
    margin: 0;
  }
  .nav-item-break p {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
  h1,
  .h1 {
    font-size: 2.0125rem;
    line-height: 2.75rem;
  }

  h2,
  .h2 {
    font-size: 1.4375rem;
    line-height: 1.9375rem;
  }

  h3,
  .h3 {
    font-size: 1.375rem;
    line-height: 1.8125rem;
  }

  h4,
  .h4 {
    font-size: 1.25rem;
    line-height: 1.6875rem;
  }

  h5,
  .h5 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  .lead {
    font-size: 1.125rem;
    line-height: 1.6rem;
  }
  body {
    font-size: 1rem;
    line-height: 1.43125;
  }
  hr {
    border-top: 3px solid #dddddd;
  }

  hr:after {
    top: -3px;
    height: 3px;
    width: 25%;
  }
  .field {
    margin-bottom: 30px;
  }
  .page-header .head-title .container {
    height: 100px;
  }

  .page-header .head-title .title-image {
    left: 37px;
    margin-top: 36px;
    width: 401px;
  }

  .page-header .head-title .header-search {
    right: 140px;
    width: 83px;
  }

  .page-header .head-title .header-search button.search-close {
    width: 100px;
    height: 100px;
    left: -100px;
  }

  .page-header .head-title .header-search button.search {
    padding: 0 30px 0 30px;
    font-size: 1.5rem;
  }

  .page-header .head-title .hamburger {
    top: 20px;
    right: 5px;
  }

  .page-header .head-title .hamburger .hamburger-label {
    display: inline-block;
    color: black;
    line-height: 1.625rem;
    text-transform: uppercase;
    font-size: 1.625rem;
    font-weight: bold;
  }

  .page-header .head-title.searching .title-image {
    left: -401px;
  }

  .page-header .head-title.searching .header-search {
    padding-left: 100px;
    font-size: 1rem;
  }

  .page-header .head-title.searching .hamburger {
    right: -120px;
  }
  .menu-main {
    width: 550px;
    padding-top: 100px;
    right: -550px;
  }

  .menu-button {
    width: 550px;
  }

  .menu-link {
    width: 550px;
  }

  .menu-open .head-title .wrapper {
    left: -550px;
  }

  .menu-home,
  .menu-back {
    margin-top: -60px;
  }
  .footer .mobile-links {
    display: none;
  }
  .footer .footer-govt-social {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer .footer-govt-social .govt-logo {
    display: block;
  }

  .footer .footer-govt-social .sheilded-site-mobile {
    display: none;
  }
  .footer .mobile-copyright {
    display: none;
  }
  .footer .desktop-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
    font-weight: 600;
  }

  .footer .desktop-content .district-health-board-logo {
    margin-top: -3px;
    width: 283px;
  }

  .footer .desktop-content .sheilded-site {
    margin-top: -5px;
  }

  .footer .desktop-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 15px;
  }

  .footer .desktop-content ul li {
    padding: 0px 11px;
  }

  .footer .desktop-content ul li:last-of-type {
    padding-right: 0;
  }
  .news-feed {
    padding-top: 130px;
    height: auto;
  }

  .news-feed h2 {
    margin-bottom: 30px;
  }

  .news-feed svg {
    height: 100%;
  }
  .news-feed-article-container {
    margin-bottom: 30px;
  }
  .news-feed-article {
    line-height: 1.3;
  }

  .news-feed-article .photo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 210px;
  }
  .breadcrumbs a {
    display: inline-block;
  }

  .breadcrumbs span {
    display: inline-block;
  }

  .breadcrumbs span.dots {
    display: none;
  }
  .heading-banner {
    position: relative;
  }

  .heading-banner .heading-image-wrapper {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 650px;
    height: 100%;
    overflow: hidden;
  }

  .heading-banner .heading-image-wrapper img {
    vertical-align: unset;
    width: 100%;
  }

  .heading-banner .heading-image-wrapper svg {
    position: absolute;
    top: 0;
    left: 0;
  }

  .heading-banner .heading-image-wrapper svg path {
    fill: #004d55;
  }

  .section-home .heading-banner .heading-image-wrapper svg path {
    fill: #004d55;
  }

  .section-purple .heading-banner .heading-image-wrapper svg path {
    fill: #5f3c83;
  }

  .section-green .heading-banner .heading-image-wrapper svg path {
    fill: #226324;
  }

  .section-blue .heading-banner .heading-image-wrapper svg path {
    fill: #115180;
  }

  .section-aqua .heading-banner .heading-image-wrapper svg path {
    fill: #1a9187;
  }

  .section-red .heading-banner .heading-image-wrapper svg path {
    fill: #bf2b21;
  }

  .section-orange .heading-banner .heading-image-wrapper svg path {
    fill: #e65722;
  }

  .heading-banner .hb-inner {
    padding-top: 55px;
    padding-bottom: 50px;
  }
  .article-link {
    margin-bottom: 30px;
  }

  .article-link p {
    font-size: 20px;
    line-height: 28px;
  }
  .article-jumbotron {
    margin-bottom: 30px;
  }
  .article-block {
    margin-bottom: 30px;
  }

  .article-block p {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .article-block p strong {
    font-size: 1.25rem;
    line-height: 1.675rem;
  }
  .child-block-large .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .child-block-large .photo {
    display: block;
  }
  .error-page {
    background-image: url("/resources/themes/base/images/search.svg");
    background-repeat: no-repeat;
    background-position: 100% 20%;
    padding-bottom: 100px;
  }

  .error-page h1 {
    color: #bbbbbb;
    font-size: 9rem;
    line-height: 12rem;
    margin-bottom: 0.8rem;
  }

  .error-page form {
    max-width: 425px;
    margin-bottom: 70px;
    margin-top: 30px;
  }
  .nav-item-break p {
    max-width: 720px;
  }
  .home-hero {
    padding-top: 210px;
  }
  .container-home {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-search {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    max-width: 490px;
    padding: 55px;
  }

  .home-search h2 {
    font-weight: normal;
    margin-bottom: 40px;
  }
  .social-feed .flickity-prev-next-button.next {
    right: -75px;
  }

  .social-feed .flickity-prev-next-button.previous {
    left: -75px;
  }
  .header-two {
    height: 100px;
  }

  .header-two .logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 37px;
    justify-self: flex-start;
    max-width: 401px;
  }

  .header-two .logo img {
    max-width: 401px;
  }

  .header-two .hamburger-label {
    color: black;
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    margin-right: 19px;
    text-transform: uppercase;
  }

  .header-two .hamburger-box {
    width: 36px;
    height: 20px;
  }

  .header-two .hamburger-box .hamburger-inner,
  .header-two .hamburger-box .hamburger-inner:after,
  .header-two .hamburger-box .hamburger-inner:before {
    width: 36px;
    height: 6px;
  }

  .header-two .hamburger-box .hamburger-inner {
    top: 8px;
  }

  .header-two .hamburger-box .hamburger-inner:before {
    top: -10px;
  }

  .header-two .hamburger-box .hamburger-inner:after {
    top: 11px;
  }

  .header-two .small-search .open-search {
    font-size: 36px;
    padding-left: 27px;
    padding-right: 27px;
  }
  .search-box .close-search,
  .search-box button[type="submit"] {
    height: 100px;
    min-width: 100px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .modal-lg {
    max-width: 800px;
  }
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
  h1,
  .h1 {
    font-size: 2.8rem;
    line-height: 4rem;
  }

  h2,
  .h2 {
    font-size: 2rem;
    line-height: 2.8625rem;
  }

  h3,
  .h3 {
    font-size: 1.625rem;
    line-height: 2.3125rem;
  }

  h4,
  .h4 {
    font-size: 1.3125rem;
    line-height: 1.875rem;
  }

  h5,
  .h5 {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
  .lead {
    font-size: 1.25rem;
    line-height: 1.7875rem;
  }
  body {
    font-size: 1.125rem;
    line-height: 1.6;
  }
  ul {
    padding-left: 3.625rem;
    margin-bottom: 2rem;
  }

  ul li {
    margin-bottom: 0.5625rem;
  }

  ul li:before {
    top: 0.625rem;
    left: -1.625rem;
    width: 0.5rem;
    height: 0.5rem;
  }
  .page-header .head-links {
    display: block;
    background-color: #004D55;
  }

  .page-header .head-links ul li {
    display: inline-block;
  }

  .page-header .head-links ul li a {
    display: block;
    border-left: 1px solid #ffffff;
    color: #ffffff;
    padding: 0.625rem 1.25rem;
    font-weight: bold;
    font-size: 0.875rem;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: background-color 150ms;
    transition: background-color 150ms;
  }

  .page-header .head-links ul li a:hover {
    background-color: #4B8489;
  }

  .page-header .head-links ul li:last-child a {
    border-right: 1px solid #ffffff;
  }

  .page-header .head-title {
    background-color: #ffffff;
    padding: 2.4375rem 0 0.5rem 0;
  }

  .page-header .head-title .wrapper {
    position: relative;
    top: auto;
    left: auto;
  }

  .page-header .head-title .title-image {
    margin-top: 0px;
    padding: 20px 0px;
    width: 375px;
    left: 0px;
  }

  .page-header .head-title .header-search {
    top: 15px;
    right: 0;
    border: none;
    width: 406px;
    height: 45px;
  }

  .page-header .head-title .header-search input {
    position: absolute;
    top: 0px;
    right: 45px;
    width: 361px;
    height: 45px;
    border: 1px solid #dddddd;
    color: #000000;
  }

  .page-header .head-title .header-search button.search {
    padding: 0;
    color: white;
    top: 0px;
    right: 0px;
    width: 45px;
    height: 45px;
    background-color: #004d55;
  }

  .page-header .head-title .header-search button.close {
    display: none;
  }

  .page-header.menu-open .head-title .wrapper {
    left: 0px;
    -webkit-transition: none;
    transition: none;
  }

  .page-header .hamburger {
    display: none;
  }
  .menu-main {
    display: none;
    position: static;
    display: block;
    top: auto;
    right: auto;
    width: 100%;
    min-height: auto;
    padding: 0;
    -webkit-transition: none;
    transition: none;
    overflow-x: visible;
    border-bottom: 1px solid #dddddd;
    border-top: 3px solid #dddddd;
    position: relative;
  }

  .menu-column {
    padding-left: 15px;
  }

  .top-li-wrapper {
    border-left: none;
    border-top: 3px solid #979797;
    margin-top: -3px;
  }

  .menu-button {
    margin: -1px 0px 0px 0px;
    width: auto;
    height: 100%;
    color: #000000;
    padding: 24px 30px 24px 24px;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    border: none;
  }

  .menu-button i.fa.fa-chevron-right {
    display: none;
  }

  .menu-button i.fa.fa-chevron-down {
    display: block;
    font-size: 0.3rem;
    color: #000000;
    top: 36px;
    right: 20px;
  }

  .menu-button.active i.fa {
    color: #ffffff;
  }

  .menu-container-inner {
    padding: 64px 52px 25px 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    background-color: #ffffff;
    position: relative;
  }

  .menu-column {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 33.3%;
  }

  .threecolstd {
    width: 100%;
  }

  .twocolmore {
    width: 100%;
  }

  .twocolmore .menu-column.column-right {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    width: 66.6%;
  }

  .twocolmore .menu-column.column-right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .twocolmore .menu-column.column-right ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }

  .twocolmore .menu-column.column-right ul li.show-all {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 110%;
            flex: 1 0 110%;
    max-width: 110%;
  }

  .twocolmore .show-all a {
    margin-top: 45px;
    display: block;
    text-align: center;
    padding: 18px;
    text-transform: uppercase;
    color: white;
  }

  .section-home .twocolmore .show-all a {
    background-color: #004d55;
  }

  .section-purple .twocolmore .show-all a {
    background-color: #5f3c83;
  }

  .section-green .twocolmore .show-all a {
    background-color: #226324;
  }

  .section-blue .twocolmore .show-all a {
    background-color: #115180;
  }

  .section-aqua .twocolmore .show-all a {
    background-color: #1a9187;
  }

  .section-red .twocolmore .show-all a {
    background-color: #bf2b21;
  }

  .section-orange .twocolmore .show-all a {
    background-color: #e65722;
  }

  .twocolmore .show-all a:hover {
    color: white;
  }

  .section-home .twocolmore .show-all a:hover {
    background-color: #004046;
  }

  .section-purple .twocolmore .show-all a:hover {
    background-color: #4b3069;
  }

  .section-green .twocolmore .show-all a:hover {
    background-color: #18471a;
  }

  .section-blue .twocolmore .show-all a:hover {
    background-color: #0d4166;
  }

  .section-aqua .twocolmore .show-all a:hover {
    background-color: #15736b;
  }

  .section-red .twocolmore .show-all a:hover {
    background-color: #a1241b;
  }

  .section-orange .twocolmore .show-all a:hover {
    background-color: #cf4e1f;
  }

  .menu-item {
    padding-right: 40px;
    margin-bottom: 47px;
  }

  .menu-item .menu-link.upper {
    width: auto;
    font-size: 1.625rem;
    line-height: 2.313rem;
    border-bottom: 0px;
    padding: 7px 0px;
  }

  .section-home .menu-item .menu-link.upper {
    color: #004d55;
  }

  .section-purple .menu-item .menu-link.upper {
    color: #5f3c83;
  }

  .section-green .menu-item .menu-link.upper {
    color: #226324;
  }

  .section-blue .menu-item .menu-link.upper {
    color: #115180;
  }

  .section-aqua .menu-item .menu-link.upper {
    color: #1a9187;
  }

  .section-red .menu-item .menu-link.upper {
    color: #bf2b21;
  }

  .section-orange .menu-item .menu-link.upper {
    color: #e65722;
  }

  .section-home .menu-item .menu-link.upper:hover {
    color: #003136;
  }

  .section-purple .menu-item .menu-link.upper:hover {
    color: #3a2552;
  }

  .section-green .menu-item .menu-link.upper:hover {
    color: #0f2b11;
  }

  .section-blue .menu-item .menu-link.upper:hover {
    color: #0a314d;
  }

  .section-aqua .menu-item .menu-link.upper:hover {
    color: #0f4d47;
  }

  .section-red .menu-item .menu-link.upper:hover {
    color: #851e17;
  }

  .section-orange .menu-item .menu-link.upper:hover {
    color: #b5441b;
  }

  .menu-item .menu-link.upper i {
    display: none;
  }

  .menu-item .menu-link.upper,
  .menu-item.current .menu-link.upper {
    color: inherit;
    background-color: transparent;
  }

  ul.top-level {
    top: auto;
    left: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  ul.top-level > li {
    position: static;
    border-left: 2px solid #ffffff;
  }

  .outer-menu-item .menu-button.current {
    background-color: transparent;
    color: #000000;
  }

  .outer-menu-item .menu-button.active {
    color: #ffffff;
  }

  .section-home .menu-button.active {
    background-color: #004d55;
  }

  .section-purple .menu-button.active {
    background-color: #5f3c83;
  }

  .section-green .menu-button.active {
    background-color: #226324;
  }

  .section-blue .menu-button.active {
    background-color: #115180;
  }

  .section-aqua .menu-button.active {
    background-color: #1a9187;
  }

  .section-red .menu-button.active {
    background-color: #bf2b21;
  }

  .section-orange .menu-button.active {
    background-color: #e65722;
  }

  .inner-menu {
    border-bottom: none;
    border-top: 8px solid;
    display: none;
    position: absolute;
    width: 100%;
    margin-top: 0px;
    top: 72px;
    left: 0px;
  }

  .section-home .inner-menu {
    border-color: #004d55;
  }

  .section-purple .inner-menu {
    border-color: #5f3c83;
  }

  .section-green .inner-menu {
    border-color: #226324;
  }

  .section-blue .inner-menu {
    border-color: #115180;
  }

  .section-aqua .inner-menu {
    border-color: #1a9187;
  }

  .section-red .inner-menu {
    border-color: #bf2b21;
  }

  .section-orange .inner-menu {
    border-color: #e65722;
  }

  .inner-menu ul {
    display: block;
    position: static;
    top: auto;
    left: auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .inner-menu ul li {
    display: block;
    padding-right: 73px;
  }

  .inner-menu ul li:first-child {
    display: none;
  }

  .inner-menu ul li:last-child a {
    border-bottom: none;
  }

  .inner-menu ul li a {
    width: 100%;
    color: black;
    padding: 7px 0;
    border-bottom: 1px solid #eeeeee;
    font-size: 1rem;
    font-weight: 600;
    -webkit-transition: color 150ms;
    transition: color 150ms;
  }

  .inner-menu ul li a:hover {
    color: #979797;
  }

  .inner-menu footer.container {
    display: block;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.43125;
    padding-left: 0;
    padding-right: 0;
  }

  .section-home .inner-menu footer.container > div {
    background-color: #004d55;
  }

  .section-purple .inner-menu footer.container > div {
    background-color: #5f3c83;
  }

  .section-green .inner-menu footer.container > div {
    background-color: #226324;
  }

  .section-blue .inner-menu footer.container > div {
    background-color: #115180;
  }

  .section-aqua .inner-menu footer.container > div {
    background-color: #1a9187;
  }

  .section-red .inner-menu footer.container > div {
    background-color: #bf2b21;
  }

  .section-orange .inner-menu footer.container > div {
    background-color: #e65722;
  }

  .inner-menu footer.container svg.graphic-back,
  .inner-menu footer.container svg.graphic-fore,
  .inner-menu footer.container svg.graphic-tri {
    position: absolute;
    left: 0px;
    bottom: 0px;
  }

  .inner-menu footer.container h3 {
    color: white;
  }

  .inner-menu footer.container a {
    text-decoration: none;
    color: #ffffff;
  }

  .inner-menu footer.container a:hover {
    color: #ffffff;
  }

  .section-home .inner-menu footer.container svg.graphic-back path {
    fill: #004046;
  }

  .section-purple .inner-menu footer.container svg.graphic-back path {
    fill: #4b3069;
  }

  .section-green .inner-menu footer.container svg.graphic-back path {
    fill: #18471a;
  }

  .section-blue .inner-menu footer.container svg.graphic-back path {
    fill: #0d4166;
  }

  .section-aqua .inner-menu footer.container svg.graphic-back path {
    fill: #15736b;
  }

  .section-red .inner-menu footer.container svg.graphic-back path {
    fill: #a1241b;
  }

  .section-orange .inner-menu footer.container svg.graphic-back path {
    fill: #cf4e1f;
  }

  .section-home .inner-menu footer.container svg.graphic-tri path {
    fill: #004d55;
  }

  .section-purple .inner-menu footer.container svg.graphic-tri path {
    fill: #5f3c83;
  }

  .section-green .inner-menu footer.container svg.graphic-tri path {
    fill: #226324;
  }

  .section-blue .inner-menu footer.container svg.graphic-tri path {
    fill: #115180;
  }

  .section-aqua .inner-menu footer.container svg.graphic-tri path {
    fill: #1a9187;
  }

  .section-red .inner-menu footer.container svg.graphic-tri path {
    fill: #bf2b21;
  }

  .section-orange .inner-menu footer.container svg.graphic-tri path {
    fill: #e65722;
  }

  .inner-menu footer.container div.row {
    height: 170px;
    margin: 0 15px;
  }

  .inner-menu footer.container div.footer-left,
  .inner-menu footer.container div.footer-right {
    position: relative;
    overflow: visible;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .inner-menu footer.container div.footer-left {
    -ms-flex-preferred-size: 475px;
        flex-basis: 475px;
  }

  .inner-menu footer.container div.footer-left .content {
    position: absolute;
    color: #000000;
    height: 100%;
    width: 100%;
    padding: 7px 100px 20px 40px;
  }

  .inner-menu footer.container div.footer-left .content .has-link {
    width: 72%;
  }

  .inner-menu footer.container div.footer-left .content h3 {
    margin-left: -5px;
    margin-bottom: 29px;
  }

  .section-home .inner-menu footer.container div.footer-left .content h3 {
    color: #004d55;
  }

  .section-purple .inner-menu footer.container div.footer-left .content h3 {
    color: #5f3c83;
  }

  .section-green .inner-menu footer.container div.footer-left .content h3 {
    color: #226324;
  }

  .section-blue .inner-menu footer.container div.footer-left .content h3 {
    color: #115180;
  }

  .section-aqua .inner-menu footer.container div.footer-left .content h3 {
    color: #1a9187;
  }

  .section-red .inner-menu footer.container div.footer-left .content h3 {
    color: #bf2b21;
  }

  .section-orange .inner-menu footer.container div.footer-left .content h3 {
    color: #e65722;
  }

  .inner-menu footer.container div.footer-left .content p {
    margin-right: 115px;
  }

  .inner-menu footer.container div.footer-left .content a {
    position: absolute;
    top: 80px;
    right: 155px;
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    line-height: 34px;
    text-align: center;
  }

  .section-home .inner-menu footer.container div.footer-left .content a {
    background-color: #004d55;
  }

  .section-purple .inner-menu footer.container div.footer-left .content a {
    background-color: #5f3c83;
  }

  .section-green .inner-menu footer.container div.footer-left .content a {
    background-color: #226324;
  }

  .section-blue .inner-menu footer.container div.footer-left .content a {
    background-color: #115180;
  }

  .section-aqua .inner-menu footer.container div.footer-left .content a {
    background-color: #1a9187;
  }

  .section-red .inner-menu footer.container div.footer-left .content a {
    background-color: #bf2b21;
  }

  .section-orange .inner-menu footer.container div.footer-left .content a {
    background-color: #e65722;
  }

  .inner-menu footer.container div.footer-left .content a i.fa {
    padding-left: 4px;
  }

  .inner-menu footer.container div.footer-mid .content {
    width: 100%;
    height: 100%;
    padding: 33px 15px 20px 15px;
  }

  .inner-menu footer.container div.footer-mid .content h3 {
    font-size: 1.375rem;
    line-height: 1.688rem;
    margin-bottom: 22px;
  }

  .inner-menu footer.container div.footer-right {
    -ms-flex-preferred-size: 237.3px;
        flex-basis: 237.3px;
  }

  .section-home .inner-menu footer.container div.footer-right {
    background-color: #004046;
  }

  .section-purple .inner-menu footer.container div.footer-right {
    background-color: #4b3069;
  }

  .section-green .inner-menu footer.container div.footer-right {
    background-color: #18471a;
  }

  .section-blue .inner-menu footer.container div.footer-right {
    background-color: #0d4166;
  }

  .section-aqua .inner-menu footer.container div.footer-right {
    background-color: #15736b;
  }

  .section-red .inner-menu footer.container div.footer-right {
    background-color: #a1241b;
  }

  .section-orange .inner-menu footer.container div.footer-right {
    background-color: #cf4e1f;
  }

  ul.top-level > li:last-child li {
    border-right: 2px solid #ffffff;
  }

  ul.top-level > li li.menu-hide {
    display: block;
  }

  ul.top-level > li li.overflow {
    display: none;
  }

  ul.top-level > li li.overflow.visible {
    display: block;
  }

  ul.top-level > li li.show-all.hidden {
    display: none;
  }

  ul.top-level > li li i.fa-chevron-down {
    display: block;
  }

  ul.top-level > li li i.fa-chevron-right {
    display: none;
  }

  .menu-close {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 55px;
    height: 55px;
  }

  .section-home .menu-close {
    background-color: #004046;
  }

  .section-purple .menu-close {
    background-color: #4b3069;
  }

  .section-green .menu-close {
    background-color: #18471a;
  }

  .section-blue .menu-close {
    background-color: #0d4166;
  }

  .section-aqua .menu-close {
    background-color: #15736b;
  }

  .section-red .menu-close {
    background-color: #a1241b;
  }

  .section-orange .menu-close {
    background-color: #cf4e1f;
  }

  .menu-close:after {
    display: block;
    width: 18px;
    height: 18px;
    margin: 18px auto 0 auto;
    content: '';
    background: url("/resources/themes/base/images/close-white.svg") no-repeat;
  }

  .mobile-menu-footer {
    display: none;
  }

  .menu-home,
  .menu-back {
    display: none !important;
  }

  .menu-hide {
    display: block;
  }

  .menu-short button {
    display: block;
  }

  .outer-menu-item.active .inner-menu {
    display: block;
  }
  .footer .desktop-content {
    font-size: 1rem;
    font-weight: 600;
  }

  .footer .desktop-content .district-health-board-logo {
    margin-top: -13px;
    width: 358px;
  }

  .footer .desktop-content ul li {
    padding: 0px 22px;
  }
  .news-feed {
    padding-top: 160px;
  }

  .news-feed h2 {
    margin-bottom: 80px;
  }

  .news-feed .btn.btn-primary {
    margin-top: 60px;
  }
  .news-feed-article-container {
    margin-bottom: 0;
  }
  .heading-banner .heading-image-wrapper {
    width: 650px;
  }
  .sidebar-container {
    -webkit-box-shadow: -40vw 0px 0px 0px #f5f5f5;
            box-shadow: -40vw 0px 0px 0px #f5f5f5;
    margin-bottom: -90px;
  }

  .content-section {
    padding-bottom: 140px;
  }

  .sidebar-holder {
    -webkit-box-shadow: -50px 0px 0px 0px #f5f5f5;
            box-shadow: -50px 0px 0px 0px #f5f5f5;
  }

  .sidebar-col {
    display: block;
  }

  .sidebar-holder {
    padding-bottom: 200px;
    padding-top: 70px;
    background-color: #f5f5f5;
    display: block;
    height: 100%;
  }

  .sidebar {
    margin-left: auto;
    margin-right: 30px;
  }

  .sidebar a {
    -webkit-transition: color 150ms;
    transition: color 150ms;
  }

  .sidebar a:hover {
    text-decoration: none;
  }

  .section-home .sidebar a:hover {
    color: #004d55;
  }

  .section-purple .sidebar a:hover {
    color: #5f3c83;
  }

  .section-green .sidebar a:hover {
    color: #226324;
  }

  .section-blue .sidebar a:hover {
    color: #115180;
  }

  .section-aqua .sidebar a:hover {
    color: #1a9187;
  }

  .section-red .sidebar a:hover {
    color: #bf2b21;
  }

  .section-orange .sidebar a:hover {
    color: #e65722;
  }

  .sidebar ul {
    margin: 25px 0 0 0;
    padding: 0;
  }

  .sidebar ul ul {
    display: none;
  }

  .sidebar ul .parent-link {
    margin-bottom: 30px;
  }

  .sidebar ul.children-list {
    margin-left: 35px;
    margin-top: 20px;
  }

  .sidebar ul.children-list li {
    margin-bottom: 12px;
  }

  .sidebar ul.children-list li:last-of-type {
    margin-bottom: 0;
  }

  .sidebar ul.children-list a {
    font-weight: normal;
  }

  .sidebar .section ul,
  .sidebar .current ul {
    display: block;
  }

  .sidebar p {
    margin-bottom: 1.85rem;
  }

  .sidebar .current > p {
    position: relative;
    background: white;
    padding: 12px 0;
  }

  .sidebar .current > p a.current {
    font-weight: 700;
    position: relative;
    z-index: 20;
    display: block;
    border-left: 4px solid transparent;
    padding: 2px 0 2px 13px;
  }

  .section-home .sidebar .current > p a.current {
    border-color: #004d55;
  }

  .section-purple .sidebar .current > p a.current {
    border-color: #5f3c83;
  }

  .section-green .sidebar .current > p a.current {
    border-color: #226324;
  }

  .section-blue .sidebar .current > p a.current {
    border-color: #115180;
  }

  .section-aqua .sidebar .current > p a.current {
    border-color: #1a9187;
  }

  .section-red .sidebar .current > p a.current {
    border-color: #bf2b21;
  }

  .section-orange .sidebar .current > p a.current {
    border-color: #e65722;
  }

  .sidebar .current > p::before {
    content: "";
    display: block;
    position: absolute;
    background-color: white;
    top: 0;
    left: -30vw;
    height: 100%;
    width: calc(100% + 30vw + 30px);
    z-index: 2;
  }

  .sidebar li::before {
    display: none;
  }

  .sidebar a {
    color: black;
    font-weight: 600;
  }

  .sidebar .sidebar-main {
    display: block;
    margin-bottom: 42px;
  }
  .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 70px 0 50px;
  }

  .nav-tabs .nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: center;
    margin-top: 0;
    width: auto;
  }
  .tab-panel-header {
    display: none;
  }
  .nav-item-break p {
    max-width: 960px;
  }
  .location-tile .photo {
    display: block;
  }

  .location-tile .background {
    background-position: center;
    background-size: cover;
    height: 100%;
  }
  .rainbow-road .color {
    min-height: 6px;
  }
  .home-search {
    margin-bottom: 180px;
  }

  .home-search h2 {
    font-size: 28px;
  }
  .social-feed-item {
    width: 30%;
  }
  .mp-menu {
    display: none;
  }
  .header-two {
    max-width: 960px;
    margin: auto;
    height: 115px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header-two .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-left: 15px;
    max-width: 301px;
  }

  .header-two .logo img {
    max-width: 301px;
  }

  .header-two .hamburger,
  .header-two .small-search {
    display: none;
  }

  .header-two .large-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header-two .large-search .input-group-btn,
  .header-two .large-search .btn {
    background-color: #004d55;
    color: white;
  }

  .header-two .large-search .inline-form {
    margin-bottom: 0;
  }

  .header-two .large-search .searchfield {
    width: 173px;
  }
  .search-box {
    display: none;
  }
  .head-links {
    background-color: #004D55;
    display: block;
  }

  .head-links ul {
    margin-bottom: 0;
    padding: 0;
  }

  .head-links ul li {
    display: inline-block;
    margin-bottom: 0;
  }

  .head-links ul li a {
    display: block;
    border-left: 1px solid #ffffff;
    color: #ffffff;
    padding: 0.625rem 1.25rem;
    font-weight: bold;
    font-size: 0.875rem;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: background-color 150ms;
    transition: background-color 150ms;
  }

  .head-links ul li a:hover {
    background-color: #4B8489;
    color: white;
  }

  .head-links ul li:before {
    display: none;
  }

  .head-links ul li:last-child a {
    border-right: 1px solid #ffffff;
  }
  .header-desktop {
    display: block;
  }
  .header-desktop .desktop {
    max-width: 930px;
    margin: auto;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
  .nav-item-break p {
    max-width: 1140px;
  }
  .header-two {
    height: 140px;
    max-width: 1140px;
  }

  .header-two .logo {
    max-width: 375px;
  }

  .header-two .logo img {
    max-width: 375px;
  }

  .header-two .large-search .searchfield {
    width: 324px;
  }
  .header-desktop .desktop {
    max-width: 1110px;
    margin: auto;
  }
}

@media (min-width: 992px) and (min-width: 1760px) {
  .sidebar-container {
    margin-bottom: -120px;
  }
}

@media (min-width: 992px) and (min-width: 2100px) {
  .sidebar-container {
    margin-bottom: -160px;
  }
}

@media (max-width: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .mp-pusher {
    position: relative;
    left: 0;
    height: 100%;
    z-index: 5;
  }

  .mp-menu {
    position: absolute;
    /* we can't use fixed here :( */
    top: 0;
    right: 0;
    z-index: 1;
    width: 300px;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    overflow: hidden;
  }

  .mp-level {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .mp-pusher,
  .mp-level {
    overflow-x: hidden;
  }

  .mp-pusher.mp-pushed,
  .mp-level {
    overflow-x: unset;
    overflow-x: initial;
  }

  /* overlays for pusher and for level that gets covered */

  .mp-pusher::after,
  .mp-level::after,
  .mp-level::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    opacity: 0;
    z-index: inherit;
  }

  .mp-pusher::after,
  .mp-level::after {
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  }

  .mp-level::after {
    z-index: -1;
  }

  .mp-pusher.mp-pushed::after,
  .mp-level.mp-level-overlay::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .mp-level.mp-level-overlay {
    cursor: pointer;
  }

  .mp-level.mp-level-overlay.mp-level::before {
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 1;
  }

  .mp-level li::before {
    display: none;
  }

  .mp-level li.mp-main-section-blue {
    border-left: 7px solid #004d55;
  }

  .mp-level li.mp-main-section-purple {
    border-left: 7px solid #5f3c83;
  }

  .mp-level li.mp-main-section-green {
    border-left: 7px solid #226324;
  }

  .mp-level li.mp-main-section-blue {
    border-left: 7px solid #115180;
  }

  .mp-level li.mp-main-section-aqua {
    border-left: 7px solid #1a9187;
  }

  .mp-level li.mp-main-section-red {
    border-left: 7px solid #bf2b21;
  }

  .mp-level li.mp-main-section-orange {
    border-left: 7px solid #e65722;
  }

  .mp-pusher,
  .mp-level {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  /* overlap */

  .mp-overlap .mp-level.mp-level-open {
    -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }

  /* First level */

  .mp-menu > .mp-level,
  .mp-menu > .mp-level.mp-level-open,
  .mp-menu.mp-overlap > .mp-level,
  .mp-menu.mp-overlap > .mp-level.mp-level-open {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* cover */

  .mp-cover .mp-level.mp-level-open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  /* content style */

  .mp-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mp-menu ul li {
    margin-bottom: 0;
    position: static;
  }

  .mp-menu h2 {
    background-color: #004d55;
    margin: 0;
    padding: 1em;
    color: white;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 2em;
  }

  .mp-menu.mp-overlap h2::before {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 8px;
    font-size: 75%;
    line-height: 1.8;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
    transition: opacity 0.3s, transform 0.1s 0.3s;
    transition: opacity 0.3s, transform 0.1s 0.3s, -webkit-transform 0.1s 0.3s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .mp-menu.mp-cover h2 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1em;
  }

  .mp-overlap .mp-level.mp-level-overlay > h2::before {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .mp-menu ul li > a {
    display: block;
    padding: 0.7em 1em 0.7em 17px;
    outline: none;
    -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }

  .mp-menu ul li > a:hover,
  .mp-menu ul li > a:focus,
  .mp-menu ul li > a:active {
    text-decoration: none;
  }

  .mp-menu ul li > .icon-chevron {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .mp-menu ul li > .icon-chevron i {
    color: #7b7b7b;
    font-size: 14px;
  }

  .mp-menu ul li::before {
    position: absolute;
    left: 10px;
    z-index: -1;
    color: rgba(0, 0, 0, 0.2);
    line-height: 3.5;
  }

  .mp-level > ul > li:first-child > a {
    -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
  }

  .mp-menu ul li a:hover,
  .mp-level > ul > li:first-child > a:hover {
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 -1px transparent;
            box-shadow: inset 0 -1px transparent;
  }

  .mp-menu .mp-level.mp-level-overlay > ul > li > a,
  .mp-level.mp-level-overlay > ul > li:first-child > a {
    -webkit-box-shadow: inset 0 -1px transparent;
            box-shadow: inset 0 -1px transparent;
  }

  .mp-level > ul > li:first-child > a:hover,
  .mp-level.mp-level-overlay > ul > li:first-child > a {
    -webkit-box-shadow: inset 0 -1px transparent, inset 0 1px transparent;
            box-shadow: inset 0 -1px transparent, inset 0 1px transparent;
  }

  /* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */

  .mp-back {
    background: #fff;
    outline: none;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    padding: 1em;
    position: relative;
    text-transform: capitalize;
    -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }

  .mp-back i {
    font-size: 13px;
    font-weight: normal;
    margin-right: 15px;
  }

  .mp-back:focus,
  .mp-back:active,
  .mp-back:hover {
    text-decoration: none;
  }

  .mp-menu .mp-level.mp-level-overlay > .mp-back {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: transparent;
  }
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

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

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

  pre {
    white-space: pre-wrap !important;
  }

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

  thead {
    display: table-header-group;
  }

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

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

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

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-none {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive.table-bordered {
    border: 0;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .head-title > .container {
    max-width: none;
  }
}

