/**
 * Variables
 *
 * The majority of the configuration for the toolkit.
 */
/*! 
IMPORTANT!
Do not add custom styles to this file. Add all custom theme styles to default.scss
 */
 html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 1rem/1.6 "Roboto", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
}

body {
  margin: 0;
  color: #404040;
  background: white;
  font-size: 1rem;
}

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

.ccm-page {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  /*! 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.
 */
  /* Sections
   ========================================================================== */
  /**
 * Remove the margin in all browsers.
 */
  /**
 * Render the `main` element consistently in IE.
 */
  /**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
  /* Grouping content
   ========================================================================== */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* Text-level semantics
   ========================================================================== */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /**
 * Add the correct font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* Embedded content
   ========================================================================== */
  /**
 * Remove the border on images inside links in IE 10.
 */
  /* Forms
   ========================================================================== */
  /**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
  /**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
  /**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
  /**
 * Correct the inability to style clickable types in iOS and Safari.
 */
  /**
 * Remove the inner border and padding in Firefox.
 */
  /**
 * Restore the focus styles unset by the previous rule.
 */
  /**
 * Correct the padding in Firefox.
 */
  /**
 * 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.
 */
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
  /* Interactive
   ========================================================================== */
  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
  /*
 * Add the correct display in all browsers.
 */
  /* Misc
   ========================================================================== */
  /**
 * Add the correct display in IE 10+.
 */
  /**
 * Add the correct display in IE 10.
 */
  /**
 * Scaffolding
 */
  /**
 * Variables
 *
 * The majority of the configuration for the toolkit.
 */
  /**
 * Grid
 */
  /* Small screen breakpoint */
  /* Large screen breakpoint */
  /**
 * Helpers
 */
  /**
 * Buttons
 */
  /**
 * Forms
 */
  /**
 * Tables
 */
  /*
 * Navigation
 */
  /**
 * Layout
 */
  /* Header */
  /* Footer */
  /* Content */
  /* HOMEPAGE */
  /* BRT 101 */
  /* Where We've Been */
  /* Process Graphic */
  /* Process Graphic */
  /* Blog Posts */
  /* Contact */
}

.ccm-page main {
  display: block;
}

.ccm-page h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.ccm-page hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

.ccm-page pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

.ccm-page a {
  background-color: transparent;
}

.ccm-page abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

.ccm-page b,
.ccm-page strong {
  font-weight: bolder;
}

.ccm-page code,
.ccm-page kbd,
.ccm-page samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

.ccm-page sub,
.ccm-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.ccm-page sub {
  bottom: -0.25em;
}

.ccm-page sup {
  top: -0.5em;
}

.ccm-page img {
  border-style: none;
}

.ccm-page button,
.ccm-page input,
.ccm-page optgroup,
.ccm-page select,
.ccm-page textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

.ccm-page button,
.ccm-page input {
  /* 1 */
  overflow: visible;
}

.ccm-page button,
.ccm-page select {
  /* 1 */
  text-transform: none;
}

.ccm-page button,
.ccm-page [type='button'],
.ccm-page [type='reset'],
.ccm-page [type='submit'] {
  -webkit-appearance: button;
}

