/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31-Oct-2016, 11:05:35
    Author     : PROGRESS
*/
/*
	VARIABLES
/*

/* Colours */
/*
    MIXINS
*/
/* 
    Created on : 26-Apr-2016, 13:05:13
    Author     : Progress
*/
/* This is the gradient overlay used for the FAQ iamge so the text is readable */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31-Oct-2016, 11:05:35
    Author     : PROGRESS
*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1;
  margin-bottom: 16px;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
}

p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 18px;
}
p:last-child {
  margin-bottom: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, header nav li a {
  font-family: "Bebas Neue", Verdana, sans-serif;
}

.welcome-message h2, .welcome-message h3, .welcome-message h4, .welcome-message h5 {
  font-size: 1.2rem;
  line-height: 1.2;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

ul {
  padding-left: 25px;
}
ul, ul li, ul a {
  font-size: 14px;
  list-style-type: square;
}
ul:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
  font-weight: 600;
}
a:hover {
  text-decoration: none;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31-Oct-2016, 11:05:35
    Author     : PROGRESS
*/
.full-size {
  width: 100%;
  height: 100%;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.half-size {
  width: 50%;
  height: 50%;
}

.half-width {
  width: 50%;
}

.half-height {
  height: 50%;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.overflow-hidden {
  overflow: hidden;
}

.top-left {
  top: 0;
  left: 0;
}

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

.bottom-left {
  bottom: 0;
  left: 0;
}

.bottom-right {
  right: 0;
  bottom: 0;
}

.aspect-ratio {
  display: block;
  position: relative;
}
.aspect-ratio:after {
  content: "";
  display: block;
}
.aspect-ratio .aspect-ratio-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aspect-ratio[data-ratio="1:1"]:after {
  padding-bottom: 100%;
}
.aspect-ratio[data-ratio="1:2"]:after {
  padding-bottom: 50%;
}
.aspect-ratio[data-ratio="4:3"]:after {
  padding-bottom: 75%;
}
.aspect-ratio[data-ratio="3:4"]:after {
  padding-bottom: 125%;
}

@media screen and (min-width: 1200px) {
  .aspect-ratio[data-ratio-xl="1:1"]:after {
    padding-bottom: 100%;
  }
  .aspect-ratio[data-ratio-xl="1:2"]:after {
    padding-bottom: 50%;
  }
  .aspect-ratio[data-ratio-xl="4:3"]:after {
    padding-bottom: 75%;
  }
  .aspect-ratio[data-ratio-xl="3:4"]:after {
    padding-bottom: 125%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .aspect-ratio[data-ratio-lg="1:1"]:after {
    padding-bottom: 100%;
  }
  .aspect-ratio[data-ratio-lg="1:2"]:after {
    padding-bottom: 50%;
  }
  .aspect-ratio[data-ratio-lg="4:3"]:after {
    padding-bottom: 75%;
  }
  .aspect-ratio[data-ratio-lg="3:4"]:after {
    padding-bottom: 125%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .aspect-ratio[data-ratio-md="1:1"]:after {
    padding-bottom: 100%;
  }
  .aspect-ratio[data-ratio-md="1:2"]:after {
    padding-bottom: 50%;
  }
  .aspect-ratio[data-ratio-md="4:3"]:after {
    padding-bottom: 75%;
  }
  .aspect-ratio[data-ratio-md="3:4"]:after {
    padding-bottom: 125%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .aspect-ratio[data-ratio-sm="1:1"]:after {
    padding-bottom: 100%;
  }
  .aspect-ratio[data-ratio-sm="1:2"]:after {
    padding-bottom: 50%;
  }
  .aspect-ratio[data-ratio-sm="4:3"]:after {
    padding-bottom: 75%;
  }
  .aspect-ratio[data-ratio-sm="3:4"]:after {
    padding-bottom: 125%;
  }
}
@media screen and (max-width: 575px) {
  .aspect-ratio[data-ratio-xs="1:1"]:after {
    padding-bottom: 100%;
  }
  .aspect-ratio[data-ratio-xs="1:2"]:after {
    padding-bottom: 50%;
  }
  .aspect-ratio[data-ratio-xs="4:3"]:after {
    padding-bottom: 75%;
  }
  .aspect-ratio[data-ratio-xs="3:4"]:after {
    padding-bottom: 125%;
  }
}
.darken-on-hover {
  background-color: rgba(0, 0, 0, 0.0001);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.darken-on-hover:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.hidden {
  display: none;
}

.vertical-center {
  display: table;
  width: 100%;
  height: 100%;
}

.vertical-center .vertical-center-inner {
  display: table-cell;
  vertical-align: middle;
}

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

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

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

.teal-background {
  background-color: #26B5BA;
}

.white-background {
  background-color: #FFFFFF;
}

.color-transparent, .color-transparent:hover, .color-transparent:focus, .color-transparent:active {
  color: transparent;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31-Oct-2016, 11:05:35
    Author     : PROGRESS
*/
.margin {
  margin: 32px;
}

.half-margin {
  margin: 16px;
}

.quarter-margin {
  margin: 8px;
}

.no-margin {
  margin: 0;
}

.margin-left {
  margin-left: 32px;
}

.margin-right {
  margin-right: 32px;
}

.margin-bottom {
  margin-bottom: 32px;
}

.margin-top {
  margin-top: 32px;
}

.half-margin-left {
  margin-left: 16px;
}

.half-margin-right {
  margin-right: 16px;
}

.half-margin-bottom {
  margin-bottom: 16px;
}

.half-margin-top {
  margin-top: 16px;
}

.quarter-margin-left {
  margin-left: 8px;
}

.quarter-margin-right {
  margin-right: 8px;
}

.quarter-margin-bottom {
  margin-bottom: 8px;
}

.quarter-margin-top {
  margin-top: 8px;
}

.no-margin-left {
  margin-left: 0;
}

.no-margin-right {
  margin-right: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-top {
  margin-top: 0;
}

.padding {
  padding: 32px;
}

.half-padding {
  padding: 16px;
}

.quarter-padding {
  padding: 8px;
}

.no-padding {
  padding: 0;
}

.padding-left {
  padding-left: 32px;
}

.padding-right {
  padding-right: 32px;
}

.padding-bottom {
  padding-bottom: 32px;
}

.padding-top {
  padding-top: 32px;
}

.half-padding-left {
  padding-left: 16px;
}

.half-padding-right {
  padding-right: 16px;
}

.half-padding-bottom {
  padding-bottom: 16px;
}

.half-padding-top {
  padding-top: 16px;
}

.quarter-padding-left {
  padding-left: 8px;
}

.quarter-padding-right {
  padding-right: 8px;
}

.quarter-padding-bottom {
  padding-bottom: 8px;
}

.quarter-padding-top {
  padding-top: 8px;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.no-padding-top {
  padding-top: 0;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31-Oct-2016, 11:05:35
    Author     : PROGRESS
*/
#mobile-nav-button {
  width: 38px;
  height: 38px;
  overflow: hidden;
  background-color: #26B5BA;
  color: #00aced;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  float: right;
  display: none;
  /*    padding: 2px 0;*/
  /*    display: none;*/
  font-size: 0;
  margin-top: -15px;
  background-image: url(../images/mobileNav.png) !important;
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
}
#mobile-nav-button:hover {
  opacity: 0.9;
}
#mobile-nav-button:active {
  opacity: 1;
}
#mobile-nav-button.active {
  background-image: url(../images/mobileNavCross.png) !important;
}

#mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  z-index: 100;
}

#mobile-nav ul {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

#mobile-nav ul li {
  display: block;
  position: relative;
  list-style: none;
  float: none;
  padding: 0;
}

#mobile-nav ul li a {
  display: block;
  width: 100%;
  color: #444444;
  font-size: 20px;
  line-height: 1;
  padding: 15px 0 15px 20px;
  text-decoration: none;
  font-family: "Istok Web", sans-serif;
  text-transform: uppercase;
  position: relative;
}

#mobile-nav ul li a:after {
  position: absolute;
  content: "";
  display: block;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: -ms-calc(100% - 20px);
  width: -o-calc(100% - 20px);
  width: calc(100% - 20px);
  left: 20px;
  bottom: 0;
  height: 1px;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.15);
}

#mobile-nav ul li.current-page > a {
  background-color: rgba(0, 0, 0, 0.03);
}

#mobile-nav ul li a:hover {
  color: #FFFFFF;
  border-color: transparent;
  margin-top: -1px;
  border-top: 1px solid transparent;
  background-color: #26B5BA;
}

#mobile-nav ul li:last-child a:hover {
  padding-bottom: 16px;
  border-top: none;
}

