/* Bootstrap breakpoints */
/**
 * Colours
 */
/**
 * Typography - used in global > components > typography
 */
/** Using mixins/font-size.scss to adjust font-sizes responsively **/
/**
 * Layout
 */
/**
 * Animation
 */
/**
 * Misc
 */
/**
 * Utilities
 */
/**
 * Internet Explorer
 * -----------------------------------------------------------------------------
 *
 * @link http://keithclark.co.uk/articles/moving-ie-specific-css-into-media-blocks/
 * @link http://keithclark.co.uk/articles/moving-ie-specific-css-into-media-blocks/media-tests/
 * @link http://www.limecanvas.com/css-hacks-targeting-ie-10/
 * @link http://www.paulirish.com/2009/browser-specific-css-hacks/
 */
/**

First set up your breakpoints (these are set in settings.scss and default to BS breakpoints)
$breakpoints: (
  small : 480px,
  medium: 700px,
  large : 1024px
);

//Then set your font sizes and line-heights(optional) for each breakpoint, with (optional) custom breakpoints 
$p-font-sizes: (
  null  : (15px, 1.3),
  small : 16px,
  medium: (17px, 1.4),
  900px : 18px,
  large : (19px, 1.45),
  1440px: 20px,
);

//Now use the setup on your desired element like this:
p {
  @include font-size($p-font-sizes);
}
**/
/**
 * Fix for vw, vh, vmin, vmax on iOS 7.
 * http://caniuse.com/#feat=viewport-units
 *
 * This fix works by replacing viewport units with px values on known screen sizes.
 *
 * iPhone 6 and 6 Plus cannot run iOS 7, so are not targeted by this fix.
 * Target devices running iOS 8+ will incidentally execute the media query,
 * but this will still produce the expected result; so this is not a problem.
 *
 * As an example, replace:
 *
 *   height: 50vh;
 *   font-size: 5vmin;
 *
 * with:
 *
 *   @include viewport-unit(height, 50vh);
 *   @include viewport-unit(font-size, 5vmin);
 */
/* Linear Gradient Mixin */
/* Equal height Bootstrap columns - from https://trello.com/c/AE4tq681/73-css-equal-height-columns */
.row.equal-heights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row.equal-heights > [class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .row.equal-heights > [class*='col-sm'] {
    margin-bottom: 40px;
  }
  .row.equal-heights > [class*='col-sm']:last-child {
    margin-bottom: 0;
  }
}

html[data-useragent*='MSIE 10.0'] .row.equal-heights {
  display: block;
}

html[data-useragent*='MSIE 10.0'] .row.equal-heights > [class*='col-'] {
  display: block;
}

.animate-when-visible.animate-zoom-in {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  rotate: 5deg;
  opacity: 0;
}

