/* Modern CSS Font Stacks - https://gist.github.com/don1138/5761014 */
/* System */
/* 1 Apple: -apple-system, BlinkMacSystemFont,
/* 2 System UI: "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
/* 3 Fallbacks: "Helvetica Neue", sans-serif !default; */
/* Times New Roman-based serif */
/* A modern Georgia-based serif */
/*A more traditional Garamond-based serif */
/*The Helvetica/Arial-based sans serif */
/*The Verdana-based sans serif */
/*The Trebuchet-based sans serif */
/*The heavier "Impact" sans serif */
/*The monospace */
/*
// Bootstrap
$size-display2: 2.5rem !default;
$size-display1: 2rem !default;
$size-headline: 1.75rem !default;
$size-title: 1.5rem !default;
$size-subtitle: 1.25rem !default;
$size-base: 1rem;
$size-mini: 0.889rem !default;
$size-micro: 0.79rem !default;
//0.702rem;

// 1.125 Major Second
$size-display2: 1.802rem !default;
$size-display1: 1.602rem !default;
$size-headline: 1.424rem !default;
$size-title: 1.266rem !default;
$size-subtitle: 1.125rem !default;
$size-base: 1rem;
$size-mini: 0.889rem !default;
$size-micro: 0.79rem !default;
//0.702rem;
*/
/*
// 1.25 Major Third
$size-display2: 3.052rem !default;
$size-display1: 2.441rem !default;
$size-headline: 1.953rem !default;
$size-title: 1.563rem !default;
$size-subtitle: 1.25rem !default;
$size-base: 1rem !default;
$size-mini: 0.8rem !default;
$size-micro: 0.64rem !default;
//0.512rem;

// 1.333 Perfect Fourth
$size-display2: 4.209rem !default;
$size-display1: 3.157rem !default;
$size-headline: 2.369rem !default;
$size-title: 1.777rem !default;
$size-subtitle: 1.333rem !default;
$size-base: 1rem !default;
$size-mini: 0.75rem !default;
$size-micro: 0.563rem !default;
//0.422rem;

// 1.414 Augmented Fourth
$size-display2: 5.653em !default;
$size-display1: 3.998em !default;
$size-headline: 2.827em !default;
$size-title: 1.999em !default;
$size-subtitle: 1.414em !default;
$size-base: 1em !default;
$size-mini: 0.707em !default;
$size-micro: 0.5em !default;
//0.354em;
*/
/* #### Generated By: http://www.cufonfonts.com #### */
/* ubuntu-300 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: local("Ubuntu Light"), local("Ubuntu-Light"), url("../fonts/ubuntu-v14-latin-300.woff2") format("woff2"), url("../fonts/ubuntu-v14-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* ubuntu-300italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 300;
  src: local("Ubuntu Light Italic"), local("Ubuntu-LightItalic"), url("../fonts/ubuntu-v14-latin-300italic.woff2") format("woff2"), url("../fonts/ubuntu-v14-latin-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* ubuntu-500 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url("../fonts/ubuntu-v14-latin-500.woff2") format("woff2"), url("../fonts/ubuntu-v14-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

@font-face {
  font-family: 'Ubuntu Titling Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Titling Bold"), url("../fonts/UbuntuTitling-Bold.woff") format("woff"); }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * 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; }

/* Grouping content
   ========================================================================== */
/**
 * 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 */ }

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

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

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

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

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

/**
 * 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; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 */ }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

*,
*:after,
*:before {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

html {
  font-size: 100%; }

@media (min-width: 760px) {
  html {
    font-size: 112.5%; } }

@media (min-width: 1000px) {
  html {
    font-size: 125%; } }

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important; } }

body {
  /* Non standard for WebKit */
  text-rendering: optimizeLegibility; }

.ccm-page {
  max-width: 100%;
  width: 100vw;
  overflow-x: hidden;
  color: #222222;
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  text-align: center; }

