@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(../bower_components/filament-sticky/fixedsticky.css);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}

a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 0.0625rem solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .news-more > .caret, .calendar-more > .caret, .mfp-bottom-bar.vs-player a > .caret,
  .dropup > .btn > .caret,
  .dropup > .news-more > .caret,
  .dropup > .calendar-more > .caret,
  .mfp-bottom-bar.vs-player .dropup > a > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 0.0625rem 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;
  }
}

html {
  box-sizing: border-box;
}

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

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

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

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

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

@viewport {
  width: device-width;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #58595b;
  background-color: #f4f4f4;
}

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

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] {
  cursor: help;
  border-bottom: 1px dotted #cfd0d1;
}

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

a {
  color: #006c93;
  text-decoration: none;
}

a:focus, a:hover {
  color: #003447;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

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

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

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

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

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

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

input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[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: 500;
  line-height: 1.1;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.h1 {
  font-size: 2.5rem;
}

.h2 {
  font-size: 2rem;
}

.h3 {
  font-size: 1.75rem;
}

.h4 {
  font-size: 1.5rem;
}

.h5 {
  font-size: 1.25rem;
}

.h6 {
  font-size: 1rem;
}

.lead, .volunteer_story-excerpt {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 3.5rem;
  font-weight: 300;
}

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

.display-3 {
  font-size: 5.5rem;
  font-weight: 300;
}

.display-4 {
  font-size: 6rem;
  font-weight: 300;
}

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

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

mark,
.mark {
  padding: .2em;
  background-color: #ebea64;
}

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

.dl-horizontal {
  margin-right: -3rem;
  margin-left: -3rem;
}

.dl-horizontal::after {
  content: "";
  display: table;
  clear: both;
}

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

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #e7e7e7;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #cfd0d1;
}

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

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #e7e7e7;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014";
}

.img-fluid, figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0.3rem;
}

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #f4f4f4;
  border: 0.0625rem solid #ddd;
  border-radius: 0.25rem;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

.figure, figure {
  display: inline-block;
}

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

.figure-caption, figure figcaption {
  font-size: 90%;
  color: #cfd0d1;
}

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

.table th,
.table td {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 0.0625rem solid #e7e7e7;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 0.125rem solid #e7e7e7;
}

.table tbody + tbody {
  border-top: 0.125rem solid #e7e7e7;
}

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

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

.table-bordered {
  border: 0.0625rem solid #e7e7e7;
}

.table-bordered th,
.table-bordered td {
  border: 0.0625rem solid #e7e7e7;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 0.125rem;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover {
  background-color: #f5f5f5;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: #f5f5f5;
}

.table-hover .table-active:hover {
  background-color: #e8e8e8;
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e8e8e8;
}

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto;
}

.thead-inverse th {
  color: #fff;
  background-color: #58595b;
}

.thead-default th {
  color: #aeaeb0;
  background-color: #e7e7e7;
}

.table-inverse {
  color: #e7e7e7;
  background-color: #58595b;
}

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

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

.table-reflow thead {
  float: left;
}

.table-reflow tbody {
  display: block;
  white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
  border-top: 0.0625rem solid #e7e7e7;
  border-left: 0.0625rem solid #e7e7e7;
}

.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 0.0625rem solid #e7e7e7;
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 0.0625rem solid #e7e7e7;
}

.table-reflow tr {
  float: left;
}

.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 0.0625rem solid #e7e7e7;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #58595b;
  background-color: #fff;
  background-image: none;
  border: 0.0625rem solid #ccc;
  border-radius: 0.25rem;
}

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

.form-control:focus {
  border-color: #66afe9;
  outline: none;
}

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

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

.form-control:disabled {
  cursor: not-allowed;
}

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

.form-control-label {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 2.375rem;
  }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"].form-control,
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"].form-control,
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"].form-control,
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"].form-control {
    line-height: 1.95rem;
  }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"].form-control,
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"].form-control,
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"].form-control,
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"].form-control {
    line-height: 3.29167rem;
  }
}

.form-control-static {
  min-height: 2.375rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
}

.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .input-group-sm > .input-group-btn > .form-control-static.news-more, .input-group-sm > .input-group-btn > .form-control-static.calendar-more, .mfp-bottom-bar.vs-player .input-group-sm > .input-group-btn > a.form-control-static, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-lg > .input-group-btn > .form-control-static.news-more, .input-group-lg > .input-group-btn > .form-control-static.calendar-more, .mfp-bottom-bar.vs-player .input-group-lg > .input-group-btn > a.form-control-static {
  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, .input-group-sm > .input-group-btn > .news-more, .input-group-sm > .input-group-btn > .calendar-more, .mfp-bottom-bar.vs-player .input-group-sm > .input-group-btn > a {
  padding: 0.275rem 0.75rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .input-group-lg > .input-group-btn > .news-more, .input-group-lg > .input-group-btn > .calendar-more, .mfp-bottom-bar.vs-player .input-group-lg > .input-group-btn > a {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.3rem;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}

.radio label,
.checkbox label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio label input:only-child,
.checkbox label input:only-child {
  position: static;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: .75rem;
}

input[type="radio"]:disabled, input[type="radio"].disabled,
input[type="checkbox"]:disabled,
input[type="checkbox"].disabled {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.59375rem;
  background-size: 1.54375rem 1.54375rem;
}

.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #e65933;
}

.has-success .form-control {
  border-color: #e65933;
}

.has-success .input-group-addon {
  color: #e65933;
  border-color: #e65933;
  background-color: #fcede9;
}

.has-success .form-control-feedback {
  color: #e65933;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNoZWNrIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYxMiA3OTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYxMiA3OTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM1Q0I4NUMiIGQ9Ik0yMzMuOCw2MTAuMWMtMTMuMywwLTI1LjktNi4yLTM0LTE2LjlMOTAuNSw0NDguOEM3Ni4zLDQzMCw4MCw0MDMuMyw5OC44LDM4OS4xYzE4LjgtMTQuMyw0NS41LTEwLjUsNTkuOCw4LjNsNzEuOSw5NWwyMjAuOS0yNTAuNWMxMi41LTIwLDM4LjgtMjYuMSw1OC44LTEzLjZjMjAsMTIuNCwyNi4xLDM4LjcsMTMuNiw1OC44TDI3MCw1OTBjLTcuNCwxMi0yMC4yLDE5LjQtMzQuMywyMC4xQzIzNS4xLDYxMC4xLDIzNC41LDYxMC4xLDIzMy44LDYxMC4xeiIvPjwvc3ZnPg==");
}

.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #ebea64;
}

.has-warning .form-control {
  border-color: #ebea64;
}

.has-warning .input-group-addon {
  color: #ebea64;
  border-color: #ebea64;
  background-color: white;
}

.has-warning .form-control-feedback {
  color: #ebea64;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9Ildhcm5pbmciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjEyIDc5MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjEyIDc5MiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI0YwQUQ0RSIgZD0iTTYwMyw2NDAuMmwtMjc4LjUtNTA5Yy0zLjgtNi42LTEwLjgtMTAuNi0xOC41LTEwLjZzLTE0LjcsNC4xLTE4LjUsMTAuNkw5LDY0MC4yYy0zLjcsNi41LTMuNiwxNC40LDAuMiwyMC44YzMuOCw2LjUsMTAuOCwxMC40LDE4LjMsMTAuNGg1NTcuMWM3LjUsMCwxNC41LTMuOSwxOC4zLTEwLjRDNjA2LjYsNjU0LjYsNjA2LjcsNjQ2LjYsNjAzLDY0MC4yeiBNMzM2LjYsNjEwLjJoLTYxLjJWNTQ5aDYxLjJWNjEwLjJ6IE0zMzYuNiw1MDMuMWgtNjEuMlYzMDQuMmg2MS4yVjUwMy4xeiIvPjwvc3ZnPg==");
}

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label {
  color: #abc178;
}

.has-danger .form-control {
  border-color: #abc178;
}

.has-danger .input-group-addon {
  color: #abc178;
  border-color: #abc178;
  background-color: white;
}

.has-danger .form-control-feedback {
  color: #abc178;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=");
}

@media (min-width: 544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn, .news-more, .calendar-more, .mfp-bottom-bar.vs-player a {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 0.0625rem solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.btn:focus, .news-more:focus, .calendar-more:focus, .mfp-bottom-bar.vs-player a:focus, .btn.focus, .focus.news-more, .focus.calendar-more, .mfp-bottom-bar.vs-player a.focus, .btn:active:focus, .news-more:active:focus, .calendar-more:active:focus, .mfp-bottom-bar.vs-player a:active:focus, .btn:active.focus, .news-more:active.focus, .calendar-more:active.focus, .mfp-bottom-bar.vs-player a:active.focus, .btn.active:focus, .active.news-more:focus, .active.calendar-more:focus, .mfp-bottom-bar.vs-player a.active:focus, .btn.active.focus, .active.focus.news-more, .active.focus.calendar-more, .mfp-bottom-bar.vs-player a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:focus, .news-more:focus, .calendar-more:focus, .mfp-bottom-bar.vs-player a:focus, .btn:hover, .news-more:hover, .calendar-more:hover, .mfp-bottom-bar.vs-player a:hover {
  text-decoration: none;
}

.btn.focus, .focus.news-more, .focus.calendar-more, .mfp-bottom-bar.vs-player a.focus {
  text-decoration: none;
}

.btn:active, .news-more:active, .calendar-more:active, .mfp-bottom-bar.vs-player a:active, .btn.active, .active.news-more, .active.calendar-more, .mfp-bottom-bar.vs-player a.active {
  background-image: none;
  outline: 0;
}

.btn.disabled, .disabled.news-more, .disabled.calendar-more, .mfp-bottom-bar.vs-player a.disabled, .btn:disabled, .news-more:disabled, .calendar-more:disabled, .mfp-bottom-bar.vs-player a:disabled {
  cursor: not-allowed;
  opacity: .65;
}

a.btn.disabled, a.disabled.news-more, a.disabled.calendar-more, .mfp-bottom-bar.vs-player a.disabled,
fieldset[disabled] a.btn,
fieldset[disabled] a.news-more,
fieldset[disabled] a.calendar-more,
fieldset[disabled] .mfp-bottom-bar.vs-player a,
.mfp-bottom-bar.vs-player fieldset[disabled] a {
  pointer-events: none;
}

.btn-primary {
  color: #58595b;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-primary:hover {
  color: #58595b;
  background-color: #dadadb;
  border-color: #d4d5d6;
}

.btn-primary:focus, .btn-primary.focus {
  color: #58595b;
  background-color: #dadadb;
  border-color: #d4d5d6;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #58595b;
  background-color: #dadadb;
  border-color: #d4d5d6;
  background-image: none;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #58595b;
  background-color: #c8c8c9;
  border-color: #b3b4b5;
}

.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-secondary, .mfp-bottom-bar.vs-player a {
  color: #58595b;
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:hover, .mfp-bottom-bar.vs-player a:hover {
  color: #58595b;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:focus, .mfp-bottom-bar.vs-player a:focus, .btn-secondary.focus, .mfp-bottom-bar.vs-player a.focus {
  color: #58595b;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:active, .mfp-bottom-bar.vs-player a:active, .btn-secondary.active, .mfp-bottom-bar.vs-player a.active,
.open > .btn-secondary.dropdown-toggle,
.mfp-bottom-bar.vs-player .open > a.dropdown-toggle {
  color: #58595b;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-image: none;
}

.btn-secondary:active:hover, .mfp-bottom-bar.vs-player a:active:hover, .btn-secondary:active:focus, .mfp-bottom-bar.vs-player a:active:focus, .btn-secondary:active.focus, .mfp-bottom-bar.vs-player a:active.focus, .btn-secondary.active:hover, .mfp-bottom-bar.vs-player a.active:hover, .btn-secondary.active:focus, .mfp-bottom-bar.vs-player a.active:focus, .btn-secondary.active.focus, .mfp-bottom-bar.vs-player a.active.focus,
.open > .btn-secondary.dropdown-toggle:hover,
.mfp-bottom-bar.vs-player .open > a.dropdown-toggle:hover,
.open > .btn-secondary.dropdown-toggle:focus,
.mfp-bottom-bar.vs-player .open > a.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle.focus,
.mfp-bottom-bar.vs-player .open > a.dropdown-toggle.focus {
  color: #58595b;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-secondary.disabled:focus, .mfp-bottom-bar.vs-player a.disabled:focus, .btn-secondary.disabled.focus, .mfp-bottom-bar.vs-player a.disabled.focus, .btn-secondary:disabled:focus, .mfp-bottom-bar.vs-player a:disabled:focus, .btn-secondary:disabled.focus, .mfp-bottom-bar.vs-player a:disabled.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary.disabled:hover, .mfp-bottom-bar.vs-player a.disabled:hover, .btn-secondary:disabled:hover, .mfp-bottom-bar.vs-player a:disabled:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-info {
  color: #58595b;
  background-color: #b6e1e2;
  border-color: #b6e1e2;
}

.btn-info:hover {
  color: #58595b;
  background-color: #92d2d4;
  border-color: #8acfd1;
}

.btn-info:focus, .btn-info.focus {
  color: #58595b;
  background-color: #92d2d4;
  border-color: #8acfd1;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #58595b;
  background-color: #92d2d4;
  border-color: #8acfd1;
  background-image: none;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #58595b;
  background-color: #78c8c9;
  border-color: #5bbcbe;
}

.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
  background-color: #b6e1e2;
  border-color: #b6e1e2;
}

.btn-info.disabled:hover, .btn-info:disabled:hover {
  background-color: #b6e1e2;
  border-color: #b6e1e2;
}

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

.btn-success:hover {
  color: #fff;
  background-color: #cd3f19;
  border-color: #c43c18;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #cd3f19;
  border-color: #c43c18;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #cd3f19;
  border-color: #c43c18;
  background-image: none;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #ad3515;
  border-color: #892a11;
}

.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
  background-color: #e65933;
  border-color: #e65933;
}

.btn-success.disabled:hover, .btn-success:disabled:hover {
  background-color: #e65933;
  border-color: #e65933;
}

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

.btn-warning:hover {
  color: #fff;
  background-color: #e5e437;
  border-color: #e4e32e;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #e5e437;
  border-color: #e4e32e;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #e5e437;
  border-color: #e4e32e;
  background-image: none;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #dcdb1c;
  border-color: #b8b718;
}

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

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

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

.btn-danger:hover {
  color: #fff;
  background-color: #95b155;
  border-color: #90ad4f;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #95b155;
  border-color: #90ad4f;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #95b155;
  border-color: #90ad4f;
  background-image: none;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #829b47;
  border-color: #6a7f3a;
}

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

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

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

.btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active,
.open > .btn-primary-outline.dropdown-toggle {
  color: #fff;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

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

.btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus {
  border-color: white;
}

.btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
  border-color: white;
}

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

.btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active,
.open > .btn-secondary-outline.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

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

.btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus {
  border-color: white;
}

.btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
  border-color: white;
}

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

.btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active,
.open > .btn-info-outline.dropdown-toggle {
  color: #fff;
  background-color: #b6e1e2;
  border-color: #b6e1e2;
}

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

.btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus {
  border-color: white;
}

.btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
  border-color: white;
}

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

.btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active,
.open > .btn-success-outline.dropdown-toggle {
  color: #fff;
  background-color: #e65933;
  border-color: #e65933;
}

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

.btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus {
  border-color: #f1a38e;
}

.btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
  border-color: #f1a38e;
}

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

.btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active,
.open > .btn-warning-outline.dropdown-toggle {
  color: #fff;
  background-color: #ebea64;
  border-color: #ebea64;
}

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

.btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus {
  border-color: #f7f6be;
}

.btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
  border-color: #f7f6be;
}

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

.btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active,
.open > .btn-danger-outline.dropdown-toggle {
  color: #fff;
  background-color: #abc178;
  border-color: #abc178;
}

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

.btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus {
  border-color: #d6e1be;
}

.btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
  border-color: #d6e1be;
}

.btn-link {
  font-weight: normal;
  color: #006c93;
  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;
}

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

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

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

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .news-more, .btn-group-lg > .calendar-more, .mfp-bottom-bar.vs-player .btn-group-lg > a {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .news-more, .btn-group-sm > .calendar-more, .mfp-bottom-bar.vs-player .btn-group-sm > a {
  padding: 0.25rem 0.75rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.btn-block + .btn-block {
  margin-top: 5px;
}

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

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height;
}

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-toggle:focus {
  outline: 0;
}

.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: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #58595b;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.0625rem solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #58595b;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #4b4c4e;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #58595b;
  outline: 0;
}

.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  color: #cfd0d1;
}

.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #cfd0d1;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn, .btn-group > .news-more, .btn-group > .calendar-more, .mfp-bottom-bar.vs-player .btn-group > a,
.btn-group-vertical > .btn,
.btn-group-vertical > .news-more,
.btn-group-vertical > .calendar-more,
.mfp-bottom-bar.vs-player .btn-group-vertical > a {
  position: relative;
  float: left;
}

.btn-group > .btn:focus, .btn-group > .news-more:focus, .btn-group > .calendar-more:focus, .mfp-bottom-bar.vs-player .btn-group > a:focus, .btn-group > .btn:active, .btn-group > .news-more:active, .btn-group > .calendar-more:active, .mfp-bottom-bar.vs-player .btn-group > a:active, .btn-group > .btn.active, .btn-group > .active.news-more, .btn-group > .active.calendar-more, .mfp-bottom-bar.vs-player .btn-group > a.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .news-more:focus,
.btn-group-vertical > .calendar-more:focus,
.mfp-bottom-bar.vs-player .btn-group-vertical > a:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .news-more:active,
.btn-group-vertical > .calendar-more:active,
.mfp-bottom-bar.vs-player .btn-group-vertical > a:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.news-more,
.btn-group-vertical > .active.calendar-more,
.mfp-bottom-bar.vs-player .btn-group-vertical > a.active {
  z-index: 2;
}

.btn-group > .btn:hover, .btn-group > .news-more:hover, .btn-group > .calendar-more:hover, .mfp-bottom-bar.vs-player .btn-group > a:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .news-more:hover,
.btn-group-vertical > .calendar-more:hover,
.mfp-bottom-bar.vs-player .btn-group-vertical > a:hover {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .news-more + .btn, .btn-group .calendar-more + .btn, .btn-group .mfp-bottom-bar.vs-player a + .btn, .mfp-bottom-bar.vs-player .btn-group a + .btn, .btn-group .btn + .news-more, .btn-group .news-more + .news-more, .btn-group .calendar-more + .news-more, .btn-group .mfp-bottom-bar.vs-player a + .news-more, .mfp-bottom-bar.vs-player .btn-group a + .news-more, .btn-group .btn + .calendar-more, .btn-group .news-more + .calendar-more, .btn-group .calendar-more + .calendar-more, .btn-group .mfp-bottom-bar.vs-player a + .calendar-more, .mfp-bottom-bar.vs-player .btn-group a + .calendar-more, .btn-group .mfp-bottom-bar.vs-player .btn + a, .mfp-bottom-bar.vs-player .btn-group .btn + a, .btn-group .mfp-bottom-bar.vs-player .news-more + a, .mfp-bottom-bar.vs-player .btn-group .news-more + a, .btn-group .mfp-bottom-bar.vs-player .calendar-more + a, .mfp-bottom-bar.vs-player .btn-group .calendar-more + a, .btn-group .mfp-bottom-bar.vs-player a + a, .mfp-bottom-bar.vs-player .btn-group a + a,
.btn-group .btn + .btn-group,
.btn-group .news-more + .btn-group,
.btn-group .calendar-more + .btn-group,
.btn-group .mfp-bottom-bar.vs-player a + .btn-group,
.mfp-bottom-bar.vs-player .btn-group a + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .news-more,
.btn-group .btn-group + .calendar-more,
.btn-group .mfp-bottom-bar.vs-player .btn-group + a,
.mfp-bottom-bar.vs-player .btn-group .btn-group + a,
.btn-group .btn-group + .btn-group {
  margin-left: -0.0625rem;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar::after {
  content: "";
  display: table;
  clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .news-more, .btn-toolbar > .calendar-more, .mfp-bottom-bar.vs-player .btn-toolbar > a,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .news-more:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .calendar-more:not(:first-child):not(:last-child):not(.dropdown-toggle), .mfp-bottom-bar.vs-player .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .btn-group > .news-more:first-child, .btn-group > .calendar-more:first-child, .mfp-bottom-bar.vs-player .btn-group > a:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .news-more:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .calendar-more:first-child:not(:last-child):not(.dropdown-toggle), .mfp-bottom-bar.vs-player .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .news-more:last-child:not(:first-child), .btn-group > .calendar-more:last-child:not(:first-child), .mfp-bottom-bar.vs-player .btn-group > a:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .news-more, .btn-group > .btn-group:not(:first-child):not(:last-child) > .calendar-more, .mfp-bottom-bar.vs-player .btn-group > .btn-group:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .news-more:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .calendar-more:last-child, .mfp-bottom-bar.vs-player .btn-group > .btn-group:first-child:not(:last-child) > a:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .news-more:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .calendar-more:first-child, .mfp-bottom-bar.vs-player .btn-group > .btn-group:last-child:not(:first-child) > a:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, .btn-group > .news-more + .dropdown-toggle, .btn-group > .calendar-more + .dropdown-toggle, .mfp-bottom-bar.vs-player .btn-group > a + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .news-more + .dropdown-toggle, .btn-group-lg.btn-group > .calendar-more + .dropdown-toggle, .mfp-bottom-bar.vs-player .btn-group-lg.btn-group > a + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn .caret, .news-more .caret, .calendar-more .caret, .mfp-bottom-bar.vs-player a .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .news-more .caret, .btn-group-lg > .calendar-more .caret, .mfp-bottom-bar.vs-player .btn-group-lg > a .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .news-more .caret, .dropup .btn-group-lg > .calendar-more .caret, .dropup .mfp-bottom-bar.vs-player .btn-group-lg > a .caret, .mfp-bottom-bar.vs-player .dropup .btn-group-lg > a .caret {
  border-width: 0 0.3em 0.3em;
}


.btn-group-vertical > .btn,
.btn-group-vertical > .news-more,
.btn-group-vertical > .calendar-more,
.mfp-bottom-bar.vs-player .btn-group-vertical > a,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .news-more,
.btn-group-vertical > .btn-group > .calendar-more,
.mfp-bottom-bar.vs-player .btn-group-vertical > .btn-group > a {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both;
}


.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .news-more,
.btn-group-vertical > .btn-group > .calendar-more,
.mfp-bottom-bar.vs-player .btn-group-vertical > .btn-group > a {
  float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .news-more + .btn, .btn-group-vertical > .calendar-more + .btn, .mfp-bottom-bar.vs-player .btn-group-vertical > a + .btn, .btn-group-vertical > .btn + .news-more, .btn-group-vertical > .news-more + .news-more, .btn-group-vertical > .calendar-more + .news-more, .mfp-bottom-bar.vs-player .btn-group-vertical > a + .news-more, .btn-group-vertical > .btn + .calendar-more, .btn-group-vertical > .news-more + .calendar-more, .btn-group-vertical > .calendar-more + .calendar-more, .mfp-bottom-bar.vs-player .btn-group-vertical > a + .calendar-more, .mfp-bottom-bar.vs-player .btn-group-vertical > .btn + a, .mfp-bottom-bar.vs-player .btn-group-vertical > .news-more + a, .mfp-bottom-bar.vs-player .btn-group-vertical > .calendar-more + a, .mfp-bottom-bar.vs-player .btn-group-vertical > a + a,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .news-more + .btn-group,
.btn-group-vertical > .calendar-more + .btn-group,
.mfp-bottom-bar.vs-player .btn-group-vertical > a + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .news-more,
.btn-group-vertical > .btn-group + .calendar-more,
.mfp-bottom-bar.vs-player .btn-group-vertical > .btn-group + a,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -0.0625rem;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .news-more:not(:first-child):not(:last-child), .btn-group-vertical > .calendar-more:not(:first-child):not(:last-child), .mfp-bottom-bar.vs-player .btn-group-vertical > a:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .news-more:first-child:not(:last-child), .btn-group-vertical > .calendar-more:first-child:not(:last-child), .mfp-bottom-bar.vs-player .btn-group-vertical > a:first-child:not(:last-child) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .news-more:last-child:not(:first-child), .btn-group-vertical > .calendar-more:last-child:not(:first-child), .mfp-bottom-bar.vs-player .btn-group-vertical > a:last-child:not(:first-child) {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .news-more, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .calendar-more, .mfp-bottom-bar.vs-player .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a {
  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) > .news-more:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .calendar-more:last-child, .mfp-bottom-bar.vs-player .btn-group-vertical > .btn-group:first-child:not(:last-child) > a: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, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .news-more:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .calendar-more:first-child, .mfp-bottom-bar.vs-player .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .news-more input[type="radio"], [data-toggle="buttons"] > .calendar-more input[type="radio"], .mfp-bottom-bar.vs-player [data-toggle="buttons"] > a input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .news-more input[type="checkbox"],
[data-toggle="buttons"] > .calendar-more input[type="checkbox"],
.mfp-bottom-bar.vs-player [data-toggle="buttons"] > a input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .news-more input[type="radio"],
[data-toggle="buttons"] > .btn-group > .calendar-more input[type="radio"],
.mfp-bottom-bar.vs-player [data-toggle="buttons"] > .btn-group > a input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .news-more input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .calendar-more input[type="checkbox"],
.mfp-bottom-bar.vs-player [data-toggle="buttons"] > .btn-group > a input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  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: table-cell;
}

.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 {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #58595b;
  text-align: center;
  background-color: #e7e7e7;
  border: 0.0625rem solid #ccc;
  border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn, .input-group-sm > .input-group-btn > .input-group-addon.news-more, .input-group-sm > .input-group-btn > .input-group-addon.calendar-more, .mfp-bottom-bar.vs-player .input-group-sm > .input-group-btn > a.input-group-addon {
  padding: 0.275rem 0.75rem;
  font-size: 0.85rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn, .input-group-lg > .input-group-btn > .input-group-addon.news-more, .input-group-lg > .input-group-btn > .input-group-addon.calendar-more, .mfp-bottom-bar.vs-player .input-group-lg > .input-group-btn > a.input-group-addon {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

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

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .news-more,
.input-group-btn:first-child > .calendar-more,
.mfp-bottom-bar.vs-player .input-group-btn:first-child > a,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .news-more,
.input-group-btn:first-child > .btn-group > .calendar-more,
.mfp-bottom-bar.vs-player .input-group-btn:first-child > .btn-group > a,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .news-more:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .calendar-more:not(:last-child):not(.dropdown-toggle),
.mfp-bottom-bar.vs-player .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .news-more,
.input-group-btn:last-child > .btn-group:not(:last-child) > .calendar-more,
.mfp-bottom-bar.vs-player .input-group-btn:last-child > .btn-group:not(:last-child) > a {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .news-more,
.input-group-btn:last-child > .calendar-more,
.mfp-bottom-bar.vs-player .input-group-btn:last-child > a,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .news-more,
.input-group-btn:last-child > .btn-group > .calendar-more,
.mfp-bottom-bar.vs-player .input-group-btn:last-child > .btn-group > a,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .news-more:not(:first-child),
.input-group-btn:first-child > .calendar-more:not(:first-child),
.mfp-bottom-bar.vs-player .input-group-btn:first-child > a:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .news-more,
.input-group-btn:first-child > .btn-group:not(:first-child) > .calendar-more,
.mfp-bottom-bar.vs-player .input-group-btn:first-child > .btn-group:not(:first-child) > a {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

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

.input-group-btn > .btn, .input-group-btn > .news-more, .input-group-btn > .calendar-more, .mfp-bottom-bar.vs-player .input-group-btn > a {
  position: relative;
}

.input-group-btn > .btn + .btn, .input-group-btn > .news-more + .btn, .input-group-btn > .calendar-more + .btn, .mfp-bottom-bar.vs-player .input-group-btn > a + .btn, .input-group-btn > .btn + .news-more, .input-group-btn > .news-more + .news-more, .input-group-btn > .calendar-more + .news-more, .mfp-bottom-bar.vs-player .input-group-btn > a + .news-more, .input-group-btn > .btn + .calendar-more, .input-group-btn > .news-more + .calendar-more, .input-group-btn > .calendar-more + .calendar-more, .mfp-bottom-bar.vs-player .input-group-btn > a + .calendar-more, .mfp-bottom-bar.vs-player .input-group-btn > .btn + a, .mfp-bottom-bar.vs-player .input-group-btn > .news-more + a, .mfp-bottom-bar.vs-player .input-group-btn > .calendar-more + a, .mfp-bottom-bar.vs-player .input-group-btn > a + a {
  margin-left: -0.0625rem;
}

.input-group-btn > .btn:focus, .input-group-btn > .news-more:focus, .input-group-btn > .calendar-more:focus, .mfp-bottom-bar.vs-player .input-group-btn > a:focus, .input-group-btn > .btn:active, .input-group-btn > .news-more:active, .input-group-btn > .calendar-more:active, .mfp-bottom-bar.vs-player .input-group-btn > a:active, .input-group-btn > .btn:hover, .input-group-btn > .news-more:hover, .input-group-btn > .calendar-more:hover, .mfp-bottom-bar.vs-player .input-group-btn > a:hover {
  z-index: 3;
}


.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .news-more,
.input-group-btn:first-child > .calendar-more,
.mfp-bottom-bar.vs-player .input-group-btn:first-child > a,
.input-group-btn:first-child > .btn-group {
  margin-right: -0.0625rem;
}


.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .news-more,
.input-group-btn:last-child > .calendar-more,
.mfp-bottom-bar.vs-player .input-group-btn:last-child > a,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -0.0625rem;
}

.input-group-btn:last-child > .btn:focus, .input-group-btn:last-child > .news-more:focus, .input-group-btn:last-child > .calendar-more:focus, .mfp-bottom-bar.vs-player .input-group-btn:last-child > a:focus, .input-group-btn:last-child > .btn:active, .input-group-btn:last-child > .news-more:active, .input-group-btn:last-child > .calendar-more:active, .mfp-bottom-bar.vs-player .input-group-btn:last-child > a:active, .input-group-btn:last-child > .btn:hover, .input-group-btn:last-child > .news-more:hover, .input-group-btn:last-child > .calendar-more:hover, .mfp-bottom-bar.vs-player .input-group-btn:last-child > a:hover,
.input-group-btn:last-child > .btn-group:focus,
.input-group-btn:last-child > .btn-group:active,
.input-group-btn:last-child > .btn-group:hover {
  z-index: 3;
}

.c-input {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer;
}

.c-input > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.c-input > input:checked ~ .c-indicator {
  color: #fff;
  background-color: #0074d9;
}

.c-input > input:focus ~ .c-indicator {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}

.c-input > input:active ~ .c-indicator {
  color: #fff;
  background-color: #84c6ff;
}

.c-input + .c-input {
  margin-left: 1rem;
}

.c-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 65%;
  line-height: 1rem;
  color: #eee;
  text-align: center;
  user-select: none;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.c-checkbox .c-indicator {
  border-radius: .25rem;
}

.c-checkbox input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}

.c-checkbox input:indeterminate ~ .c-indicator {
  background-color: #0074d9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
}

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

.c-radio input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}

.c-inputs-stacked .c-input {
  display: inline;
}

.c-inputs-stacked .c-input::after {
  display: block;
  margin-bottom: .25rem;
  content: "";
}

.c-inputs-stacked .c-input + .c-input {
  margin-left: 0;
}

.c-select {
  display: inline-block;
  max-width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem \9;
  color: #58595b;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 0.0625rem solid #ccc;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.c-select:focus {
  border-color: #51a7e8;
  outline: none;
}

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

.c-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
}

.c-select-sm:not([multiple]) {
  height: 26px;
  min-height: 26px;
}

.file {
  position: relative;
  display: inline-block;
  height: 2.5rem;
  cursor: pointer;
}

.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: 0.0625rem solid #ddd;
  border-radius: .25rem;
}

.file-custom::after {
  content: "Choose file...";
}

.file-custom::before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  content: "Browse";
  background-color: #eee;
  border: 0.0625rem solid #ddd;
  border-radius: 0 .25rem .25rem 0;
}

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

.nav-link {
  display: inline-block;
}

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

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

.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
  color: #58595b;
  cursor: not-allowed;
  background-color: transparent;
}

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

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem;
}

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

.nav-tabs::after {
  content: "";
  display: table;
  clear: both;
}

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

.nav-tabs .nav-item + .nav-item {
  margin-left: .2rem;
}

.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 0.0625rem solid transparent;
  border-radius: 0.25rem 0.25rem 0 0;
}

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