.news-summary .zoom-in-target, .matrix-block-heading3Circles a .zoom-in-target {
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.news-summary .zoom-in-container, .matrix-block-heading3Circles a .zoom-in-container {
  overflow: hidden;
}

.news-summary:hover .zoom-in-target, .matrix-block-heading3Circles a:hover .zoom-in-target {
  -webkit-transform: scale(1.1) !important;
      -ms-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
  opacity: 0.9 !important;
}

.filter-wrap {
  background: #ebebeb;
  padding: 20px;
}

.filter-wrap h3, .filter-wrap h4 {
  color: #555555;
}

.filter-wrap h3.h4, .filter-wrap h4 {
  font-size: 16px;
}

@media screen and (min-width: 1600px) {
  .filter-wrap h3.h4, .filter-wrap h4 {
    font-size: 18px;
  }
}

.middark-bg, .dark-bg {
  color: #ffffff;
}

.middark-bg a, .dark-bg a, .middark-bg h5, .dark-bg h5 {
  color: #ffffff;
}

.middark-bg a:hover, .dark-bg a:hover {
  color: #ffffff;
}

.middark-bg {
  background: #555555;
}

.dark-bg {
  background: #464646;
}

.banner.video .play-button {
  border: 4px solid white;
  border-radius: 50%;
}

.search-results-list {
  list-style: none;
  padding-left: 0;
}

/*
 * FONTS
 */
@font-face {
  font-family: FSAlbert;
  font-style: normal;
  font-weight: 300;
  src: url("fonts/fsalbert-light.eot?#iefix") format("embedded-opentype"), url("fonts/fsalbert-light.woff2") format("woff2"), url("fonts/fsalbert-light.woff") format("woff"), url("fonts/fsalbert-light.ttf") format("truetype"), url("fonts/fsalbert-light.svg#FSAlbert") format("svg");
}

@font-face {
  font-family: FSAlbert;
  font-style: normal;
  font-weight: 400;
  src: url("fonts/fsalbert-regular.eot?#iefix") format("embedded-opentype"), url("fonts/fsalbert-regular.woff2") format("woff2"), url("fonts/fsalbert-regular.woff") format("woff"), url("fonts/fsalbert-regular.ttf") format("truetype"), url("fonts/fsalbert-regular.svg#FSAlbert") format("svg");
}

@font-face {
  font-family: FSAlbert;
  font-style: normal;
  font-weight: 700;
  src: url("fonts/fsalbert-bold.eot?#iefix") format("embedded-opentype"), url("fonts/fsalbert-bold.woff2") format("woff2"), url("fonts/fsalbert-bold.woff") format("woff"), url("fonts/fsalbert-bold.ttf") format("truetype"), url("fonts/fsalbert-bold.svg#FSAlbert") format("svg");
}

@font-face {
  font-family: Block Berthold Heavy;
  font-style: bold;
  font-weight: 400;
  src: url("fonts/block-berthold-heavy.eot?#iefix") format("embedded-opentype"), url("fonts/block-berthold-heavy.woff2") format("woff2"), url("fonts/block-berthold-heavy.woff") format("woff"), url("fonts/block-berthold-heavy.ttf") format("truetype"), url("fonts/block-berthold-heavy.svg#Block Berthold Heavy") format("svg");
}

/*! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/**
 * Global
 */
body {
  scroll-behavior: smooth;
}

body:after {
  content: "small";
  display: none;
}

@media only screen and (min-width: 992px) {
  body:after {
    content: "medium";
  }
}

@media only screen and (min-width: 1200px) {
  body:after {
    content: "extra-large";
  }
}

pre {
  position: relative;
  z-index: 400;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

svg:not(:root) {
  overflow: hidden;
}

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

hr {
  border-color: #ebebeb;
}

/** Backgrounds **/
.jobs-bg, nav a.jobs-bg {
  background-color: #c2222c;
  color: #ffffff;
}

.pd-bg, nav a.pd-bg {
  background-color: #0071ae;
  color: #ffffff;
}

.faded-bg {
  background: #e4f3e4;
}

/*
Header Container - to tighten margins when heading a section
*/
.header-container {
  margin-bottom: 40px;
}

.header-container h3 {
  margin-bottom: 10px;
}

.header-container h3 + p {
  margin-top: 0;
}

/*
Notice Box
*/
.notice-box {
  padding: 20px;
  background: #f9f9f9;
  margin: 25px 0 10px;
}

@media only screen and (max-width: 767px) {
  margin: 15px 0;
}

/*
Section styling
*/
.light-bg {
  background: #ebebeb;
}

.dark-bg {
  background: #464646;
  color: #ffffff;
}

.very-dark-bg {
  background: #252525;
  color: #ffffff;
}

.very-dark-bg a {
  color: #ffffff;
}

/* 
Forms 
*/
form .form-control {
  padding-left: 10px;
  padding-right: 10px;
}

form button[type='submit'] {
  padding: 10px 12px;
}

form input[type='submit'] {
  padding: 12px 18px;
  width: auto;
  height: auto;
}

form textarea, form .form-control textarea {
  resize: none;
  height: 201px;
  border: 1px solid #cccccc;
}

form input[type='text'], form input[type='password'] {
  border: 1px solid #cccccc;
}

div.wpcf7 img.ajax-loader {
  float: left;
}

/* Inline Form */
.form-inline .form-group input {
  margin-right: 8px;
  min-width: 250px;
  max-width: 100%;
}

.form-inline .form-group:last-child input {
  margin-right: 0;
}

/*
Modals
*/
.modal-dialog {
  margin-top: 80px;
}

.modal-dialog .modal-header {
  padding-bottom: 0px;
}

.modal-dialog .modal-header h4 {
  margin: 10px 0;
}

.modal-dialog .modal-header .close {
  position: absolute;
  right: 12px;
  top: 12px;
  text-decoration: none;
  font-size: 23px;
  display: inline-block;
}

.modal-dialog .modal-header .close:hover {
  cursor: pointer;
  text-decoration: none;
}

/* TABLES */
th[align=left] {
  text-align: left;
}

th[align=center] {
  text-align: center;
}

th[align=right] {
  text-align: right;
}

/** MISC */
.message-to-user {
  padding: 8px 12px;
}

.dividing-line {
  margin: 30px 0;
}

@media only screen and (min-width: 992px) {
  .cta-container {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

[v-cloak] {
  display: none;
}

a:focus,
button:focus {
  outline: none;
}

.matrix-block-customHtml {
  overflow: auto;
}

/**
 * Browser Sync notifcation
 *
 * REMOVE THIS LATER
 *
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #__bs_notify__ {
    padding: 5px !important;
    font-size: 10px;
    border-radius: 0 !important;
  }
}

/** Accessibility */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 60000;
}

#content:focus,
#main-content:focus {
  outline: none;
}

.image-text-columns-wrapper .image-div {
  max-width: 100%;
}

@media (max-width: 767px) {
  .image-text-columns-wrapper .first-col {
    margin-bottom: 20px;
  }
}

[tabindex="0"],
[tabindex="-1"],
[tabindex="0"]:focus,
[tabindex="-1"]:focus {
  outline: none;
}

body, html {
  width: 100%;
}

body {
  background-color: #ffffff;
  color: #555555;
}

.section-standard {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-margin-standard {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-extra-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.full-width-container {
  padding-left: 20px;
  padding-right: 20px;
}

.narrow-container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .narrow-container {
    max-width: 800px;
  }
}

@media only screen and (max-width: 1199px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container .container {
  width: auto;
  padding: 0;
}

main {
  margin-top: 40px;
}

@media only screen and (min-width: 1200px) {
  main {
    margin-top: 60px;
  }
}

.main-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}

.main-wrap main {
  margin-top: 0;
}

#header + * {
  margin-top: 110px;
}

#header.sticky + * {
  margin-top: 90px;
}

body {
  font-family: "FSAlbert", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 1600px) {
  body {
    font-size: 18px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Block Berthold Heavy", sans-serif;
  color: #009747;
  line-height: 1.25;
  margin: 1.5em 0 1em;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
  }
}

h1, h2, h3, .h1, .h2, .h3 {
  font-family: "Block Berthold Heavy", sans-serif;
  font-weight: 700;
  color: #009747;
  margin-bottom: 40px;
}

h4, h5, h6 {
  font-family: "FSAlbert", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

h1, h2.h1, h3.h1 {
  font-size: 48px;
  line-height: 1.1;
}

@media screen and (min-width: 1600px) {
  h1, h2.h1, h3.h1 {
    font-size: 52px;
    line-height: 1.1;
  }
}

@media (max-width: 504px) {
  h1, h2.h1, h3.h1 {
    font-size: 32px;
  }
}

h2, .h2 {
  font-size: 28px;
}

@media screen and (min-width: 1600px) {
  h2, .h2 {
    font-size: 33px;
  }
}

h3, h2.h3, .h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

@media screen and (min-width: 1600px) {
  h3, h2.h3, .h3 {
    font-size: 28px;
  }
}

h4.h3 {
  font-size: 24px;
  font-family: "FSAlbert", sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 1600px) {
  h4.h3 {
    font-size: 28px;
  }
}

h4, h2.h4, h3.h4 {
  font-size: 20px;
  font-family: "FSAlbert", sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 1600px) {
  h4, h2.h4, h3.h4 {
    font-size: 24px;
  }
}

h5, h4.h5 {
  font-size: 18px;
  color: #009747;
}

@media screen and (min-width: 1600px) {
  h5, h4.h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 16px;
}

p, li {
  line-height: 1.5;
}

p {
  margin: 1em 0;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

a {
  color: #009747;
  text-decoration: underline;
  font-weight: 400;
}

a:hover {
  color: #007e3b;
}

ul li, ol li {
  padding-bottom: 7px;
}

ul li ul, ul li ol, ol li ul, ol li ol {
  padding-top: 7px;
}

blockquote {
  font-style: italic;
  font-size: 15px;
}

@media only screen and (min-width: 1600px) {
  blockquote {
    font-size: 17px;
  }
}

a.reset {
  color: #555555;
  text-decoration: none;
  font-weight: 400;
}

a.reset:hover {
  color: #555555;
}

.bp_activity a, .crumbs a, .item-list-tabs a {
  font-weight: 400;
}

.fsalbert {
  font-family: "FSAlbert", sans-serif;
}

.highlight {
  background: #ffdea2;
  font-weight: 700;
}

.ieLessThan10 .c-menu--slide-left {
  left: -350px;
}

.ieLessThan10 .c-menu--slide-left.is-active {
  left: 0;
}

.ieLessThan10 .filter-filters {
  display: table;
}

.ieLessThan10 .homepage-centre-filter-section .centres-filters {
  display: table-cell;
}

.ieLessThan10 .homepage-centre-filter-section .centres-filter {
  float: left;
}

.ieLessThan10 .play-dough-banner {
  padding-top: 80px;
}

.ieLessThan10 .banner.custom .page-title {
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/**
 * Layout
 */
.head-wrap {
  position: fixed;
  -webkit-transition: height 0.4s ease, padding 0.4s ease, font-size 0.4s ease;
  transition: height 0.4s ease, padding 0.4s ease, font-size 0.4s ease;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 50;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  overflow: hidden;
  height: 110px;
}

.head-wrap .c-button-wrap {
  display: inline-block;
  position: relative;
  z-index: 100;
  float: right;
  margin-top: 13px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .head-wrap .c-button-wrap {
    float: left;
  }
}

.head-wrap .c-button-wrap span {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.head-wrap h1 {
  margin: 0 auto;
  text-align: left;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 50;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .head-wrap h1 {
    text-align: center;
    left: 0;
  }
}

.head-wrap h1 a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  height: 100%;
}

.head-wrap h1 a img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform-origin: center 30%;
      -ms-transform-origin: center 30%;
          transform-origin: center 30%;
  width: 101px;
  height: 70px;
}

@media only screen and (min-width: 768px) {
  .head-wrap .head-extra-wrap {
    display: inline-block;
    float: right;
    position: relative;
    z-index: 100;
    margin-top: 14px;
  }
  .head-wrap .head-extra-wrap nav {
    display: inline-block;
    float: right;
  }
  .head-wrap .head-extra-wrap nav a {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }
  .head-wrap .head-extra-wrap form {
    display: inline-block;
    float: right;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .head-wrap .head-extra-wrap {
    float: right;
    margin-top: 5px;
  }
  .head-wrap .head-extra-wrap form, .head-wrap .head-extra-wrap nav {
    display: block;
    float: none;
  }
  .head-wrap .head-extra-wrap nav ul {
    float: right;
  }
  .head-wrap .head-extra-wrap nav ul li {
    border: none;
  }
}

@media only screen and (max-width: 767px) {
  .head-wrap .head-extra-wrap {
    display: none;
  }
}

#header.sticky .head-wrap {
  height: 80px;
  font-size: 14px;
  padding-top: 10px;
  -webkit-box-shadow: #cccccc 1px 1px 4px;
          box-shadow: #cccccc 1px 1px 4px;
}

#header.sticky .c-button.navbar-toggle {
  height: 36px;
  font-size: 14px;
}

#header.sticky h1 a img {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header.sticky .head-extra-wrap {
    margin-top: 0;
  }
  #header.sticky .head-extra-wrap .header-sub-menu ul li a {
    line-height: 30px;
  }
}

