@charset "UTF-8";
@import url("../../global/CSS/global.css");
@import url("../../global/CSS/flexboxgrid.css");
/* ============ Abstracts ============ */
/*!
 * Bootstrap v3.1.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,100,300,900|Playfair+Display:400,900,400italic");
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, 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: 0 0;
}

a:active, a:hover {
  outline: 0;
}

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

b, strong {
  font-weight: 700;
}

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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px 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;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}

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

a {
  color: #428bca;
  text-decoration: none;
}

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

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small, .small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

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

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

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

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

.text-muted {
  color: #999;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

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

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

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

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

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.list-inline > li:first-child {
  padding-left: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt, dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: " —";
}

blockquote:before, blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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

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

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

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-0 {
  right: 0;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-0 {
  left: 0;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

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

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

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

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

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}

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

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

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

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-], table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

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

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

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

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

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

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

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

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

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

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

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
}

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

input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple], select[size] {
  height: auto;
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

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

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

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type=date] {
  line-height: 34px;
}

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

.radio, .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.radio label, .checkbox label {
  display: inline;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px;
}

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

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

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

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

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

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

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .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 .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

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

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

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

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

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

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

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

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

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

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

.btn-link {
  color: #428bca;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.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;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

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

.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;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

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

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

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999;
}

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

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

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999;
}

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

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

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

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

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

.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
  outline: 0;
}

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

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

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

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

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

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

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

.btn-group > .btn: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 {
  border-radius: 0;
}

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

.btn-group > .btn-group:last-child > .btn: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-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

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

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

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

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

[data-toggle=buttons] > .btn > input[type=radio], [data-toggle=buttons] > .btn > input[type=checkbox] {
  display: none;
}

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

.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.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: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.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 > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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 > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  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 {
  position: relative;
}

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

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

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

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

.nav > li {
  position: relative;
  display: block;
}

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

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

.nav > li.disabled > a {
  color: #999;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

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

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

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.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;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  height: 20px;
}

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

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

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

.label:empty {
  display: none;
}

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

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

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

.label-primary {
  background-color: #428bca;
}

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

.label-success {
  background-color: #5cb85c;
}

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

.label-info {
  background-color: #5bc0de;
}

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

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

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

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

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

.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

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

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.container .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.thumbnail > img, .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #428bca;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

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

.alert-warning .alert-link {
  color: #66512c;
}

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

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

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .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: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  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);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  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);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  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);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  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);
}

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

.media, .media .media {
  margin-top: 15px;
}

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

.media-object {
  display: block;
}

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

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

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

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

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555;
}

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

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

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

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

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

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

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

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

a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

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

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

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

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

a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

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

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}

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

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

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

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

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

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

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  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;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

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

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

.panel > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tfoot > tr:first-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tfoot > tr:first-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
  border-top: 0;
}

.panel > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

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

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

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

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

.modal-header .close {
  margin-top: -2px;
}

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

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

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

.popover .arrow {
  border-width: 11px;
}

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

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

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

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

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

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
.visible-md, tr.visible-md, th.visible-md, td.visible-md {
  display: none !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
.visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg {
  display: none !important;
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
    display: none !important;
  }
}
.visible-print, tr.visible-print, th.visible-print, td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print {
    display: none !important;
  }
}
/* ====================== Colors ====================== */
/* ====================== Colors ====================== */
/* ====================== Base Styles ====================== */
/*! TACHYONS v4.11.2 | http://tachyons.io */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

.border-box, a, article, aside, blockquote, body, code, dd, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], legend, li, main, nav, ol, p, pre, section, table, td, textarea, th, tr, ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.aspect-ratio {
  height: 0;
  position: relative;
}

.aspect-ratio--16x9 {
  padding-bottom: 56.25%;
}

.aspect-ratio--9x16 {
  padding-bottom: 177.77%;
}

.aspect-ratio--4x3 {
  padding-bottom: 75%;
}

.aspect-ratio--3x4 {
  padding-bottom: 133.33%;
}

.aspect-ratio--6x4 {
  padding-bottom: 66.6%;
}

.aspect-ratio--4x6 {
  padding-bottom: 150%;
}

.aspect-ratio--8x5 {
  padding-bottom: 62.5%;
}

.aspect-ratio--5x8 {
  padding-bottom: 160%;
}

.aspect-ratio--7x5 {
  padding-bottom: 71.42%;
}

.aspect-ratio--5x7 {
  padding-bottom: 140%;
}

.aspect-ratio--1x1 {
  padding-bottom: 100%;
}

.aspect-ratio--object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

img {
  max-width: 100%;
}

.cover {
  background-size: cover !important;
}

.contain {
  background-size: contain !important;
}

.bg-center {
  background-position: 50%;
}

.bg-center, .bg-top {
  background-repeat: no-repeat;
}

.bg-top {
  background-position: top;
}

.bg-right {
  background-position: 100%;
}

.bg-bottom, .bg-right {
  background-repeat: no-repeat;
}

.bg-bottom {
  background-position: bottom;
}

.bg-left {
  background-repeat: no-repeat;
  background-position: 0;
}

.outline {
  outline: 1px solid;
}

.outline-transparent {
  outline: 1px solid transparent;
}

.outline-0 {
  outline: 0;
}

.ba {
  border-style: solid;
  border-width: 1px;
}

.bt {
  border-top-style: solid;
  border-top-width: 1px;
}

.br {
  border-right-style: solid;
  border-right-width: 1px;
}

.bb {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl {
  border-left-style: solid;
  border-left-width: 1px;
}

.bn {
  border-style: none;
  border-width: 0;
}

.b--black {
  border-color: #000;
}

.b--near-black {
  border-color: #111;
}

.b--dark-gray {
  border-color: #333;
}

.b--mid-gray {
  border-color: #555;
}

.b--gray {
  border-color: #777;
}

.b--silver {
  border-color: #999;
}

.b--light-silver {
  border-color: #aaa;
}

.b--moon-gray {
  border-color: #ccc;
}

.b--light-gray {
  border-color: #eee;
}

.b--near-white {
  border-color: #f4f4f4;
}

.b--white {
  border-color: #fff;
}

.b--white-90 {
  border-color: hsla(0, 0%, 100%, 0.9);
}

.b--white-80 {
  border-color: hsla(0, 0%, 100%, 0.8);
}

.b--white-70 {
  border-color: hsla(0, 0%, 100%, 0.7);
}

.b--white-60 {
  border-color: hsla(0, 0%, 100%, 0.6);
}

.b--white-50 {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.b--white-40 {
  border-color: hsla(0, 0%, 100%, 0.4);
}

.b--white-30 {
  border-color: hsla(0, 0%, 100%, 0.3);
}

.b--white-20 {
  border-color: hsla(0, 0%, 100%, 0.2);
}

.b--white-10 {
  border-color: hsla(0, 0%, 100%, 0.1);
}

.b--white-05 {
  border-color: hsla(0, 0%, 100%, 0.05);
}

.b--white-025 {
  border-color: hsla(0, 0%, 100%, 0.025);
}

.b--white-0125 {
  border-color: hsla(0, 0%, 100%, 0.0125);
}

.b--black-90 {
  border-color: rgba(0, 0, 0, 0.9);
}

.b--black-80 {
  border-color: rgba(0, 0, 0, 0.8);
}

.b--black-70 {
  border-color: rgba(0, 0, 0, 0.7);
}

.b--black-60 {
  border-color: rgba(0, 0, 0, 0.6);
}

.b--black-50 {
  border-color: rgba(0, 0, 0, 0.5);
}

.b--black-40 {
  border-color: rgba(0, 0, 0, 0.4);
}

.b--black-30 {
  border-color: rgba(0, 0, 0, 0.3);
}

.b--black-20 {
  border-color: rgba(0, 0, 0, 0.2);
}

.b--black-10 {
  border-color: rgba(0, 0, 0, 0.1);
}

.b--black-05 {
  border-color: rgba(0, 0, 0, 0.05);
}

.b--black-025 {
  border-color: rgba(0, 0, 0, 0.025);
}

.b--black-0125 {
  border-color: rgba(0, 0, 0, 0.0125);
}

.b--dark-red {
  border-color: #e7040f;
}

.b--red {
  border-color: #ff4136;
}

.b--light-red {
  border-color: #ff725c;
}

.b--orange {
  border-color: #ff6300;
}

.b--gold {
  border-color: #ffb700;
}

.b--yellow {
  border-color: gold;
}

.b--light-yellow {
  border-color: #fbf1a9;
}

.b--purple {
  border-color: #5e2ca5;
}

.b--light-purple {
  border-color: #a463f2;
}

.b--dark-pink {
  border-color: #d5008f;
}

.b--hot-pink {
  border-color: #ff41b4;
}

.b--pink {
  border-color: #ff80cc;
}

.b--light-pink {
  border-color: #ffa3d7;
}

.b--dark-green {
  border-color: #137752;
}

.b--green {
  border-color: #19a974;
}

.b--light-green {
  border-color: #9eebcf;
}

.b--navy {
  border-color: #001b44;
}

.b--dark-blue {
  border-color: #00449e;
}

.b--blue {
  border-color: #357edd;
}

.b--light-blue {
  border-color: #96ccff;
}

.b--lightest-blue {
  border-color: #cdecff;
}

.b--washed-blue {
  border-color: #f6fffe;
}

.b--washed-green {
  border-color: #e8fdf5;
}

.b--washed-yellow {
  border-color: #fffceb;
}

.b--washed-red {
  border-color: #ffdfdf;
}

.b--transparent {
  border-color: transparent;
}

.b--inherit {
  border-color: inherit;
}

.br0 {
  border-radius: 0;
}

.br1 {
  border-radius: 0.125rem;
}

.br2 {
  border-radius: 0.25rem;
}

.br3 {
  border-radius: 0.5rem;
}

.br4 {
  border-radius: 1rem;
}

.br-100 {
  border-radius: 100%;
}

.br-pill {
  border-radius: 9999px;
}

.br--bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.br--top {
  border-bottom-right-radius: 0;
}

.br--right, .br--top {
  border-bottom-left-radius: 0;
}

.br--right {
  border-top-left-radius: 0;
}

.br--left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.b--dotted {
  border-style: dotted;
}

.b--dashed {
  border-style: dashed;
}

.b--solid {
  border-style: solid;
}

.b--none {
  border-style: none;
}

.bw0 {
  border-width: 0;
}

.bw1 {
  border-width: 0.125rem;
}

.bw2 {
  border-width: 0.25rem;
}

.bw3 {
  border-width: 0.5rem;
}

.bw4 {
  border-width: 1rem;
}

.bw5 {
  border-width: 2rem;
}

.bt-0 {
  border-top-width: 0;
}

.br-0 {
  border-right-width: 0;
}

.bb-0 {
  border-bottom-width: 0;
}

.bl-0 {
  border-left-width: 0;
}

.shadow-1 {
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

.shadow-2 {
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
}

.shadow-3 {
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
}

.shadow-4 {
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.shadow-5 {
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.pre {
  overflow-x: auto;
  overflow-y: hidden;
  overflow: scroll;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-1 {
  top: 1rem;
}

.right-1 {
  right: 1rem;
}

.bottom-1 {
  bottom: 1rem;
}

.left-1 {
  left: 1rem;
}

.top-2 {
  top: 2rem;
}

.right-2 {
  right: 2rem;
}

.bottom-2 {
  bottom: 2rem;
}

.left-2 {
  left: 2rem;
}

.top--1 {
  top: -1rem;
}

.right--1 {
  right: -1rem;
}

.bottom--1 {
  bottom: -1rem;
}

.left--1 {
  left: -1rem;
}

.top--2 {
  top: -2rem;
}

.right--2 {
  right: -2rem;
}

.bottom--2 {
  bottom: -2rem;
}

.left--2 {
  left: -2rem;
}

.absolute--fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cf:after, .cf:before {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.cl {
  clear: left;
}

.cr {
  clear: right;
}

.cb {
  clear: both;
}

.cn {
  clear: none;
}

.dn {
  display: none;
}

.di {
  display: inline;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.dit {
  display: inline-table;
}

.dt {
  display: table;
}

.dtc {
  display: table-cell;
}

.dt-row {
  display: table-row;
}

.dt-row-group {
  display: table-row-group;
}

.dt-column {
  display: table-column;
}

.dt-column-group {
  display: table-column-group;
}

.dt--fixed {
  table-layout: fixed;
  width: 100%;
}

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

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

.flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}

.flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

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

.self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-last {
  -webkit-box-ordinal-group: 100000;
      -ms-flex-order: 99999;
          order: 99999;
}

.flex-grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.flex-shrink-1 {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.fl {
  float: left;
}

.fl, .fr {
  _display: inline;
}

.fr {
  float: right;
}

.fn {
  float: none;
}

.sans-serif {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.serif {
  font-family: georgia, times, serif;
}

.system-sans-serif {
  font-family: sans-serif;
}

.system-serif {
  font-family: serif;
}

.code, code {
  font-family: Consolas, monaco, monospace;
}

.courier {
  font-family: Courier Next, courier, monospace;
}

.helvetica {
  font-family: helvetica neue, helvetica, sans-serif;
}

.avenir {
  font-family: avenir next, avenir, sans-serif;
}

.athelas {
  font-family: athelas, georgia, serif;
}

.georgia {
  font-family: georgia, serif;
}

.times {
  font-family: times, serif;
}

.bodoni {
  font-family: Bodoni MT, serif;
}

.calisto {
  font-family: Calisto MT, serif;
}

.garamond {
  font-family: garamond, serif;
}

.baskerville {
  font-family: baskerville, serif;
}

.i {
  font-style: italic;
}

.fs-normal {
  font-style: normal;
}

.normal {
  font-weight: 400;
}

.b {
  font-weight: 700;
}

.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

.h1 {
  height: 1rem;
}

.h2 {
  height: 2rem;
}

.h3 {
  height: 4rem;
}

.h4 {
  height: 8rem;
}

.h5 {
  height: 16rem;
}

.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.min-h-100 {
  min-height: 100%;
}

.vh-25 {
  height: 25vh;
}

.vh-50 {
  height: 50vh;
}

.vh-75 {
  height: 75vh;
}

.vh-100 {
  height: 100vh;
}

.min-vh-100 {
  min-height: 100vh;
}

.h-auto {
  height: auto;
}

.h-inherit {
  height: inherit;
}

.tracked {
  letter-spacing: 0.1em;
}

.tracked-tight {
  letter-spacing: -0.05em;
}

.tracked-mega {
  letter-spacing: 0.25em;
}

.lh-solid {
  line-height: 1;
}

.lh-title {
  line-height: 1.25;
}

.lh-copy {
  line-height: 1.5;
}

.link {
  text-decoration: none;
}

.link, .link:active, .link:focus, .link:hover, .link:link, .link:visited {
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}

.link:focus {
  outline: 1px dotted currentColor;
}

.list {
  list-style-type: none;
}

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

.mw1 {
  max-width: 1rem;
}

.mw2 {
  max-width: 2rem;
}

.mw3 {
  max-width: 4rem;
}

.mw4 {
  max-width: 8rem;
}

.mw5 {
  max-width: 16rem;
}

.mw6 {
  max-width: 32rem;
}

.mw7 {
  max-width: 48rem;
}

.mw8 {
  max-width: 64rem;
}

.mw9 {
  max-width: 96rem;
}

.mw-none {
  max-width: none;
}

.w1 {
  width: 1rem;
}

.w2 {
  width: 2rem;
}

.w3 {
  width: 4rem;
}

.w4 {
  width: 8rem;
}

.w5 {
  width: 16rem;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-33 {
  width: 33%;
}

.w-34 {
  width: 34%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.w-third {
  width: 33.33333%;
}

.w-two-thirds {
  width: 66.66667%;
}

.w-auto {
  width: auto;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

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

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

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-y-auto {
  overflow-y: auto;
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.o-100 {
  opacity: 1;
}

.o-90 {
  opacity: 0.9;
}

.o-80 {
  opacity: 0.8;
}

.o-70 {
  opacity: 0.7;
}

.o-60 {
  opacity: 0.6;
}

.o-50 {
  opacity: 0.5;
}

.o-40 {
  opacity: 0.4;
}

.o-30 {
  opacity: 0.3;
}

.o-20 {
  opacity: 0.2;
}

.o-10 {
  opacity: 0.1;
}

.o-05 {
  opacity: 0.05;
}

.o-025 {
  opacity: 0.025;
}

.o-0 {
  opacity: 0;
}

.rotate-45 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate-135 {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotate-225 {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.rotate-315 {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.black-90 {
  color: rgba(0, 0, 0, 0.9);
}

.black-80 {
  color: rgba(0, 0, 0, 0.8);
}

.black-70 {
  color: rgba(0, 0, 0, 0.7);
}

.black-60 {
  color: rgba(0, 0, 0, 0.6);
}

.black-50 {
  color: rgba(0, 0, 0, 0.5);
}

.black-40 {
  color: rgba(0, 0, 0, 0.4);
}

.black-30 {
  color: rgba(0, 0, 0, 0.3);
}

.black-20 {
  color: rgba(0, 0, 0, 0.2);
}

.black-10 {
  color: rgba(0, 0, 0, 0.1);
}

.black-05 {
  color: rgba(0, 0, 0, 0.05);
}

.white-90 {
  color: hsla(0, 0%, 100%, 0.9);
}

.white-80 {
  color: hsla(0, 0%, 100%, 0.8);
}

.white-70 {
  color: hsla(0, 0%, 100%, 0.7);
}

.white-60 {
  color: hsla(0, 0%, 100%, 0.6);
}

.white-50 {
  color: hsla(0, 0%, 100%, 0.5);
}

.white-40 {
  color: hsla(0, 0%, 100%, 0.4);
}

.white-30 {
  color: hsla(0, 0%, 100%, 0.3);
}

.white-20 {
  color: hsla(0, 0%, 100%, 0.2);
}

.white-10 {
  color: hsla(0, 0%, 100%, 0.1);
}

.black {
  color: #000;
}

.near-black {
  color: #111;
}

.dark-gray {
  color: #333;
}

.mid-gray {
  color: #555;
}

.gray {
  color: #777;
}

.silver {
  color: #999;
}

.light-silver {
  color: #aaa;
}

.moon-gray {
  color: #ccc;
}

.light-gray {
  color: #eee;
}

.near-white {
  color: #f4f4f4;
}

.white {
  color: #fff;
}

.dark-red {
  color: #e7040f;
}

.red {
  color: #ff4136;
}

.light-red {
  color: #ff725c;
}

.orange {
  color: #ff6300;
}

.gold {
  color: #ffb700;
}

.yellow {
  color: gold;
}

.light-yellow {
  color: #fbf1a9;
}

.purple {
  color: #5e2ca5;
}

.light-purple {
  color: #a463f2;
}

.dark-pink {
  color: #d5008f;
}

.hot-pink {
  color: #ff41b4;
}

.pink {
  color: #ff80cc;
}

.light-pink {
  color: #ffa3d7;
}

.dark-green {
  color: #137752;
}

.green {
  color: #19a974;
}

.light-green {
  color: #9eebcf;
}

.navy {
  color: #001b44;
}

.dark-blue {
  color: #00449e;
}

.blue {
  color: #357edd;
}

.light-blue {
  color: #96ccff;
}

.lightest-blue {
  color: #cdecff;
}

.washed-blue {
  color: #f6fffe;
}

.washed-green {
  color: #e8fdf5;
}

.washed-yellow {
  color: #fffceb;
}

.washed-red {
  color: #ffdfdf;
}

.color-inherit {
  color: inherit;
}

.bg-black-90 {
  background-color: rgba(0, 0, 0, 0.9);
}

.bg-black-80 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-black-70 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-black-60 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-black-40 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-black-30 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-black-20 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-black-10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-black-05 {
  background-color: rgba(0, 0, 0, 0.05);
}

.bg-white-90 {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.bg-white-80 {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.bg-white-70 {
  background-color: hsla(0, 0%, 100%, 0.7);
}

.bg-white-60 {
  background-color: hsla(0, 0%, 100%, 0.6);
}

.bg-white-50 {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.bg-white-40 {
  background-color: hsla(0, 0%, 100%, 0.4);
}

.bg-white-30 {
  background-color: hsla(0, 0%, 100%, 0.3);
}

.bg-white-20 {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.bg-white-10 {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.bg-black {
  background-color: #000;
}

.bg-near-black {
  background-color: #111;
}

.bg-dark-gray {
  background-color: #333;
}

.bg-mid-gray {
  background-color: #555;
}

.bg-gray {
  background-color: #777;
}

.bg-silver {
  background-color: #999;
}

.bg-light-silver {
  background-color: #aaa;
}

.bg-moon-gray {
  background-color: #ccc;
}

.bg-light-gray {
  background-color: #eee;
}

.bg-near-white {
  background-color: #f4f4f4;
}

.bg-white {
  background-color: #fff;
}

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

.bg-dark-red {
  background-color: #e7040f;
}

.bg-red {
  background-color: #ff4136;
}

.bg-light-red {
  background-color: #ff725c;
}

.bg-orange {
  background-color: #ff6300;
}

.bg-gold {
  background-color: #ffb700;
}

.bg-yellow {
  background-color: gold;
}

.bg-light-yellow {
  background-color: #fbf1a9;
}

.bg-purple {
  background-color: #5e2ca5;
}

.bg-light-purple {
  background-color: #a463f2;
}

.bg-dark-pink {
  background-color: #d5008f;
}

.bg-hot-pink {
  background-color: #ff41b4;
}

.bg-pink {
  background-color: #ff80cc;
}

.bg-light-pink {
  background-color: #ffa3d7;
}

.bg-dark-green {
  background-color: #137752;
}

.bg-green {
  background-color: #19a974;
}

.bg-light-green {
  background-color: #9eebcf;
}

.bg-navy {
  background-color: #001b44;
}

.bg-dark-blue {
  background-color: #00449e;
}

.bg-blue {
  background-color: #357edd;
}

.bg-light-blue {
  background-color: #96ccff;
}

.bg-lightest-blue {
  background-color: #cdecff;
}

.bg-washed-blue {
  background-color: #f6fffe;
}

.bg-washed-green {
  background-color: #e8fdf5;
}

.bg-washed-yellow {
  background-color: #fffceb;
}

.bg-washed-red {
  background-color: #ffdfdf;
}

.bg-inherit {
  background-color: inherit;
}

.hover-black:focus, .hover-black:hover {
  color: #000;
}

.hover-near-black:focus, .hover-near-black:hover {
  color: #111;
}

.hover-dark-gray:focus, .hover-dark-gray:hover {
  color: #333;
}

.hover-mid-gray:focus, .hover-mid-gray:hover {
  color: #555;
}

.hover-gray:focus, .hover-gray:hover {
  color: #777;
}

.hover-silver:focus, .hover-silver:hover {
  color: #999;
}

.hover-light-silver:focus, .hover-light-silver:hover {
  color: #aaa;
}

.hover-moon-gray:focus, .hover-moon-gray:hover {
  color: #ccc;
}

.hover-light-gray:focus, .hover-light-gray:hover {
  color: #eee;
}

.hover-near-white:focus, .hover-near-white:hover {
  color: #f4f4f4;
}

.hover-white:focus, .hover-white:hover {
  color: #fff;
}

.hover-black-90:focus, .hover-black-90:hover {
  color: rgba(0, 0, 0, 0.9);
}

.hover-black-80:focus, .hover-black-80:hover {
  color: rgba(0, 0, 0, 0.8);
}

.hover-black-70:focus, .hover-black-70:hover {
  color: rgba(0, 0, 0, 0.7);
}

.hover-black-60:focus, .hover-black-60:hover {
  color: rgba(0, 0, 0, 0.6);
}

.hover-black-50:focus, .hover-black-50:hover {
  color: rgba(0, 0, 0, 0.5);
}

.hover-black-40:focus, .hover-black-40:hover {
  color: rgba(0, 0, 0, 0.4);
}

.hover-black-30:focus, .hover-black-30:hover {
  color: rgba(0, 0, 0, 0.3);
}

.hover-black-20:focus, .hover-black-20:hover {
  color: rgba(0, 0, 0, 0.2);
}

.hover-black-10:focus, .hover-black-10:hover {
  color: rgba(0, 0, 0, 0.1);
}

.hover-white-90:focus, .hover-white-90:hover {
  color: hsla(0, 0%, 100%, 0.9);
}

.hover-white-80:focus, .hover-white-80:hover {
  color: hsla(0, 0%, 100%, 0.8);
}

.hover-white-70:focus, .hover-white-70:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.hover-white-60:focus, .hover-white-60:hover {
  color: hsla(0, 0%, 100%, 0.6);
}

.hover-white-50:focus, .hover-white-50:hover {
  color: hsla(0, 0%, 100%, 0.5);
}

.hover-white-40:focus, .hover-white-40:hover {
  color: hsla(0, 0%, 100%, 0.4);
}

.hover-white-30:focus, .hover-white-30:hover {
  color: hsla(0, 0%, 100%, 0.3);
}

.hover-white-20:focus, .hover-white-20:hover {
  color: hsla(0, 0%, 100%, 0.2);
}

.hover-white-10:focus, .hover-white-10:hover {
  color: hsla(0, 0%, 100%, 0.1);
}

.hover-inherit:focus, .hover-inherit:hover {
  color: inherit;
}

.hover-bg-black:focus, .hover-bg-black:hover {
  background-color: #000;
}

.hover-bg-near-black:focus, .hover-bg-near-black:hover {
  background-color: #111;
}

.hover-bg-dark-gray:focus, .hover-bg-dark-gray:hover {
  background-color: #333;
}

.hover-bg-mid-gray:focus, .hover-bg-mid-gray:hover {
  background-color: #555;
}

.hover-bg-gray:focus, .hover-bg-gray:hover {
  background-color: #777;
}

.hover-bg-silver:focus, .hover-bg-silver:hover {
  background-color: #999;
}

.hover-bg-light-silver:focus, .hover-bg-light-silver:hover {
  background-color: #aaa;
}

.hover-bg-moon-gray:focus, .hover-bg-moon-gray:hover {
  background-color: #ccc;
}

.hover-bg-light-gray:focus, .hover-bg-light-gray:hover {
  background-color: #eee;
}

.hover-bg-near-white:focus, .hover-bg-near-white:hover {
  background-color: #f4f4f4;
}

.hover-bg-white:focus, .hover-bg-white:hover {
  background-color: #fff;
}

.hover-bg-transparent:focus, .hover-bg-transparent:hover {
  background-color: transparent;
}

.hover-bg-black-90:focus, .hover-bg-black-90:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.hover-bg-black-80:focus, .hover-bg-black-80:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.hover-bg-black-70:focus, .hover-bg-black-70:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.hover-bg-black-60:focus, .hover-bg-black-60:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.hover-bg-black-50:focus, .hover-bg-black-50:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.hover-bg-black-40:focus, .hover-bg-black-40:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.hover-bg-black-30:focus, .hover-bg-black-30:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.hover-bg-black-20:focus, .hover-bg-black-20:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.hover-bg-black-10:focus, .hover-bg-black-10:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.hover-bg-white-90:focus, .hover-bg-white-90:hover {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.hover-bg-white-80:focus, .hover-bg-white-80:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.hover-bg-white-70:focus, .hover-bg-white-70:hover {
  background-color: hsla(0, 0%, 100%, 0.7);
}

.hover-bg-white-60:focus, .hover-bg-white-60:hover {
  background-color: hsla(0, 0%, 100%, 0.6);
}

.hover-bg-white-50:focus, .hover-bg-white-50:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.hover-bg-white-40:focus, .hover-bg-white-40:hover {
  background-color: hsla(0, 0%, 100%, 0.4);
}

.hover-bg-white-30:focus, .hover-bg-white-30:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
}

.hover-bg-white-20:focus, .hover-bg-white-20:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.hover-bg-white-10:focus, .hover-bg-white-10:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.hover-dark-red:focus, .hover-dark-red:hover {
  color: #e7040f;
}

.hover-red:focus, .hover-red:hover {
  color: #ff4136;
}

.hover-light-red:focus, .hover-light-red:hover {
  color: #ff725c;
}

.hover-orange:focus, .hover-orange:hover {
  color: #ff6300;
}

.hover-gold:focus, .hover-gold:hover {
  color: #ffb700;
}

.hover-yellow:focus, .hover-yellow:hover {
  color: gold;
}

.hover-light-yellow:focus, .hover-light-yellow:hover {
  color: #fbf1a9;
}

.hover-purple:focus, .hover-purple:hover {
  color: #5e2ca5;
}

.hover-light-purple:focus, .hover-light-purple:hover {
  color: #a463f2;
}

.hover-dark-pink:focus, .hover-dark-pink:hover {
  color: #d5008f;
}

.hover-hot-pink:focus, .hover-hot-pink:hover {
  color: #ff41b4;
}

.hover-pink:focus, .hover-pink:hover {
  color: #ff80cc;
}

.hover-light-pink:focus, .hover-light-pink:hover {
  color: #ffa3d7;
}

.hover-dark-green:focus, .hover-dark-green:hover {
  color: #137752;
}

.hover-green:focus, .hover-green:hover {
  color: #19a974;
}

.hover-light-green:focus, .hover-light-green:hover {
  color: #9eebcf;
}

.hover-navy:focus, .hover-navy:hover {
  color: #001b44;
}

.hover-dark-blue:focus, .hover-dark-blue:hover {
  color: #00449e;
}

.hover-blue:focus, .hover-blue:hover {
  color: #357edd;
}

.hover-light-blue:focus, .hover-light-blue:hover {
  color: #96ccff;
}

.hover-lightest-blue:focus, .hover-lightest-blue:hover {
  color: #cdecff;
}

.hover-washed-blue:focus, .hover-washed-blue:hover {
  color: #f6fffe;
}

.hover-washed-green:focus, .hover-washed-green:hover {
  color: #e8fdf5;
}

.hover-washed-yellow:focus, .hover-washed-yellow:hover {
  color: #fffceb;
}

.hover-washed-red:focus, .hover-washed-red:hover {
  color: #ffdfdf;
}

.hover-bg-dark-red:focus, .hover-bg-dark-red:hover {
  background-color: #e7040f;
}

.hover-bg-red:focus, .hover-bg-red:hover {
  background-color: #ff4136;
}

.hover-bg-light-red:focus, .hover-bg-light-red:hover {
  background-color: #ff725c;
}

.hover-bg-orange:focus, .hover-bg-orange:hover {
  background-color: #ff6300;
}

.hover-bg-gold:focus, .hover-bg-gold:hover {
  background-color: #ffb700;
}

.hover-bg-yellow:focus, .hover-bg-yellow:hover {
  background-color: gold;
}

.hover-bg-light-yellow:focus, .hover-bg-light-yellow:hover {
  background-color: #fbf1a9;
}

.hover-bg-purple:focus, .hover-bg-purple:hover {
  background-color: #5e2ca5;
}

.hover-bg-light-purple:focus, .hover-bg-light-purple:hover {
  background-color: #a463f2;
}

.hover-bg-dark-pink:focus, .hover-bg-dark-pink:hover {
  background-color: #d5008f;
}

.hover-bg-hot-pink:focus, .hover-bg-hot-pink:hover {
  background-color: #ff41b4;
}

.hover-bg-pink:focus, .hover-bg-pink:hover {
  background-color: #ff80cc;
}

.hover-bg-light-pink:focus, .hover-bg-light-pink:hover {
  background-color: #ffa3d7;
}

.hover-bg-dark-green:focus, .hover-bg-dark-green:hover {
  background-color: #137752;
}

.hover-bg-green:focus, .hover-bg-green:hover {
  background-color: #19a974;
}

.hover-bg-light-green:focus, .hover-bg-light-green:hover {
  background-color: #9eebcf;
}

.hover-bg-navy:focus, .hover-bg-navy:hover {
  background-color: #001b44;
}

.hover-bg-dark-blue:focus, .hover-bg-dark-blue:hover {
  background-color: #00449e;
}

.hover-bg-blue:focus, .hover-bg-blue:hover {
  background-color: #357edd;
}

.hover-bg-light-blue:focus, .hover-bg-light-blue:hover {
  background-color: #96ccff;
}

.hover-bg-lightest-blue:focus, .hover-bg-lightest-blue:hover {
  background-color: #cdecff;
}

.hover-bg-washed-blue:focus, .hover-bg-washed-blue:hover {
  background-color: #f6fffe;
}

.hover-bg-washed-green:focus, .hover-bg-washed-green:hover {
  background-color: #e8fdf5;
}

.hover-bg-washed-yellow:focus, .hover-bg-washed-yellow:hover {
  background-color: #fffceb;
}

.hover-bg-washed-red:focus, .hover-bg-washed-red:hover {
  background-color: #ffdfdf;
}

.hover-bg-inherit:focus, .hover-bg-inherit:hover {
  background-color: inherit;
}

.pa0 {
  padding: 0;
}

.pa1 {
  padding: 0.25rem;
}

.pa2 {
  padding: 0.5rem;
}

.pa3 {
  padding: 1rem;
}

.pa4 {
  padding: 2rem;
}

.pa5 {
  padding: 4rem;
}

.pa6 {
  padding: 8rem;
}

.pa7 {
  padding: 16rem;
}

.pl0 {
  padding-left: 0;
}

.pl1 {
  padding-left: 0.25rem;
}

.pl2 {
  padding-left: 0.5rem;
}

.pl3 {
  padding-left: 1rem;
}

.pl4 {
  padding-left: 2rem;
}

.pl5 {
  padding-left: 4rem;
}

.pl6 {
  padding-left: 8rem;
}

.pl7 {
  padding-left: 16rem;
}

.pr0 {
  padding-right: 0;
}

.pr1 {
  padding-right: 0.25rem;
}

.pr2 {
  padding-right: 0.5rem;
}

.pr3 {
  padding-right: 1rem;
}

.pr4 {
  padding-right: 2rem;
}

.pr5 {
  padding-right: 4rem;
}

.pr6 {
  padding-right: 8rem;
}

.pr7 {
  padding-right: 16rem;
}

.pb0 {
  padding-bottom: 0;
}

.pb1 {
  padding-bottom: 0.25rem;
}

.pb2 {
  padding-bottom: 0.5rem;
}

.pb3 {
  padding-bottom: 1rem;
}

.pb4 {
  padding-bottom: 2rem;
}

.pb5 {
  padding-bottom: 4rem;
}

.pb6 {
  padding-bottom: 8rem;
}

.pb7 {
  padding-bottom: 16rem;
}

.pt0 {
  padding-top: 0;
}

.pt1 {
  padding-top: 0.25rem;
}

.pt2 {
  padding-top: 0.5rem;
}

.pt3 {
  padding-top: 1rem;
}

.pt4 {
  padding-top: 2rem;
}

.pt5 {
  padding-top: 4rem;
}

.pt6 {
  padding-top: 8rem;
}

.pt7 {
  padding-top: 16rem;
}

.pv0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pv1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pv2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pv3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pv4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pv5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pv6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pv7 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.ph0 {
  padding-left: 0;
  padding-right: 0;
}

.ph1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.ph2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.ph3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.ph4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.ph5 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.ph6 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.ph7 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.ma0 {
  margin: 0;
}

.ma1 {
  margin: 0.25rem;
}

.ma2 {
  margin: 0.5rem;
}

.ma3 {
  margin: 1rem;
}

.ma4 {
  margin: 2rem;
}

.ma5 {
  margin: 4rem;
}

.ma6 {
  margin: 8rem;
}

.ma7 {
  margin: 16rem;
}

.ml0 {
  margin-left: 0;
}

.ml1 {
  margin-left: 0.25rem;
}

.ml2 {
  margin-left: 0.5rem;
}

.ml3 {
  margin-left: 1rem;
}

.ml4 {
  margin-left: 2rem;
}

.ml5 {
  margin-left: 4rem;
}

.ml6 {
  margin-left: 8rem;
}

.ml7 {
  margin-left: 16rem;
}

.mr0 {
  margin-right: 0;
}

.mr1 {
  margin-right: 0.25rem;
}

.mr2 {
  margin-right: 0.5rem;
}

.mr3 {
  margin-right: 1rem;
}

.mr4 {
  margin-right: 2rem;
}

.mr5 {
  margin-right: 4rem;
}

.mr6 {
  margin-right: 8rem;
}

.mr7 {
  margin-right: 16rem;
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 0.25rem;
}

.mb2 {
  margin-bottom: 0.5rem;
}

.mb3 {
  margin-bottom: 1rem;
}

.mb4 {
  margin-bottom: 2rem;
}

.mb5 {
  margin-bottom: 4rem;
}

.mb6 {
  margin-bottom: 8rem;
}

.mb7 {
  margin-bottom: 16rem;
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 0.25rem;
}

.mt2 {
  margin-top: 0.5rem;
}

.mt3 {
  margin-top: 1rem;
}

.mt4 {
  margin-top: 2rem;
}

.mt5 {
  margin-top: 4rem;
}

.mt6 {
  margin-top: 8rem;
}

.mt7 {
  margin-top: 16rem;
}

.mv0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mv1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mv2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mv3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mv4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mv5 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mv6 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mv7 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.mh0 {
  margin-left: 0;
  margin-right: 0;
}

.mh1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mh2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mh3 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mh4 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mh5 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mh6 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.mh7 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.na1 {
  margin: -0.25rem;
}

.na2 {
  margin: -0.5rem;
}

.na3 {
  margin: -1rem;
}

.na4 {
  margin: -2rem;
}

.na5 {
  margin: -4rem;
}

.na6 {
  margin: -8rem;
}

.na7 {
  margin: -16rem;
}

.nl1 {
  margin-left: -0.25rem;
}

.nl2 {
  margin-left: -0.5rem;
}

.nl3 {
  margin-left: -1rem;
}

.nl4 {
  margin-left: -2rem;
}

.nl5 {
  margin-left: -4rem;
}

.nl6 {
  margin-left: -8rem;
}

.nl7 {
  margin-left: -16rem;
}

.nr1 {
  margin-right: -0.25rem;
}

.nr2 {
  margin-right: -0.5rem;
}

.nr3 {
  margin-right: -1rem;
}

.nr4 {
  margin-right: -2rem;
}

.nr5 {
  margin-right: -4rem;
}

.nr6 {
  margin-right: -8rem;
}

.nr7 {
  margin-right: -16rem;
}

.nb1 {
  margin-bottom: -0.25rem;
}

.nb2 {
  margin-bottom: -0.5rem;
}

.nb3 {
  margin-bottom: -1rem;
}

.nb4 {
  margin-bottom: -2rem;
}

.nb5 {
  margin-bottom: -4rem;
}

.nb6 {
  margin-bottom: -8rem;
}

.nb7 {
  margin-bottom: -16rem;
}

.nt1 {
  margin-top: -0.25rem;
}

.nt2 {
  margin-top: -0.5rem;
}

.nt3 {
  margin-top: -1rem;
}

.nt4 {
  margin-top: -2rem;
}

.nt5 {
  margin-top: -4rem;
}

.nt6 {
  margin-top: -8rem;
}

.nt7 {
  margin-top: -16rem;
}

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

.striped--light-silver:nth-child(odd) {
  background-color: #aaa;
}

.striped--moon-gray:nth-child(odd) {
  background-color: #ccc;
}

.striped--light-gray:nth-child(odd) {
  background-color: #eee;
}

.striped--near-white:nth-child(odd) {
  background-color: #f4f4f4;
}

.stripe-light:nth-child(odd) {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.stripe-dark:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}

.strike {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.tj {
  text-align: justify;
}

.ttc {
  text-transform: capitalize;
}

.ttl {
  text-transform: lowercase;
}

.ttu {
  text-transform: uppercase;
}

.ttn {
  text-transform: none;
}

.f-6, .f-headline {
  font-size: 6rem;
}

.f-5, .f-subheadline {
  font-size: 5rem;
}

.f1 {
  font-size: 3rem;
}

.f2 {
  font-size: 2.25rem;
}

.f3 {
  font-size: 1.5rem;
}

.f4 {
  font-size: 1.25rem;
}

.f5 {
  font-size: 1rem;
}

.f6 {
  font-size: 0.875rem;
}

.f7 {
  font-size: 0.75rem;
}

.measure {
  max-width: 30em;
}

.measure-wide {
  max-width: 34em;
}

.measure-narrow {
  max-width: 20em;
}

.indent {
  text-indent: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

.small-caps {
  font-variant: small-caps;
}

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

.overflow-container {
  overflow-y: scroll;
}

.center {
  margin-left: auto;
}

.center, .mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.clip {
  position: fixed !important;
  _position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.ws-normal {
  white-space: normal;
}

.nowrap {
  white-space: nowrap;
}

.pre {
  white-space: pre;
}

.v-base {
  vertical-align: baseline;
}

.v-mid {
  vertical-align: middle;
}

.v-top {
  vertical-align: top;
}

.v-btm {
  vertical-align: bottom;
}

.dim {
  opacity: 1;
}

.dim, .dim:focus, .dim:hover {
  -webkit-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}

.dim:focus, .dim:hover {
  opacity: 0.5;
}

.dim:active {
  opacity: 0.8;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

.glow, .glow:focus, .glow:hover {
  -webkit-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}

.glow:focus, .glow:hover {
  opacity: 1;
}

.hide-child .child {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}

.hide-child:active .child, .hide-child:focus .child, .hide-child:hover .child {
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}

.underline-hover:focus, .underline-hover:hover {
  text-decoration: underline;
}

.grow {
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.grow:focus, .grow:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.grow:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.grow-large {
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.grow-large:focus, .grow-large:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.grow-large:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.pointer:hover, .shadow-hover {
  cursor: pointer;
}

.shadow-hover {
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.shadow-hover:after {
  content: "";
  -webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.2);
  border-radius: inherit;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.shadow-hover:focus:after, .shadow-hover:hover:after {
  opacity: 1;
}

.bg-animate, .bg-animate:focus, .bg-animate:hover {
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-999 {
  z-index: 999;
}

.z-9999 {
  z-index: 9999;
}

.z-max {
  z-index: 2147483647;
}

.z-inherit {
  z-index: inherit;
}

.z-initial {
  z-index: auto;
}

.z-unset {
  z-index: unset;
}

.nested-copy-line-height ol, .nested-copy-line-height p, .nested-copy-line-height ul {
  line-height: 1.5;
}

.nested-headline-line-height h1, .nested-headline-line-height h2, .nested-headline-line-height h3, .nested-headline-line-height h4, .nested-headline-line-height h5, .nested-headline-line-height h6 {
  line-height: 1.25;
}

.nested-list-reset ol, .nested-list-reset ul {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}

.nested-copy-indent p + p {
  text-indent: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

.nested-copy-separator p + p {
  margin-top: 1.5em;
}

.nested-img img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.nested-links a {
  color: #357edd;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}

.nested-links a:focus, .nested-links a:hover {
  color: #96ccff;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}

.debug * {
  outline: 1px solid gold;
}

.debug-white * {
  outline: 1px solid #fff;
}

.debug-black * {
  outline: 1px solid #000;
}

.debug-grid {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAFElEQVR4AWPAC97/9x0eCsAEPgwAVLshdpENIxcAAAAASUVORK5CYII=) repeat 0 0;
}

.debug-grid-16 {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMklEQVR4AWOgCLz/b0epAa6UGuBOqQHOQHLUgFEDnAbcBZ4UGwDOkiCnkIhdgNgNxAYAiYlD+8sEuo8AAAAASUVORK5CYII=) repeat 0 0;
}

.debug-grid-8-solid {
  background: #fff url(data:image/gif;base64,R0lGODdhCAAIAPEAAADw/wDx/////wAAACwAAAAACAAIAAACDZQvgaeb/lxbAIKA8y0AOw==) repeat 0 0;
}

.debug-grid-16-solid {
  background: #fff url(data:image/gif;base64,R0lGODdhEAAQAPEAAADw/wDx/xXy/////ywAAAAAEAAQAAACIZyPKckYDQFsb6ZqD85jZ2+BkwiRFKehhqQCQgDHcgwEBQA7) repeat 0 0;
}

@media screen and (min-width: 30em) {
  .aspect-ratio-ns {
    height: 0;
    position: relative;
  }
  .aspect-ratio--16x9-ns {
    padding-bottom: 56.25%;
  }
  .aspect-ratio--9x16-ns {
    padding-bottom: 177.77%;
  }
  .aspect-ratio--4x3-ns {
    padding-bottom: 75%;
  }
  .aspect-ratio--3x4-ns {
    padding-bottom: 133.33%;
  }
  .aspect-ratio--6x4-ns {
    padding-bottom: 66.6%;
  }
  .aspect-ratio--4x6-ns {
    padding-bottom: 150%;
  }
  .aspect-ratio--8x5-ns {
    padding-bottom: 62.5%;
  }
  .aspect-ratio--5x8-ns {
    padding-bottom: 160%;
  }
  .aspect-ratio--7x5-ns {
    padding-bottom: 71.42%;
  }
  .aspect-ratio--5x7-ns {
    padding-bottom: 140%;
  }
  .aspect-ratio--1x1-ns {
    padding-bottom: 100%;
  }
  .aspect-ratio--object-ns {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  .cover-ns {
    background-size: cover !important;
  }
  .contain-ns {
    background-size: contain !important;
  }
  .bg-center-ns {
    background-position: 50%;
  }
  .bg-center-ns, .bg-top-ns {
    background-repeat: no-repeat;
  }
  .bg-top-ns {
    background-position: top;
  }
  .bg-right-ns {
    background-position: 100%;
  }
  .bg-bottom-ns, .bg-right-ns {
    background-repeat: no-repeat;
  }
  .bg-bottom-ns {
    background-position: bottom;
  }
  .bg-left-ns {
    background-repeat: no-repeat;
    background-position: 0;
  }
  .outline-ns {
    outline: 1px solid;
  }
  .outline-transparent-ns {
    outline: 1px solid transparent;
  }
  .outline-0-ns {
    outline: 0;
  }
  .ba-ns {
    border-style: solid;
    border-width: 1px;
  }
  .bt-ns {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .br-ns {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .bb-ns {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .bl-ns {
    border-left-style: solid;
    border-left-width: 1px;
  }
  .bn-ns {
    border-style: none;
    border-width: 0;
  }
  .br0-ns {
    border-radius: 0;
  }
  .br1-ns {
    border-radius: 0.125rem;
  }
  .br2-ns {
    border-radius: 0.25rem;
  }
  .br3-ns {
    border-radius: 0.5rem;
  }
  .br4-ns {
    border-radius: 1rem;
  }
  .br-100-ns {
    border-radius: 100%;
  }
  .br-pill-ns {
    border-radius: 9999px;
  }
  .br--bottom-ns {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .br--top-ns {
    border-bottom-right-radius: 0;
  }
  .br--right-ns, .br--top-ns {
    border-bottom-left-radius: 0;
  }
  .br--right-ns {
    border-top-left-radius: 0;
  }
  .br--left-ns {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .b--dotted-ns {
    border-style: dotted;
  }
  .b--dashed-ns {
    border-style: dashed;
  }
  .b--solid-ns {
    border-style: solid;
  }
  .b--none-ns {
    border-style: none;
  }
  .bw0-ns {
    border-width: 0;
  }
  .bw1-ns {
    border-width: 0.125rem;
  }
  .bw2-ns {
    border-width: 0.25rem;
  }
  .bw3-ns {
    border-width: 0.5rem;
  }
  .bw4-ns {
    border-width: 1rem;
  }
  .bw5-ns {
    border-width: 2rem;
  }
  .bt-0-ns {
    border-top-width: 0;
  }
  .br-0-ns {
    border-right-width: 0;
  }
  .bb-0-ns {
    border-bottom-width: 0;
  }
  .bl-0-ns {
    border-left-width: 0;
  }
  .shadow-1-ns {
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-2-ns {
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-3-ns {
    -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-4-ns {
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .shadow-5-ns {
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .top-0-ns {
    top: 0;
  }
  .left-0-ns {
    left: 0;
  }
  .right-0-ns {
    right: 0;
  }
  .bottom-0-ns {
    bottom: 0;
  }
  .top-1-ns {
    top: 1rem;
  }
  .left-1-ns {
    left: 1rem;
  }
  .right-1-ns {
    right: 1rem;
  }
  .bottom-1-ns {
    bottom: 1rem;
  }
  .top-2-ns {
    top: 2rem;
  }
  .left-2-ns {
    left: 2rem;
  }
  .right-2-ns {
    right: 2rem;
  }
  .bottom-2-ns {
    bottom: 2rem;
  }
  .top--1-ns {
    top: -1rem;
  }
  .right--1-ns {
    right: -1rem;
  }
  .bottom--1-ns {
    bottom: -1rem;
  }
  .left--1-ns {
    left: -1rem;
  }
  .top--2-ns {
    top: -2rem;
  }
  .right--2-ns {
    right: -2rem;
  }
  .bottom--2-ns {
    bottom: -2rem;
  }
  .left--2-ns {
    left: -2rem;
  }
  .absolute--fill-ns {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .cl-ns {
    clear: left;
  }
  .cr-ns {
    clear: right;
  }
  .cb-ns {
    clear: both;
  }
  .cn-ns {
    clear: none;
  }
  .dn-ns {
    display: none;
  }
  .di-ns {
    display: inline;
  }
  .db-ns {
    display: block;
  }
  .dib-ns {
    display: inline-block;
  }
  .dit-ns {
    display: inline-table;
  }
  .dt-ns {
    display: table;
  }
  .dtc-ns {
    display: table-cell;
  }
  .dt-row-ns {
    display: table-row;
  }
  .dt-row-group-ns {
    display: table-row-group;
  }
  .dt-column-ns {
    display: table-column;
  }
  .dt-column-group-ns {
    display: table-column-group;
  }
  .dt--fixed-ns {
    table-layout: fixed;
    width: 100%;
  }
  .flex-ns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .inline-flex-ns {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .flex-auto-ns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }
  .flex-none-ns {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .flex-column-ns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-row-ns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-wrap-ns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-nowrap-ns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-wrap-reverse-ns {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .flex-column-reverse-ns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-row-reverse-ns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .items-start-ns {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .items-end-ns {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .items-center-ns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .items-baseline-ns {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .items-stretch-ns {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .self-start-ns {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .self-end-ns {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .self-center-ns {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .self-baseline-ns {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .self-stretch-ns {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .justify-start-ns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-end-ns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-center-ns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-between-ns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-around-ns {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .content-start-ns {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .content-end-ns {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .content-center-ns {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .content-between-ns {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .content-around-ns {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .content-stretch-ns {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .order-0-ns {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-1-ns {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2-ns {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-3-ns {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-4-ns {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-5-ns {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-6-ns {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-7-ns {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-8-ns {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-last-ns {
    -webkit-box-ordinal-group: 100000;
        -ms-flex-order: 99999;
            order: 99999;
  }
  .flex-grow-0-ns {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-grow-1-ns {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex-shrink-0-ns {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flex-shrink-1-ns {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .fl-ns {
    float: left;
  }
  .fl-ns, .fr-ns {
    _display: inline;
  }
  .fr-ns {
    float: right;
  }
  .fn-ns {
    float: none;
  }
  .i-ns {
    font-style: italic;
  }
  .fs-normal-ns {
    font-style: normal;
  }
  .normal-ns {
    font-weight: 400;
  }
  .b-ns {
    font-weight: 700;
  }
  .fw1-ns {
    font-weight: 100;
  }
  .fw2-ns {
    font-weight: 200;
  }
  .fw3-ns {
    font-weight: 300;
  }
  .fw4-ns {
    font-weight: 400;
  }
  .fw5-ns {
    font-weight: 500;
  }
  .fw6-ns {
    font-weight: 600;
  }
  .fw7-ns {
    font-weight: 700;
  }
  .fw8-ns {
    font-weight: 800;
  }
  .fw9-ns {
    font-weight: 900;
  }
  .h1-ns {
    height: 1rem;
  }
  .h2-ns {
    height: 2rem;
  }
  .h3-ns {
    height: 4rem;
  }
  .h4-ns {
    height: 8rem;
  }
  .h5-ns {
    height: 16rem;
  }
  .h-25-ns {
    height: 25%;
  }
  .h-50-ns {
    height: 50%;
  }
  .h-75-ns {
    height: 75%;
  }
  .h-100-ns {
    height: 100%;
  }
  .min-h-100-ns {
    min-height: 100%;
  }
  .vh-25-ns {
    height: 25vh;
  }
  .vh-50-ns {
    height: 50vh;
  }
  .vh-75-ns {
    height: 75vh;
  }
  .vh-100-ns {
    height: 100vh;
  }
  .min-vh-100-ns {
    min-height: 100vh;
  }
  .h-auto-ns {
    height: auto;
  }
  .h-inherit-ns {
    height: inherit;
  }
  .tracked-ns {
    letter-spacing: 0.1em;
  }
  .tracked-tight-ns {
    letter-spacing: -0.05em;
  }
  .tracked-mega-ns {
    letter-spacing: 0.25em;
  }
  .lh-solid-ns {
    line-height: 1;
  }
  .lh-title-ns {
    line-height: 1.25;
  }
  .lh-copy-ns {
    line-height: 1.5;
  }
  .mw-100-ns {
    max-width: 100%;
  }
  .mw1-ns {
    max-width: 1rem;
  }
  .mw2-ns {
    max-width: 2rem;
  }
  .mw3-ns {
    max-width: 4rem;
  }
  .mw4-ns {
    max-width: 8rem;
  }
  .mw5-ns {
    max-width: 16rem;
  }
  .mw6-ns {
    max-width: 32rem;
  }
  .mw7-ns {
    max-width: 48rem;
  }
  .mw8-ns {
    max-width: 64rem;
  }
  .mw9-ns {
    max-width: 96rem;
  }
  .mw-none-ns {
    max-width: none;
  }
  .w1-ns {
    width: 1rem;
  }
  .w2-ns {
    width: 2rem;
  }
  .w3-ns {
    width: 4rem;
  }
  .w4-ns {
    width: 8rem;
  }
  .w5-ns {
    width: 16rem;
  }
  .w-10-ns {
    width: 10%;
  }
  .w-20-ns {
    width: 20%;
  }
  .w-25-ns {
    width: 25%;
  }
  .w-30-ns {
    width: 30%;
  }
  .w-33-ns {
    width: 33%;
  }
  .w-34-ns {
    width: 34%;
  }
  .w-40-ns {
    width: 40%;
  }
  .w-50-ns {
    width: 50%;
  }
  .w-60-ns {
    width: 60%;
  }
  .w-70-ns {
    width: 70%;
  }
  .w-75-ns {
    width: 75%;
  }
  .w-80-ns {
    width: 80%;
  }
  .w-90-ns {
    width: 90%;
  }
  .w-100-ns {
    width: 100%;
  }
  .w-third-ns {
    width: 33.33333%;
  }
  .w-two-thirds-ns {
    width: 66.66667%;
  }
  .w-auto-ns {
    width: auto;
  }
  .overflow-visible-ns {
    overflow: visible;
  }
  .overflow-hidden-ns {
    overflow: hidden;
  }
  .overflow-scroll-ns {
    overflow: scroll;
  }
  .overflow-auto-ns {
    overflow: auto;
  }
  .overflow-x-visible-ns {
    overflow-x: visible;
  }
  .overflow-x-hidden-ns {
    overflow-x: hidden;
  }
  .overflow-x-scroll-ns {
    overflow-x: scroll;
  }
  .overflow-x-auto-ns {
    overflow-x: auto;
  }
  .overflow-y-visible-ns {
    overflow-y: visible;
  }
  .overflow-y-hidden-ns {
    overflow-y: hidden;
  }
  .overflow-y-scroll-ns {
    overflow-y: scroll;
  }
  .overflow-y-auto-ns {
    overflow-y: auto;
  }
  .static-ns {
    position: static;
  }
  .relative-ns {
    position: relative;
  }
  .absolute-ns {
    position: absolute;
  }
  .fixed-ns {
    position: fixed;
  }
  .rotate-45-ns {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .rotate-90-ns {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rotate-135-ns {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .rotate-180-ns {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .rotate-225-ns {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .rotate-270-ns {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .rotate-315-ns {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .pa0-ns {
    padding: 0;
  }
  .pa1-ns {
    padding: 0.25rem;
  }
  .pa2-ns {
    padding: 0.5rem;
  }
  .pa3-ns {
    padding: 1rem;
  }
  .pa4-ns {
    padding: 2rem;
  }
  .pa5-ns {
    padding: 4rem;
  }
  .pa6-ns {
    padding: 8rem;
  }
  .pa7-ns {
    padding: 16rem;
  }
  .pl0-ns {
    padding-left: 0;
  }
  .pl1-ns {
    padding-left: 0.25rem;
  }
  .pl2-ns {
    padding-left: 0.5rem;
  }
  .pl3-ns {
    padding-left: 1rem;
  }
  .pl4-ns {
    padding-left: 2rem;
  }
  .pl5-ns {
    padding-left: 4rem;
  }
  .pl6-ns {
    padding-left: 8rem;
  }
  .pl7-ns {
    padding-left: 16rem;
  }
  .pr0-ns {
    padding-right: 0;
  }
  .pr1-ns {
    padding-right: 0.25rem;
  }
  .pr2-ns {
    padding-right: 0.5rem;
  }
  .pr3-ns {
    padding-right: 1rem;
  }
  .pr4-ns {
    padding-right: 2rem;
  }
  .pr5-ns {
    padding-right: 4rem;
  }
  .pr6-ns {
    padding-right: 8rem;
  }
  .pr7-ns {
    padding-right: 16rem;
  }
  .pb0-ns {
    padding-bottom: 0;
  }
  .pb1-ns {
    padding-bottom: 0.25rem;
  }
  .pb2-ns {
    padding-bottom: 0.5rem;
  }
  .pb3-ns {
    padding-bottom: 1rem;
  }
  .pb4-ns {
    padding-bottom: 2rem;
  }
  .pb5-ns {
    padding-bottom: 4rem;
  }
  .pb6-ns {
    padding-bottom: 8rem;
  }
  .pb7-ns {
    padding-bottom: 16rem;
  }
  .pt0-ns {
    padding-top: 0;
  }
  .pt1-ns {
    padding-top: 0.25rem;
  }
  .pt2-ns {
    padding-top: 0.5rem;
  }
  .pt3-ns {
    padding-top: 1rem;
  }
  .pt4-ns {
    padding-top: 2rem;
  }
  .pt5-ns {
    padding-top: 4rem;
  }
  .pt6-ns {
    padding-top: 8rem;
  }
  .pt7-ns {
    padding-top: 16rem;
  }
  .pv0-ns {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1-ns {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pv2-ns {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pv3-ns {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pv4-ns {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pv5-ns {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pv6-ns {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pv7-ns {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .ph0-ns {
    padding-left: 0;
    padding-right: 0;
  }
  .ph1-ns {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .ph2-ns {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .ph3-ns {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ph4-ns {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ph5-ns {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .ph6-ns {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .ph7-ns {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .ma0-ns {
    margin: 0;
  }
  .ma1-ns {
    margin: 0.25rem;
  }
  .ma2-ns {
    margin: 0.5rem;
  }
  .ma3-ns {
    margin: 1rem;
  }
  .ma4-ns {
    margin: 2rem;
  }
  .ma5-ns {
    margin: 4rem;
  }
  .ma6-ns {
    margin: 8rem;
  }
  .ma7-ns {
    margin: 16rem;
  }
  .ml0-ns {
    margin-left: 0;
  }
  .ml1-ns {
    margin-left: 0.25rem;
  }
  .ml2-ns {
    margin-left: 0.5rem;
  }
  .ml3-ns {
    margin-left: 1rem;
  }
  .ml4-ns {
    margin-left: 2rem;
  }
  .ml5-ns {
    margin-left: 4rem;
  }
  .ml6-ns {
    margin-left: 8rem;
  }
  .ml7-ns {
    margin-left: 16rem;
  }
  .mr0-ns {
    margin-right: 0;
  }
  .mr1-ns {
    margin-right: 0.25rem;
  }
  .mr2-ns {
    margin-right: 0.5rem;
  }
  .mr3-ns {
    margin-right: 1rem;
  }
  .mr4-ns {
    margin-right: 2rem;
  }
  .mr5-ns {
    margin-right: 4rem;
  }
  .mr6-ns {
    margin-right: 8rem;
  }
  .mr7-ns {
    margin-right: 16rem;
  }
  .mb0-ns {
    margin-bottom: 0;
  }
  .mb1-ns {
    margin-bottom: 0.25rem;
  }
  .mb2-ns {
    margin-bottom: 0.5rem;
  }
  .mb3-ns {
    margin-bottom: 1rem;
  }
  .mb4-ns {
    margin-bottom: 2rem;
  }
  .mb5-ns {
    margin-bottom: 4rem;
  }
  .mb6-ns {
    margin-bottom: 8rem;
  }
  .mb7-ns {
    margin-bottom: 16rem;
  }
  .mt0-ns {
    margin-top: 0;
  }
  .mt1-ns {
    margin-top: 0.25rem;
  }
  .mt2-ns {
    margin-top: 0.5rem;
  }
  .mt3-ns {
    margin-top: 1rem;
  }
  .mt4-ns {
    margin-top: 2rem;
  }
  .mt5-ns {
    margin-top: 4rem;
  }
  .mt6-ns {
    margin-top: 8rem;
  }
  .mt7-ns {
    margin-top: 16rem;
  }
  .mv0-ns {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mv1-ns {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .mv2-ns {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mv3-ns {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mv4-ns {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mv5-ns {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mv6-ns {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mv7-ns {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .mh0-ns {
    margin-left: 0;
    margin-right: 0;
  }
  .mh1-ns {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mh2-ns {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mh3-ns {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mh4-ns {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mh5-ns {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .mh6-ns {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .mh7-ns {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .na1-ns {
    margin: -0.25rem;
  }
  .na2-ns {
    margin: -0.5rem;
  }
  .na3-ns {
    margin: -1rem;
  }
  .na4-ns {
    margin: -2rem;
  }
  .na5-ns {
    margin: -4rem;
  }
  .na6-ns {
    margin: -8rem;
  }
  .na7-ns {
    margin: -16rem;
  }
  .nl1-ns {
    margin-left: -0.25rem;
  }
  .nl2-ns {
    margin-left: -0.5rem;
  }
  .nl3-ns {
    margin-left: -1rem;
  }
  .nl4-ns {
    margin-left: -2rem;
  }
  .nl5-ns {
    margin-left: -4rem;
  }
  .nl6-ns {
    margin-left: -8rem;
  }
  .nl7-ns {
    margin-left: -16rem;
  }
  .nr1-ns {
    margin-right: -0.25rem;
  }
  .nr2-ns {
    margin-right: -0.5rem;
  }
  .nr3-ns {
    margin-right: -1rem;
  }
  .nr4-ns {
    margin-right: -2rem;
  }
  .nr5-ns {
    margin-right: -4rem;
  }
  .nr6-ns {
    margin-right: -8rem;
  }
  .nr7-ns {
    margin-right: -16rem;
  }
  .nb1-ns {
    margin-bottom: -0.25rem;
  }
  .nb2-ns {
    margin-bottom: -0.5rem;
  }
  .nb3-ns {
    margin-bottom: -1rem;
  }
  .nb4-ns {
    margin-bottom: -2rem;
  }
  .nb5-ns {
    margin-bottom: -4rem;
  }
  .nb6-ns {
    margin-bottom: -8rem;
  }
  .nb7-ns {
    margin-bottom: -16rem;
  }
  .nt1-ns {
    margin-top: -0.25rem;
  }
  .nt2-ns {
    margin-top: -0.5rem;
  }
  .nt3-ns {
    margin-top: -1rem;
  }
  .nt4-ns {
    margin-top: -2rem;
  }
  .nt5-ns {
    margin-top: -4rem;
  }
  .nt6-ns {
    margin-top: -8rem;
  }
  .nt7-ns {
    margin-top: -16rem;
  }
  .strike-ns {
    text-decoration: line-through;
  }
  .underline-ns {
    text-decoration: underline;
  }
  .no-underline-ns {
    text-decoration: none;
  }
  .tl-ns {
    text-align: left;
  }
  .tr-ns {
    text-align: right;
  }
  .tc-ns {
    text-align: center;
  }
  .tj-ns {
    text-align: justify;
  }
  .ttc-ns {
    text-transform: capitalize;
  }
  .ttl-ns {
    text-transform: lowercase;
  }
  .ttu-ns {
    text-transform: uppercase;
  }
  .ttn-ns {
    text-transform: none;
  }
  .f-6-ns, .f-headline-ns {
    font-size: 6rem;
  }
  .f-5-ns, .f-subheadline-ns {
    font-size: 5rem;
  }
  .f1-ns {
    font-size: 3rem;
  }
  .f2-ns {
    font-size: 2.25rem;
  }
  .f3-ns {
    font-size: 1.5rem;
  }
  .f4-ns {
    font-size: 1.25rem;
  }
  .f5-ns {
    font-size: 1rem;
  }
  .f6-ns {
    font-size: 0.875rem;
  }
  .f7-ns {
    font-size: 0.75rem;
  }
  .measure-ns {
    max-width: 30em;
  }
  .measure-wide-ns {
    max-width: 34em;
  }
  .measure-narrow-ns {
    max-width: 20em;
  }
  .indent-ns {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .small-caps-ns {
    font-variant: small-caps;
  }
  .truncate-ns {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .center-ns {
    margin-left: auto;
  }
  .center-ns, .mr-auto-ns {
    margin-right: auto;
  }
  .ml-auto-ns {
    margin-left: auto;
  }
  .clip-ns {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
  .ws-normal-ns {
    white-space: normal;
  }
  .nowrap-ns {
    white-space: nowrap;
  }
  .pre-ns {
    white-space: pre;
  }
  .v-base-ns {
    vertical-align: baseline;
  }
  .v-mid-ns {
    vertical-align: middle;
  }
  .v-top-ns {
    vertical-align: top;
  }
  .v-btm-ns {
    vertical-align: bottom;
  }
}
@media screen and (min-width: 30em) and (max-width: 60em) {
  .aspect-ratio-m {
    height: 0;
    position: relative;
  }
  .aspect-ratio--16x9-m {
    padding-bottom: 56.25%;
  }
  .aspect-ratio--9x16-m {
    padding-bottom: 177.77%;
  }
  .aspect-ratio--4x3-m {
    padding-bottom: 75%;
  }
  .aspect-ratio--3x4-m {
    padding-bottom: 133.33%;
  }
  .aspect-ratio--6x4-m {
    padding-bottom: 66.6%;
  }
  .aspect-ratio--4x6-m {
    padding-bottom: 150%;
  }
  .aspect-ratio--8x5-m {
    padding-bottom: 62.5%;
  }
  .aspect-ratio--5x8-m {
    padding-bottom: 160%;
  }
  .aspect-ratio--7x5-m {
    padding-bottom: 71.42%;
  }
  .aspect-ratio--5x7-m {
    padding-bottom: 140%;
  }
  .aspect-ratio--1x1-m {
    padding-bottom: 100%;
  }
  .aspect-ratio--object-m {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  .cover-m {
    background-size: cover !important;
  }
  .contain-m {
    background-size: contain !important;
  }
  .bg-center-m {
    background-position: 50%;
  }
  .bg-center-m, .bg-top-m {
    background-repeat: no-repeat;
  }
  .bg-top-m {
    background-position: top;
  }
  .bg-right-m {
    background-position: 100%;
  }
  .bg-bottom-m, .bg-right-m {
    background-repeat: no-repeat;
  }
  .bg-bottom-m {
    background-position: bottom;
  }
  .bg-left-m {
    background-repeat: no-repeat;
    background-position: 0;
  }
  .outline-m {
    outline: 1px solid;
  }
  .outline-transparent-m {
    outline: 1px solid transparent;
  }
  .outline-0-m {
    outline: 0;
  }
  .ba-m {
    border-style: solid;
    border-width: 1px;
  }
  .bt-m {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .br-m {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .bb-m {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .bl-m {
    border-left-style: solid;
    border-left-width: 1px;
  }
  .bn-m {
    border-style: none;
    border-width: 0;
  }
  .br0-m {
    border-radius: 0;
  }
  .br1-m {
    border-radius: 0.125rem;
  }
  .br2-m {
    border-radius: 0.25rem;
  }
  .br3-m {
    border-radius: 0.5rem;
  }
  .br4-m {
    border-radius: 1rem;
  }
  .br-100-m {
    border-radius: 100%;
  }
  .br-pill-m {
    border-radius: 9999px;
  }
  .br--bottom-m {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .br--top-m {
    border-bottom-right-radius: 0;
  }
  .br--right-m, .br--top-m {
    border-bottom-left-radius: 0;
  }
  .br--right-m {
    border-top-left-radius: 0;
  }
  .br--left-m {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .b--dotted-m {
    border-style: dotted;
  }
  .b--dashed-m {
    border-style: dashed;
  }
  .b--solid-m {
    border-style: solid;
  }
  .b--none-m {
    border-style: none;
  }
  .bw0-m {
    border-width: 0;
  }
  .bw1-m {
    border-width: 0.125rem;
  }
  .bw2-m {
    border-width: 0.25rem;
  }
  .bw3-m {
    border-width: 0.5rem;
  }
  .bw4-m {
    border-width: 1rem;
  }
  .bw5-m {
    border-width: 2rem;
  }
  .bt-0-m {
    border-top-width: 0;
  }
  .br-0-m {
    border-right-width: 0;
  }
  .bb-0-m {
    border-bottom-width: 0;
  }
  .bl-0-m {
    border-left-width: 0;
  }
  .shadow-1-m {
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-2-m {
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-3-m {
    -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-4-m {
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .shadow-5-m {
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .top-0-m {
    top: 0;
  }
  .left-0-m {
    left: 0;
  }
  .right-0-m {
    right: 0;
  }
  .bottom-0-m {
    bottom: 0;
  }
  .top-1-m {
    top: 1rem;
  }
  .left-1-m {
    left: 1rem;
  }
  .right-1-m {
    right: 1rem;
  }
  .bottom-1-m {
    bottom: 1rem;
  }
  .top-2-m {
    top: 2rem;
  }
  .left-2-m {
    left: 2rem;
  }
  .right-2-m {
    right: 2rem;
  }
  .bottom-2-m {
    bottom: 2rem;
  }
  .top--1-m {
    top: -1rem;
  }
  .right--1-m {
    right: -1rem;
  }
  .bottom--1-m {
    bottom: -1rem;
  }
  .left--1-m {
    left: -1rem;
  }
  .top--2-m {
    top: -2rem;
  }
  .right--2-m {
    right: -2rem;
  }
  .bottom--2-m {
    bottom: -2rem;
  }
  .left--2-m {
    left: -2rem;
  }
  .absolute--fill-m {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .cl-m {
    clear: left;
  }
  .cr-m {
    clear: right;
  }
  .cb-m {
    clear: both;
  }
  .cn-m {
    clear: none;
  }
  .dn-m {
    display: none;
  }
  .di-m {
    display: inline;
  }
  .db-m {
    display: block;
  }
  .dib-m {
    display: inline-block;
  }
  .dit-m {
    display: inline-table;
  }
  .dt-m {
    display: table;
  }
  .dtc-m {
    display: table-cell;
  }
  .dt-row-m {
    display: table-row;
  }
  .dt-row-group-m {
    display: table-row-group;
  }
  .dt-column-m {
    display: table-column;
  }
  .dt-column-group-m {
    display: table-column-group;
  }
  .dt--fixed-m {
    table-layout: fixed;
    width: 100%;
  }
  .flex-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .inline-flex-m {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .flex-auto-m {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }
  .flex-none-m {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .flex-column-m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-row-m {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-wrap-m {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-nowrap-m {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-wrap-reverse-m {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .flex-column-reverse-m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-row-reverse-m {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .items-start-m {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .items-end-m {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .items-center-m {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .items-baseline-m {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .items-stretch-m {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .self-start-m {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .self-end-m {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .self-center-m {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .self-baseline-m {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .self-stretch-m {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .justify-start-m {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-end-m {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-center-m {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-between-m {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-around-m {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .content-start-m {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .content-end-m {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .content-center-m {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .content-between-m {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .content-around-m {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .content-stretch-m {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .order-0-m {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-1-m {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2-m {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-3-m {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-4-m {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-5-m {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-6-m {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-7-m {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-8-m {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-last-m {
    -webkit-box-ordinal-group: 100000;
        -ms-flex-order: 99999;
            order: 99999;
  }
  .flex-grow-0-m {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-grow-1-m {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex-shrink-0-m {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flex-shrink-1-m {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .fl-m {
    float: left;
  }
  .fl-m, .fr-m {
    _display: inline;
  }
  .fr-m {
    float: right;
  }
  .fn-m {
    float: none;
  }
  .i-m {
    font-style: italic;
  }
  .fs-normal-m {
    font-style: normal;
  }
  .normal-m {
    font-weight: 400;
  }
  .b-m {
    font-weight: 700;
  }
  .fw1-m {
    font-weight: 100;
  }
  .fw2-m {
    font-weight: 200;
  }
  .fw3-m {
    font-weight: 300;
  }
  .fw4-m {
    font-weight: 400;
  }
  .fw5-m {
    font-weight: 500;
  }
  .fw6-m {
    font-weight: 600;
  }
  .fw7-m {
    font-weight: 700;
  }
  .fw8-m {
    font-weight: 800;
  }
  .fw9-m {
    font-weight: 900;
  }
  .h1-m {
    height: 1rem;
  }
  .h2-m {
    height: 2rem;
  }
  .h3-m {
    height: 4rem;
  }
  .h4-m {
    height: 8rem;
  }
  .h5-m {
    height: 16rem;
  }
  .h-25-m {
    height: 25%;
  }
  .h-50-m {
    height: 50%;
  }
  .h-75-m {
    height: 75%;
  }
  .h-100-m {
    height: 100%;
  }
  .min-h-100-m {
    min-height: 100%;
  }
  .vh-25-m {
    height: 25vh;
  }
  .vh-50-m {
    height: 50vh;
  }
  .vh-75-m {
    height: 75vh;
  }
  .vh-100-m {
    height: 100vh;
  }
  .min-vh-100-m {
    min-height: 100vh;
  }
  .h-auto-m {
    height: auto;
  }
  .h-inherit-m {
    height: inherit;
  }
  .tracked-m {
    letter-spacing: 0.1em;
  }
  .tracked-tight-m {
    letter-spacing: -0.05em;
  }
  .tracked-mega-m {
    letter-spacing: 0.25em;
  }
  .lh-solid-m {
    line-height: 1;
  }
  .lh-title-m {
    line-height: 1.25;
  }
  .lh-copy-m {
    line-height: 1.5;
  }
  .mw-100-m {
    max-width: 100%;
  }
  .mw1-m {
    max-width: 1rem;
  }
  .mw2-m {
    max-width: 2rem;
  }
  .mw3-m {
    max-width: 4rem;
  }
  .mw4-m {
    max-width: 8rem;
  }
  .mw5-m {
    max-width: 16rem;
  }
  .mw6-m {
    max-width: 32rem;
  }
  .mw7-m {
    max-width: 48rem;
  }
  .mw8-m {
    max-width: 64rem;
  }
  .mw9-m {
    max-width: 96rem;
  }
  .mw-none-m {
    max-width: none;
  }
  .w1-m {
    width: 1rem;
  }
  .w2-m {
    width: 2rem;
  }
  .w3-m {
    width: 4rem;
  }
  .w4-m {
    width: 8rem;
  }
  .w5-m {
    width: 16rem;
  }
  .w-10-m {
    width: 10%;
  }
  .w-20-m {
    width: 20%;
  }
  .w-25-m {
    width: 25%;
  }
  .w-30-m {
    width: 30%;
  }
  .w-33-m {
    width: 33%;
  }
  .w-34-m {
    width: 34%;
  }
  .w-40-m {
    width: 40%;
  }
  .w-50-m {
    width: 50%;
  }
  .w-60-m {
    width: 60%;
  }
  .w-70-m {
    width: 70%;
  }
  .w-75-m {
    width: 75%;
  }
  .w-80-m {
    width: 80%;
  }
  .w-90-m {
    width: 90%;
  }
  .w-100-m {
    width: 100%;
  }
  .w-third-m {
    width: 33.33333%;
  }
  .w-two-thirds-m {
    width: 66.66667%;
  }
  .w-auto-m {
    width: auto;
  }
  .overflow-visible-m {
    overflow: visible;
  }
  .overflow-hidden-m {
    overflow: hidden;
  }
  .overflow-scroll-m {
    overflow: scroll;
  }
  .overflow-auto-m {
    overflow: auto;
  }
  .overflow-x-visible-m {
    overflow-x: visible;
  }
  .overflow-x-hidden-m {
    overflow-x: hidden;
  }
  .overflow-x-scroll-m {
    overflow-x: scroll;
  }
  .overflow-x-auto-m {
    overflow-x: auto;
  }
  .overflow-y-visible-m {
    overflow-y: visible;
  }
  .overflow-y-hidden-m {
    overflow-y: hidden;
  }
  .overflow-y-scroll-m {
    overflow-y: scroll;
  }
  .overflow-y-auto-m {
    overflow-y: auto;
  }
  .static-m {
    position: static;
  }
  .relative-m {
    position: relative;
  }
  .absolute-m {
    position: absolute;
  }
  .fixed-m {
    position: fixed;
  }
  .rotate-45-m {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .rotate-90-m {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rotate-135-m {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .rotate-180-m {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .rotate-225-m {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .rotate-270-m {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .rotate-315-m {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .pa0-m {
    padding: 0;
  }
  .pa1-m {
    padding: 0.25rem;
  }
  .pa2-m {
    padding: 0.5rem;
  }
  .pa3-m {
    padding: 1rem;
  }
  .pa4-m {
    padding: 2rem;
  }
  .pa5-m {
    padding: 4rem;
  }
  .pa6-m {
    padding: 8rem;
  }
  .pa7-m {
    padding: 16rem;
  }
  .pl0-m {
    padding-left: 0;
  }
  .pl1-m {
    padding-left: 0.25rem;
  }
  .pl2-m {
    padding-left: 0.5rem;
  }
  .pl3-m {
    padding-left: 1rem;
  }
  .pl4-m {
    padding-left: 2rem;
  }
  .pl5-m {
    padding-left: 4rem;
  }
  .pl6-m {
    padding-left: 8rem;
  }
  .pl7-m {
    padding-left: 16rem;
  }
  .pr0-m {
    padding-right: 0;
  }
  .pr1-m {
    padding-right: 0.25rem;
  }
  .pr2-m {
    padding-right: 0.5rem;
  }
  .pr3-m {
    padding-right: 1rem;
  }
  .pr4-m {
    padding-right: 2rem;
  }
  .pr5-m {
    padding-right: 4rem;
  }
  .pr6-m {
    padding-right: 8rem;
  }
  .pr7-m {
    padding-right: 16rem;
  }
  .pb0-m {
    padding-bottom: 0;
  }
  .pb1-m {
    padding-bottom: 0.25rem;
  }
  .pb2-m {
    padding-bottom: 0.5rem;
  }
  .pb3-m {
    padding-bottom: 1rem;
  }
  .pb4-m {
    padding-bottom: 2rem;
  }
  .pb5-m {
    padding-bottom: 4rem;
  }
  .pb6-m {
    padding-bottom: 8rem;
  }
  .pb7-m {
    padding-bottom: 16rem;
  }
  .pt0-m {
    padding-top: 0;
  }
  .pt1-m {
    padding-top: 0.25rem;
  }
  .pt2-m {
    padding-top: 0.5rem;
  }
  .pt3-m {
    padding-top: 1rem;
  }
  .pt4-m {
    padding-top: 2rem;
  }
  .pt5-m {
    padding-top: 4rem;
  }
  .pt6-m {
    padding-top: 8rem;
  }
  .pt7-m {
    padding-top: 16rem;
  }
  .pv0-m {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1-m {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pv2-m {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pv3-m {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pv4-m {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pv5-m {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pv6-m {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pv7-m {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .ph0-m {
    padding-left: 0;
    padding-right: 0;
  }
  .ph1-m {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .ph2-m {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .ph3-m {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ph4-m {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ph5-m {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .ph6-m {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .ph7-m {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .ma0-m {
    margin: 0;
  }
  .ma1-m {
    margin: 0.25rem;
  }
  .ma2-m {
    margin: 0.5rem;
  }
  .ma3-m {
    margin: 1rem;
  }
  .ma4-m {
    margin: 2rem;
  }
  .ma5-m {
    margin: 4rem;
  }
  .ma6-m {
    margin: 8rem;
  }
  .ma7-m {
    margin: 16rem;
  }
  .ml0-m {
    margin-left: 0;
  }
  .ml1-m {
    margin-left: 0.25rem;
  }
  .ml2-m {
    margin-left: 0.5rem;
  }
  .ml3-m {
    margin-left: 1rem;
  }
  .ml4-m {
    margin-left: 2rem;
  }
  .ml5-m {
    margin-left: 4rem;
  }
  .ml6-m {
    margin-left: 8rem;
  }
  .ml7-m {
    margin-left: 16rem;
  }
  .mr0-m {
    margin-right: 0;
  }
  .mr1-m {
    margin-right: 0.25rem;
  }
  .mr2-m {
    margin-right: 0.5rem;
  }
  .mr3-m {
    margin-right: 1rem;
  }
  .mr4-m {
    margin-right: 2rem;
  }
  .mr5-m {
    margin-right: 4rem;
  }
  .mr6-m {
    margin-right: 8rem;
  }
  .mr7-m {
    margin-right: 16rem;
  }
  .mb0-m {
    margin-bottom: 0;
  }
  .mb1-m {
    margin-bottom: 0.25rem;
  }
  .mb2-m {
    margin-bottom: 0.5rem;
  }
  .mb3-m {
    margin-bottom: 1rem;
  }
  .mb4-m {
    margin-bottom: 2rem;
  }
  .mb5-m {
    margin-bottom: 4rem;
  }
  .mb6-m {
    margin-bottom: 8rem;
  }
  .mb7-m {
    margin-bottom: 16rem;
  }
  .mt0-m {
    margin-top: 0;
  }
  .mt1-m {
    margin-top: 0.25rem;
  }
  .mt2-m {
    margin-top: 0.5rem;
  }
  .mt3-m {
    margin-top: 1rem;
  }
  .mt4-m {
    margin-top: 2rem;
  }
  .mt5-m {
    margin-top: 4rem;
  }
  .mt6-m {
    margin-top: 8rem;
  }
  .mt7-m {
    margin-top: 16rem;
  }
  .mv0-m {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mv1-m {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .mv2-m {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mv3-m {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mv4-m {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mv5-m {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mv6-m {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mv7-m {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .mh0-m {
    margin-left: 0;
    margin-right: 0;
  }
  .mh1-m {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mh2-m {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mh3-m {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mh4-m {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mh5-m {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .mh6-m {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .mh7-m {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .na1-m {
    margin: -0.25rem;
  }
  .na2-m {
    margin: -0.5rem;
  }
  .na3-m {
    margin: -1rem;
  }
  .na4-m {
    margin: -2rem;
  }
  .na5-m {
    margin: -4rem;
  }
  .na6-m {
    margin: -8rem;
  }
  .na7-m {
    margin: -16rem;
  }
  .nl1-m {
    margin-left: -0.25rem;
  }
  .nl2-m {
    margin-left: -0.5rem;
  }
  .nl3-m {
    margin-left: -1rem;
  }
  .nl4-m {
    margin-left: -2rem;
  }
  .nl5-m {
    margin-left: -4rem;
  }
  .nl6-m {
    margin-left: -8rem;
  }
  .nl7-m {
    margin-left: -16rem;
  }
  .nr1-m {
    margin-right: -0.25rem;
  }
  .nr2-m {
    margin-right: -0.5rem;
  }
  .nr3-m {
    margin-right: -1rem;
  }
  .nr4-m {
    margin-right: -2rem;
  }
  .nr5-m {
    margin-right: -4rem;
  }
  .nr6-m {
    margin-right: -8rem;
  }
  .nr7-m {
    margin-right: -16rem;
  }
  .nb1-m {
    margin-bottom: -0.25rem;
  }
  .nb2-m {
    margin-bottom: -0.5rem;
  }
  .nb3-m {
    margin-bottom: -1rem;
  }
  .nb4-m {
    margin-bottom: -2rem;
  }
  .nb5-m {
    margin-bottom: -4rem;
  }
  .nb6-m {
    margin-bottom: -8rem;
  }
  .nb7-m {
    margin-bottom: -16rem;
  }
  .nt1-m {
    margin-top: -0.25rem;
  }
  .nt2-m {
    margin-top: -0.5rem;
  }
  .nt3-m {
    margin-top: -1rem;
  }
  .nt4-m {
    margin-top: -2rem;
  }
  .nt5-m {
    margin-top: -4rem;
  }
  .nt6-m {
    margin-top: -8rem;
  }
  .nt7-m {
    margin-top: -16rem;
  }
  .strike-m {
    text-decoration: line-through;
  }
  .underline-m {
    text-decoration: underline;
  }
  .no-underline-m {
    text-decoration: none;
  }
  .tl-m {
    text-align: left;
  }
  .tr-m {
    text-align: right;
  }
  .tc-m {
    text-align: center;
  }
  .tj-m {
    text-align: justify;
  }
  .ttc-m {
    text-transform: capitalize;
  }
  .ttl-m {
    text-transform: lowercase;
  }
  .ttu-m {
    text-transform: uppercase;
  }
  .ttn-m {
    text-transform: none;
  }
  .f-6-m, .f-headline-m {
    font-size: 6rem;
  }
  .f-5-m, .f-subheadline-m {
    font-size: 5rem;
  }
  .f1-m {
    font-size: 3rem;
  }
  .f2-m {
    font-size: 2.25rem;
  }
  .f3-m {
    font-size: 1.5rem;
  }
  .f4-m {
    font-size: 1.25rem;
  }
  .f5-m {
    font-size: 1rem;
  }
  .f6-m {
    font-size: 0.875rem;
  }
  .f7-m {
    font-size: 0.75rem;
  }
  .measure-m {
    max-width: 30em;
  }
  .measure-wide-m {
    max-width: 34em;
  }
  .measure-narrow-m {
    max-width: 20em;
  }
  .indent-m {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .small-caps-m {
    font-variant: small-caps;
  }
  .truncate-m {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .center-m {
    margin-left: auto;
  }
  .center-m, .mr-auto-m {
    margin-right: auto;
  }
  .ml-auto-m {
    margin-left: auto;
  }
  .clip-m {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
  .ws-normal-m {
    white-space: normal;
  }
  .nowrap-m {
    white-space: nowrap;
  }
  .pre-m {
    white-space: pre;
  }
  .v-base-m {
    vertical-align: baseline;
  }
  .v-mid-m {
    vertical-align: middle;
  }
  .v-top-m {
    vertical-align: top;
  }
  .v-btm-m {
    vertical-align: bottom;
  }
}
@media screen and (min-width: 60em) {
  .aspect-ratio-l {
    height: 0;
    position: relative;
  }
  .aspect-ratio--16x9-l {
    padding-bottom: 56.25%;
  }
  .aspect-ratio--9x16-l {
    padding-bottom: 177.77%;
  }
  .aspect-ratio--4x3-l {
    padding-bottom: 75%;
  }
  .aspect-ratio--3x4-l {
    padding-bottom: 133.33%;
  }
  .aspect-ratio--6x4-l {
    padding-bottom: 66.6%;
  }
  .aspect-ratio--4x6-l {
    padding-bottom: 150%;
  }
  .aspect-ratio--8x5-l {
    padding-bottom: 62.5%;
  }
  .aspect-ratio--5x8-l {
    padding-bottom: 160%;
  }
  .aspect-ratio--7x5-l {
    padding-bottom: 71.42%;
  }
  .aspect-ratio--5x7-l {
    padding-bottom: 140%;
  }
  .aspect-ratio--1x1-l {
    padding-bottom: 100%;
  }
  .aspect-ratio--object-l {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  .cover-l {
    background-size: cover !important;
  }
  .contain-l {
    background-size: contain !important;
  }
  .bg-center-l {
    background-position: 50%;
  }
  .bg-center-l, .bg-top-l {
    background-repeat: no-repeat;
  }
  .bg-top-l {
    background-position: top;
  }
  .bg-right-l {
    background-position: 100%;
  }
  .bg-bottom-l, .bg-right-l {
    background-repeat: no-repeat;
  }
  .bg-bottom-l {
    background-position: bottom;
  }
  .bg-left-l {
    background-repeat: no-repeat;
    background-position: 0;
  }
  .outline-l {
    outline: 1px solid;
  }
  .outline-transparent-l {
    outline: 1px solid transparent;
  }
  .outline-0-l {
    outline: 0;
  }
  .ba-l {
    border-style: solid;
    border-width: 1px;
  }
  .bt-l {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .br-l {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .bb-l {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .bl-l {
    border-left-style: solid;
    border-left-width: 1px;
  }
  .bn-l {
    border-style: none;
    border-width: 0;
  }
  .br0-l {
    border-radius: 0;
  }
  .br1-l {
    border-radius: 0.125rem;
  }
  .br2-l {
    border-radius: 0.25rem;
  }
  .br3-l {
    border-radius: 0.5rem;
  }
  .br4-l {
    border-radius: 1rem;
  }
  .br-100-l {
    border-radius: 100%;
  }
  .br-pill-l {
    border-radius: 9999px;
  }
  .br--bottom-l {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .br--top-l {
    border-bottom-right-radius: 0;
  }
  .br--right-l, .br--top-l {
    border-bottom-left-radius: 0;
  }
  .br--right-l {
    border-top-left-radius: 0;
  }
  .br--left-l {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .b--dotted-l {
    border-style: dotted;
  }
  .b--dashed-l {
    border-style: dashed;
  }
  .b--solid-l {
    border-style: solid;
  }
  .b--none-l {
    border-style: none;
  }
  .bw0-l {
    border-width: 0;
  }
  .bw1-l {
    border-width: 0.125rem;
  }
  .bw2-l {
    border-width: 0.25rem;
  }
  .bw3-l {
    border-width: 0.5rem;
  }
  .bw4-l {
    border-width: 1rem;
  }
  .bw5-l {
    border-width: 2rem;
  }
  .bt-0-l {
    border-top-width: 0;
  }
  .br-0-l {
    border-right-width: 0;
  }
  .bb-0-l {
    border-bottom-width: 0;
  }
  .bl-0-l {
    border-left-width: 0;
  }
  .shadow-1-l {
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-2-l {
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-3-l {
    -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-4-l {
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .shadow-5-l {
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .top-0-l {
    top: 0;
  }
  .left-0-l {
    left: 0;
  }
  .right-0-l {
    right: 0;
  }
  .bottom-0-l {
    bottom: 0;
  }
  .top-1-l {
    top: 1rem;
  }
  .left-1-l {
    left: 1rem;
  }
  .right-1-l {
    right: 1rem;
  }
  .bottom-1-l {
    bottom: 1rem;
  }
  .top-2-l {
    top: 2rem;
  }
  .left-2-l {
    left: 2rem;
  }
  .right-2-l {
    right: 2rem;
  }
  .bottom-2-l {
    bottom: 2rem;
  }
  .top--1-l {
    top: -1rem;
  }
  .right--1-l {
    right: -1rem;
  }
  .bottom--1-l {
    bottom: -1rem;
  }
  .left--1-l {
    left: -1rem;
  }
  .top--2-l {
    top: -2rem;
  }
  .right--2-l {
    right: -2rem;
  }
  .bottom--2-l {
    bottom: -2rem;
  }
  .left--2-l {
    left: -2rem;
  }
  .absolute--fill-l {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .cl-l {
    clear: left;
  }
  .cr-l {
    clear: right;
  }
  .cb-l {
    clear: both;
  }
  .cn-l {
    clear: none;
  }
  .dn-l {
    display: none;
  }
  .di-l {
    display: inline;
  }
  .db-l {
    display: block;
  }
  .dib-l {
    display: inline-block;
  }
  .dit-l {
    display: inline-table;
  }
  .dt-l {
    display: table;
  }
  .dtc-l {
    display: table-cell;
  }
  .dt-row-l {
    display: table-row;
  }
  .dt-row-group-l {
    display: table-row-group;
  }
  .dt-column-l {
    display: table-column;
  }
  .dt-column-group-l {
    display: table-column-group;
  }
  .dt--fixed-l {
    table-layout: fixed;
    width: 100%;
  }
  .flex-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .inline-flex-l {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .flex-auto-l {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }
  .flex-none-l {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .flex-column-l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-row-l {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-wrap-l {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-nowrap-l {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-wrap-reverse-l {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .flex-column-reverse-l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-row-reverse-l {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .items-start-l {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .items-end-l {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .items-center-l {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .items-baseline-l {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .items-stretch-l {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .self-start-l {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .self-end-l {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .self-center-l {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .self-baseline-l {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .self-stretch-l {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .justify-start-l {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-end-l {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-center-l {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-between-l {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-around-l {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .content-start-l {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .content-end-l {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .content-center-l {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .content-between-l {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .content-around-l {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .content-stretch-l {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .order-0-l {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-1-l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2-l {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-3-l {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-4-l {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-5-l {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-6-l {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-7-l {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-8-l {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-last-l {
    -webkit-box-ordinal-group: 100000;
        -ms-flex-order: 99999;
            order: 99999;
  }
  .flex-grow-0-l {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-grow-1-l {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex-shrink-0-l {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flex-shrink-1-l {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .fl-l {
    float: left;
  }
  .fl-l, .fr-l {
    _display: inline;
  }
  .fr-l {
    float: right;
  }
  .fn-l {
    float: none;
  }
  .i-l {
    font-style: italic;
  }
  .fs-normal-l {
    font-style: normal;
  }
  .normal-l {
    font-weight: 400;
  }
  .b-l {
    font-weight: 700;
  }
  .fw1-l {
    font-weight: 100;
  }
  .fw2-l {
    font-weight: 200;
  }
  .fw3-l {
    font-weight: 300;
  }
  .fw4-l {
    font-weight: 400;
  }
  .fw5-l {
    font-weight: 500;
  }
  .fw6-l {
    font-weight: 600;
  }
  .fw7-l {
    font-weight: 700;
  }
  .fw8-l {
    font-weight: 800;
  }
  .fw9-l {
    font-weight: 900;
  }
  .h1-l {
    height: 1rem;
  }
  .h2-l {
    height: 2rem;
  }
  .h3-l {
    height: 4rem;
  }
  .h4-l {
    height: 8rem;
  }
  .h5-l {
    height: 16rem;
  }
  .h-25-l {
    height: 25%;
  }
  .h-50-l {
    height: 50%;
  }
  .h-75-l {
    height: 75%;
  }
  .h-100-l {
    height: 100%;
  }
  .min-h-100-l {
    min-height: 100%;
  }
  .vh-25-l {
    height: 25vh;
  }
  .vh-50-l {
    height: 50vh;
  }
  .vh-75-l {
    height: 75vh;
  }
  .vh-100-l {
    height: 100vh;
  }
  .min-vh-100-l {
    min-height: 100vh;
  }
  .h-auto-l {
    height: auto;
  }
  .h-inherit-l {
    height: inherit;
  }
  .tracked-l {
    letter-spacing: 0.1em;
  }
  .tracked-tight-l {
    letter-spacing: -0.05em;
  }
  .tracked-mega-l {
    letter-spacing: 0.25em;
  }
  .lh-solid-l {
    line-height: 1;
  }
  .lh-title-l {
    line-height: 1.25;
  }
  .lh-copy-l {
    line-height: 1.5;
  }
  .mw-100-l {
    max-width: 100%;
  }
  .mw1-l {
    max-width: 1rem;
  }
  .mw2-l {
    max-width: 2rem;
  }
  .mw3-l {
    max-width: 4rem;
  }
  .mw4-l {
    max-width: 8rem;
  }
  .mw5-l {
    max-width: 16rem;
  }
  .mw6-l {
    max-width: 32rem;
  }
  .mw7-l {
    max-width: 48rem;
  }
  .mw8-l {
    max-width: 64rem;
  }
  .mw9-l {
    max-width: 96rem;
  }
  .mw-none-l {
    max-width: none;
  }
  .w1-l {
    width: 1rem;
  }
  .w2-l {
    width: 2rem;
  }
  .w3-l {
    width: 4rem;
  }
  .w4-l {
    width: 8rem;
  }
  .w5-l {
    width: 16rem;
  }
  .w-10-l {
    width: 10%;
  }
  .w-20-l {
    width: 20%;
  }
  .w-25-l {
    width: 25%;
  }
  .w-30-l {
    width: 30%;
  }
  .w-33-l {
    width: 33%;
  }
  .w-34-l {
    width: 34%;
  }
  .w-40-l {
    width: 40%;
  }
  .w-50-l {
    width: 50%;
  }
  .w-60-l {
    width: 60%;
  }
  .w-70-l {
    width: 70%;
  }
  .w-75-l {
    width: 75%;
  }
  .w-80-l {
    width: 80%;
  }
  .w-90-l {
    width: 90%;
  }
  .w-100-l {
    width: 100%;
  }
  .w-third-l {
    width: 33.33333%;
  }
  .w-two-thirds-l {
    width: 66.66667%;
  }
  .w-auto-l {
    width: auto;
  }
  .overflow-visible-l {
    overflow: visible;
  }
  .overflow-hidden-l {
    overflow: hidden;
  }
  .overflow-scroll-l {
    overflow: scroll;
  }
  .overflow-auto-l {
    overflow: auto;
  }
  .overflow-x-visible-l {
    overflow-x: visible;
  }
  .overflow-x-hidden-l {
    overflow-x: hidden;
  }
  .overflow-x-scroll-l {
    overflow-x: scroll;
  }
  .overflow-x-auto-l {
    overflow-x: auto;
  }
  .overflow-y-visible-l {
    overflow-y: visible;
  }
  .overflow-y-hidden-l {
    overflow-y: hidden;
  }
  .overflow-y-scroll-l {
    overflow-y: scroll;
  }
  .overflow-y-auto-l {
    overflow-y: auto;
  }
  .static-l {
    position: static;
  }
  .relative-l {
    position: relative;
  }
  .absolute-l {
    position: absolute;
  }
  .fixed-l {
    position: fixed;
  }
  .rotate-45-l {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .rotate-90-l {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rotate-135-l {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .rotate-180-l {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .rotate-225-l {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .rotate-270-l {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .rotate-315-l {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .pa0-l {
    padding: 0;
  }
  .pa1-l {
    padding: 0.25rem;
  }
  .pa2-l {
    padding: 0.5rem;
  }
  .pa3-l {
    padding: 1rem;
  }
  .pa4-l {
    padding: 2rem;
  }
  .pa5-l {
    padding: 4rem;
  }
  .pa6-l {
    padding: 8rem;
  }
  .pa7-l {
    padding: 16rem;
  }
  .pl0-l {
    padding-left: 0;
  }
  .pl1-l {
    padding-left: 0.25rem;
  }
  .pl2-l {
    padding-left: 0.5rem;
  }
  .pl3-l {
    padding-left: 1rem;
  }
  .pl4-l {
    padding-left: 2rem;
  }
  .pl5-l {
    padding-left: 4rem;
  }
  .pl6-l {
    padding-left: 8rem;
  }
  .pl7-l {
    padding-left: 16rem;
  }
  .pr0-l {
    padding-right: 0;
  }
  .pr1-l {
    padding-right: 0.25rem;
  }
  .pr2-l {
    padding-right: 0.5rem;
  }
  .pr3-l {
    padding-right: 1rem;
  }
  .pr4-l {
    padding-right: 2rem;
  }
  .pr5-l {
    padding-right: 4rem;
  }
  .pr6-l {
    padding-right: 8rem;
  }
  .pr7-l {
    padding-right: 16rem;
  }
  .pb0-l {
    padding-bottom: 0;
  }
  .pb1-l {
    padding-bottom: 0.25rem;
  }
  .pb2-l {
    padding-bottom: 0.5rem;
  }
  .pb3-l {
    padding-bottom: 1rem;
  }
  .pb4-l {
    padding-bottom: 2rem;
  }
  .pb5-l {
    padding-bottom: 4rem;
  }
  .pb6-l {
    padding-bottom: 8rem;
  }
  .pb7-l {
    padding-bottom: 16rem;
  }
  .pt0-l {
    padding-top: 0;
  }
  .pt1-l {
    padding-top: 0.25rem;
  }
  .pt2-l {
    padding-top: 0.5rem;
  }
  .pt3-l {
    padding-top: 1rem;
  }
  .pt4-l {
    padding-top: 2rem;
  }
  .pt5-l {
    padding-top: 4rem;
  }
  .pt6-l {
    padding-top: 8rem;
  }
  .pt7-l {
    padding-top: 16rem;
  }
  .pv0-l {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1-l {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pv2-l {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pv3-l {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pv4-l {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pv5-l {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pv6-l {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pv7-l {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .ph0-l {
    padding-left: 0;
    padding-right: 0;
  }
  .ph1-l {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .ph2-l {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .ph3-l {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ph4-l {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ph5-l {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .ph6-l {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .ph7-l {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .ma0-l {
    margin: 0;
  }
  .ma1-l {
    margin: 0.25rem;
  }
  .ma2-l {
    margin: 0.5rem;
  }
  .ma3-l {
    margin: 1rem;
  }
  .ma4-l {
    margin: 2rem;
  }
  .ma5-l {
    margin: 4rem;
  }
  .ma6-l {
    margin: 8rem;
  }
  .ma7-l {
    margin: 16rem;
  }
  .ml0-l {
    margin-left: 0;
  }
  .ml1-l {
    margin-left: 0.25rem;
  }
  .ml2-l {
    margin-left: 0.5rem;
  }
  .ml3-l {
    margin-left: 1rem;
  }
  .ml4-l {
    margin-left: 2rem;
  }
  .ml5-l {
    margin-left: 4rem;
  }
  .ml6-l {
    margin-left: 8rem;
  }
  .ml7-l {
    margin-left: 16rem;
  }
  .mr0-l {
    margin-right: 0;
  }
  .mr1-l {
    margin-right: 0.25rem;
  }
  .mr2-l {
    margin-right: 0.5rem;
  }
  .mr3-l {
    margin-right: 1rem;
  }
  .mr4-l {
    margin-right: 2rem;
  }
  .mr5-l {
    margin-right: 4rem;
  }
  .mr6-l {
    margin-right: 8rem;
  }
  .mr7-l {
    margin-right: 16rem;
  }
  .mb0-l {
    margin-bottom: 0;
  }
  .mb1-l {
    margin-bottom: 0.25rem;
  }
  .mb2-l {
    margin-bottom: 0.5rem;
  }
  .mb3-l {
    margin-bottom: 1rem;
  }
  .mb4-l {
    margin-bottom: 2rem;
  }
  .mb5-l {
    margin-bottom: 4rem;
  }
  .mb6-l {
    margin-bottom: 8rem;
  }
  .mb7-l {
    margin-bottom: 16rem;
  }
  .mt0-l {
    margin-top: 0;
  }
  .mt1-l {
    margin-top: 0.25rem;
  }
  .mt2-l {
    margin-top: 0.5rem;
  }
  .mt3-l {
    margin-top: 1rem;
  }
  .mt4-l {
    margin-top: 2rem;
  }
  .mt5-l {
    margin-top: 4rem;
  }
  .mt6-l {
    margin-top: 8rem;
  }
  .mt7-l {
    margin-top: 16rem;
  }
  .mv0-l {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mv1-l {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .mv2-l {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mv3-l {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mv4-l {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mv5-l {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mv6-l {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mv7-l {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .mh0-l {
    margin-left: 0;
    margin-right: 0;
  }
  .mh1-l {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mh2-l {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mh3-l {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mh4-l {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mh5-l {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .mh6-l {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .mh7-l {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .na1-l {
    margin: -0.25rem;
  }
  .na2-l {
    margin: -0.5rem;
  }
  .na3-l {
    margin: -1rem;
  }
  .na4-l {
    margin: -2rem;
  }
  .na5-l {
    margin: -4rem;
  }
  .na6-l {
    margin: -8rem;
  }
  .na7-l {
    margin: -16rem;
  }
  .nl1-l {
    margin-left: -0.25rem;
  }
  .nl2-l {
    margin-left: -0.5rem;
  }
  .nl3-l {
    margin-left: -1rem;
  }
  .nl4-l {
    margin-left: -2rem;
  }
  .nl5-l {
    margin-left: -4rem;
  }
  .nl6-l {
    margin-left: -8rem;
  }
  .nl7-l {
    margin-left: -16rem;
  }
  .nr1-l {
    margin-right: -0.25rem;
  }
  .nr2-l {
    margin-right: -0.5rem;
  }
  .nr3-l {
    margin-right: -1rem;
  }
  .nr4-l {
    margin-right: -2rem;
  }
  .nr5-l {
    margin-right: -4rem;
  }
  .nr6-l {
    margin-right: -8rem;
  }
  .nr7-l {
    margin-right: -16rem;
  }
  .nb1-l {
    margin-bottom: -0.25rem;
  }
  .nb2-l {
    margin-bottom: -0.5rem;
  }
  .nb3-l {
    margin-bottom: -1rem;
  }
  .nb4-l {
    margin-bottom: -2rem;
  }
  .nb5-l {
    margin-bottom: -4rem;
  }
  .nb6-l {
    margin-bottom: -8rem;
  }
  .nb7-l {
    margin-bottom: -16rem;
  }
  .nt1-l {
    margin-top: -0.25rem;
  }
  .nt2-l {
    margin-top: -0.5rem;
  }
  .nt3-l {
    margin-top: -1rem;
  }
  .nt4-l {
    margin-top: -2rem;
  }
  .nt5-l {
    margin-top: -4rem;
  }
  .nt6-l {
    margin-top: -8rem;
  }
  .nt7-l {
    margin-top: -16rem;
  }
  .strike-l {
    text-decoration: line-through;
  }
  .underline-l {
    text-decoration: underline;
  }
  .no-underline-l {
    text-decoration: none;
  }
  .tl-l {
    text-align: left;
  }
  .tr-l {
    text-align: right;
  }
  .tc-l {
    text-align: center;
  }
  .tj-l {
    text-align: justify;
  }
  .ttc-l {
    text-transform: capitalize;
  }
  .ttl-l {
    text-transform: lowercase;
  }
  .ttu-l {
    text-transform: uppercase;
  }
  .ttn-l {
    text-transform: none;
  }
  .f-6-l, .f-headline-l {
    font-size: 6rem;
  }
  .f-5-l, .f-subheadline-l {
    font-size: 5rem;
  }
  .f1-l {
    font-size: 3rem;
  }
  .f2-l {
    font-size: 2.25rem;
  }
  .f3-l {
    font-size: 1.5rem;
  }
  .f4-l {
    font-size: 1.25rem;
  }
  .f5-l {
    font-size: 1rem;
  }
  .f6-l {
    font-size: 0.875rem;
  }
  .f7-l {
    font-size: 0.75rem;
  }
  .measure-l {
    max-width: 30em;
  }
  .measure-wide-l {
    max-width: 34em;
  }
  .measure-narrow-l {
    max-width: 20em;
  }
  .indent-l {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .small-caps-l {
    font-variant: small-caps;
  }
  .truncate-l {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .center-l {
    margin-left: auto;
  }
  .center-l, .mr-auto-l {
    margin-right: auto;
  }
  .ml-auto-l {
    margin-left: auto;
  }
  .clip-l {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
  .ws-normal-l {
    white-space: normal;
  }
  .nowrap-l {
    white-space: nowrap;
  }
  .pre-l {
    white-space: pre;
  }
  .v-base-l {
    vertical-align: baseline;
  }
  .v-mid-l {
    vertical-align: middle;
  }
  .v-top-l {
    vertical-align: top;
  }
  .v-btm-l {
    vertical-align: bottom;
  }
}
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}


/* ============ Base ============ */
/* ====================== Typography ====================== */
/* ====================== Typography ====================== */
h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.7rem;
  margin: 1.4rem 0 1.2rem 0;
  color: #001632;
}
@media (min-width: 500px) {
  h1 {
    font-size: 1.6rem;
  }
}
@media (min-width: 600px) {
  h1 {
    font-size: 1.7rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
}

h2 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 100;
  padding-bottom: 20px;
  line-height: 170%;
  color: #001632;
}
@media (min-width: 500px) {
  h2 {
    font-size: 1.55rem;
  }
}
@media (min-width: 600px) {
  h2 {
    font-size: 1.6rem;
    line-height: 1.95rem;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.65rem;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 2.65rem;
    line-height: 3.25rem;
    letter-spacing: -1px;
  }
}
h2 a {
  color: #00214c;
  border-bottom: 1px solid #f1f1f1;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 1.65rem;
  margin: 1.4rem 0 0.7rem 0;
  letter-spacing: 0.4px;
  color: #001632;
}
@media (min-width: 500px) {
  h3 {
    font-size: 1.45rem;
  }
}
@media (min-width: 600px) {
  h3 {
    font-size: 1.5rem;
    line-height: 1.95rem;
  }
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.55rem;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 2.35rem;
  }
}
h3 a {
  color: #00214c;
  border-bottom: 1px solid #f1f1f1;
}

h4 {
  letter-spacing: 0.02rem;
  font-size: 1.4rem;
  line-height: 1.75rem;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 100;
  margin: 0.85em 0;
  color: #851c1a;
  display: inline-block;
}
@media (min-width: 500px) {
  h4 {
    font-size: 1.45rem;
  }
}
@media (min-width: 600px) {
  h4 {
    font-size: 1.5rem;
    line-height: 1.85rem;
  }
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 2.15rem;
    line-height: 2rem;
  }
}

h5 {
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  line-height: 2rem;
  margin: 1.4rem 0 0.7rem 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 900;
  padding: 0;
}
@media (min-width: 500px) {
  h5 {
    font-size: 1.25rem;
  }
}
@media (min-width: 600px) {
  h5 {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
@media (min-width: 768px) {
  h5 {
    font-size: 1.35rem;
  }
}
@media (min-width: 992px) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 0.95rem;
  line-height: 1.3rem;
  margin: 1.4rem 0 0.7rem 0;
}
@media (min-width: 600px) {
  h6 {
    font-size: 1rem;
    line-height: 1.35rem;
  }
}
@media (min-width: 768px) {
  h6 {
    font-size: 1.05rem;
  }
}
@media (min-width: 992px) {
  h6 {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}

p,
ol,
ul,
pre,
address {
  font-family: "Playfair Display", serif;
  font-weight: 100;
  font-size: 1.5rem;
  line-height: 170%;
  margin: 0.8rem 0 1.2rem 0;
}
@media (min-width: 768px) {
  p,
  ol,
  ul,
  pre,
  address {
    font-size: 1.65rem;
    line-height: 170%;
    margin-top: 15px;
  }
}
p.big,
ol.big,
ul.big,
pre.big,
address.big {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 100;
  padding: 20px 0;
  line-height: 170%;
}
@media (min-width: 992px) {
  p.big,
  ol.big,
  ul.big,
  pre.big,
  address.big {
    font-size: 3.5rem;
    line-height: 3.25rem;
    letter-spacing: -1px;
  }
}

.default-main a {
  border-bottom: 1px solid #acb7c1;
  padding-bottom: 2px;
}

code {
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  font-weight: 400;
  font-size: 0.88rem;
  line-height: 1.3rem;
  margin: 0.5em 0;
  white-space: inherit;
}
@media (min-width: 768px) {
  code {
    font-size: 0.92rem;
    line-height: 1.4rem;
  }
}

b,
strong {
  font-weight: 700;
}

input[type=text],
input[type=email],
textarea {
  margin: 0 8px 10px 0;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  min-height: 35px;
  max-width: 100%;
}

select {
  margin: 0 8px 10px 0;
}

/* Remove excess margin / padding */
.no-border {
  border: 0;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

#top,
#bottom,
#left,
#right {
  background: #fff;
  position: fixed;
  z-index: 9998;
}

#left,
#right {
  top: 0;
  bottom: 0;
  width: 15px;
}

#left {
  left: 0;
}

#right {
  right: 0;
}

#top,
#bottom {
  left: 0;
  right: 0;
  height: 15px;
}

#top {
  top: 0;
}

#bottom {
  bottom: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 75px;
}
@media (min-width: 992px) {
  html {
    scroll-padding-top: 160px;
  }
}

body {
  margin: 0;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

html.mac * {
  text-rendering: optimizeLegibility;
}

body.locked {
  overflow: hidden;
}

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

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

/* Change color & bg color of selected live text */
*::-moz-selection {
  background-color: #851c1a;
  color: white;
}
*::selection {
  background-color: #851c1a;
  color: white;
}

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

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* if using a sticky nav, use this to add space above anchor links to go below navbar */
*:target:before {
  display: block;
  content: "";
  height: 90px;
  margin: -90px 0 0;
}

*:target:before:focus {
  outline: none !important;
}

*:target:focus {
  outline: none;
}

a {
  color: #83919a;
}
a:hover {
  color: #001632;
}

a,
a:visited,
a:hover,
a:focus,
input,
input:hover {
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  cursor: hand;
}

/* ====================== Alignment ====================== */
.center {
  text-align: center;
}

/* Parent element needs position:relative; */
.vert-centered {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Parent element needs position:relative; */
.absolute-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translatex(-50%) translatey(-50%);
  transform: translatex(-50%) translatey(-50%);
}

/* Remove excess margin / padding */
.no-border {
  border: 0;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.get-a-better-browser {
  z-index: 9999;
  position: absolute;
}

img {
  max-width: 100%;
}

/* ====================== Transitions ====================== */
/* 
=== Use Extend Property (Example below) === 
.header {
  @extend .transition-cubic;
  background: white;
*/
.transition-cubic, .gray img:hover, .gray img, img.gray:hover, img.gray, .program-card h1, .play span img, header, #search .close-search, #search.open-search, #search, .slide-left, .slide-right, .push-left, .push-right, .over-left, .over-right, footer .mini-footer img:hover, footer .mini-footer img, footer .mini-footer, #full-menu .close-menu, #full-menu.open-menu, #full-menu {
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.transition-fast {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.transition {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.transition-slow {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.cushion-sm {
  padding: 2%;
}

.cushion-md {
  padding: 5%;
}

.cushion-lg {
  padding: 10%;
}

.cushion-vert-sm {
  padding: 2% 0;
}

.cushion-vert-md {
  padding: 5% 0;
}

.cushion-vert-lg {
  padding: 10% 0;
}

.cushion-horiz-sm {
  padding: 0 2%;
}

.cushion-horiz-md {
  padding: 0 5%;
}

.cushion-horiz-lg {
  padding: 0 10%;
}

.white {
  color: white !important;
}

/* ====================== Alignment ====================== */
.centered {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

/* Parent element needs position:relative; */
.vert-centered {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Parent element needs position:relative; */
.absolute-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translatex(-50%) translatey(-50%);
  transform: translatex(-50%) translatey(-50%);
}

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

.flex-margin {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* BG Images
====================== */
.bg-image-js {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
}

/* ====================== Unique Mobile Layouts ====================== */
@media (max-width: 768px) {
  .device-direction-flip {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
}

@media (max-width: 768px) {
  .mobile-zap {
    display: none;
  }
}

/* ====================== REM font size with pixel fallback ====================== */
/* === Usage === */
/*p {
  @include font-size(14px)
}*/
/* === Output === */
/*p {
  font-size: 14px; //Will be overridden if browser supports rem
  font-size: 0.8rem;
}*/
/* ====================== Breakpoints ====================== */
/* ==== Usage ==== */
/*.class {
  width: 60%;
  float: left;
  margin: 0 2% 0 0;
  @include bp-small {
    width: 100%;
    float: none;
    margin: 0;
  }
}*/
/* ==== End ==== */
.children-fade-in > *:not(span) {
  opacity: 0;
}
.children-fade-in > *:not(span):nth-child(1) {
  -webkit-animation-delay: 0.05s !important;
          animation-delay: 0.05s !important;
}
.children-fade-in > *:not(span):nth-child(2) {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}
.children-fade-in > *:not(span):nth-child(3) {
  -webkit-animation-delay: 0.15s !important;
          animation-delay: 0.15s !important;
}
.children-fade-in > *:not(span):nth-child(4) {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.children-fade-in > *:not(span):nth-child(5) {
  -webkit-animation-delay: 0.25s !important;
          animation-delay: 0.25s !important;
}
.children-fade-in > *:not(span):nth-child(6) {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.children-fade-in > *:not(span):nth-child(7) {
  -webkit-animation-delay: 0.35s !important;
          animation-delay: 0.35s !important;
}
.children-fade-in > *:not(span):nth-child(8) {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}
.children-fade-in > *:not(span):nth-child(9) {
  -webkit-animation-delay: 0.45s !important;
          animation-delay: 0.45s !important;
}
.children-fade-in > *:not(span):nth-child(10) {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.children-fade-in > *:not(span):nth-child(11) {
  -webkit-animation-delay: 0.55s !important;
          animation-delay: 0.55s !important;
}
.children-fade-in > *:not(span):nth-child(12) {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.children-fade-in > *:not(span):nth-child(13) {
  -webkit-animation-delay: 0.65s !important;
          animation-delay: 0.65s !important;
}
.children-fade-in > *:not(span):nth-child(14) {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}
.children-fade-in > *:not(span):nth-child(15) {
  -webkit-animation-delay: 0.75s !important;
          animation-delay: 0.75s !important;
}
.children-fade-in > *:not(span):nth-child(16) {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.children-fade-in > *:not(span):nth-child(17) {
  -webkit-animation-delay: 0.85s !important;
          animation-delay: 0.85s !important;
}
.children-fade-in > *:not(span):nth-child(18) {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.children-fade-in > *:not(span):nth-child(19) {
  -webkit-animation-delay: 0.95s !important;
          animation-delay: 0.95s !important;
}
.children-fade-in > *:not(span):nth-child(20) {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}
.children-fade-in > *:not(span):nth-child(21) {
  -webkit-animation-delay: 1.05s !important;
          animation-delay: 1.05s !important;
}
.children-fade-in > *:not(span):nth-child(22) {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}
.children-fade-in > *:not(span):nth-child(23) {
  -webkit-animation-delay: 1.15s !important;
          animation-delay: 1.15s !important;
}
.children-fade-in > *:not(span):nth-child(24) {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}
.children-fade-in > *:not(span):nth-child(25) {
  -webkit-animation-delay: 1.25s !important;
          animation-delay: 1.25s !important;
}
.children-fade-in > *:not(span):nth-child(26) {
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}
.children-fade-in > *:not(span):nth-child(27) {
  -webkit-animation-delay: 1.35s !important;
          animation-delay: 1.35s !important;
}
.children-fade-in > *:not(span):nth-child(28) {
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}
.children-fade-in > *:not(span):nth-child(29) {
  -webkit-animation-delay: 1.45s !important;
          animation-delay: 1.45s !important;
}

.children-fade-in.load > *:not(span) {
  -webkit-animation: fade-in 0.5s ease-out forwards;
          animation: fade-in 0.5s ease-out forwards;
}

@-webkit-keyframes fade-in {
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  to {
    opacity: 1;
  }
}
/* ====================== Buttons ====================== */
a.button-cta {
  color: white;
  background: #851c1a;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
  padding: 1rem 4rem;
  border-radius: 40px;
  display: inline-table;
  margin-top: 20px;
  font-size: 1.3rem;
}
a.button-cta:hover {
  background: #001a3c;
}

input[type=submit] {
  border: none;
  color: white;
  font-family: "Roboto", sans-serif;
  background: #851c1a;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  padding: 12px 20px;
  border-radius: 50px;
  font-weight: 300;
  line-height: 1em;
  width: 100%;
  margin-bottom: 1.5em;
}
input[type=submit]:hover {
  background: #001a3c;
}
@media (min-width: 601px) {
  input[type=submit] {
    width: auto;
    margin-bottom: 0;
  }
}

/* ============ Components ============ */
/* -------------------------------- 

Utility Panel

-------------------------------- */
#full-menu {
  position: fixed;
  color: white;
  -webkit-transform: translate3d(0px, -350px, 0px);
  transform: translate3d(0px, -350px, 0px);
  left: 0px;
  width: 100%;
  height: 350px;
  background-color: #001632;
  z-index: 9996;
  opacity: 0;
  -webkit-box-shadow: 0px 30px 50px rgba(0, 0, 0, 0);
          box-shadow: 0px 30px 50px rgba(0, 0, 0, 0);
}
#full-menu .container {
  margin-top: 40px;
}
#full-menu h5 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 10px;
  font-size: 1rem;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.3);
}
#full-menu p {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 2px;
  font-size: 1rem;
  margin-bottom: 30px;
}
#full-menu nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
#full-menu nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  #full-menu nav ul {
    display: none !important;
  }
}
#full-menu nav ul li {
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}
#full-menu nav ul li a {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 3rem;
  display: block;
  text-decoration: none;
  line-height: 1rem;
  position: relative;
  color: #ffcf01;
  padding: 1rem 3rem;
}
#full-menu nav ul li a:hover {
  color: #851c1a;
}
#full-menu nav ul li a.current {
  color: #851c1a;
}
#full-menu ul.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-padding-start: 0;
}
#full-menu ul.socials a {
  color: #851c1a;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 1em;
  padding: 12px;
}
#full-menu ul.socials a:hover {
  color: #001632;
}
#full-menu ul.socials a:hover .fa {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
}
#full-menu ul.socials a .fa {
  padding: 12px;
  border: 1px solid #ddd;
  background: #f9f9fe;
  border-radius: 50%;
  -moz-osx-font-smoothing: grayscale;
  transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
}

#full-menu.open-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  z-index: 10000;
  opacity: 1;
  display: block;
  -webkit-box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.6);
}

#full-menu .close-menu {
  position: absolute;
  z-index: 9999;
  right: 18vw;
  height: 30px;
  width: 30px;
  top: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0) url(images/x.svg) no-repeat center center;
  background-size: 80%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

#full-menu .close-menu:hover {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#full-menu .close-menu {
  visibility: visible;
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#full-toggle {
  position: absolute;
  background: transparent;
  border-left: 1px solid #eee;
  width: 150px;
  height: 85px;
  right: -30px;
  top: -5px;
  /* border: none; */
  /* img replace */
  /* overflow: hidden; */
  /* text-indent: 100%; */
  /* color: transparent; */
  white-space: nowrap;
  cursor: pointer;
  z-index: 99999;
}

@media (max-width: 768px) {
  #full-toggle {
    top: -15px;
  }
}
#full-toggle:focus,
#full-toggle:active {
  outline: none;
}

#full-toggle p {
  display: none;
  position: absolute;
  left: -100px;
  top: 30%;
  text-transform: uppercase;
  font-size: 1em;
  color: #2e3c40;
}

@media (max-width: 500px) {
  #full-toggle p {
    display: block;
  }
}
#full-toggle span,
#full-toggle span::before,
#full-toggle span::after {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #2e3c40;
  border-radius: 2px;
  top: 53%;
}

#full-toggle span::before,
#full-toggle span::after {
  content: "";
  left: 0;
}

#full-toggle span::before {
  bottom: 9px;
  width: 30px;
  top: 5px;
}

#full-toggle span::after {
  top: 10px;
  width: 30px;
}

#full-toggle.open-toggle span {
  background: transparent;
  /*  transform: rotate(180deg)*/
}

#full-toggle.open-toggle span::after {
  top: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30px;
}

#full-toggle.open-toggle span:before {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
  width: 30px;
}

.hamburger-bun {
  margin: 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .hamburger-bun {
    display: none;
  }
}

@media screen {
  button.hamburger {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
    display: inline-block;
    position: relative;
    overflow: visible;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-radius: none !important;
    border: none !important;
    outline: 0 !important;
    cursor: pointer;
    background: 0;
  }
}
@media screen and (max-width: 767px) {
  button.hamburger {
    height: 40px;
  }
}
button.hamburger span.icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 2px;
  background: #2e3c40;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #851c1a;
  -webkit-transition: width 0.3s ease 0.4s;
  transition: width 0.3s ease 0.4s;
}
button.hamburger span.icon:before, button.hamburger span.icon:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 18px;
  height: 2px;
  background: #851c1a !important;
  opacity: 1 !important;
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}
button.hamburger span.icon:before {
  top: -5px;
  transition-property: top, -webkit-transform;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}
button.hamburger span.icon:after {
  bottom: -5px;
  transition-property: bottom, -webkit-transform;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

button.hamburger.active:after,
button.hamburger:hover:after {
  opacity: 1;
}

button.hamburger.active span.icon {
  width: 0px;
  -webkit-transition: width 0.15s;
  transition: width 0.15s;
}
button.hamburger.active span.icon:before,
button.hamburger.active span.icon:after {
  -webkit-transition-delay: 0s, 0.35s;
          transition-delay: 0s, 0.35s;
  background: #2e3c40 !important;
}
button.hamburger.active span.icon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
button.hamburger.active span.icon:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* button.hamburger */
.fitVids-wrapper {
  padding-bottom: 0 !important;
  height: 300px;
}
@media (min-width: 767px) {
  .fitVids-wrapper {
    height: 400px;
  }
}
.fitVids-wrapper .embed-container {
  width: 100%;
  height: 100%;
}
.fitVids-wrapper .embed-container iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 771px) and (max-width: 1050px) {
  header#header nav.flex-nav a.button-cta {
    display: block;
    letter-spacing: 0;
    padding: 5px 1.4rem;
    margin: 0;
    font-size: 0.93rem;
  }
  header#header nav.flex-nav .utility-nav {
    text-align: right;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  header#header nav.flex-nav .utility-nav div {
    width: 35px;
  }
  header#header nav.flex-nav #mainnav > li > a:first-of-type {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 0.93rem;
  }
}

/*=========== New Nav Stuff Testing =============*/
header.big-nav div.sub-nav {
  background-color: #142132;
  z-index: 99995;
  position: relative;
}
header.big-nav div.sub-nav nav.flex-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.big-nav div.sub-nav nav.flex-nav ul.testing-sub-nav {
  padding: 0;
}
header.big-nav div.sub-nav nav.flex-nav ul.testing-sub-nav li {
  display: inline-block;
  list-style-type: none;
  margin-right: 20px;
}
header.big-nav div.sub-nav nav.flex-nav ul.testing-sub-nav li:nth-child(1) {
  color: white;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 1px;
  font-weight: 400;
  margin-right: 10px;
}
header.big-nav div.sub-nav nav.flex-nav ul.testing-sub-nav li a {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
header.big-nav div.sub-nav nav.flex-nav ul.testing-sub-nav li a:hover {
  opacity: 0.7;
}
header.big-nav div.sub-nav nav.flex-nav ul.testing-sub-nav li a {
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
}
header.big-nav div.sub-nav nav.flex-nav div.right-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
header.big-nav div.sub-nav nav.flex-nav div.right-section a.login-btn {
  background-color: #7c1a15;
  font-size: 1.35rem;
  padding: 18px 14px;
  color: white;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
header.big-nav div.sub-nav nav.flex-nav div.right-section a.login-btn:hover {
  background-color: #ffcf01;
  color: #142132;
}
header.big-nav div.sub-nav nav.flex-nav div.right-section div.search-lens button.search .icon:before {
  border-color: white;
}
header.big-nav div.sub-nav nav.flex-nav div.right-section div.search-lens button.search .icon:after {
  background: white !important;
}
header.big-nav div.mainnav-wrap nav.flex-nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
}
header.big-nav div.mainnav-wrap nav.flex-nav ul {
  margin-left: 20px !important;
}
@media (max-width: 1160px) {
  header.big-nav div.mainnav-wrap nav.flex-nav ul {
    width: 100%;
  }
}
header.big-nav div.mainnav-wrap nav.flex-nav ul > li {
  /* Parent li */
}
header.big-nav div.mainnav-wrap nav.flex-nav ul > li.hasChild > a:before {
  position: absolute;
  display: none;
  content: "";
  width: 20px;
  height: 20px;
  bottom: -15px;
  left: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, 50%);
          transform: rotate(45deg) translate(-50%, 50%);
  background: #e3e4e5;
}
header.big-nav div.mainnav-wrap nav.flex-nav ul > li.hasChild:hover > a:before {
  display: block;
  opacity: 1 !important;
}
header.big-nav div.mainnav-wrap nav.flex-nav ul > li:hover > div.child-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.big-nav div.mainnav-wrap nav.flex-nav ul > li:hover > div.child-box > div.related-pages > ul > li > a {
  color: #40494d !important;
  font-size: 1.3rem;
}
header.big-nav div.mainnav-wrap nav.flex-nav ul > li:hover > div.child-box > div.childnav-container > ul {
  margin-top: 0;
  display: block;
}
header.big-nav div.mainnav-wrap nav.flex-nav ul > li > a {
  text-align: center;
  padding: 3.5em 2.25em;
  position: relative;
}
header.big-nav div.mainnav-wrap nav.flex-nav ul > li > a:after {
  display: none;
}
header.big-nav div.mainnav-wrap nav.flex-nav ul > li > a:hover {
  background: #142132;
  color: white;
}
header.big-nav div.mainnav-wrap nav.flex-nav ul > li > .child-box {
  max-height: 1000px;
  position: fixed;
  width: 100vw;
  left: 0vw;
}
header.big-nav div.mainnav-wrap nav.flex-nav ul > li > .child-box .childnav-container .child-box {
  display: none;
}
header.big-nav div.mainnav-wrap nav.flex-nav ul > li > .child-box .childnav-container > ul {
  display: none;
  position: relative !important;
  -webkit-columns: 2 !important;
     -moz-columns: 2 !important;
          columns: 2 !important;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
}
header.big-nav div.mainnav-wrap nav.flex-nav ul > li > .child-box .childnav-container > ul > li {
  /* Child li */
}
header.big-nav div.mainnav-wrap nav.flex-nav ul > li > .child-box .childnav-container > ul > li > a {
  color: #40494d !important;
  font-size: 1.3rem;
  background: none !important;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  padding: 10px;
  text-align: left;
  white-space: normal;
  line-height: 1.9rem;
}
header.big-nav div.mainnav-wrap nav.flex-nav ul > li > .child-box .childnav-container > ul > li > a:hover {
  color: black !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
header.big-nav div.mainnav-wrap nav.flex-nav ul > li > .child-box .childnav-container > ul > li > a:after {
  display: none;
}
header.big-nav div.mainnav-wrap nav.flex-nav ul > li > .child-box .childnav-container > ul > li:hover > ul {
  display: none;
  background: #e3e4e5;
  left: 0;
  position: relative;
}
header.big-nav div.mainnav-wrap nav.flex-nav ul > li > .child-box .childnav-container > ul > li:hover > ul > li {
  /* Grandchild li */
  background: #40494d;
}
header.big-nav div.mainnav-wrap nav.flex-nav ul > li > .child-box .childnav-container > ul > li:hover > ul > li > a {
  margin-left: 4px;
  padding: 10px;
  color: #40494d !important;
  background: #e3e4e5 !important;
}
header.big-nav div.mainnav-wrap nav.flex-nav ul > li > .child-box .childnav-container > ul > li:hover > ul > li > a:hover {
  color: black !important;
}
header.big-nav div.mainnav-wrap nav.flex-nav ul > li > .child-box .childnav-container > ul > li:hover > ul > li:hover > ul {
  display: block;
  background: #e3e4e5;
  left: 0;
  margin-top: 0;
  position: relative;
}
header.big-nav div.mainnav-wrap nav.flex-nav ul > li > .child-box .childnav-container > ul > li:hover > ul > li:hover > ul > li {
  /* Great grandchild li */
  background: #40494d;
}
header.big-nav div.mainnav-wrap nav.flex-nav ul > li > .child-box .childnav-container > ul > li:hover > ul > li:hover > ul > li > a {
  margin-left: 7px;
  padding: 10px;
  color: #40494d !important;
  background: #e3e4e5 !important;
}
header.big-nav div.mainnav-wrap nav.flex-nav ul > li > .child-box .childnav-container > ul > li:hover > ul > li:hover > ul > li > a:hover {
  font-weight: 500;
}
@media (min-width: 1101px) {
  header.big-nav div.mainnav-wrap nav.flex-nav .sidecar-nav #drawer-toggle {
    display: none;
  }
}
header.big-nav div.mainnav-wrap nav.flex-nav div.child-box {
  display: none;
  position: absolute;
  top: 100% !important;
  left: 0;
  padding: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #e3e4e5;
}
header.big-nav div.mainnav-wrap nav.flex-nav div.child-box:before {
  position: absolute;
  display: none;
  content: "";
  width: 40px;
  height: 40px;
  top: -20px;
  left: 4%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #e3e4e5;
}
header.big-nav div.mainnav-wrap nav.flex-nav div.child-box div.cta-parent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  padding: 20px;
  background: #142132;
  color: white;
}
header.big-nav div.mainnav-wrap nav.flex-nav div.child-box div.cta-parent h1,
header.big-nav div.mainnav-wrap nav.flex-nav div.child-box div.cta-parent .parent-name {
  color: white;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 25px;
}
header.big-nav div.mainnav-wrap nav.flex-nav div.child-box div.cta-parent ul {
  position: relative !important;
  display: block !important;
  margin: 20px 0 0 !important;
  padding: 0;
}
header.big-nav div.mainnav-wrap nav.flex-nav div.child-box div.cta-parent ul li a {
  padding: 10px 30px !important;
  background-color: #7c1a15 !important;
  border-radius: 30px;
  font-size: 1.2rem !important;
  border: 2px solid #7c1a15 !important;
}
header.big-nav div.mainnav-wrap nav.flex-nav div.child-box div.cta-parent ul li a:hover {
  background-color: transparent !important;
}
header.big-nav div.mainnav-wrap nav.flex-nav div.child-box div.cta-parent:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  bottom: -15px;
  right: 10px;
  border-right: 5px solid #7c1a15;
  border-bottom: 5px solid #7c1a15;
}
header.big-nav div.mainnav-wrap nav.flex-nav div.child-box div.childnav-container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 10px;
  padding: 0 20px;
}
header.big-nav div.mainnav-wrap nav.flex-nav div.child-box div.childnav-container span.childnav-header {
  width: 100%;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #40494d;
  color: #40494d;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
}
header.big-nav div.mainnav-wrap nav.flex-nav div.child-box div.related-pages {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
header.big-nav div.mainnav-wrap nav.flex-nav div.child-box div.related-pages h1,
header.big-nav div.mainnav-wrap nav.flex-nav div.child-box div.related-pages .childnav-header {
  width: 100%;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #40494d;
  color: #40494d;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
}
header.big-nav div.mainnav-wrap nav.flex-nav div.child-box div.related-pages ul {
  position: relative !important;
  display: block !important;
  margin: 0;
  padding: 0;
}
header.big-nav div.mainnav-wrap nav.flex-nav div.child-box div.related-pages ul li a {
  background: none !important;
  padding: 10px !important;
  text-align: left;
}
header.big-nav div.mainnav-wrap nav.flex-nav div.child-box div.related-pages ul li a:hover {
  font-weight: 500 !important;
}

@media (max-width: 1100px) {
  header.big-nav .sub-nav {
    display: none;
  }
  header.big-nav .logo-wrap {
    width: 95%;
  }
  header.big-nav #mainnav {
    display: none !important;
  }
  header.big-nav .utility-nav {
    display: block;
  }
  header.big-nav .utility-nav button {
    display: block !important;
  }
}
#search.open-search {
  z-index: 99995;
}

/*=========== New Nav 2025 =============*/
.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.5em;
  height: 120px;
}
.site-header__identity {
  padding: 1em 0;
}
.site-header__identity img {
  max-height: 110px;
  min-width: 200px;
}
.site-header__navigation {
  height: 100%;
}
.site-header__navigation .sw-public-page-part {
  height: 100%;
}
.site-header__navigation .sw-public-page-part .matrix-content {
  height: 100%;
}
.site-header__navigation .main-nav {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .site-header__navigation .main-nav {
    display: none;
  }
}
.site-header__navigation .main-nav__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.site-header__navigation .main-nav__list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  height: 100%;
}
.site-header__navigation .main-nav__list--item > a {
  padding: 0 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: inherit;
  -webkit-transition: background-color 0.22s ease;
  transition: background-color 0.22s ease;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 1px;
}
.site-header__navigation .main-nav__list--item > a:focus {
  background-color: #001632; /* Or your desired color */
  color: #fff;
}
.site-header__navigation .main-nav__list--item.has-submenu::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 10px solid #EAEAEA; /* match the submenu background */
  opacity: 0;
}
.site-header__navigation .main-nav__list--item.has-submenu:hover > a {
  background-color: #001632; /* Or your desired color */
  color: #fff;
}
.site-header__navigation .main-nav__list--item.has-submenu:hover::after {
  opacity: 1;
}
.site-header__navigation .main-nav__list--item .submenu {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2em;
  position: fixed;
  width: 100vw;
  max-width: 100vw;
  left: 0;
  top: 120px;
  background: #EAEAEA;
  padding: 2em 1.5em;
  opacity: 0;
  -webkit-transition: opacity 0.22s ease;
  transition: opacity 0.22s ease;
  max-height: 1000px;
}
.site-header__navigation .main-nav__list--item .submenu-label {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #001632;
  position: relative;
}
.site-header__navigation .main-nav__list--item .submenu-label__title {
  color: #FFF;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 25px;
}
.site-header__navigation .main-nav__list--item .submenu-label::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  bottom: -10px;
  right: 10px;
  border-right: 5px solid #851c1a;
  border-bottom: 5px solid #851c1a;
}
.site-header__navigation .main-nav__list--item .submenu-children .submenu-header, .site-header__navigation .main-nav__list--item .submenu-related .submenu-header {
  width: 100%;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #83919a;
  color: #83919a;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
}
.site-header__navigation .main-nav__list--item .submenu ul {
  list-style-type: none;
  margin: 1em 0 0 0;
  padding: 0 0 0 8px;
  position: relative;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
}
.site-header__navigation .main-nav__list--item .submenu ul > li > a {
  color: #40494d;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: none;
  text-align: left;
  white-space: normal;
  text-transform: uppercase;
  -webkit-transition: all 0.22s ease;
  transition: all 0.22s ease;
}
.site-header__navigation .main-nav__list--item .submenu ul > li > a:hover {
  color: #001632;
  text-shadow: 1px 1px 1px rgba(0, 22, 50, 0.4);
}
.site-header__navigation .main-nav__list--item:hover .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.site-header__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header__controls .search-toggle {
  width: 1.4em;
  display: block;
  cursor: pointer;
}
.site-header__controls .search-toggle svg {
  width: 100%;
  max-width: 100%;
}
.site-header__controls .search-toggle svg path {
  fill: #001632;
}
.site-header__controls .site-header__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  cursor: pointer;
}
.site-header__controls .site-header__toggle--bars {
  position: relative;
  width: 2em;
  height: 0.2rem;
  display: block;
  margin: 0.9rem 0;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.site-header__controls .site-header__toggle--bars .item {
  width: 2em;
  height: 0.2rem;
  position: absolute;
  border-radius: 4px;
  display: block;
  left: 0;
  margin: 0;
  padding: 0;
  background: #001632;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.site-header__controls .site-header__toggle--bars .item.top {
  top: -5px;
}
.site-header__controls .site-header__toggle--bars .item.bottom {
  top: 5px;
}
.site-header__controls .site-header__toggle .label {
  color: #001632;
}
.site-header__controls .site-header__toggle:hover .site-header__toggle--bars {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.site-header__controls .site-header__toggle:hover .site-header__toggle--bars .item {
  width: 1.8em;
}
.site-header__controls .site-header__toggle:hover .site-header__toggle--bars .item.top,
.site-header__controls .site-header__toggle:hover .site-header__toggle--bars .item.bottom {
  top: 0;
}
.site-header__controls .site-header__toggle:hover .site-header__toggle--bars .item.bottom {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

body.nav-test-2025 #hero {
  margin-top: 0 !important;
}

/* ====================== Footer ====================== */
footer {
  background: white;
  padding: 5% 0;
  position: relative;
  z-index: 1000;
  min-height: 400px;
  color: #001632;
}
@media (max-width: 768px) {
  footer {
    text-align: center;
  }
  footer p {
    padding: 0 25px;
    font-size: 1.4rem;
    color: #001632;
  }
}
@media (min-width: 1200px) {
  footer {
    background: white url("/sitefiles/2433/CSS/images/plaid-corner.jpg") left bottom/400px no-repeat;
  }
}
footer p {
  font-size: 1.4rem;
  color: #001632;
}
footer a {
  color: #ccc;
}
footer a:hover {
  color: #ffcf01;
}
footer .footer-nav .heading {
  display: none;
}
footer .footer-nav ul {
  list-style: none;
  -webkit-margin-before: 2em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
footer .footer-nav ul li a {
  padding: 12px 0 !important;
  display: block;
  border-bottom: 1px solid #f1f1f1;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #001a3c;
}
footer .footer-nav ul li a:hover {
  color: #851c1a;
}
footer .footer-mark img {
  max-width: 200px;
  max-height: 100px;
}
footer ul.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-padding-start: 0;
}
footer ul.socials a,
footer ul.socials .tiktok a {
  color: #851c1a;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 1em;
  padding: 12px;
}
footer ul.socials a:hover,
footer ul.socials .tiktok a:hover {
  color: #001632;
}
footer ul.socials a:hover .fab,
footer ul.socials .tiktok a:hover .fab {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
}
footer ul.socials a .fab,
footer ul.socials .tiktok a .fab {
  padding: 12px;
  border: 1px solid #ddd;
  background: #f9f9fe;
  border-radius: 50%;
  -moz-osx-font-smoothing: grayscale;
  transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
}
footer ul.socials a .fa-facebook-f,
footer ul.socials .tiktok a .fa-facebook-f {
  padding: 12px 15px;
}
footer .cls-1 {
  fill: #851c1a;
}
footer ul.socials a.tiktok {
  margin-top: 5px;
  padding: 10px 12px;
}
footer ul.socials a.tiktok svg {
  border: 1px solid #ddd;
  background: #f9f9fe;
  margin: 0px;
  border-radius: 50%;
  padding: 7px 13px;
  -moz-osx-font-smoothing: grayscale;
  transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  width: 42px;
  height: 42px;
}
footer ul.socials a.tiktok .cls-1 {
  fill: #851c1a;
}
footer ul.socials a.tiktok:hover .cls-1 {
  fill: #001632;
}
footer ul.socials a.tiktok:hover svg {
  background: #fff;
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}
@media (max-width: 768px) {
  footer ul.socials a.tiktok {
    width: 14px;
    height: 14px;
    margin-top: 7px;
  }
  footer ul.socials a.tiktok svg {
    width: 40px;
    height: 40px;
  }
}
footer .mini-footer {
  font-size: 1.1rem;
  letter-spacing: 0.7px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 10px;
  color: #001632;
}
@media (max-width: 768px) {
  footer .mini-footer {
    font-size: 0.95rem;
    padding: 20px 0;
  }
}
footer .mini-footer a {
  color: #ccc;
}
footer .mini-footer a:hover {
  color: #ffcf01;
}
footer .mini-footer img {
  -webkit-filter: grayscale(1);
  opacity: 0.3;
}
footer .mini-footer img:hover {
  -webkit-filter: grayscale(0);
  opacity: 0.9;
}

.copyright {
  font-size: 1rem;
  line-height: 1.2rem;
  margin-top: 30px;
}

/* --------------------------------

Section Footer CTA

-------------------------------- */
section.footer-cta {
  display: block;
  position: relative;
  background: url(images/background-footer-cta.jpg) no-repeat;
  background-attachment: scroll;
  background-position: center;
  min-height: 220px;
  background-size: cover !important;
  text-align: center;
  padding: 8% 0;
}
@media (min-width: 768px) {
  section.footer-cta {
    min-height: 520px;
  }
}
section.footer-cta h5 {
  color: white;
}
section.footer-cta h2 {
  color: #ffcf01;
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  section.footer-cta h2 {
    font-size: 6rem;
    line-height: 6rem;
    margin-bottom: 10px;
  }
}
section.footer-cta p {
  margin: 0 auto;
}
section.footer-cta a.button-cta {
  color: white;
  background: #851c1a;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
  padding: 1rem 4rem;
  border-radius: 40px;
  display: inline-table;
  margin-top: 20px;
  font-size: 1.3rem;
}
section.footer-cta a.button-cta:hover {
  background: white;
  color: #851c1a;
}
section.footer-cta p {
  width: 80%;
  color: #ddd;
  font-size: 1.35rem;
}
@media (min-width: 768px) {
  section.footer-cta p {
    font-size: 2rem;
    width: 50%;
  }
}

/* ====================== Side Drawer Styling ====================== */
.body-overlay {
  display: block;
  cursor: col-resize;
  /*background: linear-gradient(30deg, #2e3192, #1bffff);*/
  background: #888;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 9998;
  visibility: hidden;
  -webkit-transition: opacity 0.33s ease;
  transition: opacity 0.33s ease;
}

.body-overlay.active {
  opacity: 0.3;
  visibility: visible;
  height: 100%;
  width: 100%;
}

#siteWrapper {
  position: relative;
  background-color: #fff;
  min-height: 100vh;
}

#sidecar {
  position: fixed;
  height: 100%;
  width: 260px;
  /*  background: rgb(0,22,50);
    background: -moz-linear-gradient(-45deg, rgba(0,22,50,1) 0%, rgba(0,44,101,1) 67%);
    background: -webkit-linear-gradient(-45deg, rgba(0,22,50,1) 0%,rgba(0,44,101,1) 67%);
    background: linear-gradient(135deg, rgba(0,22,50,1) 0%,rgba(0,44,101,1) 67%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001632', endColorstr='#002c65',GradientType=1 );*/
  background: #001632;
  top: 0;
  text-align: left;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
  -webkit-box-shadow: inset 10px 0px 20px rgba(0, 0, 0, 0.3);
          box-shadow: inset 10px 0px 20px rgba(0, 0, 0, 0.3);
}

/* Drawer Placement & Speed */
.slide-left, .push-left, .over-left {
  left: 0;
  right: inherit;
}

.slide-right, .push-right, .over-right {
  right: 0;
  left: inherit;
}

/* SideCar Animation-Direction */
/* Push Right */
#sidecar.push-right {
  -webkit-transform: translatex(260px);
  -webkit-transform: translate3d(260px, 0, 0);
  transform: translatex(260px) translatez(0);
  -webkit-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0);
  right: 0px; /* ie9 support */
}
#sidecar.push-right.active {
  -webkit-transform: translatex(0);
  transform: translatex(0);
  right: 260px \9 ; /* ie9 support */
}

#siteWrapper.push-right.active {
  -webkit-transform: translatex(-260px);
  -webkit-transform: translate3d(-260px, 0, 0);
  transform: translatex(-260px) translatez(0);
  -webkit-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0);
  right: 260px \9 ; /* ie9 support */
}

#sidecar .logo-link {
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: 175px;
  height: 80px;
  display: block;
  background: url("images/lyon-logo-white-2023.png") no-repeat;
  background-size: 100%;
  margin-top: 15px;
  margin-left: 15px;
}

button.hamburger-x {
  display: block;
  float: right;
  position: relative;
  width: 50px;
  height: auto;
  margin: 12px 0 12px 0;
  padding: 8px 12px;
  background: transparent;
  border-radius: 2px;
  vertical-align: middle;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button.hamburger-x p {
  margin: 0;
  display: block;
  text-align: left;
  font-size: 13px;
  color: #001632;
  letter-spacing: 0.04em;
  font-weight: 400;
}

button.hamburger-x span {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -1px;
  width: 24px;
  height: 2px;
  background: #001632;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button.hamburger-x span:before, button.hamburger-x span:after {
  content: "";
  width: 24px;
  height: 2px;
  background: #001632;
  display: block;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button.hamburger-x span:before {
  top: -8px;
}

button.hamburger-x span:after {
  top: 8px;
}

button.hamburger-x.active span {
  background: transparent !important;
}

button.hamburger-x.active span:before {
  -webkit-transform: rotate(45deg) translate(5px, 6px);
  transform: rotate(45deg) translate(5px, 6px);
}

button.hamburger-x.active span:after {
  -webkit-transform: rotate(-45deg) translate(5px, -6px);
  transform: rotate(-45deg) translate(5px, -6px);
}

/* ====================== Side Drawer Styling END ====================== */
/* Expand Collapse Styling */
nav#sidecar ul#mainnav {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  padding: 0 0 20px;
  background: transparent;
}
nav#sidecar ul#mainnav li {
  position: relative;
  margin: 0;
  padding: 0;
  float: none;
  display: inline-block;
  width: 100%;
  height: auto;
  background: transparent;
  text-align: left;
  /* First (Parent) Level Links */
}
nav#sidecar ul#mainnav li:hover ul {
  display: none;
}
nav#sidecar ul#mainnav li ul {
  padding: 0 0 0 0px;
  margin: 0;
  display: none;
  position: relative;
  float: none;
}
nav#sidecar ul#mainnav li ul.active {
  display: block;
  -webkit-padding-start: 0px !important;
  /* Second Level Links */
}
nav#sidecar ul#mainnav li ul.active li a {
  background: #00214c;
  font-size: 1.15rem;
}
nav#sidecar ul#mainnav li a {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 8px 8px 8px 20px;
  position: relative;
  color: white;
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 0.14rem;
}
nav#sidecar ul#mainnav li a.expand {
  display: block;
  height: 38px;
  width: 38px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  cursor: pointer;
}
nav#sidecar ul#mainnav li a.expand:before,
nav#sidecar ul#mainnav li a.expand:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #eee;
  width: 2px;
  height: 10px;
  margin: -5px 0 0 -1px;
  border-radius: 6px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
nav#sidecar ul#mainnav li a.expand:before {
  -webkit-transform: rotate(-45deg) translate(-4px, 0px);
  transform: rotate(-45deg) translate(-4px, 0px);
}
nav#sidecar ul#mainnav li a.expand:after {
  -webkit-transform: rotate(45deg) translate(4px, 0px);
  transform: rotate(45deg) translate(4px, 0px);
}
nav#sidecar ul#mainnav li a.expand.active:before {
  -webkit-transform: rotate(-45deg) translate(0px, 4px);
  transform: rotate(-45deg) translate(0px, 4px);
}
nav#sidecar ul#mainnav li a.expand.active:after {
  -webkit-transform: rotate(45deg) translate(0px, 4px);
  transform: rotate(45deg) translate(0px, 4px);
}
nav#sidecar ul.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-padding-start: 0;
  padding: 0 25px;
}
nav#sidecar ul.socials a {
  color: #851c1a;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 1em;
  padding: 5px;
}
nav#sidecar ul.socials a:hover {
  color: #001632;
}
nav#sidecar ul.socials a:hover .fa {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
}
nav#sidecar ul.socials a .fa {
  padding: 12px;
  border: 1px solid #ddd;
  background: #f9f9fe;
  border-radius: 50%;
  -moz-osx-font-smoothing: grayscale;
  transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
}
nav#sidecar li#mn-home {
  display: none !important;
}
nav#sidecar li#mn-apply-today {
  text-align: center !important;
}
nav#sidecar li#mn-apply-today a {
  background: #e7bb00;
  display: inline-table !important;
  border-radius: 20px;
  padding: 0.5rem 6rem !important;
  color: white !important;
  margin: 0px 20px 10px !important;
  width: auto !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
nav#sidecar li#mn-apply-today a:hover {
  background: #851c1a;
  color: white !important;
}

/*  li#mn-visit {
    text-align:center !important;
    a{
      background:$crimson;
      display: inline-table !important;
      border-radius: 20px;
      padding: .5rem 6rem !important;
      color: white;
      margin: 20px 20px 10px;
      width: auto !important;
      font-family:$sans-serif;
      font-weight:400;

      &:hover {
        background:$crimson;
        color:white;
      }
    }
  }*/
#sidecar .utility {
  display: block;
}
#sidecar .utility ul {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  padding: 0 0 20px;
  background: transparent;
}
#sidecar .utility ul li {
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}
#sidecar .utility ul li a {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 2rem;
  display: block;
  text-decoration: none;
  line-height: 1rem;
  position: relative;
  color: #ffcf01;
  padding: 1rem 3rem;
  text-align: center;
}
#sidecar .utility ul li a:hover {
  color: #851c1a;
}
#sidecar .utility ul li a.current {
  color: #851c1a;
}

nav#sidecar ul#mainnav li.current > a:first-of-type:after,
nav#sidecar ul#mainnav li.item--current > a:first-of-type:after,
nav#sidecar ul#mainnav li.item--parent-of-current > a:first-of-type:after {
  content: "";
  background: #ffcf01;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
}

.custom-search-panel {
  height: 150px;
  padding: 20px !important;
}

input#custom-search-field {
  border: 0;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.95);
  color: #001632;
  float: left;
  border-radius: 20px 0 0 20px;
  width: 72%;
  font-size: 1.25rem;
  letter-spacing: -0.2px;
}

input#custom-search-field::-webkit-input-placeholder {
  color: #848e98;
}

input#custom-search-field::-moz-placeholder { /* Firefox 19+ */
  color: #848e98;
}

input#custom-search-field:-ms-input-placeholder { /* IE 10+ */
  color: #848e98;
}

input#custom-search-field:-moz-placeholder { /* Firefox 18- */
  color: #848e98;
}

div.custom-search-panel button {
  float: left;
  width: 28%;
  color: #fff;
  padding: 8px 10px;
  border-radius: 0 20px 20px 0;
  border: 0px;
  background: #851c1a;
  font-size: 1.25rem;
}

/* Fix Social Media Icons Font Awesome 5 Brands */
nav#sidecar ul.socials a i {
  font-family: "Font Awesome 5 Brands" !important;
}

/* Side Drawer Styling END */
#sidecar a.button-cta {
  color: white;
  background: #851c1a;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 5px 2rem;
  border-radius: 40px;
  display: block;
  text-align: center;
  border: 2px solid #851c1a;
  margin: 20px 60px;
  font-size: 1.3rem;
}
#sidecar a.button-cta.give {
  margin-top: 0;
}
#sidecar a.button-cta:hover {
  background-color: #FFF;
  color: #851c1a;
}

#sidecar a.button-cta:hover {
  background: #001a3c;
  color: white;
  border: 2px solid #001a3c;
}

#sidecar li[id*=footer-left-nav], #sidecar li[id*=footer-right-nav],
#mainnav li[id*=footer-left-nav],
#mainnav li[id*=footer-right-nav] {
  display: none !important;
}

#sidecar ul.testing-sub-nav {
  margin: 2rem auto 3rem auto;
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sidecar ul.testing-sub-nav li {
  color: white;
  text-align: center;
  display: inline-block;
  position: relative;
  color: white;
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 0.14rem;
}
#sidecar ul.testing-sub-nav li:first-child {
  color: rgba(255, 255, 255, 0.7);
  padding: 8px 20px;
  opacity: 0.2;
  line-height: 21px;
}
#sidecar ul.testing-sub-nav li a {
  padding: 8px 20px;
  color: #FFF;
}
#sidecar ul.testing-sub-nav li a:hover {
  color: #851c1a;
}

/* ====== Sidecar 2025 ====== */
body.nav-test-2025 #sidecar {
  z-index: 999999 !important;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 100%;
  background: #192F43;
}
@media screen and (min-width: 767px) {
  body.nav-test-2025 #sidecar {
    max-height: 80vh;
  }
}
body.nav-test-2025 #sidecar.active {
  -webkit-transform: none;
          transform: none;
}
body.nav-test-2025 #sidecar .sidecar-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.nav-test-2025 #sidecar .sidecar-top__search {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
body.nav-test-2025 #sidecar .sidecar-top__search > div {
  position: relative;
}
body.nav-test-2025 #sidecar .sidecar-top__search > div #site-search {
  padding: 0.5em 3em 0.5em 1em;
  min-height: 60px;
  width: 100%;
  background: #001632;
  color: #FFF;
  font-size: 32px;
  border: none;
  outline: none;
  margin: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  body.nav-test-2025 #sidecar .sidecar-top__search > div #site-search {
    font-size: 1.2em;
  }
}
body.nav-test-2025 #sidecar .sidecar-top__search > div #site-search::-webkit-input-placeholder {
  color: #FFF;
}
body.nav-test-2025 #sidecar .sidecar-top__search > div #site-search::-moz-placeholder {
  color: #FFF;
}
body.nav-test-2025 #sidecar .sidecar-top__search > div #site-search:-ms-input-placeholder {
  color: #FFF;
}
body.nav-test-2025 #sidecar .sidecar-top__search > div #site-search::-ms-input-placeholder {
  color: #FFF;
}
body.nav-test-2025 #sidecar .sidecar-top__search > div #site-search::placeholder {
  color: #FFF;
}
body.nav-test-2025 #sidecar .sidecar-top__search > div .search-panel__button {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  max-width: 40px;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
body.nav-test-2025 #sidecar .sidecar-top__search > div .search-panel__button svg {
  width: 100%;
  max-width: 100%;
}
body.nav-test-2025 #sidecar .sidecar-top .sidecar-toggle {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 0 2em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  cursor: pointer;
}
body.nav-test-2025 #sidecar .sidecar-top .sidecar-toggle__bars {
  position: relative;
  width: 2em;
  height: 0.2rem;
  display: block;
  margin: 0.9rem 0;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.nav-test-2025 #sidecar .sidecar-top .sidecar-toggle__bars .item {
  width: 2em;
  height: 0.2rem;
  position: absolute;
  border-radius: 4px;
  display: block;
  left: 0;
  margin: 0;
  padding: 0;
  background: #FFF;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
body.nav-test-2025 #sidecar .sidecar-top .sidecar-toggle__bars .item.top, body.nav-test-2025 #sidecar .sidecar-top .sidecar-toggle__bars .item.bottom {
  top: 0;
}
body.nav-test-2025 #sidecar .sidecar-top .sidecar-toggle__bars .item.bottom {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
body.nav-test-2025 #sidecar .sidecar-top .sidecar-toggle:hover .sidecar-toggle__bars {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media screen and (min-width: 767px) {
  body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__nav.mobile-only {
    display: none;
  }
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__nav > ul:nth-child(1) > li:first-child {
  padding-top: 1em;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__nav > ul:nth-child(1) > li:last-child {
  padding-bottom: 1em;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__nav > ul:nth-child(2) {
  background: #001632;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__nav > ul:nth-child(2) > li > span {
  color: #FFF;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 3.5px;
  text-transform: uppercase;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__nav > ul:nth-child(2) > li {
  padding: 1em 2em;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__nav > ul:nth-child(2) > li > ul > li {
  font-family: "Playfair Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__nav > ul:nth-child(2) > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__nav > ul:nth-child(2) > li > ul > li > a .arrow {
  background-image: url(/sitefiles/2433/CSS/images/icons/arrow-right-2025.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 16px;
  display: inline-block;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__nav > ul:nth-child(2) .mobile-expand {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__nav > ul:nth-child(2) .mobile-expand svg {
  width: 100%;
  max-width: 100%;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__nav > ul:nth-child(2) .mobile-expand.active {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__nav > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 2em;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__nav > ul > li > ul {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  margin-top: 1.5em;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__nav > ul > li > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__nav > ul > li > ul > li > ul {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.5em;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__nav > ul > li > ul > li > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__nav ul {
  width: 100%;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__nav ul > li {
  color: #FFF;
  font-family: Roboto;
  font-size: 1.6em;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  padding: 0.5em 2em;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__nav ul > li ul > li {
  color: #FFF;
  font-family: Roboto;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__nav ul li a {
  color: #FFF;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__nav ul li .mobile-expand {
  position: relative;
  width: 1em;
  height: 1em;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-image: url("/sitefiles/2433/css/images/icons/mobile-expand.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__nav ul li .mobile-expand.active {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__nav ul li.open {
  background-color: #001632;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__nav ul li.open > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__utility {
    position: absolute;
    width: 100%;
    max-width: 100%;
    left: 0;
    bottom: 0;
  }
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__utility > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0.25em;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__utility > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__utility > ul > li {
    aspect-ratio: 3/2;
  }
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__utility > ul > li > a {
  background-color: #851c1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 0.5em 1em;
  height: 100%;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__utility > ul > li > a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__utility > ul > li > a .icon svg {
  width: 100%;
  max-width: 1.4em;
}
@media screen and (min-width: 767px) {
  body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__utility > ul > li > a .icon svg {
    max-width: 0.9em;
  }
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__utility > ul > li > a .icon svg path {
  -webkit-transition: all 0.22s ease;
  transition: all 0.22s ease;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__utility > ul > li > a .icon i {
  font-size: 1.4em;
  color: #FFF;
  -webkit-transition: all 0.22s ease;
  transition: all 0.22s ease;
}
@media screen and (min-width: 767px) {
  body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__utility > ul > li > a .icon i {
    font-size: 0.9em;
  }
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__utility > ul > li > a .title {
  font-family: Roboto;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.22s ease;
  transition: all 0.22s ease;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__utility > ul > li > a .title {
    display: none;
  }
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__utility > ul > li > a:hover {
  background-color: #ffcf01;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__utility > ul > li > a:hover .icon i {
  color: #192F43;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__utility > ul > li > a:hover .icon svg path {
  fill: #192F43;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__utility > ul > li > a:hover .title {
  color: #192F43;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__utility .mobile-socials {
  padding: 1em;
}
@media screen and (min-width: 767px) {
  body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__utility .mobile-socials {
    display: none;
  }
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__utility .mobile-socials > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  padding: 0 1em;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__utility .mobile-socials > ul > li > a {
  width: 3em;
  position: relative;
  height: 3em;
  display: block;
  border-radius: 50%;
  background: #FFF;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__utility .mobile-socials > ul > li > a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.4em;
  height: 1.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__utility .mobile-socials > ul > li > a > span svg {
  width: 100%;
  max-width: 100%;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__utility .mobile-socials > ul > li > a > span svg path {
  fill: #851c1a;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__utility .mobile-socials > ul > li > a > span i {
  font-size: 1.4em;
  color: #851c1a;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main {
  padding: 2.5em 4.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
  gap: 5em;
}
@media screen and (max-width: 767px) {
  body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main {
    display: none;
  }
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main .special-interests {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main .special-interests > .title {
  color: #FFF;
  font-family: Roboto;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-bottom: 1em;
  display: block;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main .special-interests > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main .special-interests > ul > li {
  width: 100%;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main .special-interests > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #FFF;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main .special-interests > ul > li > a .title {
  font-family: "Playfair Display";
  font-size: 2.3em;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main .special-interests > ul > li > a .arrow {
  background-image: url("/sitefiles/2433/CSS/images/icons/arrow-right-2025.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 42px;
  height: 26px;
  display: inline-block;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main .special-interests > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 1em;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main .more-information {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 2em;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main .more-information__quicklinks > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main .more-information__quicklinks > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 0.5em;
  color: #FFF;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main .more-information__quicklinks > ul > li > a .arrow {
  background-image: url("/sitefiles/2433/CSS/images/icons/arrow-right-2025.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.2em;
  height: 0.8em;
  display: inline-block;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main .more-information__quicklinks > ul > li > a .title {
  color: #FFF;
  font-family: Roboto;
  font-size: 0.8em;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main .more-information__socials {
  margin-top: 1.5em;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main .more-information__socials > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main .more-information__socials > ul > li > a {
  width: 2.2em;
  position: relative;
  height: 2.2em;
  display: block;
  border-radius: 50%;
  background: #851c1a;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main .more-information__socials > ul > li > a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.5em;
  height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main .more-information__socials > ul > li > a > span svg {
  width: 100%;
  max-width: 100%;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main .more-information__socials > ul > li > a > span svg path {
  fill: #FFF;
  -webkit-transition: all 0.22s ease;
  transition: all 0.22s ease;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main .more-information__socials > ul > li > a > span i {
  color: #FFF;
  -webkit-transition: all 0.22s ease;
  transition: all 0.22s ease;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main .more-information__socials > ul > li > a:hover {
  background: #ffcf01;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main .more-information__socials > ul > li > a:hover svg path {
  fill: #192F43;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main .more-information__socials > ul > li > a:hover i {
  color: #192F43;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main .more-information__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
  margin-top: 1.5em;
  width: 100%;
  max-width: 100%;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main .more-information__badges .badge {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: none;
}
body.nav-test-2025 #sidecar .sidecar-main .sidecar-interior__main .more-information__badges .badge img {
  width: 100%;
  max-width: 100%;
}
body.nav-test-2025 #sidecar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mobile-utility__bar {
  width: 100%;
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
}
@media screen and (min-width: 767px) {
  .mobile-utility__bar {
    display: none;
  }
}
.mobile-utility__bar > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0.25em;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mobile-utility__bar > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 3/2;
}
.mobile-utility__bar > ul > li > a {
  background-color: #851c1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 0.5em 1em;
  height: 100%;
}
.mobile-utility__bar > ul > li > a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-utility__bar > ul > li > a .icon svg {
  width: 100%;
  max-width: 1.8em;
}
.mobile-utility__bar > ul > li > a .icon i {
  font-size: 1.8em;
  color: #FFF;
  -webkit-transition: all 0.22s ease;
  transition: all 0.22s ease;
}

/* --------------------------------

Search Panel

-------------------------------- */
.form-group {
  margin-bottom: 0px;
}

#search {
  position: fixed;
  color: white;
  transform: translate3d(0px, -420px, 0px);
  -webkit-transform: translate3d(0px, -420px, 0px);
  -moz-transform: translate3d(0px, -420px, 0px);
  -ms-transform: translate3d(0px, -420px, 0px);
  -o-transform: translate3d(0px, -420px, 0px);
  left: 0px;
  width: 100%;
  height: 220px;
  background-color: #851c1a;
  z-index: 9996;
  opacity: 0;
  -webkit-box-shadow: 0px 30px 50px rgba(0, 0, 0, 0);
          box-shadow: 0px 30px 50px rgba(0, 0, 0, 0);
}
@media (max-width: 768px) {
  #search {
    height: 150px;
  }
}
#search input:-webkit-autofill,
#search textarea:-webkit-autofill,
#search select:-webkit-autofill {
  background-color: transparent;
  background-image: none;
  color: rgb(0, 0, 0);
}
#search ::-webkit-input-placeholder {
  color: white;
}
#search :-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
#search ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
#search :-ms-input-placeholder {
  color: white;
}
#search .flexbox-margin {
  margin-top: 115px;
}
#search .flexbox-margin h1,
#search .flexbox-margin h2,
#search .flexbox-margin h3,
#search .flexbox-margin p {
  color: white;
}
#search .flexbox-margin h1 {
  font-size: 1em;
  padding: 10px 0;
  font-family: "Roboto", sans-serif;
}
#search .flexbox-margin h2 {
  font-size: 0.85em;
  font-family: "Roboto", sans-serif;
}
#search .flexbox-margin p {
  font-size: 0.75em;
  font-family: "Roboto", sans-serif;
  line-height: 130%;
}
#search .flexbox-margin a {
  color: white;
}
#search .flexbox-margin .fa {
  font-size: 1.2em;
  display: block;
  color: #EAEAEA;
}

#search span {
  position: absolute;
  top: 20% !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-style: italic;
  font-size: 1em;
  z-index: -2;
}
@media (max-width: 600px) {
  #search span {
    font-size: 0.85em;
  }
}

#search.open-search {
  transform: translate3d(0px, -180px, 0px);
  -webkit-transform: translate3d(0px, -180px, 0px);
  -moz-transform: translate3d(0px, -180px, 0px);
  -ms-transform: translate3d(0px, -180px, 0px);
  -o-transform: translate3d(0px, -180px, 0px);
  z-index: 9996;
  opacity: 1;
  display: block;
  -webkit-box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.6);
}

.searchPanel {
  padding-top: 13px;
}

input#searchButton {
  position: absolute;
  right: 20.5%;
  background: white;
  border: 0;
  margin-top: 47px;
  height: 40px;
  width: 80px;
  display: none;
}

body.program #search {
  top: 180px;
}

.searchPanel input#searchField {
  position: absolute;
  top: 10px;
  left: -80px;
  margin: 0 auto;
  width: 100%;
  height: 65px;
  background: rgba(0, 0, 0, 0.3);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.2rem;
  margin: 1.4rem 0 0.7rem 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 900;
  text-align: left;
  padding: 0;
  padding: 10px 20px;
  border: 0;
  color: white !important;
}
@media (max-width: 768px) {
  .searchPanel input#searchField {
    font-size: 0.9rem;
    letter-spacing: 3px;
    top: 15px;
    height: 50px;
  }
}

.searchPanel input#searchField:focus {
  background: rgba(0, 0, 0, 0.07);
  color: white;
  outline: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.searchPanel input:hover {
  background: rgba(0, 0, 0, 0.1);
  color: white;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

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

#search .btn-default {
  color: white;
  background: #EAEAEA url(images/search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5%;
  text-indent: 9999px;
  border-color: #ccc;
  cursor: pointer;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

#search .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  height: 40px;
  width: 10%;
  float: right;
  text-align: center;
  cursor: pointer;
  background-image: url(images/search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35%;
  -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#search .btn:hover,
#search .btn:focus {
  border: 0px solid #952818;
  color: white;
  cursor: pointer;
  background-image: url(images/search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35%;
  -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
}

#search .close-search {
  position: absolute;
  z-index: 9999;
  right: 18vw;
  height: 30px;
  width: 30px;
  top: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0) url(images/x.svg) no-repeat center center;
  background-size: 80%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

#search .close-search:hover {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#search .close-search {
  visibility: visible;
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#search .searchPanel {
  position: absolute;
  top: 40%;
  left: 15%;
  margin: 0 auto;
  width: 80%;
}

#search .form-control {
  display: inline-block;
  text-align: left;
  width: 90%;
  height: 40px;
  padding: 6px 12px;
  font-size: 1em;
  text-transform: none;
  font-weight: 100;
  line-height: 1.428571429;
  color: white;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: none;
  border: 1px solid white;
  border-radius: 0px;
  float: left;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.search-lens {
  margin: 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .search-lens {
    display: none;
  }
}

@media screen {
  button.search {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
    display: inline-block;
    position: relative;
    overflow: visible;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 50px;
    font-size: 0;
    top: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-radius: none !important;
    border: none !important;
    outline: 0 !important;
    cursor: pointer;
    background: 0;
    -webkit-transition: all 0.3s ease 0.4s;
    transition: all 0.3s ease 0.4s;
  }
}
@media screen and (max-width: 767px) {
  button.search {
    height: 40px;
  }
}
button.search span.icon {
  display: block;
  position: absolute;
  top: 40%;
  -webkit-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s;
}

button.search span.icon:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 14px;
  border: 2px solid #851c1a;
  border-radius: 50%;
  height: 14px;
  background: transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

button.search span.icon:after {
  content: "";
  position: absolute;
  display: block;
  left: 10px;
  top: 7px;
  width: 8px;
  height: 2px;
  background: #851c1a !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

button.search.active span.icon:before {
  width: 22px;
  border-radius: 0px;
  border: 0;
  height: 2px;
  border: 1px solid #2e3c40;
  -webkit-transform: translateY(-50%);
  transform: translateY(-45%);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

button.search.active span.icon:after {
  left: 0px;
  top: 0px;
  width: 22px;
  height: 2px;
  background: #2e3c40 !important;
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

/* Custom Google Search */
div.custom-search-panel {
  padding: 0 !important;
  height: 35px;
  position: relative;
  display: block;
  margin: 30px auto;
  width: 220px;
}
div.custom-search-panel input#custom-search-field {
  border: 0;
  padding: 8px;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  float: left;
  margin: 0;
  padding-left: 15px;
}
div.custom-search-panel input#custom-search-field:focus {
  outline: none;
}
div.custom-search-panel button {
  height: 35px;
  padding: 5px;
  width: 60px;
  float: left;
}

::-webkit-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}

:-ms-input-placeholder {
  color: white;
}

/* ====================== Page Alert ====================== */
.page-alert-wrapper {
  display: none !important;
}

.page-alert-message {
  font-family: "Roboto", sans-serif;
  position: relative !important;
  width: 100% !important;
  text-align: center !important;
  border-radius: 0 !important;
  margin: 0 !important;
  left: inherit !important;
  top: inherit !important;
  border: none !important;
  background: #ffcf01;
  background-color: #ffcf01;
  color: #2e3c40 !important;
  font-size: 12px;
  padding: 12px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .page-alert-message {
    padding: 13px;
    font-size: 15px;
  }
}
.page-alert-message p {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  margin: 0;
  color: #2e3c40 !important;
}
@media (min-width: 768px) {
  .page-alert-message p {
    font-size: 13px;
  }
}
.page-alert-message a {
  color: #000 !important;
  text-decoration: underline !important;
}
.page-alert-message .fa {
  margin: 0 6px;
  font-size: 1.35em;
  vertical-align: middle;
}
.page-alert-message .controls {
  display: inline-block;
  margin: 3px 10px;
}
.page-alert-message .controls input#page-alert-dismiss {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 22px;
  width: 22px;
  background: transparent;
  border: none;
  outline: 0;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  background: url(images/x-black.svg) no-repeat;
  background-position: center;
  background-size: 73%;
}

/* ====================== Header ====================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
  background-color: white;
  padding: 0px;
  -webkit-transform: translatex(0);
  transform: translatex(0);
  /* Flex Nav */
  /* flex-nav */
  /* Headroom Scroll */
}
@media (min-width: 992px) {
  header {
    background-color: white;
  }
}
header nav.utility {
  background: #001632;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
header nav.utility ul {
  font-family: "Roboto", sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  /* Top Level Links */
}
header nav.utility ul > li > a {
  font-family: "Roboto", sans-serif;
  padding: 0.65em 0.6em;
  font-size: 0.78rem !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #2e3c40;
}
@media (min-width: 920px) {
  header nav.utility ul > li > a {
    padding: 3em 1.2em;
    font-size: 1.25rem !important;
  }
}
header nav.utility ul > li > a:hover {
  border-color: rgb(253, 253, 253);
}
header nav.flex-nav {
  padding: 0px 2%;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
header nav.flex-nav ul {
  font-family: "Roboto", sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  *zoom: 1;
  /* Dim Links On Hover */
  /* Top Level Links */
  /* Hover Triggers */
}
header nav.flex-nav ul:hover li a {
  color: #acb7c1;
}
header nav.flex-nav ul:hover li a:hover {
  color: #851c1a;
}
header nav.flex-nav ul > .fa {
  color: #851c1a;
}
@media (max-width: 770px) {
  header nav.flex-nav ul {
    display: none !important;
  }
}
header nav.flex-nav ul > li {
  position: relative;
}
header nav.flex-nav ul > li > a {
  font-family: "Roboto", sans-serif;
  padding: 0em 1.25em;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: #EAEAEA;
}
@media (max-width: 1300px) and (min-width: 920px) {
  header nav.flex-nav ul > li > a {
    padding: 0em 1.1em;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
  }
}
@media (min-width: 1301px) {
  header nav.flex-nav ul > li > a {
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
}
header nav.flex-nav ul > li > a:hover {
  border-color: rgb(253, 253, 253);
}
header nav.flex-nav ul > li.hasChild > a:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f107";
  bottom: 20%;
  right: 50%;
  color: #83919a;
  opacity: 0.65;
  display: block;
  font-weight: 400 !important;
  font-size: 1.5rem;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
header nav.flex-nav ul > li.hasChild > a:hover:after {
  color: #001632;
}
header nav.flex-nav ul li#mn-home,
header nav.flex-nav ul li#mn-apply-today {
  display: none;
}
header nav.flex-nav ul li {
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  /* 2nd Level UL Drop */
}
header nav.flex-nav ul li a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: block;
  text-decoration: none;
  line-height: 1.4rem;
  position: relative;
  color: #2e3c40;
}
header nav.flex-nav ul li a:hover {
  color: #851c1a;
}
header nav.flex-nav ul li a.current {
  color: #851c1a;
}
header nav.flex-nav ul li ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2000;
  display: none;
  border-top: 0;
  *zoom: 1;
  margin-top: 1px;
  /* 2nd level li */
}
header nav.flex-nav ul li ul > li {
  position: relative;
  display: block;
  white-space: nowrap;
  max-width: 250px;
  z-index: 999;
}
header nav.flex-nav ul li ul > li a {
  display: block;
  padding: 1.45em 6em 1.45em 2em;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  background: rgba(0, 22, 50, 0.95);
  color: white !important;
  font-size: 1.1rem;
  font-weight: 300;
}
@media (max-width: 1400px) {
  header nav.flex-nav ul li ul > li a {
    font-size: 0.95rem;
    letter-spacing: 0.1em;
  }
}
header nav.flex-nav ul li ul > li a:hover {
  background: #001632;
  color: #ffcf01 !important;
}
header nav.flex-nav ul li ul > li.hasChild > a:after {
  font-family: "FontAwesome";
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 7px;
  margin: -9px 0 0 0;
  font-size: 0.85rem;
}
header nav.flex-nav ul li ul > li:last-of-type a {
  border: 0;
}
header nav.flex-nav ul li ul > li ul {
  left: 100%;
  top: 0;
}
header nav.flex-nav ul li ul > li ul:before {
  display: none;
}
header nav.flex-nav ul > li:hover > ul,
header nav.flex-nav ul > li > ul > li:hover > ul,
header nav.flex-nav ul > li#mn-academics > ul > li > ul > li:hover > ul,
header nav.flex-nav ul > li#mn-academics > ul > li > ul > li > ul > li:hover > ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
header nav.flex-nav ul > li:not(#mn-academics) > ul > li > ul > li.hasChild a:after {
  display: none;
}
header .logo-link {
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: 170px;
  height: 80px;
  display: block;
  background: url("images/lyon-logo-2023.png") no-repeat;
  background-size: 100%;
  margin-bottom: 15px;
}
@media (min-width: 1160px) {
  header .logo-link {
    width: 240px;
    height: 100px;
    background: url("images/lyon-logo-2023.png") no-repeat;
    background-size: 100%;
    margin: 0;
  }
}
header.headroom {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-box-shadow: none;
          box-shadow: none;
}
header.scrolled {
  background-color: white;
}

/* header */
nav .flex-nav li ul {
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 50% 0;
  -webkit-transition: 350ms;
  transition: 350ms;
}

nav .flex-nav ul > li:hover ul {
  max-height: 1000px;
  -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}

#header .flex-nav a.button-cta {
  color: #851c1a;
  background: transparent;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 5px 2rem;
  border-radius: 40px;
  display: inline-table;
  border: 2px solid #851c1a;
  margin: 20px;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  #header .flex-nav a.button-cta {
    display: none;
  }
}

#header .flex-nav a.button-cta:hover {
  background: #001a3c;
  color: white;
  border: 2px solid #001a3c;
}

.sidecar a.button-cta {
  color: white;
  background: #851c1a;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 5px 2rem;
  border-radius: 40px;
  display: block;
  text-align: center;
  border: 2px solid #851c1a;
  margin: 20px 85px;
  font-size: 1.3rem;
}
.sidecar a.button-cta.give {
  margin-top: 0;
}

.sidecar a.button-cta:hover {
  background: #001a3c;
  color: white;
  border: 2px solid #001a3c;
}

#full-menu nav li#cpn-kilt-radio a svg {
  fill: rgba(255, 255, 255, 0.3);
  width: 32px;
  width: 20px;
  margin-left: 5px;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  display: block;
  position: absolute;
  margin-top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* From circle to box */
.fixed-cta {
  position: fixed;
  bottom: 3%;
  right: 2%;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  padding: 1rem;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  border-radius: 0.25em;
  background: white;
  color: #001632;
  padding: 1rem;
  color: white;
  text-align: center;
  z-index: 9999;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 768px) {
  .fixed-cta {
    display: none;
  }
}
.fixed-cta h1 {
  color: #848e98;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  text-align: center !important;
  line-height: 2rem;
  font-weight: 400;
  margin-top: 50px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fixed-cta h1 span {
  font-family: "Playfair Display", serif;
  display: block;
  font-size: 3rem;
  font-weight: 100;
  font-style: normal;
  text-transform: uppercase;
  color: #001632;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fixed-cta a {
  opacity: 0;
  color: white;
  font-size: 0.95rem;
  padding: 1rem 3rem;
  margin-top: 10px;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
  --webkit-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fixed-cta:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  color: #001632;
  font-size: 3rem;
  padding-right: 0.5em;
  position: absolute;
  top: 10px;
  left: 35%;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.fixed-cta:hover {
  border-radius: 2pt;
  padding: 1rem;
  width: 230px;
  height: 220px;
  background: white;
  color: #001632;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.fixed-cta:hover:before {
  font-size: 3rem;
  left: 45%;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.fixed-cta:hover a {
  opacity: 1;
  color: white;
  font-size: 0.95rem;
  padding: 1rem 3rem;
  margin-top: 10px;
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
  --webkit-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fixed-cta:hover h1 {
  opacity: 1;
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.fixed-cta:hover .cta-message {
  -webkit-animation: 1s ease 0s normal forwards 1 fadein;
  animation: 1s ease 0s normal forwards 1 fadein;
}

.CalendarEventsDetail__eventCalendarFront .CalendarMonthFilter .CalendarMonthFilter__dateRange {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.CalendarEventsDetail__eventCalendarFront .CalendarMonthFilter .CalendarMonthFilter__search {
  border-color: #851c1a;
}
.CalendarEventsDetail__eventCalendarFront .CalendarMonthFilter .CalendarMonthFilter__button {
  background-color: #851c1a;
  border-color: #851c1a;
  -webkit-transition: all 0.44s ease;
  transition: all 0.44s ease;
}
.CalendarEventsDetail__eventCalendarFront .CalendarMonthFilter .CalendarMonthFilter__button:hover {
  background-color: #142132;
  border-color: #142132;
}
.CalendarEventsDetail__eventCalendarFront .CalendarMonth .CalendarMonthNavigation a.CalendarMonthNavigation__action {
  color: #142132;
  border-bottom: none;
}
.CalendarEventsDetail__eventCalendarFront .CalendarMonth .CalendarMonthNavigation a.CalendarMonthNavigation__action:hover {
  text-decoration: none;
  color: #851c1a;
}
.CalendarEventsDetail__eventCalendarFront .CalendarMonth .CalendarMonthNavigation .CalendarMonthNavigation__header .month-picker .box {
  color: #142132;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.CalendarEventsDetail__eventCalendarFront .CalendarMonth .CalendarMonthNavigation .CalendarMonthNavigation__header .month-picker .box svg {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 5px auto 0 5px;
}
.CalendarEventsDetail__eventCalendarFront .CalendarMonth .CalendarGridDay a {
  color: #142132;
}
.CalendarEventsDetail__eventCalendarFront .CalendarMonth .CalendarGridDay a:hover {
  color: #851c1a;
  text-decoration: none;
}

.swCalEvents .CalendarListEvent__header_date {
  background-color: #851c1a;
}

.CalendarGridDayEventPopover__content--image {
  display: none !important;
}
.CalendarGridDayEventPopover__content--image .EventFeaturedImage--placeholder {
  display: none !important;
}

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

.directory__form {
  display: -ms-grid;
  display: grid;
}
@media (min-width: 768px) {
  .directory__form {
    gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.directory__form input,
.directory__form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 2px;
  border: 1px solid #e3e3e3;
  display: block;
  font-weight: normal;
  margin: 0 8px 10px 0;
  min-height: 35px;
  padding: 0 5px;
  width: 100%;
}
.directory__list {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.directory__member {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.directory__member p {
  font-size: 1.5rem;
  line-height: 170%;
}
.directory__member-photo {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .directory__member-photo {
    margin-top: 20px;
  }
}

div.folding-content-wrapper {
  overflow-x: hidden;
  margin-top: 75px;
}
@media (min-width: 992px) {
  div.folding-content-wrapper {
    margin-top: 100px;
  }
}
div.folding-content-wrapper::before {
  /* never visible - this is used in jQuery to check the current MQ */
  display: none;
  content: "mobile";
}
div.folding-content-wrapper > * {
  -webkit-transition: -webkit-transform 0.5s 0.4s;
  transition: -webkit-transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
}
div.folding-content-wrapper.fold-is-open > * {
  /* on mobile - translate .cd-main content to the right when the .cd-folding-panel is open */
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s 0s;
  transition: -webkit-transform 0.5s 0s;
  transition: transform 0.5s 0s;
  transition: transform 0.5s 0s, -webkit-transform 0.5s 0s;
}
@media only screen and (min-width: 600px) {
  div.folding-content-wrapper.fold-is-open > * {
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
  }
}
@media only screen and (min-width: 1100px) {
  div.folding-content-wrapper::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: "desktop";
  }
  div.folding-content-wrapper.fold-is-open > * {
    /* reset style - on bigger devices we translate the gallery items */
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
div.folding-content-wrapper .cd-gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
div.folding-content-wrapper .cd-gallery::after {
  clear: both;
  content: "";
  display: table;
}
div.folding-content-wrapper .cd-gallery::before {
  /* this is the dark layer covering the .cd-gallery when the .cd-folding-panel is open */
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(28, 23, 38, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
  transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
}
div.folding-content-wrapper.fold-is-open .cd-gallery::before {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s 0s, visibility 0s 0s;
  transition: opacity 0.5s 0s, visibility 0s 0s;
}
div.folding-content-wrapper .cd-item {
  width: 100%;
  height: 300px;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s 0.4s;
  transition: -webkit-transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
  background-size: cover;
  background-position: center;
}
div.folding-content-wrapper .cd-item::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.folding-content-wrapper .cd-item:hover:before {
  opacity: 0.5;
}
div.folding-content-wrapper .cd-item > a {
  display: table;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  border: 0 none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.folding-content-wrapper .cd-item div {
  display: table-cell;
  vertical-align: middle;
}
div.folding-content-wrapper .cd-item h2 {
  font-size: 2.2rem;
  color: white;
  margin: 0;
  padding: 0;
  line-height: 1;
}
div.folding-content-wrapper .cd-item h2 img {
  max-width: 100%;
  display: inline-block;
  width: 300px;
  height: 150px;
  margin: 0 auto;
}
@media (min-width: 601px) {
  div.folding-content-wrapper .cd-item h2 img {
    width: 400px;
    height: 200px;
  }
}
div.folding-content-wrapper .cd-item p {
  color: white;
  line-height: 1.2;
  font-size: 1.4rem;
  padding: 1em 0;
}
div.folding-content-wrapper .cd-item p:empty {
  display: none;
}
div.folding-content-wrapper .cd-item b {
  border: 1px solid #ffffff;
  color: white;
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
  padding: 0.5rem 4rem;
  border-radius: 40px;
  display: inline-table;
  margin-top: 20px;
  font-size: 1.3rem;
  position: relative;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
div.folding-content-wrapper .cd-item b:hover {
  background-color: #851c1a;
  border-color: #851c1a;
}
div.folding-content-wrapper .cd-item video {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 601px) and (max-width: 991px) {
  div.folding-content-wrapper .cd-item video {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1800px) {
  div.folding-content-wrapper .cd-item video {
    width: 100%;
    height: auto;
  }
}
div.folding-content-wrapper .cd-item video::-webkit-media-controls {
  display: none !important;
}
@media only screen and (min-width: 1100px) {
  div.folding-content-wrapper .cd-item {
    width: 50%;
    float: left;
    height: 520px;
    -webkit-transition: -webkit-transform 0.5s 0.4s;
    transition: -webkit-transform 0.5s 0.4s;
    transition: transform 0.5s 0.4s;
    transition: transform 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
  }
  div.folding-content-wrapper .cd-item h2 {
    font-size: 3rem;
  }
  div.folding-content-wrapper .cd-item p {
    font-size: 1.6rem;
  }
  div.folding-content-wrapper .cd-item h2,
  div.folding-content-wrapper .cd-item p {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: -webkit-transform 0.3s 0.1s;
    transition: -webkit-transform 0.3s 0.1s;
    transition: transform 0.3s 0.1s;
    transition: transform 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
  }
  div.folding-content-wrapper .cd-item b {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  div.folding-content-wrapper .cd-item a:hover h2,
  div.folding-content-wrapper .cd-item a:hover p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s 0s;
    transition: -webkit-transform 0.3s 0s;
    transition: transform 0.3s 0s;
    transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
  }
  div.folding-content-wrapper .cd-item a:hover b {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
    transition: opacity 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
    transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
    transition: opacity 0.3s 0.1s, transform 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
  }
  div.folding-content-wrapper.fold-is-open .cd-item {
    -webkit-transition: -webkit-transform 0.5s 0s;
    transition: -webkit-transform 0.5s 0s;
    transition: transform 0.5s 0s;
    transition: transform 0.5s 0s, -webkit-transform 0.5s 0s;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
  div.folding-content-wrapper.fold-is-open .cd-item:nth-of-type(2n) {
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
  }
}

/* -------------------------------- 

    folding panel

    -------------------------------- */
.cd-folding-panel {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: visibility 0s 0.9s;
  transition: visibility 0s 0.9s;
}
.cd-folding-panel::after {
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.cd-folding-panel .fold-left,
.cd-folding-panel .fold-right {
  /* the :after elements of .fold-left and .fold-right are the 2 fold sides */
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  /* enable a 3D-space for children elements */
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.cd-folding-panel .fold-left::after,
.cd-folding-panel .fold-right::after {
  /* 2 fold sides */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s 0.4s, background-color 0.5s 0.4s;
  -webkit-transition: background-color 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
  transition: background-color 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s, background-color 0.5s 0.4s;
  transition: transform 0.5s 0.4s, background-color 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
}

.cd-folding-panel .fold-right {
  -webkit-perspective-origin: 0 50%;
  perspective-origin: 0 50%;
}

.cd-folding-panel .fold-right::after {
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: translateX(-100%) rotateY(-90deg);
  transform: translateX(-100%) rotateY(-90deg);
  background-color: #c0c3c3;
}

.cd-folding-panel .fold-left {
  /* on mobile only the right fold side is visible */
  display: none;
}

.cd-folding-panel .fold-left::after {
  background-color: #f9fafa;
}

.cd-folding-panel .cd-close {
  /* 'X' close icon */
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 20px;
  right: 20px;
  height: 44px;
  width: 44px;
  padding: 0;
  border: none;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s;
  transition: opacity 0.2s 0s;
}
@media (min-width: 601px) {
  .cd-folding-panel .cd-close {
    top: 10px;
    right: 10px;
  }
}

.cd-folding-panel .cd-close::after,
.cd-folding-panel .cd-close::before {
  /* lines of 'X' icon */
  content: "";
  position: absolute;
  height: 3px;
  width: 32px;
  left: 50%;
  top: 50%;
  background-color: #544173;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cd-folding-panel .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.cd-folding-panel .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.cd-folding-panel.is-open {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.cd-folding-panel.is-open::after {
  opacity: 1;
}

.cd-folding-panel.is-open .fold-right::after,
.cd-folding-panel.is-open .fold-left::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s 0s, background-color 0.5s 0s;
  -webkit-transition: background-color 0.5s 0s, -webkit-transform 0.5s 0s;
  transition: background-color 0.5s 0s, -webkit-transform 0.5s 0s;
  transition: transform 0.5s 0s, background-color 0.5s 0s;
  transition: transform 0.5s 0s, background-color 0.5s 0s, -webkit-transform 0.5s 0s;
}

.cd-folding-panel.is-open .fold-right::after {
  background-color: #f9fafa;
}

.cd-folding-panel.is-open .cd-close {
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.5s;
  transition: opacity 0.2s 0.5s;
}

@media only screen and (min-width: 600px) {
  .cd-folding-panel {
    width: 600px;
  }
}
@media only screen and (min-width: 1100px) {
  .cd-folding-panel {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 800px;
  }
  .cd-folding-panel .fold-left,
  .cd-folding-panel .fold-right {
    width: 50%;
    float: left;
    height: 100%;
  }
  .cd-folding-panel .fold-right {
    /* change perspective-origin so that the 2 fold sides have the same vanishing point */
    -webkit-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
  }
  .cd-folding-panel .fold-right::after {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    transform: translateX(-100%) rotateY(-90deg);
  }
  .cd-folding-panel .fold-left {
    display: block;
    /* change perspective-origin so that the 2 fold sides have the same vanishing point */
    -webkit-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%;
  }
  .cd-folding-panel .fold-left::after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translateX(100%) rotateY(90deg);
    transform: translateX(100%) rotateY(90deg);
  }
}
.cd-fold-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 4em 2em;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.4s;
  transition: visibility 0s 0.4s;
}

.cd-fold-content > * {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.cd-fold-content h2 {
  font-size: 2.4rem;
  -webkit-transition: -webkit-transform 0.2s 0.2s, opacity 0.2s 0.2s;
  -webkit-transition: opacity 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
  transition: opacity 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
  transition: transform 0.2s 0.2s, opacity 0.2s 0.2s;
  transition: transform 0.2s 0.2s, opacity 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
}

.cd-fold-content p,
.cd-fold-content em {
  line-height: 1.6;
}

.cd-fold-content em {
  display: inline-block;
  margin: 1em 0;
  font-family: "Vollkorn", serif;
  font-size: 1.8rem;
  color: #7a78ae;
  -webkit-transition: -webkit-transform 0.2s 0.1s, opacity 0.2s 0.1s;
  -webkit-transition: opacity 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
  transition: opacity 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
  transition: transform 0.2s 0.1s, opacity 0.2s 0.1s;
  transition: transform 0.2s 0.1s, opacity 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
}

.cd-fold-content p {
  margin-bottom: 1em;
  font-size: 1.4rem;
  -webkit-transition: -webkit-transform 0.2s 0s, opacity 0.2s 0s;
  -webkit-transition: opacity 0.2s 0s, -webkit-transform 0.2s 0s;
  transition: opacity 0.2s 0s, -webkit-transform 0.2s 0s;
  transition: transform 0.2s 0s, opacity 0.2s 0s;
  transition: transform 0.2s 0s, opacity 0.2s 0s, -webkit-transform 0.2s 0s;
}

.is-open .cd-fold-content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  visibility: visible;
  -webkit-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
}

.is-open .cd-fold-content > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.is-open .cd-fold-content h2 {
  -webkit-transition: -webkit-transform 0.2s 0.5s, opacity 0.2s 0.5s;
  -webkit-transition: opacity 0.2s 0.5s, -webkit-transform 0.2s 0.5s;
  transition: opacity 0.2s 0.5s, -webkit-transform 0.2s 0.5s;
  transition: transform 0.2s 0.5s, opacity 0.2s 0.5s;
  transition: transform 0.2s 0.5s, opacity 0.2s 0.5s, -webkit-transform 0.2s 0.5s;
}

.is-open .cd-fold-content em {
  -webkit-transition: -webkit-transform 0.2s 0.6s, opacity 0.2s 0.6s;
  -webkit-transition: opacity 0.2s 0.6s, -webkit-transform 0.2s 0.6s;
  transition: opacity 0.2s 0.6s, -webkit-transform 0.2s 0.6s;
  transition: transform 0.2s 0.6s, opacity 0.2s 0.6s;
  transition: transform 0.2s 0.6s, opacity 0.2s 0.6s, -webkit-transform 0.2s 0.6s;
}

.is-open .cd-fold-content p {
  -webkit-transition: -webkit-transform 0.2s 0.7s, opacity 0.2s 0.7s;
  -webkit-transition: opacity 0.2s 0.7s, -webkit-transform 0.2s 0.7s;
  transition: opacity 0.2s 0.7s, -webkit-transform 0.2s 0.7s;
  transition: transform 0.2s 0.7s, opacity 0.2s 0.7s;
  transition: transform 0.2s 0.7s, opacity 0.2s 0.7s, -webkit-transform 0.2s 0.7s;
}

@media only screen and (min-width: 600px) {
  .cd-fold-content h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1100px) {
  .cd-fold-content {
    padding: 4em;
  }
  .cd-fold-content > * {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  .cd-fold-content em {
    font-size: 2.2rem;
  }
  .cd-fold-content p {
    font-size: 1.6rem;
  }
}
/* -------------------------------- 

    Javascript disabled

    -------------------------------- */
.no-js .cd-fold-content.single-page {
  position: static;
  visibility: visible;
  height: auto;
  background-color: #dadcdc;
}

.no-js .cd-fold-content.single-page > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* -------------------------------- 

    Popup Content Styling

    -------------------------------- */
.item-fold-content ul {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  padding-bottom: 40px;
  line-height: 2;
}

@media (min-width: 1100px) {
  body.folding-content section.default-main {
    margin-top: 50px;
  }
}

/* _interactive-map.scss */
#interactive-map .location-wrap {
  position: relative;
}
#interactive-map .location-wrap .location {
  border: 4px solid white;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  height: 32px;
  position: absolute;
  -webkit-transition: border-width 0.2s ease;
  transition: border-width 0.2s ease;
  width: 32px;
  z-index: 1;
}
#interactive-map .location-wrap .location::before {
  background: center/16px no-repeat;
  content: "";
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
#interactive-map .location-wrap .location.academic {
  background-color: #861F1C;
}
#interactive-map .location-wrap .location.athletics {
  background-color: #0A1A30;
}
#interactive-map .location-wrap .location.administration {
  background-color: #EE2624;
}
#interactive-map .location-wrap .location.residence {
  background-color: #327D3D;
}
#interactive-map .location-wrap .location.student-life {
  background-color: #3E55A6;
}
#interactive-map .location-wrap .location.point-of-interest {
  background-color: #F5D010;
}
#interactive-map .location-wrap .location.academic::before {
  background-image: url("/sitefiles/2433/CSS/images/icons/academics-icon.png");
}
#interactive-map .location-wrap .location.athletics::before {
  background-image: url("/sitefiles/2433/CSS/images/icons/athletics-icon.png");
}
#interactive-map .location-wrap .location.administration::before {
  background-image: url("/sitefiles/2433/CSS/images/icons/administration-icon.png");
}
#interactive-map .location-wrap .location.residence::before {
  background-image: url("/sitefiles/2433/CSS/images/icons/residence-icon.png");
}
#interactive-map .location-wrap .location.student-life::before {
  background-image: url("/sitefiles/2433/CSS/images/icons/student-life-icon.png");
}
#interactive-map .location-wrap .location.point-of-interest::before {
  background-image: url("/sitefiles/2433/CSS/images/icons/point-of-interest-icon.png");
}
#interactive-map .location-wrap .location:hover, #interactive-map .location-wrap .location.active {
  border-width: 6px;
  z-index: 2;
}
#interactive-map .location-wrap .location:hover .label, #interactive-map .location-wrap .location.active .label {
  opacity: 1;
  -webkit-transform: translate(-50%, -20px);
          transform: translate(-50%, -20px);
}
#interactive-map .location-wrap .label {
  background-color: #2e3c40;
  border-radius: 4px;
  color: white;
  font: normal 16px "Roboto", sans-serif;
  opacity: 0;
  padding: 4px 8px;
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#interactive-map .location-wrap .label::before {
  border-top: 8px solid #2e3c40;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#interactive-map .drawer-wrap .map-drawer {
  display: none;
  padding-bottom: 24px;
}
#interactive-map .drawer-wrap .map-drawer .close {
  color: black;
  float: none;
  font: normal 16px "Roboto", sans-serif;
  opacity: 1;
  text-align: center;
}
#interactive-map .drawer-wrap .map-drawer .close:hover {
  color: #851c1a;
}
#interactive-map .drawer-wrap .map-drawer .close i {
  font-size: 20px;
  margin-left: 4px;
  opacity: 1;
  vertical-align: -1px;
}
#interactive-map .drawer-wrap .map-drawer .title {
  border-bottom: 2px solid #EAEAEA;
  color: #2e3c40;
  margin: 0;
  padding: 12px;
  text-align: center;
  width: 100%;
}
#interactive-map .drawer-wrap .map-drawer .drawer-description {
  margin: 16px 0 24px;
  text-align: center;
}
#interactive-map .drawer-wrap .map-drawer .drawer-slider {
  margin-bottom: 24px;
  position: relative;
}
#interactive-map .drawer-wrap .map-drawer .tns-slider {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
#interactive-map .drawer-wrap .map-drawer .tns-controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
#interactive-map .drawer-wrap .map-drawer .tns-controls [data-controls=prev],
#interactive-map .drawer-wrap .map-drawer .tns-controls [data-controls=next] {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  height: 32px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
}
#interactive-map .drawer-wrap .map-drawer .tns-controls [data-controls=prev] i,
#interactive-map .drawer-wrap .map-drawer .tns-controls [data-controls=next] i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#interactive-map .drawer-wrap .map-drawer .tns-controls [data-controls=prev]:hover,
#interactive-map .drawer-wrap .map-drawer .tns-controls [data-controls=next]:hover {
  background-color: black;
}
#interactive-map .drawer-wrap .map-drawer .tns-controls [data-controls=prev] {
  left: 16px;
}
#interactive-map .drawer-wrap .map-drawer .tns-controls [data-controls=next] {
  right: 16px;
}

/* -------------------------------- 

Blog / News Page Part

-------------------------------- */
.blog .blog-entry {
  margin: 40px 0;
  border-bottom: 1px solid #83919a;
  padding-bottom: 30px;
}
.blog .blog-entry h4.post-title a {
  color: #001632;
  font-style: normal;
  font-size: 2rem;
  line-height: 4rem;
  border-bottom: 0px;
}
.blog h4.post-date {
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 900;
  letter-spacing: 2px;
  color: #851c1a;
  display: block;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-style: normal;
}
.blog h4.post-title a {
  color: #001632;
  font-style: normal;
  font-size: 2rem;
  line-height: 4rem;
  border-bottom: 0px;
}

.blog-post .post-image img {
  max-width: 100%;
}

/* -------------------------------- 

Staff Page Part (Faculty)

-------------------------------- */
ul.staff-directory {
  list-style: none;
}
ul.staff-directory-department-list {
  list-style: none;
  -webkit-padding-start: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.staff-directory-department-list li {
  width: 45%;
  margin-right: 1%;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
ul.staff-directory-department-list li img {
  width: 55%;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 0.15em;
  background: white;
}

h2.staff-directory-department {
  font-size: 4rem;
  margin-bottom: 1em;
}

/* -------------------------------- 

Tabs

-------------------------------- */
.nav-tabs {
  background-color: #EAEAEA;
  border: none;
  border-radius: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  overflow-x: scroll;
}
.nav-tabs .tabbedcontent-header {
  font: normal 16px "Roboto", sans-serif;
  margin: 0;
}
.nav-tabs .tabbedcontent-header.active a {
  background-color: #001632 !important;
  color: white !important;
}
.nav-tabs .tabbedcontent-header a {
  border: none !important;
  border-radius: 40px;
  margin: 0;
  padding: 8px 16px;
}
.nav-tabs .tabbedcontent-header a:hover {
  background-color: transparent;
  color: #001632;
}

/* -------------------------------- 

FAQ Accordion

-------------------------------- */
.ui-accordion-header {
  background: #fff;
  padding: 20px;
  margin: 0;
  border-radius: 0.15em;
  border-bottom: 1px solid #eee;
}

.ui-accordion-header:after {
  content: "+";
  float: right;
  color: #aaa;
  font-size: 2rem;
  font-weight: 400;
  content: "+";
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ui-state-active {
  outline: 0;
}

.ui-state-active:after {
  font-weight: 400;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

h3.ui-accordion-header {
  font-size: 1.75rem;
  line-height: 3rem;
}

.ui-accordion-content {
  background: #f9f9f9;
  padding: 30px;
}

/* -------------------------------- 

Staff Directory

-------------------------------- */
.staff-module.column-style ul.staff-directory {
  padding: 0;
  clear: both;
}
.staff-module.column-style ul.staff-directory li.staff-directory-department ul.staff-directory-department-list {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.staff-module.column-style ul.staff-directory li.staff-directory-department ul.staff-directory-department-list li {
  width: 100%;
  clear: both;
  min-height: 200px;
}
.staff-module.column-style ul.staff-directory li.staff-directory-department ul.staff-directory-department-list li a img {
  float: left;
  width: 140px;
}
.staff-module.column-style ul.staff-directory li.staff-directory-department ul.staff-directory-department-list li h3.staff-member-name {
  position: relative;
  left: 5px;
  font-size: 16px;
  margin: 0;
}
.staff-module.column-style ul.staff-directory li.staff-directory-department ul.staff-directory-department-list li h3.staff-member-name a {
  border-bottom: none;
}
.staff-module.column-style ul.staff-directory li.staff-directory-department ul.staff-directory-department-list li p {
  margin-top: 0px;
  line-height: 100%;
  position: relative;
  left: 5px;
}
.staff-module.column-style ul.staff-directory li.staff-directory-department ul.staff-directory-department-list li p.staff-member-title {
  position: relative;
  left: 5px;
  margin-bottom: 20px;
  font-style: italic;
  margin: 5px 0 20px 0;
}
.staff-module.column-style ul.staff-directory li.staff-directory-department ul.staff-directory-department-list li p.staff-member-email {
  display: inline;
}
.staff-module.column-style ul.staff-directory li.staff-directory-department ul.staff-directory-department-list li p.staff-member-email a {
  border-bottom: none;
  display: inline;
}
.staff-module.column-style ul.staff-directory li.staff-directory-department ul.staff-directory-department-list li p.staff-member-email a:before {
  content: "Contact Information";
  display: block;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #001632;
  font-weight: 900;
  top: 5px;
  margin: 0px;
}
.staff-module.column-style ul.staff-directory li.staff-directory-department ul.staff-directory-department-list li p.staff-member-email a:after {
  content: "|";
  position: relative;
  left: 5px;
}
.staff-module.column-style ul.staff-directory li.staff-directory-department ul.staff-directory-department-list li p.staff-member-phone {
  display: inline;
}
.staff-module.column-style ul.staff-directory li.staff-directory-department ul.staff-directory-department-list li p.staff-member-phone a {
  border-bottom: none;
  left: 5px;
  position: relative;
}
.staff-module.column-style ul.staff-directory li.staff-directory-department ul.staff-directory-department-list li:after {
  display: block;
  width: 100%;
  content: "";
  border-bottom: solid #cecece 1px;
  position: relative;
  top: 100px;
}

.staff-module.staff-grid ul.staff-directory li.staff-directory-department ul.staff-directory-department-list li {
  width: 30%;
}
.staff-module.staff-grid ul.staff-directory li.staff-directory-department ul.staff-directory-department-list li a img {
  width: 140px;
}
.staff-module.staff-grid ul.staff-directory li.staff-directory-department ul.staff-directory-department-list li h3.staff-member-name a {
  border-bottom: none;
  font-size: 16px;
}
.staff-module.staff-grid ul.staff-directory li.staff-directory-department ul.staff-directory-department-list li p.staff-member-title {
  font-style: italic;
  max-width: 75%;
}
.staff-module.staff-grid ul.staff-directory li.staff-directory-department ul.staff-directory-department-list li p.staff-member-email a {
  border-bottom: none;
}
.staff-module.staff-grid ul.staff-directory li.staff-directory-department ul.staff-directory-department-list li p.staff-member-phone a {
  border-bottom: none;
}
/* -------------------------------- 

Matrix Grid

-------------------------------- */
.matrix-grid .item {
  min-height: 280px;
}
@media (max-width: 991px) {
  .matrix-grid .item {
    width: 100% !important;
    margin-bottom: 15px;
  }
}
.matrix-grid .item .content, .matrix-grid .item figure {
  min-height: 280px;
}
.matrix-grid .item .overlay, .matrix-grid .item figure {
  -webkit-transition: opacity 0.33s ease-in-out;
  transition: opacity 0.33s ease-in-out;
  opacity: 1;
}
.matrix-grid .item .title-info {
  -webkit-transition: bottom 0.55s cubic-bezier(0.01, 0.03, 0.58, 1);
  transition: bottom 0.55s cubic-bezier(0.01, 0.03, 0.58, 1);
  bottom: 0;
}
.matrix-grid .item .description {
  position: relative;
  -webkit-transition: height 1s ease-in-out 0.2s, opacity 0.77s ease-in-out;
  transition: height 1s ease-in-out 0.2s, opacity 0.77s ease-in-out;
  max-height: 0;
  opacity: 0;
}
.matrix-grid .item:hover a {
  -webkit-box-shadow: 0 14px 15px -10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 14px 15px -10px rgba(0, 0, 0, 0.3);
}
.matrix-grid .item:hover .overlay, .matrix-grid .item:hover figure {
  opacity: 0.1;
}
.matrix-grid .item:hover .title-info {
  bottom: 20px;
}
.matrix-grid .item:hover .title-info .description {
  opacity: 1;
  max-height: 250px;
}
@media (max-width: 60em) {
  .matrix-grid .item .overlay, .matrix-grid .item figure {
    opacity: 0.1;
  }
  .matrix-grid .item .title-info {
    bottom: 20px;
    width: 100%;
  }
  .matrix-grid .item .title-info .description {
    opacity: 1;
    max-height: 250px;
  }
}

/* -------------------------------- 

Fields Grid : Matrix

-------------------------------- */
.field-wrap .field {
  background-position: center;
  background-size: cover;
  display: block;
  margin-bottom: 8px;
  padding-top: 56.25%;
  position: relative;
}
.field-wrap .field:nth-child(4n+1) {
  background-color: #001632;
}
.field-wrap .field:nth-child(4n+2) {
  background-color: #851c1a;
}
.field-wrap .field:nth-child(4n+3) {
  background-color: #2e3c40;
}
.field-wrap .field:nth-child(4n+4) {
  background-color: #ffcf01;
}
.field-wrap .field::before {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  content: "";
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.field-wrap .field::after {
  background-color: white;
  content: "";
  height: 4px;
  position: absolute;
  bottom: 12px;
  left: 20px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 80px;
  z-index: 2;
}
.field-wrap .field:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.field-wrap .field .name {
  color: white;
  font: bold 20px "Roboto", sans-serif;
  margin: 0;
  position: absolute;
  bottom: 24px;
  left: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
@media (min-width: 768px) {
  .field-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .field-wrap::after {
    content: "";
    width: calc(50% - 4px);
  }
  .field-wrap .field {
    padding-top: 28.125%;
    width: calc(50% - 4px);
  }
}
@media (min-width: 992px) {
  .field-wrap::after {
    width: calc(33.33% - 5.33px);
  }
  .field-wrap .field {
    padding-top: 18.75%;
    width: calc(33.33% - 5.33px);
  }
}

/* -------------------------------- 

Staff List: Matrix

-------------------------------- */
.staff-list .staff-list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.staff-list .staff-list_item .thumb {
  max-width: 200px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 15px;
}
@media (max-width: 650px) {
  .staff-list .staff-list_item .thumb {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding: 15px;
    max-width: 100%;
  }
}
.staff-list .staff-list_item .bio {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media (max-width: 650px) {
  .staff-list .staff-list_item .bio {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    padding: 15px;
  }
}

/*staff code module stylinz*/
.sw-public-page-part {
  width: 100%;
}

div.staff-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  text-align: center;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  left: 51%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /*end staff-member*/
}
div.staff-listing a {
  text-decoration: none;
  border-bottom: none;
  word-wrap: break-word;
  font-size: 1.2rem;
  display: block;
}
div.staff-listing .staff-listing-header {
  width: 100%;
  text-align: left;
}
div.staff-listing .contactinfo {
  line-height: 1.5rem;
}
div.staff-listing .contactinfo:before {
  content: "Contact Information";
  display: block;
  font-weight: bold;
}
div.staff-listing .staff-member {
  max-width: unset;
  padding: 2%;
  line-height: 3rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-rendering: optimizeLegibility;
  margin: 20px 4px;
  width: 23.7%;
  min-height: 380px;
}
@media (max-width: 1200px) {
  div.staff-listing .staff-member {
    width: 31%;
  }
}
@media (max-width: 900px) {
  div.staff-listing .staff-member {
    width: 48%;
  }
}
@media (max-width: 700px) {
  div.staff-listing .staff-member {
    width: 100%;
  }
}
div.staff-listing .staff-member img {
  max-width: 80%;
  display: block;
  padding: 8%;
  margin: 0 auto;
  border-radius: 20px;
}
div.staff-listing .staff-member span {
  display: block;
  color: #001632;
}
div.staff-listing .staff-member span:nth-of-type(1) {
  font-weight: 900;
  font-size: 1.7rem;
  font-family: "roboto", sans-serif;
  letter-spacing: 0.4px;
  color: #001632;
}
div.staff-listing .staff-member span:nth-of-type(2) {
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.5rem;
  padding: 15px;
  max-width: 80%;
  margin: 0 auto;
}
div.staff-listing .staff-member:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-rendering: optimizeLegibility;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.17);
}
@media (max-width: 767px) {
  div.staff-listing .staff-member {
    min-height: 360px;
  }
}
@media (max-width: 767px) {
  div.staff-listing .staff-member {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 767px) {
  div.staff-listing {
    /*flex-wrap: nowrap;*/
  }
}

.gallery-wrap {
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 800px) {
  .gallery-wrap {
    width: 100%;
  }
}
.gallery-wrap #prev-img,
.gallery-wrap #next-img {
  position: absolute;
  color: white;
  font-size: 2rem;
  width: 50px;
  height: 100%;
  font-family: FontAwesome;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gallery-wrap #prev-img:before,
.gallery-wrap #next-img:before {
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.gallery-wrap #prev-img:hover,
.gallery-wrap #next-img:hover {
  color: black;
}
.gallery-wrap #prev-img.hidden,
.gallery-wrap #next-img.hidden {
  display: none;
}
.gallery-wrap #prev-img {
  left: 0;
  background-color: rgba(255, 255, 255, 0);
}
.gallery-wrap #prev-img:before {
  content: "\f053";
}
.gallery-wrap #prev-img:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.gallery-wrap #next-img {
  right: 0;
  background-color: rgba(255, 255, 255, 0);
}
.gallery-wrap #next-img:before {
  content: "\f054";
}
.gallery-wrap #next-img:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.gallery-wrap:hover > .photo-list {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  bottom: 0;
  opacity: 1;
}
.gallery-wrap .slideshow-here {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  min-height: 75vh;
}
@media (max-width: 800px) {
  .gallery-wrap .slideshow-here {
    width: 100%;
  }
}
.gallery-wrap .slideshow-here img {
  max-width: 100%;
  height: auto;
  max-height: 75vh;
}
.gallery-wrap .photo-list {
  position: absolute;
  width: 90%;
  left: 0;
  right: 0;
  height: 90px;
  margin: 0 auto;
  list-style-type: none;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: -5rem;
  opacity: 0.3;
}
.gallery-wrap .photo-list .photo-list-item {
  list-style: none;
  display: inline-block;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  padding: 0.5rem 0.2rem 0 0.2rem;
  top: 18px;
  position: relative;
}
.gallery-wrap .photo-list .photo-list-item:hover {
  -webkit-transform: scale(1.05, 1.05) translateY(-1rem);
          transform: scale(1.05, 1.05) translateY(-1rem);
}
.gallery-wrap .photo-list .photo-list-item.active {
  -webkit-transform: scale(1.05, 1.05) translateY(-0.5rem);
          transform: scale(1.05, 1.05) translateY(-0.5rem);
}
.gallery-wrap .photo-list .photo-list-item.active:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background-color: white;
  position: absolute;
  top: -0.4rem;
  left: 45%;
  opacity: 1 !important;
}
.gallery-wrap .photo-list::-webkit-scrollbar {
  height: 1.5rem;
}
.gallery-wrap .photo-list::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.gallery-wrap .photo-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0);
}

.story-submission h5 {
  margin-bottom: 3rem;
}
.story-submission .life-update h5 {
  margin-bottom: 0;
}
.story-submission .life-update p {
  margin: 1rem 2rem;
  line-height: 2rem;
}

.stat-tile-box .disclaimer p {
  color: white;
  text-align: right;
  margin: 20px 0;
  font-weight: 300;
  font-size: 1.5rem;
}

/*announcements*/
#announcements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #851c1a;
  max-height: 600px;
  position: relative !important;
}
@media (max-width: 767px) {
  #announcements {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  #announcements .templatecontent {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #announcements .templatecontent:nth-of-type(2) {
    width: 100% !important;
    padding: 50px !important;
  }
  #announcements .templatecontent:nth-of-type(1) {
    width: 100% !important;
    height: 300px;
  }
  #announcements .templatecontent:nth-of-type(1) img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#announcements .templatecontent {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
#announcements .templatecontent:nth-of-type(1) {
  background-size: cover;
  background-position: center;
}
#announcements .templatecontent:nth-of-type(2) {
  width: 50%;
  padding: 75px;
  position: relative;
  z-index: 2;
}
#announcements .templatecontent:nth-of-type(2) * {
  color: white;
}
#announcements .templatecontent:nth-of-type(2):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.34);
  height: 100%;
  width: 100%;
}

.songs__item {
  display: none;
}
.songs__item.show {
  display: block;
}
.songs__filter--items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.songs__filter--btn {
  background: transparent;
  border: 2px solid #142132;
  padding: 0;
  margin: 0 5px 5px 0;
  width: 30px;
  height: 30px;
}
.songs__filter--btn.active {
  background: #142132;
  color: white;
}
.songs--inner__title {
  padding: 0;
}
.songs--inner__author {
  font-weight: bold;
  font-size: 18px;
  text-transform: none;
}
.songs--inner__audio {
  margin-bottom: 30px;
}

/*copying these styles over for the widget*/
div.staff-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  text-align: center;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  left: 51%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /*end staff-member*/
}
div.staff-widget a {
  text-decoration: none;
  border-bottom: none;
  word-wrap: break-word;
  font-size: 1.5rem;
  display: block;
}
div.staff-widget .staff-directory-widget {
  max-width: unset;
  padding: 2%;
  line-height: 3rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-rendering: optimizeLegibility;
  margin: 10px 5px;
  width: 23.7%;
  min-height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1200px) {
  div.staff-widget .staff-directory-widget {
    width: 32%;
  }
}
@media (max-width: 900px) {
  div.staff-widget .staff-directory-widget {
    width: 48%;
  }
}
@media (max-width: 700px) {
  div.staff-widget .staff-directory-widget {
    width: 100%;
  }
}
div.staff-widget .staff-directory-widget p {
  margin: 1em 0;
  line-height: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #83919a;
}
div.staff-widget .staff-directory-widget .staff-member-name {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: block;
}
div.staff-widget .staff-directory-widget .staff-member-name a {
  font-weight: 900;
  font-size: 1.7rem;
  font-family: "roboto", sans-serif;
  letter-spacing: 0.4px;
  color: #001632;
}
div.staff-widget .staff-directory-widget .staff-member-title {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: block;
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.5rem;
  padding: 15px;
  max-width: 80%;
  margin: 0 auto;
  display: block;
  color: #001632;
}
div.staff-widget .staff-directory-widget .staff-member-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
}
div.staff-widget .staff-directory-widget .staff-member-image img {
  width: 75%;
  max-width: 250px;
  display: block;
  padding: 8%;
  margin: 0 auto;
  border-radius: 20px;
}
div.staff-widget .staff-directory-widget .staff-member-department {
  display: none;
}
div.staff-widget .staff-directory-widget .staff-member-email {
  display: block !important;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
div.staff-widget .staff-directory-widget .staff-member-phone {
  display: block !important;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
div.staff-widget .staff-directory-widget:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-rendering: optimizeLegibility;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.17);
}
@media (min-width: 1200px) {
  div.staff-widget .staff-directory-widget {
    min-height: 550px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.staff-widget .staff-directory-widget {
    min-height: 430px;
  }
}
@media (max-width: 767px) {
  div.staff-widget .staff-directory-widget {
    min-height: 360px;
    margin-right: 2% !important;
  }
}
@media (max-width: 767px) {
  div.staff-widget .staff-directory-widget {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 767px) {
  div.staff-widget {
    /*flex-wrap: nowrap;*/
  }
}

/* ============================
Forms 
============================ */
.formmodule > form .swform .swformfieldwrapper input {
  width: 100%;
}
.formmodule > form .swform .swformfield--checkbox > .swformfieldwrapper {
  width: 20px;
  height: 20px;
}
.formmodule > form .swform .swformfield--checkbox label.swformfield__label {
  margin-bottom: 0 !important;
}
.formmodule > form .swform .swformactions button {
  color: white;
  background: #851c1a;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
  padding: 1rem 4rem !important;
  border-radius: 40px;
  display: inline-table;
  margin-top: 20px;
  font-size: 1.3rem !important;
  border: none;
}
.formmodule > form .swform .swformactions button:hover {
  background: #001a3c;
}

#program-apply {
  position: relative;
}
#program-apply .request-information {
  background: -webkit-gradient(linear, left top, left bottom, from(#851c1a), to(#001632));
  background: linear-gradient(#851c1a, #001632);
  padding: 70px;
  margin: 0 auto;
  outline: 8px solid white;
  outline-offset: -40px;
}
#program-apply .request-information h2 {
  color: white;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
}
#program-apply .request-information p {
  color: white;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
#program-apply .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#program-apply .request-information__button {
  background: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: block;
  font-size: 20px;
  margin: 0 auto;
  padding: 8px 30px;
  color: #851c1a;
  border-radius: 30px;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  cursor: pointer;
  margin-top: 0px;
  margin-bottom: 30px;
}
#program-apply .request-information__button:hover {
  background: #851c1a;
  color: white;
}
#program-apply .open-popup {
  background: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: block;
  font-size: 20px;
  margin: 0 auto;
  padding: 8px 30px;
  color: #851c1a;
  border-radius: 30px;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  cursor: pointer;
  margin-top: 50px;
  margin-bottom: 30px;
}
#program-apply .open-popup:hover {
  background: #851c1a;
  color: white;
}
#program-apply .apply-popup {
  position: fixed;
  display: none;
  background: #851c1a;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 40px;
  max-height: 90vh;
  overflow: scroll;
  min-width: 350px;
  z-index: 10;
  top: 50vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1024px) {
  #program-apply .apply-popup {
    overflow: hidden;
    top: calc(50vh + 100px);
    padding: 30px;
  }
}
#program-apply .apply-popup.apply-popup-open {
  display: block;
}
#program-apply .apply-popup .swformsection {
  display: -ms-grid;
  display: grid;
  gap: 4px 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #program-apply .apply-popup .swformsection {
    gap: 0px 20px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
#program-apply .apply-popup .swformfield {
  margin-bottom: 10px;
}
#program-apply .apply-popup .swformsection__header {
  color: white;
  text-align: center;
  font-size: 30px;
  margin: 0;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #program-apply .apply-popup .swformsection__header {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
}
#program-apply .apply-popup .swformsection__header:after {
  content: "Submit the form below, and a representative will be in contact with you.";
  font-size: 15px;
  font-weight: 300;
  display: block;
  margin-top: 10px;
}
#program-apply .apply-popup .swformsubmit {
  text-align: center;
}
#program-apply .apply-popup .swformsubmit__btn {
  background: #001632;
  border: none;
  color: white;
  padding: 8px 30px;
  border-radius: 40px;
  margin-top: 20px;
  font-size: 20px;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
#program-apply .apply-popup .swformsubmit__btn:hover {
  background: white;
  color: #001632;
}
#program-apply .apply-popup label {
  color: white;
  font-weight: 400;
}
#program-apply .apply-popup .swformfield__control {
  width: 100%;
}

/* Tabs
----------------------------------------------------------------- */
.tabbed-content {
  width: calc(100% - 2em);
  margin: 3em auto;
}
@media screen and (min-width: 767px) {
  .tabbed-content {
    width: 100%;
  }
}
.tabbed-content__controls {
  background-color: #EAEAEA;
  border: none;
  border-radius: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  overflow-x: scroll;
  padding: 0;
}
.tabbed-content__controls .tabbed-content__control-wrapper {
  list-style-type: none;
  font: normal 16px "Roboto", sans-serif;
  margin: 0;
}
.tabbed-content__controls .tabbed-content__control-wrapper .tabbed-content__control {
  border-radius: 40px;
  margin: 0;
  padding: 0.5em 1em;
  color: #83919a;
  display: inline-block;
}
.tabbed-content__controls .tabbed-content__control-wrapper .tabbed-content__control.tabbed-content__control--active {
  background-color: #001632;
  color: white;
}
.tabbed-content__controls .tabbed-content__control-wrapper .tabbed-content__control:not(.tabbed-content__control--active):hover {
  color: #001632;
}
.tabbed-content__panels {
  position: relative;
}
.tabbed-content__panels .tabbed-content__panel {
  opacity: 0;
}
.tabbed-content__panels .tabbed-content__panel--hidden {
  position: absolute;
  visibility: hidden;
  top: 0;
  width: 100%;
  -webkit-transition: position 0s 0.5s, visibility 0s 0.5s;
  transition: position 0s 0.5s, visibility 0s 0.5s;
  -webkit-animation: tab-panel-exit-anim 0.5s ease;
          animation: tab-panel-exit-anim 0.5s ease;
}
.tabbed-content__panels .tabbed-content__panel--show {
  opacity: 0;
  -webkit-animation: tab-panel-enter-anim 0.5s 0.2s ease forwards;
          animation: tab-panel-enter-anim 0.5s 0.2s ease forwards;
}

@-webkit-keyframes tab-panel-exit-anim {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes tab-panel-exit-anim {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes tab-panel-enter-anim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes tab-panel-enter-anim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ============ Templates ============ */
/* ====================== Video Components ====================== */
.bgVideo-wrapper {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.75s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
  transition: all 0.75s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
  position: relative;
  pointer-events: none;
  overflow: hidden;
  /*@media (max-width:768px) {
    display:none;
  }*/
}
@media (max-height: 800px) {
  .bgVideo-wrapper {
    height: 85vh;
    max-height: 85vh;
  }
}
.bgVideo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#bgvid {
  opacity: 1;
  pointer-events: none;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  min-width: 100vw;
  min-height: 540px;
  z-index: 10;
}

.video-container {
  height: 70vh;
  max-height: 70vh;
  opacity: 1;
  -webkit-transition: all 0.75s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
  transition: all 0.75s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
  position: relative;
}
@media (max-height: 800px) {
  .video-container {
    height: 85vh;
    max-height: 85vh;
  }
}
@media (max-width: 768px) {
  .video-container {
    display: none;
  }
}
.video-container video {
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 300px;
  height: 80vh;
  max-height: 80vh;
  width: 100%;
}
@media (max-height: 800px) {
  .video-container video {
    height: 85vh;
    max-height: 85vh;
  }
}

/* ====================== Home Page ====================== */
/* ======================
Hero
====================== */
section#home-hero {
  min-height: 475px !important;
  height: calc(70vh + 1px) !important;
  max-height: calc(70vh + 1px) !important;
  overflow: hidden;
  position: relative;
  text-align: center;
  /*
  @media (max-height:800px) {
      height: calc(85vh + 1px) !important;
      max-height: calc(85vh + 1px) !important;
    }*/
  /*&:after {
      content:"";
      position:absolute;
      background:$gold;
      height:120px;
      width:3px;
      bottom:0;
      }*/
}

/*@media (max-width: 768px) {
  section#home-hero {
    height: 100vh;
    background: white url("images/home-mobile-bg.jpg") no-repeat;
    background-size:cover;
  }
}*/
section#home-hero .hero-message {
  padding: 0 15px;
  width: 100%;
}
section#home-hero .hero-message h1 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 5rem;
  font-weight: 900;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 0.75em;
  line-height: 4rem;
}
section#home-hero .hero-message h1 span {
  display: block;
  font-weight: 100;
  color: #ffcf01;
  letter-spacing: 2px;
  font-size: 2rem;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  section#home-hero .hero-message {
    width: 85%;
  }
  section#home-hero .hero-message h1 {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 12rem;
    font-weight: 900;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    margin-bottom: 0.75em;
    line-height: 9rem;
  }
  section#home-hero .hero-message h1 span {
    display: block;
    font-weight: 100;
    color: #ffcf01;
    letter-spacing: 2px;
    font-size: 4rem;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  section#home-hero .hero-message h1 span {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  section#home-hero .hero-message h1 {
    font-size: 8rem;
    line-height: 8rem;
  }
}
.play span img {
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0.2em white;
          box-shadow: 0 0 0 0.2em white;
}

.play span:hover img {
  -webkit-box-shadow: 0 0 0 0.4em #851c1a;
          box-shadow: 0 0 0 0.4em #851c1a;
  -webkit-transform: scale(1.22);
  transform: scale(1.22);
  transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
}

/* ======================
Scrolling
====================== */
@-webkit-keyframes goDots {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes goDots {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.scrollDots {
  width: 10px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin: 0 0 0 -3px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0) translate3d(0, 0, 0);
  transform: translateZ(0) translate3d(0, 0, 0);
}
@media (max-height: 800px) {
  .scrollDots {
    bottom: 10px;
  }
}

.scrollDots ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.scrollDots li {
  background: #fff;
  height: 8px;
  width: 8px;
  margin: 0 0 20px;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

.scrollDots li:nth-child(1) {
  opacity: 0;
  -webkit-animation: goDots 2.5s 1.7s ease-in-out infinite;
  animation: goDots 2.5s 1.7s ease-in-out infinite;
}

.scrollDots li:nth-child(2) {
  opacity: 0;
  -webkit-animation: goDots 2.5s 2s ease-in-out infinite;
  animation: goDots 2.5s 2s ease-in-out infinite;
}

.scrollDots li:nth-child(3) {
  opacity: 0;
  -webkit-animation: goDots 2.5s 2.5s ease-in-out infinite;
  animation: goDots 2.5s 2.5s ease-in-out infinite;
}

/* ======================
Weather Widget
====================== */
.weather-widget {
  position: absolute;
  top: 150px;
  right: 100px;
  z-index: 10;
  width: 145px;
  color: #fff;
  display: block;
}
@media (max-width: 992px) {
  .weather-widget {
    display: none;
    right: -50px;
  }
  .weather-widget canvas {
    width: 50px;
    height: 50px;
  }
  .weather-widget .wlww-shelby .info {
    left: 62px;
  }
}
@media (max-width: 600px) {
  .weather-widget {
    top: 80px;
  }
}
.weather-widget p {
  text-align: center;
  border-top: 1px solid #fff;
  width: 159px;
  margin-left: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 0.75em;
  padding: 8px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* --------------------------------

Section Intro

-------------------------------- */
section.intro {
  display: block;
  position: relative;
  background: url(images/background-home-intro.jpg) no-repeat;
  background-attachment: scroll;
  background-position: center;
  min-height: 800px;
  background-size: cover !important;
  text-align: center;
  padding: 5% 0 10%;
}
section.intro p.big {
  color: #ffcf01;
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  section.intro p.big {
    font-size: 6rem;
    line-height: 5rem;
  }
}
section.intro .stat-tile-box {
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.8);
  padding: 0 5%;
}
@media (min-width: 768px) {
  section.intro .stat-tile-box {
    padding: 0;
  }
}
@media (max-width) {
  section.intro .stat-tile-box {
    margin-top: 140px !important;
  }
}
section.intro .stat-tile-box .disclaimer p {
  color: white;
  text-align: right;
  margin: 20px 0;
  font-weight: 300;
  font-size: 1.5rem;
}
section.intro .stat-tile-box .stat-tile {
  background: white;
  padding: 3%;
  min-height: 300px;
}
@media (min-width: 768px) {
  section.intro .stat-tile-box .stat-tile {
    padding: 0;
  }
}
section.intro .stat-tile-box .stat-tile:nth-child(1) {
  background: white;
  background-size: 50%;
  background-position: center;
}
section.intro .stat-tile-box .stat-tile:nth-child(1) h1 {
  color: #001632;
}
section.intro .stat-tile-box .stat-tile:nth-child(2) {
  background: white url(images/background-tile-stat-outside-new.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
section.intro .stat-tile-box .stat-tile:nth-child(3) {
  background: #851c1a;
}
section.intro .stat-tile-box .stat-tile:nth-child(3) p {
  color: white;
}
section.intro .stat-tile-box .stat-tile:nth-child(4) {
  background: #001632;
}
section.intro .stat-tile-box .stat-tile:nth-child(4) p {
  color: white;
}
section.intro .stat-tile-box .stat-tile:nth-child(4) h1:after {
  content: "%";
}
section.intro .stat-tile-box .stat-tile:nth-child(5) {
  background: #851c1a url(images/tartan.svg) no-repeat;
  background-size: cover;
  background-position: center;
}
section.intro .stat-tile-box .stat-tile:nth-child(5) h1,
section.intro .stat-tile-box .stat-tile:nth-child(5) p {
  color: white;
}
section.intro .stat-tile-box .stat-tile:nth-child(5) h1:after {
  content: ":1";
}
section.intro .stat-tile-box .stat-tile:nth-child(6) {
  background: #ffcf01;
  background-size: 50%;
  background-position: center;
}
section.intro .stat-tile-box .stat-tile:nth-child(6) h1 {
  color: #001632;
}
section.intro .stat-tile-box .stat-tile:nth-child(6) h1:after {
  content: "%";
}
section.intro .stat-tile-box .stat-tile:nth-child(7) {
  background: white;
  background-size: 50%;
  background-position: center;
}
section.intro .stat-tile-box .stat-tile:nth-child(7) h1 {
  color: #001632;
}
section.intro .stat-tile-box .stat-tile:nth-child(7) h1:after {
  content: "%";
}
section.intro .stat-tile-box .stat-tile:nth-child(8) {
  background: white url(images/background-tile-stat-stairs-new.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
section.intro .stat-tile-box .stat-tile:nth-child(9) {
  background: white;
  padding: 10px 30px;
}
section.intro .stat-tile-box .stat-tile:nth-child(9) h1 {
  color: #848e98;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  text-align: center !important;
  line-height: 4rem;
  font-weight: 400;
  font-style: normal;
  margin-top: -15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
section.intro .stat-tile-box .stat-tile:nth-child(9) h1 span {
  font-family: "Playfair Display", serif;
  display: block;
  font-size: 5rem;
  font-weight: 100;
  font-style: normal;
  text-transform: uppercase;
  color: #001632;
}
section.intro .stat-tile-box .stat-tile h1 {
  font-size: 5rem;
  color: #ffcf01;
  margin-top: 15px;
  line-height: 8rem;
}
@media (min-width: 768px) {
  section.intro .stat-tile-box .stat-tile h1 {
    font-size: 10rem;
  }
}
section.intro .stat-tile-box .stat-tile p {
  color: #851c1a;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "Playfair Display", serif;
  font-weight: 100;
  line-height: 170%;
  padding: 0 10%;
}
section.intro .dark {
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}
section.intro .dark h1,
section.intro .dark p {
  color: white !important;
}

/* --------------------------------

Section Journey

-------------------------------- */
section.emotion {
  display: block;
  position: relative;
  min-height: 600px;
  padding: 0;
}
section.emotion .bg-image-js {
  min-height: 500px;
}
@media (min-width: 992px) {
  section.emotion h1 {
    font-size: 3.5rem;
    line-height: 4rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 50px;
  }
}
section.emotion h1 span {
  font-weight: 100;
  display: block;
  font-size: 3rem;
  margin-bottom: 15px;
  text-transform: none;
}
@media (min-width: 992px) {
  section.emotion h1 span {
    font-size: 5rem;
  }
}
section.emotion .activities {
  display: block;
  position: relative;
  background-attachment: scroll;
  background-position: center;
  min-height: 500px;
  background-size: cover !important;
  text-align: center;
}
section.emotion .activities:hover .film {
  opacity: 0.6;
  transition: opacity 0.55s ease-in-out;
  -moz-transition: opacity 0.55s ease-in-out;
  -webkit-transition: opacity 0.55s ease-in-out;
}
section.emotion .activities h5 {
  font-size: 5rem;
  line-height: 5rem;
}
section.emotion .activities p {
  font-size: 2.5rem;
  font-family: "Playfair Display", serif;
}
section.emotion .text-wrap {
  z-index: 2 !important;
  padding: 5% 15%;
}
section.emotion .journey {
  display: block;
  position: relative;
  background-attachment: scroll;
  background-position: center;
  min-height: 500px;
  background-size: cover !important;
  text-align: center;
}
section.emotion .journey:hover .film {
  opacity: 0.6;
  transition: opacity 0.55s ease-in-out;
  -moz-transition: opacity 0.55s ease-in-out;
  -webkit-transition: opacity 0.55s ease-in-out;
}
section.emotion .journey h5 {
  font-size: 5rem;
  line-height: 5rem;
}
section.emotion .journey p {
  font-size: 2.5rem;
  font-family: "Playfair Display", serif;
}
section.emotion .text-wrap {
  z-index: 2 !important;
  padding: 5% 15%;
}

.journey .film {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #001632;
  opacity: 0.3;
  z-index: 1;
  transition: opacity 0.55s ease-in-out;
  -moz-transition: opacity 0.55s ease-in-out;
  -webkit-transition: opacity 0.55s ease-in-out;
}

/* --------------------------------

Section Testimonials

-------------------------------- */
section#testimonial {
  padding: 10% 0;
  position: relative;
  background: #001632;
  text-align: center;
}
section#testimonial img {
  width: 80px;
  height: 80px;
  border: 3px solid #ffcf01;
  border-radius: 50%;
}
section#testimonial p {
  color: #848e98;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
}
section#testimonial h4 {
  color: #001632;
  line-height: 3rem;
  margin: 0;
  font-size: 2.5rem;
}
section#testimonial h5 {
  color: #ffcf01;
}

/* --------------------------------

Section Programs

-------------------------------- */
section.programs {
  padding: 5% 0;
  position: relative;
  background: rgba(238, 238, 224, 0.3) url(images/background-home-programs.png) no-repeat;
  background-size: cover;
  background-position: center;
}
section.programs h5 {
  color: #851c1a;
  text-align: center;
}
section.programs p.big {
  color: #001632;
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  section.programs p.big {
    font-size: 6rem;
    line-height: 5rem;
  }
}
section.programs .flex-col-xs {
  max-width: 33% !important;
}
@media (max-width: 768px) {
  section.programs .flex-col-xs {
    min-width: 80% !important;
    max-width: 100% !important;
    margin-right: 8vw !important;
  }
}

a .program-card .templatecontent p {
  color: #001632 !important;
}

.program-card-tile {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 31%;
  margin: 0 1%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  padding: 8% 5% 7% 5%;
  margin: 2% 1%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: white;
  min-height: 240px;
  min-width: 360px;
}
.program-card-tile p,
.program-card-tile h1 {
  text-align: left !important;
}
.program-card-tile:hover {
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.program-card-tile a {
  border-bottom: none !important;
  display: block;
  width: 100%;
  height: 100%;
}
.program-card-tile div:after {
  content: "";
  display: block;
  height: 7px;
  width: 20%;
  background: #d6322f;
  -webkit-transition: width 0.5s ease, background-color 0.5s ease;
  transition: width 0.5s ease, background-color 0.5s ease;
}
@media (min-width: 992px) {
  .program-card-tile {
    width: 48%;
  }
}

.program-card-tile:hover div:after {
  width: 100%;
  background: #ffe267;
}

.program-card {
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  padding: 8% 5% 7% 5%;
  margin: 4.5%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: white;
  min-height: 240px;
  min-width: 360px;
  /*     p:after {
      content:"Explore";
      display:block;
      max-width:120px;
      text-align:center;
      margin-top:10px;
      opacity:0;
      letter-spacing:2px;
      position:relative;
      color:$crimson;
      text-transform:uppercase;
      font-size:1.35rem;
      border-radius:40px;
      border:1px solid $crimson;
      padding:.2rem 1.5rem;
      transition:opacity .5s ease;

      &:hover {
        background:$navy;
        color:white;
        cursor:pointer;
        @extend .transition-cubic;
      }
    } */
}
@media (min-width: 768px) {
  .program-card {
    width: 100%;
  }
}
.program-card:hover {
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.program-card:hover p:after {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.program-card:hover:after {
  width: 100%;
  background: #ffe267;
}
.program-card:after {
  content: "";
  display: block;
  height: 7px;
  width: 20%;
  background: #d6322f;
  -webkit-transition: width 0.5s ease, background-color 0.5s ease;
  transition: width 0.5s ease, background-color 0.5s ease;
}
.program-card h1 {
  line-height: 3rem;
  font-size: 2.5rem;
  color: #001632;
}
.program-card p {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #001632;
}

/* --------------------------------

Section News / Events

-------------------------------- */
section.news-events {
  padding: 0;
  position: relative;
}
section.news-events .events {
  background: #851c1a;
  padding: 5% 2%;
}
section.news-events .events h5 {
  margin-top: 50px;
}
section.news-events .events h2,
section.news-events .events h5 {
  text-align: center;
  color: white;
}
section.news-events .events div.rss-item-summary {
  display: none;
}
@media (max-width: 992px) {
  section.news-events .events .rss-widget-wrapper {
    margin-left: 5%;
  }
}
section.news-events .events ul.rss-widget-list {
  margin-top: 20px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  list-style: none;
}
section.news-events .events a.rss-item-title {
  color: #001632;
  display: inline;
  font-family: "Roboto", sans-serif;
  font-size: 2.1rem;
  position: relative;
  text-transform: none;
  font-weight: 900;
  /*-ms-word-break: break-all;
   word-break: break-all;
   word-break: break-word;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
     hyphens: auto;*/
}
@media (min-with: 1100px) {
  section.news-events .events a.rss-item-title {
    font-size: 1.8rem;
  }
}
section.news-events .events span.rss-item-date {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  margin-top: 1px;
  text-transform: none;
  color: #851c1a;
  text-align: left;
}
@media (max-width: 768px) {
  section.news-events .events span.rss-item-date {
    text-align: center;
  }
}
section.news-events .events li.rss-widget-list-item {
  -moz-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  -webkit-transition: all 0.33s ease;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #eee;
  border-top: 2px solid #fff;
  margin-bottom: 30px;
  margin-right: 5%;
  padding: 3%;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  text-align: center;
}
@media (min-width: 992px) {
  section.news-events .events li.rss-widget-list-item {
    width: 40%;
    max-width: 40%;
    text-align: left;
  }
}
@media (min-width: 1400px) {
  section.news-events .events li.rss-widget-list-item {
    width: 45%;
    text-align: left;
  }
}
section.news-events .events li.rss-widget-list-item:hover {
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
section.news-events .events p.upcoming-events-view-link {
  text-align: center;
}
section.news-events .events p.upcoming-events-view-link a {
  color: #851c1a;
  background: white;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
  padding: 0.5rem 4rem;
  border-radius: 40px;
  display: inline-table;
  margin-top: 60px;
  font-size: 1.3rem;
}
section.news-events .events p.upcoming-events-view-link a:hover {
  background: #001a3c;
  color: white;
}
section.news-events .events .upcoming-events-wrapper ul {
  margin-top: 20px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  list-style: none;
}
section.news-events .events .upcoming-events-wrapper ul li {
  -moz-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  -webkit-transition: all 0.33s ease;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #eee;
  border-top: 2px solid #fff;
  margin-bottom: 30px;
  margin-right: 5%;
  padding: 5%;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  text-align: center;
}
@media (min-width: 992px) {
  section.news-events .events .upcoming-events-wrapper ul li {
    width: 40%;
    max-width: 40%;
    text-align: left;
  }
}
@media (min-width: 1400px) {
  section.news-events .events .upcoming-events-wrapper ul li {
    width: 25%;
    text-align: left;
  }
}
section.news-events .events .upcoming-events-wrapper ul li:hover {
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
section.news-events .events .upcoming-events-wrapper ul li p.upcoming-events-date {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  margin-top: 1px;
  text-transform: none;
  color: #851c1a;
  text-align: left;
}
@media (max-width: 768px) {
  section.news-events .events .upcoming-events-wrapper ul li p.upcoming-events-date {
    text-align: center;
  }
}
section.news-events .events .upcoming-events-wrapper ul li span.upcoming-events-time {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: block;
  color: #001632;
  text-transform: uppercase;
}
section.news-events .events .upcoming-events-wrapper ul li p.upcoming-events-name a {
  color: #001632;
  display: inline;
  font-family: "Roboto", sans-serif;
  font-size: 2.1rem;
  position: relative;
  text-transform: none;
  font-weight: 900;
  /*-ms-word-break: break-all;
   word-break: break-all;
   word-break: break-word;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;*/
}
@media (min-with: 1100px) {
  section.news-events .events .upcoming-events-wrapper ul li p.upcoming-events-name a {
    font-size: 1.8rem;
  }
}
section.news-events .events .upcoming-events-wrapper p.upcoming-events-view-link {
  text-align: center;
}
section.news-events .events .upcoming-events-wrapper p.upcoming-events-view-link a {
  color: #851c1a;
  background: white;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
  padding: 0.5rem 4rem;
  border-radius: 40px;
  display: inline-table;
  margin-top: 80px;
  font-size: 1.3rem;
}
section.news-events .events .upcoming-events-wrapper p.upcoming-events-view-link a:hover {
  background: #001a3c;
  color: white;
}
section.news-events .news {
  background: rgba(238, 238, 224, 0.3);
  padding: 5% 2%;
  position: relative;
}
section.news-events .news h5 {
  margin-top: 50px;
}
section.news-events .news h2,
section.news-events .news h5 {
  text-align: center;
}
section.news-events .news .recent-blog-posts-wrapper {
  position: relative;
}
section.news-events .news .recent-blog-posts-wrapper ul {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
section.news-events .news .recent-blog-posts-wrapper ul li {
  -moz-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  -webkit-transition: all 0.33s ease;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #eee;
  border-top: 2px solid #fff;
  margin-bottom: 30px;
  margin-right: 5%;
  padding: 3%;
  width: 90%;
  height: auto;
  position: relative;
}
section.news-events .news .recent-blog-posts-wrapper ul li:hover {
  -moz-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  -webkit-transition: all 0.33s ease;
  border-top: 2px solid #ffcf01;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
section.news-events .news .recent-blog-posts-wrapper ul li.show {
  -moz-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  -webkit-transition: all 0.33s ease;
  border-top: 2px solid #ffcf01;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
section.news-events .news .recent-blog-posts-wrapper ul li img {
  height: auto;
  width: 30%;
  margin: 0 20px 0 0;
  float: left;
}
section.news-events .news .recent-blog-posts-wrapper .recent-blog-posts-title {
  color: #001632;
  display: inline;
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  position: relative;
  text-transform: none;
  font-weight: 900;
}
section.news-events .news .recent-blog-posts-wrapper .recent-blog-posts-date-wrapper {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  margin-top: 1px;
  text-transform: none;
  color: #848e98;
}
section.news-events .news .recent-blog-posts-wrapper .recent-blog-posts-body {
  font-size: 1.4rem;
  line-height: 150%;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
}
section.news-events .news .recent-blog-posts-wrapper .recent-blog-posts-view-link {
  text-align: center;
}
section.news-events .news .recent-blog-posts-wrapper .recent-blog-posts-view-link a {
  color: white;
  background: #851c1a;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
  padding: 0.5rem 4rem;
  border-radius: 40px;
  display: inline-table;
  margin-top: 20px;
  font-size: 1.3rem;
}
section.news-events .news .recent-blog-posts-wrapper .recent-blog-posts-view-link a:hover {
  background: #001a3c;
}

/* Shadowbox */
#sb-title-inner,
#sb-info-inner,
#sb-loading-inner,
div.sb-message {
  color: #fff;
}

#sb-container {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: left;
  visibility: hidden;
  display: none;
}

#sb-overlay {
  background-color: #222 !important;
  opacity: 0.94 !important;
  position: relative;
  height: 100%;
  width: 100%;
}

#sb-wrapper {
  position: absolute;
  visibility: hidden;
  width: 100px;
}

#sb-wrapper-inner {
  position: relative;
  border: 1px solid #303030;
  overflow: hidden;
  height: 100px;
}

#sb-body {
  position: relative;
  height: 100%;
}

#sb-body-inner {
  position: absolute;
  height: 100%;
  width: 100%;
}

#sb-player.html {
  height: 100%;
  overflow: auto;
}

#sb-body img {
  border: none;
}

#sb-loading {
  position: relative;
  height: 100%;
}

#sb-loading-inner {
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  text-align: center;
}

#sb-loading-inner span {
  background: url(loading.gif) no-repeat;
  padding-left: 34px;
  display: inline-block;
}

#sb-body,
#sb-loading {
  background-color: #060606;
}

#sb-title,
#sb-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#sb-title,
#sb-title-inner {
  height: 26px;
  line-height: 26px;
}

#sb-title-inner {
  font-size: 16px;
}

#sb-info,
#sb-info-inner {
  height: 20px;
  line-height: 20px;
}

#sb-info-inner {
  font-size: 12px;
}

#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}

#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
  background-repeat: no-repeat;
}

#sb-counter {
  float: left;
  width: 45%;
}

#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

#sb-counter a.sb-counter-current {
  text-decoration: underline;
}

div.sb-message {
  font-size: 12px;
  padding: 10px;
  text-align: center;
}

div.sb-message a:link,
div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}

a#sb-nav-close {
  z-index: 2;
  position: absolute;
  right: -15px;
  top: -15px;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 30px;
  overflow: hidden;
  background: #001632;
  cursor: pointer;
  border: 2px solid white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
a#sb-nav-close:before, a#sb-nav-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 2px;
  height: 14px;
  margin: -7px 0 0 -1px;
  -webkit-transform-origin: center;
  transform-origin: center;
}
a#sb-nav-close:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
a#sb-nav-close:hover {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.custom-cta-wrap {
  display: block;
  text-align: center;
  padding: 15px 0 0 0;
}
.custom-cta-wrap a.cta {
  display: inline-block;
  margin: 0 auto;
  border: 2px solid #851c1a;
  border-radius: 20px;
  padding: 1em 3em;
  color: white;
  line-height: 1rem;
  font-size: 1.35rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.custom-cta-wrap a.cta:hover {
  background-color: #e7bb00;
  -webkit-box-shadow: 0 2px 20px rgba(255, 207, 1, 0.75);
  box-shadow: 0 2px 20px rgba(255, 207, 1, 0.75);
  color: #fff;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 10px;
}

body.home .display-mobile ul {
  margin-top: 0;
}
@media (min-width: 769px) {
  body.home .display-mobile {
    display: none;
  }
}

section.programs {
  display: block !important;
}
section.programs .flex-row:nth-child(1) div {
  text-align: center;
  width: 100%;
}
@media (min-width: 1200px) {
  section.programs .program-card-tile {
    max-width: 30% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.programs .program-card-tile {
    max-width: 48% !important;
    width: 48%;
  }
}
@media (max-width: 991px) {
  section.programs .program-card-tile {
    max-width: 100% !important;
    width: 80%;
    margin: 2% auto;
  }
}

footer .mobile-zap .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}
footer .mobile-zap .box img {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  height: auto;
  max-width: 100%;
  max-height: 100px;
  margin: 7px;
}

body.home li#cpn-give {
  display: none;
}
body.home #header .flex-nav a.button-cta:first-of-type {
  margin-right: 5px;
}
body.home #header .flex-nav a.button-cta:last-of-type {
  margin-left: 5px;
}

.slide-in-fade-left {
  opacity: 0;
  position: relative;
  left: 100%;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.slide-in-fade-right {
  opacity: 0;
  position: relative;
  right: 100%;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.slide-in-fade-left.load {
  opacity: 1;
  left: 0%;
}

.slide-in-fade-right.load {
  opacity: 1;
  right: 0%;
}

section.mobile-app {
  display: block;
  position: relative;
  background: #ffcf01 url("/sitefiles/2433/css/images/app-bg.png") no-repeat fixed center;
  background-size: cover;
  color: white;
  padding: 8rem 0;
}
@media (max-width: 767px) {
  section.mobile-app {
    overflow: hidden;
  }
}
@media (max-width: 1200px) {
  section.mobile-app {
    background-attachment: scroll;
  }
}
section.mobile-app:before {
  background: #202020;
  content: "";
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
@media (max-width: 991px) {
  section.mobile-app:before {
    width: 100%;
  }
}
section.mobile-app .container {
  position: relative;
}
section.mobile-app .container .flex-row {
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-align: center;
}
@media (max-width: 767px) {
  section.mobile-app .container .flex-row {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
  }
}
section.mobile-app .container .flex-row > div {
  position: relative;
}
section.mobile-app .container .flex-row > div h1 {
  position: relative;
  color: white;
  letter-spacing: 0.5px;
  font-weight: 300;
  font-size: 4rem;
  margin-bottom: 5rem;
  left: -3rem;
}
section.mobile-app .container .flex-row > div h1:after {
  content: "";
  width: 70px;
  height: 2px;
  background: white;
  position: absolute;
  left: 3rem;
  top: 6rem;
}
section.mobile-app .container .flex-row > div h1 span {
  font-weight: 800;
  letter-spacing: 2px;
}
section.mobile-app .container .flex-row > div p {
  font-weight: 500;
}
@media (max-width: 767px) {
  section.mobile-app .image {
    margin-top: 8rem;
    margin-bottom: -35rem;
  }
}

/*home testing rotaotr csss*/
@media (max-width: 767px) {
  .test-home section.intro div.tns-outer div.tns-ovh div.tns-inner div.stat-tile-box .stat-tile:nth-child(1) {
    display: inline-block !important;
  }
  .test-home section.intro div.tns-outer div.tns-ovh div.tns-inner div.stat-tile-box .stat-tile:nth-child(3) {
    display: inline-block !important;
  }
  .test-home section.intro div.tns-outer div.tns-ovh div.tns-inner div.stat-tile-box .stat-two {
    background: #851c1a !important;
  }
  .test-home section.intro div.tns-outer div.tns-ovh div.tns-inner div.stat-tile-box .stat-two h1 {
    font-size: 5rem;
    color: #ffcf01 !important;
    margin-top: 15px;
    line-height: 8rem;
  }
  .test-home section.intro div.tns-outer div.tns-ovh div.tns-inner div.stat-tile-box .stat-two p {
    color: white !important;
  }
  .test-home section.intro div.tns-outer div.tns-ovh div.tns-inner div.stat-tile-box .stat-three {
    background: #001632 !important;
  }
  .test-home section.intro div.tns-outer div.tns-ovh div.tns-inner div.stat-tile-box .stat-three h1#stat-3:after {
    content: "%";
  }
  .test-home section.intro div.tns-outer div.tns-ovh div.tns-inner div.stat-tile-box .stat-four {
    background-image: url("/sitefiles/2433/css/images/tartan.svg");
  }
  .test-home section.intro div.tns-outer div.tns-ovh div.tns-inner div.stat-tile-box .stat-four h1#stat-4 {
    color: white !important;
  }
  .test-home section.intro div.tns-outer div.tns-ovh div.tns-inner div.stat-tile-box .stat-four h1#stat-4::after {
    content: ":1";
    display: inline-block;
  }
  .test-home section.intro div.tns-outer div.tns-ovh div.tns-inner div.stat-tile-box .stat-five {
    background: #ffcf01 !important;
  }
  .test-home section.intro div.tns-outer div.tns-ovh div.tns-inner div.stat-tile-box .stat-five h1#stat-5 {
    color: #001632 !important;
  }
  .test-home section.intro div.tns-outer div.tns-ovh div.tns-inner div.stat-tile-box .stat-five h1#stat-5:after {
    content: "%";
  }
  .test-home section.intro div.tns-outer div.tns-ovh div.tns-inner div.stat-tile-box .stat-five p {
    color: #851c1a !important;
  }
  .test-home section.intro div.tns-outer div.tns-ovh div.tns-inner div.stat-tile-box .stat-six {
    background: white !important;
  }
  .test-home section.intro div.tns-outer div.tns-ovh div.tns-inner div.stat-tile-box .stat-six h1#stat-6 {
    color: #001632;
  }
  .test-home section.intro div.tns-outer div.tns-ovh div.tns-inner div.stat-tile-box .stat-six h1#stat-6:after {
    content: "%";
  }
  .test-home section.intro div.tns-outer div.tns-ovh div.tns-inner div.stat-tile-box .stat-six p {
    color: #851c1a !important;
  }
  .test-home section.intro div.tns-outer div.tns-ovh div.tns-inner div.stat-tile-box #mobileSlider-item6 {
    background: white;
  }
  .test-home section.intro div.tns-outer div.tns-ovh div.tns-inner div.stat-tile-box #mobileSlider-item6 h1 {
    font-size: 37px;
    line-height: 38px;
  }
  .test-home section.intro div.tns-outer div.tns-ovh div.tns-inner div.stat-tile-box #mobileSlider-item6 h1:after {
    content: "" !important;
  }
}
@media (max-width: 767px) {
  section.intro div.disclaimer {
    color: white;
  }
  section.intro .tns-outer button {
    display: none;
  }
  section.intro .tns-outer div.tns-nav {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: none;
  }
  section.intro .tns-outer div.tns-controls {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  section.intro .tns-outer div.tns-controls button {
    display: inline-block !important;
    background: #851c1a;
    padding: 10px 50px;
    color: white;
    border: 2px solid #851c1a;
    margin: 10px;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    text-transform: uppercase;
    outline: none;
  }
  section.intro .tns-outer div.tns-controls button:hover {
    background: #001632;
  }
  section.intro .tns-outer .tns-ovh {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #mobileSlider {
    padding: 0;
  }
}
@media (min-width: 767px) {
  .stat-tile-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .stat-tile-box div.stat-tile {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
  div.disclaimer p {
    color: white !important;
  }
}
@media (min-width: 767px) {
  div.program-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  div.program-container div.program-wrapper {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
  div.program-container div.program-wrapper .program-card-tile {
    padding: 9% 6% 8%;
  }
}
@media (max-width: 767px) {
  section#programs p.big {
    margin-bottom: 10px;
  }
  section#programs div#ProgramSlider-ow div.tns-nav {
    display: none;
  }
  section#programs div#ProgramSlider-ow button[data-action=stop] {
    display: none;
  }
  section#programs div#ProgramSlider-ow button[data-action=start] {
    display: none;
  }
  section#programs div#ProgramSlider-ow div.tns-ovh div.tns-inner {
    margin: 0;
  }
  section#programs div#ProgramSlider-ow div.tns-ovh div.tns-inner div.program-container div.program-wrapper {
    padding: 10px;
  }
  section#programs div#ProgramSlider-ow div.tns-ovh div.tns-inner div.program-container div.program-wrapper div.program-card-tile {
    padding: 9% 5% 8%;
    margin: 0 auto;
    min-width: 100%;
  }
  section#programs div#ProgramSlider-ow div.tns-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    outline: none;
  }
  section#programs div#ProgramSlider-ow div.tns-controls button {
    display: inline-block !important;
    background: #851c1a;
    padding: 10px 50px;
    color: white;
    border: 2px solid #851c1a;
    margin: 10px;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    text-transform: uppercase;
    outline: none;
  }
  section#programs div#ProgramSlider-ow div.tns-controls button:hover {
    background: transparent;
    color: #851c1a;
  }
}
body.home-2020 h1 {
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  body.home-2020 h1 {
    font-size: 6.4rem;
  }
}
body.home-2020 h2 {
  font: bold 3.2rem/1.2 "Roboto", sans-serif;
}
@media (min-width: 1200px) {
  body.home-2020 h2 {
    font-size: 4rem;
  }
}
body.home-2020 #home-hero {
  margin-top: 95px;
  text-align: left;
}
@media (min-width: 768px) {
  body.home-2020 #home-hero {
    margin-top: 110px;
  }
}
@media (min-width: 1101px) {
  body.home-2020 #home-hero {
    margin-top: 180px;
  }
}
@media (min-width: 768px) {
  body.home-2020 #home-hero .home-hero-mobile {
    display: none;
  }
}
body.home-2020 #home-hero .home-hero-desktop {
  display: none;
}
@media (min-width: 768px) {
  body.home-2020 #home-hero .home-hero-desktop {
    display: block;
  }
}
body.home-2020 #home-hero .bgVideo-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
body.home-2020 #home-hero #bgvid {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
body.home-2020 #home-hero .container {
  height: 100%;
}
body.home-2020 #home-hero .flex-row {
  height: 100%;
}
body.home-2020 #home-hero .templatecontent {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: rgba(0, 22, 50, 0.9);
  border-bottom: 8px solid #ffcf01;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px;
  position: relative;
}
body.home-2020 #home-hero .templatecontent h1,
body.home-2020 #home-hero .templatecontent h2,
body.home-2020 #home-hero .templatecontent h3,
body.home-2020 #home-hero .templatecontent h4,
body.home-2020 #home-hero .templatecontent h5,
body.home-2020 #home-hero .templatecontent h6,
body.home-2020 #home-hero .templatecontent p {
  color: white;
}
body.home-2020 #intro {
  color: white;
  height: auto;
  min-height: 0;
  padding: 80px 0;
}
body.home-2020 #intro h1 {
  color: #ffcf01;
}
body.home-2020 #intro .stat-container {
  margin-top: 40px;
}
body.home-2020 #intro .stat__number {
  font-size: 8rem;
  font-weight: bold;
}
body.home-2020 #intro .stat__description {
  margin-top: 0;
}
body.home-2020 #intro .tns-nav {
  display: block;
}
body.home-2020 #intro .tns-nav button {
  background: none;
  border-radius: 50%;
  border: 2px solid white;
  display: inline-block;
  height: 10px;
  margin: 0 4px;
  padding: 0;
  width: 10px;
}
body.home-2020 #intro .tns-nav button.tns-nav-active {
  background-color: white;
}
body.home-2020 #emotion {
  background-color: white;
  min-height: 0;
  text-align: left;
}
body.home-2020 #emotion .slide-container {
  background-color: white;
  position: relative;
}
body.home-2020 #emotion .slide {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: -100;
}
body.home-2020 #emotion .slide.active {
  opacity: 1;
  pointer-events: all;
  position: relative;
  z-index: 1;
}
body.home-2020 #emotion .slide.active .slide__image {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
body.home-2020 #emotion .slide__image {
  background-position: center;
  background-size: cover;
  padding-bottom: 75%;
  position: relative;
  -webkit-transform: translateX(-24px);
          transform: translateX(-24px);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
body.home-2020 #emotion .slide__content {
  padding: 24px 20px;
}
body.home-2020 #emotion .slide-pagination {
  margin: 0 auto 24px;
  padding: 0 20px;
  position: relative;
  z-index: 10;
}
body.home-2020 #emotion .slide-pagination button {
  background: none;
  border-radius: 50%;
  border: 2px solid #851c1a;
  display: inline-block;
  height: 10px;
  margin: 0 4px;
  padding: 0;
  width: 10px;
}
body.home-2020 #emotion .slide-pagination button.active {
  background-color: #851c1a;
}
@media (min-width: 768px) {
  body.home-2020 #emotion .slide.active {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.home-2020 #emotion .slide__image {
    height: auto;
    min-width: 50%;
    padding: 0;
    width: 50%;
  }
  body.home-2020 #emotion .slide__content {
    padding: 40px 80px 40px 40px;
  }
  body.home-2020 #emotion .slide-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  body.home-2020 #emotion .slide-pagination button {
    margin: 4px 0;
  }
}
@media (min-width: 1200px) {
  body.home-2020 #emotion .slide__content {
    padding: 80px 120px 80px 80px;
  }
}
body.home-2020 #programs {
  padding: 80px 0;
  text-align: center;
}
body.home-2020 #programs .card-container {
  margin-top: 40px;
}
body.home-2020 #programs .card {
  background-color: white;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
  padding: 24px;
  text-align: left;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
body.home-2020 #programs .card::after {
  background-color: #d6322f;
  content: "";
  display: block;
  height: 6px;
  margin-top: auto;
  -webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
  transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
  transition: background-color 0.5s ease, transform 0.5s ease;
  transition: background-color 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scaleX(0.2);
          transform: scaleX(0.2);
  -webkit-transform-origin: left;
          transform-origin: left;
  width: 100%;
}
body.home-2020 #programs .card:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
body.home-2020 #programs .card:hover::after {
  background-color: #ffcf01;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
body.home-2020 #programs .card__title {
  font: bold 2.4rem "Roboto", sans-serif;
}
body.home-2020 #programs .card__description {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media (min-width: 768px) {
  body.home-2020 #programs .card-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }
  body.home-2020 #programs .card {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  body.home-2020 #programs .card-container {
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
body.home-2020 #home-news {
  background-color: white;
  padding: 80px 0 0;
  text-align: center;
}
body.home-2020 #home-news h5 {
  color: #851c1a;
}
body.home-2020 #home-news .recent-blog-posts-wrapper {
  margin-top: 40px;
}
body.home-2020 #home-news .recent-blog-posts-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
body.home-2020 #home-news .recent-blog-posts-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #001632;
  height: auto;
  overflow: hidden;
  padding-top: 40px;
  padding: 40px 8px;
  position: relative;
  text-align: left;
  -webkit-transition: border-color 0.5s ease, padding 0.5s ease;
  transition: border-color 0.5s ease, padding 0.5s ease;
  width: 100vw;
}
@media only screen and (min-width: 768px) {
  body.home-2020 #home-news .recent-blog-posts-wrapper ul li {
    height: 100vw;
    padding-top: 100%;
  }
}
body.home-2020 #home-news .recent-blog-posts-wrapper ul li .button-cta {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
body.home-2020 #home-news .recent-blog-posts-wrapper ul li::after {
  background-color: #ffcf01;
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.home-2020 #home-news .recent-blog-posts-wrapper ul li:hover, body.home-2020 #home-news .recent-blog-posts-wrapper ul li.show {
    padding-top: 50%;
  }
  body.home-2020 #home-news .recent-blog-posts-wrapper ul li:hover .recent-blog-posts-date-wrapper, body.home-2020 #home-news .recent-blog-posts-wrapper ul li.show .recent-blog-posts-date-wrapper {
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
  body.home-2020 #home-news .recent-blog-posts-wrapper ul li:hover::after, body.home-2020 #home-news .recent-blog-posts-wrapper ul li.show::after {
    opacity: 1;
  }
  body.home-2020 #home-news .recent-blog-posts-wrapper ul li:hover > a.recent-blog-posts-title, body.home-2020 #home-news .recent-blog-posts-wrapper ul li.show > a.recent-blog-posts-title {
    height: 50%;
    opacity: 1;
  }
}
body.home-2020 #home-news .recent-blog-posts-wrapper ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 22, 50, 0.5);
  z-index: 1;
}
body.home-2020 #home-news .recent-blog-posts-wrapper ul li > a:not(.recent-blog-posts-title):first-child {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
body.home-2020 #home-news .recent-blog-posts-wrapper ul li > a:not(.recent-blog-posts-title):first-child,
body.home-2020 #home-news .recent-blog-posts-wrapper ul li > a:not(.recent-blog-posts-title):first-child img {
  display: block;
  width: 100%;
  height: 100%;
}
body.home-2020 #home-news .recent-blog-posts-wrapper ul li > a:not(.recent-blog-posts-title):first-child img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.home-2020 #home-news .recent-blog-posts-wrapper ul li a.recent-blog-posts-title,
body.home-2020 #home-news .recent-blog-posts-wrapper ul li .recent-blog-posts-date-wrapper,
body.home-2020 #home-news .recent-blog-posts-wrapper ul li .recent-blog-posts-body,
body.home-2020 #home-news .recent-blog-posts-wrapper ul li .button-cta {
  z-index: 2;
}
body.home-2020 #home-news .recent-blog-posts-wrapper ul li > a.recent-blog-posts-title {
  display: block;
  height: auto;
  left: 0;
  position: relative;
  top: 0;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
  width: 100%;
}
body.home-2020 #home-news .recent-blog-posts-wrapper ul li > a.recent-blog-posts-title img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.home-2020 #home-news .recent-blog-posts-wrapper ul li > a.recent-blog-posts-title {
    font: italic 1.6rem "Playfair Display", sans-serif;
    position: absolute;
    height: 100%;
  }
}
body.home-2020 #home-news .recent-blog-posts-wrapper ul li .recent-blog-posts-title {
  color: white;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font: bold 1.8rem "Roboto", sans-serif;
  padding: 0 20px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  body.home-2020 #home-news .recent-blog-posts-wrapper ul li .recent-blog-posts-title {
    font: bold 2.4rem "Roboto", sans-serif !important;
    margin: unset;
  }
}
body.home-2020 #home-news .recent-blog-posts-wrapper ul li .recent-blog-posts-date-wrapper {
  color: white;
  display: block;
  font: italic 1.4rem "Playfair Display", sans-serif;
  margin: 16px 0;
  padding: 0 20px;
  position: relative;
  -webkit-transform: translatey(0);
          transform: translatey(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media only screen and (min-width: 768px) {
  body.home-2020 #home-news .recent-blog-posts-wrapper ul li .recent-blog-posts-date-wrapper {
    font: italic 1.6rem "Playfair Display", sans-serif;
    -webkit-transform: translatey(-50px);
            transform: translatey(-50px);
  }
}
body.home-2020 #home-news .recent-blog-posts-wrapper ul li .recent-blog-posts-body {
  color: white;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 768px) {
  body.home-2020 #home-news .recent-blog-posts-wrapper ul li .recent-blog-posts-body {
    font-size: 1.2rem;
  }
}
body.home-2020 #home-news .recent-blog-posts-wrapper .recent-blog-posts-view-link {
  margin: 30px 0 60px 0 !important;
  font-size: 2.3rem !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
  body.home-2020 #home-news .recent-blog-posts-wrapper ul li {
    height: 35.333vw;
  }
  body.home-2020 #home-news .recent-blog-posts-wrapper ul li:hover, body.home-2020 #home-news .recent-blog-posts-wrapper ul li.show {
    padding-top: 30%;
  }
  body.home-2020 #home-news .recent-blog-posts-wrapper ul li:hover > a.recent-blog-posts-title, body.home-2020 #home-news .recent-blog-posts-wrapper ul li.show > a.recent-blog-posts-title {
    height: 30%;
  }
}
@media only screen and (min-width: 768px) {
  body.home-2020 #home-news .recent-blog-posts-wrapper ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  body.home-2020 #home-news .recent-blog-posts-wrapper ul li {
    height: 50vw;
    width: 50vw;
  }
}
@media (min-width: 1200px) {
  body.home-2020 #home-news .recent-blog-posts-wrapper {
    margin-top: 64px;
  }
  body.home-2020 #home-news .recent-blog-posts-wrapper ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  body.home-2020 #home-news .recent-blog-posts-wrapper ul li {
    height: 33.333vw;
    width: 100%;
  }
}
body.home-2020 #home-events {
  background-color: #851c1a;
  color: white;
  padding: 80px 0;
  text-align: center;
}
body.home-2020 #home-events h1 {
  color: white;
}
body.home-2020 #home-events .upcoming-events-wrapper {
  margin-top: 40px;
}
body.home-2020 #home-events .upcoming-events-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.home-2020 #home-events .upcoming-events-wrapper ul li {
  text-align: left;
}
body.home-2020 #home-events .upcoming-events-wrapper ul li > div {
  background-color: white;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 24px;
}
body.home-2020 #home-events .upcoming-events-wrapper ul li .upcoming-events-date {
  color: #851c1a;
  font: normal 1.6rem "Playfair Display", sans-serif;
}
body.home-2020 #home-events .upcoming-events-wrapper ul li .upcoming-events-date .upcoming-events-time {
  display: block;
}
body.home-2020 #home-events .upcoming-events-wrapper ul li .upcoming-events-name {
  font: bold 2.4rem "Roboto", sans-serif;
}
body.home-2020 #home-events .upcoming-events-wrapper ul li .upcoming-events-name a {
  color: #001632;
}
body.home-2020 #home-events .upcoming-events-wrapper ul li .upcoming-events-description {
  color: #83919a;
  margin-bottom: 0;
}
body.home-2020 #home-events .tns-nav {
  margin-top: 24px;
}
body.home-2020 #home-events .tns-nav button {
  background: none;
  border-radius: 50%;
  border: 2px solid white;
  display: inline-block;
  height: 10px;
  margin: 0 4px;
  padding: 0;
  width: 10px;
}
body.home-2020 #home-events .tns-nav button.tns-nav-active {
  background-color: white;
}
body.home-2020 #home-app {
  background-color: white;
  min-height: 0;
  text-align: left;
}
body.home-2020 #home-app .slide {
  display: block;
}
body.home-2020 #home-app .slide__image {
  background-position: center;
  background-size: cover;
  padding-bottom: 75%;
}
body.home-2020 #home-app .slide__content {
  padding: 24px 20px;
}
@media (min-width: 768px) {
  body.home-2020 #home-app .slide {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.home-2020 #home-app .slide__image {
    height: auto;
    min-width: 50%;
    padding: 0;
    width: 50%;
  }
  body.home-2020 #home-app .slide__content {
    padding: 40px 80px 40px 40px;
  }
}
@media (min-width: 1200px) {
  body.home-2020 #home-app .slide__content {
    padding: 80px 120px 80px 80px;
  }
}
body.home-2020 .footer-cta h2 {
  font-family: "Playfair Display", serif;
  font-weight: normal;
}

/* Home 2020 Slider Controls */
body.home-2020 .matrix-content,
body.home-2020 #home-events {
  position: relative;
}

body.home-2020 #stat-controller {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 65px;
  bottom: -45px;
}
body.home-2020 #stat-controller li {
  cursor: pointer;
}
body.home-2020 #stat-controller li i {
  font-size: 30px;
  -ms-flex-line-pack: center;
      align-content: center;
}

body.home-2020 #event-controller {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60px;
  bottom: 40px;
}
body.home-2020 #event-controller li {
  cursor: pointer;
}
body.home-2020 #event-controller li i {
  font-size: 30px;
  -ms-flex-line-pack: center;
      align-content: center;
}

.home-banner {
  margin: 50px 0 100px;
}
.home-banner::before, .home-banner::after {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: #001632;
}
.home-banner__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .home-banner__logo {
    width: 60%;
    margin-left: auto;
  }
}
.home-banner__logo img {
  width: 300px;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
.home-banner .container {
  padding: 60px 0;
}
.home-banner__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-banner__video {
  width: 100%;
}
@media (min-width: 992px) {
  .home-banner__video {
    width: 40%;
  }
}
.home-banner__video video,
.home-banner__video iframe {
  width: 100% !important;
  height: 250px;
}
.home-banner__content {
  width: 100%;
}
@media (min-width: 992px) {
  .home-banner__content {
    width: 60%;
    padding-left: 30px;
  }
}
.home-banner__heading {
  padding: 0;
  text-align: center;
  font: bold 3rem/1.5 "Roboto", sans-serif !important;
}
.home-banner__button {
  display: block !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  text-align: center;
  margin: 0 auto;
}

section.home-connected {
  background: #fff;
  padding: 50px 0 0;
  /*display: none;*/
  /* InstaFeed */
}
@media screen and (max-width: 768px) {
  section.home-connected {
    /*display: none;*/
  }
}
@media screen and (min-width: 769px) {
  section.home-connected .container-fluid {
    padding: 0px;
  }
}
section.home-connected h2 {
  font-family: "Roboto", sans-serif;
  font-size: 4.5rem;
  line-height: 5rem;
  margin-bottom: 30px;
}
section.home-connected h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  color: #b99a4c;
  letter-spacing: 2px;
}
section.home-connected p {
  margin: 0 0 20px;
}
section.home-connected .fa {
  margin-right: 10px;
}
section.home-connected .story-content {
  padding: 7% 7% 0;
  max-width: 50%;
  margin-bottom: -20%;
}
@media screen and (max-width: 768px) {
  section.home-connected .story-content {
    padding: 0;
    max-width: 100%;
    margin: 0;
  }
}
section.home-connected #instafeed {
  width: 100%;
  margin: 45px 0 0px;
  padding: 2px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
}
section.home-connected #instafeed a.insta-link {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0 10px;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.home-connected #instafeed a.insta-link {
    width: 33%;
  }
}
section.home-connected #instafeed img.insta-pic {
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
section.home-connected #instafeed .insta-meta {
  overflow: hidden;
  background: url(//www.speakcdn.com/sitefiles/2433/css/images/overlay.png);
  background-color: rgba(0, 22, 50, 0.75);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
section.home-connected div#instafeed .likes-comments {
  margin: 8px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
section.home-connected div#instafeed .instacaption {
  font-size: 1.2rem;
  overflow: hidden;
  font-weight: 400;
  margin: 50px 1rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  section.home-connected div#instafeed .instacaption {
    font-size: 1.3rem;
    overflow: hidden;
    padding: 10px 1px;
    line-height: 16px;
    margin-bottom: 62px;
  }
}
section.home-connected div#instafeed .likes,
section.home-connected div#instafeed .comments {
  font-size: 1.2px;
  font-weight: 400;
  margin: 0 3px;
  color: #fff;
}
@media (max-width: 768px) {
  section.home-connected div#instafeed .likes,
  section.home-connected div#instafeed .comments {
    font-size: 12px;
    margin: 0 2px;
  }
}
section.home-connected #instafeed .insta-meta i {
  color: #fff;
  margin: 0 2px 0 0;
  font-size: 1em;
}
@media (max-width: 768px) {
  section.home-connected #instafeed .insta-meta i {
    font-size: 0.8em;
  }
}
section.home-connected div#instafeed a.insta-link:hover > div.insta-meta {
  opacity: 1;
}
section.home-connected .row1 {
  width: 40%;
  margin-left: 60%;
  margin-bottom: 10px;
}
section.home-connected .row1 a.insta-link {
  width: 50%;
}
@media (max-width: 768px) {
  section.home-connected .row1 {
    text-align: center;
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
}
section.home-connected .row2 {
  width: 60%;
  margin-left: 40%;
  margin-bottom: 10px !important;
}
section.home-connected .row2 a.insta-link {
  width: 33.3333%;
}
@media (max-width: 768px) {
  section.home-connected .row2 {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
  }
}
section.home-connected .row3 {
  width: 80%;
  margin-left: 20%;
  margin-bottom: 10px;
}
section.home-connected .row3 a.insta-link {
  width: 25%;
}
@media (max-width: 768px) {
  section.home-connected .row3 {
    display: none;
  }
}

/* ====================== Default Page ====================== */
/* --------------------------------

Hero

-------------------------------- */
.program-overlay {
  position: relative;
}
.program-overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.36);
}
.program-overlay * {
  position: relative;
  z-index: 1;
}

section.default-hero {
  position: relative;
  min-height: 275px;
  margin-top: 95px;
  z-index: 100;
  text-align: center;
}
@media screen and (min-width: 600px) {
  section.default-hero {
    min-height: 400px;
  }
}
@media (min-width: 768px) {
  section.default-hero {
    min-height: 505px;
  }
}
section.default-hero h5 {
  color: #ffcf01;
  display: block;
  font-weight: 100;
  letter-spacing: 2px;
  font-size: 2rem;
  line-height: 125%;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
section.default-hero h1 {
  text-transform: uppercase;
  color: white;
  font-size: 2rem;
  font-weight: 900;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 0.75em;
  line-height: 2rem;
  margin-top: -10px;
  position: absolute;
}
@media (min-width: 768px) {
  section.default-hero h1 {
    font-size: 4rem;
    line-height: 6rem;
  }
}
@media (min-width: 992px) {
  section.default-hero h1 {
    font-size: 5rem;
    line-height: 9rem;
  }
}

#hero-overlay {
  position: absolute;
  opacity: 0.35;
  top: 0;
  left: 0;
  height: 275px;
  width: 100vw;
  z-index: 3;
  background: #111;
}
@media screen and (min-width: 600px) {
  #hero-overlay {
    height: 400px;
  }
}
@media screen and (min-width: 768px) {
  #hero-overlay {
    height: 505px;
  }
}

div#cphBreadCrumb {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 5px 0;
}
div#cphBreadCrumb ul#breadcrumb {
  margin: 0;
  padding: 0 12px;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #ddd;
  border-radius: 20px;
}
div#cphBreadCrumb ul#breadcrumb li {
  position: relative;
}
div#cphBreadCrumb ul#breadcrumb li a {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #001632;
  text-decoration: none !important;
  font-size: 13px;
  padding: 8px 6px;
  position: relative;
  line-height: 1rem;
}
div#cphBreadCrumb ul#breadcrumb li a:hover,
div#cphBreadCrumb ul#breadcrumb li a.current {
  color: #222;
}
div#cphBreadCrumb ul#breadcrumb li:last-of-type:after {
  display: none;
}
div#cphBreadCrumb ul#breadcrumb li#bc-home a {
  color: #fff;
  display: inline-block;
  width: 13px;
  /* &:before {
    font-family: 'generational-edge-icons';
    content: "\e8b4";
    color: $gray;
    font-size: 13px;
    margin: 0 2px 0 0;
    -o-transition: all .33s ease;
    -moz-transition: all .33s ease;
    -webkit-transition: all .33s ease;
    transition: all .33s ease;
  }*/
}
div#cphBreadCrumb ul#breadcrumb li#bc-home a:hover:before {
  color: #851c1a;
}

/* Mobile Subnav Toggle */
button.mobile-subnav-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  right: 15px;
  margin: 0;
  border: 1px solid #851c1a;
  border-top: 4px solid #851c1a;
  border-bottom: 0;
  outline: 0;
  color: #851c1a;
  background: #fff;
  padding: 1rem 0;
  border-radius: 0.15em;
  line-height: 1rem;
  font-size: 11px;
  width: 95px;
  height: 115%;
  min-height: 35px;
  text-align: center;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: none;
}
@media (max-width: 767px) {
  button.mobile-subnav-toggle {
    display: block !important;
  }
}
button.mobile-subnav-toggle span {
  display: inline-block;
  position: relative;
  height: 10px;
  width: 10px;
  margin: 0 0 0 3px;
  cursor: pointer;
}
button.mobile-subnav-toggle span:before, button.mobile-subnav-toggle span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #851c1a;
  width: 2px;
  height: 8px;
  margin: -6px 0 0 0;
  border-radius: 6px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
button.mobile-subnav-toggle span:before {
  -webkit-transform: rotate(-45deg) translate(-3px, 0px);
  transform: rotate(-45deg) translate(-3px, 0px);
}
button.mobile-subnav-toggle span:after {
  -webkit-transform: rotate(45deg) translate(3px, 0px);
  transform: rotate(45deg) translate(3px, 0px);
}
button.mobile-subnav-toggle.open span:before {
  -webkit-transform: rotate(-45deg) translate(0px, 4px);
  transform: rotate(-45deg) translate(0px, 4px);
}
button.mobile-subnav-toggle.open span:after {
  -webkit-transform: rotate(45deg) translate(0px, 4px);
  transform: rotate(45deg) translate(0px, 4px);
}

section.mobile-subnav {
  background: #fff;
  position: relative;
  width: 100%;
  display: none;
}
section.mobile-subnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.mobile-subnav ul li {
  display: block;
  position: relative;
  width: 100%;
}
section.mobile-subnav ul li a {
  display: block;
  padding: 11px 34px 11px 18px;
  position: relative;
  color: #00214c;
  line-height: 1.3em;
  text-transform: uppercase;
  border-bottom: 1px solid #f1f1f1;
  font-size: 1.25rem;
  letter-spacing: 0.14rem;
}
section.mobile-subnav ul li a.current {
  border-left: 2px solid #ffcf01;
  background: rgb(249, 249, 249);
  color: #851c1a !important;
}
section.mobile-subnav ul li a.expand {
  display: block;
  height: 38px;
  width: 38px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  cursor: pointer;
  border: none;
}
section.mobile-subnav ul li a.expand:before,
section.mobile-subnav ul li a.expand:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #00214c;
  width: 2px;
  height: 10px;
  margin: -5px 0 0 -1px;
  border-radius: 6px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
section.mobile-subnav ul li a.expand:before {
  -webkit-transform: rotate(-45deg) translate(-4px, 0px);
  transform: rotate(-45deg) translate(-4px, 0px);
}
section.mobile-subnav ul li a.expand:after {
  -webkit-transform: rotate(45deg) translate(4px, 0px);
  transform: rotate(45deg) translate(4px, 0px);
}
section.mobile-subnav ul li a.expand.active:before {
  -webkit-transform: rotate(-45deg) translate(0px, 4px);
  transform: rotate(-45deg) translate(0px, 4px);
}
section.mobile-subnav ul li a.expand.active:after {
  -webkit-transform: rotate(45deg) translate(0px, 4px);
  transform: rotate(45deg) translate(0px, 4px);
}
section.mobile-subnav ul li ul {
  background: rgba(34, 34, 34, 0.07);
  display: none;
  padding-left: 8px;
}
section.mobile-subnav ul li ul.active {
  display: block !important;
}

/* --------------------------------

Section Default Main

-------------------------------- */
section.default-main .body-content {
  padding-top: 40px;
  padding-bottom: 50px;
}
section.default-main .sidebar {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  border-radius: 0.15em;
  background: white;
  margin-top: -140px;
  z-index: 9999;
  border-top: 7px solid #851c1a;
  padding: 0;
  position: relative;
  padding-bottom: 5%;
}
@media (max-width: 767px) {
  section.default-main .sidebar {
    display: none !important;
  }
}
section.default-main .sidebar h2 {
  display: block;
  padding: 30px 20px 0px 40px;
}
section.default-main .sidebar h2 a {
  font-size: 2.65rem;
  line-height: 3.25rem;
  letter-spacing: 1px;
  color: #eee;
  border-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
section.default-main .sidebar h5 {
  font-size: 1.2rem;
  text-align: left;
  padding-left: 40px;
  margin-top: 25px;
  color: #001632;
}
section.default-main .sidebar ul {
  list-style: none;
  -webkit-margin-before: 2em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
section.default-main .sidebar ul li a {
  padding: 12px 0 11px 40px !important;
  display: block;
  border-bottom: 1px solid #f1f1f1;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #00214c;
  /* &:before {
    content: '';
    display: inline-block;
    height: 3px;
    width: 0%;
    background:transparent;
    transition: width .5s ease, background-color .5s ease;
  }*/
}
section.default-main .sidebar ul li a.item--current {
  border-left: 2px solid #ffcf01;
  background: rgba(249, 249, 249, 0.8);
  color: #851c1a !important;
}
section.default-main .sidebar ul li a:hover {
  background: #f3f3f3;
  color: #851c1a;
  /* &:before {
     width:20%;
    background: lighten($gold,20%);
  }*/
}
section.default-main .sidebar div.cta-message {
  text-align: center;
}
section.default-main .sidebar div.cta-message h1 {
  color: #848e98;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  text-align: center !important;
  line-height: 2rem;
  font-weight: 400;
  margin-top: 50px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.default-main .sidebar div.cta-message h1 span {
  font-family: "Playfair Display", serif;
  display: block;
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 100;
  font-style: normal;
  text-transform: uppercase;
  color: #001632;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.default-main .sidebar div.cta-message a {
  opacity: 1;
  color: white;
  font-size: 1.2rem;
  padding: 1rem 3rem;
  margin-top: 10px;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
  --webkit-transition: all .2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.default-main .credits .credit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Playfair Display", serif;
  font-weight: 100;
  font-size: 1.65rem;
  line-height: 170%;
  margin: 0.8rem 0 1.2rem 0;
}
section.default-main .credits .credit-item .dotted-line {
  border-bottom: 2px dotted #000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
section.default-main .credits .credit-item .credit-value {
  margin-left: auto;
}
section.default-main .credits .total-credits {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Playfair Display", serif;
  font-size: 1.65rem;
  line-height: 170%;
  margin: 0.8rem 0 1.2rem 0;
}
section.default-main .credits .total-credits .dotted-line {
  border-bottom: 2px dotted #000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
section.default-main .credits .total-credits .credit-value {
  margin-left: auto;
}
section.default-main .credits hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* --------------------------------

Breadcrumb

-------------------------------- */
section.breadcrumb-band {
  background: #f9f9f9;
  padding: 5px;
  position: relative;
  z-index: 101;
}
@media (max-width: 767px) {
  section.breadcrumb-band .flex-col-sm-4 {
    display: none;
  }
}
section.breadcrumb-band ul#cphBreadCrumb {
  list-style: none;
  -webkit-padding-start: 0px;
  -webkit-margin-after: 0em;
  -webkit-margin-before: 0em;
}
@media (max-width: 767px) {
  section.breadcrumb-band ul#cphBreadCrumb {
    padding: 0 90px 0 0;
  }
}
section.breadcrumb-band ul#cphBreadCrumb li {
  display: inline-block;
  float: left;
  padding: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.15rem;
  line-height: initial;
}
section.breadcrumb-band ul#cphBreadCrumb li a {
  display: inline-block;
  padding: 4px 8px;
  color: #848e98;
  font-weight: 400;
  line-height: 1em;
  font-size: 1rem;
}
@media (min-width: 600px) {
  section.breadcrumb-band ul#cphBreadCrumb li a {
    padding: 6px 8px;
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  section.breadcrumb-band ul#cphBreadCrumb li a {
    padding: 8px;
    font-size: 1.2rem;
  }
}
section.breadcrumb-band ul#cphBreadCrumb li a.current {
  color: #851c1a;
}
section.breadcrumb-band ul#cphBreadCrumb li a:hover {
  color: #001632;
}
section.breadcrumb-band ul#cphBreadCrumb li:after {
  content: "/";
  margin: 0 6px;
  color: rgba(132, 142, 152, 0.3);
}
section.breadcrumb-band ul#cphBreadCrumb li:last-of-type:after {
  content: " ";
  margin: 0;
}

body.lyon-league td {
  border: 1px solid #eee;
}
body.lyon-league tr:first-of-type {
  color: #001632;
  background: #ddd;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  body.lyon-league {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */
  }
  body.lyon-league table,
  body.lyon-league thead,
  body.lyon-league tbody,
  body.lyon-league th,
  body.lyon-league td,
  body.lyon-league tr {
    display: block;
  }
  body.lyon-league thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  body.lyon-league tr {
    border: 1px solid #ccc;
  }
  body.lyon-league tr:first-of-type {
    display: none;
  }
  body.lyon-league td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  body.lyon-league td:before {
    /* Now like a table header */
    /* Top/left values mimic padding */
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  body.lyon-league td:nth-of-type(1):before {
    content: var(--lyon-leauge-column-1);
    font-weight: bold;
  }
  body.lyon-league td:nth-of-type(2):before {
    content: var(--lyon-leauge-column-2);
    font-weight: bold;
  }
  body.lyon-league td:nth-of-type(3):before {
    content: var(--lyon-leauge-column-3);
    font-weight: bold;
  }
  body.lyon-league td:nth-of-type(4):before {
    content: var(--lyon-leauge-column-4);
    font-weight: bold;
  }
}

/* === TABBED CONTENT STYLING === */
div.nav-tabs-top {
  position: relative;
}

.ui-tabs .ui-tabs-panel.ui-tabs-hide {
  display: none;
}
.ui-tabs ul.ui-tabs-nav li {
  position: relative;
  top: 0;
  float: left;
  padding: 0 !important;
  margin: 0 4px 0 0 !important;
  border: none !important;
}
.ui-tabs ul.ui-tabs-nav li.seeMore {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0 !important;
}
.ui-tabs ul.ui-tabs-nav li.seeMore a {
  border: 1px solid #ddd;
  border-bottom: none;
  margin-right: 0 !important;
}
.ui-tabs ul.ui-tabs-nav li.seeMore a:hover {
  background: transparent;
}
.ui-tabs ul.ui-tabs-nav li.ui-state-active a {
  border: 1px solid #ddd;
  border-bottom: none;
  color: #555;
}
.ui-tabs ul.ui-tabs-nav li a {
  display: inline-block;
  color: #83919a;
  border: none;
}
.ui-tabs ul.ui-tabs-nav li a:hover {
  background: transparent;
}

.allTabs {
  display: none;
  position: absolute;
  background: #eee;
  max-width: 220px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-bottom: 10px;
  right: 0;
  border: 1px solid #eee;
}
.allTabs a {
  color: #333;
  display: block;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  border: none !important;
}

@media (max-width: 768px) {
  body[class$=-faculty] .templatecontent img {
    display: block;
    float: none !important;
  }
}

.donationv2 {
  max-width: 100%;
}
.donationv2 .donationmodule-table {
  width: 100%;
}
.donationv2 .donationmodule-table tbody .donationmodule-row,
.donationv2 .donationmodule-table tbody .donationmodule-altrow {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 10px 0;
}
.donationv2 .donationmodule-table tbody .donationmodule-row .donationmodule-column1,
.donationv2 .donationmodule-table tbody .donationmodule-altrow .donationmodule-column1 {
  width: 50%;
  margin-right: 5%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.donationv2 .donationmodule-table tbody .donationmodule-row .donationmodule-column2,
.donationv2 .donationmodule-table tbody .donationmodule-altrow .donationmodule-column2 {
  vertical-align: middle;
  width: 50%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.donationv2 .donationmodule-table tbody .donationmodule-row .donationmodule-column2 input[type=text],
.donationv2 .donationmodule-table tbody .donationmodule-altrow .donationmodule-column2 input[type=text] {
  padding: 5px;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .donationv2 .donationmodule-table tbody .donationmodule-row .donationmodule-column2 input[type=text],
  .donationv2 .donationmodule-table tbody .donationmodule-altrow .donationmodule-column2 input[type=text] {
    width: 100%;
  }
}
.donationv2 .donationmodule-table tbody .donationmodule-row .donationmodule-column2 span[style="color:Red;visibility:hidden;"],
.donationv2 .donationmodule-table tbody .donationmodule-altrow .donationmodule-column2 span[style="color:Red;visibility:hidden;"] {
  display: none;
}
.donationv2 .donationmodule-table tbody .donationmodule-row .donationmodule-column2 label,
.donationv2 .donationmodule-table tbody .donationmodule-altrow .donationmodule-column2 label {
  word-break: break-word;
  display: inline;
}
@media (max-width: 650px) {
  .donationv2 .donationmodule-table tbody .donationmodule-row .donationmodule-column2 label,
  .donationv2 .donationmodule-table tbody .donationmodule-altrow .donationmodule-column2 label {
    max-width: 100px;
  }
}
.donationv2 .donationmodule-table tbody .donationmodule-row .donationmodule-column2 table tbody tr,
.donationv2 .donationmodule-table tbody .donationmodule-altrow .donationmodule-column2 table tbody tr {
  padding: 0 5px;
}
.donationv2 .billing-info {
  max-width: 100%;
  width: 100%;
}
.donationv2 .billing-info table {
  width: 100%;
}
@media (max-width: 767px) {
  .donationv2 .billing-info table {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .donationv2 .billing-info table tbody tr:last-of-type {
    text-align: center;
  }
}
.donationv2 .billing-info table tbody tr:last-of-type .donationmodule-column1 {
  display: none;
}
.donationv2 .billing-info table tbody tr:last-of-type .donationmodule-column1 + .donationmodule-column2 {
  width: 45%;
  margin: 10px auto;
}
@media (max-width: 767px) {
  .donationv2 .billing-info table tbody tr:last-of-type .donationmodule-column1 + .donationmodule-column2 {
    width: 60%;
  }
}
.donationv2 .billing-info table tbody tr:last-of-type .donationmodule-column1 + .donationmodule-column2 input[type=submit] {
  margin: 10px auto;
}
@media (max-width: 767px) {
  .donationv2 .billing-info table tbody tr:last-of-type .donationmodule-column1 + .donationmodule-column2 input[type=submit] {
    width: 100%;
  }
}
.donationv2 .billing-info table tbody .donationmodule-row {
  width: 100%;
}
.donationv2 .billing-info table tbody .donationmodule-row .donationmodule-column1 {
  width: 50%;
  margin-right: 5%;
  display: inline-block;
}
@media (max-width: 767px) {
  .donationv2 .billing-info table tbody .donationmodule-row .donationmodule-column1 {
    width: 50%;
  }
}
.donationv2 .billing-info table tbody .donationmodule-row .donationmodule-column2 {
  display: inline-block;
  width: 45%;
}
.donationv2 .billing-info table tbody .donationmodule-row .donationmodule-column2 select,
.donationv2 .billing-info table tbody .donationmodule-row .donationmodule-column2 input[type=text] {
  margin: 10px 0;
  padding: 5px;
  width: 50%;
}
@media (max-width: 767px) {
  .donationv2 .billing-info table tbody .donationmodule-row .donationmodule-column2 select,
  .donationv2 .billing-info table tbody .donationmodule-row .donationmodule-column2 input[type=text] {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .donationv2 .billing-info table tbody .donationmodule-row .donationmodule-column2 select,
  .donationv2 .billing-info table tbody .donationmodule-row .donationmodule-column2 input[type=text] {
    width: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .donationv2 .billing-info table tbody .donationmodule-row .donationmodule-column2 select,
  .donationv2 .billing-info table tbody .donationmodule-row .donationmodule-column2 input[type=text] {
    width: 60%;
  }
}
.donationv2 .billing-info table tbody .donationmodule-row .donationmodule-column2 span[style="color:Red;visibility:hidden;"] {
  display: none;
}

body.maps .body-content {
  width: 95%;
  -ms-flex-preferred-size: 95%;
      flex-basis: 95%;
  max-width: 95%;
  margin: 0 auto;
}
body.maps .body-content iframe {
  width: 100%;
}

.no-edges section.default-hero {
  min-height: 250px;
}
.no-edges div#hero-overlay {
  height: 250px;
}

/*french page staff dir thing*/
body.french ul.staff-directory-department-list li img {
  width: auto;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 0.15em;
  background: white;
}

/*re-purposing the blog */
.blog.alumni-posts .blog-comments {
  text-align: center;
}
.blog.alumni-posts .blog-comments h2:first-child {
  visibility: hidden;
}
.blog.alumni-posts .blog-comments h2:first-child:before {
  content: "What have you been up to?";
  opacity: 1 !important;
  color: black;
  visibility: visible;
  display: block;
}
.blog.alumni-posts .blog-comments .blog-comment {
  width: 29%;
  display: inline-block;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  margin: 10px 5px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.blog.alumni-posts .blog-comments .blog-comment .blog-comment-avatar {
  float: none;
  width: 100%;
}
.blog.alumni-posts .blog-comments .blog-comment .blog-comment-details {
  float: none;
  width: 70%;
  margin: 0 auto;
}
.blog.alumni-posts .blog-comments .blog-comment .blog-comment-details span {
  font-size: 1.2rem;
}
.blog.alumni-posts .blog-comments .blog-comment:hover {
  transition: all 0.33s ease;
  -webkit-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0 10px rgba(0, 0, 0, 0.3);
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -webkit-transition: all 0.33s ease;
}

body.full-margin .body-content {
  max-width: 785px;
  margin: 0 auto;
}

body.housing-test #hero {
  margin-top: 75px;
  height: 630px;
  /* ====================================
  -----------  Main Banner --------------
  ==================================== */
}
@media screen and (min-width: 1100px) {
  body.housing-test #hero {
    margin-top: 150px;
  }
}
@media screen and (max-width: 900px) {
  body.housing-test #hero {
    height: 470px;
  }
}
body.housing-test #hero .sw-public-page-part, body.housing-test #hero .matrix-content {
  height: 100%;
}
body.housing-test #hero .housing-banner {
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
}
body.housing-test #hero .housing-banner .mobile-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #142132;
  opacity: 0.5;
  z-index: 0;
}
@media screen and (min-width: 900px) {
  body.housing-test #hero .housing-banner .mobile-overlay {
    display: none;
  }
}
body.housing-test #hero .housing-banner .bg-titles {
  position: absolute;
  white-space: nowrap;
  opacity: 0.5;
  font-size: 80px;
  letter-spacing: 2px;
  color: #FFF;
  font-weight: bold;
  font-family: "Playfair Display", serif;
}
body.housing-test #hero .housing-banner .bg-titles.top-left {
  top: -48px;
  left: 5%;
}
@media screen and (max-width: 900px) {
  body.housing-test #hero .housing-banner .bg-titles.top-left {
    left: -15px;
  }
}
body.housing-test #hero .housing-banner .bg-titles.bottom-right {
  bottom: -26px;
  right: 5%;
}
@media screen and (max-width: 900px) {
  body.housing-test #hero .housing-banner .bg-titles.bottom-right {
    right: -15px;
  }
}
body.housing-test #hero .housing-banner .inner-container {
  width: 90%;
  height: 100%;
  margin: 0 5%;
  position: relative;
  overflow: hidden;
  /* =============================================
  -----------  Main Banner Objects  --------------
  ============================================== */
}
body.housing-test #hero .housing-banner .inner-container .banner-object {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
body.housing-test #hero .housing-banner .inner-container .banner-object.left {
  width: 33.3333333333%;
  float: left;
}
body.housing-test #hero .housing-banner .inner-container .banner-object.left img {
  width: 95%;
}
@media screen and (max-width: 900px) {
  body.housing-test #hero .housing-banner .inner-container .banner-object.left {
    display: none;
  }
}
body.housing-test #hero .housing-banner .inner-container .banner-object.right {
  margin-left: 8.3333333333%;
  width: 58.3333333333%;
  float: left;
}
body.housing-test #hero .housing-banner .inner-container .banner-object.right img {
  width: 90%;
}
@media screen and (max-width: 900px) {
  body.housing-test #hero .housing-banner .inner-container .banner-object.right {
    margin: 0;
    width: 100%;
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 900px) {
  body.housing-test #hero .housing-banner .inner-container .banner-object.right img {
    display: none;
  }
}
body.housing-test #hero .housing-banner .inner-container .banner-object.right .main-banner-content {
  position: absolute;
  max-width: 400px;
  bottom: -23px;
  left: -50px;
}
@media screen and (max-width: 900px) {
  body.housing-test #hero .housing-banner .inner-container .banner-object.right .main-banner-content {
    position: static;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    left: unset;
  }
  body.housing-test #hero .housing-banner .inner-container .banner-object.right .main-banner-content h1 {
    font-size: 6rem;
  }
}
body.housing-test #hero .housing-banner .inner-container .banner-object.right .main-banner-content .heading {
  position: relative;
  text-align: left;
  margin-bottom: 20px;
  line-height: normal;
}
@media screen and (max-width: 900px) {
  body.housing-test #hero .housing-banner .inner-container .banner-object.right .main-banner-content .heading {
    text-align: center;
  }
}
body.housing-test #hero .housing-banner .inner-container .banner-object.right .main-banner-content .info {
  text-align: left;
  position: relative;
  padding: 10px 20px;
  background-color: #FFF;
  color: #142132;
}
@media screen and (max-width: 900px) {
  body.housing-test #hero .housing-banner .inner-container .banner-object.right .main-banner-content .info {
    text-align: center;
  }
}

/* ============================================
----------- Housing Components  --------------
============================================ */
body.housing-test .housing-intro {
  background-color: rgba(20, 33, 50, 0.1);
  padding: 3em 0;
  text-align: center;
}
body.housing-test .group-label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1em;
  font-size: 2em;
}
body.housing-test .group-label::after {
  content: "";
  display: block;
  width: 85%;
  height: 2px;
  background-color: #7c1a15;
  border-radius: 4px;
  margin-top: 15px;
}
body.housing-test .housing-grid {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 20px;
}
body.housing-test .housing-grid .grid-item {
  text-align: center;
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 0 10px;
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
body.housing-test .housing-grid .grid-item .image-thumb > a {
  position: relative;
  width: 100%;
  height: 180px;
  display: block;
  outline: none;
  border: none;
}
body.housing-test .housing-grid .grid-item .image-thumb > a:hover .outside {
  opacity: 0;
}
body.housing-test .housing-grid .grid-item .image-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.33s ease-in-out;
  transition: opacity 0.33s ease-in-out;
  display: block;
}
body.housing-test .housing-grid .grid-item .image-thumb img.outside {
  z-index: 1;
}
body.housing-test .housing-grid .grid-item .image-thumb img.inside {
  z-index: 0;
}
body.housing-test .housing-grid .grid-item .name {
  margin: 1.4rem 0 1.2rem 0;
}
body.housing-test .housing-grid .grid-item .name a {
  color: #001632;
  font-weight: bold;
  text-align: center;
  font-family: "Roboto", sans-serif;
  border: none;
}
body.housing-test .housing-grid .grid-item .name a span {
  font-size: 1.2em;
}
body.housing-test .housing-grid .grid-item .name a:hover {
  color: #7c1a15;
}

/* ========================================
-----------  Housing Detail --------------
======================================== */
body.housing-test .back-nav {
  margin-bottom: 2em;
}
body.housing-test .back-nav a {
  text-decoration: none;
  border: none;
}

body.landing2 header {
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  body.landing2 header {
    background-color: black;
  }
}
@media (max-width: 991px) {
  body.landing2 header .logo-wrap {
    margin: 0 auto;
  }
}
body.landing2 header .logo-wrap .logo-link {
  background: url("images/logo-edu-white.png") no-repeat;
  background-size: contain;
  width: 108px;
  margin: 10px 0;
  height: 50px;
}
body.landing2 header.scrolled {
  background-color: rgba(255, 255, 255, 0.8);
}
body.landing2 header.scrolled .logo-link {
  background: url("images/logo-edu-black.png") no-repeat;
  background-size: contain;
}
body.landing2 section.hero-contentwrap {
  height: 87vh;
  min-height: 750px;
  width: 100%;
  background: url("/sitefiles/2433/css/images/aerial_2.jpg") center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
@media (max-width: 991px) {
  body.landing2 section.hero-contentwrap {
    margin-top: 70px;
  }
}
body.landing2 section.hero-contentwrap .hero-content {
  z-index: 1;
}
@media (max-width: 991px) {
  body.landing2 section.hero-contentwrap .hero-content {
    margin: 10px auto 0 auto;
  }
}
body.landing2 section.hero-contentwrap .hero-content .hero-copy h1 {
  color: white !important;
}
@media (min-width: 992px) {
  body.landing2 section.hero-contentwrap .hero-content .hero-copy h1 {
    line-height: 5rem;
    font-size: 4.1rem;
    font-weight: 600;
    letter-spacing: 1px;
  }
}
@media (max-width: 991px) {
  body.landing2 section.hero-contentwrap .hero-content .hero-copy h1 {
    font-size: 2.7rem;
    line-height: 3.3rem;
  }
}
body.landing2 section.hero-contentwrap .hero-content .hero-copy h1 span {
  position: relative;
  left: -60px;
  opacity: 0;
}
@media (min-width: 992px) {
  body.landing2 section.hero-contentwrap .hero-content .hero-copy {
    margin-top: 28vh;
  }
}
@media (max-width: 991px) {
  body.landing2 section.hero-contentwrap .hero-content .hero-copy {
    width: 400px;
    margin: 50px auto;
  }
}
body.landing2 section.hero-contentwrap .hero-content .hero-form {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 400px;
  right: -10px;
}
@media (min-width: 992px) {
  body.landing2 section.hero-contentwrap .hero-content .hero-form {
    top: 50px;
  }
}
@media (max-width: 991px) {
  body.landing2 section.hero-contentwrap .hero-content .hero-form {
    margin: 0 auto;
    right: 0;
  }
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr {
  width: 48%;
  margin-left: 5px;
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td input,
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td select {
  width: 150px;
  max-width: 100%;
  color: black;
  border-radius: 2px;
  padding: 0 0 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 1.4rem;
  height: 30px;
  min-height: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td input,
  body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td select {
    width: 120px;
  }
}
@media (max-width: 991px) {
  body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td input,
  body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td select {
    width: 135px;
  }
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td input:focus,
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td select:focus {
  background-color: rgb(255, 255, 255);
  outline: none;
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td input:focus::-webkit-input-placeholder, body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td select:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td input:focus::-moz-placeholder, body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td select:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td input:focus:-ms-input-placeholder, body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td select:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td input:focus::-ms-input-placeholder, body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td select:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td input:focus::placeholder,
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td select:focus::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td input::-webkit-input-placeholder, body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td select::-webkit-input-placeholder {
  color: gray;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td input::-moz-placeholder, body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td select::-moz-placeholder {
  color: gray;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td input:-ms-input-placeholder, body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td select:-ms-input-placeholder {
  color: gray;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td input::-ms-input-placeholder, body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td select::-ms-input-placeholder {
  color: gray;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td input::placeholder,
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td select::placeholder {
  color: gray;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td label {
  font-style: normal;
  margin-left: 0;
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr td span[style*=color] {
  display: none !important;
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr.form-question {
  width: 100% !important;
  font-size: 1.4rem;
  margin-top: 5px;
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr.form-question select {
  width: 100%;
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr.form-question .formmodule-column1 {
  min-height: 0;
  margin: 10px auto 5px;
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr.form-question:last-of-type {
  width: 100% !important;
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr.form-question:last-of-type .formmodule-column1 {
  min-height: 0;
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr.form-question:last-of-type .formmodule-column2 {
  text-align: center;
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr.form-question td {
  display: block;
  width: 100%;
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-form table tbody tr.form-question td span label {
  display: inline;
  font-weight: normal;
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .formmodule-submit input {
  width: 100%;
  margin-top: 10px;
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .form-bot-stopper {
  margin: 10px 5px;
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .form-bot-stopper div {
  display: inline-block;
  width: 100%;
  text-align: center;
}
body.landing2 section.hero-contentwrap .hero-content .hero-form .form-bot-stopper div input {
  color: black;
  padding: 5px;
  margin: 0;
}
@media (min-width: 992px) {
  body.landing2 section.hero-contentwrap:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: -5px;
    height: 50px;
    background-color: white;
    clip-path: polygon(0 0, calc(50% - 30px) 0, 50% 50%, calc(50% + 30px) 0, 100% 0, 100% 100%, 0 100%);
  }
}
body.landing2 section.hero-contentwrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 87vh;
  min-height: 750px;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
body.landing2 input[type=text],
body.landing2 input[type=email],
body.landing2 textarea,
body.landing2 select {
  margin: 0 4px 5px 0;
}
@-webkit-keyframes slide-right {
  0% {
    left: -60px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes slide-right {
  0% {
    left: -60px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  body.landing2 .mini-footer {
    padding: 20px 25px;
  }
}

/* _program.scss */
body.program .body-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  body.program .body-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

#program-intro {
  background-color: #f1f1f1;
}

.stat-wrap {
  margin-bottom: 24px;
}
.stat-wrap.load .stat .number svg circle {
  stroke-dashoffset: 0;
}
.stat-wrap .stat {
  text-align: center;
}
.stat-wrap .stat .number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 16px auto 8px;
  position: relative;
  width: 100px;
}
.stat-wrap .stat .number svg {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.stat-wrap .stat .number svg circle {
  stroke-dasharray: 320;
  stroke-dashoffset: 320;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: stroke-dashoffset 3s cubic-bezier(0.25, 1, 0.75, 0.95);
  transition: stroke-dashoffset 3s cubic-bezier(0.25, 1, 0.75, 0.95);
}
.stat-wrap .stat .number span {
  color: #001632;
  font: bold 40px "Roboto", sans-serif;
}
.stat-wrap .stat .description {
  color: #2e3c40;
  font: normal 16px "Playfair Display", serif;
}
@media (min-width: 768px) {
  .stat-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .stat-wrap .stat {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}

.big-link {
  border-bottom: 1px solid #acb7c1;
  padding-bottom: 2px;
}

.tile {
  background-color: white;
  border-radius: 0.15em;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  padding: 40px;
  text-align: center;
}
.tile.cta-message h1 {
  color: #848e98;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 2rem;
  margin-top: 0;
  opacity: 1;
  text-align: center !important;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tile.cta-message h1 span {
  color: #001632;
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 100;
  line-height: 5rem;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tile.cta-message a {
  color: white;
  font-size: 1.2rem;
  margin-top: 10px;
  opacity: 1;
  padding: 1rem 3rem;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body.residence section.breadcrumb-band {
  background-color: rgba(0, 22, 50, 0.1);
  margin-top: 150px;
}
@media screen and (max-width: 1100px) {
  body.residence section.breadcrumb-band {
    margin-top: 75px;
  }
}

body.residence .residence-carousel-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1100px) {
  body.residence .residence-carousel-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
body.residence .residence-carousel-container .residence-carousel {
  width: 90%;
  margin: auto;
  margin-top: 1em;
  max-width: 700px;
}
body.residence .residence-carousel-container .residence-carousel .tns-nav {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.residence .residence-carousel-container .residence-carousel .tns-nav button {
  padding: 5px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 10px 2.5px 0 2.5px;
}
body.residence .residence-carousel-container .residence-carousel .tns-nav button:hover, body.residence .residence-carousel-container .residence-carousel .tns-nav button.tns-nav-active {
  background-color: rgba(0, 0, 0, 0.6);
}

/* -------------------------------- 

Store Styling

-------------------------------- */
div.quickcart {
  display: none;
}

html input[disabled], button[disabled] {
  opacity: 0.5;
}

body.store {
  /* ====================== Responsive Banner Rotator ====================== */
  /* ====================== End Responsive Banner Rotator ====================== */
  /* Flex Nav */
  /* flex-nav */
}
body.store section.default-main {
  position: relative;
}
body.store .modalpopup-display {
  border: none;
}
body.store .modalpopup-display input[type=text], body.store .modalpopup-display select {
  width: 100%;
}
body.store #cart-wrap {
  position: fixed;
  z-index: 9999;
  background: #848e98;
  padding: 5px 10px;
  color: white;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  top: initial;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
@media (min-width: 601px) {
  body.store #cart-wrap {
    top: 120px;
    width: 80px;
    right: 0;
    left: initial;
    bottom: initial;
    padding: 10px;
  }
}
body.store #cart-wrap i {
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 3px;
}
@media (min-width: 601px) {
  body.store #cart-wrap i {
    display: block;
  }
}
body.store #cart-wrap a {
  color: white;
}
body.store h2.sw-menucode-child, body.store ul#subnav:first-of-type {
  display: none;
}
body.store section.store-hero {
  position: relative;
  margin-top: 75px;
  z-index: 100;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 992px) {
  body.store section.store-hero {
    margin-top: 95px;
    max-height: 600px;
  }
}
body.store .slider {
  position: relative !important;
  z-index: 2000;
  height: auto !important;
  width: 100%;
  overflow: hidden;
  max-height: 350px;
}
body.store .slider .swRotator {
  position: relative !important;
  /*background color would go here*/
}
body.store .slider .scrollable {
  position: relative !important;
  overflow: visible !important;
  width: 100% !important;
}
body.store .slider .scrollable .items {
  width: 100% !important;
  position: relative !important;
  top: 0;
  left: 0;
  right: 0;
}
body.store .slider .scrollable .items .item {
  width: 100% !important;
  height: auto !important;
}
body.store .slider .scrollable .item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
body.store .swRotator .scrollable .items .item .caption {
  bottom: initial;
  top: 150px;
  right: initial;
  left: 20px;
  text-align: left;
  max-width: 400px;
}
@media (min-width: 992px) {
  body.store .swRotator .scrollable .items .item .caption {
    top: 230px;
  }
}
body.store .swRotator .scrollable .items .item .caption .title:not(:empty) {
  color: #851c1a;
  padding: 2rem 2rem 0 2rem;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: -0.025em;
  background: white;
}
body.store .swRotator .scrollable .items .item .caption .description:not(:empty) {
  color: #2e3c40;
  padding: 1rem 2rem 2rem 2rem;
  background: white;
}
body.store .sidebar ul.store-nav {
  list-style: none;
  -webkit-margin-before: 2em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
body.store .sidebar ul.store-nav li a {
  padding: 12px 0 11px 40px !important;
  display: block;
  border-bottom: 1px solid #f1f1f1;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #00214c;
}
body.store .sidebar ul.store-nav li a.current {
  border-left: 2px solid #ffcf01;
  background: rgba(249, 249, 249, 0.8);
  color: #851c1a !important;
}
body.store .sidebar ul.store-nav li a:hover {
  background: #f3f3f3;
  color: #851c1a;
}
body.store .horizontalNav-band {
  background: #851c1a;
}
body.store nav.flex-nav ul.store-nav {
  font-family: "Roboto", sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  *zoom: 1;
  /* Dim Links On Hover */
  /* Top Level Links */
  /* Hover Triggers */
}
color:white body.store nav.flex-nav ul.store-nav:hover li a:hover {
  color: #ffcf01;
}
body.store nav.flex-nav ul.store-nav > li {
  text-align: center;
}
body.store nav.flex-nav ul.store-nav > li > a {
  font-family: #sans-serif;
  padding: 2.35em 1.25em;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: #ffffff;
}
@media (max-width: 1300px) and (min-width: 920px) {
  body.store nav.flex-nav ul.store-nav > li > a {
    padding: 2.35em 1.1em;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
  }
}
@media (min-width: 1301px) {
  body.store nav.flex-nav ul.store-nav > li > a {
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
}
body.store nav.flex-nav ul.store-nav > li > a:hover {
  border-color: rgb(253, 253, 253);
}
body.store nav.flex-nav ul.store-nav > li.hasChild > a:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f107";
  bottom: 11%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
  opacity: 0.65;
  display: block;
  font-weight: 400 !important;
  font-size: 1.5rem;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body.store nav.flex-nav ul.store-nav > li.hasChild > a:hover:after {
  color: #ffcf01;
}
body.store nav.flex-nav ul.store-nav li {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  /* 2nd Level UL Drop */
}
body.store nav.flex-nav ul.store-nav li a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: block;
  text-decoration: none;
  line-height: 1rem;
  position: relative;
  color: #ffffff;
}
body.store nav.flex-nav ul.store-nav li a:hover {
  color: #ffcf01;
}
body.store nav.flex-nav ul.store-nav li a.current {
  color: #ffcf01;
}
body.store nav.flex-nav ul.store-nav li ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2000;
  display: none;
  border-top: 0;
  *zoom: 1;
  /* 2nd level li */
}
body.store nav.flex-nav ul.store-nav li ul > li {
  position: relative;
  display: block;
  white-space: nowrap;
  z-index: 999;
  text-align: left;
}
body.store nav.flex-nav ul.store-nav li ul > li a {
  display: block;
  padding: 1.45em 2em;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  background: rgba(0, 22, 50, 0.95);
  color: white !important;
  font-size: 1.1rem;
  font-weight: 300;
}
@media (max-width: 1400px) {
  body.store nav.flex-nav ul.store-nav li ul > li a {
    font-size: 0.95rem;
    letter-spacing: 0.1em;
  }
}
body.store nav.flex-nav ul.store-nav li ul > li a:hover {
  background: #001632;
  color: #ffcf01 !important;
}
body.store nav.flex-nav ul.store-nav li ul > li.hasChild > a:after {
  font-family: "FontAwesome";
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 7px;
  margin: -9px 0 0 0;
  font-size: 0.85rem;
}
body.store nav.flex-nav ul.store-nav li ul > li:last-of-type a {
  border: 0;
}
body.store nav.flex-nav ul.store-nav li ul > li ul {
  left: 100%;
  top: 0;
}
body.store nav.flex-nav ul.store-nav li ul > li ul:before {
  display: none;
}
body.store nav.flex-nav ul.store-nav > li:hover > ul,
body.store nav.flex-nav ul.store-nav > li > ul > li:hover > ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
body.store div.category {
  -webkit-box-shadow: 0px 0 20px rgba(0, 0, 0, 0.075);
          box-shadow: 0px 0 20px rgba(0, 0, 0, 0.075);
  height: auto;
  margin-bottom: 1%;
  margin-right: 1%;
  border: 1px solid #f1f1f1;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  width: 48%;
}
@media (min-width: 600px) {
  body.store div.category {
    width: 31%;
    min-height: 245px;
  }
}
body.store div.category:hover {
  -webkit-box-shadow: 0px 0 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0 40px rgba(0, 0, 0, 0.3);
  border-color: #ddd;
}
body.store div.category h4 {
  margin: 10px 20px 20px 20px;
  line-height: 1.5em;
  font-size: 1.75rem;
}
body.store div.category img {
  margin-top: 30px;
  width: 100px;
}
body.store div.category a {
  color: #001632;
  border: none;
  font-style: normal;
}
body.store div.category a:hover {
  color: #851c1a;
}

/* CATEGORY PAGE */
ul.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: initial;
}
ul.category-list li.category-list-item {
  -webkit-box-shadow: 0px 0 20px rgba(0, 0, 0, 0.075);
          box-shadow: 0px 0 20px rgba(0, 0, 0, 0.075);
  height: auto;
  margin-bottom: 1%;
  margin-right: 1%;
  border: 1px solid #f1f1f1;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  width: 48%;
}
@media (min-width: 600px) {
  ul.category-list li.category-list-item {
    width: 31%;
  }
}
ul.category-list li.category-list-item:hover {
  -webkit-box-shadow: 0px 0 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0 40px rgba(0, 0, 0, 0.3);
  border-color: #ddd;
}
ul.category-list li.category-list-item h4 {
  margin: 10px 20px 20px 20px;
  line-height: 1.5em;
  font-size: 1.75rem;
}
ul.category-list li.category-list-item img {
  margin-top: 30px;
  width: 100px;
}
ul.category-list li.category-list-item a {
  color: #001632;
  border: none;
  font-style: normal;
}
ul.category-list li.category-list-item a:hover {
  color: #851c1a;
}

/* ITEM LIST PAGE INSIDE CATEGORY */
ul.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: initial;
}
ul.product-list li.product-list-item {
  -webkit-box-shadow: 0px 0 20px rgba(0, 0, 0, 0.075);
          box-shadow: 0px 0 20px rgba(0, 0, 0, 0.075);
  height: auto;
  margin-bottom: 1%;
  margin-right: 1%;
  border: 1px solid #f1f1f1;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  width: 48%;
}
@media (min-width: 600px) {
  ul.product-list li.product-list-item {
    width: 31%;
  }
}
ul.product-list li.product-list-item:hover {
  -webkit-box-shadow: 0px 0 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0 40px rgba(0, 0, 0, 0.3);
  border-color: #ddd;
}
ul.product-list li.product-list-item h4 {
  margin: 10px 20px 5px 20px;
  line-height: 1.5em;
  font-size: 1.75rem;
}
ul.product-list li.product-list-item img {
  margin-top: 30px;
  width: 100px;
}
ul.product-list li.product-list-item a {
  color: #001632;
  border: none;
  font-style: normal;
}
ul.product-list li.product-list-item a:hover {
  color: #851c1a;
}
ul.product-list li.product-list-item p.product-list-item-price {
  margin: 0 0 2em 0;
}

/* PRODUCT SEARCH AREA */
@media (max-width: 600px) {
  div.product-list-search {
    float: none;
    width: 100%;
    text-align: left;
  }
}
div.product-list-search input[type=text] {
  display: inline-block;
}
div.product-list-search input[type=submit] {
  color: white;
  background: #851c1a;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 1rem 2rem 0.8rem;
  border-radius: 40px;
  display: inline-block;
  margin-top: 20px;
  font-size: 1.3rem;
  border: none;
}
div.product-list-search input[type=submit]:hover {
  background: #001a3c;
}

@media (max-width: 600px) {
  div.product-list-sort {
    float: none;
    width: 100%;
  }
}

@media (max-width: 600px) {
  div.product-list-controls-itemcount,
  div.product-list-controls-pagecount {
    width: 100%;
    float: none;
    text-align: center;
  }
}

/* DETAIL PAGE */
@media (max-width: 600px) {
  #product-detail-wrapper #product-detail-photos,
  #product-detail-wrapper #product-detail-information-container {
    width: 100%;
    float: none;
  }
}
#product-detail-wrapper #product-detail-price {
  font-family: "Playfair Display", serif;
  font-size: 1.25em;
  margin-bottom: 1em;
}
#product-detail-wrapper #product-detail-information-container {
  border-bottom: 1px solid #eee;
}
#product-detail-wrapper #product-detail-information {
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
  margin-bottom: 2.5em;
}
#product-detail-wrapper #add-to-cart-options {
  margin-top: 30px;
}

/* CHECKOUT */
#shopping-cart-wrapper .shopping-cart-coupon-code input[type=text] {
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 601px) {
  #shopping-cart-wrapper .shopping-cart-coupon-code input[type=text] {
    width: auto;
  }
}
@media (min-width: 601px) {
  #shopping-cart-wrapper input[type=submit] {
    width: auto;
  }
}
#shopping-cart-wrapper input[type=button] {
  height: 28px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-size: 1.25rem;
  border: none;
  background: #848e98;
}
@media only screen and (max-width: 600px) {
  #shopping-cart-wrapper {
    /* Force table to not be like tables anymore */
  }
  #shopping-cart-wrapper table#shopping-cart-item-table {
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data for each specific table
    */
  }
  #shopping-cart-wrapper table#shopping-cart-item-table thead, #shopping-cart-wrapper table#shopping-cart-item-table tbody, #shopping-cart-wrapper table#shopping-cart-item-table th, #shopping-cart-wrapper table#shopping-cart-item-table td, #shopping-cart-wrapper table#shopping-cart-item-table tr {
    display: block;
  }
  #shopping-cart-wrapper table#shopping-cart-item-table th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #shopping-cart-wrapper table#shopping-cart-item-table tr {
    border: 1px solid #ccc;
  }
  #shopping-cart-wrapper table#shopping-cart-item-table tr.shopping-cart-item-table-spacer-row {
    display: none;
  }
  #shopping-cart-wrapper table#shopping-cart-item-table tr.shopping-cart-item-table-total-flat-rate-shipping td:nth-child(1), #shopping-cart-wrapper table#shopping-cart-item-table tr.shopping-cart-item-table-total-flat-rate-shipping td:nth-child(2), #shopping-cart-wrapper table#shopping-cart-item-table tr.shopping-cart-item-table-total-flat-rate-shipping td:nth-child(3),
  #shopping-cart-wrapper table#shopping-cart-item-table tr.shopping-cart-item-table-total-sales-tax td:nth-child(1),
  #shopping-cart-wrapper table#shopping-cart-item-table tr.shopping-cart-item-table-total-sales-tax td:nth-child(2),
  #shopping-cart-wrapper table#shopping-cart-item-table tr.shopping-cart-item-table-total-sales-tax td:nth-child(3),
  #shopping-cart-wrapper table#shopping-cart-item-table tr.shopping-cart-item-table-total-estimated-total td:nth-child(1),
  #shopping-cart-wrapper table#shopping-cart-item-table tr.shopping-cart-item-table-total-estimated-total td:nth-child(2),
  #shopping-cart-wrapper table#shopping-cart-item-table tr.shopping-cart-item-table-total-estimated-total td:nth-child(3) {
    display: none;
  }
  #shopping-cart-wrapper table#shopping-cart-item-table td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding: 10px;
    text-align: right;
    width: 100%;
  }
  #shopping-cart-wrapper table#shopping-cart-item-table tr:not(:nth-last-child(-n+5)) td {
    padding: 5px;
    padding-left: 40%;
    white-space: normal;
  }
  #shopping-cart-wrapper table#shopping-cart-item-table tr:not(:nth-last-child(-n+5)) td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
    text-align: left;
  }
  #shopping-cart-wrapper table#shopping-cart-item-table tr:not(:nth-last-child(-n+5)) td:nth-of-type(1):before {
    content: "Cart Item";
  }
  #shopping-cart-wrapper table#shopping-cart-item-table tr:not(:nth-last-child(-n+5)) td:nth-of-type(3):before {
    content: "Quantity";
  }
  #shopping-cart-wrapper table#shopping-cart-item-table tr:not(:nth-last-child(-n+5)) td:nth-of-type(4):before {
    content: "Item Price";
  }
  #shopping-cart-wrapper table#shopping-cart-item-table tr:not(:nth-last-child(-n+5)) td:nth-of-type(5):before {
    content: "Item Total";
  }
}

#shopping-cart-item-table th {
  background: #eee;
  border: none;
  padding: 9px 5px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}

#checkout-steps input[type=text], #checkout-steps select {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  padding: 7px;
  margin-left: 5px;
}
#checkout-steps h3 {
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
#checkout-steps input[type=button],
#checkout-steps input#complete {
  color: white;
  background: #851c1a;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
  padding: 1rem 4rem;
  border-radius: 40px;
  display: inline-table;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 1.3rem;
  border: none;
}
#checkout-steps input[type=button]:hover,
#checkout-steps input#complete:hover {
  background: #001a3c;
}

/* ====================== Store  ====================== */
li.first.tickets {
  display: none;
}

img.gray {
  -webkit-filter: grayscale(1);
  opacity: 0.5;
}
img.gray:hover {
  -webkit-filter: grayscale(0);
  opacity: 0.9;
}

.gray img {
  -webkit-filter: grayscale(1);
  opacity: 0.3;
}
.gray img:hover {
  -webkit-filter: grayscale(0);
  opacity: 0.9;
}

.bubble-on {
  opacity: 1;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.bubble-off {
  opacity: 0;
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

body.style-guide header {
  -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
}
body.style-guide #default-main {
  margin-top: 180px;
}
body.style-guide #default-main .flex-container {
  width: 95%;
  margin: 0 auto;
}
body.style-guide #default-main .style-guide-nav {
  list-style-type: none;
  padding: 0;
}
body.style-guide #default-main .style-guide-nav li {
  display: inline-block;
  margin-left: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  body.style-guide #default-main .style-guide-nav li {
    font-size: 1.5em;
    margin-top: 2rem;
  }
}
body.style-guide #default-main .style-guide-nav li a.nav-item {
  color: #7c1a15;
  border-bottom: 1px solid #FFCF01;
}
body.style-guide #default-main figure.highlight {
  padding: 8px 11px;
  margin: 50px 0 15px 0;
  background-color: #f7f7f7;
  border: 1px solid #eee;
  position: relative;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
body.style-guide #default-main figure.highlight::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  left: -4px;
  top: -1px;
  bottom: -1px;
  background: #FFCF01;
}
body.style-guide #default-main .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.style-guide #default-main .colors .color {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  margin: auto;
  text-align: center;
}
body.style-guide #default-main .colors .color.navy h1::before {
  content: "";
  display: block;
  width: 80%;
  height: 30px;
  background-color: #142132;
  margin: 1em auto;
}
body.style-guide #default-main .colors .color.crimson h1::before {
  content: "";
  display: block;
  width: 80%;
  height: 30px;
  background-color: #7C1A15;
  margin: 1em auto;
}
body.style-guide #default-main .colors .color.gold h1::before {
  content: "";
  display: block;
  width: 80%;
  height: 30px;
  background-color: #FFCF01;
  margin: 1em auto;
}
body.style-guide #default-main .colors .color.black h1::before {
  content: "";
  display: block;
  width: 80%;
  height: 30px;
  background-color: #000;
  margin: 1em auto;
}
body.style-guide #default-main .colors .color.white h1::before {
  content: "";
  display: block;
  width: 80%;
  height: 30px;
  background-color: #FFF;
  margin: 1em auto;
}
body.style-guide #default-main .colors .color.white h6 {
  color: #000 !important;
}
body.style-guide #default-main code {
  font-size: 1em;
  color: #7C1A15;
}
body.style-guide #default-main #buttons .button-cta {
  margin-top: 0;
}
body.style-guide #default-main #grid .show-grid [class^=w-] {
  font-size: 15px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  padding: 1rem;
}

@media screen and (max-width: 767px) {
  body.style-guide #images.flex-col-xs-6, body.style-guide #colors.flex-col-xs-6 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1101px) {
  body.full-no-edges-no-map section#hero, body.default section#hero {
    margin-top: 203px;
  }
}
@media (min-width: 1250px) {
  body.full-no-edges-no-map section#hero, body.default section#hero {
    margin-top: 175px;
  }
}