#mobile-nav ul li a:hover:after {
  display: none;
}

#mobile-nav div > ul > li > a {
  font-weight: 500;
}

#mobile-nav div > ul > li > a.active-page {
  font-weight: bold;
}

#mobile-nav .dropdown-button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  border: none;
  background: transparent;
  color: #333333;
  font-size: 20px;
  text-align: left;
  padding-left: 15px;
  outline: none;
}

#mobile-nav .dropdown-button:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

#mobile-nav div > ul > li > a:hover > .dropdown-button {
  color: #FFFFFF;
}

#mobile-nav div > ul > li .dropdown-button:hover:after {
  background-color: rgba(0, 0, 0, 0.05);
}

#mobile-nav div > ul > li:first-of-type .dropdown-button:hover:after {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

#mobile-nav div > ul > li.open .dropdown-button:before {
  content: "\e114";
}

#mobile-nav div > ul > li > ul > li {
  padding-right: 0;
}

#mobile-nav div > ul > li > ul > li > a {
  padding-left: 40px;
}

#mobile-nav div > ul > li > ul > li > a:after {
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: -ms-calc(100% - 40px);
  width: -o-calc(100% - 40px);
  width: calc(100% - 40px);
  left: 40px;
}

#mobile-nav div > ul > li > ul {
  display: none;
  padding: 0;
}