.ccm-page {
  /* PRIMITIVE FRAMEWORK */ }
  .ccm-page h1, .ccm-page .h1,
  .ccm-page h2, .ccm-page .h2,
  .ccm-page h3, .ccm-page .h3,
  .ccm-page h4, .ccm-page .h4,
  .ccm-page h5, .ccm-page .h5,
  .ccm-page h6, .ccm-page .h6 {
    color: #1ca9b4;
    font-family: "Ubuntu Titling Bold", Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Arial Black", sans-serif;
    font-weight: 500;
    margin: 0 0 1rem 0;
    line-height: 1.2; }
  .ccm-page h1, .ccm-page .h1 {
    font-size: 2.488rem; }
  .ccm-page h2, .ccm-page .h2 {
    font-size: 1.728rem; }
  .ccm-page h3, .ccm-page .h3 {
    font-size: 1.44rem; }
  .ccm-page h4, .ccm-page .h4 {
    font-size: 1.2rem; }
  .ccm-page h5, .ccm-page .h5 {
    font-size: 1rem; }
  .ccm-page h6, .ccm-page .h6 {
    font-size: 0.833rem; }
  .ccm-page .bg-tint h1, .ccm-page .bg-tint .h1,
  .ccm-page .bg-tint h2, .ccm-page .bg-tint .h2,
  .ccm-page .bg-tint h3, .ccm-page .bg-tint .h3,
  .ccm-page .bg-tint h4, .ccm-page .bg-tint .h4,
  .ccm-page .bg-tint h5, .ccm-page .bg-tint .h5,
  .ccm-page .bg-tint h6, .ccm-page .bg-tint .h6,
  .ccm-page .bg-tint h1, .ccm-page .bg-tint .h1,
  .ccm-page .bg-tintAlt h2, .ccm-page .bg-tintAlt .h2,
  .ccm-page .bg-tintAlt h3, .ccm-page .bg-tintAlt .h3,
  .ccm-page .bg-tintAlt h4, .ccm-page .bg-tintAlt .h4,
  .ccm-page .bg-tintAlt h5, .ccm-page .bg-tintAlt .h5,
  .ccm-page .bg-tintAlt h6, .ccm-page .bg-tintAlt .h6 {
    color: #fff; }
  .ccm-page p {
    margin: 0 0 1rem 0; }
  .ccm-page hr {
    border: 0;
    border-top: 1px solid #1ca9b4;
    margin: 2rem 0; }
  .ccm-page hidden {
    display: none !important; }
  @media (min-width: 420px) {
    .ccm-page .hidden-mob {
      display: none !important; } }
  @media (min-width: 760px) {
    .ccm-page .hidden-sml {
      display: none !important; } }
  @media (min-width: 1000px) {
    .ccm-page .hidden-lge {
      display: none !important; } }
  .ccm-page .textLeft {
    text-align: left; }
  .ccm-page .textCenter {
    text-align: center; }
  .ccm-page .textRight {
    text-align: right; }
  @media (min-width: 420px) {
    .ccm-page .textLeft-mob {
      text-align: left; }
    .ccm-page .textCenter-mob {
      text-align: center; }
    .ccm-page .textRight-mob {
      text-align: right; } }
  @media (min-width: 760px) {
    .ccm-page .textLeft-sml {
      text-align: left; }
    .ccm-page .textCenter-sml {
      text-align: center; }
    .ccm-page .textRight-sml {
      text-align: right; } }
  @media (min-width: 1000px) {
    .ccm-page .textLeft-lge {
      text-align: left; }
    .ccm-page .textCenter-lge {
      text-align: center; }
    .ccm-page .textRight-lge {
      text-align: right; } }
  .ccm-page strong,
  .ccm-page .text-strong {
    font-weight: bold !important; }
  .ccm-page small,
  .ccm-page .text-small {
    font-size: 80%; }
  .ccm-page .text-lead {
    font-weight: 500;
    font-size: 1.2rem; }
  .ccm-page .text-muted {
    color: #aaa; }
  .ccm-page .text-highlight {
    color: #bb5068; }
  .ccm-page a {
    color: #bb5068;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease; }
  .ccm-page a:hover, .ccm-page a:focus {
    color: #bb5068; }
  .ccm-page .bg-tint a {
    color: #fff; }
  .ccm-page .bg-tint a:hover {
    color: #efc50a; }
  .ccm-page dt {
    font-weight: 500; }
  .ccm-page dd {
    margin-left: 0; }
  .ccm-page li > strong {
    color: #1ca9b4; }
  .ccm-page ul.tickbox,
  .ccm-page ul.list-inline,
  .ccm-page ul.list-plain {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0; }
  .ccm-page ul.list-plain li {
    margin: 0;
    padding: 0; }
  .ccm-page ul.tickbox li {
    background: url("/application/themes/bluegreen/img/tick.png") no-repeat left 4px;
    padding-left: 30px;
    margin-bottom: 1rem; }
  .ccm-page ul.list-inline li {
    display: inline-block;
    margin: 0 10px; }
  .ccm-page q::before,
  .ccm-page q::after {
    content: none; }
  .ccm-page blockquote, .ccm-page q {
    background: #ddd;
    border-left: 4px solid #bb5068;
    padding: 0.5rem; }
  .ccm-page blockquote > footer {
    font-style: normal;
    border: 0; }
  .ccm-page blockquote cite {
    font-style: normal; }
  .ccm-page blockquote *:last-child {
    margin-bottom: 0; }
  .ccm-page address {
    font-style: normal; }
  .ccm-page mark {
    background: #efc50a; }
  .ccm-page pre {
    background: #ddd;
    display: block;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    padding: 0.5rem;
    white-space: pre-wrap;
    overflow-wrap: break-word; }
  .ccm-page code {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    line-height: inherit;
    vertical-align: baseline;
    word-break: break-all;
    word-wrap: break-word; }
  .ccm-page kbd, .ccm-page samp, .ccm-page var {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
  .ccm-page .btn {
    font-family: 'Ubuntu Titling Bold',sans;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    padding: .5rem 1rem;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    background: #f3766f;
    background: radial-gradient(circle at center center, #f3766f 0%, #f3766f 40%, #f16057 100%);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.22);
    transition: none; }
  .ccm-page .btn:hover {
    background: #f3766f;
    color: #fff;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  .ccm-page .bg-tint a.btn:hover {
    color: #fff; }
  .ccm-page .btn.btn-alt {
    background: #197675;
    background: radial-gradient(circle at center center, #1ca9b4 0%, #1ca9b4 40%, #158088 100%); }
  .ccm-page .btn.btn-alt:hover {
    background: #1ca9b4;
    background: radial-gradient(circle at center center, #1fbeca 0%, #1fbeca 40%, #158088 100%); }
  .ccm-page .ccm-block-type-form {
    margin-bottom: 1rem; }
  .ccm-page [type=color], .ccm-page [type=date], .ccm-page [type=datetime], .ccm-page [type=datetime-local], .ccm-page [type=email], .ccm-page [type=month], .ccm-page [type=number], .ccm-page [type=password], .ccm-page [type=search], .ccm-page [type=tel], .ccm-page [type=text], .ccm-page [type=url], .ccm-page [type=week], .ccm-page [type=time], .ccm-page select, .ccm-page textarea {
    display: block;
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: .75rem;
    outline: none;
    background: transparent;
    margin-bottom: .5rem;
    font-size: 1rem;
    width: 100%;
    max-width: 100%;
    line-height: 1; }
  .ccm-page [type=color]:hover, .ccm-page [type=date]:hover, .ccm-page [type=datetime]:hover, .ccm-page [type=datetime-local]:hover, .ccm-page [type=email]:hover, .ccm-page [type=month]:hover, .ccm-page [type=number]:hover, .ccm-page [type=password]:hover, .ccm-page [type=search]:hover, .ccm-page [type=tel]:hover, .ccm-page [type=text]:hover, .ccm-page [type=url]:hover, .ccm-page [type=week]:hover, .ccm-page [type=time]:hover, .ccm-page select:hover, .ccm-page textarea:hover {
    border: 1px solid #c5c5c5; }
  .ccm-page [type=color]:focus, .ccm-page [type=color]:active, .ccm-page [type=date]:focus, .ccm-page [type=date]:active, .ccm-page [type=datetime]:focus, .ccm-page [type=datetime]:active, .ccm-page [type=datetime-local]:focus, .ccm-page [type=datetime-local]:active, .ccm-page [type=email]:focus, .ccm-page [type=email]:active, .ccm-page [type=month]:focus, .ccm-page [type=month]:active, .ccm-page [type=number]:focus, .ccm-page [type=number]:active, .ccm-page [type=password]:focus, .ccm-page [type=password]:active, .ccm-page [type=search]:focus, .ccm-page [type=search]:active, .ccm-page [type=tel]:focus, .ccm-page [type=tel]:active, .ccm-page [type=text]:focus, .ccm-page [type=text]:active, .ccm-page [type=url]:focus, .ccm-page [type=url]:active, .ccm-page [type=week]:focus, .ccm-page [type=week]:active, .ccm-page [type=time]:focus, .ccm-page [type=time]:active, .ccm-page select:focus, .ccm-page select:active, .ccm-page textarea:focus, .ccm-page textarea:active {
    border: 1px solid #0366EE;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #8cbcfe; }
  .ccm-page textarea {
    overflow: auto;
    height: auto; }
  .ccm-page fieldset {
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 1rem;
    margin: 1.5rem 0; }
  .ccm-page legend {
    padding: 0 .5rem;
    font-weight: 600; }
  .ccm-page select {
    color: #404040;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==) right center no-repeat;
    line-height: 1; }
  .ccm-page select::-ms-expand {
    display: none; }
  .ccm-page [type=range] {
    width: 100%; }
  .ccm-page label {
    font-weight: 600;
    max-width: 100%;
    display: block;
    margin: 1rem 0 .5rem; }
  @media (min-width: 420px) {
    .ccm-page .split-form label {
      text-align: right;
      padding: 0 .5rem;
      margin-bottom: 1rem; } }
  .ccm-page input.has-error, .ccm-page input.has-error:hover, .ccm-page input.has-error:focus, .ccm-page input.has-error:active,
  .ccm-page select.has-error,
  .ccm-page select.has-error:hover,
  .ccm-page select.has-error:focus,
  .ccm-page select.has-error:active,
  .ccm-page textarea.has-error,
  .ccm-page textarea.has-error:hover,
  .ccm-page textarea.has-error:focus,
  .ccm-page textarea.has-error:active {
    border: 1px solid #D33C40;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #f4cecf; }
  .ccm-page ::-webkit-input-placeholder,
  .ccm-page ::-moz-placeholder,
  .ccm-page :-moz-placeholder,
  .ccm-page :-ms-input-placeholder {
    color: #9a9a9a; }
  .ccm-page .search-form [type=email],
  .ccm-page .search-form [type=password],
  .ccm-page .search-form [type=search],
  .ccm-page .search-form [type=tel],
  .ccm-page .search-form [type=text],
  .ccm-page .search-form [type=url] {
    display: inline-block; }
  .ccm-page .search-form .btn,
  .ccm-page .search-form input[type='button'],
  .ccm-page .search-form input[type='reset'],
  .ccm-page .search-form input[type='submit'] {
    font-size: 1rem;
    padding: .4rem .5rem; }
  .ccm-page .search-inline {
    font-size: 0; }
  .ccm-page .search-inline input[type=text] {
    border-color: #1ca9b4;
    font-size: 1rem;
    max-width: 80%;
    display: inline-block;
    border-radius: 1rem 0 0 1rem;
    padding: .5rem;
    vertical-align: middle;
    margin: 0; }
  .ccm-page .search-inline button.btn[type=submit] {
    background: #1ca9b4;
    border: 2px solid #1ca9b4;
    font-size: 1rem;
    font-weight: 500;
    padding: .5rem .6rem .5rem .4rem;
    border-radius: 0 1rem 1rem 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .ccm-page .search-inline button.btn[type=submit]:hover {
    background: #bb5068;
    border-color: #bb5068; }
  .ccm-page img {
    max-width: 100%;
    height: auto; }
  .ccm-page img.center-block {
    display: block;
    margin: 0 auto; }
  .ccm-page .ccm-image-block {
    margin-bottom: 1rem; }
  .ccm-page .img-circle {
    border-radius: 50%;
    margin-bottom: 1rem; }
  .ccm-page .responsive-embed {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
  .ccm-page .responsive-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .ccm-page [class*="disc"] {
    width: 250px;
    height: auto;
    max-width: 100%;
    border-radius: 50%;
    background: grey;
    margin: 0 auto 1rem auto;
    border: 10px solid black;
    box-shadow: inset 0 0 0 5px #FFF;
    transform-style: preserve-3d; }
  .ccm-page [class*="disc"].disc-sml {
    width: 150px; }
  .ccm-page .disc-teal {
    border-color: #1ca9b4;
    background: #1ca9b4;
    background: radial-gradient(circle at center center, #1ca9b4 0%, #1ca9b4 40%, #0e565c 100%); }
  .ccm-page .disc-teal-light {
    border-color: #70b5b5;
    background: #70b5b5;
    background: radial-gradient(circle at center center, #70b5b5 0%, #70b5b5 40%, #417e7e 100%); }
  .ccm-page .disc-pink {
    border-color: #bb5068;
    background: #bb5068;
    background: radial-gradient(circle at center center, #bb5068 0%, #bb5068 40%, #772e3e 100%); }
  .ccm-page .disc-pink-light {
    border-color: #f3766f;
    background: #f3766f;
    background: radial-gradient(circle at center center, #f3766f 0%, #f3766f 40%, #e91f13 100%); }
  .ccm-page .disc-green {
    border-color: #197675;
    background: #197675;
    background: radial-gradient(circle at center center, #197675 0%, #197675 40%, #072222 100%); }
  .ccm-page .disc-green-light {
    border-color: #c4d962;
    background: #c4d962;
    background: radial-gradient(circle at center center, #c4d962 0%, #c4d962 40%, #95ab2a 100%); }
  .ccm-page .disc-gold {
    border-color: #eebd60;
    background: #eebd60;
    background: radial-gradient(circle at center center, #eebd60 0%, #eebd60 40%, #d29116 100%); }
  .ccm-page .disc-gold-light {
    border-color: #edcd93;
    background: #edcd93;
    background: radial-gradient(circle at center center, #edcd93 0%, #edcd93 40%, #dea53c 100%); }

.grid {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  font-size: 0; }

.grid .grid {
  width: auto; }

[class^="col"] {
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 0 1rem;
  width: 100%; }

.colNarrow {
  width: 90%;
  margin: 0 5%; }

.col20-sml,
.col80-sml {
  padding: 0; }

.col50 {
  width: 50%; }

.col33-sml,
.col50-sml,
.col60-sml {
  text-align: left; }

@media (min-width: 420px) {
  .col25-mob {
    width: 25%; }
  .col33-mob {
    width: 33.333333%; }
  .col50-mob {
    width: 50%; } }

@media (min-width: 760px) {
  .colNarrow {
    width: 80%;
    margin: 0 10%; }
  .col15-sml {
    width: 15%; }
  .col20-sml {
    width: 20%; }
  .col25-sml {
    width: 25%; }
  .col33-sml {
    width: 33.333333%; }
  .col40-sml {
    width: 40%; }
  .col50-sml {
    width: 50%; }
  .col60-sml {
    width: 60%; }
  .col80-sml {
    width: 80%; }
  .col85-sml {
    width: 85%; }
  .col60-sml + .col33-sml {
    margin-left: 6.666666%; } }

@media (min-width: 1000px) {
  .colNarrow {
    width: 60%;
    margin: 0 20%; }
  .col25-lge {
    width: 25%; }
  .col33-lge {
    width: 33.333333%; }
  .col50-lge {
    width: 50%; } }

.grid.middle > [class^="col"] {
  vertical-align: middle; }

.grid.bottom > [class^="col"] {
  vertical-align: bottom; }

html {
  scroll-behavior: smooth; }

.bg-tint {
  background: #1ca9b4;
  background-image: radial-gradient(circle at center center, #1ca9b4 0%, #1ca9b4 40%, #158088 100%);
  color: #fff; }

.bg-tintAlt {
  background-image: radial-gradient(circle at center center, #f3766f 0%, #f3766f 40%, #f16057 100%);
  color: #fff; }

.flower {
  background-image: url(/application/themes/bluegreen/img/flower-lge.png);
  background-position: -20px -50px;
  background-size: 40%;
  background-repeat: no-repeat; }

.shadow {
  position: relative;
  overflow: hidden;
  padding: 2rem 0; }

.shadow::after {
  content: '';
  position: absolute;
  top: -200px;
  height: 200px;
  width: 100%;
  left: 50%;
  transform: translatex(-50%);
  border-radius: 30%;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

header.bg-tint {
  padding-top: .5rem;
  /*1rem;*/ }

header.bg-tint > .grid.bottom {
  position: relative; }

a.btn.tourBtn {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  display: block;
  margin: -.5rem auto 1rem auto;
  /*-1rem auto 1rem auto;*/
  padding: .4rem 1rem; }

@media (min-width: 420px) {
  a.btn.tourBtn {
    position: absolute;
    top: -.5rem;
    /*-1rem;*/
    right: 1rem;
    /*0;*/
    margin: 0; } }

.headerLogo {
  margin-bottom: 0;
  /*.5rem;*/ }

@media (max-width: 420px) {
  footer a.btn.tourBtn {
    margin-top: -1rem; } }

@media (min-width: 420px) {
  footer a.btn.tourBtn {
    top: -1rem; } }

.ccm-page > footer {
  font-size: 80%; }

footer > .bg-tint.shadow {
  padding: 1rem 0; }

footer > .bg-tint > .grid.bottom {
  position: relative; }

@media (min-width: 760px) {
  footer .col40-sml {
    text-align: left; }
  footer .col40-sml:last-child {
    text-align: right; } }

main.shadow {
  padding: 0; }

.flower.shadow {
  padding-top: 4rem; }

.shadow.footerPic {
  padding-bottom: 0; }

.intro p.h2 {
  color: #fff;
  margin: 0;
  padding: 1rem 0;
  line-height: 1.2; }

@media (min-width: 760px) {
  .intro {
    position: relative; }
  .intro p.h2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #1ca9b4;
    background: rgba(28, 169, 180, 0.85); } }

[class*="bg-tint"] p:last-child {
  margin-bottom: 0; }

/*
  .tint {
  position: relative;
}
.tint::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100vw;
	left: 50%;
	transform: translatex(-50%);
	z-index: -1;

  background: $gradientbase-green;
  background-image: $gradient-green;
}
.tint.tint-alt::after {
  background: $gradientbase-pink;
  background-image: $gradient-pink;
}

.tint.flower-sml::after {
  background: $gradientbase-green;
  background-image: $flower-sml, $gradient-green;
  background-repeat: no-repeat;
  background-size: 30%, 100%;
  background-position: right center, center;
  z-index: -1;
}
.tint.tint-alt.flower-sml::after {
  background: $gradientbase-pink;
  background-image: $flower-sml, $gradient-pink;
}

.innerShadow {
  padding-top: 2rem;
  overflow: hidden;
  position: relative;
}
.innerShadow:before {
	content: '';
	position: absolute;
	top: -200px;
	height: 200px;
	width: 100%;
	display: block;
	background: transparent;
	border-radius: 30%;
	box-shadow: $innershadow;
}

*/
#menuToggle {
  cursor: pointer;
  line-height: 20px;
  font-size: 1rem;
  font-family: "Ubuntu Titling Bold", Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Arial Black", sans-serif;
  padding: .5rem 1rem;
  text-align: right;
  transition: all 0.3s ease-in-out;
  background: transparent;
  border: none;
  color: #fff;
  outline: none; }

.hamburger {
  display: inline-block;
  vertical-align: bottom; }

.hamburger .line {
  width: 20px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 4px auto;
  transition: all 0.3s ease-in-out; }

#menuToggle.is-active .line:nth-child(1) {
  transform: translateY(6px) rotate(45deg); }

#menuToggle.is-active .line:nth-child(2) {
  opacity: 0; }

#menuToggle.is-active .line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg); }

#menuToggle {
  display: inline-block; }

nav.jsMenu #mainNav {
  display: none; }

@media (min-width: 760px) {
  #menuToggle {
    display: none; }
  nav.jsMenu #mainNav {
    display: block !important; } }

.nav-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding-right: 6.5%;
  padding-top: 10px;
  /*transform: translatex(-50%);*/
  z-index: 10; }

#mainNav {
  padding: 0;
  margin: 0;
  list-style: none; }
  #mainNav ul {
    list-style: none;
    padding: 0; }
  #mainNav a {
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 5px; }

@media (min-width: 760px) {
  #mainNav {
    font-size: 0; }
    #mainNav > li {
      font-size: 1rem;
      display: inline-block;
      position: relative; }
      #mainNav > li ul {
        display: none;
        position: absolute;
        min-width: 10rem; } }

#mainNav.jsMenu {
  display: none; }
  #mainNav.jsMenu.open {
    display: block; }
  #mainNav.jsMenu ul {
    display: none; }
  #mainNav.jsMenu ul.open {
    display: block; }

@media (min-width: 760px) {
  #mainNav.jsMenu {
    display: block; } }

#mainNav {
  text-align: center;
  font-family: "Ubuntu Titling Bold", Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Arial Black", sans-serif; }

#mainNav > li > a {
  color: #fff;
  padding: .5rem;
  text-decoration: none; }

#mainNav > li > a:hover,
#mainNav li.dropdown.open > a {
  background: rgba(0, 0, 0, 0.2); }

@media (min-width: 760px) {
  #mainNav {
    text-align: right; }
  #mainNav > li > a {
    padding: .5rem;
    border-bottom: 5px solid transparent; }
  #mainNav > li.dropdown.open > a,
  #mainNav > li > a:hover {
    background-color: transparent;
    border-bottom-color: #e57068; } }

#mainNav ul {
  background: #fff;
  z-index: 10; }

#mainNav ul li a {
  color: #222;
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  padding: .5rem;
  white-space: nowrap; }
  #mainNav ul li a:hover {
    color: #2ca1a6; }

@media (min-width: 760px) {
  #mainNav ul {
    text-align: left;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); } }

#mainNav > li > a {
  font-size: 1rem; }

@media (min-width: 420px) {
  #mainNav > li > a {
    font-size: 1rem; } }

@media (min-width: 760px) {
  #mainNav > li > a {
    font-size: .8rem;
    padding: .5rem .4rem; } }

@media (min-width: 1000px) {
  #mainNav > li > a {
    font-size: .9rem;
    padding: .5rem; } }

@media (min-width: 1200px) {
  #mainNav > li > a {
    font-size: 1rem; } }

ul.list-group {
  margin: 0 0 1rem 0;
  list-style: none;
  padding-left: 0; }

ul.list-group a {
  color: #1ca9b4; }
  ul.list-group a:focus, ul.list-group a:hover {
    color: #efc50a; }

.slats {
  border-top: 1px solid #1ca9b4;
  position: relative;
  margin-bottom: 1rem; }

.slats a.ccm-block-page-list-rss-feed {
  top: -2rem; }

.slats > article,
.slats > div {
  border-bottom: 1px solid #1ca9b4;
  padding: 1rem 0; }

.slats img {
  margin-bottom: .5rem; }

.slats h3,
.slats article p:last-child {
  margin-bottom: 0; }

@media (min-width: 760px) {
  /*	.slats img {
		float: left;
		max-width: 40%;
		margin-right: 1rem;
	}
	.slats > article p { overflow: hidden; }*/ }

.grid.gallery article > div {
  margin: .5rem 0;
  padding: 0 .5rem; }

.grid.gallery article .h3 {
  border-bottom: 1px solid #ddd;
  display: inline;
  font-size: 1.1rem;
  font-weight: 500; }

.grid.gallery article .h3 a {
  color: #1ca9b4; }

.grid.gallery article .h3 a:hover {
  color: #bb5068; }

.ccm-page .ccm-pagination-wrapper {
  text-align: center; }

.ccm-page .pagination > li > a,
.ccm-page .pagination > li > span {
  color: #fff;
  font-weight: 500;
  background-color: #70b5b5;
  border-color: #1ca9b4; }

.ccm-page .pagination > .active > a, .ccm-page .pagination > .active > span, .ccm-page .pagination > .active > a:hover, .ccm-page .pagination > .active > span:hover, .ccm-page .pagination > .active > a:focus, .ccm-page .pagination > .active > span:focus {
  background-color: #f3766f;
  border-color: #1ca9b4; }

.ccm-page .pagination > li > a:hover, .ccm-page .pagination > li > span:hover, .ccm-page .pagination > li > a:focus, .ccm-page .pagination > li > span:focus {
  background-color: #1ca9b4;
  border-color: #1ca9b4;
  color: #fff; }

.ccm-page .pagination > .disabled > span, .ccm-page .pagination > .disabled > span:hover, .ccm-page .pagination > .disabled > span:focus, .ccm-page .pagination > .disabled > a, .ccm-page .pagination > .disabled > a:hover, .ccm-page .pagination > .disabled > a:focus {
  background-color: #70b5b5;
  border-color: #1ca9b4;
  color: #ddd; }

.ccm-page .pagination > li:first-child > a,
.ccm-page .pagination > li:first-child > span {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%; }

.ccm-page .pagination > li:last-child > a,
.ccm-page .pagination > li:last-child > span {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%; }

.rslides .bg-tint {
  padding: .5rem 1rem; }

.rslides li img {
  margin-bottom: .5rem; }

.rslides li h3.h4,
.rslides li p:last-child {
  margin-bottom: 0; }

.ccm-image-slider {
  position: relative; }

.rslides.homeSlider li img {
  margin-bottom: 0; }

.intro .rslides.homeSlider p.h2 {
  background: none;
  position: static; }

@media (min-width: 760px) {
  .rslides.homeSlider li a > div {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #1ca9b4;
    background: rgba(28, 169, 180, 0.85); } }

.rslides.homeSlider + .rslides_tabs {
  padding-left: 0px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  position: absolute;
  width: 100vw;
  max-width: 100%;
  z-index: 10; }

.rslides.homeSlider + .rslides_tabs li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px; }

.rslides.homeSlider + .rslides_tabs li.rslides_here a {
  background: #1ca9b4; }

.rslides.homeSlider + .rslides_tabs li a {
  text-indent: -9999px;
  overflow: hidden;
  background: #aaa;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 30px; }

/*
.homeSlider {
	position: relative;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides > li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides > li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.ccm-page {

.rslides_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 0;
    z-index: 99;
    overflow: hidden;
    text-decoration: none;
    background: yellow;
	font-size: 2rem;
	padding: 1rem;
	font-family: $font-heading;
	margin-top: -3rem;
	line-height: 1;
}


.rslides_tabs {
    padding-left: 0px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
position: absolute;
width: 100vw;
max-width: 100%;
}

.rslides_tabs li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
}

.rslides_tabs li.rslides_here a {
    background: $brand-teal;
}

.rslides_tabs li a {
    text-indent: -9999px;
    overflow: hidden;
    background: $col-gray;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}



.rslides_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

.rslides li p.h2 {
  color: #fff;
	text-align: center;
	text-shadow: $text-shadow;
	font-family: $font-heading;
	padding: 1rem 0;
	text-transform: inherit;
}

}
*/
.list-inline.topics {
  color: #1ca9b4; }

ul.list-inline.topics li {
  padding: 0;
  font-size: 75%;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  margin: 0 .5rem 0 0; }

.list-inline.topics a {
  background: #bb5068;
  color: #fff;
  display: block;
  padding: .25rem .5rem;
  border-radius: .5rem; }

.list-inline.topics a:hover {
  background: #1ca9b4; }

.ccm-page .pure-accordion-block-container {
  margin-bottom: 0;
  border-color: #158088; }

.ccm-page .pure-accordion-block-container:last-child {
  margin-bottom: 1rem; }

.ccm-page .pure-accordion-block-container .header {
  background-color: #1ca9b4; }

.ccm-page .pure-accordion-block-container .header .title {
  color: #fff; }

.ccm-page .pure-accordion-block-container .header .fa.fa-chevron-down {
  color: #fff;
  right: 10px;
  top: 12px; }

.ccm-page .pure-accordion-block-container .header:hover, .ccm-page .pure-accordion-block-container.open .header {
  background: #158088; }

.ccm-page .pure-accordion-block-container .header:hover .title, .ccm-page .pure-accordion-block-container .header:hover .fa.fa-chevron-down,
.ccm-page .pure-accordion-block-container.open .header .title, .ccm-page .pure-accordion-block-container.open .header .fa.fa-chevron-down {
  color: #fff; }

div#ccm-panel-overlay {
  margin-top: 49px !important; }

div.ccm-area {
  margin-bottom: 20px;
  padding-bottom: 20px; }

.ccm-ui {
  /*
	.redactor-dropdown.dropdown-menu>li>a.text-muted {color: $col-gray;}
	.redactor-dropdown .box,
	.redactor-dropdown .box-dk {
		background: $col-silver;
		padding: .5rem;
		border-left: solid 3px $brand-highlight;
	}
	.redactor-dropdown .box-dk {
		background: $brand-primary;
		color: #fff;	
	}
*/ }
  .ccm-ui .redactor-dropdown {
    font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .ccm-ui .redactor-dropdown .text-lead {
    font-size: 120%; }
  .ccm-ui .redactor-dropdown .text-small {
    font-size: 80%; }
  .ccm-ui .redactor-dropdown.dropdown-menu > li > a.text-muted {
    color: #aaa; }
  .ccm-ui .redactor-dropdown.dropdown-menu > li > a.btn {
    color: #fff;
    background: #bb5068; }
  .ccm-ui .redactor-dropdown.dropdown-menu > li > a.btn.btn-outline {
    color: #fff;
    background: #1ca9b4; }
/*# sourceMappingURL=styles.css.map */