/*! lightgallery - v1.10.0 - 2020-11-07
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2020 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.ttf?22t19m") format("truetype"), url("../fonts/lg.woff?22t19m") format("woff"), url("../fonts/lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906"; }

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s; }

.lg-rotate-left:after {
  content: "\e900"; }

.lg-rotate-right:after {
  content: "\e901"; }

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px; }

.lg-flip-ver:after {
  content: "\e903"; }

.lg-flip-hor:after {
  content: "\e902"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  outline: none;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/*# sourceMappingURL=lightgallery.css.map */
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@media (min-width: 992px) {
  .two-sidebars .first-sidebar {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .two-sidebars .second-sidebar {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: right;
    padding-left: 15px;
    padding-right: 15px; }
  .two-sidebars .main-content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .sidebar-first .first-sidebar {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .sidebar-first .main-content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: right;
    padding-left: 15px;
    padding-right: 15px; }
  .sidebar-second .second-sidebar {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: right;
    padding-left: 15px;
    padding-right: 15px; }
  .sidebar-second .main-content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; } }

.buy-sell-research {
  display: block;
  width: 20%;
  margin: 0 38.7%; }
  @media (min-width: 992px) {
    .buy-sell-research {
      display: block;
      width: 100%;
      margin: auto; } }

.padding {
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.container {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .container {
      max-width: 750px;
      margin-left: auto;
      margin-right: auto; }
      .container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 992px) {
    .container {
      max-width: 970px;
      margin-left: auto;
      margin-right: auto; }
      .container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1170px;
      margin-left: auto;
      margin-right: auto; }
      .container:after {
        content: " ";
        display: block;
        clear: both; } }

.before-content {
  margin: 0;
  margin-bottom: 10px; }
  .before-content .region-before-content {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

.page-node-type-labels-page .content > div {
  color: #000;
  margin-bottom: 12px;
  margin-top: 0px; }
  .page-node-type-labels-page .content > div > .label {
    display: block;
    font-size: 18px;
    padding-top: 18px;
    padding-bottom: 10px;
    color: #203571;
    text-align: left; }
  .page-node-type-labels-page .content > div p {
    color: #000;
    margin-bottom: 15px; }
  .page-node-type-labels-page .content > div p:last-child {
    margin-bottom: 0px; }

.page-node-type-labels-page .content > div:last-child {
  margin-bottom: 20px; }

.page-node-type-labels-page .shop-for {
  display: table;
  width: 100%;
  clear: both; }
  .page-node-type-labels-page .shop-for > .label {
    float: left;
    margin-right: 10px; }
  .page-node-type-labels-page .shop-for > .field {
    float: left; }
  .page-node-type-labels-page .shop-for .field__item {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    padding-top: 9px; }
  .page-node-type-labels-page .shop-for a {
    text-decoration: underline; }

.page-node-type-labels-page .social-sharing-buttons {
  justify-content: left;
  margin: 20px 0; }

.page-node-type-labels-page .delimiter {
  border-bottom: 2px solid #203571;
  text-align: center; }
  .page-node-type-labels-page .delimiter a {
    color: #203571;
    text-decoration: none;
    font-weight: bold; }

.page-header {
  margin-bottom: 0; }

.breadcrumb-title li, .breadcrumb-title li a {
  color: #000;
  text-transform: capitalize !important;
  font-weight: 700; }

.sticky-header-active .page-header {
  margin-top: 5px;
  min-height: auto;
  padding: 5px 0; }

.sticky-header-active .breadcrumb-title {
  align-items: center;
  display: flex; }
  .sticky-header-active .breadcrumb-title .breadcrumb ol li, .sticky-header-active .breadcrumb-title .breadcrumb ol li + li::before {
    color: #fff;
    content: '>';
    display: inline-block;
    font-family: inherit;
    font-weight: 700;
    margin: 0 5px;
    opacity: 1;
    padding: 0; }
  .sticky-header-active .breadcrumb-title a,
  .sticky-header-active .breadcrumb-title h1 {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px; }
  .sticky-header-active .breadcrumb-title h1 {
    border: 0;
    margin: 0;
    padding: 0;
    position: relative; }
    .sticky-header-active .breadcrumb-title h1::before {
      content: '>';
      display: inline-block;
      margin: 0 5px; }

.pricing-table .btn {
  background: #adbfe3;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 13px;
  text-transform: uppercase;
  transition: all .1s ease-in-out;
  text-shadow: none; }
  .pricing-table .btn:hover {
    background: transparent;
    border-color: #adbfe3;
    color: #adbfe3;
    text-decoration: none;
    transition: all 0.1s ease-in-out; }

.user-login-form .button,
.user-pass .button,
.user-register-form .button,
#auth_box .button {
  background-color: #000;
  border-color: #000; }

.user-login-form .button:hover,
.user-pass .button:hover,
.user-register-form .button:hover,
#auth_box .button:hover {
  background-color: #fff;
  color: #000; }

.user-login-form a, .user-login-form a:hover,
.user-pass a,
.user-pass a:hover,
.user-register-form a,
.user-register-form a:hover,
#auth_box a,
#auth_box a:hover {
  color: #000; }

.captcha {
  background: transparent;
  max-width: 100%; }

.contact-form input.button {
  background: #adbfe3;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 13px;
  text-transform: uppercase;
  transition: all .1s ease-in-out; }
  .contact-form input.button:hover {
    background: transparent;
    border-color: #adbfe3;
    color: #adbfe3;
    text-decoration: none;
    transition: all 0.1s ease-in-out; }

.contact-form {
  width: 100%; }

@media (min-width: 768px) {
  .contact-form {
    width: 50%; } }

/* Counter block */
.block-fashlab-counter-block .section-counter {
  position: relative; }

@media (min-width: 768px) {
  .block-fashlab-counter-block .additional-label {
    background-color: #C6AA76;
    margin-bottom: 10px;
    height: 24px; } }

.block-fashlab-counter-block .additional-label {
  color: #203571;
  text-align: center; }

.section.block-fashlab-counter-block {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 19px; }
  .section.block-fashlab-counter-block .section-counter {
    padding-left: 0;
    padding-right: 0; }
    .section.block-fashlab-counter-block .section-counter .col-md-12 {
      padding-left: 0;
      padding-right: 0; }

#footer .footer-ribbon span {
  font-family: "Open Sans", sans-serif; }

