/*Variables*/
/*! 
IMPORTANT!
Do not add custom styles to this file. Add all custom theme styles to default.scss
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  font: normal normal normal 1rem/1.6 "myriad-pro", system-ui, -apple-system, "Segoe UI", 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;
  line-height: 1.15;
}

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

@media screen and (min-width: 2170px) {
  body {
    font-size: 18px;
  }
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

.ccm-toolbar-visible #primary-nav-bar.smallheader {
  top: 48px !important;
}

.ccm-page {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-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*/
  /**
   * Grid
   */
  /* Small screen breakpoint */
  /* Large screen breakpoint */
  /**
   * Helpers
   */
  /**
   * Buttons
   */
  /**
   * Forms
   */
  /**
   * Tables
   */
  /* HEADER */
  /* FOOTER */
  /* CONTAINERS/ALL PAGES */
  /* HOMEPAGE */
  /* CAROUSEL */
  /* PROJECTS */
  /* PROJECT PAGES */
  /* CONTRACTORS */
  /* STAY CONNECTED */
}
.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 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: #333;
  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: #333;
  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 .content-section {
  padding: 20px 0;
}
@media (max-width: 600px) {
  .ccm-page .content-section {
    padding: 40px 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 (max-width: 600px) {
  .ccm-page .flex-small {
    flex: 1;
    margin-bottom: 0;
  }
  .ccm-page .flex-small.half {
    flex: 0 0 50%;
  }
  .ccm-page .flex-small.one-fourth {
    flex: 0 0 25%;
  }
  .ccm-page .flex-small.three-fourths {
    flex: 0 0 75%;
  }
  .ccm-page .flex-small.one-third {
    flex: 0 0 33.3333333333%;
  }
  .ccm-page .flex-small.two-thirds {
    flex: 0 0 66.6666666667%;
  }
}
@media (max-width: 1024px) {
  .ccm-page .flex-large {
    flex: 1;
    margin-bottom: 0;
  }
  .ccm-page .flex-large.half {
    flex: 0 0 50%;
  }
  .ccm-page .flex-large.one-fourth {
    flex: 0 0 25%;
  }
  .ccm-page .flex-large.three-fourths {
    flex: 0 0 75%;
  }
  .ccm-page .flex-large.one-third {
    flex: 0 0 33.3333333333%;
  }
  .ccm-page .flex-large.two-thirds {
    flex: 0 0 66.6666666667%;
  }
}
.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-bottom {
  margin-bottom: 2rem;
}
.ccm-page .alternate-background {
  background: #DAE6EE;
  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 #2B3F43;
  border-radius: 4px;
  background: #2B3F43;
  color: white;
  font-weight: 600;
  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 button:hover, .ccm-page [type=submit]:hover, .ccm-page [type=reset]:hover, .ccm-page [type=button]:hover {
  border: 1px solid rgb(23.0636363636, 33.7909090909, 35.9363636364);
  background: rgb(23.0636363636, 33.7909090909, 35.9363636364);
  color: white;
  text-decoration: none;
}
.ccm-page .button:focus, .ccm-page .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 rgb(23.0636363636, 33.7909090909, 35.9363636364);
  background: rgb(23.0636363636, 33.7909090909, 35.9363636364);
  color: white;
  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: white;
  border: 1px solid #036B61;
  background: #036B61;
}
.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 rgb(1.6090909091, 57.3909090909, 52.0272727273);
  background: rgb(1.6090909091, 57.3909090909, 52.0272727273);
}
.ccm-page .muted-button,
.ccm-page a.muted-button {
  background: transparent;
  border: 1px solid #036B61;
  color: black;
}
.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: black;
  border: 1px solid black;
  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 rgb(196.5, 196.5, 196.5);
}
.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 #005087;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px rgb(33, 164.5555555556, 255);
}
.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: #333;
  -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 (max-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 rgb(243.8619246862, 205.6380753138, 206.6506276151);
}
.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 rgb(151.4655870445, 239.0344129555, 192.1052631579);
}
.ccm-page ::-webkit-input-placeholder,
.ccm-page ::-moz-placeholder,
.ccm-page :-moz-placeholder,
.ccm-page :-ms-input-placeholder {
  color: rgb(0.2181818182, 7.7818181818, 7.0545454545);
}
.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 (max-width: 600px) {
  .ccm-page .contain-table {
    width: 100%;
  }
}
.ccm-page .full-container {
  max-width: 100%;
  padding: 0 1rem;
}
.ccm-page .container, .ccm-page .medium-container, .ccm-page .small-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 h1 {
  font-size: 2.25rem;
  color: #2B3F43;
}
.ccm-page h2 {
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 2.5em;
  color: #2B3F43;
  letter-spacing: 0 !important;
  position: relative;
}
.ccm-page h3 {
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 1.3em;
  color: #036B61;
  margin-top: 0;
}
.ccm-page h4 {
  color: #036B61;
  font-size: 1.6em;
  font-family: "franklin-gothic-urw", sans-serif;
}
.ccm-page h5 {
  font-size: 1.25rem;
  color: #404040;
}
@media (max-width: 600px) {
  .ccm-page h1 {
    font-size: 1.75rem;
  }
  .ccm-page h2 {
    font-size: 1.7em;
  }
  .ccm-page h3 {
    font-size: 1.1em;
  }
  .ccm-page h4 {
    font-size: 1.1rem;
  }
  .ccm-page h5 {
    font-size: 1rem;
  }
}
.ccm-page .row {
  --bs-gutter-x: 0;
}
.ccm-page a,
.ccm-page button {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ccm-page a {
  color: #00558B;
}
.ccm-page a:hover, .ccm-page a:active, .ccm-page a:focus {
  color: #003c61;
  text-decoration: underline;
}
.ccm-page p {
  font-size: 1.1em;
  line-height: 1.6em;
}
@media (max-width: 600px) {
  .ccm-page p {
    font-size: 0.9em;
  }
}
.ccm-page .mainarea p {
  font-size: 1.2em;
}
.ccm-page .mainarea li {
  font-size: 18px;
}
.ccm-page hr {
  border-top: 3px solid #dedede;
}
.ccm-page button {
  background: #EDAB2A;
  border: 0;
  border-radius: 500px;
  color: #333;
  padding: 10px 24px;
  position: relative;
  text-decoration: none;
  transition: 0.6s;
}
.ccm-page button:before {
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  content: "";
  height: 11px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.7s;
  width: 11px;
}
.ccm-page button:after {
  background: #fff;
  content: "";
  height: 2px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.7s;
  width: 14px;
}
.ccm-page button:hover,
.ccm-page button:focus {
  background: #b88013;
  border: 0 !important;
  color: #fff;
  padding: 10px 34px 10px 14px;
}
.ccm-page button:hover:before,
.ccm-page button:hover:after,
.ccm-page button:focus:before,
.ccm-page button:focus:after {
  opacity: 1;
  right: 12px;
}
.ccm-page .resemble-button {
  background: #EDAB2A;
  border: 0;
  border-radius: 500px;
  color: #333;
  font-size: 0.85em;
  font-weight: 700;
  padding: 10px 24px;
  position: relative;
  text-decoration: none;
  transition: 0.6s;
}
.ccm-page .resemble-button:before {
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  content: "";
  height: 11px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.7s;
  width: 11px;
}
.ccm-page .resemble-button:after {
  background: #fff;
  content: "";
  height: 2px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.7s;
  width: 14px;
}
.ccm-page .resemble-button:hover,
.ccm-page .resemble-button:focus {
  background: #b88013;
  border: 0 !important;
  color: #fff;
  padding: 10px 34px 10px 14px;
}
.ccm-page .resemble-button:hover:before,
.ccm-page .resemble-button:hover:after,
.ccm-page .resemble-button:focus:before,
.ccm-page .resemble-button:focus:after {
  opacity: 1;
  right: 12px;
}
.ccm-page .ccm-image-block {
  max-width: 100%;
  height: auto;
}
.ccm-page header {
  z-index: 4;
  position: relative;
}
.ccm-page .page-body img {
  max-width: 100%;
}
.ccm-page header {
  background: #fff;
  box-shadow: 0 0 8px -3px #333;
  position: fixed !important;
  width: 100%;
}
.ccm-page #announcement {
  background: #F2532C;
  color: #fff;
  padding: 8px;
  text-align: center;
  transition: 0.3s;
}
.ccm-page #announcement p {
  margin: 0;
}
.ccm-page #announcement img {
  display: inline-block;
  margin: -2px 10px 0 0;
  transition: 0.3s;
  vertical-align: middle;
}
.ccm-page #announcement a {
  background: #fff;
  border-radius: 50px;
  color: #333;
  display: inline-block;
  font-size: 0.85em;
  line-height: 1.5em;
  margin-left: 12px;
  padding: 1px 24px;
  position: relative;
  text-decoration: none;
  transition: 0.6s;
}
.ccm-page #announcement a:before {
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  content: "";
  height: 11px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.7s;
  width: 11px;
}
.ccm-page #announcement a:after {
  background: #fff;
  content: "";
  height: 2px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.7s;
  width: 14px;
}
.ccm-page #announcement a:hover {
  background: #000;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 1px 37px 1px 11px;
}
.ccm-page #announcement a:hover:before,
.ccm-page #announcement a:hover:after {
  opacity: 1;
  right: 10px;
}
.ccm-page .shrink #announcement img {
  height: 14px;
}
.ccm-page .shrink #announcement {
  font-size: 0.8em;
  padding: 4px;
}
.ccm-page a.skip-main {
  height: 1px;
  left: -999px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
  z-index: -999;
}
.ccm-page a.skip-main:focus,
.ccm-page a.skip-main:active {
  background-color: black;
  border: 4px solid #036B61;
  color: white;
  font-size: 1em;
  height: 40px;
  left: 0px;
  overflow: hidden;
  padding: 5px;
  text-align: center;
  top: 0px;
  width: auto;
  z-index: 999;
}
.ccm-page #header-bar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 10px 2.5% 10px 20px;
}
.ccm-page .shrink #header-bar {
  padding: 6px 2.5% 6px 20px;
}
.ccm-page #logoimg {
  display: inline-block;
}
.ccm-page #logoimg a {
  display: block;
  line-height: 0;
}
.ccm-page #logoimg img {
  height: 64px;
  transition: 0.3s;
}
.ccm-page .shrink #logoimg img {
  height: 44px;
}
.ccm-page #top-bar {
  padding: 7px 2.5% 10px;
  text-align: right;
}
.ccm-page #desktop-nav {
  display: inline-block;
  padding-right: 56px;
  vertical-align: middle;
}
.ccm-page #desktop-nav > ul {
  display: inline-block;
  margin: 0;
}
.ccm-page #desktop-nav > ul > li {
  display: inline-block;
  padding-right: 52px;
  vertical-align: middle;
}
.ccm-page #desktop-nav > ul > li:first-of-type,
.ccm-page #desktop-nav > ul > li:last-of-type {
  display: none;
}
.ccm-page #desktop-nav > ul > li a {
  color: #333;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
}
.ccm-page #desktop-nav > ul > li a:hover {
  color: #F2532C;
}
.ccm-page #desktop-nav > button {
  background: transparent;
  border: 0;
  color: #333;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 1px;
  padding: 0;
  vertical-align: middle;
}
.ccm-page #desktop-nav > button:hover {
  color: #F2532C;
}
.ccm-page #desktop-nav > button:before,
.ccm-page #desktop-nav > button:after {
  display: none;
}
.ccm-page .shrink #desktop-nav li a,
.ccm-page .shrink #desktop-nav > button {
  font-size: 1em;
}
.ccm-page #resource-panel {
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.35s;
  width: 100%;
  z-index: 100;
}
.ccm-page #resource-panel > button {
  background: #000;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0;
  height: 100%;
  width: 100%;
}
.ccm-page #resource-panel > button span {
  left: -9999px;
  position: absolute;
}
.ccm-page #resource-panel > button strong {
  color: #333;
  font-size: 2em;
  position: fixed;
  right: 10px;
  top: 0;
  z-index: 18;
}
.ccm-page #resource-panel > button:focus strong {
  color: #4AC4D6;
}
.ccm-page #resource-panel > div {
  background: #fff;
  background-image: url("https://keepomahamoving.hdrstratcommtest.com/application/themes/hdrspark/images/Stoplight.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  height: 100%;
  overflow: auto;
  padding: 0 24px;
  position: absolute;
  right: -24%;
  top: 0;
  transition: right 0.3s;
  width: 28%;
}
.ccm-page #resource-panel img {
  background: #4AC4D6;
  border-radius: 50%;
  padding: 5px;
  transition: background 0.2s;
}
.ccm-page #resource-panel img:hover {
  background: #299cad;
}
.ccm-page #resource-panel hr {
  border: 1px solid #6E6F72;
  border-bottom: 0;
  margin: 4px 0 20px;
}
.ccm-page #resource-panel ul {
  padding: 0;
}
.ccm-page #resource-panel li {
  list-style: none;
  margin-bottom: 14px;
}
.ccm-page #resource-panel li a {
  color: #333;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
}
.ccm-page #resource-panel li a:hover {
  color: #009CAD;
}
.ccm-page #resource-panel h2 {
  font-size: 1.6em;
}
.ccm-page #resource-panel h3 {
  color: #009CAD;
  font-size: 1.65em;
  margin-bottom: 28px;
  position: relative;
}
.ccm-page #resource-panel h3:after {
  background: #4AC4D6;
  content: "";
  height: 4px;
  left: 0;
  margin-top: 4px;
  position: absolute;
  top: 100%;
  width: 40px;
}
.ccm-page .showing-resources #resource-panel {
  opacity: 1;
  transition: opacity 0.4s;
}
.ccm-page .showing-resources #resource-panel > div {
  right: 0;
  transition: right 0.5s ease-out 0.1s;
}
.ccm-page #translation-widget {
  display: inline-block;
  margin-right: 18px;
  position: relative;
  vertical-align: middle;
}
.ccm-page #translation-widget:after {
  border: 1px solid #56803A;
  border-width: 0 1px 1px 0;
  content: "";
  height: 9px;
  left: 100%;
  margin: 3px 8px 0 3px;
  position: absolute;
  transform: rotate(45deg);
  width: 9px;
}
.ccm-page #translation-widget img {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}
.ccm-page #translation-widget label {
  left: -9999px;
  position: absolute;
}
.ccm-page #translation-widget select {
  background: transparent;
  border: 0;
  color: #56803A;
  cursor: pointer;
  display: inline-block;
  font-size: 0.85em;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 120px;
}
.ccm-page #translation-widget select:after {
  content: "v";
}
.ccm-page #translation-widget select option {
  color: #333;
}
.ccm-page #google_translate_element {
  display: none;
}
.ccm-page #stay-connected {
  display: inline-block;
  vertical-align: middle;
}
.ccm-page #stay-connected p {
  margin: 0;
}
.ccm-page #stay-connected a {
  background: #89C43A;
  border-radius: 50px;
  color: #333;
  margin-left: 12px;
  padding: 5px 24px;
  position: relative;
  text-decoration: none;
  transition: 0.6s;
}
.ccm-page #stay-connected a:before {
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  content: "";
  height: 11px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.7s;
  width: 11px;
}
.ccm-page #stay-connected a:after {
  background: #fff;
  content: "";
  height: 2px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.7s;
  width: 14px;
}
.ccm-page #stay-connected a:hover {
  background: #56803A;
  color: #fff;
  padding: 5px 34px 5px 14px;
}
.ccm-page #stay-connected a:hover:before,
.ccm-page #stay-connected a:hover:after {
  opacity: 1;
  right: 12px;
}
.ccm-page .shrink #stay-connected {
  font-size: 0.85em;
}
.ccm-page #mobile-menu {
  background: #000;
  border-radius: 0;
  border: 0;
  display: none;
  height: 26px;
  margin: 0 0 0 18px;
  padding: 0;
  position: relative;
  transition: 0.3s;
  vertical-align: middle;
  width: 30px;
}
.ccm-page #mobile-menu:before,
.ccm-page #mobile-menu:after {
  background: #fff;
  border: 0;
  content: "";
  height: 4px;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 6px;
  transform: none;
  transition: 0.3s;
  width: 100%;
}
.ccm-page #mobile-menu:after {
  top: 16px;
}
.ccm-page #mobile-menu > span {
  left: -9999px;
  position: absolute;
}
.ccm-page .show-menu #mobile-menu {
  background: #fff;
}
.ccm-page .show-menu #mobile-menu:before {
  background: #333;
  transform: translateY(5px) rotate(45deg);
}
.ccm-page .show-menu #mobile-menu:after {
  background: #333;
  transform: translateY(-5px) rotate(-45deg);
}
.ccm-page footer {
  background: #333;
  color: #fff;
  padding: 28px 3% 6px;
}
.ccm-page footer a {
  color: #4AC4D6 !important;
  text-decoration: none;
}
.ccm-page footer a:hover {
  color: #2697a7 !important;
  text-decoration: none !important;
}
.ccm-page #footer-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.ccm-page #footer-middle {
  text-align: center;
}
.ccm-page #footer-middle ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ccm-page #footer-middle li {
  padding: 8px;
}
.ccm-page #footer-middle li:first-of-type {
  display: none;
}
.ccm-page #footer-middle a {
  font-weight: 700;
}
.ccm-page #footer-middle button {
  background: transparent;
  border: 0;
  color: #4AC4D6;
  font-weight: 700;
  padding: 10px;
}
.ccm-page #footer-middle button:before,
.ccm-page #footer-middle button:after {
  display: none;
}
.ccm-page #footer-middle button:hover {
  color: #2697a7;
}
.ccm-page #footer-right p {
  margin-bottom: 14px;
}
.ccm-page #footer-right img {
  background: #4AC4D6;
  border-radius: 50%;
  padding: 5px;
  transition: background 0.2s;
}
.ccm-page #footer-right img:hover {
  background: #299cad;
}
.ccm-page #sub-footer {
  margin-top: 40px;
}
.ccm-page #subfooter-right {
  text-align: right;
}
.ccm-page #subfooter-right a {
  color: #fff !important;
  position: relative;
}
.ccm-page #subfooter-right a:before {
  background: #EDAB2A;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 18px;
  margin-right: 8px;
  position: absolute;
  right: 100%;
  transition: margin 0.2s;
  width: 18px;
}
.ccm-page #subfooter-right a:after {
  border: 36px solid transparent;
  border-bottom-color: #EDAB2A;
  border-width: 16px 9px;
  bottom: 100%;
  content: "";
  margin-right: 8px;
  margin-bottom: 3px;
  position: absolute;
  right: 100%;
  transition: margin 0.4s;
}
.ccm-page #subfooter-right a:hover:before {
  margin-bottom: 5px;
}
.ccm-page #subfooter-right a:hover:after {
  margin-bottom: 10px;
}
.ccm-page .mainarea h2 {
  margin-bottom: 58px;
  text-align: center;
}
.ccm-page .mainarea h2:before {
  background: #EDAB2A;
  content: "";
  height: 7px;
  left: 50%;
  margin-top: 14px;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 100px;
}
.ccm-page .mainarea h2:after {
  border: 8px solid transparent;
  border-top-color: #edab2a;
  border-width: 18px 12px;
  content: "";
  left: 50%;
  margin-top: 14px;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
}
.ccm-page .banner-top {
  height: 645px;
  overflow: hidden;
  position: relative;
}
.ccm-page .banner-top > p {
  height: 100%;
}
.ccm-page .banner-top > div {
  background: #fff;
  bottom: 48px;
  left: 0;
  padding: 6px 44px 8px 96px;
  position: absolute;
  width: 42%;
}
.ccm-page .banner-top img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.ccm-page .banner-top h2 {
  font-size: 1.6em;
  position: relative;
}
.ccm-page .banner-top h2:after {
  display: none;
}
.ccm-page .banner-top h2:before {
  background: #EDAB2A;
  content: "";
  height: 30px;
  margin-right: 12px;
  position: absolute;
  right: 100%;
  width: 8px;
}
.ccm-page .banner-top h1 {
  font-size: 1.9em;
  font-family: "franklin-gothic-urw", sans-serif;
  position: relative;
}
.ccm-page .banner-top h1:before {
  background: #009CAD;
  content: "";
  height: 30px;
  margin-right: 12px;
  position: absolute;
  right: 100%;
  width: 8px;
}
.ccm-page .basic-space {
  padding: 42px 15% 76px;
}
.ccm-page .yellow-container {
  background: #FDF7EA;
}
.ccm-page .teal-container {
  background: #EDF9FB;
}
.ccm-page .gray-container {
  background: #f2f2f2;
  background-image: url("https://keepomahamoving.hdrstratcommtest.com/application/files/4817/0854/3277/graycirc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ccm-page #hero-banner h1 {
  left: -9999px;
  position: absolute;
}
.ccm-page #home-options p {
  height: 260px;
  margin: 0;
}
.ccm-page #home-options a {
  background: #009CAD;
  background-image: url("https://keepomahamoving.hdrstratcommtest.com/application/files/6117/0853/9758/bluemn.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  color: #fff;
  display: inline-block;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  height: 100%;
  margin: 0;
  text-align: center;
  text-decoration: none;
  transition: 0.6s;
  vertical-align: middle;
  width: 100%;
}
.ccm-page #home-options a img {
  display: block;
  margin: 60px auto 34px;
  transition: margin 0.6s;
}
.ccm-page #home-options a span {
  position: relative;
}
.ccm-page #home-options a span:before {
  background: #4AC4D6;
  bottom: 100%;
  content: "";
  height: 5px;
  left: 50%;
  margin-bottom: 4px;
  position: absolute;
  transform: translateX(-50%);
  transition: bottom 0.6s;
  width: 50px;
}
.ccm-page #home-options .row > div:nth-of-type(2) a {
  background-color: #56803A;
  background-image: url("https://keepomahamoving.hdrstratcommtest.com/application/files/2917/0853/9756/greenmn.png");
  background-position: top;
}
.ccm-page #home-options .row > div:nth-of-type(2) a span:before {
  background: #89C43A;
}
.ccm-page #home-options .row > div:nth-of-type(3) a {
  background-color: #A64026;
  background-image: url("https://keepomahamoving.hdrstratcommtest.com/application/files/9517/0853/9754/redmn.png");
}
.ccm-page #home-options .row > div:nth-of-type(3) a span:before {
  background: #F2532C;
}
.ccm-page #home-options a:hover {
  background-color: #27919c;
}
.ccm-page #home-options .row > div:nth-of-type(2) a:hover {
  background-color: #69924e;
}
.ccm-page #home-options .row > div:nth-of-type(3) a:hover {
  background-color: #be573e;
}
.ccm-page #home-options a:hover img {
  margin: 60px auto 14px;
}
.ccm-page #home-options a:hover span:before {
  bottom: -70%;
}
.ccm-page #home-intro {
  background-image: url("https://keepomahamoving.hdrstratcommtest.com/application/files/9917/0854/1997/circles_yw.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 60px 22%;
  text-align: center;
}
.ccm-page #partner-resources .row > div {
  margin-right: 4%;
  width: 30.66667%;
}
.ccm-page #partner-resources .row > div:last-of-type {
  margin-right: 0;
}
.ccm-page .carousel.spinning {
  display: flex;
  margin-top: 50px;
  position: relative;
}
.ccm-page .carousel.spinning div {
  background: #F2532C;
  color: #fff;
  padding: 30px 32px;
  position: relative;
  text-align: center;
  transition: left 0.4s, opacity 0.4s, transform 0.4s;
  width: 30%;
}
.ccm-page .carousel.spinning div:nth-of-type(2) {
  background: #56803A;
}
.ccm-page .carousel.spinning div:nth-of-type(3) {
  background: #009CAD;
}
.ccm-page .carousel.spinning div:nth-of-type(4) {
  background: #CF7B18;
}
.ccm-page .carousel.spinning div:nth-of-type(5) {
  background: #333333;
}
.ccm-page .carousel.spinning p:first-of-type {
  margin-bottom: 4px;
}
.ccm-page .carousel.spinning p:last-of-type {
  font-size: 1.2em;
}
.ccm-page .carousel.spinning h3 {
  color: #fff;
  margin-bottom: 26px;
  position: relative;
}
.ccm-page .carousel.spinning h3:after {
  background: #A64026;
  content: "";
  height: 4px;
  left: 50%;
  margin-top: 10px;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 30px;
}
.ccm-page .carousel.spinning div:nth-of-type(2) h3:after {
  background: #89C43A;
}
.ccm-page .carousel.spinning div:nth-of-type(3) h3:after {
  background: #4AC4D6;
}
.ccm-page .carousel.spinning div:nth-of-type(4) h3:after {
  background: #EDAB2A;
}
.ccm-page .carousel.spinning div:nth-of-type(5) h3:after {
  background: #ACAEB2;
}
.ccm-page .carousel.spinning button {
  height: 22px;
  left: 7%;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}
