@import url("../../global/CSS/flexboxgrid.css");
/*!
 * Bootstrap v3.1.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("../../global/CSS/global.css");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, 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: .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: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .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;
    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, #blog-main .main .blog .blog-entry .post-body, footer.alternate .newsletter .ctct-inline-form .ctct-form-text, 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;
  }
}

* {
  box-sizing: border-box;
}

:before, :after {
  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;
  transition: all .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, #stories-2 .recent-blog-posts-wrapper ul li a.recent-blog-posts-title, #events-2 .events .upcoming-events-wrapper ul li .upcoming-events-name, h6, footer.alternate-2 .newsletter .ctct-inline-form .ctct-form-header, footer.alternate .newsletter .ctct-inline-form .ctct-form-header, .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, #stories-2 .recent-blog-posts-wrapper ul li a.recent-blog-posts-title small, #events-2 .events .upcoming-events-wrapper ul li .upcoming-events-name small, h6 small, footer.alternate-2 .newsletter .ctct-inline-form .ctct-form-header small, footer.alternate .newsletter .ctct-inline-form .ctct-form-header small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, #stories-2 .recent-blog-posts-wrapper ul li a.recent-blog-posts-title .small, #events-2 .events .upcoming-events-wrapper ul li .upcoming-events-name .small, h6 .small, footer.alternate-2 .newsletter .ctct-inline-form .ctct-form-header .small, footer.alternate .newsletter .ctct-inline-form .ctct-form-header .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, #stories-2 .recent-blog-posts-wrapper ul li a.recent-blog-posts-title, #events-2 .events .upcoming-events-wrapper ul li .upcoming-events-name, .h5, h6, footer.alternate-2 .newsletter .ctct-inline-form .ctct-form-header, footer.alternate .newsletter .ctct-inline-form .ctct-form-header, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small, .h4 small, h5 small, #stories-2 .recent-blog-posts-wrapper ul li a.recent-blog-posts-title small, #events-2 .events .upcoming-events-wrapper ul li .upcoming-events-name small, .h5 small, h6 small, footer.alternate-2 .newsletter .ctct-inline-form .ctct-form-header small, footer.alternate .newsletter .ctct-inline-form .ctct-form-header small, .h6 small, h4 .small, .h4 .small, h5 .small, #stories-2 .recent-blog-posts-wrapper ul li a.recent-blog-posts-title .small, #events-2 .events .upcoming-events-wrapper ul li .upcoming-events-name .small, .h5 .small, h6 .small, footer.alternate-2 .newsletter .ctct-inline-form .ctct-form-header .small, footer.alternate .newsletter .ctct-inline-form .ctct-form-header .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, #stories-2 .recent-blog-posts-wrapper ul li a.recent-blog-posts-title, #events-2 .events .upcoming-events-wrapper ul li .upcoming-events-name, .h5 {
  font-size: 14px;
}

h6, footer.alternate-2 .newsletter .ctct-inline-form .ctct-form-header, footer.alternate .newsletter .ctct-inline-form .ctct-form-header, .h6 {
  font-size: 12px;
}

p, #blog-main .main .blog .blog-entry .post-body, footer.alternate .newsletter .ctct-inline-form .ctct-form-text {
  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 #blog-main .main .blog .blog-entry .post-body:last-child, #blog-main .main .blog .blog-entry blockquote .post-body:last-child, blockquote footer.alternate .newsletter .ctct-inline-form .ctct-form-text:last-child, footer.alternate .newsletter .ctct-inline-form blockquote .ctct-form-text: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: '\2014 \00A0';
}

.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: '\00A0 \2014';
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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] {
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  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;
  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: .65;
  filter: alpha(opacity=65);
  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;
  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;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .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: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

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

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

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.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;
  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 {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  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;
  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;
    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;
    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;
  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;
    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: "/\00a0";
  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: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .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, .jumbotron #blog-main .main .blog .blog-entry .post-body, #blog-main .main .blog .blog-entry .jumbotron .post-body, .jumbotron footer.alternate .newsletter .ctct-inline-form .ctct-form-text, footer.alternate .newsletter .ctct-inline-form .jumbotron .ctct-form-text {
  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;
  transition: all .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, #blog-main .main .blog .blog-entry .alert > .post-body, footer.alternate .newsletter .ctct-inline-form .alert > .ctct-form-text, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p, #blog-main .main .blog .blog-entry .alert > .post-body + p, #blog-main .main .blog .blog-entry .alert > p + .post-body, #blog-main .main .blog .blog-entry .alert > .post-body + .post-body, footer.alternate .newsletter .ctct-inline-form .alert > .ctct-form-text + p, footer.alternate .newsletter .ctct-inline-form #blog-main .main .blog .blog-entry .alert > .ctct-form-text + .post-body, #blog-main .main .blog .blog-entry footer.alternate .newsletter .ctct-inline-form .alert > .ctct-form-text + .post-body, footer.alternate .newsletter .ctct-inline-form .alert > p + .ctct-form-text, footer.alternate .newsletter .ctct-inline-form #blog-main .main .blog .blog-entry .alert > .post-body + .ctct-form-text, #blog-main .main .blog .blog-entry footer.alternate .newsletter .ctct-inline-form .alert > .post-body + .ctct-form-text, footer.alternate .newsletter .ctct-inline-form .alert > .ctct-form-text + .ctct-form-text {
  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;
  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;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width .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;
  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;
  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: .2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .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%);
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .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;
  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: .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 {
    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: .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;
  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;
  transition: .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: .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: 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: 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: .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: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

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

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

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

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

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

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

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

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio, video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

/* 1 */
[type=reset], [type=submit], button, html [type=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: .35em .75em .625em;
}

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

/* 1 */
menu, details {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden], template {
  display: none;
}

.border-box, a, article, body, code, dd, div, dl, dt, fieldset, footer, form, h1, h2, h3, h4, h5, #stories-2 .recent-blog-posts-wrapper ul li a.recent-blog-posts-title, #events-2 .events .upcoming-events-wrapper ul li .upcoming-events-name, h6, footer.alternate-2 .newsletter .ctct-inline-form .ctct-form-header, footer.alternate .newsletter .ctct-inline-form .ctct-form-header, header, html, input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], legend, li, main, ol, p, #blog-main .main .blog .blog-entry .post-body, footer.alternate .newsletter .ctct-inline-form .ctct-form-text, pre, section, table, td, textarea, th, tr, ul {
  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: rgba(255, 255, 255, 0.9);
}

.b--white-80 {
  border-color: rgba(255, 255, 255, 0.8);
}

.b--white-70 {
  border-color: rgba(255, 255, 255, 0.7);
}

.b--white-60 {
  border-color: rgba(255, 255, 255, 0.6);
}

.b--white-50 {
  border-color: rgba(255, 255, 255, 0.5);
}

.b--white-40 {
  border-color: rgba(255, 255, 255, 0.4);
}

.b--white-30 {
  border-color: rgba(255, 255, 255, 0.3);
}

.b--white-20 {
  border-color: rgba(255, 255, 255, 0.2);
}

.b--white-10 {
  border-color: rgba(255, 255, 255, 0.1);
}

.b--white-05 {
  border-color: rgba(255, 255, 255, 0.05);
}

.b--white-025 {
  border-color: rgba(255, 255, 255, 0.025);
}

