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: 'Poppins', sans-serif;
  font-weight: 400;
  color: #444;
  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: #3442D0;
  text-decoration: underline; }
  a:hover {
    color: #3442D0;
    text-decoration: none; }
  a:focus {
    color: #3442D0;
    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; }
  .content ul li,
  .content ol li {
    margin: .45em 0;
    line-height: 1.5; }

blockquote {
  border-left: 5px solid #dedede;
  margin: 2em 0;
  padding: 1em 1em;
  font-style: italic;
  font-size: 20px;
  color: #5D74B9;
  border-left: 10px solid rgba(93, 116, 185, 0.3); }
  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; }
  .btn-wrap.right {
    justify-content: flex-end; }
  .btn-wrap.center {
    justify-content: center; }
  .btn-wrap.sideBySide {
    display: inline-block; }
    .btn-wrap.sideBySide .btn {
      margin-right: 1em; }

.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: #ddd; }
  .content-reveal .panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd; }
    .content-reveal .panel-heading h3 {
      color: #444;
      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: #ccc;
    color: #333; }
  table.listing tbody th {
    font-style: italic; }
  table.listing td {
    padding: .5em .75em; }
  table.listing.aroundTable {
    border: 1px solid #ccc; }
  table.listing.betweenRows th,
  table.listing.betweenRows td {
    border-bottom: 1px solid #ccc; }
  table.listing.betweenColumns th,
  table.listing.betweenColumns td {
    border-right: 1px solid #ccc; }
    @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: #eee; } }
  @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: #eee; } }
  @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: #ccc;
        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 #8398D6;
    margin-top: 0; }
    .divider hr.default {
      margin-bottom: 1em; }
    .divider hr.smaller {
      margin-bottom: .5em; }
    .divider hr.larger {
      margin-bottom: 2em; }

.documents {
  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: #444;
        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(68, 68, 68, 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: max-content; }
    .documents .cards .card .link {
      text-decoration: underline; }
      .documents .cards .card .link:hover {
        text-decoration: none; }
  .documents .cards .doc-icon::before {
    color: #444;
    content: '\f016';
    font-family: 'FontAwesome';
    font-size: 2.2em;
    padding-right: .7em;
    position: relative; }
  .documents .size {
    color: #919191;
    font-size: .8em; }
  .documents .description {
    color: #777777;
    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: 969px) {
    .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: 971px) {
    .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: 971px) {
        .main-nav > ul > li {
          position: relative;
          display: inline-block; } }
      .main-nav > ul > li > div > a {
        text-decoration: none;
        padding: 1em 1.5em;
        display: block;
        line-height: 1em; }
        @media (min-width: 971px) {
          .main-nav > ul > li > div > a {
            display: inline-block; } }

.main-nav-toggle {
  float: right;
  background: none;
  border: 0;
  padding: 0 5px;
  z-index: 105; }
  @media (min-width: 971px) {
    .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: 971px) {
    .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: 0;
  text-align: center;
  width: 100%; }
  .signature a {
    background-image: url("https://nlc-helpers.s3.amazonaws.com/tcg-signature.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; } }

.fitVids-wrapper {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }

.fitVids-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

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

h1 {
  color: #fff;
  font-weight: bold;
  font-size: 2.8125em;
  text-align: center;
  text-shadow: 0 0 3px #405593;
  line-height: 1.4; }
  @media (max-width: 969px) {
    h1 {
      color: #003F84;
      font-weight: bold;
      font-size: 2.375em;
      text-shadow: none;
      text-align: left; } }
  @media (max-width: 969px) {
    h1:first-of-type {
      margin-top: .5em !important; } }
  @media (min-width: 971px) {
    h1.tablet {
      display: none; } }
  @media (max-width: 749px) {
    h1 + h2 {
      margin-top: .3em; } }

h2 {
  color: #B32774;
  font-size: 1.625em;
  font-weight: bold;
  line-height: 1.5; }

.main-content h2:first-child {
  margin-top: 0; }

h3 {
  color: #003F84;
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 1.2em; }
  h3.small {
    font-size: 1.35em; }

h4 {
  color: #444;
  font-weight: bold;
  font-size: 1.25em;
  text-transform: none;
  margin-top: 1em; }

p {
  line-height: 1.7; }

@media (max-width: 749px) {
  .center.tablet-left {
    text-align: left; } }

@media (max-width: 749px) {
  .center {
    text-align: left; } }

footer {
  border-top: 2px solid rgba(131, 152, 214, 0.5); }
  footer h2 {
    color: #003F84;
    font-size: 1.35em;
    text-align: center; }
  footer p {
    font-size: 1.125em;
    text-align: center; }
    footer p.copyright {
      font-size: 1em;
      margin: 0; }
  footer a {
    color: #444; }
    footer a:hover {
      color: #444; }
  footer .footer-info {
    padding: 0 16em; }
    @media (max-width: 969px) {
      footer .footer-info {
        padding: 0 8em; } }
    @media (max-width: 749px) {
      footer .footer-info {
        padding: 0; } }
  footer .footer-counties {
    display: flex;
    justify-content: center;
    padding: 1.5em 0 2.5em 0;
    border-bottom: 1px solid rgba(151, 151, 151, 0.5); }
    @media (max-width: 749px) {
      footer .footer-counties {
        display: block; } }
    footer .footer-counties .county {
      flex: 0 0 30%;
      margin: 0 2%;
      text-align: center; }
      @media (max-width: 749px) {
        footer .footer-counties .county {
          margin: 0 0 2em; } }
    footer .footer-counties .county-image {
      min-height: 70px; }
      footer .footer-counties .county-image img {
        max-width: 100%; }
    footer .footer-counties h3 {
      font-size: 1.125em;
      color: #B32774;
      margin: 0;
      font-weight: normal;
      margin-top: .4em; }
  footer .footer-logos {
    display: flex;
    justify-content: space-between;
    padding: 2.5em 0;
    align-items: center; }
    @media (max-width: 750px) {
      footer .footer-logos {
        display: block;
        text-align: center; } }
    footer .footer-logos img {
      margin: 0 1.5em; }
      @media (max-width: 750px) {
        footer .footer-logos img {
          margin: 0 0 2em; } }
    @media (min-width: 751px) {
      footer .footer-logos .copyright-box {
        display: flex;
        align-items: center; } }
    footer .footer-logos .copyright-box p.copyright {
      text-align: right; }
      @media (max-width: 750px) {
        footer .footer-logos .copyright-box p.copyright {
          margin-bottom: 1.5em;
          text-align: center; } }
    footer .footer-logos .footer-icons {
      display: flex;
      align-items: center;
      margin-left: 30px; }
      @media (max-width: 750px) {
        footer .footer-logos .footer-icons {
          justify-content: center; } }
      footer .footer-logos .footer-icons svg {
        height: 20px;
        margin-right: 20px; }
        footer .footer-logos .footer-icons svg.youtube {
          width: 25px; }

/* ----------------------------------------------------------------------------
********************************      BASE      *******************************
-----------------------------------------------------------------------------*/
.btn {
  box-shadow: 0;
  margin-bottom: 1.4em;
  background-color: #B32774;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0;
  padding: 1.35em 1em;
  letter-spacing: .8px; }
  .btn:hover, .btn:focus {
    color: #fff;
    background-color: #8F1F5C; }
  .btn.white {
    color: #B32774;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
    .btn.white:hover {
      background-color: #fff;
      background: linear-gradient(rgba(179, 39, 116, 0.1), rgba(179, 39, 116, 0.1)), #fff;
      color: #B32774; }

.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: #666;
  margin-top: 5px; }

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

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

.divider hr {
  border-top: 2px solid rgba(131, 152, 214, 0.5); }

.divider.white hr {
  border-top: 2px solid rgba(255, 255, 255, 0.5); }

@media (max-width: 749px) {
  .divider.larger {
    padding-top: 1em; } }

@media (max-width: 749px) {
  .divider.larger hr.larger {
    margin-bottom: 1em; } }

/* ----------------------------------------------------------------------------
********************************      NAVIGATION      *************************
-----------------------------------------------------------------------------*/
.crumbs {
  font-size: .875em;
  margin: 2em 0; }
  .crumbs li {
    color: #5e5e5e; }
    .crumbs li:after {
      content: "/"; }
    .crumbs li a {
      color: #5e5e5e; }

.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.4em; }
    .top-nav ul li:last-child::after {
      content: none; }

.main-nav {
  text-align: right; }
  @media (max-width: 969px) {
    .main-nav {
      right: -100%;
      top: 106px;
      left: unset;
      width: 0 !important;
      overflow: hidden;
      background-color: #003F84; }
      .main-nav.open {
        right: 0;
        width: 100% !important; } }
  @media (max-width: 749px) {
    .main-nav {
      top: 76px; } }
  @media (max-width: 969px) {
    .main-nav > ul > li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); } }
  .main-nav > ul > li > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1em; }
    @media (min-width: 971px) {
      .main-nav > ul > li > div {
        padding: 0; } }
    .main-nav > ul > li > div > a {
      color: #003F84;
      font-size: 1.2em;
      font-weight: bold;
      text-transform: uppercase;
      padding: 1em 1.1em; }

@media (min-width: 971px) and (max-width: 1349px) {
  .main-nav > ul > li > div > a {
    padding: 1em calc(1.15vw);
    font-size: calc(0.4em + .95vw); } }
      @media (max-width: 969px) {
        .main-nav > ul > li > div > a {
          color: #fff;
          font-size: 1.5em;
          text-align: left;
          padding: .75em 0; } }
      @media (min-width: 971px) {
        .main-nav > ul > li > div > a:hover, .main-nav > ul > li > div > a:focus {
          background-color: #B32774;
          color: #fff; } }
    @media (min-width: 971px) {
      .main-nav > ul > li > div button {
        display: none; } }
    .main-nav > ul > li > div .main-nav-chevron {
      color: White;
      padding-top: 3px; }
      .main-nav > ul > li > div .main-nav-chevron svg {
        width: 20px;
        height: 20px; }
  .main-nav > ul > li.active > div > a,
  .main-nav > ul > li.open > div > a {
    color: #B32774; }
    @media (max-width: 749px) {
      .main-nav > ul > li.active > div > a,
      .main-nav > ul > li.open > div > a {
        color: #5D74B9; } }

.main-nav-toggle .icon-bar {
  background-color: #fff; }

.main-nav > ul > li > ul.dropdownMenu {
  width: 250px;
  background-color: #003F84;
  padding: 5px 0; }
  @media (min-width: 971px) {
    .main-nav > ul > li > ul.dropdownMenu {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3); } }
  .main-nav > ul > li > ul.dropdownMenu > li > a {
    color: #fff;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 9px 0;
    display: block;
    margin: 0 15px;
    width: auto; }
  .main-nav > ul > li > ul.dropdownMenu > li:last-child a {
    border: 0; }
  .main-nav > ul > li > ul.dropdownMenu > li:hover {
    background-color: rgba(255, 255, 255, 0.3); }

@media (max-width: 969px) {
  .main-nav ul li > ul.dropdownMenu.open {
    background-color: rgba(255, 255, 255, 0.15);
    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: 969px) {
  .main-nav ul li > ul.dropdownMenu.open li a {
    font-size: 1em;
    color: #fff;
    font-size: 1.25em; } }

.sub-nav-mobile ul li {
  border-bottom: 1px solid #666666; }
  .sub-nav-mobile ul li a {
    color: #e6e6e6;
    font-size: 1em; }

/* ----------------------------------------------------------------------------
********************************      SHARED      *****************************
-----------------------------------------------------------------------------*/
.contact-counties {
  display: flex;
  justify-content: space-between;
  margin: 3em 0 2em; }
  @media (max-width: 749px) {
    .contact-counties {
      display: block; } }
  .contact-counties .county {
    border: 1px solid #5D74B9;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    padding: 1.2em 1em;
    text-align: center;
    flex: 0 0 31%; }
    @media (max-width: 749px) {
      .contact-counties .county {
        margin: 0 0 1.5em; } }
  .contact-counties .image {
    width: 100%;
    border-bottom: 1px solid #5D74B9;
    padding-bottom: .7em;
    min-height: 75px; }
  .contact-counties img {
    max-width: 100%; }
  .contact-counties h3 {
    margin-top: .9em;
    text-transform: uppercase; }
  .contact-counties h3 + h4 {
    margin-top: .3em; }

.ff-fieldtype-checkbox_group label.form-check-label {
  font-weight: normal; }

.ff-fieldtype-checkbox .form-check {
  display: flex;
  align-items: flex-start; }

.ff-fieldtype-checkbox label {
  font-weight: normal;
  margin-left: 15px; }

.form-text {
  margin-top: 5px; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #038489;
  border-color: #038489; }

.pagination > li > a, .pagination > li > span {
  color: #038489; }

/* ----------------------------------------------------------------------------
********************************      PRINT      ******************************
-----------------------------------------------------------------------------*/
body {
  margin: 0; }

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

.container {
  width: 100%; }
  @media (min-width: 1351px) {
    .container {
      width: 1320px; } }
  @media (min-width: 971px) {
    .container.narrow {
      margin: 0 auto;
      padding: 0 15.5vw; } }
  @media (min-width: 1351px) {
    .container.narrow {
      width: 900px;
      padding: 0; } }
  @media (min-width: 751px) {
    .container.default {
      margin: 0 auto;
      padding: 0 2vw; } }
  @media (min-width: 1351px) {
    .container.default {
      width: 1140px;
      padding: 0; } }

.page {
  padding-bottom: 2em; }

.content {
  display: flex; }

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

.sidebar {
  width: 243px;
  margin-left: 30px; }
  @media (max-width: 749px) {
    .sidebar {
      display: none; } }

.alert {
  background-color: #003F84;
  padding: .5em 1em; }
  .alert.urgent {
    background-color: #B32774; }
  .alert div {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 969px) {
      .alert div {
        font-size: 1.25em; } }
    .alert div p {
      color: white;
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 0; }
    .alert div a {
      color: white; }
  .alert img {
    margin-right: 10px; }

header {
  padding: 2em 0; }
  @media (max-width: 969px) {
    header {
      background: #405593;
      background: -moz-linear-gradient(left, #405593 0%, #B32774 100%);
      background: -webkit-linear-gradient(left, #405593 0%, #B32774 100%);
      background: linear-gradient(to right, #405593 0%, #B32774 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2', GradientType=1);
      padding: 1.5em 0;
      position: relative; } }
  @media (max-width: 749px) {
    header {
      padding: .55em 0; } }
  @media (min-width: 971px) {
    header .container {
      padding: 0 15px; } }
  header .header-container {
    flex-wrap: wrap;
    justify-content: space-between; }
  header .logo {
    flex: 0 1 360px; }
    header .logo img {
      max-width: 100%; }
      header .logo img.logo-mobile {
        display: none; }
        @media (max-width: 969px) {
          header .logo img.logo-mobile {
            display: block; } }
      @media (max-width: 969px) {
        header .logo img.logo-desktop {
          display: none; } }
  header .top-nav {
    width: 70%;
    text-align: right; }
  header .main-nav {
    width: 100%;
    flex: 0 0 75%; }
  header .header-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 106; }
    @media (min-width: 751px) {
      header .header-block {
        background: none; } }

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

.heading-section {
  border-top: 11px solid #003F84;
  border-bottom: 11px solid #003F84;
  background: #B32774;
  background: -moz-linear-gradient(left, #B32774 0%, #405593 100%);
  background: -webkit-linear-gradient(left, #B32774 0%, #405593 100%);
  background: linear-gradient(to right, #B32774 0%, #405593 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2', GradientType=1); }
  @media (min-width: 971px) {
    .heading-section {
      margin-bottom: 1.5em; } }
  @media (max-width: 969px) {
    .heading-section .container {
      padding: 0; } }
  .heading-section h1 {
    margin: 0;
    padding: 1em 0; }
  .heading-section .heading.with-image {
    height: 300px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 969px) {
      .heading-section .heading.with-image {
        height: auto;
        display: block; } }
    .heading-section .heading.with-image img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      opacity: .3; }
      @media (max-width: 969px) {
        .heading-section .heading.with-image img {
          position: static;
          transform: unset;
          max-width: 100%; } }
    .heading-section .heading.with-image h1 {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: max-content;
      max-width: 90%; }
      @media (max-width: 969px) {
        .heading-section .heading.with-image h1 {
          display: none; } }

@media (max-width: 969px) {
  .heading-section.no-image {
    display: none; } }

.resources {
  float: right;
  margin: 1em 0 1.5em 2em;
  background-color: #003F84;
  padding: 3em 1.5em;
  width: 280px;
  position: relative; }
  @media (max-width: 749px) {
    .resources {
      float: none;
      margin: 2.5em auto; } }
  @media (max-width: 749px) {
    .resources.top {
      display: none; } }
  @media (min-width: 751px) {
    .resources.bottom {
      display: none; } }
  .resources:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 36px solid white;
    border-right: 70px solid #003F84;
    width: 0; }
  .resources:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 36px solid white;
    border-left: 70px solid #003F84;
    width: 0; }
  .resources h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 1.4em;
    margin-top: 0; }
  .resources ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .resources ul li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
      .resources ul li:last-child {
        border: 0; }
      .resources ul li a {
        padding: .5em 0;
        text-decoration: none;
        color: #fff;
        display: block; }

.block-text-image {
  display: flex;
  align-items: center; }
  @media (max-width: 749px) {
    .block-text-image {
      flex-direction: column; } }
  .block-text-image:last-child {
    margin-bottom: 2em; }
  .block-text-image .block-text h3 {
    margin-top: 0; }
  .block-text-image .block-image {
    width: 350px;
    height: 350px;
    flex: 0 0 350px; }
    @media (max-width: 749px) {
      .block-text-image .block-image {
        order: -1;
        margin: 0 0 2.5em !important; } }
  .block-text-image.left .block-image {
    order: -1;
    margin-right: 1em; }
  .block-text-image.right .block-image {
    justify-content: right;
    margin-left: 1em; }

.image.hexagon {
  position: relative;
  width: 350px;
  height: 350px;
  overflow: hidden;
  max-width: 350px !important; }
  @media (max-width: 749px) {
    .image.hexagon {
      margin-bottom: 2em !important; } }
  .image.hexagon img {
    max-width: 340px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .image.hexagon .image-border {
    background-image: url("/img/hex.png");
    position: absolute;
    left: 0;
    top: 0;
    width: 350px;
    height: 350px; }

.landing-page-intro {
  display: flex;
  padding: 30px 0; }
  @media (max-width: 969px) {
    .landing-page-intro {
      padding-top: 0; } }
  .landing-page-intro h1 {
    color: #003F84;
    font-size: 40px;
    text-shadow: none;
    text-align: left;
    font-weight: normal;
    margin-bottom: 25px; }
  .landing-page-intro h3 {
    margin-top: 40px; }
  .landing-page-intro p {
    font-size: 1.125em; }
  @media (max-width: 969px) {
    .landing-page-intro .block-image {
      display: none; } }

.websites {
  justify-content: space-between;
  gap: 15px; }
  @media (min-width: 751px) {
    .websites {
      display: flex; } }
  @media (min-width: 971px) {
    .websites {
      gap: 30px; } }
  .websites .website {
    flex: 1 1 45%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    padding: 35px 35px 0;
    margin-bottom: 30px; }
    @media (max-width: 749px) {
      .websites .website {
        margin-top: 0;
        padding-bottom: 10px; } }
    .websites .website img {
      max-width: 100%; }
    .websites .website ul li {
      line-height: 1.7; }
    .websites .website:last-child a.btn {
      background-color: #258193; }
      .websites .website:last-child a.btn:hover {
        background-color: #003F84; }

.landing-page .image.hexagon .image-border {
  background-image: url("/img/hex-green.png"); }

.landing-page footer {
  border-top: 2px solid rgba(154, 175, 79, 0.25); }

.landing-page .footer-info {
  padding: 0 20px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.home-page .main-content {
  padding-top: 0; }

.header-image-section {
  border-top: 11px solid #003F84;
  border-bottom: 11px solid #003F84;
  background: #B32774;
  background: -moz-linear-gradient(left, #B32774 0%, #405593 100%);
  background: -webkit-linear-gradient(left, #B32774 0%, #405593 100%);
  background: linear-gradient(to right, #B32774 0%, #405593 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2', GradientType=1); }
  @media (max-width: 969px) {
    .header-image-section .container {
      padding: 0; } }
  .header-image-section .header-image {
    height: 450px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 749px) {
      .header-image-section .header-image {
        height: 150px; } }
  .header-image-section img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: .3;
    max-width: 100%; }
  .header-image-section .header-image-caption {
    background-image: url("/img/hex-hp.png");
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 331px;
    height: 379px;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    padding: 3.5em 1.2em; }
    @media (max-width: 749px) {
      .header-image-section .header-image-caption {
        display: none; } }
    .header-image-section .header-image-caption p {
      color: #fff;
      margin-bottom: .7em;
      line-height: 1.6; }
    .header-image-section .header-image-caption a {
      color: #fff;
      text-transform: uppercase;
      font-size: .65em;
      letter-spacing: 1px; }

.header-image-caption.tablet {
  background-image: url("/img/hex-hp.png");
  width: 331px;
  height: 379px;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  padding: 3.5em 1.2em;
  margin: 1em auto; }
  @media (min-width: 751px) {
    .header-image-caption.tablet {
      display: none; } }
  .header-image-caption.tablet p {
    color: #fff;
    margin-bottom: .7em;
    line-height: 1.6; }
  .header-image-caption.tablet a {
    color: #fff;
    text-transform: uppercase;
    font-size: .65em;
    letter-spacing: 1px; }

.intro-section .intro {
  padding: 2em 13.5em; }
  @media (max-width: 969px) {
    .intro-section .intro {
      padding: 2em 5em; } }
  @media (max-width: 749px) {
    .intro-section .intro {
      padding: .5em 0 2em; } }

.intro-section p {
  font-size: 1.25em;
  line-height: 1.8;
  text-align: center; }

.hp-buttons {
  display: flex;
  margin-bottom: 1em; }
  @media (max-width: 749px) {
    .hp-buttons {
      display: block; } }
  .hp-buttons .hp-button {
    flex: 0 0 32%;
    display: block;
    margin: 0 1em 2em;
    text-decoration: none;
    background-color: #003F84; }
    @media (max-width: 1349px) {
      .hp-buttons .hp-button {
        flex: 0 0 31%;
        margin: 0 .5em 2em; } }
    @media (max-width: 749px) {
      .hp-buttons .hp-button {
        margin: 0 auto 1.5em;
        max-width: 536px; } }
    .hp-buttons .hp-button img {
      max-width: 100%; }
    .hp-buttons .hp-button h2 {
      margin: 0;
      font-size: 1.125em;
      color: #fff;
      text-transform: uppercase;
      background-color: #003F84;
      padding: .9em;
      text-align: center; }
      .hp-buttons .hp-button h2:hover {
        text-decoration: underline; }
    .hp-buttons .hp-button:first-child {
      background-color: #B32774; }
      .hp-buttons .hp-button:first-child h2 {
        background-color: #B32774; }
    .hp-buttons .hp-button:nth-child(2) {
      background-color: #5D74B9; }
      .hp-buttons .hp-button:nth-child(2) h2 {
        background-color: #5D74B9; }

.announcement-section {
  background: #405593;
  background: -moz-linear-gradient(left, #405593 0%, #B32774 100%);
  background: -webkit-linear-gradient(left, #405593 0%, #B32774 100%);
  background: linear-gradient(to right, #405593 0%, #B32774 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2', GradientType=1);
  padding: 2em 0 3em; }
  .announcement-section .announcement {
    display: flex;
    padding: 0 9em; }
    @media (max-width: 1349px) {
      .announcement-section .announcement {
        padding: 0 7vw; } }
    @media (max-width: 969px) {
      .announcement-section .announcement {
        padding: 0 2em; } }
    @media (max-width: 749px) {
      .announcement-section .announcement {
        display: block;
        padding: 0;
        text-align: center; } }
    .announcement-section .announcement.no-image .announcement-copy {
      text-align: center;
      width: 100%; }
  .announcement-section .announcement-image {
    flex: 0 0 420px;
    margin-right: 2em; }
    @media (max-width: 969px) {
      .announcement-section .announcement-image {
        flex: 0 0 40%; } }
    .announcement-section .announcement-image img {
      max-width: 100%; }
  .announcement-section h2 {
    font-size: 2.5em;
    color: #fff;
    margin-bottom: .3em;
    margin-top: .7em; }
  .announcement-section p {
    font-size: 1.4em;
    font-weight: bold;
    color: #fff; }
  @media (max-width: 749px) {
    .announcement-section .btn-wrap {
      justify-content: center; } }

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

.testimonials {
  columns: 3;
  column-gap: 50px;
  margin-top: 2em;
  margin-bottom: 2em; }
  @media (max-width: 969px) {
    .testimonials {
      columns: 2; } }
  @media (max-width: 749px) {
    .testimonials {
      columns: unset; } }
  .testimonials .testimonial {
    padding: 2em;
    background-color: rgba(93, 116, 185, 0.2);
    margin-bottom: 2em;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
    .testimonials .testimonial:nth-child(2n) {
      background-color: rgba(93, 116, 185, 0.1); }
    .testimonials .testimonial:nth-child(3n) {
      background-color: rgba(179, 39, 116, 0.1); }
    .testimonials .testimonial .big-quote {
      color: #5D74B9;
      font-weight: bold;
      font-size: 4em;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      line-height: .5; }
    .testimonials .testimonial p.quote {
      font-size: 1.25em;
      font-style: italic;
      line-height: 1.7; }
    .testimonials .testimonial p.author {
      font-size: 1.125em;
      font-weight: bold; }

.random-testimonial-section {
  background: #405593;
  background: -moz-linear-gradient(left, #405593 0%, #B32774 100%);
  background: -webkit-linear-gradient(left, #405593 0%, #B32774 100%);
  background: linear-gradient(to right, #405593 0%, #B32774 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2', GradientType=1);
  padding: 4em 0 3em; }
  .random-testimonial-section p {
    color: #fff; }
    .random-testimonial-section p.quote {
      font-size: 1.6125em;
      font-style: italic;
      line-height: 1.7; }
    .random-testimonial-section p.author {
      font-size: 1.125em;
      font-weight: bold; }

.news {
  margin: 0 0 2em 0; }
  @media (max-width: 749px) {
    .news {
      margin: 1.5em 0; } }
  .news .article {
    border-bottom: 2px solid rgba(131, 152, 214, 0.5);
    padding-bottom: 2em;
    margin-bottom: 2em;
    display: flex; }
    @media (max-width: 749px) {
      .news .article {
        display: block; } }
    .news .article:last-child {
      border: 0; }
    .news .article .article-image {
      flex: 0 0 374px;
      margin-right: 2em; }
      @media (max-width: 749px) {
        .news .article .article-image {
          margin: 0 0 2em; } }
      .news .article .article-image img {
        max-width: 100%; }
    .news .article h2 {
      margin-top: 0.5em; }
      .news .article h2 a {
        color: #003F84; }
    .news .article .date {
      font-weight: bold;
      font-size: 1.25em; }

.meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid rgba(93, 116, 185, 0.5);
  padding-bottom: .5em;
  margin-bottom: 1.5em;
  margin-top: 2em; }
  .meta .date {
    text-transform: uppercase;
    font-size: 1.125em;
    margin: 0; }
  .meta .share-buttons {
    display: flex;
    align-items: center; }
    .meta .share-buttons a {
      color: rgba(68, 68, 68, 0.7);
      margin-left: .5em; }
  .meta .share {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #B32774; }

@media (min-width: 751px) {
  .events-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (min-width: 971px) {
  .events-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }

.events-grid .event {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }
  @media (max-width: 749px) {
    .events-grid .event {
      margin: 0 auto 15px;
      max-width: 536px; } }
  .events-grid .event img {
    max-width: 100%; }
  .events-grid .event .info {
    text-align: center;
    padding: 1em 1.5em; }
  .events-grid .event h2 {
    font-weight: normal;
    font-size: 1.5em;
    margin-top: 10px;
    color: #003F84;
    line-height: 1.3em; }
    .events-grid .event h2 a {
      color: #003F84;
      text-decoration: none; }
  .events-grid .event p {
    line-height: 1.4em;
    letter-spacing: -.5px; }

@media (min-width: 751px) {
  .events-grid-four {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (min-width: 971px) {
  .events-grid-four {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.events-grid-four .event {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }
  @media (max-width: 749px) {
    .events-grid-four .event {
      margin: 0 auto 15px;
      max-width: 536px; } }
  .events-grid-four .event img {
    max-width: 100%; }
  .events-grid-four .event .info {
    text-align: center;
    padding: 1em 1.5em; }
  .events-grid-four .event h2 {
    font-weight: normal;
    font-size: 1.5em;
    margin-top: 10px;
    color: #003F84;
    line-height: 1.3em; }
    .events-grid-four .event h2 a {
      color: #003F84;
      text-decoration: none; }
  .events-grid-four .event p {
    line-height: 1.4em;
    letter-spacing: -.5px; }

.event-nav {
  margin-top: 2.5em; }
  @media (max-width: 749px) {
    .event-nav {
      margin-top: .8em; } }
  .event-nav .btn {
    background-color: #003F84;
    display: inline-block;
    margin-left: .2em;
    padding: .8em 1em;
    border-radius: 5px; }
    .event-nav .btn:first-child {
      margin-left: 0; }
    .event-nav .btn:hover, .event-nav .btn:focus {
      background-color: #004b9e;
      color: #fff; }
  @media (min-width: 451px) {
    .event-nav .event-nav-row {
      display: flex;
      justify-content: space-between; } }
  .event-nav .right-event-nav {
    display: flex; }
    @media (max-width: 449px) {
      .event-nav .right-event-nav {
        margin: 1em 0 0;
        width: 100%;
        display: flex;
        justify-content: center; } }
  .event-nav .view-nav .btn {
    background-color: #fff;
    color: #003F84;
    border: 2px solid #003F84;
    padding: .7em 1.5em;
    border-radius: 5px; }
    .event-nav .view-nav .btn:hover {
      background-color: #003F84;
      color: #fff; }
  .event-nav .month-title h2 {
    margin-top: .3em;
    color: #003F84;
    text-transform: uppercase;
    font-size: 1.915em; }
    @media (max-width: 749px) {
      .event-nav .month-title h2 {
        text-align: center;
        margin-bottom: .5em;
        margin-top: .3em; } }
  .event-nav .view-nav {
    text-align: right; }
    @media (max-width: 749px) {
      .event-nav .view-nav {
        display: none; } }
    .event-nav .view-nav a,
    .event-nav .view-nav button {
      display: none; }
    .event-nav .view-nav .active {
      box-shadow: none;
      display: inline-block; }
  .event-nav .month-nav {
    margin-left: 1em; }
    @media (max-width: 749px) {
      .event-nav .month-nav {
        margin: 0; } }

#calendar-view {
  display: none; }
  #calendar-view.active {
    display: block; }
    @media (max-width: 749px) {
      #calendar-view.active {
        display: none; } }

table.calendar {
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
  margin: 0;
  table-layout: fixed;
  width: 100%; }
  table.calendar thead {
    border-left: 1px solid rgba(131, 152, 214, 0.1);
    border-right: 1px solid rgba(131, 152, 214, 0.1); }
  table.calendar tbody {
    border: solid rgba(131, 152, 214, 0.1);
    border-width: 0 1px 1px; }
  table.calendar th {
    background-color: rgba(131, 152, 214, 0.1);
    color: #444;
    font-size: 1.125em;
    letter-spacing: .05em;
    padding: .5em .5em;
    text-align: center;
    vertical-align: top;
    font-weight: normal;
    text-transform: uppercase; }
  table.calendar td {
    background-color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(131, 152, 214, 0.1);
    border-left: 1px solid rgba(131, 152, 214, 0.1);
    padding: 10px 4px 10px 6px;
    vertical-align: top; }
    table.calendar td.other-month {
      background-color: rgba(131, 152, 214, 0.1);
      color: #908E87; }
      table.calendar td.other-month .number {
        color: #908E87; }
    table.calendar td .day {
      display: inline-block;
      min-height: 150px;
      width: 100%; }
    table.calendar td .number {
      font-size: 1.025em;
      padding-right: .3em;
      text-align: right; }
    table.calendar td.current .number {
      padding-right: 0; }
      table.calendar td.current .number span {
        background-color: #E2B539;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        height: 1.8em;
        margin-top: -.15em;
        padding: .15em 0;
        text-align: center;
        width: 1.8em; }
    table.calendar td ul {
      list-style: none;
      margin: 0;
      padding: 0;
      padding-top: .3em; }
    table.calendar td li {
      font-size: .9375em;
      line-height: 1.3;
      margin: 0;
      margin-bottom: 1px;
      padding: .3em .4em; }
      table.calendar td li a {
        color: #444;
        display: block;
        text-decoration: none;
        font-size: .9em; }
        table.calendar td li a:active .event-title, table.calendar td li a:hover .event-title {
          text-decoration: underline; }
      table.calendar td li.all-day {
        color: #fff; }
        table.calendar td li.all-day a {
          color: #fff;
          text-decoration: none; }
      table.calendar td li img.featured {
        width: 11px;
        margin-right: .2em; }
      table.calendar td li .time::before {
        content: '\f111';
        font-family: "FontAwesome";
        font-size: .7em;
        padding-right: .1em;
        position: relative;
        top: -1px;
        font-weight: 900; }
      table.calendar td li.alifeSkillsGroups.all-day {
        background-color: #003F84; }
      table.calendar td li.alifeSkillsGroups .time {
        color: #003F84;
        text-transform: uppercase; }
        table.calendar td li.alifeSkillsGroups .time::before {
          color: #003F84; }
      table.calendar td li.communityEvents.all-day {
        background-color: #258193; }
      table.calendar td li.communityEvents .time {
        color: #258193;
        text-transform: uppercase; }
        table.calendar td li.communityEvents .time::before {
          color: #258193; }
      table.calendar td li.bfamilySupportGroups.all-day {
        background-color: #B32774; }
      table.calendar td li.bfamilySupportGroups .time {
        color: #B32774;
        text-transform: uppercase; }
        table.calendar td li.bfamilySupportGroups .time::before {
          color: #B32774; }
      table.calendar td li.csoberSocialEvents.all-day {
        background-color: #038489; }
      table.calendar td li.csoberSocialEvents .time {
        color: #038489;
        text-transform: uppercase; }
        table.calendar td li.csoberSocialEvents .time::before {
          color: #038489; }
      table.calendar td li.specialEvents.all-day {
        background-color: #038489; }
      table.calendar td li.specialEvents .time {
        color: #038489;
        text-transform: uppercase; }
        table.calendar td li.specialEvents .time::before {
          color: #038489; }
      table.calendar td li.naloxoneTrainings.all-day {
        background-color: #5D74B9; }
      table.calendar td li.naloxoneTrainings .time {
        color: #5D74B9;
        text-transform: uppercase; }
        table.calendar td li.naloxoneTrainings .time::before {
          color: #5D74B9; }
      table.calendar td li.conferenceSeries.all-day {
        background-color: #B32774; }
      table.calendar td li.conferenceSeries .time {
        color: #B32774;
        text-transform: uppercase; }
        table.calendar td li.conferenceSeries .time::before {
          color: #B32774; }
      table.calendar td li.trainingSessions.all-day {
        background-color: #003F84; }
      table.calendar td li.trainingSessions .time {
        color: #003F84;
        text-transform: uppercase; }
        table.calendar td li.trainingSessions .time::before {
          color: #003F84; }

#list-view {
  display: none; }
  @media (max-width: 749px) {
    #list-view {
      display: block; } }
  #list-view.active {
    display: block; }

ul.events {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.events li {
    margin-bottom: 1em;
    position: relative; }
    @media (max-width: 749px) {
      ul.events li {
        margin-bottom: 0; } }
    ul.events li.featured::before {
      content: '';
      background-image: url(/img/featured-star-circle.png);
      background-size: 41px;
      width: 41px;
      height: 41px;
      position: absolute;
      left: -20px;
      top: 50%;
      transform: translateY(-50%); }
      @media (max-width: 749px) {
        ul.events li.featured::before {
          right: 0;
          top: 0px;
          left: auto; } }
    ul.events li::after {
      clear: both;
      content: '';
      display: table; }
  ul.events .badge {
    background-color: #444;
    border-radius: 0;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 1em;
    height: 4.2em;
    overflow: hidden; }
    @media (min-width: 751px) {
      ul.events .badge {
        width: 23%;
        float: left;
        height: 5.2em; } }
    ul.events .badge * {
      display: block; }
    ul.events .badge .left-col {
      flex: 0 0 30%;
      text-align: center;
      margin-left: 10%; }
      @media (max-width: 749px) {
        ul.events .badge .left-col {
          margin-left: 5%;
          margin-right: 5%;
          flex: 0 0 auto; } }
      ul.events .badge .left-col span {
        font-size: 2.2em; }
    ul.events .badge strong {
      padding: .1em 0;
      text-transform: uppercase;
      font-size: 1.2em; }
    ul.events .badge span {
      text-transform: uppercase;
      letter-spacing: 1px; }
  ul.events .description {
    padding: .8em 0; }
    @media (min-width: 751px) {
      ul.events .description {
        float: left;
        margin-left: 1em;
        width: 74%;
        padding: .4em 0;
        border-bottom: 1px solid rgba(93, 116, 185, 0.2); } }
    ul.events .description a {
      display: block;
      margin-top: 10px; }
  ul.events .event-type {
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: 1px; }
  ul.events img.featured {
    width: 12px;
    margin-right: .4em;
    margin-top: -.2em; }
  ul.events .time {
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase; }
  ul.events h3 {
    font-weight: 400;
    margin-bottom: .2em;
    margin-top: 0; }
  ul.events .blue .badge {
    background-color: #003F84; }
  ul.events .blue h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-weight: bold;
    font-size: 1.3em; }
    ul.events .blue h3 a {
      color: #003F84;
      text-decoration: none; }
      ul.events .blue h3 a:active, ul.events .blue h3 a:hover {
        color: #003F84;
        text-decoration: underline; }
  ul.events .alifeSkillsGroups .badge {
    background-color: #003F84; }
  ul.events .alifeSkillsGroups h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-weight: bold;
    font-size: 1.3em; }
    ul.events .alifeSkillsGroups h3 a {
      color: #003F84;
      text-decoration: none; }
      ul.events .alifeSkillsGroups h3 a:active, ul.events .alifeSkillsGroups h3 a:hover {
        color: #003F84;
        text-decoration: underline; }
  ul.events .communityEvents .badge {
    background-color: #258193; }
  ul.events .communityEvents h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-weight: bold;
    font-size: 1.3em; }
    ul.events .communityEvents h3 a {
      color: #258193;
      text-decoration: none; }
      ul.events .communityEvents h3 a:active, ul.events .communityEvents h3 a:hover {
        color: #258193;
        text-decoration: underline; }
  ul.events .bfamilySupportGroups .badge {
    background-color: #B32774; }
  ul.events .bfamilySupportGroups h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-weight: bold;
    font-size: 1.3em; }
    ul.events .bfamilySupportGroups h3 a {
      color: #B32774;
      text-decoration: none; }
      ul.events .bfamilySupportGroups h3 a:active, ul.events .bfamilySupportGroups h3 a:hover {
        color: #B32774;
        text-decoration: underline; }
  ul.events .csoberSocialEvents .badge {
    background-color: #038489; }
  ul.events .csoberSocialEvents h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-weight: bold;
    font-size: 1.3em; }
    ul.events .csoberSocialEvents h3 a {
      color: #038489;
      text-decoration: none; }
      ul.events .csoberSocialEvents h3 a:active, ul.events .csoberSocialEvents h3 a:hover {
        color: #038489;
        text-decoration: underline; }
  ul.events .specialEvents .badge {
    background-color: #038489; }
  ul.events .specialEvents h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-weight: bold;
    font-size: 1.3em; }
    ul.events .specialEvents h3 a {
      color: #038489;
      text-decoration: none; }
      ul.events .specialEvents h3 a:active, ul.events .specialEvents h3 a:hover {
        color: #038489;
        text-decoration: underline; }
  ul.events .naloxoneTrainings .badge {
    background-color: #5D74B9; }
  ul.events .naloxoneTrainings h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-weight: bold;
    font-size: 1.3em; }
    ul.events .naloxoneTrainings h3 a {
      color: #5D74B9;
      text-decoration: none; }
      ul.events .naloxoneTrainings h3 a:active, ul.events .naloxoneTrainings h3 a:hover {
        color: #5D74B9;
        text-decoration: underline; }
  ul.events .conferenceSeries .badge {
    background-color: #B32774; }
  ul.events .conferenceSeries h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-weight: bold;
    font-size: 1.3em; }
    ul.events .conferenceSeries h3 a {
      color: #B32774;
      text-decoration: none; }
      ul.events .conferenceSeries h3 a:active, ul.events .conferenceSeries h3 a:hover {
        color: #B32774;
        text-decoration: underline; }
  ul.events .trainingSessions .badge {
    background-color: #003F84; }
  ul.events .trainingSessions h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-weight: bold;
    font-size: 1.3em; }
    ul.events .trainingSessions h3 a {
      color: #003F84;
      text-decoration: none; }
      ul.events .trainingSessions h3 a:active, ul.events .trainingSessions h3 a:hover {
        color: #003F84;
        text-decoration: underline; }

.main-content .calendar-name {
  text-transform: uppercase;
  color: #444;
  font-size: 1.125em; }
  .main-content .calendar-name + h1 {
    margin-top: .4em; }

@media (max-width: 969px) {
  .event-time h2.center {
    text-align: left; } }

.event-time h2 span {
  display: inline-block;
  font-weight: 400;
  margin: 0 .3em; }
  @media (max-width: 749px) {
    .event-time h2 span {
      display: block;
      color: #fff;
      height: .2em; } }

.event-time h3 {
  text-transform: uppercase; }
  @media (max-width: 969px) {
    .event-time h3.center {
      text-align: left; } }

h1 + .event-time {
  margin-top: -1.3em; }

.event-legend {
  align-items: flex-end;
  display: flex;
  margin-bottom: 1.5em;
  min-height: 60px; }
  @media (max-width: 749px) {
    .event-legend {
      flex-wrap: wrap;
      justify-content: space-between; } }
  .event-legend a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    flex: 1 1 auto;
    font-size: .85em;
    font-weight: bold;
    line-height: 1.25;
    margin-right: .6em;
    padding: .8em .4em;
    text-align: center;
    letter-spacing: .5px;
    transition: .3s all; }
    .event-legend a:last-child {
      margin-right: 0; }
    @media (max-width: 749px) {
      .event-legend a {
        flex: 0 0 32%;
        margin: 0 0 .7em; } }
    @media (max-width: 449px) {
      .event-legend a {
        flex: 0 0 47%;
        margin: 0 0 .7em; } }
  .event-legend .alifeSkillsGroups {
    background-color: #003F84;
    color: #fff; }
    .event-legend .alifeSkillsGroups:hover, .event-legend .alifeSkillsGroups.active {
      padding: 1.3em .5em; }
    .event-legend .alifeSkillsGroups.active:hover {
      color: #003F84;
      position: relative; }
      .event-legend .alifeSkillsGroups.active:hover:before {
        content: 'reset calendar filter';
        font-size: .85em;
        font-weight: normal;
        letter-spacing: -0.2px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        width: 100%; }
  .event-legend .communityEvents {
    background-color: #258193;
    color: #fff; }
    .event-legend .communityEvents:hover, .event-legend .communityEvents.active {
      padding: 1.3em .5em; }
    .event-legend .communityEvents.active:hover {
      color: #258193;
      position: relative; }
      .event-legend .communityEvents.active:hover:before {
        content: 'reset calendar filter';
        font-size: .85em;
        font-weight: normal;
        letter-spacing: -0.2px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        width: 100%; }
  .event-legend .bfamilySupportGroups {
    background-color: #B32774;
    color: #fff; }
    .event-legend .bfamilySupportGroups:hover, .event-legend .bfamilySupportGroups.active {
      padding: 1.3em .5em; }
    .event-legend .bfamilySupportGroups.active:hover {
      color: #B32774;
      position: relative; }
      .event-legend .bfamilySupportGroups.active:hover:before {
        content: 'reset calendar filter';
        font-size: .85em;
        font-weight: normal;
        letter-spacing: -0.2px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        width: 100%; }
  .event-legend .csoberSocialEvents {
    background-color: #038489;
    color: #fff; }
    .event-legend .csoberSocialEvents:hover, .event-legend .csoberSocialEvents.active {
      padding: 1.3em .5em; }
    .event-legend .csoberSocialEvents.active:hover {
      color: #038489;
      position: relative; }
      .event-legend .csoberSocialEvents.active:hover:before {
        content: 'reset calendar filter';
        font-size: .85em;
        font-weight: normal;
        letter-spacing: -0.2px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        width: 100%; }
  .event-legend .specialEvents {
    background-color: #038489;
    color: #fff; }
    .event-legend .specialEvents:hover, .event-legend .specialEvents.active {
      padding: 1.3em .5em; }
    .event-legend .specialEvents.active:hover {
      color: #038489;
      position: relative; }
      .event-legend .specialEvents.active:hover:before {
        content: 'reset calendar filter';
        font-size: .85em;
        font-weight: normal;
        letter-spacing: -0.2px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        width: 100%; }
  .event-legend .naloxoneTrainings {
    background-color: #5D74B9;
    color: #fff; }
    .event-legend .naloxoneTrainings:hover, .event-legend .naloxoneTrainings.active {
      padding: 1.3em .5em; }
    .event-legend .naloxoneTrainings.active:hover {
      color: #5D74B9;
      position: relative; }
      .event-legend .naloxoneTrainings.active:hover:before {
        content: 'reset calendar filter';
        font-size: .85em;
        font-weight: normal;
        letter-spacing: -0.2px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        width: 100%; }
  .event-legend .conferenceSeries {
    background-color: #B32774;
    color: #fff; }
    .event-legend .conferenceSeries:hover, .event-legend .conferenceSeries.active {
      padding: 1.3em .5em; }
    .event-legend .conferenceSeries.active:hover {
      color: #B32774;
      position: relative; }
      .event-legend .conferenceSeries.active:hover:before {
        content: 'reset calendar filter';
        font-size: .85em;
        font-weight: normal;
        letter-spacing: -0.2px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        width: 100%; }
  .event-legend .trainingSessions {
    background-color: #003F84;
    color: #fff; }
    .event-legend .trainingSessions:hover, .event-legend .trainingSessions.active {
      padding: 1.3em .5em; }
    .event-legend .trainingSessions.active:hover {
      color: #003F84;
      position: relative; }
      .event-legend .trainingSessions.active:hover:before {
        content: 'reset calendar filter';
        font-size: .85em;
        font-weight: normal;
        letter-spacing: -0.2px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        width: 100%; }
  .event-legend:last-child {
    margin-right: 0; }

@media (max-width: 969px) {
  .ric header {
    background: #405593;
    background: -moz-linear-gradient(left, #405593 0%, #31ABC2 100%);
    background: -webkit-linear-gradient(left, #405593 0%, #31ABC2 100%);
    background: linear-gradient(to right, #405593 0%, #31ABC2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2', GradientType=1); } }

.ric .main-nav > ul > li > div > a:hover, .ric .main-nav > ul > li > div > a:focus {
  background-color: #258193;
  color: #fff; }

.ric .main-nav > ul > li.active > a,
.ric .main-nav > ul > li.open > a {
  color: #258193; }

.ric .heading-section {
  background: linear-gradient(to right, rgba(49, 171, 194, 0.9) 0%, rgba(64, 85, 147, 0.9) 100%);
  border-color: #643274; }

.ric .header-image {
  border-top: 11px solid #753F86;
  border-bottom: 11px solid #753F86;
  height: 450px;
  background: linear-gradient(to right, #31abc2 0%, #405593 100%); }
  @media (max-width: 1349px) {
    .ric .header-image {
      height: 33vw; } }
  @media (max-width: 449px) {
    .ric .header-image {
      height: 150px; } }
  .ric .header-image .container {
    background: url("/img/support-group-chat.jpg") center no-repeat;
    width: 100%;
    height: 100%; }
    @media (max-width: 1349px) {
      .ric .header-image .container {
        background-size: cover; } }

.ric h1.home-page {
  color: #003F84;
  text-shadow: none;
  text-align: left;
  font-size: 2.4em;
  margin-top: 1em !important; }
  @media (max-width: 749px) {
    .ric h1.home-page {
      margin-top: .5em !important; } }

.ric h2 {
  color: #258193; }

.ric h2 + h2 {
  margin-top: .5em; }

.ric .btn {
  background-color: #038489; }
  .ric .btn:hover {
    background-color: #1D6775; }

.ric .resources {
  background-color: #753F86; }
  .ric .resources::before {
    border-right-color: #753F86; }
  .ric .resources::after {
    border-left-color: #753F86; }
  .ric .resources h2 {
    color: #fff; }

.ric .image.hexagon .image-border {
  background-image: url("/img/hex-ric.png"); }

.ric .hp-buttons .hp-button {
  background-color: #258193; }
  .ric .hp-buttons .hp-button h2 {
    background-color: #258193; }
  .ric .hp-buttons .hp-button:first-child {
    background-color: #003F84; }
    .ric .hp-buttons .hp-button:first-child h2 {
      background-color: #003F84; }
  .ric .hp-buttons .hp-button:nth-child(2) {
    background-color: #643274; }
    .ric .hp-buttons .hp-button:nth-child(2) h2 {
      background-color: #643274; }

.ric .intro {
  padding: 2em 13em; }
  @media (max-width: 1349px) {
    .ric .intro {
      padding: 2em 10em; } }
  @media (max-width: 969px) {
    .ric .intro {
      padding: 2em 5em; } }
  @media (max-width: 749px) {
    .ric .intro {
      padding: 2em 0; } }
  .ric .intro p {
    font-size: 1.25em;
    color: #555;
    text-align: center; }
    .ric .intro p strong {
      color: #003F84; }

.ric .ric-events {
  margin-top: 3em; }

.ric .ric-event {
  margin-bottom: 2em; }

.ric .hp-resources-section {
  background: linear-gradient(to right, #31abc2 0%, #405593 100%);
  padding: 40px 0; }
  .ric .hp-resources-section h2 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    margin: 0;
    line-height: 1.15em; }
  @media (min-width: 971px) {
    .ric .hp-resources-section .hp-resources {
      display: flex;
      justify-content: space-between;
      padding: 0 40px; } }
  .ric .hp-resources-section .hp-resources div {
    min-width: 210px;
    margin: 0 20px; }
    @media (max-width: 969px) {
      .ric .hp-resources-section .hp-resources div {
        margin-bottom: 1em; } }
  .ric .hp-resources-section .hp-resources p {
    color: white;
    font-size: 1.125em;
    margin-bottom: 2em;
    text-align: center; }
    @media (min-width: 971px) {
      .ric .hp-resources-section .hp-resources p {
        margin: 0;
        text-align: left; } }
  .ric .hp-resources-section .hp-resources .btn {
    margin: 0 auto;
    background-color: white;
    color: #258193; }
    .ric .hp-resources-section .hp-resources .btn:hover {
      background-color: #258193;
      color: white; }

.ric .hp-partners-section {
  padding: 2.5em 0; }

.ric .partners {
  columns: 2;
  column-gap: 50px; }
  .ric .partners li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: .35em 0; }
  @media (max-width: 749px) {
    .ric .partners {
      columns: unset; } }

.ric footer .footer-info {
  padding: 0 7em; }
  @media (max-width: 749px) {
    .ric footer .footer-info {
      padding: 0; } }

.ric footer h2 {
  color: #003F84; }

.ric footer .divider hr {
  border-top: 1px solid rgba(151, 151, 151, 0.56); }

.ric footer .teal {
  color: #038489; }
  .ric footer .teal a {
    color: #038489; }

.ric .meta .share {
  color: #258193; }

.ric .event-nav .btn {
  background-color: #003F84; }
  .ric .event-nav .btn:hover, .ric .event-nav .btn:focus {
    background-color: #004b9e; }

.ric .event-nav .view-nav .btn {
  background-color: #fff; }
  .ric .event-nav .view-nav .btn:hover, .ric .event-nav .view-nav .btn:focus {
    background-color: #003F84; }

.video-series .video {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 2px solid rgba(131, 152, 214, 0.5); }
  @media (max-width: 749px) {
    .video-series .video {
      display: block; } }
  .video-series .video:last-child {
    border-bottom: 0; }

.video-series .video-embed {
  flex: 0 0 500px;
  width: 500px;
  margin-right: 2em; }
  @media (max-width: 969px) {
    .video-series .video-embed {
      width: 360px;
      flex: 0 0 360px; } }
  @media (max-width: 749px) {
    .video-series .video-embed {
      width: 100%;
      margin-right: 0; } }

.stories {
  padding-top: 20px; }

.story {
  padding: 30px;
  margin: 10px 0; }
  .story:nth-child(2n - 1) {
    background-color: rgba(131, 152, 214, 0.1); }
  .story h3 {
    font-weight: bold;
    font-size: 18px;
    color: #444;
    margin-top: 0; }
  .story p {
    font-style: italic;
    font-size: 1.25em; }
  .story .btn {
    margin-bottom: 0; }

.tools .tools-bg:nth-child(2n) {
  background-color: #EEF8FA; }
  .tools .tools-bg:nth-child(2n) .image-border {
    background-image: url("/img/hex-ric-teal.png"); }

.tools h2.bg {
  font-size: 2.1em;
  margin-bottom: 0; }

.tools .tool {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #8398D6;
  display: flex; }
  .tools .tool:last-child {
    border: 0; }
  @media (max-width: 749px) {
    .tools .tool {
      flex-direction: column; } }
  .tools .tool .image {
    flex: 0 0 350px;
    margin-left: 2em; }
    @media (max-width: 749px) {
      .tools .tool .image {
        order: -1;
        margin-left: 0; } }
    .tools .tool .image img {
      max-width: 100%; }

.tools-navigation {
  background: rgba(49, 171, 194, 0.08);
  padding-bottom: 3em;
  margin-top: -1em;
  border-bottom: 2px solid #8398D6; }
  @media (min-width: 971px) {
    .tools-navigation {
      margin-top: -5em; } }
  .tools-navigation a {
    text-decoration: none;
    margin-right: .8em;
    margin-bottom: .6em;
    color: #003F84;
    line-height: 2.25;
    cursor: pointer;
    display: inline-block;
    background-color: #fff;
    border-radius: 22px;
    display: inline-block;
    padding: 4px 14px; }
    .tools-navigation a:hover {
      background: none; }