.ccm-page .carousel.spinning button span {
  left: -9999px;
  position: absolute;
}
.ccm-page .carousel.spinning button:after {
  display: none;
}
.ccm-page .carousel.spinning button:before {
  border: 1px solid #faf;
  border-width: 11px 18px;
  border-color: transparent;
  border-right-color: #EDAB2A;
  height: 0;
  margin-right: 4px;
  opacity: 1;
  right: 100%;
  top: 0;
  transform: none;
  transition: 0.3s;
  width: 0;
}
.ccm-page .carousel.spinning button:hover {
  background: #EDAB2A;
  margin-left: -4px;
}
.ccm-page .carousel.spinning button:hover:before {
  margin-right: 6px;
}
.ccm-page .carousel.spinning button.next-btn {
  left: auto;
  right: 7%;
}
.ccm-page .carousel.spinning button.next-btn:before {
  border-right-color: transparent;
  border-left-color: #edab2a;
  left: 100%;
  margin-left: 4px;
  right: auto;
}
.ccm-page .carousel.spinning button.next-btn:hover {
  margin-right: -4px;
}
.ccm-page .carousel.spinning button.next-btn:hover:before {
  margin-left: 6px;
}
.ccm-page .carousel.spinning .dugout {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(60%) translateX(0);
}
.ccm-page .carousel.spinning .at-bat {
  left: 50%;
  opacity: 1;
  position: relative;
  transform: translateX(-50%);
  top: 0;
  z-index: 1;
}
.ccm-page .carousel.spinning .on-first {
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 0;
  transform: scale(80%) translateX(25%);
}
.ccm-page .carousel.spinning .on-deck {
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 0;
  transform: scale(80%) translateX(-150%);
}
.ccm-page #projects .mainarea h2:before {
  background: #009CAD;
}
.ccm-page #projects .mainarea h2:after {
  border-top-color: #009CAD;
}
.ccm-page #project-guide {
  background-image: url("https://keepomahamoving.hdrstratcommtest.com/application/files/1317/0871/9766/circles_tl_btm.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ccm-page #project-guide .row {
  margin: 50px 0;
}
.ccm-page #project-guide .row > div {
  padding-right: 40px;
  padding-bottom: 18px;
}
.ccm-page #project-guide h3 {
  color: #009CAD;
  position: relative;
}
.ccm-page #project-guide h3 span {
  display: block;
  font-family: "myriad-pro", sans-seris;
  font-size: 0.8em;
  font-weight: 400;
}
.ccm-page #project-guide h3:after {
  background: #009cad;
  content: "";
  height: 4px;
  left: 0;
  margin-top: 6px;
  position: absolute;
  top: 100%;
  width: 30px;
}
.ccm-page #project-guide button {
  background: #4AC4D6;
}
.ccm-page #project-guide .ccm-block-page-list-wrapper {
  padding: 8px 18px 24px;
}
.ccm-page #project-guide .ccm-block-page-list-wrapper a {
  color: #333;
  display: block;
  font-weight: 400;
  padding: 3px 0;
}
.ccm-page #project-guide .ccm-block-page-list-wrapper a:hover {
  color: #009cab;
}
.ccm-page #regional-projects .row > div {
  margin-right: 4%;
  width: 30.66667%;
}
.ccm-page #regional-projects .row > div:last-of-type {
  margin-right: 0;
}
.ccm-page #project-page .banner-top > div {
  border-bottom: 4px solid #EDAB2A;
  padding-left: 150px;
}
.ccm-page #project-page .banner-top > div:before {
  background-image: url("https://keepomahamoving.hdrstratcommtest.com/application/files/8117/0837/7336/construction_yw.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 100px;
  left: 44px;
  position: absolute;
  top: 30px;
  width: 82px;
}
.ccm-page #project-page .banner-top h1:before {
  display: none;
}
.ccm-page #project-page h2 {
  text-align: left;
}
.ccm-page #project-page h2:before,
.ccm-page #project-page h2:after {
  display: none;
}
.ccm-page #project-page h3 {
  color: #CF7B18;
  margin-bottom: 38px;
  position: relative;
}
.ccm-page #project-page h3:after {
  background: #cf7b18;
  content: "";
  height: 4px;
  left: 0;
  margin-top: 4px;
  position: absolute;
  top: 100%;
  width: 28px;
}
.ccm-page #project-page .row > div:first-of-type {
  padding-right: 44px;
  padding-bottom: 12px;
}
.ccm-page #project-page .row > div:last-of-type {
  padding-right: 0;
}
.ccm-page #project-update > div {
  position: relative;
}
.ccm-page #project-update > div:before,
.ccm-page #project-update > div:after {
  background-image: url("https://keepomahamoving.hdrstratcommtest.com/application/files/6217/0862/5704/cons_update_hlf.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 26%;
}
.ccm-page #project-update > div:after {
  transform: rotate(180deg);
  left: auto;
  right: 0;
}
.ccm-page #project-update h2 {
  color: #000;
  font-size: 1.4em;
  margin-bottom: 38px;
  text-align: left;
}
.ccm-page #project-update h2:before {
  display: block;
  height: 4px;
  left: 0;
  margin-top: 8px;
  transform: none;
  width: 28px;
}
.ccm-page #project-update h2:after {
  display: none;
}
.ccm-page #project-update a {
  color: #CF7B18;
}
.ccm-page #project-features h2:first-of-type {
  color: #CF7B18;
  font-size: 1.3em;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.ccm-page #project-features h2:nth-of-type(2) {
  margin: 70px 0 38px;
}
.ccm-page #project-features h3 {
  color: #CF7B18;
  margin-bottom: 14px;
  position: relative;
}
.ccm-page #project-features h3:after {
  display: none;
}
.ccm-page #project-features h3 img {
  display: inline-block;
  height: 32px;
  margin-right: 10px;
  padding: 6px;
  position: relative;
  vertical-align: middle;
}
.ccm-page #project-features h3:before {
  background: #cf7b18;
  border-radius: 50%;
  content: "";
  height: 34px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 34px;
}
.ccm-page #project-features ul {
  padding-left: 68px;
}
.ccm-page #project-features li {
  padding: 2px 0;
}
.ccm-page #additional-details > div {
  position: relative;
}
.ccm-page #additional-details > div:before {
  background-image: url("https://keepomahamoving.hdrstratcommtest.com/application/files/1617/0863/0741/addtlY.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ccm-page #additional-details > div > * {
  position: relative;
}
.ccm-page #additional-details .row {
  margin-bottom: 44px;
}
.ccm-page #additional-details .row:last-of-type {
  margin-bottom: 0;
}
.ccm-page #project-page.design .banner-top > div {
  border-bottom: 4px solid #4AC4D6;
}
.ccm-page #project-page.design .banner-top > div:before {
  background-image: url("https://keepomahamoving.hdrstratcommtest.com/application/files/4217/0837/7320/design_tl.svg");
}
.ccm-page #project-page.design h3 {
  color: #009CAD;
}
.ccm-page #project-page.design h3:after {
  background: #009CAD;
}
.ccm-page .design .yellow-container {
  background: #edf9fb;
}
.ccm-page .design #project-update > div:before,
.ccm-page .design #project-update > div:after {
  background-image: url("https://keepomahamoving.hdrstratcommtest.com/application/files/3917/0862/7591/blue-half.png");
}
.ccm-page .design #project-update a {
  color: #009CAD;
}
.ccm-page .design #project-update h2:before {
  background: #009CAD;
}
.ccm-page .design #project-features h2:first-of-type {
  color: #009CAD;
}
.ccm-page .design #project-features h3 {
  color: #009CAD;
}
.ccm-page .design #project-features h3:before {
  background: #009CAD;
}
.ccm-page .design #additional-details > div:before {
  background-image: url("https://keepomahamoving.hdrstratcommtest.com/application/files/4517/0863/0863/addtlB.png");
}
.ccm-page #project-page.other .banner-top > div {
  border-bottom: 4px solid #F2532C;
}
.ccm-page #project-page.other .banner-top > div:before {
  background-image: url("https://keepomahamoving.hdrstratcommtest.com/application/files/1017/0837/7329/studies_rd.svg");
  left: 54px;
  width: 72px;
}
.ccm-page #project-page.other h3 {
  color: #A64026;
}
.ccm-page #project-page.other h3:after {
  background: #A64026;
}
.ccm-page .other .yellow-container {
  background: #FEEEEA;
}
.ccm-page .other #project-update > div:before,
.ccm-page .other #project-update > div:after {
  background-image: url("https://keepomahamoving.hdrstratcommtest.com/application/files/4217/0862/9149/redmnh.png");
}
.ccm-page .other #project-update a {
  color: #A64026;
}
.ccm-page .other #project-update h2:before {
  background: #A64026;
}
.ccm-page .other #project-features h2:first-of-type {
  color: #A64026;
}
.ccm-page .other #project-features h3 {
  color: #A64026;
}
.ccm-page .other #project-features h3:before {
  background: #A64026;
}
.ccm-page .other #additional-details > div:before {
  background-image: url("https://keepomahamoving.hdrstratcommtest.com/application/files/1017/0863/0950/addtlR.png");
}
.ccm-page #zoho-form #crmWebToEntityForm {
  background-color: transparent !important;
  color: #333333;
  font-size: 17px;
  font-family: "Myriad Pro", sans-serif !important;
  max-width: 100% !important;
}
.ccm-page #zoho-form #crmWebToEntityForm.zcwf_lblTopBottom {
  box-sizing: border-box;
  padding: 0px;
}
.ccm-page #zoho-form #crmWebToEntityForm.zcwf_lblTopBottom * {
  font-family: "myriad-pro", sans-serif !important;
  font-size: 17px;
}
.ccm-page #zoho-form input[type=text],
.ccm-page #zoho-form textarea {
  background: #fff;
  width: 100%;
}
.ccm-page #zoho-form .zcwf_lblTopBottom .zcwf_col_lab {
  font-family: "myriad-pro", sans-serif !important;
  font-size: 1em !important;
  width: 100%;
}
.ccm-page #zoho-form .zcwf_lblTopBottom .zcwf_col_fld {
  width: 100%;
}
.ccm-page #zoho-form .zcwf_lblTopBottom .zcwf_col_fld_slt {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  float: left;
  resize: vertical;
  padding: 8px;
  width: 100%;
}
.ccm-page #zoho-form .zcwf_lblTopBottom .zcwf_col_fld_slt[multiple] {
  height: 134px;
  padding: 2px 5px;
}
.ccm-page #zoho-form #CASECF1 {
  height: 100px;
}
.ccm-page #zoho-form .zcwf_lblTopBottom .zcwf_button {
  border: none;
  padding: 3px 9px;
  border-radius: 4px;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #F2532C;
  border-radius: 50px;
  padding: 9px 16px;
  font-size: 20px !important;
  color: white;
  font-weight: 600;
  transition: background 0.2s;
}
.ccm-page #zoho-form .zcwf_lblTopBottom .zcwf_button:hover {
  background-color: #c83a17;
}
.ccm-page #contractors .banner-top h1:before {
  background: #A64026;
}
.ccm-page #contractors .mainarea h2:before {
  background: #A64026;
}
.ccm-page #contractors .mainarea h2:after {
  border-top-color: #A64026;
}
.ccm-page #current-bids {
  background-image: url("https://keepomahamoving.hdrstratcommtest.com/application/files/4017/0872/4205/circles_rd_btm.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ccm-page #current-bids .larger {
  font-size: 1.3em;
  margin: 32px 0 56px;
}
.ccm-page #contractor-resources .row > div {
  margin-right: 4%;
  margin-bottom: 35px;
  width: 30.66667%;
}
.ccm-page #contractor-resources .row > div:last-of-type {
  margin-right: 0;
}
.ccm-page #contact .banner-top h1:before {
  background: #56803A;
}
.ccm-page #contact .mainarea h2:before {
  background: #56803A;
}
.ccm-page #contact .mainarea h2:after {
  border-top-color: #56803A;
}
.ccm-page #submit-comment {
  background-image: url("https://keepomahamoving.hdrstratcommtest.com/application/files/4517/0872/4212/circles_gn_btm.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1300px) {
  .ccm-page .carousel.spinning div {
    padding: 22px 20px 0;
    width: 40%;
  }
  .ccm-page .carousel.spinning div p {
    line-height: 1.2em;
  }
  .ccm-page .carousel.spinning button {
    left: 0;
  }
  .ccm-page .carousel.spinning button.next-btn {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1240px) {
  .ccm-page {
    /* HEADER */
  }
  .ccm-page #announcement {
    padding: 5px 10px 8px;
  }
  .ccm-page #announcement img {
    height: 14px;
  }
  .ccm-page #announcement p {
    font-size: 0.9em;
  }
  .ccm-page #announcement a {
    padding: 0 8px !important;
  }
  .ccm-page #announcement a:before,
  .ccm-page #announcement a:after {
    display: none;
  }
  .ccm-page #desktop-nav {
    padding-right: 54px;
  }
  .ccm-page #desktop-nav > ul > li {
    padding-right: 34px;
  }
  .ccm-page #desktop-nav > ul > li a {
    font-size: 1em;
  }
  .ccm-page #desktop-nav > button {
    font-size: 1em;
  }
  .ccm-page #resource-panel > div {
    width: 360px;
  }
  .ccm-page #stay-connected a {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 992px) {
  .ccm-page {
    /* HEADER */
    /* FOOTER */
    /* HOMEPAGE */
  }
  .ccm-page #mobile-menu {
    display: inline-block;
  }
  .ccm-page header {
    position: relative !important;
  }
  .ccm-page #announcement img {
    height: 14px !important;
  }
  .ccm-page #announcement {
    font-size: 0.8em;
    padding: 4px;
  }
  .ccm-page #logoimg img {
    height: 52px !important;
  }
  .ccm-page #desktop-nav {
    padding-right: 36px;
  }
  .ccm-page #desktop-nav > ul {
    background: #fff;
    border-top: 1px solid #333;
    box-shadow: 0 8px 8px -4px #333;
    display: none;
    opacity: 0;
    padding: 6px 8px 8px;
    position: absolute;
    right: 0;
    top: 100%;
  }
  .ccm-page #desktop-nav > ul li {
    display: block;
    padding: 6px 16px;
  }
  .ccm-page #desktop-nav > ul li:last-of-type {
    background: #89c43a;
    border-radius: 50px;
    display: block;
  }
  .ccm-page .show-menu #desktop-nav > ul {
    opacity: 1;
    transition: opacity 0.3s;
  }
  .ccm-page #stay-connected {
    display: none;
  }
  .ccm-page .basic-space {
    padding: 34px 9% 52px;
  }
  .ccm-page footer {
    font-size: 0.85em;
    padding: 24px 4.5% 4px;
  }
  .ccm-page #footer-left p {
    line-height: 1.3em;
    margin-bottom: 8px;
  }
  .ccm-page #footer-middle button {
    font-size: 1.1em;
  }
  .ccm-page .banner-top {
    height: 445px;
  }
  .ccm-page .banner-top > div {
    width: 76%;
  }
  .ccm-page #home-options p {
    height: 180px;
  }
  .ccm-page #home-options a {
    font-size: 1.3em;
  }
  .ccm-page #home-options a img {
    height: 40px;
    margin: 40px auto 22px;
  }
  .ccm-page #home-options a:hover img {
    margin: 40px auto 14px;
  }
  .ccm-page #partner-resources .row {
    display: block;
  }
  .ccm-page #partner-resources .row > div {
    margin-right: 0;
    margin-bottom: 25px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ccm-page {
    /* FOOTER */
    /* HOMEPAGE */
  }
  .ccm-page footer {
    font-size: 0.85em;
    padding: 24px 4.5%;
  }
  .ccm-page #footer-top > div {
    float: left;
  }
  .ccm-page #footer-left {
    width: 50%;
  }
  .ccm-page #footer-middle {
    width: 50%;
  }
  .ccm-page #footer-right {
    margin-top: 20px;
    text-align: center;
  }
  .ccm-page #sub-footer {
    margin-top: 0;
  }
  .ccm-page #subfooter-left {
    text-align: center;
  }
  .ccm-page #subfooter-right {
    margin-top: 18px;
    text-align: center;
  }
  .ccm-page #home-options .row > div {
    float: left;
    width: 33.3333%;
  }
  .ccm-page #project-guide .row {
    margin: 0;
  }
  .ccm-page #regional-projects .row > div {
    margin-right: 0;
    margin-bottom: 25px;
    width: 100%;
  }
  .ccm-page #contractor-resources .row > div {
    margin-right: 0;
    margin-bottom: 25px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .ccm-page {
    /* HOMEPAGE */
    /* CONTAINER */
    /* PROJECT PAGE */
    /* CAROUSEL */
  }
  .ccm-page .banner-top {
    height: 385px;
  }
  .ccm-page .banner-top > div {
    bottom: 32px;
    padding: 6px 26px 4px 46px;
    width: 94%;
  }
  .ccm-page .banner-top h2 {
    font-size: 1.2em;
  }
  .ccm-page .banner-top p {
    line-height: 1.3em;
  }
  .ccm-page #home-intro {
    padding: 25px 14%;
  }
  .ccm-page button {
    font-size: 0.8em;
  }
  .ccm-page .basic-space {
    padding: 18px 8%;
  }
  .ccm-page .banner-top h1 {
    font-size: 1.4em;
    line-height: 1.1em;
  }
  .ccm-page #project-page .banner-top > div {
    padding-left: 92px;
    padding-bottom: 0;
  }
  .ccm-page #project-page .banner-top > div:before {
    left: 28px;
    top: 24px;
    width: 48px;
  }
  .ccm-page #project-page.other .banner-top > div:before {
    left: 40px;
    width: 38px;
  }
  .ccm-page #current-bids .larger {
    font-size: 1.1em;
  }
  .ccm-page .carousel.spinning div {
    padding: 22px 20px 0;
    width: 60%;
  }
  .ccm-page .carousel.spinning .on-deck {
    transform: scale(80%) translateX(-100%);
  }
  .ccm-page .carousel.spinning .on-first {
    transform: scale(80%) translateX(-25%);
  }
  .ccm-page .carousel.spinning .dugout {
    transform: scale(80%) translateX(-62.5%);
  }
  .ccm-page .carousel.spinning button {
    background: transparent !important;
    left: 4%;
  }
  .ccm-page .carousel.spinning button.next-btn {
    left: auto;
    right: 4%;
  }
}
@media screen and (max-width: 500px) {
  .ccm-page {
    /* HEADER */
    /* FOOTER */
    /* HOMEPAGE */
  }
  .ccm-page #header-bar {
    display: block;
    padding: 10px 12px;
    text-align: center;
  }
  .ccm-page #header-right {
    display: flex;
    justify-content: space-between;
  }
  .ccm-page #desktop-nav {
    padding-right: 0;
  }
  .ccm-page #translation-widget select {
    width: 94px;
  }
  .ccm-page #resource-panel > div {
    font-size: 0.8em;
    text-align: left;
    width: 67%;
  }
  .ccm-page #footer-left {
    margin-bottom: 18px;
    text-align: center;
    width: 100%;
  }
  .ccm-page #footer-middle {
    width: 100%;
  }
  .ccm-page #footer-middle li {
    padding: 5px;
  }
  .ccm-page #home-options p {
    height: auto;
  }
  .ccm-page #home-options a {
    padding: 10px 8px;
  }
  .ccm-page #home-options a img {
    margin: 0 auto 20px !important;
  }
  .ccm-page #home-options a span:before {
    bottom: 100% !important;
    transition: width 0.2s;
  }
  .ccm-page #home-options a:hover span:before {
    width: 110px;
  }
  .ccm-page #home-options .row > div {
    float: left;
    width: 100%;
  }
}

