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: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #666;
  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: #6274a8;
  text-decoration: underline; }
  a:hover {
    color: #6274a8;
    text-decoration: none; }
  a:focus {
    color: #6274a8;
    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: .25em 0; }

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

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

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

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

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

footer p {
  line-height: 1.5; }

/* ----------------------------------------------------------------------------
********************************      BASE      *******************************
-----------------------------------------------------------------------------*/
.btn-wrap {
  display: flex; }
  .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: #666;
      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: #f5f8fc;
    color: #003F84; }
  table.listing tbody th {
    font-style: italic; }
  table.listing td {
    padding: .5em .75em; }
  table.listing td.cell-heading {
    padding: .5em .75em;
    font-weight: bold; }
  table.listing.aroundTable {
    border: 1px solid #a6c4e2; }
  table.listing.betweenRows th,
  table.listing.betweenRows td {
    border-bottom: 1px solid #a6c4e2; }
  table.listing.betweenColumns th,
  table.listing.betweenColumns td {
    border-right: 1px solid #a6c4e2; }
  table.listing.betweenColumns tr td:last-child,
  table.listing.betweenColumns tr th:last-child {
    border-right: 0; }
  @media (min-width: 751px) {
    table.listing.rows.odd tbody tr:nth-child(odd) th,
    table.listing.rows.odd tbody tr:nth-child(odd) td {
      background-color: rgba(245, 248, 252, 0.5); } }
  @media (min-width: 751px) {
    table.listing.rows.even tbody tr:nth-child(even) th,
    table.listing.rows.even tbody tr:nth-child(even) td {
      background-color: rgba(245, 248, 252, 0.5); } }

p.mobile-note-wide {
  display: none; }

@media (max-width: 749px) {
  .mobile-basic.rows.odd tbody tr:nth-child(odd) th,
  .mobile-basic.rows.odd tbody tr:nth-child(odd) td {
    background-color: rgba(245, 248, 252, 0.5); }
  .mobile-basic.rows.even tbody tr:nth-child(even) th,
  .mobile-basic.rows.even tbody tr:nth-child(even) td {
    background-color: rgba(245, 248, 252, 0.5); }
  p.mobile-note-wide {
    display: block; }
  .table-wrap.mobile-wide-wrap {
    position: relative; }
    .table-wrap.mobile-wide-wrap .table-wrap-inside {
      max-width: 100%;
      overflow-x: auto; } }
  @media only screen and (max-width: 749px) and (max-width: 768px) {
    .table-wrap.mobile-wide-wrap:before {
      content: '';
      display: block;
      width: 35px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background: linear-gradient(to right, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.4) 100%); } }

@media only screen and (max-width: 749px) and (max-width: 768px) {
  table.mobile-wide {
    width: calc(100vw + 30%); } }

@media only screen and (max-width: 749px) and (max-width: 550px) {
  table.mobile-wide {
    width: calc(100vw + 50%); } }

@media only screen and (max-width: 749px) and (max-width: 450px) {
  table.mobile-wide {
    width: calc(100vw + 80%); } }

@media (max-width: 749px) {
  table.mobile-wide.rows.odd tbody tr:nth-child(odd) th,
  table.mobile-wide.rows.odd tbody tr:nth-child(odd) td {
    background-color: rgba(245, 248, 252, 0.5); }
  table.mobile-wide.rows.even tbody tr:nth-child(even) th,
  table.mobile-wide.rows.even tbody tr:nth-child(even) td {
    background-color: rgba(245, 248, 252, 0.5); }
  table.mobile-column thead {
    display: none; }
    table.mobile-column thead th {
      background-color: #f5f8fc;
      color: #003F84; }
  table.mobile-column tbody td.cell-heading {
    background-color: rgba(245, 248, 252, 0.5); }
  table.mobile-column tbody td {
    display: block;
    text-align: center; }
    table.mobile-column tbody td::before {
      content: attr(data-th);
      display: block;
      text-align: center;
      font-weight: bold; }
  table.mobile-column tbody tr td:first-child {
    background-color: #f5f8fc; }
  table.mobile-column.aroundTable td {
    border-right: 0; }
  table.mobile-column.betweenRows tr:last-child td,
  table.mobile-column.betweenRows tr:last-child th {
    border-bottom-width: 1px; }
  table.mobile-column.betweenRows tr:last-child td:last-child {
    border-bottom: 0; }
  table.mobile-column.betweenColumns th, table.mobile-column.betweenColumns td {
    border-right: 0 !important; } }

.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 #eee;
    margin-top: 0; }
    .divider hr.default {
      margin-bottom: 1em; }
    .divider hr.smaller {
      margin-bottom: .5em; }
    .divider hr.larger {
      margin-bottom: 2em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.logo-print {
  display: none; }

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

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

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

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

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

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

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

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

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

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

h1 {
  color: #003F84; }

h2 {
  color: #6274a8; }

h3 {
  color: #003F84;
  font-size: 1.4em;
  margin-top: 1em; }

.content ul,
.content ol {
  margin: 1em 0; }
  .content ul li,
  .content ol li {
    margin: .4em 0; }

table,
blockquote {
  font-family: Arial, Times, serif;
  font-weight: 400; }

.main-content p,
.main-content ul,
.main-content ol {
  font-family: Arial, Times, serif;
  font-weight: 400; }

.sidebar h2.related {
  color: #003F84;
  font-size: 1.4em;
  border-bottom: 1px solid #003F84;
  padding-bottom: .4em;
  margin-bottom: .4em; }

.sidebar p {
  font-family: Arial, Times, serif;
  font-weight: 400;
  line-height: 1.6; }

.sidebar .go-top {
  opacity: 0; }
  .sidebar .go-top.affix {
    top: 40%;
    opacity: 1;
    margin-left: 90px;
    display: block;
    padding: .6em .8em;
    font-size: 1.7em;
    border-radius: 50%;
    border: 5px solid #6274a8;
    transition: opacity .8s;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 100; }
    @media (max-width: 749px) {
      .sidebar .go-top.affix {
        bottom: 2%;
        top: auto;
        left: 2%;
        margin: 0;
        padding: .3em .5em;
        opacity: .9; } }

.sidebar ul.related {
  padding-left: 1em;
  margin-bottom: 2em; }
  .sidebar ul.related li {
    padding: .35em 0; }
    .sidebar ul.related li a {
      font-family: Arial, Times, serif;
      font-weight: 400;
      font-size: .95em;
      text-decoration: none; }
      .sidebar ul.related li a:hover {
        text-decoration: underline; }

footer .footer-block {
  display: flex;
  justify-content: space-around;
  margin-bottom: 2em; }
  @media (max-width: 749px) {
    footer .footer-block {
      display: block; } }

footer p,
footer h2,
footer ul,
footer a,
footer a:hover {
  color: #fff; }
  @media (max-width: 749px) {
    footer p,
    footer h2,
    footer ul,
    footer a,
    footer a:hover {
      font-size: 1.1em; } }

footer h2 {
  font-size: 1.25em;
  text-transform: uppercase; }
  @media (max-width: 749px) {
    footer h2 {
      font-size: 1.3em; } }

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

footer a {
  text-decoration: none; }

footer .copy {
  text-align: center; }
  footer .copy a {
    text-decoration: underline; }
    footer .copy a:hover {
      text-decoration: none; }
  @media (max-width: 749px) {
    footer .copy span.bullet {
      display: block;
      color: #003F84;
      line-height: 0.6em; } }

footer .top-footer {
  padding-bottom: 1em;
  padding-top: 1em; }

footer .bottom-footer {
  background-color: #fff;
  padding-bottom: 4em; }
  footer .bottom-footer .bottom-footer-block {
    display: flex;
    justify-content: center;
    padding-top: 3em;
    padding-bottom: 1.5em; }
    @media (max-width: 749px) {
      footer .bottom-footer .bottom-footer-block {
        display: block;
        text-align: center; } }
    footer .bottom-footer .bottom-footer-block a {
      margin: 0 2.5em 1em; }
      @media (max-width: 749px) {
        footer .bottom-footer .bottom-footer-block a {
          margin: 0 0 2.5em 0;
          display: block; } }

/* ----------------------------------------------------------------------------
********************************      BASE      *******************************
-----------------------------------------------------------------------------*/
.btn {
  background: #6273A9;
  background: -moz-linear-gradient(top, #6273A9 0%, #4E5B87 100%);
  background: -webkit-linear-gradient(top, #6273A9 0%, #4E5B87 100%);
  background: linear-gradient(to bottom, #6273A9 0%, #4E5B87 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2', GradientType=0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 1.4em;
  color: #fff;
  border-radius: 3px;
  font-size: 1.125em;
  font-weight: bold;
  letter-spacing: .5px;
  padding: .7em 1.8em; }
  .btn:hover {
    background: none;
    color: #fff;
    background-color: #003F84; }

.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 rgba(98, 116, 168, 0.3);
  padding: 0;
  border-radius: 0; }

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

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

.top-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .top-nav ul li {
    display: inline-block; }
    .top-nav ul li::after {
      content: "|";
      padding: 0 0.5em; }
    .top-nav ul li:last-child::after {
      content: none; }
  .top-nav ul li a {
    color: #6274a8;
    font-size: 1.125em;
    text-transform: uppercase; }
    .top-nav ul li a:hover {
      color: #003F84; }
  .top-nav ul li.active a {
    color: #003F84; }

.main-nav {
  background-color: #003F84;
  margin-top: 0.6em; }
  @media (max-width: 749px) {
    .main-nav {
      right: -100%;
      top: 0;
      left: unset;
      width: 0 !important;
      overflow: hidden;
      background-color: #6274a8;
      margin-top: 51px;
      z-index: 100; }
      .main-nav.open {
        right: 0;
        width: 100% !important; } }
  @media (min-width: 751px) {
    .main-nav > .container > ul {
      text-align: center; } }
  .main-nav > .container > ul > li {
    text-align: left; }
    @media (max-width: 749px) {
      .main-nav > .container > ul > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); } }
    @media (min-width: 751px) {
      .main-nav > .container > ul > li.mobile-only {
        display: none; } }
    .main-nav > .container > ul > li > a {
      color: #fff;
      font-size: 1.25em;
      text-transform: uppercase;
      font-weight: normal;
      padding: .8em 1.5em; }
      @media (max-width: 969px) {
        .main-nav > .container > ul > li > a {
          padding: 0.8em calc(.1em + 1.6vw); } }
      @media (max-width: 749px) {
        .main-nav > .container > ul > li > a {
          text-align: center; } }
      .main-nav > .container > ul > li > a:hover, .main-nav > .container > ul > li > a:focus {
        background-color: #6274a8; }
    .main-nav > .container > ul > li.active > a,
    .main-nav > .container > ul > li.open > a {
      background-color: #6274a8; }

.main-nav-toggle {
  margin-right: .5em;
  margin-left: .2em; }
  .main-nav-toggle .icon-bar {
    background-color: rgba(255, 255, 255, 0.8); }

.main-nav > .container > ul > li > ul.dropdownMenu {
  width: 250px;
  background-color: #6274a8; }
  @media (min-width: 751px) {
    .main-nav > .container > ul > li > ul.dropdownMenu {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3); } }
  .main-nav > .container > ul > li > ul.dropdownMenu > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: left; }
    .main-nav > .container > ul > li > ul.dropdownMenu > li > a {
      font-size: 1.125em;
      color: #fff; }
      .main-nav > .container > ul > li > ul.dropdownMenu > li > a:hover {
        background-color: #003F84;
        color: #fff; }

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

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

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

.sub-nav {
  margin-bottom: 2em; }
  .sub-nav h2 {
    color: #003F84;
    font-size: 1.4em;
    border-bottom: 1px solid #003F84;
    padding-bottom: .4em;
    margin-bottom: .4em; }
  .sub-nav ul {
    margin-top: 0; }
    .sub-nav ul li a {
      font-family: Arial, Times, serif;
      font-weight: 400;
      color: #666;
      border-bottom: 1px solid #666; }
      .sub-nav ul li a:hover {
        color: #003F84; }
    .sub-nav ul li.active a {
      color: #003F84; }

.sub-nav-mobile {
  background-color: #D7DCE9; }
  .sub-nav-mobile .panel-heading h2 {
    color: #003F84;
    font-size: 1.3em; }
    .sub-nav-mobile .panel-heading h2 i {
      margin-right: .25em; }
  .sub-nav-mobile ul li a {
    font-family: Arial, Times, serif;
    font-weight: 400;
    color: #444;
    font-size: 1.05em; }
  .sub-nav-mobile ul li:last-child {
    padding-bottom: 1em; }

/* ----------------------------------------------------------------------------
********************************      SHARED      *****************************
-----------------------------------------------------------------------------*/
.grid {
  display: flex;
  flex-wrap: wrap; }
  .grid .grid-item {
    margin-right: 1em;
    margin-bottom: 2em;
    flex: 0 1 31%;
    display: block;
    text-decoration: none; }
    @media (max-width: 449px) {
      .grid .grid-item {
        flex: 0 1 47%; } }
    @media (min-width: 451px) {
      .grid .grid-item:nth-child(3n) {
        margin-right: 0; } }
    @media (max-width: 449px) {
      .grid .grid-item:nth-child(2n) {
        margin-right: 0; } }
    .grid .grid-item img {
      max-width: 100%; }
    .grid .grid-item h2 {
      color: #fff;
      font-size: 1.125em;
      text-transform: uppercase;
      background-color: #003F84;
      margin: 0;
      padding: .5em;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 72px; }
      .grid .grid-item h2:hover {
        text-decoration: underline; }

.author-box {
  background-color: rgba(98, 116, 168, 0.1);
  padding: 1.5em;
  display: flex;
  margin-bottom: 1.5em; }
  @media (max-width: 449px) {
    .author-box {
      flex-direction: column; } }
  .author-box .author {
    display: flex;
    flex: 1; }
    @media (max-width: 449px) {
      .author-box .author {
        flex-wrap: wrap; } }
    .author-box .author + .author {
      margin-left: 1em; }
      @media (max-width: 449px) {
        .author-box .author + .author {
          margin-left: 0em; } }
  .author-box .author-image {
    flex: 0 0 113px;
    margin-right: 1.3em; }
    .author-box .author-image img {
      max-width: 100%; }
  .author-box h3 {
    margin-top: 0;
    font-size: 1.25em; }
  .author-box p {
    font-size: .93em; }

.contacts {
  font-family: Arial, Times, serif;
  font-weight: 400;
  border: 1px solid #003F84;
  background-color: rgba(98, 116, 168, 0.1);
  padding: .7em;
  font-size: .9em;
  line-height: 1.5;
  margin-bottom: 2em; }
  .contacts .contact:last-child {
    margin-bottom: 0; }

@media (min-width: 751px) {
  .main-content .contacts {
    display: none; } }

.disclaimer {
  font-size: .93em;
  margin-top: 2em;
  border-top: 1px solid #ccc;
  padding-top: 1em; }

.back-to {
  margin-bottom: 1.5em;
  display: none; }
  @media (max-width: 749px) {
    .back-to {
      display: block; } }

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

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

.container {
  width: 100%; }
  @media (min-width: 971px) {
    .container {
      width: 970px; } }
  @media (min-width: 751px) {
    .container.narrow {
      margin: 0 auto;
      padding: 0 5.5vw; } }
  @media (min-width: 971px) {
    .container.narrow {
      width: 750px;
      padding: 0; } }

.page {
  padding-bottom: 2em; }

.content {
  display: flex; }

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

.sidebar {
  width: 249px;
  margin-right: 20px;
  padding-right: 20px;
  margin-top: 30px;
  padding-top: 60px;
  border-right: 1px solid rgba(98, 116, 168, 0.3); }
  @media (max-width: 749px) {
    .sidebar {
      display: none; } }

header .container {
  padding: 0; }
  @media (min-width: 751px) {
    header .container {
      padding: 0 15px; } }

@media (max-width: 749px) {
  header {
    background-color: #003985; } }

header .header-container {
  flex-wrap: wrap;
  justify-content: space-between; }

header .logo {
  padding: 1.2em 0;
  flex: 1 1 auto; }
  @media (max-width: 749px) {
    header .logo {
      padding: .6em 0 .6em .6em; } }
  header .logo .logo-mobile {
    display: none; }
    @media (max-width: 749px) {
      header .logo .logo-mobile {
        display: block; } }
  header .logo .logo-desktop {
    max-width: 100%;
    padding-right: 1.5em; }
    @media (max-width: 749px) {
      header .logo .logo-desktop {
        display: none; } }

@media (max-width: 749px) {
  header .right-column {
    display: none; } }

header .right-mobile {
  color: rgba(255, 255, 255, 0.2);
  margin: 6px 1px 6px;
  font-size: 23px;
  display: flex;
  align-items: center; }
  @media (min-width: 751px) {
    header .right-mobile {
      display: none; } }
  header .right-mobile a {
    margin: 0 .3em; }
  header .right-mobile i {
    font-size: 23px;
    color: rgba(255, 255, 255, 0.5); }

header .top-right-column {
  display: flex;
  align-items: center;
  padding: 13px 0; }
  header .top-right-column a {
    margin-right: 1.25em; }
    header .top-right-column a:last-child {
      margin-right: 0; }
  header .top-right-column .header-search {
    position: relative;
    width: 306px;
    height: 34px; }
    header .top-right-column .header-search input.search-field {
      height: 34px;
      width: 280px;
      font-size: 16px;
      padding-left: 8px;
      color: #333;
      background-color: rgba(231, 232, 233, 0.42);
      border: 1px solid #ccc;
      position: absolute;
      left: 4px;
      top: 0; }
    header .top-right-column .header-search button.search-btn {
      position: absolute;
      right: 23px;
      top: 1px;
      background-color: #6274a8;
      box-shadow: 0;
      color: #fff;
      border-radius: 0;
      border: 0;
      padding: 5px 9px; }

header .bottom-right-column {
  display: flex; }
  header .bottom-right-column .phone-number {
    color: #003F84;
    font-size: 1.125em; }
    header .bottom-right-column .phone-number:after {
      content: "|";
      padding: 0 .5em; }
  header .bottom-right-column .top-nav {
    color: #6274a8; }

header .main-nav {
  width: 100%; }

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

footer {
  background-color: #003F84; }

#search {
  background-color: #003F84;
  display: flex;
  justify-content: center;
  padding: 15px 0; }
  @media (min-width: 751px) {
    #search {
      display: none; } }
  #search form {
    width: 90%;
    display: flex;
    justify-content: center; }
  #search .form-group {
    display: flex;
    width: 100%; }
  #search input {
    display: table-cell; }
  #search button {
    color: #FFF;
    margin-left: .5em; }

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

.carousel-wrap {
  background-color: #E0E3EE; }
  @media (max-width: 749px) {
    .carousel-wrap {
      background-color: #fff; } }
  @media (max-width: 749px) {
    .carousel-wrap .container {
      margin: 0;
      padding: 0; } }

@media (min-width: 751px) {
  .hp-swiper .swiper-slide {
    position: relative; } }

@media (max-width: 749px) {
  .hp-swiper .swiper-slide img {
    max-width: 100%; } }

.hp-swiper .swiper-slide .caption {
  padding: 2.5em 1.2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase; }
  @media (min-width: 751px) {
    .hp-swiper .swiper-slide .caption {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 304px;
      background-color: rgba(0, 63, 132, 0.9); } }
  .hp-swiper .swiper-slide .caption.left {
    left: 7%;
    align-items: flex-start; }
  .hp-swiper .swiper-slide .caption.right {
    right: 7%;
    align-items: flex-end; }
    .hp-swiper .swiper-slide .caption.right h2 {
      text-align: right; }
  .hp-swiper .swiper-slide .caption h2 {
    margin-top: 0;
    color: #fff;
    font-size: 2em; }
  @media (max-width: 749px) {
    .hp-swiper .swiper-slide .caption {
      background-color: #6274a8;
      text-align: center !important;
      height: 150px;
      padding: .5em;
      align-items: center !important; }
      .hp-swiper .swiper-slide .caption h2 {
        text-align: center !important;
        font-size: 1.8em;
        text-transform: none; } }
  .hp-swiper .swiper-slide .caption a {
    color: #fff;
    text-decoration: none; }
    .hp-swiper .swiper-slide .caption a:hover {
      color: #fff; }
  .hp-swiper .swiper-slide .caption a.learn-more {
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
    font-size: 1.125em; }

.intro p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.7;
  text-align: center;
  padding: 2em 4em; }
  @media (max-width: 749px) {
    .intro p {
      font-size: 21px;
      padding: 1em; } }

.intro strong {
  color: #003F84; }

.find-a-lawyer-section {
  background-color: #003F84;
  padding: 15px 0 25px;
  margin-bottom: 25px; }
  @media (max-width: 749px) {
    .find-a-lawyer-section {
      padding: 10px 0; } }
  .find-a-lawyer-section .find-lawyer {
    text-align: center;
    padding-bottom: 15px; }
  .find-a-lawyer-section h2 {
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0.5em;
    display: inline-block;
    padding: 0 .5em; }
    @media (max-width: 749px) {
      .find-a-lawyer-section h2 {
        display: block; } }
  .find-a-lawyer-section .boxes {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 749px) {
      .find-a-lawyer-section .boxes {
        display: block; } }
    .find-a-lawyer-section .boxes .box {
      flex: 0 0 270px;
      margin: 0 15px; }
      @media (max-width: 969px) {
        .find-a-lawyer-section .boxes .box {
          flex: 0 0 30%; } }
      @media (max-width: 749px) {
        .find-a-lawyer-section .boxes .box {
          margin: 0 auto 30px;
          width: 268px; } }
      .find-a-lawyer-section .boxes .box img {
        max-width: 100%; }
  .find-a-lawyer-section .btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6273a9+0,4e5b87+100 */
    background: #6273a9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #6273a9 0%, #4e5b87 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6273a9 0%, #4e5b87 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6273a9 0%, #4e5b87 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6273a9', endColorstr='#4e5b87',GradientType=0 );
    /* IE6-9 */
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: .46em 1em;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;
    margin: 0 .5em 15px;
    display: inline-block;
    border: 0;
    width: 240px; }
    @media (max-width: 749px) {
      .find-a-lawyer-section .btn {
        display: block;
        margin: 1.2em auto; } }

.news-events {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em; }
  @media (max-width: 749px) {
    .news-events {
      display: block; } }

.recent-articles {
  padding-bottom: 0;
  flex: 0 0 32%;
  margin: 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media (max-width: 749px) {
    .recent-articles {
      margin: 0 auto 1.5em; } }
  .recent-articles h2 {
    color: #003F84;
    font-size: 26px;
    text-align: center;
    margin-top: 0;
    margin-bottom: .6em;
    padding-bottom: .3em;
    border-bottom: 3px solid rgba(98, 116, 168, 0.45); }
  .recent-articles ul {
    margin-top: -7px;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    .recent-articles ul li {
      padding-bottom: 12px;
      padding-top: 8px;
      border-bottom: 2px solid rgba(102, 102, 102, 0.2); }
      .recent-articles ul li:last-child {
        border-bottom: 0; }
  .recent-articles .title {
    margin-bottom: 0; }
  .recent-articles .title a {
    color: #666;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.3em; }
    .recent-articles .title a:hover {
      text-decoration: underline; }
    @media (max-width: 749px) {
      .recent-articles .title a {
        font-size: 16px; } }
  .recent-articles p.date {
    color: #6274A8;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold; }

.news-events.no-events .recent-articles {
  flex: 0 0 48%; }

.view-all {
  display: block;
  margin: 0 -20px -20px;
  background-color: #6274A8;
  padding: .8em;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none; }
  .view-all:hover {
    color: #fff;
    text-decoration: underline; }

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
  flex-grow: 1; }

.form-group {
  margin-bottom: 1.5rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-text-muted {
  color: #999999; }

label.required:before {
  content: '*';
  color: #dc3545;
  margin-right: 3px; }

.form-label {
  display: inline-block;
  margin-bottom: .35em; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus {
  color: #666;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; }

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

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #666;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
  padding: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.55rem;
  margin: .4em 0; }

input[type="checkbox"].form-check-input,
input[type="radio"].form-check-input {
  position: absolute;
  margin-left: -1.55rem; }

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d; }

.form-check-label {
  margin-bottom: 0;
  font-weight: normal; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0; }

.radio label,
.checkbox label {
  padding-left: 25px; }

.form-group.is-invalid .form-check-label {
  color: #dc3545; }

.invalid-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 90%;
  color: #dc3545; }

.form-control.is-invalid,
.custom-select.is-invalid {
  background-color: rgba(220, 53, 69, 0.1);
  border-color: #dc3545; }

.form-control.is-invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-control.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-feedback {
  display: block; }

.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.form-check-input.is-invalid ~ .invalid-feedback {
  display: block; }

ul.errors {
  list-style: none;
  margin: .5em 0;
  padding-left: 1rem; }

.alert {
  font-size: 1.15em;
  margin-bottom: 1rem; }

.alert-danger {
  color: #dc3545; }

.form-row h2 {
  margin-top: 12px;
  margin-bottom: 0; }

table.listing.lawyers {
  border: 1px solid #a6c4e2;
  border-bottom: 0;
  border-right: 0;
  text-align: left; }
  table.listing.lawyers th {
    font-weight: normal;
    padding: .3em .75em;
    background-color: #f5f8fc;
    border-bottom: 1px solid #a6c4e2;
    border-right: 1px solid #a6c4e2;
    color: #069;
    font-size: 14px;
    text-align: left;
    font-style: normal; }
  table.listing.lawyers td {
    padding: .5em .85em;
    border-bottom: 1px solid #a6c4e2;
    border-right: 1px solid #a6c4e2;
    color: #5f5f65; }
  table.listing.lawyers a.vcard,
  table.listing.lawyers a.email {
    color: #888; }
  @media (max-width: 749px) {
    table.listing.lawyers th {
      font-size: 16px; } }

.lawyer-detail {
  display: flex;
  margin-bottom: 2em; }
  @media (max-width: 749px) {
    .lawyer-detail {
      display: block; } }
  .lawyer-detail .lawyer-image {
    flex: 0 0 234px;
    margin-right: 2em; }
    @media (max-width: 749px) {
      .lawyer-detail .lawyer-image {
        margin-bottom: 2em; } }
    .lawyer-detail .lawyer-image img.photo {
      margin-bottom: 2em; }
  .lawyer-detail h3 {
    color: #666; }
  .lawyer-detail .practice-areas {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    .lawyer-detail .practice-areas li {
      padding: .25em 0; }
      .lawyer-detail .practice-areas li a {
        text-decoration: none; }
        .lawyer-detail .practice-areas li a:hover {
          text-decoration: underline; }

.contact-box {
  background-color: rgba(98, 116, 168, 0.1);
  padding: 1em 1em;
  margin-bottom: 1.5em; }
  @media (min-width: 751px) {
    .contact-box.mobile-only {
      display: none; } }
  .contact-box .contact-box-row {
    padding: .4em 0;
    display: flex;
    align-items: center; }
  .contact-box a {
    font-family: Arial, Times, serif;
    font-weight: 400;
    text-decoration: none; }
    .contact-box a img {
      margin-right: .5em;
      width: 23px; }
      .contact-box a img.phone {
        width: 20px;
        margin-right: .65em; }
    .contact-box a.text.small {
      font-size: 14px; }
    .contact-box a.text:hover {
      text-decoration: underline; }

.accordion {
  border: 1px solid #003F84;
  margin-bottom: 1em; }
  .accordion button {
    background-color: #003F84;
    color: #fff;
    font-size: 1.5em;
    border-radius: 0;
    border-radius: 0;
    border: 0;
    width: 100%;
    text-align: left;
    font-weight: bold;
    padding-right: 14%;
    position: relative; }
    .accordion button:after {
      content: '\f056';
      font-family: "FontAwesome";
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%); }
    .accordion button.collapsed:after {
      content: '\f055'; }
  .accordion .panel-collapse .panel-body {
    padding: 1em; }
  .accordion .panel-collapse h3 {
    color: #666; }
    .accordion .panel-collapse h3:first-child {
      margin-top: 0; }

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

.grid {
  margin-top: 1.5em; }
  .grid .lawyer h2 {
    color: #003F84;
    background-color: #fff;
    align-items: flex-start;
    min-height: 0;
    padding: .6em 0 .3em; }
    .grid .lawyer h2 a {
      text-decoration: none; }
      .grid .lawyer h2 a:hover {
        text-decoration: underline; }
  .grid .lawyer p {
    text-align: center;
    font-size: .9em; }
    .grid .lawyer p a {
      color: #666; }

#reset {
  margin-left: 16px;
  color: #003F84;
  cursor: pointer; }

#search-field {
  margin-top: 20px;
  border: 2px solid #a6c4e2;
  padding: 8px 16px;
  border-radius: 5px; }

.news .article {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #b2cce5; }

.meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #979797;
  margin-bottom: 1em; }
  @media (max-width: 749px) {
    .meta {
      display: block;
      margin: 1em 0; } }
  .meta .date {
    font-family: Arial, Times, serif;
    font-weight: 600;
    color: #555; }
    @media (max-width: 749px) {
      .meta .date {
        margin-bottom: .5em; } }

.content ul.share-buttons {
  list-style: none;
  padding: 0;
  margin: 5px 0 25px; }
  @media (max-width: 749px) {
    .content ul.share-buttons {
      margin-bottom: 5px; } }

.share-buttons li {
  display: inline-block;
  width: 35px;
  background: none !important; }
  .share-buttons li.st_facebook_large {
    background-image: url("/img/social-icons/Facebook.png") !important; }
  .share-buttons li.st_twitter_large {
    background-image: url("/img/social-icons/Twitter.png") !important; }
  .share-buttons li.st_linkedin_large {
    background-image: url("/img/social-icons/LinkedIn.png") !important; }
  .share-buttons li.st_pinterest_large {
    background-image: url("/img/social-icons/Pinterest.png") !important; }
  .share-buttons li.st_googleplus_large {
    background-image: url("/img/social-icons/Google+.png") !important; }
  .share-buttons li.st_email_large {
    background-image: url("/img/social-icons/Email.png") !important; }

.articles-filter {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 15px 20px 25px;
  margin-bottom: 20px; }
  @media (max-width: 749px) {
    .articles-filter {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 449px) {
    .articles-filter select {
      max-width: 310px; } }
  .articles-filter h2 {
    margin-top: 0; }

.articles .row {
  border-bottom: 1px solid #b2cce5; }

.articles .article {
  padding-bottom: 16px; }
  .articles .article h3 {
    margin-bottom: .2em; }
  .articles .article p.excerpt {
    margin-bottom: .2em; }

.articles-footer nav {
  text-align: center; }

.events {
  margin-top: 2em; }
  .events .event {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #b2cce5; }
  .events .date {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    color: #003F84;
    font-size: 1.25em;
    margin-bottom: .4em; }
  .events h2 {
    margin-top: .2em; }

.event-details .date {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  color: #003F84;
  font-size: 1.25em;
  margin-bottom: .4em; }

.password-protected {
  text-align: center; }
  .password-protected h1 {
    margin-bottom: 20px; }
  .password-protected .password {
    padding: 10px;
    margin-bottom: 20px; }
  .password-protected .btn {
    margin: 0 auto 20px auto; }
  .password-protected .alert p {
    color: red; }