.c-button.navbar-toggle {
  display: block;
  height: 42px;
  border: 1px solid #cccccc;
  padding: 0px 15px 0 20px;
  font-weight: 700;
  font-size: 17px;
  color: #555555;
  margin: 0;
  border-radius: 0;
  float: none;
  outline: none;
}

.c-button.navbar-toggle .bars-wrap {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  overflow: visible;
  top: 3px;
}

.c-button.navbar-toggle .icon-bar {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 25px;
  background: #fcaf17;
  height: 3px;
  -webkit-transition: width .2s ease-out;
  transition: width .2s ease-out;
}

.c-button.navbar-toggle .icon-bar:first-child {
  width: 65%;
}

.c-button.navbar-toggle .icon-bar:last-child {
  width: 90%;
}

.c-button.navbar-toggle:hover .bars-wrap .icon-bar {
  width: 25px;
}

.c-button.navbar-toggle:focus {
  background-color: #f7f7f7;
}

.has-active-menu .navbar-toggle__label {
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-toggle .bars-wrap {
    margin-right: 0;
  }
  .has-active-menu .navbar-toggle .bars-wrap {
    margin-right: 10px;
  }
}

form input[type="search"]:focus {
  outline: 0;
}

#footer h5 {
  font-size: 14px;
}

@media screen and (min-width: 1600px) {
  #footer h5 {
    font-size: 15px;
  }
}

#footer .social-links {
  margin-top: 20px;
}

#footer .social-links ul li a {
  float: left;
  display: inline-block;
  margin-right: 10px;
}

#footer .social-links ul li a img {
  width: 40px;
  height: 40px;
}

#footer .social-links ul li a:hover {
  opacity: 0.8;
}

#footer .subscription-title {
  margin-top: 0;
}

#footer .subscription-subtitle {
  margin-top: 10px;
}

@media only screen and (max-width: 599px) {
  #footer .footer-section-two {
    position: relative;
  }
  #footer .footer-section-two .site-credits-wrap {
    position: absolute;
    top: 24px;
    right: 20px;
  }
}

/**
 * Navigation
 */
/**
  All Navigation Styles here except sidebar nav (see sidebar.scss) 
**/
/** Base styles for all Navs **/
nav ul, nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li, nav ol li {
  padding: 0;
}

nav ul a, nav ul .close-label, nav ol a, nav ol .close-label {
  color: #252525;
  text-decoration: none;
}

/* ----------------------------------------------------------------------------
   Header horizontal Nav
----------------------------------------------------------------------------- */
.head-extra-wrap nav ul li {
  float: left;
  margin-right: 13px;
  padding-right: 13px;
  border-right: 1px solid #ebebeb;
}

.head-extra-wrap nav ul li a {
  line-height: 38px;
  color: #555555;
}

.head-extra-wrap nav ul li:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}

#header.sticky .head-extra-wrap nav ul li a {
  line-height: 35px;
}

#header.sticky .head-extra-wrap nav ul li form {
  font-size: 14px;
}

#header.sticky .head-extra-wrap nav ul li form .search-icon {
  margin-top: 4px;
}

.o-wrapper {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* ----------------------------------------------------------------------------
  MAIN MENU SLIDE OUT - WITH VERTICAL EXPANDING NAVIGATION
----------------------------------------------------------------------------- */
.c-menu {
  position: fixed;
  z-index: 200;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.c-menu--slide-left {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.c-menu--slide-left li.top-level > span > .c-menu__link, .c-menu--slide-left .multilevel-linkul-0 > li > span > .c-menu__link {
  font-weight: bold;
}

@media all and (min-width: 350px) {
  .c-menu--slide-left {
    width: 350px;
  }
}

@media (max-width: 349px) {
  .c-menu--slide-left {
    width: 320px;
  }
}

@media only screen and (max-width: 767px) {
  .c-menu--slide-left .close-buttons-wrap {
    text-align: left;
    padding: 30px 20px 15px;
  }
  .c-menu--slide-left .header-sub-menu {
    float: left;
  }
  .c-menu--slide-left .header-sub-menu li {
    float: left;
  }
  .c-menu--slide-left .cross-button-wrap {
    float: right;
    padding-right: 0;
  }
}

/* Vertical Menu Expanding */
#verticalMenu .c-menu__item {
  display: block;
  padding: 0px;
}

#verticalMenu .c-menu__item ul {
  padding: 0;
}

#verticalMenu .c-menu__item .c-menu__link {
  display: block;
  position: relative;
  padding: 12px 24px;
}