.ccm-page button::-moz-focus-inner,
.ccm-page [type='button']::-moz-focus-inner,
.ccm-page [type='reset']::-moz-focus-inner,
.ccm-page [type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.ccm-page button:-moz-focusring,
.ccm-page [type='button']:-moz-focusring,
.ccm-page [type='reset']:-moz-focusring,
.ccm-page [type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.ccm-page fieldset {
  padding: 0.35em 0.75em 0.625em;
}

.ccm-page legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

.ccm-page progress {
  vertical-align: baseline;
}

.ccm-page textarea {
  overflow: auto;
}

.ccm-page [type='checkbox'],
.ccm-page [type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

.ccm-page [type='number']::-webkit-inner-spin-button,
.ccm-page [type='number']::-webkit-outer-spin-button {
  height: auto;
}

.ccm-page [type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

.ccm-page [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

.ccm-page ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.ccm-page details {
  display: block;
}

.ccm-page summary {
  display: list-item;
}

.ccm-page template {
  display: none;
}

.ccm-page [hidden] {
  display: none;
}

.ccm-page figure {
  margin: 0;
}

.ccm-page p,
.ccm-page ol,
.ccm-page ul,
.ccm-page dl,
.ccm-page table {
  margin: 0 0 1.5rem 0;
}

.ccm-page ul li ul {
  margin-bottom: 0;
}

.ccm-page ol li ol {
  margin-bottom: 0;
}

.ccm-page h1,
.ccm-page h2,
.ccm-page h3,
.ccm-page h4,
.ccm-page h5 {
  margin: 1.5rem 0;
  font-weight: 600;
  font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.2;
}

.ccm-page h1:not(:first-child),
.ccm-page h2:not(:first-child),
.ccm-page h3:not(:first-child),
.ccm-page h4:not(:first-child),
.ccm-page h5:not(:first-child) {
  margin: 1.5rem 0;
}

.ccm-page h1:not(:first-child),
.ccm-page h2:not(:first-child),
.ccm-page h3:not(:first-child) {
  margin-top: 2rem;
}

.ccm-page h1 {
  font-size: 1.75rem;
  color: #0366ff;
}

.ccm-page h2 {
  font-size: 1.5rem;
  color: #29de7d;
}

.ccm-page h3 {
  font-size: 1.25rem;
  color: #404040;
}

.ccm-page h4 {
  font-size: 1.1rem;
  color: #404040;
}

.ccm-page h5 {
  font-size: 1rem;
  color: #404040;
}

@media (min-width: 600px) {
  .ccm-page h1:not(:first-child),
  .ccm-page h2:not(:first-child),
  .ccm-page h3:not(:first-child) {
    margin-top: 2.5rem;
  }
  .ccm-page h1 {
    font-size: 2.25rem;
  }
  .ccm-page h2 {
    font-size: 2rem;
  }
  .ccm-page h3 {
    font-size: 1.75rem;
  }
  .ccm-page h4 {
    font-size: 1.5rem;
  }
  .ccm-page h5 {
    font-size: 1.25rem;
  }
}

.ccm-page a {
  color: #0366ff;
  text-decoration: none;
}

.ccm-page p a { 
  text-decoration: underline;
}

.ccm-page a:hover, .ccm-page a:active, .ccm-page a:focus {
  color: #0047b6;
  text-decoration: underline;
}

.ccm-page mark {
  background: #ffeea8;
  padding: 0 0.2rem;
}

.ccm-page blockquote {
  margin: 0 0 1.5rem 0;
  border-left: 16px solid #f0f0f0;
  padding: 0 1.5rem;
  font-size: 1.5rem;
}

.ccm-page blockquote cite {
  display: block;
  margin-top: 1.5rem;
  font-size: 1rem;
  text-align: right;
}

.ccm-page pre {
  border: 0;
  border-radius: 4px;
  background: transparent;
  padding: 1rem;
  tab-size: 2;
  color: #404040;
  font-family: Menlo, monospace;
  font-size: 14px;
  margin: 0 0 1.5rem 0;
}

.ccm-page pre code {
  font-family: Menlo, monospace;
  line-height: 1.2;
}

.ccm-page kbd {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
  color: #333;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  margin: 0 0.1em;
  padding: 0.1em 0.6em;
  text-shadow: 0 1px 0 #fff;
}

.ccm-page :not(pre) > code {
  color: #404040;
  background: transparent;
  font-family: Menlo, monospace;
  font-size: 14px;
  padding: 0 0.2rem;
  border: 1px solid #dedede;
  border-radius: 4px;
}

.ccm-page hr {
  height: 0;
  border: 0;
  border-top: 1px solid #dedede;
}

.ccm-page dt {
  font-weight: 600;
}

.ccm-page dd {
  margin-bottom: 0.5rem;
}

.ccm-page .full-container {
  max-width: 100%;
  padding: 0 1rem;
}

.ccm-page .container, .ccm-page .small-container, .ccm-page .medium-container {
  max-width: 1366px;
  padding: 0 1rem;
  margin-left: auto;
  margin-right: auto;
}

.ccm-page .small-container {
  max-width: 800px;
}

.ccm-page .medium-container {
  max-width: 1024px;
}

.ccm-page .content-section {
  padding: 30px 0;
}

@media (min-width: 600px) {
  .ccm-page .content-section {
    padding: 60px 0;
  }
}

.ccm-page .flex-small,
.ccm-page .flex-large {
  padding-left: 1rem;
  padding-right: 1rem;
}

.ccm-page .flex-row {
  margin-left: -1rem;
  margin-right: -1rem;
}

.ccm-page .flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.ccm-page .flex-small,
.ccm-page .flex-large {
  flex-basis: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 600px) {
  .ccm-page .flex-small {
    flex: 1;
    margin-bottom: 0;
  }
  .ccm-page .flex-small.half {
    flex: 0 0 calc(1 / 2 * 100%);
  }
  .ccm-page .flex-small.one-fourth {
    flex: 0 0 calc(1 / 4 * 100%);
  }
  .ccm-page .flex-small.three-fourths {
    flex: 0 0 calc(3 / 4 * 100%);
  }
  .ccm-page .flex-small.one-third {
    flex: 0 0 calc(1 / 3 * 100%);
  }
  .ccm-page .flex-small.two-thirds {
    flex: 0 0 calc(2 / 3 * 100%);
  }
}

@media (min-width: 1024px) {
  .ccm-page .flex-large {
    flex: 1;
    margin-bottom: 0;
  }
  .ccm-page .flex-large.half {
    flex: 0 0 calc(1 / 2 * 100%);
  }
  .ccm-page .flex-large.one-fourth {
    flex: 0 0 calc(1 / 4 * 100%);
  }
  .ccm-page .flex-large.three-fourths {
    flex: 0 0 calc(3 / 4 * 100%);
  }
  .ccm-page .flex-large.one-third {
    flex: 0 0 calc(1 / 3 * 100%);
  }
  .ccm-page .flex-large.two-thirds {
    flex: 0 0 calc(2 / 3 * 100%);
  }
}

.ccm-page .clearfix::before,
.ccm-page .clearfix::after {
  content: ' ';
  display: block;
}

.ccm-page .clearfix:after {
  clear: both;
}

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

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

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

.ccm-page .text-justify {
  text-align: justify;
}

.ccm-page .block {
  display: block;
}

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

.ccm-page .inline {
  display: inline;
}

.ccm-page .vertical-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ccm-page .responsive-image {
  max-width: 100%;
  height: auto;
}

.ccm-page .show {
  display: block !important;
}

.ccm-page .hide {
  display: none !important;
}

.ccm-page .invisible {
  visibility: hidden;
}

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

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

.ccm-page .padding-top {
  padding-top: 2rem;
}

.ccm-page .padding-bottom {
  padding-bottom: 2rem;
}

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

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

.ccm-page .margin-top {
  margin-top: 2rem;
}

.ccm-page .margin-bottom {
  margin-bottom: 2rem;
}

.ccm-page .alternate-background {
  background: #fafafa;
  color: #404040;
}

.ccm-page .space-between {
  justify-content: space-between;
}

.ccm-page .justify-center {
  justify-content: center;
}

.ccm-page .align-center {
  align-items: center;
}

.ccm-page .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.ccm-page .button, .ccm-page a.button, .ccm-page button, .ccm-page [type=submit], .ccm-page [type=reset], .ccm-page [type=button] {
  -webkit-appearance: none;
  display: inline-block;
  border: 1px solid #0366ff;
  border-radius: 4px;
  background: #0366ff;
  color: #ffffff;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  text-transform: none;
  padding: 0.75rem 1.25rem;
  margin: 0 0 0.5rem 0;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
}

.ccm-page .button:hover, .ccm-page a.button:hover, .ccm-page button:hover, .ccm-page [type=submit]:hover, .ccm-page [type=reset]:hover, .ccm-page [type=button]:hover {
  border: 1px solid #0051cf;
  background: #0051cf;
  color: #ffffff;
  text-decoration: none;
}

.ccm-page .button:focus, .ccm-page .button:active, .ccm-page a.button:focus, .ccm-page a.button:active, .ccm-page button:focus, .ccm-page button:active, .ccm-page [type=submit]:focus, .ccm-page [type=submit]:active, .ccm-page [type=reset]:focus, .ccm-page [type=reset]:active, .ccm-page [type=button]:focus, .ccm-page [type=button]:active {
  border: 1px solid #0051cf;
  background: #0051cf;
  color: #ffffff;
  text-decoration: none;
}

.ccm-page .button::-moz-focus-inner, .ccm-page a.button::-moz-focus-inner, .ccm-page button::-moz-focus-inner, .ccm-page [type=submit]::-moz-focus-inner, .ccm-page [type=reset]::-moz-focus-inner, .ccm-page [type=button]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ccm-page .accent-button,
.ccm-page a.accent-button {
  color: #ffffff;
  border: 1px solid #29de7d;
  background: #29de7d;
}

.ccm-page .accent-button:hover, .ccm-page .accent-button:focus, .ccm-page .accent-button:active,
.ccm-page a.accent-button:hover,
.ccm-page a.accent-button:focus,
.ccm-page a.accent-button:active {
  color: #ffffff;
  border: 1px solid #1cb864;
  background: #1cb864;
}

.ccm-page .muted-button,
.ccm-page a.muted-button {
  background: transparent;
  border: 1px solid #cdcdcd;
  color: #4e4e4e;
}

.ccm-page .muted-button:hover, .ccm-page .muted-button:focus, .ccm-page .muted-button:active,
.ccm-page a.muted-button:hover,
.ccm-page a.muted-button:focus,
.ccm-page a.muted-button:active {
  color: #4e4e4e;
  border: 1px solid #818181;
  background: transparent;
}

.ccm-page .round-button,
.ccm-page a.round-button {
  border-radius: 40px;
}

.ccm-page .square-button,
.ccm-page a.square-button {
  border-radius: 0;
}

.ccm-page .full-button,
.ccm-page a.full-button {
  display: block;
  width: 100%;
}

.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: 0.75rem;
  outline: none;
  background: transparent;
  margin-bottom: 0.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 #0366ff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #9cc3ff;
}

.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 0.5rem;
  font-weight: 600;
}

.ccm-page select {
  color: #404040;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJBAMAAADN8WE8AAAAJ1BMVEUAAABHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB9YSk7AAAADXRSTlPXABaehSjPsTwKw2xUcKPlSQAAADtJREFUCNdjMGBgYGAWBAKGACCLFcwSAbIcwSyhBAY2RTBLcAMDtyCENYthJZQlw3AQyhIsF4SxOiAsAFMMCKPY35E7AAAAAElFTkSuQmCC) 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 0.5rem;
}

@media (min-width: 600px) {
  .ccm-page .split-form label {
    text-align: right;
    padding: 0 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 input.is-success, .ccm-page input.is-success:hover, .ccm-page input.is-success:focus, .ccm-page input.is-success:active,
.ccm-page select.is-success,
.ccm-page select.is-success:hover,
.ccm-page select.is-success:focus,
.ccm-page select.is-success:active,
.ccm-page textarea.is-success,
.ccm-page textarea.is-success:hover,
.ccm-page textarea.is-success:focus,
.ccm-page textarea.is-success:active {
  border: 1px solid #29de7d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #97efc0;
}

.ccm-page ::-webkit-input-placeholder,
.ccm-page ::-moz-placeholder,
.ccm-page :-moz-placeholder,
.ccm-page :-ms-input-placeholder {
  color: #9a9a9a;
}

.ccm-page table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
}

.ccm-page thead th {
  border-bottom: 2px solid #dedede;
}

.ccm-page tfoot th {
  border-top: 2px solid #dedede;
}

.ccm-page td {
  border-bottom: 1px solid #dedede;
}

.ccm-page th,
.ccm-page td {
  text-align: left;
  padding: 0.5rem;
}

.ccm-page caption {
  padding: 1rem 0;
  caption-side: bottom;
  color: #ababab;
}

.ccm-page .striped-table tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}

.ccm-page .contain-table {
  overflow-x: auto;
}

@media (min-width: 600px) {
  .ccm-page .contain-table {
    width: 100%;
  }
}

.ccm-page .rslides .ccm-image-slider-text {
  position: absolute;
  bottom: 0;
  left: 0px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  min-width: 30%;
}

.ccm-page .rslides .ccm-image-slider-text p {
  color: white;
  margin: 0;
}

.ccm-page .rslides .ccm-image-slider-text h2 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #29de7d;
}

.ccm-page .rslides li {
  height: 500px;
  position: relative;
}

.ccm-page .rslides li div.image-holder {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.ccm-page .ccm-image-slider-inner a.rslides_nav {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ccm-page .ccm-image-slider-inner a.rslides_nav:before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  height: 1.3em;
  transform: rotate(-45deg);
  width: 1.3em;
  color: white;
}

.ccm-page .ccm-image-slider-inner a.rslides_nav:before:hover {
  color: #29de7d;
}

.ccm-page .ccm-image-slider-inner a.rslides_nav.prev:before {
  left: 0.25em;
  transform: rotate(-135deg);
  margin-left: 0.5em;
}

.ccm-page .ccm-image-slider-inner a.rslides_nav.next:before {
  left: 0;
  transform: rotate(45deg);
  margin-left: -0.5em;
}

.ccm-page div.ccm-block-top-navigation-bar .navbar {
  background-color: #f3f3f3;
}

.ccm-page div.ccm-block-top-navigation-bar .navbar .nav-link {
  transition: all 0.2s;
  color: #0366ff;
}

.ccm-page div.ccm-block-top-navigation-bar .navbar .nav-link:hover {
  color: #29de7d;
}

.ccm-page div.ccm-block-top-navigation-bar .navbar-brand {
  font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-size: 32px;
  text-transform: uppercase;
  margin-right: 1rem;
}

.ccm-page div.ccm-block-top-navigation-bar .navbar-brand img {
  max-height: 48px;
}

.ccm-page div.ccm-block-top-navigation-bar .navbar-brand:hover {
  color: #0366ff;
}

.ccm-page div.ccm-block-top-navigation-bar .navbar-brand .logo {
  display: inline-block;
}

.ccm-page div.ccm-block-top-navigation-bar .navbar-brand .logo-transparent {
  display: none;
}

@media (min-width: 1024px) {
  .ccm-page div.ccm-block-top-navigation-bar .dropdown-menu {
    perspective: 1000px;
    animation: dropdownMenuGrowDrown 300ms ease-in-out forwards;
    transform-origin: top center;
  }
}

@media (min-width: 600px) {
  .ccm-page div.ccm-block-top-navigation-bar .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
  }
  .ccm-page div.ccm-block-top-navigation-bar .dropdown-menu {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    border: 0;
  }
  .ccm-page div.ccm-block-top-navigation-bar .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #0047b6;
  }
}

.ccm-page div.ccm-block-top-navigation-bar .dropdown-menu {
  display: none;
}

.ccm-page div.ccm-block-top-navigation-bar .dropdown-toggle.show ~ .dropdown-menu {
  display: block;
}

@keyframes dropdownMenuGrowDrown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}