#mobile-nav .mobile-nav-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}

#mobile-nav .mobile-nav-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 135px;
}

#mobile-nav .jspVerticalBar {
  display: none;
}

#mobile-nav ul > li:last-of-type a {
  border: none;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31-Oct-2016, 11:05:35
    Author     : PROGRESS
*/
/**
 * On initial page load, the block grid has not been initialised, nor correctly sized. Therefore, the footer
 * flashes just underneath the heady until the block grid initialisation is complete.
 *
 * As a resolution, we fade in the footer when the block grids on the page have been initialised.
 */
#footer {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#footer.block-grid-ready {
  opacity: 1;
}

body[data-template=calendar] .calendar-block {
  margin-bottom: 8px;
}
body[data-template=calendar] .calendar .pignose-calendar {
  height: 100%;
}
body[data-template=calendar] .filter-block-container {
  padding-right: 8px;
  padding-top: 4px;
}
body[data-template=calendar] .filter-block-container .archive-block {
  margin-bottom: 8px;
  background-color: #4A606A;
  min-height: 192px;
}
body[data-template=calendar] .filter-block-container .archive-block .aspect-ratio-inner {
  padding: 10px;
  color: white;
}
body[data-template=calendar] .filter-block-container .archive-block select {
  background-color: #EDECEC;
  position: relative;
  width: 100%;
  margin: 0;
  outline: none;
  border: none;
  opacity: 0.9;
}
body[data-template=calendar] .filter-block-container .archive-block select:hover, body[data-template=calendar] .filter-block-container .archive-block select:focus {
  opacity: 1;
}
body[data-template=calendar] .filter-block-container .archive-block select:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
}

