@charset "UTF-8";
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: #000000;
  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: .80;
  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); } }
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider-container,
.flexslider .slides,
.flex-viewport {
  height: 100%; }

.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
  height: 100%; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100px;
  display: flex;
  justify-content: space-between; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  overflow: hidden;
  opacity: 1;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a.flex-next {
  background: url("../images/icon-arrow-right.svg") 0 0 no-repeat;
  right: 0; }

.flex-direction-nav a.flex-prev {
  background: url("../images/icon-arrow-left.svg") 0 0 no-repeat;
  left: 0; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 40px;
  text-align: center;
  z-index: 10; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 14px;
  height: 14px;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-indent: -9999px;
  transition: all 0.5s ease; }

.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
  background: black; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  line-height: 1.2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 100%;
    padding: 0 20px; } }
/* For devices larger than 550px */
@media (min-width: 768px) {
  .row {
    display: flex;
    width: calc(100% + 30px);
    margin-left: -15px; }

  .column,
  .columns {
    margin: 0 15px; }

  .one.column,
  .one.columns {
    width: 4.66666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: calc(25% - 30px); }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: calc(50% - 30px); }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: calc(75% - 30px); }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    width: calc(100% - 20px); }

  .one-third.column {
    width: 30.6666666667%; }

  .two-thirds.column {
    width: 65.3333333333%; }

  .one-half.column {
    width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: calc(50% + 10px); }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  color: #555;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  box-sizing: border-box; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

input:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus:-moz-placeholder {
  color: transparent !important; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent !important; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important; }