.b--white-0125 {
  border-color: rgba(255, 255, 255, 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: .125rem;
}

.br2 {
  border-radius: .25rem;
}

.br3 {
  border-radius: .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: .125rem;
}

.bw2 {
  border-width: .25rem;
}

.bw3 {
  border-width: .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 {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

.shadow-2 {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
}

.shadow-3 {
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
}

.shadow-4 {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.shadow-5 {
  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: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-auto {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}

.flex-none {
  flex: none;
}

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

.flex-column, .flex-row {
}

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

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

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

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

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

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

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

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

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

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

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

.self-center {
  -ms-grid-row-align: center;
  align-self: center;
}

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

.self-stretch {
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

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

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

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

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

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

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

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

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

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

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

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

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-last {
  order: 99999;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink-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: .1em;
}

.tracked-tight {
  letter-spacing: -.05em;
}

.tracked-mega {
  letter-spacing: .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 {
  transition: color .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: .9;
}

.o-80 {
  opacity: .8;
}

.o-70 {
  opacity: .7;
}

.o-60 {
  opacity: .6;
}

.o-50 {
  opacity: .5;
}

.o-40 {
  opacity: .4;
}

.o-30 {
  opacity: .3;
}

.o-20 {
  opacity: .2;
}

.o-10 {
  opacity: .1;
}

.o-05 {
  opacity: .05;
}

.o-025 {
  opacity: .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: rgba(255, 255, 255, 0.9);
}

.white-80 {
  color: rgba(255, 255, 255, 0.8);
}

.white-70 {
  color: rgba(255, 255, 255, 0.7);
}

.white-60 {
  color: rgba(255, 255, 255, 0.6);
}

.white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.white-40 {
  color: rgba(255, 255, 255, 0.4);
}

.white-30 {
  color: rgba(255, 255, 255, 0.3);
}

.white-20 {
  color: rgba(255, 255, 255, 0.2);
}

.white-10 {
  color: rgba(255, 255, 255, 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: rgba(255, 255, 255, 0.9);
}

.bg-white-80 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-white-70 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-white-40 {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-white-30 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-white-10 {
  background-color: rgba(255, 255, 255, 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: rgba(255, 255, 255, 0.9);
}

.hover-white-80:focus, .hover-white-80:hover {
  color: rgba(255, 255, 255, 0.8);
}

.hover-white-70:focus, .hover-white-70:hover {
  color: rgba(255, 255, 255, 0.7);
}

.hover-white-60:focus, .hover-white-60:hover {
  color: rgba(255, 255, 255, 0.6);
}

.hover-white-50:focus, .hover-white-50:hover {
  color: rgba(255, 255, 255, 0.5);
}

.hover-white-40:focus, .hover-white-40:hover {
  color: rgba(255, 255, 255, 0.4);
}

.hover-white-30:focus, .hover-white-30:hover {
  color: rgba(255, 255, 255, 0.3);
}

.hover-white-20:focus, .hover-white-20:hover {
  color: rgba(255, 255, 255, 0.2);
}

.hover-white-10:focus, .hover-white-10:hover {
  color: rgba(255, 255, 255, 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: rgba(255, 255, 255, 0.9);
}

.hover-bg-white-80:focus, .hover-bg-white-80:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.hover-bg-white-70:focus, .hover-bg-white-70:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.hover-bg-white-60:focus, .hover-bg-white-60:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.hover-bg-white-50:focus, .hover-bg-white-50:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.hover-bg-white-40:focus, .hover-bg-white-40:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.hover-bg-white-30:focus, .hover-bg-white-30:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.hover-bg-white-20:focus, .hover-bg-white-20:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.hover-bg-white-10:focus, .hover-bg-white-10:hover {
  background-color: rgba(255, 255, 255, 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: .25rem;
}

.pa2 {
  padding: .5rem;
}

.pa3 {
  padding: 1rem;
}

.pa4 {
  padding: 2rem;
}

.pa5 {
  padding: 4rem;
}

.pa6 {
  padding: 8rem;
}

.pa7 {
  padding: 16rem;
}

.pl0 {
  padding-left: 0;
}

.pl1 {
  padding-left: .25rem;
}

.pl2 {
  padding-left: .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: .25rem;
}

.pr2 {
  padding-right: .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: .25rem;
}

.pb2 {
  padding-bottom: .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: .25rem;
}

.pt2 {
  padding-top: .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: .25rem;
  padding-bottom: .25rem;
}

.pv2 {
  padding-top: .5rem;
  padding-bottom: .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: .25rem;
  padding-right: .25rem;
}

.ph2 {
  padding-left: .5rem;
  padding-right: .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: .25rem;
}

.ma2 {
  margin: .5rem;
}

.ma3 {
  margin: 1rem;
}

.ma4 {
  margin: 2rem;
}

.ma5 {
  margin: 4rem;
}

.ma6 {
  margin: 8rem;
}

.ma7 {
  margin: 16rem;
}

.ml0 {
  margin-left: 0;
}

.ml1 {
  margin-left: .25rem;
}

.ml2 {
  margin-left: .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: .25rem;
}

.mr2 {
  margin-right: .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: .25rem;
}

.mb2 {
  margin-bottom: .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: .25rem;
}

.mt2 {
  margin-top: .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: .25rem;
  margin-bottom: .25rem;
}

.mv2 {
  margin-top: .5rem;
  margin-bottom: .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: .25rem;
  margin-right: .25rem;
}

.mh2 {
  margin-left: .5rem;
  margin-right: .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: -.25rem;
}

.na2 {
  margin: -.5rem;
}

.na3 {
  margin: -1rem;
}

.na4 {
  margin: -2rem;
}

.na5 {
  margin: -4rem;
}

.na6 {
  margin: -8rem;
}

.na7 {
  margin: -16rem;
}

.nl1 {
  margin-left: -.25rem;
}

.nl2 {
  margin-left: -.5rem;
}

.nl3 {
  margin-left: -1rem;
}

.nl4 {
  margin-left: -2rem;
}

.nl5 {
  margin-left: -4rem;
}

.nl6 {
  margin-left: -8rem;
}

.nl7 {
  margin-left: -16rem;
}

.nr1 {
  margin-right: -.25rem;
}

.nr2 {
  margin-right: -.5rem;
}

.nr3 {
  margin-right: -1rem;
}

.nr4 {
  margin-right: -2rem;
}

.nr5 {
  margin-right: -4rem;
}

.nr6 {
  margin-right: -8rem;
}

.nr7 {
  margin-right: -16rem;
}

.nb1 {
  margin-bottom: -.25rem;
}

.nb2 {
  margin-bottom: -.5rem;
}

.nb3 {
  margin-bottom: -1rem;
}

.nb4 {
  margin-bottom: -2rem;
}

.nb5 {
  margin-bottom: -4rem;
}

.nb6 {
  margin-bottom: -8rem;
}

.nb7 {
  margin-bottom: -16rem;
}

.nt1 {
  margin-top: -.25rem;
}

.nt2 {
  margin-top: -.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: rgba(255, 255, 255, 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: .875rem;
}

.f7 {
  font-size: .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 {
  transition: opacity .15s ease-in;
}

.dim:focus, .dim:hover {
  opacity: .5;
}

.dim:active {
  opacity: .8;
  transition: opacity .15s ease-out;
}

.glow, .glow:focus, .glow:hover {
  transition: opacity .15s ease-in;
}

.glow:focus, .glow:hover {
  opacity: 1;
}

.hide-child .child {
  opacity: 0;
  transition: opacity .15s ease-in;
}

.hide-child:active .child, .hide-child:focus .child, .hide-child:hover .child {
  opacity: 1;
  transition: opacity .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 .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .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 .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out,-webkit-transform .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;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.shadow-hover:after {
  content: "";
  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;
  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 {
  transition: background-color .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 #blog-main .main .blog .blog-entry .post-body, #blog-main .main .blog .blog-entry .nested-copy-line-height .post-body, .nested-copy-line-height footer.alternate .newsletter .ctct-inline-form .ctct-form-text, footer.alternate .newsletter .ctct-inline-form .nested-copy-line-height .ctct-form-text, .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 #stories-2 .recent-blog-posts-wrapper ul li a.recent-blog-posts-title, #stories-2 .recent-blog-posts-wrapper ul li .nested-headline-line-height a.recent-blog-posts-title, .nested-headline-line-height #events-2 .events .upcoming-events-wrapper ul li .upcoming-events-name, #events-2 .events .upcoming-events-wrapper ul li .nested-headline-line-height .upcoming-events-name, .nested-headline-line-height h6, .nested-headline-line-height footer.alternate-2 .newsletter .ctct-inline-form .ctct-form-header, footer.alternate-2 .newsletter .ctct-inline-form .nested-headline-line-height .ctct-form-header, .nested-headline-line-height footer.alternate .newsletter .ctct-inline-form .ctct-form-header, footer.alternate .newsletter .ctct-inline-form .nested-headline-line-height .ctct-form-header {
  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, .nested-copy-indent #blog-main .main .blog .blog-entry .post-body + p, #blog-main .main .blog .blog-entry .nested-copy-indent .post-body + p, .nested-copy-indent #blog-main .main .blog .blog-entry p + .post-body, #blog-main .main .blog .blog-entry .nested-copy-indent p + .post-body, .nested-copy-indent #blog-main .main .blog .blog-entry .post-body + .post-body, #blog-main .main .blog .blog-entry .nested-copy-indent .post-body + .post-body, .nested-copy-indent footer.alternate .newsletter .ctct-inline-form .ctct-form-text + p, .nested-copy-indent footer.alternate .newsletter .ctct-inline-form #blog-main .main .blog .blog-entry .ctct-form-text + .post-body, #blog-main .main .blog .blog-entry .nested-copy-indent footer.alternate .newsletter .ctct-inline-form .ctct-form-text + .post-body, footer.alternate .newsletter .ctct-inline-form .nested-copy-indent .ctct-form-text + p, footer.alternate .newsletter .ctct-inline-form .nested-copy-indent #blog-main .main .blog .blog-entry .ctct-form-text + .post-body, #blog-main .main .blog .blog-entry footer.alternate .newsletter .ctct-inline-form .nested-copy-indent .ctct-form-text + .post-body, .nested-copy-indent footer.alternate .newsletter .ctct-inline-form p + .ctct-form-text, .nested-copy-indent footer.alternate .newsletter .ctct-inline-form #blog-main .main .blog .blog-entry .post-body + .ctct-form-text, #blog-main .main .blog .blog-entry .nested-copy-indent footer.alternate .newsletter .ctct-inline-form .post-body + .ctct-form-text, footer.alternate .newsletter .ctct-inline-form .nested-copy-indent p + .ctct-form-text, footer.alternate .newsletter .ctct-inline-form .nested-copy-indent #blog-main .main .blog .blog-entry .post-body + .ctct-form-text, #blog-main .main .blog .blog-entry footer.alternate .newsletter .ctct-inline-form .nested-copy-indent .post-body + .ctct-form-text, .nested-copy-indent footer.alternate .newsletter .ctct-inline-form .ctct-form-text + .ctct-form-text, footer.alternate .newsletter .ctct-inline-form .nested-copy-indent .ctct-form-text + .ctct-form-text {
  text-indent: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

.nested-copy-seperator p + p, .nested-copy-seperator #blog-main .main .blog .blog-entry .post-body + p, #blog-main .main .blog .blog-entry .nested-copy-seperator .post-body + p, .nested-copy-seperator #blog-main .main .blog .blog-entry p + .post-body, #blog-main .main .blog .blog-entry .nested-copy-seperator p + .post-body, .nested-copy-seperator #blog-main .main .blog .blog-entry .post-body + .post-body, #blog-main .main .blog .blog-entry .nested-copy-seperator .post-body + .post-body, .nested-copy-seperator footer.alternate .newsletter .ctct-inline-form .ctct-form-text + p, .nested-copy-seperator footer.alternate .newsletter .ctct-inline-form #blog-main .main .blog .blog-entry .ctct-form-text + .post-body, #blog-main .main .blog .blog-entry .nested-copy-seperator footer.alternate .newsletter .ctct-inline-form .ctct-form-text + .post-body, footer.alternate .newsletter .ctct-inline-form .nested-copy-seperator .ctct-form-text + p, footer.alternate .newsletter .ctct-inline-form .nested-copy-seperator #blog-main .main .blog .blog-entry .ctct-form-text + .post-body, #blog-main .main .blog .blog-entry footer.alternate .newsletter .ctct-inline-form .nested-copy-seperator .ctct-form-text + .post-body, .nested-copy-seperator footer.alternate .newsletter .ctct-inline-form p + .ctct-form-text, .nested-copy-seperator footer.alternate .newsletter .ctct-inline-form #blog-main .main .blog .blog-entry .post-body + .ctct-form-text, #blog-main .main .blog .blog-entry .nested-copy-seperator footer.alternate .newsletter .ctct-inline-form .post-body + .ctct-form-text, footer.alternate .newsletter .ctct-inline-form .nested-copy-seperator p + .ctct-form-text, footer.alternate .newsletter .ctct-inline-form .nested-copy-seperator #blog-main .main .blog .blog-entry .post-body + .ctct-form-text, #blog-main .main .blog .blog-entry footer.alternate .newsletter .ctct-inline-form .nested-copy-seperator .post-body + .ctct-form-text, .nested-copy-seperator footer.alternate .newsletter .ctct-inline-form .ctct-form-text + .ctct-form-text, footer.alternate .newsletter .ctct-inline-form .nested-copy-seperator .ctct-form-text + .ctct-form-text {
  margin-top: 1.5em;
}

.nested-img img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.nested-links a {
  color: #357edd;
  transition: color .15s ease-in;
}

.nested-links a:focus, .nested-links a:hover {
  color: #96ccff;
  transition: color .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: .125rem;
  }
  .br2-ns {
    border-radius: .25rem;
  }
  .br3-ns {
    border-radius: .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: .125rem;
  }
  .bw2-ns {
    border-width: .25rem;
  }
  .bw3-ns {
    border-width: .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 {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-2-ns {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-3-ns {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-4-ns {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .shadow-5-ns {
    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: flex;
  }
  .inline-flex-ns {
    display: inline-flex;
  }
  .flex-auto-ns {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }
  .flex-none-ns {
    flex: none;
  }
  .flex-column-ns {
    flex-direction: column;
  }
  .flex-row-ns {
    flex-direction: row;
  }
  .flex-wrap-ns {
    flex-wrap: wrap;
  }
  .flex-nowrap-ns {
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse-ns {
    flex-wrap: wrap-reverse;
  }
  .flex-column-reverse-ns {
    flex-direction: column-reverse;
  }
  .flex-row-reverse-ns {
    flex-direction: row-reverse;
  }
  .items-start-ns {
    align-items: flex-start;
  }
  .items-end-ns {
    align-items: flex-end;
  }
  .items-center-ns {
    align-items: center;
  }
  .items-baseline-ns {
    align-items: baseline;
  }
  .items-stretch-ns {
    align-items: stretch;
  }
  .self-start-ns {
    align-self: flex-start;
  }
  .self-end-ns {
    align-self: flex-end;
  }
  .self-center-ns {
    -ms-grid-row-align: center;
    align-self: center;
  }
  .self-baseline-ns {
    align-self: baseline;
  }
  .self-stretch-ns {
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .justify-start-ns {
    justify-content: flex-start;
  }
  .justify-end-ns {
    justify-content: flex-end;
  }
  .justify-center-ns {
    justify-content: center;
  }
  .justify-between-ns {
    justify-content: space-between;
  }
  .justify-around-ns {
    justify-content: space-around;
  }
  .content-start-ns {
    align-content: flex-start;
  }
  .content-end-ns {
    align-content: flex-end;
  }
  .content-center-ns {
    align-content: center;
  }
  .content-between-ns {
    align-content: space-between;
  }
  .content-around-ns {
    align-content: space-around;
  }
  .content-stretch-ns {
    align-content: stretch;
  }
  .order-0-ns {
    order: 0;
  }
  .order-1-ns {
    order: 1;
  }
  .order-2-ns {
    order: 2;
  }
  .order-3-ns {
    order: 3;
  }
  .order-4-ns {
    order: 4;
  }
  .order-5-ns {
    order: 5;
  }
  .order-6-ns {
    order: 6;
  }
  .order-7-ns {
    order: 7;
  }
  .order-8-ns {
    order: 8;
  }
  .order-last-ns {
    order: 99999;
  }
  .flex-grow-0-ns {
    flex-grow: 0;
  }
  .flex-grow-1-ns {
    flex-grow: 1;
  }
  .flex-shrink-0-ns {
    flex-shrink: 0;
  }
  .flex-shrink-1-ns {
    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: .1em;
  }
  .tracked-tight-ns {
    letter-spacing: -.05em;
  }
  .tracked-mega-ns {
    letter-spacing: .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: .25rem;
  }
  .pa2-ns {
    padding: .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: .25rem;
  }
  .pl2-ns {
    padding-left: .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: .25rem;
  }
  .pr2-ns {
    padding-right: .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: .25rem;
  }
  .pb2-ns {
    padding-bottom: .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: .25rem;
  }
  .pt2-ns {
    padding-top: .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: .25rem;
    padding-bottom: .25rem;
  }
  .pv2-ns {
    padding-top: .5rem;
    padding-bottom: .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: .25rem;
    padding-right: .25rem;
  }
  .ph2-ns {
    padding-left: .5rem;
    padding-right: .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: .25rem;
  }
  .ma2-ns {
    margin: .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: .25rem;
  }
  .ml2-ns {
    margin-left: .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: .25rem;
  }
  .mr2-ns {
    margin-right: .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: .25rem;
  }
  .mb2-ns {
    margin-bottom: .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: .25rem;
  }
  .mt2-ns {
    margin-top: .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: .25rem;
    margin-bottom: .25rem;
  }
  .mv2-ns {
    margin-top: .5rem;
    margin-bottom: .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: .25rem;
    margin-right: .25rem;
  }
  .mh2-ns {
    margin-left: .5rem;
    margin-right: .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: -.25rem;
  }
  .na2-ns {
    margin: -.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: -.25rem;
  }
  .nl2-ns {
    margin-left: -.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: -.25rem;
  }
  .nr2-ns {
    margin-right: -.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: -.25rem;
  }
  .nb2-ns {
    margin-bottom: -.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: -.25rem;
  }
  .nt2-ns {
    margin-top: -.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: .875rem;
  }
  .f7-ns {
    font-size: .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: .125rem;
  }
  .br2-m {
    border-radius: .25rem;
  }
  .br3-m {
    border-radius: .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: .125rem;
  }
  .bw2-m {
    border-width: .25rem;
  }
  .bw3-m {
    border-width: .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 {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-2-m {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-3-m {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-4-m {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .shadow-5-m {
    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: flex;
  }
  .inline-flex-m {
    display: inline-flex;
  }
  .flex-auto-m {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }
  .flex-none-m {
    flex: none;
  }
  .flex-column-m {
    flex-direction: column;
  }
  .flex-column-m, .flex-row-m {
  }
  .flex-row-m {
    flex-direction: row;
  }
  .flex-wrap-m {
    flex-wrap: wrap;
  }
  .flex-nowrap-m {
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse-m {
    flex-wrap: wrap-reverse;
  }
  .flex-column-reverse-m {
    flex-direction: column-reverse;
  }
  .flex-row-reverse-m {
    flex-direction: row-reverse;
  }
  .items-start-m {
    align-items: flex-start;
  }
  .items-end-m {
    align-items: flex-end;
  }
  .items-center-m {
    align-items: center;
  }
  .items-baseline-m {
    align-items: baseline;
  }
  .items-stretch-m {
    align-items: stretch;
  }
  .self-start-m {
    align-self: flex-start;
  }
  .self-end-m {
    align-self: flex-end;
  }
  .self-center-m {
    -ms-grid-row-align: center;
    align-self: center;
  }
  .self-baseline-m {
    align-self: baseline;
  }
  .self-stretch-m {
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .justify-start-m {
    justify-content: flex-start;
  }
  .justify-end-m {
    justify-content: flex-end;
  }
  .justify-center-m {
    justify-content: center;
  }
  .justify-between-m {
    justify-content: space-between;
  }
  .justify-around-m {
    justify-content: space-around;
  }
  .content-start-m {
    align-content: flex-start;
  }
  .content-end-m {
    align-content: flex-end;
  }
  .content-center-m {
    align-content: center;
  }
  .content-between-m {
    align-content: space-between;
  }
  .content-around-m {
    align-content: space-around;
  }
  .content-stretch-m {
    align-content: stretch;
  }
  .order-0-m {
    order: 0;
  }
  .order-1-m {
    order: 1;
  }
  .order-2-m {
    order: 2;
  }
  .order-3-m {
    order: 3;
  }
  .order-4-m {
    order: 4;
  }
  .order-5-m {
    order: 5;
  }
  .order-6-m {
    order: 6;
  }
  .order-7-m {
    order: 7;
  }
  .order-8-m {
    order: 8;
  }
  .order-last-m {
    order: 99999;
  }
  .flex-grow-0-m {
    flex-grow: 0;
  }
  .flex-grow-1-m {
    flex-grow: 1;
  }
  .flex-shrink-0-m {
    flex-shrink: 0;
  }
  .flex-shrink-1-m {
    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: .1em;
  }
  .tracked-tight-m {
    letter-spacing: -.05em;
  }
  .tracked-mega-m {
    letter-spacing: .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: .25rem;
  }
  .pa2-m {
    padding: .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: .25rem;
  }
  .pl2-m {
    padding-left: .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: .25rem;
  }
  .pr2-m {
    padding-right: .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: .25rem;
  }
  .pb2-m {
    padding-bottom: .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: .25rem;
  }
  .pt2-m {
    padding-top: .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: .25rem;
    padding-bottom: .25rem;
  }
  .pv2-m {
    padding-top: .5rem;
    padding-bottom: .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: .25rem;
    padding-right: .25rem;
  }
  .ph2-m {
    padding-left: .5rem;
    padding-right: .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: .25rem;
  }
  .ma2-m {
    margin: .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: .25rem;
  }
  .ml2-m {
    margin-left: .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: .25rem;
  }
  .mr2-m {
    margin-right: .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: .25rem;
  }
  .mb2-m {
    margin-bottom: .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: .25rem;
  }
  .mt2-m {
    margin-top: .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: .25rem;
    margin-bottom: .25rem;
  }
  .mv2-m {
    margin-top: .5rem;
    margin-bottom: .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: .25rem;
    margin-right: .25rem;
  }
  .mh2-m {
    margin-left: .5rem;
    margin-right: .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: -.25rem;
  }
  .na2-m {
    margin: -.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: -.25rem;
  }
  .nl2-m {
    margin-left: -.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: -.25rem;
  }
  .nr2-m {
    margin-right: -.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: -.25rem;
  }
  .nb2-m {
    margin-bottom: -.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: -.25rem;
  }
  .nt2-m {
    margin-top: -.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: .875rem;
  }
  .f7-m {
    font-size: .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: .125rem;
  }
  .br2-l {
    border-radius: .25rem;
  }
  .br3-l {
    border-radius: .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: .125rem;
  }
  .bw2-l {
    border-width: .25rem;
  }
  .bw3-l {
    border-width: .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 {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-2-l {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-3-l {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  }
  .shadow-4-l {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .shadow-5-l {
    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: flex;
  }
  .inline-flex-l {
    display: inline-flex;
  }
  .flex-auto-l {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }
  .flex-none-l {
    flex: none;
  }
  .flex-column-l {
    flex-direction: column;
  }
  .flex-column-l, .flex-row-l {
  }
  .flex-row-l {
    flex-direction: row;
  }
  .flex-wrap-l {
    flex-wrap: wrap;
  }
  .flex-nowrap-l {
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse-l {
    flex-wrap: wrap-reverse;
  }
  .flex-column-reverse-l {
    flex-direction: column-reverse;
  }
  .flex-row-reverse-l {
    flex-direction: row-reverse;
  }
  .items-start-l {
    align-items: flex-start;
  }
  .items-end-l {
    align-items: flex-end;
  }
  .items-center-l {
    align-items: center;
  }
  .items-baseline-l {
    align-items: baseline;
  }
  .items-stretch-l {
    align-items: stretch;
  }
  .self-start-l {
    align-self: flex-start;
  }
  .self-end-l {
    align-self: flex-end;
  }
  .self-center-l {
    -ms-grid-row-align: center;
    align-self: center;
  }
  .self-baseline-l {
    align-self: baseline;
  }
  .self-stretch-l {
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .justify-start-l {
    justify-content: flex-start;
  }
  .justify-end-l {
    justify-content: flex-end;
  }
  .justify-center-l {
    justify-content: center;
  }
  .justify-between-l {
    justify-content: space-between;
  }
  .justify-around-l {
    justify-content: space-around;
  }
  .content-start-l {
    align-content: flex-start;
  }
  .content-end-l {
    align-content: flex-end;
  }
  .content-center-l {
    align-content: center;
  }
  .content-between-l {
    align-content: space-between;
  }
  .content-around-l {
    align-content: space-around;
  }
  .content-stretch-l {
    align-content: stretch;
  }
  .order-0-l {
    order: 0;
  }
  .order-1-l {
    order: 1;
  }
  .order-2-l {
    order: 2;
  }
  .order-3-l {
    order: 3;
  }
  .order-4-l {
    order: 4;
  }
  .order-5-l {
    order: 5;
  }
  .order-6-l {
    order: 6;
  }
  .order-7-l {
    order: 7;
  }
  .order-8-l {
    order: 8;
  }
  .order-last-l {
    order: 99999;
  }
  .flex-grow-0-l {
    flex-grow: 0;
  }
  .flex-grow-1-l {
    flex-grow: 1;
  }
  .flex-shrink-0-l {
    flex-shrink: 0;
  }
  .flex-shrink-1-l {
    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: .1em;
  }
  .tracked-tight-l {
    letter-spacing: -.05em;
  }
  .tracked-mega-l {
    letter-spacing: .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: .25rem;
  }
  .pa2-l {
    padding: .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: .25rem;
  }
  .pl2-l {
    padding-left: .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: .25rem;
  }
  .pr2-l {
    padding-right: .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: .25rem;
  }
  .pb2-l {
    padding-bottom: .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: .25rem;
  }
  .pt2-l {
    padding-top: .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: .25rem;
    padding-bottom: .25rem;
  }
  .pv2-l {
    padding-top: .5rem;
    padding-bottom: .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: .25rem;
    padding-right: .25rem;
  }
  .ph2-l {
    padding-left: .5rem;
    padding-right: .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: .25rem;
  }
  .ma2-l {
    margin: .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: .25rem;
  }
  .ml2-l {
    margin-left: .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: .25rem;
  }
  .mr2-l {
    margin-right: .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: .25rem;
  }
  .mb2-l {
    margin-bottom: .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: .25rem;
  }
  .mt2-l {
    margin-top: .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: .25rem;
    margin-bottom: .25rem;
  }
  .mv2-l {
    margin-top: .5rem;
    margin-bottom: .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: .25rem;
    margin-right: .25rem;
  }
  .mh2-l {
    margin-left: .5rem;
    margin-right: .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: -.25rem;
  }
  .na2-l {
    margin: -.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: -.25rem;
  }
  .nl2-l {
    margin-left: -.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: -.25rem;
  }
  .nr2-l {
    margin-right: -.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: -.25rem;
  }
  .nb2-l {
    margin-bottom: -.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: -.25rem;
  }
  .nt2-l {
    margin-top: -.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: .875rem;
  }
  .f7-l {
    font-size: .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;
  }
}

/*photogallery*/
.photo-list-item a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-list-item a img {
  opacity: 0;
}

/* ====================== PHOTO GALLERY LIGHTBOX  ====================== */
div#lightbox-container-image-box {
  width: 100% !important;
  height: auto !important;
}

/* ====================== FORM STYLING ====================== */
.formmodule {
  display: block;
  position: relative;
  /* ====== Keyframes ====== */
  /* Tada */
  /* Shake */
  /* .formmodule-form */
  /* .form-bot-stopper */
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}

.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_1_pnlMessage,
.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_2_pnlMessage {
  position: relative;
  font-size: 1rem;
  color: #fff !important;
  background: #4EB75E;
  border: 1px solid #419c4f;
  border-radius: 2px;
  padding: 8px;
  margin: 0 0 30px 0;
  overflow: hidden;
  padding-left: 45px !important;
  -webkit-animation: tada 1s ease-out 0.3s normal 1;
  animation: tada 1s ease-out 0.3s normal 1;
}

@media (min-width: 768px) {
  .formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_1_pnlMessage,
.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_2_pnlMessage {
    padding: 12px;
  }
}

.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_1_pnlMessage:before, .formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_1_pnlMessage:after,
.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_2_pnlMessage:before,
.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_2_pnlMessage:after {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 24px;
  border-radius: 1px;
}

.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_1_pnlMessage:before,
.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_2_pnlMessage:before {
  width: 4px;
  height: 20px;
  margin: -10px 0 0 0px;
  -webkit-transform: rotate(42deg);
  transform: rotate(42deg);
}

.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_1_pnlMessage:after,
.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_2_pnlMessage:after {
  width: 4px;
  height: 10px;
  margin: -1px 0 0 -8px;
  -webkit-transform: rotate(-47deg);
  transform: rotate(-47deg);
}

.formmodule h3:first-of-type {
  display: none;
}

.formmodule .formmodule-form {
  /* table */
}

.formmodule .formmodule-form table, .formmodule .formmodule-form tbody, .formmodule .formmodule-form tr, .formmodule .formmodule-form td {
  display: inline-block;
  width: 100%;
}

.formmodule .formmodule-form table {
  /* tbody */
}

.formmodule .formmodule-form table tbody {
  /* tr */
}

.formmodule .formmodule-form table tbody tr {
  /* td */
  /* td.formmodule-column2 */
}

.formmodule .formmodule-form table tbody tr.formmodule-row, .formmodule .formmodule-form table tbody tr.formmodule-altrow {
  margin: 0 0 10px 0;
}

@media (min-width: 768px) {
  .formmodule .formmodule-form table tbody tr.formmodule-row, .formmodule .formmodule-form table tbody tr.formmodule-altrow {
    margin: 0 0 15px 0;
  }
}

.formmodule .formmodule-form table tbody tr td {
  padding: 0;
  /* CheckBox & RadioButton */
}

.formmodule .formmodule-form table tbody tr td span, .formmodule .formmodule-form table tbody tr td label {
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
}

.formmodule .formmodule-form table tbody tr td input[type="text"],
.formmodule .formmodule-form table tbody tr td input[type="file"],
.formmodule .formmodule-form table tbody tr td textarea {
  font-size: 16px;
  background: #fff;
  color: #222;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  padding: 4px 8px;
  width: 100%;
}

.formmodule .formmodule-form table tbody tr td input[type="text"]:-moz-placeholder, .formmodule .formmodule-form table tbody tr td input[type="text"]::-moz-placeholder, .formmodule .formmodule-form table tbody tr td input[type="text"]:-ms-input-placeholder, .formmodule .formmodule-form table tbody tr td input[type="text"]::-webkit-input-placeholder,
.formmodule .formmodule-form table tbody tr td input[type="file"]:-moz-placeholder,
.formmodule .formmodule-form table tbody tr td input[type="file"]::-moz-placeholder,
.formmodule .formmodule-form table tbody tr td input[type="file"]:-ms-input-placeholder,
.formmodule .formmodule-form table tbody tr td input[type="file"]::-webkit-input-placeholder,
.formmodule .formmodule-form table tbody tr td textarea:-moz-placeholder,
.formmodule .formmodule-form table tbody tr td textarea::-moz-placeholder,
.formmodule .formmodule-form table tbody tr td textarea:-ms-input-placeholder,
.formmodule .formmodule-form table tbody tr td textarea::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

@media (min-width: 768px) {
  .formmodule .formmodule-form table tbody tr td input[type="text"],
.formmodule .formmodule-form table tbody tr td input[type="file"],
.formmodule .formmodule-form table tbody tr td textarea {
    padding: 8px 12px;
  }
}

.formmodule .formmodule-form table tbody tr td input.formmodule-phone {
  width: 32%;
  margin: 0 2% 0 0;
  text-align: center;
}

.formmodule .formmodule-form table tbody tr td input.formmodule-phone:nth-of-type(3) {
  margin-right: 0;
}

.formmodule .formmodule-form table tbody tr td select,
.formmodule .formmodule-form table tbody tr td input[type="file"] {
  display: block;
  clear: both;
}

.formmodule .formmodule-form table tbody tr td input[type="file"] {
  background: #f7f7f7;
}

.formmodule .formmodule-form table tbody tr td table.formmodule-checkboxlist tbody tr td input[type="checkbox"],
.formmodule .formmodule-form table tbody tr td table.formmodule-checkboxlist tbody tr td input[type="radio"],
.formmodule .formmodule-form table tbody tr td table.formmodule-radiobuttonlist tbody tr td input[type="checkbox"],
.formmodule .formmodule-form table tbody tr td table.formmodule-radiobuttonlist tbody tr td input[type="radio"] {
  margin: 2px 0;
}

.formmodule .formmodule-form table tbody tr td table.formmodule-checkboxlist tbody tr td label,
.formmodule .formmodule-form table tbody tr td table.formmodule-radiobuttonlist tbody tr td label {
  font-size: 0.85rem;
  margin: 0 0 0 6px;
  padding: 4px 0;
}

.formmodule .formmodule-form table tbody tr td.formmodule-column1 {
  margin: 0;
}

.formmodule .formmodule-form table tbody tr td.formmodule-column2 {
  /* error message */
}

.formmodule .formmodule-form table tbody tr td.formmodule-column2 span[style*="color: red;"] {
  padding: 5px 8px;
  position: relative;
  font-size: 13px;
  color: #fff !important;
  background: #E63A3A;
  border: 1px solid #ce2233;
  border-radius: 2px;
}

.formmodule .formmodule-form table tbody tr td.formmodule-column2 span[style*="color: red;"]:before {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: 8px;
  height: 10px;
  width: 10px;
  background: #E63A3A;
  border-top: 1px solid #ce2233;
  border-left: 1px solid #ce2233;
  border-top-left-radius: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.formmodule .form-bot-stopper {
  margin: 0 0 15px 0;
}

.formmodule .form-bot-stopper .form-bot-stopper-info {
  font-size: 0.85rem;
}

.formmodule .form-bot-stopper .form-bot-stopper-question {
  font-size: 0.85rem;
}

.formmodule .form-bot-stopper .form-bot-stopper-question input.form-bot-stopper-value {
  height: 32px;
  width: 40px !important;
  text-align: center;
  font-size: 16px;
  background: #fff;
  color: #222;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  padding: 4px;
}

.formmodule .formmodule-errors {
  margin: 15px 0 0 0;
}

.formmodule .formmodule-errors div {
  position: relative;
  font-size: 0.85rem;
  color: #fff !important;
  background: #e63a3a;
  border: 1px solid #ce2233;
  border-radius: 2px;
  padding: 8px;
  padding-left: 38px !important;
  -webkit-animation: shake 1s ease-out 0.3s normal 1;
  animation: shake 1s ease-out 0.3s normal 1;
}

@media (min-width: 768px) {
  .formmodule .formmodule-errors div {
    padding: 12px;
  }
}

.formmodule .formmodule-errors div:before, .formmodule .formmodule-errors div:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 18px;
  height: 18px;
  width: 4px;
  margin: -9px 0 0 -2px;
  background: #fff;
  border-radius: 1px;
}

.formmodule .formmodule-errors div:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.formmodule .formmodule-errors div:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* .formmodule */
/* ====================== FORM STYLING END ====================== */
/*search*/
div.tagged-items li {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

div.tagged-items li a.thumbnail {
  margin-bottom: 5px;
  border: none;
}

div.tagged-items li a.thumbnail img {
  margin: 0;
}

div.tagged-items li a.title {
  font-size: 4.3rem;
}

div.tagged-items li cite {
  font-size: 2rem;
}

/* _colors.scss */
/* ====================== Base Styles ====================== */
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body.locked {
  overflow: hidden;
}

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

img {
  max-width: 100%;
}

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

/* Change color & bg color of selected live text */
*::-moz-selection {
  background-color: #088542;
  color: white;
}
*::selection {
  background-color: #088542;
  color: white;
}

*, *:before, *:after {
  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, a:visited, a:hover, a:focus, input, input:hover {
  transition: all .33s ease;
  text-decoration: none;
}

/* _typography.scss */
/* ====== Fonts ====== */
@font-face {
  font-family: 'Founders Grotesque';
  src: url("../fonts/FoundersGrotesqueRegular.eot");
  src: url("../fonts/FoundersGrotesqueRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/FoundersGrotesqueRegular.woff2") format("woff2"), url("../fonts/FoundersGrotesqueRegular.woff") format("woff"), url("../fonts/FoundersGrotesqueRegular.ttf") format("truetype"), url("../fonts/FoundersGrotesqueRegular.svg#FoundersGrotesqueRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Founders Grotesque';
  src: url("../fonts/FoundersGrotesqueMedium.eot");
  src: url("../fonts/FoundersGrotesqueMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/FoundersGrotesqueMedium.woff2") format("woff2"), url("../fonts/FoundersGrotesqueMedium.woff") format("woff"), url("../fonts/FoundersGrotesqueMedium.ttf") format("truetype"), url("../fonts/FoundersGrotesqueMedium.svg#FoundersGrotesqueMedium") format("svg");
  font-weight: 700;
  font-style: bold;
}

/* ====== Text ====== */
body {
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
}

h1 {
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 5.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0 0 2rem;
}

h2 {
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0 0 2rem;
}

h3 {
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.4;
}

h4 {
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 4px;
  line-height: 1.4;
  text-transform: uppercase;
}

h5, #stories-2 .recent-blog-posts-wrapper ul li a.recent-blog-posts-title, #events-2 .events .upcoming-events-wrapper ul li .upcoming-events-name {
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.2;
}

h6, footer.alternate-2 .newsletter .ctct-inline-form .ctct-form-header, footer.alternate .newsletter .ctct-inline-form .ctct-form-header {
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
}

p, #blog-main .main .blog .blog-entry .post-body, footer.alternate .newsletter .ctct-inline-form .ctct-form-text {
  color: #5F6363;
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 4.8rem;
  }
  h2 {
    font-size: 4rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 2.8rem;
  }
  h5, #stories-2 .recent-blog-posts-wrapper ul li a.recent-blog-posts-title, #events-2 .events .upcoming-events-wrapper ul li .upcoming-events-name {
    font-size: 2rem;
  }
  h6, footer.alternate-2 .newsletter .ctct-inline-form .ctct-form-header, footer.alternate .newsletter .ctct-inline-form .ctct-form-header {
    font-size: 1.7rem;
  }
  p, #blog-main .main .blog .blog-entry .post-body, footer.alternate .newsletter .ctct-inline-form .ctct-form-text {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

strong {
  color: #272928;
}

.small-title {
  color: #7abe43;
  font-size: 1.4rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

blockquote {
  border-left: 4px solid #7abe43;
  color: #272928;
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 1.8;
}

/* ====== Decorations ====== */
.line-under {
  margin-bottom: 4rem;
  position: relative;
}

.line-under::after {
  background: #7abe43;
  content: '';
  height: 4px;
  width: 80px;
  position: absolute;
  bottom: -2rem;
  left: 0;
}

.line-left {
  position: relative;
}

.line-left::before {
  background: #7abe43;
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: -110%;
}

/* ====== Links ====== */
a {
  color: #008839;
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
}

a:hover, a:focus {
  color: #000000;
}

/* ====== Lists ====== */
ol, ul {
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  padding: 1rem 2rem 0.5rem;
}

ol li, ul li {
  line-height: 1.8;
  margin-bottom: 1rem;
}

/* _buttons.scss */
.button, footer.alternate .newsletter .ctct-inline-form .ctct-form-button, .formmodule .formmodule-submit input[type="submit"] {
  border: 2px solid;
  border-radius: 4rem;
  box-shadow: 0px 5px 10px -2px rgba(39, 41, 40, 0.2);
  cursor: pointer;
  display: inline-block;
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 2rem;
  margin-right: 0.5rem;
  overflow: hidden;
  padding: 1rem 3.6rem;
  position: relative;
  background: linear-gradient(#7abe43, #088542);
  border: none;
  color: white;
  padding: 1.2rem 3.6rem;
}

.button i, footer.alternate .newsletter .ctct-inline-form .ctct-form-button i, .formmodule .formmodule-submit input[type="submit"] i {
  margin-left: 1rem;
}

.button:hover, footer.alternate .newsletter .ctct-inline-form .ctct-form-button:hover, .formmodule .formmodule-submit input[type="submit"]:hover, .button:active, footer.alternate .newsletter .ctct-inline-form .ctct-form-button:active, .formmodule .formmodule-submit input[type="submit"]:active, .button:focus, footer.alternate .newsletter .ctct-inline-form .ctct-form-button:focus, .formmodule .formmodule-submit input[type="submit"]:focus {
  box-shadow: 0px 10px 20px -2px rgba(39, 41, 40, 0.2);
  color: white;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.button-dark, #events-2 .events .upcoming-events-wrapper .upcoming-events-view-link a, .event-module .detail-panel .event-detail-calendar-link-wrapper .event-detail-calendarlink a, .event-module .list-panel ul.sw-events-detail-list li.sw-events-detail-list-event .sw-events-detail-list-event-description + a, .swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__description a, .staff-directory-staff-detail a[href="/staff"] {
  border: 2px solid;
  border-radius: 4rem;
  box-shadow: 0px 5px 10px -2px rgba(39, 41, 40, 0.2);
  cursor: pointer;
  display: inline-block;
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 2rem;
  margin-right: 0.5rem;
  overflow: hidden;
  padding: 1rem 3.6rem;
  position: relative;
  border-color: #272928;
  box-shadow: none;
  color: #272928;
}

.button-dark i, #events-2 .events .upcoming-events-wrapper .upcoming-events-view-link a i, .event-module .detail-panel .event-detail-calendar-link-wrapper .event-detail-calendarlink a i, .event-module .list-panel ul.sw-events-detail-list li.sw-events-detail-list-event .sw-events-detail-list-event-description + a i, .swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__description a i, .staff-directory-staff-detail a[href="/staff"] i {
  margin-left: 1rem;
}

.button-dark:hover, #events-2 .events .upcoming-events-wrapper .upcoming-events-view-link a:hover, .event-module .detail-panel .event-detail-calendar-link-wrapper .event-detail-calendarlink a:hover, .event-module .list-panel ul.sw-events-detail-list li.sw-events-detail-list-event .sw-events-detail-list-event-description + a:hover, .swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__description a:hover, .staff-directory-staff-detail a[href="/staff"]:hover, .button-dark:active, #events-2 .events .upcoming-events-wrapper .upcoming-events-view-link a:active, .event-module .detail-panel .event-detail-calendar-link-wrapper .event-detail-calendarlink a:active, .event-module .list-panel ul.sw-events-detail-list li.sw-events-detail-list-event .sw-events-detail-list-event-description + a:active, .swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__description a:active, .staff-directory-staff-detail a[href="/staff"]:active, .button-dark:focus, #events-2 .events .upcoming-events-wrapper .upcoming-events-view-link a:focus, .event-module .detail-panel .event-detail-calendar-link-wrapper .event-detail-calendarlink a:focus, .event-module .list-panel ul.sw-events-detail-list li.sw-events-detail-list-event .sw-events-detail-list-event-description + a:focus, .swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__description a:focus, .staff-directory-staff-detail a[href="/staff"]:focus {
  background: #272928;
  color: white;
}

.button-light {
  border: 2px solid;
  border-radius: 4rem;
  box-shadow: 0px 5px 10px -2px rgba(39, 41, 40, 0.2);
  cursor: pointer;
  display: inline-block;
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 2rem;
  margin-right: 0.5rem;
  overflow: hidden;
  padding: 1rem 3.6rem;
  position: relative;
  border-color: white;
  box-shadow: none;
  color: white;
}

.button-light i {
  margin-left: 1rem;
}

.button-light:hover, .button-light:active, .button-light:focus {
  background: white;
  color: #7abe43;
}

.text-white {
  color: white;
}

/* Flex Nav */
nav.flex-nav {
  display: block;
}

nav.flex-nav ul#mainnav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

nav.flex-nav ul#mainnav #mn-home,
nav.flex-nav ul#mainnav #mn-home-old,
nav.flex-nav ul#mainnav #mn-support,
nav.flex-nav ul#mainnav #mn-calendar,
nav.flex-nav ul#mainnav #mn-donate,
nav.flex-nav ul#mainnav #mn-shop {
  display: none;
}

nav.flex-nav ul#mainnav li {
  flex: 0 1 auto;
  margin-bottom: 0;
}

nav.flex-nav ul#mainnav li:hover {
  background: rgba(122, 190, 67, 0.2);
}

nav.flex-nav ul#mainnav li.hasChild > a::after {
  color: #272928;
  font-family: 'FontAwesome';
  content: '\f107';
  position: absolute;
  bottom: 4px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

nav.flex-nav ul#mainnav li a {
  color: #272928;
  padding: 3rem 2.4rem;
  display: flex;
  position: relative;
}

nav.flex-nav ul#mainnav li > a.current {
  color: #008839;
}

nav.flex-nav ul#mainnav li ul {
  background: white;
  box-shadow: 0px 10px 20px -5px rgba(39, 41, 40, 0.2);
  display: flex;
  flex-direction: column;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2000;
  display: none;
}

nav.flex-nav ul#mainnav li ul > li {
  margin-bottom: 0;
  position: relative;
  display: block;
  white-space: nowrap;
  z-index: 999;
}

nav.flex-nav ul#mainnav li ul > li.hasChild > a::after {
  color: #7abe43;
  font-family: 'FontAwesome';
  content: '\f105';
  position: absolute;
  right: 14px;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
}

nav.flex-nav ul#mainnav li ul > li a {
  color: #008839;
  display: block;
  font-size: 2rem;
  padding: 0.6rem 4rem 0.6rem 2.4rem;
  width: 100%;
}

nav.flex-nav ul#mainnav li ul > li a:hover {
  background: #008839;
  color: white;
}

nav.flex-nav ul#mainnav li ul > li a:hover::after {
  color: white;
}

nav.flex-nav ul#mainnav li ul > li ul {
  left: 100%;
  top: 0;
}

nav.flex-nav ul#mainnav a {
  text-decoration: none;
}

nav.flex-nav ul#mainnav > li:hover > ul, nav.flex-nav ul#mainnav > li > ul > li:hover > ul {
  display: flex;
}

@media screen and (max-width: 1024px) {
  nav.flex-nav ul#mainnav li a {
    padding: 3rem 1.6rem;
  }
  nav.flex-nav ul#mainnav li ul > li a {
    padding: 0.6rem 4rem 0.6rem 1.6rem;
  }
}

@media screen and (max-width: 991px) {
  nav.flex-nav ul#mainnav {
    display: none;
  }
}

/* ====================== Side Drawer Styling ====================== */
#siteWrapper {
  position: relative;
  background-color: #fff;
  min-height: 100vh;
}

.body-overlay {
  display: block;
  cursor: col-resize;
  background: black;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 9998;
  visibility: hidden;
  transition: opacity .55s ease;
  transition-delay: .44s !important;
}

.body-overlay.active {
  opacity: 0.5;
  visibility: visible;
  height: 100%;
  width: 100%;
  z-index: 98;
  transition: opacity .55s ease;
  transition-delay: .2s !important;
}

#siteWrapper {
  position: relative;
  background-color: #fff;
}

#sidecar {
  position: fixed;
  height: 100%;
  width: 300px;
  background: #f2f2f2;
  top: 0;
  right: -300px;
  text-align: left;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: right .44s ease;
  z-index: 99999 !important;
}

#sidecar ul#mainnav {
  right: 0px;
}

/* Open & Close Button Placement and Speed */
#drawer-toggle {
  border: none;
  background: none;
  color: #272928;
  display: none;
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 0;
  outline: none;
  padding: 1rem 0;
}

#drawer-toggle i {
  margin-left: 10px;
}

@media screen and (max-width: 991px) {
  #drawer-toggle {
    display: block;
  }
}

/* Close Drawer */
#close-drawer {
  border: none;
  color: #272928;
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  padding: 10px 15px;
  position: absolute;
  top: 1rem;
  right: 1rem;
  outline: none;
}

#close-drawer i {
  margin-left: 10px;
}

.sidecar-logo {
  position: absolute;
  top: 1rem;
  left: 2rem;
  width: 42px;
}

/* Hours */
.sidecar-hours {
  border-top: 1px solid #bcbec0;
  border-bottom: 1px solid #bcbec0;
  display: block;
  margin-top: 6rem;
  padding: 2rem 0;
  text-align: center;
}

.sidecar-hours span {
  font-size: 1.6rem;
  font-weight: bold;
}

.sidecar-hours span i {
  margin-right: 1rem;
}

/* Drawer Placement & Speed */
.slide-right,
.push-right,
.over-right {
  right: 0;
  left: inherit;
}

.slide-right {
  transition: left 0.44s ease-in-out, right 0.44s ease-in-out, -webkit-transform 0.44s ease-in-out;
  transition: transform 0.44s ease-in-out, left 0.44s ease-in-out, right 0.44s ease-in-out;
  transition: transform 0.44s ease-in-out, left 0.44s ease-in-out, right 0.44s ease-in-out, -webkit-transform 0.44s ease-in-out;
}

/* Slide Right */
#sidecar.slide-right {
  opacity: 1;
  transition: right .44s ease;
}

#sidecar.slide-right.active {
  opacity: 1;
  right: 0px;
  transition: all .44s ease;
  box-shadow: 0px -5px 20px rgba(0, 0, 0, 0.3);
}

#sidecar.slide-right.active ul#mainnav li a {
  margin-left: 0px;
  opacity: 1;
}

/* ====================== Side Drawer Styling END ====================== */
/* Expand Collapse Styling */
nav#sidecar ul#mainnav {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 64px 0 0 0;
  padding: 0;
  background: transparent;
  -webkit-padding-start: 0px;
}

nav#sidecar ul#mainnav #mn-home,
nav#sidecar ul#mainnav #mn-calendar,
nav#sidecar ul#mainnav #mn-donate,
nav#sidecar ul#mainnav #mn-shop,
nav#sidecar ul#mainnav #mn-support {
  display: none;
}

nav#sidecar ul#mainnav li {
  position: relative;
  margin: 0;
  padding: 0;
  float: none;
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
  text-align: left;
}

nav#sidecar ul#mainnav li:first-child a {
  transition-delay: .1s !important;
}

nav#sidecar ul#mainnav li:nth-child(2) a {
  transition-delay: .15s !important;
}

