﻿@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap");
* {
  text-decoration: none;
  font-size: inherit;
  outline: none;
  padding: 0;
  margin: 0;
}

code, kbd, samp, pre, tt, var, textarea,
input, select, isindex, listing, xmp, plaintext {
  font-size: 1em;
  font: inherit;
}

dfn, i, cite, var, address, em {
  font-style: normal;
}

th, b, strong, h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a, img, a img, iframe, form, fieldset,
abbr, acronym, object, applet, table {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: top;
}

caption, center {
  vertical-align: top;
  text-align: left;
}

body {
  background: white;
  line-height: 1;
  color: black;
}

q {
  quotes: "" "";
}

ul, ol, dir, menu {
  list-style: none;
}

sub, sup {
  vertical-align: baseline;
}

a {
  color: inherit;
}

hr {
  display: block;
}

font {
  color: inherit !important;
  font: inherit !important;
  color: inherit !important; /* editor's note: necessary? */
}

marquee {
  overflow: inherit !important;
}

blink {
  text-decoration: none;
}

nobr {
  white-space: normal;
}

input, select, textarea {
  color: inherit;
}

#report-abuse {
  display: none !important;
}

*::before, *::after {
  font-size: 1em;
}

/* Font Families */
/* Font Sizing */
/* Line Heights */
/* Font Colours */
/* Font Weighting */
/* Font Styling */
/* Font Families */
/* Font Sizing */
/* Line Heights */
/* Font Colours */
/* Font Weighting */
/* Font Styling */
/*
	--------------------------------------------
	font-family: "Titillium Web", sans-serif;
	font-optical-sizing: auto;
	--------------------------------------------
	weight
	--------------------------------------------
	300 Light
	400	Regular
	600 SemiBold
	700 Bold
	--------------------------------------------
*/
.fa, .preIcon:before, .fa-arrow-up, .fa-clipboard, .icon.clipboard:after, .icon.clipboard:before, .fa-chevron-right, .icon.chevron-right:after, .icon.chevron-right:before, .postIcon.chevron-right:after, .fa-chevron-left, .preIcon.chevron-left:before, .fa-chevron-down, #PrimaryNav li.menu-item-has-children > a:after, .fa-chevron-up, #PrimaryNav li.menu-item-has-children.open > a:after {
  font: var(--fa-font-solid);
  display: inline-block;
}

.fa-chevron-up, #PrimaryNav li.menu-item-has-children.open > a:after {
  content: "\f077";
}

.fa-chevron-down, #PrimaryNav li.menu-item-has-children > a:after {
  content: "\f078";
}

.fa-chevron-left, .preIcon.chevron-left:before {
  content: "\f053";
}

.fa-chevron-right, .icon.chevron-right:after, .icon.chevron-right:before, .postIcon.chevron-right:after {
  content: "\f054";
}

.fa-clipboard, .icon.clipboard:after, .icon.clipboard:before {
  content: "\f328";
}

.fa-arrow-up {
  content: "\f062";
}

.fa-check {
  content: "\f00c";
}

.fa-images, .multiGallery .imgGalleryLauncher:after {
  content: "\f302;";
}

.fa-times {
  content: "\f00d";
}

.fa-delete, .preIcon.delete:before {
  content: "\f1f8";
}

.fa-pen-to-square {
  content: "\f044";
}

.fa-magnifying-glass {
  content: "\f002";
}

.postIcon:after {
  margin: 0 0 0 8px;
  color: inherit;
}
.icon.clipboard:after, .icon.clipboard:before {
  font-weight: var(--fa-font-regular);
}
.icon:after, .icon:before {
  display: none !important;
  color: inherit;
}
.icon:before {
  margin: 0 8px 0 0;
}
.icon:after {
  margin: 0 0 0 8px;
}
.icon.pre:before {
  display: inline-block !important;
}
.icon.post:after {
  display: inline-block !important;
}

.preIcon:before {
  margin: 0 8px 0 0;
  color: inherit;
}
.preIcon.standardButton:before, .show-more-posts span.preIcon:before {
  margin: 0 6px 0 -2px;
}
.preIcon.cross:before {
  content: "\f057";
}
.preIcon.mail:before {
  content: "\f0e0";
}
.preIcon.pdf:before {
  content: "\f1c1";
}
.preIcon.user:before {
  content: "\f007";
}
.preIcon.warning:before {
  content: "\f071";
}
.preIcon.key {
  content: "\f084";
}
.preIcon.clock {
  content: "\f017";
}
.preIcon.clipboard {
  content: "\f328";
}

/* Font Families */
/* Font Sizing */
/* Line Heights */
/* Font Colours */
/* Font Weighting */
/* Font Styling */
*, *::before, *::after {
  box-sizing: border-box;
}

:root {
  --sectionSpace: 30px;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  :root {
    font-size: 15px;
    --sectionSpace: 30px;
  }
}
@media screen and (min-width: 1300px) {
  :root {
    font-size: 20px;
  }
}

html,
body {
  color: #48494b;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
  font-optical-sizing: auto;
}