/* IE 10+ */
::-webkit-input-placeholder, header.dark.off-top ::-webkit-input-placeholder, header.dark .overlay-open ::-webkit-input-placeholder {
  color: #739180; }

:-moz-placeholder, header.dark.off-top :-moz-placeholder, header.dark .overlay-open :-moz-placeholder {
  color: #739180; }

::-moz-placeholder, header.dark.off-top ::-moz-placeholder, header.dark .overlay-open ::-moz-placeholder {
  color: #739180; }

:-ms-input-placeholder, header.dark.off-top :-ms-input-placeholder, header.dark .overlay-open :-ms-input-placeholder {
  color: #739180; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  margin: 0;
  padding: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf:after, .content-inner:after {
  content: "";
  display: table;
  clear: both; }

@font-face {
  font-family: "Reckless";
  src: url("webfonts/RecklessNeue-Regular.woff2") format("woff2"), url("webfonts/RecklessNeue-Regular.woff") format("woff"); }
@font-face {
  font-family: "Reckless-sb";
  src: url("webfonts/RecklessNeue-SemiBold.woff2") format("woff2"), url("webfonts/RecklessNeue-SemiBold.woff") format("woff"); }
@font-face {
  font-family: "silka-regular";
  src: url("webfonts/silka-regular-webfont.eot");
  src: url("webfonts/silka-regular-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/silka-regular-webfont.woff") format("woff"), url("webfonts/silka-regular-webfont.ttf") format("truetype"), url("webfonts/silka-regular-webfont.svg#webfont") format("svg"); }
@font-face {
  font-family: "silka-medium";
  src: url("webfonts/silka-medium-webfont.eot");
  src: url("webfonts/silka-medium-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/silka-medium-webfont.woff") format("woff"), url("webfonts/silka-medium-webfont.ttf") format("truetype"), url("webfonts/silka-medium-webfont.svg#webfont") format("svg"); }
@font-face {
  font-family: "silka-semibold";
  src: url("webfonts/silka-semibold-webfont.eot");
  src: url("webfonts/silka-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/silka-semibold-webfont.woff") format("woff"), url("webfonts/silka-semibold-webfont.ttf") format("truetype"), url("webfonts/silka-semibold-webfont.svg#webfont") format("svg"); }
@font-face {
  font-family: "silka-bold";
  src: url("webfonts/silka-bold-webfont.eot");
  src: url("webfonts/silka-bold-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/silka-bold-webfont.woff") format("woff"), url("webfonts/silka-bold-webfont.ttf") format("truetype"), url("webfonts/silka-bold-webfont.svg#webfont") format("svg"); }
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
  font-family: "Reckless", serif;
  color: #054024;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.no-overflow {
    overflow-y: hidden; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "silka-semibold", serif;
  font-weight: normal;
  padding: 0 0 10px 0; }

h1 {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.02em; }

h2 {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.03em;
  padding-bottom: 30px; }

h3 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.02em; }

h4 {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.01em; }
  h4.serif {
    font-family: "Reckless", serif; }

h5 {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.01em; }

p {
  margin: 0;
  padding: 0 0 25px 0; }

p:last-child {
  padding: 0; }

strong {
  font-weight: bold; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

.ops-font {
  font-family: "OPSFavorite", Arial, sans-serif; }

.academica-font {
  font-family: "AcademicaText", Arial, sans-serif;
  text-transform: none;
  letter-spacing: -0.05em; }

p.stat {
  font-family: "silka-semibold", serif;
  font-weight: normal;
  padding: 0; }
  p.stat sup {
    top: -100px;
    font-size: 30px;
    letter-spacing: 0; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #054024;
  text-decoration: none; }

a:hover {
  color: #054024; }

h2 a, p a, li a {
  text-decoration: underline; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

.bg-stone, section:nth-child(1), section:nth-child(4), section:nth-child(7), section:nth-child(10), section:nth-child(13) {
  background: #739180;
  color: #fff; }
  .bg-stone a, section:nth-child(1) a, section:nth-child(4) a, section:nth-child(7) a, section:nth-child(10) a, section:nth-child(13) a {
    color: #fff; }
  .bg-stone:after, section:nth-child(1):after, section:nth-child(4):after, section:nth-child(7):after, section:nth-child(10):after, section:nth-child(13):after {
    background: #739180 !important; }
  .bg-stone .icon-set.icon1, section:nth-child(1) .icon-set.icon1, section:nth-child(4) .icon-set.icon1, section:nth-child(7) .icon-set.icon1, section:nth-child(10) .icon-set.icon1, section:nth-child(13) .icon-set.icon1 {
    background-image: url("../images/icon-1-stone.svg"); }
  .bg-stone .icon-set.icon1.single, section:nth-child(1) .icon-set.icon1.single, section:nth-child(4) .icon-set.icon1.single, section:nth-child(7) .icon-set.icon1.single, section:nth-child(10) .icon-set.icon1.single, section:nth-child(13) .icon-set.icon1.single {
    background-image: url("../images/icon-2-stone.svg"); }
  .bg-stone .type-link .icon-set.icon3, section:nth-child(1) .type-link .icon-set.icon3, section:nth-child(4) .type-link .icon-set.icon3, section:nth-child(7) .type-link .icon-set.icon3, section:nth-child(10) .type-link .icon-set.icon3, section:nth-child(13) .type-link .icon-set.icon3 {
    background-image: url("../images/icon-3-stone-link.svg"); }
  .bg-stone .icon-set.icon3, section:nth-child(1) .icon-set.icon3, section:nth-child(4) .icon-set.icon3, section:nth-child(7) .icon-set.icon3, section:nth-child(10) .icon-set.icon3, section:nth-child(13) .icon-set.icon3 {
    background-image: url("../images/icon-3-stone.svg"); }
  .bg-stone .file-dl a:after, .bg-stone .file-dl .empty:after, section:nth-child(1) .file-dl a:after, section:nth-child(1) .file-dl .empty:after, section:nth-child(4) .file-dl a:after, section:nth-child(4) .file-dl .empty:after, section:nth-child(7) .file-dl a:after, section:nth-child(7) .file-dl .empty:after, section:nth-child(10) .file-dl a:after, section:nth-child(10) .file-dl .empty:after, section:nth-child(13) .file-dl a:after, section:nth-child(13) .file-dl .empty:after {
    background: #fff; }
  .bg-stone .image-border, section:nth-child(1) .image-border, section:nth-child(4) .image-border, section:nth-child(7) .image-border, section:nth-child(10) .image-border, section:nth-child(13) .image-border {
    border-color: #A6F5A3; }
  .bg-stone .image-border:after, section:nth-child(1) .image-border:after, section:nth-child(4) .image-border:after, section:nth-child(7) .image-border:after, section:nth-child(10) .image-border:after, section:nth-child(13) .image-border:after {
    background-color: #A6F5A3;
    background-image: url("../images/icon-image-expand-stone.svg"); }

.bg-spring, section:nth-child(2), section:nth-child(5), section:nth-child(8), section:nth-child(11), section:nth-child(14) {
  background: #A6F5A3; }
  .bg-spring h2, .bg-spring .dl-set h3, section:nth-child(2) h2, section:nth-child(2) .dl-set h3, section:nth-child(5) h2, section:nth-child(5) .dl-set h3, section:nth-child(8) h2, section:nth-child(8) .dl-set h3, section:nth-child(11) h2, section:nth-child(11) .dl-set h3, section:nth-child(14) h2, section:nth-child(14) .dl-set h3 {
    color: #739180; }
  .bg-spring p, .bg-spring ul, .bg-spring ol, .bg-spring .dl-set .box.file-dl a, .bg-spring .dl-set .box.file-dl .empty, section:nth-child(2) p, section:nth-child(2) ul, section:nth-child(2) ol, section:nth-child(2) .dl-set .box.file-dl a, section:nth-child(2) .dl-set .box.file-dl .empty, section:nth-child(5) p, section:nth-child(5) ul, section:nth-child(5) ol, section:nth-child(5) .dl-set .box.file-dl a, section:nth-child(5) .dl-set .box.file-dl .empty, section:nth-child(8) p, section:nth-child(8) ul, section:nth-child(8) ol, section:nth-child(8) .dl-set .box.file-dl a, section:nth-child(8) .dl-set .box.file-dl .empty, section:nth-child(11) p, section:nth-child(11) ul, section:nth-child(11) ol, section:nth-child(11) .dl-set .box.file-dl a, section:nth-child(11) .dl-set .box.file-dl .empty, section:nth-child(14) p, section:nth-child(14) ul, section:nth-child(14) ol, section:nth-child(14) .dl-set .box.file-dl a, section:nth-child(14) .dl-set .box.file-dl .empty {
    color: #054024; }
  .bg-spring:after, section:nth-child(2):after, section:nth-child(5):after, section:nth-child(8):after, section:nth-child(11):after, section:nth-child(14):after {
    background: #A6F5A3 !important; }
  .bg-spring .type-link .icon-set.icon3, section:nth-child(2) .type-link .icon-set.icon3, section:nth-child(5) .type-link .icon-set.icon3, section:nth-child(8) .type-link .icon-set.icon3, section:nth-child(11) .type-link .icon-set.icon3, section:nth-child(14) .type-link .icon-set.icon3 {
    background-image: url("../images/icon-3-white-link.svg"); }
  .bg-spring .dl-set .box .icon-set, .bg-spring .icon-set.icon3, section:nth-child(2) .dl-set .box .icon-set, section:nth-child(2) .icon-set.icon3, section:nth-child(5) .dl-set .box .icon-set, section:nth-child(5) .icon-set.icon3, section:nth-child(8) .dl-set .box .icon-set, section:nth-child(8) .icon-set.icon3, section:nth-child(11) .dl-set .box .icon-set, section:nth-child(11) .icon-set.icon3, section:nth-child(14) .dl-set .box .icon-set, section:nth-child(14) .icon-set.icon3 {
    background-image: url("../images/icon-3-white.svg"); }
  .bg-spring .dl-set .box.file-dl a:after, .bg-spring .dl-set .box.file-dl .empty:after, section:nth-child(2) .dl-set .box.file-dl a:after, section:nth-child(2) .dl-set .box.file-dl .empty:after, section:nth-child(5) .dl-set .box.file-dl a:after, section:nth-child(5) .dl-set .box.file-dl .empty:after, section:nth-child(8) .dl-set .box.file-dl a:after, section:nth-child(8) .dl-set .box.file-dl .empty:after, section:nth-child(11) .dl-set .box.file-dl a:after, section:nth-child(11) .dl-set .box.file-dl .empty:after, section:nth-child(14) .dl-set .box.file-dl a:after, section:nth-child(14) .dl-set .box.file-dl .empty:after {
    background: #739180; }
  .bg-spring th, .bg-spring td, section:nth-child(2) th, section:nth-child(2) td, section:nth-child(5) th, section:nth-child(5) td, section:nth-child(8) th, section:nth-child(8) td, section:nth-child(11) th, section:nth-child(11) td, section:nth-child(14) th, section:nth-child(14) td {
    border-bottom: 1px solid #054024; }

.bg-white, section:nth-child(3), section:nth-child(6), section:nth-child(9), section:nth-child(12), section:nth-child(15) {
  background: #fff;
  color: #054024; }
  .bg-white h2, section:nth-child(3) h2, section:nth-child(6) h2, section:nth-child(9) h2, section:nth-child(12) h2, section:nth-child(15) h2 {
    color: #739180; }
  .bg-white .type-link .icon-set.icon3, section:nth-child(3) .type-link .icon-set.icon3, section:nth-child(6) .type-link .icon-set.icon3, section:nth-child(9) .type-link .icon-set.icon3, section:nth-child(12) .type-link .icon-set.icon3, section:nth-child(15) .type-link .icon-set.icon3 {
    background-image: url("../images/icon-3-white-link.svg"); }
  .bg-white .dl-set .box .icon-set, .bg-white .icon-set.icon3, section:nth-child(3) .dl-set .box .icon-set, section:nth-child(3) .icon-set.icon3, section:nth-child(6) .dl-set .box .icon-set, section:nth-child(6) .icon-set.icon3, section:nth-child(9) .dl-set .box .icon-set, section:nth-child(9) .icon-set.icon3, section:nth-child(12) .dl-set .box .icon-set, section:nth-child(12) .icon-set.icon3, section:nth-child(15) .dl-set .box .icon-set, section:nth-child(15) .icon-set.icon3 {
    background-image: url("../images/icon-3-white.svg"); }
  .bg-white .dl-set .box.file-dl a:after, .bg-white .dl-set .box.file-dl .empty:after, section:nth-child(3) .dl-set .box.file-dl a:after, section:nth-child(3) .dl-set .box.file-dl .empty:after, section:nth-child(6) .dl-set .box.file-dl a:after, section:nth-child(6) .dl-set .box.file-dl .empty:after, section:nth-child(9) .dl-set .box.file-dl a:after, section:nth-child(9) .dl-set .box.file-dl .empty:after, section:nth-child(12) .dl-set .box.file-dl a:after, section:nth-child(12) .dl-set .box.file-dl .empty:after, section:nth-child(15) .dl-set .box.file-dl a:after, section:nth-child(15) .dl-set .box.file-dl .empty:after {
    background: #739180; }
  .bg-white p, .bg-white ul, .bg-white ol, .bg-white .dl-set .box.file-dl a .copy .title, .bg-white .dl-set .box.file-dl .empty .copy .title, section:nth-child(3) p, section:nth-child(3) ul, section:nth-child(3) ol, section:nth-child(3) .dl-set .box.file-dl a .copy .title, section:nth-child(3) .dl-set .box.file-dl .empty .copy .title, section:nth-child(6) p, section:nth-child(6) ul, section:nth-child(6) ol, section:nth-child(6) .dl-set .box.file-dl a .copy .title, section:nth-child(6) .dl-set .box.file-dl .empty .copy .title, section:nth-child(9) p, section:nth-child(9) ul, section:nth-child(9) ol, section:nth-child(9) .dl-set .box.file-dl a .copy .title, section:nth-child(9) .dl-set .box.file-dl .empty .copy .title, section:nth-child(12) p, section:nth-child(12) ul, section:nth-child(12) ol, section:nth-child(12) .dl-set .box.file-dl a .copy .title, section:nth-child(12) .dl-set .box.file-dl .empty .copy .title, section:nth-child(15) p, section:nth-child(15) ul, section:nth-child(15) ol, section:nth-child(15) .dl-set .box.file-dl a .copy .title, section:nth-child(15) .dl-set .box.file-dl .empty .copy .title {
    color: #054024; }
  .bg-white:after, section:nth-child(3):after, section:nth-child(6):after, section:nth-child(9):after, section:nth-child(12):after, section:nth-child(15):after {
    background: #fff !important; }
  .bg-white .icon-set.icon1, section:nth-child(3) .icon-set.icon1, section:nth-child(6) .icon-set.icon1, section:nth-child(9) .icon-set.icon1, section:nth-child(12) .icon-set.icon1, section:nth-child(15) .icon-set.icon1 {
    background-image: url("../images/icon-1-white.svg"); }
  .bg-white .icon-set.icon1.single, section:nth-child(3) .icon-set.icon1.single, section:nth-child(6) .icon-set.icon1.single, section:nth-child(9) .icon-set.icon1.single, section:nth-child(12) .icon-set.icon1.single, section:nth-child(15) .icon-set.icon1.single {
    background-image: url("../images/icon-2-white.svg"); }
  .bg-white .icon-set.icon3, section:nth-child(3) .icon-set.icon3, section:nth-child(6) .icon-set.icon3, section:nth-child(9) .icon-set.icon3, section:nth-child(12) .icon-set.icon3, section:nth-child(15) .icon-set.icon3 {
    background-image: url("../images/icon-3-white.svg"); }
  .bg-white th, .bg-white td, section:nth-child(3) th, section:nth-child(3) td, section:nth-child(6) th, section:nth-child(6) td, section:nth-child(9) th, section:nth-child(9) td, section:nth-child(12) th, section:nth-child(12) td, section:nth-child(15) th, section:nth-child(15) td {
    border-bottom: 1px solid #054024; }

header {
  position: fixed;
  width: 100%;
  z-index: 100;
  height: 152px;
  background: #739180; }
  header .logo {
    width: 240px;
    height: 70px;
    padding: 6px 0;
    margin: 0; }
  header .searchbar {
    height: 72px;
    padding: 0 10px;
    background: #fff; }
    header .searchbar .post_organiser_area {
      background: transparent url(../images/wiki-mag.svg) center center no-repeat;
      background-position: 0 center;
      background-size: 28px; }
      header .searchbar .post_organiser_area input {
        border: 0;
        outline: 0;
        font-family: FontAwesome, "Reckless", serif;
        font-size: 26px;
        line-height: 30px;
        padding: 0;
        background: transparent; }
      header .searchbar .post_organiser_area #clear_post_search_button {
        top: 10px;
        right: 50px; }
  header .navbar .bread {
    font-family: "silka-regular", serif;
    font-size: 14px;
    line-height: 18px;
    padding: 0; }
    header .navbar .bread span.home {
      font-family: "silka-semibold", serif;
      font-size: 16px;
      line-height: 20px;
      padding: 6px;
      background: #A6F5A3;
      text-transform: uppercase;
      color: #739180;
      margin-left: 0; }

footer {
  background: #739180;
  padding: 30px 0; }
  footer .footer-copy {
    text-align: center;
    font-size: 16px;
    line-height: 22px; }
    footer .footer-copy .logo {
      margin: 0 0 30px 0; }
      footer .footer-copy .logo img {
        width: 200px;
        height: auto;
        margin: 0 auto; }
    footer .footer-copy ul {
      list-style: none;
      margin: 0 0 30px 0; }
      footer .footer-copy ul li a {
        color: #fff; }
    footer .footer-copy p {
      color: #fff; }

.page-content {
  padding-top: 152px; }

.home-section {
  padding: 60px 0; }
  .home-section h2 {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-bottom: 30px; }
    .home-section h2:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      height: 50px;
      background: url("../images/icon-3-white.svg") 0 0 no-repeat;
      background-size: 50px; }
    .home-section h2.open:after {
      transform: rotate(180deg); }
  .home-section .list.holder {
    display: none; }
  .home-section.bg-stone h2:after {
    background: url("../images/icon-3-stone.svg") 0 0 no-repeat;
    background-size: 50px; }
  .home-section.bg-spring h2:after {
    background: url("../images/icon-3-spring.svg") right top no-repeat;
    background-size: 50px; }

section, .home-section {
  padding: 50px 0;
  position: relative;
  z-index: 0; }
  section:after, .home-section:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 10;
    display: block;
    height: 50px;
    width: 50px;
    background: #fff;
    transition: bottom ease 0.4s; }
  section:nth-child(1), .home-section:nth-child(1) {
    z-index: 9; }
  section:nth-child(2), .home-section:nth-child(2) {
    z-index: 8; }
  section:nth-child(3), .home-section:nth-child(3) {
    z-index: 7; }
  section:nth-child(4), .home-section:nth-child(4) {
    z-index: 6; }
  section:nth-child(5), .home-section:nth-child(5) {
    z-index: 5; }
  section:nth-child(6), .home-section:nth-child(6) {
    z-index: 4; }
  section:nth-child(7), .home-section:nth-child(7) {
    z-index: 3; }
  section:nth-child(8), .home-section:nth-child(8) {
    z-index: 2; }
  section:nth-child(9), .home-section:nth-child(9) {
    z-index: 1; }
  section:nth-child(10), .home-section:nth-child(10) {
    z-index: 0; }
  section:last-child:after, .home-section:last-child:after {
    display: none; }
  section.showAfter:after, .home-section.showAfter:after {
    bottom: -50px; }

.moving-blocks {
  width: 247px;
  height: 50px;
  position: absolute;
  top: 152px;
  right: 0;
  z-index: 20; }

/* Home page */
#home {
  position: relative; }
  #home section.showAfter:after, #home .home-section.showAfter:after {
    display: none; }
  #home .home-section {
    padding: 70px 0 50px; }
  #home .post_organiser_area_listing_container li a {
    text-decoration: none;
    transition: background ease 0.4s, border ease 0.4s, padding ease 0.4s; }
  #home .post_organiser_area_listing_container > ul > li:nth-of-type(odd) {
    margin-right: 10px;
    padding-right: 0; }
  #home .post_organiser_area_listing_container > ul > li:nth-of-type(even) {
    padding-left: 0;
    margin-left: 0; }
  #home .post_organiser_area_listing_container > ul > li.opened {
    border-bottom: 2px solid #739180; }
  #home .post_organiser_area_listing_container > ul > li > ul.pages_list {
    margin: 0; }
  #home .post_organiser_area_listing_container > ul > li > p {
    font-family: "silka-medium", serif;
    font-size: 36px;
    line-height: 40px;
    color: #739180 !important;
    padding: 15px 40px 15px 15px;
    border-bottom: 4px solid #739180;
    border-top: none;
    transition: border ease 0.4s, padding ease 0.4s; }
  #home .post_organiser_area_listing_container > ul > li > a {
    padding: 15px 40px 15px 15px;
    border-bottom: 1px solid #739180; }
  #home .post_organiser_area_listing_container > ul li p:after {
    top: calc(50% - 11.5px);
    right: 15px;
    transition: top ease 0.4s; }
  #home .post_organiser_area_listing_container > ul > li > ul li p {
    font-family: "silka-medium", serif;
    font-size: 30px;
    line-height: 34px;
    color: #739180 !important;
    padding: 15px 40px 15px 30px;
    transition: border ease 0.4s, padding ease 0.4s; }
  #home .post_organiser_area_listing_container > ul > li > ul > li > a {
    border-bottom: 1px solid #739180;
    padding: 15px 40px 15px 30px; }
  #home .post_organiser_area_listing_container ul.pages_list a {
    color: #739180 !important; }
  #home .post_organiser_area_listing_container > ul > li > ul > li > ul > li p {
    font-size: 26px;
    line-height: 30px;
    padding: 15px 40px 15px 45px;
    transition: border ease 0.4s, padding ease 0.4s; }
  #home .post_organiser_area_listing_container > ul > li > ul > li > ul > li a {
    padding: 15px 40px 15px 45px;
    border-bottom: 1px solid #739180; }
  #home .post_organiser_area_listing_container > ul > li > ul > li > ul > li > ul > li p {
    padding: 15px 40px 15px 60px; }
  #home .post_organiser_area_listing_container > ul > li > ul > li > ul > li > ul > li a {
    padding: 15px 40px 15px 60px;
    border-bottom: 1px solid #739180; }
  #home .post_organiser_area_listing_container > ul > li > ul > li > ul > li > ul > li > ul > li p {
    padding: 15px 40px 15px 75px; }
  #home .post_organiser_area_listing_container > ul > li > ul > li > ul > li > ul > li > ul > li a {
    padding: 15px 40px 15px 75px;
    border-bottom: 1px solid #739180; }
  #home .post_organiser_area_listing_container > ul > li > ul.pages_list, #home .post_organiser_area_listing_container > ul > li > ul > li > ul.pages_list, #home .post_organiser_area_listing_container > ul > li > ul > li > ul > li > ul.pages_list, #home .post_organiser_area_listing_container > ul > li > ul > li > ul > li > ul > li > ul.pages_list {
    padding: 0; }
  #home .post_organiser_area_listing_container ul li a {
    background: url("../images/icon-arrow-right-stone.svg") top 15px right 10px no-repeat; }
  #home .home-section.bg-stone .post_organiser_area_listing_container > ul > li > p, #home .home-section.bg-stone .post_organiser_area_listing_container ul li p {
    color: #fff !important;
    border-bottom-color: #fff !important; }
  #home .home-section.bg-stone .post_organiser_area_listing_container > ul li p:after {
    background: transparent url("../images/icon-down-arrow-white.svg") top left no-repeat;
    background-size: 100% auto; }
  #home .home-section.bg-stone .post_organiser_area_listing_container ul.pages_list a {
    color: #fff !important;
    border-bottom-color: #fff !important; }
  #home .home-section.bg-stone .post_organiser_area_listing_container ul li a {
    background: url("../images/icon-arrow-right-white.svg") top 15px right 10px no-repeat; }
  #home .home-section.bg-stone .post_organiser_area_listing_container ul li a:hover {
    background: url("../images/icon-arrow-right-white.svg") top 15px right 0 no-repeat; }
  #home .post_organiser_area_listing_container > ul > li:hover > p, #home .post_organiser_area_listing_container > ul > li.opened > p {
    padding-bottom: 11px;
    border-bottom-width: 8px; }
  #home .post_organiser_area_listing_container > ul > li > ul > li:hover > p, #home .post_organiser_area_listing_container > ul > li > ul > li.opened > p {
    padding-bottom: 11px;
    border-bottom-width: 5px; }
  #home .post_organiser_area_listing_container > ul > li:hover > p:after, #home .post_organiser_area_listing_container > ul > li.opened > p:after, #home .post_organiser_area_listing_container > ul > li > ul > li:hover > p:after, #home .post_organiser_area_listing_container > ul > li > ul > li.opened > p:after {
    top: calc(50% - 5.5px); }
  #home .post_organiser_area_listing_container ul li a:hover, #home .post_organiser_area_listing_container > ul > li > ul > li > ul > li a:hover {
    background: url(../images/icon-arrow-right-stone.svg) top 15px right 0 no-repeat;
    border-bottom-width: 3px;
    padding-bottom: 13px; }
  #home .post_organiser_area_listing_container > ul.list_view > li > ul > li > a.direct_to_list {
    font-family: "silka-regular", serif;
    font-size: 16px;
    line-height: 20px; }
  #home .post_organiser_area_listing_container > ul.list_view > li > a {
    font-size: 22px;
    line-height: 26px;
    display: inline-block;
    padding: 10px 40px 10px 0; }
  #home .post_organiser_area_listing_container.has-open-elements > ul > li:not(.opened) {
    opacity: 0.4; }
  #home .post_organiser_area_listing_container.has-open-elements > ul.list_view > li:not(.opened) {
    opacity: 1; }