.ccm-page .navbar-toggler .icon-bar {
  display: block;
  width: 25px;
  height: 2px;
  transition: all 0.2s;
  background-color: #0366ff;
}

.ccm-page .navbar-toggler .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.ccm-page .navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.ccm-page .navbar-toggler .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.ccm-page .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 5px;
}

.ccm-page .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}

.ccm-page .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
}

.ccm-page .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}

.ccm-page .navbar-toggler:hover .icon-bar {
  background-color: #0366ff;
}

.ccm-page .transparency-enabled:not(.transparency-temporarily-disabled) .navbar-toggler .icon-bar {
  background-color: white;
}

.ccm-page .ccm-block-pagelist-read-next {
  margin-top: 30px;
}

.ccm-page .ccm-block-pagelist-read-next .newsimg {
  height: 180px;
  width: 100%;
  background-size: auto 100%;
  background-position: center;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.ccm-page .ccm-block-pagelist-read-next .newsinfo {
  color: #000;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.3em;
  padding: 20px 20px 40px 20px;
  text-align: center;
}

.ccm-page .ccm-block-pagelist-read-next .newsinfo span {
  display: block;
  font-size: .75em;
}

.ccm-page .ccm-block-pagelist-read-next a:hover .newsimg {
  background-size: auto 110%;
}

.ccm-page .ccm-block-pagelist-read-next .col-sm-4 {
  padding: 0 2%;
}

.ccm-page .ccm-block-pagelist-read-next h3 {
  font-size: 2em;
  margin-bottom: 38px;
}

.ccm-page .ccm-block-pagelist-read-next h3:after {
  margin-top: 6px !important;
  width: 68px !important;
}

@media screen and (max-width: 1100px) {
  .ccm-page .ccm-block-pagelist-read-next .newsimg {
    height: 120px;
  }
}

@media screen and (max-width: 700px) {
  .ccm-page .ccm-block-pagelist-read-next .newsinfo {
    font-size: 1em;
    padding: 12px 16px;
  }
  .ccm-page .ccm-block-pagelist-read-next h3 {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 576px) {
  .ccm-page .ccm-block-pagelist-read-next .ccm-block-page-list-pages {
    font-size: .9em;
    padding: 0 5%;
  }
  .ccm-page .ccm-block-pagelist-read-next .newsimg {
    background-size: 100% auto;
    height: 90px;
  }
  .ccm-page .ccm-block-pagelist-read-next a:hover .newsimg {
    background-size: 110% auto;
  }
}

.ccm-page .ccm-block-pagelist-homepage-top ul {
  border-spacing: 34px 0;
  display: table;
  list-style-type: none;
  padding: 0;
  width: 100%;
}

.ccm-page .ccm-block-pagelist-homepage-top li {
  border-right: 2px solid #008ec1;
  display: table-cell;
  padding-right: 30px;
  width: 33.3333%;
}

.ccm-page .ccm-block-pagelist-homepage-top li:last-of-type {
  border-right: 0;
}

.ccm-page .ccm-block-pagelist-homepage-top li a {
  color: #022936;
}

.ccm-page .ccm-block-pagelist-homepage-top li a:hover {
  color: #525252;
}

.ccm-page .ccm-block-pagelist-homepage-top li span {
  font-size: .9em;
  text-transform: uppercase;
}

.ccm-page .ccm-block-pagelist-homepage-top li strong {
  display: block;
  font-size: 1.3em;
  line-height: 1.2em;
  padding-bottom: 28px;
}

@media screen and (max-width: 992px) {
  .ccm-page .ccm-block-pagelist-homepage-top li strong {
    padding-bottom: 14px;
  }
}

@media screen and (max-width: 700px) {
  .ccm-page .ccm-block-pagelist-homepage-top ul {
    display: block;
  }
  .ccm-page .ccm-block-pagelist-homepage-top ul li {
    border-bottom: 1px solid #008ec1;
    border-right: 0;
    display: block;
    padding-top: 6px;
    width: 100%;
  }
  .ccm-page .ccm-block-pagelist-homepage-top ul li:last-of-type {
    border-bottom: 0;
  }
  .ccm-page .ccm-block-pagelist-homepage-top li strong {
    font-size: 1.1em;
    padding-bottom: 8px;
  }
}

.ccm-page .ccm-block-pagelist-behind-scenes-left p {
  line-height: 1.4em !important;
  padding: 8px 0 !important;
}

.ccm-page .ccm-block-pagelist-behind-scenes-left a {
  color: #000;
  display: block;
  margin-bottom: 24px;
}

.ccm-page .ccm-block-pagelist-behind-scenes-left img {
  margin-bottom: 16px;
  width: 100%;
}

.ccm-page .ccm-block-pagelist-behind-scenes-left span {
  display: block;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.ccm-page .ccm-block-pagelist-behind-scenes-left strong {
  display: block;
  font-size: 1.4em;
  font-weight: 700;
  position: relative;
}

.ccm-page .ccm-block-pagelist-behind-scenes-left strong:after {
  background: #9dcd5a;
  content: "";
  height: 4px;
  left: 0;
  margin-top: 8px;
  position: absolute;
  top: 100%;
  width: 100px;
}

.ccm-page .ccm-block-pagelist-behind-scenes-right {
  border: 4px solid #4cc1ba;
  max-height: 720px;
  overflow: auto;
  padding: 0 24px;
}

.ccm-page .ccm-block-pagelist-behind-scenes-right h3 {
  margin-bottom: 40px;
  padding-top: 24px;
  text-transform: uppercase;
  width: 100%;
}

.ccm-page .ccm-block-pagelist-behind-scenes-right h3 span {
  font-size: .6em;
}

.ccm-page .ccm-block-pagelist-behind-scenes-right h3:after {
  background: #c4c4c4 !important;
  left: -8% !important;
  margin-top: 18px !important;
  width: 110% !important;
}

.ccm-page .ccm-block-pagelist-behind-scenes-right a {
  border-bottom: 1px solid #c4c4c4;
  color: #000;
  display: block;
  font-size: 1.1em;
  min-height: 100px;
  padding-right: 160px;
  position: relative;
}

.ccm-page .ccm-block-pagelist-behind-scenes-right a span {
  color: #929292;
  display: block;
  font-size: .9em;
}

.ccm-page .ccm-block-pagelist-behind-scenes-right a img {
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
}

@media screen and (max-width: 1240px) {
  .ccm-page .ccm-block-pagelist-behind-scenes-right h3 {
    font-size: 1.5em;
    padding-top: 18px;
  }
  .ccm-page .ccm-block-pagelist-behind-scenes-right h3:after {
    margin-top: 14px !important;
  }
  .ccm-page .ccm-block-pagelist-behind-scenes-right a {
    font-size: .9em;
    min-height: 90px;
    padding-right: 140px;
  }
  .ccm-page .ccm-block-pagelist-behind-scenes-right a img {
    width: 120px;
  }
}

@media screen and (max-width: 700px) {
  .ccm-page .ccm-block-pagelist-behind-scenes-right {
    max-height: auto;
  }
  .ccm-page .ccm-block-pagelist-behind-scenes-right a {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 480px) {
  .ccm-page .ccm-block-pagelist-behind-scenes-right a {
    font-size: .9em;
    padding-right: 118px;
  }
  .ccm-page .ccm-block-pagelist-behind-scenes-right a img {
    width: 100px;
  }
}

.ccm-page .ccm-block-pagelist-archive-list {
  padding-bottom: 30px;
}

.ccm-page .ccm-block-pagelist-archive-list .newsimg {
  background-size: cover;
  background-position: center;
  height: 180px;
  margin-bottom: 8px;
  width: 100%;
}

.ccm-page .ccm-block-pagelist-archive-list > a {
  color: #000;
  display: inline-block;
  line-height: 1.3em;
  margin-right: 2%;
  vertical-align: top;
  width: 18%;
}

.ccm-page .ccm-block-pagelist-archive-list > a:nth-of-type(5) {
  margin-right: 0;
}

.ccm-page .ccm-block-pagelist-archive-list .ccm-block-page-list-header > span {
  display: block;
}

.ccm-page .ccm-block-pagelist-archive-list .ccm-block-page-list-header a {
  color: #000;
  display: block;
  float: right;
  margin-top: 20px;
  text-transform: uppercase;
}

.ccm-page .ccm-block-pagelist-archive-list .ccm-block-page-list-header a img {
  display: inline-block;
  height: 12px;
  margin: -3px 0 0 3px;
  vertical-align: middle;
}

@media screen and (max-width: 1400px) {
  .ccm-page .ccm-block-pagelist-archive-list .newsimg {
    height: 100px;
  }
  .ccm-page .ccm-block-pagelist-archive-list a {
    font-size: .9em;
    margin-bottom: 18px;
  }
  .ccm-page .ccm-block-pagelist-archive-list .ccm-block-page-list-header a {
    font-size: .9em;
  }
}

@media screen and (max-width: 1000px) {
  .ccm-page .ccm-block-pagelist-archive-list a {
    width: 30%;
  }
}

@media screen and (max-width: 700px) {
  .ccm-page .ccm-block-pagelist-archive-list a {
    width: 47%;
  }
  .ccm-page .ccm-block-pagelist-archive-list .ccm-block-page-list-header a {
    display: block;
    float: none;
    font-weight: 700;
    line-height: 1.2em;
    margin: -2px 0 18px;
  }
}

.ccm-page header {
  border-bottom: 4px solid #9dcd5a;
  padding: 8px 4% 6px;
}

.ccm-page header img {
  height: 68px;
}

.ccm-page #mobile-menu {
  display: none;
}

.ccm-page header ul {
  background: #fff;
  float: right;
  list-style-type: none;
  margin: 22px 0 0;
  padding: 0;
  text-align: right;
  width: auto;
}

.ccm-page header ul li {
  display: inline-block;
  margin-left: 44px;
}

.ccm-page header ul li a {
  color: #000;
  position: relative;
}

.ccm-page header ul li a:before,
.ccm-page header ul li a:after {
  background: #9dcd5a;
  content: "";
  height: 4px;
  margin-top: 4px;
  position: absolute;
  right: 50%;
  top: 100%;
  transition: width .2s;
  width: 0;
}

.ccm-page header ul li a:after {
  left: 50%;
  right: auto;
}

.ccm-page header ul li.nav-path-selected a {
  font-weight: 700;
}

.ccm-page header ul li.nav-path-selected a:before,
.ccm-page header ul li.nav-path-selected a:after {
  width: 50%;
}

.ccm-page header ul li a:hover {
  color: #000;
  text-decoration: none;
}

.ccm-page header ul li a:hover:before,
.ccm-page header ul li a:hover:after {
  transition: .4s;
  width: 50%;
}

.ccm-page header > ul li ul {
  background: #fff;
  box-shadow: 0 10px 10px -4px #333;
  float: none;
  margin: 0 0 0 -9999px;
  opacity: 0;
  position: absolute;
  text-align: left;
  transition: 0s;
  width: auto;
  z-index: 1;
}

.ccm-page header > ul li:hover ul {
  margin-left: 0 !important;
  opacity: 1 !important;
  transition: margin 0s, opacity .2s !important;
}

.ccm-page header > ul li ul li {
  display: block;
  margin: 0;
}

.ccm-page header > ul li ul li a {
  display: block;
  font-weight: 400 !important;
  padding: 5px 14px;
  transition: background .2s;
}

.ccm-page header > ul li ul li a:hover {
  background: #ddd;
}

.ccm-page header > ul li ul li a:before,
.ccm-page header > ul li ul li a:after {
  display: none;
}

.ccm-page #skip-to-content {
  display: inline;
}

#skip-to-content a { 
  background: #fff; 
  border: 2px solid #000; 
  border-radius: 6px; 
  color: #000; 
  font-weight: 700; 
  left: -9999px; 
  padding: 3px 9px; 
  position: absolute; 
  top: 16px; 
}

#skip-to-content a:focus { 
  left: 18px; 
}