nav#sidecar ul#mainnav li:nth-child(3) a {
  transition-delay: .2s !important;
}

nav#sidecar ul#mainnav li:nth-child(4) a {
  transition-delay: .3s !important;
}

nav#sidecar ul#mainnav li:nth-child(5) a {
  transition-delay: .35s !important;
}

nav#sidecar ul#mainnav li:nth-child(6) a {
  transition-delay: .4s !important;
}

nav#sidecar ul#mainnav li:nth-child(7) a {
  transition-delay: .5s !important;
}

nav#sidecar ul#mainnav li:hover ul {
  display: block;
}

nav#sidecar ul#mainnav li ul {
  padding: 0 0 0 0px;
  margin: 0;
  display: block;
  position: relative;
  max-height: 0px;
  overflow: hidden;
  float: none;
  transition: max-height 0.25s ease-in;
  background: rgba(122, 190, 67, 0.2);
}

nav#sidecar ul#mainnav li ul li a {
  color: #272928;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0;
  margin-left: 1rem !important;
  padding: 10px 0px 10px 25px;
  border: none;
}

nav#sidecar ul#mainnav li ul li ul li a {
  margin-left: 2rem !important;
}

nav#sidecar ul#mainnav li ul.active {
  display: block;
  max-height: 500px;
  float: none;
  transition: max-height 0.44s ease-in;
}

nav#sidecar ul#mainnav li a {
  color: #272928;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  height: auto;
  margin-left: 50px;
  opacity: 0;
  padding: 8px 25px;
  position: relative;
  transition: all .44s ease;
  width: 100%;
}

nav#sidecar ul#mainnav li a.expand {
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  right: 1rem;
  background: url("images/arrow-dark.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50%;
  padding: 16px;
  cursor: pointer;
  border: none;
}

nav#sidecar ul#mainnav li a.expand.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border: none;
}

.app-wrapper {
  margin-top: 30px;
  padding: 20px 10px 20px 25px;
}

/* _header.scss */
header {
  background: white;
  box-shadow: 0px 0px 30px 0px rgba(39, 41, 40, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  position: relative;
  width: 100%;
  z-index: 100;
}

header .logo {
  width: 240px;
}

header .actions a {
  margin-top: 0;
}

header.sticky {
  position: fixed;
  top: 0;
  width: 100vw;
}

header.alternative ul#mainnav > li > a {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 991px) {
  header.alternative {
    padding: 1rem 2rem;
  }
  header.alternative .actions {
    position: absolute;
  }
  header.alternative .actions a {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  header.alternative .logo {
    width: 200px;
  }
}

@media screen and (max-width: 360px) {
  header.alternative .logo-wrap {
    height: 42px;
    overflow: hidden;
    position: relative;
    width: 50px;
  }
  header.alternative .logo-wrap .logo {
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
  }
}

body:not(.home) header {
  position: fixed;
  top: 0;
  width: 100vw;
}

@media screen and (max-width: 991px) {
  body:not(.home) header .actions {
    display: none;
  }
}

/* _utility.scss */
#utility {
  background-color: #e6e7e8;
  box-shadow: 0px 0px 30px 0px rgba(39, 41, 40, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  position: relative;
  width: 100%;
  z-index: 99;
}

#utility .socials {
  list-style: none;
  margin: 0;
  padding: 0;
}

#utility .socials li {
  display: inline-block;
  margin-right: 1.4rem;
}

#utility .socials li a {
  color: #272928;
  font-size: 1.8rem;
}

#utility .socials li a:hover {
  color: #008839;
}

#utility .actions a {
  display: inline-block;
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 1.4rem;
  margin: 0 -3px;
  padding: 1rem 1.4rem;
}

@media screen and (min-width: 1000px) {
  #utility .actions a {
    font-size: 2.3rem !important;
  }
}

#utility .actions a i {
  margin-left: 1rem;
}

#utility .actions a:hover {
  color: #0db14b;
}

#utility.sticky {
  position: fixed;
  top: 92px;
  width: 100vw;
}

#utility.alternate {
  padding: 0;
}

#utility.alternate .socials {
  margin-left: 2rem;
}

#utility.alternate .socials li {
  margin-bottom: 0;
}

#utility.alternate .actions a {
  color: white;
  font-size: 1.8rem;
  padding: 1.2rem 2.4rem 1rem;
}

#utility.alternate .actions a:hover {
  padding: 1.2rem 2.8rem 1rem;
}

#utility.alternate .actions a:nth-child(1) {
  background: #B95B09;
}

#utility.alternate .actions a:nth-child(2) {
  background: #008839;
}

#utility.alternate .actions a:nth-child(3) {
  background: #088542;
}

@media screen and (max-width: 991px) {
  #utility.alternate.sticky {
    top: 93px;
  }
}

@media screen and (max-width: 600px) {
  #utility.alternate.sticky {
    top: 80px;
  }
  #utility.alternate .socials {
    display: none;
  }
  #utility.alternate .actions {
    display: flex;
    width: 100%;
  }
  #utility.alternate .actions a {
    flex-basis: 33%;
    flex-grow: 1;
    padding: 1.2rem 1.2rem 1rem;
    text-align: center;
  }
}

body:not(.home) #utility.alternate {
  position: fixed;
  top: 92px;
  width: 100vw;
}

@media screen and (max-width: 991px) {
  body:not(.home) #utility.alternate {
    top: 93px;
  }
}

@media screen and (max-width: 600px) {
  body:not(.home) #utility.alternate {
    top: 80px;
  }
}

/* _search.scss */
.search-toggle {
  color: #272928;
  cursor: pointer;
  display: inline-block;
  margin-top: -1px;
  padding: 1.8rem;
  position: absolute;
  top: 50%;
  right: 240px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search-toggle:hover {
  color: #7abe43 !important;
}

.search-toggle i {
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .search-toggle {
    right: 88px;
  }
}

.search-modal {
  background: white;
  border-radius: 8px;
  box-shadow: 0 8px 40px -4px rgba(0, 0, 0, 0.33);
  min-width: 300px;
  opacity: 0;
  padding: 6rem;
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
  transition: -webkit-transform 0.2s cubic-bezier(0.4, 0.1, 0.2, 1.4);
  transition: transform 0.2s cubic-bezier(0.4, 0.1, 0.2, 1.4);
  transition: transform 0.2s cubic-bezier(0.4, 0.1, 0.2, 1.4), -webkit-transform 0.2s cubic-bezier(0.4, 0.1, 0.2, 1.4);
  text-align: center;
  width: 480px;
}

.search-modal.active {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.search-modal i {
  color: dimgray;
  cursor: pointer;
  font-size: 1.8rem;
  padding: 1rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.search-modal i:hover {
  color: #272928;
}

.search-modal .searchPanel {
  margin-top: 2rem;
  text-align: center;
}

.search-modal .searchPanel #searchField {
  background: #e6e7e8;
  border: none;
  border-bottom: 2px solid #272928;
  border-radius: 0;
  display: block;
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  outline: none;
  padding: 0.8rem 1rem;
  width: 100%;
}

.search-modal .searchPanel #searchButton {
  background: linear-gradient(#7abe43, #088542);
  border: none;
  border-radius: 4rem;
  color: white;
  display: block;
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin: 0 auto;
  outline: none;
  padding: 0.8rem 3.2rem;
}

@media screen and (max-width: 600px) {
  .search-modal {
    width: 80%;
  }
}

/* _weather.scss */
.weather-widget {
  position: absolute;
  top: 1rem;
  width: 120px;
  z-index: 10;
}

/* _alert.scss */
/*

.page-alert-wrapper {
	background: $black;
}

.page-alert-message {
	background: white;
	border: none;
	border-radius: 8px;
	box-shadow: 0 8px 40px -4px rgba(0,0,0,0.33);
	padding: 4rem;
	text-align: center;

	p, p strong {
		color: white;
	}

	.controls {
		text-align: center;

		input[type="submit"] {
			@extend .button-dark;
			background: none;

			&:hover, &:active {
				background: white;
				color: $black;
			}
		}
	}
}

*/
.page-alert-message {
  background: url("/sitefiles/2511/images/swirl-background.png") repeat, linear-gradient(#7abe43, #088542);
  border: none;
  border-radius: 8px;
  box-shadow: 0 8px 40px -4px rgba(0, 0, 0, 0.1);
  color: white;
  font-size: 1.8rem;
  left: 50%;
  margin: 0;
  max-height: 90vh;
  max-width: 90vw;
  padding: 6.4rem;
  position: fixed;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 560px;
}

.page-alert-message p, .page-alert-message #blog-main .main .blog .blog-entry .post-body, #blog-main .main .blog .blog-entry .page-alert-message .post-body, .page-alert-message footer.alternate .newsletter .ctct-inline-form .ctct-form-text, footer.alternate .newsletter .ctct-inline-form .page-alert-message .ctct-form-text, .page-alert-message p strong, .page-alert-message #blog-main .main .blog .blog-entry .post-body strong, #blog-main .main .blog .blog-entry .page-alert-message .post-body strong, .page-alert-message footer.alternate .newsletter .ctct-inline-form .ctct-form-text strong, footer.alternate .newsletter .ctct-inline-form .page-alert-message .ctct-form-text strong, .page-alert-message p b, .page-alert-message #blog-main .main .blog .blog-entry .post-body b, #blog-main .main .blog .blog-entry .page-alert-message .post-body b, .page-alert-message footer.alternate .newsletter .ctct-inline-form .ctct-form-text b, footer.alternate .newsletter .ctct-inline-form .page-alert-message .ctct-form-text b {
  color: white;
}

.page-alert-message .controls {
  margin: 0;
  position: absolute;
  top: -16px;
  right: -16px;
}

.page-alert-message .controls #page-alert-dismiss {
  background: url("/sitefiles/2511/images/white-close.png") center/16px no-repeat, black;
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 0;
  height: 40px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 40px;
}

.page-alert-message .controls #page-alert-dismiss:hover {
  background-color: #088542;
}

.get-a-better-browser {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
}

/* _breadcrumb.scss */
#breadcrumb-row {
  border-bottom: 1px solid #e6e7e8;
  padding: 1rem 0;
}

#breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#breadcrumb li {
  display: inline-block;
  margin-bottom: 0;
}

#breadcrumb li:not(:last-child):after {
  content: "/";
  margin-right: 1rem;
}

#breadcrumb li a {
  color: #272928;
  font-size: 1.8rem;
  margin: 0 1rem 0 0;
  padding: 0;
}

#breadcrumb li a:hover {
  color: #7abe43;
}

#breadcrumb li a.current {
  color: #008839;
}

/* _forms.scss */
.formmodule {
  background: #e6e7e8;
  padding: 4rem;
}

.formmodule .formmodule-form table tbody tr td label {
  color: #272928;
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 1.6rem;
  margin: 1rem 0;
}

.formmodule .formmodule-form table tbody tr td .formmodule-required {
  color: #272928;
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 1.6rem;
}

.formmodule .formmodule-form table tbody tr td input[type="text"],
.formmodule .formmodule-form table tbody tr td textarea {
  background: white;
  border: none;
  border-bottom: 2px solid #bcbec0;
  border-radius: 0;
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 1.6rem;
  outline: none;
  padding: 1rem;
}

.formmodule .formmodule-form table tbody tr td input[type="text"]:focus,
.formmodule .formmodule-form table tbody tr td textarea:focus {
  border-color: #7abe43;
}

.formmodule .formmodule-form table tbody tr td table.formmodule-radiobuttonlist tbody tr td {
  background: none;
  text-align: left;
}

.formmodule .formmodule-form table tbody tr td table.formmodule-radiobuttonlist tbody tr td label {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
  vertical-align: middle;
}

.formmodule .formmodule-form table tbody tr td table.formmodule-checkboxlist tbody tr td input {
  height: 2rem;
  width: 2rem;
}

.formmodule .formmodule-form table tbody tr td table.formmodule-checkboxlist tbody tr td label {
  font-size: 1.6rem;
  vertical-align: bottom;
}

.formmodule .form-bot-stopper .form-bot-stopper-info,
.formmodule .form-bot-stopper .form-bot-stopper-question {
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 1.6rem;
}

.formmodule .form-bot-stopper .form-bot-stopper-question {
  margin-top: 1rem;
}

.formmodule .form-bot-stopper .form-bot-stopper-question input.form-bot-stopper-value {
  border-radius: 0;
  outline: none;
}

.formmodule .form-bot-stopper .form-bot-stopper-question input.form-bot-stopper-value:focus {
  border-color: #7abe43;
}

.formmodule .formmodule-submit input[type="submit"] {
  border: none;
}

.formmodule .formmodule-errors div {
  font-size: 1.4rem;
  padding: 12px 38px;
}

.swform {
  display: inline-block;
  width: 100%;
  border-collapse: collapse;
}

.swform .swformfield,
.swform .swformfieldlist {
  margin: 0 0 15px 0;
}

.swform .swformfield .swformfield .swformfieldwrapper,
.swform .swformfieldlist .swformfield .swformfieldwrapper {
  margin: 2px 0;
  height: 2rem;
  width: 2rem;
  padding: 0;
}