.highlighted-articles ul {
  display: flex;
  margin: 0;
  padding: 0 1%;
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-between; }
  .highlighted-articles ul li {
    width: calc(50% - 10px); }
    .highlighted-articles ul li a {
      position: relative;
      display: block;
      color: #054024;
      text-decoration: none;
      transition: background ease 0.4s;
      background: url(../images/icon-arrow-right-forest.svg) top 25px right 10px no-repeat;
      padding: 15px 40px 15px 15px; }
      .highlighted-articles ul li a:after {
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        content: '';
        width: 100%;
        height: 1px;
        background: #054024;
        transition: height ease 0.4s; }
      .highlighted-articles ul li a:hover {
        background: url(../images/icon-arrow-right-forest.svg) top 25px right 0 no-repeat; }
        .highlighted-articles ul li a:hover:after {
          height: 3px; }

.post_organiser_area_listing_container .list_view > li {
  border-bottom: 1px solid #054024;
  padding-bottom: 5px; }

.bg-stone .post_organiser_area_listing_container .list_view > li {
  border-bottom: 1px solid #fff; }

#home .post_organiser_area_listing_container > ul > li > a {
  border: none;
  padding: 15px 40px 15px 0; }

#home .post_organiser_area_listing_container > ul.list_view > li > ul > li > a {
  border: none;
  background: none;
  padding: 0; }