.ccm-toolbar-visible #skip-to-content a { 
  top: 64px; 
}

.ccm-page h1 { 
  left: -9999px; 
  position: absolute; 
  top: -100px; 
}

.ccm-page footer {
  padding: 0;
}

.ccm-page footer #footer-top {
  background: #008ec1;
}

.ccm-page footer ul li {
  display: inline-block;
}

.ccm-page footer ul li a {
  color: #fff;
}

.ccm-page footer ul li a span {
  left: -9999px;
  position: absolute;
}

.ccm-page footer #connect-with-us {
  display: inline-block;
  padding-left: 4%;
  vertical-align: top;
  width: 60%;
}

.ccm-page footer #connect-with-us h3 {
  color: #fff;
}

.ccm-page footer #connect-with-us ul {
  padding: 0;
}

.ccm-page footer #connect-with-us ul li a {
  margin-right: 48px;
  transition: color .2s;
}

.ccm-page footer #connect-with-us ul li a:hover {
  color: #61e1f2;
  text-decoration: none;
}

.ccm-page footer #social-media {
  display: inline-block;
  margin: 50px 0 14px;
  text-align: right;
  vertical-align: bottom;
  width: 37%;
}

.ccm-page footer #social-media p {
  margin-bottom: 4px;
}

.ccm-page footer #social-media p img {
  width: 152px;
}

.ccm-page footer #social-media ul {
  margin-bottom: 0;
  padding-left: 0;
}

.ccm-page footer #social-media li img {
  margin-right: 18px;
  width: 36px;
}

.ccm-page footer #social-media li:last-of-type img {
  margin-right: 0;
}

.ccm-page #sub-footer {
  background: #64647c;
  color: #fff;
  padding-bottom: 24px;
}

.ccm-page #subfooterleft {
  display: inline-block;
  padding: 26px 0 0 4%;
  vertical-align: bottom;
  width: 60%;
}

.ccm-page #subfooterleft ul {
  margin: 0;
  padding: 0;
}

.ccm-page #subfooterleft a {
  color: #61e1f2;
  display: inline-block;
  font-weight: 700;
  margin: 16px 28px 0 0;
}

.ccm-page #subfooterright {
  display: inline-block;
  text-align: right;
  vertical-align: bottom;
  width: 37%;
}

.ccm-page #subfooterright a {
  background: #64647c;
  bottom: 64px;
  box-shadow: 0 4px 8px -4px #333;
  color: #fff;
  display: none;
  font-size: .85em;
  font-weight: 700;
  padding: 2px 8px;
  position: fixed;
  right: 18px;
}

.ccm-page #subfooterright a:before {
  border: 8px solid transparent;
  border-bottom-color: #fff;
  content: "";
  display: block;
  margin: 0 auto 3px;
  width: 0;
}

.ccm-page #font-sizes button {
  background: transparent;
  border: 0;
  border-radius: 0;
  display: inline-block;
  margin: 0;
  padding: 0 8px;
  vertical-align: middle;
}

.ccm-page #font-sizes button.selected {
  color: #b8fffc;
}

.ccm-page #font-sizes button:hover {
  color: #ddd;
}

.ccm-page #font-sizes button:last-of-type {
  border-left: 2px solid #fff;
  font-size: 1.4em;
  padding: 0 6px 0 12px;
}

.ccm-page #google_translate_element2 {
  display: none;
}

.ccm-page #langaugeselectcont select {
  background-color: #fff;
  border-radius: 0;
  padding: 6px;
  width: 380px;
}

.ccm-page #banner-area {
  background: #f2f2f2;
  height: 400px;
  overflow: hidden;
}

.ccm-page #banner-area img {
  display: none;
  width: 100%;
}

.ccm-page #page-content {
  padding: 0 10% 42px;
}

.ccm-page #title-area {
  background-color: #fafafa;
  border: 12px solid #008ec1;
  border-width: 0 0 12px 12px;
  margin: -100px 0 60px;
  padding: 4px 3% 14px;
  position: relative;
  text-align: center;
}

.ccm-page #title-area h2 {
  color: #000;
  position: relative;
}

.ccm-page #title-area h2:after {
  background: #9dcd5a;
  content: "";
  height: 4px;
  left: 50%;
  margin: 12px 0 0 -30px;
  position: absolute;
  top: 100%;
  width: 60px;
}

.ccm-page #page-content h3 span {
  display: block;
}

.ccm-page #page-content h3 {
  display: inline-block;
  margin-top: 0;
  position: relative;
}

.ccm-page #page-content h3:after {
  background: #9dcd5a;
  content: "";
  height: 3px;
  left: 0%;
  margin-top: 3px;
  position: absolute;
  top: 100%;
  width: 100%;
}

.ccm-page #page-content h3.teal:after {
  background: #44c1ba;
}

.ccm-page #page-content h4 {
  font-size: 2em;
  padding: 10px 2% 3px;
}

.ccm-page #page-content p {
  padding: 10px 2%;
}

.ccm-page #page-content p + p {
  margin-top: -14px;
}

.ccm-page #page-content p span.bold-intro {
  display: block;
  font-size: 2em;
  font-weight: 700;
}

.ccm-page #page-content .page-marker {
  margin: 0;
  font-size: .9em;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
}

.ccm-page #page-content ul {
  padding-left: 64px;
}

.ccm-page #page-content ul li {
  margin: 18px 0;
}

