@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* Social media related colours */
.sass-col-sm-12 .grid-row, .left-sidebar-layout .grid-row {
  margin-left: -40px;
  margin-right: -40px;
  width: calc(100% + 80px); }

.sass-container::after {
  clear: both;
  content: "";
  display: block; }

.grid-row::after {
  clear: both;
  content: "";
  display: block; }

.sass-col-sm-1 {
  width: calc(8.3333333333% - 43.3333333333px);
  float: left;
  margin-left: 40px;
  min-height: 1px; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-1 {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px; } }

.sass-col-sm-offset-1 {
  left: calc(8.3333333333% - 43.3333333333px + 40px);
  position: relative; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-1 {
      left: calc(0% - 40px + 40px);
      position: relative; } }

.sass-col-sm-2 {
  width: calc(16.6666666667% - 46.6666666667px);
  float: left;
  margin-left: 40px;
  min-height: 1px; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-2 {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px; } }

.sass-col-sm-offset-2 {
  left: calc(16.6666666667% - 46.6666666667px + 40px);
  position: relative; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-2 {
      left: calc(0% - 40px + 40px);
      position: relative; } }

.sass-col-sm-3 {
  width: calc(25% - 50px);
  float: left;
  margin-left: 40px;
  min-height: 1px; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-3 {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px; } }

.sass-col-sm-offset-3 {
  left: calc(25% - 50px + 40px);
  position: relative; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-3 {
      left: calc(0% - 40px + 40px);
      position: relative; } }

.sass-col-sm-4 {
  width: calc(33.3333333333% - 53.3333333333px);
  float: left;
  margin-left: 40px;
  min-height: 1px; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-4 {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px; } }

.sass-col-sm-offset-4 {
  left: calc(33.3333333333% - 53.3333333333px + 40px);
  position: relative; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-4 {
      left: calc(0% - 40px + 40px);
      position: relative; } }

.sass-col-sm-5 {
  width: calc(41.6666666667% - 56.6666666667px);
  float: left;
  margin-left: 40px;
  min-height: 1px; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-5 {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px; } }

.sass-col-sm-offset-5 {
  left: calc(41.6666666667% - 56.6666666667px + 40px);
  position: relative; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-5 {
      left: calc(0% - 40px + 40px);
      position: relative; } }

.sass-col-sm-6 {
  width: calc(50% - 60px);
  float: left;
  margin-left: 40px;
  min-height: 1px; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-6 {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px; } }

.sass-col-sm-offset-6 {
  left: calc(50% - 60px + 40px);
  position: relative; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-6 {
      left: calc(0% - 40px + 40px);
      position: relative; } }

.sass-col-sm-7 {
  width: calc(58.3333333333% - 63.3333333333px);
  float: left;
  margin-left: 40px;
  min-height: 1px; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-7 {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px; } }

.sass-col-sm-offset-7 {
  left: calc(58.3333333333% - 63.3333333333px + 40px);
  position: relative; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-7 {
      left: calc(0% - 40px + 40px);
      position: relative; } }

.sass-col-sm-8 {
  width: calc(66.6666666667% - 66.6666666667px);
  float: left;
  margin-left: 40px;
  min-height: 1px; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-8 {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px; } }

.sass-col-sm-offset-8 {
  left: calc(66.6666666667% - 66.6666666667px + 40px);
  position: relative; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-8 {
      left: calc(0% - 40px + 40px);
      position: relative; } }

.sass-col-sm-9 {
  width: calc(75% - 70px);
  float: left;
  margin-left: 40px;
  min-height: 1px; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-9 {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px; } }

.sass-col-sm-offset-9 {
  left: calc(75% - 70px + 40px);
  position: relative; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-9 {
      left: calc(0% - 40px + 40px);
      position: relative; } }

.sass-col-sm-10 {
  width: calc(83.3333333333% - 73.3333333333px);
  float: left;
  margin-left: 40px;
  min-height: 1px; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-10 {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px; } }

.sass-col-sm-offset-10 {
  left: calc(83.3333333333% - 73.3333333333px + 40px);
  position: relative; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-10 {
      left: calc(0% - 40px + 40px);
      position: relative; } }

.sass-col-sm-11 {
  width: calc(91.6666666667% - 76.6666666667px);
  float: left;
  margin-left: 40px;
  min-height: 1px; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-11 {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px; } }

.sass-col-sm-offset-11 {
  left: calc(91.6666666667% - 76.6666666667px + 40px);
  position: relative; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-11 {
      left: calc(0% - 40px + 40px);
      position: relative; } }

.sass-col-sm-12 {
  width: calc(100% - 80px);
  float: left;
  margin-left: 40px;
  min-height: 1px; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-12 {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px; } }