#footer .block {
  clear: both; }

#footer .form-email::placeholder {
  color: #203571;
  font-size: 12px;
  font-weight: bold; }

#footer .footer-copyright {
  background: #000;
  border-top: 4px solid #000;
  padding-bottom: 10px; }

#footer {
  padding-top: 30px;
  background: #000;
  border-top: 4px solid #000; }

#footer, #footer h2, #footer a, #footer p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px; }

#footer a {
  margin: 10px 0 0 0; }

#footer h2 {
  margin-bottom: 0;
  font-size: 15px; }

#footer p {
  margin: 10px 0 0 0;
  font-size: 12px; }

#footer ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#footer ul a {
  font-size: 12px; }

#footer .social-icons a {
  background-color: #FFFFFF;
  width: 42px;
  height: 42px;
  color: #000 !important;
  line-height: 42px;
  font-size: 20px; }

#footer .social-icons a:hover {
  background-color: #696969;
  color: #000 !important; }

#footer .region-footer-bottom-1 {
  font-size: 12px; }

#footer .region-footer-bottom-1 ul {
  list-style: none; }

#footer .region-footer-bottom-1 ul li {
  display: inline;
  margin-left: 30px;
  margin-right: 30px; }

.form-email, .form-text {
  border-radius: 1px; }

.form-email::placeholder {
  color: #c2c2c2;
  font-weight: 500; }

/* #Footer */
#footer {
  font-weight: 600;
  background-color: #203571;
  color: #E4E0C9;
  background: #203571;
  border-top: 4px solid #203571;
  margin-top: 10px;
  padding-top: 10px; }
  #footer a {
    color: #E4E0C9; }
    #footer a:hover {
      color: white; }
  #footer .footer-copyright {
    background: #203571;
    border-top: 4px solid #203571; }
  #footer .social-icons a {
    background: #E4E0C9;
    color: #203571 !important; }
    #footer .social-icons a:hover {
      background-color: #E4E0C9;
      color: #203571 !important; }
  #footer .form-email {
    color: #203571; }
  #footer h2 {
    letter-spacing: 0;
    line-height: 24px;
    color: #E4E0C9; }
  #footer h2, #footer a, #footer p {
    font-weight: 600; }
  #footer p {
    margin-top: 6px; }
  #footer .footer-copyright {
    margin-top: 0;
    padding: 0; }
  #footer .container .row > div {
    margin-bottom: 0;
    margin-top: 18px;
    padding-left: 40px; }
    #footer .container .row > div.region.region-footer-bottom-1 {
      padding-left: 8px;
      margin-bottom: 35px; }
      #footer .container .row > div.region.region-footer-bottom-1 .col-md-2 {
        min-width: 230px;
        margin-right: -25px; }
  #footer .mailchimp-signup-subscribe-form::after {
    margin-bottom: 5px; }