@media only screen and (min-width: 768px) {
  #verticalMenu .c-menu__item .c-menu__link:hover, #verticalMenu .c-menu__item .c-menu__link:focus {
    text-decoration: none;
    background: #dedede;
  }
}

#verticalMenu .c-menu__item .is-active a {
  background: #ebebeb;
}

#verticalMenu > .c-menu__items > .c-menu__item .currentbranch0 > a, #verticalMenu > .c-menu__items > .c-menu__item.top-level > span > a {
  background: #009747;
  color: #ffffff;
}

#verticalMenu > .c-menu__items > .c-menu__item .currentbranch0 > a:hover, #verticalMenu > .c-menu__items > .c-menu__item.top-level > span > a:hover {
  background: #007e3b;
}

#verticalMenu > .c-menu__items > .c-menu__item.childcare > span > a {
  background: #009747;
}

#verticalMenu > .c-menu__items > .c-menu__item.childcare > span > a:hover {
  background: #007e3b;
}

#verticalMenu > .c-menu__items > .c-menu__item.professional-development > span > a {
  background: #0071ae;
}

#verticalMenu > .c-menu__items > .c-menu__item.professional-development > span > a:hover {
  background: #006095;
}

#verticalMenu > .c-menu__items > .c-menu__item.careers > span > a {
  background: #c2222c;
}

#verticalMenu > .c-menu__items > .c-menu__item.careers > span > a:hover {
  background: #ac1e27;
}

#verticalMenu > .c-menu__items > .c-menu__item > ul {
  border-top: solid 1px #cccccc;
}

#verticalMenu > .c-menu__items > .c-menu__item > ul:last-child {
  border-bottom: solid 1px #cccccc;
}

#verticalMenu > .c-menu__items > .c-menu__item > ul > li > ul {
  display: none;
}

#verticalMenu > .c-menu__items > .c-menu__item > ul > li > ul li a {
  padding-left: 40px;
  position: relative;
}

/** Vertical - Main Menu Toggle Submenu Hamburger **/
.vertical-menu__toggle {
  display: block;
  height: 49px;
  width: 32px;
  top: 0;
  right: 0;
  margin: 0;
  padding-left: 20px;
  padding-right: 35px;
  border: none;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  position: absolute;
}

.c-menu__close .icon-bar, .vertical-menu__toggle .icon-bar {
  display: block;
  background: #959595;
  width: 18px;
  height: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.c-menu__close .icon-bar + .icon-bar, .vertical-menu__toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}

.c-menu__close .top-bar, .vertical-menu__toggle .top-bar {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

.c-menu__close .middle-bar, .vertical-menu__toggle .middle-bar {
  opacity: 0;
}

.c-menu__close .bottom-bar, .vertical-menu__toggle .bottom-bar {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 25%;
      -ms-transform-origin: 10% 25%;
          transform-origin: 10% 25%;
}

.vertical-menu__toggle[aria-expanded=false] .top-bar {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.vertical-menu__toggle[aria-expanded=false] .middle-bar {
  opacity: 1;
}

.vertical-menu__toggle[aria-expanded=false] .bottom-bar {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.close-buttons-wrap {
  text-align: right;
}

.c-menu--slide-left .c-menu__close {
  display: inline-block;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 14px;
}

.c-menu--slide-left .c-menu__close .close-label {
  padding-right: 10px;
}

.c-menu--slide-left .c-menu__close .cross-button {
  float: right;
  position: relative;
  top: 2px;
}

.c-menu--slide-left .c-menu__close .icon-bar {
  background-color: #fcaf17;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.cross-button-wrap:hover .icon-bar,
.cross-button-wrap:focus .icon-bar {
  background-color: #c48303;
}

.c-menu--slide-left {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

@media all and (min-width: 320px) {
  .c-menu--slide-left {
    -webkit-transform: translateX(-350px);
        -ms-transform: translateX(-350px);
            transform: translateX(-350px);
  }
}

.c-menu--slide-left.is-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media only screen and (max-width: 767px) {
  .c-menu--slide-left .close-buttons-wrap {
    text-align: left;
    padding: 30px 20px 15px;
  }
  .c-menu--slide-left .header-sub-menu {
    float: left;
    padding-top: 6px;
  }
  .c-menu--slide-left .header-sub-menu li {
    float: left;
  }
  .c-menu--slide-left .header-sub-menu li:not(:last-child) {
    padding-right: 10px;
    border-right: 1px solid #ebebeb;
    margin-right: 10px;
  }
  .c-menu--slide-left .cross-button-wrap {
    float: right;
    padding-right: 0;
    font-weight: 700;
    border: 1px solid #cccccc;
    padding: 8px 10px;
    background-color: #ebebeb;
  }
  .c-menu--slide-left .searchform {
    margin-top: 15px;
    width: 100%;
  }
  .c-menu--slide-left .searchform input {
    width: 90%;
  }
}

/**
 * Body states.
 *
 * When a menu is active, we want to hide the overflows on the body to prevent
 * awkward document scrolling.
 */
body.has-active-menu {
  overflow: hidden;
}

/*** Close button resets. */
.c-menu__close {
  background-color: #ffffff;
  font-size: 14px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.c-menu__close:focus {
  outline: none;
}

/* -----------MASK ON BODY WHEN MENU IS OPEN------- */
.c-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.1s, width 0s 0.1s, height 0s 0.1s;
  transition: opacity 0.1s, width 0s 0.1s, height 0s 0.1s;
}

.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

/* ----------------------------------------------------------------------------
  FOOTER NAVIGATION
----------------------------------------------------------------------------- */
.footer-section-one nav ul li {
  margin-bottom: 5px;
}

.footer-nav-wrap {
  float: left;
}

.footer-nav-wrap .footer-logo-wrap {
  display: inline-block;
  margin-right: 25px;
}

.footer-nav-wrap .footer-logo-wrap img {
  width: 75px;
  height: 60px;
}

.footer-nav-wrap ul, .footer-nav-wrap li {
  display: inline-block;
}

.footer-nav-wrap ul li .sep {
  display: inline-block;
  margin: 0 5px 0 7px;
}

.site-credits-wrap {
  float: right;
}

.site-credits-wrap span {
  display: block;
  font-size: 15px;
}

.site-credits-wrap img {
  width: 76px;
  height: 20px;
}

#footer nav div > ul {
  margin: 0 0 40px;
}

#footer nav div > ul li {
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (min-width: 1600px) {
  #footer nav div > ul li {
    font-size: 15px;
    line-height: 1.4;
  }
}

#footer .footer-section-two nav ul li {
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (min-width: 1600px) {
  #footer .footer-section-two nav ul li {
    font-size: 15px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 599px) {
  #footer .footer-section-two nav ul {
    margin-top: 40px;
  }
}

.multilevel-linkul-1 .c-menu__link, .multilevel-linkul-2 .c-menu__link {
  color: #585858;
}

.google-translate-element {
  padding: 12px 24px;
}

#google_translate_element {
  width: 100%;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.goog-te-gadget {
  font-family: inherit !important;
  line-height: inherit !important;
  white-space: normal !important;
}

.goog-te-gadget:before {
  /*Globe icon*/
  content: "\e135";
  color: #919191;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  width: 10%;
  float: left;
  padding-top: 8px;
}

.goog-te-gadget > div:first-child {
  width: 90%;
  float: left;
}

.goog-te-combo {
  width: 100%;
  color: #555555;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 300;
  /**** Bootstrap Default Styling ****/
  /*display: block;*/
  /*width: 100%;*/
  /*height: 34px;*/
  padding: 3px 5px;
  font-size: 15px !important;
  /*line-height: 1.42857143;*/
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  -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);
}

/*#google_translate_element span:after {
  content: "Google Translate";
}*/
#google_translate_element span {
  /*color: white;*/
}