.ccm-page #homepage #title-area {
  margin: -80px 10% 10px;
  text-align: left;
}

.ccm-page #homepage #title-area h2 span {
  display: block;
  font-size: .6em;
  font-weight: 400;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.ccm-page #homepage #title-area h2:after {
  display: none;
}

.ccm-page #hp-title-area {
  background: #94dad6;
}

.ccm-page #subtitle-area {
  margin: 0 10% 56px;
  padding: 28px 0 20px;
}

.ccm-page .homepage-fold .col-md-6:first-of-type {
  padding-right: 4%;
  width: 60%;
}

.ccm-page .homepage-fold .col-md-6:first-of-type h3 {
  text-transform: uppercase;
}

.ccm-page .homepage-fold .col-md-6:first-of-type h3:after {
  display: none;
}

.ccm-page .homepage-fold .col-md-6:last-of-type {
  width: 40%;
}

.ccm-page .hp-video-section {
  border-top: 1px solid #000;
  margin: 20px 0 52px;
  padding: 60px 3% 42px;
}

.ccm-page .hp-video-section h3 {
  text-transform: uppercase;
}

.ccm-page .hp-video-section h3 span {
  font-size: .65em;
}

.ccm-page .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.ccm-page .embed-container iframe, .ccm-page .embed-container object, .ccm-page .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ccm-page .hp-video-section {
  overflow: auto;
}

.ccm-page .hp-video-section p {
  margin-bottom: 0;
}

.ccm-page .hp-video-section > .embed-container {
  float: left;
  width: 75%;
}

.ccm-page .hp-video-section .reserve {
  float: right;
  max-height: 420px;
  overflow: auto;
  padding-right: 16px;
  text-align: center;
  width: 23%;
}

.ccm-page .hp-video-section .reserve .embed-container {
  width: 100%;
}

.ccm-page .hp-video-section .reserve .embed-container:after {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background .2s;
  width: 100%;
}

.ccm-page .hp-video-section .reserve button {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 3px solid #f2f2f2;
  color: #000;
  margin: 0 0 18px;
  padding: 14px 0;
  transition: color .2s;
  width: 100%;
}

.ccm-page .hp-video-section .reserve .embed-container:hover:after {
  background-color: rgba(0, 0, 0, 0.6);
}

.ccm-page .hp-video-section .reserve button:hover {
  color: #666;
}

.ccm-page .bringing-brt {
  background: #94dad6;
  margin: 30px 0;
  padding: 34px 3%;
  position: relative;
}

.ccm-page .bringing-brt h3:after {
  display: none;
}

.ccm-page .bringing-brt:after {
  border: 40px solid transparent;
  border-width: 75px 60px;
  border-right-color: #fff;
  border-bottom-color: #fff;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
}

.ccm-page .bringing-brt ul {
  list-style-type: none;
  padding: 0 !important;
}

.ccm-page .bringing-brt li {
  float: left;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0 2% 0 0 !important;
  padding: 0;
  width: 32%;
}

.ccm-page .bringing-brt li:last-of-type {
  margin-right: 0 !important;
}

.ccm-page .bringing-brt li img {
  margin-bottom: 12px;
  width: 100%;
}

.ccm-page .bringing-brt li span {
  font-size: .7em;
  font-weight: 400;
  display: block;
}

.ccm-page .bringing-brt a {
  color: #000;
}

.ccm-page .bringing-brt a:hover {
  color: #333;
}

.ccm-page .bringing-brt #corridor-map {
  clear: both;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.1em;
  padding-top: 40px;
}

.ccm-page .bringing-brt #corridor-map span {
  font-size: .7em;
  font-weight: 400;
  display: block;
}

.ccm-page .bringing-brt #corridor-map img {
  float: left;
  margin-right: 2%;
  width: 32%;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ccm-page .brt-elements .col-md-4 {
  cursor: pointer;
  margin-right: 2%;
  text-align: center;
  width: 32%;
}

.ccm-page .brt-elements .col-md-4:last-of-type {
  margin-right: 0;
}

.ccm-page .brt-elements .col-md-4 h4 {
  border-bottom: 5px solid #fff;
  display: inline-block;
  font-size: 1.6em !important;
  padding-bottom: 4px;
  transition: border .4s;
}

.ccm-page .brt-elements .col-md-4:hover h4 {
  border-bottom-color: #4cc1ba;
}

.ccm-page .brt-elements .col-md-4 p:first-of-type {
  position: relative;
}

.ccm-page .brt-elements .col-md-4 img:first-of-type {
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 75%;
}

.ccm-page .brt-elements .col-md-4 img:last-of-type {
  left: 50%;
  margin-left: -35%;
  position: absolute;
  top: 5%;
  width: 70%;
}

.ccm-page .brt-elements .col-md-4 p:last-of-type {
  background: #fff;
  border-radius: 8px;
  transition: background .2s;
}

.ccm-page .brt-elements .col-md-4:hover img:first-of-type {
  animation-name: rotate;
}

.ccm-page .brt-elements .col-md-4:hover p:last-of-type {
  background: #4cc1ba;
  font-weight: 700;
}

.ccm-page .brt-benefits ul {
  list-style-type: none;
  padding: 0 0 0 32px !important;
}

.ccm-page .brt-benefits ul li {
  margin: 16px 0 42px !important;
}

.ccm-page .brt-benefits ul li div {
  display: inline-block;
  vertical-align: middle;
  width: 74%;
}

.ccm-page .brt-benefits ul li h4 {
  color: #9dcd5a;
  margin: 0;
  padding: 0 !important;
}

.ccm-page .brt-benefits img {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
  width: 160px;
}

.ccm-page .below-map-row .col-md-4 {
  background: #13837c;
  border-radius: 10px;
  color: #fff;
  margin: 0 1% 24px;
  padding-top: 14px;
  width: 31.333333%;
}

.ccm-page .below-map-row .col-md-4 h5 {
  color: #fff;
  margin: 14px 8px;
}

.ccm-page #random-quotes {
  overflow: hidden;
  position: relative;
}

.ccm-page #random-quotes img {
  width: 100%;
}

.ccm-page #random-quotes ul {
  list-style-type: none;
}

.ccm-page #random-quotes ul li {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  cursor: pointer;
  padding: 16px 34px 10px;
  left: 35%;
  opacity: .85;
  position: absolute;
  top: 54%;
  transition: .4s;
}

.ccm-page #random-quotes ul li img {
  width: 88px;
}

.ccm-page #random-quotes ul li:nth-of-type(2) {
  left: 58%;
  top: 57%;
}

.ccm-page #random-quotes ul li:nth-of-type(2) img {
  width: 98px;
}

.ccm-page #random-quotes ul li:nth-of-type(3) {
  left: 78%;
  top: 52%;
}

.ccm-page #random-quotes ul li:nth-of-type(3) img {
  width: 98px;
}

.ccm-page #random-quotes ul li:nth-of-type(4) {
  left: 16%;
  top: 51%;
}

.ccm-page #random-quotes ul li:nth-of-type(4) img {
  width: 81px;
}

.ccm-page #random-quotes ul li:nth-of-type(5) {
  left: 5%;
  top: 65%;
}

.ccm-page #random-quotes ul li:nth-of-type(5) img {
  width: 128px;
}

.ccm-page #random-quotes ul li:nth-of-type(6) {
  left: 38%;
  top: 65%;
}

.ccm-page #random-quotes ul li:nth-of-type(6) img {
  width: 134px;
}

.ccm-page #random-quotes ul li:nth-of-type(7) {
  left: 74%;
  top: 66%;
}

.ccm-page #random-quotes ul li:nth-of-type(7) img {
  width: 134px;
}

.ccm-page #random-quotes ul li:nth-of-type(8) {
  left: 16%;
  top: 78%;
}

.ccm-page #random-quotes ul li:nth-of-type(8) img {
  width: 156px;
}

.ccm-page #random-quotes ul li:nth-of-type(9) {
  left: 48%;
  top: 76%;
}

.ccm-page #random-quotes ul li:nth-of-type(9) img {
  width: 164px;
}

.ccm-page #random-quotes ul li:nth-of-type(10) {
  left: 78%;
  top: 77%;
}

.ccm-page #random-quotes ul li:nth-of-type(10) img {
  width: 158px;
}

.ccm-page #random-quotes ul li:hover {
  opacity: 1;
}

.ccm-page #random-quotes ul li:after {
  border: 12px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.8);
  border-left-color: rgba(255, 255, 255, 0.8);
  content: "";
  left: 42px;
  position: absolute;
  top: 100%;
}

.ccm-page #random-quotes ul li span {
  display: none;
  font-size: 1.3em;
  line-height: 1.2em;
}

.ccm-page #random-quotes ul li.opened {
  cursor: normal;
  left: 25%;
  opacity: .95;
  padding: 16px 34px 16px;
  top: 14%;
  width: 50%;
}

.ccm-page #random-quotes ul li.opened img {
  display: none;
}

.ccm-page #random-quotes ul li.opened span {
  display: block;
}

.ccm-page #news-feed-title h2 { 
  text-align: center; 
}

.ccm-page #homepage-newsfeed { 
  border: 4px solid #4cc1ba; 
  margin-top: 28px; 
  padding: 14px 18px 10px; 
}