.swform .swformfield .swformfield .swformfield__label,
.swform .swformfieldlist .swformfield .swformfield__label {
  font-size: 1.6rem;
  vertical-align: bottom;
  padding: 4px 0;
  margin: 0 0 0 6px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.swform .swformfield label,
.swform .swformfieldlist label {
  padding: 0;
  display: inline-block;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  color: #272928;
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 1.6rem;
  margin: 1rem 0;
}

.swform .swformfield label:after,
.swform .swformfieldlist label:after {
  color: #272928 !important;
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 1.6rem;
}

.swform .swformfield .swformfieldwrapper input,
.swform .swformfieldlist .swformfieldwrapper input {
  background: white;
  border: none !important;
  border-bottom: 2px solid #bcbec0 !important;
  border-radius: 0;
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 1.6rem;
  outline: none;
  padding: 1rem;
  color: #222;
  width: 100%;
  transition: all .33s ease;
  margin: 0;
}

@media (min-width: 768px) {
  .swform .swformfield .swformfieldwrapper input,
.swform .swformfieldlist .swformfieldwrapper input {
    padding: 8px 12px;
  }
}

.swform .swformfield .swformfieldwrapper input[type="text"],
.swform .swformfield .swformfieldwrapper input[type="email"],
.swform .swformfield .swformfieldwrapper textarea,
.swform .swformfieldlist .swformfieldwrapper input[type="text"],
.swform .swformfieldlist .swformfieldwrapper input[type="email"],
.swform .swformfieldlist .swformfieldwrapper textarea {
  transition: all .33s ease;
}

.swform .swformfield .swformfieldwrapper input[type="text"]:focus,
.swform .swformfield .swformfieldwrapper input[type="email"]:focus,
.swform .swformfield .swformfieldwrapper textarea:focus,
.swform .swformfieldlist .swformfieldwrapper input[type="text"]:focus,
.swform .swformfieldlist .swformfieldwrapper input[type="email"]:focus,
.swform .swformfieldlist .swformfieldwrapper textarea:focus {
  border-color: #7abe43 !important;
}

.swform .swformfield .swformfield__errortxt,
.swform .swformfieldlist .swformfield__errortxt {
  display: inline;
  padding: 5px 8px;
  position: relative;
  font-size: 13px !important;
  color: #fff !important;
  background: #E63A3A;
  border: 1px solid #ce2233;
  border-radius: 2px;
}

.swform .swformfield .swformfield__errortxt:before,
.swform .swformfieldlist .swformfield__errortxt:before {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: 8px;
  height: 10px;
  width: 10px;
  background: #E63A3A;
  border-top: 1px solid #ce2233;
  border-left: 1px solid #ce2233;
  border-top-left-radius: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swform .swformfieldwrapper {
  width: 100%;
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
}

.swform .swformfieldwrapper textarea {
  background: white;
  border: none;
  color: #222;
  width: 100%;
  margin: 0;
  border-bottom: 2px solid #bcbec0 !important;
  border-radius: 0;
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 1.6rem;
  outline: none;
  padding: 1rem;
  line-height: inherit;
  overflow: auto;
  display: block;
  min-height: 150px;
}

@media (min-width: 768px) {
  .swform .swformfieldwrapper textarea {
    padding: 8px 12px;
  }
}

.swform .swformactions button {
  transition: all .2s ease;
  border: none;
  border: 2px solid;
  border-radius: 4rem;
  box-shadow: 0px 5px 10px -2px rgba(39, 41, 40, 0.2);
  cursor: pointer;
  display: inline-block;
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 2rem;
  margin-right: 0.5rem;
  overflow: hidden;
  padding: 1rem 3.6rem;
  position: relative;
  background: linear-gradient(#7abe43, #088542);
  border: none;
  color: white;
  padding: 1.2rem 3.6rem !important;
}

.swform .swformactions button:hover {
  box-shadow: 0px 10px 20px -2px rgba(39, 41, 40, 0.2);
  color: white;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.swform .swformactions button img {
  display: none;
}

.swform .swformfield label, .swform .swformfieldlist label {
  font-size: 2.3rem;
}

.swform .swformfield.swformfield--select .swformfieldwrapper .swformfield__control, .swform .swformfield.swformfield--text .swformfieldwrapper .swformfield__control, .swform .swformfield.swformfield--textarea .swformfieldwrapper .swformfield__control, .swform .swformfieldlist.swformfield--select .swformfieldwrapper .swformfield__control, .swform .swformfieldlist.swformfield--text .swformfieldwrapper .swformfield__control, .swform .swformfieldlist.swformfield--textarea .swformfieldwrapper .swformfield__control {
  font-size: 2rem;
}

.swform .swformfield .swformfield__helptxt, .swform .swformfield .swformfieldlist__helptxt, .swform .swformfieldlist .swformfield__helptxt, .swform .swformfieldlist .swformfieldlist__helptxt, .swformfield__helptxt {
  font-size: 1.7rem;
  line-height: 2rem;
}

/* _staff.scss */
.staff-module {
  max-width: 960px;
  width: 100%;
}

.staff-module ul.staff-directory {
  list-style-type: none;
  padding: 0;
}

.staff-module li.staff-directory-department {
  border-bottom: 1px solid #e6e7e8;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
}

.staff-module li.staff-directory-department:last-of-type {
  border: none;
}

.staff-module li.staff-directory-department h2.staff-directory-department {
  display: none;
}

.staff-module ul.staff-directory-department-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style-type: none;
  padding: 0;
}

.staff-module ul.staff-directory-department-list li {
  margin-bottom: 2rem;
  padding: 1rem;
  pointer-events: none;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 25%;
}

.staff-module ul.staff-directory-department-list li .staff-member-image {
  display: block;
  position: relative;
}

.staff-module ul.staff-directory-department-list li .staff-member-image img {
  border-radius: 50%;
  width: 100%;
}

.staff-module ul.staff-directory-department-list li .staff-member-image img:hover {
  -webkit-filter: brightness(66%);
          filter: brightness(66%);
}

.staff-module ul.staff-directory-department-list li .staff-member-name a {
  color: #272928;
  display: block;
  font-size: 2rem;
  letter-spacing: 0;
  padding: 0;
}

.staff-module ul.staff-directory-department-list li .staff-member-title,
.staff-module ul.staff-directory-department-list li .staff-member-email,
.staff-module ul.staff-directory-department-list li .staff-member-phone {
  margin-bottom: 5px;
  padding: 0;
  position: relative;
}

.staff-module ul.staff-directory-department-list li .staff-member-email {
  margin-top: 2rem;
}

.staff-module ul.staff-directory-department-list li .staff-member-email::before {
  content: '\f0e0';
  cursor: pointer;
  font-family: 'FontAwesome';
  position: absolute;
  top: -2rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.staff-module ul.staff-directory-department-list li .staff-member-email:hover::before {
  color: #7abe43;
}

.staff-module ul.staff-directory-department-list li .staff-member-email:hover a {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.staff-module ul.staff-directory-department-list li .staff-member-email a {
  background: #272928;
  border-radius: 2rem;
  color: white;
  opacity: 0;
  padding: 0 1rem;
  pointer-events: none;
  position: absolute;
  top: 2rem;
  left: 50%;
  -webkit-transform: translate(-50%, 4px);
          transform: translate(-50%, 4px);
  z-index: 10;
}

.staff-module ul.staff-directory-department-list li .staff-member-phone::before {
  content: '\f095';
  font-family: 'FontAwesome';
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .staff-module ul.staff-directory-department-list {
    flex-wrap: wrap;
  }
  .staff-module ul.staff-directory-department-list li {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .staff-module ul.staff-directory-department-list li {
    width: 100%;
  }
  .staff-module ul.staff-directory-department-list li .staff-member-image {
    padding: 0;
  }
  .staff-module ul.staff-directory-department-list li .staff-member-image img {
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 600px) {
  .staff-module ul.staff-directory-department-list li .staff-member-title,
.staff-module ul.staff-directory-department-list li .staff-member-email,
.staff-module ul.staff-directory-department-list li .staff-member-phone {
    padding: 0;
  }
}

body.staff form[action*="staff"] .templatecontent {
  display: none;
}

.staff-directory-staff-detail {
  text-align: center;
}

.staff-directory-staff-detail img {
  border-radius: 50%;
  display: block;
  margin: 0 auto 2rem;
  max-width: 50%;
}

.staff-directory-staff-detail .staff-detail-contacts {
  list-style: none;
  padding: 0;
}

.staff-directory-staff-detail .staff-detail-contacts .staff-detail-contacts-email {
  margin-bottom: 5px;
}

.staff-directory-staff-detail .staff-detail-contacts .staff-detail-contacts-email::before {
  content: '\f0e0';
  font-family: 'FontAwesome';
  margin-right: 10px;
}

.staff-directory-staff-detail .staff-detail-contacts .staff-detail-contacts-phone {
  margin-bottom: 5px;
}

.staff-directory-staff-detail .staff-detail-contacts .staff-detail-contacts-phone::before {
  content: '\f095';
  font-family: 'FontAwesome';
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .staff-directory-staff-detail {
    text-align: center;
  }
  .staff-directory-staff-detail img {
    display: block;
    float: none;
    margin: 0 auto 2rem;
    max-width: 100%;
  }
}

/* _photo-gallery.scss */
.photogallery {
  width: 100%;
}

.photogallery .photo-list {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 20% [auto-fill];
  grid-template-columns: repeat(auto-fill, 20%);
  grid-auto-flow: row dense;
}

.photogallery .photo-list .photo-list-item {
  border: 2px solid white;
  float: none;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.photogallery .photo-list .photo-list-item::before {
  background: #7abe43;
  content: '';
  height: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 5;
}

.photogallery .photo-list .photo-list-item:hover::before {
  opacity: 0.5;
}

.photogallery .photo-list .photo-list-item:hover .photo-gallery-caption {
  bottom: 0;
}

.photogallery .photo-list .photo-list-item.wide, .photogallery .photo-list .photo-list-item:nth-child(5n + 3) {
  grid-column: auto / span 2;
}

.photogallery .photo-list .photo-list-item.wide img, .photogallery .photo-list .photo-list-item:nth-child(5n + 3) img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.photogallery .photo-list .photo-list-item.dbl, .photogallery .photo-list .photo-list-item:nth-child(5n + 1) {
  grid-column: auto / span 2;
  grid-row: auto / span 2;
}

.photogallery .photo-list .photo-list-item a {
  border: none;
  display: block;
  height: 100%;
  padding: 0;
  width: 100%;
}

.photogallery .photo-list .photo-list-item a img {
  min-width: 100%;
}

.photogallery .photo-list .photo-list-item .photo-gallery-caption {
  background: linear-gradient(rgba(39, 41, 40, 0), rgba(39, 41, 40, 0.5));
  bottom: -100%;
  color: white;
  line-height: 1.4;
  margin-bottom: 0;
  position: absolute;
  padding: 8px;
  width: 100% !important;
  z-index: 10;
}

@media screen and (max-width: 991px) {
  .photogallery .photo-list {
    -ms-grid-columns: 33% [auto-fill];
    grid-template-columns: repeat(auto-fill, 33%);
  }
}

@media screen and (max-width: 600px) {
  .photogallery .photo-list {
    -ms-grid-columns: 50% [auto-fill];
    grid-template-columns: repeat(auto-fill, 50%);
  }
  .photogallery .photo-list .photo-list-item {
    grid-column: auto / span 1 !important;
    grid-row: auto / span 1 !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .photogallery {
    width: 100%;
  }
  .photogallery .photo-list {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .photogallery .photo-list .photo-list-item {
    height: 160px !important;
    width: 25%;
  }
  .photogallery .photo-list .photo-list-item a {
    border: none;
    display: block;
    height: 100%;
    padding: 0;
    width: 100%;
  }
  .photogallery .photo-list .photo-list-item a img {
    height: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
    width: 100% !important;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 767px), (-ms-high-contrast: active) and (max-width: 767px) {
  .photogallery .photo-list .photo-list-item {
    height: 240px !important;
    width: 50%;
  }
}

@supports (-ms-ime-align: auto) {
  .photogallery {
    width: 100%;
  }
  .photogallery .photo-list {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .photogallery .photo-list .photo-list-item {
    height: 160px !important;
    width: 25%;
  }
  .photogallery .photo-list .photo-list-item a {
    border: none;
    display: block;
    height: 100%;
    padding: 0;
    width: 100%;
  }
  .photogallery .photo-list .photo-list-item a img {
    height: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
    width: 100% !important;
  }
  @media (max-width: 767px) {
    .photogallery .photo-list .photo-list-item {
      height: 240px !important;
      width: 50%;
    }
  }
}

/*Matrix Version*/
.gallery-matrix .photogallery ul.photo-list {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 20% [auto-fill];
  grid-template-columns: repeat(auto-fill, 20%);
  grid-template-rows: auto;
  grid-auto-flow: dense;
}

.gallery-matrix .photogallery ul.photo-list a:nth-child(6n + 1) {
  grid-column: auto / span 2;
  grid-row: auto / span 2;
}

.gallery-matrix .photogallery ul.photo-list a:nth-child(5n + 4) {
  grid-column: auto / span 2;
}

.gallery-matrix .photogallery ul.photo-list a {
  background-size: cover;
  background-position: center;
  position: relative;
}

.gallery-matrix .photogallery ul.photo-list a:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: rgba(123, 190, 67, 0.4);
  opacity: 0;
  transition: ease 0.4s;
}

.gallery-matrix .photogallery ul.photo-list a:hover::before {
  opacity: 1;
}

.gallery-matrix .photogallery ul.photo-list a:hover .caption {
  opacity: 1;
  bottom: 0;
}

.gallery-matrix .photogallery ul.photo-list a .caption {
  opacity: 0;
  bottom: -20%;
  color: white;
  font-size: 2rem;
  z-index: 3;
  padding: 15px;
  position: absolute;
  transition: ease 0.4s;
}

.gallery-matrix .photogallery ul.photo-list a img {
  opacity: 0;
}

#lightbox-container-image-box {
  height: auto !important;
  max-width: 90vw;
  min-height: 30vw;
}

#lightbox-container-image-data-box {
  max-width: 90vw;
  padding-bottom: 8px !important;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#lightbox-container-image-data-box #lightbox-container-image-data #lightbox-image-details #lightbox-image-details-caption {
  word-break: break-word;
}

/* _accordion.scss */
.sw-accordion {
  margin-bottom: 4rem;
}

.sw-accordion .tabbedcontent-header {
  background: #e6e7e8;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  outline: none;
  margin-bottom: 0;
  padding: 2rem 4rem;
  position: relative;
  text-transform: uppercase;
}

.sw-accordion .tabbedcontent-header:hover {
  color: #7abe43;
}

.sw-accordion .tabbedcontent-header:before {
  content: '\f067';
  font-family: 'FontAwesome';
  font-size: 1.6rem;
  position: absolute;
  top: 2.5rem;
  left: 1.5rem;
}

.sw-accordion .tabbedcontent-header.ui-state-active {
  background: #7abe43;
  color: white;
}

.sw-accordion .tabbedcontent-header.ui-state-active:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.sw-accordion .tabbedcontent-header .ui-icon {
  display: none;
}

.sw-accordion .tabbedcontent-content {
  background: none;
  border: none;
  padding: 2rem;
}

/* _countdown.scss */
.ticker {
  margin-top: 2.4rem;
}

.ticker p, .ticker #blog-main .main .blog .blog-entry .post-body, #blog-main .main .blog .blog-entry .ticker .post-body, .ticker footer.alternate .newsletter .ctct-inline-form .ctct-form-text, footer.alternate .newsletter .ctct-inline-form .ticker .ctct-form-text {
  line-height: 1rem;
}

.ticker .values.section {
  display: inline-block;
  margin: 0;
}

.ticker .values.section .value {
  color: white;
  display: block;
  line-height: 1.2;
  font-size: 3.2rem !important;
  font-weight: bold;
  margin-bottom: 1rem !important;
  text-align: center;
  width: 100%;
}

.ticker .values.section .label {
  border-radius: 0;
  border-top: 2px solid white;
  color: white;
  display: block;
  font-size: 1.6rem !important;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0 0.8rem !important;
  padding: 1.8rem 0 0;
  text-align: center;
  text-transform: capitalize;
}

.sep.section {
  display: none;
}

#clockdiv {
  color: #fff;
  display: inline-block;
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 30px;
  font-weight: 100;
  margin: 0 auto;
  text-align: center;
}

#clockdiv > div {
  border-radius: 3px;
  display: inline-block;
  padding: 0 10px;
}

#clockdiv div > span {
  border-bottom: 2px solid white;
  display: inline-block;
  font-weight: bold;
  padding: 0 5px 15px;
}

.smalltext {
  font-size: 18px;
  padding-top: 15px;
}

/* _calendar.scss */
.CalendarListPager__arrow {
  color: #000 !important;
}

.CalendarListPager__item {
  color: #000000;
}

.CalendarListPager__item.CalendarListPager__current {
  background: #000000;
  color: #ffffff;
}

.CalendarListPager__item:hover, .CalendarListPager__item:visited {
  color: #000000;
}

.CalendarEventsDetail__eventCalendarFront .CalendarMenu {
  margin-bottom: 20px;
}

.CalendarEventsDetail__eventCalendarFront .CalendarMenu .CalendarMenuCenter {
  margin: 0 auto;
}

.CalendarEventsDetail__eventCalendarFront .CalendarMenu .CalendarMenuCenter a {
  color: #B95B09;
  font-size: 1.8rem;
  padding: 8px;
}

.CalendarEventsDetail__eventCalendarFront .CalendarMenu .CalendarMenuCenter a.CalendarMenu__currentItem {
  border-color: #B95B09;
}

.CalendarEventsDetail__eventCalendarFront .CalendarMonthFilter {
  flex-wrap: wrap;
  justify-content: center;
}

.CalendarEventsDetail__eventCalendarFront .CalendarMonthFilter > * {
  margin: 5px;
}

.CalendarEventsDetail__eventCalendarFront .CalendarMonthFilter .CalendarMonthFilter__search {
  border-color: #B95B09;
}

.CalendarEventsDetail__eventCalendarFront .CalendarMonthFilter .CalendarMonthFilter__button {
  background-color: #B95B09;
}

.CalendarEventsDetail__eventCalendarFront .CalendarMonthFilter .CalendarMonthFilter__button:hover {
  background-color: #a14f08;
}

.CalendarMonth__content .CalendarGridDayEvent svg {
  display: none;
}

div[id^="CalendarGridDayEventPopover"] svg {
  display: none !important;
}

#time-jump-buttons {
  margin: 8px 0;
  text-align: center;
}

#time-jump-buttons a {
  background: none;
  border: 1px solid #B95B09;
  color: #B95B09;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 8px;
  padding: 1rem;
}

#time-jump-buttons a.current, #time-jump-buttons a:hover {
  background: #B95B09;
  color: white;
}

.swCalEvents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.swCalEvents .CalendarListEvent {
  display: block;
  margin-bottom: 4%;
  width: 47%;
}

.swCalEvents .CalendarListEvent .CalendarListEvent__header {
  height: 240px;
  overflow: visible;
  width: 100%;
}

.swCalEvents .CalendarListEvent .CalendarListEvent__header .CalendarListEvent__header_date {
  background: #B95B09;
  border-radius: 40px;
  padding: 0 40px 4px;
  display: flex;
  height: auto;
  margin: 10px 0 0 -20px;
}

.swCalEvents .CalendarListEvent .CalendarListEvent__header .CalendarListEvent__header_date .CalendarListEvent__header_date-month {
  font-size: 1.4rem;
}

.swCalEvents .CalendarListEvent .CalendarListEvent__header .event-image {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.swCalEvents .CalendarListEvent .CalendarListEvent__content {
  margin: 8px 0 0 0;
}

.swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__title {
  font-size: 3.2rem;
  font-weight: bold;
}

.swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__date_time {
  font-size: 1.8rem;
  position: relative;
}

.swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__date_time::before {
  color: #272928;
  content: "\f017";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 1.6rem;
  margin-right: 1rem;
  width: 16px;
}

.swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__location {
  font-size: 1.8rem;
  position: relative;
}

.swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__location::before {
  color: #272928;
  content: "\f041";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 1.6rem;
  margin-right: 1rem;
  width: 16px;
}

.swCalEvents .CalendarEvent {
  width: 100%;
}

.swCalEvents .CalendarEvent .CalendarEvent__title {
  margin-bottom: 0;
}

.swCalEvents .CalendarEvent .CalendarEvent__box .CalendarEvent__details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  width: 100%;
}

.swCalEvents .CalendarEvent .CalendarEvent__box .CalendarEvent__details .CalendarEvent__featuredImageBox {
  width: 48%;
}

.swCalEvents .CalendarEvent .CalendarEvent__box .CalendarEvent__details .CalendarEvent__featuredImageBox img {
  height: auto;
  width: 100%;
}

.swCalEvents .CalendarEvent .CalendarEvent__box .CalendarEvent__details .CalendarEvent__meta {
  width: 48%;
}

.swCalEvents .CalendarEvent .CalendarEvent__box .CalendarEvent__details .CalendarEvent__meta h3 {
  font-size: 2.4rem;
}

.swCalEvents .CalendarEvent .CalendarEvent__box .CalendarEvent__details .CalendarEvent__meta .CalendarEvent__date_time,
.swCalEvents .CalendarEvent .CalendarEvent__box .CalendarEvent__details .CalendarEvent__meta .CalendarEvent__location,
.swCalEvents .CalendarEvent .CalendarEvent__box .CalendarEvent__details .CalendarEvent__meta .CalendarEvent__ics {
  font-size: 1.8rem;
}

.swCalEvents .CalendarEvent .CalendarEvent__box .CalendarEvent__details .CalendarEvent__meta .add-to-calendar input.add-to-calendar-checkbox {
  display: none;
}

.swCalEvents .CalendarEvent .CalendarEvent__box .CalendarEvent__details .CalendarEvent__meta .add-to-calendar a {
  margin-left: 14px;
  width: 100%;
}

.swCalEvents .CalendarEvent .CalendarEvent__box .CalendarEvent__details .CalendarEvent__meta .add-to-calendar a::before {
  content: none;
}

.swCalEvents .CalendarEvent .CalendarEvent__box .CalendarEvent__details .CalendarEvent__meta .add-to-calendar a.icon-ical {
  display: none;
}

@media (max-width: 767px) {
  .swCalEvents .CalendarEvent .CalendarEvent__box .CalendarEvent__details .CalendarEvent__featuredImageBox {
    width: 100%;
  }
  .swCalEvents .CalendarEvent .CalendarEvent__box .CalendarEvent__details .CalendarEvent__meta {
    width: 100%;
  }
}

.swCalEvents .CalendarListFooter {
  width: 100%;
}

@media (max-width: 767px) {
  .swCalEvents .CalendarListEvent {
    margin-bottom: 24px;
    width: 100%;
  }
}

.event-module .list-panel ul.sw-events-detail-timeframes {
  margin-bottom: 4rem;
}

.event-module .list-panel ul.sw-events-detail-timeframes li {
  border: 1px solid #B95B09;
  display: inline-block;
  margin: 0 1rem 0.2rem 0;
  padding: 0;
}

.event-module .list-panel ul.sw-events-detail-timeframes li a {
  background: none;
  color: #B95B09;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 1rem;
}

.event-module .list-panel ul.sw-events-detail-timeframes li a.selected, .event-module .list-panel ul.sw-events-detail-timeframes li a:hover {
  background: #B95B09;
  color: white;
}

.event-module .list-panel ul.sw-events-detail-categories {
  display: none;
}

.event-module .list-panel ul.sw-events-detail-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.event-module .list-panel ul.sw-events-detail-list li.sw-events-detail-list-event {
  margin-bottom: 4rem;
  position: relative;
  width: 48%;
}

.event-module .list-panel ul.sw-events-detail-list li.sw-events-detail-list-event .sw-events-detail-list-event-subject img {
  box-shadow: 0px 10px 20px -5px rgba(39, 41, 40, 0.2);
  display: block;
}

.event-module .list-panel ul.sw-events-detail-list li.sw-events-detail-list-event .sw-events-detail-list-event-subject a {
  display: block;
  font-size: 4rem;
  margin: 1rem 2rem 0;
}

.event-module .list-panel ul.sw-events-detail-list li.sw-events-detail-list-event .sw-events-detail-list-event-details {
  margin: 0 2rem;
}

.event-module .list-panel ul.sw-events-detail-list li.sw-events-detail-list-event .sw-events-detail-list-event-details .sw-events-detail-list-event-date {
  background: #B95B09;
  border-radius: 4rem;
  color: white;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 1rem 2rem;
  position: absolute;
  top: 1rem;
  left: -1.5rem;
  z-index: 20;
}

.event-module .list-panel ul.sw-events-detail-list li.sw-events-detail-list-event .sw-events-detail-list-event-details .sw-events-detail-list-event-time::before {
  color: #272928;
  content: "\f017";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 1.6rem;
  margin-right: 1rem;
  width: 16px;
}

.event-module .list-panel ul.sw-events-detail-list li.sw-events-detail-list-event .sw-events-detail-list-event-details .sw-events-detail-list-event-location::before {
  color: #272928;
  content: "\f041";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 1.6rem;
  margin-right: 1rem;
  width: 16px;
}

.event-module .list-panel ul.sw-events-detail-list li.sw-events-detail-list-event .sw-events-detail-list-event-description {
  margin: 1rem 2rem 0;
}

.event-module .list-panel ul.sw-events-detail-list li.sw-events-detail-list-event .sw-events-detail-list-event-description + a {
  margin-left: 2rem;
}

.event-module .list-panel ul.sw-events-detail-list li.sw-events-detail-list-event .sw-events-detail-more-link {
  margin: 0 2rem;
}

.event-module .list-panel ul.sw-events-detail-list li.sw-events-detail-list-event .addthis_native_toolbox {
  margin: 2rem 0 0 2rem;
}

.event-module .detail-panel .event-detail-block-wrapper .event-detail-info {
  margin-top: 2rem;
}

@media screen and (max-width: 600px) {
  .event-module .list-panel ul.sw-events-detail-list li.sw-events-detail-list-event {
    width: 100%;
  }
  .event-module .list-panel ul.sw-events-detail-list li.sw-events-detail-list-event .sw-events-detail-list-event-subject a {
    font-size: 3.6rem;
  }
}

.event-module .calendar-controls {
  font-weight: bold;
}

.event-module .calendar-controls .monthyear-jumper {
  font-weight: normal;
  margin-left: 1rem;
}

.event-module .list-panel .event-listing-date {
  background: #B95B09;
  color: white;
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px;
  z-index: 20;
}

.event-module .list-panel table.event-listing-table {
  margin: 2rem 0;
}

.event-module .list-panel table.event-listing-table tbody tr.event-listing-odd-row td {
  padding: 0 1rem;
  width: 30%;
  vertical-align: middle;
}

.event-module .list-panel table.event-listing-table tbody tr.event-listing-odd-row td.event-listing-image-column {
  padding: 0;
  width: 10%;
}

.event-module .list-panel table.event-listing-table tbody tr.event-listing-odd-row .event-listing-time-column::before {
  color: #272928;
  content: "\f017";
  font-family: "FontAwesome";
  font-size: 1.6rem;
  margin-right: 1rem;
}

.event-module .list-panel table.event-listing-table tbody tr.event-listing-odd-row .event-listing-location-column::before {
  color: #272928;
  content: "\f041";
  font-family: "FontAwesome";
  font-size: 1.6rem;
  margin-right: 1rem;
}

@media screen and (max-width: 767px) {
  .event-module .calendar-controls .monthyear-jumper {
    display: block;
    margin: 1rem 0;
  }
  .event-module .list-panel table.event-listing-table tbody tr.event-listing-odd-row td.event-listing-image-column {
    display: none;
  }
  .event-module .list-panel table.event-listing-table tbody tr.event-listing-odd-row td.event-listing-event-column {
    padding-left: 0;
  }
  .event-module .list-panel table.event-listing-table tbody tr.event-listing-odd-row td {
    width: 33%;
  }
}

@media screen and (max-width: 600px) {
  .event-module .list-panel table.event-listing-table tbody tr.event-listing-odd-row {
    display: block;
  }
  .event-module .list-panel table.event-listing-table tbody tr.event-listing-odd-row td.event-listing-event-column {
    display: block;
    margin-bottom: 1rem;
    width: 100%;
  }
  .event-module .list-panel table.event-listing-table tbody tr.event-listing-odd-row td {
    display: block;
    margin-bottom: 1rem;
    padding: 0;
    width: 100%;
  }
}

.cal-display-switch {
  border: 1px solid #B95B09;
  border-radius: 4rem;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  overflow: hidden;
}

.cal-display-switch .cal-display-type {
  color: #B95B09;
  display: inline-block;
  letter-spacing: 1px;
}

.cal-display-switch .cal-display-type:hover {
  background: rgba(185, 91, 9, 0.2);
  color: #272928;
}

.cal-display-switch .cal-display-type.active {
  background: #B95B09;
  color: white;
}

.cal-display-switch .cal-display-type:first-of-type {
  border-right: 1px solid #B95B09;
  padding: 1rem 0.8rem 1rem 1.8rem;
}

.cal-display-switch .cal-display-type:last-of-type {
  margin-left: -4px;
  padding: 1rem 1.8rem 1rem 1rem;
}

.event-module .calendar-controls {
  margin-top: 2rem;
}

.event-module .calendar-controls input[type="submit"] {
  background: none;
  border: 1px solid #272928;
  padding: 0.4rem 1rem;
}

.event-module .calendar-controls .monthyear-jumper {
  float: right;
}

.event-module .calendar-controls .monthyear-jumper select {
  background: none;
  border: 1px solid #272928;
  height: 30px;
  vertical-align: top;
}

.event-module .calendar-controls .monthyear-jumper input[type="submit"] {
  font-weight: bold;
  margin-left: 1rem;
}

.event-module .events-calendar tbody tr th {
  background: #B95B09;
  color: white;
  padding: 1rem 0;
}

.event-module .events-calendar tbody tr td {
  height: 100px;
  padding: 0.5rem 1rem 0 0;
}

.event-module .events-calendar tbody tr td:hover {
  background: white;
  box-shadow: 0 0 30px 0 rgba(39, 41, 40, 0.1);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.event-module .events-calendar tbody tr td.weekend {
  background: none;
}

.event-module .events-calendar .sw-events-detail-list-event-image {
  display: none;
}

.event-module .events-calendar .event-time {
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 1rem;
}

.event-module .events-calendar .event-title a {
  font-size: 1.2rem;
}

.desktop-calendar {
  display: none;
}

@media screen and (min-width: 768px) {
  .desktop-calendar {
    display: block;
  }
}

.mobile-calendar {
  display: block;
}

.mobile-calendar table tbody tr {
  display: table-row !important;
  width: 100% !important;
}

.mobile-calendar table tbody tr td.event-listing-event-column, .mobile-calendar table tbody tr td.event-listing-time-column, .mobile-calendar table tbody tr td.event-listing-location-column {
  display: table-cell !important;
  margin: 0 !important;
  vertical-align: top !important;
  padding: 0 0 10px 0 !important;
}

.mobile-calendar table tbody tr td.event-listing-event-column {
  width: 40% !important;
}

.mobile-calendar table tbody tr td.event-listing-time-column, .mobile-calendar table tbody tr td.event-listing-location-column {
  width: 30% !important;
}

.mobile-calendar table tbody tr td.event-listing-image-column {
  width: 0 !important;
  display: none !important;
}

@media screen and (min-width: 768px) {
  .mobile-calendar {
    display: none;
  }
}

.event-module .CalendarListPager__item, .event-module .CalendarListPager__item:visited {
  color: #008839;
}

.event-module .CalendarListPager__item.CalendarListPager__current {
  background: #008839;
}

.event-module .CalendarListPager__item:hover {
  color: #000;
}

body.events .CalendarMonthFilter .site-tags-editor {
  display: none;
}

body.events .CalendarListEvent__header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

/* _attractions.scss */
#attraction-nav {
  border-bottom: 1px solid #e6e7e8;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
}

#attraction-nav .attraction-nav-item {
  border-radius: 50%;
  cursor: pointer;
  height: 220px;
  overflow: hidden;
  position: relative;
  width: 220px;
  margin: auto;
}

#attraction-nav .attraction-nav-item::before {
  background: #272928;
  content: '';
  height: 100%;
  opacity: 0.25;
  position: absolute;
  width: 100%;
}

#attraction-nav .attraction-nav-item:not(.active) {
  opacity: 0.5;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

#attraction-nav .attraction-nav-item:hover {
  opacity: 1 !important;
}

#attraction-nav .attraction-nav-item img {
  height: 100%;
}

#attraction-nav .attraction-nav-item .name {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  width: 80%;
}

#attraction-nav .owl-controls {
  margin-top: 2rem;
}

#attraction-nav .owl-controls .owl-pagination {
  margin: 0;
  pointer-events: none;
  padding: 0;
  text-align: center;
}

#attraction-nav .owl-controls .owl-pagination .owl-page span {
  background: #272928;
  height: 8px;
  margin: 4px;
  width: 8px;
}

#attraction-nav .owl-controls .owl-pagination .owl-dot {
  display: inline-block;
}

#attraction-nav .owl-controls .owl-pagination .owl-dot.active span {
  opacity: 1;
}

#attraction-nav .owl-controls .owl-pagination .owl-dot span {
  background: #272928;
  border-radius: 50%;
  display: block;
  height: 4px;
  margin: 2px;
  opacity: 0.25;
  width: 4px;
}

#attraction-nav .owl-controls .owl-buttons {
  padding: 0;
  top: -3.1rem;
}

#attraction-nav .owl-controls .owl-buttons .owl-prev {
  float: left;
}

#attraction-nav .owl-controls .owl-buttons .owl-next {
  float: right;
}

#attraction-content .attraction-content-item:not(.active) {
  display: none;
}

#venue-gallery .venue-entry {
  background: linear-gradient(-45deg, #7abe43, #008839);
  margin-bottom: 8px;
}

#venue-gallery .venue-entry .venue-image {
  background-position: center;
  background-size: cover;
  cursor: pointer;
  height: 240px;
  position: relative;
  width: 100%;
}

#venue-gallery .venue-entry .venue-image::before {
  background: #7abe43;
  content: '';
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.25s ease;
  width: 100%;
}

#venue-gallery .venue-entry .venue-image:hover::before {
  opacity: 0.5;
}

#venue-gallery .venue-entry .venue-image img {
  display: none;
}

#venue-gallery .venue-entry .venue-meta {
  color: white;
  padding: 16px;
}

#venue-gallery .venue-entry .venue-meta .venue-title {
  font-size: 2.4rem;
  margin-top: 0;
}

#venue-gallery .venue-entry .venue-meta .venue-capacity {
  align-items: center;
  border-left: 1px solid #0f6536;
  display: flex;
  flex-direction: column;
  float: right;
  margin-left: 16px;
  padding-left: 16px;
}

#venue-gallery .venue-entry .venue-meta .venue-capacity i {
  font-size: 2rem;
}

#venue-gallery .venue-entry .venue-meta .venue-capacity span {
  font: normal 1.6rem "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
}

#venue-gallery .venue-entry .venue-meta .venue-capacity h6, #venue-gallery .venue-entry .venue-meta .venue-capacity footer.alternate-2 .newsletter .ctct-inline-form .ctct-form-header, footer.alternate-2 .newsletter .ctct-inline-form #venue-gallery .venue-entry .venue-meta .venue-capacity .ctct-form-header, #venue-gallery .venue-entry .venue-meta .venue-capacity footer.alternate .newsletter .ctct-inline-form .ctct-form-header, footer.alternate .newsletter .ctct-inline-form #venue-gallery .venue-entry .venue-meta .venue-capacity .ctct-form-header {
  margin: 0;
  font-size: 2.4rem;
}

#venue-gallery .venue-entry .venue-meta .venue-details {
  cursor: pointer;
  font: bold 1.6rem "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  letter-spacing: 0.5px;
  transition: color 0.25s ease;
}

#venue-gallery .venue-entry .venue-meta .venue-details:hover {
  color: #7abe43;
}

#venue-gallery .venue-entry .venue-meta .venue-details i {
  margin-left: 4px;
}

@media (min-width: 600px) {
  #venue-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #venue-gallery .venue-entry {
    margin-bottom: 16px;
    width: calc(50% - 8px);
  }
}

@media (min-width: 768px) {
  #venue-gallery .venue-entry .venue-image {
    height: 200px;
  }
}

#venue-content-wrap .all-venues {
  cursor: pointer;
  font: bold 1.6rem "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  letter-spacing: 0.5px;
  transition: color 0.25s ease;
}

#venue-content-wrap .all-venues:hover {
  color: #7abe43;
}

#venue-content-wrap .all-venues i {
  margin-right: 4px;
}

#venue-content-wrap .venue-content {
  display: none;
}

/* _blog-nav.scss */
#blog-nav {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr 1fr;
}

#blog-nav .blog-nav-item {
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}

#blog-nav .blog-nav-item::before {
  background: #272928;
  content: '';
  height: 100%;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

#blog-nav .blog-nav-item:hover::before {
  opacity: 0.5;
}

#blog-nav .blog-nav-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#blog-nav .blog-nav-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#blog-nav .blog-nav-item .name {
  color: white;
  font-size: 3.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  width: 80%;
  z-index: 10;
}

/* _footer.scss */
footer {
  background: #e6e7e8;
  position: relative;
}

footer .main {
  padding: 8rem 0;
}

footer .main .flex-row {
  align-items: center;
  justify-content: space-between;
}

footer .main .logo {
  width: 300px;
}

footer .main .resources a {
  color: #272928;
  font-size: 1.6rem;
  margin-left: 2rem;
}

footer .main .resources a:hover {
  color: #7abe43;
}

footer .mini-footer {
  padding: 0 0 1rem;
}

footer .mini-footer .flex-row {
  align-items: center;
  justify-content: space-between;
}

footer .mini-footer .container {
  border-top: 1px solid #bcbec0;
  padding-top: 1rem;
}

footer .mini-footer .links a {
  color: #5F6363;
  margin-right: 2rem;
}

footer .mini-footer .socials {
  display: block;
  float: right;
  font-size: 0;
  list-style: none;
  padding: 0;
}

footer .mini-footer .socials li {
  display: inline-block;
  font-size: 1.8rem;
  margin-left: 1rem;
}

footer .mini-footer .socials li a {
  color: #5F6363;
  display: inline-block;
  margin: 0;
  padding: 0.5rem;
  position: relative;
  text-align: center;
}

footer .mini-footer .socials li a:hover {
  opacity: 0.5;
}

footer.alternate {
  background: white;
}

footer.alternate .main .flex-row {
  align-items: flex-start;
}

footer.alternate h6, footer.alternate-2 .newsletter .ctct-inline-form footer.alternate .ctct-form-header, footer.alternate .newsletter .ctct-inline-form .ctct-form-header {
  margin-bottom: 4rem;
  position: relative;
}

footer.alternate h6::after, footer.alternate-2 .newsletter .ctct-inline-form footer.alternate .ctct-form-header::after, footer.alternate .newsletter .ctct-inline-form .ctct-form-header::after {
  background: #7abe43;
  content: '';
  height: 4px;
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 80px;
}

footer.alternate .links .logo {
  margin-bottom: 2rem;
}

footer.alternate .links ul.socials {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer.alternate .links ul.socials li {
  display: inline-block;
  font-size: 1.8rem;
  margin: 0 1rem;
}

footer.alternate .links ul.socials li a {
  color: #272928;
}

footer.alternate .links ul.socials li a:hover {
  color: #008839;
}

footer.alternate .contact {
  padding-left: 8rem;
}

footer.alternate .contact p, footer.alternate .contact #blog-main .main .blog .blog-entry .post-body, #blog-main .main .blog .blog-entry footer.alternate .contact .post-body, footer.alternate .contact .newsletter .ctct-inline-form .ctct-form-text, footer.alternate .newsletter .ctct-inline-form .contact .ctct-form-text {
  margin-bottom: 2rem;
}

footer.alternate .contact a {
  position: relative;
  color: #000000;
}

footer.alternate .contact a::before {
  background: #7abe43;
  border-radius: 2rem;
  color: white;
  content: '\f041';
  display: block;
  font-family: 'FontAwesome';
  font-size: 1.6rem;
  padding: 2px;
  position: absolute;
  top: 0;
  left: -4rem;
  text-align: center;
  width: 28px;
}

footer.alternate .contact a[href*='tel']::before {
  content: '\f095';
}

footer.alternate .contact a[href*='mail']::before {
  content: '\f0e0';
}

footer.alternate .newsletter p, footer.alternate .newsletter #blog-main .main .blog .blog-entry .post-body, #blog-main .main .blog .blog-entry footer.alternate .newsletter .post-body, footer.alternate .newsletter .ctct-inline-form .ctct-form-text {
  margin-bottom: 2rem;
}

footer.alternate .newsletter .ctct-inline-form .ctct-form-defaults {
  padding: 0;
}

footer.alternate .newsletter .ctct-inline-form .ctct-form-header {
  margin-bottom: 4rem;
  position: relative;
}

footer.alternate .newsletter .ctct-inline-form .ctct-form-header::after {
  background: #7abe43;
  content: '';
  height: 4px;
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 80px;
}

footer.alternate .newsletter .ctct-inline-form .ctct-form-field label {
  display: none;
}

footer.alternate .newsletter .ctct-inline-form .ctct-form-field input {
  border: 2px solid #7abe43;
  border-radius: 40px;
  padding: 10px 20px;
  width: 100%;
}

footer.alternate .newsletter .ctct-inline-form .ctct-form-field input::-webkit-input-placeholder {
  color: #707473 !important;
}

footer.alternate .newsletter .ctct-inline-form #gdpr_text {
  display: none;
}

footer.alternate .newsletter .ctct-inline-form #success_message_0[style=""] ~ * {
  display: none;
}

footer.alternate .newsletter .ctct-inline-form #success_message_0 p.ctct-form-text, footer.alternate .newsletter .ctct-inline-form #success_message_0 #blog-main .main .blog .blog-entry .ctct-form-text.post-body, #blog-main .main .blog .blog-entry footer.alternate .newsletter .ctct-inline-form #success_message_0 .ctct-form-text.post-body, footer.alternate .newsletter .ctct-inline-form #success_message_0 .ctct-form-text {
  text-transform: lowercase;
}

