@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
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: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: 700;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[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 {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
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-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
@font-face {
  font-family: lg;
  src: url(../static/vendor/fonts/lg.eot?n1z373);
  src:
    url(../static/vendor/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),
    url(../static/vendor/fonts/lg.woff?n1z373) format("woff"),
    url(../static/vendor/fonts/lg.ttf?n1z373) format("truetype"),
    url(../static/vendor/fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}
.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@keyframes a {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  to {
    left: 0;
  }
}
@keyframes b {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  to {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: a 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  animation: b 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  transition:
    transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition:
    transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item.lg-complete
  .lg-object {
  transform: scaleX(1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translateZ(0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #fff;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../static/vendor/images/vimeo-play.png) no-repeat scroll 0 0
    transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../static/vendor/images/vimeo-play.png) no-repeat scroll
    0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url(../static/vendor/images/video-play.png) no-repeat
    scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../static/vendor/images/youtube-play.png) no-repeat scroll 0 0
    transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../static/vendor/images/youtube-play.png) no-repeat scroll
    0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition:
    left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scaleX(1);
  transition:
    transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.15s !important;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translateZ(0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: inset 0 0 0 2px #fff;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition:
    opacity 0.15s ease 0s,
    transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
  box-shadow: inset 0 0 0 8px hsla(0, 0%, 100%, 0.7);
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: inset 0 0 0 8px #fff;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition:
    visibility 0s linear 0.18s,
    opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  transition-delay: 0s;
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  transition:
    transform 0.18s linear 0s,
    visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family:
    Open Sans,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url(../static/vendor/images/loading.gif) no-repeat scroll 50%
    transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translateZ(0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition:
    transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  transition:
    left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition:
    transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s ease 0s;
}
.selectize-control.plugin-drag_drop.multi
  > .selectize-input
  > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder:after {
  content: "!";
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaa;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-control.single .selectize-input.input-active,
.selectize-input {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #336651;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #336651;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #fff;
  background: #d2d2d2;
  border: 1px solid #aaa;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input:after {
  content: " ";
  display: block;
  clear: left;
}
.selectize-input.dropdown-active:before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.selectize-dropdown .optgroup-header,
.selectize-dropdown .option {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #ebf5f1;
  color: #000;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: gray transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px;
  border-color: transparent transparent gray;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  font-weight: 700;
  border-radius: 3px;
  background-color: #44886c;
  box-shadow:
    0 1px 0 rgba(0, 0, 0, 0.2),
    inset 0 1px hsla(0, 0%, 100%, 0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #44886c;
}
.selectize-control.single .selectize-input {
  box-shadow:
    0 1px 0 rgba(0, 0, 0, 0.05),
    inset 0 1px 0 hsla(0, 0%, 100%, 0.8);
  background-repeat: repeat-x;
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: 700;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}
.tablepress tfoot th,
.tablepress thead th {
  background-color: #ecf6f7;
}
.sorting:hover,
.sorting_asc,
.sorting_desc,
.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
  background-color: #d3eaec;
}
.dataTables_wrapper label {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.dataTables_filter,
.dataTables_length {
  margin-bottom: 1rem;
}
.dataTables_wrapper .dataTables_filter input {
  padding: 0.1rem 0.25rem;
}
div.dataTables_paginate a {
  display: inline-block;
  border: 0;
  border-radius: 2px;
  box-shadow: none;
  color: gray !important;
  background: #fff !important;
  border: 1px solid #d3d3d3 !important;
  border-radius: 2px !important;
  white-space: nowrap;
  padding: 0.48rem 0.8rem !important;
  line-height: 1 !important;
  position: relative;
  transition: all 0.25s ease-in-out;
  text-decoration: none !important;
  margin-bottom: 0.5rem;
  text-align: left;
}
div.dataTables_paginate a:hover {
  color: #4a4a4a !important;
  border: 1px solid #7d7d7d !important;
  box-shadow: none;
}
.paging_simple .paginate_button.next:after,
.paging_simple .paginate_button.next:before,
.paging_simple .paginate_button.previous:before {
  content: "";
}
.sorting:after,
.sorting_asc:after,
.sorting_desc:after,
.tablepress .sorting:after,
.tablepress .sorting_asc:after,
.tablepress .sorting_desc:after {
  font-family: TablePress;
  color: #89bbb7;
  font-weight: 400;
  font-size: 14px;
  margin: auto;
  height: 14px;
  line-height: 1;
  padding-left: 8px;
}
.sorting,
.sorting_asc,
.sorting_desc {
  position: relative;
}
.sorting:after {
  content: "\f0dc";
}
.sorting_asc:after {
  content: "\f0d8";
}
.sorting_desc:after {
  content: "\f0d7";
}
.map-wrapper {
  position: relative;
  padding-bottom: 85%;
  margin-bottom: 1.5rem;
}
.map-wrapper > div {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*! nouislider - 12.1.0 - 10/25/2018 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 10px;
}
.noUi-horizontal .noUi-handle {
  width: 25px;
  height: 25px;
  left: -17px;
  top: -9px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 25px;
  height: 25px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow:
    inset 0 1px 1px #f0f0f0,
    0 3px 6px -5px #bbb;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3fb8af;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #d3d3d3;
  border-radius: 100%;
  background: #fff;
  cursor: default;
  box-shadow:
    inset 0 0 1px #fff,
    inset 0 1px 7px #ebebeb,
    0 3px 6px -3px gray;
}
.noUi-active {
  box-shadow:
    inset 0 0 1px #fff,
    inset 0 1px 7px #ddd,
    0 3px 6px -3px gray;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled].noUi-handle,
[disabled] .noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-large,
.noUi-marker-sub {
  background: #aaa;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 120%;
}
@keyframes c {
  0% {
    opacity: 0;
    transform: translate3d(0, 5%, 0) scaleY(1);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: c;
}
.u-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.u-clearfix {
  clear: both;
}
.u-center {
  text-align: center;
}
.u-shadow {
  box-shadow:
    0 -1px 1px 0 rgba(0, 0, 0, 0.05),
    0 3px 5px 0 rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.25s ease-in-out;
}
@media (max-width: 43.74em) {
  .u-shadow {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
  }
}
a .u-shadow:hover {
  box-shadow:
    0 4px 25px 0 rgba(0, 0, 0, 0.3),
    0 0 1px 0 rgba(0, 0, 0, 0.25);
}
.u-condensed {
  line-height: 1;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
hr {
  border: none;
  height: 1px;
  background-color: #d3d3d3;
  margin: 3rem 0;
  text-align: center;
}
hr:after {
  content: "";
  background: #fff url(../images/fm-icon-lightgray-6e5eb42014.svg) 50%;
  background-size: 100%;
  box-shadow: 0 0 0 0.3rem #fff;
  height: 1.5rem;
  width: 1.5rem;
  display: inline-block;
  position: relative;
  top: -0.75rem;
  font-size: 18px;
}
code,
pre,
samp {
  font-family: Menlo, Consolas, monospace;
}
code,
kbd {
  display: inline-block;
  font-size: 0.9rem;
  padding: 0.3rem 0.6rem;
  border: 1px solid #c7c7c7;
  border-radius: 0.3rem;
  background: #fafafa;
  color: #15626a;
}
pre {
  margin: 2rem -1.5rem -1rem;
  overflow-x: scroll;
}
pre code {
  font-size: 1rem;
  border: none;
  border-radius: 0;
}
mark {
  background-color: #ecf6f7;
  color: #4a4a4a;
  padding: 0.15rem 0.4rem;
}
embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
}
:root,
html {
  font-size: 0.875rem;
}
@media screen and (min-width: 20rem) {
  :root,
  html {
    font-size: calc(0.875rem + 0.1675 * (100vw - 20rem) / 100);
  }
}
@media screen and (min-width: 120rem) {
  :root,
  html {
    font-size: 1.0425rem;
  }
}
body {
  font-family:
    Roboto,
    Libre Franklin,
    sans-serif;
  line-height: 1.5;
  font-size: 1.2rem;
  color: #4a4a4a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.content > .lede:first-child,
.content > h1:first-child,
.content > h2:first-child,
.content > h3:first-child,
.content > h4:first-child,
.content > h5:first-child,
.content > h6:first-child,
.entry-content > .lede:first-child,
.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.content a {
  border-bottom: 0.1rem solid #cae0de;
  box-shadow: inset 0 -0.05em 0 #cae0de;
  transition: all 0.25s ease-in-out;
}
.content a:hover {
  border-bottom-color: #05373d;
  box-shadow: inset 0 -0.05em 0 #05373d;
  text-decoration: none;
}
a[href$="gif"],
a[href$="gif"]:hover,
a[href$="jpeg"],
a[href$="jpeg"]:hover,
a[href$="jpg"],
a[href$="jpg"]:hover,
a[href$="png"],
a[href$="png"]:hover {
  text-decoration: none;
  border: none;
  box-shadow: none;
}
a img {
  border: none;
  vertical-align: top;
}
address {
  font-style: normal;
}
abbr[title] {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, Helvetica, serif;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 2.75rem;
  margin-bottom: 1rem;
  color: #1d7f8a;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
p {
  margin-top: 0.5rem;
  margin-bottom: 1.2rem;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
h1 {
  font-size: 1.602rem;
}
@media screen and (min-width: 20rem) {
  h1 {
    font-size: calc(1.602rem + 0.998 * (100vw - 20rem) / 100);
  }
}
@media screen and (min-width: 120rem) {
  h1 {
    font-size: 2.6rem;
  }
}
h2 {
  font-size: 1.424rem;
}
@media screen and (min-width: 20rem) {
  h2 {
    font-size: calc(1.424rem + 0.945 * (100vw - 20rem) / 100);
  }
}
@media screen and (min-width: 120rem) {
  h2 {
    font-size: 2.369rem;
  }
}
h3 {
  font-size: 1.266rem;
}
@media screen and (min-width: 20rem) {
  h3 {
    font-size: calc(1.266rem + 0.511 * (100vw - 20rem) / 100);
  }
}
@media screen and (min-width: 120rem) {
  h3 {
    font-size: 1.777rem;
  }
}
h4 {
  font-size: 1.125rem;
}
@media screen and (min-width: 20rem) {
  h4 {
    font-size: calc(1.125rem + 0.208 * (100vw - 20rem) / 100);
  }
}
@media screen and (min-width: 120rem) {
  h4 {
    font-size: 1.333rem;
  }
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 0.79rem;
}
@media screen and (min-width: 20rem) {
  h6 {
    font-size: calc(0.79rem + -0.04 * (100vw - 20rem) / 100);
  }
}
@media screen and (min-width: 120rem) {
  h6 {
    font-size: 0.75rem;
  }
}
a {
  color: #15626a;
  transition: color 0.5s;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  color: #05373d;
}
dt {
  font-weight: 700;
}
.lede {
  font-family: Bitter, serif;
  color: #4a4a4a;
  letter-spacing: -0.4px;
  line-height: 1.6;
  margin-top: 0.6rem;
  margin-bottom: 2rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 20rem) {
  .lede {
    font-size: calc(1.3rem + 0.3 * (100vw - 20rem) / 100);
  }
}
@media screen and (min-width: 120rem) {
  .lede {
    font-size: 1.6rem;
  }
}
.dropcap {
  font:
    700 7.5rem/8rem Montserrat,
    PT Serif,
    Bitter,
    serif;
  float: left;
  text-align: center;
  margin-bottom: -2rem;
  position: relative;
  top: -0.8rem;
  margin-right: 1.25rem;
  color: #1d7f8a;
  text-transform: uppercase;
}
.small {
  font-size: 80%;
}
html {
  background-color: #fff;
  font-family:
    Libre Franklin,
    sans-serif;
}
.skip-link,
.skip-link:hover,
.skip-link:visited {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:active,
.skip-link:focus {
  z-index: 500;
  top: auto;
  width: auto;
  height: auto;
  left: auto;
  padding: 1rem;
  background: #fff;
  color: #5076b8;
}
.content ol,
.content ul {
  margin-bottom: 1.2rem;
}
.content li {
  text-indent: -0.75rem;
  margin-left: 1rem;
}
.content li + li {
  margin-top: 1rem;
}
.content ol {
  counter-reset: a;
}
.content ol li:before {
  counter-increment: a;
  content: counter(a) ".";
  color: #89bbb7;
  margin-right: 0.25rem;
}
.content ol ol {
  margin-left: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.content ul li:before {
  content: "";
  border-radius: 100%;
  display: inline-block;
  position: relative;
  width: 5px;
  height: 5px;
  top: -0.3rem;
  background-color: #89bbb7;
  margin-right: 0.5rem;
}
.content ul ul {
  margin-left: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.content article {
  margin-bottom: 2rem;
}
.list--bare {
  margin-bottom: 1rem;
}
.list--bare li:before {
  background: none;
  content: none;
}
.entry-title {
  margin-bottom: 0.25rem;
}
table {
  font-size: 1rem;
  max-width: 100%;
  margin-bottom: 1rem;
  width: 100%;
  min-height: 0;
  overflow-x: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media (max-width: 61.24em) {
  main table {
    display: block;
  }
  main table tbody,
  main table thead {
    width: 100%;
    display: table;
  }
}
table caption {
  color: gray;
  margin-bottom: 1rem;
}
table td,
table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #d3d3d3;
}
table td > p,
table th > p {
  margin-top: 0;
}
table th {
  color: #05373d;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  background-color: #ecf6f7;
  vertical-align: bottom;
  border-top: none;
  border-bottom: 1px solid #bad7d5;
}
table tbody + tbody {
  border-top: 1px solid #d3d3d3;
}
table .smtxt {
  display: block;
  font-size: 0.75em;
  color: #8d8d8d;
}
@media (max-width: 43.74em) {
  table.responsive {
    display: table;
    width: 100%;
  }
  table.responsive thead th {
    display: none;
  }
  table.responsive th {
    border-bottom: none;
    display: block;
    background-color: #ededed;
  }
  table.responsive tr {
    display: block;
    border-bottom: 2px solid #d3d3d3;
  }
  table.responsive td {
    width: 100%;
    text-align: left;
    display: block;
  }
  table.responsive td:after,
  table.responsive td:before {
    content: "";
    display: table;
  }
  table.responsive td:after {
    clear: both;
  }
  table.responsive td:first-child {
    text-align: left;
  }
  table.responsive td:before {
    content: attr(data-label);
    float: left;
    text-align: left;
    font-weight: 700;
    max-width: 75%;
  }
}
.hljs {
  display: block;
  overflow-x: auto;
  padding: 1.5em;
  background: #05373d;
  color: #c8dcde;
}
.hljs-comment,
.hljs-quote {
  color: #526c6f;
}
.hljs-addition,
.hljs-keyword,
.hljs-selector-tag {
  color: #a2db82;
}
.hljs-doctag,
.hljs-literal,
.hljs-meta .hljs-meta-string,
.hljs-number,
.hljs-regexp,
.hljs-string {
  color: #66b9b3;
}
.hljs-name,
.hljs-section,
.hljs-selector-class,
.hljs-selector-id,
.hljs-title {
  color: #73acd4;
}
.hljs-attr,
.hljs-attribute,
.hljs-class .hljs-title,
.hljs-template-variable,
.hljs-type,
.hljs-variable {
  color: #dfbd55;
}
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-meta .hljs-keyword,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-subst,
.hljs-symbol {
  color: #d28362;
}
.hljs-built_in,
.hljs-deletion {
  color: #e79f9e;
}
.hljs-formula {
  background: #073642;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: 700;
}
.o-wrapper {
  max-width: 1170px;
  margin: 0 auto;
}
.o-wrapper--large {
  height: 100%;
  margin: 0 auto;
  max-width: 1700px;
}
.o-wrapper--no-sidebar {
  max-width: 850px;
  padding: 1.5rem;
  background-color: #fff;
}
@media (min-width: 43.75em) {
  .o-wrapper--no-sidebar {
    padding-top: 3rem;
  }
}
.fm-home,
.o-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.o-flex {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.o-col {
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
}
.o-col-one-half {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media (min-width: 43.75em) {
  .o-col-one-half {
    -ms-flex: 0 0 calc(50% - 0.75rem);
    flex: 0 0 calc(50% - 0.75rem);
  }
  .o-col-one-half:nth-child(2n) {
    margin-right: 0;
  }
}
.o-col-one-third {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media (min-width: 31.25em) {
  .o-col-one-third {
    -ms-flex: 0 0 calc(33.33% - 1rem);
    flex: 0 0 calc(33.33% - 1rem);
  }
  .o-col-one-third:nth-child(3n) {
    margin-right: 0;
  }
}
.o-col-one-fourth {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media (min-width: 31.25em) and (max-width: 43.74em) {
  .o-col-one-fourth {
    -ms-flex: 0 0 calc(50% - 0.75rem);
    flex: 0 0 calc(50% - 0.75rem);
  }
  .o-col-one-fourth:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 43.75em) {
  .o-col-one-fourth {
    -ms-flex: 0 0 calc(25% - 1.15rem);
    flex: 0 0 calc(25% - 1.15rem);
  }
  .o-col-one-fourth:nth-child(4n) {
    margin-right: 0;
  }
}
.o-sidebar--page,
.o-sidebar--post {
  padding: 0.3rem 1.5rem 0;
  overflow: hidden;
}
@media (min-width: 61.25em) {
  .o-sidebar--page,
  .o-sidebar--post {
    display: block;
    -ms-flex: 0 1 20rem;
    flex: 0 1 20rem;
    padding: 1.5rem;
    padding-top: 3.7rem;
  }
}
@media (min-width: 61.25em) {
  .o-sidebar--page {
    float: left;
    width: 22rem;
  }
}
.o-sidebar--post {
  margin-bottom: 2.75rem;
}
.o-sidebar--post .widget:first-child > * {
  margin-top: 0;
}
@media (min-width: 61.25em) {
  .o-sidebar--post {
    font-size: 80%;
    line-height: 1.2rem;
    float: left;
    clear: left;
    width: 22rem;
  }
  .o-sidebar--post h3 {
    font-size: 140%;
  }
}
.o-sidebar--post {
  padding-top: 0;
}
@media (min-width: 61.25em) {
  .o-sidebar--post > section {
    padding: 0 1.5rem;
  }
}
@media (min-width: 61.25em) {
  .o-sidebar--post input[type="text"],
  .o-sidebar--post textarea {
    border-color: #a6a6a6;
  }
}
.o-sidebar--post input[type="search"],
.o-sidebar--post select {
  border-color: #a6a6a6;
}
.o-sidebar--post li {
  margin-bottom: 0.9rem;
}
.o-sidebar--post .wp-caption .wp-caption-text {
  text-align: left;
}
@media (min-width: 61.25em) {
  .o-sidebar--post .wp-caption .wp-caption-text {
    padding: 0.5rem 0;
  }
}
.o-sidebar--post .post-date,
.o-sidebar--post .rss-date,
.o-sidebar--post .widget_rss cite {
  font-size: 80%;
  display: block;
}
.o-sidebar--post .rss-widget-icon {
  display: none;
}
.o-sidebar--post figure {
  width: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 20em) {
  .o-sidebar--post figure {
    margin: 0 auto;
  }
}
@media (min-width: 43.75em) {
  .o-sidebar--post figure img {
    width: 100%;
  }
}
.o-sidebar--post .gform_wrapper {
  max-width: none;
}
@media (max-width: 43.74em) {
  .o-sidebar--post .gform_wrapper form {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media (max-width: 61.24em) {
  .o-sidebar--post .gform_wrapper form {
    padding: 1.5rem !important;
  }
}
@media (min-width: 61.25em) {
  .o-sidebar--post .gform_wrapper form {
    padding: 0 !important;
    border: none;
    background-color: transparent;
  }
}
.o-sidebar--post
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not(
    [type="file"]
  ) {
  line-height: inherit;
}
@media (min-width: 61.25em) {
  .o-sidebar--post .form__select-wrapper {
    font-size: 85%;
  }
  .o-sidebar--post .form__select-wrapper:before {
    top: 0;
  }
  .o-sidebar--post .form__select-wrapper:after {
    bottom: 0;
  }
}
.home-wrap,
main:not(.home-main) {
  padding: 1.5rem;
  max-width: 100%;
  min-width: 1%;
  width: 100%;
}
@media (min-width: 61.25em) {
  .home-wrap,
  main:not(.home-main) {
    float: right;
    width: calc(100% - 22rem);
    padding-top: 3.7rem;
    padding-bottom: 3.7rem;
  }
}
.full-width main {
  float: none;
  width: 100%;
}
@media (min-width: 43.75em) {
  .home-wrap {
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 61.25em) {
  .home-wrap {
    padding-top: 2.75rem;
  }
}
.calendar_wrap {
  font-weight: 700;
  color: gray;
}
.calendar_wrap caption {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 1rem;
}
.calendar_wrap a {
  font-weight: 700;
}
.calendar_wrap tfoot {
  text-transform: uppercase;
}
.calendar_wrap #next {
  text-align: right;
}
.home .o-wrapper.o-page-content {
  width: 100%;
  position: relative;
}
@media (max-width: 43.74em) {
  .home-wrap {
    padding-top: 0;
    margin-top: -1.25rem;
  }
}
@media (min-width: 73.125em) {
  .home-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 61.24em) {
  .front-page h3 {
    font-size: 1.75rem;
  }
}
.home-primary-wrap {
  width: 100%;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (min-width: 43.75em) {
  .home-primary-wrap {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.home-promos-and-events {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (min-width: 43.75em) {
  .home-promos-and-events {
    -ms-flex: 0 1 66%;
    flex: 0 1 66%;
  }
}
.home-butterfly-rainforest,
.home-promo {
  height: 200px;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  position: relative;
  background-position: 0 0;
  background-size: cover;
}
@media (min-width: 43.75em) {
  .home-butterfly-rainforest,
  .home-promo {
    float: left;
    width: calc(50% - 1rem);
    margin-bottom: 0.5rem;
  }
}
.home-butterfly-rainforest:after,
.home-promo:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  height: calc(100% - 1rem);
  width: calc(100% - 1rem);
  top: 50%;
  left: 50%;
  border: 2px solid hsla(0, 0%, 100%, 0.35);
  pointer-events: none;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.home-butterfly-rainforest h3,
.home-promo h3 {
  color: #fff;
  margin: 0;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.home-butterfly-rainforest .c-button,
.home-promo .c-button {
  display: block;
  position: absolute;
  bottom: 0.35rem;
}
@media (max-width: 81.24em) {
  .home-butterfly-rainforest .c-button,
  .home-promo .c-button {
    left: 1.5rem;
  }
}
@media (min-width: 81.25em) {
  .home-butterfly-rainforest .c-button,
  .home-promo .c-button {
    right: 1.5rem;
  }
}
@media (max-width: 43.74em) {
  .home-main {
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
}
.home-butterfly-rainforest {
  background: #d3d3d3;
  background-position: 0 100%;
  background-size: cover;
}
@media (min-width: 43.75em) {
  .home-butterfly-rainforest {
    margin-right: 1rem;
  }
}
.home-butterfly-rainforest .home-butterfly {
  background-image: url(../images/butterfly.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 200px;
  height: 175px;
  z-index: 10;
  right: -2.5rem;
  bottom: -2rem;
}
@media (min-width: 81.25em) {
  .home-butterfly-rainforest .home-butterfly {
    width: 324px;
    height: 286px;
    left: -140px;
    bottom: -53px;
  }
}
.home-events {
  background-color: #fff;
  height: auto;
  clear: both;
}
@media (min-width: 43.75em) {
  .home-events {
    width: calc(100% - 0.5rem);
  }
}
.home-events .home-event__numeric-day {
  float: left;
  font-weight: 700;
  font-size: 2.8rem;
  height: 2rem;
  line-height: 1.15;
  margin-left: 0.5rem;
}
.home-events .home-event__month-and-day {
  float: left;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
}
.home-events .home-event__month-and-day span {
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: -1px;
}
.home-events .home-event__month-and-day .home-event__weekday {
  color: gray;
  font-size: 0.75rem;
  line-height: 0.5;
}
.home-events .home-event__month-and-day .home-event__day {
  text-transform: capitalize;
  margin: 0;
}
.home-events .home-event__month-and-day .home-event__day span {
  font-style: normal;
}
.home-events .home-event__month-and-day .home-event-time {
  color: gray;
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: lowercase;
  margin: 0;
  margin-top: 0.5rem;
}
.home-events h3 {
  padding-top: 1rem;
  margin: 0.5rem 1rem -1rem;
}
@media (max-width: 43.74em) {
  .home-events h3 {
    margin-bottom: 0.5rem;
    margin-left: 0;
  }
}
.home-events h3 a {
  color: gray;
}
.home-events h3 span {
  font-weight: 400;
  letter-spacing: -0.5px;
}
.home-events li {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (min-width: 43.75em) {
  .home-events li {
    padding: 1rem;
    -ms-flex: 1;
    flex: 1;
  }
}
.home-events h4 {
  margin-top: 0;
  padding-top: 1rem;
  clear: both;
}
@media (max-width: 61.24em) {
  .home-events h4 {
    font-size: 1.3rem;
  }
}
.home .tribe-events-list-event-category {
  clear: both;
}
.home-info {
  background: #fff;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  border: 0.25rem solid #fff;
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.2);
  padding-bottom: 7rem;
  margin-bottom: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (min-width: 43.75em) {
  .home-info {
    position: relative;
    margin: -6.3rem 0 -3.5rem;
    z-index: 10;
    -ms-flex: 0 1 34%;
    flex: 0 1 34%;
    height: auto;
  }
}
.home-info .home-info-body {
  padding: 1.5rem;
  padding-top: 0;
}
.home-info h3 {
  margin: 0;
  background: #89bbb7;
  padding: 0.5rem 1rem;
}
.home-info h3 a {
  color: #fff;
}
.home-info h3 span {
  font-weight: 400;
  letter-spacing: -0.5px;
}
.home-info h4 {
  text-transform: uppercase;
  margin-top: 2rem;
}
.home-info .home-hours {
  margin-bottom: 0;
}
.home-info .home-hours span {
  float: right;
}
.home-support-promo {
  background-color: #c3a38e;
}
.home-support-promo .o-wrapper {
  position: relative;
  min-height: 570px;
}
.home-support-promo__image {
  background-size: cover;
  min-height: 30rem;
}
.home-support-promo__heading {
  color: #492308;
  margin-top: 0;
}
.home-support-promo__info {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding: 1.5rem;
  position: relative;
  z-index: 2;
  color: #492308;
}
@media (min-width: 61.25em) {
  .home-support-promo__info {
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
    color: #77390d;
  }
}
.home-support-promo .c-button {
  margin-bottom: 0.5rem;
  float: left;
  clear: left;
  border: none;
}
@media (min-width: 43.75em) and (max-width: 61.24em) {
  .home-support-promo .c-button {
    clear: none;
    margin-right: 1rem;
  }
}
.home-support-promo .c-button,
.home-support-promo .c-button:active,
.home-support-promo .c-button:focus,
.home-support-promo .c-button:hover,
.home-support-promo .c-button:visited {
  border: 1px solid #492308;
  background: #77390d;
}
.home-support-promo .c-button + .c-button {
  margin-left: 0;
}
.home-support-promo__image {
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
  position: relative;
}
@media (min-width: 43.75em) {
  .home-support-promo__image {
    top: 0;
    overflow: hidden;
  }
}
@media (min-width: 43.75em) and (max-width: 61.24em) {
  .home-support-promo__image {
    margin-top: -3rem;
  }
}
.home-support-promo__image img {
  width: 100%;
  position: relative;
}
@media (max-width: 43.74em) {
  .home-support-promo__image img {
    bottom: 3.5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 43.75em) and (max-width: 61.24em) {
  .home-support-promo__image img {
    margin-bottom: 4rem;
  }
}
.home-support-promo__callout {
  color: #fff;
  background: #492308;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.5rem 1.5rem 1rem;
}
.home-support-promo__date,
.home-support-promo__link,
.home-support-promo__more {
  font-size: 0.9rem;
  font-weight: 700;
  opacity: 0.6;
  margin-bottom: 0;
  text-transform: uppercase;
}
.home-support-promo__more {
  text-decoration: underline;
}
.home-support-promo__link {
  opacity: 1;
}
.home-support-promo__link:active,
.home-support-promo__link:hover,
.home-support-promo__link:visited {
  color: #fff;
}
.home-support-promo__title {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  margin: 0;
}
.home-support-promo .home-offset-background {
  display: none;
}
@media (min-width: 61.25em) {
  .home-support-promo .home-offset-background {
    display: block;
    left: calc(-1px - ((100vw - 100%)) + 1px);
    width: calc(100vw - 65%);
    background-color: #efefef;
    position: absolute;
    height: 100%;
    opacity: 0.7;
    top: 0;
  }
}
.home-offset-background {
  display: none;
}
@media (min-width: 43.75em) {
  .home-offset-background {
    display: block;
    background-color: #074c55;
    background-size: cover;
    position: absolute;
    height: 100%;
    top: 0;
  }
}
@media (max-width: 73.125em) {
  .home-offset-background {
    width: 1.5rem;
    left: calc(100% - 1.5rem);
  }
}
@media (min-width: 73.125em) {
  .home-offset-background {
    left: 100%;
    width: calc((100vw - 100%) / 2);
  }
}
.home-science-stories {
  background-color: #9ca8a7;
  clear: both;
}
@media (max-width: 73.125em) {
  .home-science-stories .o-wrapper {
    padding: 0 1.5rem;
  }
}
.home-science-stories h3 {
  margin: 0;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.home-science-stories h3 a {
  color: #fff;
}
.home-science-stories h3 span {
  font-weight: 400;
}
.c-article-item {
  margin-bottom: 2rem;
}
.c-article-item__content {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (min-width: 43.75em) {
  .c-article-item__content {
    -ms-flex: 1;
    flex: 1;
  }
}
.c-article-item__meta {
  text-transform: uppercase;
  margin-top: -0.25rem;
  margin-bottom: 0.25rem;
  display: block;
  font-size: 0.9rem;
  color: #9a9a9a;
}
.c-article-item__author {
  text-transform: capitalize;
}
.c-article-item--cal__meta {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
.c-article-item .rss-image,
.c-article-item__image {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-bottom: 1rem;
}
@media (min-width: 43.75em) {
  .c-article-item .rss-image,
  .c-article-item__image {
    -ms-flex: 0 200px;
    flex: 0 200px;
    margin-right: 1rem;
  }
}
.c-article-item .meta-author-name a {
  color: #444;
  border: none;
  box-shadow: none;
}
.c-article-item .fetched {
  padding-bottom: 65%;
  display: block;
  background-size: cover;
  background-position: 50%;
  position: relative;
}
@media (min-width: 43.75em) {
  .c-article-item .fetched {
    padding-bottom: 75%;
  }
}
.c-article-item h3,
.c-article-item h3.entry-title {
  margin-top: 0;
  margin-bottom: 0;
}
.c-article-item h3 a,
.c-article-item h3 a:active,
.c-article-item h3 a:hover,
.c-article-item h3 a:visited,
.c-article-item h3.entry-title a,
.c-article-item h3.entry-title a:active,
.c-article-item h3.entry-title a:hover,
.c-article-item h3.entry-title a:visited {
  text-decoration: none;
  border: none;
  box-shadow: none;
}
.c-rss-feed__heading {
  margin-bottom: 1.5rem;
}
.c-rss-feed__heading a,
.c-rss-feed__heading a:active,
.c-rss-feed__heading a:hover,
.c-rss-feed__heading a:visited {
  text-decoration: none;
  border: none;
  box-shadow: none;
}
.c-rss-feed--grid {
  margin: 0 -0.5rem;
}
.c-rss-feed--grid .c-article-item {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 0.5rem;
  margin-bottom: 2.5rem;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
@media (min-width: 31.25em) {
  .c-rss-feed--grid .c-article-item {
    -ms-flex: 0 1 calc(50% - 1rem - 1px);
    flex: 0 1 calc(50% - 1rem - 1px);
  }
}
@media (min-width: 61.25em) {
  .c-rss-feed--grid .c-article-item {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: calc(25% - 1rem - 1px);
    flex-basis: calc(25% - 1rem - 1px);
    min-height: 410px;
  }
}
.c-rss-feed--grid .c-article-item .rss-image {
  margin: 0;
  -ms-flex: 0 1 200px;
  flex: 0 1 200px;
  width: 100%;
}
.c-rss-feed--grid .c-article-item .title {
  margin-top: 0.5rem;
  color: #15626a;
}
@media (max-width: 61.24em) {
  .c-rss-feed--grid .c-article-item .title {
    font-size: 1.3rem;
  }
}
.c-rss-feed--grid .c-article-item .title:hover {
  text-decoration: underline;
}
.c-rss-feed--grid .c-article-item__content {
  padding: 1rem;
  -ms-flex: 1;
  flex: 1;
}
.c-rss-feed--grid .c-article-item__meta {
  font-size: 70%;
  padding-top: 0.5rem;
}
.c-rss-feed--grid .c-article-item__author {
  padding: 0 1rem;
  font-size: 1rem;
}
.c-rss-feed--grid .c-article-item__author .author-by {
  color: #9a9a9a;
  font-style: italic;
  font-family:
    PT Serif,
    serif;
  margin-right: 0.15rem;
}
.c-site-logo {
  background: url(../images/site-logo-d7f1bb3882.svg) 50% no-repeat;
  background-size: 100%;
}
body.site-nav-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.c-header {
  position: relative;
  z-index: 3;
  font-weight: 700;
}
.c-primary-site-nav.mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
@media (min-width: 43.75em) {
  .c-primary-site-nav.mobile {
    display: none;
  }
}
.c-primary-site-nav.mobile > li {
  border-style: solid;
  border-color: #26565a;
  border-width: 0 1px 1px 0;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  font-size: 2rem;
  line-height: 2.5rem !important;
  padding: 1rem 1.5rem;
  margin: 0 -1px;
}
.c-primary-site-nav.mobile > li.is-active-nav,
.c-primary-site-nav.mobile > li:active {
  background-color: #26565a;
}
.c-primary-site-nav.mobile > li a,
.c-primary-site-nav.mobile > li a:active,
.c-primary-site-nav.mobile > li a:hover,
.c-primary-site-nav.mobile > li a:visited {
  text-decoration: none;
}
.c-primary-site-nav.mobile + .menu {
  padding: 1.25rem;
  font-size: 1.5rem;
  padding-right: 0;
}
.c-header__site-nav .site-nav-children .mobile li {
  transition: none !important;
}
.c-header__site-nav {
  background-color: #1d7f8a;
}
@media (max-width: 43.74em) {
  .c-header__site-nav {
    font-family: Montserrat;
    padding: 0.9rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 4rem;
  }
  .c-header__site-nav .site-nav-children {
    font-size: 2rem;
    position: fixed;
    top: 4rem;
    right: 0;
    left: 0;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: #0e3d42;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    padding: 1.5rem;
  }
  .c-header__site-nav .site-nav-children.active,
  .c-header__site-nav .site-nav-children.active li {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .c-header__site-nav .site-nav-children.active li {
    opacity: 1;
  }
  .c-header__site-nav .site-nav-children li {
    line-height: 4rem;
    opacity: 0;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .c-header__site-nav .site-nav-children li:first-child {
    transition: all 0.3s cubic-bezier(0.9, -0.4, 0.2, 1.15) 0.2s;
  }
  .c-header__site-nav .site-nav-children li:nth-child(2) {
    transition: all 0.3s cubic-bezier(0.9, -0.4, 0.2, 1.15) 0.35s;
  }
  .c-header__site-nav .site-nav-children li:nth-child(3) {
    transition: all 0.3s cubic-bezier(0.9, -0.4, 0.2, 1.15) 0.5s;
  }
  .c-header__site-nav .site-nav-children li:nth-child(4) {
    transition: all 0.3s cubic-bezier(0.9, -0.4, 0.2, 1.15) 0.65s;
  }
}
@media (max-width: 43.74em) and (max-width: 43.74em) {
  .c-header__site-nav .c-header__search-wrap svg {
    margin-top: 5px;
    width: 23px;
    height: 23px;
  }
  .c-header__site-nav .c-header__search-wrap span {
    display: none;
  }
}
@media (max-width: 43.74em) {
  .c-header__site-nav a {
    color: #fff;
  }
}
@media (min-width: 43.75em) {
  .c-header__site-nav:after,
  .c-header__site-nav:before {
    content: "";
    display: table;
  }
  .c-header__site-nav:after {
    clear: both;
  }
  .c-header__site-nav ul {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 82px;
    float: right;
  }
  .c-header__site-nav ul li {
    position: relative;
  }
  .c-header__site-nav ul li.is-active-nav,
  .c-header__site-nav ul li.js-has-dropdown.active,
  .c-header__site-nav ul li:hover {
    cursor: pointer;
  }
  .c-header__site-nav ul li.is-active-nav a:after,
  .c-header__site-nav ul li.js-has-dropdown.active a:after,
  .c-header__site-nav ul li:hover a:after {
    left: 0;
    opacity: 1;
    right: 0;
  }
  .c-header__site-nav ul a {
    color: #fff;
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 1.05rem;
    margin: 0.7rem 1.7rem;
    padding-bottom: 0;
    position: relative;
    text-decoration: none;
  }
}
@media (min-width: 43.75em) and (-ms-high-contrast: active),
  (min-width: 43.75em) and (-ms-high-contrast: none) {
  .c-header__site-nav ul a.js-toggle-search {
    max-width: 100px;
  }
}
@media (min-width: 43.75em) {
  .c-header__site-nav ul a:after {
    border-bottom: 3px solid #89bbb7;
    bottom: -0.3rem;
    content: "";
    left: 50%;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 50%;
    transition: all 0.15s ease-in-out;
  }
}
.c-header__site-logo {
  height: 33px;
  margin: 0 auto;
  width: 120px;
}
@media (min-width: 43.75em) {
  .c-header__site-logo {
    background-size: inherit;
    height: 82px;
    margin: 0;
    width: 242px;
    position: absolute;
  }
}
@media (min-width: 61.25em) {
  .c-header__site-logo {
    background-color: #13585f;
  }
}
.c-header__site-logo h1 {
  height: 100%;
  margin: 0;
  text-indent: -999em;
}
.c-header__site-logo a {
  display: block;
  height: 100%;
}
.c-header__primary-nav {
  background-color: #15626a;
  font-family: Montserrat, sans-serif;
  font-size: 0.7rem;
}
.c-header__primary-nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 43.74em) {
  .c-header__primary-nav ul {
    display: none;
    height: 2.75rem;
  }
}
@media (min-width: 43.75em) {
  .c-header__primary-nav ul {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (max-width: 43.74em) {
  .c-header__primary-nav li {
    overflow: hidden;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
  }
}
.c-header__primary-nav li.is-active-nav a {
  background-color: #1d7f8a;
}
.c-header__primary-nav a {
  display: block;
  padding: 0.9rem 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.25s ease-in-out;
}
.c-header__primary-nav a:hover {
  background-color: #125057;
}
@media (min-width: 43.75em) {
  .c-header__primary-nav a {
    padding: 0.5rem 1.5rem;
  }
}
.c-header__toggle-nav {
  width: 24px;
  height: 24px;
  padding: 0.3rem 0.1875rem;
  position: relative;
}
@media (min-width: 43.75em) {
  .c-header__toggle-nav {
    display: none;
  }
}
.c-header__toggle-nav .c-header__toggle-nav-inner {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.c-header__toggle-nav .c-header__toggle-nav-inner:after,
.c-header__toggle-nav .c-header__toggle-nav-inner:before {
  border-radius: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  content: "";
}
.c-header__toggle-nav .c-header__toggle-nav-inner:before {
  top: 8px;
  transition: opacity 0.15s ease 0.18s;
}
.c-header__toggle-nav .c-header__toggle-nav-inner:after {
  top: 16px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.c-header__toggle-nav.active .c-header__toggle-nav-inner {
  transform: translate3d(0, 0.5rem, 0) rotate(135deg);
}
.c-header__toggle-nav.active .c-header__toggle-nav-inner:before {
  opacity: 0;
}
.c-header__toggle-nav.active .c-header__toggle-nav-inner:after {
  transform: translate3d(0, -1.1rem, 0) rotate(-270deg);
}
.c-header:before {
  content: "mobile";
  display: none;
}
.c-header .site-nav-children {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.c-header .site-nav-children.hide {
  opacity: 0;
}
.c-header .morph-dropdown-wrapper {
  display: none;
}
@media (min-width: 43.75em) {
  .c-header:before {
    content: "desktop";
  }
  .c-header .morph-dropdown-wrapper {
    display: block;
    position: absolute;
    top: 2rem;
    width: auto;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    height: 0;
    transform: translateZ(0);
    will-change: transform;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition: transform 0.3s;
  }
  .c-header.is-dropdown-visible .morph-dropdown-wrapper {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .c-header .dropdown-list {
    position: relative;
    top: 82.5px;
    left: 0;
    visibility: hidden;
    transform: translateZ(0);
    will-change: transform, width, height;
    transition: visibility 0.3s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }
  .c-header .dropdown-list .triangle {
    text-align: center;
    content: "";
    position: absolute;
    bottom: 100%;
    height: 0;
    width: 0;
    top: -16px;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    opacity: 0;
    transition: opacity 0.3s;
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  .c-header .dropdown-list > ul {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .c-header.is-dropdown-visible .dropdown-list {
    visibility: visible;
    transition:
      transform 0.3s,
      width 0.3s,
      height 0.3s;
  }
  .c-header.is-dropdown-visible .dropdown-list .triangle {
    opacity: 1;
    transition: transform 0.3s;
  }
  .c-header .dropdown {
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transition:
      opacity 0.3s,
      visibility 0.3s;
  }
  .c-header .dropdown.active {
    opacity: 1;
    visibility: visible;
  }
  .c-header .dropdown.active .content {
    opacity: 1;
  }
  .c-header .dropdown.move-left .content {
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  .c-header .dropdown.move-right .content {
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  .c-header .dropdown-3 .content {
    width: 30rem;
  }
  .c-header .content {
    padding: 2.2em 1.8em;
    transition:
      opacity 0.3s,
      transform 0.3s;
    text-align: left;
    width: 40rem;
    opacity: 0;
  }
  .c-header .bg-layer {
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    opacity: 0;
    transition: opacity 0.3s;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .c-header.is-dropdown-visible .bg-layer {
    opacity: 1;
    transition:
      transform 0.3s,
      opacity 0.3s;
  }
}
.masthead {
  background-color: #d3d3d3;
  background-size: contain;
  color: #fff;
  position: relative;
}
@media (min-width: 43.75em) {
  .masthead {
    background-color: #05373d;
  }
}
@media (min-width: 61.25em) {
  .masthead {
    top: -122px;
    margin-bottom: -122px;
  }
}
.masthead--no-image {
  background-color: #05373d;
}
.masthead--no-image .masthead__meta a {
  color: #fff;
}
.masthead__category {
  font-size: 0.9rem;
  font-family: Roboto, Montserrat, sans-serif;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #89bbb7;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
@media (min-width: 61.25em) {
  .masthead__category {
    text-align: left;
    text-indent: 3px;
  }
}
.masthead__category--event,
.masthead__category--half-mast {
  text-align: center;
}
.masthead__category a,
.masthead__category a:hover {
  color: #89bbb7;
}
.masthead__heading {
  color: #fff;
  font-size: 2.25rem;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}
@media (min-width: 61.25em) {
  .masthead__heading {
    font-size: 3rem;
    line-height: 4.5rem;
    text-align: left;
  }
}
.masthead__heading span {
  color: #89bbb7;
  font-weight: 400;
}
.event .masthead__heading {
  text-align: center;
}
.event .masthead__event-time {
  text-align: center;
  color: #fff;
}
.event .masthead__event-location {
  color: #89bbb7;
}
.masthead__info {
  padding: 3rem;
}
@media (min-width: 61.25em) {
  .masthead__info {
    padding: 1.5rem;
    padding-bottom: 3rem;
    padding-top: 10.5rem;
  }
}
.masthead__event-time,
.masthead__meta {
  margin-top: 0.5rem;
  display: block;
  text-align: center;
}
@media (min-width: 43.75em) {
  .masthead__event-time,
  .masthead__meta {
    color: #fff;
  }
}
.masthead__event-time:before,
.masthead__meta:before {
  display: block;
  content: "";
  height: 2px;
  width: 50px;
  background: #89bbb7;
  opacity: 0.5;
  margin: 0.75rem auto;
  position: relative;
}
@media (min-width: 43.75em) {
  .masthead__event-time:before,
  .masthead__meta:before {
    margin: 1.5rem auto;
  }
}
@media (min-width: 61.25em) {
  .masthead__meta {
    text-align: left;
  }
  .masthead__meta:before {
    margin: 1rem 0;
  }
}
.meta-author-name {
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 0.25rem;
}
.meta-author-name:after {
  content: "  •  ";
  margin-left: 0.25rem;
}
.meta-author-name a {
  color: #444;
}
@media (min-width: 43.75em) {
  .meta-author-name a {
    color: #fff;
  }
}
.masthead__event-location {
  font-size: 0.9rem;
  font-family: Roboto, Montserrat, sans-serif;
  margin-bottom: 0.75rem;
  color: gray;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
@media (min-width: 43.75em) {
  .masthead__event-location {
    color: #fff;
  }
}
.masthead__subheading {
  text-align: center;
  margin-bottom: 0;
  margin-top: 1rem;
}
@media (min-width: 61.25em) {
  .masthead__subheading {
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-align: left;
    margin-bottom: 1rem;
  }
}
.masthead__image {
  background-size: cover;
  background-position: 50%;
  height: 0;
  padding-bottom: 65%;
}
@media (min-width: 61.25em) {
  .masthead__image {
    padding-bottom: 50%;
  }
}
@media (min-width: 81.25em) {
  .masthead__image {
    padding-bottom: 45rem;
  }
}
.masthead__image.b-lazy {
  transition: opacity 0.8s ease-in-out;
  opacity: 0;
}
.masthead__image.b-loaded {
  opacity: 1;
}
@media (min-width: 43.75em) {
  .b-loaded .masthead__info {
    animation: c 1.25s 0.8s 1;
    animation-fill-mode: forwards;
  }
}
@media (max-width: 73.125em) {
  .masthead--half-size {
    margin-top: 0;
    top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 43.74em) {
  .masthead--half-size .masthead__subheading {
    margin: 1rem 2rem 0.5rem;
    color: grey;
  }
  .masthead--half-size .masthead__info {
    background-color: #fff;
    text-align: center;
    padding: 1rem;
    padding-bottom: 1.5rem;
    color: #444;
  }
  .masthead--half-size .masthead__heading {
    padding: 0;
    padding-top: 1rem;
    display: inline;
    color: #444;
  }
}
@media (min-width: 43.75em) {
  .masthead--half-size {
    background-image: none;
    background-color: #05373d;
  }
  .masthead--half-size .o-wrapper {
    display: -ms-flexbox;
    display: flex;
    min-height: 40rem;
    -ms-flex-align: center;
    align-items: center;
  }
  .masthead--half-size .masthead__heading {
    font-size: 2.5rem;
    line-height: 3rem;
    padding: 0;
    text-align: center;
  }
  .masthead--half-size .masthead__info {
    -ms-flex: 1;
    flex: 1;
    max-width: 50%;
    padding: 1.5rem;
    padding-right: 2rem;
    margin-top: 8.5rem;
  }
  .masthead--half-size .masthead__subheading {
    padding-bottom: 3rem;
    margin-top: 1rem;
    text-align: center;
  }
  .masthead--half-size .masthead__image {
    -ms-flex: 1;
    flex: 1;
    background-position: top;
    height: 100%;
    padding-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 2;
  }
  .masthead--half-size .masthead__meta {
    text-align: center;
  }
  .masthead--half-size .masthead__meta:before {
    margin: 1rem auto;
  }
}
@media (min-width: 20em) and (max-width: 73.125em) {
  .masthead--half-size {
    margin-top: 0;
  }
  .masthead--half-size .o-wrapper {
    min-height: 22rem;
  }
  .masthead--half-size .masthead__heading {
    font-size: 2.25rem;
  }
  .masthead--half-size .masthead__subheading {
    padding-bottom: 0;
  }
  .masthead--half-size .masthead__info {
    margin-top: 0;
  }
  .masthead--half-size .masthead__image {
    background-position: 50%;
  }
}
.masthead--full-size {
  background-color: #d3d3d3;
  background-image: none;
}
@media (min-width: 43.75em) {
  .masthead--full-size {
    background-color: #fff;
  }
}
@media (max-width: 73.125em) {
  .masthead--full-size {
    margin-top: 0;
    top: 0;
    margin-bottom: 0;
  }
}
.masthead--full-size .overlay {
  display: none;
}
@media (min-width: 43.75em) {
  .masthead--full-size .overlay {
    display: block;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, transparent);
    width: 100%;
    z-index: 1;
    position: absolute;
    height: 60%;
    bottom: 0;
    max-width: 1700px;
  }
}
.masthead--full-size .masthead__category {
  color: #444;
  margin-top: 0;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0;
  text-transform: uppercase;
}
@media (min-width: 43.75em) {
  .masthead--full-size .masthead__category {
    text-align: left;
    text-indent: 3px;
    color: #fff;
    margin-bottom: 1rem;
  }
}
.masthead--full-size .masthead__info {
  padding: 1.5rem;
  text-align: center;
}
@media (max-width: 43.74em) {
  .masthead--full-size .masthead__info {
    padding: 1.25 1rem 1.5rem;
    background-color: #fff;
    color: #444;
  }
}
@media (min-width: 43.75em) {
  .masthead--full-size .masthead__info {
    max-width: 45rem;
    bottom: 2%;
    position: absolute;
    opacity: 1;
    padding: 1.25rem;
    padding-bottom: 3rem;
    text-align: left;
    z-index: 2;
  }
}
.masthead--full-size .masthead__heading {
  padding: 0;
  display: inline;
  color: #444;
}
@media (min-width: 43.75em) {
  .masthead--full-size .masthead__heading {
    color: #fff;
    text-align: left;
    font-size: 3.25rem;
    line-height: 3.75rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 43.75em) {
  .masthead--full-size .masthead__meta {
    text-align: left;
  }
  .masthead--full-size .masthead__meta:before {
    margin: 1rem 0;
  }
}
@media (max-width: 43.74em) {
  .masthead--full-size .masthead__subheading {
    margin: 1rem 2rem 0.5rem;
    color: grey;
  }
}
@media (min-width: 43.75em) {
  .masthead--full-size .masthead__subheading {
    text-align: left;
    font-size: 1.2rem;
    line-height: 2rem;
    margin-top: 1.2rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    max-width: 40rem;
  }
}
.masthead--home-feature {
  background-image: none;
}
.masthead--home-feature .masthead__category,
.masthead--home-feature .masthead__subheading {
  text-align: left;
}
.masthead--home-feature .masthead__subheading {
  opacity: 0.75;
  font-family: PT Serif;
  font-style: italic;
  margin-top: 0.5rem;
}
.masthead--home-feature .masthead__heading {
  padding: 0;
  display: inline;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
@media (min-width: 43.75em) {
  .masthead--home-feature .masthead__heading {
    text-align: left;
    font-size: 3.25rem;
    line-height: 3.75rem;
  }
}
.masthead--home-feature .masthead__subtitle {
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.9rem;
  font-size: 1.266rem;
}
@media screen and (min-width: 20rem) {
  .masthead--home-feature .masthead__subtitle {
    font-size: calc(1.266rem + 0.511 * (100vw - 20rem) / 100);
  }
}
@media screen and (min-width: 120rem) {
  .masthead--home-feature .masthead__subtitle {
    font-size: 1.777rem;
  }
}
.masthead--home-feature .masthead__info {
  opacity: 0;
  padding: 1.5rem 3rem;
  color: #fff;
  margin-top: 3%;
  text-align: left;
  max-width: 48rem;
  float: left;
  padding: 1.5rem;
  padding-bottom: 3rem;
  position: absolute;
  z-index: 2;
  animation: c 1.25s 0.8s 1;
  animation-fill-mode: forwards;
}
@media (min-width: 43.75em) {
  .masthead--home-feature .masthead__info {
    margin-top: 0.5rem;
    padding: 2.5rem;
  }
}
@media (min-width: 61.25em) {
  .masthead--home-feature .masthead__info {
    margin-top: calc(115px + 0.5rem);
  }
}
@media (min-width: 81.25em) {
  .masthead--home-feature .masthead__info {
    margin-top: calc(115px + 1.75rem);
  }
}
@media (min-width: 106.25em) {
  .masthead--home-feature .masthead__info {
    margin-top: calc(115px + 2.5rem);
  }
}
.masthead--home-feature .masthead__image {
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (max-width: 43.74em) {
  .masthead--home-feature .masthead__image {
    padding-bottom: 90%;
  }
}
@media (min-width: 81.25em) {
  .masthead--home-feature .masthead__image {
    background-size: contain;
  }
}
.masthead--home-feature .home-feature-button {
  margin-top: 1.25rem;
  margin-right: 0.5rem;
}
.masthead--home-feature.text-dark .masthead__category,
.masthead--home-feature.text-dark .masthead__subheading {
  color: #585858;
}
.masthead--home-feature.text-dark .masthead__heading,
.masthead--home-feature.text-dark .masthead__subtitle {
  color: #323232;
  text-shadow: none;
}
.masthead--home-feature.text-dark .home-feature-button a {
  background: #323232;
}
blockquote {
  border-top: 2px solid #d3d3d3;
  border-bottom: 2px solid #d3d3d3;
  color: #6c5133;
  font-family:
    PT Serif,
    serif;
  padding: 3rem 2rem 2.5rem;
  position: relative;
  margin: 4rem 0 2rem;
  border-left: none;
  text-align: center;
  font-size: 1.3rem;
}
@media screen and (min-width: 20rem) {
  blockquote {
    font-size: calc(1.3rem + 0.3 * (100vw - 20rem) / 100);
  }
}
@media screen and (min-width: 120rem) {
  blockquote {
    font-size: 1.6rem;
  }
}
blockquote:before {
  content: "“";
  font-style: normal;
  font-family: Georgia, serif;
  position: absolute;
  margin: auto;
  font-size: 4.5rem;
  color: grey;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: -5rem;
  line-height: 5.625rem;
  padding-right: 1px;
  border: 2px solid #d3d3d3;
  box-shadow: 0 0 0 0.25rem #fff;
}
@media (max-width: 43.74em) {
  blockquote.alignleft,
  blockquote.alignright {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 43.75em) {
  blockquote.alignleft,
  blockquote.alignright {
    margin-top: 0.6rem;
    border-bottom: none;
    padding: 1.5rem 2rem;
  }
  blockquote.alignleft:before,
  blockquote.alignright:before {
    content: none;
  }
}
@media (min-width: 43.75em) {
  blockquote.alignleft,
  blockquote.alignleft cite {
    text-align: right;
  }
}
@media (min-width: 43.75em) {
  blockquote.alignright,
  blockquote.alignright cite {
    text-align: left;
  }
}
blockquote:after {
  border: 2px solid #d3d3d3;
}
blockquote cite {
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  color: gray;
  display: block;
  margin: 0 auto;
  text-align: center;
}
img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 43.74em) {
  img.aligncenter,
  img.alignleft,
  img.alignnone,
  img.alignright {
    max-width: calc(100% + 3rem);
  }
}
.aligncenter,
.alignleft,
.alignnone,
.alignright,
.wp-caption,
.wp-caption-dt {
  margin-bottom: 1rem;
}
@media (max-width: 43.74em) {
  .aligncenter,
  .alignleft,
  .alignnone,
  .alignright,
  .wp-caption,
  .wp-caption-dt {
    width: calc(100% + 3rem + 1px) !important;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media (min-width: 43.75em) {
  .aligncenter,
  .alignleft,
  .alignnone,
  .alignright,
  .wp-caption,
  .wp-caption-dt {
    max-width: 100%;
  }
}
@media (max-width: 43.74em) {
  .aligncenter img,
  .alignleft img,
  .alignnone img,
  .alignright img,
  .wp-caption-dt img,
  .wp-caption img {
    width: 100%;
  }
}
.aligncenter .wp-caption-dd,
.aligncenter .wp-caption-text,
.alignleft .wp-caption-dd,
.alignleft .wp-caption-text,
.alignnone .wp-caption-dd,
.alignnone .wp-caption-text,
.alignright .wp-caption-dd,
.alignright .wp-caption-text,
.wp-caption-dt .wp-caption-dd,
.wp-caption-dt .wp-caption-text,
.wp-caption .wp-caption-dd,
.wp-caption .wp-caption-text {
  font-size: 0.9rem;
  color: gray;
  margin-top: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 43.75em) {
  .aligncenter .wp-caption-dd,
  .aligncenter .wp-caption-text,
  .alignleft .wp-caption-dd,
  .alignleft .wp-caption-text,
  .alignnone .wp-caption-dd,
  .alignnone .wp-caption-text,
  .alignright .wp-caption-dd,
  .alignright .wp-caption-text,
  .wp-caption-dt .wp-caption-dd,
  .wp-caption-dt .wp-caption-text,
  .wp-caption .wp-caption-dd,
  .wp-caption .wp-caption-text {
    border: none;
    text-align: center;
    margin-bottom: 2rem;
  }
}
p > .img,
p > img {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.alignleft {
  float: none;
  margin-bottom: 2rem;
}
@media (min-width: 43.75em) {
  .alignleft {
    margin: 0.5rem 2rem 1rem 0;
    float: left;
    width: auto;
  }
}
@media (min-width: 61.25em) {
  .alignleft {
    margin: 0.5rem 2rem 1rem 0;
  }
}
@media (min-width: 81.25em) {
  .alignleft {
    margin: 0.5rem 2rem 1rem 0;
  }
}
.alignright {
  float: none;
  margin-bottom: 2rem;
}
@media (min-width: 43.75em) {
  .alignright {
    margin: 0.5rem 0 1rem 2rem;
    float: right;
    width: auto;
  }
}
@media (max-width: 43.74em) {
  .alignleft,
  .alignright {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media (min-width: 43.75em) {
  .alignleft,
  .alignright {
    max-width: calc(50% - 1rem);
  }
}
.alignleft p:empty,
.alignright p:empty {
  display: none;
}
.c-image-wrapper--alignleft img,
.c-image-wrapper--alignright img,
.c-image-wrapper img {
  margin-bottom: 0.5rem;
  max-width: 100%;
}
@media (min-width: 43.75em) {
  .alignleft .wp-caption-dd,
  .alignleft .wp-caption-text,
  .alignright .wp-caption-dd,
  .alignright .wp-caption-text {
    border-left: 3px solid #d3d3d3;
    padding: 0 1rem;
    text-align: left;
  }
}
.b-lazy {
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.b-lazy.b-loaded {
  opacity: 1;
}
p:empty {
  display: none;
}
div.tiled-gallery {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
form {
  background-color: #f4f4f4;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 1.5rem;
}
label {
  vertical-align: middle;
}
.form__group {
  position: relative;
  margin-bottom: 1.4rem;
}
.form__help {
  position: absolute;
  top: 0;
  right: 0;
}
.form__legend {
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.form__label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
input[type="email"],
input[type="file"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  display: block;
  width: 100%;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  padding: 0.6rem;
  color: gray;
  outline: 0;
  transition:
    border 0.25s ease-in-out,
    box-shadow 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="email"]:hover,
input[type="file"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
textarea:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type="email"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
  border-color: #1d7f8a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.form__checkbox,
.form__radio,
input[type="checkbox"],
input[type="radio"] {
  margin-bottom: 2px;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.form__message--error {
  color: #ff5c5c;
  margin-top: -0.5rem;
  font-size: 1rem;
}
.form__select-wrapper {
  position: relative;
  display: inline !important;
}
.form__select-wrapper:after,
.form__select-wrapper:before {
  position: absolute;
  content: "";
  display: block;
  right: 1rem;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  z-index: 3;
}
.form__select-wrapper:before {
  border-bottom: 6px solid gray;
  top: 0.2rem;
}
.form__select-wrapper:after {
  border-top: 6px solid gray;
  bottom: 0.2rem;
}
form select,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid gray;
  color: #2A2A2A;
  padding: 0.5rem !important;
  width: 100%;
  position: relative;
}
form select:hover,
select:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
form select:focus,
select:focus {
  border-color: #1d7f8a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.form__button--alternate {
  background-color: #11b683;
}
.form--no-bg {
  background: none;
  border: none;
}
.form--no-bg .form__input {
  border: none;
}
.form--inline {
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
}
.form--inline__input {
  min-width: 0;
  display: inline-block;
  -ms-flex: 2;
  flex: 2;
}
.form-row {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}
@media (min-width: 43.75em) {
  .form-row {
    padding-right: 0.75rem;
  }
}
@media (min-width: 43.75em) {
  .form-row.col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 0;
  }
}
@media (min-width: 43.75em) {
  .form-row.col-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form-row.col-2 {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
  }
}
@media (min-width: 43.75em) {
  .form-row.col-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form-row.col-3 {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
}
.form-row.col-last {
  padding-right: 0;
}
.form__inline[type="text"] {
  display: inline-block;
  width: auto;
}
.membership-form .error {
  color: #ac0000;
}
.membership-form input.error {
  border: 1px solid #ac0000;
}
.membership-form .box {
  margin-bottom: 2.5rem;
}
.membership-form .box:first-of-type > h3 {
  margin-top: 0;
}
.membership-form .box:last-of-type {
  margin-bottom: 0;
}
pre.membership-complete {
  margin: 1.5rem 0;
  white-space: pre-wrap;
  overflow: hidden;
}
.gform_wrapper:not(.gfield_html) li {
  text-indent: 0;
}
.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
@media (max-width: 43.74em) {
  .gform_wrapper {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem);
    max-width: none;
  }
}
.gform_wrapper form {
  width: 100%;
}
.gfield_html ul li {
  text-indent: -0.75rem !important;
  margin-left: 1rem !important;
}
.gfield_html ul li:before {
  content: "" !important;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  width: 5px;
  height: 5px;
  top: -0.3rem;
  background-color: #89bbb7;
  margin-right: 0.5rem;
}
body .gform_wrapper ul li.gfield {
  margin-top: 1.5rem;
}
body div.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  margin-left: 0 !important;
  margin-bottom: 2rem !important;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body
  .gform_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  ul
  li {
  list-style-type: none !important;
  margin: inherit !important;
  margin-left: 1rem !important;
  margin-bottom: 1rem !important;
}
.gform_wrapper h1,
.gform_wrapper h2,
.gform_wrapper h3 {
  font-weight: 700;
}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"],
.gform_wrapper ul.gfield_radio li input[type="radio"] {
  margin-top: 0 !important;
  margin-right: 0.5rem;
}
.gform_wrapper select {
  margin-top: 0 !important;
}
.gform_wrapper .gf_progressbar_wrapper {
  margin-bottom: 0;
}
.gform_wrapper .gf_progressbar_percentage {
  background: #1d7f8a;
}
.gform_wrapper .gf_progressbar_percentage span {
  font-family: Montserrat;
  font-weight: 700;
}
.gform_wrapper .gf_progressbar {
  padding: 5px;
}
.gform_wrapper .gf_progressbar_percentage span {
  line-height: 1.6;
}
@media (min-width: 61.25em) {
  .gform_wrapper .gf_progressbar_percentage span {
    line-height: 1.5;
  }
}
.gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  padding: 0.5rem !important;
}
.gform_wrapper .gfield_time_hour i {
  margin-top: -59%;
}
.gfield_html > h3:first-of-type {
  margin-top: 1rem;
}
@media (max-width: 43.74em) {
  .gform_wrapper
    input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not(
      [type="file"]
    ) {
    line-height: inherit;
  }
}
.gform_wrapper .gform_page_footer {
  border-top-style: solid;
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.widget .gform_wrapper form {
  padding: 0;
  border-width: 0;
}
.ui-datepicker {
  width: 240px;
  height: auto;
  margin: 5px auto 0;
  font:
    9pt Arial,
    sans-serif;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
  padding: 0.25rem;
  border-radius: 3px;
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker-header {
  background-color: #8c8c8c;
  color: #e0e0e0;
  line-height: 30px;
  min-height: 30px !important;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-title select {
  margin-top: 2.5%;
}
.ui-datepicker-next,
.ui-datepicker-prev {
  font-size: 0.75rem;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  color: #404040;
}
.ui-datepicker-prev {
  float: left;
  margin-left: 0.25rem;
}
.ui-datepicker-next {
  float: right;
  margin-right: 0.25rem;
}
.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td {
  padding: 0;
  border-top: 0;
}
.ui-datepicker tbody td:last-child {
  border-right: 0;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0;
}
.ui-datepicker td a,
.ui-datepicker td span {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #666;
}
.ui-datepicker-calendar .ui-state-default {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #d3d3d3;
}
.ui-datepicker-calendar .ui-state-active {
  background: #05373d;
  color: #fff;
  position: relative;
}
.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
  margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
  margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
  margin-bottom: 0;
}
td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}
table.ui-datepicker-calendar {
  margin: 0 !important;
}
body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}
body div#ui-datepicker-div[style] select {
  width: auto;
}
#adminbarsearch {
  background-color: transparent;
  border: none;
}
.button,
.c-button,
.content .c-button {
  background-color: #1d7f8a;
  border-radius: 3px;
  border: 1px solid #196c75;
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.05),
    0 1px 3px rgba(0, 0, 0, 0.05);
  color: #fff;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.15s ease;
  white-space: nowrap;
}
.button:hover,
.c-button:hover,
.content .c-button:hover {
  background-color: #21929f;
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow:
    0 7px 14px rgba(50, 50, 93, 0.1),
    0 3px 6px rgba(0, 0, 0, 0.08);
  border: 1px solid #196c75;
  cursor: pointer;
}
.button:active,
.button:focus,
.c-button:active,
.c-button:focus,
.content .c-button:active,
.content .c-button:focus {
  background-color: #196c75;
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  box-shadow: none;
  border: 1px solid #196c75;
}
.button--full-width,
.c-button--full-width,
.content .c-button--full-width {
  width: 100%;
}
.button--large,
.c-button--large,
.content .c-button--large {
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
}
.button__icon,
.c-button__icon,
.content .c-button__icon {
  position: relative;
  margin: 0;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 1.4rem;
  vertical-align: middle;
  top: -0.1rem;
  margin-left: 0.2rem;
}
.c-button.c-button--secondary,
.content .c-button.c-button--secondary {
  color: gray;
  background-color: #fff;
  border-color: #d3d3d3;
}
.c-button.c-button--secondary:hover,
.content .c-button.c-button--secondary:hover {
  background-color: #fff;
  color: #9a9a9a;
  box-shadow:
    0 7px 14px rgba(50, 50, 93, 0.1),
    0 3px 6px rgba(0, 0, 0, 0.08);
  border-color: #d3d3d3;
}
.c-button.c-button--secondary:active,
.content .c-button.c-button--secondary:active {
  background-color: #fff;
  color: #676767;
  border-color: #d3d3d3;
}
.c-button--secondary-dark {
  color: #fff;
  background-color: #273133;
  border-color: #1e2627;
}
.c-button--secondary-dark:hover {
  box-shadow:
    0 7px 14px rgba(50, 50, 93, 0.1),
    0 3px 6px rgba(0, 0, 0, 0.08);
  border-color: #131819;
}
.c-button--secondary-dark:active,
.c-button--secondary-dark:focus,
.c-button--secondary-dark:hover {
  background-color: #1e2627;
  color: #fff;
}
.c-button--disabled {
  color: #bababa;
  background-color: transparent;
  border-color: #d3d3d3;
  box-shadow: none;
}
.c-button--disabled:hover {
  -ms-transform: none;
  transform: none;
  background-color: transparent;
  box-shadow: none;
}
.c-button--outline-white,
.c-button--outline-white:active,
.c-button--outline-white:focus,
.c-button--outline-white:hover,
.c-button--outline-white:visited {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.25);
  border-color: hsla(0, 0%, 100%, 0.75);
  color: #fff;
}
.c-button__icon {
  display: inline;
  position: relative;
}
.c-button--inline,
.content .c-button--inline {
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
  margin-left: 0.5rem;
}
.c-button + .c-button {
  margin-left: 1rem;
}
.c-footer {
  position: relative;
  background-color: #293436;
  clear: both;
}
.c-footer,
.c-footer a {
  color: #fff;
}
.c-footer .o-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-footer .o-wrapper > * {
  padding: 1.5rem;
}
@media (min-width: 61.25em) {
  .c-footer .o-wrapper > * {
    padding: 2rem;
  }
}
.c-footer__heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 1rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 20rem) {
  .c-footer__heading {
    font-size: calc(1.125rem + 0.208 * (100vw - 20rem) / 100);
  }
}
@media screen and (min-width: 120rem) {
  .c-footer__heading {
    font-size: 1.333rem;
  }
}
.c-footer__contact-wrap {
  background: #4a5e61;
  width: 100%;
}
@media (min-width: 61.25em) {
  .c-footer__contact-wrap {
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
    max-width: 35%;
  }
}
.c-footer__contact-wrap .c-button {
  margin-left: 0;
}
.c-footer__site-nav {
  background-color: #344244;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 43.74em) {
  .c-footer__site-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 61.25em) {
  .c-footer__site-nav {
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
    max-width: 65%;
  }
}
.c-footer__nav-list {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding-right: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 43.75em) {
  .c-footer__nav-list {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
.c-footer__nav-list li {
  line-height: 2.1rem;
}
.c-footer__nav-list li a {
  opacity: 1;
  border-bottom: 0.1rem solid hsla(0, 0%, 100%, 0.2);
  transition: all 0.25s ease-in-out;
}
.c-footer__nav-list li a:active,
.c-footer__nav-list li a:hover,
.c-footer__nav-list li a:visited {
  text-decoration: none;
  border-bottom: 0.1rem solid hsla(0, 0%, 100%, 0.4);
}
.c-footer__newsletter .c-button {
  margin-left: 0;
  margin-bottom: 1.75rem;
}
.c-footer__site-logos-and-social {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  background-color: #293436;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-footer__site-logos {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
@media (min-width: 43.75em) {
  .c-footer__site-logos {
    max-width: 50%;
    margin-bottom: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 43.74em) {
  .c-footer__site-logos a {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.c-footer__last-modified {
  margin-top: 1rem;
}
.c-footer__logo {
  fill: #fff;
  height: 2.25rem;
}
@media (min-width: 43.75em) {
  .c-footer__logo {
    height: 2.2rem;
    margin-right: 3rem;
  }
}
.c-footer__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
}
@media (max-width: 43.74em) {
  .c-footer__social {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.c-footer__social a {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 43.75em) {
  .c-footer__social a {
    -ms-flex: 0 1 8%;
    flex: 0 1 8%;
    max-width: 10%;
    margin-left: 1.5rem;
    text-align: right;
  }
}
.c-footer__social-icon {
  height: 2rem;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
}
.c-footer__social-icon:hover {
  opacity: 1;
}
.c-footer__contact-and-meta {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #293436;
}
@media (max-width: 43.74em) {
  .c-footer__contact {
    margin-bottom: 1.5rem;
  }
}
.c-footer__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-footer__meta-nav {
  margin-left: 0;
}
@media (max-width: 43.74em) {
  .c-footer__meta-nav {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 43.75em) {
  .c-footer__meta-nav:first-child {
    margin-left: 0;
  }
}
.c-footer__meta-nav-item {
  opacity: 0.8;
}
.c-post-footer {
  background-color: #f4f4f4;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 1.5rem;
  clear: both;
}
.c-post-footer .widget {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
@media (min-width: 43.75em) {
  .c-post-footer .widget {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 81.25em) {
  .c-post-footer .widget {
    -ms-flex: 1 1 33.33333%;
    flex: 1 1 33.33333%;
  }
}
html.ios {
  width: 100px;
  min-width: 100%;
}
.mce-content-body {
  padding: 1.5rem;
  margin: 0 auto;
  max-width: 1024px;
}
body.webkit b,
body.webkit strong {
  font-weight: 700 !important;
}
img.emoji {
  display: inline !important;
  border: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.mceIEcenter {
  text-align: center;
}
.ios .wp-caption {
  width: auto !important;
}
div.mceTemp {
  -ms-user-select: element;
}
dl.wp-caption,
dl.wp-caption * {
  -webkit-user-drag: none;
}
td,
th {
  font-family: inherit !important;
}
img[data-mce-selected]::selection {
  background-color: transparent;
}
.mce-content-body img[data-mce-placeholder] {
  border-radius: 0;
  padding: 0;
}
.mce-content-body img[data-wp-more] {
  border: 0;
  box-shadow: none;
  width: 96%;
  height: 16px;
  display: block;
  margin: 15px auto 0;
  outline: 0;
  cursor: default;
}
.mce-content-body img[data-mce-placeholder][data-mce-selected] {
  outline: 1px dotted #888;
}
.mce-content-body img[data-wp-more="more"] {
  background: transparent url(images/more.png) repeat-y scroll 50%;
}
.mce-content-body img[data-wp-more="nextpage"] {
  background: transparent url(images/pagebreak.png) repeat-y scroll 50%;
}
.mce-content-body img.wp-media {
  border: 1px solid #aaa;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 99%;
  height: 250px;
  outline: 0;
  cursor: pointer;
}
.mce-content-body img.wp-media:hover {
  background-color: #ededed;
  border-color: #72777c;
}
.mce-content-body img.wp-media.wp-media-selected {
  background-color: #d8d8d8;
  border-color: #72777c;
}
.mce-content-body img.wp-media.wp-gallery {
  background-image: url(images/gallery.png);
}
.mce-content-body div.mce-resizehandle {
  border-color: #72777c;
  width: 7px;
  height: 7px;
}
.mce-content-body img[data-mce-selected] {
  outline: 1px solid #72777c;
}
.mce-content-body img[data-mce-resize="false"] {
  outline: 0;
}
audio,
embed,
video {
  display: -moz-inline-stack;
  display: inline-block;
}
audio {
  visibility: hidden;
}
[_moz_abspos] {
  outline: none;
}
a[data-wplink-url-error],
a[data-wplink-url-error]:focus,
a[data-wplink-url-error]:hover {
  outline: 2px dotted #dc3232;
  position: relative;
}
a[data-wplink-url-error]:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  outline: 2px dotted #fff;
  z-index: -1;
}
.wpview {
  width: 99.99%;
  position: relative;
  clear: both;
  margin-bottom: 16px;
  border: 1px solid transparent;
}
.mce-shim {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wpview[data-mce-selected="2"] .mce-shim {
  display: none;
}
.wpview .loading-placeholder {
  border: 1px dashed #ccc;
  padding: 10px;
}
.wpview[data-mce-selected] .loading-placeholder {
  border-color: transparent;
}
.wpview .wpview-loading {
  width: 60px;
  height: 5px;
  overflow: hidden;
  background-color: transparent;
  margin: 10px auto 0;
}
.wpview .wpview-loading ins {
  background-color: #333;
  margin: 0 0 0 -60px;
  width: 36px;
  height: 5px;
  display: block;
  animation: d 1.3s infinite 1s steps(36);
}
@keyframes d {
  0% {
    margin-left: -60px;
  }
  to {
    margin-left: 60px;
  }
}
.wpview .wpview-content > iframe {
  max-width: 100%;
  background: transparent;
}
.wpview-error {
  border: 1px solid #ddd;
  padding: 1em 0;
  margin: 0;
  word-wrap: break-word;
}
.wpview[data-mce-selected] .wpview-error {
  border-color: transparent;
}
.loading-placeholder .dashicons,
.wpview-error .dashicons {
  display: block;
  margin: 0 auto;
  width: 32px;
  height: 32px;
  font-size: 32px;
}
.wpview-error p {
  margin: 0;
  text-align: center;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
}
.wpview-type-gallery:after {
  content: "";
  display: table;
  clear: both;
}
.mce-content-body .gallery img[data-mce-selected]:focus {
  outline: none;
}
.mce-content-body .gallery a {
  cursor: default;
}
.mce-content-body .gallery {
  margin: auto -6px;
  padding: 6px 0;
  line-height: 1;
  overflow-x: hidden;
}
.mce-content-body .gallery .gallery-item {
  float: left;
  margin: 0;
  text-align: center;
  padding: 6px;
  box-sizing: border-box;
}
.mce-content-body .gallery .gallery-caption,
.mce-content-body .gallery .gallery-icon {
  margin: 0;
}
.mce-content-body .gallery .gallery-caption {
  font-size: 13px;
  margin: 4px 0;
}
.mce-content-body .gallery-columns-1 .gallery-item {
  width: 100%;
}
.mce-content-body .gallery-columns-2 .gallery-item {
  width: 50%;
}
.mce-content-body .gallery-columns-3 .gallery-item {
  width: 33.333%;
}
.mce-content-body .gallery-columns-4 .gallery-item {
  width: 25%;
}
.mce-content-body .gallery-columns-5 .gallery-item {
  width: 20%;
}
.mce-content-body .gallery-columns-6 .gallery-item {
  width: 16.665%;
}
.mce-content-body .gallery-columns-7 .gallery-item {
  width: 14.285%;
}
.mce-content-body .gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.mce-content-body .gallery-columns-9 .gallery-item {
  width: 11.111%;
}
.mce-content-body .gallery img {
  max-width: 100%;
  height: auto;
  border: none;
  padding: 0;
}
img.wp-oembed {
  border: 1px dashed #888;
  background: #f7f5f2 url(images/embedded.png) no-repeat scroll 50%;
  width: 300px;
  height: 250px;
  outline: 0;
}
.rtl .gallery .gallery-item {
  float: right;
}
.mce-content-body div,
.mce-content-body h1,
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6,
.mce-content-body p {
  line-height: unset;
}
.c-sidebar-site-nav {
  margin-top: 1.2rem;
  position: relative;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  background-color: #f5f5f5;
  padding: 1.5rem;
  padding-bottom: 0;
}
@media (min-width: 61.25em) {
  .c-sidebar-site-nav {
    margin-top: 0;
    margin-bottom: 1.5rem;
    width: 100%;
  }
}
.c-sidebar-site-nav .site-home {
  position: relative;
}
.c-sidebar-site-nav .site-home a:first-child {
  display: block;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  color: #05373d;
  font-weight: 700;
  font-size: 1.1rem;
  transition: background-color 0.3s ease-in-out;
  margin: -1.5rem -1.5rem 0;
  padding: 1rem 1.5rem;
}
@media (min-width: 61.25em) {
  .c-sidebar-site-nav .site-home a:first-child {
    background-color: #05373d;
    color: #fff;
  }
  .c-sidebar-site-nav .site-home a:first-child:hover {
    color: #fff;
  }
}
.c-sidebar-site-nav .site-home__toggle {
  content: "";
  position: absolute;
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  background: transparent url(../images/vertical-arrow-0588d83f5b.svg) no-repeat
    50%;
  background-size: 1.5rem;
  top: 0;
  right: -0.75rem;
  height: 100%;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.25s ease-out;
  padding: 0.5rem;
}
.c-sidebar-site-nav .site-home__toggle--open {
  opacity: 0.35;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (min-width: 61.25em) {
  .c-sidebar-site-nav .site-home__toggle {
    display: none;
    background: transparent url(../images/vertical-arrow-white-98606a8a94.svg)
      no-repeat 50%;
  }
}
.c-sidebar-site-nav .sub-menu-wrapper {
  visibility: visible;
  opacity: 1;
  max-height: 2500px;
  padding: 0.5rem 0 1rem;
}
@media (max-width: 61.24em) {
  .c-sidebar-site-nav .sub-menu-wrapper {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition:
      all 0.5s ease-out,
      opacity 0.25s ease-out;
    padding: 0;
  }
  .c-sidebar-site-nav .sub-menu-wrapper--open {
    visibility: visible;
    opacity: 1;
    max-height: 2500px;
    padding: 0.5rem 0 1rem;
  }
}
.c-sidebar-site-nav li a {
  color: #646464;
  padding: 1rem 0;
  padding-right: 1rem;
  display: block;
  transition: all 0.3s ease-in-out;
  letter-spacing: -0.1px;
}
@media (min-width: 61.25em) {
  .c-sidebar-site-nav li a {
    padding: 0.75rem 1.4rem 0.75rem 0;
  }
}
.c-sidebar-site-nav li a:hover {
  color: #1d7f8a;
  text-decoration: none;
}
.c-sidebar-site-nav .expandable,
.c-sidebar-site-nav li ul {
  position: relative;
}
.c-sidebar-site-nav .expandable .arrow {
  position: absolute;
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  background: url(../images/vertical-arrow-0588d83f5b.svg) no-repeat center
    1.1rem;
  background-size: 1.5rem;
  top: 0;
  right: -0.75rem;
  height: 100%;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform-origin: 50% 1.5rem;
  transform-origin: 50% 1.5rem;
  transition: all 0.25s ease-out;
}
.c-sidebar-site-nav .open > .expandable > .arrow {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 0.35;
}
.c-sidebar-site-nav .open > .sub-menu {
  visibility: visible;
  opacity: 1;
  max-height: 2500px;
}
.c-sidebar-site-nav .sub-menu {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition:
    all 0.5s ease-out,
    opacity 0.25s ease-out;
  padding-left: 1.5rem;
  border-left: 2px solid #d6d6d6;
  margin-left: 0.25rem;
}
.c-sidebar-site-nav .current-menu-ancestor > .expandable > a,
.c-sidebar-site-nav .current-page-ancestor > .expandable > a,
.c-sidebar-site-nav .current-page-ancestor > a {
  font-weight: 700;
}
.c-sidebar-site-nav .current-menu-item > .expandable > a,
.c-sidebar-site-nav .current-menu-item > a {
  color: #05373d;
  font-weight: 700;
}
.expander {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  clear: both;
  overflow: hidden;
  position: relative;
}
.expander + .expander {
  border-top-width: 0;
}
.expander + :not(.expander):not(h2):not(h3) {
  margin-top: 1.5rem;
}
.expander__header {
  font-family: Montserrat, Helvetica, serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0 !important;
  padding: 0;
  line-height: 1.2;
  color: grey;
  font-size: 1.266rem;
}
@media screen and (min-width: 20rem) {
  .expander__header {
    font-size: calc(1.266rem + 0.511 * (100vw - 20rem) / 100);
  }
}
@media screen and (min-width: 120rem) {
  .expander__header {
    font-size: 1.777rem;
  }
}
.expander__header button {
  padding: 1.25rem 0;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  color: inherit;
  border: inherit;
  display: inherit;
  text-align: inherit;
  background: transparent;
}
.expander__header
  button[aria-expanded="true"]
  .expander__toggle-indicator:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
}
.expander__header
  button[aria-expanded="true"]
  .expander__toggle-indicator:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0.5;
}
.expander__content {
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1;
  overflow: auto;
  max-height: 2500px;
  transition: all 0.35s ease-in-out;
  will-change: scroll-position;
}
.expander__content[hidden] {
  display: block;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}
.expander__content > h2,
.expander__content > h3 {
  margin-top: 0.5rem;
}
.expander__toggle-indicator {
  position: absolute;
  right: 1rem;
  width: 18px;
  height: 18px;
  top: 1.5rem;
  z-index: -1;
}
@media (min-width: 43.75em) {
  .expander__toggle-indicator {
    top: 1.65rem;
  }
}
.expander__toggle-indicator:after,
.expander__toggle-indicator:before {
  content: "";
  position: absolute;
  transition: all 0.35s ease-out;
  background-color: #a6a6a6;
  background-color: gray;
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.expander__toggle-indicator:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}
.expander__toggle-indicator:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}
.c-content-card {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}
@media (min-width: 43.75em) {
  .c-content-card {
    padding-right: 0.75rem;
  }
}
@media (min-width: 43.75em) {
  .c-content-card.col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 0;
  }
}
@media (min-width: 43.75em) {
  .c-content-card.col-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .c-content-card.col-2:nth-child(2n) {
    padding-right: 0;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .c-content-card.col-2 {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
  }
}
@media (min-width: 43.75em) {
  .c-content-card.col-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
  .c-content-card.col-3:nth-child(3n) {
    padding-right: 0;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .c-content-card.col-3 {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
}
@media (min-width: 43.75em) {
  .c-content-card.col-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .c-content-card.col-4:nth-child(2n) {
    padding-right: 0;
  }
}
@media (min-width: 61.25em) {
  .c-content-card.col-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .c-content-card.col-4:nth-child(2n) {
    padding-right: 0.75rem;
  }
  .c-content-card.col-4:nth-child(4n) {
    padding-right: 0;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .c-content-card.col-4 {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
}
.c-content-card__link {
  border: none !important;
  box-shadow: none !important;
}
.c-content-card__link:hover .c-content-card__image-wrap .c-content-card__image {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.c-content-card__link:hover .c-content-card__title {
  display: inline;
  box-shadow: inset 0 -0.2em 0 #cae0de;
}
.c-content-card__image-wrap {
  overflow: hidden;
  height: 15rem;
  width: 100%;
  margin-bottom: 1rem;
}
.c-content-card__image {
  transition: all 2s ease-out;
  -ms-transform: scale(1);
  transform: scale(1);
  position: relative;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.c-content-card__title {
  display: inline;
  box-shadow: inset 0 0 0 transparent;
  border-bottom: none;
  transition:
    border 0.25s ease-in-out,
    box-shadow 0.25s ease-in-out;
  margin: 1rem 1rem 1rem 0;
  background: transparent;
  font-size: 1.125rem;
}
@media screen and (min-width: 20rem) {
  .c-content-card__title {
    font-size: calc(1.125rem + 0.208 * (100vw - 20rem) / 100);
  }
}
@media screen and (min-width: 120rem) {
  .c-content-card__title {
    font-size: 1.333rem;
  }
}
.c-content-card__title a:link {
  border-bottom: 0 solid #cae0de;
  box-shadow: inset 0 0 0 #cae0de;
  text-decoration: none;
}
.c-content-card__description {
  font-size: 80%;
}
.plyr {
  margin-bottom: 1.5rem;
}
.o-sidebar--event {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding: 1.5rem;
  display: none;
}
@media (min-width: 61.25em) {
  .o-sidebar--event {
    display: block;
    -ms-flex: 0 1 24rem;
    flex: 0 1 24rem;
  }
}
.o-event-content {
  max-width: 100%;
  min-width: 1%;
}
@media (min-width: 43.75em) {
  .o-event-content {
    -ms-flex: 3;
    flex: 3;
    padding-right: 1.5rem;
  }
}
.o-event-sidebar {
  -ms-flex: 1;
  flex: 1;
}
.o-event-sidebar .c-button {
  margin-top: 1rem;
}
.o-event-sidebar .tribe-events-list-event-category {
  margin-bottom: 1rem;
}
.event-organizer {
  margin-bottom: 1.5rem;
}
.event-label {
  font-weight: 700;
  display: inline-block;
  width: 6.5rem;
}
.event-meta {
  margin: 0.125rem 0;
}
.event-address {
  margin-bottom: 1rem;
}
.c-button.event-driving-directions {
  margin-top: 1.5rem;
}
.event-venue,
.event-venue-map {
  margin-bottom: 1.5rem;
}
.related-event span {
  color: #6a6a6a;
}
.related-event {
  margin-bottom: 1rem;
}
.related-events-title {
  font-size: 1.1rem;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #919191;
}
.related-event-title {
  margin-bottom: 0.25rem;
  margin-top: 0;
}
.related-event-title a,
.related-event-title a:hover {
  border-bottom: none;
  box-shadow: none;
}
.masthead__info .recurringinfo {
  display: none;
}
.event-is-recurring {
  color: #9a9a9a;
  display: block;
  font-size: 65%;
  text-transform: uppercase;
}
.event-is-recurring .tribe-events-divider {
  display: none;
}
.host-an-event {
  background-color: blue;
  width: 100%;
  height: 300px;
}
.tribe-event-tags {
  border-top: 1px solid #eee;
  padding: 1.5rem 0;
}
.tribe-event-tags a {
  background-color: #ededed;
  border-radius: 3px;
  color: #444;
  font-size: 80%;
  display: inline-block;
  border: none;
  box-shadow: none;
  margin-right: 0.25rem;
  padding: 0.25rem 0.75rem;
}
.tribe-event-tags a:hover {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
}
.gmap-canvas {
  margin-bottom: 1.5rem;
}
.c-gallery ul li {
  list-style-type: none;
  float: left;
  padding-top: 0.25rem;
  max-width: calc(50% - 0.5rem);
  margin: 0.5rem;
  text-indent: 0;
}
@media (max-width: 43.74em) {
  .c-gallery ul li:nth-child(odd) {
    clear: left;
    margin-left: 0;
  }
  .c-gallery ul li:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media (min-width: 43.75em) {
  .c-gallery ul li {
    max-width: calc(33.33% - 0.7rem);
  }
  .c-gallery ul li:nth-child(3n + 1) {
    clear: left;
    margin-left: 0;
  }
  .c-gallery ul li:nth-child(3n + 3) {
    margin-right: 0;
  }
}
.c-gallery ul li:before {
  content: none;
}
.c-gallery .caption {
  font-size: 80%;
  padding-top: 0.25rem;
}
.c-header__search {
  position: relative;
}
.c-header__search > div {
  position: absolute;
  top: -6px;
  right: 2.5rem;
  opacity: 0;
  width: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  z-index: 10;
}
@media (min-width: 43.75em) {
  .c-header__search > div {
    top: 0;
    right: 7rem;
  }
}
.c-header__search.active > div {
  opacity: 1;
  width: calc(100vw - 3.9rem);
}
@media (min-width: 43.75em) {
  .c-header__search.active > div {
    width: 26rem;
  }
}
.c-header__search form {
  background-color: transparent;
  border-top: none;
  border-bottom: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.c-header__search table {
  margin: 0;
}
.c-header__search td,
.c-header__search th {
  padding: 0;
  border: none;
}
.c-header__search .gsc-input-box,
.c-header__search .gsc-input-box-focus,
.c-header__search .gsc-input-box-hover,
.c-header__search input.gsc-input {
  border: none;
  background: transparent;
  box-shadow: none;
}
.c-header__search .gsc-input-box {
  height: auto;
}
.c-header__search .gsc-input {
  margin-left: 0 !important;
  box-shadow: none !important;
  padding-top: 1px !important;
}
.c-header__search .cse form.gsc-search-box,
.c-header__search form.gsc-search-box {
  padding: 0 !important;
}
.c-header__search td.gsc-clear-button {
  padding: 0 !important;
  right: 0.1rem;
  position: absolute;
  z-index: 11;
}
.c-header__search div.gsc-clear-button {
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  right: 1rem;
  top: 0.7rem;
  text-align: center;
  background-color: #d3d3d3;
  transition: all 0.2s ease-in-out;
}
.c-header__search div.gsc-clear-button span {
  padding-top: 7px;
  color: gray;
}
.c-header__search div.gsc-clear-button:after {
  content: none;
}
.c-header__search td.gsc-input {
  padding: 0 !important;
}
.c-header__search input.gsc-input {
  padding: 0.7rem 1rem !important;
  background-position: 1rem !important;
  height: auto !important;
  font-family: Roboto, sans-serif !important;
  font-weight: 400;
  vertical-align: top;
  height: 2rem;
}
.c-header__search .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0;
}
.c-header__search td.gsc-search-button {
  display: none;
}
.search-wrapper td {
  border: none !important;
}
.gsc-resultsbox-visible {
  margin-top: 1rem;
}
.gsc-control-cse,
.gsc-resultsHeader td {
  padding: 0 !important;
}
.gsc-control-cse,
.gsc-control-cse .gsc-table-result {
  font-family: inherit !important;
}
.gsc-result .gs-title {
  height: auto !important;
}
.gsc-webResult .gsc-result {
  margin: 0 !important;
  margin-bottom: 1.5rem !important;
}
.gs-result img.gs-image,
.gs-result img.gs-promotion-image {
  border: 0 !important;
}
.search-results-title {
  padding-left: 1rem;
  padding-top: 0.5rem;
}
.search-results-title em {
  text-transform: lowercase;
  color: #03a9f4;
  margin-left: 10px;
  cursor: pointer;
  letter-spacing: -1px;
  font-size: 14px;
}
.search-results-title em:focus,
.search-results-title em:hover {
  color: #02638f;
}
.all-search-results {
  margin: 0 1rem;
}
.gsc-resultsHeader {
  margin: 0 !important;
}
.gsc-webResult .gsc-result {
  padding: 0 0 10px !important;
  border: none !important;
}
.gsc-webResult .gsc-result:hover {
  border: none !important;
}
.gsc-above-wrapper-area-container {
  margin: 0 !important;
}
.gsc-above-wrapper-area {
  border: none !important;
  padding: 0 !important;
}
.gsc-above-wrapper-area td {
  padding: 0.5rem 0 0 !important;
}
.gsc-wrapper.gsc-thinWrapper {
  border-right: 0 !important;
}
.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top {
  padding: 0 !important;
}
.gsc-webResult .gsc-thumbnail-inside .gs-title {
  max-width: 100%;
}
.gsc-webResult {
  position: relative !important;
}
.gsc-table-cell-thumbnail + .gsc-table-cell-snippet-close,
.gsc-thumbnail-inside + .gsc-url-top {
  max-width: 100% !important;
}
.gs-image-box {
  position: relative !important;
  top: 0.4rem !important;
  width: 9rem !important;
  height: auto !important;
  max-height: 8rem !important;
  margin-right: 1rem !important;
  overflow: hidden !important;
}
@media (max-width: 43.74em) {
  .gs-image-box {
    display: none !important;
  }
}
.gs-web-image-box img.gs-image {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
}
body .gsc-control-cse .gsc-table-result {
  font-weight: 400;
}
.gs-imageResult div.gs-visibleUrl,
.gs-webResult div.gs-visibleUrl {
  font-size: 14px;
}
.gcsc-branding {
  margin-bottom: 1.5rem;
}
.gcsc-branding-clickable,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
  border: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
  font-size: calc(1.266rem + 0.511 * (100vw - 20rem) / 100) !important;
  color: #1d7f8a !important;
  margin: 0 0 3px !important;
  font-family: Montserrat, sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}
.gsc-control-cse .gs-spelling a {
  text-decoration: none !important;
}
.gsc-result-info {
  padding-left: 0 !important;
}
.gsc-control-cse .gs-result .gs-title a b {
  transition: color 0.25s ease-in-out;
}
.gsc-control-cse .gs-result .gs-title:focus,
.gsc-control-cse .gs-result .gs-title :focus,
.gsc-control-cse .gs-result .gs-title:hover,
.gsc-control-cse .gs-result .gs-title :hover,
.gsc-control-cse .gs-result .gs-title a:hover b,
.gsc-control-cse .gs-spelling:focus,
.gsc-control-cse .gs-spelling:hover {
  color: #05373d !important;
}
.gs-imageResult div.gs-visibleUrl,
.gs-webResult div.gs-visibleUrl {
  color: gray !important;
  margin-top: 0.5rem;
  font-weight: 400 !important;
}
body.page-template-page-search-results-php table td,
body.page-template-page-search-results-php table th {
  border: 0;
}
.gsc-table-cell-snippet-close,
.gsc-table-cell-snippet-open {
  font-size: calc(0.875rem + 0.1675 * (100vw - 20rem) / 100) !important;
  padding: 0 !important;
}
.gs-fileFormatType,
.gs-imageResult .gs-snippet,
.gs-webResult .gs-snippet {
  color: #4a4a4a !important;
  line-height: 1.4 !important;
  font-size: 1.1rem !important;
}
.gsc-cursor-box {
  text-align: center !important;
}
.gsc-cursor-box .gsc-cursor-page {
  padding: 7px;
  font-size: 18px;
  display: inline-block !important;
  font-weight: 400 !important;
}
.gsc-cursor-box .gsc-cursor-page:focus,
.gsc-cursor-box .gsc-cursor-page:hover {
  text-decoration: none !important;
}
.gsc-cursor-box .gsc-cursor-current-page {
  background: #000 !important;
}
.gsc-results .gsc-cursor {
  display: block !important;
}
.gsc-results td {
  border: none !important;
}
.gsc-cursor-box .gsc-cursor-page {
  display: inline-block;
  outline: 0 !important;
  border: 0;
  border-radius: 2px;
  color: gray !important;
  background: #fff !important;
  border: 1px solid #d3d3d3 !important;
  border-radius: 2px !important;
  white-space: nowrap;
  padding: 0.48rem 0.8rem !important;
  line-height: 1.4 !important;
  position: relative;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  text-decoration: none !important;
}
.gsc-cursor-box .gsc-cursor-page:hover {
  color: #4a4a4a !important;
  border: 1px solid #7d7d7d !important;
}
.gsc-cursor-box .gsc-cursor-current-page,
.gsc-cursor-box .gsc-cursor-current-page:hover {
  background: #1d7f8a !important;
  font-weight: 700 !important;
  color: #fff !important;
  border: 1px solid #1d7f8a !important;
  border-radius: 2px !important;
  text-shadow: none !important;
}
.gsc-cursor-box {
  border: none !important;
}
#content .wgs_wrapper table,
#widget .wgs_wrapper table,
.wgs_wrapper table {
  border: none;
  margin: auto;
  width: 100%;
  border-collapse: initial;
}
#content .wgs_wrapper tr td,
#widget .wgs_wrapper tr td,
.wgs_wrapper tr td {
  border: none;
  padding: 0;
}
.wgs_wrapper body,
.wgs_wrapper input,
.wgs_wrapper textarea {
  line-height: normal;
}
.wgs_wrapper a,
.wgs_wrapper abbr,
.wgs_wrapper acronym,
.wgs_wrapper address,
.wgs_wrapper applet,
.wgs_wrapper big,
.wgs_wrapper blockquote,
.wgs_wrapper body,
.wgs_wrapper caption,
.wgs_wrapper cite,
.wgs_wrapper code,
.wgs_wrapper dd,
.wgs_wrapper del,
.wgs_wrapper dfn,
.wgs_wrapper div,
.wgs_wrapper dl,
.wgs_wrapper dt,
.wgs_wrapper em,
.wgs_wrapper fieldset,
.wgs_wrapper font,
.wgs_wrapper form,
.wgs_wrapper h1,
.wgs_wrapper h2,
.wgs_wrapper h3,
.wgs_wrapper h4,
.wgs_wrapper h5,
.wgs_wrapper h6,
.wgs_wrapper html,
.wgs_wrapper iframe,
.wgs_wrapper ins,
.wgs_wrapper kbd,
.wgs_wrapper label,
.wgs_wrapper legend,
.wgs_wrapper li,
.wgs_wrapper object,
.wgs_wrapper ol,
.wgs_wrapper p,
.wgs_wrapper pre,
.wgs_wrapper q,
.wgs_wrapper s,
.wgs_wrapper samp,
.wgs_wrapper small,
.wgs_wrapper span,
.wgs_wrapper strike,
.wgs_wrapper strong,
.wgs_wrapper sub,
.wgs_wrapper sup,
.wgs_wrapper table,
.wgs_wrapper tbody,
.wgs_wrapper td,
.wgs_wrapper tfoot,
.wgs_wrapper th,
.wgs_wrapper thead,
.wgs_wrapper tr,
.wgs_wrapper tt,
.wgs_wrapper ul,
.wgs_wrapper var {
  word-wrap: normal;
}
#wgs_wrapper_id {
  margin-bottom: 10px;
}
.gsc-input {
  margin-left: 3px !important;
  box-shadow: inherit !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0;
}
.gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
  padding: 6px 10px;
}
.gsc-adBlock {
  display: none !important;
}
.gssb_c td {
  border: none;
  padding: 0.25rem 1rem;
  font-weight: 700;
}
.gssb_c td b {
  font-weight: 400;
}
.gsc-completion-container {
  border: none !important;
  font-family: Roboto, sans-serif !important;
  border-radius: 5px !important;
  margin-top: 3px !important;
}
.gs-error-result .gs-snippet,
.gs-no-results-result .gs-snippet {
  padding: 1rem !important;
  margin: 0 !important;
  border: none !important;
  background-color: #fff9dc !important;
}
.c-header__search-icon {
  display: inline-block;
  height: 1.1rem;
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
@media (min-width: 43.75em) {
  .c-header__search-icon {
    margin-right: -0.25rem;
  }
}
@media (min-width: 61.25em) {
  .info-404 {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    padding-right: 2rem;
  }
}
.img-404 {
  margin: 0 auto;
}
@media (min-width: 61.25em) {
  .img-404 {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    margin-top: -2rem;
  }
}
.search-form {
  padding-top: 0;
  background: none;
  border: none;
  margin-bottom: 0;
}
.search-input {
  -ms-flex: 1;
  flex: 1;
}
.search-button {
  margin-bottom: 0;
  margin-left: 0.5rem;
}
.content .c-post-categories li,
.content .c-post-tags li {
  display: inline-block;
  text-indent: 0;
  margin-left: 0.25rem;
}
.content .c-post-categories li:before,
.content .c-post-tags li:before {
  content: "";
  display: none;
}
.content .c-post-categories a,
.content .c-post-tags a {
  background-color: #ededed;
  border-radius: 3px;
  color: #444;
  font-size: 80%;
  display: inline-block;
  border: none;
  box-shadow: none;
  margin: 0 0.25rem;
  padding: 0.25rem 0.75rem;
  text-transform: uppercase;
}
#tribe-events-pg-template {
  margin: 0 auto;
  max-width: 1000px;
}
.tribe-events-after-html {
  clear: both;
}
#tribe-events-content a,
.tribe-events-event-meta a {
  text-decoration: none;
  border-bottom: none;
  box-shadow: none;
}
.tribe-events-gcal,
.tribe-events-ical {
  clear: both;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}
.tribe-events-gcal {
  margin-right: 9px;
}
.tribe-events-event-meta-desc .tribe-events-gmap,
.tribe-events-event-meta .tribe-events-gmap {
  white-space: nowrap;
}
.updated-info {
  height: 0;
  text-indent: -9999px;
}
.tribe-events-event-image {
  margin: 0 0 20px;
  text-align: center;
}
.tribe-events-event-image img {
  height: auto;
  max-width: 100%;
}
.tribe-event-schedule-details {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #666;
}
div.tribe-events-notices {
  background: #eef7fb;
  border-radius: 2px;
  color: #2d6987;
  margin: 1rem 0 1.5rem;
  padding: 1rem;
}
div.tribe-events-notices ul {
  list-style: none;
  margin: 0;
}
div.tribe-events-notices li {
  margin-left: 0;
  text-indent: 0;
}
div.tribe-events-notices li:before {
  content: none;
  background: none !important;
}
.clearfix,
.tribe-clearfix {
  zoom: 1;
}
.clearfix:after,
.clearfix:before,
.tribe-clearfix:after,
.tribe-clearfix:before {
  content: "";
  display: table;
}
.clearfix:after,
.tribe-clear,
.tribe-clearfix:after {
  clear: both;
}
.tribe-events-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tribe-hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.tribe-events-error {
  display: none;
}
.tribe-events-multi-event-day {
  color: #0f81bb;
}
#tribe-events-content .tribe-events-abbr {
  border-bottom: 0;
  cursor: default;
}
.tribe-events-spinner {
  height: 32px;
  margin-left: -16px;
  width: 32px;
}
.tribe-events-spinner-medium {
  height: 24px;
  width: 24px;
}
.tribe-events-spinner-small {
  height: 16px;
  margin-left: -8px;
  width: 16px;
}
h2.tribe-events-page-title {
  clear: none;
  color: #5f5f5f;
  font-weight: 400;
  margin-top: 0;
  position: relative;
  text-align: center;
  z-index: 0;
}
.tribe-events-filter-view .tribe-events-list h2.tribe-events-page-title {
  float: none;
  width: 100%;
}
#tribe-events-footer,
#tribe-events-header {
  clear: both;
  margin-bottom: 0.5em;
}
#tribe-events-footer .tribe-events-sub-nav,
#tribe-events-header .tribe-events-sub-nav {
  line-height: normal;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
}
#tribe-events-footer .tribe-events-sub-nav li,
#tribe-events-header .tribe-events-sub-nav li {
  display: inline;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  zoom: 1;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,
#tribe-events-footer .tribe-events-sub-nav li,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous,
#tribe-events-header .tribe-events-sub-nav li {
  float: left;
  margin-right: 5px;
  text-align: left;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous:before,
#tribe-events-footer .tribe-events-sub-nav li:before,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous:before,
#tribe-events-header .tribe-events-sub-nav li:before {
  content: none;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next {
  float: right;
  margin-left: 5px;
  text-align: right;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-left,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-left {
  float: left;
  text-align: left;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-right,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-right {
  float: right;
  text-align: right;
}
.tribe-events-ajax-loading {
  background: #666;
  border-radius: 5px;
  box-shadow: none;
  display: none;
  left: 50%;
  margin-left: -27px;
  padding: 15px;
  position: absolute;
  top: 150px;
  z-index: 10;
}
.tribe-events-ajax-loading.tribe-events-active-spinner,
.tribe-events-ajax-loading.tribe-events-active-spinner img,
.tribe-events-loading .tribe-events-ajax-loading {
  display: block;
}
#tribe-events-header {
  position: relative;
}
#tribe-events-footer {
  margin-bottom: 1em;
}
.events-list #tribe-events-footer,
.tribe-events-day #tribe-events-footer,
.tribe-events-map #tribe-events-footer {
  clear: both;
  margin: 1.25em 0 18px;
}
.tribe-events-map #tribe-events-header {
  margin: 1em 0;
}
.single-tribe_events #tribe-events-header {
  margin: 1em 0 20px;
}
.single-tribe_events #tribe-events-footer li,
.single-tribe_events #tribe-events-header li {
  width: 48%;
}
#tribe-events-content .tribe-events-nav-date {
  padding-top: 16px;
}
select.tribe-events-dropdown {
  font-size: 11px;
  margin: 33px 9px 0 0;
  width: auto;
}
#tribe-events-events-picker,
#tribe-events-picker {
  display: inline;
}
#tribe-events-content {
  margin-bottom: 48px;
  padding: 2px 0;
  position: relative;
}
#tribe-events-content li {
  text-indent: 0;
}
#tribe-events-content.tribe-events-list {
  padding: 0;
}
.tribe-events-othermonth .tribe-events-month-event-title,
.tribe-events-othermonth div[id*="tribe-events-daynum-"] {
  filter: alpha(opacity=40);
  opacity: 0.4;
}
#tribe-events-content.tribe-events-list {
  margin-bottom: 60px;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured {
  background: #0ea0d7;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding: 0 24px 16px;
  padding: 0 1.5rem 1rem;
}
.tribe-events-list #tribe-events-header .tribe-events-sub-nav,
.tribe-events-week-grid #tribe-events-header {
  display: none;
}
.tribe-events-venue-details {
  font-size: 80%;
  margin-top: 0.5rem;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured.tribe-events-first {
  padding-top: 0;
}
.tribe-events-list
  .tribe-events-loop
  .tribe-event-featured
  .tribe-events-event-image {
  display: block;
  float: none;
  margin: 0 -24px;
  margin: 0 -1.5rem;
  width: auto;
}
.tribe-events-list
  .tribe-events-loop
  .tribe-event-featured
  .tribe-events-event-cost {
  margin-top: 1.5em;
}
.tribe-events-list
  .tribe-events-loop
  .tribe-event-featured
  .tribe-events-event-cost
  span {
  background: hsla(0, 0%, 100%, 0.2);
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
}
.tribe-events-list
  .tribe-events-loop
  .tribe-event-featured
  .tribe-events-list-event-title {
  display: inline-block;
  margin-top: 24px;
  margin-top: 1.5rem;
}
.tribe-events-list
  .tribe-events-loop
  .tribe-event-featured
  .tribe-events-list-event-title
  a {
  color: #fff;
}
.tribe-events-list
  .tribe-events-loop
  .tribe-event-featured
  .tribe-events-event-meta {
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}
.tribe-events-list
  .tribe-events-loop
  .tribe-event-featured
  .tribe-events-content {
  color: hsla(0, 0%, 100%, 0.9);
}
.tribe-events-list .tribe-events-loop .tribe-event-featured a {
  color: hsla(0, 0%, 100%, 0.7);
}
.tribe-events-list .tribe-events-loop .tribe-event-featured a:active,
.tribe-events-list .tribe-events-loop .tribe-event-featured a:hover {
  color: hsla(0, 0%, 100%, 0.9);
}
.tribe-events-list .tribe-events-loop .tribe-events-image {
  float: left;
  margin: 0 3% 0 0;
  width: 30%;
}
.tribe-events-list .tribe-events-loop .tribe-events-content {
  width: 100%;
}
.tribe-events-list h2 .tribe-events-list-event-title {
  border: none;
  display: block;
  font-size: 1.4em;
  letter-spacing: 0;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.tribe-events-list-event-category {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
  line-height: 1.4;
  position: relative;
}
.tribe-events-list-event-category .sep,
.tribe-events-list-event-category a {
  background-color: #fff;
  color: #919191;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  font-weight: 700;
  font-size: 70%;
  padding: 0 0.5rem 0 0;
  position: relative;
  top: 0.8rem;
  transition: color 0.25s ease-in-out;
  text-transform: uppercase;
}
.tribe-events-list-event-category .sep:hover,
.tribe-events-list-event-category a:hover {
  color: #5e5e5e;
  border: none;
  box-shadow: none;
}
.tribe-events-list-event-category .sep {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  margin-left: -0.35rem;
}
.tribe-events-list .type-tribe_events {
  margin: 0;
  padding: 1rem 0.5rem 0;
}
.tribe-events-list .type-tribe_events.tribe-event-end-month {
  border-bottom: 0;
  padding-bottom: 0;
}
.tribe-events-list .tribe-events-event-image {
  display: inline-block;
  float: right;
  margin: 0 0 0 1.5rem;
}
@media (max-width: 43.74em) {
  .tribe-events-list .tribe-events-event-image {
    max-width: 25%;
  }
}
.tribe-events-list .tribe-events-event-image img {
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
.tribe-events-list .tribe-events-event-image + div.tribe-events-content {
  float: left;
  position: relative;
  width: 67%;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-meta .recurringinfo {
  display: none;
}
.tribe-events-list
  .tribe-events-loop
  .tribe-events-event-meta
  .event-is-recurring {
  clear: both;
}
.tribe-events-list
  .tribe-events-loop
  .tribe-events-event-meta
  .tribe-events-content {
  padding: 0;
  width: 100%;
}
.tribe-events-list-event-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.tribe-events-list-separator-year {
  color: #ccc;
  display: block;
  font-size: 38px;
  font-weight: 700;
  padding: 1em 2.25em 0;
  text-align: center;
}
.tribe-events-list-separator-month {
  background-color: #ededed;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin: 1.75rem 0 0;
  padding: 0.25rem 0.75rem;
  text-transform: uppercase;
}
.tribe-events-loop {
  clear: both;
}
.tribe-events-loop .type-tribe_events.tribe-events-last {
  border-bottom: 0;
}
.tribe-events-loop .tribe-events-content {
  float: left;
  padding: 0 5% 0 0;
  width: 60%;
}
.single-tribe_venue .tribe-events-loop .tribe-events-content p {
  margin: 0;
}
.events-archive h3 .published,
.single-tribe_venue h3 .published {
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
  text-transform: none;
}
.tribe-events-event-day,
.tribe-events-event-meta-desc {
  color: #333;
}
.single-tribe_events .tribe-events-single-event-title {
  font-size: 1.7em;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#tribe-events-content
  .tribe-events-single-event-description
  .attachment-post-thumbnail {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.tribe-events-meta-group .tribe-events-single-section-title {
  font-size: 1.4em;
  font-weight: 700;
  margin: 20px 0 10px;
}
.tribe-events-meta-group + .tribe-events-single-section-title {
  margin-top: 0;
}
.tribe-events-event-meta .tribe-events-meta-group address.tribe-events-address {
  display: block;
  margin: 0;
}
#eventbrite-embed {
  margin: 24px 0;
  min-height: 225px;
  width: 100%;
}
.eventbrite-ticket-embed {
  margin: 0 0 30px;
}
.tribe-events-schedule {
  margin: 20px 0 0;
}
.single-tribe_events .tribe-events-schedule .recurringinfo,
.single-tribe_events .tribe-events-schedule .tribe-events-cost,
.single-tribe_events .tribe-events-schedule .tribe-events-divider {
  font-size: 1.2em;
}
.single-tribe_events .tribe-events-schedule h3 {
  display: inline;
  display: inline-block;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
  zoom: 1;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
  vertical-align: middle;
}
.single-tribe_events .tribe-events-event-image {
  clear: both;
  margin-bottom: 30px;
  text-align: center;
}
.single-tribe_events .tribe-events-event-meta {
  background: #fafafa;
  border: 1px solid #eee;
  margin: 30px 0;
}
.single-tribe_events .tribe-events-venue-map {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: inline-block;
  float: right;
  margin: 20px 4% 2% 0;
  padding: 5px;
  vertical-align: top;
  width: 90%;
  zoom: 1;
}
.single-tribe_events
  .tribe-events-meta-group
  + .tribe-events-meta-group
  + .tribe-events-meta-group-gmap {
  clear: both;
  display: block;
  float: none;
  width: auto;
}
.single-tribe_events
  .tribe-events-meta-group
  + .tribe-events-meta-group
  + .tribe-events-meta-group-gmap
  .tribe-events-venue-map {
  float: none;
  width: 100%;
}
.single-tribe_events .secondary .tribe-events-venue-map {
  width: 58%;
}
.single-tribe_events .tribe-events-event-meta {
  font-size: 13px;
}
.single-tribe_events .tribe-events-event-meta dl {
  margin: 0;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
  clear: left;
  font-weight: 700;
  line-height: 1;
  list-style: none;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
  float: none;
  line-height: 1.5;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.tribe-events-event-meta .column,
.tribe-events-event-meta .tribe-events-meta-group {
  box-sizing: border-box;
  display: inline-block;
  float: left;
  margin: 0 0 20px;
  padding: 0 4%;
  text-align: left;
  vertical-align: top;
  width: 33.3333%;
  zoom: 1;
}
#tribe-events-content .tribe-events-event-meta dd span.adr {
  display: block;
}
.single-tribe_events .tribe-events-content {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.sidebar.single-tribe_events .tribe-events-content {
  padding: 0;
}
.tribe-events-day .tribe-events-day-time-slot h5,
.tribe-mobile-day-date {
  font-weight: 700;
  font-family: Roboto, sans-serif;
  color: #4a4a4a;
  background-color: #ededed;
  line-height: 1.5rem;
  font-size: 14px;
  margin: 1.75rem 0 0;
  padding: 0.25rem 0.75rem;
  text-transform: uppercase;
}
.tribe-events-day .tribe-event-featured .tribe-events-event-image {
  display: block;
  float: none;
  margin: 0 -24px;
  margin: 0 -1.5rem;
  width: auto;
}
.tribe-events-day .tribe-event-featured .tribe-events-event-cost {
  margin-top: 1.5em;
}
.tribe-events-day .tribe-event-featured .tribe-events-event-cost span {
  background: hsla(0, 0%, 100%, 0.2);
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
}
.tribe-events-day .tribe-event-featured .tribe-events-list-event-title {
  display: inline-block;
  margin-top: 24px;
  margin-top: 1.5rem;
}
#tribe-events-content table.tribe-events-calendar {
  border-collapse: collapse;
  clear: both;
  font-size: 12px;
  margin: 12px 0 0.6em;
  table-layout: fixed;
  width: 100%;
}
#tribe-events-content
  table.tribe-events-calendar
  .type-tribe_events.tribe-event-featured {
  background: #0ea0d7;
  margin: 0;
  padding: 6px 14px;
  padding: 6px calc(5% + 8px);
}
.events-archive.events-gridview
  #tribe-events-content
  table.tribe-events-calendar
  .type-tribe_events.tribe-event-featured {
  margin: 0;
  padding: 6px 14px;
  padding: 6px calc(5% + 8px);
}
#tribe-events-content
  table.tribe-events-calendar
  .type-tribe_events.tribe-event-featured
  .tribe-events-month-event-title
  a {
  color: #fff;
}
#tribe-events-content
  table.tribe-events-calendar
  .type-tribe_events.tribe-event-featured
  .tribe-events-month-event-title
  a:active,
#tribe-events-content
  table.tribe-events-calendar
  .type-tribe_events.tribe-event-featured
  .tribe-events-month-event-title
  a:hover {
  color: #eee;
}
#tribe-events-content .tribe-events-calendar td,
#tribe-events-content table.tribe-events-calendar {
  border: 1px solid #d5d5d5;
}
#tribe-events-content .tribe-events-calendar td a {
  font-family: Montserrat;
}
#tribe-events-content .tribe-events-calendar td {
  box-sizing: border-box;
  color: #114b7d;
  font-size: 12px;
  height: 110px;
  padding: 0 0 0.5em;
  vertical-align: top;
  width: 14.28%;
}
.tribe-events-calendar div[id*="tribe-events-daynum-"],
.tribe-events-calendar div[id*="tribe-events-daynum-"] a {
  background-color: #f5f5f5;
  color: #333;
  font-size: 11px;
  font-weight: 700;
}
.tribe-events-present {
  background-color: #f7fbfc;
}
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar
  td.tribe-events-present
  div[id*="tribe-events-daynum-"]
  > a {
  background-color: #daeeef;
}
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
.tribe-events-calendar
  td.tribe-events-past
  div[id*="tribe-events-daynum-"]
  > a {
  color: #999;
}
.recurring-info-tooltip,
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-shortcode.view-week .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  bottom: 30px;
  color: #333;
  display: none;
  padding: 0.25rem;
  left: 3px;
  line-height: 1.4;
  position: absolute;
  width: 320px;
  z-index: 1001;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transition: display 1s ease-in-out;
}
.tribe-events-tooltip .recurringinfo {
  display: none;
}
.tribe-events-tooltip .tribe-event-description p {
  margin-bottom: 0.25rem;
}
.tribe-events-grid .tribe-events-tooltip .tribe-event-description a {
  font-size: 11px;
}
.tribe-events-tooltip {
  max-width: 22rem;
}
.tribe-events-tooltip:before {
  border-top: 7px solid transparent;
  border-right: 7px solid #ccc;
  border-bottom: 7px solid transparent;
  border-left: 0;
  border-right-color: rgba(0, 0, 0, 0.2);
  left: -8px;
}
.tribe-events-tooltip:after,
.tribe-events-tooltip:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
}
.tribe-events-tooltip:after {
  border-top: 7px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 7px solid transparent;
  border-left: 0;
  border-right-color: #fff;
  left: -7px;
}
.tribe-events-calendar .tribe-events-tooltip:before,
.tribe-events-week-allday-single .tribe-events-tooltip:before {
  border-top: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom: 0;
  border-right: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: auto;
  bottom: -8px;
  left: 10px;
}
.tribe-events-calendar .tribe-events-tooltip:after,
.tribe-events-week-allday-single .tribe-events-tooltip:after {
  border-top: 7px solid #fff;
  border-left: 7px solid transparent;
  border-bottom: 0;
  border-right: 7px solid transparent;
  border-bottom-color: #fff;
  top: auto;
  bottom: -7px;
  left: 10px;
}
.tribe-events-calendar .tribe-events-right .tribe-events-tooltip:before {
  border-top: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom: 0;
  border-right: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: auto;
  bottom: -8px;
  right: 60px;
}
.tribe-events-calendar .tribe-events-right .tribe-events-tooltip:after {
  border-top: 7px solid #ccc;
  border-top: 7px solid #fff;
  border-left: 7px solid transparent;
  border-bottom: 0;
  border-right: 7px solid transparent;
  border-bottom-color: #fff;
  top: auto;
  bottom: -7px;
  right: 60px;
}
.recurring-info-tooltip:before,
.tribe-events-right .tribe-events-tooltip:before {
  border-top: 7px solid transparent;
  border-left: 7px solid #ccc;
  border-bottom: 7px solid transparent;
  border-right: 0;
  border-left-color: rgba(0, 0, 0, 0.2);
  right: -8px;
  left: auto;
}
.recurring-info-tooltip:after,
.tribe-events-right .tribe-events-tooltip:after {
  border-top: 7px solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 7px solid transparent;
  border-right: 0;
  border-left-color: #fff;
  right: -7px;
  left: auto;
}
.tribe-events-tooltip .tribe-events-event-thumb {
  float: right;
  margin-right: -4px;
  margin-left: 4px;
  margin-bottom: 4px;
}
.tribe-events-tooltip .tribe-events-event-image {
  margin-bottom: 0;
}
.tribe-events-tooltip .tribe-event-duration {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
.recurring-info-tooltip,
.tribe-events-calendar .tribe-events-right .tribe-events-tooltip,
.tribe-events-shortcode.view-week .tribe-events-right .tribe-events-tooltip,
.tribe-events-week .tribe-events-right .tribe-events-tooltip {
  left: auto;
  right: 3px;
}
.tribe-events-right .tribe-events-tooltip .tribe-events-arrow {
  left: auto;
  right: 30px;
}
.tribe-events-tooltip ol,
.tribe-events-tooltip ul {
  margin-left: 1.6em;
}
.tribe-events-tooltip .tribe-events-event-body .tribe-events-event-thumb img {
  max-height: 150px;
  max-width: 150px;
}
.recurringinfo {
  display: block;
  position: relative;
}
.event-is-recurring {
  color: rgba(0, 0, 0, 0.7);
  font-style: normal;
  font-weight: 500;
  position: relative;
}
.event-is-recurring:hover {
  color: #000;
}
.tribe-event-featured .event-is-recurring {
  color: hsla(0, 0%, 100%, 0.7);
}
.tribe-event-featured .event-is-recurring:hover {
  color: #fff;
}
.tribe-event-featured .event-is-recurring div {
  color: rgba(0, 0, 0, 0.7);
}
.recurring-info-tooltip.tribe-events-tooltip {
  left: 10px;
  padding-bottom: 0.8em;
  width: 200px;
}
.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  border-bottom: 1px solid #e7e7e7;
  margin: 0 5%;
  padding: 6px 8px;
}
.events-archive.events-gridview #tribe-events-content table .tribe-events-last {
  border-bottom: 0;
}
.tribe-events-viewmore {
  border-top: 1px solid #e7e7e7;
  font-weight: 700;
  line-height: 1;
  margin: 0 5%;
  padding: 9px 8px;
}
.tribe-events-calendar td .tribe-events-viewmore a {
  font-size: 90%;
  white-space: nowrap;
}
.tribe-events-calendar td div[id*="tribe-events-daynum-"] {
  line-height: 1.2;
  padding: 6px 9px;
}
.tribe-events-calendar td a {
  font-size: 91.7%;
}
.tribe-events-calendar th {
  letter-spacing: 1px;
  padding: 4px 0;
  text-align: center;
  text-transform: uppercase;
  width: 14.28%;
  color: #444;
  font-size: 0.9rem;
  font-weight: 400;
  background-color: #eee;
  vertical-align: bottom;
  border-top: none;
  border-bottom: 1px solid #d5d5d5;
}
.tribe-events-calendar div[id*="tribe-events-daynum-"],
.tribe-events-calendar div[id*="tribe-events-event-"] {
  margin: 0;
  position: relative;
}
.tribe-events-calendar
  div[id*="tribe-events-event-"]
  h3.tribe-events-month-event-title
  a {
  font-size: 100%;
}
#tribe-events-content
  .tribe-events-calendar
  div[id*="tribe-events-event-"]
  h3.tribe-events-month-event-title {
  font-family: sans-serif;
  font-size: 98%;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  overflow: hidden;
  padding: 3%;
  text-transform: none;
}
#tribe-events-content .tribe-events-tooltip h4 {
  background-color: #ecf6f7;
  color: #05373d;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0.25rem;
  padding: 0.5rem;
}
.tribe-events-tooltip .tribe-events-event-body {
  font-size: 11px;
  font-weight: 400;
  padding: 0.25rem 0.5rem;
}
.tribe-events-tooltip .duration {
  font-style: italic;
  margin: 3px 0;
}
.tribe-events-tooltip .tribe-events-event-thumb img {
  box-shadow: none;
}
.tribe-events-tooltip p.entry-summary {
  font-size: 11px;
  line-height: 1.5;
  padding: 0;
}
#tribe-mobile-container {
  display: none;
}
.tribe-events-list-widget ol li {
  list-style: none;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.tribe-events-list-widget .tribe-list-widget {
  margin-left: 0;
}
.tribe-events-list-widget .tribe-events-list-widget-events {
  padding: 0 24px;
  padding: 0 1.5rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.tribe-events-list-widget .tribe-event-title {
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  margin-top: 0;
}
.tribe-events-list-widget .duration {
  font-weight: 700;
}
.tribe-events-list-widget .tribe-event-featured {
  background: #0ea0d7;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
.tribe-events-list-widget .tribe-event-featured .tribe-event-title {
  margin-top: 12px;
  margin-top: 0.75rem;
}
.tribe-events-list-widget .tribe-event-featured .tribe-event-title a {
  color: #fff;
}
.tribe-events-list-widget .tribe-event-featured .tribe-event-image {
  margin-left: -24px;
  margin-left: -1.5rem;
  margin-right: -24px;
  margin-right: -1.5rem;
}
.tribe-events-list-widget .tribe-event-featured .tribe-event-duration {
  color: #fff;
}
.datepicker table tr td span,
.datepicker td {
  border-radius: 0;
}
.datepicker td {
  border-top: 1px solid #ededed;
}
.datepicker table tr td.active.active,
.datepicker table tr td span.active.active {
  background: #666;
}
.datepicker table tr td.active.active:hover,
.datepicker table tr td span.active.active:hover {
  background: #dadada;
  color: inherit;
}
#tribe-events-bar {
  clear: none;
  height: auto;
  margin-bottom: 1.5rem;
  min-width: 220px;
  position: relative;
  width: 100%;
}
@media (max-width: 43.74em) {
  #tribe-events-bar {
    display: none;
  }
}
.tribe-mobile #tribe-events-bar {
  display: block;
}
#tribe-bar-form {
  padding: 1rem;
}
#tribe-bar-form label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 5px;
  padding: 0;
  text-transform: uppercase;
}
#tribe-bar-form .tribe-bar-filters {
  float: left;
  margin: 0;
  position: relative;
  width: 100%;
}
#tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
  left: auto;
  right: 16.66667%;
  width: 82%;
}
#tribe-bar-form .tribe-bar-filters-inner {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 43.74em) {
  #tribe-bar-form .tribe-bar-filters-inner {
    margin-top: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
[class$="-filter"] {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 1rem;
  margin-right: 0.5rem;
}
@media (min-width: 43.75em) {
  [class$="-filter"] {
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    margin-bottom: 0;
  }
}
#tribe-bar-form #tribe-bar-views {
  background: transparent;
  float: left;
  left: 83.3333%;
  margin: 0;
  padding: 0 0 0 5px;
  position: relative;
  right: auto;
  width: 16.66667%;
  min-height: 1px;
}
#tribe-bar-form .tribe-bar-views-inner label {
  padding: 0 7px;
  text-align: left;
  margin-top: -5px;
}
#tribe-bar-form.tribe-bar-mini #tribe-bar-views {
  width: 16.66667%;
}
.tribe-event-placeholder {
  color: #5f5f5f;
  font-weight: 400;
  font-style: italic;
  line-height: 1.3;
}
#tribe-bar-views:hover,
#tribe-bar-views label:hover {
  cursor: pointer;
}
.tribe-bar-views-inner {
  margin: 0;
}
.tribe-bar-views-inner .select2-container {
  padding: 0 15px;
}
.tribe-select2-results-views.select2-drop {
  background: #dbdbdb;
  border: none;
  box-shadow: none;
  z-index: 10001;
}
.tribe-bar-collapse #tribe-bar-views .tribe-bar-views-list {
  border-radius: 2px;
  list-style-type: none;
  position: absolute;
  z-index: 2;
}
.tribe-bar-full #tribe-bar-views .tribe-bar-views-list,
.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list {
  border-radius: 2px;
  list-style-type: none;
  position: absolute;
  z-index: 2;
  left: -5px;
  top: 0;
  margin: 15px 0 0 0.25rem;
  padding-bottom: 1px;
}
#tribe-bar-views li.tribe-bar-views-option {
  border: none;
  box-shadow: none;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
#tribe-bar-views li.tribe-bar-views-option:before {
  content: none;
}
.tribe-bar-views-option-month a {
  background-image: url(../images/cal-month.svg);
}
.tribe-bar-views-option-day a {
  background-image: url(../images/cal-day.svg);
}
.tribe-bar-views-option-week a {
  background-image: url(../images/cal-week.svg);
}
.tribe-bar-views-option-list a {
  background-image: url(../images/cal-list.svg);
}
#tribe-bar-views.tribe-bar-views-open .tribe-bar-views-option,
#tribe-bar-views .tribe-bar-views-option.tribe-bar-active,
#tribe-bar-views .tribe-bar-views-option:first-child {
  display: list-item;
}
.tribe-bar-collapse
  #tribe-bar-views
  .tribe-bar-views-list
  .tribe-bar-views-option
  a,
.tribe-bar-full
  #tribe-bar-views
  .tribe-bar-views-list
  .tribe-bar-views-option
  a,
.tribe-bar-mini
  #tribe-bar-views
  .tribe-bar-views-list
  .tribe-bar-views-option
  a {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.75rem) 47.5%;
  color: gray;
  display: block;
  text-align: left;
  text-decoration: none;
  border: none;
  box-shadow: none;
  padding: 0.6rem 1rem;
}
.tribe-bar-collapse
  #tribe-bar-views
  .tribe-bar-views-list
  .tribe-bar-views-option
  a:hover,
.tribe-bar-full
  #tribe-bar-views
  .tribe-bar-views-list
  .tribe-bar-views-option
  a:hover,
.tribe-bar-mini
  #tribe-bar-views
  .tribe-bar-views-list
  .tribe-bar-views-option
  a:hover {
  border: none;
  box-shadow: none;
  background-color: #f9f9f9;
}
.tribe-bar-collapse
  #tribe-bar-views
  .tribe-bar-views-list
  .tribe-bar-views-option:first-child
  a:hover,
.tribe-bar-full
  #tribe-bar-views
  .tribe-bar-views-list
  .tribe-bar-views-option:first-child
  a:hover,
.tribe-bar-mini
  #tribe-bar-views
  .tribe-bar-views-list
  .tribe-bar-views-option:first-child
  a:hover {
  background-color: #fff;
}
.tribe-bar-collapse
  #tribe-bar-views
  .tribe-bar-views-list
  .tribe-bar-views-option
  a {
  padding: 1rem;
}
#tribe-bar-views .tribe-bar-views-option:last-child a {
  border-radius: 0 0 3px 3px;
}
#tribe-bar-views [name="tribe-bar-view"] {
  display: none !important;
}
#tribe-bar-views .tribe-bar-views-list {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  float: left;
  width: 100%;
}
#tribe-bar-views .tribe-bar-settings {
  display: none;
}
.tribe-no-js #tribe-bar-views [name="tribe-bar-view"] {
  display: block;
}
.tribe-bar-mini #tribe-bar-views {
  width: 16.66667%;
}
.tribe-bar-mini .tribe-bar-views-inner label {
  padding: 0 10px;
}
#tribe-bar-collapse-toggle {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  font-weight: 400;
  padding: 1rem;
  position: relative;
}
#tribe-bar-collapse-toggle:hover {
  cursor: pointer;
}
#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow {
  position: absolute;
  right: 2.25rem;
  top: 1.85rem;
}
#tribe-bar-form {
  margin: auto 0;
  border: none;
  background: #ededed;
}
.tribe-bar-collapse #tribe-bar-collapse-toggle {
  display: block;
  width: 70%;
}
.tribe-bar-collapse
  #tribe-bar-collapse-toggle.tribe-bar-collapse-toggle-full-width {
  width: 100%;
}
#tribe-bar-form.tribe-bar-collapse #tribe-bar-views {
  float: left;
  left: auto;
  width: 30%;
}
#tribe-bar-form.tribe-bar-collapse #tribe-bar-views + .tribe-bar-filters {
  clear: both;
  display: none;
  left: auto;
  margin-top: 1rem;
  overflow: hidden;
  right: auto;
  width: 100%;
}
.tribe-bar-disabled {
  float: right;
  position: relative;
  z-index: 101;
}
.tribe-bar-disabled .tribe-events-page-title {
  clear: none;
  line-height: 45px;
  margin: 0;
  text-align: left;
}
.tribe-bar-disabled #tribe-events-bar {
  float: none;
  min-width: 0;
  width: auto;
}
.tribe-bar-disabled #tribe-bar-form {
  border-radius: 3px;
  width: auto;
}
.tribe-bar-disabled .tribe-bar-filters {
  float: left;
}
.tribe-bar-disabled .tribe-bar-filters .tribe-bar-date-filter {
  padding: 5px 10px;
}
.tribe-bar-disabled #tribe-bar-form label {
  font-size: 10px;
}
.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type="text"] {
  border: none;
  display: block;
  font-size: 13px;
  line-height: 15px;
  margin: 0;
  padding: 0;
  width: 85px;
}
.tribe-bar-disabled #tribe-bar-form #tribe-bar-views {
  float: left;
  font-size: 16px;
  left: 50%;
  padding: 0;
  right: auto;
  width: 50%;
}
.tribe-bar-disabled #tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
  left: auto;
  right: 50%;
  width: 50%;
}
.tribe-bar-disabled #tribe-bar-form .tribe-bar-views-inner label {
  padding: 0 10px;
}
.tribe-bar-disabled .tribe-bar-views-inner {
  border-radius: 0 3px 3px 0;
  min-width: 100px;
  padding: 5px 0 25px;
}
.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list,
.tribe-bar-disabled
  #tribe-bar-views
  .tribe-bar-views-list
  .tribe-bar-views-option {
  margin: 0;
}
.tribe-bar-disabled
  #tribe-bar-views
  .tribe-bar-views-list
  .tribe-bar-views-option
  a {
  margin: 0;
  padding: 4px 10px;
}
.tribe-bar-disabled #tribe-bar-views .select2-container .select2-choice {
  font-size: 13px;
  height: auto;
  line-height: 18px;
}
.tribe-bar-disabled
  .tribe-select2-results-views.select2-drop
  .select2-results
  li {
  padding: 0 10px;
}
.tribe-bar-disabled #tribe-bar-collapse-toggle,
.tribe-bar-disabled .tribe-bar-submit {
  display: none;
}
.tribe-bar-disabled .tribe-bar-date-filter,
.tribe-events-uses-geolocation .tribe-bar-disabled .tribe-bar-date-filter {
  width: auto;
}
.tribe-bar-view-list a[class*="tribe-icon-"],
.tribe-bar-views-list span[class^="tribe-icon-"],
.tribe-select2-results-views span[class^="tribe-icon-"] {
  background-position: 0 50%;
  background-repeat: no-repeat;
  display: block;
  min-height: 16px;
  padding-left: 0.5rem;
}
.tribe-select2-results-views span[class^="tribe-icon-"] {
  display: inline-block;
  min-height: 16px;
}
.tribe-bar-view-list span[class^="tribe-icon-"],
.tribe-bar-views-list span.tribe-icon-list,
.tribe-select2-results-views span.tribe-icon-list {
  background-image: url(../images/events-bar/icon-list.png);
  background-size: 15px 10px;
}
.tribe-bar-view-list a.tribe-icon-list,
.tribe-bar-view-list a.tribe-icon-month {
  background-position: 10px 50%;
  padding-left: 30px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
@media screen and (max-width: 767px) {
  .single-tribe_events .secondary .tribe-events-venue-map {
    width: 90%;
  }
}
@media screen and (min-width: 44.375em) {
  .tribe-events-day .tribe-events-content {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen {
  #tribe-events-content .tribe-events-tooltip ol,
  #tribe-events-content .tribe-events-tooltip ul {
    margin-left: 1.6em;
  }
}
@media screen and (min-width: 1000px) {
  .tribe-theme-parent-twentyfourteen #tribe-events-pg-template,
  .tribe-theme-twentyfourteen #tribe-events-pg-template {
    padding-left: 220px;
  }
}
@media screen and (max-width: 400px) {
  .list-view.events-archive .site-content .type-page .entry-content {
    display: inline;
    display: initial;
  }
}
@media (-o-min-device-pixel-ratio: 2/1),
  (-webkit-min-device-pixel-ratio: 2),
  (min--moz-device-pixel-ratio: 2),
  (min-device-pixel-ratio: 2) {
  .tribe-events-tooltip .tribe-events-arrow {
    background-image: url(../images/tribe-tooltips@2x.png);
  }
  #tribe-bar-filters .tribe-bar-button-search .tribe-bar-btn-small {
    background-image: url(../images/events-bar/icon-search@2x.png);
  }
  #tribe-events-bar .tribe-bar-button-settings span {
    background-image: url(../images/events-bar/icon-gear@2x.png);
  }
  #tribe-events-bar [class^="tribe-bar-button-"]:after {
    background-image: url(../../../common/vendor/select2/select2x2.png);
  }
}
.tribe-bar-submit {
  -ms-flex: 1;
  flex: 1;
}
.tribe-bar-submit .tribe-events-button {
  margin-bottom: 1px;
  padding-top: 0.75rem;
  padding-bottom: calc(0.75rem - 1px);
}
.tribe-bar-submit input:hover {
  cursor: pointer;
}
.datepicker.dropdown-menu {
  font-family: Montserrat, sans-serif;
  border: none;
}
.datepicker.dropdown-menu:before {
  border: none;
}
.datepicker-dropdown {
  margin-top: -40px;
}
.datepicker tbody tr:first-child td {
  border-top: none;
}
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
  padding: 0.65rem 0.85rem;
  border-radius: 0;
}
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
  transition: all 0.25s ease-in-out;
}
.datepicker tfoot tr th:hover,
.datepicker thead tr:first-child th:hover {
  background-color: #deeff1;
}
.datepicker table tr td.active.active,
.datepicker table tr td span.active.active {
  background-color: #1d7f8a;
  font-weight: 700;
}
.datepicker table tr td.active.active:hover,
.datepicker table tr td span.active.active:hover {
  background-color: #1d7f8a;
  color: #fff;
}
.tribe-bar-toggle-arrow {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 5px;
}
.tribe-bar-toggle-arrow:after,
.tribe-bar-toggle-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  height: 2px;
  width: 11px;
  background-color: #5f5f5f;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition:
    width 0.3s,
    transform 0.3s;
}
.tribe-bar-toggle-arrow:before {
  left: 1px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tribe-bar-toggle-arrow:after {
  left: 8px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tribe-bar-filters-open .tribe-bar-toggle-arrow:before {
  left: -7px;
  -ms-transform: translateX(7px) rotate(-45deg);
  transform: translateX(7px) rotate(-45deg);
}
.tribe-bar-filters-open .tribe-bar-toggle-arrow:after {
  left: 7px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tribe-events-sub-nav li a {
  background: #fff;
  border-radius: 2px;
  border: 1px solid #ddd !important;
  box-shadow: none;
  color: #666;
  display: block;
  padding: 10px 20px;
  position: relative;
  transition: border 0.25s ease-in-out;
  white-space: normal;
}
.tribe-events-sub-nav li a:hover {
  border: 1px solid #666 !important;
  box-shadow: none;
}
.tribe-section-s {
  padding: 5px 0;
}
.tribe-section-s:first-of-type {
  padding-top: 0;
}
.tribe-section-s:last-of-type {
  padding-bottom: 0;
}
.tribe-section-m {
  padding: 10px 0;
}
.tribe-section-m:first-of-type {
  padding-top: 0;
}
.tribe-section-m:last-of-type {
  padding-bottom: 0;
}
.tribe-section-l {
  padding: 20px 0;
}
.tribe-section-l:first-of-type {
  padding-top: 0;
}
.tribe-section-l:last-of-type {
  padding-bottom: 0;
}
.tribe-events-user-recurrence-toggle {
  clear: both;
  display: block;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 15px;
  text-align: center;
}
.tribe-events-user-recurrence-toggle label:hover {
  cursor: pointer;
}
.tribe-events-user-recurrence-toggle input {
  margin-right: 5px;
}
.tribe-events-grid {
  border: 1px solid #bbb;
  font-size: 12px;
  margin: 0 auto 0.6em;
  position: relative;
  width: 100%;
}
.tribe-events-grid,
.tribe-events-grid * {
  box-sizing: border-box;
}
.tribe-events-grid .tribe-scroller {
  height: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.tribe-events-grid .tribe-scroller > .scroller-content {
  bottom: 0;
  left: 0;
  overflow: scroll;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.tribe-events-grid .tribe-scroller > .scroller-content:focus {
  outline: thin dotted;
}
.tribe-events-grid .tribe-scroller > .scroller-content::-webkit-scrollbar {
  display: none;
}
.tribe-events-grid .tribe-scroller > .scroller-pane {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  bottom: 0;
  opacity: 0.01;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.2s;
  visibility: hidden\9;
  width: 10px;
  z-index: 1000;
}
.tribe-events-grid .tribe-scroller > .scroller-pane > .scroller-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  margin: 0 1px;
  position: relative;
}
.tribe-events-grid .scroller-pane.active,
.tribe-events-grid .tribe-scroller:hover > .scroller-pane {
  opacity: 0.99;
  visibility: visible\9;
}
.tribe-events-grid .has-scrollbar > .scroller-content::-webkit-scrollbar {
  display: block;
}
.tribe-events-grid .tribe-grid-content-wrap .column {
  border-left: 1px solid #bbb;
  display: inline-block;
  float: left;
  text-align: center;
  vertical-align: top;
  width: 14.2857%;
  zoom: 1;
}
.tribe-events-grid .type-tribe_events {
  padding: 4px;
}
.tribe-events-grid .type-tribe_events.hentry {
  box-shadow: none;
}
.tribe-events-grid div[id*="tribe-events-event-"] {
  visibility: hidden;
}
.tribe-events-grid .type-tribe_events h3.entry-title {
  color: #333;
  font-size: 12px;
  height: 100%;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
  overflow: hidden;
  padding: 4px 6px;
  text-align: left;
  text-transform: none;
}
.tribe-events-grid .type-tribe_events a {
  color: #333;
  display: block;
  font-size: 12px;
  height: 100%;
  line-height: 1.25;
  outline: none;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.tribe-events-grid .tribe-grid-content-wrap .column {
  position: relative;
}
.tribe-grid-header {
  background-color: #ddd;
  border-bottom: 1px solid #bbb;
}
.tribe-grid-header .column {
  letter-spacing: 1px;
  padding: 1em 0;
  text-align: center;
  text-transform: uppercase;
}
.tribe-grid-header .column a {
  color: #333;
  font-weight: 700;
}
.tribe-week-grid-wrapper {
  height: 500px;
  overflow-y: scroll;
  position: relative;
}
.scroller-pane.flashed {
  opacity: 0.99;
  visibility: visible\9;
}
.tribe-grid-body {
  overflow: visible;
  position: relative;
}
.tribe-grid-body .tribe-events-week-hourly-single {
  margin: 4px;
}
.tribe-grid-body .type-tribe_events {
  height: 100%;
  width: 100%;
}
.tribe-grid-body div[id*="tribe-events-event-"] {
  font-weight: 700;
  line-height: 1.25;
  position: absolute;
  width: 94%;
  z-index: 500;
}
.tribe-grid-body div[id*="tribe-events-event-"]:hover {
  z-index: 800;
}
.tribe-week-grid-hours {
  background-color: #fff;
  position: relative;
  z-index: 20;
}
.tribe-events-grid .column.first,
.tribe-week-grid-hours {
  border-left: 0;
  float: left;
  margin-right: -40px;
  width: 40px;
}
.tribe-events-grid .column.first div,
.tribe-week-grid-hours div {
  font-size: 10px;
  font-weight: 700;
  height: 60px;
  line-height: 1.25;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.tribe-grid-content-wrap {
  float: left;
  padding-left: 40px;
  width: 100%;
}
.tribe-grid-allday .column {
  padding: 4px;
}
.tribe-grid-allday .tribe-events-week-allday-single,
.tribe-grid-body .tribe-events-week-hourly-single,
.tribe-grid-body .type-tribe_events .tribe-events-week-hourly-single {
  background-color: #e6e6e6;
  background-color: hsla(0, 0%, 87%, 0.75);
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  width: 100%;
  transition: all 0.1s ease-in-out;
}
.tribe-grid-allday .tribe-events-week-allday-single:hover,
.tribe-grid-body .tribe-events-week-hourly-single:hover,
.tribe-grid-body .type-tribe_events .tribe-events-week-hourly-single:hover {
  border: 1px solid #89bbb7;
  background-color: #ecf6f7;
}
.tribe-grid-allday {
  background-color: #f9f9f9;
  border-bottom: 1px solid #bbb;
  position: relative;
}
.tribe-grid-allday .column {
  min-height: 60px;
}
.tribe-grid-allday .column.first {
  top: 0;
}
.tribe-grid-allday .type-tribe_events {
  margin: 0;
  position: relative;
}
.tribe-grid-allday .type-tribe_events h3.entry-title {
  padding: 0;
}
.tribe-grid-allday .type-tribe_events h3.entry-title a.url {
  display: inline-block;
  overflow: hidden;
  padding: 8px 6px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
  zoom: 1;
}
.tribe-grid-allday .type-tribe_events.tribe-dayspan2 > div {
  width: 200%;
}
.tribe-grid-allday .type-tribe_events.tribe-dayspan3 > div {
  width: 300%;
}
.tribe-grid-allday .type-tribe_events.tribe-dayspan4 > div {
  width: 400%;
}
.tribe-grid-allday .type-tribe_events.tribe-dayspan5 > div {
  width: 500%;
}
.tribe-grid-allday .type-tribe_events.tribe-dayspan6 > div {
  width: 600%;
}
.tribe-grid-allday .type-tribe_events.tribe-dayspan7 > div {
  width: 700%;
}
.tribe-events-grid div[id*="tribe-events-tooltip-"] {
  text-align: left;
}
.tribe-grid-body .tribe-events-tooltip .tribe-events-event-body {
  position: relative;
}
.tribe-grid-body .tribe-events-tooltip .tribe-events-arrow {
  background-position: -33px 0;
  bottom: auto;
  height: 18px;
  left: -11px;
  top: 6px;
  width: 11px;
}
.tribe-grid-body .tribe-events-right .tribe-events-tooltip .tribe-events-arrow {
  background-position: -20px 0;
  left: auto;
  right: -11px;
}
.tribe-week-today {
  background-color: #f9f9f9;
}
.tribe-week-grid-outer-wrap {
  position: relative;
  z-index: 10;
}
.tribe-week-grid-inner-wrap {
  position: absolute;
  width: 100%;
}
.tribe-week-grid-block {
  height: 60px;
  margin: 0;
  padding: 0;
}
.tribe-week-grid-block div {
  border-bottom: 1px dotted #ddd;
  border-top: 1px solid #ddd;
  height: 30px;
  margin-bottom: 30px;
}
.tribe-events-photo-grid-sizer {
  width: 32%;
}
#tribe-events-content.tribe-events-list {
  padding: 1px 0;
}
.tribe-events-photo-gutter-sizer {
  width: 2%;
}
.isotope,
.isotope .isotope-item {
  transition-duration: 0.2s;
}
#tribe-events-photo-events {
  transition-property: height;
}
#tribe-events-photo-events.isotope {
  opacity: 0;
}
#tribe-events-photo-events .isotope-item {
  transition: 0.2s ease-in;
}
#tribe-events-photo-events.photo-hidden {
  opacity: 0;
}
#tribe-events-photo-events .tribe-events-photo-event {
  border-bottom: 0;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0;
  width: 32%;
}
#tribe-events-photo-events .tribe-events-photo-event:after,
#tribe-events-photo-events .tribe-events-photo-event:before {
  content: "";
  display: table;
}
#tribe-events-photo-events .tribe-events-photo-event:after {
  clear: both;
}
#tribe-events-photo-events
  .tribe-event-featured
  .tribe-events-photo-event-wrap {
  color: #eee;
}
#tribe-events-photo-events
  .tribe-event-featured
  .tribe-events-list-event-title {
  margin-top: 0;
}
#tribe-events-photo-events .tribe-event-featured .tribe-events-event-image {
  margin: 0;
}
.tribe-events-venue-widget .tribe-event-featured {
  color: hsla(0, 0%, 100%, 0.7);
}
.tribe-events-venue-widget .tribe-event-featured .tribe-event-title a,
.tribe-events-venue-widget
  .tribe-event-featured
  .tribe-events-list-event-title
  a,
.tribe-events-venue-widget .tribe-event-featured .tribe-events-title a {
  color: #fff;
}
.tribe-events-venue-widget .tribe-event-featured .tribe-events-duration,
.tribe-events-venue-widget .tribe-event-featured .tribe-events-event-meta {
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}
.tribe-events-venue-widget .tribe-event-featured .tribe-events-content {
  color: hsla(0, 0%, 100%, 0.9);
}
.tribe-events-venue-widget .tribe-event-featured a {
  color: hsla(0, 0%, 100%, 0.7);
}
.tribe-events-venue-widget .tribe-event-featured a:active,
.tribe-events-venue-widget .tribe-event-featured a:hover {
  color: hsla(0, 0%, 100%, 0.9);
}
.tribe-events-venue-widget ol li {
  list-style: none;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.tribe-events-venue-widget .tribe-list-widget {
  margin-left: 0;
}
.tribe-events-venue-widget .type-tribe_events {
  padding: 0 24px;
  padding: 0 1.5rem;
  margin-bottom: 1em;
}
.tribe-events-venue-widget .tribe-event-title {
  padding-top: 0.75em;
}
.tribe-events-venue-widget .duration {
  font-weight: 700;
}
.tribe-events-venue-widget .tribe-event-featured {
  background: #0ea0d7;
  padding-bottom: 0.75em;
}
.tribe-events-venue-widget .tribe-event-featured .tribe-event-image {
  margin-left: -1.5em;
  margin-right: -1.5em;
}
.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap {
  border: 1px solid #eee;
  border-bottom: 1px solid #ddd;
}
.tribe-mobile #tribe-events-photo-events,
.tribe-mobile #tribe-events-photo-events.photo-hidden {
  opacity: 1 !important;
}
.photo-loader {
  left: 50%;
  position: absolute;
  top: 200px;
}
.tribe-events-photo-event {
  padding: 4%;
  position: relative;
  transition: 0.1s ease-in;
}
.tribe-events-photo-event-wrap {
  background: #fafafa;
}
.tribe-events-photo-event-wrap:hover {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.tribe-event-featured .tribe-events-photo-event-wrap {
  background: #0c4e67;
  color: #fff;
}
.tribe-event-featured .tribe-events-photo-event-wrap a {
  color: #fff;
}
.tribe-events-list .tribe-events-photo-event .tribe-events-event-details {
  float: none;
  padding: 15px;
  word-wrap: break-word;
}
.tribe-events-loop
  .tribe-events-photo-event
  .tribe-events-list-event-description {
  float: none;
  margin-top: 10px;
}
.tribe-events-loop .tribe-events-photo-event .time-details,
.tribe-events-photo
  #tribe-events-content
  .tribe-events-list-event-description
  p {
  margin-bottom: 0;
}
.tribe-events-photo
  #tribe-events-content
  .tribe-events-list-event-description
  p {
  line-height: 1.45;
}
.tribe-events-photo
  #tribe-events-content
  .tribe-events-list-event-description
  p.tribe-event-categories {
  font-size: 13px;
  margin-top: 1em;
}
.tribe-events-photo
  .tribe-events-loop
  .type-tribe_events
  .tribe-events-event-meta {
  margin: 0 0 8px;
  padding-right: 0;
}
.tribe-events-list
  .tribe-events-loop
  .tribe-events-photo-event
  .tribe-events-event-meta
  .recurringinfo {
  display: block;
  margin: 8px 0 0;
}
.tribe-events-loop
  .tribe-events-photo-event
  .recurringinfo
  .tribe-events-divider {
  display: none;
}
.tribe-events-list #tribe-events-photo-events .tribe-events-event-details h2 {
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-right: 0;
}
.tribe-events-photo-event .entry-title a {
  transition: 0.2s ease-in;
}
.tribe-events-photo-event .tribe-events-event-image {
  float: none;
  margin: 0;
  width: 100%;
}
.tribe-events-photo-event .tribe-events-event-cost {
  display: none;
}
.tribe-events-photo-event .date-divider {
  padding: 0 5px;
}
.tribe-events-photo .tribe-events-ical {
  clear: both;
}
#tribe-geo-map-wrapper {
  background: #eee;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 2px;
  position: relative;
  z-index: 2;
}
#tribe-geo-map {
  height: 400px;
  position: relative;
  width: 100%;
  z-index: 3;
}
#tribe-geo-map label {
  display: inline;
  width: auto;
}
#tribe-geo-map img {
  max-width: none;
}
#tribe-geo-options {
  background: #fff;
  border: 1px solid #b9b9b9;
  margin-top: 12px;
  padding: 10px;
  position: absolute;
  top: auto;
  z-index: 9999;
}
#tribe-geo-options:after,
#tribe-geo-options:before {
  border-bottom: 8px solid #b9b9b9;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  height: 0;
  left: 10px;
  position: absolute;
  top: -9px;
  width: 0;
  z-index: 9999;
}
#tribe-geo-options:after {
  border-bottom-color: #fff;
  top: -8px;
}
.tribe-bar-collapse #tribe-geo-options {
  left: auto;
  position: relative;
  top: auto;
}
.tribe-bar-collapse #tribe-geo-options:after,
.tribe-bar-collapse #tribe-geo-options:before {
  display: none;
}
#tribe-geo-options h2,
#tribe-geo-results h2 {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 6px;
  padding: 0;
}
#tribe-geo-options {
  display: none;
  margin-bottom: 20px;
}
.tribe-geo-option-link {
  border-bottom: 1px solid #eee;
  color: #444;
  display: block;
  padding: 3px 6px;
  text-decoration: none;
  transition: 0.1s ease-in-out;
}
.tribe-geo-option-link:hover {
  background: #f5f5f5;
}
.tribe-geo-option-link:focus,
.tribe-geo-option-link:hover {
  text-decoration: none;
}
.tribe-geo-option-link.tribe-option-loaded:hover,
.tribe-option-loaded {
  background: #666;
  color: #fff;
}
.tribe-bar-collapse .tribe-geo-option-link {
  padding: 10px;
}
.timer {
  color: red;
  margin: 20px 0;
  text-align: center;
  width: 100%;
}
#tribe-geo-results .tribe-event-featured {
  color: hsla(0, 0%, 100%, 0.7);
}
#tribe-geo-results .tribe-event-featured .tribe-event-title a,
#tribe-geo-results .tribe-event-featured .tribe-events-list-event-title a,
#tribe-geo-results .tribe-event-featured .tribe-events-title a {
  color: #fff;
}
#tribe-geo-results .tribe-event-featured .tribe-events-duration,
#tribe-geo-results .tribe-event-featured .tribe-events-event-meta {
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}
#tribe-geo-results .tribe-event-featured .tribe-events-content {
  color: hsla(0, 0%, 100%, 0.9);
}
#tribe-geo-results .tribe-event-featured a {
  color: hsla(0, 0%, 100%, 0.7);
}
#tribe-geo-results .tribe-event-featured a:active,
#tribe-geo-results .tribe-event-featured a:hover {
  color: hsla(0, 0%, 100%, 0.9);
}
#tribe-geo-results #tribe_events_filters_wrapper {
  display: none;
}
#tribe-geo-results #tribe-events-content {
  float: none;
  width: 100%;
}
#tribe-geo-results .tribe-event-featured .tribe-events-map-event-title {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.tribe-events-distance {
  background-color: #666;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 2.5em 0 1em;
  padding: 6px 10px;
}
#tribe-geo-loading {
  background: hsla(0, 0%, 100%, 0.2);
  background: #fff;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 1s linear;
  webkit-transition: all 1s linear;
  width: 100%;
  z-index: 4;
}
#tribe-geo-loading img {
  left: 50%;
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 50%;
}
.tribe-events-venue .tribe-events-map-wrap {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 3px;
  float: right;
  margin: 5px 0 30px 30px;
  padding: 5px;
  width: 50%;
}
.tribe-events-venue h3.tribe-events-upcoming {
  font-size: 1.3em;
  margin-bottom: 30px;
}
.tribe-events-venue .tribe-events-user-recurrence-toggle {
  display: none;
}
.tribe-events-venue .tribe-events-event-meta {
  border: 0;
}
.tribe-events-venue .tribe-events-venue-meta {
  border-bottom: 1px solid #ddd;
  margin: 0 0 30px;
  padding: 0 0 30px;
}
#tribe-events-content.tribe-events-venue {
  padding: 0;
}
.tribe-events-venue-meta h2.entry-title {
  display: inline;
  font-size: 1.4em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.tribe-events-venue-meta address {
  font-style: normal;
  font-weight: 700;
  margin: 0;
}
.tribe-events-venue address.venue-address {
  display: block;
}
.tribe-events-venue address.venue-address span {
  line-height: 1;
  margin: 5px 0;
}
.tribe-events-venue address.venue-address span.tel,
.tribe-events-venue address.venue-address span.url {
  display: block;
}
.tribe-events-venue .tribe-venue-description {
  margin: 3% 0 0;
}
#tribe-events-content.tribe-events-organizer {
  padding: 0;
}
.single-tribe_organizer .tribe_organizer h2.entry-title {
  font-size: 1.6em;
  margin: 0 0 0.5em;
  padding: 0;
}
.tribe-events-organizer .tribe-events-event-meta {
  border: 0;
}
.tribe-events-organizer .tribe-events-organizer-meta {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.tribe-events-organizer address.organizer-address {
  font-style: normal;
  font-weight: 700;
  margin-bottom: 1.25em;
  word-wrap: break-word;
}
.tribe-events-organizer address.organizer-address span {
  line-height: 1;
  white-space: pre;
}
.tribe-events-organizer .tribe-organizer-description {
  margin-bottom: 1em;
}
.tribe-events-organizer .tribe-events-divider {
  margin: 0 10px;
}
.tribe-events-organizer .tribe-events-user-recurrence-toggle {
  display: none;
}
.related-events-title {
  font-size: 18px;
  line-height: 1.4;
}
ul.related-events {
  display: block;
  margin: 0;
}
ul.related-events li {
  display: block;
  float: left;
  list-style-type: none;
  min-width: 160px;
  position: relative;
  vertical-align: text-bottom;
}
.related-event-date {
  font-size: 0.75em;
  text-transform: uppercase;
}
h3.tribe-events-related-events-title {
  font-size: 1.4em;
  margin-bottom: 2%;
}
.post .tribe-events-single ul.tribe-related-events,
.tribe-events-single ul.tribe-related-events {
  border: none;
  margin: 0 0 8%;
  padding: 0;
}
.tribe-events-single ul.tribe-related-events li {
  background: #fafafa;
  border: none;
  border: 1px solid #eee;
  border-radius: 3px;
  box-sizing: border-box;
  float: left;
  font-size: 0.9em;
  font-weight: 400;
  list-style: none;
  margin: 0 4% 2% 0;
  padding: 0;
  width: 29.3333%;
}
.tribe-events-single ul.tribe-related-events li .date-divider {
  padding: 0 5px;
}
.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
  padding: 8%;
}
.tribe-events-single
  ul.tribe-related-events
  .tribe-related-events-thumbnail
  img {
  border: none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.tribe-events-single ul.tribe-related-events .tribe-related-events-title {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 10px;
}
.tribe-events-single ul.tribe-related-events .recurringinfo {
  display: block;
  margin: 4% 0;
}
.tribe-events-single
  ul.tribe-related-events
  .recurringinfo
  .tribe-events-divider {
  display: none;
}
.tribe-mini-calendar-list-wrapper .type-tribe_events {
  margin: 0;
  padding: 0;
}
.tribe-events-adv-list-widget .tribe-event-featured,
.tribe-mini-calendar-list-wrapper .tribe-event-featured {
  color: hsla(0, 0%, 100%, 0.7);
}
.tribe-events-adv-list-widget .tribe-event-featured .tribe-event-title a,
.tribe-events-adv-list-widget
  .tribe-event-featured
  .tribe-events-list-event-title
  a,
.tribe-events-adv-list-widget .tribe-event-featured .tribe-events-title a,
.tribe-mini-calendar-list-wrapper .tribe-event-featured .tribe-event-title a,
.tribe-mini-calendar-list-wrapper
  .tribe-event-featured
  .tribe-events-list-event-title
  a,
.tribe-mini-calendar-list-wrapper .tribe-event-featured .tribe-events-title a {
  color: #fff;
}
.tribe-events-adv-list-widget .tribe-event-featured .tribe-events-duration,
.tribe-events-adv-list-widget .tribe-event-featured .tribe-events-event-meta,
.tribe-mini-calendar-list-wrapper .tribe-event-featured .tribe-events-duration,
.tribe-mini-calendar-list-wrapper
  .tribe-event-featured
  .tribe-events-event-meta {
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}
.tribe-events-adv-list-widget .tribe-event-featured .tribe-events-content,
.tribe-mini-calendar-list-wrapper .tribe-event-featured .tribe-events-content {
  color: hsla(0, 0%, 100%, 0.9);
}
.tribe-events-adv-list-widget .tribe-event-featured a,
.tribe-mini-calendar-list-wrapper .tribe-event-featured a {
  color: hsla(0, 0%, 100%, 0.7);
}
.tribe-events-adv-list-widget .tribe-event-featured a:active,
.tribe-events-adv-list-widget .tribe-event-featured a:hover,
.tribe-mini-calendar-list-wrapper .tribe-event-featured a:active,
.tribe-mini-calendar-list-wrapper .tribe-event-featured a:hover {
  color: hsla(0, 0%, 100%, 0.9);
}
.tribe-events-adv-list-widget ol li,
.tribe-mini-calendar-list-wrapper ol li {
  list-style: none;
  margin-bottom: 30px;
}
.tribe-events-adv-list-widget .tribe-venue,
.tribe-mini-calendar-list-wrapper .tribe-venue {
  display: block;
  margin-top: 10px;
}
.tribe-events-adv-list-widget .tribe-events-location:empty,
.tribe-events-adv-list-widget .tribe-events-organizer:empty,
.tribe-mini-calendar-list-wrapper .tribe-events-location:empty,
.tribe-mini-calendar-list-wrapper .tribe-events-organizer:empty {
  display: none;
}
.tribe-events-adv-list-widget .list-info,
.tribe-mini-calendar-list-wrapper .list-info {
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
.tribe-events-adv-list-widget .tribe-organizer,
.tribe-mini-calendar-list-wrapper .tribe-organizer {
  display: block;
}
.tribe-events-adv-list-widget .duration,
.tribe-events-adv-list-widget .tribe-events-event-cost,
.tribe-mini-calendar-list-wrapper .duration,
.tribe-mini-calendar-list-wrapper .tribe-events-event-cost {
  display: inline;
}
.tribe-events-adv-list-widget .event-is-recurring .tribe-events-divider,
.tribe-mini-calendar-list-wrapper .event-is-recurring .tribe-events-divider {
  display: none;
}
.tribe-events-adv-list-widget .event-is-recurring,
.tribe-mini-calendar-list-wrapper .event-is-recurring {
  color: inherit;
}
.tribe-events-adv-list-widget .type-tribe_events,
.tribe-mini-calendar-list-wrapper .type-tribe_events {
  margin: 0 0 4px;
  margin: 0 0 0.25rem;
  padding: 0;
}
.tribe-events-adv-list-widget .tribe-event-title,
.tribe-mini-calendar-list-wrapper .tribe-event-title {
  margin-top: 12px;
  margin-top: 0.75rem;
}
.tribe-events-adv-list-widget .tribe-event-featured,
.tribe-mini-calendar-list-wrapper .tribe-event-featured {
  background: transparent;
  border-bottom: 1px dotted #2f2f2f;
  margin-top: 12px;
  margin-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
.tribe-events-adv-list-widget .tribe-event-featured:first-of-type,
.tribe-mini-calendar-list-wrapper .tribe-event-featured:first-of-type {
  margin-top: 0;
}
.tribe-events-adv-list-widget .tribe-event-featured:last-of-type,
.tribe-mini-calendar-list-wrapper .tribe-event-featured:last-of-type {
  border-bottom: 0;
}
.tribe-events-adv-list-widget .tribe-event-featured .list-date,
.tribe-mini-calendar-list-wrapper .tribe-event-featured .list-date {
  display: none;
}
.tribe-events-adv-list-widget .tribe-event-featured .list-info,
.tribe-mini-calendar-list-wrapper .tribe-event-featured .list-info {
  display: block;
  padding: 0 24px;
  padding: 0 1.5rem;
  width: 100%;
}
.tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event,
.tribe-mini-calendar-list-wrapper
  .tribe-event-featured
  .tribe-mini-calendar-event {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 16px;
}
.tribe-events-adv-list-widget
  .tribe-event-featured
  .tribe-mini-calendar-event
  .list-info,
.tribe-mini-calendar-list-wrapper
  .tribe-event-featured
  .tribe-mini-calendar-event
  .list-info {
  margin-bottom: 0;
}
.tribe-events-adv-list-widget
  .tribe-event-featured
  .tribe-mini-calendar-event
  .tribe-events-title
  a,
.tribe-mini-calendar-list-wrapper
  .tribe-event-featured
  .tribe-mini-calendar-event
  .tribe-events-title
  a {
  color: #fff;
}
.tribe-events-adv-list-widget
  .tribe-event-featured
  .tribe-mini-calendar-event
  .tribe-events-title
  a:hover,
.tribe-mini-calendar-list-wrapper
  .tribe-event-featured
  .tribe-mini-calendar-event
  .tribe-events-title
  a:hover {
  color: hsla(0, 0%, 100%, 0.9);
}
.tribe-countdown-timer h3.tribe-countdown-complete,
.tribe-countdown-timer span.format,
.tribe-countdown-timer span.tribe-countdown-seconds {
  display: none;
}
div.tribe-countdown-timer {
  line-height: 1.5em;
  min-height: 60px;
  padding-top: 10px;
  text-align: center;
}
div.tribe-countdown-number {
  color: #000;
  float: left;
  font-size: 2.4em;
}
span.tribe-countdown-under {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
div.tribe-countdown-colon {
  color: #666;
  float: left;
  font-size: 1.5em;
  padding: 0 4px;
}
div.tribe-countdown-right {
  float: left;
}
div.tribe-countdown-text {
  clear: both;
  margin: 0 0 10px;
}
.tribe-events-week.tribe-theme-twentythirteen .tribe-grid-content-wrap .hentry {
  padding: 4px;
}
.tribe-theme-twentyfourteen #footer-sidebar div.tribe-countdown-number,
.tribe-theme-twentyfourteen #primary-sidebar div.tribe-countdown-number,
.tribe-theme-twentythirteen #secondary div.tribe-countdown-number {
  color: #fff;
  text-shadow: 1px 1px #000;
}
.tribe-theme-twentythirteen #secondary span.tribe-countdown-under {
  color: #fff;
}
.tribe-theme-twentyfourteen #primary-sidebar div.tribe-countdown-number {
  font-size: 24px;
}
.tribe-theme-twentyfourteen .widget .tribe-mini-calendar-event .list-info h2 {
  font-size: 14px;
}
.tribe-theme-twentyfifteen
  .tribe-events-adv-list-widget
  .type-tribe_events.hentry {
  box-shadow: none;
  margin-left: 0;
  margin-right: 0;
}
.tribe-theme-twentyfifteen
  .tribe-events-adv-list-widget
  .tribe-mini-calendar-event {
  border-bottom: 0;
}
.tribe-theme-twentyfifteen .tribe-events-venue-widget .hentry {
  box-shadow: none;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
}
.tribe-theme-twentyfifteen .tribe-events-venue-widget .hentry .entry-title {
  font-size: 1.2em;
}
.tribe-theme-twentyfifteen .tribe-venue-widget-wrapper ul {
  list-style-type: none;
}
.tribe-theme-twentyfifteen .tribe-venue-widget-wrapper li {
  border-bottom: 1px dotted #000;
  box-shadow: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
  padding-top: 5px;
}
.tribe-theme-twentyfifteen .tribe-venue-widget-wrapper h4 {
  font-size: 14px;
}
.tribe-theme-twentyfifteen .tribe-venue-widget-wrapper .date-end,
.tribe-theme-twentyfifteen .tribe-venue-widget-wrapper .date-start,
.tribe-theme-twentyfifteen .tribe-venue-widget-wrapper .end-time,
.tribe-theme-twentyfifteen
  .tribe-venue-widget-wrapper
  .tribe-events-event-cost {
  font-size: 13px;
}
.tribe-theme-twentyfifteen .tribe-venue-widget-wrapper .date-end {
  display: block;
}
.tribe-theme-twentyfifteen
  #tribe-events-content.tribe-events-photo
  #tribe-events-photo-events
  h2 {
  line-height: 1.2;
}
.tribe-theme-twentyfifteen
  #tribe-events-content.tribe-events-photo
  #tribe-events-photo-events
  h2
  a {
  border: 0;
  text-decoration: none;
}
.tribe-theme-twentyfifteen
  #tribe-events-content.tribe-events-photo
  #tribe-events-photo-events
  .tribe-events-event-meta {
  line-height: 1.2;
  margin: 10px 0;
}
.tribe-theme-twentyfifteen
  #tribe-events-content.tribe-events-photo
  #tribe-events-photo-events
  .tribe-events-list-photo-description {
  font-size: 0.9em;
  line-height: 1.5;
}
.tribe-theme-twentyfifteen
  #tribe-events
  .tribe-events-venue-meta
  .tribe-events-event-meta {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 10px;
}
.tribe-theme-twentyfifteen
  #tribe-events
  .tribe-events-venue-meta
  .tribe-events-map-wrap {
  margin-bottom: 20px;
}
.tribe-theme-twentyfifteen
  #tribe-events
  .tribe-events-venue-meta
  .tribe-events-event-meta
  .venue-address
  .location {
  display: block;
  margin: 10px 0 5px;
}
.tribe-theme-twentyfifteen
  #tribe-events
  .tribe-events-venue-meta
  .tribe-events-event-meta
  .venue-address
  .tel {
  margin: 5px 0 8px;
}
.tribe-theme-twentyfifteen
  #tribe-events
  .tribe-events-venue-meta
  .tribe-venue-description {
  clear: both;
  display: block;
  float: left;
  padding-left: 0;
  padding-right: 0;
}
.tribe-theme-twentyfifteen.single-tribe_events
  #tribe-events
  .tribe-events-venue-meta {
  float: left;
}
.tribe-theme-twentysixteen .tribe-grid-body div[id*="tribe-events-event-"] {
  z-index: 80;
}
.tribe-theme-twentysixteen
  .tribe-grid-body
  div[id*="tribe-events-event-"]:hover {
  z-index: 81;
}
.tribe-theme-twentysixteen .tribe-grid-body .tribe-events-tooltip p:last-child {
  margin-bottom: 0;
}
.tribe-theme-twentysixteen .tribe-events-grid a:hover {
  color: #fff;
}
.tribe-theme-twentysixteen .tribe-venue-widget-list {
  margin-left: 0;
  list-style: none;
}
.tribe-theme-twentysixteen .tribe-events-list-photo-description ol,
.tribe-theme-twentysixteen .tribe-events-list-photo-description ul {
  margin-left: 1.25em;
}
.tribe-events-list-photo-description,
.tribe-theme-twentysixteen .tribe-events-list-photo-description {
  width: 100%;
}
.tribe-venue-widget-venue {
  margin-bottom: 20px;
}
.tribe-venue-widget-venue .tribe-venue-widget-venue-name a {
  font-weight: 700;
}
.tribe-venue-widget-list li + li {
  margin-top: 15px;
}
.tribe-venue-widget-list .tribe-events-event-schedule-details {
  display: inline;
  font-weight: 700;
}
.tribe-venue-widget-list .entry-title {
  margin: 0 0 5px;
}
.tribe-venue-widget-list .type-tribe_events {
  margin-bottom: 20px;
}
.tribe-venue-widget-thumbnail {
  margin: 10px 0 20px;
}
.tribe-venue-widget-thumbnail img {
  display: block;
  height: auto;
  max-width: 100%;
}
.tribe-bar-geoloc-filter,
.tribe-events-uses-geolocation .tribe-bar-date-filter,
.tribe-events-uses-geolocation .tribe-bar-search-filter,
.tribe-events-uses-geolocation .tribe-bar-submit {
  float: left;
  margin-bottom: 0;
  width: 25%;
}
.tribe-events-uses-geolocation .tribe-bar-submit {
  margin-left: 0;
}
.tribe-events-shortcode .tribe-bar-submit {
  float: left;
  margin-bottom: 0;
  margin-left: 0;
  width: 25%;
}
@media (max-width: 43.74em) {
  #tribe-events-footer,
  #tribe-events-header {
    position: relative;
  }
  #tribe-events-footer:after,
  #tribe-events-footer:before,
  #tribe-events-header:after,
  #tribe-events-header:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
  }
  #tribe-events-footer:before,
  #tribe-events-header:before {
    right: 50%;
  }
  #tribe-events-footer:after,
  #tribe-events-header:after {
    left: 50%;
  }
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next,
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,
  #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next,
  #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous {
    display: block;
    margin: 1rem 0;
    width: 33.33%;
    text-align: center;
    font-weight: 700;
  }
  .tribe-events-month
    #tribe-events-footer
    .tribe-events-sub-nav
    .tribe-events-nav-next,
  .tribe-events-month
    #tribe-events-footer
    .tribe-events-sub-nav
    .tribe-events-nav-previous,
  .tribe-events-month
    #tribe-events-header
    .tribe-events-sub-nav
    .tribe-events-nav-next,
  .tribe-events-month
    #tribe-events-header
    .tribe-events-sub-nav
    .tribe-events-nav-previous {
    width: 49%;
  }
  .tribe-events-list
    .tribe-events-loop
    .tribe-events-event-meta
    .recurringinfo
    .tribe-events-divider,
  .tribe-events-notices + #tribe-events-header {
    display: none;
  }
  .tribe-events-list .time-details {
    margin-bottom: 0;
    padding: 0 12px;
  }
  .tribe-events-loop .tribe-events-content {
    padding: 0;
  }
  .tribe-events-list-separator-year,
  .tribe-events-list .tribe-events-event-cost {
    display: none;
  }
  .single-tribe_events .tribe-events-schedule {
    background: #fafafa;
    border: 1px solid #eee;
    margin: 18px 0 8px;
    padding: 12px;
  }
  .single-tribe_events .tribe-events-schedule .tribe-events-cost,
  .single-tribe_events .tribe-events-schedule h3 {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0;
  }
  .single-tribe_events .tribe-events-schedule h3 {
    margin-bottom: 2px;
    white-space: normal;
  }
  .single-tribe_events
    .tribe-events-schedule
    .recurringinfo
    .tribe-events-divider,
  .single-tribe_events .tribe-events-schedule .tribe-events-divider {
    display: none;
  }
  .single-tribe_events .tribe-events-event-image {
    margin-bottom: 10px;
  }
  .single-tribe_events .tribe-events-cal-links {
    margin-bottom: 30px;
  }
  .single-tribe_events .tribe-events-cal-links a {
    margin-top: 15px;
  }
  .single-tribe_events .tribe-events-event-meta {
    margin: 15px 0 20px;
    padding: 4% 0;
  }
  .single-tribe_events .tribe-events-venue-map {
    width: 90%;
    margin: 5px auto 0;
    display: block;
    float: none;
  }
  #tribe-events div.tribe-events-single-event-description {
    padding: 0;
    margin-bottom: 10px;
  }
  .tribe-events-meta-group .tribe-events-single-section-title {
    margin-top: 0;
  }
  .tribe-events-event-meta .tribe-events-meta-group {
    margin-bottom: 0;
  }
  .tribe-events-event-meta .column,
  .tribe-events-event-meta .tribe-events-meta-group {
    float: none;
    width: 100%;
  }
  .tribe-events-calendar .tribe-events-has-events:after {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    padding: 0;
    border-radius: 50%;
    background-color: #89bbb7;
    margin: 5px auto;
  }
  .tribe-events-calendar
    .tribe-events-has-events.tribe-events-othermonth:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
  }
  #tribe-mobile-container {
    display: block;
    margin: 0 auto 10px;
  }
  #tribe-mobile-container .type-tribe_events {
    padding: 20px 0 16px;
    margin-bottom: 0;
  }
  #tribe-mobile-container .type-tribe_events .tribe-events-event-image a {
    display: block;
  }
  #tribe-mobile-container .type-tribe_events .entry-summary.description {
    padding: 0;
    margin-bottom: 0;
  }
  #tribe-mobile-container .type-tribe_events .tribe-events-read-more {
    margin-top: 8px;
    display: inline-block;
  }
  .tribe-mobile-day-heading {
    background-color: #ededed;
    display: block;
    color: #666;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    margin: 1.75rem 0 0;
    padding: 0.25rem 0.75rem;
    text-transform: uppercase;
  }
  .tribe-mobile-day-heading span {
    font-weight: 700;
  }
  .tribe-events-calendar td.tribe-events-has-events:hover {
    cursor: pointer;
  }
  #tribe-events-content .tribe-events-calendar td {
    height: 45px;
    padding: 0;
  }
  .tribe-events-calendar td .tribe-events-viewmore,
  .tribe-events-calendar td .type-tribe_events {
    display: none;
  }
  .tribe-events-calendar td div[id*="tribe-events-daynum-"],
  .tribe-events-calendar td div[id*="tribe-events-daynum-"] a {
    background: none;
    font-size: 16px;
    line-height: 1;
    margin-top: 6px;
    padding: 0;
    text-align: center;
  }
  .tribe-events-calendar
    .mobile-active.tribe-events-past
    div[id*="tribe-events-daynum-"],
  .tribe-events-calendar
    .mobile-active.tribe-events-past
    div[id*="tribe-events-daynum-"]
    > a {
    color: #fff;
  }
  .tribe-events-calendar div[id*="tribe-events-daynum-"],
  .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
    background-color: #f5f5f5;
    color: #666;
    font-size: 11px;
    font-weight: 700;
  }
  .tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"],
  .tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"] a,
  .tribe-events-calendar .tribe-events-past.tribe-events-has-events:after,
  .tribe-events-calendar td.mobile-active {
    transition: none;
    background-color: #999;
    color: #fff;
  }
  .tribe-events-calendar .mobile-active.tribe-events-has-events:after,
  .tribe-events-calendar .tribe-events-present.tribe-events-has-events:after {
    background: #fff;
  }
  .tribe-events-calendar .tribe-events-present,
  .tribe-events-calendar
    td.tribe-events-present
    div[id*="tribe-events-daynum-"],
  .tribe-events-calendar
    td.tribe-events-present
    div[id*="tribe-events-daynum-"]
    > a {
    transition: none;
    background-color: #1d7f8a;
    color: #fff;
  }
  .tribe-events-calendar
    .tribe-events-present.mobile-active
    div[id*="tribe-events-daynum-"],
  .tribe-events-calendar
    .tribe-events-present.mobile-active
    div[id*="tribe-events-daynum-"]
    a,
  .tribe-events-calendar td.tribe-events-present.mobile-active {
    background-color: #05373d;
  }
  #tribe-mobile-container .tribe-events-viewmore {
    border-top: 1px solid #ddd;
    margin: 5px 0 0;
    padding: 15px 0 5px;
  }
  .tribe-bar-collapse #tribe-bar-collapse-toggle {
    width: calc(50% - 2px);
    font-weight: 400;
  }
  #tribe-bar-form.tribe-bar-collapse #tribe-bar-views {
    width: calc(50% - 2px);
  }
  .tribe-bar-disabled {
    float: none;
    width: 100%;
  }
  .tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list {
    padding: 0;
  }
  #tribe-events-pg-template {
    padding: 40px 20px 20px;
  }
  #tribe-events-content,
  #tribe-events-content.tribe-events-list {
    margin-bottom: 20px;
  }
  .tribe-events-promo {
    margin-top: 10px;
    text-align: center;
  }
}
@media (max-width: 43.74em) {
  .tribe-events-week .tribe-events-grid {
    display: none;
  }
  .tribe-events-week #tribe-mobile-container {
    margin-top: 26px;
  }
  .tribe-events-week #tribe-mobile-container .type-tribe_events,
  .tribe-events-week
    #tribe-mobile-container
    .type-tribe_events
    ~ .type-tribe_events {
    padding-left: 8px;
    padding-right: 8px;
  }
  .tribe-events-week
    #tribe-mobile-container
    .type-tribe_events
    .tribe-events-read-more {
    margin-top: 0;
  }
  #tribe-events-content {
    overflow: hidden;
  }
  .type-tribe_events.tribe-events-photo-event
    .tribe-events-photo-event-wrap:hover {
    background: #fafafa;
    box-shadow: none;
  }
  .tribe-events-photo
    .tribe-events-loop
    .type-tribe_events
    .tribe-events-event-meta {
    background-color: transparent;
    border: 0;
    margin: 6px 0;
    padding: 0;
  }
  .tribe-events-photo .tribe-events-loop .type-tribe_events .time-details {
    padding: 0;
  }
  .tribe-events-list
    .tribe-events-loop
    .tribe-events-photo-event
    .tribe-events-event-meta
    .recurringinfo {
    margin-top: 2px;
  }
  #tribe-events .tribe-events-list-photo-description p {
    margin-bottom: 0;
  }
  .tribe-events-organizer .tribe-events-organizer-meta,
  .tribe-events-venue .tribe-events-venue-meta {
    padding-bottom: 12px;
  }
  .tribe-events-organizer .tribe-events-list h2.tribe-events-page-title,
  .tribe-events-organizer .tribe-events-organizer-meta h2.entry-title,
  .tribe-events-venue .tribe-events-list h2.tribe-events-page-title {
    margin-top: 0;
  }
  .tribe-events-organizer address.organizer-address,
  .tribe-events-venue .tribe-events-venue-meta .tribe-events-event-meta {
    background-color: #fafafa;
    border: 1px solid #eee;
    margin: 18px 0 15px;
    padding: 10px 12px 13px;
  }
  .tribe-events-organizer .tribe-events-event-meta,
  .tribe-events-venue .tribe-events-event-meta {
    border: 1px solid #eee;
  }
  .tribe-events-venue .tribe-events-venue-meta .tribe-events-event-image {
    margin-top: 15px;
  }
  #tribe-events .tribe-organizer-description.tribe-events-content,
  #tribe-events .tribe-venue-description.tribe-events-content {
    padding: 0;
  }
  .tribe-events-venue .tribe-events-map-wrap {
    float: none;
    margin: 5px 0 12px;
    width: 98%;
  }
  .tribe-events-event-meta address.tribe-events-address,
  .tribe-events-event-meta address.venue-address {
    margin: 0;
  }
  .tribe-events-organizer .tribe-events-organizer-meta h2.entry-title {
    margin-bottom: 15px;
    padding: 0;
  }
  .tribe-events-organizer
    .tribe-events-organizer-meta
    .tribe-events-event-image {
    margin-bottom: 12px;
  }
  .tribe-events-organizer address.organizer-address {
    margin: 10px 0 15px;
  }
  .tribe-events-organizer address.organizer-address span {
    display: block;
  }
  .tribe-events-organizer address.organizer-address span ~ span {
    margin-top: 4px;
  }
  .tribe-events-organizer address.organizer-address .tribe-events-divider {
    display: none;
  }
  #tribe-geo-map {
    height: 250px;
  }
  .tribe-events-map #tribe-events-header {
    margin-bottom: 30px;
  }
  h3.tribe-events-related-events-title {
    margin-bottom: 12px;
  }
  .tribe-events-single ul.tribe-related-events {
    margin: 0;
  }
  .tribe-events-single ul.tribe-related-events .tribe-related-events-thumbnail {
    float: right;
    width: 30%;
  }
  .tribe-events-single ul.tribe-related-events .tribe-related-events-title {
    margin-bottom: 4px;
  }
  .tribe-events-single ul.tribe-related-events .recurringinfo {
    margin: 2px 0 0;
  }
  .tribe-events-single ul.tribe-related-events li {
    float: none;
    margin-bottom: 12px;
    margin-right: 0;
    padding: 10px;
    width: 100%;
    zoom: 1;
  }
  .tribe-events-single ul.tribe-related-events li:after {
    clear: both;
    content: "";
    display: table;
  }
  .tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
    float: left;
    padding: 0 10px 10px 0;
    width: 60%;
  }
  .tribe-events-photo-event .tribe-events-event-image,
  .tribe-events-photo-event .tribe-events-event-image a,
  .tribe-related-events-thumbnail,
  .tribe-related-events-thumbnail a {
    display: block;
    line-height: 0;
  }
}
@media (max-width: 43.74em) and (max-width: 600px) {
  div#tribe-events-photo-events {
    height: auto !important;
    width: 100%;
  }
  #tribe-events-photo-events.photo-two-col
    .type-tribe_events.tribe-events-photo-event,
  #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event {
    float: none;
    margin: 0 auto 12px;
    max-width: 400px;
    position: static !important;
    width: auto;
  }
}
.wpupg-post-title {
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  margin: 0.25rem 1rem 0.25rem 0 !important;
  display: block;
  box-shadow: inset 0 0 0 transparent;
  border-bottom: none;
  transition:
    border 0.25s ease-in-out,
    box-shadow 0.25s ease-in-out;
  background: transparent;
}
.wpupg-grid {
  margin-right: -0.75rem;
}
.wpupg-grid .wpupg-item {
  -ms-flex: none;
  flex: none;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
  padding-right: 0.75rem;
}
@media (min-width: 43.75em) {
  .wpupg-grid .wpupg-item {
    width: 33.33%;
  }
}
.wpupg-filter {
  margin-bottom: 1rem;
}
.wpupg-filter > * {
  margin-bottom: 0.5rem;
}
.select2wpupg {
  width: 100%;
}
.select2wpupg-container .select2wpupg-selection--single {
  height: auto;
  padding: 0.5rem;
}
.select2wpupg-container--default
  .select2wpupg-selection--single
  .select2wpupg-selection__arrow {
  height: 40px;
}
input[type="email"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
  border: 1px solid #255b44;
}
.content a {
  color: #255b44;
  border-bottom: 0.1rem solid #ddeee7;
  box-shadow: inset 0 -0.05em 0 #ddeee7;
}
.content a:active,
.content a:focus,
.content a:hover {
  color: #0f241b;
  border-bottom: 0.1rem solid #193328;
  box-shadow: inset 0 -0.05em 0 #193328;
}
.c-content-card__link:hover ~ .c-content-card__title a {
  border-bottom: 0.1rem solid #cce6db;
  box-shadow: inset 0 -0.05em 0 #cce6db;
}
.masthead--no-image {
  background-color: #1e4837;
}
@media (min-width: 43.75em) {
  .masthead--half-size {
    background-color: #1a3f30;
  }
}
@media (max-width: 43.74em) {
  .c-header__site-nav .site-nav-children {
    background-color: #255b44;
  }
}
.c-primary-site-nav.mobile > li.is-active-nav,
.c-primary-site-nav.mobile > li:active {
  background-color: #3b916d;
}
.c-primary-site-nav.mobile > li {
  border-color: #3b916d;
}
.masthead__event-time:before,
.masthead__post-time:before {
  background: #6ec4a0;
}
.content ul li:before {
  background-color: #6ec4a0;
}
.c-header__site-nav {
  background-color: #2e7055;
}
.c-header__primary-nav {
  background-color: #28624a;
  color: #fff;
}
.c-header__primary-nav a {
  color: #fff;
}
.c-header__primary-nav li.is-active-nav a {
  background-color: #2e7055;
}
.masthead__category,
.masthead__category a,
.masthead__category a:hover {
  color: #aad5c3;
}
.c-header__primary-nav a:active,
.c-header__primary-nav a:hover {
  background-color: #163629;
}
.c-sidebar-site-nav li a:active,
.c-sidebar-site-nav li a:hover,
.dropcap,
.o-sidebar--post a,
.o-sidebar--post a:active,
.o-sidebar--post a:hover,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #44886c;
}
.c-sidebar-site-nav .current-menu-item > .expandable > a,
.c-sidebar-site-nav .current-menu-item > a {
  color: #2a5543;
}
@media (max-width: 61.25em) {
  .c-sidebar-site-nav .site-home a:first-child {
    color: #2a5543;
  }
}
@media (min-width: 43.75em) {
  .c-header__site-nav ul a:after {
    border-bottom: 3px solid #99ccb7;
  }
}
@media (min-width: 61.25em) {
  .c-header__site-logo,
  .c-sidebar-site-nav .site-home a:first-child {
    background-color: #255b44;
  }
}
.content .c-button,
.gform_button.button,
.o-sidebar--post .c-button,
form .c-button,
form .c-button:active,
form .c-button:hover,
form .c-button:link,
form .c-button:visited {
  background-color: #3b916d;
  border: 1px solid #163629;
  color: #fff;
}
.tablepress tfoot th,
.tablepress thead th,
table th {
  color: #1e4837;
  background-color: #ddeee7;
  border-bottom: 1px solid #aad5c3;
}
.content .c-button:active,
.content .c-button:hover {
  background-color: #43a37b;
  border: 1px solid #163629;
  color: #fff;
}
.c-footer,
.c-footer__site-logos-and-social {
  background-color: #163629;
}
.c-footer__site-nav {
  background-color: #255b44;
}
.c-footer__contact-wrap {
  background-color: #2c6d52;
}
.c-button--secondary-dark {
  background-color: #163629;
  border-color: #0f241b;
}
.c-button--secondary-dark:active,
.c-button--secondary-dark:hover,
.c-button--secondary-dark:visited {
  background-color: #1e4837;
  background-color: #163629;
}
.select-css::-ms-expand {
  display: none;
}
.select-css:hover {
  border-color: #888;
}
.select-css:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.select-css option {
  font-weight: 400;
}
.histarch-search-browse label {
  font-family: Montserrat, Helvetica, serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
}
.histarch-search-browse .form-row {
  padding-right: 0;
  margin-bottom: 0;
  overflow: visible;
}
.histarch-search-browse select {
  font-size: 12px;
  margin-bottom: 0;
}
.c-pagination {
  text-align: center;
  margin-top: 1.5rem;
}
.c-pagination a {
  display: inline-block;
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
  padding: 0.3rem 0.8rem;
  margin: 0 0.2em;
  box-shadow: none;
  color: black;
}
.c-pagination a:active,
.c-pagination a:hover,
.c-pagination a:link,
.c-pagination a:visited {
  box-shadow: none;
  border-bottom-width: 1px;
}
.c-pagination a:hover {
  border-color: #44886c;
}
.c-pagination a.current {
  font-weight: 700;
  color: #fff;
  background-color: #44886c;
  border-color: #44886c;
}
.c-content-card.col-3 {
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  margin: 0 2% 2% 0;
  padding: 0;
}
.c-content-card.col-3:nth-child(3n) {
  margin-right: 0;
}
.u-visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.histarch-count {
  text-transform: capitalize;
  font-family: Montserrat, Helvetica, serif;
}
form .c-button {
  margin-bottom: 0;
  margin-top: 1.5rem;
  font-size: 0.8rem;
}
.c-filter-links {
  margin-bottom: 1rem;
  display: block;
}
.c-filter-links li {
  display: inline-block;
  text-indent: 0;
  margin-left: 0.25rem;
  position: relative;
}
.c-filter-links li:before {
  content: "";
  display: none;
}
.c-filter-links a,
.c-filter-links a:active,
.c-filter-links a:hover,
.c-filter-links a:link,
.c-filter-links a:visited {
  background-color: #444;
  border-radius: 3px;
  color: #fff;
  font-size: 80%;
  font-weight: 700;
  display: inline-block;
  border: none;
  box-shadow: none;
  margin: 0 0.25rem;
  padding: 0.25rem 0.75rem;
  text-transform: uppercase;
}
.c-filter-links a:active:hover,
.c-filter-links a:hover,
.c-filter-links a:hover:hover,
.c-filter-links a:link:hover,
.c-filter-links a:visited:hover {
  background-color: #000;
}
.c-filter-links__close {
  fill: #fff;
  height: 10px;
  width: 10px;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 0.25rem;
}
.object-images {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.object-images p {
  margin-bottom: 0.75rem;
}
.object-images img {
  margin-bottom: 1.25rem;
}
.type-index-photo {
  margin-bottom: 2rem;
}
.type-index-photo img {
  width: 100%;
}
#date-ranges {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: 100%;
}
.date-range-vals {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.histarch-search-home {
  padding-top: 0.25rem;
  font-size: 0.9rem;
  font-weight: 700;
}
.masthead__heading {
  font-size: 2.65rem;
  line-height: 1.35;
}
.help-info {
  position: absolute;
  font-weight: 700;
  top: 0.5rem;
  right: 0.85rem;
  text-align: center;
  background-color: #b8b8b8;
  border-radius: 100%;
  width: 0.8rem;
  height: 0.8rem;
  font-size: 10px;
  line-height: 0.9rem;
  cursor: default;
  transition: all 0.4s ease-in-out;
}
.help-info:before {
  content: "?";
  color: #fff;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
}
.help-info:hover {
  background-color: #444;
}
/* TODO Replace selectize dependency */
/* Force hide selectize element that's dynamically added outside valid aria regions */
script + span {
  display: none;
}

.select-css:focus-visible,
.histarch-search-browse input:focus-visible {
  outline: 2px solid #44886c !important;  
  outline-offset: 4px;
}