body {
  background-color: #e9f6fc;
}

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

a {
  color: #1c7da7;
}
a:hover {
  color: #1c7da7;
}

h1, h2, h3, h4 {
  margin: 0 0 0.65rem 0;
  padding: 0.25em 0 0 0;
  display: block;
  color: #48494b;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.1;
}

h1 {
  padding: 0;
}

h2 {
  margin: 0 0 0.25rem 0;
  padding: 0.75rem 0 0 0;
  font-size: 1.2rem;
}

h3 {
  font-size: 1.1rem;
}

h4 {
  margin: 0 0 5px 0;
  text-transform: none;
  font-weight: bold;
  font-size: 1rem;
}

p {
  margin: 0 0 0.75rem 0;
}
p:last-of-type {
  margin: 0;
}

b, strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

ul, ol {
  margin: 1rem 1rem 1rem 2rem;
  list-style-type: none;
}
ul li, ol li {
  margin: 0;
  padding: 0 0 0 5px;
  position: relative;
}
ul li:before, ol li:before {
  width: 10px;
  height: 10px;
  position: absolute;
  left: -16px;
  top: 0.4em;
  content: "";
  display: inline-block;
  background-color: #1c7da7;
}

ol {
  list-style-type: decimal;
}
ol li:before {
  display: none;
}

hr {
  width: 100%;
  height: 5px;
  margin: 20px 0;
  display: block;
  background-color: #7f868c;
  border: none;
}
hr.grey {
  background-color: #dddddd;
}

blockquote, .highlightPanel {
  margin: 0 0 20px 0;
  padding: 20px;
  color: #252060;
  font-weight: 600;
  background: #e9f6fc;
}

.standardTable {
  border: solid 1px #cccccc;
}
.standardTable th, .standardTable td {
  padding: 5px 8px;
  border: solid 1px #cccccc;
}
.standardTable th {
  font-weight: bold;
  text-align: left;
  background-color: #efefef;
}

.linkButton {
  margin: 0 !important;
  padding: 0 !important;
  color: #c00 !important;
  cursor: pointer;
  color: #1c7da7;
  text-transform: none;
  background: none !important;
  border: none !important;
}
.linkButton.red {
  color: #cc0000;
}

.standardButton, .show-more-posts span {
  cursor: pointer;
  padding: 0.75rem 1rem;
  color: #ffffff;
  display: inline-block;
  font-size: 1rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #252060;
  border: none;
}
.standardButton:hover, .show-more-posts span:hover {
  color: #ffffff;
}
.standardButton.medium, .show-more-posts span.medium {
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
}
.standardButton.small, .show-more-posts span.small {
  padding: 0.25rem 0.4rem;
  font-size: 0.65rem;
}
.standardButton.light, .show-more-posts span.light {
  color: #48494b;
  background-color: #f0f9fe;
  border: solid 1px #252060;
}
.standardButton.grey, .show-more-posts span.grey {
  background-color: #d8d9db;
}
.standardButton.red, .show-more-posts span.red {
  color: #ffffff;
  background-color: #cc0000;
}
.standardButton.dark, .show-more-posts span.dark {
  color: #ffffff;
  background-color: #252060;
}
.standardButton.arrowed:after, .show-more-posts span.arrowed:after {
  padding: 0 0 0 0.75rem;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
}

.pageSection.sep {
  margin: 40px 0;
}
.pageSection.sep > .row > .content {
  height: 2px;
  margin: 0;
  padding: 0;
  background-color: #d9d9d9;
}

/* Font Families */
/* Font Sizing */
/* Line Heights */
/* Font Colours */
/* Font Weighting */
/* Font Styling */
#SiteContainer {
  min-width: 320px;
  max-width: 1800px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
#SiteContainer.staging {
  border: dashed 2px #cc0000;
}
#SiteContainer.narrow {
  max-width: 1800px;
}