.ccm-page #news-feed { 
  min-height: 300px; 
  padding: 8px 8%; 
}

.ccm-page #news-feed a { 
  color: #000; 
}

.ccm-page #homepage-newsfeed a { 
  display: block; 
  line-height: 1.4em; 
  margin-bottom: 18px; 
}

.ccm-page #homepage-newsfeed + p { 
  background: #4cc1ba; 
  text-align: center; 
}

.ccm-page #homepage-newsfeed + p a { 
  color: #fff; 
  font-weight: 700; 
  text-decoration: none; 
}

.ccm-page #homepage-newsfeed + p a:hover { 
  color: #eee; 
}

@keyframes busmove {
  0% {
    left: 33%;
    top: 12%;
  }
  7% {
    left: 71%;
    opacity: 1;
    transform: rotate(0deg);
    top: 12%;
  }
  13% {
    left: 71;
    transform: rotate(90deg);
    top: 12%;
  }
  23% {
    left: 71%;
    transform: rotate(90deg);
    top: 41%;
  }
  28% {
    left: 71%;
    transform: rotate(0deg) scaleX(-1);
    top: 40%;
  }
  38% {
    left: 12%;
    transform: rotate(0deg) scaleX(-1);
    top: 40%;
  }
  44% {
    left: 12%;
    transform: rotate(90deg) scaleX(1);
    top: 40%;
  }
  54% {
    left: 12%;
    transform: rotate(90deg) scaleX(1);
    top: 66%;
  }
  60% {
    left: 12%;
    transform: rotate(0deg) scaleX(1);
    top: 66%;
  }
  70% {
    left: 72%;
    transform: rotate(0deg);
    top: 66%;
  }
  74% {
    left: 72%;
    transform: rotate(90deg);
    top: 66%;
  }
  80% {
    left: 72%;
    transform: rotate(90deg);
    top: 86%;
  }
  84% {
    left: 72%;
    opacity: 1;
    transform: rotate(0deg) scaleX(-1);
    top: 86%;
  }
  88% {
    left: 42%;
    transform: rotate(0deg) scaleX(-1);
    top: 86%;
  }
  95% {
    left: 42%;
    opacity: 0;
    transform: rotate(0deg) scaleX(-1);
    top: 86%;
  }
  99% {
    left: 33%;
    opacity: 0;
    transform: rotate(0deg) scaleX(1);
    top: 12%;
  }
}

@keyframes busmovepart {
  0% {
    left: 33%;
    top: 12%;
  }
  26% {
    left: 71%;
    opacity: 1;
    transform: rotate(0deg);
    top: 12%;
  }
  36% {
    left: 71;
    transform: rotate(90deg);
    top: 12%;
  }
  70% {
    left: 71%;
    transform: rotate(90deg);
    top: 41%;
  }
  74% {
    left: 71%;
    transform: rotate(0deg) scaleX(-1);
    top: 40%;
  }
  100% {
    left: 65%;
    transform: rotate(0deg) scaleX(-1);
    top: 40%;
  }
}

.ccm-page #process-graphic {
  position: relative;
}

.ccm-page #process-graphic img:first-of-type {
  width: 100%;
}

.ccm-page #process-graphic * img {
  width: 100%;
}

.ccm-page #process-graphic > div {
  position: absolute;
}

.ccm-page #process-graphic .bus {
  left: 33%;
  top: 12%;
  width: 10%;
}

.ccm-page #process-graphic .bus.animate {
  animation-name: busmovepart;
  animation-fill-mode: forwards;
  animation-duration: 6s;
  animation-iteration-count: 1;
}

.ccm-page #process-graphic .mark {
  width: 13%;
}

.ccm-page #process-graphic .mark p {
  bottom: 100%;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 18px -28px;
  left: 0;
  padding: 0 0 5px;
  position: absolute;
}

.ccm-page #process-graphic .mark p:after {
  background: #9dcd5a;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

.ccm-page #process-graphic .mark:nth-of-type(2) {
  left: 18%;
  top: 8%;
}

.ccm-page #process-graphic .mark:nth-of-type(5) {
  left: 69.5%;
  top: 20%;
  width: 12%;
}

.ccm-page #process-graphic .mark:nth-of-type(5) p {
  left: 76%;
  margin-left: 0;
  width: 142px;
}

.ccm-page #process-graphic .mark:nth-of-type(7) {
  left: 48%;
  top: 37.5%;
  width: 14%;
}

.ccm-page #process-graphic .mark:nth-of-type(7) p {
  left: 50%;
  margin-left: -71px;
  text-align: center;
  width: 142px;
}

.ccm-page #process-graphic .mark:nth-of-type(10) {
  left: 11.5%;
  top: 37.5%;
  width: 12%;
}

.ccm-page #process-graphic .mark:nth-of-type(10) p {
  margin-left: -51px;
  width: 122px;
}

.ccm-page #process-graphic .mark:nth-of-type(14) {
  left: 40%;
  top: 63%;
  width: 13%;
}

.ccm-page #process-graphic .mark:nth-of-type(14) p {
  left: 50%;
  margin-left: -58px;
  text-align: center;
  width: 100px;
}

.ccm-page #process-graphic .stop {
  cursor: pointer;
  height: 6%;
  position: absolute;
  width: 3.25%;
}

.ccm-page #process-graphic .stop span {
  display: block;
  height: 100%;
  opacity: .2;
  position: relative;
  width: 100%;
}

.ccm-page #process-graphic .stop ul {
  background: #4cc1ba;
  border-radius: 4px;
  bottom: 100%;
  left: -99999px;
  margin: 0 0 -6px 14px;
  opacity: 0;
  padding: 3px 8px 3px 24px;
  position: absolute;
  width: 136px;
  z-index: 1;
}

.ccm-page #process-graphic .stop ul li {
  color: #fff;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.1em;
  margin: 7px 0;
}

.ccm-page #process-graphic .stop.green {
  height: 4.5%;
}

.ccm-page #process-graphic .stop.green ul {
  background: #9dcd5a;
  border-radius: 50px;
  list-style-type: none;
  padding: 2px 20px;
}

.ccm-page #process-graphic .stop.green ul:after {
  border: 14px solid transparent;
  border-top-color: #9dcd5a;
  border-width: 28px 8px;
  content: "";
  margin-left: -20px;
  margin-top: -4px;
  position: absolute;
  transform: rotate(20deg);
}

.ccm-page #process-graphic .stop.right {
  height: 3.5%;
  width: 5.3%;
}

.ccm-page #process-graphic .stop.showlist ul {
  left: 100%;
  opacity: 1;
  transition: left 0s, opacity .2s;
}

.ccm-page #process-graphic .stop:nth-of-type(3) {
  left: 40.8%;
  top: 8.15%;
}

.ccm-page #process-graphic .stop:nth-of-type(4) {
  left: 62.3%;
  top: 9.15%;
}

.ccm-page #process-graphic .stop:nth-of-type(6) {
  left: 77%;
  top: 36.5%;
}

.ccm-page #process-graphic .stop:nth-of-type(6) ul {
  left: auto;
  right: 99999px;
}

.ccm-page #process-graphic .stop:nth-of-type(8) {
  left: 36.9%;
  top: 44.4%;
}

.ccm-page #process-graphic .stop:nth-of-type(9) {
  left: 28.7%;
  top: 35.5%;
}

.ccm-page #process-graphic .stop:nth-of-type(11) {
  left: 18.5%;
  top: 53.3%;
}

.ccm-page #process-graphic .stop:nth-of-type(12) {
  left: 18.5%;
  top: 60.7%;
}

.ccm-page #process-graphic .stop:nth-of-type(13) {
  left: 27%;
  top: 70.5%;
}

.ccm-page #process-graphic .stop:nth-of-type(15) {
  left: 60.7%;
  top: 61.6%;
}

.ccm-page #process-graphic .stop:nth-of-type(16) {
  left: 78.4%;
  top: 71.6%;
}

.ccm-page #process-graphic .stop:nth-of-type(16) ul {
  left: auto;
  right: 99999px;
}

.ccm-page #process-graphic .stop:nth-of-type(17) {
  left: 78.6%;
  top: 83.8%;
}

.ccm-page #process-graphic .stop:nth-of-type(17) ul {
  left: auto;
  right: 99999px;
}

.ccm-page #process-graphic .stop:nth-of-type(18) {
  left: 58.7%;
  top: 83.7%;
}

.ccm-page #process-graphic .stop.showlist:nth-of-type(16) ul:after {
  margin-left: 0;
  margin-right: 6px;
  right: 0;
  transform: rotate(-20deg);
}

.ccm-page #process-graphic .stop.showlist:nth-of-type(6) ul,
.ccm-page #process-graphic .stop.showlist:nth-of-type(16) ul,
.ccm-page #process-graphic .stop.showlist:nth-of-type(17) ul {
  left: auto;
  margin-right: 14px;
  right: 100%;
}

.ccm-page .page-template-blog #page-content p {
  padding: 10px 0;
}

.ccm-page #user-area {
  height: 132px;
  padding-left: 110px;
  position: relative;
}

.ccm-page #user-area > div:first-of-type {
  left: 0;
  position: absolute;
}