.team-list .team-row {
  display: flex;
  justify-content: space-between; }
  .team-list .team-row h3 {
    padding: 0; }
  .team-list .team-row .team {
    width: calc(50% - 10px);
    padding: 15px;
    border-bottom: 1px solid #054024; }
  .team-list .team-row .owner {
    width: calc(50% - 10px);
    padding: 15px;
    border-bottom: 1px solid #054024; }

.page-title {
  min-height: 100px;
  padding: 29px 0; }
  .page-title h1 {
    color: #739180;
    padding: 0 200px 0 0; }

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .flex .box {
    width: calc(50% - 20px); }

.template-process ol {
  margin: 0 0 25px 25px;
  list-style-position: outside; }
  .template-process ol li {
    margin: 0 0 10px 0; }
.template-process ul {
  margin: 0 0 25px 25px;
  list-style: disc; }
  .template-process ul li {
    margin: 0 0 10px 0; }
.template-process .responsibilities .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  .template-process .responsibilities .box .copy {
    width: calc(100% - 53px); }
    .template-process .responsibilities .box .copy p {
      font-size: 16px;
      line-height: 22px; }
.template-process .task-description .copy strong {
  font-family: "silka-bold", serif;
  font-weight: normal; }
.template-process .reports .box, .template-process .kpis .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  .template-process .reports .box .icon-set, .template-process .kpis .box .icon-set {
    margin-top: 4px; }
  .template-process .reports .box .copy, .template-process .kpis .box .copy {
    width: calc(100% - 53px); }
    .template-process .reports .box .copy .title, .template-process .kpis .box .copy .title {
      font-family: "silka-semibold", serif;
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 5px; }
    .template-process .reports .box .copy p, .template-process .kpis .box .copy p {
      font-size: 16px;
      line-height: 22px; }
.template-process .footer-text {
  margin: 30px 0 0 0; }
  .template-process .footer-text table {
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px; }

.icon-set {
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: 0 0; }
  .icon-set.icon1 {
    background-image: url("../images/icon-1-spring.svg"); }
    .icon-set.icon1.single {
      background-image: url("../images/icon-2-spring.svg"); }
  .icon-set.icon3 {
    background-image: url("../images/icon-3-spring.svg"); }
  .icon-set.icon4 {
    background-image: url("../images/icon-4-stone.svg"); }
  .icon-set.icon5 {
    background-image: url("../images/icon-5-white.svg"); }

section.process .copy {
  margin-bottom: 40px; }

.intro-copy {
  margin-bottom: 40px; }

.image-border {
  position: relative;
  border: 20px solid #739180;
  margin: 0 0 50px 0; }
  .image-border:after {
    display: block;
    position: absolute;
    top: -20px;
    right: -20px;
    content: '';
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px;
    background-image: url("../images/icon-image-expand-white.svg");
    background-color: #739180; }
  .image-border:last-child {
    margin: 0; }

.file-dl {
  margin-bottom: 20px; }
  .file-dl a, .file-dl .empty {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 0 20px 10px; }
    .file-dl a:after, .file-dl .empty:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      display: block;
      background: #739180;
      width: 100%;
      height: 4px;
      transition: all ease 0.4s; }
    .file-dl a .icon-set, .file-dl .empty .icon-set {
      margin-top: 4px; }
    .file-dl a .copy, .file-dl .empty .copy {
      width: calc(100% - 53px); }
      .file-dl a .copy .title, .file-dl .empty .copy .title {
        font-family: "silka-light", serif;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px; }
        .file-dl a .copy .title strong, .file-dl .empty .copy .title strong {
          font-family: "silka-semibold", serif; }
      .file-dl a .copy p, .file-dl .empty .copy p {
        font-size: 16px;
        line-height: 22px; }
    .file-dl a:hover:after, .file-dl .empty:hover:after {
      height: 8px; }

.download-groups .flex {
  width: 100%;
  justify-content: space-between; }
.download-groups .dl-set {
  width: calc(50% - 20px);
  margin: 0 0 60px 0;
  margin-bottom: 60px; }
  .download-groups .dl-set h3 {
    font-size: 40px;
    line-height: 44px;
    padding: 0 0 35px 0; }
  .download-groups .dl-set .intro-text {
    margin-bottom: 30px; }
  .download-groups .dl-set .box {
    width: 100%; }
    .download-groups .dl-set .box .icon-set {
      background-image: url(../images/icon-download.svg); }
    .download-groups .dl-set .box.file-dl {
      margin: 0 0 10px 0; }
    .download-groups .dl-set .box.file-dl a .copy, .download-groups .dl-set .box.file-dl .empty .copy {
      width: calc(100% - 43px); }
    .download-groups .dl-set .box.file-dl a, .download-groups .dl-set .box.file-dl .empty {
      padding: 0 0 10px 10px;
      color: #fff;
      align-items: center; }
    .download-groups .dl-set .box.file-dl a:after, .download-groups .dl-set .box.file-dl .empty:after {
      background: #fff; }
    .download-groups .dl-set .box.file-dl a .copy .title, .download-groups .dl-set .box.file-dl .empty .copy .title {
      font-family: "Reckless", serif; }

.template-process .download-groups .dl-set {
  width: calc(100%); }
  .template-process .download-groups .dl-set .box {
    width: calc(50% - 20px); }

.template-utility .text-block h3 {
  font-family: "silka-bold", serif;
  font-size: 40px;
  line-height: 44px;
  padding: 20px 0 10px 0; }
.template-utility .text-block .intro {
  font-family: "Reckless-sb", serif;
  font-size: 26px;
  line-height: 30px; }
.template-utility .image-block .intro {
  margin: 0 0 30px 0; }
.template-utility .image-block .image {
  margin-bottom: 10px; }
.template-utility .video-block .image {
  max-width: 850px;
  margin: 50px auto 0 auto;
  position: relative; }
  .template-utility .video-block .image .icon.play {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("../images/icon-play.svg") center center no-repeat; }

body {
  font-size: 18px;
  line-height: 24px; }

h1 {
  font-size: 32px;
  line-height: 38px; }

h2 {
  font-size: 40px;
  line-height: 40px;
  padding-bottom: 30px; }

h3 {
  font-size: 22px;
  line-height: 28px; }

header .searchbar .post_organiser_area input {
  font-size: 18px;
  line-height: 30px;
  padding: 10px 40px !important;
  background-position: 0 50%;
  background-size: 28px;
  text-align: left; }

#home .post_organiser_area_listing_container > ul > li > p {
  font-size: 28px;
  line-height: 32px;
  padding: 15px 40px 15px 15px;
  border-bottom-width: 3px; }

#home .post_organiser_area_listing_container > ul > li:hover > p, #home .post_organiser_area_listing_container > ul > li.opened > p {
  padding-bottom: 12px;
  border-bottom-width: 6px; }

#home .post_organiser_area_listing_container > ul > li > ul li p {
  font-size: 24px;
  line-height: 28px; }