/**
 * Components
 */
.ku-button, form input[type='submit'], .ku-button-alt, .ku-button-dark, .ku-button-orange {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  display: inline-block;
  font-family: "Block Berthold Heavy", sans-serif;
  background: #009747;
  color: #ffffff;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
}

.ku-button:hover, form input[type='submit']:hover, .ku-button-alt:hover, .ku-button-dark:hover, .ku-button-orange:hover, .ku-button:focus, form input[type='submit']:focus, .ku-button-alt:focus, .ku-button-dark:focus, .ku-button-orange:focus, .ku-button:active, form input[type='submit']:active, .ku-button-alt:active, .ku-button-dark:active, .ku-button-orange:active {
  color: #ffffff;
  background: #00642f;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-decoration: none;
  outline: 0;
}

[disabled].ku-button, form input[disabled][type='submit'], [disabled].ku-button-alt, [disabled].ku-button-dark, [disabled].ku-button-orange {
  pointer-events: none;
}

/** Buttons **/
.ku-button-alt {
  background: #fcaf17;
  color: #555555;
}

.ku-button-alt:hover, .ku-button-alt:focus, .ku-button-alt:active {
  background-color: #dd9403;
  color: #555555;
}

.ku-button-dark {
  background: #005826;
}

.ku-button-dark:hover, .ku-button-dark:focus, .ku-button-dark:active {
  background: #003F0D;
}

.ku-button-orange {
  background-color: #cc6114;
}

.ku-button-orange:hover, .ku-button-orange:focus, .ku-button-orange:active {
  background-color: #9e4b0f;
}

/** Tweak a button **/
.ku-button-stretch {
  padding: 12px 50px;
}

.ku-button-fullwidth {
  width: 100%;
}

.video-thumbnail-wrap {
  height: 250px;
  border-radius: 3px;
}

.video-thumbnail-wrap a {
  display: block;
  height: 250px;
  width: 100%;
  position: relative;
}

.video-thumbnail-wrap a img {
  width: 65px;
  height: 65px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 1199px) {
  .video-thumbnail-wrap {
    margin-bottom: 20px;
    background-position: bottom;
  }
}

@media only screen and (max-width: 767px) {
  .video-thumbnail-wrap {
    background-position: top;
    height: 200px;
  }
  .video-thumbnail-wrap a {
    height: 200px;
  }
  .video-thumbnail-wrap .video-detail-wrap a.button {
    display: none;
  }
}

/* Lity Overrides */
.breadcrumb {
  background: #ffffff;
  border-top: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 0;
}

.breadcrumb li, .breadcrumb a {
  font-size: 13px;
}

.breadcrumb a {
  color: #555555;
  text-decoration: underline;
}

.breadcrumb a:hover {
  text-decoration: underline;
  color: #009747;
}

.breadcrumb span.glyphicon-chevron-right {
  font-size: 10px;
  margin-right: 5px;
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: ">";
}

.pagination {
  text-align: center;
  display: block;
}

.pagination ol {
  list-style: none;
}

.pagination ol li {
  display: inline-block;
}

.pagination ol .page-item {
  padding: 0 3px;
}

.pagination a {
  cursor: pointer;
}

.pagination a, .pagination a:hover, .pagination a:focus {
  text-decoration: none;
}

.pagination span, .pagination a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .pagination span, .pagination a {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
}

.pagination a:hover {
  text-decoration: none;
}

.pagination .current, .pagination a:hover {
  color: #009747;
  background: #d7e5b1;
  border-radius: 50%;
}

.pagination .current {
  font-weight: 700;
}

.pagination .arrow-first a, .pagination .arrow-last a {
  font-size: 26px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .pagination .arrow-first a, .pagination .arrow-last a {
    font-size: 24px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  aside nav ul {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  aside nav ul {
    display: block;
  }
  aside nav ul li a {
    padding: 10px 20px 10px 0;
    width: 100%;
    color: #959595;
    position: relative;
    display: block;
    border-bottom: 1px solid #ebebeb;
  }
  aside nav ul li a:hover {
    color: #009747;
    text-decoration: none;
  }
  aside nav ul li a:after {
    content: '';
    position: absolute;
    top: 14px;
    right: 0;
    font-family: "Glyphicons Halflings";
    content: "\e080";
    font-size: 15px;
  }
  aside nav ul li.current a {
    font-weight: 700;
    color: #009747;
  }
}

.cards-wrap .card a, #map .card-content a, .cards-wrap .card h4, #map .card-content h4 {
  font-weight: 700;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}

.cards-wrap .card .provider-detail a, #map .card-content .provider-detail a {
  word-break: normal;
}

.cards-wrap .card p, #map .card-content p {
  margin: 0.8em 0;
  display: table;
}

.cards-wrap .card p > span, #map .card-content p > span {
  font-weight: 700;
  display: table-cell;
  padding-right: 5px;
}

.cards-wrap .card .contact-list, #map .card-content .contact-list {
  list-style: none;
  padding: 0;
  display: table;
}