.ccm-page #user-area > p {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 0;
  padding: 24px 0 0 !important;
}

.ccm-page #user-area > div:nth-of-type(2) {
  display: inline-block;
}

.ccm-page #user-area > div:nth-of-type(3) {
  display: inline-block;
}

.ccm-page #user-area > div:nth-of-type(3):before {
  content: " - ";
}

.ccm-page #user-area > div:nth-of-type(3):after {
  content: " min read";
}

.ccm-page #blog-share a {
  font-size: .9em;
  font-weight: 700;
  margin-right: 8px;
}

.ccm-page.page-template-simple #page-content {
  padding-top: 48px !important;
}

.ccm-page .contact-area {
  background-color: #4cc1ba;
  color: #fff;
  margin: 38px 0 90px;
  padding: 0 10% 48px;
  position: relative;
}

.ccm-page .contact-area:after {
  border: 28px solid transparent;
  border-width: 54px 38px;
  border-bottom-color: #4cc1ba;
  bottom: 100%;
  content: "";
  left: 9%;
  position: absolute;
}

.ccm-page .contact-area h4 {
  color: #fff;
}

.ccm-page .contact-area fieldset {
  border: 0;
  margin-bottom: 0;
}

.ccm-page .contact-area .col-md-6:first-of-type {
  left: 58%;
  position: absolute;
  top: 38px;
  width: 24%;
}

.ccm-page .contact-area .col-md-6:last-of-type {
  width: 56%;
}

.ccm-page .contact-area input[type="text"],
.ccm-page .contact-area input[type="email"],
.ccm-page .contact-area textarea {
  background: #fff;
  border: 0 !important;
  border-radius: 0;
}

.ccm-page .contact-area button[type="submit"] {
  margin-left: 14px;
}

.ccm-page .co-create-blog-archive img {
  display: block;
  margin-bottom: 8px;
  width: 30%;
}

.ccm-page .co-create-blog-archive a {
  color: #000;
  font-weight: 700;
}

.ccm-page.font-2 {
  font-size: 22px;
}

.ccm-page.font-2 header > ul {
  width: 1000px;
}

.ccm-page.font-2 header > ul > li {
  margin-left: 34px;
}

@media screen and (min-width: 1840px) {
  .ccm-page > * {
    font-size: 20px;
  }
}

@media screen and (max-width: 1333px) {
  .ccm-page.font-2 header {
    padding: 8px 14px 4px;
    position: relative;
  }
  .ccm-page.font-2 header img {
    height: 54px;
  }
  .ccm-page.font-2 #mobile-menu {
    display: block;
    position: absolute;
    right: 6px;
    top: 16px;
  }
  .ccm-page.font-2 #mobile-menu button {
    background: #fff;
    border: 0;
    color: #000;
    font-size: 1.3em;
  }
  .ccm-page.font-2 #mobile-menu span {
    left: -9999px;
    position: absolute;
  }
  .ccm-page.font-2 header ul {
    border-left: 1px solid #9dcd5a;
    box-shadow: 0 4px 8px -4px #333;
    margin: 4px 0 0;
    opacity: 0;
    position: absolute;
    right: 200%;
    text-align: center;
    top: 100%;
    transition: 0s;
  }
  .ccm-page.font-2 header ul.showing {
    opacity: 1;
    right: 0;
    transition: right 0s, opacity .3s;
    z-index: 1;
  }
  .ccm-page.font-2 header ul li {
    border-bottom: 1px solid #9dcd5a;
    display: block;
    font-size: .9em;
    margin: 0;
    padding: 3px;
  }
  .ccm-page.font-2 header ul li a:before,
  .ccm-page.font-2 header ul li a:after {
    display: none;
  }
  .ccm-page.font-2 header > ul li ul {
    box-shadow: none;
    font-size: .9em;
    margin-left: 0;
    position: static;
    text-align: center;
    width: 100%;
  }
  .ccm-page.font-2 header > ul li ul li {
    padding: 0;
  }
  .ccm-page.font-2 header > ul li ul li:first-of-type {
    border-top: 1px solid #9dcd5a;
    margin-top: 2px;
  }
  .ccm-page.font-2 header > ul li ul li a {
    padding: 3px 0;
  }
  .ccm-page #random-quotes ul li:nth-of-type(1) img {
    width: 48px;
  }
  .ccm-page #random-quotes ul li:nth-of-type(2) img {
    width: 44px;
  }
  .ccm-page #random-quotes ul li:nth-of-type(3) img {
    width: 54px;
  }
  .ccm-page #random-quotes ul li:nth-of-type(4) img {
    width: 48px;
  }
  .ccm-page #random-quotes ul li:nth-of-type(5) img {
    width: 55px;
  }
  .ccm-page #random-quotes ul li:nth-of-type(6) img {
    width: 52px;
  }
  .ccm-page #random-quotes ul li:nth-of-type(7) img {
    width: 54px;
  }
  .ccm-page #random-quotes ul li:nth-of-type(8) img {
    width: 66px;
  }
  .ccm-page #random-quotes ul li:nth-of-type(9) img {
    width: 71px;
  }
  .ccm-page #random-quotes ul li:nth-of-type(10) img {
    width: 66px;
  }
}

@media screen and (max-width: 1260px) {
  .ccm-page .brt-elements .col-md-4 h4 {
    font-size: 1.2em;
    margin: 0 0 14px;
  }
  .ccm-page .brt-elements .col-md-4 p:last-of-type {
    font-size: .9em;
    line-height: 1.3em;
    padding-top: 0 !important;
  }
  .ccm-page header ul {
    margin-top: 12px; 
    width: 700px;
  }
  .ccm-page header ul li {
    margin-left: 4%;
  }
  .ccm-page .hp-video-section .reserve {
    max-height: 360px;
  }
  .ccm-page .hp-video-section .reserve button {
    font-size: .8em;
  }
}

@media screen and (max-width: 1068px) {
  .ccm-page #banner-area {
    height: 280px;
  }
  .ccm-page #page-content {
    padding: 0 6% 24px;
  }
  .ccm-page #title-area {
    margin-top: -130px;
  }
  .ccm-page #homepage #title-area {
    margin: -130px 6% 10px;
  }
  .ccm-page #subtitle-area {
    margin: 0 6% 56px;
    padding: 18px 0 10px;
  }
}