@media only screen and (max-width: 767px) {
  body, .template-process .reports .box .copy .title, .template-process .kpis .box .copy .title, .file-dl a .copy .title, .file-dl .empty .copy .title {
    font-size: 16px;
    line-height: 22px; }

  h1 {
    font-size: 24px;
    line-height: 28px; }

  h2 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 20px; }

  h3 {
    font-size: 20px;
    line-height: 24px; }

  h4 {
    font-size: 18px;
    line-height: 22px; }

  .template-utility .text-block h3 {
    font-size: 26px;
    line-height: 30px;
    padding: 10px 0 10px 0; }

  header {
    height: 140px; }

  header .logo {
    width: 180px;
    height: 56px; }

  header .searchbar .post_organiser_area input {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 30px !important; }

  .moving-blocks {
    top: 138px; }

  header .navbar .bread {
    font-size: 12px;
    line-height: 16px; }

  header .navbar .bread span.home {
    font-size: 14px;
    line-height: 18px;
    min-height: 32px; }

  .home-section h2:after {
    width: 30px;
    height: 30px;
    background-size: 100%; }

  .home-section.bg-stone h2:after, .home-section.bg-spring h2:after {
    background-size: 100%; }

  #home .section-blocks {
    padding-top: 40px; }

  #home .post_organiser_area_listing_container > .column {
    width: 100%;
    margin: 0 0 0 0; }

  #home .post_organiser_area_listing_container > ul > li {
    margin: 0 0 10px 0; }

  #home .post_organiser_area_listing_container > ul > li > p {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 30px 10px 10px; }

  #home .post_organiser_area_listing_container > ul > li:hover > p, #home .post_organiser_area_listing_container > ul > li.opened > p {
    padding-bottom: 7px;
    border-bottom-width: 6px; }

  #home .post_organiser_area_listing_container ul li a {
    background-size: 16px auto; }

  #home .post_organiser_area_listing_container > ul > li > ul li p {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 30px 10px 20px; }

  #home .post_organiser_area_listing_container > ul > li > ul > li:hover > p, #home .post_organiser_area_listing_container > ul > li > ul > li.opened > p {
    padding-bottom: 7px;
    border-bottom-width: 4px; }

  #home .post_organiser_area_listing_container > ul > li > ul > li > ul > li a {
    padding: 10px 30px 10px 30px; }

  #home .post_organiser_area_listing_container ul li a:hover, #home .post_organiser_area_listing_container > ul > li > ul > li > ul > li a:hover {
    background-size: 16px auto;
    border-bottom-width: 3px;
    padding-bottom: 8px; }

  #home .post_organiser_area_listing_container > ul li p:after {
    width: 15px;
    height: 21px; }

  #home .post_organiser_area_listing_container > ul > li:hover > p:after, #home .post_organiser_area_listing_container > ul > li.opened > p:after, #home .post_organiser_area_listing_container > ul > li > ul > li:hover > p:after, #home .post_organiser_area_listing_container > ul > li > ul > li.opened > p:after {
    top: calc(50% - 11px); }

  #home .post_organiser_area_listing_container > ul > li > ul > li > a {
    padding: 10px 30px 10px 20px; }

  #home .home-section.bg-stone .post_organiser_area_listing_container ul li a, #home .home-section.bg-stone .post_organiser_area_listing_container ul li a:hover {
    background-size: 16px auto; }

  #home .post_organiser_area_listing_container > ul > li > ul > li > ul > li p {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 30px 10px 40px; }

  #home .post_organiser_area_listing_container > ul > li > ul > li > ul > li > ul > li a {
    padding: 10px 30px 10px 50px; }

  .highlighted-articles ul {
    display: block;
    padding: 0; }

  .highlighted-articles ul li {
    width: 100%; }

  section:after, .home-section:after {
    height: 25px;
    width: 25px; }

  section.showAfter:after, .home-section.showAfter:after {
    bottom: -25px; }

  .page-content {
    padding-top: 140px; }

  .moving-blocks.type_2 {
    display: none; }

  .page-title h1 {
    padding: 0; }

  .page-title {
    min-height: inherit;
    padding: 20px 0; }

  section, .home-section {
    padding: 30px 0; }

  .flex {
    flex-direction: column; }

  .flex .box {
    width: 100%;
    margin-bottom: 20px; }

  .template-process .responsibilities .box {
    margin-bottom: 20px; }

  .team-list .team-row .team, .team-list .team-row .owner {
    padding: 10px; } }
@media only screen and (max-width: 479px) {
  .home-section h2 {
    padding-right: 40px; } }

#home .post_organiser_area_listing_container > ul > li > p.search-description {
	padding:0!important;
	border: none!important; font-size:14px!important; color: #333!important;}

#home .post_organiser_area_listing_container > ul > li > p.search-description::after {
display:none;}