.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
  color: #aeaeb0;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
  color: #58595b;
  background-color: #f4f4f4;
  border-color: #ddd #ddd transparent;
}

.nav-pills::after, ul.main-nav::after {
  content: "";
  display: table;
  clear: both;
}

.nav-pills .nav-item, ul.main-nav .nav-item {
  float: left;
}

.nav-pills .nav-item + .nav-item, ul.main-nav .nav-item + .nav-item {
  margin-left: .2rem;
}

.nav-pills .nav-link, ul.main-nav .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active, ul.main-nav .nav-link.active, .nav-pills .nav-link.active:focus, ul.main-nav .nav-link.active:focus, .nav-pills .nav-link.active:hover, ul.main-nav .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
ul.main-nav .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
ul.main-nav .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
ul.main-nav .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #58595b;
}

.nav-stacked .nav-item, ul.main-nav .nav-item {
  display: block;
  float: none;
}

.nav-stacked .nav-item + .nav-item, ul.main-nav .nav-item + .nav-item {
  margin-top: .2rem;
  margin-left: 0;
}

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

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

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

.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}

.navbar::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 544px) {
  .navbar {
    border-radius: 0.25rem;
  }
}

.navbar-full {
  z-index: 1000;
}

@media (min-width: 544px) {
  .navbar-full {
    border-radius: 0;
  }
}

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

@media (min-width: 544px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}

@media (min-width: 544px) {
  .navbar-sticky-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}

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

.navbar-brand > img {
  display: block;
}

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden;
}

.navbar-divider::before {
  content: "\00a0";
}

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 0.0625rem solid transparent;
  border-radius: 0.25rem;
}

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

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important;
  }
}

.navbar-nav .nav-item {
  float: left;
}

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

.navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem;
}

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

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

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

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

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

.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 .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white;
}

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}

.card, .feature_spotlight, #lw #lwe .lwe {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}

.card-block, .feature_spotlight .feature_spotlight-block {
  padding: 1.25rem;
}

.card-block li, .feature_spotlight .feature_spotlight-block li {
  margin-bottom: 0.5rem;
}

.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, .feature_spotlight > .list-group:first-child .list-group-item:first-child, #lw #lwe .lwe > .list-group:first-child .list-group-item:first-child {
  border-radius: 0 0 0 0;
}

.card > .list-group:last-child .list-group-item:last-child, .feature_spotlight > .list-group:last-child .list-group-item:last-child, #lw #lwe .lwe > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 0 0;
}

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}

.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}

.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.card-primary {
  background-color: #FF8200;
  border-color: #FF8200;
}

.card-success {
  background-color: #e65933;
  border-color: #e65933;
}

.card-info {
  background-color: #b6e1e2;
  border-color: #b6e1e2;
}

.card-warning {
  background-color: #ebea64;
  border-color: #ebea64;
}

.card-danger {
  background-color: #abc178;
  border-color: #abc178;
}

.card-primary-outline {
  background-color: transparent;
  border-color: #f4f4f4;
}

.card-secondary-outline {
  background-color: transparent;
  border-color: #ccc;
}

.card-info-outline {
  background-color: transparent;
  border-color: #b6e1e2;
}

.card-success-outline {
  background-color: transparent;
  border-color: #e65933;
}

.card-warning-outline {
  background-color: transparent;
  border-color: #ebea64;
}

.card-danger-outline {
  background-color: transparent;
  border-color: #abc178;
}

.card-inverse .card-header,
.card-inverse .card-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: 0.25rem;
}

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

.card-img-top {
  border-radius: 0 0 0 0;
}

.card-img-bottom {
  border-radius: 0 0 0 0;
}

@media (min-width: 544px) {
  .card-deck {
    display: table;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }
  .card-deck .card, .card-deck .feature_spotlight, .card-deck #lw #lwe .lwe, #lw #lwe .card-deck .lwe {
    display: table-cell;
    width: 1%;
    vertical-align: top;
  }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}

@media (min-width: 544px) {
  .card-group, #lw #lwe {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .card-group .card, #lw #lwe .card, .card-group .feature_spotlight, #lw #lwe .feature_spotlight, #lw #lwe .lwe {
    display: table-cell;
    vertical-align: top;
  }
  .card-group .card + .card, #lw #lwe .card + .card, .card-group .feature_spotlight + .card, #lw #lwe .feature_spotlight + .card, #lw #lwe .card-group .lwe + .card, #lw #lwe .lwe + .card, .card-group .card + .feature_spotlight, #lw #lwe .card + .feature_spotlight, .card-group .feature_spotlight + .feature_spotlight, #lw #lwe .feature_spotlight + .feature_spotlight, #lw #lwe .card-group .lwe + .feature_spotlight, #lw #lwe .lwe + .feature_spotlight, #lw #lwe .card-group .card + .lwe, #lw #lwe .card + .lwe, #lw #lwe .card-group .feature_spotlight + .lwe, #lw #lwe .feature_spotlight + .lwe, #lw #lwe .card-group .lwe + .lwe, #lw #lwe .lwe + .lwe {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child, #lw #lwe .card:first-child, .card-group .feature_spotlight:first-child, #lw #lwe .feature_spotlight:first-child, #lw #lwe .lwe:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top, #lw #lwe .card:first-child .card-img-top, .card-group .feature_spotlight:first-child .card-img-top, #lw #lwe .feature_spotlight:first-child .card-img-top, #lw #lwe .lwe:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom, #lw #lwe .card:first-child .card-img-bottom, .card-group .feature_spotlight:first-child .card-img-bottom, #lw #lwe .feature_spotlight:first-child .card-img-bottom, #lw #lwe .lwe:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child, #lw #lwe .card:last-child, .card-group .feature_spotlight:last-child, #lw #lwe .feature_spotlight:last-child, #lw #lwe .lwe:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top, #lw #lwe .card:last-child .card-img-top, .card-group .feature_spotlight:last-child .card-img-top, #lw #lwe .feature_spotlight:last-child .card-img-top, #lw #lwe .lwe:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom, #lw #lwe .card:last-child .card-img-bottom, .card-group .feature_spotlight:last-child .card-img-bottom, #lw #lwe .feature_spotlight:last-child .card-img-bottom, #lw #lwe .lwe:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child), #lw #lwe .card:not(:first-child):not(:last-child), .card-group .feature_spotlight:not(:first-child):not(:last-child), #lw #lwe .feature_spotlight:not(:first-child):not(:last-child), #lw #lwe .lwe:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top, #lw #lwe .card:not(:first-child):not(:last-child) .card-img-top, .card-group .feature_spotlight:not(:first-child):not(:last-child) .card-img-top, #lw #lwe .feature_spotlight:not(:first-child):not(:last-child) .card-img-top, #lw #lwe .lwe:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
  #lw #lwe .card:not(:first-child):not(:last-child) .card-img-bottom,
  .card-group .feature_spotlight:not(:first-child):not(:last-child) .card-img-bottom,
  #lw #lwe .feature_spotlight:not(:first-child):not(:last-child) .card-img-bottom,
  #lw #lwe .lwe:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}

@media (min-width: 544px) {
  .card-columns {
    -o-column-count: 3;
    -moz-column-count: 3;
    -ie-column-count: 3;
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card, .card-columns .feature_spotlight, .card-columns #lw #lwe .lwe, #lw #lwe .card-columns .lwe {
    display: inline-block;
    width: 100%;
  }
}

.label {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.label:empty {
  display: none;
}

.btn .label, .news-more .label, .calendar-more .label, .mfp-bottom-bar.vs-player a .label {
  position: relative;
  top: -1px;
}

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

.label-default {
  background-color: #cfd0d1;
}

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #b5b6b8;
}

.label-primary {
  background-color: #FF8200;
}

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #cc6800;
}

.label-success {
  background-color: #e65933;
}

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #cd3f19;
}

.label-info {
  background-color: #b6e1e2;
}

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #92d2d4;
}

.label-warning {
  background-color: #ebea64;
}

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #e5e437;
}

.label-danger {
  background-color: #abc178;
}

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #95b155;
}

.alert {
  padding: 15px;
  margin-bottom: 1rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.25rem;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

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

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

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

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #ebea64;
  border-color: #e8e74d;
  color: #58595b;
}

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

.alert-warning .alert-link {
  color: #3f4041;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

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

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

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

.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
}

.progress[value] {
  color: #0074d9;
  border: 0;
  appearance: none;
}

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.25rem;
}

.progress[value]::-webkit-progress-value::before {
  content: attr(value);
}

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.progress[value="100"]::-webkit-progress-value {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    border-radius: 0.25rem;
  }
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .progress[width^="0"] {
    min-width: 2rem;
    color: #cfd0d1;
    background-color: transparent;
    background-image: none;
  }
  .progress[width="100%"] {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}

.progress-striped[value]::-webkit-progress-value {
  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-striped[value]::-moz-progress-bar {
  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;
}

@media screen and (min-width: 0\0) {
  .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-animated[value]::-webkit-progress-value {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0) {
  .progress-animated .progress-bar-striped {
    animation: progress-bar-stripes 2s linear infinite;
  }
}

.progress-success[value]::-webkit-progress-value {
  background-color: #e65933;
}

.progress-success[value]::-moz-progress-bar {
  background-color: #e65933;
}

@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #e65933;
  }
}

.progress-info[value]::-webkit-progress-value {
  background-color: #b6e1e2;
}

.progress-info[value]::-moz-progress-bar {
  background-color: #b6e1e2;
}

@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #b6e1e2;
  }
}

.progress-warning[value]::-webkit-progress-value {
  background-color: #ebea64;
}

.progress-warning[value]::-moz-progress-bar {
  background-color: #ebea64;
}

@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #ebea64;
  }
}

.progress-danger[value]::-webkit-progress-value {
  background-color: #abc178;
}

.progress-danger[value]::-moz-progress-bar {
  background-color: #abc178;
}

@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #abc178;
  }
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right {
  padding-left: 10px;
}

.media-left {
  padding-right: 10px;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -0.0625rem;
  background-color: #fff;
  border: 0.0625rem solid #ddd;
}

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

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

.list-group-flush .list-group-item {
  border-width: 0.0625rem 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;
}