.sass-col-sm-offset-12 {
  left: calc(100% - 80px + 40px);
  position: relative; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-12 {
      left: calc(0% - 40px + 40px);
      position: relative; } }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-1 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-2 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-3 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-4 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-5 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-6 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-7 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-8 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-9 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-10 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-11 {
  min-height: 100px; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-12 {
  min-height: 100px; }

.wrapper > .main::after, .wrapper > div > .main::after, .fullwidth .ccm-area-block-list > div > .main::after {
  clear: both;
  content: "";
  display: block; }

/* #Hidden element styles
================================================== */
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 35px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 35px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

html, body {
  background-color: #643689; }

.ccm-page {
  /* Social media related colours */
  background-color: white; }
  .ccm-page a {
    color: #643689;
    text-decoration: none; }
    .ccm-page a:hover {
      text-decoration: underline; }
  .ccm-page h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
    color: black; }
    @media only screen and (max-width: 768px) {
      .ccm-page h1 {
        font-size: 26px; } }
  .ccm-page h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
    color: black; }
    @media only screen and (max-width: 768px) {
      .ccm-page h2 {
        font-size: 22px; } }
  .ccm-page h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
    color: black; }
    @media only screen and (max-width: 768px) {
      .ccm-page h3 {
        font-size: 20px; } }
  .ccm-page h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
    color: #643689;
    text-align: center; }
  .ccm-page p, .ccm-page li {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-weight: 30px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: normal;
    color: black; }
    @media only screen and (max-width: 768px) {
      .ccm-page p, .ccm-page li {
        font-size: 15px; } }
  .ccm-page li {
    margin-bottom: 5px; }
  .ccm-page ul, .ccm-page ol {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    margin-left: 15px; }
  .ccm-page .btn-purple a {
    color: white !important;
    background-color: #643689;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 300px;
    text-align: center;
    clear: both;
    font-weight: normal;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid 1px #643689; }
    @media only screen and (max-width: 1460px) {
      .ccm-page .btn-purple a {
        font-size: 16px;
        padding: 10px;
        padding-left: 2px;
        padding-right: 2px; } }
    .ccm-page .btn-purple a:hover {
      background-color: #dacaf1;
      color: black !important;
      border: solid 1px #dacaf1;
      text-decoration: none; }
  .ccm-page .btn-white a {
    color: #643689 !important;
    background-color: white;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    clear: both;
    font-weight: normal;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid 2px #643689;
    min-height: 36px;
    padding-left: 25px;
    padding-right: 25px; }
    @media only screen and (max-width: 1460px) {
      .ccm-page .btn-white a {
        font-size: 19px;
        line-height: 35px; } }
    .ccm-page .btn-white a:hover {
      background-color: #dacaf1;
      color: black !important;
      border: solid 2px #643689;
      text-decoration: none; }
  .ccm-page iframe {
    margin-bottom: 20px; }
  .ccm-page .fluid-width-video-wrapper {
    margin-bottom: 20px; }
  .ccm-page hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #f6f6f6;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px; }
  .ccm-page img[style*="left"] {
    margin-right: 10px;
    margin-bottom: 10px; }
  .ccm-page img[style*="right"] {
    margin-left: 10px;
    margin-bottom: 10px; }
  .ccm-page img, .ccm-page video {
    max-width: 100%;
    height: auto !important; }
  .ccm-page .googleMapCanvas img {
    max-width: none; }

.mfp-container figure {
  margin: 0; }

.mobilenavonly {
  display: none !important; }
  @media only screen and (max-width: 1170px) {
    .mobilenavonly {
      display: block !important; } }

.page-template-news .sidebar .btn-white a, .page-template-library .sidebar .btn-white a {
  margin-top: 0; }

.page-template-home .main-wrapper p {
  font-size: 24px; }
  @media only screen and (max-width: 768px) {
    .page-template-home .main-wrapper p {
      font-size: 17px; } }

.page-template-left-sidebar img {
  margin-bottom: 20px; }

.header-wrapper {
  min-height: 150px;
  background-color: white; }
  @media only screen and (max-width: 1170px) {
    .header-wrapper {
      min-height: 100px; } }

.header-nav-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100; }

.ccm-page {
  padding-top: 250px !important; }
  @media only screen and (max-width: 1170px) {
    .ccm-page {
      padding-top: 100px !important; } }

.ccm-toolbar-visible .ccm-page {
  padding-top: 298px !important; }
  @media only screen and (max-width: 1170px) {
    .ccm-toolbar-visible .ccm-page {
      padding-top: 148px !important; } }

.ccm-toolbar-visible .header-nav-wrapper {
  top: 48px; }

.nav-wrapper {
  background-color: #643689;
  min-height: 80px; }
  @media only screen and (max-width: 1170px) {
    .nav-wrapper {
      min-height: 2px; } }

.banner-wrapper {
  margin-top: 30px; }

.top-content {
  width: calc(66.6666666667% - 66.6666666667px);
  float: left;
  margin-left: 40px;
  left: calc(16.6666666667% - 46.6666666667px + 40px);
  position: relative; }
  @media only screen and (max-width: 1170px) {
    .top-content {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px;
      left: calc(0% - 40px + 40px);
      position: relative; } }

.banner-content {
  min-height: 10px;
  background-color: white;
  width: calc(100% - 80px);
  float: left;
  margin-left: 40px; }

.ccm-image-slider-text {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: white;
  width: 100% !important;
  top: 90% !important; }
  @media only screen and (max-width: 1460px) {
    .ccm-image-slider-text {
      top: 87% !important; } }
  @media only screen and (max-width: 1170px) {
    .ccm-image-slider-text {
      top: 80% !important; } }
  @media only screen and (max-width: 500px) {
    .ccm-image-slider-text {
      display: none; } }
  .ccm-image-slider-text h2 {
    color: white !important;
    margin-bottom: 0; }
    @media only screen and (max-width: 1170px) {
      .ccm-image-slider-text h2 {
        font-size: 20px; } }

.ccm-image-slider ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.ccm-image-slider .rslides li {
  margin-bottom: 0; }