.cards-wrap .card .contact-list .contact-type, #map .card-content .contact-list .contact-type {
  display: table-cell;
  font-weight: 700;
  padding-right: 10px;
  min-width: 71px;
}

.cards-wrap .card .contact-list a, #map .card-content .contact-list a {
  display: table-cell;
}

.cards-wrap .card .address p, #map .card-content .address p {
  margin: 0;
}

.cards-wrap .card .address p:last-child, #map .card-content .address p:last-child {
  margin-bottom: 0.5em;
}

.cards-wrap {
  margin-top: 20px;
}

.cards-wrap .card {
  -webkit-box-shadow: 3px 3px 12px 0px #ebebeb;
          box-shadow: 3px 3px 12px 0px #ebebeb;
  padding: 15px;
  margin-bottom: 20px;
  height: 100%;
}

.news-summary {
  overflow: hidden;
  margin-bottom: 40px;
}

.news-summary .panel-button {
  text-decoration: none;
  overflow: hidden;
  color: #555555;
}

.news-summary .panel-button:hover {
  text-decoration: none;
}

.news-summary .content-wrap {
  margin-top: 40px;
}

/** Plain (unboxed) **/
.news-summary.plain {
  margin-bottom: 60px;
}

/** Boxed **/
.news-summary.boxed {
  background: #ffffff;
}

.news-summary.boxed .content-wrap {
  padding: 25px;
  margin-top: 0;
}

.news-summary.boxed img {
  margin-bottom: 0;
}

input:not([type]), input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"] {
  height: 45px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 0 10px;
}

select {
  height: 45px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 0 10px;
}

textarea {
  resize: none;
}

.input-group-btn:last-child > .btn {
  height: 45px;
  margin-left: 10px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 4px;
}

input[type="radio"]:focus {
  outline: 0;
}

.searchform {
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 5px 8px;
  font-size: 16px;
  display: inline-block;
}

.searchform input[type="search"] {
  border: none;
}

.searchform button[type='submit'] {
  border: none;
  padding: 0;
  background-color: transparent;
}

.searchform button[type='submit'] img {
  width: 16px;
  height: 16px;
}

.searchform .search-icon {
  width: 16px;
  height: 16px;
  margin-top: 6px;
}

.checkbox label {
  line-height: 1.2;
}

.team-member {
  margin-bottom: 60px;
}

.team-member .team-member-thumb {
  width: 100%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .team-member .team-member-thumb {
    max-width: 160px;
  }
}

.team-member .team-member-details-wrapper .member-name {
  font-family: FSAlbert;
  margin-bottom: 5px;
}

.team-member .team-member-details-wrapper .member-title {
  margin-top: 0;
  color: #555555;
}

@media only screen and (max-width: 767px) {
  .team-member {
    margin-bottom: 25px;
  }
  .team-member .team-member-thumb-wrapper,
  .team-member .member-name,
  .team-member .member-title {
    text-align: center;
  }
  .team-member .team-member-thumb-wrapper {
    margin-bottom: 10px;
  }
}

.team-members-section-heading {
  font-family: FSAlbert;
  font-weight: 700;
}

/* 
Header Banners 
*/
/** All Header Banners **/
.childcare .banner {
  background-image: url("../images/banner-childcare-bg.jpg");
}

.careers .banner {
  background-image: url("../images/banner-careers-bg.jpg");
}

.professional-development .banner {
  background-image: url("../images/banner-professional-development-bg.jpg");
}

.banner {
  background-size: cover;
  background-color: black;
  min-height: 200px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  color: #ffffff;
}

.banner h2 {
  margin-bottom: 0;
  color: #ffffff;
  padding: 0;
}

.banner p {
  margin-top: 10px;
}

.banner.simple .page-title {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .banner.simple .page-title h2 {
    font-size: 40px;
  }
}

@media (max-width: 504px) {
  .banner.simple .page-title h2 {
    font-size: 32px;
  }
}

.banner.simple {
  display: table;
  width: 100%;
  height: 200px;
}

.banner.simple .page-title {
  display: table-cell;
  vertical-align: middle;
}