a.list-group-item,
button.list-group-item {
  width: 100%;
  color: #555;
  text-align: inherit;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus, a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #cfd0d1;
  cursor: not-allowed;
  background-color: #e7e7e7;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #cfd0d1;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #58595b;
  border-color: #58595b;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #bebfc1;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

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

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

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: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

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: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #58595b;
  background-color: #ebea64;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #58595b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

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: #58595b;
  background-color: #e8e74d;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #58595b;
  border-color: #58595b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

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

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

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: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

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

.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 {
  padding-bottom: 42.85714%;
}

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

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

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

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

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}

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

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

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

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

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

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

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
  .pull-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
  .pull-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
  .pull-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important;
  }
  .pull-xl-right {
    float: right !important;
  }
  .pull-xl-none {
    float: none !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.invisible {
  visibility: hidden !important;
}

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-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-normal {
  font-weight: normal;
}

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

.font-italic {
  font-style: italic;
}

.text-muted {
  color: #58595b;
}

.text-primary {
  color: #FF8200 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #cc6800;
}

.text-success {
  color: #e65933 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #cd3f19;
}

.text-info {
  color: #b6e1e2 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #92d2d4;
}

.text-warning {
  color: #ebea64 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #e5e437;
}

.text-danger {
  color: #abc178 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #95b155;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-a-0 {
  margin: 0 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-a-1 {
  margin: 1rem 1rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-a-2 {
  margin: 1.5rem 1.5rem !important;
}

.m-t-2 {
  margin-top: 1.5rem !important;
}

.m-r-2 {
  margin-right: 1.5rem !important;
}

.m-b-2 {
  margin-bottom: 1.5rem !important;
}

.m-l-2 {
  margin-left: 1.5rem !important;
}

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-a-3 {
  margin: 3rem 3rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.m-r-3 {
  margin-right: 3rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.m-l-3 {
  margin-left: 3rem !important;
}

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-a-0 {
  padding: 0 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-a-1 {
  padding: 1rem 1rem !important;
}

.p-t-1 {
  padding-top: 1rem !important;
}

.p-r-1 {
  padding-right: 1rem !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.p-l-1 {
  padding-left: 1rem !important;
}

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-a-2 {
  padding: 1.5rem 1.5rem !important;
}

.p-t-2 {
  padding-top: 1.5rem !important;
}

.p-r-2 {
  padding-right: 1.5rem !important;
}

.p-b-2 {
  padding-bottom: 1.5rem !important;
}

.p-l-2 {
  padding-left: 1.5rem !important;
}

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-a-3 {
  padding: 3rem 3rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.p-r-3 {
  padding-right: 3rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

.p-l-3 {
  padding-left: 3rem !important;
}

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down, #side-rail header {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up, .offcanvas-menu, #side-rail .close-btn {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

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

@media print {
  .visible-print-block {
    display: block !important;
  }
}

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

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

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

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.notfound-smokey {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .notfound-smokey {
    width: 25%;
  }
}

.notfound-search {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .notfound-search {
    width: 50%;
  }
}

.winged-ut {
  height: 25px;
  width: 25px;
  display: inline;
  fill: #58595b;
}

.icon-bobi-web {
  width: 200px;
  height: 45px;
  margin-top: 0;
  background-size: 200px 45px;
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.icon-bobi-web a {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.footer-extended {
  background-color: #58595b;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .footer-extended {
    background: url(../../images/interface/smokies.jpg) repeat right top 100%;
    background-size: 100% 100%;
  }
}

.footer-linklist {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}

.footer-linklist li {
  margin-bottom: 0.33333rem;
}

.footer-linklist a {
  color: #fff;
}

@media (min-width: 544px) {
  .footer-linklist {
    width: 50%;
  }
  .footer-linklist h4 {
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) {
  .footer-linklist {
    width: 25%;
  }
  .footer-linklist h4 {
    font-size: 1.3rem;
  }
}

@media (min-width: 992px) {
  .footer-linklist h4 {
    font-size: 1.5rem;
  }
}

.container.system-indicia {
  padding-left: 3rem;
  padding-right: 3rem;
}

footer.footer-main {
  background: #f6f6f6;
  float: left;
  width: 100%;
}

footer.footer-main .search-utk {
  padding: 0;
  float: left;
  width: 100%;
}

@media (min-width: 544px) {
  footer.footer-main .search-utk {
    width: 75%;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-left: 0;
  }
}

footer.footer-main .search-utk input {
  width: 100%;
}

footer.footer-main .btn-search-utk {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 50%;
  background-color: #dbdcde;
}

@media (min-width: 544px) {
  footer.footer-main .btn-search-utk {
    width: 25%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

footer.footer-main .form-inline::after {
  content: "";
  display: table;
  clear: both;
}

.footer-search-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0 0;
}

@media (min-width: 768px) {
  .footer-search-list .footer-search-link {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 33.33333%;
  }
}

.footer-search-list a {
  color: #58595b;
}

.footer-tools-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer-bobi, .footer-search {
  margin-top: 1rem;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .footer-bobi, .footer-search {
    width: 50%;
  }
}

body {
  margin: 0;
}

@media (min-width: 992px) {
  body {
    border-top: 9px solid #FF8200;
  }
}

.skip-navigation {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip-navigation:active, .skip-navigation:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.icon-header-logo, .home-vs_logo {
  width: 190px;
  height: 127px;
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.icon-header-logo:hover, .home-vs_logo:hover {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.logo_svg {
  width: 190px;
  height: 127px;
}

.home-menu {
  display: none;
}

@media (min-width: 992px) {
  .home-menu {
    display: block;
    background-color: #fff;
    padding: 1rem 2rem 0 2rem;
    float: left;
    margin-top: -10px;
    width: 250px;
    height: 280px;
    margin-left: 7%;
    border-bottom: 8px solid #FF8200;
  }
  .home-menu .list-inline li {
    float: left;
    text-align: center;
    width: 33%;
    text-transform: uppercase;
  }
  .home-menu .list-inline li a {
    color: #58595b;
  }
}

.home-vs_h1_logo a {
  margin-top: 1rem;
}

p a {
  text-decoration: underline;
}

.main-page-headline, h1.main-page-headline {
  font-size: 1.75rem;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .main-page-headline, h1.main-page-headline {
    font-size: 3.5rem;
  }
}

.main-page-subhead {
  text-align: center;
  font-weight: 100;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .main-page-subhead {
    font-size: 1.5rem;
  }
}

.card-path {
  padding-top: 0.5rem;
  background-color: #f4f4f4;
  border: 0;
}

img.pull-xs-left {
  margin-bottom: 0.5rem;
  margin-right: 2rem;
}

img.pull-xs-left {
  margin-right: 2rem;
}

ul.list-inline li {
  display: inline;
}

#loadingDiv {
  padding-top: 12em;
  padding-bottom: 12em;
  background: #fff;
  position: absolute;
  width: 91.66667%;
}

#loadingDiv img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-image-container {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  width: 100%;
  height: auto;
}

.page-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  margin: 0px auto;
  max-width: none;
}

.page-image-shadow {
  background-image: linear-gradient(to bottom, transparent 0%, #f4f4f4 40px);
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
  z-index: 2;
}

.sidebar_pridepoint, .sidebar_quicklinks {
  border: 0;
  padding: 1.5rem 0;
}

.sidebar_pridepoint .sidebar_head_pridepoint, .sidebar_pridepoint .sidebar_head_quicklinks, .sidebar_quicklinks .sidebar_head_pridepoint, .sidebar_quicklinks .sidebar_head_quicklinks {
  text-transform: uppercase;
}

.sidebar_pridepoint {
  background: #fff;
  margin-top: 2rem;
}

.sidebar_quicklinks {
  padding: 0;
  background: none;
}

.sidebar_quicklinks ul.nav, .sidebar_quicklinks ul.main-nav {
  margin-bottom: 1rem;
}

.sidebar_quicklinks ul.nav li, .sidebar_quicklinks ul.main-nav li {
  margin-bottom: 0.5rem;
}

figure figcaption {
  text-align: left;
  color: #58595b;
}

.card.card-lightgray, .card-lightgray.feature_spotlight, #lw #lwe .card-lightgray.lwe {
  background: #f6f6f6;
}

.card.card-summitt, .card-summitt.feature_spotlight, #lw #lwe .card-summitt.lwe {
  background: #b6e1e2;
}

.card.card-eureka, .card-eureka.feature_spotlight, #lw #lwe .card-eureka.lwe {
  background: #ebea64;
}

.card.card-orange-outline, .card-orange-outline.feature_spotlight, #lw #lwe .card-orange-outline.lwe {
  border: 1px solid #FF8200;
  border-bottom-width: 6px;
}

.card.card-summitt-outline, .card-summitt-outline.feature_spotlight, #lw #lwe .card-summitt-outline.lwe {
  border: 1px solid #b6e1e2;
  border-bottom-width: 6px;
}

.card.card-summitt-smokey, .card-summitt-smokey.feature_spotlight, #lw #lwe .card-summitt-smokey.lwe {
  border: 1px solid #58595b;
  border-bottom-width: 6px;
}

.card.card-eureka-smokey, .card-eureka-smokey.feature_spotlight, #lw #lwe .card-eureka-smokey.lwe {
  border: 1px solid #ebea64;
  border-bottom-width: 6px;
}

@media (min-width: 768px) {
  .fixedsticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
  }
  /* When position: sticky is supported but native behavior is ignored */
  .fixedsticky-withoutfixedfixed .fixedsticky-off,
  .fixed-supported .fixedsticky-off {
    position: static;
  }
  .fixedsticky-withoutfixedfixed .fixedsticky-on,
  .fixed-supported .fixedsticky-on {
    position: fixed;
  }
  .fixedsticky-dummy {
    display: none;
  }
  .fixedsticky-on + .fixedsticky-dummy {
    display: block;
  }
}

.container, .vs-wrap {
  max-width: 105em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container::after, .vs-wrap::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .container, .vs-wrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .container::after, .vs-wrap::after {
    content: "";
    display: table;
    clear: both;
  }
}

.container .btn, .container .news-more, .container .calendar-more, .container .mfp-bottom-bar.vs-player a, .mfp-bottom-bar.vs-player .container a, .vs-wrap .btn, .vs-wrap .news-more, .vs-wrap .calendar-more, .vs-wrap .mfp-bottom-bar.vs-player a, .mfp-bottom-bar.vs-player .vs-wrap a {
  white-space: normal;
}

.row {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.half {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.half img {
  width: 100%;
}

@media (min-width: 992px) {
  .half {
    width: 50%;
  }
}

.column-narrow {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 544px) {
  .column-narrow {
    width: 50%;
  }
}

.one-third {
  width: 100%;
  float: none;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .one-third {
    width: 33.33333%;
  }
}

dt {
  margin-bottom: 0.35rem;
}

dl {
  margin-bottom: 0.5rem;
}

.two-thirds {
  width: 100%;
  float: none;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .two-thirds {
    width: 66.66667%;
  }
}

#sidebar {
  width: 100%;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}

@media (min-width: 768px) {
  #sidebar {
    width: 37.5%;
    float: right;
    padding-top: 22px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background: #fff;
    border-top: 6px solid #FF8200;
  }
}

@media (min-width: 1200px) {
  #sidebar {
    padding-top: 22px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background: #fff;
    border-top: 6px solid #FF8200;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    float: right;
    width: 30.83333%;
  }
}

#sidebar.fixedsticky {
  top: 0;
}

#sidebar .btn-sm, #sidebar .btn-group-sm > .btn, #sidebar .btn-group-sm > .news-more, #sidebar .btn-group-sm > .calendar-more, #sidebar .mfp-bottom-bar.vs-player .btn-group-sm > a, .mfp-bottom-bar.vs-player #sidebar .btn-group-sm > a {
  margin-top: 1rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #006c93;
  border: 0;
}

.alphabet-title {
  top: 0;
}

.main-column {
  background: #fff;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 2rem;
  margin-top: 4rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .main-column {
    margin-top: 0;
    padding-top: 4rem;
    width: 75%;
    float: right;
  }
  .main-column .main-page-headline-wrap, .main-column .main-page-contents-wrap {
    width: 100%;
  }
}

.main-page-headline-wrap, .main-page-contents-wrap, .main-page-related-wrap {
  background: white;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}

@media (min-width: 992px) {
  .main-page-headline-wrap, .main-page-contents-wrap, .main-page-related-wrap {
    width: 75%;
  }
}

.main-page-related-wrap {
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .main-page-related-wrap {
    width: 25%;
    background: none;
    float: right;
  }
}

.main-page-related-wrap h4 {
  text-transform: uppercase;
}

#ut_logo {
  height: 48px;
  float: left;
  width: 190px;
}

#ut_logo .ut_logo_smokey {
  display: none;
}

@media (min-width: 768px) {
  #ut_logo .ut_logo_smokey {
    display: block;
  }
}

#mainMenu {
  background: #58595b;
  padding: 2rem;
}

@media (min-width: 768px) {
  #mainMenu .menu-gutter {
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #mainMenu form {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1rem;
  }
  #mainMenu form input.btn, #mainMenu form input.news-more, #mainMenu form input.calendar-more {
    border-radius: 0 6px 6px 0;
    height: 2.3124rem;
    width: 20%;
  }
  #mainMenu form input.form-control {
    border-radius: 6px 0 0 6px;
    height: 2.3124rem;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  #mainMenu form {
    width: 35%;
  }
}

@media (min-width: 1200px) {
  #mainMenu .menu-gutter {
    margin: auto 10%;
  }
}

#mainMenu .column {
  width: 50%;
  display: block;
}

@media (min-width: 1200px) {
  #mainMenu .column {
    width: 15%;
  }
}

#mainMenu .column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu .column ul li {
  margin: 0;
  padding: 0;
}

#mainMenu .column ul a {
  color: #fff;
}

@media (min-width: 768px) {
  .news-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-flow: row wrap;
  }
  .news-list > * {
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
}