.pageSection {
  width: 100%;
}
.pageSection.spaced {
  margin: 0 0 var(--sectionSpace) 0;
}
.pageSection.lead {
  margin: var(--sectionSpace) 0;
}
.pageSection.hint {
  background-color: #e9f6fc;
}
.pageSection.hint > .row {
  background: none;
}
.pageSection.hint > .row > .content {
  padding: 20px 0;
}
.pageSection.sectionHeader {
  margin: 0 0 30px 0;
}
.pageSection.sectionHeader > .row > .content {
  max-width: 1200px;
  margin: 0 auto;
}
.pageSection > .row {
  width: 100%;
  background-color: #ffffff;
}
.pageSection > .row.inset {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
.pageSection > .row > .content {
  width: 100%;
  padding: 0;
  position: relative;
}
.pageSection > .row > .content.centred {
  text-align: center;
}
.pageSection > .row > .content > .columns, .pageSection > .row > .content.columns {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.pageSection > .row > .content > .columns.invertSingleColumnLayout, .pageSection > .row > .content.columns.invertSingleColumnLayout {
  flex-direction: column-reverse;
}
.pageSection > .row > .content > .columns > .column, .pageSection > .row > .content.columns > .column {
  width: 100%;
  position: relative;
}
.pageSection > .row > .content > .columns > .column.image, .pageSection > .row > .content.columns > .column.image {
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 0;
}
.pageSection > .row > .content > .columns > .column.image img, .pageSection > .row > .content.columns > .column.image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.pageSection > .row > .content > .columns > .column.html .standardButton, .pageSection > .row > .content > .columns > .column.html .show-more-posts span, .show-more-posts .pageSection > .row > .content > .columns > .column.html span, .pageSection > .row > .content.columns > .column.html .standardButton, .pageSection > .row > .content.columns > .column.html .show-more-posts span, .show-more-posts .pageSection > .row > .content.columns > .column.html span {
  margin-top: 20px;
}
.pageSection > .row > .content > .columns.invertSingleColumnLayout > .column, .pageSection > .row > .content.columns.invertSingleColumnLayout > .column {
  margin: 0;
}
.pageSection > .row > .content > .columns.invertSingleColumnLayout > .column.html, .pageSection > .row > .content.columns.invertSingleColumnLayout > .column.html {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .pageSection > .row > .content > .columns, .pageSection > .row > .content.columns {
    max-width: unset;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .pageSection > .row > .content > .columns.reversed, .pageSection > .row > .content.columns.reversed {
    flex-direction: row-reverse;
  }
  .pageSection > .row > .content > .columns > .column, .pageSection > .row > .content.columns > .column {
    width: 48%;
  }
  .pageSection > .row > .content > .columns > .column.image, .pageSection > .row > .content.columns > .column.image {
    margin: 0;
    width: 40%;
  }
}

.editLink {
  display: inline-block;
}
.editLink a {
  padding: 0.5rem 0.75rem;
  display: inline-block;
  background-color: #eeeeee;
  border: solid 1px #dddddd;
}

#GotoTop {
  width: 40px;
  height: 2rem;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  top: 0;
  right: 1rem;
  position: fixed;
  cursor: pointer;
  display: none;
  z-index: 5000;
  background-color: #27aae2;
  border-radius: 0 0 30px 30px;
}
#GotoTop:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* Font Families */
/* Font Sizing */
/* Line Heights */
/* Font Colours */
/* Font Weighting */
/* Font Styling */
#BaseRow {
  background-color: #7f868c;
}
#BaseRow .row {
  background: none;
}
#BaseRow .row > .content {
  margin: 0 auto;
  padding: 40px 0;
  font-size: 0.9rem;
  color: #ffffff;
  text-align: center;
}
#BaseRow .row > .content a {
  color: inherit;
}
#BaseRow .row > .content .address {
  padding: 0 0 10px 0;
}
#BaseRow .row > .content .address > span {
  display: block;
}
#BaseRow .row > .content .address > span.title {
  font-weight: 700;
  display: block;
}
#BaseRow .row > .content .contact > span {
  display: block;
}
@media screen and (min-width: 768px) {
  #BaseRow .row > .content .address > span {
    margin: 0 5px 0 0;
    display: inline-block;
  }
  #BaseRow .row > .content .address > span.title {
    font-weight: 400;
  }
  #BaseRow .row > .content .address > span:last-of-type {
    margin: 0;
  }
  #BaseRow .row > .content .contact > span {
    display: inline-block;
  }
  #BaseRow .row > .content .contact > span:after {
    margin: 0 4px;
    content: "|";
  }
  #BaseRow .row > .content .contact > span:last-of-type {
    margin: 0;
  }
  #BaseRow .row > .content .contact > span:last-of-type:after {
    display: none;
  }
}
#BaseRow .row > .content .menu {
  margin: 0 0 20px 0;
}
#BaseRow .row > .content .menu ul {
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
  text-align: center;
  list-style-type: none;
}
#BaseRow .row > .content .menu ul li {
  margin: 0;
  padding: 0 5px;
  display: inline-block;
}
#BaseRow .row > .content .menu ul li:before {
  display: none !important;
}
#BaseRow .row > .content .menu ul li a {
  padding: 5px 8px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #BaseRow .row > .content .section {
    margin: 0;
  }
  #BaseRow .row > .content .location {
    text-align: left;
  }
}
#BaseRow2 {
  background-color: #606970;
}
#BaseRow2 > .row {
  background: none;
}
#BaseRow2 > .row > .content {
  padding: 30px 0;
  color: #ffffff;
  font-size: 0.65rem;
  text-align: center;
}
#BaseRow2 > .row > .content a {
  color: inherit;
  white-space: nowrap;
}
#BaseRow2 > .row > .content .credit,
#BaseRow2 > .row > .content .copyright,
#BaseRow2 > .row > .content .menu {
  color: inherit;
  display: block;
}
#BaseRow2 > .row > .content .credit,
#BaseRow2 > .row > .content .copyright {
  color: rgba(255, 255, 255, 0.65);
}
#BaseRow2 > .row > .content .credit a,
#BaseRow2 > .row > .content .copyright a {
  color: inherit;
}
#BaseRow2 > .row > .content .credit a .mcco,
#BaseRow2 > .row > .content .copyright a .mcco {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  #BaseRow2 > .row > .content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "copyright menu credit";
  }
  #BaseRow2 > .row > .content .copyright {
    margin: 0;
    grid-area: copyright;
    text-align: left;
  }
  #BaseRow2 > .row > .content .menu {
    margin: 0;
    grid-area: menu;
  }
  #BaseRow2 > .row > .content .menu ul {
    margin: 0;
  }
  #BaseRow2 > .row > .content .menu ul a {
    padding: 0 !important;
  }
  #BaseRow2 > .row > .content .menu ul a:hover {
    background: none !important;
  }
  #BaseRow2 > .row > .content .credit {
    margin: 0;
    grid-area: credit;
    text-align: right;
  }
}
@media screen and (min-width: 1300px) {
  #BaseRow2 > .row > .content {
    padding: 30px 0;
  }
}