.block-grid {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
body:not([data-template=calendar]) .block-grid {
  width: 97%;
  margin-right: auto;
  margin-left: auto;
}
.block-grid.ready {
  opacity: 1;
}
.block-grid .grid-inner {
  position: relative;
  width: -webkit-calc(100% + 8px);
  width: -moz-calc(100% + 8px);
  width: -ms-calc(100% + 8px);
  width: -o-calc(100% + 8px);
  width: calc(100% + 8px);
  margin-left: -4px;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  -ms-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s;
}

.grid-item {
  float: left;
  overflow: hidden;
  position: absolute;
  border: 4px solid #FFFFFF;
}
.grid-item .grid-item-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.grid-item[data-width="1"] {
  width: 16.1666666667%;
}
.grid-item[data-width="2"] {
  width: 32.3333333333%;
}
.grid-item[data-width="3"] {
  width: 33.3333333333%;
}
.grid-item[data-width="4"] {
  width: 64.6666666667%;
}
.grid-item[data-type=info-block] h2 {
  font-size: 2.3rem;
}
.grid-item img {
  width: 100%;
}
.grid-item .black-overlay {
  bottom: 0px;
  position: absolute;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 10px;
}
.grid-item .grid-item-inner.scale-on-click {
  -webkit-transition: -webkit-transform 0.1s;
  -moz-transition: -moz-transform 0.1s;
  -o-transition: -o-transform 0.1s;
  transition: transform 0.1s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.grid-item .grid-item-inner.scale-on-click:active {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.grid-item .block-label {
  padding: 4px 5px;
  background-color: white;
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  opacity: 0.75;
}
.grid-item .darken-on-hover {
  z-index: 1;
  display: block;
}
/* Grids/Blocks - Isotope plugin */
.tweet {
  color: #FFFFFF !important;
  background: url("../images/twitter.png");
  background-position: center;
  background-size: contain;
  background-position-y: 30px;
  background-repeat: no-repeat;
}
.tweet h5 {
  padding-top: 20px;
  padding-left: 15px;
  font-size: 1.75rem;
  margin-bottom: 0;
}
.tweet h6 {
  padding: 0 15px 0 15px;
  font-size: 1.25rem;
}
.tweet p {
  padding: 5px 15px 25px 15px;
  font-size: 14px;
  line-height: 17px;
}

.grid {
  height: auto;
  margin: 90px 0 0 20px;
}

.blue-green-colour-div {
  background-color: #26B5BA;
  height: inherit;
}
.blue-green-colour-div h4, .blue-green-colour-div h2, .blue-green-colour-div h3 {
  color: #FFFFFF;
}
.blue-green-colour-div .auto-height {
  height: auto;
}

.light-grey-color-div {
  background-color: #E8E8E8;
}

.text-color-light, .text-color-light * {
  color: #FFFFFF;
}

.text-color-dark, .text-color-dark * {
  color: #2F2F2F;
}

/* Filter */
/* End of Filter */
#calendar-block-grid .filter-block {
  width: 19%;
  margin: 0;
  height: 200px;
  min-height: 200px;
  padding: 0;
  position: absolute;
  border: 4px solid white;
}
#calendar-block-grid .filter-block select {
  margin: 5px 0;
}

#archive-block-grid .archive-block {
  background-color: #4A606A;
}
#archive-block-grid .archive-block h4 {
  color: #FFFFFF;
}

.grid-item[data-type=calendarPageBlock] {
  height: unset !important;
}
.grid-item[data-type=calendarPageBlock] .grid-item-inner {
  height: unset !important;
}