.news-list li {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .news-list li {
    -ms-flex: 2 2 50%;
    flex: 2 2 50%;
  }
  .news-list li.news-list-first {
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
}

.news-list li a {
  padding: 0.5rem;
  margin: -0.5rem;
  width: 100%;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.news-list li a:hover {
  background-color: #f4f4f4;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.news-more, .calendar-more {
  text-align: right;
  background: #fff;
  padding-right: 2rem;
  border: 0.1rem solid #a7a9ac;
}

@media (min-width: 768px) {
  .news-more, .calendar-more {
    float: right;
  }
}

.banner-main {
  background: white;
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: flex;
  justify-content: space-between;
}

.banner-main .logo {
  width: 3rem;
  height: 3rem;
  margin: 1rem;
  float: left;
  overflow: hidden;
  padding: 0;
}

@media (min-width: 768px) {
  .banner-main .logo {
    width: 15rem;
  }
}

.banner-main .banner-main-nav {
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: flex;
  justify-content: space-between;
  margin: 0 1rem 0 0;
  padding: 0;
}

.banner-main .banner-main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  align-self: center;
}

.banner-main .banner-main-nav .banner-main-nav-item {
  display: inline;
}

.banner-main .banner-main-nav .banner-main-nav-link, .banner-main .banner-main-nav button {
  padding: 0.5rem;
  padding: 1.7rem 0.5rem;
  font-size: 0.77273rem;
  background: transparent;
  border: 0;
  margin: 0;
  color: #58595b;
  text-transform: uppercase;
}

@media (min-width: 544px) {
  .banner-main .banner-main-nav .banner-main-nav-link, .banner-main .banner-main-nav button {
    font-size: 1rem;
  }
}

.banner-main .banner-main-nav .banner-main-nav-link:hover, .banner-main .banner-main-nav button:hover {
  background-color: #e7e7e7;
}

.banner-main .banner-main-nav svg {
  width: 1rem;
  height: 1rem;
  fill: #58595b;
}

.banner-main .banner-main-nav .banner-main-nav-link svg {
  display: none;
}

@media (min-width: 544px) {
  .banner-main .banner-main-nav .banner-main-nav-link svg {
    display: inline-block;
  }
}

.banner-main .banner-main-nav button svg {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.banner-main .banner-main-nav button .menu-label {
  display: none;
}

@media (min-width: 544px) {
  .banner-main .banner-main-nav button .menu-label {
    display: inline-block;
  }
}

.banner-main .banner-main-nav button[aria-expanded="true"] {
  background: #58595b;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.banner-main .banner-main-nav button[aria-expanded="true"] svg {
  fill: #fff;
  transform: rotate(180deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.blog-article-one a {
  color: #58595b;
}

@media (min-width: 768px) {
  .blog-article-one a {
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: flex;
  }
}

.blog-article-one a .blog-article-one-meta {
  background-color: #fff;
  align-self: center;
  border-bottom: 0.33333rem solid white;
  padding: 1rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.blog-article-one a .blog-article-one-meta svg {
  width: 2rem;
  height: 2rem;
  fill: #a7a9ac;
}

@media (min-width: 768px) {
  .blog-article-one a .blog-article-one-meta {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .blog-article-one a .blog-article-one-meta {
    padding: 4rem;
    width: 50%;
  }
}

.blog-article-one a .blog-article-one-image {
  border: 0 solid #fff;
  box-shadow: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (min-width: 992px) {
  .blog-article-one a .blog-article-one-image {
    width: 45%;
  }
}

@media (min-width: 1200px) {
  .blog-article-one a .blog-article-one-image {
    width: 75%;
  }
}

.blog-article-one a img {
  width: 100%;
  height: auto;
}

.blog-article-one a:hover .blog-article-one-meta {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (min-width: 768px) {
  .blog-article-one a:hover .blog-article-one-meta {
    border-bottom: 0.33333rem solid #FF8200;
  }
}

.blog-article-one a:hover .blog-article-one-image {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (min-width: 768px) {
  .blog-article-one a:hover .blog-article-one-image {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  }
}

.blog-article-two a, .blog-article-three a, .blog-article-four a {
  color: #58595b;
}

@media (min-width: 544px) {
  .blog-article-two a, .blog-article-three a, .blog-article-four a {
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: flex;
  }
}

.blog-article-two a h3, .blog-article-three a h3, .blog-article-four a h3 {
  font-size: 1.25rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .blog-article-two a h3, .blog-article-three a h3, .blog-article-four a h3 {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .blog-article-two a h3, .blog-article-three a h3, .blog-article-four a h3 {
    font-size: 1.25rem;
  }
}

.blog-article-two a img, .blog-article-three a img, .blog-article-four a img {
  width: 100%;
  height: auto;
}

.blog-article-two a .blog-article-secondary-meta, .blog-article-three a .blog-article-secondary-meta, .blog-article-four a .blog-article-secondary-meta {
  align-self: auto;
  padding: 2rem 0.5rem 1rem;
}

@media (min-width: 544px) {
  .blog-article-two a .blog-article-secondary-meta, .blog-article-three a .blog-article-secondary-meta, .blog-article-four a .blog-article-secondary-meta {
    width: 60%;
  }
}

@media (min-width: 992px) {
  .blog-article-two a .blog-article-secondary-meta, .blog-article-three a .blog-article-secondary-meta, .blog-article-four a .blog-article-secondary-meta {
    width: 50%;
  }
}

.blog-article-two a .blog-article-secondary-meta svg, .blog-article-three a .blog-article-secondary-meta svg, .blog-article-four a .blog-article-secondary-meta svg {
  width: 2rem;
  height: 2rem;
  fill: #a7a9ac;
}

@media (min-width: 544px) {
  .blog-article-two a .blog-article-secondary-image, .blog-article-three a .blog-article-secondary-image, .blog-article-four a .blog-article-secondary-image {
    width: 40%;
  }
}

@media (min-width: 992px) {
  .blog-article-two a .blog-article-secondary-image, .blog-article-three a .blog-article-secondary-image, .blog-article-four a .blog-article-secondary-image {
    width: 50%;
  }
}

.blog-article-two a:hover, .blog-article-three a:hover, .blog-article-four a:hover {
  background-color: #f4f4f4;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.home-blog.grid-wrapper {
  padding: 1rem;
}

@media (min-width: 768px) {
  .home-blog.grid-wrapper {
    width: 100%;
    background: #f4f4f4;
    background: white;
    background-image: url(/images/interface/mountains_2.svg);
    background-position: center top;
    background-size: 100% 100%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2rem 0 0 0;
  }
}

@media (min-width: 992px) {
  .home-blog.grid-wrapper {
    margin-bottom: 5rem;
    padding-top: 0;
  }
}

.home-blog.grid-wrapper .container-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  /* adjusted for old IE */
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-column: 1;
  -ms-grid-column-span: 24;
  grid-column: 1/span 12;
  -ms-grid-row: 2;
  grid-row: 2;
  grid-gap: 2.5rem 1rem;
}

@media (min-width: 992px) {
  .home-blog.grid-wrapper .container-top {
    padding-bottom: 3rem;
  }
}

.container-bottom, .container-top, .container-home {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 0;
}

@media (min-width: 768px) {
  .container-bottom, .container-top, .container-home {
    padding: 0 1rem;
  }
}

@media (min-width: 992px) {
  .container-bottom, .container-top, .container-home {
    padding: 0 5%;
  }
}

@media (min-width: 1200px) {
  .container-bottom, .container-top, .container-home {
    padding: 0 10%;
  }
}

.container-home {
  padding: 0 1rem;
}

@media (min-width: 992px) {
  .container-home {
    padding: 0 5%;
  }
}

@media (min-width: 1200px) {
  .container-home {
    padding: 0 10%;
  }
}

.grid-wrapper {
  grid-gap: 1rem;
  margin-bottom: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  /* adjusted for old IE */
  grid-template-columns: repeat(12, 1fr);
}

@media (min-width: 992px) {
  .grid-wrapper {
    grid-gap: 3rem;
    margin-bottom: 5rem;
  }
}

.grid-wrapper .blog-article-one {
  -ms-grid-column: 1;
  -ms-grid-column-span: 24;
  grid-column: 1 / span 12;
  -ms-grid-row: 1;
  grid-row: 1;
  margin-bottom: 2rem;
}

.grid-wrapper .blog-article-two {
  -ms-grid-column-span: 24;
  -ms-grid-column: 1;
  grid-column: 1 / span 12;
  -ms-grid-row: 2;
  grid-row: 2;
}

@media (min-width: 768px) {
  .grid-wrapper .blog-article-two {
    -ms-grid-column-span: 8;
    -ms-grid-column: 1;
    grid-column: 1 / span 4;
  }
}

.grid-wrapper .blog-article-three {
  -ms-grid-column-span: 24;
  -ms-grid-column: 1;
  grid-column: 1 / span 12;
  -ms-grid-row: 3;
  grid-row: 3;
}

@media (min-width: 768px) {
  .grid-wrapper .blog-article-three {
    -ms-grid-column-span: 8;
    -ms-grid-column: 9;
    grid-column: 5 / span 4;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}

.grid-wrapper .blog-article-four {
  -ms-grid-column-span: 24;
  -ms-grid-column: 1;
  grid-column: 1 / span 12;
  -ms-grid-row: 4;
  grid-row: 4;
}

@media (min-width: 768px) {
  .grid-wrapper .blog-article-four {
    -ms-grid-column-span: 8;
    -ms-grid-column: 17;
    grid-column: 9 / span 4;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}

.grid-wrapper .box-news {
  -ms-grid-column-span: 24;
  -ms-grid-column: 1;
  grid-column: 1 / 13;
  -ms-grid-row: 2;
  grid-row: 2;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 544px) {
  .grid-wrapper .box-news {
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .grid-wrapper .box-news {
    padding-bottom: 5rem;
  }
}

@media (min-width: 992px) {
  .grid-wrapper .box-news {
    padding-bottom: 6rem;
  }
}

.grid-wrapper .box-events {
  -ms-grid-column-span: 24;
  -ms-grid-column: 1;
  grid-column: 1 / 13;
  -ms-grid-row: 4;
  grid-row: 4;
  padding-top: 3rem;
}

@media (min-width: 768px) {
  .grid-wrapper .box-events {
    padding-bottom: 3rem;
  }
}

.grid-wrapper .box-events ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.grid-wrapper .box-events ul li {
  margin-bottom: 4rem;
}

.grid-wrapper .box-events header, .grid-wrapper .box-news header {
  width: 100%;
  margin-bottom: 1rem;
}

.grid-wrapper .box-anniversary {
  grid-column: 1 / 13;
  -ms-grid-column-span: 24;
  -ms-grid-column: 1;
  grid-column: 1 / 13;
  -ms-grid-row: 1;
  grid-row: 1;
  color: #58595b;
}

@media (min-width: 992px) {
  .grid-wrapper .box-anniversary {
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

.grid-wrapper .box-anniversary .box-anniversary-image {
  position: relative;
  width: 100%;
  background-size: cover;
  display: flex;
  align-content: center;
  padding: 1rem;
  background-position: 600px top;
  box-shadow: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (min-width: 544px) {
  .grid-wrapper .box-anniversary .box-anniversary-image {
    background-position: 740px top;
    padding: 3rem;
  }
}

@media (min-width: 768px) {
  .grid-wrapper .box-anniversary .box-anniversary-image {
    background-position: right top;
    padding: 4rem;
  }
}

@media (min-width: 992px) {
  .grid-wrapper .box-anniversary .box-anniversary-image {
    padding: 5rem;
  }
}

@media (min-width: 1200px) {
  .grid-wrapper .box-anniversary .box-anniversary-image {
    padding: 6rem;
  }
}

.grid-wrapper .box-anniversary .box-anniversary-image svg {
  width: 55%;
  max-width: 100px;
  height: auto;
  margin: auto;
  float: none;
}

.grid-wrapper .box-anniversary .box-anniversary-image h1 {
  background-repeat: no-repeat;
}

.grid-wrapper .box-anniversary img {
  width: 100%;
  height: auto;
}

.grid-wrapper .box-brag1 {
  text-align: center;
  -ms-grid-row: 5;
  grid-row: 5;
  -ms-grid-column-span: 24;
  -ms-grid-column: 1;
  grid-column: 1 / 13;
}

@media (min-width: 544px) {
  .grid-wrapper .box-brag1 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 1;
    grid-column: 1 / 5;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

@media (min-width: 992px) {
  .grid-wrapper .box-brag1 {
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

.grid-wrapper .box-brag2 {
  text-align: center;
  -ms-grid-row: 6;
  grid-row: 6;
  -ms-grid-column-span: 24;
  -ms-grid-column: 1;
  grid-column: 1 / 13;
}

@media (min-width: 544px) {
  .grid-wrapper .box-brag2 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 9;
    grid-column: 5 / 9;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

@media (min-width: 992px) {
  .grid-wrapper .box-brag2 {
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

.grid-wrapper .box-brag3 {
  text-align: center;
  -ms-grid-row: 7;
  grid-row: 7;
  -ms-grid-column-span: 24;
  -ms-grid-column: 1;
  grid-column: 1 / 13;
}

@media (min-width: 544px) {
  .grid-wrapper .box-brag3 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 17;
    grid-column: 9 / 13;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

@media (min-width: 992px) {
  .grid-wrapper .box-brag3 {
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

body.home {
  background-color: #fff;
}

.orangemark {
  width: 90px;
  height: 0.5rem;
  margin: 0 auto;
  background: #FF8200;
  display: block;
}

a.arrow-shift {
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  background-size: 30px 30px;
}

a.arrow-shift:hover {
  background-image: url(/images/interface/arrow-right-o.svg);
  background-position: right center;
}

.blog-article-one-meta h3 {
  font-size: 2.1875rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .blog-article-one-meta h3 {
    font-size: 1.5625rem;
  }
}

@media (min-width: 1200px) {
  .blog-article-one-meta h3 {
    font-size: 2.1875rem;
  }
}

@media (min-width: 768px) {
  .blog-article-one h3, .box-anniversary-meta h3, .blog-article-secondary-meta h3 {
    font-weight: bold;
  }
  .blog-article-one h3::before, .box-anniversary-meta h3::before, .blog-article-secondary-meta h3::before {
    content: "";
    position: absolute;
    width: 90px;
    margin-left: 0;
    height: 6px;
    margin-top: -20px;
    background-color: #ff8200;
    bottom: auto;
  }
}

.home-audience-news-head::before {
  content: "";
  position: absolute;
  width: 90px;
  margin-left: 0;
  height: 6px;
  margin-top: -20px;
  background-color: #ff8200;
  bottom: auto;
}

.box-anniversary .box-anniversary-meta {
  background: white;
  padding: 1rem;
  width: 100%;
  margin-top: 15rem;
}

@media (min-width: 768px) {
  .box-anniversary .box-anniversary-meta {
    width: 50%;
    margin-top: 0;
  }
}

.box-anniversary .btn-smokey {
  background: #58595b;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0;
}

.box-brag1, .box-brag2, .box-brag3 {
  font-weight: bold;
  font-size: 1.25rem;
  padding-top: 2rem;
}

.box-brag1 svg, .box-brag2 svg, .box-brag3 svg {
  width: 80%;
  max-width: 90px;
  height: auto;
  fill: #a7a9ac;
  margin-bottom: 1rem;
}

.box-brag1 a, .box-brag2 a, .box-brag3 a {
  color: #58595b;
  white-space: normal;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.box-brag1 a:hover, .box-brag2 a:hover, .box-brag3 a:hover {
  background: white;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.box-brag1 a:hover svg, .box-brag2 a:hover svg, .box-brag3 a:hover svg {
  fill: #FF8200;
}

@media (min-width: 768px) {
  .box-brag1, .box-brag2, .box-brag3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.box-news li, .box-events li {
  margin-bottom: 2rem;
}

.box-news header, .box-events header {
  padding-bottom: 0.33333rem;
}

.box-news header h3, .box-events header h3 {
  font-weight: bold;
}

.box-news header a, .box-events header a {
  font-size: 0.85rem;
}

.box-news header ul, .box-events header ul {
  font-size: 1rem;
}

.box-news header ul li, .box-events header ul li {
  display: inline;
}

.news-list li.news-list-first {
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-list li.news-list-first h4 {
  font-size: 1.25rem;
}

.news-list li.news-list-first a {
  margin-left: 0;
}

@media (min-width: 768px) {
  .news-list li.news-list-first a {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .news-list li.news-list-first a {
    padding: 0 2rem 0 0;
  }
}

.news-list li.news-list-first img {
  width: 100%;
  margin-right: 1rem;
  float: left;
}

@media (min-width: 768px) {
  .news-list li.news-list-first img {
    width: 40%;
  }
}

.news-list li.news-list-first .news-title {
  width: 60%;
}

.news-list li h4 {
  font-weight: bold;
  font-size: 1.25rem;
  color: #58595b;
}

.news-list li .category {
  font-weight: normal;
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #58595b;
}

.news-list li .news-excerpt {
  color: #58595b;
}

.news-list li a {
  padding: 1rem;
}

@media (min-width: 768px) {
  .news-list li a {
    padding: 1rem 2rem 1rem 1rem;
  }
}

@media (min-width: 768px) {
  .box-events header {
    display: flex;
    flex-flow: row;
    align-items: flex-end;
    margin-bottom: 2rem;
  }
}

.box-events ul.events-switcher {
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: flex;
  align-content: flex-start;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .box-events ul.events-switcher {
    margin-left: 2rem;
  }
}

.box-events ul.events-switcher li {
  display: inline;
  margin: 0;
  padding: 0;
}

.box-events ul.events-switcher li:first-child a {
  border-right: 0;
  border-radius: 0.25rem 0 0 0.25rem;
}

.box-events ul.events-switcher li a {
  border: 0.2rem solid #e7e7e7;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: .375rem 1rem;
  line-height: 1.5;
  border-radius: 0 0.25rem 0.25rem 0;
  font-size: 0.85rem;
  background: #e7e7e7;
}

.box-events ul.events-switcher li a.active {
  font-weight: bold;
  background: #f4f4f4;
}

ul.utkll-events {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 992px) {
  ul.utkll-events {
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

ul.utkll-events li.utkll-event {
  clear: both;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  ul.utkll-events li.utkll-event {
    width: 50%;
    padding-right: 1rem;
  }
}

@media (min-width: 1200px) {
  ul.utkll-events li.utkll-event {
    width: 25%;
  }
}

ul.utkll-events li.utkll-event .utkll-event-time, ul.utkll-events li.utkll-event .utkll-event-loc-name {
  font-size: 0.85rem;
}

@media (min-width: 1200px) {
  ul.utkll-events li.utkll-event .utkll-event-time, ul.utkll-events li.utkll-event .utkll-event-loc-name {
    font-size: 0.6375rem;
  }
}

ul.utkll-events li.utkll-event a {
  color: #58595b;
  text-decoration: none;
  display: flex;
  align-items: center;
}

ul.utkll-events li.utkll-event a:hover {
  background: #f4f4f4;
}

ul.utkll-events li.utkll-event .utkll-event-cal {
  background: #e7e7e7;
  padding: 1rem 2rem;
  margin-right: 1rem;
  text-align: center;
}

@media (min-width: 1200px) {
  ul.utkll-events li.utkll-event .utkll-event-cal {
    padding: 1rem 1rem;
  }
}

ul.utkll-events li.utkll-event .utkll-event-cal .utkll-event-cal-day {
  font-weight: bold;
  font-size: 1.875rem;
}

ul.utkll-events li.utkll-event .utkll-event-title {
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1;
}

.offcanvas-menu {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  box-shadow: 0px 2px 8px 2px #58595b;
}

.offcanvas-menu-menu {
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 33.33333%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
}

.offcanvas-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offcanvas-menu-t {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 33.33333%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.offcanvas-menu-t .icon-power-t {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  height: 40px;
  margin-top: 3px;
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.offcanvas-menu-map {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 33.33333%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.offcanvas-menu-map a.btn, .offcanvas-menu-map a.news-more, .offcanvas-menu-map a.calendar-more, .offcanvas-menu-map .mfp-bottom-bar.vs-player a, .mfp-bottom-bar.vs-player .offcanvas-menu-map a {
  width: 100%;
  padding: 0.5rem 1.5rem;
}

#outer-wrap {
  position: relative;
  width: 100%;
}

#inner-wrap {
  position: relative;
  width: 100%;
}

#side-rail {
  width: 100%;
  overflow: hidden;
  height: 100%;
  width: 70%;
}

#side-rail nav {
  margin-top: 1rem;
}

@media (max-width: 991px) {
  #side-rail {
    position: absolute;
    top: 0;
  }
}

#side-rail .close-btn::after {
  content: "";
  display: table;
  clear: both;
}

#side-rail .close-btn .close-menu {
  width: 20px;
  height: 20px;
  margin: 1rem;
  margin-top: 3rem;
  float: right;
  fill: #58595b;
}

#side-rail ul > li {
  margin-top: 0;
}

#side-rail ul > li > a {
  background-repeat: no-repeat;
  background-position: right center;
  border-bottom: 1px solid #cfd0d1;
  padding: 0.5rem 0.75rem;
  display: block;
}

#side-rail ul > li > a.active {
  font-weight: bold;
  background-color: none;
}

#side-rail ul > li > a.nav-item-give {
  background-image: url(../../images/interface/gift.svg);
}

@media (min-width: 768px) {
  #side-rail {
    padding-top: 1rem;
    left: 0;
  }
  #side-rail.fixedsticky {
    top: 0;
  }
}

@media (min-width: 992px) {
  #side-rail {
    float: left;
    width: 25%;
    background: transparent;
    position: sticky;
  }
  #side-rail ul#site-navigation {
    border-top: 1px solid #cfd0d1;
    margin: 1rem;
  }
  #side-rail ul#site-navigation .nav-item-minor {
    text-align: center;
    border: 0;
    display: block;
    margin-top: 1rem;
    float: left;
    border-bottom: 0;
    width: auto;
  }
  #side-rail ul#site-navigation .nav-item-minor.nav-item-az {
    width: 45%;
    text-align: right;
  }
  #side-rail ul#site-navigation .nav-item-minor.nav-item-map {
    width: 50%;
    margin-left: 5%;
    text-align: left;
  }
  #side-rail ul#site-navigation .nav-item-minor a {
    background: #e9e9ea;
    font-size: 0.85rem;
    font-weight: bold;
    display: inline;
  }
  #side-rail ul#site-navigation > li {
    margin-top: 0;
  }
  #side-rail ul#site-navigation > li > a {
    background-repeat: no-repeat;
    background-position: right center;
    border-bottom: 1px solid #cfd0d1;
    color: #58595b;
    padding: 0.5rem 0.75rem;
  }
  #side-rail ul#site-navigation > li > a.active {
    font-weight: bold;
    background-color: none;
  }
  #side-rail ul#site-navigation > li > a.nav-item-give {
    background-image: url(../../images/interface/gift.svg);
  }
  #side-rail ul#site-navigation > li > a.nav-item-person {
    background-color: #fff;
  }
}

@media (max-width: 991px) {
  .js-ready #side-rail {
    -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  }
  .js-ready #side-rail .block {
    background: transparent;
  }
  .js-ready #side-rail {
    left: -70%;
  }
  .js-ready #inner-wrap {
    left: 0;
  }
  .js-nav #inner-wrap {
    left: 70%;
  }
  .csstransforms3d.csstransitions.js-ready #side-rail {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-ready #inner-wrap {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
  }
}

svg {
  width: 0;
  height: 0;
  overflow: hidden;
}

.map-back-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  fill: #58595b;
}

.map-icon, .pride-icon, .soc-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  fill: #FF8200;
}

.map-icon.commuter, .pride-icon.commuter, .soc-icon.commuter {
  fill: #2197a9;
}

.map-icon.fountain, .pride-icon.fountain, .soc-icon.fountain {
  fill: #2197a9;
}

.map-icon.white, .pride-icon.white, .soc-icon.white {
  fill: #fff;
}

.map-icon.smokey, .pride-icon.smokey, .soc-icon.smokey {
  fill: #58595b;
}

.map-icon.valley, .pride-icon.valley, .soc-icon.valley {
  fill: #00746f;
}

.map-icon.torch, .pride-icon.torch, .soc-icon.torch {
  fill: #e65933;
}

.map-icon.globe, .pride-icon.globe, .soc-icon.globe {
  fill: #006c93;
}

.map-icon.limestone, .pride-icon.limestone, .soc-icon.limestone {
  fill: #f0ede3;
}

.map-icon.river, .pride-icon.river, .soc-icon.river {
  fill: #517c96;
}

.map-icon.leconte, .pride-icon.leconte, .soc-icon.leconte {
  fill: #8d2048;
}

.map-icon.regalia, .pride-icon.regalia, .soc-icon.regalia {
  fill: #754a7e;
}

.map-icon.sunsphere, .pride-icon.sunsphere, .soc-icon.sunsphere {
  fill: #ffd530;
}

.map-icon.rock, .pride-icon.rock, .soc-icon.rock {
  fill: #a7a9ac;
}

.map-icon.legacy, .pride-icon.legacy, .soc-icon.legacy {
  fill: #579584;
}

.map-icon.summitt, .pride-icon.summitt, .soc-icon.summitt {
  fill: #b6e1e2;
}

.map-icon.buckskin, .pride-icon.buckskin, .soc-icon.buckskin {
  fill: #705550;
}

.map-icon.energy, .pride-icon.energy, .soc-icon.energy {
  fill: #ee3e80;
}

.map-icon.switchgrass, .pride-icon.switchgrass, .soc-icon.switchgrass {
  fill: #abc178;
}

.map-icon.eureka, .pride-icon.eureka, .soc-icon.eureka {
  fill: #ebea64;
}

.map-icon.facebook, .pride-icon.facebook, .soc-icon.facebook {
  fill: #3B5998;
}

.map-icon.twitter, .pride-icon.twitter, .soc-icon.twitter {
  fill: #55acee;
}

.map-icon.pintrest, .pride-icon.pintrest, .soc-icon.pintrest {
  fill: #bd081c;
}

.map-icon.instagram, .map-icon.flickr, .map-icon.snapchat, .pride-icon.instagram, .pride-icon.flickr, .pride-icon.snapchat, .soc-icon.instagram, .soc-icon.flickr, .soc-icon.snapchat {
  fill: #58595b;
}

.map-icon.youtube, .pride-icon.youtube, .soc-icon.youtube {
  fill: #e52d27;
}

.map-icon.linkedin, .pride-icon.linkedin, .soc-icon.linkedin {
  fill: #0077B5;
}

.map-icon.legend-interior, .pride-icon.legend-interior, .soc-icon.legend-interior {
  fill: #4b4b4f;
}

.map-icon.legend-easy, .pride-icon.legend-easy, .soc-icon.legend-easy {
  fill: #4faaf6;
}

.map-icon.legend-moderate, .pride-icon.legend-moderate, .soc-icon.legend-moderate {
  fill: #4ca730;
}

.map-icon.legend-steep, .pride-icon.legend-steep, .soc-icon.legend-steep {
  fill: #81dc46;
}

.map-icon.legend-verysteep, .pride-icon.legend-verysteep, .soc-icon.legend-verysteep {
  fill: #fffe54;
}

.map-icon.legend-nearimpassible, .pride-icon.legend-nearimpassible, .soc-icon.legend-nearimpassible {
  fill: #f3ad3d;
}

.map-icon.legend-impassible, .pride-icon.legend-impassible, .soc-icon.legend-impassible {
  fill: #e94f3e;
}

.map-icon.ico-size-extra-large, .pride-icon.ico-size-extra-large, .soc-icon.ico-size-extra-large {
  width: 100px;
  height: 100px;
}

.map-icon.ico-size-large, .pride-icon.ico-size-large, .soc-icon.ico-size-large {
  width: 75px;
  height: 75px;
}

.map-icon.ico-size-small, .pride-icon.ico-size-small, .soc-icon.ico-size-small {
  width: 20px;
  height: 20px;
}

.map-icon.ico-size-extra-small, .pride-icon.ico-size-extra-small, .soc-icon.ico-size-extra-small {
  width: 10px;
  height: 10px;
}

.btn-icon {
  width: 20px;
  height: 20px;
  fill: #FF8200;
  margin-left: 1em;
  box-sizing: content-box;
  vertical-align: middle;
  float: right;
}

.pride-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  width: 50px;
  height: 50px;
}

#logo_anniversary {
  width: 200px;
  height: 41px;
}