/* Font Families */
/* Font Sizing */
/* Line Heights */
/* Font Colours */
/* Font Weighting */
/* Font Styling */
#Header > .row > .content {
  height: 85px;
  padding: 10px 0;
  position: relative;
  font-size: 0;
}
#Header > .row > .content .custom-logo-link {
  margin: 0 0 0 -10px;
  display: inline-block;
  font-size: 0;
}
#Header > .row > .content .custom-logo-link > img {
  width: 130px;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
#Header > .row > .content .tagline {
  margin: 0 0 0 -5px;
  display: block;
  font-size: 1rem;
  line-height: 1;
  color: #252060;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #Header > .row > .content {
    height: 75px;
  }
  #Header > .row > .content .custom-logo-link {
    margin: 0 0 0 -10px;
    display: inline-block;
    font-size: 0;
  }
  #Header > .row > .content .custom-logo-link > img {
    width: auto;
    max-width: 150px;
    height: auto;
    display: inline-block;
  }
  #Header > .row > .content .tagline {
    font-size: 1.2rem;
    position: absolute;
    top: 35px;
    left: 150px;
  }
}
@media screen and (min-width: 1300px) {
  #Header > .row > .content {
    height: 125px;
    padding: 37px 0 0 0;
  }
  #Header > .row > .content .custom-logo-link > img {
    width: auto;
    max-width: 100%;
  }
  #Header > .row > .content .tagline {
    top: 70px;
    left: 200px;
  }
}

/* Structure.Navigation.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Font Families */
/* Font Sizing */
/* Line Heights */
/* Font Colours */
/* Font Weighting */
/* Font Styling */
#PrimaryNavToggle {
  width: 35px;
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  color: #252060;
  text-align: center;
  z-index: 1000;
}
#PrimaryNavToggle > span {
  line-height: 1;
  font-size: 10px;
  display: none;
}
@media screen and (min-width: 768px) {
  #PrimaryNavToggle {
    top: 25px;
    right: 0;
  }
}
@media screen and (min-width: 1300px) {
  #PrimaryNavToggle {
    display: none;
  }
}

/* Basic Menu Config */
#PrimaryNav {
  width: 100%;
  max-width: 400px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1000;
  font-size: 1rem;
  background-color: #ffffff;
}
#PrimaryNav ul, #PrimaryNav li, #PrimaryNav a {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  list-style-type: none;
}
#PrimaryNav ul:before, #PrimaryNav li:before, #PrimaryNav a:before {
  display: none;
}
#PrimaryNav a {
  cursor: pointer;
  color: #48494b;
  font-weight: 400;
}
#PrimaryNav li.current_page_item > a,
#PrimaryNav li.current_page_parent > a,
#PrimaryNav li.current-menu-item > a {
  color: #1c7da7;
}
#PrimaryNav li.menu-item-has-children > a:after {
  color: #48494b;
  font-size: 0.8em;
  position: absolute;
  right: 20px;
  top: 1.5em;
}
#PrimaryNav > ul {
  margin: 0;
  padding: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}
#PrimaryNav > ul > li {
  border-bottom: solid 1px #dddddd;
}
#PrimaryNav > ul > li.open {
  background-color: #fcfcfc;
}
#PrimaryNav > ul > li > a {
  padding: 1em;
  color: #48494b;
}
#PrimaryNav > ul > li ul {
  margin: 0 1em 1em 2em;
}
#PrimaryNav > ul > li ul li {
  margin-bottom: 0.75em;
}
#PrimaryNav > ul > li ul li a {
  padding: 0 0.5em;
  color: #48494b;
}
#PrimaryNav ul {
  display: none;
}
#PrimaryNav.open > ul {
  display: block;
}
#PrimaryNav li.open > ul {
  display: block;
}