.paragraph--type--gallery,
.paragraph--type--gallery-level-1,
.paragraph--type--gallery-level-2 {
  display: flex;
  flex-direction: column; }
  .paragraph--type--gallery .field--name-field-gallery-images,
  .paragraph--type--gallery .field--name-field-gallery-level1-image,
  .paragraph--type--gallery .field--name-field-gallery-level2-image,
  .paragraph--type--gallery-level-1 .field--name-field-gallery-images,
  .paragraph--type--gallery-level-1 .field--name-field-gallery-level1-image,
  .paragraph--type--gallery-level-1 .field--name-field-gallery-level2-image,
  .paragraph--type--gallery-level-2 .field--name-field-gallery-images,
  .paragraph--type--gallery-level-2 .field--name-field-gallery-level1-image,
  .paragraph--type--gallery-level-2 .field--name-field-gallery-level2-image {
    cursor: pointer; }
    .paragraph--type--gallery .field--name-field-gallery-images > .field__item:not(:first-of-type),
    .paragraph--type--gallery .field--name-field-gallery-level1-image > .field__item:not(:first-of-type),
    .paragraph--type--gallery .field--name-field-gallery-level2-image > .field__item:not(:first-of-type),
    .paragraph--type--gallery-level-1 .field--name-field-gallery-images > .field__item:not(:first-of-type),
    .paragraph--type--gallery-level-1 .field--name-field-gallery-level1-image > .field__item:not(:first-of-type),
    .paragraph--type--gallery-level-1 .field--name-field-gallery-level2-image > .field__item:not(:first-of-type),
    .paragraph--type--gallery-level-2 .field--name-field-gallery-images > .field__item:not(:first-of-type),
    .paragraph--type--gallery-level-2 .field--name-field-gallery-level1-image > .field__item:not(:first-of-type),
    .paragraph--type--gallery-level-2 .field--name-field-gallery-level2-image > .field__item:not(:first-of-type) {
      display: none; }
  .paragraph--type--gallery .field--name-field-era,
  .paragraph--type--gallery-level-1 .field--name-field-era,
  .paragraph--type--gallery-level-2 .field--name-field-era {
    text-align: center;
    font-weight: bold; }
  .paragraph--type--gallery .field--name-field-sku,
  .paragraph--type--gallery-level-1 .field--name-field-sku,
  .paragraph--type--gallery-level-2 .field--name-field-sku {
    display: none; }
  .paragraph--type--gallery .field--name-field-gallery-details,
  .paragraph--type--gallery-level-1 .field--name-field-gallery-details,
  .paragraph--type--gallery-level-2 .field--name-field-gallery-details {
    text-align: center;
    margin-bottom: 10px;
    line-height: 16px; }

.main-gallery .field--name-field-gallery {
  opacity: 0;
  overflow: hidden;
  position: absolute; }