.banner.custom {
  min-height: 500px;
  background-position: center center;
  background-size: cover;
  height: 74vh;
  max-height: 74vh;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .banner.custom {
    height: 757.76px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .banner.custom {
    height: 568.32px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  .banner.custom {
    height: 355.2px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  .banner.custom {
    height: 236.8px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .banner.custom {
    height: 420.32px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  .banner.custom {
    height: 236.8px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .banner.custom {
    max-height: 757.76px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .banner.custom {
    max-height: 568.32px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  .banner.custom {
    max-height: 355.2px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  .banner.custom {
    max-height: 236.8px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .banner.custom {
    max-height: 420.32px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  .banner.custom {
    max-height: 236.8px;
  }
}

@media only screen and (min-width: 768px) {
  .banner.custom {
    min-height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .banner.custom {
    min-height: 300px;
    height: 65vh;
    max-height: 65vh;
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .banner.custom {
    height: 665.6px;
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .banner.custom {
    height: 499.2px;
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  .banner.custom {
    height: 312px;
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  .banner.custom {
    height: 208px;
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .banner.custom {
    height: 369.2px;
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  .banner.custom {
    height: 208px;
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .banner.custom {
    max-height: 665.6px;
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .banner.custom {
    max-height: 499.2px;
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
  .banner.custom {
    max-height: 312px;
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
  .banner.custom {
    max-height: 208px;
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .banner.custom {
    max-height: 369.2px;
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  .banner.custom {
    max-height: 208px;
  }
}

.banner.custom .page-title {
  position: relative;
  text-align: left;
  margin: 0;
  max-width: 100%;
}

.banner.custom h2 {
  font-size: 60px;
  text-align: left;
  max-width: 450px;
  line-height: 1;
  padding: 0 0 40px;
}

@media screen and (min-width: 0) {
  .banner.custom h2 {
    font-size: 40px;
    line-height: 1.15;
  }
}

@media screen and (min-width: 1600px) {
  .banner.custom h2 {
    font-size: 68px;
  }
}

@media only screen and (min-width: 1600px) {
  .banner.custom h2 {
    max-width: 500px;
  }
}

.banner.custom .trans-gradient-bg {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .banner.custom .trans-gradient-bg {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), color-stop(45%, transparent), color-stop(83%, transparent), to(transparent));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, transparent 45%, transparent 83%, transparent 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, transparent 45%, transparent 83%, transparent 100%);
  }
}

/** Content Banners **/
.play-dough-banner {
  background-image: url("../images/play-dough-green.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.play-dough-banner h3 {
  color: #ffffff;
}

.play-dough-banner h3 + p {
  margin-top: 0;
}

@media only screen and (max-width: 1199px) {
  .play-dough-banner {
    width: 90%;
    padding: 0 50px;
    background-size: contain;
    height: 280px;
  }
  .play-dough-banner .narrow-container {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .play-dough-banner {
    width: 100%;
    background-size: cover;
    padding: 0;
    height: 440px;
  }
}

@media only screen and (min-width: 1200px) {
  .play-dough-banner {
    height: 380px;
  }
}

.banner.video .play-button {
  padding: 20px;
  margin-top: 10px;
}

.banner.video .play-button img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.banner.video .play-button:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

/** Footer Banners **/
.footer-full-width.site-special-bg {
  background-size: 100% 134%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 60px;
}

.footer-full-width.site-special-bg > .container {
  height: 100%;
}

.careers .footer-full-width.site-special-bg {
  background-image: url("../images/banner-footer-careers.png");
}

.professional-development .footer-full-width.site-special-bg {
  background-color: #d7e5b1;
}

@media (max-width: 991px) {
  .careers .footer-full-width.site-special-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/banner-footer-careers-vertical.png");
  }
}

/**
Neo Blocks
**/
/** Client inputs within a WYSIWYG field (we put .rich-text wrapping around them) */
.rich-text img {
  max-width: 100%;
  height: auto !important;
}

.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
  font-family: FSAlbert;
  font-weight: 700;
  margin-bottom: 15px;
}

.rich-text h1 {
  font-size: 1.75em;
}

.rich-text h2 {
  font-size: 1.5em;
}

.rich-text h3 {
  font-size: 1.25em;
}

.rich-text h4 {
  font-size: 1.125em;
}

.rich-text h5 {
  font-size: 1em;
}

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

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

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

@media (max-width: 767px) {
  .rich-text img {
    display: block;
    max-width: 100%;
    margin: 10px 0 !important;
    float: none !important;
  }
}

.rich-text ul {
  list-style: none;
  padding-left: 0;
}

.rich-text ul li {
  padding-left: 40px;
  background-image: url(/public/images/bullet-green.png);
  background-repeat: no-repeat;
  background-position: 20px 9px;
  background-size: auto 10px;
  padding-bottom: 0;
  margin-bottom: 7px;
}

@media (max-width: 1599px) {
  .rich-text ul li {
    background-position-y: 7px;
  }
}

.matrix-block-heading3Circles {
  text-align: center;
}

.matrix-block-heading3Circles .circles-header {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) {
  .matrix-block-heading3Circles .circles-header {
    margin-bottom: 60px;
  }
}

.matrix-block-heading3Circles .circles-header h3 {
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .matrix-block-heading3Circles .circles-header h3 {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.matrix-block-heading3Circles .circles-header h3 + p {
  margin-top: 10px;
}

.matrix-block-heading3Circles .portal-thumbnail {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 25;
}

@media only screen and (max-width: 767px) {
  .matrix-block-heading3Circles .portal-thumbnail {
    display: block;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.matrix-block-heading3Circles .portal-thumbnail img {
  width: 100%;
}

.matrix-block-heading3Circles a {
  color: #555555;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .matrix-block-heading3Circles a {
    max-width: 70%;
    display: block;
    margin: 0 auto 40px;
  }
  .matrix-block-heading3Circles a:last-child {
    margin-bottom: 0;
  }
}

.matrix-block-heading3Circles h4 {
  margin: 15px 0 0;
}

.matrix-block-heading3Circles h4 + p {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .matrix-block-heading3Circles [class*='col-sm'] {
    margin-bottom: 40px;
  }
}

/** Dunno why the careers page could not extend %zoom-in-target, so we just manually define it here */
.zoom-in-target {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.zoom-in-trigger:hover .zoom-in-target {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.9;
}

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
}

.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.video-iframe-wrapper {
  width: 100%;
  margin: 0 auto;
}

.slider-wrap {
  visibility: hidden;
}

.image-slider-wrap {
  position: absolute;
}

.slider-arrow {
  width: 60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.7;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

.slider-arrow:hover {
  opacity: 1;
}

.arrow-previous {
  left: 0;
  z-index: 1;
}

.arrow-next {
  right: 0;
}

.slider-item {
  position: relative;
}

.slider-wrap .slick-dots {
  bottom: 15px;
}

.slider-wrap .slick-dots li button {
  width: 24px;
  height: 24px;
}

.slider-wrap .slick-dots li button:before {
  width: 24px;
  height: 24px;
  font-size: 12px;
  color: #fff;
  opacity: 0.85;
}

.slider-wrap .slick-dots li.slick-active button:before {
  color: #555555;
}

.slick-dots li button:hover, .slick-dots li button:focus,
.slick-dots li.slick-active button:hover, .slick-dots li.slick-active button:focus {
  opacity: 1;
}

.slick-slide:focus {
  outline: 0;
}

.matrix-block-squareTiles .tiles-wrapper, .footer-full-width .tiles-wrapper {
  display: table;
  width: 100%;
}

.matrix-block-squareTiles .tiles-half, .footer-full-width .tiles-half {
  display: table-cell;
  width: 50%;
  float: none;
  position: relative;
  height: inherit;
}

.matrix-block-squareTiles .split-three .tiles-half:last-child .tile, .footer-full-width .split-three .tiles-half:last-child .tile {
  height: auto;
}

.matrix-block-squareTiles .tile, .footer-full-width .tile {
  display: table;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  background-color: #ffffff;
}

.matrix-block-squareTiles .tile > [class*='col-sm'], .footer-full-width .tile > [class*='col-sm'] {
  margin-bottom: 0;
}

.matrix-block-squareTiles .tile .tile-image-wrap, .footer-full-width .tile .tile-image-wrap {
  background-size: cover;
}

.matrix-block-squareTiles .tile-content-wrap, .footer-full-width .tile-content-wrap {
  display: table-cell;
  float: none;
  padding: 25px;
}

.matrix-block-squareTiles .tile-image-wrap, .footer-full-width .tile-image-wrap {
  display: table-cell;
  float: none;
  border-left: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991px) {
  .matrix-block-squareTiles .tile-image-wrap, .footer-full-width .tile-image-wrap {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    border-bottom: none;
    border-right: 1px solid #ebebeb;
  }
}

.matrix-block-squareTiles .tile + .tile, .footer-full-width .tile + .tile {
  margin-top: 15px;
}

.matrix-block-squareTiles .tile + .ku-button, .footer-full-width .tile + .ku-button {
  margin-top: 15px;
}

@media (max-width: 991px) {
  .matrix-block-squareTiles .tiles-wrapper,
  .matrix-block-squareTiles .tiles-half,
  .matrix-block-squareTiles .tile,
  .matrix-block-squareTiles .tile-image-wrap,
  .matrix-block-squareTiles .tile-content-wrap, .footer-full-width .tiles-wrapper,
  .footer-full-width .tiles-half,
  .footer-full-width .tile,
  .footer-full-width .tile-image-wrap,
  .footer-full-width .tile-content-wrap {
    display: block;
    width: 100%;
    height: auto;
  }
  .matrix-block-squareTiles .tile, .footer-full-width .tile {
    margin-bottom: 40px;
  }
  .matrix-block-squareTiles .tile-content-wrap, .footer-full-width .tile-content-wrap {
    border-left: 1px solid #ebebeb;
  }
  .matrix-block-squareTiles .tile + .button-in-tiles-section, .footer-full-width .tile + .button-in-tiles-section {
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .matrix-block-squareTiles .tile-image-wrap.tile-image-wrap-horizontal, .footer-full-width .tile-image-wrap.tile-image-wrap-horizontal {
    display: none;
  }
}

@media (max-width: 991px) {
  .matrix-block-squareTiles .tile-image-wrap.tile-image-wrap-vertical, .footer-full-width .tile-image-wrap.tile-image-wrap-vertical {
    display: none;
  }
}

.site-special-bg .tile-image-wrap {
  border: 0;
}

.matrix-block-squareTiles .tile .tile-content-wrap {
  border: 1px solid #ebebeb;
}

.matrix-wrapper + .footer-full-width.faded-bg.section-extra-padding {
  margin-top: 60px;
}

.matrix-wrapper + .footer-full-width.faded-bg.section-standard {
  margin-top: 40px;
}

.matrix-wrapper .matrix-block {
  margin: 40px 0;
}

@media only screen and (min-width: 1200px) {
  .matrix-wrapper .matrix-block {
    margin: 60px 0;
  }
}

.matrix-wrapper .matrix-block:first-child {
  margin-top: 0;
}

/*Landing Pages (home pages for all three sites)*/
.matrix-wrapper.landing h1, .matrix-wrapper.landing h2, .matrix-wrapper.landing h3 {
  text-align: center;
  font-family: "Block Berthold Heavy", sans-serif;
  font-weight: 700;
  color: #009747;
}

.matrix-wrapper.landing h3 {
  font-size: 48px;
  line-height: 1.1;
}

@media screen and (min-width: 1600px) {
  .matrix-wrapper.landing h3 {
    font-size: 52px;
    line-height: 1.1;
  }
}

@media (max-width: 504px) {
  .matrix-wrapper.landing h3 {
    font-size: 32px;
  }
}

/**
 * Misc
 */
/** Filters section */
.homepage-centre-filter-section {
  background-color: #fcaf17;
  padding: 30px 0;
  margin-top: -60px;
}

@media only screen and (min-width: 768px) {
  .homepage-centre-filter-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 1199px) {
  .homepage-centre-filter-section .centres-filters {
    margin-bottom: 15px;
    width: 100%;
  }
  .homepage-centre-filter-section .find-centres-button-wrapper,
  .homepage-centre-filter-section .find-centres-button {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .homepage-centre-filter-section .centres-filter {
    width: 49%;
  }
  .homepage-centre-filter-section .centres-filter input,
  .homepage-centre-filter-section .centres-filter select {
    width: 98%;
  }
  .homepage-centre-filter-section .centres-filter:last-child {
    text-align: right;
  }
  .homepage-centre-filter-section #age-filter {
    margin-right: 0;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .homepage-centre-filter-section .centres-filter {
    width: 50%;
  }
  .homepage-centre-filter-section .centres-filter:first-child {
    float: left;
  }
  .homepage-centre-filter-section .centres-filter:last-child {
    float: right;
  }
}

@media only screen and (max-width: 767px) {
  .homepage-centre-filter-section {
    margin-top: -50px;
  }
}

.filter-heading {
  font-family: Block Berthold Heavy;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

@media (max-width: 991px) {
  .filter-heading {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .filter-heading {
    margin-bottom: 15px;
    text-align: center;
  }
}

.centres-filters, .centres-filter {
  display: inline-block;
  vertical-align: middle;
}

#location-filter,
#age-filter {
  min-width: 280px;
}

#location-filter,
#age-filter {
  margin-right: 10px;
}

.find-centres-button-wrapper {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 1600px) {
  .find-centres-button-wrapper button[type='submit'] {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.find-centres-button {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
  .filter-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .find-centres-button-wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .find-centres-button {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #location-filter,
  #age-filter {
    min-width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .centres-filters, .centres-filter {
    display: block;
  }
  #location-filter,
  #age-filter {
    margin: 0;
    width: 100%;
  }
  #location-filter {
    margin-bottom: 15px;
  }
}

.sharethis-inline-share-buttons {
  margin-bottom: 60px;
}

/* share button */
#st-1 .st-btn[data-network='sharethis'] {
  background: #ff674d !important;
}

.news-item-summary {
  margin: 1em 0;
  position: relative;
}

.news-item-summary .text-truncate-overlay {
  position: absolute;
  width: 100%;
  height: 33.33333%;
  left: 0;
  bottom: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0,ffffff+0,ffffff+0,ffffff+0&0+0,1+100,1+100,1+100,1+100,1+100,1+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.news-page-main {
  margin-bottom: 30px;
}

.search-results-list li {
  margin-bottom: 15px;
}

.search-results-list h3 {
  margin-bottom: 5px;
  font-weight: 700;
}

.search-results-list .excerpt h1, .search-results-list .excerpt h2, .search-results-list .excerpt h3, .search-results-list .excerpt h4, .search-results-list .excerpt h5 {
  font-size: 18px;
  color: #555555;
  margin-bottom: 5px;
  margin-top: 5px;
  font-family: "FSAlbert", sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 1600px) {
  .search-results-list .excerpt h1, .search-results-list .excerpt h2, .search-results-list .excerpt h3, .search-results-list .excerpt h4, .search-results-list .excerpt h5 {
    font-size: 20px;
  }
}

.search-results-list .excerpt p {
  margin: 5px 0;
}

.search-results-list.filtering {
  opacity: 0.5;
}

.filter-wrap {
  margin-bottom: 40px;
}

.filter-wrap h3 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}

.filter-wrap .checkbox {
  margin-bottom: 15px;
}

.filter-wrap p {
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (min-width: 1600px) {
  .filter-wrap p {
    font-size: 15px;
    line-height: 1.4;
  }
}

.search-results-section {
  margin-bottom: 45px;
}

.landing > .matrix-block-richText:first-child + .matrix-block-squareTiles {
  margin-top: 0;
}

.landing > .matrix-block-richText:first-child h3 {
  margin-bottom: 0;
}

/*# sourceMappingURL=maps/styles.css.map */