/* Wide Menu Config */
@media (min-width: 1300px) {
  #PrimaryNav {
    width: auto;
    max-width: unset;
    position: absolute;
    left: auto;
    right: -10px;
    bottom: 22px;
    top: auto;
    font-size: 1rem;
    background: none;
  }
  #PrimaryNav li a:after {
    display: none !important;
  }
  #PrimaryNav > ul {
    margin: 0;
    display: block;
    border: 0;
    box-shadow: none;
  }
  #PrimaryNav > ul > li {
    display: inline-block;
    border: none;
  }
  #PrimaryNav > ul > li > a {
    padding: 5px 10px;
    color: #7f868c;
  }
  #PrimaryNav > ul > li.open > a {
    color: #48494b;
  }
  #PrimaryNav > ul > li.login > a {
    color: #ffffff;
    background-color: #1c7da7;
  }
  #PrimaryNav > ul > li.logout > a {
    color: #cc0000;
  }
  #PrimaryNav > ul > li > ul {
    width: 220px;
    margin: 0;
    padding: 1rem;
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 1000;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  }
  #PrimaryNav > ul > li > ul li {
    margin: 0 0 0.25rem 0;
  }
  #PrimaryNav > ul > li > ul li:last-of-type {
    margin: 0;
  }
  #PrimaryNav > ul > li > ul li a {
    padding: 6px 10px;
    color: #48494b;
    line-height: 1.4;
  }
  #PrimaryNav > ul > li > ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
  }
  #PrimaryNav > ul > li > ul li.current_page_item > a, #PrimaryNav > ul > li > ul li.current_page_parent > a {
    color: #252060;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
/* Structure.Navigation.scss ------------------------------------------------ */
/* Font Families */
/* Font Sizing */
/* Line Heights */
/* Font Colours */
/* Font Weighting */
/* Font Styling */
/* Font Families */
/* Font Sizing */
/* Line Heights */
/* Font Colours */
/* Font Weighting */
/* Font Styling */
.ctaPanel {
  padding: 20px;
  color: #252060;
  font-size: 1rem;
  font-weight: 600;
  background-color: #e9f6fc;
}
@media screen and (min-width: 768px) {
  .ctaPanel {
    font-size: 1.1rem;
  }
}

.pageSection.cta {
  margin-top: 60px;
}
.pageSection.cta > .row {
  background-color: #d8d9db;
}
.pageSection.cta > .row > .content {
  max-width: 1000px;
  margin: 0 auto;
}
.pageSection.cta > .row > .content > a {
  margin: 0 auto;
  padding: 2rem;
  display: block;
  color: #48494b;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .pageSection.cta > .row > .content > a {
    max-width: 650px;
  }
}
@media screen and (min-width: 1300px) {
  .pageSection.cta > .row > .content > a {
    max-width: 880px;
  }
}

/* Font Families */
/* Font Sizing */
/* Line Heights */
/* Font Colours */
/* Font Weighting */
/* Font Styling */
.pageSection.layout_inset_image_content > .row {
  position: relative;
  background: none;
}
.pageSection.layout_inset_image_content > .row > .content {
  padding: 0;
}
.pageSection.layout_inset_image_content > .row > .content > .column.html {
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  .pageSection.layout_inset_image_content > .row > .content {
    padding: 0 !important;
  }
  .pageSection.layout_inset_image_content > .row > .content > .column {
    margin: 0 !important;
  }
  .pageSection.layout_inset_image_content > .row > .content > .column.image {
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .pageSection.layout_inset_image_content > .row > .content > .column.html {
    width: 60%;
  }
  .pageSection.layout_inset_image_content > .row > .content > .column.image {
    width: 38%;
  }
}

/* Font Families */
/* Font Sizing */
/* Line Heights */
/* Font Colours */
/* Font Weighting */
/* Font Styling */
#CookiePolicy {
  max-width: 440px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  position: fixed;
  display: inline-block;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 3000;
}
#CookiePolicy h1,
#CookiePolicy p {
  margin: 0;
  padding: 0;
  color: #dddddd;
  font-size: 0.65rem;
}
#CookiePolicy h1 {
  font-size: 1rem;
}
#CookiePolicy a {
  color: #ffffff;
  text-decoration: underline;
}
#CookiePolicy input {
  margin: 0.75rem 0 1rem 0;
  padding: 0.25rem 0.75rem;
  display: inline-block;
  font-size: 0.65rem;
  cursor: pointer;
  text-transform: uppercase;
  border: none;
}

/* Font Families */
/* Font Sizing */
/* Line Heights */
/* Font Colours */
/* Font Weighting */
/* Font Styling */
.articleCategories {
  font-size: 0;
  text-align: center;
}
.articleCategories a {
  margin: 0.25rem;
  padding: 0.5rem 0.75rem;
  color: #48494b;
  font-weight: 500;
  font-size: 0.75rem;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  background-color: #1c7da7;
}
.articleCategories a.current {
  color: #ffffff;
  background-color: #7f868c;
}