.lg-backdrop {
  background: #fff; }

.lg-outer .lg .lg-toolbar {
  background: transparent; }

.lg-outer .lg .lg-img-wrap {
  padding-top: 10px; }

.lg-outer .lg .lg-thumb-outer {
  background: #fff;
  bottom: 5px; }

.lg-outer .lg .lg-thumb {
  background: #000;
  padding: 5px 0; }

.lg-outer .lg .lg-sub-html {
  background: transparent;
  bottom: 105px;
  color: #000;
  font-size: 14px;
  right: auto;
  width: auto; }

.lg-outer .lg .lg-era-details-html {
  bottom: 140px;
  color: #000;
  font-size: 14px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  text-align: center;
  z-index: 1080; }

.lg-outer .lg .lg-actions .lg-next,
.lg-outer .lg .lg-actions .lg-prev {
  color: #000; }
  .lg-outer .lg .lg-actions .lg-next:hover,
  .lg-outer .lg .lg-actions .lg-prev:hover {
    color: #fff; }

.lg-outer .lg .lg-toolbar .lg-icon {
  background: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #000;
  padding: 8px 10px 9px; }
  .lg-outer .lg .lg-toolbar .lg-icon:hover {
    color: #fff; }

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  height: 40%; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 105px; }

.gallery .field--name-field-sublabel-gallery,
.gallery .wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .gallery .field--name-field-sublabel-gallery > .field__item,
  .gallery .wrapper > .field__item {
    margin: 15px 0;
    overflow: hidden;
    padding: 0 15px;
    width: 292px; }
  .gallery .field--name-field-sublabel-gallery img,
  .gallery .wrapper img {
    display: block;
    height: auto;
    max-width: 100%; }

@media (min-width: 768px) {
  .gallery .field--name-field-sublabel-gallery,
  .gallery .wrapper {
    align-items: flex-end;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 584px; } }

@media (min-width: 992px) {
  .gallery .field--name-field-sublabel-gallery,
  .gallery .wrapper {
    max-width: 876px; }
  .lg-outer .lg .lg-img-wrap {
    padding-bottom: 230px; }
  .lg-outer .lg .lg-era-details-html {
    bottom: 105px;
    left: 50%;
    transform: translateX(-50%); } }

@media (min-width: 1200px) {
  .gallery .field--name-field-sublabel-gallery,
  .gallery .wrapper {
    max-width: 100%; } }

.lg-outer .lg .lg-era-details-html {
  text-align: left; }
  @media (max-width: 767px) {
    .lg-outer .lg .lg-era-details-html {
      top: 360px;
      padding: 0 10px; } }
  @media (max-width: 767px) {
    .lg-outer .lg .lg-era-details-html {
      top: inherit;
      padding: 10px 40px; } }
  .lg-outer .lg .lg-era-details-html .lg-era-caption-html {
    font-weight: 700;
    text-align: center; }

@media (max-width: 767px) {
  .lg-outer .lg .lg-era-details-html.caption-dis-position {
    top: inherit;
    padding: 10px 5 0px; } }

.paragraph--type--gallery .field.field--name-field-caption {
  display: none; }

html.boxed .body {
  border-bottom: 0 !important;
  border-top-color: #000000;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  max-width: none; }

html section.section-primary {
  background-color: #41748D !important;
  border-color: #C6AA76 !important; }

.main-content .container.inner-container {
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  padding-bottom: 80px; }

.main-content a,
.main-content a:hover {
  color: #203571; }

.sticky-header-active #header {
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .sticky-header-active #header .header-body {
      left: 0;
      right: 0; } }
  .sticky-header-active #header .header-body .header-btn-collapse-nav {
    margin-top: 24px;
    clear: both; }
    @media (min-width: 768px) {
      .sticky-header-active #header .header-body .header-btn-collapse-nav {
        margin-top: 12px; } }
  .sticky-header-active #header .header-body .page-header {
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .sticky-header-active #header .header-body .page-header {
        margin-left: -15px;
        margin-right: -15px; }
        .sticky-header-active #header .header-body .page-header:after {
          content: "";
          display: block;
          height: 0;
          clear: both;
          visibility: hidden; } }
  .sticky-header-active #header .header-logo img {
    margin-top: 15px; }
  @media (min-width: 992px) {
    .sticky-header-active #header .header-logo img {
      /*max-width: 300px;*/
      height: 35px;
      margin-top: 5px; } }

#header {
  margin-bottom: 0; }
  #header .header-column {
    display: block; }
  #header .header-body {
    padding-bottom: 0; }
  #header .slogan {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 15px; }
  @media (min-width: 992px) {
    #header {
      float: none;
      margin-right: 0;
      right: unset; } }
  #header .header-logo img {
    width: 220px;
    margin-top: 15px; }
  @media (min-width: 768px) {
    #header .header-logo img {
      width: auto;
      height: 106px; } }
  #header .header-search {
    margin: 0; }
  #header .header-btn-collapse-nav {
    margin-bottom: 12px;
    margin-top: 20px; }
    @media (min-width: 768px) {
      #header .header-btn-collapse-nav {
        margin-top: 12px; } }
  #header .header-nav-top {
    margin-top: 0; }

.page-header {
  border: 0;
  background: transparent;
  padding: 5px;
  min-height: auto;
  margin: 0; }

@media (min-width: 992px) {
  .header-body .header-container:after {
    height: 3px;
    background: #DDCCAE; } }

.page-node-type-labels-page h1.page-title {
  font-weight: 700; }

#header .header-body {
  border-top: none;
  padding: 0; }

/* Header Nav Main */
@media (min-width: 992px) {
  #header .header-nav-main {
    min-height: 38px; }
  #header .header-nav-main nav > ul > li > a {
    font-size: 14px; }
  #header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul.nav > li:hover > a {
    background: white;
    color: #C6AA76; } }

.mailchimp-signup-subscribe-form form {
  opacity: 1 !important;
  font-size: 12px; }