.ccm-edit-mode .row {
  --bs-gutter-x: 1.5rem !important;
}
.ccm-edit-mode div#ccm-menu-click-proxy,
.ccm-edit-mode div#ccm-menu-highlighter.ccm-block-highlight.ccm-global-area-block-highlight {
  margin-top: -50px;
}
.ccm-edit-mode .ccm-ui ul {
  margin-top: 1rem;
  margin-bottom: 0;
}
.ccm-edit-mode .ccm-ui ul.ccm-edit-mode-title-notch.ccm-edit-mode-title-notch-container {
  background-color: #7c7c7c;
}
.ccm-edit-mode .ccm-ui ul.ccm-edit-mode-title-notch.ccm-edit-mode-title-notch-container li,
.ccm-edit-mode .ccm-ui ul.ccm-edit-mode-title-notch.ccm-edit-mode-title-notch-container i {
  color: white;
}
.ccm-edit-mode .cke_float {
  margin-top: -60px;
}
.ccm-edit-mode header {
  position: static !important;
}
.ccm-edit-mode .banner-top {
  height: auto;
  padding-top: 80px;
}
.ccm-edit-mode .banner-top > div {
  position: static;
  width: 100%;
}

.ccm-production-notice-staging {
  display: none;
}

/*# sourceMappingURL=default.css.map */