footer.alternate .newsletter .ctct-inline-form #success_message_0 p.ctct-form-text::first-letter, footer.alternate .newsletter .ctct-inline-form #success_message_0 .ctct-form-text::first-letter {
  text-transform: uppercase;
}

footer.alternate .newsletter .formmodule {
  background: none;
  padding: 0;
}

footer.alternate .newsletter .formmodule .sw-formmodule-wrapper .formmodule-form table tbody tr td.formmodule-column1 {
  display: none;
}

footer.alternate .newsletter .formmodule .sw-formmodule-wrapper .formmodule-form table tbody tr td input[type="text"] {
  border: 2px solid #7abe43;
  border-radius: 4rem 0 0 4rem;
  font-size: 1.9rem;
  height: 51px;
  outline: none;
  padding: 1rem 2rem;
  width: 80%;
}

footer.alternate .newsletter input[type="submit"] {
  background: #7abe43;
  border: 2px solid #7abe43;
  border-radius: 0 4rem 4rem 0;
  box-shadow: none;
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
  outline: none;
  padding: 1.1rem 2rem;
  position: absolute;
  top: 0;
  right: 0;
  @-moz-document url-prefix() {}
}

footer.alternate .newsletter input[type="submit"]:hover, footer.alternate .newsletter input[type="submit"]:focus {
  box-shadow: none;
  padding: 1.1rem 2.4rem;
  -webkit-transform: none;
          transform: none;
}

footer.alternate .mini-footer {
  background: #e6e7e8;
  padding: 0 0 2rem;
}

footer.alternate .mini-footer .container {
  border: none;
  padding-top: 2rem;
}

footer.alternate .mini-footer a {
  color: #5F6363;
  font-size: 1.8rem;
  margin-right: 2rem;
}

footer.alternate .mini-footer a:hover {
  color: #272928;
}

footer.alternate .mini-footer .site-credit-link {
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  footer.alternate .links {
    margin-top: 4rem;
    order: 3;
    text-align: center;
  }
  footer.alternate .contact {
    order: 2;
  }
  footer.alternate .contact p, footer.alternate .contact #blog-main .main .blog .blog-entry .post-body, #blog-main .main .blog .blog-entry footer.alternate .contact .post-body, footer.alternate .contact .newsletter .ctct-inline-form .ctct-form-text, footer.alternate .newsletter .ctct-inline-form .contact .ctct-form-text {
    margin-bottom: 1rem;
  }
  footer.alternate .contact a::before {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  footer.alternate .newsletter {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  footer.alternate h6::after, footer.alternate-2 .newsletter .ctct-inline-form footer.alternate .ctct-form-header::after, footer.alternate .newsletter .ctct-inline-form .ctct-form-header::after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  footer.alternate .contact {
    margin-top: 4rem;
    padding-left: 1rem;
    text-align: center;
  }
  footer.alternate .contact a::before {
    background: none;
    color: #7abe43;
    left: -3.2rem;
  }
  footer.alternate .newsletter {
    text-align: center;
  }
  footer.alternate .mini-footer {
    padding: 0 2rem 2rem;
  }
}

@media screen and (max-width: 600px) {
  footer.alternate .newsletter input[type="text"] {
    width: 140px;
  }
  footer.alternate .mini-footer {
    text-align: center;
  }
  footer.alternate .mini-footer .flex-row {
    justify-content: center;
  }
  footer.alternate .mini-footer a {
    margin: 0 1rem;
  }
  footer.alternate .mini-footer a:last-child {
    display: block;
    margin-top: 2rem;
    width: 100%;
  }
}

footer .newsletter iframe {
  border: none;
  width: 100%;
  min-height: 310px;
}

footer.alternate-2 {
  background: white;
}

footer.alternate-2 .main .flex-row {
  align-items: flex-start;
}

footer.alternate-2 h6, footer.alternate-2 .newsletter .ctct-inline-form .ctct-form-header, footer.alternate .newsletter .ctct-inline-form footer.alternate-2 .ctct-form-header {
  margin-bottom: 4rem;
  position: relative;
}

footer.alternate-2 h6::after, footer.alternate-2 .newsletter .ctct-inline-form .ctct-form-header::after, footer.alternate .newsletter .ctct-inline-form footer.alternate-2 .ctct-form-header::after {
  background: #7abe43;
  content: '';
  height: 4px;
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 80px;
}

footer.alternate-2 .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

footer.alternate-2 .links .logo {
  margin-bottom: 2rem;
}

footer.alternate-2 .links > a {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer.alternate-2 .links ul.socials {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer.alternate-2 .links ul.socials li {
  display: inline-block;
  font-size: 1.8rem;
  margin: 0 1rem;
}

footer.alternate-2 .links ul.socials li a {
  color: #272928;
}

footer.alternate-2 .links ul.socials li a:hover {
  color: #008839;
}

footer.alternate-2 .contact {
  padding-left: 5rem;
}

footer.alternate-2 .contact p, footer.alternate-2 .contact #blog-main .main .blog .blog-entry .post-body, #blog-main .main .blog .blog-entry footer.alternate-2 .contact .post-body, footer.alternate-2 .contact footer.alternate .newsletter .ctct-inline-form .ctct-form-text, footer.alternate .newsletter .ctct-inline-form footer.alternate-2 .contact .ctct-form-text {
  margin-bottom: 2rem;
}

footer.alternate-2 .contact a {
  position: relative;
  color: #000000;
}

footer.alternate-2 .contact a::before {
  background: #7abe43;
  border-radius: 2rem;
  color: white;
  content: '\f041';
  display: block;
  font-family: 'FontAwesome';
  font-size: 1.6rem;
  padding: 2px;
  position: absolute;
  top: 0;
  left: -4rem;
  text-align: center;
  width: 28px;
}

footer.alternate-2 .contact a[href*='tel']::before {
  content: '\f095';
}

footer.alternate-2 .contact a[href*='mail']::before {
  content: '\f0e0';
}

footer.alternate-2 .app {
  margin-bottom: 50px;
}

@media only screen and (min-width: 48em) {
  footer.alternate-2 .app {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  footer.alternate-2 .app h6::after, footer.alternate-2 .app .newsletter .ctct-inline-form .ctct-form-header::after, footer.alternate-2 .newsletter .ctct-inline-form .app .ctct-form-header::after, footer.alternate .newsletter .ctct-inline-form footer.alternate-2 .app .ctct-form-header::after {
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media only screen and (min-width: 62em) {
  footer.alternate-2 .newsletter {
    padding-left: 8rem;
  }
}

footer.alternate-2 .newsletter p, footer.alternate-2 .newsletter #blog-main .main .blog .blog-entry .post-body, #blog-main .main .blog .blog-entry footer.alternate-2 .newsletter .post-body, footer.alternate-2 footer.alternate .newsletter .ctct-inline-form .ctct-form-text, footer.alternate footer.alternate-2 .newsletter .ctct-inline-form .ctct-form-text {
  margin-bottom: 2rem;
}

footer.alternate-2 .newsletter .ctct-inline-form .ctct-form-defaults {
  padding: 0;
}

footer.alternate-2 .newsletter .ctct-inline-form .ctct-form-header {
  margin-bottom: 4rem;
  position: relative;
}

footer.alternate-2 .newsletter .ctct-inline-form .ctct-form-header::after {
  background: #7abe43;
  content: '';
  height: 4px;
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 80px;
}

footer.alternate-2 .newsletter .ctct-inline-form .ctct-form-field label {
  display: none;
}

footer.alternate-2 .newsletter .ctct-inline-form .ctct-form-field input {
  border: 2px solid #7abe43;
  border-radius: 40px;
  padding: 10px 20px;
  width: 100%;
}

footer.alternate-2 .newsletter .ctct-inline-form .ctct-form-field input::-webkit-input-placeholder {
  color: #707473 !important;
}

footer.alternate-2 .newsletter .ctct-inline-form #gdpr_text {
  display: none;
}

footer.alternate-2 .newsletter .ctct-inline-form #success_message_0[style=""] ~ * {
  display: none;
}

footer.alternate-2 .newsletter .ctct-inline-form #success_message_0 p.ctct-form-text, footer.alternate-2 .newsletter .ctct-inline-form #success_message_0 #blog-main .main .blog .blog-entry .ctct-form-text.post-body, #blog-main .main .blog .blog-entry footer.alternate-2 .newsletter .ctct-inline-form #success_message_0 .ctct-form-text.post-body, footer.alternate-2 footer.alternate .newsletter .ctct-inline-form #success_message_0 .ctct-form-text, footer.alternate footer.alternate-2 .newsletter .ctct-inline-form #success_message_0 .ctct-form-text {
  text-transform: lowercase;
}

footer.alternate-2 .newsletter .ctct-inline-form #success_message_0 p.ctct-form-text::first-letter, footer.alternate-2 .newsletter .ctct-inline-form #success_message_0 #blog-main .main .blog .blog-entry .ctct-form-text.post-body::first-letter, #blog-main .main .blog .blog-entry footer.alternate-2 .newsletter .ctct-inline-form #success_message_0 .ctct-form-text.post-body::first-letter, footer.alternate-2 footer.alternate .newsletter .ctct-inline-form #success_message_0 .ctct-form-text::first-letter, footer.alternate footer.alternate-2 .newsletter .ctct-inline-form #success_message_0 .ctct-form-text::first-letter {
  text-transform: uppercase;
}

footer.alternate-2 .newsletter .formmodule {
  background: none;
  padding: 0;
}

footer.alternate-2 .newsletter .formmodule .sw-formmodule-wrapper .formmodule-form table tbody tr td.formmodule-column1 {
  display: none;
}

footer.alternate-2 .newsletter .formmodule .sw-formmodule-wrapper .formmodule-form table tbody tr td input[type="text"] {
  border: 2px solid #7abe43;
  border-radius: 4rem 0 0 4rem;
  font-size: 1.9rem;
  height: 51px;
  outline: none;
  padding: 1rem 2rem;
  width: 80%;
}

footer.alternate-2 .newsletter input[type="submit"] {
  background: #7abe43;
  border: 2px solid #7abe43;
  border-radius: 0 4rem 4rem 0;
  box-shadow: none;
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
  outline: none;
  padding: 1.1rem 2rem;
  position: absolute;
  top: 0;
  right: 0;
  @-moz-document url-prefix() {}
}

footer.alternate-2 .newsletter input[type="submit"]:hover, footer.alternate-2 .newsletter input[type="submit"]:focus {
  box-shadow: none;
  padding: 1.1rem 2.4rem;
  -webkit-transform: none;
          transform: none;
}

footer.alternate-2 .mini-footer {
  background: #e6e7e8;
  padding: 0 0 2rem;
}

footer.alternate-2 .mini-footer .container {
  border: none;
  padding-top: 2rem;
}

footer.alternate-2 .mini-footer a {
  color: #5F6363;
  font-size: 1.8rem;
  margin-right: 2rem;
}

footer.alternate-2 .mini-footer a:hover {
  color: #272928;
}

footer.alternate-2 .mini-footer .site-credit-link {
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  footer.alternate-2 .links {
    margin-top: 4rem;
    order: 3;
    text-align: center;
  }
  footer.alternate-2 .contact {
    order: 2;
  }
  footer.alternate-2 .contact p, footer.alternate-2 .contact #blog-main .main .blog .blog-entry .post-body, #blog-main .main .blog .blog-entry footer.alternate-2 .contact .post-body, footer.alternate-2 .contact footer.alternate .newsletter .ctct-inline-form .ctct-form-text, footer.alternate .newsletter .ctct-inline-form footer.alternate-2 .contact .ctct-form-text {
    margin-bottom: 1rem;
  }
  footer.alternate-2 .contact a::before {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  footer.alternate-2 .newsletter {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  footer.alternate-2 h6::after, footer.alternate .newsletter .ctct-inline-form footer.alternate-2 .ctct-form-header::after, footer.alternate-2 .newsletter .ctct-inline-form .ctct-form-header::after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  footer.alternate-2 .contact {
    margin-top: 4rem;
    padding-left: 1rem;
    text-align: center;
  }
  footer.alternate-2 .contact a::before {
    background: none;
    color: #7abe43;
    left: -3.2rem;
  }
  footer.alternate-2 .newsletter {
    text-align: center;
  }
  footer.alternate-2 .mini-footer {
    padding: 0 2rem 2rem;
  }
}

@media screen and (max-width: 600px) {
  footer.alternate-2 .newsletter input[type="text"] {
    width: 140px;
  }
  footer.alternate-2 .mini-footer {
    text-align: center;
  }
  footer.alternate-2 .mini-footer .flex-row {
    justify-content: center;
  }
  footer.alternate-2 .mini-footer a {
    margin: 0 1rem;
  }
  footer.alternate-2 .mini-footer a:last-child {
    display: block;
    margin-top: 2rem;
    width: 100%;
  }
}

/* ====================== Transitions ====================== */
/*

=== Use Extend Property (Example below) ===

.header {
  @extend .transition-cubic;
  background: white;
}

*/
.transition-cubic {
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.transition-fast, #instafeed .insta-link .insta-pic, .owl-theme .owl-controls .owl-buttons div, body.field-trip .photogallery .photo-list .photo-list-item .photo-gallery-caption, body.field-trip .photogallery .photo-list .photo-list-item::before, #programs-2 .toggle, #map-2 .map-wrap #map-points text, #map-2 .map-wrap #map-points circle, #home-main-2 .toggle, #stories .recent-blog-posts-wrapper ul li a:first-child .read-more, #map .map-wrap #map-points text, #map .map-wrap #map-points circle, .tilt-wrap .card::before, .button, .button-dark, #events-2 .events .upcoming-events-wrapper .upcoming-events-view-link a, .button-light, .search-modal .searchPanel #searchButton, .formmodule .formmodule-submit input[type="submit"], .staff-module ul.staff-directory-department-list li .staff-member-image img, .staff-module ul.staff-directory-department-list li .staff-member-email a, .staff-directory-staff-detail a[href="/staff"], .photogallery .photo-list .photo-list-item::before, .photogallery .photo-list .photo-list-item .photo-gallery-caption, .swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__description a, .event-module .list-panel ul.sw-events-detail-list li.sw-events-detail-list-event .sw-events-detail-list-event-description + a, .event-module .detail-panel .event-detail-calendar-link-wrapper .event-detail-calendarlink a, .event-module .events-calendar tbody tr td, #attraction-nav .attraction-nav-item, #blog-nav .blog-nav-item img, footer.alternate .newsletter .ctct-inline-form .ctct-form-button {
  transition: all .2s ease;
}

.transition, #blog-main .main .blog .blog-entry .post-image a img, body.field-trip #stats-2 .stat:before, #stories-2 .recent-blog-posts-wrapper ul li a:first-child img, #stories-2 .recent-blog-posts-wrapper ul li, #stats-2 .stat::before, #events .events .upcoming-events-wrapper ul li a.upcoming-events-image .read-more, #events .events .upcoming-events-wrapper ul li a.upcoming-events-image img, #programs .banner::after, #programs .banner::before, #programs .banner, #stories .recent-blog-posts-wrapper ul li a:first-child img, #stories .recent-blog-posts-wrapper ul li a:first-child::before, #stories .recent-blog-posts-wrapper ul li, #stats .stat::before, #home-main .banner::after, #home-main .banner::before, #home-main .banner, #offerings .activities a .caption, .slide-in-fade-right, .slide-in-fade-left, .text-in, #drawer-toggle, header, #utility, .sw-accordion .tabbedcontent-header:before, #blog-nav .blog-nav-item::before {
  transition: all .5s ease;
}

.transition-slow, #map-2 .map-wrap #map-points, #map-2 .map-wrap #point-shadows, #map-2 .map-wrap img, #map .map-wrap #map-points, #map .map-wrap #point-shadows, #map .map-wrap img {
  transition: all 1s ease;
}

.easeInOutBack {
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* ====================== 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%);
}

/* ====================== Paddding Adjustments ====================== */
/* Remove excess margin / padding */
.no-border {
  border: 0;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.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: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.flex-margin {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}

/* BG Images ====================== */
.bg-image-js {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
}

img.background {
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0;
}

/* ====================== 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 ==== */
/* Animation delays
============================*/
.delay-1 {
  animation-delay: .15s;
  -webkit-animation-delay: .15s;
}

.delay-2 {
  animation-delay: .25s;
  -webkit-animation-delay: .35s;
}

.delay-3 {
  animation-delay: 35s;
  -webkit-animation-delay: .35s;
}

.delay-4 {
  animation-delay: .45s;
  -webkit-animation-delay: .45s;
}

.delay-5 {
  animation-delay: .55s;
  -webkit-animation-delay: .55s;
}

.delay-6 {
  animation-delay: .65s;
  -webkit-animation-delay: .65s;
}

/* _animations.scss */
#home-hero-2 #hero-logo {
  height: 110px;
  overflow: visible;
  position: relative;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 515px;
}

#home-hero-2 #hero-logo svg {
  overflow: visible;
  position: absolute;
}

#home-hero-2 .svg-ring {
  left: 210px;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

#home-hero-2 .svg-ring .ring {
  stroke-dasharray: 260;
  stroke-dashoffset: 260;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #home-hero-2 .svg-ring .ring {
    stroke-dasharray: 0 !important;
    stroke-dashoffset: 0 !important;
  }
}

@supports (-ms-ime-align: auto) {
  #home-hero-2 .svg-ring .ring {
    stroke-dasharray: 0 !important;
    stroke-dashoffset: 0 !important;
  }
}

#home-hero-2 .svg-people {
  opacity: 0;
  top: 30px;
  left: 235px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

#home-hero-2 .svg-text {
  top: 20px;
  right: 0;
}

#home-hero-2 .svg-text .text {
  opacity: 0;
}

#home-hero-2 .flex-row {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  transition-delay: 5s;
}

#home-hero-2 .hours-container,
#home-hero-2 .scroll-down,
#home-hero-2 #video-container,
#home-hero-2 #bg-vid {
  opacity: 0;
  transition: opacity 0.5s ease;
  transition-delay: 5s;
}

#home-hero-2.play .svg-ring {
  -webkit-animation: ring-spin 2s ease 3.5s forwards, ring-move 1s ease 3.5s forwards;
          animation: ring-spin 2s ease 3.5s forwards, ring-move 1s ease 3.5s forwards;
}

#home-hero-2.play .svg-ring .ring {
  -webkit-animation: ring-draw 2s ease 0.5s forwards;
          animation: ring-draw 2s ease 0.5s forwards;
}

#home-hero-2.play .svg-people {
  -webkit-animation: people-in 1.5s ease 2.25s forwards, people-spin 2s ease 3.5s forwards, people-move 1.125s ease 3.5s forwards;
          animation: people-in 1.5s ease 2.25s forwards, people-spin 2s ease 3.5s forwards, people-move 1.125s ease 3.5s forwards;
}

#home-hero-2.play .svg-text .text {
  -webkit-animation: text-in 1s ease 4s forwards;
          animation: text-in 1s ease 4s forwards;
}

#home-hero-2.play .flex-row {
  max-height: 200px;
}

#home-hero-2.play .hours-container,
#home-hero-2.play .scroll-down,
#home-hero-2.play #video-container,
#home-hero-2.play #bg-vid {
  opacity: 1;
}

#home-hero-2.skip .svg-ring {
  -webkit-animation: ring-spin 0s ease 0s forwards, ring-move 0s ease 0s forwards;
          animation: ring-spin 0s ease 0s forwards, ring-move 0s ease 0s forwards;
}

#home-hero-2.skip .svg-ring .ring {
  -webkit-animation: ring-draw 0s ease 0s forwards;
          animation: ring-draw 0s ease 0s forwards;
}

#home-hero-2.skip .svg-people {
  -webkit-animation: people-in 0s ease 0s forwards, people-spin 0s ease 0s forwards, people-move 0s ease 0s forwards;
          animation: people-in 0s ease 0s forwards, people-spin 0s ease 0s forwards, people-move 0s ease 0s forwards;
}

#home-hero-2.skip .svg-text .text {
  -webkit-animation: text-in 0s ease 0s forwards;
          animation: text-in 0s ease 0s forwards;
}

#home-hero-2.skip .flex-row {
  max-height: 200px;
  transition: all 0s linear;
  transition-delay: 0s;
}

#home-hero-2.skip .hours-container,
#home-hero-2.skip .scroll-down,
#home-hero-2.skip #video-container,
#home-hero-2.skip #bg-vid {
  opacity: 1;
  transition: all 0s linear;
  transition-delay: 0s;
}

@-webkit-keyframes ring-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes ring-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes ring-spin {
  0% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}

@keyframes ring-spin {
  0% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}

@-webkit-keyframes ring-move {
  0% {
    left: 210px;
  }
  100% {
    left: 15px;
  }
}

@keyframes ring-move {
  0% {
    left: 210px;
  }
  100% {
    left: 15px;
  }
}

@-webkit-keyframes people-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes people-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes people-spin {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}

@keyframes people-spin {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}

@-webkit-keyframes people-move {
  0% {
    left: 235px;
  }
  100% {
    left: 0;
  }
}

@keyframes people-move {
  0% {
    left: 235px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes text-in {
  to {
    opacity: 1;
  }
}

@keyframes text-in {
  to {
    opacity: 1;
  }
}

.scroll-down:before,
.scroll-down:after {
  border-bottom: 8px solid white;
  border-right: 8px solid white;
  content: '';
  display: block;
  height: 24px;
  width: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.scroll-down:before {
  -webkit-animation: down-arrow-before 2s cubic-bezier(0.5, 0, 0.175, 1) infinite;
          animation: down-arrow-before 2s cubic-bezier(0.5, 0, 0.175, 1) infinite;
}

.scroll-down:after {
  -webkit-animation: down-arrow-after 2s cubic-bezier(0.5, 0, 0.175, 1) infinite;
          animation: down-arrow-after 2s cubic-bezier(0.5, 0, 0.175, 1) infinite;
}

@-webkit-keyframes down-arrow-before {
  50% {
    -webkit-transform: rotate(45deg) translate(70%, 70%);
            transform: rotate(45deg) translate(70%, 70%);
  }
  100% {
    -webkit-transform: rotate(45deg) translate(70%, 70%);
            transform: rotate(45deg) translate(70%, 70%);
  }
}

@keyframes down-arrow-before {
  50% {
    -webkit-transform: rotate(45deg) translate(70%, 70%);
            transform: rotate(45deg) translate(70%, 70%);
  }
  100% {
    -webkit-transform: rotate(45deg) translate(70%, 70%);
            transform: rotate(45deg) translate(70%, 70%);
  }
}

@-webkit-keyframes down-arrow-after {
  50% {
    -webkit-transform: rotate(45deg) translate(110%, 110%);
            transform: rotate(45deg) translate(110%, 110%);
    opacity: 0;
  }
  51% {
    -webkit-transform: rotate(45deg) translate(-130%, -130%);
            transform: rotate(45deg) translate(-130%, -130%);
  }
  100% {
    -webkit-transform: rotate(45deg) translate(-70%, -70%);
            transform: rotate(45deg) translate(-70%, -70%);
    opacity: 1;
  }
}

@keyframes down-arrow-after {
  50% {
    -webkit-transform: rotate(45deg) translate(110%, 110%);
            transform: rotate(45deg) translate(110%, 110%);
    opacity: 0;
  }
  51% {
    -webkit-transform: rotate(45deg) translate(-130%, -130%);
            transform: rotate(45deg) translate(-130%, -130%);
  }
  100% {
    -webkit-transform: rotate(45deg) translate(-70%, -70%);
            transform: rotate(45deg) translate(-70%, -70%);
    opacity: 1;
  }
}

#map .map-wrap.load img,
#map-2 .map-wrap.load img {
  -webkit-filter: drop-shadow(10px 30px 15px rgba(39, 41, 40, 0.25));
          filter: drop-shadow(10px 30px 15px rgba(39, 41, 40, 0.25));
  opacity: 1;
  -webkit-transform: rotateX(15deg);
          transform: rotateX(15deg);
}

#map .map-wrap.load #point-shadows,
#map-2 .map-wrap.load #point-shadows {
  opacity: 1;
  -webkit-transform: rotateX(15deg) translateZ(0px);
          transform: rotateX(15deg) translateZ(0px);
}

#map .map-wrap.load #map-points,
#map-2 .map-wrap.load #map-points {
  opacity: 1;
  -webkit-transform: rotateX(15deg) translateZ(50px);
          transform: rotateX(15deg) translateZ(50px);
}

.text-in {
  overflow: visible;
  overflow-y: hidden;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .text-in {
    overflow: visible;
    padding-top: 0 !important;
  }
}

.text-in.load {
  padding-top: 0 !important;
}

.slide-in-fade-left {
  opacity: 0;
  -webkit-transform: translate(40px, 0px);
          transform: translate(40px, 0px);
  transition-delay: 0.4s;
}

.slide-in-fade-right {
  opacity: 0;
  -webkit-transform: translate(-40px, 0px);
          transform: translate(-40px, 0px);
  transition-delay: 0.4s;
}

.slide-in-fade-left.load,
.slide-in-fade-right.load {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

/* === Fade In === */
@-webkit-keyframes fade-in-series {
  to {
    opacity: 1;
  }
}
@keyframes fade-in-series {
  to {
    opacity: 1;
  }
}

.fade-in-series {
  opacity: 0;
}

.fade-in-series.load {
  -webkit-animation: fade-in-series 1s ease forwards;
          animation: fade-in-series 1s ease forwards;
}

.tilt-wrap {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.tilt-wrap:hover .card {
  transition: box-shadow .55s ease, -webkit-transform .5s;
  transition: transform .5s, box-shadow .55s ease;
  transition: transform .5s, box-shadow .55s ease, -webkit-transform .5s;
}

.tilt-wrap:hover .card::before {
  opacity: 0.8;
}

.tilt-wrap:hover .overlay {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all .75s ease, -webkit-transform .25s;
  transition: all .75s ease, transform .25s;
  transition: all .75s ease, transform .25s, -webkit-transform .25s;
}

.tilt-wrap .overlay {
  border: 2px solid white;
  content: '';
  display: block;
  position: absolute;
  top: 10%;
  left: 10%;
  height: 80%;
  width: 80%;
  text-align: center;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  transition: all .2s ease, opacity .25s ease, -webkit-transform .5s;
  transition: all .2s ease, transform .5s, opacity .25s ease;
  transition: all .2s ease, transform .5s, opacity .25s ease, -webkit-transform .5s;
  z-index: 10;
}

.tilt-wrap .overlay .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-shadow: 0px 3px 5px rgba(39, 41, 40, 0.2);
  width: 90%;
}

.tilt-wrap .card {
  background-color: #19a3dd;
  background-position: center;
  background-size: cover;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: box-shadow .65s ease, -webkit-transform .6s;
  transition: transform .6s, box-shadow .65s ease;
  transition: transform .6s, box-shadow .65s ease, -webkit-transform .6s;
  overflow: hidden;
  z-index: -1;
}

.tilt-wrap .card::before {
  background: #19a3dd;
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
}

.tilt-wrap .card img {
  width: 100%;
  position: relative;
}

/* _home.scss */
#home-hero {
  background: #272928 no-repeat scroll center;
  background-size: cover;
  color: white;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  position: relative;
  width: 100vw;
  /* BG Video */
  /* end BG Video */
}

#home-hero::before {
  background: linear-gradient(-45deg, #7abe43, #008839);
  content: '';
  height: 100%;
  width: 100%;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#home-hero p, #home-hero #blog-main .main .blog .blog-entry .post-body, #blog-main .main .blog .blog-entry #home-hero .post-body, #home-hero footer.alternate .newsletter .ctct-inline-form .ctct-form-text, footer.alternate .newsletter .ctct-inline-form #home-hero .ctct-form-text {
  color: white;
  font-size: 1.8rem;
  margin: 2rem auto;
  max-width: 720px;
}

#home-hero .container {
  margin: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 10;
}

#home-hero .countdown {
  margin: 2rem auto -8rem;
}

#home-hero .video-container {
  height: 100vh;
  transition: all 0.75s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
  position: fixed;
  width: 100%;
  z-index: 0;
}

#home-hero .video-container iframe {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
}

#home-hero #bgvid {
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
}