.mailchimp-signup-subscribe-form::after {
  clear: both;
  content: " ";
  display: block;
  margin-bottom: 25px; }

.mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields {
  float: left;
  display: inline-block;
  width: 150px;
  margin-right: 10px; }

.mailchimp-signup-subscribe-form .form-actions {
  float: left;
  display: inline-block; }

.mailchimp-signup-subscribe-form .button {
  background: #E4E0C9;
  border-radius: 0;
  color: #203571;
  font-weight: 700; }
  .mailchimp-signup-subscribe-form .button:hover {
    background: white;
    color: #203571;
    border-color: #203571; }

.mailchimp-signup-subscribe-form .ajax-progress {
  display: inline; }

.mailchimp-signup-subscribe-form .user-agreement {
  font-size: 12px;
  float: left;
  max-width: 240px; }

.mailchimp-signup-subscribe-form .user-agreement a {
  text-decoration: underline !important; }

.maintenance-page .logo img {
  width: 220px; }

@media (min-width: 992px) {
  .maintenance-page .logo img {
    width: 438px;
    height: 35px; } }

.maintenance-page {
  background: #acc0e4 !important;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  text-align: left; }

.maintenance-page .bg-white {
  background: #fff; }

.maintenance-page .content-wrapper {
  padding: 75px;
  margin-top: 30px;
  min-height: 200px; }

.maintenance-page p.lead {
  text-align: left;
  color: #000;
  font-size: 18px;
  line-height: 2;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding-top: 30px; }

.maintenance-page .body {
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important; }

.maintenance-page #footer {
  background: transparent;
  border: 0;
  font-weight: normal;
  font-size: 12px;
  padding: 0; }

@media (min-width: 992px) {
  #header .header-nav-main {
    margin-top: 122px; }
  .sticky-header-active #header .header-nav-main {
    margin-top: 60px; }
  .sticky-header-active #header .header-body {
    box-shadow: none;
    border-bottom: 0; } }

#header .region-primary-menu nav ul li:not(:first-child)::before {
  width: 6px;
  margin-left: -3px; }

#header #mainNav > li a {
  margin: 0;
  border-radius: 0; }

#header #mainNav > li.active a {
  background: transparent !important;
  color: #000; }
  #header #mainNav > li.active a:hover {
    background: #000 !important;
    color: #fff; }

a {
  transition: color 300ms ease-in-out,background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out,background-color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out,background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out,background-color 300ms ease-in-out; }

@media (min-width: 992px) {
  .region-primary-menu nav ul li:not(:first-child):before {
    content: "|";
    display: inline;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    float: left;
    margin: 0;
    color: #41748D;
    padding-top: 2px;
    padding-bottom: 2px; } }

.region-primary-menu nav ul > li > a {
  display: inline;
  color: #000000; }

.region-primary-menu nav ul > li > a:hover {
  background-color: #000000; }

.biography {
  margin-bottom: 30px;
  margin-top: 30px; }

.paragraph--type--text .container {
  max-width: 100%;
  padding: 0;
  width: 100%; }

.paragraph--type--text .pricing-table {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .paragraph--type--text .pricing-table .plan {
    height: 100%; }

@media (min-width: 992px) {
  .paragraph--type--text .pricing-table {
    align-items: normal; } }

.paragraph--type--tips {
  margin-bottom: 30px;
  margin-top: 30px; }
  .paragraph--type--tips .field--type-string {
    font-weight: 700; }

#auth_box {
  max-width: 400px;
  width: 100%; }
  #auth_box input[type="text"],
  #auth_box input[type="password"] {
    width: 100%; }
  #auth_box .user-login-form {
    max-width: 100%; }