.rslides_tabs {
  text-align: center !important;
  position: static;
  margin-top: 20px !important;
  z-index: 100; }
  .rslides_tabs li a {
    width: 20px !important;
    height: 20px !important;
    background-color: #643689 !important; }
  .rslides_tabs li.rslides_here a {
    background-color: #dacaf1 !important; }

.sass-container, .sidebar-container, .banner-container, .main-container {
  max-width: 1200px;
  margin: 0 auto; }
  .sass-container::after, .sidebar-container::after, .banner-container::after, .main-container::after {
    clear: both;
    content: "";
    display: block; }

.sitelogo {
  width: calc(33.3333333333% - 53.3333333333px);
  float: left;
  margin-left: 40px;
  margin-left: 20px; }
  .sitelogo a {
    background-image: url("../images/POlogo.svg");
    width: 155px;
    height: 132px;
    display: block;
    margin-top: 10px;
    outline: none;
    background-size: 155px 132px;
    background-repeat: no-repeat;
    font-size: 0;
    margin-bottom: 5px; }
    @media only screen and (max-width: 1170px) {
      .sitelogo a {
        background-size: auto 80px;
        height: 80px;
        margin-bottom: 20px;
        margin: 0;
        margin-top: 0; } }
  @media only screen and (max-width: 1460px) {
    .sitelogo {
      width: calc(25% - 50px);
      float: left;
      margin-left: 40px;
      margin-left: 20px; } }
  @media only screen and (max-width: 1170px) {
    .sitelogo {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px;
      margin-top: 5px;
      margin-left: 10px; } }

.contact-links {
  margin-top: 30px;
  position: absolute;
  right: 350px; }
  @media only screen and (max-width: 1460px) {
    .contact-links {
      right: 350px; } }
  @media only screen and (max-width: 1170px) {
    .contact-links {
      display: none; } }
  .contact-links .btn-white {
    float: right;
    margin-left: 10px; }
    @media only screen and (max-width: 1170px) {
      .contact-links .btn-white {
        float: none;
        margin-left: 0; } }
    @media only screen and (max-width: 1755px) {
      .contact-links .btn-white a {
        font-size: 20px;
        padding-left: 8px;
        padding-right: 8px;
        min-height: 30px; } }
    @media only screen and (max-width: 1460px) {
      .contact-links .btn-white a {
        font-size: 13px;
        padding-left: 8px;
        padding-right: 8px; } }

.social-links {
  position: absolute;
  right: 20px;
  margin-top: 40px; }
  @media only screen and (max-width: 1170px) {
    .social-links {
      display: none; } }
  .social-links .ccm-block-social-links a {
    font-size: 30px;
    color: white;
    background-color: #643689;
    width: 60px;
    height: 52px;
    padding-top: 8px;
    display: block;
    text-align: center; }
    .social-links .ccm-block-social-links a:hover {
      color: black;
      background-color: #dacaf1; }

.main-wrapper {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 30px; }
  .main-wrapper img {
    margin-bottom: 20px; }

.lower-content-wrapper {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 30px; }

.lower-content-left {
  width: calc(66.6666666667% - 66.6666666667px);
  float: left;
  margin-left: 40px; }
  @media only screen and (max-width: 1170px) {
    .lower-content-left {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px; } }

.lower-content-right {
  width: calc(33.3333333333% - 53.3333333333px);
  float: left;
  margin-left: 40px; }
  .lower-content-right .btn-purple a {
    max-width: 100%; }
  @media only screen and (max-width: 1170px) {
    .lower-content-right {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px; } }
  .lower-content-right p {
    font-size: 17px; }

.full-banner {
  width: calc(100% - 80px);
  float: left;
  margin-left: 40px; }

.main-content-full {
  width: calc(83.3333333333% - 73.3333333333px);
  float: left;
  margin-left: 40px;
  left: calc(8.3333333333% - 43.3333333333px + 40px);
  position: relative;
  min-height: 220px; }
  @media only screen and (max-width: 1170px) {
    .main-content-full {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px;
      left: calc(0% - 40px + 40px);
      position: relative; } }
  .main-content-full .sass-col-sm-12 {
    margin-left: 0;
    width: 100%; }

.main-content {
  width: calc(100% - 80px);
  float: left;
  margin-left: 40px; }

.right-wrapper, .sidebar-main-news {
  width: calc(75% - 70px);
  float: left;
  margin-left: 40px;
  left: calc(25% - 50px + 40px);
  position: relative;
  min-height: 5px; }
  @media only screen and (max-width: 1460px) {
    .right-wrapper, .sidebar-main-news {
      width: calc(66.6666666667% - 66.6666666667px);
      float: left;
      margin-left: 40px;
      left: calc(33.3333333333% - 53.3333333333px + 40px);
      position: relative; } }
  @media only screen and (max-width: 1170px) {
    .right-wrapper, .sidebar-main-news {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px;
      left: calc(0% - 40px + 40px);
      position: relative; } }

.sidebar, .sidebar-commission {
  width: calc(25% - 50px);
  float: left;
  margin-left: 40px;
  left: calc(-75% - 10px + 40px);
  position: relative; }
  @media only screen and (max-width: 1460px) {
    .sidebar, .sidebar-commission {
      width: calc(33.3333333333% - 53.3333333333px);
      float: left;
      margin-left: 40px;
      left: calc(-66.6666666667% - 13.3333333333px + 40px);
      position: relative; } }
  @media only screen and (max-width: 1170px) {
    .sidebar, .sidebar-commission {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px;
      left: calc(0% - 40px + 40px);
      position: relative; } }
  .sidebar ul, .sidebar-commission ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 0; }
    .sidebar ul li, .sidebar-commission ul li {
      margin-bottom: 5px; }
    .sidebar ul a, .sidebar-commission ul a {
      color: #643689;
      font-size: 18px;
      display: block;
      padding: 10px;
      background-color: #e7e7e7;
      border: solid 2px #643689; }
      .sidebar ul a.nav-path-selected, .sidebar ul a.linkclicked, .sidebar-commission ul a.nav-path-selected, .sidebar-commission ul a.linkclicked {
        color: black;
        background-color: #dacaf1;
        text-decoration: none; }
      .sidebar ul a.nav-selected, .sidebar-commission ul a.nav-selected {
        color: black;
        background-color: #dacaf1;
        text-decoration: none; }
      .sidebar ul a:hover, .sidebar-commission ul a:hover {
        color: black;
        background-color: #dacaf1;
        text-decoration: none; }

.easy_english_link {
  background-image: url("../images/EASY-ENGLISH.png");
  background-size: 70px 70px;
  background-position: top left;
  background-repeat: no-repeat;
  height: 50px;
  padding-top: 20px; }
  .easy_english_link a {
    margin-left: 80px; }

.news-list-page-entry {
  width: calc(100% - 80px);
  float: left;
  margin-left: 40px;
  margin-bottom: 10px;
  margin-left: 0;
  display: block;
  padding: 20px;
  background-color: white;
  border: solid 2px white;
  box-sizing: border-box; }
  .news-list-page-entry::after {
    clear: both;
    content: "";
    display: block; }
  .news-list-page-entry:hover {
    background-color: #f4effb;
    border: solid 2px #643689;
    text-decoration: none !important; }
  @media only screen and (max-width: 1170px) {
    .news-list-page-entry {
      width: 100%;
      float: none;
      text-align: center; } }
  .news-list-page-entry a {
    color: black; }
    .news-list-page-entry a:hover {
      color: #643689;
      text-decoration: none; }
  .news-list-page-entry h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px; }
    @media only screen and (max-width: 1170px) {
      .news-list-page-entry h3 {
        font-size: 25px; } }
    .news-list-page-entry h3 a {
      color: black; }
      .news-list-page-entry h3 a:hover {
        color: #643689;
        text-decoration: none; }
  .news-list-page-entry p {
    margin-bottom: 0; }
  .news-list-page-entry .btn-standard {
    font-size: 20px;
    font-weight: 300; }
  .news-list-page-entry img {
    float: right;
    margin-left: 20px;
    box-sizing: border-box; }
    @media only screen and (max-width: 1170px) {
      .news-list-page-entry img {
        float: none;
        margin-left: 0;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px; } }

.library-list-page-entry, .news-home-list-page-entry {
  width: calc(100% - 80px);
  float: left;
  margin-left: 40px;
  margin-bottom: 10px;
  margin-left: 0;
  box-sizing: border-box;
  padding: 20px;
  background-color: white;
  border: solid 2px white;
  display: block; }
  .library-list-page-entry::after, .news-home-list-page-entry::after {
    clear: both;
    content: "";
    display: block; }
  .library-list-page-entry:hover, .news-home-list-page-entry:hover {
    background-color: #f4effb;
    border: solid 2px #643689;
    text-decoration: none !important; }
  @media only screen and (max-width: 1170px) {
    .library-list-page-entry, .news-home-list-page-entry {
      width: 100%;
      float: none;
      text-align: center; } }
  .library-list-page-entry a, .news-home-list-page-entry a {
    color: black; }
    .library-list-page-entry a:hover, .news-home-list-page-entry a:hover {
      color: #643689;
      text-decoration: none; }
  .library-list-page-entry h3, .news-home-list-page-entry h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px; }
    @media only screen and (max-width: 1170px) {
      .library-list-page-entry h3, .news-home-list-page-entry h3 {
        font-size: 25px; } }
    .library-list-page-entry h3 a, .news-home-list-page-entry h3 a {
      color: black; }
      .library-list-page-entry h3 a:hover, .news-home-list-page-entry h3 a:hover {
        color: #643689;
        text-decoration: none; }
  .library-list-page-entry p, .news-home-list-page-entry p {
    margin-bottom: 0; }
  .library-list-page-entry .btn-standard, .news-home-list-page-entry .btn-standard {
    font-size: 20px;
    font-weight: 300; }
  .library-list-page-entry img, .news-home-list-page-entry img {
    float: left;
    margin-right: 20px;
    box-sizing: border-box; }
    @media only screen and (max-width: 1170px) {
      .library-list-page-entry img, .news-home-list-page-entry img {
        float: none;
        margin-right: 0;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px; } }

.moments-list-wrapper {
  margin-left: -40px;
  margin-right: -40px;
  width: calc(100% + 80px); }

.moments-list-page-entry.moments-list-page-entry-first {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  border-bottom: solid 1px #643689;
  padding-bottom: 20px;
  width: calc(100% - 80px);
  float: left;
  margin-left: 40px; }

.moments-list-page-entry {
  width: calc(50% - 60px);
  float: left;
  margin-left: 40px;
  margin-bottom: 20px;
  border-bottom: solid 1px #643689;
  padding-bottom: 20px; }
  .moments-list-page-entry::after {
    clear: both;
    content: "";
    display: block; }
  .moments-list-page-entry:nth-child(2n + 2) {
    clear: left; }
  @media only screen and (max-width: 1170px) {
    .moments-list-page-entry {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px;
      text-align: center; }
      .moments-list-page-entry img {
        margin: 0 auto;
        display: block; } }

.moments-home-list-page-entry {
  margin-bottom: 20px;
  margin-left: 0; }
  .moments-home-list-page-entry::after {
    clear: both;
    content: "";
    display: block; }

.ccm-block-topic-list-wrapper h5 {
  margin-top: 20px; }

.ccm-block-topic-list-wrapper .ccm-block-topic-list-header {
  clear: both; }

.ccm-block-topic-list-wrapper ul {
  display: flex;
  flex-wrap: wrap; }
  .ccm-block-topic-list-wrapper ul li {
    background-color: #e7e7e7;
    border: solid 2px #643797;
    margin-bottom: 5px;
    width: 49%;
    box-sizing: border-box; }
    .ccm-block-topic-list-wrapper ul li:nth-child(2n) {
      margin-left: 2%; }
  .ccm-block-topic-list-wrapper ul a {
    display: block;
    font-size: 12px;
    height: 100%;
    box-sizing: border-box;
    border: none; }
    .ccm-block-topic-list-wrapper ul a.ccm-block-topic-list-topic-selected {
      color: black;
      background-color: #dacaf1;
      text-decoration: none; }
    .ccm-block-topic-list-wrapper ul a:hover {
      color: black;
      background-color: #dacaf1;
      text-decoration: none; }

@media only screen and (max-width: 1170px) {
  .footer-sitenavigation {
    display: none; } }

.ccm-block-file {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  line-weight: 30px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: normal;
  color: #643689; }
  .ccm-block-file i {
    color: #643689; }

.p3sdk-target {
  margin-bottom: 20px; }

.top-footer-wrapper {
  min-height: 80px;
  background-color: white;
  border-top: solid 2px #643689;
  border-bottom: solid 2px #643689; }
  @media only screen and (max-width: 1170px) {
    .top-footer-wrapper {
      min-height: 2px; } }

.footer-top ul li {
  border-right: solid 2px #643689; }

.footer-top ul a {
  color: #643689 !important; }

.ccm-block-tags-header h5 {
  background-color: white !important;
  border: solid 1px #643689;
  color: #643689;
  border-radius: 0 !important;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  font-weight: normal;
  margin-bottom: 5px; }

.ccm-block-tags-tag {
  background-color: white !important;
  border: solid 1px #643689;
  color: #643689;
  border-radius: 0 !important;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: normal; }

.footer-wrapper {
  min-height: 300px;
  background-color: #643689;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: auto; }
  .footer-wrapper p, .footer-wrapper h3, .footer-wrapper a {
    color: white; }
  .footer-wrapper a:hover {
    text-decoration: underline; }

.footer-content-left {
  width: calc(50% - 60px);
  float: left;
  margin-left: 40px; }
  .footer-content-left .sass-container {
    max-width: 1920px !important; }
    @media only screen and (max-width: 1170px) {
      .footer-content-left .sass-container {
        max-width: 1200px !important; } }
  @media only screen and (max-width: 1170px) {
    .footer-content-left {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px; } }
  .footer-content-left img {
    margin-bottom: 30px; }

.footer-content-right {
  width: calc(50% - 60px);
  float: left;
  margin-left: 40px; }
  .footer-content-right .btn-white a {
    padding-left: 5px;
    padding-right: 5px; }
  @media only screen and (max-width: 1170px) {
    .footer-content-right {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px;
      left: calc(0% - 40px + 40px);
      position: relative; } }
  .footer-content-right p {
    text-align: right; }
    @media only screen and (max-width: 1170px) {
      .footer-content-right p {
        text-align: left; } }
  .footer-content-right .btn-white {
    float: right;
    margin-left: 10px; }
    @media only screen and (max-width: 1170px) {
      .footer-content-right .btn-white {
        float: none;
        margin-left: 0; } }
    .footer-content-right .btn-white a {
      width: 200px; }
  .footer-content-right .ccm-block-social-links {
    text-align: right;
    clear: right; }
    @media only screen and (max-width: 1170px) {
      .footer-content-right .ccm-block-social-links {
        text-align: left; } }
    .footer-content-right .ccm-block-social-links a {
      font-size: 30px;
      color: #643689;
      background-color: white;
      width: 60px;
      height: 52px;
      padding-top: 8px;
      display: block;
      text-align: center; }
      .footer-content-right .ccm-block-social-links a:hover {
        color: black;
        background-color: #dacaf1; }

.staff_block {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dacaf1;
  margin-left: -40px;
  margin-right: -40px;
  width: calc(100% + 80px); }
  .staff_block::after {
    clear: both;
    content: "";
    display: block; }

.staff_image_wrapper {
  width: calc(33.3333333333% - 53.3333333333px);
  float: left;
  margin-left: 40px; }
  @media only screen and (max-width: 1170px) {
    .staff_image_wrapper {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px;
      left: calc(0% - 40px + 40px);
      position: relative; } }

.staff_summary_wrapper {
  width: calc(66.6666666667% - 66.6666666667px);
  float: left;
  margin-left: 40px; }
  @media only screen and (max-width: 1170px) {
    .staff_summary_wrapper {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px;
      left: calc(0% - 40px + 40px);
      position: relative; } }
  .staff_summary_wrapper p {
    margin-bottom: 5px; }

.staff_bio_wrapper {
  width: calc(75% - 70px);
  float: left;
  margin-left: 40px; }

@media only screen and (max-width: 1170px) {
  .staff_image {
    display: block;
    margin: 0 auto; } }

.staff_bio {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  line-weight: 30px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: normal;
  color: black; }
  @media only screen and (max-width: 768px) {
    .staff_bio {
      font-size: 15px; } }

.sidebar-filters p.sidebar-filters-text {
  font-size: 12px;
  text-align: center;
  color: #643689; }

.sidebar-filters-list h5 {
  text-align: left; }

.libraryfilter-control {
  text-align: center;
  display: block;
  max-width: 150px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px;
  border: solid 2px #643689; }
  .libraryfilter-control:hover {
    text-decoration: none !important;
    background-color: #dacaf1;
    color: black; }

.sidebar-closed, .libraryfilter-control-hidden {
  display: none; }

.event-manager-event-list .event-manager-details {
  margin-left: -40px;
  margin-right: -40px;
  width: calc(100% + 80px); }
  .event-manager-event-list .event-manager-details::after {
    clear: both;
    content: "";
    display: block; }

.event-manager-event-list .event-manager-event {
  border-bottom: solid 1px #c2c2c2;
  padding-bottom: 10px;
  margin-bottom: 20px; }
  .event-manager-event-list .event-manager-event .event-manager-event-when {
    width: calc(41.6666666667% - 56.6666666667px);
    float: left;
    margin-left: 40px; }
    @media only screen and (max-width: 1460px) {
      .event-manager-event-list .event-manager-event .event-manager-event-when {
        width: calc(100% - 80px);
        float: left;
        margin-left: 40px; } }
    @media only screen and (max-width: 1170px) {
      .event-manager-event-list .event-manager-event .event-manager-event-when {
        width: calc(100% - 80px);
        float: left;
        margin-left: 40px;
        width: 25%; } }
  .event-manager-event-list .event-manager-event h3 {
    font-size: 18px; }
  .event-manager-event-list .event-manager-event .em-day {
    display: block;
    background-color: #dacaf1;
    color: black;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 34px; }
  .event-manager-event-list .event-manager-event .em-month {
    display: block;
    background-color: #643689;
    color: white;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase; }
  .event-manager-event-list .event-manager-event .detail-wrap {
    width: calc(58.3333333333% - 63.3333333333px);
    float: left;
    margin-left: 40px;
    margin-left: 20px; }
    @media only screen and (max-width: 1460px) {
      .event-manager-event-list .event-manager-event .detail-wrap {
        width: calc(100% - 80px);
        float: left;
        margin-left: 40px; } }
    .event-manager-event-list .event-manager-event .detail-wrap p {
      font-size: 14px;
      color: black;
      margin-top: 0;
      margin-bottom: 10px;
      font-weight: 400;
      font-family: 'Poppins', sans-serif;
      line-height: 24px; }

.fc-button-group .fc-today-button {
  background-color: #643689;
  border: none;
  color: white;
  padding: 5px; }

.fc-button-group .fc-prev-button {
  background-color: #643689;
  border: none;
  color: white;
  padding: 5px; }

.fc-button-group .fc-next-button {
  background-color: #643689;
  border: none;
  color: white;
  padding: 5px; }

.fc-button-group .fc-month-button {
  background-color: #643689;
  border: none;
  color: white;
  padding: 5px; }

.fc-button-group .fc-listMonth-button {
  background-color: #643689;
  border: none;
  color: white;
  padding: 5px; }

.fc-button-group .fc-basicWeek-button {
  background-color: #643689;
  border: none;
  color: white;
  padding: 5px; }

.fc-button-group .fc-basicDay-button {
  background-color: #643689;
  border: none;
  color: white;
  padding: 5px; }

.fc-button-group .fc-state-active {
  background-color: #dacaf1;
  color: black; }

.fc-event {
  border: 1px solid #643689 !important; }

.event-manager-detail {
  margin-left: -40px;
  margin-right: -40px;
  width: calc(100% + 80px); }
  .event-manager-detail .col-md-6 {
    width: calc(50% - 60px);
    float: left;
    margin-left: 40px; }
    @media only screen and (max-width: 1170px) {
      .event-manager-detail .col-md-6 {
        width: calc(100% - 80px);
        float: left;
        margin-left: 40px; } }

.fc-left .fc-today-button {
  background-color: #643689 !important;
  border: none;
  color: white !important;
  padding: 5px !important; }

.ccm-block-express-form fieldset {
  border: none;
  padding: 0; }

.ccm-block-express-form label {
  display: block;
  margin-bottom: 0;
  font-size: 17px;
  color: black;
  margin-top: 0;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  line-height: 24px;
  clear: both; }

.ccm-block-express-form input, .ccm-block-express-form textarea, .ccm-block-express-form select {
  display: block;
  margin-bottom: 15px;
  border: solid 1px #643689;
  padding: 5px;
  width: 100%;
  box-sizing: border-box; }

.ccm-block-express-form .checkbox input {
  width: auto;
  float: left;
  margin-right: 10px;
  margin-top: 5px; }

.ccm-block-express-form .ccm-file-selector-choose-new {
  margin-bottom: 20px; }

.ccm-block-express-form .text-muted {
  font-size: 14px;
  color: #643689;
  margin-top: 0;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  line-height: 24px;
  font-style: italic; }

.ccm-block-express-form .btn-primary {
  color: white !important;
  background-color: #643689;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 300px;
  text-align: center;
  clear: both;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px; }
  .ccm-block-express-form .btn-primary:hover {
    background-color: #572f77;
    color: white !important; }

.blog-page-list-pages {
  margin-left: -40px;
  margin-right: -40px;
  width: calc(100% + 80px); }

.standard-list-page-entry {
  width: calc(50% - 60px);
  float: left;
  margin-left: 40px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden; }
  .standard-list-page-entry:hover h3, .standard-list-page-entry:hover p, .standard-list-page-entry:hover a {
    color: black !important; }
  .standard-list-page-entry:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-image: linear-gradient(-180deg, transparent 10%, rgba(0, 0, 0, 0.95) 90%);
    z-index: 1; }
  .standard-list-page-entry:hover:after {
    background-image: linear-gradient(-180deg, transparent 10%, rgba(215, 215, 215, 0.95) 90%); }
  .standard-list-page-entry .ccm-block-page-list-page-entry-text {
    margin-top: -100px;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0; }
    .standard-list-page-entry .ccm-block-page-list-page-entry-text h3 {
      text-align: center;
      font-family: 'Lato', sans-serif;
      font-size: 25px;
      line-height: 24px;
      margin-bottom: 5px;
      color: white; }
      @media only screen and (max-width: 1170px) {
        .standard-list-page-entry .ccm-block-page-list-page-entry-text h3 {
          font-size: 20px; } }
  .standard-list-page-entry p {
    color: white;
    font-size: 12pt;
    line-height: 18pt;
    text-align: center; }
    @media only screen and (max-width: 1460px) {
      .standard-list-page-entry p {
        font-size: 10pt;
        line-height: 16pt; } }
  .standard-list-page-entry img {
    display: block;
    margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .standard-list-page-entry {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px;
      margin-bottom: 13px; } }
  @media only screen and (max-width: 500px) {
    .standard-list-page-entry {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px;
      margin-bottom: 13px; } }

.current-list-page-entry {
  width: calc(50% - 60px);
  float: left;
  margin-left: 40px;
  margin-bottom: 20px; }
  .current-list-page-entry .current-image-wrapper {
    position: relative; }
  .current-list-page-entry .current-image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none; }
  .current-list-page-entry:nth-child(2n + 1) {
    clear: both; }
  .current-list-page-entry:hover {
    text-decoration: none !important; }
    .current-list-page-entry:hover p, .current-list-page-entry:hover h3, .current-list-page-entry:hover a {
      color: black !important; }
    .current-list-page-entry:hover .current-summary {
      background-color: #dacaf1; }
    .current-list-page-entry:hover .current-image-overlay {
      display: block; }
  .current-list-page-entry h3, .current-list-page-entry p, .current-list-page-entry a {
    color: white !important; }
    .current-list-page-entry h3:hover, .current-list-page-entry p:hover, .current-list-page-entry a:hover {
      text-decoration: none !important;
      color: black !important; }
  .current-list-page-entry img {
    display: block;
    margin: 0 auto;
    margin-bottom: 0; }
  .current-list-page-entry .current-summary {
    background-color: #643689;
    min-height: 220px;
    padding: 10px;
    box-sizing: border-box; }
    .current-list-page-entry .current-summary p {
      color: white; }
      .current-list-page-entry .current-summary p:hover {
        text-decoration: none !important;
        color: black !important; }
  @media only screen and (max-width: 768px) {
    .current-list-page-entry {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px;
      margin-bottom: 13px; } }
  @media only screen and (max-width: 500px) {
    .current-list-page-entry {
      width: calc(100% - 80px);
      float: left;
      margin-left: 40px;
      margin-bottom: 13px; } }

.sitenavigation .sub-trigger, .footer-sitenavigation .sub-trigger {
  display: none !important; }

.sitenavigation .nav > .nav-first, .footer-sitenavigation .nav > .nav-first {
  display: none; }
  @media only screen and (max-width: 768px) {
    .sitenavigation .nav > .nav-first, .footer-sitenavigation .nav > .nav-first {
      display: block; } }

.sitenavigation ul, .footer-sitenavigation ul {
  margin: 0;
  padding: 0;
  position: relative;
  display: table;
  width: 100%; }

.sitenavigation li, .footer-sitenavigation li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-right: 0;
  font-size: 28px;
  line-height: 20px;
  display: table-cell;
  border-right: solid 2px white; }
  @media only screen and (max-width: 1460px) {
    .sitenavigation li, .footer-sitenavigation li {
      font-size: 20px; } }
  .sitenavigation li.nav-last, .footer-sitenavigation li.nav-last {
    margin-right: 0;
    border-right: none; }
  .sitenavigation li > a, .footer-sitenavigation li > a {
    box-sizing: border-box;
    color: white;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    display: block;
    padding: 0;
    padding: 30px;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-tap-highlight-color: transparent; }
    .sitenavigation li > a.nav-path-selected, .sitenavigation li > a.linkclicked, .footer-sitenavigation li > a.nav-path-selected, .footer-sitenavigation li > a.linkclicked {
      background-color: #dacaf1;
      color: black;
      text-decoration: none; }
    .sitenavigation li > a.nav-selected, .footer-sitenavigation li > a.nav-selected {
      background-color: #dacaf1;
      color: black;
      text-decoration: none; }
    .sitenavigation li > a:hover, .footer-sitenavigation li > a:hover {
      background-color: #dacaf1;
      color: black;
      text-decoration: none; }
  .sitenavigation li.clicked > ul, .footer-sitenavigation li.clicked > ul {
    display: block; }
  .sitenavigation li ul, .footer-sitenavigation li ul {
    display: none;
    position: absolute;
    z-index: 1000;
    min-width: 200px;
    max-width: 700px;
    margin: 0; }
    .sitenavigation li ul a.nav-last, .footer-sitenavigation li ul a.nav-last {
      border-bottom: none; }
    .sitenavigation li ul a.nav-path-selected, .sitenavigation li ul a.linkclicked, .footer-sitenavigation li ul a.nav-path-selected, .footer-sitenavigation li ul a.linkclicked {
      background-color: #F2F2F2;
      color: #000; }
    .sitenavigation li ul a.nav-selected, .footer-sitenavigation li ul a.nav-selected {
      background-color: #F2F2F2;
      color: #000; }
    .sitenavigation li ul li, .footer-sitenavigation li ul li {
      float: none;
      margin: 0;
      display: block;
      padding-top: 0;
      padding-bottom: 0; }
    .sitenavigation li ul ul, .footer-sitenavigation li ul ul {
      margin-top: 0; }
      .sitenavigation li ul ul a, .footer-sitenavigation li ul ul a {
        background-color: #e6e6e6; }

.no-js .sitenavigation li:hover > ul {
  display: block !important; }

.menu-icon {
  display: none; }

@media only screen and (max-width: 1170px) {
  body {
    overflow-x: hidden; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #643689; }
  .menu-icon {
    position: absolute;
    z-index: 10000;
    display: block;
    top: 20px;
    right: 20px;
    -webkit-tap-highlight-color: transparent !important;
    outline: none; }
    .menu-icon:hover, .menu-icon:active {
      -webkit-tap-highlight-color: transparent !important; }
  .ccm-toolbar-visible .menu-icon {
    top: 68px; }
  .sitenavigation.is-tapped .menu-icon {
    -webkit-tap-highlight-color: transparent; }
  .sitenavigation.is-tapped ul.nav {
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.3); }
  .sitenavigation ul {
    display: none;
    max-width: none !important;
    margin-top: 0; }
  .sitenavigation li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    border-right: none; }
  .sitenavigation > ul {
    display: block;
    position: absolute;
    margin: 0;
    background-color: #FFF;
    left: 0;
    top: 75px;
    z-index: 10000;
    padding: 0;
    height: 100vh;
    overflow-y: auto; }
    .sitenavigation > ul a {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      background-color: #643689;
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
      height: auto;
      color: white;
      float: none;
      font-size: 20px;
      line-height: 20px;
      font-family: "Poppins", sans-serif;
      min-height: 40px;
      text-align: left;
      border: none !important;
      -webkit-font-smoothing: antialiased;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation > ul a:hover {
        background-color: #dacaf1;
        color: black; }
    .sitenavigation > ul li {
      clear: both;
      width: 100%;
      background-color: #643689;
      border-bottom: solid 1px white;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation > ul li li {
        background-color: #dacaf1; }
        .sitenavigation > ul li li li {
          background-color: #dacaf1; }
    .sitenavigation > ul ul {
      display: none;
      width: 100%;
      z-index: 200;
      border: none;
      margin-left: 0;
      padding: 0;
      position: relative !important;
      margin-top: 0;
      left: 0;
      text-align: left; }
      .sitenavigation > ul ul ul {
        clear: both;
        left: 0;
        margin-top: 0; }
      .sitenavigation > ul ul li {
        border-bottom: solid 1px white;
        padding-top: 0;
        padding-bottom: 0; }
        .sitenavigation > ul ul li li a {
          padding-left: 30px; }
        .sitenavigation > ul ul li li li a {
          padding-left: 40px; }
      .sitenavigation > ul ul a {
        background-color: #7f44ae;
        font-size: 70%;
        padding-left: 20px; }
        .sitenavigation > ul ul a:before {
          content: '↳';
          display: inline-block;
          margin-right: 4px;
          color: #FFF;
          font-family: Arial; }
    .sitenavigation > ul li.nav-dropdown {
      cursor: pointer; }
      .sitenavigation > ul li.nav-dropdown > a {
        width: 80%; }
    .sitenavigation > ul .sub-trigger {
      width: 20% !important;
      display: block !important;
      background-color: transparent !important;
      float: right;
      position: absolute;
      opacity: 0.001;
      right: 0;
      z-index: 10000; }
      .sitenavigation > ul .sub-trigger:hover {
        background-color: transparent !important; }
    .sitenavigation > ul li.nav-dropdown:after {
      content: '▼';
      position: absolute;
      color: #FFF;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: -28px;
      text-align: center;
      font-size: 12px;
      padding-top: 0;
      padding-bottom: 0;
      box-sizing: border-box; }
    .sitenavigation > ul li.expanded:after {
      display: none; }
    .sitenavigation > ul li.expanded:before {
      content: '▲' !important;
      position: absolute;
      color: #FFF;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: 12px;
      text-align: center;
      font-size: 12px;
      padding-top: 0;
      padding-bottom: 0;
      box-sizing: border-box; }
  #nav .nav {
    display: none; }
  .menu-shroud {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    opacity: 0; }
  .csstransforms3d #nav .nav {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    width: 280px;
    transform: translate3d(-280px, 0, 0);
    -webkit-transform: translate3d(-280px, 0, 0);
    top: 0 !important;
    display: block; }
  .csstransforms3d .sitenavigation.is-tapped .nav {
    display: block !important; }
  .csstransforms3d.off-canvas-triggered .page {
    height: 100vh;
    overflow: hidden; }
  .csstransforms3d.off-canvas-triggered .menu-shroud {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    opacity: 1;
    height: 100%;
    height: 100vh;
    z-index: 10; }
    .csstransforms3d.off-canvas-triggered .menu-shroud:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.5 !important;
      content: '';
      z-index: 1;
      height: 100%;
      height: 100vh;
      background-color: white;
      display: block; }
  .csstransforms3d.off-canvas-triggered #nav .nav {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    top: 0 !important; }
  .csstransforms3d.ccm-toolbar-visible #nav .nav {
    top: 48px !important; } }