.calendarPageBlock {
  float: none;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 455px) {
  .calendarPageBlock {
    flex-direction: row;
    align-items: stretch;
  }
}
@media only screen and (max-width: 768px) {
  .calendarPageBlock {
    height: unset !important;
  }
}
@media only screen and (min-width: 768px) {
  .calendarPageBlock {
    height: 230px !important;
  }
}
.calendarPageBlock__image {
  aspect-ratio: 2/1;
  display: block;
  flex-shrink: 0;
  width: 100%;
}
@media only screen and (min-width: 455px) {
  .calendarPageBlock__image {
    aspect-ratio: 1/1;
    width: 70%;
    max-width: 200px;
  }
}
.calendarPageBlock__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
  padding: 15px 15px;
  position: relative;
}
.calendarPageBlock__title {
  color: #FFFFFF;
  position: relative;
  left: 0;
  padding: 0 0 0 0 !important;
  display: inline-block;
}
.calendarPageBlock__darkenHover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.calendarPageBlock__link {
  color: white;
  text-decoration: underline;
}
.calendarPageBlock__link i {
  margin-left: 0.3em;
}
.calendarPageBlock__link:hover {
  color: white;
  text-decoration: none;
}
.calendarPageBlock__typeofArticleLittleBox {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 700px) {
  .calendarPageBlock__typeofArticleLittleBox {
    justify-content: flex-end;
  }
}
.calendarPageBlock__typeofArticleLittleBox__item {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
}
.calendarPageBlock__typeofArticleLittleBox__item.item-oaf {
  background-color: #FF394A;
  color: white;
}
.calendarPageBlock p {
  color: #FFFFFF;
  position: relative;
  left: 0;
  margin-bottom: 10px;
}

.filter-block {
  min-height: 192px;
}
.filter-block h4 {
  padding: 10px !important;
  margin: 0;
}
.filter-block select {
  background-color: #EDECEC;
  position: relative;
  width: 100%;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: -ms-calc(100% - 20px);
  width: -o-calc(100% - 20px);
  width: calc(100% - 20px);
  margin: 5px 10px;
  outline: none;
  border: none;
  opacity: 0.9;
}
.filter-block select:hover, .filter-block select:focus {
  opacity: 1;
}
.filter-block select:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
}
.filter-block .filter-block__reset {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 0.35em 1em 0.2em;
  display: flex;
  align-items: center;
  text-decoration: none;
  border: 1px solid #4A606A;
  background-color: #4A606A;
  font-family: "Bebas Neue", Verdana, sans-serif;
  cursor: pointer;
  margin: 5px 10px;
}
.filter-block .filter-block__reset:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: black;
}

.welcome-message {
  padding: 0 !important;
  color: #000000;
  line-height: normal !important;
  /*margin: 20px 7px 20px 7px;*/
}
.welcome-message .white-inner-box {
  background-color: #FFFFFF;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.welcome-message .white-inner-box * {
  color: black;
}

body[data-template=calendar] .calendar-block, body[data-template=calendar] .filter-block {
  padding: 0;
}
body[data-template=calendar] .pignose-calendar {
  max-width: none;
}

@media only screen and (max-width: 992px) {
  body[data-template=calendar] #calendar-block-grid .grid-item[data-type=calendarPageBlock] .grid-item-inner h2, body[data-template=calendar] #calendar-block-grid .grid-item[data-type=calendarPageBlock] .grid-item-inner .h2 {
    font-size: 1.75rem;
  }
}
.block-grid .grid-item[data-type=calendar] .calendar {
  width: 100%;
  height: 100%;
}
.block-grid .grid-item[data-type=thread-key] .grid-item-inner {
  background-color: #EEEEEE;
  padding: 10px;
}