.subscription-links a {
  background: #adbfe3;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 13px;
  text-transform: uppercase;
  transition: all .1s ease-in-out;
  background: #000000; }
  .subscription-links a:hover {
    background: transparent;
    border-color: #adbfe3;
    color: #adbfe3;
    text-decoration: none;
    transition: all 0.1s ease-in-out; }
  .subscription-links a:focus {
    text-decoration: none; }

a.subscription {
  background: #adbfe3;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 13px;
  text-transform: uppercase;
  transition: all .1s ease-in-out;
  background: #000000; }
  a.subscription:hover {
    background: transparent;
    border-color: #adbfe3;
    color: #adbfe3;
    text-decoration: none;
    transition: all 0.1s ease-in-out; }
  a.subscription:focus {
    text-decoration: none; }
  a.subscription:hover {
    border-color: #000000;
    color: #000000; }

.plan h3 strong {
  color: #FFFFFF;
  text-shadow: none; }

html .scroll-to-top.hidden-mobile {
  display: block !important; }

.view-search-content,
header .views-exposed-form {
  margin-top: 25px; }
  .view-search-content .form--inline,
  header .views-exposed-form .form--inline {
    display: flex; }
  .view-search-content .form-item,
  .view-search-content .form-actions,
  header .views-exposed-form .form-item,
  header .views-exposed-form .form-actions {
    margin-bottom: 0; }
  .view-search-content .form-item,
  header .views-exposed-form .form-item {
    margin-top: 0; }
  .view-search-content .form-actions,
  header .views-exposed-form .form-actions {
    margin-top: 0; }
    .view-search-content .form-actions [type='submit'],
    header .views-exposed-form .form-actions [type='submit'] {
      background: #ddd; }

.view-search-content .views-row {
  margin-top: 15px; }

@media (min-width: 1200px) {
  .view-search-content .views-exposed-form,
  header .views-exposed-form {
    margin-top: 0; } }

.menu--account .menu {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  margin-left: 0; }
  .menu--account .menu .menu-item {
    margin-bottom: 12px;
    padding-top: 0; }
  .menu--account .menu .menu-item:last-of-type {
    margin-right: 0; }
  .menu--account .menu .menu-item a {
    background: #adbfe3;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 13px;
    text-transform: uppercase;
    transition: all .1s ease-in-out;
    display: block; }
    .menu--account .menu .menu-item a:hover {
      background: transparent;
      border-color: #adbfe3;
      color: #adbfe3;
      text-decoration: none;
      transition: all 0.1s ease-in-out; }
    .menu--account .menu .menu-item a:focus {
      text-decoration: none; }

@media (min-width: 768px) {
  .menu--account .menu {
    flex-direction: row; }
    .menu--account .menu .menu-item {
      margin-bottom: 0;
      margin-right: 12px; }
    .menu--account .menu .menu-item:last-of-type {
      margin-right: 0; } }

form[data-drupal-selector='cognito-register-form'] input[name='op']:disabled {
  pointer-events: none; }

form[data-drupal-selector='cognito-register-form'] div.error_required {
  color: #c00; }

.sublabel .field--name-field-sublabel > .field__item {
  margin: 1px 0; }

.paragraph--type--sublabel .field--name-field-sublabel-name {
  color: #E4E0C9;
  font-weight: bold; }

.paragraph--type--sublabel .sublabel-name {
  background: #203571;
  border: 2px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  height: 54px;
  margin: 0 15px;
  padding: 15px 30px;
  position: relative; }
  .paragraph--type--sublabel .sublabel-name::after {
    border-color: transparent transparent transparent #E4E0C9;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    width: 0; }
  .paragraph--type--sublabel .sublabel-name.show {
    background: #fff;
    border-color: #203571; }
    .paragraph--type--sublabel .sublabel-name.show::after {
      border-color: transparent transparent transparent #203571;
      transform: translateY(-50%) rotate(90deg); }
    .paragraph--type--sublabel .sublabel-name.show .field--name-field-sublabel-name {
      color: #203571; }

.paragraph--type--sublabel .field--name-field-sublabel-gallery {
  display: flex; }
  .paragraph--type--sublabel .field--name-field-sublabel-gallery > .field__item {
    margin-left: auto;
    margin-right: auto;
    width: 292px; }

.paragraph--type--sublabel .sublabel-gallery {
  display: none; }
  .paragraph--type--sublabel .sublabel-gallery:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .paragraph--type--sublabel .sublabel-gallery.show {
    display: block; }

@media (min-width: 768px) {
  .paragraph--type--sublabel .field--name-field-sublabel-gallery > .field__item {
    margin-left: 0;
    margin-right: 0;
    width: auto; } }

.page-node-type-labels-page .field--name-field-reference {
  padding-bottom: 20px;
  width: 100%;
  text-align: justify;
  column-width: 300px;
  -moz-column-width: 300px;
  -webkit-column-width: 300px;
  column-gap: 12px;
  -moz-column-gap: 12px;
  -webkit-column-gap: 12px; }
  @media (max-width: 1024px) {
    .page-node-type-labels-page .field--name-field-reference {
      column-width: 350px;
      -moz-column-width: 350px;
      -webkit-column-width: 350px;
      column-gap: 12px;
      -moz-column-gap: 12px;
      -webkit-column-gap: 12px; } }
  @media (max-width: 767px) {
    .page-node-type-labels-page .field--name-field-reference {
      column-width: 450px;
      -moz-column-width: 450px;
      -webkit-column-width: 450px;
      column-gap: 12px;
      -moz-column-gap: 12px;
      -webkit-column-gap: 12px; } }

.page-node-type-labels-page .field--name-field-citation {
  padding-bottom: 20px;
  width: 100%;
  text-align: justify;
  column-width: 300px;
  -moz-column-width: 300px;
  -webkit-column-width: 300px;
  column-gap: 12px;
  -moz-column-gap: 12px;
  -webkit-column-gap: 12px; }
  @media (max-width: 1024px) {
    .page-node-type-labels-page .field--name-field-citation {
      column-width: 350px;
      -moz-column-width: 350px;
      -webkit-column-width: 350px;
      column-gap: 12px;
      -moz-column-gap: 12px;
      -webkit-column-gap: 12px; } }
  @media (max-width: 767px) {
    .page-node-type-labels-page .field--name-field-citation {
      column-width: 450px;
      -moz-column-width: 450px;
      -webkit-column-width: 450px;
      column-gap: 12px;
      -moz-column-gap: 12px;
      -webkit-column-gap: 12px; } }

.timeline {
  margin-bottom: 30px; }

.paragraph--type--timeline {
  display: flex; }
  .paragraph--type--timeline .field--name-field-timeline-from-to {
    font-weight: 700; }
    .paragraph--type--timeline .field--name-field-timeline-from-to::after {
      content: '-';
      display: inline-block;
      font-weight: 400;
      margin: 0 5px; }
  .paragraph--type--timeline .field--name-field-timeline-details p {
    margin-bottom: 0px; }

.user-form [type='submit'],
.recurly-form-wrapper [type='submit'] {
  background: #adbfe3;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 13px;
  text-transform: uppercase;
  transition: all .1s ease-in-out;
  outline: none; }
  .user-form [type='submit']:hover,
  .recurly-form-wrapper [type='submit']:hover {
    background: transparent;
    border-color: #adbfe3;
    color: #adbfe3;
    text-decoration: none;
    transition: all 0.1s ease-in-out; }

.recurly-plan-list .plan {
  width: auto; }
  .recurly-plan-list .plan .plan-select {
    background: #adbfe3;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 13px;
    text-transform: uppercase;
    transition: all .1s ease-in-out;
    display: inline-block;
    margin-top: 10px; }
    .recurly-plan-list .plan .plan-select:hover {
      background: transparent;
      border-color: #adbfe3;
      color: #adbfe3;
      text-decoration: none;
      transition: all 0.1s ease-in-out; }

.view-indexed-page a {
  color: #203571; }
  .view-indexed-page a:hover {
    color: #203571;
    text-decoration: underline; }

.view-indexed-page .views-summary {
  color: #C6AA76; }

@media (max-width: 812px) {
  .view-indexed-page .views-summary {
    visibility: collapse;
    font-size: 0; }
    .view-indexed-page .views-summary a {
      display: inline-block;
      padding: 7px 0;
      background-color: lightgrey;
      margin-right: 1px;
      margin-bottom: 1px;
      min-width: 30px;
      text-align: center;
      visibility: visible;
      font-size: 14px; } }

.block-views-exposed-filter-blocksearch-content-page-1 .form-text {
  width: 360px;
  background-color: #E4E0C9;
  color: black;
  border: 0;
  border-right: 3px solid #C6AA76; }
  .block-views-exposed-filter-blocksearch-content-page-1 .form-text::placeholder {
    color: black;
    font-size: 14px; }

@media (min-width: 992px) {
  #block-views-block-indexed-page-block-1-4 {
    margin-top: 17px;
    width: 66.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0 15px; } }

@media (min-width: 992px) {
  #block-exposedformsearch-contentpage-1-3 {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0 15px; } }

#block-welcome {
  margin-top: 64px; }
  #block-welcome h2 {
    color: #203571;
    font-size: 33.5px;
    margin-bottom: 6px; }
  #block-welcome h4 {
    color: #203571;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 28px; }
  #block-welcome h5 {
    text-transform: none;
    margin-bottom: 20px;
    font-weight: normal; }
  #block-welcome p {
    color: black;
    font-weight: bold; }
  #block-welcome .btn-primary {
    background-color: #203571;
    color: #DDCCAE;
    width: 152px;
    height: 56px;
    border-radius: 10px;
    border: 0; }
    #block-welcome .btn-primary .free-account {
      display: block;
      font-size: 17px;
      font-weight: bold; }
    #block-welcome .btn-primary:hover {
      background-color: #DDCCAE;
      color: #203571; }

.path-blog .subscription-form #block-simplenewssubscription {
  display: block; }

.path-blog .subscription-form #block-simplenewssubscription--2 {
  display: block; }

.path-blog .subscription-form #edit-subscribe {
  visibility: hidden; }

.path-blog .subscription-form #edit-subscribe--2, .path-blog .subscription-form #edit-subscribe {
  position: relative;
  top: 20px; }

.path-blog #block-simplenewssubscription {
  display: none; }