@media screen and (max-width: 992px) {
  .ccm-page header {
    padding: 8px 14px 4px;
    position: relative;
  }
  .ccm-page header img {
    height: 54px;
  }
  .ccm-page #mobile-menu {
    display: block;
    position: absolute;
    right: 6px;
    top: 16px;
  }
  .ccm-page #mobile-menu button {
    background: #fff;
    border: 0;
    color: #000;
    font-size: 1.3em;
  }
  .ccm-page #mobile-menu span {
    left: -9999px;
    position: absolute;
  }
  .ccm-page header ul {
    border-left: 1px solid #9dcd5a;
    box-shadow: 0 4px 8px -4px #333;
    margin: 4px 0 0;
    opacity: 0;
    position: absolute;
    right: 200%;
    text-align: center;
    top: 100%;
    transition: 0s;
    width: 190px;
  }
  .ccm-page header ul.showing {
    opacity: 1;
    right: 0;
    transition: right 0s, opacity .3s;
    z-index: 1;
  }
  .ccm-page header ul li {
    border-bottom: 1px solid #9dcd5a;
    display: block;
    font-size: .9em;
    margin: 0;
    padding: 3px;
  }
  .ccm-page header ul li a:before,
  .ccm-page header ul li a:after {
    display: none;
  }
  .ccm-page header > ul li ul {
    box-shadow: none;
    font-size: .9em;
    margin-left: 0;
    position: static;
    text-align: center;
    width: 100%;
  }
  .ccm-page header > ul li ul li {
    padding: 0;
  }
  .ccm-page header > ul li ul li:first-of-type {
    border-top: 1px solid #9dcd5a;
    margin-top: 2px;
  }
  .ccm-page header > ul li ul li a {
    padding: 3px 0;
  }
  .ccm-page #subtitle-area {
    font-size: .85em;
  }
  .ccm-page .homepage-fold .col-md-6:first-of-type {
    width: 100%;
  }
  .ccm-page .homepage-fold .col-md-6:last-of-type {
    width: 100%;
  }
  .ccm-page .brt-elements .col-md-4 h4 {
    border-bottom-color: #4cc1ba;
  }
  .ccm-page .brt-elements .col-md-4 p:last-of-type {
    opacity: 1;
  }
  .ccm-page .brt-benefits img {
    width: 120px;
  }
  .ccm-page .brt-benefits ul li h4 {
    font-size: 1.3em;
  }
  .ccm-page .brt-benefits ul li div {
    font-size: .9em;
    width: 64%;
  }
  .ccm-page #random-quotes ul li {
    padding: 10px 18px 8px;
  }
  .ccm-page #random-quotes ul li:after {
    border-width: 8px;
    left: 18px;
  }
  .ccm-page #random-quotes ul li:nth-of-type(1) img {
    width: 22px;
  }
  .ccm-page #random-quotes ul li:nth-of-type(2) img {
    width: 24px;
  }
  .ccm-page #random-quotes ul li:nth-of-type(3) img {
    width: 24px;
  }
  .ccm-page #random-quotes ul li:nth-of-type(4) img {
    width: 28px;
  }
  .ccm-page #random-quotes ul li:nth-of-type(5) img {
    width: 35px;
  }
  .ccm-page #random-quotes ul li:nth-of-type(6) img {
    width: 32px;
  }
  .ccm-page #random-quotes ul li:nth-of-type(7) img {
    width: 33px;
  }
  .ccm-page #random-quotes ul li:nth-of-type(8) img {
    width: 46px;
  }
  .ccm-page #random-quotes ul li:nth-of-type(9) img {
    width: 51px;
  }
  .ccm-page #random-quotes ul li:nth-of-type(10) img {
    width: 46px;
  }
  .ccm-page #random-quotes ul li.opened {
    left: 10%;
    top: 6%;
    width: 80%;
  }
  .ccm-page #random-quotes ul li.opened:after {
    border-width: 14px;
    left: 10%;
  }
  .ccm-page #process-graphic .mark p {
    font-size: .85em;
    padding-bottom: 3px;
  }
  .ccm-page .below-map-row .col-md-4 {
    margin: 0 0 14px;
    padding-top: 0;
    width: 100%;
  }
  .ccm-page .below-map-row .col-md-4 p {
    margin-bottom: 4px;
    padding: 0 8px 10px !important;
  }
  .ccm-page .bringing-brt:after {
    border-width: 56px 38px;
  }
  .ccm-page .bringing-brt li {
    font-size: 1.1em;
  }
  .ccm-page .bringing-brt #corridor-map {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 700px) {
  .ccm-page #banner-area {
    height: 160px;
  }
  .ccm-page #banner-area img {
    margin-left: -20%;
    width: 140%;
  }
  .ccm-page #page-content {
    padding: 0 24px 4px;
  }
  .ccm-page #page-content p {
    font-size: .9em;
    line-height: 1.3em;
  }
  .ccm-page #page-content ul {
    font-size: .9em;
    padding-left: 48px;
  }
  .ccm-page #page-content ul li {
    margin: 12px 0;
  }
  .ccm-page #page-content h4 {
    font-size: 1.6em;
    margin: 12px 0;
  }
  .ccm-page #page-content p span.bold-intro {
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 3px;
  }
  .ccm-page #title-area {
    border-width: 0 0 6px 6px;
    margin: -70px 0 32px;
    padding: 16px 20px 12px;
  }
  .ccm-page #title-area h2 {
    font-size: 1.5em;
    margin-top: 0;
  }
  .ccm-page #title-area p {
    line-height: 1.2em;
    margin-bottom: 0;
  }
  .ccm-page #homepage #title-area {
    margin: -70px 24px 10px;
  }
  .ccm-page #homepage #title-area h2 {
    margin-bottom: 12px;
  }
  .ccm-page #subtitle-area {
    margin: 0 28px 30px;
    padding: 8px 0 1px;
  }
  .ccm-page #process-graphic {
    margin-top: 40px;
  }
  .ccm-page #process-graphic .bus {
    margin-top: -12px;
  }
  .ccm-page #process-graphic .mark p {
    font-size: .7em;
    line-height: 1em;
    padding-bottom: 3px;
  }
  .ccm-page #process-graphic .mark:nth-of-type(5) p {
    left: 76%;
    margin-left: 0;
    width: 64px;
  }
  .ccm-page #process-graphic .mark:nth-of-type(7) p {
    left: 76%;
    margin-left: -40px;
    margin-bottom: 10px;
    width: 64px;
  }
  .ccm-page #process-graphic .mark:nth-of-type(10) p {
    margin-left: -41px;
    margin-bottom: 10px;
    width: 60px;
  }
  .ccm-page #process-graphic .mark:nth-of-type(14) p {
    margin-left: -44px;
    margin-bottom: 10px;
    width: 80px;
  }
  .ccm-page #process-graphic .stop ul {
    margin: 0 0 8px 4px;
    padding: 0 6px 0 20px;
    width: 120px;
  }
  .ccm-page #process-graphic .stop.green ul:after {
    margin-top: -12px;
    transform: rotate(40deg);
  }
  .ccm-page footer #connect-with-us {
    padding: 0 1%;
    text-align: center;
    width: 100%;
  }
  .ccm-page footer #connect-with-us h3 {
    font-size: 1.3em;
    margin: 16px 0 10px;
  }
  .ccm-page footer #connect-with-us ul {
    margin-bottom: 10px;
  }
  .ccm-page footer #connect-with-us ul li a {
    display: block;
    font-size: .9em;
    margin: 0 14px 5px;
  }
  .ccm-page footer #social-media {
    margin-top: 0;
    text-align: center;
    width: 100%;
  }
  .ccm-page #sub-footer {
    padding-bottom: 18px;
  }
  .ccm-page #subfooterleft {
    padding: 4px 0 0 18px;
  }
  .ccm-page #subfooterright {
    width: 36%;
  }
  .ccm-page #subfooterright a {
    display: none !important;
  }
  .ccm-page #langaugeselectcont select {
    font-size: .9em;
    padding: 3px;
  }
  .ccm-page footer #social-media p img {
    width: 114px;
  }
  .ccm-page footer #social-media li img {
    margin-right: 14px;
    width: 26px;
  }
  .ccm-page .brt-elements .col-md-4 {
    margin: 0 2% !important;
    width: 96%;
  }
  .ccm-page .brt-elements .col-md-4 p:first-of-type {
    margin-bottom: 0;
  }
  .ccm-page .brt-elements .col-md-4 img:first-of-type {
    width: 55%;
  }
  .ccm-page .brt-elements .col-md-4 img:last-of-type {
    margin-left: -25%;
    top: 8%;
    width: 50%;
  }
  .ccm-page .brt-benefits img {
    margin-right: 16px;
    width: 80px;
  }
  .ccm-page .brt-benefits ul {
    padding-left: 8px !important;
  }
  .ccm-page .brt-benefits ul li h4 {
    font-size: 1.1em;
  }
  .ccm-page .brt-benefits ul li div {
    font-size: .8em;
    line-height: 1.2em;
  }
  .ccm-page .hp-video-section > .embed-container {
    margin-bottom: 8px;
    width: 100%;
  }
  .ccm-page .hp-video-section .reserve {
    float: none;
    width: 100%;
  }
  .ccm-page .hp-video-section .reserve .embed-container {
    display: none;
  }
  .ccm-page .hp-video-section .reserve button {
    font-size: .75em;
    margin-bottom: 0;
    padding: 9px 0;
  }
  .ccm-page #random-quotes ul li {
    margin-top: -20px !important;
    padding: 6px 14px 3px;
  }
  .ccm-page #random-quotes ul li.opened {
    left: 4%;
    margin: 0 !important;
    padding: 10px 22px 10px;
    top: 4%;
    width: 92%;
  }
  .ccm-page #random-quotes ul li span {
    font-size: 1em;
  }
  .ccm-page .contact-area {
    margin-bottom: 48px;
    padding: 0 2% 24px;
  }
  .ccm-page .contact-area .col-md-6 {
    width: 96% !important;
  }
  .ccm-page .contact-area .col-md-6:first-of-type {
    padding: 22px 8% 0;
    position: static;
  }
  .ccm-page .contact-area fieldset {
    margin-top: 0;
  }
  .ccm-page .contact-area:after {
    border-width: 30px 22px;
    left: 50%;
    margin-left: -30px;
  }
}

@media screen and (max-width: 480px) {
  .ccm-page header img {
    height: 46px;
  }
  .ccm-page #mobile-menu {
    right: 0;
    top: 15px;
  }
  .ccm-page #mobile-menu button {
    font-size: 1.1em;
  }
  .ccm-page #sub-footer {
    padding-bottom: 10px;
  }
  .ccm-page #subfooterleft {
    padding: 0 5%;
    text-align: center;
    width: 100%;
  }
  .ccm-page #subfooterleft label {
    margin: 13px 0 5px;
  }
  .ccm-page #langaugeselectcont select {
    width: 100%;
  }
  .ccm-page #subfooterleft a {
    font-size: .9em;
    margin: 4px 12px;
  }
  .ccm-page #subfooterright {
    text-align: center;
    width: 100%;
  }
  .ccm-page #font-sizes button:last-of-type {
    padding-right: 12px;
  }
  .ccm-page .co-create-blog-archive img {
    width: 100%;
  }
  .ccm-page #user-area > p {
    padding-top: 12px !important;
  }
  .ccm-page #user-area > div:nth-of-type(2),
  .ccm-page #user-area > div:nth-of-type(3) {
    font-size: .85em;
    line-height: 1.1em;
  }
  .ccm-page .bringing-brt:after {
    display: none;
  }
  .ccm-page .bringing-brt ul li {
    padding-bottom: 16px;
    width: 100%;
  }
  .ccm-page .bringing-brt ul li img {
    margin-bottom: 4px;
  }
  .ccm-page .bringing-brt #corridor-map {
    padding-top: 12px;
  }
  .ccm-page .bringing-brt #corridor-map img {
    float: none;
    width: 100%;
  }
}