.page_spotlight {
  min-height: 5rem;
  color: #fff;
}

.feature_spotlight_figcaption {
  text-align: center;
  float: left;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 22px;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-top: 22px;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-weight: 100;
  padding: 1rem;
  margin-top: 32rem;
}

@media (min-width: 768px) {
  .feature_spotlight_figcaption {
    width: 58.33333%;
  }
}

.feature_spotlight {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

.feature_spotlight::after {
  content: "";
  display: table;
  clear: both;
}

.feature_spotlight .card-spotlight {
  background: #f6f6f6;
}

.feature_spotlight .text-seemore a {
  color: #006c93;
}

.feature_spotlight .spotlight-category {
  text-transform: uppercase;
  color: #fff;
  margin-top: -3rem;
  text-align: right;
  margin-bottom: 2rem;
}

.feature_spotlight .feature_spotlight-imgcontainer {
  float: left;
}

@media (min-width: 768px) {
  .feature_spotlight .feature_spotlight-imgcontainer {
    padding-right: 1.5rem;
    width: 52%;
  }
  .feature_spotlight .feature_spotlight-imgcontainer::after {
    content: "";
    display: table;
    clear: both;
  }
}

.feature_spotlight .feature_spotlight-block {
  float: left;
}

.feature_spotlight .feature_spotlight-block::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .feature_spotlight .feature_spotlight-block {
    width: 46%;
  }
}

.feature_spotlight h4 {
  position: relative;
  padding-bottom: 1.25rem;
  text-transform: uppercase;
}

.feature_spotlight h4:after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  margin-left: 0;
  height: 6px;
  background-color: #FF8200;
  top: auto;
  bottom: 0;
}

.vs-fullscreen-wrapper {
  padding-top: 48px;
}

@media (min-width: 992px) {
  .vs-fullscreen-wrapper {
    padding-top: 0;
  }
}

.volunteer-menu {
  background: rgba(255, 255, 255, 0.9);
  padding: 0.3rem 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  position: fixed;
  justify-content: center;
  border-bottom: 1px solid #e7e7e7;
}

.volunteer-menu .icon-power-t {
  position: relative;
  height: 0;
  width: 38px;
  padding-top: 38px;
  overflow: hidden;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}

.home_story {
  width: 100%;
}

#collapse_vs {
  background: #fff;
}

.vs_sg_gallery {
  margin: 2rem auto;
  max-width: 80rem;
}

.vs_sg_gallery .card, .vs_sg_gallery .feature_spotlight, .vs_sg_gallery #lw #lwe .lwe, #lw #lwe .vs_sg_gallery .lwe {
  border: 0;
  width: 50%;
  float: left;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 992px) {
  .vs_sg_gallery .card, .vs_sg_gallery .feature_spotlight, .vs_sg_gallery #lw #lwe .lwe, #lw #lwe .vs_sg_gallery .lwe {
    padding: 0;
    float: none;
    width: auto;
  }
  .vs_sg_gallery .card img, .vs_sg_gallery .feature_spotlight img, .vs_sg_gallery #lw #lwe .lwe img, #lw #lwe .vs_sg_gallery .lwe img {
    margin: 0 auto;
  }
}

.vs-content_module {
  padding-top: 4rem;
}

@media (min-width: 992px) {
  .vs-content_module {
    padding-top: 8rem;
  }
}

.vs-largeimage {
  width: 100%;
  height: auto;
}