.path-blog #block-simplenewssubscription--2 {
  display: none; }

.path-blog .hero-banner {
  margin: auto;
  width: 100%;
  min-height: 385px; }
  @media (max-width: 767px) {
    .path-blog .hero-banner {
      min-height: 120px; } }
  .path-blog .hero-banner img {
    width: 100%;
    height: auto; }
    @media (max-width: 767px) {
      .path-blog .hero-banner img {
        width: 100%;
        height: auto; } }
  .path-blog .hero-banner p {
    font-weight: 600;
    font-stretch: ultra-expanded;
    text-align: center;
    color: #fff;
    font-size: 3vw;
    text-transform: uppercase;
    margin-top: -6vw; }
    @media (max-width: 767px) {
      .path-blog .hero-banner p {
        margin-top: -10vw; } }
    .path-blog .hero-banner p span {
      font-weight: 300; }

.path-blog .blog-search {
  padding: 0 !important; }

.path-blog .blog-content .views-row {
  border-top: 1px solid rgba(0, 0, 0, 0.45);
  padding-top: 20px;
  padding-bottom: 20px; }

.path-blog .blog-content .views-row:first-child {
  border: none; }

.path-blog .blog-content hr {
  display: none; }

.path-blog .blog-content .blog-right img {
  width: 100%;
  height: auto; }
  @media (max-width: 767px) {
    .path-blog .blog-content .blog-right img {
      width: 100%;
      height: auto; } }