.threads-block h2 {
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 10px;
}
.threads-block .threads {
  list-style: none;
  padding: 0;
  margin: 0;
}
.threads-block .threads .thread {
  display: block;
  margin-bottom: 10px;
}
.threads-block .threads .thread:after {
  content: " ";
  display: table;
  clear: both;
}
.threads-block .threads .thread .thread-color {
  width: 32px;
  height: 32px;
  float: left;
}
.threads-block .threads .thread .thread-color .thread-triangle {
  border: 16px solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.threads-block .threads .thread .thread-title {
  min-height: 36px;
  padding-top: 9px;
  width: -webkit-calc(100% - 40px - 10px);
  width: -moz-calc(100% - 40px - 10px);
  width: -ms-calc(100% - 40px - 10px);
  width: -o-calc(100% - 40px - 10px);
  width: calc(100% - 40px - 10px);
  float: right;
  line-height: 18px;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  color: #666666;
  font-family: "Bebas Neue", sans-serif;
}
.threads-block .threads .thread:last-of-type {
  margin-bottom: 0;
}
.threads-block .threads .thread:last-of-type .thread-title {
  border-bottom: none;
}

body[data-template=calendar] .threads-block {
  margin-top: 10px;
  background-color: #EEEEEE;
  padding: 10px;
  margin-bottom: 5px;
}

.calendar .pignose-calendar {
  width: 100%;
  height: 100%;
  background-color: #4A606A;
  border: none;
}
.calendar .pignose-calendar .pignose-calendar-top {
  padding: 8px;
  background-color: #4A606A;
  height: 38px;
}
.calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav {
  margin: 0;
  width: 21px;
  text-align: center;
}
.calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-value {
  display: none;
}
.calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
  padding: 0;
}
.calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date .pignose-calendar-top-year {
  display: none;
}
.calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date .pignose-calendar-top-month {
  margin: 0;
  color: #FFFFFF;
  padding: 8px;
}
.calendar .pignose-calendar .pignose-calendar-header {
  margin: 0;
  padding: 8px 6px 0 6px;
  height: 18px;
}
.calendar .pignose-calendar .pignose-calendar-header .pignose-calendar-week {
  color: #FFFFFF;
  font-size: 10px;
  line-height: 10px;
  height: auto;
  letter-spacing: 0;
}
.calendar .pignose-calendar .pignose-calendar-body {
  height: -webkit-calc(100% - 38px - 18px);
  height: -moz-calc(100% - 38px - 18px);
  height: -ms-calc(100% - 38px - 18px);
  height: -o-calc(100% - 38px - 18px);
  height: calc(100% - 38px - 18px);
  padding: 6px;
}
.calendar .pignose-calendar .pignose-calendar-body .pignose-calendar-row {
  height: 16.6666%;
  display: block;
  overflow: visible;
}
.calendar .pignose-calendar .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.calendar .pignose-calendar .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-active:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  width: 90%;
  padding-bottom: 90%;
  background-color: #26B5BA;
  z-index: 10;
  border-radius: 100%;
}
.calendar .pignose-calendar .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit a {
  color: #FFFFFF;
  position: relative;
  z-index: 20;
  display: block;
  height: auto;
  width: 100%;
  line-height: 1;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31-Oct-2016, 11:05:35
    Author     : PROGRESS
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02-Nov-2016, 11:23:40
    Author     : PROGRESS
*/
/* Navigation Bar */
header {
  padding: 20px 20px 4px 20px;
  z-index: 150 !important;
  position: relative;
  height: 127px;
  display: flex;
  align-items: center;
}
header nav {
  padding: 0;
  margin: 0;
  height: 100%;
  /*        input {
              background-color: $blue-green;
              color: $white;
              border: 0;
              float: right;
              margin: 50px 0 0 0;
              width: 150px;
              padding: 0 0 0 10px;
          }*/
}
header nav ul {
  list-style-type: none;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
  display: flex;
}
header nav ul li {
  position: relative;
  display: block;
  list-style: none;
  padding: 0 10px 0 0;
  /* DROPDOWN MENU */
  /*                &:hover {

                      ul {
                          top: 100%;
                          opacity: 1.0;
                      }

                  }*/
}
header nav ul li ul {
  background-color: #26B5BA;
  opacity: 0;
  position: absolute;
  top: -9999px;
  padding: 0;
  z-index: 100;
  width: auto !important;
  transition: transform 0.2s, opacity 0.2s;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.5);
}
header nav ul li ul li {
  float: none;
  display: block;
  width: auto !important;
  white-space: nowrap;
}
header nav ul li ul li a {
  background-color: #26B5BA;
  font-size: 14px;
  color: #FFFFFF !important;
  display: block;
  cursor: pointer;
}
header nav ul li a {
  background-color: #4A606A;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 0.35em 1em 0.2em;
  display: flex;
  align-items: center;
  text-decoration: none;
}
header nav ul li a:hover, header nav ul li a.active-page {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #26B5BA !important;
}
header nav ul li a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
header nav ul li a:active {
  color: #FFFFFF;
  text-decoration: none;
}
header nav i {
  float: right;
  padding: 53px 0 0 0;
  margin-right: -140px;
  color: #FFFFFF;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31-Oct-2016, 11:05:35
    Author     : PROGRESS
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02-Nov-2016, 11:26:06
    Author     : PROGRESS
*/
/* Footer */
footer {
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  border-right: 8px solid #FFFFFF;
  background-color: #4A606A;
  width: 97%;
  height: auto;
  position: relative;
}
footer p {
  color: #FFFFFF;
  font-size: 12px;
  margin-bottom: 0;
}
footer a {
  color: #FFFFFF;
}
footer a:hover {
  color: #FFFFFF;
}
footer .social-icons {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: auto;
}

#map {
  height: 100%;
  width: 100%;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31-Oct-2016, 11:05:35
    Author     : PROGRESS
*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
}
.modal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 2px solid rgba(0, 0, 0, 0.25);
  position: relative;
}
.modal .modal-header {
  background-color: #26B5BA;
  color: white;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}