#PostsContainer {
  overflow: hidden;
}
#PostsContainer article.summary {
  max-width: 480px;
  margin: 0 auto 20px auto;
  position: relative;
}
#PostsContainer article.summary:last-of-type {
  margin-bottom: 0;
}
#PostsContainer article.summary .image {
  display: block;
  font-size: 0;
}
#PostsContainer article.summary .image a {
  padding-top: 100%;
  display: block;
  font-size: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#PostsContainer article.summary .image a img {
  max-width: 100%;
  height: auto;
}
#PostsContainer article.summary > .content {
  padding: 20px;
  background-color: #7f868c;
}
#PostsContainer article.summary > .content h2 {
  color: #48494b;
}
#PostsContainer article.summary > .content h2 a {
  color: inherit;
}
@media screen and (min-width: 480px) {
  #PostsContainer article.summary > .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
  }
}
@media screen and (min-width: 768px) {
  #PostsContainer {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }
  #PostsContainer article.summary {
    width: calc(50% - 15px);
    max-width: unset;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  #PostsContainer article.summary {
    width: calc(33.333333% - 20px);
    max-width: unset;
  }
}
.show-more-posts {
  margin: 40px 20px;
  text-align: center;
}
.post-archives h2,
.post-categories h2 {
  color: #7f868c;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.post-archives ul,
.post-categories ul {
  margin: 1rem 0 0.75rem 0;
  list-style-type: none;
  list-style-position: outside;
}
.post-archives ul li,
.post-categories ul li {
  display: block;
  position: relative;
}
.post-archives ul li:before,
.post-categories ul li:before {
  padding: 0 0.25rem 0 0;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.75em;
  display: inline-block;
}
.post-archives ul li a,
.post-categories ul li a {
  color: inherit;
}

.articleBase > .row > .content {
  padding: 40px 0;
  display: flex;
  flex-direction: column-reverse;
}
.articleBase > .row > .content .inlineShares {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 480px) {
  .articleBase > .row > .content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    text-align: right;
  }
  .articleBase > .row > .content .inlineShares {
    margin: 0;
  }
  .articleBase > .row > .content .inlineShares span.group {
    margin: 0 -10px 0 0;
    display: inline-block;
  }
}

.pageSection.articleDetail {
  margin: var(--sectionSpace) 0;
}
@media screen and (min-width: 768px) {
  .pageSection.articleDetail > .row > .content > .column.html {
    padding: 0 30px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .pageSection.articleDetail > .row > .content > .column.html {
    padding: 0 40px 0 0;
  }
}
@media screen and (min-width: 1300px) {
  .pageSection.articleDetail > .row > .content > .column.html {
    padding: var(--sectionSpace) 40px 0 0;
  }
}
.pageSection.articleDetail > .row > .content > .column.image {
  margin: 0 0 20px 0;
}

main.article img {
  max-width: 100%;
  height: auto;
}
/* Font Families */
/* Font Sizing */
/* Line Heights */
/* Font Colours */
/* Font Weighting */
/* Font Styling */
#Social {
  margin: 20px 0;
  text-align: center;
}
#Social > .content {
  position: relative;
  color: #ffffff;
}
#Social .links a,
#Social .shares a,
#Social .shares h2 {
  display: inline-block;
  color: #ffffff;
}
#Social .shares h2:before {
  display: none;
}
#Social .links {
  font-size: 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  #Social .links {
    justify-content: center;
  }
}
#Social .links a {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  font-size: 26px;
  line-height: 1;
  font-weight: normal;
  display: flex;
  align-items: center;
  background-color: transparent;
  color: #ffffff;
  border-radius: 6px;
}
#Social .links a i {
  margin: 0 auto;
}
#Social .links .launchShares {
  cursor: pointer;
}
#Social .shares {
  width: 145px;
  margin: 0 auto;
  text-align: left;
  display: none;
}
@media (min-width: 768px) {
  #Social .shares {
    margin: 0 auto;
  }
}
#Social .shares h2 {
  margin: 0 0 10px 0;
  font-size: 1em;
  display: block;
  cursor: pointer;
}
#Social .shares h2 i {
  padding-right: 0.5rem;
}
#Social .shares a {
  padding: 0.4rem 0.5rem;
  display: block;
  white-space: nowrap;
  font-size: 18px;
  color: #ffffff;
}
#Social .shares a i {
  padding: 0 0.5rem 0 0;
  font-size: 1.4em;
  line-height: 1;
  display: inline-block;
}
#Social.open .shares {
  display: block;
}

.inlineShares {
  font-size: 0.6rem;
}
.inlineShares h2 {
  font-size: 1.2em;
}
.inlineShares a {
  padding: 0.4rem 0.5rem;
  display: inline-block;
  white-space: nowrap;
  font-size: 1.2em;
  color: #7f868c;
}
.inlineShares a i {
  padding: 0;
  font-size: 1.4em;
  line-height: 1;
  display: block;
  text-align: center;
}
.inlineShares a i:before {
  display: inline-block;
}
.inlineShares a span {
  display: none;
}

/* Forms.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Font Families */
/* Font Sizing */
/* Line Heights */
/* Font Colours */
/* Font Weighting */
/* Font Styling */
.email-send-ok {
  padding: 1rem;
  margin: 1rem 0 0 0;
  text-transform: uppercase;
  background-color: rgba(0, 255, 0, 0.1);
  border: solid 1px #00cc00;
}

.email-send-failed {
  margin-bottom: 20px;
  color: #cc0000;
}

