body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/*!
 * Justified Gallery - v3.6.3
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2016 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden; }

.justified-gallery > a, .justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  filter: "alpha(opacity=10)";
  opacity: .1; }

.justified-gallery > a > img, .justified-gallery > div > img, .justified-gallery > a > a > img, .justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: 0;
  filter: "alpha(opacity=0)";
  opacity: 0; }

.justified-gallery > a > .caption, .justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif; }

.justified-gallery > a > .caption.caption-visible, .justified-gallery > div > .caption.caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: .7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in; }

.justified-gallery > .entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: 0 0; }

.justified-gallery > .entry-visible > img, .justified-gallery > .entry-visible > a > img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in; }

.justified-gallery > .jg-filtered {
  display: none; }

.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial; }

.justified-gallery > .spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #000;
  border-radius: 6px; }

/* ----------------------------------------------------------------------------
********************************      TYPOGRAPHY      *************************
-----------------------------------------------------------------------------*/
html {
  font-size: 16px; }

body {
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  color: #666666;
  line-height: 1.375; }

p {
  line-height: 1.375;
  margin-bottom: 1em;
  margin-top: 0; }
  p.note {
    color: #999;
    font-size: .9em;
    font-style: italic;
    margin-top: 1.5em; }

a {
  color: #009BB3;
  text-decoration: underline; }
  a:hover {
    color: #009BB3;
    text-decoration: none; }
  a:focus {
    color: #009BB3;
    text-decoration: none; }
  a.no-underline {
    text-decoration: none; }
    a.no-underline:hover {
      text-decoration: underline; }

h1 {
  line-height: 1.2;
  margin-bottom: .3em;
  margin-top: 2em; }
  h1:first-of-type {
    margin-top: 1em; }
  h1 + h2,
  h1 + h3,
  h1 + h4 {
    margin-top: .5em; }

h2 {
  line-height: 1.2;
  margin-bottom: .5em;
  margin-top: 1.5em; }
  h2 + h3,
  h2 + h4 {
    margin-top: .5em; }

h3 {
  line-height: 1.3;
  margin-bottom: .5em;
  margin-top: 1.8em; }
  h3 + h4 {
    margin-top: .5em; }

h4 {
  line-height: 1.3;
  margin-bottom: .5em;
  margin-top: 2em;
  text-transform: uppercase; }

.content ul,
.content ol {
  margin: 1em 0;
  padding-left: 1em; }
  .content ul li,
  .content ol li {
    margin: .6em 0; }

blockquote {
  border-left: 5px solid #dedede;
  margin: 2em 0;
  padding: 1em 2em; }
  blockquote .quote {
    color: #999;
    font-size: 1.25em;
    font-style: italic;
    line-height: 1.4; }
  blockquote .quote-author {
    color: #999;
    font-size: .9em;
    font-weight: bold;
    margin-top: 1.2em;
    text-transform: uppercase; }

.sidebar h2 {
  line-height: 1.1;
  margin-bottom: .3em;
  margin-top: 1.2em; }
  .sidebar h2 + h3 {
    margin-top: .7em; }

.sidebar h3 {
  line-height: 1.2;
  margin-bottom: .1em;
  margin-top: 1.2em; }
  .sidebar h3 + h4 {
    margin-top: .7em; }

.sidebar h4 {
  line-height: 1.2;
  margin-bottom: .1em;
  margin-top: 1.2em; }

.sidebar .sub-nav h2 {
  margin-top: 0; }

footer p {
  line-height: 1.5; }

/* ----------------------------------------------------------------------------
********************************      BASE      *******************************
-----------------------------------------------------------------------------*/
.btn-wrap {
  display: flex;
  margin-bottom: 1.4em; }
  .btn-wrap.right {
    justify-content: flex-end; }
  .btn-wrap.center {
    justify-content: center; }
  .btn-wrap.sideBySide {
    display: inline-block;
    margin: 1em .65em 1em 0; }
    @media (max-width: 749px) {
      .btn-wrap.sideBySide {
        margin: .5em 0; } }

.btn {
  display: block;
  line-height: 1.23;
  padding: .56em 1.4em;
  text-decoration: none;
  width: min-content;
  width: -webkit-min-content;
  width: -moz-min-content;
  white-space: nowrap;
  border: 0; }

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  /* show a hand cursor on hover; some argue that we
  should keep the default arrow cursor for buttons */
  cursor: pointer; }