#home-hero .hours-container {
  color: white !important;
  display: block;
  font-size: 1.6rem;
  margin: 1rem 0;
  position: absolute;
  top: 2rem;
  z-index: 10;
}

#home-hero .hours-container i {
  margin-right: 1rem;
}

#home-hero .scroll-down {
  cursor: pointer;
  padding: 0 1rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
}

#offerings {
  display: none;
  background: #e6e7e8;
  padding: 8rem;
  position: relative;
}

#offerings .flex-row {
  justify-content: center;
  margin: 0;
}

#offerings h6, #offerings footer.alternate .newsletter .ctct-inline-form .ctct-form-header, footer.alternate .newsletter .ctct-inline-form #offerings .ctct-form-header, #offerings footer.alternate-2 .newsletter .ctct-inline-form .ctct-form-header, footer.alternate-2 .newsletter .ctct-inline-form #offerings .ctct-form-header {
  margin-top: 0;
  margin-bottom: 4rem;
}

#offerings .activities {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  width: 100%;
}

#offerings .activities a {
  background: linear-gradient(white, #f9f9f9);
  box-shadow: 0px 10px 30px -2px rgba(39, 41, 40, 0.2);
  position: relative;
  padding: 2rem;
  text-align: center;
}

#offerings .activities a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#offerings .activities a:hover:nth-of-type(1) {
  background: #da1c5c;
}

#offerings .activities a:hover:nth-of-type(2) {
  background: #B95B09;
}

#offerings .activities a:hover:nth-of-type(3) {
  background: #ffcd34;
}

#offerings .activities a:hover:nth-of-type(4) {
  background: #87d6f8;
}

#offerings .activities a:hover:nth-of-type(5) {
  background: #19a3dd;
}

#offerings .activities a:hover:nth-of-type(6) {
  background: #666699;
}

#offerings .activities a:hover img {
  -webkit-filter: grayscale(100%) brightness(1000%);
          filter: grayscale(100%) brightness(1000%);
}

#offerings .activities a:hover .caption {
  opacity: 1;
  bottom: -4rem;
}

#offerings .activities a img {
  width: 80px;
}

#offerings .activities a .caption {
  color: #272928;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  opacity: 0;
  position: absolute;
  bottom: -3rem;
  left: 0;
  width: 100%;
}

#home-main {
  background: white;
  padding: 0 0 16rem;
  position: relative;
}

#home-main .fluid-container {
  position: relative;
  z-index: 10;
}

#home-main .flex-row {
  align-items: center;
  margin: 0;
  padding: 12rem 0;
}

#home-main .intro {
  padding-right: 8rem;
}

#home-main .intro .knockout {
  background: url("/sitefiles/2511/images/leaves-bokeh.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

#home-main .banner {
  background: #e6e7e8 no-repeat scroll center;
  background-size: cover;
  -webkit-clip-path: circle(50% at 90% 50%);
          clip-path: circle(50% at 90% 50%);
  position: absolute;
  height: 100%;
  width: 100%;
}

#home-main .banner::before {
  background: #272928;
  content: '';
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#home-main .banner::after {
  background: linear-gradient(-45deg, #7abe43, #008839);
  border-radius: 50%;
  color: white;
  content: '\f21d';
  cursor: pointer;
  font-family: 'FontAwesome';
  font-size: 4rem;
  height: 100px;
  width: 100px;
  padding-top: 2rem;
  padding-left: 4px;
  position: absolute;
  top: 50%;
  right: 20%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
  z-index: 10;
}

#home-main .banner iframe {
  max-width: 960px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  transition: opacity 0.5s ease;
}

#home-main .banner:hover {
  -webkit-clip-path: circle(50% at 89% 50%);
          clip-path: circle(50% at 89% 50%);
}

#home-main .banner:hover::before {
  opacity: 0.5;
}

#home-main .banner.open {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
}

#home-main .banner.open::before {
  opacity: 0.8;
}

#home-main .banner.open::after {
  opacity: 0;
  pointer-events: none;
}

#home-main .banner.open iframe {
  opacity: 1;
  pointer-events: all;
}

#home-main i.fa-close {
  color: white;
  cursor: pointer;
  font-size: 2rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 10;
  transition: opacity 0.5s ease;
}

#home-main i.fa-close.active {
  opacity: 1;
  pointer-events: all;
}

#portals {
  background: white;
  position: relative;
}

#portals img.background {
  bottom: 0;
}

#portals .container {
  padding: 0 5px;
  position: relative;
  z-index: 20;
}

#portals .flex-row {
  justify-content: space-between;
}

#portals .portal {
  color: white;
  margin-bottom: 2%;
  position: relative;
  height: 380px;
  width: 32%;
  z-index: 10;
}

#portals .portal .templatecontent {
  position: unset;
}

#portals .portal a {
  color: white;
  display: block;
  height: 100%;
  width: 100%;
}

#portals .portal a:hover {
  color: white;
}

#portals .portal a h5, #portals .portal a #stories-2 .recent-blog-posts-wrapper ul li a.recent-blog-posts-title, #stories-2 .recent-blog-posts-wrapper ul li #portals .portal a a.recent-blog-posts-title, #portals .portal a #events-2 .events .upcoming-events-wrapper ul li .upcoming-events-name, #events-2 .events .upcoming-events-wrapper ul li #portals .portal a .upcoming-events-name {
  margin: 0;
}

#portals .portal .card {
  height: 100%;
  width: 100%;
}

#map {
  background: white;
  padding: 16rem 0 0;
  position: relative;
}

#map .fluid-container {
  position: relative;
  z-index: 10;
}

#map .flex-row {
  align-items: center;
  margin: 0;
}

#map .description {
  display: none;
  margin-bottom: -8rem;
  padding-top: 2rem;
  position: relative;
  text-align: center;
  z-index: 20;
}

#map .description span {
  cursor: pointer;
  font-size: 1.4rem;
}

#map .map-wrap {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  position: relative;
  width: 100%;
}

#map .map-wrap:hover img {
  -webkit-filter: drop-shadow(10px 30px 15px rgba(39, 41, 40, 0.25));
          filter: drop-shadow(10px 30px 15px rgba(39, 41, 40, 0.25));
  -webkit-transform: rotateX(15deg);
          transform: rotateX(15deg);
}

#map .map-wrap:hover #point-shadows {
  -webkit-transform: rotateX(15deg) translateZ(0px);
          transform: rotateX(15deg) translateZ(0px);
}

#map .map-wrap:hover #map-points {
  -webkit-transform: rotateX(15deg) translateZ(50px);
          transform: rotateX(15deg) translateZ(50px);
}

#map .map-wrap img {
  -webkit-filter: drop-shadow(10px 0px 15px rgba(39, 41, 40, 0));
          filter: drop-shadow(10px 0px 15px rgba(39, 41, 40, 0));
  opacity: 0;
  -webkit-transform: rotateX(35deg) rotateZ(-5deg);
          transform: rotateX(35deg) rotateZ(-5deg);
}

#map .map-wrap #point-shadows {
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotateX(35deg) rotateZ(-5deg) translateZ(0px);
          transform: rotateX(35deg) rotateZ(-5deg) translateZ(0px);
}

#map .map-wrap #point-shadows circle {
  fill: rgba(39, 41, 40, 0.6);
}

#map .map-wrap #map-points {
  opacity: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  -webkit-transform: rotateX(35deg) rotateZ(-5deg) translateZ(100px);
          transform: rotateX(35deg) rotateZ(-5deg) translateZ(100px);
}

#map .map-wrap #map-points circle {
  cursor: pointer;
  fill: #B95B09;
  stroke: #884307;
  stroke-miterlimit: 10;
  stroke-width: 4px;
  -webkit-transform-origin: center;
          transform-origin: center;
}

#map .map-wrap #map-points circle:hover {
  fill: #ea730b;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#map .map-wrap #map-points text {
  font-size: 3.2rem;
  font-weight: bold;
  opacity: 0;
  pointer-events: none;
}

#stats {
  background: white;
  padding-top: 16rem;
  position: relative;
}

#stats .fluid-container .flex-row {
  margin: 0;
}

#stats .stat {
  background-color: #bcbec0;
  background-position: center;
  background-size: cover;
  color: white;
  flex-basis: 33%;
  flex-grow: 1;
  padding: 12rem 4rem;
  position: relative;
  text-align: center;
}

#stats .stat::before {
  background-color: #272928;
  content: '';
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

#stats .stat a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
}

#stats .stat .number {
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 6.4rem;
  font-weight: bold;
  position: relative;
  text-shadow: 0px 4px 8px rgba(39, 41, 40, 0.2);
  z-index: 10;
}

#stats .stat p, #stats .stat #blog-main .main .blog .blog-entry .post-body, #blog-main .main .blog .blog-entry #stats .stat .post-body, #stats .stat footer.alternate .newsletter .ctct-inline-form .ctct-form-text, footer.alternate .newsletter .ctct-inline-form #stats .stat .ctct-form-text {
  color: white;
  font-size: 2rem;
  letter-spacing: 1px;
  position: relative;
  text-shadow: 0px 4px 8px rgba(39, 41, 40, 0.2);
  z-index: 10;
}

@media screen and (max-width: 991px) {
  #stats .stat {
    padding: 8rem 4rem;
  }
}

@media screen and (max-width: 767px) {
  #stats .stat {
    padding: 4rem 2rem;
  }
  #stats .stat .number {
    font-size: 5.2rem;
  }
}

@media screen and (max-width: 600px) {
  #stats .stat {
    flex-basis: 100%;
    padding: 2rem;
  }
}

#stories {
  background: white;
  padding: 16rem 0;
  position: relative;
}

#stories img.background {
  bottom: 600px;
}

#stories .fluid-container {
  position: relative;
  z-index: 10;
}

#stories .flex-row {
  align-items: flex-start;
  margin: 0;
}

#stories .small-title {
  color: #666699;
}

#stories .line-left::before {
  background: #666699;
}

#stories .tile {
  background: #e6e7e8;
  padding: 12rem 14rem 12rem 8rem;
}

#stories .stories {
  position: absolute;
  right: 8.333%;
  width: 100%;
}

#stories .recent-blog-posts-wrapper ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 8rem;
  padding: 0;
}

#stories .recent-blog-posts-wrapper ul li {
  margin: 0;
  padding: 6rem 0 0;
  position: relative;
}

#stories .recent-blog-posts-wrapper ul li a:first-child {
  background: #666699;
  box-shadow: 0px 10px 20px -5px rgba(39, 41, 40, 0.2);
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  height: 360px;
  width: 100%;
}

#stories .recent-blog-posts-wrapper ul li a:first-child:hover::before {
  opacity: 1;
  height: 90%;
  width: 90%;
}

#stories .recent-blog-posts-wrapper ul li a:first-child:hover img {
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

#stories .recent-blog-posts-wrapper ul li a:first-child:hover .read-more {
  opacity: 1;
}

#stories .recent-blog-posts-wrapper ul li a:first-child::before {
  background: none;
  content: '';
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  z-index: 10;
}

#stories .recent-blog-posts-wrapper ul li a:first-child img {
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#stories .recent-blog-posts-wrapper ul li a:first-child .read-more {
  background: none;
  color: white;
  font-size: 2rem;
  letter-spacing: 0.5px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#stories .recent-blog-posts-wrapper ul li a.recent-blog-posts-title {
  color: #272928;
  display: block;
  font-size: 2.8rem;
  line-height: 1.6;
  margin: 2rem 8rem 2rem 16rem;
  padding: 0;
  text-transform: none;
}

#stories .recent-blog-posts-wrapper ul li a.recent-blog-posts-title:hover {
  color: #0db14b;
}

#stories .recent-blog-posts-wrapper ul li .recent-blog-posts-date-wrapper {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 1rem 0;
  position: absolute;
  top: 0;
  left: 16rem;
  z-index: 20;
}

#stories .recent-blog-posts-wrapper ul li .recent-blog-posts-body {
  margin: 0 8rem 0 16rem;
}

#programs {
  position: relative;
}

#programs .fluid-container {
  position: relative;
  z-index: 10;
}

#programs .flex-row {
  align-items: center;
  background: #e6e7e8;
  margin: 0;
  padding: 12rem 0;
}

#programs .small-title {
  color: #19a3dd;
}

#programs .knockout {
  background: url("/sitefiles/2511/images/ripples.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

#programs .banner {
  background: #e6e7e8 no-repeat scroll center;
  background-size: cover;
  -webkit-clip-path: circle(50% at 10% 50%);
          clip-path: circle(50% at 10% 50%);
  position: absolute;
  height: 100%;
  width: 100%;
}

#programs .banner::before {
  background: #272928;
  content: '';
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#programs .banner::after {
  background: linear-gradient(-45deg, #40b7e9, #1481af);
  border-radius: 50%;
  color: white;
  content: '\f144';
  cursor: pointer;
  font-family: 'FontAwesome';
  font-size: 4rem;
  height: 100px;
  width: 100px;
  padding-top: 2.2rem;
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
  z-index: 10;
}

#programs .banner iframe {
  max-width: 960px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  transition: opacity 0.5s ease;
}

#programs .banner:hover {
  -webkit-clip-path: circle(50% at 11% 50%);
          clip-path: circle(50% at 11% 50%);
}

#programs .banner:hover::before {
  opacity: 0.5;
}

#programs .banner.open {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
}

#programs .banner.open::before {
  opacity: 0.8;
}

#programs .banner.open::after {
  opacity: 0;
  pointer-events: none;
}

#programs .banner.open iframe {
  opacity: 1;
  pointer-events: all;
}

#programs i.fa-close {
  color: white;
  cursor: pointer;
  font-size: 2rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 10;
  transition: opacity 0.5s ease;
}

#programs i.fa-close.active {
  opacity: 1;
  pointer-events: all;
}

#events {
  background: white;
  padding: 16rem 0;
  position: relative;
}

#events .fluid-container {
  position: relative;
  z-index: 10;
}

#events .flex-row {
  align-items: center;
  margin: 0;
}

#events .small-title {
  color: #19a3dd;
}

#events .line-left::before {
  background: #19a3dd;
}

#events .tile {
  background: #e6e7e8;
  padding: 12rem 12rem 12rem 6rem;
}

#events .events {
  position: absolute;
  right: 8.333%;
  width: 100%;
}

#events .events .upcoming-events-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 0 4rem;
  padding: 0;
}

#events .events .upcoming-events-wrapper ul li {
  display: inline-block;
  margin: 2rem 0;
  position: relative;
  width: 48%;
}

#events .events .upcoming-events-wrapper ul li a.upcoming-events-image {
  background: #19a3dd;
  box-shadow: 0px 10px 20px -5px rgba(39, 41, 40, 0.2);
  height: 240px;
  margin: 0 0 2rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 10;
}

#events .events .upcoming-events-wrapper ul li a.upcoming-events-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

#events .events .upcoming-events-wrapper ul li a.upcoming-events-image .read-more {
  background: none;
  color: white;
  font-size: 2rem;
  letter-spacing: 0.5px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#events .events .upcoming-events-wrapper ul li a.upcoming-events-image:hover img {
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

#events .events .upcoming-events-wrapper ul li a.upcoming-events-image:hover .read-more {
  opacity: 1;
}

#events .events .upcoming-events-wrapper ul li p.upcoming-events-date, #events .events .upcoming-events-wrapper ul li #blog-main .main .blog .blog-entry .upcoming-events-date.post-body, #blog-main .main .blog .blog-entry #events .events .upcoming-events-wrapper ul li .upcoming-events-date.post-body, #events .events .upcoming-events-wrapper ul li footer.alternate .newsletter .ctct-inline-form .upcoming-events-date.ctct-form-text, footer.alternate .newsletter .ctct-inline-form #events .events .upcoming-events-wrapper ul li .upcoming-events-date.ctct-form-text {
  background: #19a3dd;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 1rem;
  position: absolute;
  top: 2rem;
  left: -1rem;
  z-index: 20;
}

#events .events .upcoming-events-wrapper ul li p.upcoming-events-date::before, #events .events .upcoming-events-wrapper ul li #blog-main .main .blog .blog-entry .upcoming-events-date.post-body::before, #blog-main .main .blog .blog-entry #events .events .upcoming-events-wrapper ul li .upcoming-events-date.post-body::before, #events .events .upcoming-events-wrapper ul li footer.alternate .newsletter .ctct-inline-form .upcoming-events-date.ctct-form-text::before, footer.alternate .newsletter .ctct-inline-form #events .events .upcoming-events-wrapper ul li .upcoming-events-date.ctct-form-text::before {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  bottom: -9px;
  left: 4px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #1481af;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#events .events .upcoming-events-wrapper ul li p.upcoming-events-date .upcoming-events-date, #events .events .upcoming-events-wrapper ul li #blog-main .main .blog .blog-entry .upcoming-events-date.post-body .upcoming-events-date, #blog-main .main .blog .blog-entry #events .events .upcoming-events-wrapper ul li .upcoming-events-date.post-body .upcoming-events-date, #events .events .upcoming-events-wrapper ul li footer.alternate .newsletter .ctct-inline-form .upcoming-events-date.ctct-form-text .upcoming-events-date, footer.alternate .newsletter .ctct-inline-form #events .events .upcoming-events-wrapper ul li .upcoming-events-date.ctct-form-text .upcoming-events-date {
  font-size: 1.4rem;
}

#events .events .upcoming-events-wrapper ul li p.upcoming-events-date .upcoming-events-time, #events .events .upcoming-events-wrapper ul li #blog-main .main .blog .blog-entry .upcoming-events-date.post-body .upcoming-events-time, #blog-main .main .blog .blog-entry #events .events .upcoming-events-wrapper ul li .upcoming-events-date.post-body .upcoming-events-time, #events .events .upcoming-events-wrapper ul li footer.alternate .newsletter .ctct-inline-form .upcoming-events-date.ctct-form-text .upcoming-events-time, footer.alternate .newsletter .ctct-inline-form #events .events .upcoming-events-wrapper ul li .upcoming-events-date.ctct-form-text .upcoming-events-time {
  color: #bcbec0;
  font-size: 1.4rem;
  position: absolute;
  top: 270px;
  left: 5rem;
  width: 200px;
}

#events .events .upcoming-events-wrapper ul li p.upcoming-events-date .upcoming-events-time::before, #events .events .upcoming-events-wrapper ul li #blog-main .main .blog .blog-entry .upcoming-events-date.post-body .upcoming-events-time::before, #blog-main .main .blog .blog-entry #events .events .upcoming-events-wrapper ul li .upcoming-events-date.post-body .upcoming-events-time::before, #events .events .upcoming-events-wrapper ul li footer.alternate .newsletter .ctct-inline-form .upcoming-events-date.ctct-form-text .upcoming-events-time::before, footer.alternate .newsletter .ctct-inline-form #events .events .upcoming-events-wrapper ul li .upcoming-events-date.ctct-form-text .upcoming-events-time::before {
  content: '\f017';
  font-family: 'FontAwesome';
  position: absolute;
  left: -2rem;
}

#events .events .upcoming-events-wrapper ul li .upcoming-events-name {
  color: #272928;
  font-size: 1.8rem;
  line-height: 2;
  margin: 2rem;
  padding-top: 0;
  position: relative;
  top: 0;
}

#events .events .upcoming-events-wrapper ul li .upcoming-events-description {
  margin: 4rem 2rem 0;
}

#signup {
  background: linear-gradient(-45deg, #7abe43, #008839);
  color: white;
  padding: 8rem 0;
  position: relative;
  text-align: center;
}

#signup .flex-row {
  justify-content: center;
  margin: 0;
}

#signup p, #signup #blog-main .main .blog .blog-entry .post-body, #blog-main .main .blog .blog-entry #signup .post-body, #signup footer.alternate .newsletter .ctct-inline-form .ctct-form-text, footer.alternate .newsletter .ctct-inline-form #signup .ctct-form-text {
  color: white;
}

#signup input {
  background: none;
  border: none;
  border-bottom: 2px solid white;
  outline: none;
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 2rem 0;
  text-align: center;
  width: 100%;
}

#signup input::-webkit-input-placeholder {
  color: white;
}

/* _home-2.scss */
#home-hero-2 {
  background: #272928 no-repeat scroll center;
  background-size: cover;
  color: white;
  height: 100vh;
  min-height: 360px;
  overflow: hidden;
  position: relative;
  width: 100vw;
  /* BG Video */
  /* end BG Video */
}

#home-hero-2::before {
  background: linear-gradient(#7abe43, #088542);
  content: '';
  height: 100%;
  width: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#home-hero-2 p, #home-hero-2 #blog-main .main .blog .blog-entry .post-body, #blog-main .main .blog .blog-entry #home-hero-2 .post-body, #home-hero-2 footer.alternate .newsletter .ctct-inline-form .ctct-form-text, footer.alternate .newsletter .ctct-inline-form #home-hero-2 .ctct-form-text {
  color: white;
  font-size: 1.8rem;
  margin: 0 auto;
}

#home-hero-2 .fluid-container {
  margin: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 10;
}

#home-hero-2 .countdown {
  margin: 2rem auto -8rem;
}

#home-hero-2 #video-container {
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 0;
}

#home-hero-2 #video-container iframe {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 115vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
}

#home-hero-2 #bg-vid {
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
}

#home-hero-2 .hours-container {
  color: white;
  display: block;
  font-size: 1.8rem;
  margin: 8px 16px;
  position: absolute;
  top: 2rem;
  z-index: 10;
}

#home-hero-2 .hours-container i {
  margin-right: 1rem;
}

#home-hero-2 .scroll-down {
  cursor: pointer;
  padding: 0 1rem;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
}

@media screen and (max-width: 600px) {
  #home-hero-2 #hero-logo {
    -webkit-transform: translate(-50%, 0) scale(0.7);
            transform: translate(-50%, 0) scale(0.7);
  }
}

#home-main-2 {
  background: #7abe43;
  background-position: center;
  background-size: cover;
  color: white;
  padding: 20rem 0;
  position: relative;
}

#home-main-2 p, #home-main-2 #blog-main .main .blog .blog-entry .post-body, #blog-main .main .blog .blog-entry #home-main-2 .post-body, #home-main-2 footer.alternate .newsletter .ctct-inline-form .ctct-form-text, footer.alternate .newsletter .ctct-inline-form #home-main-2 .ctct-form-text {
  color: white;
}

#home-main-2 .container {
  position: relative;
  z-index: 10;
}

#home-main-2 .flex-row {
  align-items: center;
}

#home-main-2 .content {
  background-color: rgba(0, 0, 0, 0.66);
  border-radius: 4px;
  padding: 4rem;
}

#home-main-2 .banner {
  position: relative;
}

#home-main-2 .toggle {
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(39, 41, 40, 0.5);
  color: white;
  cursor: pointer;
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  height: 100px;
  width: 100px;
  padding-top: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}

#home-main-2 .toggle:hover {
  box-shadow: 0 0 20px rgba(39, 41, 40, 0.5);
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

#home-main-2 .toggle i {
  color: #7abe43;
  display: block;
  font-size: 4rem;
  margin: 0.6rem 0 4rem;
}

@media screen and (max-width: 991px) {
  #home-main-2 {
    padding: 16rem 0;
  }
}

@media screen and (max-width: 767px) {
  #home-main-2 {
    padding: 8rem 0 16rem;
    text-align: center;
  }
  #home-main-2 .banner {
    height: 100px;
    margin-top: 4rem;
  }
}

#portals-2 {
  background: linear-gradient(#19a3dd, #1f5893);
  color: white;
  padding: 4rem 0 18rem;
  position: relative;
  z-index: 10;
}

#portals-2::before {
  background: url("/sitefiles/2511/images/splash-blue.svg");
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: contain;
  content: '';
  height: 100px;
  width: 100%;
  position: absolute;
  top: -99px;
  left: 0;
  z-index: 10;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #portals-2::before {
    top: -90px;
  }
}

#portals-2 .container {
  padding: 0 5px;
  position: relative;
  z-index: 20;
}

#portals-2 .flex-row {
  justify-content: center;
}

#portals-2 .portal-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#portals-2 .portal-wrap .portal {
  background-position: center;
  background-size: cover;
  color: white;
  display: block;
  height: 288px;
  margin-bottom: 12rem;
  position: relative;
  text-align: center;
  transition-duration: 0.4s;
  width: 30%;
  z-index: 10;
}

#portals-2 .portal-wrap .portal::after {
  content: '';
  background: url("/sitefiles/2511/images/macaroni-white.svg");
  height: 100%;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
  width: 100%;
  z-index: -1;
}

#portals-2 .portal-wrap .portal:nth-child(even)::after {
  background: url("/sitefiles/2511/images/macaroni-white-2.svg");
}

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#portals-2 .portal-wrap .portal:nth-child(3n+2) {
  margin: 12rem 0 -4rem;
}

#portals-2 .portal-wrap .portal:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#portals-2 .portal-wrap .portal:hover::after {
  opacity: 1;
  -webkit-animation: rotate 10s linear infinite forwards;
          animation: rotate 10s linear infinite forwards;
}

#portals-2 .portal-wrap .portal:hover img {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

#portals-2 .portal-wrap .portal:hover h5, #portals-2 .portal-wrap .portal:hover #stories-2 .recent-blog-posts-wrapper ul li a.recent-blog-posts-title, #stories-2 .recent-blog-posts-wrapper ul li #portals-2 .portal-wrap .portal:hover a.recent-blog-posts-title, #portals-2 .portal-wrap .portal:hover #events-2 .events .upcoming-events-wrapper ul li .upcoming-events-name, #events-2 .events .upcoming-events-wrapper ul li #portals-2 .portal-wrap .portal:hover .upcoming-events-name {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#portals-2 .portal-wrap .portal img {
  border-radius: 50%;
  box-shadow: 0 12px 8px rgba(39, 41, 40, 0.1);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  transition: all 0.4s ease;
  width: 100%;
}

#portals-2 .portal-wrap .portal h5, #portals-2 .portal-wrap .portal #stories-2 .recent-blog-posts-wrapper ul li a.recent-blog-posts-title, #stories-2 .recent-blog-posts-wrapper ul li #portals-2 .portal-wrap .portal a.recent-blog-posts-title, #portals-2 .portal-wrap .portal #events-2 .events .upcoming-events-wrapper ul li .upcoming-events-name, #events-2 .events .upcoming-events-wrapper ul li #portals-2 .portal-wrap .portal .upcoming-events-name {
  color: white;
  font-size: 3.2rem;
  margin: 0;
  position: absolute;
  top: calc(100% + 2rem);
  left: 50%;
  text-shadow: 0 4px 8px rgba(39, 41, 40, 0.2);
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
  transition: all 0.4s ease;
}

@media (max-width: 1199px) {
  #portals-2 .portal-wrap .portal {
    height: 240px;
  }
}

@media screen and (max-width: 991px) {
  #portals-2 .portal-wrap .portal {
    height: 237px;
    width: 32%;
  }
  #portals-2 .portal-wrap .portal:nth-child(3n+2) {
    margin: 12rem 0 -8rem;
  }
}

@media screen and (max-width: 767px) {
  #portals-2 {
    padding: 4rem 0 12rem;
  }
  #portals-2 .portal-wrap {
    justify-content: space-between;
    margin-top: 2rem;
  }
  #portals-2 .portal-wrap .portal {
    margin: 0 0 8rem;
    height: 250px;
    width: 250px;
  }
  #portals-2 .portal-wrap .portal:nth-child(3n+2) {
    margin: 0 0 8rem;
  }
  #portals-2 .portal-wrap .portal:nth-child(3n+3) {
    margin-bottom: 75px;
  }
  #portals-2 .portal-wrap .portal h5, #portals-2 .portal-wrap .portal #stories-2 .recent-blog-posts-wrapper ul li a.recent-blog-posts-title, #stories-2 .recent-blog-posts-wrapper ul li #portals-2 .portal-wrap .portal a.recent-blog-posts-title, #portals-2 .portal-wrap .portal #events-2 .events .upcoming-events-wrapper ul li .upcoming-events-name, #events-2 .events .upcoming-events-wrapper ul li #portals-2 .portal-wrap .portal .upcoming-events-name {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 613px) {
  #portals-2 .portal-wrap {
    justify-content: center;
  }
}