.vs-categories {
  width: 100%;
  background: #e9e9ea;
  padding: 0 0 0 0.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

@media (min-width: 992px) {
  .vs-categories {
    width: 65%;
  }
}

.vs-categories a {
  flex: 1 1 100%;
  color: #8b8c8e;
  text-align: center;
}

@media (min-width: 768px) {
  .vs-categories a {
    flex: 1 1 50%;
  }
}

@media (min-width: 992px) {
  .vs-categories a {
    flex: 1 1 30%;
  }
}

@media (min-width: 1200px) {
  .vs-categories a {
    flex: 1 1 auto;
    padding: 0.5rem;
  }
}

.vs-categories a:hover {
  color: #58595b;
}

.vs-search {
  width: 100%;
  float: right;
  margin-top: 3rem;
}

@media (min-width: 992px) {
  .vs-search {
    width: 40%;
    float: none;
    margin: 3rem auto;
  }
}

.vs-search .col-input {
  width: 78%;
  float: left;
}

.vs-search .col-input input {
  border-radius: .25rem 0 0 .25rem;
}

.vs-search .submit {
  width: 20%;
  border-left: 0;
  border-radius: 0 .25rem .25rem 0;
  background: #dbdcde;
}

.vs-blog-row {
  padding: 3rem 0;
  margin: 3rem 0;
  border-top: 3px solid #a7a9ac;
  list-style: none;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 992px) {
  .vs-blog-row {
    border-top: 0px solid #a7a9ac;
    padding: 1rem 0;
    margin: 1rem 0;
  }
}

.vs-blog-row h2 {
  font-size: 2.5rem;
}

@media (min-width: 992px) {
  .vs-home-row {
    display: flex;
  }
}

.vs-home-row .vs-content-header {
  width: 100%;
  float: left;
  margin-top: 4rem;
  width: 100%;
}

@media (min-width: 768px) {
  .vs-home-row .vs-content-header {
    width: 100%;
    display: flex;
    margin-top: 0;
  }
  .vs-home-row .vs-content-header div {
    margin: auto;
  }
}

@media (min-width: 1200px) {
  .vs-home-row .vs-content-header {
    width: 15%;
  }
}

.vs-home-row .vs-carousel {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  float: left;
  display: flex;
}

@media (min-width: 992px) {
  .vs-home-row .vs-carousel {
    width: 70%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (min-width: 1200px) {
  .vs-home-row .vs-carousel {
    width: 75%;
  }
}

.vs-home-row .vs-carousel .slick-track {
  display: flex;
  margin-bottom: 3rem;
}

.vs-home-row .vs-carousel .slick-slide {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  flex-grow: 1;
}

.vs-home-row .vs-carousel .slick-slide .vs-morestories a {
  display: flex;
  color: #006c93;
  text-transform: uppercase;
}

.vs-home-row .vs-carousel .slick-slide .vs-morestories a h3 {
  margin: auto;
  font-weight: normal;
}

.vs-home-row .vs-carousel .slick-slide .vs-content-primary-Description {
  padding: 0 1rem 0 1rem;
}

.vs-home-row .vs-carousel .slick-slide h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 1rem 1rem 0 1rem;
}

.vs-home-row .vs-carousel .slick-slide p {
  font-size: 0.85rem;
}

.vs-home-row .vs-carousel .slick-slide a {
  color: #58595b;
  border: 0;
  float: left;
  display: block;
  height: 100%;
  background: white;
}

.vs-home-row .vs-carousel .slick-slide > div {
  display: flex;
}

.vs-home-row .vs-carousel img {
  max-width: 100%;
  width: 100%;
}

.vs-home-row .slick-next, .vs-home-row .slick-prev {
  height: 100%;
  background-color: transparent;
  width: 2rem;
  border: 0;
  color: #58595b;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.vs-home-row .slick-next:before, .vs-home-row .slick-prev:before {
  content: "";
}

.vs-home-row .slick-next:hover, .vs-home-row .slick-prev:hover {
  opacity: 1;
}

.vs-home-row .slick-next.slick-disabled, .vs-home-row .slick-prev.slick-disabled {
  opacity: 0.1;
}

.vs-home-row .slick-next {
  right: -2rem;
  background-image: url(../../images/interface/arrow-right.svg);
}

.vs-home-row .slick-prev {
  left: -2rem;
  background-image: url(../../images/interface/arrow-left2.svg);
}

.vs-content-primary {
  height: auto;
  flex: 1 1 100%;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .vs-content-primary {
    border: 1px solid #a7a9ac;
  }
}

.vs-content-primary img {
  margin-bottom: 0.5rem;
  width: 100%;
  float: left;
  margin-right: 1rem;
}

@media (min-width: 544px) {
  .vs-content-primary img {
    width: 60%;
  }
}

@media (min-width: 992px) {
  .vs-content-primary img {
    width: 100%;
    float: none;
  }
}

.vs-content-primary a {
  float: left;
  color: #58595b;
  padding: 1rem;
  background: white;
  border-bottom: 4px solid #fff;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}

.vs-content-primary a:hover {
  text-decoration: none;
  background: #e7e7e7;
  border-bottom-color: #FF8200;
}

@media (min-width: 992px) {
  .vs-content-primary a {
    background: none;
    padding: 0;
    margin: 0;
    border: 0;
  }
  .vs-content-primary a:hover {
    background: none;
    padding: 0;
    margin: 0;
    color: #006c93;
  }
}

.vs-content-primary h3 {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .vs-content-primary h3 {
    width: 35%;
    float: left;
  }
}

@media (min-width: 992px) {
  .vs-content-primary h3 {
    width: auto;
    float: none;
  }
}

@media (min-width: 768px) {
  .vs-content-primary .vs-content-primary-Description {
    width: 35%;
    float: left;
  }
}

@media (min-width: 992px) {
  .vs-content-primary .vs-content-primary-Description {
    width: auto;
    float: none;
  }
}

.vs-content-primary h3, .vs-content-primary p {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.vs-content-header {
  text-align: center;
}

@media (min-width: 992px) {
  .vs-content-header {
    position: relative;
  }
}

@media (min-width: 1200px) {
  .vs-content-header h2 {
    font-size: 1.75rem;
  }
}

@media (min-width: 992px) {
  .vs-content-more {
    flex: 1 1 0%;
    display: flex;
    background: white;
    margin-bottom: 1rem;
    border: 1px solid #a7a9ac;
    justify-content: baseline;
    align-content: center;
  }
  .vs-content-more .vs-seemore-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .vs-content-more .vs-seemore-icon {
    width: 25px;
    height: 25px;
    fill: #FF8200;
    align-self: center;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .vs-blog-row-cat {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .vs-blog-row-cat .vs-content-primary {
    width: 22%;
    float: left;
    max-width: 22%;
    margin-right: 1%;
    border: 0;
    background: #fff;
  }
}

.vs-pagination {
  margin: 1rem;
}

.vs-pagination::after, .vs-pagination::before {
  display: block;
  content: "";
  clear: both;
}

.vs-pagination a, .vs-pagination strong {
  padding: 0.5rem;
}

.vs-pagination a + a {
  border-left: 0;
}

#sect-vs-morestories {
  background: #e7e7e7;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

#sect-vs-morestories::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 992px) {
  #sect-vs-morestories {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}

#sect-vs-morestories h2 {
  width: 100%;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

#sect-vs-morestories h2 a {
  color: #58595b;
}

#sect-vs-morestories .vs-carousel {
  margin: 0 auto 4rem;
  width: 95%;
  float: none;
}

@media (min-width: 992px) {
  #sect-vs-morestories .vs-carousel {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  #sect-vs-morestories .vs-carousel {
    width: 65%;
  }
}

.vs-fullscreen-wrapper {
  width: 100%;
  position: relative;
}

.vs-fullscreen-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
}

@media (min-width: 544px) {
  .vs-fullscreen-image {
    height: 600px;
  }
}

@media (min-width: 768px) {
  .vs-fullscreen-image {
    height: 100vh;
  }
  .vs-fullscreen-image:before {
    content: " ";
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
    /* IE6-9 */
  }
}

@media (min-width: 768px) and (min-width: 544px) {
  .vs-fullscreen-image:before {
    height: 600px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .vs-fullscreen-image:before {
    height: 100vh;
  }
}

header#vs-article-header {
  padding: 2rem;
}

@media (min-height: 800px) {
  header#vs-article-header {
    bottom: 1rem;
  }
}

header#vs-article-header h1 {
  font-size: 2rem;
  font-weight: bold;
}

header#vs-article-header p {
  font-size: 1rem;
}

@media (min-width: 768px) {
  header#vs-article-header {
    position: absolute;
    bottom: 4rem;
    color: white;
    text-align: center;
    left: 10%;
    right: 10%;
    margin: 0;
  }
}

@media (min-width: 768px) and (max-height: 800px) {
  header#vs-article-header {
    bottom: 1rem;
  }
  header#vs-article-header h1 {
    font-size: 2rem;
    font-weight: 100;
  }
  header#vs-article-header p {
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (min-height: 800px) {
  header#vs-article-header h1 {
    font-size: 4rem;
    font-weight: 100;
  }
  header#vs-article-header p {
    font-size: 1.5rem;
  }
}

.main-column-volunteerstories {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  background: white;
}

@media (min-width: 768px) {
  .main-column-volunteerstories {
    margin: 0 auto 0 auto;
    float: none;
    border-top: 4px solid #FF8200;
  }
  .main-column-volunteerstories .entry {
    width: 80%;
  }
}

@media (min-width: 768px) {
  .main-column-volunteerstories .entry {
    margin: 0 auto;
    width: 80%;
    max-width: 38rem;
  }
}

.main-column-volunteerstories .entry figure, .main-column-volunteerstories .entry .embed-responsive {
  margin: 2rem 0;
}

@media (min-width: 768px) {
  .main-column-volunteerstories .entry figure, .main-column-volunteerstories .entry .embed-responsive {
    margin: 5rem auto;
  }
}

.main-column-volunteerstories .entry figure img, .main-column-volunteerstories .entry .embed-responsive img {
  width: 100%;
}

@media (min-width: 768px) {
  .main-column-volunteerstories .entry figure {
    margin: 5rem -5rem;
  }
}

@media (min-width: 992px) {
  .main-column-volunteerstories .entry figure {
    margin: 5rem -8rem;
  }
}

.main-column-volunteerstories .entry figure img {
  width: 100%;
}

.main-column-volunteerstories article header {
  text-align: center;
}

.main-column-volunteerstories article header h1 {
  text-transform: uppercase;
}

.main-column-volunteerstories article header p {
  font-size: 1.25rem;
}

.main-column-volunteerstories .half {
  float: left;
}

.vs-lead {
  margin-top: 4rem;
  border: 0;
  text-align: center;
}

.vs-lead header {
  width: 80%;
  margin: 0 auto;
}

.vs-lead h5 {
  text-transform: uppercase;
  font-size: 0.85rem;
}

.vs-lead h4 {
  font-size: 2.5rem;
}

.vs-lead .btn-primary {
  margin-top: -6rem;
}

.vs_date {
  width: 100%;
}

.home-vs_readmore, .home-vs_date, .home-vs_title {
  color: #fff;
}

.home-vs_date {
  font-size: 0.75rem;
}

.home-vs_divider {
  color: #FF8200;
  margin-left: 1rem;
  margin-right: 1rem;
}

.vs_nav .float-xs-right {
  float: right;
}

.volunteer_story-dontstop {
  border-bottom: 1px solid #58595b;
  border-top: 1px solid #58595b;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.volunteer_story-dontstop::after {
  content: "";
  display: table;
  clear: both;
}

.btn-close-vs {
  margin-top: 1rem;
  margin-bottom: 1rem;
  background: none;
  color: #58595b;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.block-vs {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: 8.33333%;
  width: 83.33333%;
}

.block-vs::after {
  content: "";
  display: table;
  clear: both;
}

.volunteer_story-body {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.volunteer_story-body::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 992px) {
  .volunteer_story-body {
    margin-left: 8.33333%;
    width: 58.33333%;
  }
}

@media (min-width: 768px) {
  @supports (initial-letter: 4) or (-webkit-initial-letter: 4) {
    article .main-column-volunteerstories .entry p:first-child:first-letter {
      color: #a7a9ac;
      font-family: Georgia, "Times New Roman", Times, serif;
      font-weight: bold;
      margin-right: 0.5em;
      -webkit-initial-letter: 4;
      initial-letter: 4;
    }
  }
}

.vs_sidebar {
  float: left;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}

@media (min-width: 992px) {
  .vs_sidebar {
    width: 25%;
  }
}

.vs_sidebar.fixedsticky {
  top: 65px;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}

.marginilia, .vs_footer {
  margin: 0 auto;
  width: 100%;
  max-width: 38rem;
}

@media (min-width: 992px) {
  .marginilia, .vs_footer {
    width: 80%;
  }
}

.marginilia h4, .vs_footer h4 {
  border-top: 2px solid #FF8200;
  text-transform: uppercase;
  padding: 0.5rem 0;
  text-align: center;
  font-weight: 100;
  padding-top: 2rem;
}

.marginilia ul.vs_share, .vs_footer ul.vs_share {
  width: 100%;
  float: none;
  margin: 2rem auto;
}

@media (min-width: 992px) {
  .marginilia ul.vs_share, .vs_footer ul.vs_share {
    width: 45%;
  }
}

@media (min-width: 1200px) {
  .marginilia ul.vs_share, .vs_footer ul.vs_share {
    width: 35%;
  }
}

.marginilia ul.vs_share li, .vs_footer ul.vs_share li {
  display: inline;
  font-size: 0.75rem;
  vertical-align: middle;
  text-transform: uppercase;
  width: 45%;
  float: left;
}

.marginilia ul.vs_share li svg, .vs_footer ul.vs_share li svg {
  margin-bottom: -7px;
}

.marginilia ul.vs_share li::after, .vs_footer ul.vs_share li::after {
  content: "";
  display: table;
  clear: both;
}

.marginilia ul.vs_share li a:hover, .vs_footer ul.vs_share li a:hover {
  text-decoration: none;
}

.marginilia.vs-summation, .vs_footer.vs-summation {
  font-weight: bold;
  color: #58595b;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.marginilia.vs-related_links, .vs_footer.vs-related_links {
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .marginilia.vs-related_links, .vs_footer.vs-related_links {
    padding: 1rem;
  }
}

.marginilia.vs-related_links .nav, .marginilia.vs-related_links ul.main-nav, .vs_footer.vs-related_links .nav, .vs_footer.vs-related_links ul.main-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: baseline;
}

.marginilia.vs-related_links .nav a, .marginilia.vs-related_links ul.main-nav a, .vs_footer.vs-related_links .nav a, .vs_footer.vs-related_links ul.main-nav a {
  flex: 1 1 100%;
  margin-bottom: 0.5rem;
  background: #f4f4f4;
  padding: 0.5rem;
  text-align: center;
}

.marginilia.vs-colphon, .vs_footer.vs-colphon {
  padding: 1rem;
  padding-top: 1rem;
}

.marginilia.vs-colphon .byline, .vs_footer.vs-colphon .byline {
  margin-bottom: 0;
  font-size: 0.85rem;
}

.marginilia.vs-colphon h5, .vs_footer.vs-colphon h5 {
  font-size: 1rem;
  font-weight: bold;
}

.vs_footer {
  text-align: center;
  font-size: 0.85rem;
}

.volunteer_story-footer {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}

.volunteer_story-footer::after {
  content: "";
  display: table;
  clear: both;
}

.volunteer_story-header {
  text-align: center;
  float: left;
  width: 100%;
  margin-left: 0%;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  margin-top: 0.5rem;
}

.volunteer_story-header::after {
  content: "";
  display: table;
  clear: both;
}

.volunteer_story-title-home {
  margin-bottom: 1rem;
  position: relative;
  font-family: "Gotham SSm 2r", "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
}

@media (min-width: 992px) {
  .volunteer_story-title-home {
    text-align: center;
    padding: 1rem 0;
    font-size: 2rem;
  }
}

.volunteer_story-title {
  position: relative;
  font-family: "Gotham SSm 2r", "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 200;
}

@media (min-width: 992px) {
  .volunteer_story-title {
    text-align: center;
    padding: 1rem 0;
    font-size: 3rem;
  }
  .volunteer_story-title:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 90px;
    margin-left: -50px;
    height: 3px;
    background-color: #FF8200;
    top: auto;
    bottom: 0;
  }
}

.btn-storyhide {
  width: auto;
  position: relative;
  top: auto;
  right: auto;
  float: none;
  font-size: 0.85rem;
  padding: .25rem .75rem;
}

.btn-storyshow {
  float: left;
  margin-top: 3rem;
  background: white;
  width: 100%;
}

@media (min-width: 992px) {
  .btn-storyshow {
    width: auto;
    right: 45px;
    top: 0;
    position: fixed;
    margin-top: 0;
    background: #b6e1e2;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

.interface-icon {
  display: inline;
  margin-bottom: 1rem;
  width: 1em;
  height: 1em;
}

.volunteer_story-tag {
  font-size: 0.85rem;
}

.volunteer_story-excerpt {
  position: relative;
  padding: 2rem 0;
  text-align: center;
}

@media (min-width: 992px) {
  .volunteer_story-excerpt {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 66.66667%;
    margin-left: 16.66667%;
  }
}

.volunteer_story-hero-byline {
  padding: 1rem 0;
  text-align: center;
}

.volunteer_story-footer {
  border-top: 1px solid #a7a9ac;
  padding-top: 1rem;
  font-size: 0.85rem;
}

.volunteer_story-orange-line {
  border-bottom: 12px solid #FF8200;
}

.volunteer_story-recent {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 33.33333%;
}

#sect-messages, #sect-profile, #sect-vs-clickbait, #sect-rss-clickbait, #sect-gallery, #sect-buttongroup, #sect-about, #sect-accreditation, #sect-admin, .feature_spotlight {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  #sect-messages, #sect-profile, #sect-vs-clickbait, #sect-rss-clickbait, #sect-gallery, #sect-buttongroup, #sect-about, #sect-accreditation, #sect-admin, .feature_spotlight {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  #sect-messages::after, #sect-profile::after, #sect-vs-clickbait::after, #sect-rss-clickbait::after, #sect-gallery::after, #sect-buttongroup::after, #sect-about::after, #sect-accreditation::after, #sect-admin::after, .feature_spotlight::after {
    content: "";
    display: table;
    clear: both;
  }
}