.content-reveal {
  border-color: #99AC00; }
  .content-reveal .panel-heading {
    background-color: #99AC00;
    border-color: #99AC00; }
    .content-reveal .panel-heading h3 {
      color: #fff;
      font-size: 1.125em;
      font-style: normal;
      margin: 0;
      position: relative;
      cursor: pointer; }
      .content-reveal .panel-heading h3:hover {
        text-decoration: underline; }
      .content-reveal .panel-heading h3:after {
        content: '\f078';
        font-family: "FontAwesome";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%); }
    .content-reveal .panel-heading.collapsed h3:after {
      content: '\f054'; }

.gallery {
  margin: 20px 0; }
  .gallery img {
    float: left;
    margin: 0 5px 5px 0; }
    @media screen and (max-width: 400px) {
      .gallery img {
        width: 100%; } }
  .gallery p {
    clear: both;
    display: none;
    padding-bottom: .8em;
    padding-top: .4em;
    text-align: center; }
  .gallery .img-thumbnail {
    height: 176px;
    width: auto; }
  @media screen and (max-width: 400px) {
    .gallery a.fancybox {
      cursor: default;
      pointer-events: none; }
    .gallery p {
      display: block; } }

.gallery-swiper {
  margin-bottom: 25px; }
  @media (max-width: 449px) {
    .gallery-swiper {
      margin: 0 auto 25px;
      width: 100% !important;
      height: auto !important; } }
  .gallery-swiper.center {
    margin: 0 auto 25px; }
  .gallery-swiper.right {
    float: right; }
  @media (max-width: 449px) {
    .gallery-swiper img {
      max-width: 100%; } }
  .gallery-swiper .swiper-button-next,
  .gallery-swiper .swiper-button-prev {
    background: none;
    height: 40px;
    margin-top: -10px;
    width: 25px; }
    .gallery-swiper .swiper-button-next .fa,
    .gallery-swiper .swiper-button-prev .fa {
      color: #fff;
      font-size: 24px; }
  .gallery-swiper .swiper-caption {
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    padding: 5px 10px 9px;
    position: absolute;
    text-align: left;
    width: 100%; }

table.listing {
  margin-bottom: 25px;
  text-align: left;
  width: 100%;
  border-spacing: 0; }
  table.listing th {
    font-weight: bold;
    padding: .5em .75em; }
  table.listing thead th {
    background-color: #99AC00;
    color: #fff; }
  table.listing tbody th {
    font-style: italic; }
  table.listing td {
    padding: .5em .75em; }
  table.listing.aroundTable {
    border: 1px solid #99AC00; }
  table.listing.betweenRows th,
  table.listing.betweenRows td {
    border-bottom: 1px solid #99AC00; }
  table.listing.betweenColumns th,
  table.listing.betweenColumns td {
    border-right: 1px solid #99AC00; }
    @media (max-width: 749px) {
      table.listing.betweenColumns th,
      table.listing.betweenColumns td {
        border-right: 0; } }
  table.listing.betweenColumns tr td:last-child,
  table.listing.betweenColumns tr th:last-child {
    border-right: 0; }
  @media (min-width: 751px) {
    table.listing.rows.odd tbody tr:nth-child(odd) th,
    table.listing.rows.odd tbody tr:nth-child(odd) td {
      background-color: rgba(153, 172, 0, 0.1); } }
  @media (min-width: 751px) {
    table.listing.rows.even tbody tr:nth-child(even) th,
    table.listing.rows.even tbody tr:nth-child(even) td {
      background-color: rgba(153, 172, 0, 0.1); } }
  @media (max-width: 749px) {
    table.listing {
      width: 100%; }
      table.listing thead {
        display: none; }
      table.listing tr:nth-of-type(2n) {
        background-color: inherit; }
      table.listing tr td:first-child {
        background: #99AC00;
        font-size: 1.1em;
        font-weight: bold; }
      table.listing tbody td {
        display: block;
        text-align: center; }
        table.listing tbody td::before {
          content: attr(data-th);
          display: block;
          text-align: center; } }

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

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

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

.text-danger {
  color: #a94442; }

.image.right {
  float: right;
  margin: 15px 0 15px 20px; }

.image.center {
  margin: 20px auto;
  text-align: center; }
  .image.center img {
    margin: 0 auto; }

.image.left {
  float: left;
  margin: 5px 20px 10px 0; }

@media (min-width: 751px) {
  .image.imageThumbnail {
    width: 14%; }
  .image.imageSmall {
    width: 31%; }
  .image.imageMedium {
    width: 40%; }
  .image.imageLarge {
    width: 65%; }
  .image.imageFull {
    width: 100%; } }

@media (max-width: 449px) {
  .image + h2,
  .image + h3 {
    margin-top: 0; } }

.image figcaption {
  font-size: .9em;
  font-style: italic;
  text-align: center; }

.img-thumbnail {
  border: 3px solid #eee;
  padding: 1px; }

.sidebar .image {
  text-align: center; }
  .sidebar .image img {
    margin: 0 auto; }

@media (max-width: 749px) {
  .img-responsive {
    float: none !important;
    margin: 1em auto !important; }
  img.img-responsive {
    margin: 0 auto !important; }
  .image.left,
  .image.right {
    float: none !important;
    margin: 0 auto !important;
    padding-bottom: 1em; } }

.divider {
  clear: both;
  font-size: 2em;
  margin-top: -.5em; }
  .divider.default {
    padding-top: 1em; }
  .divider.smaller {
    padding-top: .5em; }
  .divider.larger {
    padding-top: 2em; }
  .divider + h1,
  .divider + h2,
  .divider + h3,
  .divider + h4 {
    margin-top: 0; }
  .divider hr {
    border-top: 1px solid rgba(0, 100, 44, 0.2);
    margin-top: 0; }
    .divider hr.default {
      margin-bottom: 1em; }
    .divider hr.smaller {
      margin-bottom: .5em; }
    .divider hr.larger {
      margin-bottom: 2em; }

.documents .listing {
  list-style: none;
  margin-left: 0;
  padding-left: 1.5em; }
  .documents .listing li {
    text-indent: .37em; }
    .documents .listing li::before {
      color: #666666;
      content: '\f016';
      font-family: 'FontAwesome';
      font-size: 1.1em;
      margin-left: -1.7em;
      padding-right: .2em;
      position: relative; }

.content .documents ul.listing li {
  margin-bottom: .6em;
  margin-top: 0; }

.documents .cards .card {
  align-items: center;
  background: linear-gradient(180deg, #fcfcfc, #f0f0f0);
  border-radius: .35rem;
  box-shadow: 0 0 0 1px rgba(102, 102, 102, 0.2) inset, 0 0 0 0 transparent;
  display: flex;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: -webkit-flex;
  /* Safari */
  margin-bottom: .5em;
  padding: .75em 1.25em;
  text-decoration: none;
  width: 100%; }
  .documents .cards .card .link {
    text-decoration: underline; }
    .documents .cards .card .link:hover {
      text-decoration: none; }

.documents .cards .doc-icon::before {
  color: #666666;
  content: '\f016';
  font-family: 'FontAwesome';
  font-size: 2.2em;
  padding-right: .7em;
  position: relative; }

.documents .size {
  color: #b3b3b3;
  font-size: .8em; }

.documents .description {
  color: #999999;
  font-size: .9em;
  line-height: 1.3;
  margin-top: .3em;
  text-indent: 0; }

.documents li.pdf::before,
.documents .doc-icon.pdf::before {
  color: #e20c00;
  content: '\f1c1'; }

.documents li.doc::before, .documents li.docx::before,
.documents .doc-icon.doc::before,
.documents .doc-icon.docx::before {
  color: #2b5798;
  content: '\f1c2'; }

.documents li.ppt::before, .documents li.pptx::before, .documents li.pps::before, .documents li.ppsx::before,
.documents .doc-icon.ppt::before,
.documents .doc-icon.pptx::before,
.documents .doc-icon.pps::before,
.documents .doc-icon.ppsx::before {
  color: #d24625;
  content: '\f1c4'; }

.documents li.xls::before, .documents li.xlsx::before,
.documents .doc-icon.xls::before,
.documents .doc-icon.xlsx::before {
  color: #02723b;
  content: '\f1c3'; }

.documents li.gif::before, .documents li.jpg::before,
.documents .doc-icon.gif::before,
.documents .doc-icon.jpg::before {
  color: #ff9408;
  content: '\f1c5'; }

.documents li.txt::before,
.documents .doc-icon.txt::before {
  content: '\f0f6'; }

.documents li.zip::before,
.documents .doc-icon.zip::before {
  color: #974b00;
  content: '\f1c6'; }

.logo-print {
  display: none; }

.admin-panel {
  background-color: rgba(110, 110, 110, 0.7);
  bottom: 0;
  display: block;
  padding: 8px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  color: #fff; }
  .admin-panel a {
    color: #fff; }
    .admin-panel a:hover {
      color: #fff;
      text-decoration: none; }

#dev-notes h2 {
  margin-top: 1em; }

/* ----------------------------------------------------------------------------
********************************      NAVIGATION      *************************
-----------------------------------------------------------------------------*/
.crumbs {
  width: 100%; }
  @media (max-width: 749px) {
    .crumbs {
      display: none; } }
  .crumbs ul {
    list-style: none;
    padding: 0; }
  .crumbs li {
    display: inline-block; }
    .crumbs li:after {
      padding: 0 .5em; }
    .crumbs li:last-child {
      font-style: italic; }
      .crumbs li:last-child:after {
        content: none; }
    .crumbs li a {
      text-decoration: underline; }
      .crumbs li a:hover {
        text-decoration: none; }

.top-nav ul li a {
  text-decoration: none; }

.main-nav {
  outline: none; }
  @media (max-width: 749px) {
    .main-nav {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      visibility: hidden;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: 300ms ease;
      -moz-transition: 300ms ease;
      -o-transition: 300ms ease;
      transition: 300ms ease; }
      .main-nav.open {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100); } }
  @media (min-width: 751px) {
    .main-nav {
      margin: 0;
      transform: none;
      visibility: visible;
      position: static; } }
  .main-nav > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .main-nav > ul > li {
      display: block; }
      @media (min-width: 751px) {
        .main-nav > ul > li {
          position: relative;
          display: inline-block; } }
      .main-nav > ul > li > a {
        text-decoration: none;
        padding: 1em 1.5em;
        display: block;
        line-height: 1em; }
        @media (min-width: 751px) {
          .main-nav > ul > li > a {
            display: inline-block; } }
        @media (max-width: 749px) {
          .main-nav > ul > li > a.dropdownToggle:after {
            content: '\f078';
            font-family: 'FontAwesome';
            color: gray;
            font-size: .8em;
            float: right; } }
        @media (max-width: 749px) {
          .main-nav > ul > li > a.open:after {
            content: '\f00d';
            font-size: .8em; } }

.main-nav-toggle {
  float: right;
  background: none;
  border: 0;
  padding: 0 5px;
  z-index: 105; }
  @media (min-width: 751px) {
    .main-nav-toggle {
      display: none; } }
  .main-nav-toggle .icon-bar {
    display: block;
    background-color: gray;
    width: 28px;
    height: 4px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
    .main-nav-toggle .icon-bar + .icon-bar {
      margin-top: 5px; }
  .main-nav-toggle.open .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%; }
  .main-nav-toggle.open .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0); }
  .main-nav-toggle.open .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
    margin-top: 2px; }

.main-nav ul li .dropdownMenu {
  visibility: hidden;
  transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  opacity: 0;
  transition: all .2s ease-in-out 0s, visibility 0s linear 0.2s;
  -moz-transition: all .2s ease-in-out 0s, visibility 0s linear 0.2s;
  -webkit-transition: all .2s ease-in-out 0s, visibility 0s linear 0.2s;
  display: none; }
  @media (min-width: 751px) {
    .main-nav ul li .dropdownMenu {
      display: block; } }

.main-nav ul li:hover > ul.dropdownMenu {
  visibility: visible;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
  transition-delay: 0s, 0s, 0.3s;
  -moz-transition-delay: 0s, 0s, 0.3s;
  -webkit-transition-delay: 0s, 0s, 0.3s; }

.main-nav > ul > li > ul.dropdownMenu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  z-index: 100; }
  .main-nav > ul > li > ul.dropdownMenu > li {
    margin-left: 0;
    margin-right: 0;
    display: block; }
    .main-nav > ul > li > ul.dropdownMenu > li > a {
      display: block;
      padding: .6em .8em;
      white-space: normal;
      width: 100%;
      text-decoration: none; }
      .main-nav > ul > li > ul.dropdownMenu > li > a:hover {
        background: none; }

@media (max-width: 749px) {
  .sub-nav {
    display: none; } }

.sub-nav ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0; }
  .sub-nav ul li {
    margin: 0; }
    .sub-nav ul li a {
      display: block;
      padding: .5em 0;
      text-decoration: none; }

.sub-nav-mobile {
  padding: 0 15px; }
  @media (min-width: 751px) {
    .sub-nav-mobile {
      display: none; } }
  .sub-nav-mobile .panel-heading {
    padding: 15px 0;
    display: block;
    text-decoration: none; }
    .sub-nav-mobile .panel-heading h2 {
      margin: 0;
      position: relative; }
      .sub-nav-mobile .panel-heading h2:after {
        content: '\f078';
        font-family: "FontAwesome";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%); }
    .sub-nav-mobile .panel-heading.collapsed h2:after {
      content: '\f054'; }
  .sub-nav-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .sub-nav-mobile ul li:last-child {
      border-bottom: 0; }
    .sub-nav-mobile ul li a {
      display: block;
      padding: .625em 0;
      text-decoration: none; }
    .sub-nav-mobile ul li.active a {
      font-weight: bold; }

@media (max-width: 749px) {
  .pagination .next,
  .pagination .previous {
    display: none; } }

/* ----------------------------------------------------------------------------
********************************      SHARED      *****************************
-----------------------------------------------------------------------------*/
.share-buttons a span {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.fa-twitter-square {
  color: #55acee; }

.fa-linkedin-square {
  color: #007bb5; }

.fa-facebook-square {
  color: #3b5998; }

.fa-pinterest-square {
  color: #cb2027; }

.fa-google-plus-square {
  color: #dd4b39; }

.fa-envelope-square {
  color: #2cb757; }

.share-buttons {
  font-size: 28px; }

input.danger {
  border: 1px solid rgba(248, 7, 4, 0.4);
  box-shadow: inset 0 0 3px rgba(255, 0, 0, 0.5);
  color: #f00;
  padding: 3px 10px; }

.center {
  text-align: center; }

.signature {
  margin: 3em 0;
  text-align: center;
  width: 100%; }
  .signature a {
    background-image: url("https://nlc-helpers.s3.amazonaws.com/tcg-signature-light.png");
    background-repeat: no-repeat;
    display: block;
    height: 0 !important;
    margin: 15px auto 0;
    overflow: hidden;
    padding-top: 24px;
    width: 120px; }
    .signature a:hover {
      background-position: 0 -24px; }

/* ----------------------------------------------------------------------------
********************************      PRINT      ******************************
-----------------------------------------------------------------------------*/
@media print {
  * {
    overflow: visible; }
  a[href]:after {
    content: none !important; }
  p {
    font-size: 12pt; }
  header,
  .sidebar,
  .crumbs,
  footer {
    display: none !important; }
  .logo-print {
    display: block;
    margin: 20px auto;
    text-align: center; }
  .content {
    width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
    left: 0 !important;
    right: 0 !important;
    display: block !important; }
  .main-content {
    display: block !important; }
  h1 {
    overflow: visible !important;
    height: auto !important; }
  a:link {
    font-weight: bold;
    text-decoration: underline;
    color: #06c; }
  table,
  table td,
  .hr hr,
  .divider hr {
    border-color: #999; } }

/* ----------------------------------------------------------------------------
********************************      TYPOGRAPHY      *************************
-----------------------------------------------------------------------------*/
body {
  font-size: 16px; }

h1 {
  font-weight: bold;
  color: #00642C;
  font-size: 2em; }

h2 {
  color: #F57F29;
  font-size: 1.625em; }

h3 {
  color: #99AC00;
  font-size: 1.5em; }

h4 {
  font-weight: bold;
  color: #666666;
  font-size: 1.25em;
  text-transform: none; }

.sidebar h2 {
  color: #00642C;
  text-transform: uppercase;
  font-size: 1.5em; }

footer p,
footer a,
footer a:hover,
footer ul {
  color: #fff; }

footer a.no-underline {
  text-decoration: none; }
  footer a.no-underline:hover {
    text-decoration: none; }

footer i.fa {
  font-size: 25px; }

footer h2 {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: .2em;
  margin-bottom: .5em;
  font-size: 1.25em;
  text-transform: uppercase; }
  @media (max-width: 749px) {
    footer h2 {
      font-size: 1.25em; } }

footer ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  footer ul li {
    padding: .3em 0; }

footer .footer-links .no-underline {
  width: 32px;
  display: inline-block;
  vertical-align: middle; }

footer .copyright {
  text-align: center; }

footer .partners {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2em 0; }
  footer .partners img {
    max-height: 78px;
    display: block;
    margin: 0 .7em 1.2em; }

/* ----------------------------------------------------------------------------
********************************      BASE      *******************************
-----------------------------------------------------------------------------*/
.btn {
  background: #99AC00;
  background: -moz-linear-gradient(top, #99AC00 0%, #738104 100%);
  background: -webkit-linear-gradient(top, #99AC00 0%, #738104 100%);
  background: linear-gradient(to bottom, #99AC00 0%, #738104 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2', GradientType=0);
  color: #fff;
  font-size: 1.125em;
  border-radius: 2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: .5em 1em; }
  .btn:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 1.7em;
    margin-left: .5em;
    margin-top: -.1em; }
  .btn:hover {
    background: #6E7D02;
    background: -moz-linear-gradient(top, #6E7D02 0%, #4A5304 100%);
    background: -webkit-linear-gradient(top, #6E7D02 0%, #4A5304 100%);
    background: linear-gradient(to bottom, #6E7D02 0%, #4A5304 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2', GradientType=0);
    color: #fff; }
  .btn:focus {
    color: #fff; }

.gallery-swiper .swiper-caption {
  background-color: #666;
  color: #fff;
  font-style: italic; }

.image.right {
  margin: 15px 0 15px 20px; }

.image.center {
  margin: 20px auto; }

.image.left {
  margin: 5px 20px 10px 0; }

.image figcaption {
  color: #00642C;
  margin-top: 5px; }

.img-thumbnail {
  border: 3px solid rgba(153, 172, 0, 0.3);
  padding: 0; }

.sidebar .image {
  margin: 15px 0; }

.divider hr {
  border-top: 2px solid rgba(0, 100, 44, 0.2); }

/* ----------------------------------------------------------------------------
********************************      NAVIGATION      *************************
-----------------------------------------------------------------------------*/
.crumbs {
  font-size: .875em;
  margin: 2em 0; }
  .crumbs li {
    color: gray;
    font-style: italic; }
    .crumbs li:after {
      content: "/"; }
    .crumbs li a {
      color: gray; }

.top-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .top-nav ul li {
    display: inline-block; }
    .top-nav ul li::after {
      content: "";
      padding: 0 0.7em; }
    .top-nav ul li:last-child::after {
      content: none; }
  .top-nav ul li a {
    font-size: 1.125em;
    color: #666666;
    text-transform: uppercase;
    font-weight: bold; }
    .top-nav ul li a:hover {
      color: #F57F29; }
  .top-nav ul li.active a {
    color: #F57F29; }

.main-nav {
  text-align: center; }
  @media (max-width: 749px) {
    .main-nav {
      right: -100%;
      top: 0;
      left: unset;
      width: 0 !important;
      overflow: hidden;
      background-color: #00642C;
      text-align: left;
      margin-top: 41px; }
      .main-nav.open {
        right: 0;
        width: 100% !important; } }
  @media (min-width: 751px) {
    .main-nav > ul {
      display: inline-block; } }
  .main-nav > ul > li {
    text-align: left;
    padding: 0 calc(2.5vw); }
    @media (min-width: 1129px) {
      .main-nav > ul > li {
        padding: 0 2em; } }
    @media (max-width: 829px) {
      .main-nav > ul > li {
        padding: 0 calc(2vw); } }
    @media (max-width: 749px) {
      .main-nav > ul > li {
        padding: 0; } }
    @media (min-width: 751px) {
      .main-nav > ul > li.mobile-only {
        display: none; } }
    .main-nav > ul > li.orange {
      background-color: #F57F29; }
    .main-nav > ul > li > a {
      color: #fff;
      font-size: calc(.53em + 1vw);
      text-transform: uppercase;
      padding: 1.05em calc(.3vw) 0.4em;
      font-weight: bold; }
      @media (min-width: 1129px) {
        .main-nav > ul > li > a {
          font-size: 1.25em;
          padding: 1.05em .35em .4em;
          border-bottom: 10px solid transparent; } }
      @media (min-width: 751px) {
        .main-nav > ul > li > a {
          border-bottom: 10px solid transparent; } }
      @media (max-width: 749px) {
        .main-nav > ul > li > a {
          font-size: 1.125em;
          padding: .65em 1em;
          border-bottom: 1px solid rgba(255, 255, 255, 0.3);
          display: block; } }
      .main-nav > ul > li > a:hover, .main-nav > ul > li > a:focus {
        color: #fff; }
        @media (min-width: 751px) {
          .main-nav > ul > li > a:hover, .main-nav > ul > li > a:focus {
            border-bottom: 10px solid #99AC00; } }
    .main-nav > ul > li.active > a,
    .main-nav > ul > li.open > a {
      color: #fff; }
      @media (min-width: 751px) {
        .main-nav > ul > li.active > a,
        .main-nav > ul > li.open > a {
          border-bottom: 10px solid #99AC00; } }

.main-nav-toggle {
  background-color: #00642C;
  padding: .7em .6em; }
  .main-nav-toggle .icon-bar {
    background-color: #fff; }

.main-nav > ul > li > ul.dropdownMenu {
  width: 250px;
  background-color: #00642C;
  left: calc(2.5vw); }
  @media (min-width: 751px) {
    .main-nav > ul > li > ul.dropdownMenu {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3); } }
  @media (min-width: 1129px) {
    .main-nav > ul > li > ul.dropdownMenu {
      left: 2em; } }
  .main-nav > ul > li > ul.dropdownMenu > li > a {
    font-size: 1.125em;
    color: #fff;
    font-weight: normal; }
    .main-nav > ul > li > ul.dropdownMenu > li > a:hover {
      background-color: rgba(255, 255, 255, 0.3);
      color: #fff; }

.main-nav > ul > li:nth-last-child(5) > ul.dropdownMenu {
  right: calc(2.5vw);
  left: auto; }
  @media (min-width: 1129px) {
    .main-nav > ul > li:nth-last-child(5) > ul.dropdownMenu {
      right: 2em; } }

@media (max-width: 749px) {
  .main-nav ul li > ul.dropdownMenu.open {
    visibility: visible;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    transition-delay: 0s, 0s, 0.3s;
    -moz-transition-delay: 0s, 0s, 0.3s;
    -webkit-transition-delay: 0s, 0s, 0.3s;
    display: block;
    position: static;
    border: none;
    top: auto;
    left: auto;
    width: auto; } }

@media (max-width: 449px) {
  .main-nav ul li > ul.dropdownMenu.open li a {
    font-size: 1em;
    color: #666666;
    padding-left: 1.4em; } }

@media (max-width: 449px) {
  .main-nav ul li > ul.dropdownMenu.open li a:hover {
    color: #666666; } }

.sub-nav ul li a {
  color: #666666;
  font-size: 1.125em; }
  .sub-nav ul li a:hover {
    color: #F57F29; }

.sub-nav ul li.active a {
  color: #F57F29; }

.sub-nav-mobile {
  background-color: #00642C; }
  .sub-nav-mobile .panel-heading {
    padding: 10px 0; }
    .sub-nav-mobile .panel-heading h2 {
      color: #fff;
      font-size: 1.25em;
      text-transform: uppercase;
      font-weight: normal; }
  .sub-nav-mobile ul li a {
    color: #fff;
    font-size: 1.2em; }
    .sub-nav-mobile ul li a:hover {
      text-decoration: underline; }

/* ----------------------------------------------------------------------------
********************************      SHARED      *****************************
-----------------------------------------------------------------------------*/
.pagination li a {
  color: #00642C; }

.pagination li.active a {
  background-color: #00642C;
  border-color: #00642C; }

/* ----------------------------------------------------------------------------
********************************      PRINT      ******************************
-----------------------------------------------------------------------------*/
body {
  margin: 0;
  background-color: #00642C; }

.page-wrap {
  background-color: #fff; }

.container {
  width: 100%; }
  @media (min-width: 1129px) {
    .container {
      width: 1128px; } }
  @media (min-width: 751px) {
    .container.narrow {
      margin: 0 auto;
      padding: 0 12vw; } }
  @media (min-width: 1129px) {
    .container.narrow {
      width: 820px;
      padding: 0; } }

.page {
  padding-bottom: 2em; }

.content {
  display: flex; }

.main-content {
  flex: 1;
  min-height: 100px; }
  @media (max-width: 749px) {
    .main-content {
      padding-top: 1em; } }
  .main-content h1:first-of-type {
    margin-top: 0; }

.sidebar {
  border-right: 2px solid rgba(0, 100, 44, 0.2);
  width: 200px;
  margin: 90px 50px 0 0;
  padding-right: 30px; }
  @media (max-width: 749px) {
    .sidebar {
      display: none; } }

header {
  background-image: url("/img/header-bg.png");
  background-position: bottom;
  background-repeat: repeat-x; }
  @media (max-width: 749px) {
    header {
      background: none; } }
  header .container {
    padding: 0; }
    @media (min-width: 751px) {
      header .container {
        padding: 0 15px; } }
  header .header-container {
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 749px) {
      header .header-container {
        align-items: center; } }
  header .logo {
    padding: 1.2em 1.5em 1.2em 0;
    flex: 1 1 auto; }
    header .logo img {
      max-width: 100%; }
  @media (max-width: 749px) {
    header .logo-desktop {
      display: none; } }
  header .logo-mobile {
    padding: 0 1em;
    display: flex;
    align-items: center; }
    @media (min-width: 751px) {
      header .logo-mobile {
        display: none; } }
  header .main-nav {
    width: 100%;
    z-index: 10; }
  header .header-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 106; }
    @media (min-width: 751px) {
      header .header-block {
        background: none; } }
  header .right-column {
    padding: 2em 0;
    flex: 0 0 350px; }
    @media (max-width: 749px) {
      header .right-column {
        padding: 0;
        flex: 0 0 auto;
        display: flex; } }
  header .top-right-column {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start; }
    @media (max-width: 749px) {
      header .top-right-column {
        align-items: center;
        margin-right: .5em; } }
  header .top-nav {
    text-align: right;
    margin-top: 1.6em;
    margin-right: .2em; }
    @media (max-width: 749px) {
      header .top-nav {
        display: none; } }
  header .phone {
    color: #99AC00;
    margin-right: .8em;
    margin-top: .4em; }
    header .phone .fa {
      font-size: 1.5em; }
    @media (min-width: 751px) {
      header .phone {
        display: none; } }
  header .search-form {
    width: 0;
    overflow: hidden;
    margin-left: .5em;
    transition: width .5s;
    display: block;
    float: left;
    margin-right: .4em; }
    @media (max-width: 749px) {
      header .search-form {
        display: none; } }
    header .search-form.open {
      width: 200px;
      overflow: visible; }
    header .search-form .search-field {
      display: inline-block;
      width: 200px;
      border-radius: 5px;
      border: 1px solid #99AC00;
      font-size: 15px;
      color: #999;
      padding-left: 5px;
      font-weight: normal;
      padding: .45em .5em; }
  @media (min-width: 751px) {
    header .schoolspeak-mobile {
      display: none; } }
  @media (max-width: 749px) {
    header .schoolspeak-desktop {
      display: none; } }
  header .search-toggle {
    color: #fff;
    background-color: #99AC00;
    border-radius: 5px;
    padding: .45em .5em;
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-right: .75em; }
    @media (max-width: 749px) {
      header .search-toggle {
        padding: .35em .4em;
        font-size: 1em; } }

.sr-only {
  text-align: center;
  font-size: 1em;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  border-radius: 5px;
  padding: .3em 1em;
  width: 250px; }

.header-image-wrap {
  background: #08592C;
  background: -moz-linear-gradient(top, #08592C 0%, #00642C 100%);
  background: -webkit-linear-gradient(top, #08592C 0%, #00642C 100%);
  background: linear-gradient(to bottom, #08592C 0%, #00642C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2', GradientType=0); }

.header-image {
  max-width: 1170px;
  height: 235px;
  margin: 0 auto;
  background-size: cover; }
  @media (max-width: 749px) {
    .header-image {
      width: 100%;
      height: 22vw; } }

footer {
  background-color: #00642C; }
  @media (min-width: 751px) {
    footer {
      padding-top: 1.5em; } }
  footer .footer-divider {
    background-color: #99AC00;
    height: 25px;
    display: none; }
    @media (max-width: 749px) {
      footer .footer-divider {
        height: auto;
        display: block;
        padding: .5em; } }
  footer .search-form {
    width: 260px;
    height: 30px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #9B9B9B;
    position: relative; }
    footer .search-form input {
      border: 0;
      left: 5px;
      top: 2px;
      position: absolute;
      width: 220px;
      height: 24px; }
    footer .search-form button {
      padding: 0;
      border: 0;
      background: none;
      position: absolute;
      top: 1px;
      right: 7px;
      color: #99AC00;
      box-shadow: none; }
      footer .search-form button i.fa {
        font-size: 1.25em; }
  footer .footer-block {
    margin-bottom: 30px; }
    @media (min-width: 751px) {
      footer .footer-block {
        display: flex;
        justify-content: space-between; } }
    footer .footer-block div {
      flex: 0 0 28%; }

.carousel-wrap {
  background: #08592C;
  background: -moz-linear-gradient(top, #08592C 0%, #00642C 100%);
  background: -webkit-linear-gradient(top, #08592C 0%, #00642C 100%);
  background: linear-gradient(to bottom, #08592C 0%, #00642C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2', GradientType=0); }
  .carousel-wrap .container {
    padding: 0; }
  @media (max-width: 749px) {
    .carousel-wrap .swiper-button-prev,
    .carousel-wrap .swiper-button-next {
      display: none; } }
  .carousel-wrap p.caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 155, 179, 0.9);
    color: #fff;
    font-size: 1.6em;
    margin: 0;
    padding: .4em; }
    @media (max-width: 749px) {
      .carousel-wrap p.caption {
        position: static;
        font-size: 1.5em; } }
  .carousel-wrap .swiper-button-prev,
  .carousel-wrap .swiper-button-next {
    background: none;
    top: 45%; }
    .carousel-wrap .swiper-button-prev .fa,
    .carousel-wrap .swiper-button-next .fa {
      color: #fff;
      font-size: 3.5em;
      font-weight: normal; }
  @media (max-width: 749px) {
    .carousel-wrap img {
      max-width: 100%; } }

.intro-row {
  margin-top: 1em;
  margin-bottom: 1.5em; }
  @media (min-width: 891px) {
    .intro-row {
      margin-top: 2.5em;
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .intro-row .video {
    margin-bottom: 1.5em; }
    @media (min-width: 1129px) {
      .intro-row .video {
        flex: 0 0 553px;
        margin-right: 2em; } }
    @media (min-width: 891px) {
      .intro-row .video {
        flex: 0 0 40%;
        margin-right: 1.2em;
        margin-bottom: 0; } }

.newsletter {
  margin-top: 1em; }

.intro {
  padding: 0 1em 0; }
  @media (max-width: 889px) {
    .intro {
      padding: 0 0 1em 0; } }
  .intro h1 {
    font-size: 1.65em;
    font-weight: 500;
    margin-top: 0; }
    @media (min-width: 751px) {
      .intro h1 {
        font-size: 1.45em; } }
    @media (min-width: 1129px) {
      .intro h1 {
        font-size: 1.65em; } }
  .intro p {
    font-size: 1.175em;
    line-height: 1.5; }
    @media (min-width: 751px) {
      .intro p {
        font-size: 1.125em;
        line-height: 1.35; } }
    @media (min-width: 1129px) {
      .intro p {
        font-size: 1.175em;
        line-height: 1.5; } }

.banners-wrap {
  background-color: rgba(0, 100, 44, 0.1);
  padding: .5em 0; }

.banners {
  margin: 1em 0; }
  @media (min-width: 751px) {
    .banners {
      margin: 2em 0;
      display: flex;
      justify-content: space-between; } }
  .banners .banner {
    flex: 0 0 31.5%;
    transition: .3s all;
    max-width: 374px; }
    .banners .banner:hover {
      box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); }
    @media (max-width: 749px) {
      .banners .banner {
        margin-bottom: 1em; } }
    .banners .banner a {
      text-decoration: none; }
    .banners .banner img {
      max-width: 100%; }
  .banners p.title {
    width: 100%;
    text-align: center;
    background-color: #00642c;
    color: #fff;
    font-size: 1.15em;
    text-transform: uppercase;
    margin: 0;
    padding: .4em;
    display: flex;
    align-items: center;
    justify-content: center; }
    .banners p.title:after {
      content: '\f105';
      font-family: 'FontAwesome';
      font-size: 1.5em;
      margin-left: .3em; }

.latest-information {
  margin-bottom: 2em; }
  .latest-information h2 {
    font-size: 2em;
    color: #00642C;
    font-weight: normal;
    margin-top: .5em;
    text-align: left; }
  .latest-information h3 {
    color: #F57F29;
    font-size: 1.625em;
    font-weight: normal;
    margin-top: .3em;
    margin-bottom: .7em; }
  @media (min-width: 751px) {
    .latest-information .info-row {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; } }
  .latest-information .info-row > div {
    flex: 1 0 31.5%;
    margin-right: 2.7%; }
    .latest-information .info-row > div:last-child {
      margin-right: 0; }
  .latest-information .more {
    color: #00642C;
    font-size: 1.125em;
    text-transform: uppercase;
    font-weight: bold; }

.latest-news {
  border-bottom: 2px solid rgba(0, 100, 44, 0.2);
  margin-bottom: 1.5em; }
  @media (max-width: 749px) {
    .latest-news {
      margin-bottom: 1em; } }
  .latest-news .article {
    margin-bottom: 2em; }
  .latest-news time {
    color: #00642C;
    font-size: .95em;
    font-style: italic;
    margin-bottom: .7em;
    display: inline-block; }
  .latest-news p {
    margin-bottom: .7em; }
  .latest-news a {
    font-size: .9em;
    font-weight: bold;
    color: #444; }

.upcoming-events {
  border-bottom: 2px solid rgba(0, 100, 44, 0.2);
  margin-bottom: 1.5em; }
  @media (max-width: 749px) {
    .upcoming-events {
      margin-top: 2em;
      margin-bottom: 1em; } }
  .upcoming-events .event {
    margin-bottom: 1em;
    display: flex;
    align-items: flex-start; }
  .upcoming-events .event-date {
    display: inline-block;
    background-color: #00642C;
    font-size: 1.125em;
    color: #fff;
    font-weight: bold;
    padding: .6em 1em;
    text-align: center;
    margin: 0 1em 1em 0;
    flex: 0 0 auto; }

@media (max-width: 749px) {
  .special-events {
    margin-top: 2em; } }

.special-events strong {
  color: #00642C;
  font-size: 1.125em;
  display: block;
  margin-bottom: .6em; }

.special-events p {
  margin-bottom: 1.5em; }

.search {
  margin: 0 0 25px; }
  .search form {
    display: flex; }
  .search .search-input {
    flex-grow: 1; }
    .search .search-input input {
      border: 1px solid #ccc;
      border-radius: 3px;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
      padding: 7px;
      width: 100%; }
      .search .search-input input:hover {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
      .search .search-input input:focus {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
  .search button.search-btn {
    padding: 7px 12px;
    margin: 0 0 0 10px;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border: 0; }
    .search button.search-btn:hover {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }

.content ul.search-results {
  list-style: none;
  margin-left: 0;
  margin-top: 30px;
  padding-left: 0; }
  .content ul.search-results h3 a {
    color: #666;
    margin-bottom: 10px; }
  .content ul.search-results .link {
    color: #999;
    font-size: 14px;
    margin: 5px 0; }

.contact-form {
  margin-top: 1.5em; }
  .contact-form h2 {
    margin-top: 0; }

* {
  box-sizing: border-box; }

.form-row {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin: 0 -1%; }
  @media (max-width: 749px) {
    .form-row {
      flex-wrap: wrap; } }
  .form-row .column {
    flex: 1 1 100%;
    margin: 0 1% 1.3em; }
  .form-row .half {
    flex: 0 0 48%;
    margin-bottom: 1.3em; }
    @media (max-width: 749px) {
      .form-row .half {
        flex: 0 0 100%; } }
  .form-row .third {
    flex: 0 0 32%; }
    @media (max-width: 749px) {
      .form-row .third {
        flex: 0 0 100%; } }
  .form-row .quarter {
    flex: 0 0 23%; }
    @media (max-width: 749px) {
      .form-row .quarter {
        flex: 0 0 100%; } }

.form-row label {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: .2em;
  display: inline-block; }

input.text,
textarea {
  width: 100%; }

.form-group {
  width: 100%; }
  .form-group input,
  .form-group textarea,
  .form-group select {
    font: inherit;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    padding: .3em .5em; }
    .form-group input:focus,
    .form-group textarea:focus,
    .form-group select:focus {
      box-shadow: 0 0 3px rgba(80, 114, 155, 0.5);
      border-color: rgba(80, 114, 155, 0.5); }
    .form-group input:hover,
    .form-group textarea:hover,
    .form-group select:hover {
      border-color: #aaa; }
  .form-group .radio,
  .form-group .checkbox {
    margin-top: .5em;
    position: relative;
    display: inline-block;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    font-size: 1em;
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */ }
    .form-group .radio input,
    .form-group .checkbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
      margin: 0; }
    .form-group .radio .checkmark,
    .form-group .checkbox .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 23px;
      width: 23px;
      background-color: #eee;
      /* Create the checkmark/indicator (hidden when not checked) */ }
      .form-group .radio .checkmark:after,
      .form-group .checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        left: 9px;
        top: 6px;
        width: 6px;
        height: 11px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .form-group .radio:hover input ~ .checkmark,
    .form-group .checkbox:hover input ~ .checkmark {
      background-color: #ccc; }
    .form-group .radio input:checked ~ .checkmark,
    .form-group .checkbox input:checked ~ .checkmark {
      background-color: #2196F3; }
      .form-group .radio input:checked ~ .checkmark:after,
      .form-group .checkbox input:checked ~ .checkmark:after {
        display: block; }
  .form-group .radio .checkmark {
    border-radius: 50%; }
    .form-group .radio .checkmark:after {
      border-radius: 50%;
      border: 0;
      background-color: white;
      width: 9px;
      height: 9px;
      top: 7px;
      left: 7px; }
  .form-group .custom-dropdown {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    padding: .4em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%; }
  .form-group .custom-dropdown::-ms-expand {
    display: none; }
  .form-group .custom-dropdown: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; }
  .form-group .custom-dropdown option {
    font-weight: normal; }

.form-group.has-error .form-control {
  box-shadow: 0 0 3px rgba(169, 68, 66, 0.5);
  border-color: rgba(169, 68, 66, 0.5); }

.form-group.has-error label {
  color: #a94442; }

.form-group.has-error .checkmark {
  background-color: rgba(169, 68, 66, 0.1); }

.form-group.has-error input[type='checkbox'],
.form-group.has-error input[type='radio'] {
  box-shadow: 0 0 3px rgba(169, 68, 66, 0.5); }

.form-group.has-success .form-control {
  border-color: #3c763d;
  box-shadow: 0 0 3px rgba(60, 118, 61, 0.5); }

.form-group.has-success label {
  color: #3c763d; }

.form-group.has-success input[type='checkbox'],
.form-group.has-success input[type='radio'] {
  box-shadow: 0 0 3px rgba(60, 118, 61, 0.5); }

.parsley-errors-list {
  margin-bottom: 0;
  list-style: none;
  margin: .5em 0 0;
  padding-left: 0; }
  .parsley-errors-list li {
    color: #a94442;
    font-size: .9em; }

select.parsley-error {
  background-color: rgba(169, 68, 66, 0.05); }

.required,
.parsley-required {
  color: #a94442; }

.message {
  padding: .8em;
  border: 1px solid rgba(80, 114, 155, 0.7);
  background-color: rgba(80, 114, 155, 0.1);
  border-radius: .3em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
  align-items: center; }
  .message h2 {
    margin-top: .5em; }
  .message p {
    margin-bottom: 0; }
  .message.error {
    border-color: rgba(169, 68, 66, 0.7);
    background-color: rgba(169, 68, 66, 0.1);
    color: #a94442; }

.articles time {
  color: #00642C;
  font-style: italic;
  font-size: .95em; }

.articles h2 {
  margin-top: .5em;
  font-weight: 500; }
  .articles h2 a {
    color: #F57F29; }

.articles article {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid rgba(0, 100, 44, 0.2); }

.article .meta-container {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }
  .article .meta-container + h2 {
    margin-top: 0; }

.article time {
  color: #00642C;
  font-style: italic;
  font-size: .95em; }

/* { Events Page} ({news}/_entry.twig)
-------------------------------------------------- */
.controls {
  margin: 1em 0 2em; }

.events {
  margin-bottom: 2.5em; }

.events-row {
  padding: .9em 1em .7em;
  border-bottom: 2px solid rgba(0, 100, 44, 0.2);
  align-items: center; }
  @media (min-width: 751px) {
    .events-row {
      display: flex; } }
  @media (max-width: 749px) {
    .events-row {
      text-align: center; } }
  .events-row div {
    flex: 0 0 25%; }
    .events-row div.title-cell {
      flex: 0 0 50%; }
      .events-row div.title-cell .title {
        font-size: 1.125em; }
    .events-row div.time-cell {
      flex: 0 0 18%; }
  .events-row .date {
    color: #99AC00;
    font-size: 1.5em; }
  .events-row .title {
    font-weight: bold; }

.email-box {
  padding: .8em 1em;
  background-color: rgba(153, 172, 0, 0.2);
  display: inline-block;
  margin-bottom: 1em;
  margin-right: .5em;
  text-decoration: none;
  color: #666666; }
  .email-box:hover {
    color: #99AC00; }
  .email-box .fa {
    color: #99AC00;
    font-size: 1.25em; }
    @media (min-width: 751px) {
      .email-box .fa {
        margin-right: .3em; } }

.faculty {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5em -1.5% 0; }
  @media (max-width: 749px) {
    .faculty {
      justify-content: center; } }
  .faculty .person {
    flex: 0 0 248px;
    margin: 0 1.5% 1em;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    padding: 1em;
    transition: .5s all; }
    .faculty .person:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
    .faculty .person img {
      width: 100%; }
  .faculty a {
    text-decoration: none;
    color: #F57F29; }
    .faculty a:hover {
      text-decoration: underline; }
  .faculty h2 {
    font-size: 1.6em;
    font-weight: normal;
    margin-bottom: .2em;
    margin-top: .8em; }
  .faculty ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    font-style: italic;
    margin: .5em 0; }
  .faculty i.fa {
    color: #99AC00;
    font-size: 1.4em; }

.person-details .titles {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  font-style: italic; }

.person-details .person-image {
  margin: 0 0 1.5em 0; }
  @media (min-width: 751px) {
    .person-details .person-image {
      float: right;
      margin: 0 0 1.5em 1.5em; } }