@media screen and (max-width: 450px) {
  #portals-2 .portal-wrap .portal h5, #portals-2 .portal-wrap .portal #stories-2 .recent-blog-posts-wrapper ul li a.recent-blog-posts-title, #stories-2 .recent-blog-posts-wrapper ul li #portals-2 .portal-wrap .portal a.recent-blog-posts-title, #portals-2 .portal-wrap .portal #events-2 .events .upcoming-events-wrapper ul li .upcoming-events-name, #events-2 .events .upcoming-events-wrapper ul li #portals-2 .portal-wrap .portal .upcoming-events-name {
    font-size: 2.4rem;
  }
}

#map-2 {
  background: white;
  padding: 12rem 0;
  position: relative;
  overflow: hidden;
}

#map-2 img.background {
  top: -400px;
  opacity: 0.4;
}

#map-2 .container {
  position: relative;
  z-index: 10;
}

#map-2 .flex-row {
  align-items: center;
  margin: 0;
}

#map-2 .description-wrap {
  margin: 2rem 0;
}

#map-2 .description-wrap .description {
  display: none;
  margin-bottom: -8rem;
  position: relative;
  text-align: center;
  z-index: 20;
}

#map-2 .description-wrap .description h6, #map-2 .description-wrap .description footer.alternate .newsletter .ctct-inline-form .ctct-form-header, footer.alternate .newsletter .ctct-inline-form #map-2 .description-wrap .description .ctct-form-header, #map-2 .description-wrap .description footer.alternate-2 .newsletter .ctct-inline-form .ctct-form-header, footer.alternate-2 .newsletter .ctct-inline-form #map-2 .description-wrap .description .ctct-form-header {
  margin-top: 0;
}

#map-2 .description-wrap .description span {
  cursor: pointer;
  font-size: 1.4rem;
}

#map-2 .map-wrap {
  margin-top: 2rem;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  position: relative;
  width: 100%;
}

#map-2 .map-wrap img {
  -webkit-filter: drop-shadow(10px 0px 15px rgba(39, 41, 40, 0));
          filter: drop-shadow(10px 0px 15px rgba(39, 41, 40, 0));
  opacity: 0;
  -webkit-transform: rotateX(35deg) rotateZ(-5deg);
          transform: rotateX(35deg) rotateZ(-5deg);
}

#map-2 .map-wrap #point-shadows {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateX(35deg) rotateZ(-5deg) translateZ(0px);
          transform: rotateX(35deg) rotateZ(-5deg) translateZ(0px);
}

#map-2 .map-wrap #point-shadows circle {
  fill: rgba(39, 41, 40, 0.6);
}

#map-2 .map-wrap #map-points {
  opacity: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateX(35deg) rotateZ(-5deg) translateZ(100px);
          transform: rotateX(35deg) rotateZ(-5deg) translateZ(100px);
}

#map-2 .map-wrap #map-points circle {
  cursor: pointer;
  fill: #ffce35;
  stroke: #B95B09;
  stroke-miterlimit: 10;
  stroke-width: 4px;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-moz-document url-prefix() {
  #map-2 .map-wrap #map-points circle:hover {
    transform: none;
  }
}

#map-2 .map-wrap #map-points text {
  font-size: 3.2rem;
  font-weight: bold;
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  #map-2 {
    padding: 8rem 0;
  }
  #map-2 .description-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10;
  }
  #map-2 .description-wrap .description {
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 40px rgba(39, 41, 40, 0.2);
    min-width: 300px;
    padding: 2rem;
  }
  #map-2 .map-wrap {
    margin: 20rem 0 16rem;
  }
  #map-2 .map-wrap img {
    -webkit-filter: drop-shadow(20px 10px 15px rgba(39, 41, 40, 0.25)) !important;
            filter: drop-shadow(20px 10px 15px rgba(39, 41, 40, 0.25)) !important;
    -webkit-transform: rotateZ(90deg) !important;
            transform: rotateZ(90deg) !important;
  }
  #map-2 .map-wrap #point-shadows {
    -webkit-transform: rotateZ(90deg) !important;
            transform: rotateZ(90deg) !important;
  }
  #map-2 .map-wrap #map-points {
    -webkit-transform: rotateZ(90deg) !important;
            transform: rotateZ(90deg) !important;
  }
}

@media screen and (max-width: 600px) {
  #map-2 img.background {
    display: none;
  }
  #map-2 .map-wrap {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  #map-2 .map-wrap #map-points circle {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media screen and (max-width: 450px) {
  #map-2 .map-wrap {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  #map-2 .map-wrap #map-points circle {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}

@media screen and (max-width: 360px) {
  #map-2 .map-wrap {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}

#stats-2 {
  background: white;
  position: relative;
  z-index: 10;
}

#stats-2 .fluid-container .flex-row {
  margin: 0;
}

#stats-2 .fluid-container .flex-row .sw-public-page-part {
  width: 100%;
}

#stats-2 .fluid-container .flex-row .sw-public-page-part .matrix-content {
  display: flex;
}

@media screen and (max-width: 768px) {
  #stats-2 .fluid-container .flex-row .sw-public-page-part .matrix-content {
    flex-direction: column;
  }
}

#stats-2 .stat {
  background-color: #bcbec0;
  background-position: center;
  background-size: cover;
  color: white;
  flex-basis: 33%;
  flex-grow: 1;
  padding: 16rem 4rem;
  position: relative;
  text-align: center;
}

#stats-2 .stat::before {
  background-color: #000000;
  content: '';
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

#stats-2 .stat a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
}

#stats-2 .stat .number,
#stats-2 .stat .signifier {
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 6.4rem;
  font-weight: bold;
  position: relative;
  text-shadow: 0px 4px 8px rgba(39, 41, 40, 0.2);
  z-index: 10;
}

#stats-2 .stat p, #stats-2 .stat #blog-main .main .blog .blog-entry .post-body, #blog-main .main .blog .blog-entry #stats-2 .stat .post-body, #stats-2 .stat footer.alternate .newsletter .ctct-inline-form .ctct-form-text, footer.alternate .newsletter .ctct-inline-form #stats-2 .stat .ctct-form-text {
  color: white;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  text-shadow: 0px 4px 8px rgba(39, 41, 40, 0.2);
  z-index: 10;
}

@media screen and (max-width: 1199px) {
  #stats-2 .stat {
    padding: 8rem 2rem;
  }
  #stats-2 .stat .number {
    font-size: 5.4rem;
  }
}

@media screen and (max-width: 991px) {
  #stats-2 .stat .number {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  #stats-2 .stat {
    flex-basis: 100%;
    padding: 4rem 2rem;
  }
}

#events-2 {
  background: linear-gradient(#f58220, #ffce35);
  color: white;
  padding: 10rem 0;
  position: relative;
  z-index: 5;
}

#events-2 img.background {
  top: -550px;
  opacity: 0.2;
}

#events-2 .container {
  position: relative;
  z-index: 10;
}

#events-2 .flex-row {
  justify-content: center;
  margin: 0;
}

#events-2 .small-title {
  color: white;
}

#events-2 p, #events-2 #blog-main .main .blog .blog-entry .post-body, #blog-main .main .blog .blog-entry #events-2 .post-body, #events-2 footer.alternate .newsletter .ctct-inline-form .ctct-form-text, footer.alternate .newsletter .ctct-inline-form #events-2 .ctct-form-text {
  color: white;
}

#events-2 h1,
#events-2 h2,
#events-2 h3,
#events-2 h4,
#events-2 h5,
#events-2 #stories-2 .recent-blog-posts-wrapper ul li a.recent-blog-posts-title,
#stories-2 .recent-blog-posts-wrapper ul li #events-2 a.recent-blog-posts-title,
#events-2 .events .upcoming-events-wrapper ul li .upcoming-events-name,
#events-2 h6,
#events-2 footer.alternate .newsletter .ctct-inline-form .ctct-form-header,
footer.alternate .newsletter .ctct-inline-form #events-2 .ctct-form-header,
#events-2 footer.alternate-2 .newsletter .ctct-inline-form .ctct-form-header,
footer.alternate-2 .newsletter .ctct-inline-form #events-2 .ctct-form-header,
#events-2 p,
#events-2 #blog-main .main .blog .blog-entry .post-body,
#blog-main .main .blog .blog-entry #events-2 .post-body,
#events-2 footer.alternate .newsletter .ctct-inline-form .ctct-form-text,
footer.alternate .newsletter .ctct-inline-form #events-2 .ctct-form-text {
  text-shadow: 0 2px 8px rgba(39, 41, 40, 0.5);
}

#events-2 .events {
  position: relative;
}

#events-2 .events .upcoming-events-wrapper {
  margin-top: -4rem;
}

#events-2 .events .upcoming-events-wrapper ul {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 4rem 0 0;
  padding: 0;
}

#events-2 .events .upcoming-events-wrapper ul.level-up li.grid-item {
  margin-top: 4rem !important;
}

#events-2 .events .upcoming-events-wrapper ul li {
  display: block;
  margin: 0 2.5%;
  position: relative;
  transition: all 0.4s ease;
  width: 28%;
}

#events-2 .events .upcoming-events-wrapper ul li:nth-child(2) {
  margin-top: 8rem;
}

#events-2 .events .upcoming-events-wrapper ul li:nth-child(1n+4) {
  margin-top: 4rem;
}

#events-2 .events .upcoming-events-wrapper ul li:nth-child(even) a.upcoming-events-image::after {
  background: url("/sitefiles/2511/images/event-macaroni-4.svg");
}

#events-2 .events .upcoming-events-wrapper ul li:hover a.upcoming-events-image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#events-2 .events .upcoming-events-wrapper ul li:hover a.upcoming-events-image::after {
  opacity: 1;
  -webkit-animation: rotate 10s linear infinite forwards;
          animation: rotate 10s linear infinite forwards;
}

#events-2 .events .upcoming-events-wrapper ul li:hover .upcoming-events-date {
  top: 3rem;
}

#events-2 .events .upcoming-events-wrapper ul li:hover .upcoming-events-name {
  margin-top: 2rem;
}

#events-2 .events .upcoming-events-wrapper ul li a.upcoming-events-image {
  border-radius: 50%;
  margin: 0;
  padding-top: 100%;
  position: relative;
  transition: all 0.4s ease;
  width: 100%;
  z-index: 50;
}

#events-2 .events .upcoming-events-wrapper ul li a.upcoming-events-image::after {
  content: '';
  background: url("/sitefiles/2511/images/event-macaroni-1.svg");
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
  width: 100%;
  z-index: -1;
}

#events-2 .events .upcoming-events-wrapper ul li a.upcoming-events-image .image {
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  transition: all 0.25s ease;
  width: 100%;
  overflow: hidden;
}

#events-2 .events .upcoming-events-wrapper ul li a.upcoming-events-image .image img {
  position: relative;
  min-height: 100%;
  max-width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
}

#events-2 .events .upcoming-events-wrapper ul li p.upcoming-events-date, #events-2 .events .upcoming-events-wrapper ul li #blog-main .main .blog .blog-entry .upcoming-events-date.post-body, #blog-main .main .blog .blog-entry #events-2 .events .upcoming-events-wrapper ul li .upcoming-events-date.post-body, #events-2 .events .upcoming-events-wrapper ul li footer.alternate .newsletter .ctct-inline-form .upcoming-events-date.ctct-form-text, footer.alternate .newsletter .ctct-inline-form #events-2 .events .upcoming-events-wrapper ul li .upcoming-events-date.ctct-form-text {
  color: #272928;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 1rem;
  position: relative;
  text-align: center;
  text-shadow: none;
  top: 1rem;
  transition: all 0.4s ease;
  z-index: 20;
}

#events-2 .events .upcoming-events-wrapper ul li p.upcoming-events-date .upcoming-events-date, #events-2 .events .upcoming-events-wrapper ul li #blog-main .main .blog .blog-entry .upcoming-events-date.post-body .upcoming-events-date, #blog-main .main .blog .blog-entry #events-2 .events .upcoming-events-wrapper ul li .upcoming-events-date.post-body .upcoming-events-date, #events-2 .events .upcoming-events-wrapper ul li footer.alternate .newsletter .ctct-inline-form .upcoming-events-date.ctct-form-text .upcoming-events-date, footer.alternate .newsletter .ctct-inline-form #events-2 .events .upcoming-events-wrapper ul li .upcoming-events-date.ctct-form-text .upcoming-events-date {
  font-size: inherit;
}

#events-2 .events .upcoming-events-wrapper ul li p.upcoming-events-date .upcoming-events-time, #events-2 .events .upcoming-events-wrapper ul li #blog-main .main .blog .blog-entry .upcoming-events-date.post-body .upcoming-events-time, #blog-main .main .blog .blog-entry #events-2 .events .upcoming-events-wrapper ul li .upcoming-events-date.post-body .upcoming-events-time, #events-2 .events .upcoming-events-wrapper ul li footer.alternate .newsletter .ctct-inline-form .upcoming-events-date.ctct-form-text .upcoming-events-time, footer.alternate .newsletter .ctct-inline-form #events-2 .events .upcoming-events-wrapper ul li .upcoming-events-date.ctct-form-text .upcoming-events-time {
  color: #272928;
  display: block;
  font-size: 1.4rem;
  margin-left: 1rem;
  position: relative;
  text-shadow: none;
}

#events-2 .events .upcoming-events-wrapper ul li .upcoming-events-name {
  margin: 0;
  position: relative;
  text-align: center;
  transition: all 0.4s ease;
  z-index: 20;
}

#events-2 .events .upcoming-events-wrapper ul li .upcoming-events-name a {
  color: white;
}

#events-2 .events .upcoming-events-wrapper ul li .upcoming-events-name a:hover {
  opacity: 0.8;
}

#events-2 .events .upcoming-events-wrapper ul li .upcoming-events-description {
  margin: 4rem 2rem 0;
}

#events-2 .events .upcoming-events-wrapper .upcoming-events-view-link {
  margin-top: 4rem;
  text-align: center;
}

#events-2 .events .upcoming-events-wrapper .upcoming-events-view-link a {
  text-shadow: none;
}

@media screen and (max-width: 767px) {
  #events-2 .events .upcoming-events-wrapper {
    margin-top: 0;
  }
  #events-2 .events .upcoming-events-wrapper ul li {
    width: 45%;
  }
  #events-2 .events .upcoming-events-wrapper ul li:nth-child(2) {
    margin: 0;
  }
  #events-2 .events .upcoming-events-wrapper ul li:nth-child(3) {
    margin: 4rem auto 0;
  }
  #events-2 .events .upcoming-events-wrapper ul li:nth-child(1n+4) {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 600px) {
  #events-2 img.background {
    display: none;
  }
  #events-2 .events .upcoming-events-wrapper ul li {
    margin: 0 0 4rem !important;
    width: 100%;
  }
  #events-2 .events .upcoming-events-wrapper .upcoming-events-view-link {
    margin-top: 0;
  }
}

#events-2 .swRotator .scrollable .items .item .caption {
  background-color: rgba(0, 0, 0, 0.4);
}

#events-2 .swRotator .scrollable .items .item .caption .title {
  font-size: 16px;
}

#events-2 .swRotator .scrollable .items .item .caption .description {
  font-size: 15px;
}

#programs-2 {
  background: #7abe43;
  background-position: center;
  background-size: cover;
  color: white;
  padding: 0 0 12rem;
  position: relative;
}

#programs-2 p, #programs-2 #blog-main .main .blog .blog-entry .post-body, #blog-main .main .blog .blog-entry #programs-2 .post-body, #programs-2 footer.alternate .newsletter .ctct-inline-form .ctct-form-text, footer.alternate .newsletter .ctct-inline-form #programs-2 .ctct-form-text {
  color: white;
}

#programs-2 .container {
  position: relative;
  z-index: 10;
}

#programs-2 .flex-row {
  align-items: center;
  margin: 0;
  padding: 12rem 0;
}

#programs-2 .content {
  background-color: rgba(102, 45, 145, 0.66);
  border-radius: 4px;
  padding: 4rem;
}

#programs-2 .banner {
  position: relative;
}

#programs-2 .toggle {
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(39, 41, 40, 0.5);
  color: white;
  cursor: pointer;
  font-family: "Founders Grotesque", "Roboto", "Helvetica", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  height: 100px;
  width: 100px;
  padding-top: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}

#programs-2 .toggle:hover {
  box-shadow: 0 0 20px rgba(39, 41, 40, 0.5);
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

#programs-2 .toggle i {
  color: #662d91;
  display: block;
  font-size: 4rem;
  margin: 0.6rem 0 4rem;
}

@media screen and (max-width: 991px) {
  #programs-2 {
    padding: 0 0 8rem;
  }
}

@media screen and (max-width: 767px) {
  #programs-2 {
    padding: 0 0 4rem;
    text-align: center;
  }
  #programs-2 .banner {
    height: 100px;
    margin-top: 4rem;
  }
}

#stories-2 {
  background: linear-gradient(#662d91, #2e3192);
  color: white;
  padding: 2rem 0 8rem;
  position: relative;
  z-index: 10;
}

#stories-2 p, #stories-2 #blog-main .main .blog .blog-entry .post-body, #blog-main .main .blog .blog-entry #stories-2 .post-body, #stories-2 footer.alternate .newsletter .ctct-inline-form .ctct-form-text, footer.alternate .newsletter .ctct-inline-form #stories-2 .ctct-form-text {
  color: white;
}

#stories-2::before {
  background: url("/sitefiles/2511/images/trees-purple.svg");
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: contain;
  content: '';
  height: 140px;
  width: 100%;
  position: absolute;
  top: -139px;
  left: 0;
}

#stories-2::after {
  background: url("/sitefiles/2511/images/trees-green.svg");
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: contain;
  content: '';
  height: 140px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}

#stories-2 .fluid-container {
  position: relative;
  z-index: 10;
}

#stories-2 .flex-row {
  align-items: flex-start;
  justify-content: center;
  margin: 0;
}

#stories-2 .small-title {
  color: white;
}

#stories-2 .stories {
  width: 100%;
}

#stories-2 .recent-blog-posts-wrapper ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-top: 4rem;
  padding: 0;
}

#stories-2 .recent-blog-posts-wrapper ul li {
  min-height: 360px;
  margin: 0 1rem 8rem;
  padding: 0;
  position: relative;
}

#stories-2 .recent-blog-posts-wrapper ul li a:first-child {
  background: #272928;
  box-shadow: 0px 10px 20px -5px rgba(39, 41, 40, 0.2);
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  height: 360px;
  width: 100%;
}

#stories-2 .recent-blog-posts-wrapper ul li a:first-child:hover img {
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

#stories-2 .recent-blog-posts-wrapper ul li a:first-child img {
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

#stories-2 .recent-blog-posts-wrapper ul li a.recent-blog-posts-title {
  color: white;
  font-size: 3.6rem;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  text-shadow: 0 4px 24px rgba(39, 41, 40, 0.5);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  z-index: 20;
}

#stories-2 .recent-blog-posts-wrapper ul li a.recent-blog-posts-title:hover {
  color: white;
}

#stories-2 .recent-blog-posts-wrapper ul li .recent-blog-posts-date-wrapper {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 1rem 0;
  position: absolute;
  bottom: -6rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 20;
}

#stories-2 .recent-blog-posts-wrapper ul li .recent-blog-posts-body {
  margin: 0 8rem 0 16rem;
  text-shadow: 0 4px 24px rgba(39, 41, 40, 0.5);
}

@media screen and (max-width: 600px) {
  #stories-2 .recent-blog-posts-wrapper ul li {
    min-height: 240px;
  }
  #stories-2 .recent-blog-posts-wrapper ul li a:first-child img {
    height: 100%;
    width: auto;
  }
  #stories-2 .recent-blog-posts-wrapper ul li .recent-blog-posts-date-wrapper {
    bottom: 2rem;
  }
}

#social-2 {
  background: linear-gradient(#7abe43, #088542);
  color: white;
  padding: 6rem 0 8rem;
  position: relative;
}

#social-2 p, #social-2 #blog-main .main .blog .blog-entry .post-body, #blog-main .main .blog .blog-entry #social-2 .post-body, #social-2 footer.alternate .newsletter .ctct-inline-form .ctct-form-text, footer.alternate .newsletter .ctct-inline-form #social-2 .ctct-form-text {
  color: white;
}

#social-2 .socials {
  margin-top: 4rem;
}

#social-2 .socials ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#social-2 .socials ul li {
  display: inline-block;
  margin: 0 1rem;
}

#social-2 .socials ul li a {
  background: #272928;
  border-radius: 50%;
  color: white;
  display: inline-block;
  font-size: 2.4rem;
  padding: 2.4rem;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0.1, 0.2, 1.2);
}

#social-2 .socials ul li a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#social-2 .socials ul li a[href*="facebook"] {
  background: #3b5998;
}

#social-2 .socials ul li a[href*="twitter"] {
  background: #1da1f2;
}

#social-2 .socials ul li a[href*="instagram"] {
  background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  background-position: center;
  background-size: 110%;
}

#social-2 .socials ul li a[href*="youtube"] {
  background: #ff0000;
}

#social-2 .socials ul li a[href*="pinterest"] {
  background: #bd081c;
}

#social-2 .socials ul li a[href*="google"] {
  background: #dd4b39;
}

#social-2 .socials ul li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 600px) {
  #social-2 .socials ul {
    margin: 0 auto;
    width: 280px;
  }
  #social-2 .socials ul li {
    margin: 0 1rem 2rem;
  }
}

#usa-today {
  display: flex;
  position: relative;
  background: white;
  padding: 85px 20px;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 767px) {
  #usa-today {
    background-size: cover;
    padding: 50px 20px;
  }
}

#usa-today:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.97);
}

@media (min-width: 767px) {
  #usa-today {
    min-height: 700px;
  }
}

#usa-today .container-fluid {
  max-width: 1200px;
}

@media (min-width: 768px) {
  #usa-today .container-fluid .row {
    display: flex;
  }
}

#usa-today .container-fluid .row .copy-side {
  align-self: center;
}

#usa-today .container-fluid .row .copy-side .image-placeholder {
  position: relative;
}

#usa-today .container-fluid .row .copy-side .image-placeholder img {
  width: 250px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  #usa-today .container-fluid .row .copy-side .image-placeholder img {
    width: 260px;
  }
}

#usa-today .container-fluid .row .copy-side h1 {
  line-height: 1;
}

@media (max-width: 767px) {
  #usa-today .container-fluid .row .copy-side {
    text-align: center;
  }
}

@media (min-width: 768px) {
  #usa-today .container-fluid .row .copy-side {
    padding-right: 110px;
  }
}

#usa-today .container-fluid .row .image-side {
  position: relative;
  height: 100%;
}

@media (min-width: 768px) {
  #usa-today .container-fluid .row .image-side {
    display: flex;
    align-self: center;
  }
}

#usa-today .container-fluid .row .image-side .images-wrapper {
  align-self: center;
}

@media (min-width: 768px) {
  #usa-today .container-fluid .row .image-side .images-wrapper {
    height: 500px;
  }
}

#usa-today .container-fluid .row .image-side .images-wrapper div[class*="image-series"] {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  #usa-today .container-fluid .row .image-side .images-wrapper div[class*="image-series"] {
    position: absolute;
  }
}

#usa-today .container-fluid .row .image-side .images-wrapper div[class*="image-series"] .owl-item {
  position: relative;
}

#usa-today .container-fluid .row .image-side .images-wrapper div[class*="image-series"] .owl-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#usa-today .container-fluid .row .image-side .images-wrapper .image-series-1 {
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 300px;
}

#usa-today .container-fluid .row .image-side .images-wrapper .image-series-1 .owl-item {
  height: 200px;
}

@media (max-width: 767px) {
  #usa-today .container-fluid .row .image-side .images-wrapper .image-series-1 {
    width: 100%;
    margin-top: 25px;
  }
  #usa-today .container-fluid .row .image-side .images-wrapper .image-series-1 .owl-item {
    height: 300px;
  }
}

#usa-today .container-fluid .row .image-side .images-wrapper .image-series-2 {
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 300px;
  z-index: 2;
}

@media (max-width: 767px) {
  #usa-today .container-fluid .row .image-side .images-wrapper .image-series-2 {
    display: none !important;
  }
}

#usa-today .container-fluid .row .image-side .images-wrapper .image-series-2 .owl-item {
  height: 250px;
}

#usa-today .container-fluid .row .image-side .images-wrapper .image-series-3 {
  top: 0;
  right: 0;
  z-index: 1;
  width: 350px;
}

@media (max-width: 767px) {
  #usa-today .container-fluid .row .image-side .images-wrapper .image-series-3 {
    display: none !important;
  }
}

#usa-today .container-fluid .row .image-side .images-wrapper .image-series-3 .owl-item {
  height: 250px;
}

section.mobile-app {
  display: block;
  background: white;
  display: block;
  position: relative;
  background: white url("/assets/2511/app-background.jpg") no-repeat scroll center;
  background-size: cover;
  color: white;
  padding: 8rem 0;
}

@media (max-width: 767px) {
  section.mobile-app {
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  section.mobile-app {
    background-attachment: fixed;
  }
}

section.mobile-app:before {
  background: #202020;
  content: "";
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}

@media (max-width: 767px) {
  section.mobile-app:before {
    width: 100%;
  }
}

@media (max-width: 767px) {
  section.mobile-app .container .flex-row {
    flex-direction: column-reverse;
  }
  section.mobile-app .container .flex-row .image {
    position: relative;
    align-self: center;
    margin-top: 8rem;
    padding-bottom: 0;
    bottom: -10rem;
    -webkit-transform: none;
            transform: none;
  }
}

section.mobile-app .templatecontent,
section.mobile-app p,
section.mobile-app #blog-main .main .blog .blog-entry .post-body,
#blog-main .main .blog .blog-entry section.mobile-app .post-body,
section.mobile-app footer.alternate .newsletter .ctct-inline-form .ctct-form-text,
footer.alternate .newsletter .ctct-inline-form section.mobile-app .ctct-form-text {
  position: relative;
  color: white !important;
}

iframe[src="javascript:false"] {
  position: absolute;
  z-index: -2;
}

/* _home-4.scss */
.home-4-logo #hero-logo {
  margin-top: -12vh;
}

.home-awards {
  position: absolute;
  top: 50vh;
  left: 0;
  z-index: 6;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  padding: 0 10vw;
}

.home-awards .smaller {
  padding: 1.5vw;
}

.home-awards img {
  height: 10vw;
  padding: 1vw;
}

@media screen and (max-width: 500px) {
  .home-awards {
    padding-left: 3vw;
    padding-right: 3vw;
    top: 40vh;
  }
  .home-awards .smaller {
    padding: 2.5vw;
  }
  .home-awards img {
    height: 23vw;
    padding: 2vw;
    align-self: center;
  }
  .home-4-logo #hero-logo {
    margin-top: -20vh;
  }
}

.home-4 #map-2 .description-wrap,
.explore-the-park #map-2 .description-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.home-4 #map-2 .description-wrap .description,
.explore-the-park #map-2 .description-wrap .description {
  background: white;
  border-radius: 8px;
  box-shadow: 0 8px 40px rgba(39, 41, 40, 0.2);
  box-sizing: content-box;
  min-width: 300px;
  padding: 2rem;
}

@media (min-width: 768px) {
  .home-4 #map-2 .description-wrap .description,
.explore-the-park #map-2 .description-wrap .description {
    width: 640px;
  }
}

#map-3 {
  background: #7da3b6;
  color: white;
  padding: 40px 0;
  position: relative;
  text-align: center;
}

/* _default.scss */
#default-hero {
  background-color: #088542;
  background: linear-gradient(-45deg, #7abe43, #008839) no-repeat center;
  background-size: cover;
  color: white;
  margin-top: 120px;
  padding: 24rem 0;
  position: relative;
  width: 100vw;
}

#default-hero::before {
  background: #272928;
  content: '';
  height: 100%;
  width: 100%;
  opacity: 0.66;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#default-hero .container {
  height: 100%;
  position: relative;
  z-index: 10;
}

#default-hero p, #default-hero #blog-main .main .blog .blog-entry .post-body, #blog-main .main .blog .blog-entry #default-hero .post-body, #default-hero footer.alternate .newsletter .ctct-inline-form .ctct-form-text, footer.alternate .newsletter .ctct-inline-form #default-hero .ctct-form-text {
  color: white;
  font-size: 2rem;
}

#default-hero .swRotator,
#default-hero img {
  display: none;
}

@media screen and (max-width: 991px) {
  #default-hero {
    margin-top: 114px;
    padding: 16rem 0;
  }
}

@media screen and (max-width: 600px) {
  #default-hero {
    margin-top: 105px;
    padding: 12rem 0;
  }
}