#sect-about img {
  width: 100%;
}

h2 {
  font-size: 1.75rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
}

@media (min-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .content-primary {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }
}

@media (min-width: 992px) {
  .content-primary {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }
}

@media (min-width: 768px) {
  body.home .content-primary {
    margin-left: 0;
    margin-right: 0;
  }
}

.content_module {
  position: relative;
  padding-bottom: 2rem;
}

.content_module::after {
  content: "";
  display: table;
  clear: both;
}

.content_module:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 90px;
  margin-left: -50px;
  height: 6px;
  background-color: #FF8200;
  top: auto;
  bottom: 0;
}

.content_module:last-child:after {
  background-color: white;
}

.text-seemore {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .text-seemore {
    text-transform: uppercase;
  }
}

#sect-messages .card-title {
  position: relative;
  padding-bottom: 1.25rem;
  text-transform: uppercase;
}

#sect-rss-clickbait img {
  margin: 0 auto;
  float: none;
  width: 100%;
  display: block;
}

#sect-buttongroup li.half {
  padding-left: 0;
  padding-right: 2rem;
  margin-bottom: 0.5rem;
}

#sect-buttongroup .card, #sect-buttongroup .feature_spotlight, #sect-buttongroup #lw #lwe .lwe, #lw #lwe #sect-buttongroup .lwe {
  border: 0;
}

#orientate {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  background-size: cover;
  background-position: none;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 11rem;
  border: none;
  border-style: none;
  margin-top: 2rem;
  border-bottom: 6px solid #FF8200;
  border-top: 1px solid #a7a9ac;
}

#orientate::after {
  content: "";
  display: table;
  clear: both;
}

#orientate::after {
  content: "";
  display: table;
  clear: both;
}

#orientate .container #sidebar {
  padding-top: 1.5rem;
  background: #ffffff none repeat scroll 0 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#orientate .container #sidebar::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  #orientate {
    background-position: center;
    background-size: cover;
    background-position: fixed;
    margin-left: -7rem;
    margin-right: -7rem;
    padding-top: 0;
    min-height: 36rem;
  }
}

@media (min-width: 992px) {
  #orientate {
    margin-left: -8rem;
    margin-right: -8rem;
  }
}

.page_spotlight {
  float: left;
  width: 100%;
  padding: 0;
  top: 0;
}

@media (min-width: 768px) {
  .page_spotlight {
    width: 58.33333%;
  }
}

.store-icons ul li {
  float: left;
  list-style-type: none;
  margin-right: 2rem;
  margin-top: 1rem;
}

.media-left {
  padding-right: 1.5rem;
}

.media-body {
  display: block;
  width: 100%;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .media-body {
    display: table-cell;
  }
}

.media {
  margin-top: 2.5rem;
  width: 100%;
}

ul.social-sharer {
  width: 160px;
  float: none;
  margin: 0 auto;
}

ul.social-sharer li {
  margin: 0;
  padding: 0;
  width: 76px;
  float: left;
}

.getconnected {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 220px;
}

/* ---- isotope ---- */
.quickfact .isotope .card-block, .quickfact .isotope .feature_spotlight .feature_spotlight-block, .feature_spotlight .quickfact .isotope .feature_spotlight-block {
  border-top: 3px solid #ff8200;
}

.isotope {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */
.element-item {
  width: 100%;
}

@media (min-width: 1200px) {
  .element-item {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 33.33333%;
    margin-bottom: 2rem;
    overflow: hidden;
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) {
  .grid-sizer {
    width: 33.33333%;
  }
}

.info_blocks .grid-sizer, .info_blocks .element-item {
  font-size: 1rem;
  width: 50%;
}

.element-item .card, .element-item .feature_spotlight, .element-item #lw #lwe .lwe, #lw #lwe .element-item .lwe, #sect-social .card .card, #sect-social .feature_spotlight .card, #sect-social #lw #lwe .lwe .card, #lw #lwe #sect-social .lwe .card, #sect-social .card .feature_spotlight, #sect-social .feature_spotlight .feature_spotlight, #sect-social #lw #lwe .lwe .feature_spotlight, #lw #lwe #sect-social .lwe .feature_spotlight, #sect-social .card #lw #lwe .lwe, #lw #lwe #sect-social .card .lwe, #sect-social .feature_spotlight #lw #lwe .lwe, #lw #lwe #sect-social .feature_spotlight .lwe, #sect-social #lw #lwe .lwe .lwe, #lw #lwe #sect-social .lwe .lwe {
  background-color: transparent;
  border: 0;
}

#sect-profile .socmed_youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 75px;
  padding-left: 0rem;
  padding-right: 0rem;
  height: 0;
}

#sect-profile .socmed_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 400px;
}

@media (min-width: 768px) {
  #sect-profile .socmed_youtube {
    padding-bottom: 40%;
    /* 16:9 */
    padding-top: 55px;
  }
  #sect-profile .socmed_youtube iframe {
    max-height: 300px;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

@media (min-width: 992px) {
  #sect-profile .socmed_youtube {
    padding-bottom: 20%;
    /* 16:9 */
    padding-top: 85px;
  }
  #sect-profile .socmed_youtube iframe {
    max-height: 391px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

#sect-social .card, #sect-social .feature_spotlight, #sect-social #lw #lwe .lwe, #lw #lwe #sect-social .lwe {
  background: #f6f6f6;
}

.ut_alert {
  border-radius: 0;
  /*max-width: 105em;*/
  padding: 6rem auto 0;
  text-align: center;
  margin: 0;
}

.ut_alert .ut_alert_message {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .ut_alert .ut_alert_message {
    font-size: 1.75rem;
  }
}

.banner {
  text-align: center;
  padding: 1rem;
}

@media (min-width: 768px) {
  .banner {
    padding: 0.5rem 3rem;
  }
}

.banner p {
  margin-bottom: 0;
  font-size: 1.25rem;
}

.banner-promo {
  border-left: 0.5rem solid #FF8200;
  border-right: 0.5rem solid #FF8200;
  margin: 1rem;
  background: #b6e1e2;
}

@media (min-width: 768px) {
  .banner-promo {
    transform: skew(-15deg);
    overflow: hidden;
    width: 60%;
    width: calc(100% - 6rem);
    margin: 1rem 3rem;
  }
}

.banner-promo a {
  color: #58595b;
  height: 100%;
  display: block;
  background: #b6e1e2;
  padding: 1rem;
  display: block;
  text-transform: uppercase;
  position: relative;
}

@media (min-width: 768px) {
  .banner-promo a {
    transform: skew(15deg);
    width: 140%;
    margin: 0 -20%;
    /* in relation with width */
    overflow: hidden;
  }
}

.banner-promo a:hover {
  text-decoration: none;
}

.info-gallery-item {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .info-gallery-item {
    width: 33.33333%;
  }
}

.mfp-content .slide {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.mfp-content .slide h1.slide-h1 {
  margin-left: 3rem;
  border-bottom: 2px solid #FF8200;
}

.mfp-content .slide h2.slide-h2 {
  margin-bottom: 1rem;
  text-align: left;
  text-transform: none;
}

.mfp-content .slide::after {
  content: "";
  display: table;
  clear: both;
}

.mfp-content .slide figure {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.mfp-content .slide figure::after {
  content: "";
  display: table;
  clear: both;
}

.mfp-content .slide figure img {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}

@media (min-width: 768px) {
  .mfp-content .slide figure img {
    width: 58.33333%;
  }
}

.mfp-content .slide figure figcaption {
  color: #58595b;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}

@media (min-width: 768px) {
  .mfp-content .slide figure figcaption {
    width: 41.66667%;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: white;
  opacity: 0.9;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #58595b;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #58595b;
}

.mfp-preloader a:hover {
  color: #FF8200;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #58595b;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #58595b;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #58595b;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #58595b;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #58595b;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid white;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #58595b;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid white;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-bottom-bar.vs-player {
  top: 110%;
}

.mfp-bottom-bar.vs-player a {
  border: 1px solid #FF8200;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

#alphacat {
  width: 20%;
  top: 0;
  float: left;
  padding: 0 1rem 1.5rem 0;
}

.alphalinks {
  padding: 0 1.5rem;
  width: 75%;
  float: right;
  position: relative;
  min-height: 1px;
}

.card-alpha {
  padding: 0;
  margin: 0 auto 4rem auto;
}

@media (min-width: 992px) {
  .card-alpha {
    padding: 1rem;
  }
}

.card-alpha .list-inline {
  line-height: 2.5;
}

.card-alpha .list-inline .page-item a {
  padding: 0.33333rem 0.5rem;
  margin: 0.5rem;
  color: #58595b;
}

.card-alpha .list-inline .page-item a:hover {
  background: white;
}

.alpha-cat {
  display: none;
}

@media (min-width: 768px) {
  .alpha-cat {
    display: table-cell;
  }
}

.alphalinks table thead {
  display: none;
}

@media (min-width: 768px) {
  .alphalinks table thead {
    display: table-header-group;
  }
}

.alpha-navigation {
  float: left;
  width: 100%;
  margin-bottom: 3rem;
}

.alpha-navigation::after {
  content: "";
  display: table;
  clear: both;
}

.alpha-navigation .dropdown-toggle {
  width: 100%;
}

@media (min-width: 992px) {
  .alpha-navigation .dropdown-toggle {
    width: auto;
  }
}

.alpha-categories {
  width: 100%;
  float: left;
}

@media (min-width: 992px) {
  .alpha-categories {
    width: 30%;
  }
}

.alpha-search {
  width: 100%;
  float: right;
}

@media (min-width: 992px) {
  .alpha-search {
    width: 69%;
  }
}

.alpha-search .col-input {
  width: 75%;
  float: left;
}

.alpha-search .col-input .form-control {
  border-radius: 0.25rem 0 0 0.25rem;
}

.alpha-search .submit {
  width: 25%;
  float: left;
  border-radius: 0 0.25rem 0.25rem 0;
  background: #cfd0d1;
  border-left: 0;
}

a.utsmokey {
  color: #58595b;
}

small.utsmokey {
  color: #58595b;
}

.alphalinks .ico-link {
  width: 15px;
  margin-right: 0.5rem;
  height: 15px;
  fill: #cfd0d1;
}

.alpha-link {
  display: none;
}

@media (min-width: 992px) {
  .alpha-link {
    display: inline-block;
  }
}

.acclaim-card-group {
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  margin-bottom: 3rem;
}

.acclaim-card-group .card, .acclaim-card-group .feature_spotlight, .acclaim-card-group #lw #lwe .lwe, #lw #lwe .acclaim-card-group .lwe {
  flex: 1 1 0;
  background: #f6f6f6;
  border: 0;
  border-top: 4px solid #FF8200;
  margin-right: 1rem;
  padding: 1rem 1rem 3rem 1rem;
}

.acclaim-list-headline {
  margin-top: 3rem;
  text-align: center;
  text-transform: capitalize;
}

.acclaim-list {
  list-style: none;
  margin: 2rem 0;
  padding: 0;
}

.acclaim-list li {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #e9e9ea;
  border-left: 3px solid #FF8200;
}

@media (min-width: 768px) {
  #content .btn-group {
    margin: 0 auto;
    float: none;
    display: flex;
    align-self: center;
    width: 90%;
  }
}

@media (min-width: 992px) {
  #content .btn-group {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  #content .btn-group {
    width: 50%;
  }
}

.button-group-single {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}

@media (min-width: 768px) {
  .button-group-single {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .button-group-single .button-group-half {
    position: relative;
    display: block;
    display: inline-block;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

.button-group-double {
  width: 90%;
}

.button-group-double li {
  margin-bottom: 0.5rem;
}

.button-group-single a, .button-group-double a {
  color: #006c93;
}

.list-group-item {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .list-group-item {
    margin-top: 0;
  }
}

.main-column .btn-primary a {
  text-decoration: none !important;
}

.vs-readmore .btn-primary {
  margin-bottom: 0.5rem;
}

body.mobileapp {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

body.mobileapp .nv-inverse {
  background: #58595b;
}

body.mobileapp .page-link {
  margin-bottom: 0.25rem;
}

body.mobileapp .list-unstyled li {
  margin-bottom: 1rem;
}

#sect-rss-clickbait .card, #sect-rss-clickbait .feature_spotlight, #sect-rss-clickbait #lw #lwe .lwe, #lw #lwe #sect-rss-clickbait .lwe, #sect-vs-clickbait .card, #sect-vs-clickbait .feature_spotlight, #sect-vs-clickbait #lw #lwe .lwe, #lw #lwe #sect-vs-clickbait .lwe {
  border: 0;
}

#sect-rss-clickbait .card-block, #sect-rss-clickbait .feature_spotlight .feature_spotlight-block, .feature_spotlight #sect-rss-clickbait .feature_spotlight-block, #sect-vs-clickbait .card-block, #sect-vs-clickbait .feature_spotlight .feature_spotlight-block, .feature_spotlight #sect-vs-clickbait .feature_spotlight-block {
  padding: 0 1.25rem .5rem 1.25rem;
}

#sect-rss-clickbait img, #sect-vs-clickbait img {
  margin: 1rem;
  width: 90%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("../../images/interface/ajax-loader.gif") center center no-repeat;
}

/* Volunteer Story */
.vs-carousel .slick-slide {
  height: auto;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #58595b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 6rem;
}

.slick-dots {
  position: absolute;
  bottom: -2rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 2rem;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@media print {
  header nav, ul#site-navigation, #orientate, .footer-extended, .card socmed_youtube, .feature_spotlight socmed_youtube, #lw #lwe .lwe socmed_youtube, iframe, .path_find_switcher {
    display: none;
  }
  .main-column {
    width: 100%;
  }
  img {
    max-width: 500px;
  }
  body {
    font: 0.25rem;
    line-height: 1.2;
  }
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1rem;
  }
  aside h2 {
    font-size: 18pt;
  }
  .btn-block {
    display: none;
  }
  .icon-header-logo {
    display: block !important;
  }
  #main-head .print-logo {
    display: block;
  }
  .element-item {
    width: 33% !important;
    display: block !important;
    margin-bottom: 2rem;
    clear: both;
    font-size: 0.75rem !important;
  }
}

#lw #lwe {
  list-style: none;
  margin: 0;
  padding: 0;
}

#lw .lwn {
  color: red;
}

#lw .lwn0 {
  color: black;
}

#lw .lwd {
  color: green;
}

#lw .lwl {
  color: fuchsia;
}

#lw .lwl a {
  color: green;
  font-size: 12px;
  font-weight: normal;
  font-family: arial;
}