form {
  margin: 0;
}
form input {
  line-height: normal;
}
form button,
form button[disabled]:hover,
form button[disabled]:focus,
form input[type=button],
form input[type=button][disabled]:hover,
form input[type=button][disabled]:focus,
form input[type=reset],
form input[type=reset][disabled]:hover,
form input[type=reset][disabled]:focus,
form input[type=submit],
form input[type=submit][disabled]:hover,
form input[type=submit][disabled]:focus {
  padding: 0.84375em 0.875em 0.78125em;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  text-transform: uppercase;
  background-color: #252060;
  border: 0;
}
form button:hover,
form button:focus,
form input[type=button]:hover,
form input[type=button]:focus,
form input[type=reset]:hover,
form input[type=reset]:focus,
form input[type=submit]:hover,
form input[type=submit]:focus {
  background-color: rgb(31.6615384615, 141.3461538462, 188.8384615385);
}
form select {
  padding: 0 24px 0 5px;
  border: solid 1px #999999;
  background-color: #ffffff;
}
form select:hover, form select:focus {
  border: solid 1px #606970;
}
form select > option {
  padding: 0 0 0 10px;
}
form button:focus,
form input[type=button]:focus,
form input[type=reset]:focus,
form input[type=submit]:focus {
  outline: thin dotted;
  outline-offset: -4px;
  outline: 0;
}
form input[type=date],
form input[type=time],
form input[type=datetime-local],
form input[type=week],
form input[type=month],
form input[type=text],
form input[type=email],
form input[type=url],
form input[type=password],
form input[type=search],
form input[type=tel],
form input[type=number],
form select,
form textarea {
  width: 100%;
  padding: 0.625em 0.4375em;
  color: #666666;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #999999;
}
form input[type=date]:focus,
form input[type=time]:focus,
form input[type=datetime-local]:focus,
form input[type=week]:focus,
form input[type=month]:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=url]:focus,
form input[type=password]:focus,
form input[type=search]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form textarea:focus {
  color: #666666;
  outline: 0;
  background-color: #fff;
}
form input[type=date],
form input[type=time],
form input[type=datetime-local],
form input[type=week],
form input[type=month],
form input[type=text],
form input[type=email],
form input[type=url],
form input[type=password],
form input[type=search],
form input[type=tel],
form input[type=number],
form select,
form textarea,
form .wp-editor-container {
  border-color: #999999;
}
form input[type=text]#mcco_example_text,
form input[type=text]#mcco_form_enforcement {
  display: none;
}
form.post-password-form {
  margin-bottom: 1.75em;
}
form.post-password-form label {
  color: #666666;
  display: block;
  font-size: 13px;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 1.75em;
  text-transform: uppercase;
}
form.post-password-form input[type=password] {
  margin-top: 0.4375em;
}
form.post-password-form > :last-child {
  margin-bottom: 0;
}
form.search-form {
  position: relative;
  margin-bottom: 20px;
}
form.search-form input[type=search].search-field {
  width: -webkit-calc(100% - 42px);
  width: calc(100% - 42px);
}
form.search-form .search-submit {
  bottom: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  font-size: 24px;
}
form .form-group {
  margin: 0 0 1rem 0;
}
form .form-group.checkbox > input[type=checkbox] {
  float: left;
  width: 2.6em;
  height: 2.6em;
}
form .form-group.checkbox > span.checkbox-text {
  height: 2.6em;
  float: right;
  width: calc(100% - 44px);
  display: table;
}
form .form-group.checkbox > span.checkbox-text > span {
  display: table-row;
}
form .form-group.checkbox > span.checkbox-text > span > span {
  display: table-cell;
  vertical-align: middle;
  line-height: 15px;
}
form .form-group.hidden {
  display: none;
}
form .form-group.top-spacer {
  margin-top: 10px;
}
form .form-group > label {
  margin: 0 0 0.25rem 0;
  display: block;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
}
form .form-group > span.message {
  display: none;
  clear: both;
  color: #a94442;
}
form .form-group > span.message > span {
  display: none;
}
form .form-group > span.message > span.visible {
  display: inline;
}
form .form-group.has-success > label {
  color: #3c763d;
}
form .form-group.has-success span.message {
  display: none;
}
form .form-group.has-success > .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
form .form-group.has-success > .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
form .form-group.has-error > label {
  color: #a94442;
}
form .form-group.has-error span.message {
  display: block;
}
form .form-group.has-error > .form-control {
  border-color: #a94442;
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
form .form-group.has-error > .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
form .form-group.simple-checkbox > label {
  float: right;
  width: calc(100% - 40px);
}
form .form-group.simple-checkbox > .form-control {
  float: left;
}
form .form-group.radio > label {
  float: none;
  width: auto;
}
form .form-group.radio > .form-control {
  float: none;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form .form-group.radio > .form-control > span.radio-button-container {
  display: block;
  position: relative;
}
form .form-group.radio > .form-control > span.radio-button-container > label {
  display: inline-block;
  padding: 0 0 0 40px;
  min-height: 25px;
}
form .form-group.radio > .form-control > span.radio-button-container > label > span.check {
  display: block;
  position: absolute;
  border: 1px solid #aaaaaa;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 0px;
  left: 0px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
  background: linear-gradient(to bottom, #eeeeee 0%, #d8d8d8 100%);
}
form .form-group.radio > .form-control > span.radio-button-container > label > span.check:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 8px;
  width: 8px;
  top: 5px;
  left: 5px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
form .form-group.radio > .form-control > span.radio-button-container > input[type=radio] {
  width: 1.4em;
  height: 1.5em;
  vertical-align: middle;
  font-size: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 5px;
  left: 5px;
}
form .form-group.radio > .form-control > span.radio-button-container > input[type=radio]:checked ~ label > .check:before {
  background: #666666;
}
form .form-group.radio > .form-control > span.radio-button-container > input[type=radio]:focus ~ label > .check {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
form .form-group.radio > span.message {
  float: none;
  width: auto;
}
form .form-group.checkbox {
  position: relative;
}
form .form-group.checkbox > label {
  float: none;
  width: auto;
  position: relative;
  display: inline-block;
  padding: 0 0 0 40px;
}
form .form-group.checkbox > label > span.check {
  display: block;
  position: absolute;
  border: 1px solid #aaaaaa;
  border-radius: 2px;
  height: 20px;
  width: 20px;
  top: 0px;
  left: 0px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
  background: linear-gradient(to bottom, #eeeeee 0%, #d8d8d8 100%);
}
form .form-group.checkbox > label > span.check:before {
  display: block;
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  top: 3px;
  left: 4px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
form .form-group.checkbox > input[type=checkbox] {
  font-size: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}
form .form-group.checkbox > input[type=checkbox]:checked {
  color: red;
}
form .form-group.checkbox > input[type=checkbox]:checked ~ label > .check:before {
  background: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGVjayIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWNoZWNrIGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iIzY2NjY2NiIgZD0iTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeiI+PC9wYXRoPjwvc3ZnPg==");
}
form .form-group.checkbox > input[type=checkbox]:focus ~ label > .check {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
form .form-group.file > .form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
form .submit-button-container {
  text-align: right;
}
form ::placeholder {
  color: rgba(0, 0, 0, 0.25);
  opacity: 1;
}

/*
form > .form-float-container {
	display: flex;
	flex-direction: column; // stacked

	> .form-float {
	}

	@media screen and (min-width: 768px) {

		> .form-float {
			width: 50%;
			padding: 0 2rem;
		}

		flex-direction: row; // inline
	}
}
*/
/* Forms.scss ------------------------------------------------ */
/* Galleries.scss ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Font Families */
/* Font Sizing */
/* Line Heights */
/* Font Colours */
/* Font Weighting */
/* Font Styling */
.multiGallery .imgGalleryLauncher {
  max-width: 140px;
  margin: 0.5rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.multiGallery .imgGalleryLauncher img.galleryLaunchOnly {
  max-width: 100%;
}
.multiGallery .imgGalleryLauncher:after {
  padding: 5px;
  position: relative;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}

/* Galleries.scss ------------------------------------------------ */
/* Font Families */
/* Font Sizing */
/* Line Heights */
/* Font Colours */
/* Font Weighting */
/* Font Styling */
#SiteMap {
  margin-top: 30px;
}
#SiteMap ul {
  margin: 0;
}
#SiteMap ul ul {
  margin: 0 0 20px 30px;
}
#SiteMap ul li {
  margin: 10px 0;
}
#SiteMap ul li:before {
  display: none;
}
#SiteMap ul li a {
  padding: 0.25rem 1rem;
  display: inline-block;
  color: #48494b;
  background-color: #fcfcfc;
  border: solid 1px #dddddd;
}
#SiteMap ul li a:before {
  margin: 0 10px 5px 0;
  content: "\f054";
  font-size: 0.75rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  display: inline-block;
}

/* Font Families */
/* Font Sizing */
/* Line Heights */
/* Font Colours */
/* Font Weighting */
/* Font Styling */
.pageSection.paging > .row > .content > .paging {
  margin: 20px 0 0 0;
  padding: 20px;
  font-size: 0.75rem;
  color: #48494b;
  text-align: center;
  text-transform: uppercase;
  border-top: solid 1px #dddddd;
}
.pageSection.paging > .row > .content > .paging > .info {
  margin: 0 20px;
}
.pageSection.paging > .row > .content > .paging a {
  display: inline-block;
}

.loadMore.loading:before {
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block;
  animation: spin 1s linear infinite;
  border: solid 5px #252060;
}
.loadMore.loading:after {
  padding-top: 10px;
  display: block;
  content: "loading";
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #252060;
  font-family: "Titillium Web", sans-serif;
}
.loadMore.loading > span {
  display: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Font Families */
/* Font Sizing */
/* Line Heights */
/* Font Colours */
/* Font Weighting */
/* Font Styling */
.nbr, .nowrap {
  white-space: nowrap;
}

.tight {
  margin: 0 !important;
  padding: 0 !important;
}

.tightTop {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.tightBase {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.tightHorizontal {
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
}