@media (max-width: 767px) {
  .path-blog .blog-content .blog-left .real-author {
    display: block;
    width: 50%;
    float: left;
    text-align: right;
    margin-bottom: 20px; }
    .path-blog .blog-content .blog-left .real-author p {
      text-align: right;
      margin: 0; } }

@media (max-width: 767px) {
  .path-blog .blog-content .blog-left span.created-date {
    display: block;
    width: 50%;
    float: left; } }

@media (max-width: 767px) {
  .path-blog .blog-content .blog-center {
    clear: both; } }

.path-blog .blog-content .blog-center h3 {
  margin-bottom: 10px; }
  .path-blog .blog-content .blog-center h3 a {
    color: black;
    text-decoration: none; }

.path-blog .blog-content .blog-bottom .block-better-social-sharing-buttons {
  max-width: 200px; }

.path-blog .bef-exposed-form .form-item {
  width: 100%; }

.path-blog .bef-exposed-form .form-text {
  padding-left: 38px;
  background-color: #EFEDE7;
  border: 0;
  border-right: 3px solid #C6AA76;
  color: #000000;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding-right: 38px;
  text-overflow: ellipsis; }

.path-blog .blog-center {
  max-height: 29.3rem;
  overflow: hidden; }

.path-blog .az-image + .az-text {
  display: none; }

.path-blog .az-element {
  margin: 0 !important; }
  .path-blog .az-element br {
    display: none; }
  .path-blog .az-element .az-images-carousel {
    display: none; }
  .path-blog .az-element p {
    margin: 0; }
  .path-blog .az-element .controls {
    display: none !important; }
  .path-blog .az-element .az-row {
    margin: 0 !important;
    display: block;
    line-height: 2rem;
    max-height: 17rem;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis; }
    .path-blog .az-element .az-row .az-element .az-ctnr .az-column .col-sm-4 {
      max-height: 17rem; }
    .path-blog .az-element .az-row .az-text {
      display: block; }
    .path-blog .az-element .az-row .controls {
      display: none !important; }
    .path-blog .az-element .az-row .blockquote {
      display: none; }
    .path-blog .az-element .az-row:after {
      content: '...';
      display: inline-flex; }

.path-blog .az-image {
  display: none; }

.path-blog .az-element {
  width: 100%;
  padding: 0 !important; }

.path-blog #footer {
  margin-top: 20px; }

.path-blog .views-exposed-form .form-submit {
  display: none; }

.path-blog .base-result h2 {
  font-size: 1.8em;
  line-height: 28px;
  margin: 0 0 32px 0; }