.modal .modal-header .close {
  margin-top: 3px;
}
.modal .modal-body {
  background-color: #26B5BA;
}
.modal input[type=text] {
  background-color: rgba(0, 0, 0, 0.15);
  border: none;
  width: 100%;
  padding: 10px 12px;
  outline: none;
  font-family: "Bebas Neue", Verdana, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: white;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.modal input[type=text]:focus {
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
  -ms-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
  -o-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}
.modal button[type=submit] {
  width: auto;
  background-color: transparent;
  border: none;
  padding: 8px 10px;
  outline: none;
  font-family: "Bebas Neue", Verdana, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  letter-spacing: 1px;
}
.modal button[type=submit] i {
  font-size: 18px;
}
.modal button[type=submit]:hover {
  color: rgb(255, 255, 255);
}
.modal button[type=submit]:hover:active {
  color: rgba(0, 0, 0, 0.5);
}
.modal .modal-message {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #26B5BA;
  width: 100%;
  height: 100%;
  color: white;
  display: none;
}
.modal .modal-message i {
  font-size: 24px;
  line-height: 24px;
}
.modal .modal-message.failure i::before {
  content: "\f00d";
}
.modal .modal-message.success i::before {
  content: "\f00c";
}
.modal .modal-message-text {
  font-size: 16px;
  line-height: 18px;
  margin-top: 8px;
}
.modal .dismiss-message-button {
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 15px;
  border: none;
  outline: none;
  margin: 15px 0 0 0;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
  -ms-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
  -o-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}
.modal .dismiss-message-button:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.modal .dismiss-message-button:hover:active {
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31-Oct-2016, 11:05:35
    Author     : PROGRESS
*/
@media screen and (min-width: 1400px) {
  body[data-template=calendar] .filter-block-container {
    width: 16.666667%;
  }
  body[data-template=calendar] #calendar-block-grid {
    width: 83.333333%;
  }
}
@media (max-width: 906px) {
  .grid-item {
    float: left;
    overflow: hidden;
    border: 4px solid #FFFFFF;
  }
  .grid-item[data-type=empty-space-holder] {
    display: none !important;
  }
}
@media screen and (max-width: 974px) {
  #mobile-nav-button {
    display: block;
  }
  #desktop-nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 100px;
  }
  header .logo {
    width: 145px;
    height: 60px;
  }
}
@media screen and (max-width: 575px) {
  #footer .footer-text, #footer .social-icons {
    float: none;
  }
  #footer .social-icons {
    position: relative;
    height: 40px;
    margin-top: 15px;
  }
  #footer .social-icons i {
    font-size: 2em;
  }
  #footer .social-icons a.half-margin-left:first-of-type {
    margin-left: 0;
  }
  body[data-template=calendar] .filter-block {
    margin-bottom: 4px;
    padding-bottom: 4px;
  }
  body[data-template=calendar] .filter-block .aspect-ratio-inner {
    position: relative;
  }
  body[data-template=calendar] .calendar-block .aspect-ratio-inner {
    height: 100%;
    position: absolute;
  }
}
@media screen and (max-width: 450px) {
  #calendar-block-grid .grid-item .object-fit-parent {
    float: none;
    width: 100%;
  }
  #calendar-block-grid .grid-item .moreInfoButton {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  body[data-template=calendar] .calendar-block, body[data-template=calendar] .archive-block {
    width: -webkit-calc(50% - 4px);
    width: -moz-calc(50% - 4px);
    width: -ms-calc(50% - 4px);
    width: -o-calc(50% - 4px);
    width: calc(50% - 4px);
    float: left;
    margin-bottom: 4px !important;
  }
  body[data-template=calendar] .filter-block {
    width: -webkit-calc(50% - 4px);
    width: -moz-calc(50% - 4px);
    width: -ms-calc(50% - 4px);
    width: -o-calc(50% - 4px);
    width: calc(50% - 4px);
    float: right;
  }
}
/* Input Fields */
::-webkit-input-placeholder {
  color: #FFFFFF;
}