#default-main {
  padding: 8rem 0;
  position: relative;
}

#default-main::before {
  content: '';
  background-image: url("/sitefiles/2511/images/macaroni-background-gray.svg");
  background-repeat: repeat-y;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
}

#default-main .container {
  position: relative;
}

#default-main .sidebar {
  align-self: flex-start;
  background-color: #1f5893;
  background: linear-gradient(#19a3dd, #1f5893);
  box-shadow: 0px 10px 20px -5px rgba(39, 41, 40, 0.2);
  padding: 1em 0;
  position: relative;
  -webkit-transform: translate(0, -16rem);
          transform: translate(0, -16rem);
  z-index: 10;
}

@media screen and (max-width: 1200px) {
  #default-main .sidebar {
    margin-left: 2.333% !important;
  }
}

#default-main .sidebar h2 {
  font-size: 3.7rem;
  margin: 1rem 4rem 2rem;
}

#default-main .sidebar h2 a {
  color: white;
}

#default-main .sidebar ul#subnav {
  list-style: none;
  margin: 0;
  padding: 0;
}

#default-main .sidebar ul#subnav li {
  margin: 0;
}

#default-main .sidebar ul#subnav li a {
  color: white;
  display: block;
  font-size: 2rem;
  padding: 0.5rem 4rem;
}

#default-main .sidebar ul#subnav li a.current {
  color: #afdaff;
}

#default-main .sidebar ul#subnav li a.current:hover {
  background: none;
  color: rgba(255, 255, 255, 0.5);
  padding: 0.5rem 4rem;
}

#default-main .sidebar ul#subnav li a:hover {
  background: #1f5893;
  color: white;
  padding: 0.5rem 4rem 0.5rem 5rem;
}

@media screen and (max-width: 991px) {
  #default-main::before {
    display: none;
  }
  #default-main .sidebar {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #default-main {
    padding: 4rem 0;
  }
}

#default-bar {
  background-color: #088542;
  background: linear-gradient(-45deg, #7abe43, #008839) no-repeat center;
  background-size: cover;
  color: white;
  position: relative;
  text-align: center;
  width: 100vw;
}

#default-bar::before {
  background: black;
  content: '';
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

#default-bar .knockout {
  background: white;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

#default-bar p, #default-bar #blog-main .main .blog .blog-entry .post-body, #blog-main .main .blog .blog-entry #default-bar .post-body, #default-bar footer.alternate .newsletter .ctct-inline-form .ctct-form-text, footer.alternate .newsletter .ctct-inline-form #default-bar .ctct-form-text {
  color: white;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

#default-bar .flex-row {
  justify-content: center;
  position: relative;
}

#default-bar .templatecontent {
  padding: 16rem 4rem;
}

@media screen and (max-width: 991px) {
  #default-bar .templatecontent {
    padding: 12rem 2rem;
  }
}

#default-sub .container .flex-row > div {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  #default-sub .container .flex-row > div {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

div#jquery-lightbox {
  display: flex;
  flex-direction: column;
}

div#jquery-lightbox #lightbox-container-image-data-box {
  z-index: 999;
  width: 100% !important;
  margin: 0;
  display: flex;
  justify-content: center;
}

div#jquery-lightbox #lightbox-container-image-data-box #lightbox-container-image-data {
  width: 600px;
}

div#jquery-lightbox #lightbox-container-image-data-box #lightbox-image-details-currentNumber {
  color: black;
  font-size: 14px;
  padding: 0;
}

#lightbox-loading {
  width: 100%;
  height: 100%;
  background: white;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
}

#lightbox-loading-link {
  margin: 0 auto;
  align-self: center;
}

@media (max-width: 500px) {
  #blog-nav h5.name, #blog-nav #events-2 .events .upcoming-events-wrapper ul li .name.upcoming-events-name, #events-2 .events .upcoming-events-wrapper ul li #blog-nav .name.upcoming-events-name, #blog-nav #stories-2 .recent-blog-posts-wrapper ul li a.name.recent-blog-posts-title, #stories-2 .recent-blog-posts-wrapper ul li #blog-nav a.name.recent-blog-posts-title {
    font-size: 2rem !important;
  }
}

body.field-trip {
  /* _photo-gallery.scss */
}

body.field-trip #stats-2 {
  background: white;
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
}

@media (max-width: 600px) {
  body.field-trip #stats-2 {
    flex-wrap: wrap;
  }
}

body.field-trip #stats-2 .stat {
  background-color: #bcbec0;
  background-position: center;
  background-size: cover;
  color: white;
  padding: 16rem 4rem;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (min-width: 601px) {
  body.field-trip #stats-2 .stat {
    width: 33%;
  }
}

body.field-trip #stats-2 .stat:before {
  background-color: #272928;
  content: '';
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

body.field-trip #stats-2 .stat a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
}

body.field-trip #stats-2 .stat .number,
body.field-trip #stats-2 .stat .signifier {
  font-family: 'Founders Grotesque', 'Roboto', 'Helvetica', sans-serif;
  font-size: 6.4rem;
  font-weight: bold;
  position: relative;
  text-shadow: 0px 4px 8px rgba(39, 41, 40, 0.2);
  z-index: 10;
}

body.field-trip #stats-2 .stat p, body.field-trip #stats-2 .stat #blog-main .main .blog .blog-entry .post-body, #blog-main .main .blog .blog-entry body.field-trip #stats-2 .stat .post-body, body.field-trip #stats-2 .stat footer.alternate .newsletter .ctct-inline-form .ctct-form-text, footer.alternate .newsletter .ctct-inline-form body.field-trip #stats-2 .stat .ctct-form-text {
  color: white;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  text-shadow: 0px 4px 8px rgba(39, 41, 40, 0.2);
  z-index: 10;
}

@media screen and (max-width: 1199px) {
  body.field-trip #stats-2 .stat {
    padding: 8rem 2rem;
  }
  body.field-trip #stats-2 .stat .number {
    font-size: 5.4rem;
  }
}

@media screen and (max-width: 991px) {
  body.field-trip #stats-2 .stat .number {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  body.field-trip #stats-2 .stat {
    flex-basis: 100%;
    padding: 4rem 2rem;
  }
}

body.field-trip .what-kids-are-saying {
  width: 100%;
  background: linear-gradient(#19a3dd, #1f5893);
  color: white;
  padding: 10rem 0;
  position: relative;
  z-index: 10;
}

body.field-trip .what-kids-are-saying:before {
  background-image: url(/sitefiles/2511/images/splash-blue.svg);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: contain;
  content: '';
  height: 100px;
  width: 100%;
  position: absolute;
  top: -91px;
  left: 0;
  z-index: 10;
}

body.field-trip .what-kids-are-saying:after {
  background-image: url(/sitefiles/2511/images/splash-blue-bottom.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: -46px;
  left: 0;
  z-index: 99999;
  right: 0;
}

body.field-trip .what-kids-are-saying h2 {
  margin-bottom: 7rem;
}

body.field-trip .what-kids-are-saying .section-content {
  max-width: 600px;
  margin: 0 auto;
}

body.field-trip #sectionTwo {
  background-image: url(/SiteFiles/2511/images/macaroni-background-gray.svg);
  background-repeat: repeat-y;
  background-position: 140%;
  background-size: 900px;
}

body.field-trip #sectionTwo .what-school-leaders-are-saying {
  width: 100%;
  padding: 10rem 0 18rem;
  position: relative;
  z-index: 10;
}

body.field-trip #sectionTwo .what-school-leaders-are-saying h2 {
  margin-bottom: 7rem;
}

body.field-trip #sectionTwo .what-school-leaders-are-saying .section-content {
  max-width: 600px;
  margin: 0 auto;
}

body.field-trip #sectionThree {
  background: linear-gradient(#f58220, #ffce35);
  color: white;
  padding: 10rem 0;
  position: relative;
  color: white;
}

body.field-trip #sectionThree:before {
  background-image: url(/sitefiles/2511/images/trees-orange.svg);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: contain;
  content: '';
  height: 140px;
  width: 100%;
  position: absolute;
  top: -133px;
  left: 0;
}

body.field-trip #sectionThree .news-and-articles h2 {
  margin-bottom: 7rem;
}

body.field-trip #sectionThree .news-and-articles .section-content {
  margin: 0 auto;
}

body.field-trip #sectionThree .news-and-articles .section-content h3 {
  padding: 10rem 0;
}

body.field-trip #sectionThree .news-and-articles .section-content .item a {
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 360px;
  background-color: black;
}

body.field-trip #sectionThree .news-and-articles .section-content .item a:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body.field-trip #sectionThree .news-and-articles .section-content .item a img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.33s ease-in-out;
  max-width: none;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.field-trip #sectionThree .news-and-articles .section-content .item a h3 {
  color: white;
  font-size: 3.6rem;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  text-shadow: 0 4px 24px rgba(39, 41, 40, 0.5);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 20;
}

body.field-trip .photogallery {
  width: 90% !important;
  margin: 20px auto !important;
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

body.field-trip .photogallery .photo-list {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 20% 20% 20% 20% 20% !important;
  grid-template-columns: repeat(auto-fill, 20%) !important;
  grid-auto-flow: row dense !important;
}

@media (max-width: 991px) {
  body.field-trip .photogallery .photo-list {
    -ms-grid-columns: 50% 50%;
  }
}

body.field-trip .photogallery .photo-list .photo-list-item {
  border: 2px solid white;
  float: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  /* IE 11 SUCKS */
}

body.field-trip .photogallery .photo-list .photo-list-item a img {
  opacity: 1 !important;
}

body.field-trip .photogallery .photo-list .photo-list-item::before {
  background: #7abe43;
  content: '';
  height: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 5;
}

body.field-trip .photogallery .photo-list .photo-list-item:hover::before {
  opacity: 0.5;
}

body.field-trip .photogallery .photo-list .photo-list-item:hover .photo-gallery-caption {
  bottom: 0;
}

body.field-trip .photogallery .photo-list .photo-list-item.wide, body.field-trip .photogallery .photo-list .photo-list-item:nth-child(5n + 3) {
  grid-column: auto / span 2;
}

body.field-trip .photogallery .photo-list .photo-list-item.wide img, body.field-trip .photogallery .photo-list .photo-list-item:nth-child(5n + 3) img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body.field-trip .photogallery .photo-list .photo-list-item.dbl, body.field-trip .photogallery .photo-list .photo-list-item:nth-child(5n + 1) {
  grid-column: auto / span 2;
  grid-row: auto / span 2;
}

@media (min-width: 992px) {
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(3) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(5) {
    -ms-grid-column: 4;
    -ms-grid-row: 2;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(6) {
    -ms-grid-column: 5;
    -ms-grid-row: 2;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(8) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    -ms-grid-row: 3;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(9) {
    -ms-grid-column: 5;
    -ms-grid-row: 3;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(10) {
    -ms-grid-column: 3;
    -ms-grid-row: 4;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(11) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(12) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(13) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    -ms-grid-row: 5;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(14) {
    -ms-grid-column: 1;
    -ms-grid-row: 6;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(15) {
    -ms-grid-column: 2;
    -ms-grid-row: 6;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(16) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    -ms-grid-row: 6;
    -ms-grid-row-span: 2;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(17) {
    -ms-grid-column: 5;
    -ms-grid-row: 6;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(18) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 7;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(19) {
    -ms-grid-column: 5;
    -ms-grid-row: 7;
  }
}

@media (max-width: 991px) {
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(6) {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(8) {
    -ms-grid-column: 2;
    -ms-grid-row: 4;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(10) {
    -ms-grid-column: 2;
    -ms-grid-row: 5;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(11) {
    -ms-grid-column: 1;
    -ms-grid-row: 6;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(12) {
    -ms-grid-column: 2;
    -ms-grid-row: 6;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(13) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(14) {
    -ms-grid-column: 2;
    -ms-grid-row: 7;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(15) {
    -ms-grid-column: 1;
    -ms-grid-row: 8;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(16) {
    -ms-grid-column: 2;
    -ms-grid-row: 8;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(17) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(18) {
    -ms-grid-column: 2;
    -ms-grid-row: 9;
  }
  body.field-trip .photogallery .photo-list .photo-list-item:nth-child(19) {
    -ms-grid-column: 1;
    -ms-grid-row: 10;
  }
}

body.field-trip .photogallery .photo-list .photo-list-item a {
  border: none;
  display: block;
  height: 100%;
  padding: 0;
  width: 100%;
}

body.field-trip .photogallery .photo-list .photo-list-item a img {
  min-width: 100%;
}

body.field-trip .photogallery .photo-list .photo-list-item .photo-gallery-caption {
  background: linear-gradient(rgba(39, 41, 40, 0), rgba(39, 41, 40, 0.5));
  bottom: -100%;
  color: white;
  line-height: 1.4;
  margin-bottom: 0;
  position: absolute;
  padding: 8px;
  width: 100% !important;
  z-index: 10;
}

@media screen and (max-width: 991px) {
  body.field-trip .photogallery .photo-list {
    -ms-grid-template-columns: repeat(auto-fill, 33%);
    grid-template-columns: repeat(auto-fill, 33%);
  }
}

@media screen and (max-width: 600px) {
  body.field-trip .photogallery .photo-list {
    -ms-grid-template-columns: repeat(auto-fill, 50%);
    grid-template-columns: repeat(auto-fill, 50%);
  }
  body.field-trip .photogallery .photo-list .photo-list-item {
    -ms-grid-column: auto / span 1 !important;
    grid-column: auto / span 1 !important;
    -ms-grid-row: auto / span 1 !important;
    grid-row: auto / span 1 !important;
  }
}

body.field-trip .photogallery.half-gallery .photo-list .photo-list-item:nth-child(6) {
  grid-column: 1;
  grid-row: 1;
}

/* _wide.scss */
#wide-hero {
  background-color: #088542;
  background: linear-gradient(-45deg, #7abe43, #008839) no-repeat center;
  background-size: cover;
  color: white;
  margin-top: 120px;
  padding: 24rem 0;
  position: relative;
  width: 100vw;
}

#wide-hero::before {
  background: #272928;
  content: '';
  height: 100%;
  width: 100%;
  opacity: 0.33;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#wide-hero .container {
  height: 100%;
  position: relative;
  z-index: 10;
}

#wide-hero p, #wide-hero #blog-main .main .blog .blog-entry .post-body, #blog-main .main .blog .blog-entry #wide-hero .post-body, #wide-hero footer.alternate .newsletter .ctct-inline-form .ctct-form-text, footer.alternate .newsletter .ctct-inline-form #wide-hero .ctct-form-text {
  color: white;
  font-size: 2rem;
}

#wide-hero .swRotator,
#wide-hero img {
  display: none;
}

@media screen and (max-width: 991px) {
  #wide-hero {
    margin-top: 114px;
    padding: 16rem 0;
  }
}

@media screen and (max-width: 600px) {
  #wide-hero {
    margin-top: 105px;
    padding: 12rem 0;
  }
}

#wide-main {
  padding: 8rem 0;
}

@media screen and (max-width: 767px) {
  #wide-main {
    padding: 4rem 0;
  }
}

#wide-bar {
  background-color: #088542;
  background: linear-gradient(-45deg, #7abe43, #008839) no-repeat center;
  background-size: cover;
  color: white;
  position: relative;
  text-align: center;
  width: 100vw;
}

#wide-bar::before {
  background: black;
  content: '';
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

#wide-bar .knockout {
  background: white;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

#wide-bar p, #wide-bar #blog-main .main .blog .blog-entry .post-body, #blog-main .main .blog .blog-entry #wide-bar .post-body, #wide-bar footer.alternate .newsletter .ctct-inline-form .ctct-form-text, footer.alternate .newsletter .ctct-inline-form #wide-bar .ctct-form-text {
  color: white;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

#wide-bar .flex-row {
  justify-content: center;
  position: relative;
}

#wide-bar .templatecontent {
  padding: 16rem 4rem;
}

@media screen and (max-width: 991px) {
  #wide-bar .templatecontent {
    padding: 12rem 2rem;
  }
}

#wide-sub .sub > div {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  #wide-sub .sub > div {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

/* _blog.scss */
#blog-hero {
  background: linear-gradient(-45deg, #7abe43, #008839) no-repeat center;
  background-size: cover;
  color: white;
  margin-top: 120px;
  padding: 20rem 0;
  position: relative;
  width: 100vw;
}

#blog-hero::before {
  background: #272928;
  content: '';
  height: 100%;
  width: 100%;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#blog-hero .swRotator {
  display: none;
}

#blog-hero .container {
  height: 100%;
  position: relative;
  z-index: 10;
}

#blog-hero p, #blog-hero #blog-main .main .blog .blog-entry .post-body, #blog-main .main .blog .blog-entry #blog-hero .post-body, #blog-hero footer.alternate .newsletter .ctct-inline-form .ctct-form-text, footer.alternate .newsletter .ctct-inline-form #blog-hero .ctct-form-text {
  color: white;
  font-size: 2rem;
}

#blog-hero img {
  display: none;
}

@media screen and (max-width: 991px) {
  #blog-hero {
    margin-top: 114px;
    padding: 16rem 0;
  }
}

@media screen and (max-width: 600px) {
  #blog-hero {
    margin-top: 105px;
    padding: 12rem 0;
  }
}

h4.post-title {
  text-transform: none;
  letter-spacing: 0;
  line-height: 130%;
}

h4.post-date {
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: none;
  font-size: 1.15em !important;
}

#blog-main {
  background-image: url("/sitefiles/2511/images/macaroni-background-gray.svg");
  background-repeat: repeat-y;
  background-position: 140%;
  background-size: 700px;
  padding: 8rem 0;
}

#blog-main .main .blog .blog-entry {
  border-bottom: 1px solid #bcbec0;
  padding-bottom: 2rem;
  position: relative;
}

#blog-main .main .blog .blog-entry .post-date {
  background: #662d91;
  border-radius: 4rem;
  color: white;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
  padding: 1rem 2rem;
  position: absolute;
  top: 1rem;
  left: -1.5rem;
  text-transform: none;
  z-index: 20;
}

#blog-main .main .blog .blog-entry .post-image {
  min-height: 40px;
}

#blog-main .main .blog .blog-entry .post-image a {
  background: #272928;
  box-shadow: 0px 10px 20px -5px rgba(39, 41, 40, 0.2);
  display: block;
  height: 300px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#blog-main .main .blog .blog-entry .post-image a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#blog-main .main .blog .blog-entry .post-image a:hover img {
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

#blog-main .main .blog .blog-entry .post-title {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 1rem 0 0;
  text-transform: none;
}

#blog-main .main .blog .blog-entry .post-body {
  margin-bottom: 0;
}

#blog-main .main .blog .blog-entry .post-profileinfo {
  display: none;
}

#blog-main .main .blog .blog-entry .post-tags {
  font-size: 1.6rem;
  text-transform: capitalize;
}

#blog-main .main .blog .blog-entry .post-tags::before {
  color: #5F6363;
  content: "\f02b";
  font-family: "FontAwesome";
  font-size: 1.6rem;
  margin-right: 1rem;
}

#blog-main .main .blog .blog-entry .addthis_native_toolbox {
  margin-top: 2rem;
}

#blog-main .sidebar {
  align-self: flex-start;
  background: linear-gradient(#662d91, #2e3192);
  box-shadow: 0px 10px 20px -5px rgba(39, 41, 40, 0.2);
  padding: 8rem 6rem;
  position: relative;
  -webkit-transform: translate(0, -16rem);
  transform: translate(0, -16rem);
  z-index: 10;
}

#blog-main .sidebar h2.sw-menucode-child {
  display: none;
}

#blog-main .sidebar h2 a {
  color: white;
}

#blog-main .sidebar h2 a:hover {
  color: white;
}

#blog-main .sidebar ul#subnav:not(.tags) {
  display: none;
}

#blog-main .sidebar ul#subnav.tags {
  list-style: none;
  margin: 0;
  padding: 0;
}

#blog-main .sidebar ul#subnav.tags li {
  display: inline-block;
  margin: 1rem 0.5rem 1rem 0;
}

#blog-main .sidebar ul#subnav.tags li a {
  border: 1px solid white;
  color: white;
  padding: 1rem;
  text-transform: capitalize;
}

#blog-main .sidebar ul#subnav.tags li a:hover {
  background: white;
  color: #662d91;
}

@media screen and (max-width: 991px) {
  #blog-main {
    background-position: 170%;
    background-size: 500px;
  }
  #blog-main .sidebar {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #blog-main {
    background-image: none;
    padding: 4rem 0;
  }
}

@media screen and (max-width: 600px) {
  #blog-main .main .blog .blog-entry .post-image a img {
    height: 100%;
    max-width: none;
  }
  #blog-main .main .blog .blog-entry .post-title {
    font-size: 2.8rem;
  }
}

/* _post.scss */
#post-hero {
  background-color: #088542;
  background: linear-gradient(-45deg, #7abe43, #008839) no-repeat center;
  background-size: cover;
  color: white;
  margin-top: 120px;
  padding: 20rem 0;
  position: relative;
  width: 100vw;
}

#post-hero::before {
  background: #272928;
  content: '';
  height: 100%;
  width: 100%;
  opacity: 0.33;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#post-hero .container {
  height: 100%;
  position: relative;
  z-index: 10;
}

#post-hero .swRotator {
  display: none;
}

#post-hero .post-title {
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: unset;
}

#post-hero p, #post-hero footer.alternate .newsletter .ctct-inline-form .ctct-form-text, footer.alternate .newsletter .ctct-inline-form #post-hero .ctct-form-text, #post-hero #blog-main .main .blog .blog-entry .post-body, #blog-main .main .blog .blog-entry #post-hero .post-body {
  color: white;
  font-size: 2rem;
}

@media screen and (max-width: 991px) {
  #post-hero {
    margin-top: 114px;
    padding: 16rem 0;
  }
}

@media screen and (max-width: 600px) {
  #post-hero {
    margin-top: 105px;
    padding: 12rem 0;
  }
}

#post-main {
  padding: 6rem 0 8rem;
}

#post-main .main .blog .blog-entry {
  border-bottom: 1px solid #bcbec0;
  padding-bottom: 2rem;
}

#post-main .main .blog .blog-entry .post-date {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 2rem;
  z-index: 20;
}

#post-main .main .blog .blog-entry .post-tags {
  font-size: 1.6rem;
  margin-top: 2rem;
  text-transform: capitalize;
}

#post-main .main .blog .blog-entry .post-tags::before {
  color: #5F6363;
  content: "\f02b";
  font-family: "FontAwesome";
  font-size: 1.6rem;
  margin-right: 1rem;
}

#post-main .main .blog .blog-entry .addthis_native_toolbox {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  #post-main {
    padding: 4rem 0;
  }
}

/* _sitemap.scss */
.sitemap ul {
  padding: 0;
}

.sitemap ul li {
  font-size: 2.4rem;
  font-weight: bold;
}

.sitemap ul li ul {
  margin: 1rem 2rem;
}

.sitemap ul li ul li {
  font-size: 1.8rem;
  font-weight: normal;
}

.sitemap ul li ul li ul {
  margin: 1rem 2rem;
}

.sitemap ul li ul li ul li {
  font-size: 1.6rem;
  font-weight: normal;
}

.http-404 #default-hero {
  padding: 0;
}

form[action*="searchresults"] #default-hero {
  padding: 12rem 0;
}

body.styleguide .center {
  text-align: inherit;
}

body.styleguide figure.highlight {
  padding: 8px 11px;
  margin: 50px 0 15px 0;
  background-color: #f7f7f7;
  border: 1px solid #eee;
  position: relative;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

body.styleguide figure.highlight:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  left: -4px;
  top: -1px;
  bottom: -1px;
  background: #7abe43;
}

body.styleguide .row.show-grid {
  margin: 0;
}

body.styleguide .show-grid [class^="w-"] {
  font-size: 15px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  padding: 1rem;
}

body.styleguide code {
  white-space: normal;
}

.invert {
  color: white !important;
}

.grass-green {
  color: #7abe43;
}

.leaf-green {
  color: #088542;
}

.sky-blue {
  color: #19a3dd;
}

.river-blue {
  color: #1f5893;
}

.sun-yellow {
  color: #ffce35;
}

.sunset-orange {
  color: #f58220;
}

.play-purple {
  color: #662d91;
}

.midnight-purple {
  color: #2e3192;
}

.excite-magenta {
  color: #ec008c;
}

.dark-magenta {
  color: #9e1f63;
}

.stone-gray {
  color: #727473;
}

.dark-stone-gray {
  color: #46423f;
}

.cloud-blue {
  color: #d5e6f6;
}

.pale-gray {
  color: #ecebea;
}

[class*="bg-"][class*='grass-green'] {
  background-color: #7abe43;
}

[class*="bg-"][class*='leaf-green'] {
  background-color: #088542;
}

[class*="bg-"][class*='sky-blue'] {
  background-color: #19a3dd;
}

[class*="bg-"][class*='river-blue'] {
  background-color: #1f5893;
}

[class*="bg-"][class*='sun-yellow'] {
  background-color: #ffce35;
}

[class*="bg-"][class*='sunset-orange'] {
  background-color: #f58220;
}

[class*="bg-"][class*='play-purple'] {
  background-color: #662d91;
}

[class*="bg-"][class*='midnight-purple'] {
  background-color: #2e3192;
}

[class*="bg-"][class*='excite-magenta'] {
  background-color: #ec008c;
}

[class*="bg-"][class*='dark-magenta'] {
  background-color: #9e1f63;
}

[class*="bg-"][class*='stone-gray'] {
  background-color: #727473;
}

[class*="bg-"][class*='dark-stone-gray'] {
  background-color: #46423f;
}

[class*="bg-"][class*='cloud-blue'] {
  background-color: #d5e6f6;
}

[class*="bg-"][class*='pale-gray'] {
  background-color: #ecebea;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 0ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: -6.5rem;
  text-align: center;
  width: 100%;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons {
  padding-right: 4rem;
  position: relative;
  text-align: right;
  top: -5rem;
}

.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  font-size: 1.8rem;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  height: 38px;
  position: relative;
  width: 40px;
  zoom: 1;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  background: rgba(255, 255, 255, 0.2);
}

.owl-theme .owl-controls .owl-buttons div i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination {
  margin: 1rem 0;
  padding-left: 4rem;
  text-align: left;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.25;
  border-radius: 20px;
  background: white;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
            transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

#instafeed {
  display: flex;
  flex-wrap: wrap;
}

#instafeed .insta-link {
  background: #272928;
  display: inline-block;
  overflow: hidden;
  height: 12.5vw;
  position: relative;
  width: 12.5%;
}

#instafeed .insta-link:hover .insta-pic {
  opacity: 0.5;
}

#instafeed .insta-link:hover .insta-meta {
  opacity: 1;
}

#instafeed .insta-link .insta-pic {
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#instafeed .insta-link .insta-meta {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

#instafeed .insta-link .insta-meta .likes,
#instafeed .insta-link .insta-meta .comments {
  color: white;
  font-size: 1.6rem;
}

#instafeed .insta-link .insta-meta .likes i,
#instafeed .insta-link .insta-meta .comments i {
  margin-right: 0.5rem;
}

@media screen and (max-width: 767px) {
  #instafeed .insta-link {
    height: 25vw;
    width: 25%;
  }
}

.cocoen {
  box-sizing: border-box;
  cursor: pointer;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cocoen * {
  box-sizing: inherit;
}

.cocoen ::after, .cocoen ::before {
  box-sizing: inherit;
}

.cocoen img, .cocoen picture > img {
  max-width: none;
}

.cocoen > img, .cocoen > picture > img {
  display: block;
  width: 100%;
}

.cocoen > div:first-child, picture .cocoen > div {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50%;
}

.cocoen-drag {
  background: #fff;
  bottom: 0;
  cursor: ew-resize;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 0;
  width: 2px;
}

.cocoen-drag::before {
  border: 3px solid #fff;
  content: '';
  height: 30px;
  left: 50%;
  margin-left: -7px;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  width: 14px;
}

#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
  font-family: "HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  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 {
  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;
  position: relative !important;
}

#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-nav-close {
  background-image: url(close.png);
}

#sb-nav-next {
  background-image: url(next.png);
}

#sb-nav-previous {
  background-image: url(previous.png);
}

#sb-nav-play {
  background-image: url(play.png);
}

#sb-nav-pause {
  background-image: url(pause.png);
}

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