::-moz-input-placeholder {
  color: #FFFFFF;
}

::-o-input-placeholder {
  color: #FFFFFF;
}

::selection {
  background: #26B5BA;
  color: white;
}

::-moz-selection {
  background: #26B5BA;
  color: white;
}

/* SUBMIT PAGE */
#submit-block-grid .submit-form {
  padding: 0 0 20px 0;
}
#submit-block-grid .submit-form input, #submit-block-grid .submit-form textarea {
  background-color: #26B5BA;
  color: #FFFFFF;
  border: 0;
  width: 150px;
  padding: 0 0 0 10px;
  height: 40px;
  width: 70%;
}
#submit-block-grid .submit-form textarea {
  height: 110px;
  resize: none;
}

/* Body */
body {
  margin: 0;
  padding: 0;
  min-height: -webkit-calc(100vh + 1px);
  min-height: -moz-calc(100vh + 1px);
  min-height: -ms-calc(100vh + 1px);
  min-height: -o-calc(100vh + 1px);
  min-height: calc(100vh + 1px);
}

.standard-width {
  width: 97%;
  margin: auto auto;
}

#cookieconsent * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cookieconsent p {
  padding-top: 9px !important;
  margin-bottom: 0;
}
#cookieconsent p a {
  font-weight: bold;
  color: white;
}
#cookieconsent p a:hover {
  color: #4A606A !important;
}
#cookieconsent #consentButton {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.85);
  height: 40px;
  line-height: 40px;
  border: none;
  padding: 0 20px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}
#cookieconsent #consentButton:hover {
  background-color: rgba(0, 0, 0, 0.3);
  color: rgb(255, 255, 255);
}
#cookieconsent #consentButton:active {
  background-color: rgba(0, 0, 0, 0.4);
  color: rgb(255, 255, 255);
}
#cookieconsent #consentButton:focus {
  outline: 3px solid rgba(255, 255, 255, 0.25);
  color: rgb(255, 255, 255);
}

/*# sourceMappingURL=main.css.map */
