@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i');
@import url("https://use.typekit.net/gcb6avr.css");
/* Import bootstrap 3 mixins and variables so we can use them */
/* Import core mixins so we can use them */
.clear_float:before,
.clear_float:after {
  content: " ";
  display: table;
}
.clear_float:after {
  clear: both;
}
/* Import our theme variables. */
/*
 * The sections in this document roughly correspond to our theme style guide.
 */
/* Import our theme mixins */
/* Import our theme fonts */
/* Our style rules - namespace so as not to collide with the core app styles */

.navbar-expand-lg .navbar-nav .dropdown-menu {position: absolute;}

a.menu-dropdown-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 10px;
  overflow: hidden;
}

.menu-item-text {
  flex: 1;
}

.menu-item-text-inner {
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
  padding-bottom: 5px;
}

.text-size-small {
  font-size: 0.875rem;
  color: var(--blackberry);
}
.megamenu-text-size-lg {
  font-size: 1.2rem;
  color: var(--blackberry);
  font-weight: 600;
  line-height: 1;
}
.menu-dropdown-image-wrapper {
  width: 100%;
   
   min-height: 150px; /* forces extra height */
   display: flex;
  justify-content: flex-end; /* right */
  align-items: flex-end;     /* bottom */
}
.menu-dropdown-image-wrapper img {
  border-radius: 0 0 15px 0;
}
.menu-dropdown-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.menu-dropdown-link {
  padding: 0 0 0 20px !important;
  background: var(--ltgray) !important;
  border-radius: 15px;
  cursor: pointer;
}
.menu-dropdown-link:hover {
  background: var(--medgray) !important;
}
.menu-vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.megamenu-single-links p {
line-height: 2;
padding: 8px 0 3px 0;
font-weight: 600;
}
.megamenu-single-links p a{
cursor: pointer !important;
}
.megamenu-single-links p a:hover {
  color: var(--blue) !important;
}
/*.dropdown-menu,
.megamenu{
  height: 100%;
}

.has-megamenu {
  width: 100%;
}
/*.submenu {
  padding: 2rem;
}*/

:root {
    --montfont: Montserrat, sans-serif;
    --ttfont: tt-commons-pro, Montserrat, sans-serif;
    --ltgray: #E7E7E7;
    --medgray: #CCC;
    --darkgray: #333;
    --black: #121212;
    --white: #FFF;
    --kineticgreen: #EBE718;
    --kindarkgreen: #D9D600;
    --blue: #006CB4;
    --brightblue: #005BB5;
    --darkblue:#20538e;
    --blackberry: #1E1A34;
    --sky: #A7C5ED;
    --red: #E43D2F;
    --merlot: #651244;
    --pine: #2D3C31;
}
body {
  font-family: var(--ttfont);
  font-display: auto;
  font-weight: 400;
  font-style: normal !important;
/*  background: #1E1A34;*/
  overflow-x: hidden;
}
p {
    font-family: var(--ttfont);
    font-size: 1.1em;
    color: var(--blackberry);
}

p a {
    color: var(--blue);
    cursor:pointer;
}

p a:hover {
    color: var(--brightblue);
    cursor:pointer;
}

a {
    text-underline-position: under
}

a:not(.btn) {
    color: var(--blackberry)
}

a:not(.btn):hover {
    color: var(--blackberry)
}

h1,h2,h3,h4,h5,h6{
  margin-top:0;
  color: var(--blackberry);
  font-family: var(--ttfont) !important;
  line-height:1.2;
  font-style:normal;
  font-weight:600;
}
.lead {font-weight:600; font-size: 1.3em;}
.subtitle-dark {font-size: 1.2em; font-weight:600; text-transform: uppercase; margin-bottom: 3px; color: var(--blackberry);}
.subtitle-kinetic {font-size: 1.2em; font-weight:600; text-transform: uppercase; margin-bottom: 3px; color: var(--kineticgreen);}
.subtitle-kinetic a {color: var(--kineticgreen) !important;}
.subtitle-kinetic a:hover { text-decoration: none !important; color: var(--kindarkgreen) !important;}
.subtitle-white {font-size: 1.2em; font-weight:600; text-transform: uppercase; margin-bottom: 3px; color: var(--white);}
.white-text, .white-text a {color: var(--white) !important;}
.white-text a:hover {color: var(--ltgray) !important;}


div.ccm-page {
  position: relative;
}
div.ccm-page {
  font-family: var(--ttfont);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
}

div.ccm-page h1.page-title {
  color: var(--blackberry);
  font-family: var(--ttfont);
  font-size: 2.1em;
  line-height: 1.42857143;
  font-weight: 900;
  padding-bottom: 0px;
  padding-top: 15px;
}
div.ccm-page.page-type-portfolio-project h1.page-title {
  font-family: var(--ttfont);
  font-size: 2.1em;
  font-weight: 900;
  color: var(--blackberry);
  line-height: 1.42857143;
  text-transform: none;
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
}
div.ccm-page div.ccm-block-page-title-byline {
  padding-bottom: 40px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 40px;
}
div.ccm-page div.ccm-block-page-title-byline h1.page-title {
  font-family: var(--ttfont);
  font-size: 2.1em;
  font-weight: 900;
  color: var(--blackberry);
  line-height: 1.42857143;
  text-transform: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 1em;
}

div.ccm-page blockquote {
  padding-left: 60px;
  font-size: 1.46em;
  font-weight: 300;
  border-color:var(--blue);
  color: var(--blue);
  line-height: 1.42857143;
}

div.ccm-page img {
  max-width: 100%;
  height: auto;
}
div.ccm-page hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #ececec;
}
div.ccm-page main {
  background-color: var(--white);
  padding-bottom: 40px;
}
div.ccm-page main a:not(.fa):not(.btn),
div.ccm-page footer a:not(.fa):not(.btn) {
  color: var(--blue);
}
div.ccm-page main a:not(.fa):not(.btn):hover,
div.ccm-page footer a:not(.fa):not(.btn):hover {
  color: var(--darkblue);
  text-decoration: underline;
}
div.ccm-page div[data-container=block] div.container:last-child {
  padding-bottom: 0px;
}
div.ccm-page.page-type-blog-entry div.col-sidebar {
  padding-top: 40px;
}
div.ccm-page div.col-sidebar hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
div.ccm-page div.ccm-system-errors {
  margin-top: 40px;
}

div.ccm-page a.search-icon.mobile-search {
  font-size: 20px;
  color: var(--white);
}
div.ccm-page a.nav-path-selected {
  color: #4075b2 !important;
  font-weight: 700 !important;
}
div.ccm-page div.ccm-pagination-wrapper {
  text-align: center;
}
div.ccm-page .pagination > li.active span {
  background: none;
  color: #4075b2;
  border-color: #4075b2;
  font-weight: 700;
}
div.ccm-page .pagination > li.next.disabled a,
div.ccm-page .pagination > li.next.disabled span {
  color: #cccccc;
}
div.ccm-page .pagination > li.next a {
  border-right: 1px solid #4075b2;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  padding-right: 25px;
}
div.ccm-page .pagination > li.next span {
  border-right: 1px solid #4075b2;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  padding-right: 25px;
}
div.ccm-page .pagination > li.prev.disabled a,
div.ccm-page .pagination > li.prev.disabled span {
  color: #999;
}
div.ccm-page .pagination > li.prev span {
  border-left: 1px solid #4075b2;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  padding-left: 25px;
}
div.ccm-page .pagination > li.prev a {
  border-left: 1px solid #4075b2;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  padding-left: 25px;
}
div.ccm-page .pagination > li > a {
  font-size: 14px;
  border-left: 0;
  border-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border-color: #4075b2;
}
div.ccm-page .pagination > li > a:hover {
  background: none;
}
div.ccm-page .pagination > li > span {
  font-size: 14px;
  border-left: 0;
  border-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border-color: #4075b2;
}
div.ccm-page .breadcrumb {
  background-color: transparent;
  padding: 0px;
  margin-top: 30px;
  font-size:15px;
  margin-bottom:20px;
}
div.ccm-page .breadcrumb a {
  color: var(--blue) !important;
}
div.ccm-page .breadcrumb a:hover {
  text-decoration: none;
  color: var(--darkblue) !important;
}
div.ccm-page .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "\00a0/\00a0";
}
@media all and (max-width: 991px) {
  div.ccm-page .breadcrumb {
    padding: 15px 0;
/*    background: #eee;*/
    margin: 0px;
    border-radius: 0px;
  }
}
div.ccm-page img.ccm-captcha-image {
  display: block;
  margin: 0px auto 30px auto;
}
div.ccm-page main .ccm-search-block-form h3 {
  font-family: var(--ttfont);
  font-size: 1.8em;
  text-transform: uppercase;
}
div.ccm-page main .ccm-search-block-form input.ccm-search-block-text {
  border: 1px solid #e6e6e6;
  margin-right: 15px;
  width: 50%;
  margin-bottom: 15px;
  padding: 10px;
}
div.ccm-page main .ccm-search-block-form input.ccm-search-block-submit:focus {
  outline: none;
}
div.ccm-page main .ccm-search-block-form #searchResults {
  margin-top: 15px;
  border-top: 1px solid #ececec;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ececec;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult p {
  color: #6e6e6e;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 {
  margin-top: 0px;
  text-transform: none;
  margin-bottom: 5px;
  font-family: inherit;
  color: #20538e;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 a {
  font-weight: 400;
  font-size: 22px;
  color: #20538e;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 a:after {
  content: "\f0da";
  font-family: FontAwesome;
  font-weight: normal;
  padding-left: 5px;
  vertical-align: middle;
  font-size: 14px;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 a:hover {
  color: #4075b2;
}
div.ccm-page .btn {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -ms-border-radius: 10px;
  font-weight: 600;
  letter-spacing: .03em;
  font-size: 1em;
  padding: 8px 15px 8px 15px;
}
div.ccm-page .btn-success {
  color: #e03b3d;
  background-color: transparent;
  border-color: #e03b3d;
  border: 2px solid #e03b3d;
}
div.ccm-page .btn-success:hover,
div.ccm-page .btn-success:focus,
div.ccm-page .btn-success:active,
div.ccm-page .btn-success.active,
.open > .dropdown-togglediv.ccm-page .btn-success {
  color: #e03b3d;
  background-color: rgba(0, 0, 0, 0);
  border-color: #c01e20;
}
div.ccm-page .btn-success:active,
div.ccm-page .btn-success.active,
.open > .dropdown-togglediv.ccm-page .btn-success {
  background-image: none;
}
div.ccm-page .btn-success.disabled,
div.ccm-page .btn-success[disabled],
fieldset[disabled] div.ccm-page .btn-success,
div.ccm-page .btn-success.disabled:hover,
div.ccm-page .btn-success[disabled]:hover,
fieldset[disabled] div.ccm-page .btn-success:hover,
div.ccm-page .btn-success.disabled:focus,
div.ccm-page .btn-success[disabled]:focus,
fieldset[disabled] div.ccm-page .btn-success:focus,
div.ccm-page .btn-success.disabled:active,
div.ccm-page .btn-success[disabled]:active,
fieldset[disabled] div.ccm-page .btn-success:active,
div.ccm-page .btn-success.disabled.active,
div.ccm-page .btn-success[disabled].active,
fieldset[disabled] div.ccm-page .btn-success.active {
  background-color: transparent;
  border-color: #e03b3d;
}
div.ccm-page .btn-success .badge {
  color: transparent;
  background-color: #e03b3d;
}
div.ccm-page .btn-default {
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--blue);
}
div.ccm-page .btn-default:hover,
div.ccm-page .btn-default:focus,
div.ccm-page .btn-default:active,
div.ccm-page .btn-default.active,
.open > .dropdown-togglediv.ccm-page .btn-default {
  color: var(--white);
  background-color: var(--brightblue);
  border-color: var(--brightblue);
}
div.ccm-page .btn-default:active,
div.ccm-page .btn-default.active,
.open > .dropdown-togglediv.ccm-page .btn-default {
  background-image: none;
}
div.ccm-page .btn-default.disabled,
div.ccm-page .btn-default[disabled],
fieldset[disabled] div.ccm-page .btn-default,
div.ccm-page .btn-default.disabled:hover,
div.ccm-page .btn-default[disabled]:hover,
fieldset[disabled] div.ccm-page .btn-default:hover,
div.ccm-page .btn-default.disabled:focus,
div.ccm-page .btn-default[disabled]:focus,
fieldset[disabled] div.ccm-page .btn-default:focus,
div.ccm-page .btn-default.disabled:active,
div.ccm-page .btn-default[disabled]:active,
fieldset[disabled] div.ccm-page .btn-default:active,
div.ccm-page .btn-default.disabled.active,
div.ccm-page .btn-default[disabled].active,
fieldset[disabled] div.ccm-page .btn-default.active {
  background-color: var(--brightblue);
  border-color: var(--brightblue);
}
div.ccm-page .btn-default .badge {
  color: #20538e;
  background-color: var(--white);
}
div.ccm-page .btn-primary {
  color: var(--blackberry);
  background-color: var(--kineticgreen);
  border-color: var(--kineticgreen);
}
div.ccm-page .btn-primary:hover,
div.ccm-page .btn-primary:focus,
div.ccm-page .btn-primary:active,
div.ccm-page .btn-primary.active,
.open > .dropdown-togglediv.ccm-page .btn-primary {
  color: var(--blackberry);
  background-color: var(--kindarkgreen);
  border-color: var(--kindarkgreen);
}
div.ccm-page .btn-primary:active,
div.ccm-page .btn-primary.active,
.open > .dropdown-togglediv.ccm-page .btn-primary {
  background-image: none;
}
div.ccm-page .btn-primary.disabled,
div.ccm-page .btn-primary[disabled],
fieldset[disabled] div.ccm-page .btn-primary,
div.ccm-page .btn-primary.disabled:hover,
div.ccm-page .btn-primary[disabled]:hover,
fieldset[disabled] div.ccm-page .btn-primary:hover,
div.ccm-page .btn-primary.disabled:focus,
div.ccm-page .btn-primary[disabled]:focus,
fieldset[disabled] div.ccm-page .btn-primary:focus,
div.ccm-page .btn-primary.disabled:active,
div.ccm-page .btn-primary[disabled]:active,
fieldset[disabled] div.ccm-page .btn-primary:active,
div.ccm-page .btn-primary.disabled.active,
div.ccm-page .btn-primary[disabled].active,
fieldset[disabled] div.ccm-page .btn-primary.active {
  background-color: var(--kindarkgreen);
  border-color: var(--kindarkgreen);
}
div.ccm-page .btn-primary .badge {
  color: #e03b3d;
  background-color: var(--white);
}
div.ccm-page .btn-success:hover {
  border-color: var(--blackberry);
  background: var(--kineticgreen);
  color: var(--blackberry);
}

div.ccm-page .btn-outline-dark {
  color: var(--blackberry);
  background-color: transparent;
  border-color: var(--blackberry);
}
div.ccm-page .btn-outline-dark:hover,
div.ccm-page .btn-outline-dark:focus,
div.ccm-page .btn-outline-dark:active,
div.ccm-page .btn-outline-dark.active,
.open > .dropdown-togglediv.ccm-page .btn-outline-dark {
  color: var(--blackberry);
  background-color: var(--ltgray);
  border-color: var(--blackberry);
}
div.ccm-page .btn-outline-white {
  color: var(--white);
  background-color: transparent;
  border-color: var(--white);
}
div.ccm-page .btn-outline-white:hover,
div.ccm-page .btn-outline-white:focus,
div.ccm-page .btn-outline-white:active,
div.ccm-page .btn-outline-white.active,
.open > .dropdown-togglediv.ccm-page .btn-outline-white {
  color: var(--white);
  background-color: var(--darkgray);
  border-color: var(--white);
}

div.ccm-page .btn-white {
  color: var(--blackberry);
  background-color: var(--white);
  border-color: var(--ltgray);
}
div.ccm-page .btn-white:hover,
div.ccm-page .btn-white:focus,
div.ccm-page .btn-white:active,
div.ccm-page .btn-white.active,
.open > .dropdown-togglediv.ccm-page .btn-white {
  color: var(--blackberry);
  background-color: var(--ltgray);
  border-color: var(--ltgray);
}

/*div.ccm-page .whatsnew2 .btn-success {
  color: var(--white);
  background-color: transparent;
  border-color: var(--white);
  border: 2px solid var(--white);
}
div.ccm-page .whatsnew2 .btn-success:hover,
div.ccm-page .whatsnew2 .btn-success:focus,
div.ccm-page .whatsnew2 .btn-success:active,
div.ccm-page .whatsnew2 .btn-success.active,
.open > .dropdown-togglediv.ccm-page .whatsnew2 .btn-success {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
div.ccm-page .whatsnew2 .btn-success:active,
div.ccm-page .whatsnew2 .btn-success.active,
.open > .dropdown-togglediv.ccm-page .whatsnew2 .btn-success {
  background-image: none;
}
div.ccm-page .whatsnew2 .btn-success.disabled,
div.ccm-page .whatsnew2 .btn-success[disabled],
fieldset[disabled] div.ccm-page .whatsnew2 .btn-success,
div.ccm-page .whatsnew2 .btn-success.disabled:hover,
div.ccm-page .whatsnew2 .btn-success[disabled]:hover,
fieldset[disabled] div.ccm-page .whatsnew2 .btn-success:hover,
div.ccm-page .whatsnew2 .btn-success.disabled:focus,
div.ccm-page .whatsnew2 .btn-success[disabled]:focus,
fieldset[disabled] div.ccm-page .whatsnew2 .btn-success:focus,
div.ccm-page .whatsnew2 .btn-success.disabled:active,
div.ccm-page .whatsnew2 .btn-success[disabled]:active,
fieldset[disabled] div.ccm-page .whatsnew2 .btn-success:active,
div.ccm-page .whatsnew2 .btn-success.disabled.active,
div.ccm-page .whatsnew2 .btn-success[disabled].active,
fieldset[disabled] div.ccm-page .whatsnew2 .btn-success.active {
  background-color: transparent;
  border-color: var(--white);
}
div.ccm-page .whatsnew2 .btn-success .badge {
  color: transparent;
  background-color: var(--white);
}*/
div.ccm-page .btn-small {
  font-size: 13px;
}
div.ccm-page div.block-sidebar-padded {
  padding: 25px 40px 25px 40px;
}
div.ccm-page div.block-sidebar-padded p {
  font-size: 0.85em;
}
div.ccm-page div.block-sidebar-wrapped {
  padding: 25px 40px 25px 40px;
  background-color: #f8faf1;
  font-size: 0.85em;
}
div.ccm-page div.block-sidebar-wrapped h3 {
  margin: 0px;
  font-size: 14px;
  font-weight: normal;
}
div.ccm-page div.block-sidebar-wrapped a {
  color: #4691e3 !important;
}
div.ccm-page div.block-sidebar-wrapped a:hover {
  text-decoration: none;
  color: var(--white) !important;
}
div.ccm-page div.block-sidebar-wrapped div.ccm-block-page-list-page-entry {
  padding-bottom: 0px;
  border-bottom: 0px;
  margin-bottom: 0px;
}
div.ccm-page div.block-sidebar-wrapped ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  color: #e03b3d;
}
div.ccm-page div.block-sidebar-wrapped ul li {
  margin-bottom: 12px;
}
div.ccm-page div.block-sidebar-wrapped ul ul {
  padding-left: 20px;
  font-size: 1em;
}
div.ccm-page div.block-sidebar-wrapped + div.block-sidebar-wrapped {
  padding-top: 0px;
}
div.ccm-page div.block-sidebar-wrapped div.ccm-block-share-this-page {
  margin: -15px -40px -25px -40px;
  padding: 15px 40px 10px 40px;
  border-top: 1px solid #ececec;
  font-size: 1.4em;
}
div.ccm-page div.block-sidebar-wrapped div.ccm-block-share-this-page a {
  color: var(--white) !important;
}
div.ccm-page div.block-sidebar-wrapped div.ccm-block-share-this-page a:hover {
  color: #4691e3 !important;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-page-entry-horizontal {
  margin-left: -15px;
  margin-right: -15px;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-date {
  color: #a6a6a6;
  font-size: 0.8em;
  margin-bottom: 10px;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-title {
  margin: 0px;
  font-family: var(--ttfont);
  font-size: 1.8em;
  font-weight: 400;
  color: #4075b2;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-title a {
  color: #4075b2;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-title a:hover {
  text-decoration: none;
  color: var(--white);
}
div.ccm-page div.recent-blog-entry div.ccm-block-page-list-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: var(--ttfont);
  font-size: 1.8em;
  font-weight: 400;
  color: #666666;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page div.recent-blog-entry div.ccm-block-page-list-title a {
  color: #666666;
}
div.ccm-page div.recent-blog-entry div.ccm-block-page-list-title a:hover {
  color: #428bca;
  text-decoration: none;
}
div.ccm-page div.recent-blog-entry div.ccm-block-page-list-page-entry {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
div.ccm-page div.area-content-accent {
  background-color: #f8faf1;
  margin-top: 80px;
  padding: 65px 0px 65px 0px;
  /*
  div.container:last-child {
    padding-bottom: 0px;
  }
  */
  margin-bottom: -80px;
}
div.ccm-page div.area-content-accent .title-caps,
div.ccm-page div.area-content-accent .title-caps-bold,
div.ccm-page div.area-content-accent h3 {
  color: #988e47 !important;
}
div.ccm-page div.testimonial-bio {
  margin-bottom: 60px;
}
div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
}
div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper div.ccm-block-testimonial {
  margin-left: 0px;
  margin-right: 0px;
}
div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper div.ccm-block-testimonial div.ccm-block-testimonial-image {
  width: auto;
  float: none;
  padding: 0px;
  margin-bottom: 30px;
}
div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper div.ccm-block-testimonial div.ccm-block-testimonial-image img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -ms-border-radius: 0px;
}
div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper div.ccm-block-testimonial div.ccm-block-testimonial-text {
  float: none;
  padding: 0px;
}
div.ccm-page div.testimonial-bio + div.testimonial-bio {
  margin-bottom: 0px;
}
div.ccm-page div.testimonial-bio:only-child {
  margin-bottom: 0px;
}
div.ccm-page .ccm-faq-container {
  margin-left: -15px;
  margin-right: -15px;
}
div.ccm-page .ccm-faq-block-links {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-faq-block-links {
    float: left;
    width: 25%;
  }
}
div.ccm-page .ccm-faq-block-links a {
  display: block;
  margin-bottom: 10px;
}
div.ccm-page .ccm-faq-block-entries {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
div.ccm-page .ccm-faq-block-entries h3 {
  margin-top: 0px;
}
div.ccm-page .ccm-faq-block-entries div.faq-entry-content {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-faq-block-entries {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-faq-block-entries {
    margin-left: 8.33333333%;
  }
}
div.ccm-page div.ccm-block-feature-item {
  position: relative;
  padding-left: 25px;
  margin-bottom: 40px;
}
div.ccm-page div.ccm-block-feature-item h4,
div.ccm-page div.ccm-block-feature-item i {
  color: #20538e;
}
div.ccm-page div.ccm-block-feature-item i {
  position: absolute;
  top: 3px;
  left: 0px;
}
div.ccm-page div.feature-home-page div.ccm-block-feature-item h4,
div.ccm-page div.feature-home-page div.ccm-block-feature-item i {
  color: #1a1a1a;
}
div.ccm-page div.feature-home-page div.ccm-block-feature-item h4 {
  font-size: 1.5em;
}
div.ccm-page div.feature-home-page div.ccm-block-feature-item i {
  color: #1a1a1a;
  font-size: 1.3em;
  top: 1px;
}
div.ccm-page div.feature-home-page div.ccm-block-feature-item {
  padding-left: 45px;
}
div.ccm-page div.ccm-block-feature-item-hover-wrapper {
  text-align: center;
}
div.ccm-page div.ccm-block-feature-item-hover-wrapper div.ccm-block-feature-item-hover-title {
  color: #808080;
  font-size: 1.5em;
  font-weight: 300;
  margin-top: 20px;
}
div.ccm-page div.ccm-block-feature-item-hover {
  display: table;
  margin: 0px auto 0px auto;
}
div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon {
  border: 1px solid #cccccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  margin: 0px auto 0px auto;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: help;
  width: 200px;
  height: 200px;
}
div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon i {
  margin-top: 3px;
  color: var(--white);
  font-size: 2.1em;
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 992px) {
  div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon {
    width: 134px;
    height: 134px;
  }
}
div.ccm-page div.ccm-block-feature-item-hover-wrapper:hover div.ccm-block-feature-item-hover-icon {
  background: var(--white);
  border: 1px solid var(--white);
}
div.ccm-page .home-hero .ccm-image-slider-text {
  background-color: rgba(13, 40, 64, 0.6) !important;
}
div.ccm-page .ccm-image-slider-container {
  /*z-index: -1;
  border: 0px solid red;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  background-repeat: repeat;*/
  /* background-image is moved to main.less because it needs to be in the theme root */
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider {
  background: rgba(13, 40, 64, 0.8);
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
  padding: 0px;
  margin: 0px;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider:before,
div.ccm-page .ccm-image-slider-container .ccm-image-slider:after {
  content: " ";
  display: table;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider:after {
  clear: both;
}
div.ccm-page .ccm-image-slider-container .rslides_nav {
  opacity: 1;
  height: 90px;
  margin-top: -20px;
  width: 38px;
  z-index: 5;
  background: transparent;
}
div.ccm-page .ccm-image-slider-container .rslides_nav.next {
  color: white;
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  right: 40px;
}
div.ccm-page .ccm-image-slider-container .rslides_nav.next:hover {
  text-decoration: none;
  color: red;
}
div.ccm-page .ccm-image-slider-container .rslides_nav.next:before {
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 60px;
  display: block;
  margin-top: 10px;
  margin-left: 14px;
}
div.ccm-page .ccm-image-slider-container .rslides_nav.prev {
  color: white;
  left: 40px;
}
div.ccm-page .ccm-image-slider-container .rslides_nav.prev:hover {
  text-decoration: none;
  color: red;
}
div.ccm-page .ccm-image-slider-container .rslides_nav.prev:after {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 60px;
  display: block;
  margin-top: 10px;
  margin-left: 12px;
}
div.ccm-page .ccm-image-slider-container .rslides_tabs {
  padding-left: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
}
div.ccm-page .ccm-image-slider-container .rslides_tabs li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
div.ccm-page .ccm-image-slider-container .rslides_tabs li.rslides_here a {
  background: var(--white);
}
div.ccm-page .ccm-image-slider-container .rslides_tabs li a {
  overflow: hidden;
  text-indent: 99px;
  background: var(--white);
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -ms-border-radius: 30px;
}
.ccm-image-slider-inner {
    position: relative;
}
.ccm-image-slider-text {
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    width: 100% !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically center */
    align-items: flex-start; /* Align to left */
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 100%; /* Match your container width */
    margin: 0 auto;
    color: white;
}

/* Mobile first — full width, normal padding */
.ccm-image-slider-text {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* ≥576px (sm) */
@media (min-width: 576px) {
    .ccm-image-slider-text {
        padding-left: calc((100vw - 540px) / 2);
        padding-right: calc((100vw - 540px) / 2);
    }
}

/* ≥768px (md) */
@media (min-width: 768px) {
    .ccm-image-slider-text {
        padding-left: calc((100vw - 720px) / 2);
        padding-right: calc((100vw - 720px) / 2);
    }
}

/* ≥992px (lg) */
@media (min-width: 992px) {
    .ccm-image-slider-text {
        padding-left: calc((100vw - 960px) / 2);
        padding-right: calc((100vw - 960px) / 2);
    }
     /* limit text width to 50% */
    .ccm-image-slider-text > * {
        max-width: 50%;
    }
    .ccm-image-slider-text h1 {
      font-size: 3rem;
    }
}

/* ≥1200px (xl) */
@media (min-width: 1200px) {
    .ccm-image-slider-text {
        padding-left: calc((100vw - 1140px) / 2);
        padding-right: calc((100vw - 1140px) / 2);
    }
   .home-hero div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
      height: 700px;
    }
}

/* ≥1400px (xxl) — Bootstrap 5 */
@media (min-width: 1400px) {
    .ccm-image-slider-text {
        padding-left: calc((100vw - 1320px) / 2);
        padding-right: calc((100vw - 1320px) / 2);
    }
}

.ccm-image-slider-text .header-subtitle,
.ccm-image-slider-text h1,
.ccm-image-slider-text p {
    color: white;
    text-align: left;
}


.header-subtitle {
  margin-top: 0%;
  color: var(--kineticgreen) !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
}
/**===========================**/
/* MAIN LANDING - END */
/**===========================**/

/* == HOME CSS ============ */
@media (min-width: 992px) {
 div.ccm-page .home-hero .ccm-image-slider-container .ccm-image-slider .rslides li {height: 700px;}
}

.home-white-btns {
/*  display: flex;
  flex-wrap: wrap;*/
  padding:0; margin:0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.14);
}
.white-card-btns {
    display: flex;
    align-items: center;          /* vertical centering inside card */
    padding: 15px 40px 40px 40px;
    text-align: center;
    background: var(--white);
    color: var(--blackberry);
    font-size: 1.5rem;
    font-weight: 600;
/*    border: 1px solid var(--medgray);*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    height: 100%;
    padding: 3.2rem 3rem;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.white-card-btns:hover {
  background:var(--ltgray);
   transform: scale(1.04);
/*  z-index: 2; /* prevents overlap clipping */*/
}
.home-green-white-title,
.home-white-btns a  {
 color: var(--blackberry) !important;
 text-decoration: none !important;
 font-size: 1.3rem;
}
.home-white-btns p {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.white-card-btns:hover {
  background-color: #f5f5f5;
  transform: translateY(-2px);
}
.white-btns-title-main {
  font-size: 1.8rem;
}
.btn-content {
  display: flex;
  align-items: center;          /* vertical align icon to text block */
  gap: 1rem;
}

.home-btn-icon {
  font-size: 2rem !important;
  flex-shrink: 0;
  transition: transform 0.25s ease, color 0.25s ease;
}

/* Hover animation */
.white-card-btns:hover .btn-icon {
  transform: translateY(-4px); /* subtle lift */
}

.home-btn-text p {
  margin: 0;
}

/* Default (desktop/tablet stays normal) */
.mobile-split {
  display: block;
}

/* Mobile only */
@media (max-width: 575.98px) {
  .mobile-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-split p {
    margin: 0;
    text-align: right;
  }
}


/*====================================*/
/* //// HERO BLOCK STYLING ///////// */
.bg-img-card.bg-img-card-left .hero-image-container {
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 12px
}

.bg-img-card.bg-img-card-right .hero-image-container {
    position: absolute;
    top: 20%;
    bottom: 20%;
    right: 12px
}
    .hero-image-container p,
    .hero-image-container p a,
    .hero-image-container h2,
    .hero-image-container h3 {
      color: var(--white);
    }
.bg-dark {
  background-color: var(--blackberry) !important;
  border-radius: 10px;
  border:1px solid #ccc;
}
.bg-img-area {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 20px
}

.bg-img-area.p-100 {
    padding: 100px
}
.bg-img-card {
    background-attachment: initial !important;
    position: relative
}
.bg-img-card.bg-img-card-left .hero-image-container {
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 12px
}

.bg-img-card.bg-img-card-right .hero-image-container {
    position: absolute;
    top: 20%;
    bottom: 20%;
    right: 12px
}
@media(max-width: 991px) {
  .bg-img-card.bg-img-card-left .hero-image-container,
  .bg-img-card.bg-img-card-right .hero-image-container {
        position: static
    }
  .bg-img-area.p-100 {
        padding: 20px
    }
}
.half-width-area .col-md-6 {
  padding: 0;
}

.flex-vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* //// HERO BLOCK STYLING - END ///////// */

.hero-clickable {
    display: block;
    text-decoration: none;
    color: inherit;
}

.hero-clickable:hover {
    text-decoration: none;
}




div.ccm-page .image-right-tilt .ccm-image-block {
  display: block;
  margin: 0px auto 0px auto;
  transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  /* IE 9 */
  -webkit-transform: rotate(3deg);
}
div.ccm-page .image-circle .ccm-image-block {
  border-radius: 50%;
}
/*div.ccm-page div.ccm-block-next-previous-header {
  font-size: 15px;
}*/
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #d9d9d9;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry div.ccm-block-page-list-title {
  font-family: var(--ttfont);
  font-size: 1.4em;
  font-weight: 400;
  color: #e03b3d;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry:first-child {
  padding-top: 0px;
  border-top: none;
  margin-top: 0px;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -ms-border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .03em;
  font-size: 15px;
  padding: 10px 30px 10px 30px;
  border: 1px solid transparent;
  display: inline-block;
  color: #666666;
  background-color: var(--white);
  border-color: #b7e390;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:active,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active,
.open > .dropdown-togglediv.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more {
  color: #666666;
  background-color: #e6e6e6;
  border-color: #97d75f;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:active,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active,
.open > .dropdown-togglediv.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more {
  background-image: none;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.disabled,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled],
fieldset[disabled] div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.disabled:hover,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled]:hover,
fieldset[disabled] div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.disabled:focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled]:focus,
fieldset[disabled] div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.disabled:active,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled]:active,
fieldset[disabled] div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:active,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.disabled.active,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled].active,
fieldset[disabled] div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active {
  background-color: var(--white);
  border-color: #b7e390;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more .badge {
  color: var(--white);
  background-color: #666666;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover {
  text-decoration: none;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
    min-height: 147px;
  }
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
    width: 100%;
    height: 147px;
  }
}
@media (min-width: 992px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
    min-height: 193px;
  }
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
    width: 100%;
    height: 193px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
    min-height: 240px;
  }
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
    width: 100%;
    height: 240px;
  }
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-thumbnail-hover {
  background-color: rgba(224, 59, 61, 0.7);
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper i.ccm-block-page-list-page-entry-grid-thumbnail-icon {
  display: block;
  margin: 0px auto 10px auto;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper i.ccm-block-page-list-page-entry-grid-thumbnail-icon:before {
  font-family: FontAwesome;
  content: "\f064";
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-title {
  margin-top: 30px;
  font-family: var(--ttfont);
  font-size: 1.1em;
  font-weight: 700;
  color: #666666;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page a.ccm-block-page-list-rss-feed {
  font-size: 1.5em;
  color: var(--white);
}
div.ccm-page a.ccm-block-page-list-rss-feed:hover {
  color: #4691e3;
}
div.ccm-page div.ccm-block-page-list-page-entry-horizontal:before,
div.ccm-page div.ccm-block-page-list-page-entry-horizontal:after {
  content: " ";
  display: table;
}
div.ccm-page div.ccm-block-page-list-page-entry-horizontal:after {
  clear: both;
}
div.ccm-page div.ccm-block-page-list-page-entry-horizontal,
div.ccm-page div.ccm-block-page-list-page-entry {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ececec;
}
div.ccm-page div.ccm-block-page-list-page-entry-read-more {
  margin-top: 20px;
}
div.ccm-page div.ccm-block-page-list-no-pages {
  text-align: center;
  font-size: 1.4em;
  font-family: var(--ttfont);
  color: #e03b3d;
}
div.ccm-page div.col-sidebar div.block-sidebar-wrapped div.ccm-block-page-list-wrapper {
  margin: 0px;
}
div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper {
  margin: 25px 40px 25px 40px;
  font-size: .85em;
}
div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper a.ccm-block-page-list-rss-feed {
  font-size: .85em;
}
div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper div.ccm-block-page-list-page-entry {
  border: 0px;
  padding: 0px;
  margin-bottom: 10px;
}
div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper div.ccm-block-page-list-page-entry a {
  font-weight: normal;
}
/*div.ccm-page div.ccm-block-page-list-header {
  font-size: 15px;
}*/
div.ccm-page div.ccm-block-page-attribute-display-wrapper {
  border-top: 1px solid #ececec;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #a6a6a6;
}
div.ccm-page div.ccm-block-page-attribute-display-wrapper .ccm-block-page-attribute-display-title {
  color: #75ca2a;
  display: block;
}
div.ccm-page div.ccm-block-page-attribute-display-wrapper:last-child {
  border-bottom: 1px solid #ececec;
}

div.ccm-page div.ccm-block-page-title-byline span.page-date {
  margin-right: 2em;
}
div.ccm-page div.ccm-block-page-title-byline span.page-date,
div.ccm-page div.ccm-block-page-title-byline span.page-author {
  color: #e03b3d;
  font-style: italic;
  font-size: 0.85em;
}
div.ccm-page div.ccm-block-testimonial {
  margin-left: -15px;
  margin-right: -15px;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-image {
    float: left;
    width: 25%;
  }
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-text {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-text {
    float: left;
    width: 75%;
  }
}
div.ccm-page div.ccm-block-testimonial img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-name {
  font-family: var(--ttfont);
  font-size: 1.1em;
  font-weight: 700;
  color: #666666;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-position {
  color: #4691e3;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-position a {
  color: #4691e3;
  text-decoration: underline;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-paragraph {
  margin-top: 20px;
}
div.ccm-page div.ccm-block-testimonial-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}
div.ccm-page div.ccm-block-testimonial-wrapper:before,
div.ccm-page div.ccm-block-testimonial-wrapper:after {
  content: " ";
  display: table;
}
div.ccm-page div.ccm-block-testimonial-wrapper:after {
  clear: both;
}
@media all and (max-width: 767px) {
  div.ccm-page .ccm-block-testimonial-image img {
    margin: 10px auto;
  }
}
div.ccm-page div.col-sidebar div.ccm-block-tags-wrapper {
  margin: 25px 40px 25px 40px;
}
/*div.ccm-page div.ccm-block-tags-header {
  font-size: 15px;
}*/
div.ccm-page div.ccm-block-tags-wrapper a:hover {
  text-decoration: none;
}
div.ccm-page span.ccm-block-tags-tag {
  background-color: var(--white);
  border-color: var(--white);
  border-width: 1px;
  border-style: solid;
  color: #666666;
}
div.ccm-page span.ccm-block-tags-tag.ccm-block-tags-tag-selected {
  border-color: #2077d6;
}
div.ccm-page div.ccm-block-tags-wrapper a:hover span.ccm-block-tags-tag {
  border-color: #4691e3;
}
div.ccm-page div.col-sidebar div.ccm-block-topic-list-wrapper {
  margin: 25px 40px 25px 40px;
  font-size: .85em;
}
/*div.ccm-page div.ccm-block-topic-list-header {
  font-size: 15px;
}*/
div.ccm-page ul.ccm-block-topic-list-list ul {
  margin-top: 10px;
}
div.ccm-page ul.ccm-block-topic-list-page-topics {
  list-style-type: none;
  padding-left: 0px;
  padding-bottom: 0px;
}
div.ccm-page ul.ccm-block-topic-list-page-topics li {
  margin-bottom: 10px;
  padding-bottom: 0px;
}
div.ccm-page .ccm-block-topic-list-topic-selected {
  font-weight: bold;
}
div.ccm-page div.col-sidebar div.ccm-block-date-navigation-wrapper {
  margin: 25px 40px 25px 40px;
  font-size: .85em;
}
/*div.ccm-page div.ccm-block-date-navigation-header {
  font-size: 15px;
}*/
div.ccm-page ul.ccm-block-date-navigation-dates {
  list-style-type: none;
  padding-left: 0px;
  padding-bottom: 0px;
}
div.ccm-page ul.ccm-block-date-navigation-dates li {
  margin-bottom: 10px;
  padding-bottom: 0px;
}
div.ccm-page .ccm-block-date-navigation-date-selected {
  font-weight: bold;
}
div.ccm-page div.ccm-block-calendar-wrapper a.fc-event,
div.ccm-page div.ccm-block-calendar-wrapper a.fc-event:hover {
  color: #fff;
}
div.ccm-page div.ccm-block-calendar-event-list,
div.ccm-page div.ccm-block-calendar-event-list-wrapper {
  margin-bottom: 10px;
  clear: both;
}
div.ccm-page div.ccm-block-calendar-event-list-event-date {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  border: 1px solid #f8faf1;
}
div.ccm-page div.ccm-block-calendar-event-list-event-date span {
  display: block;
  text-align: center;
}
div.ccm-page div.ccm-block-calendar-event-list-event-date span:first-child {
  font-weight: bold;
  background-color: #f8faf1;
  color: #988e47;
}
div.ccm-page div.ccm-block-calendar-event-list-event {
  padding-bottom: 10px;
  clear: both;
}
div.ccm-page main .jumbo {
  min-height: 300px;
}
div.ccm-page main .jumbo h1 {
  color: #20538e !important;
  font-family: var(--ttfont) !important;
  font-size: 2.46em !important;
  line-height: 1.14285714;
  font-weight: 200 !important;
  display: block;
  padding-top: 40px;
  font-size: 3.69em;
  padding-bottom: 40px;
}
div.ccm-page main .jumbo p {
  font-size: 1.8em;
  color: #666666;
  font-weight: 200;
}
/* comes outside of main because we want to show it in redactor */
.title-thin {
  color: #20538e !important;
  font-family: var(--ttfont) !important;
  font-size: 2.46em !important;
  line-height: 1.14285714;
  font-weight: 200 !important;
  display: block;
}
.title-caps-bold {
  color: #20538e !important;
  font-family: var(--ttfont) !important;
  font-size: 1.73em !important;
  line-height: 2.47142857em !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.title-caps {
  color: #20538e !important;
  font-family: var(--ttfont) !important;
  font-size: 1.73em !important;
  line-height: 2.47142857em !important;
  font-weight: 300;
  text-transform: uppercase;
}
.image-caption {
  font-family: var(--ttfont);
  color: #b8c4cd;
  font-size: 1em;
}
footer#footer-theme {
  background-color: #1E1A34 !important;
  color: #5b676c;
}
footer#footer-theme a {
  color: #4691e3;
}
footer#footer-theme a:hover {
  color: var(--white);
}
footer#footer-theme .nav > li {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}
footer#footer-theme .nav > li a:hover {
  background: transparent;
}
footer#footer-theme p {
  color: #fff;
  font-weight: 500;
}
footer#footer-theme a {
  color: var(--white);
}
footer#footer-theme a:hover {
  text-decoration: underline;
  text-underline-offset: 0.35em; /* space between text and line */
  text-decoration-thickness: 2px; /* optional */
}
footer#footer-theme div.ccm-block-social-links {
  text-align: right;
}
footer#footer-theme div.ccm-block-social-links ul a {
  color: var(--white);
}
footer#footer-theme div.ccm-block-social-links ul a:hover {
  color: #4691e3;
}
footer#footer-theme div.ccm-block-social-links ul a .fa {
  font-size: 16px;
}
footer#footer-theme section {
  padding-top: 50px;
  padding-bottom: 30px;
}
footer#footer-theme .footer-bottom {
  padding: 30px 15px 0 15px;
}
footer#footer-theme section:first-child {
  background-color: var(--white);
}
footer#footer-theme section:last-child {
  padding-bottom: 30px;
  background-color: #333333;
}
/*/// SOCIAL FOOTER ICONS /////////////*/
ul.social-media-footer li .fab{color:white;}
ul.social-media-footer li .fab:hover {opacity:0.75;}
ul.social-media-footer {text-align: left; padding:0 0 20px 0; margin-left: -10px;}
.footer-social {padding-bottom: 30px;}
.footer-copyright {padding-bottom: 10px;}
.footer-block {padding-bottom: 15px;}
ul.social-media-footer li{
  display: inline;
/*  float: left;*/
/*  padding-top: 20px;*/
  /*margin-right: 8px;
  text-align: center;
  vertical-align: middle;*/
}
ul.social-media-footer li a{
  padding: 15px;
}
.social-media-footer .fab {
  font-size: 30px;
  padding-bottom: 15px;
}
@media (min-width: 1200px){
  ul.social-media-footer li a{
    padding: 10px;
  }
  ul.social-media-footer {margin-top: 0;}
}
@media (min-width: 992px) {
  ul.social-media-footer {text-align: right;}
  footer#footer-theme .footer-bottom {
  padding: 60px 15px 0 15px;
}
ul.social-media-footer,
.footer-social
 {padding-bottom:0;}
}
@media (max-width: 767px) {
  .footer-bottom-row {
    display: flex;
    flex-direction: column-reverse;
  }
}

footer#footer-theme #footer-site-title {
  font-family: var(--ttfont);
  font-weight: 900;
  color: #4691e3;
  text-transform: uppercase;
  font-size: 1em;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
footer#footer-theme #footer-site-title:hover {
  color: #0d223b;
  text-decoration: none !important;
}
footer#concrete5-brand {
  background-color: rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
}
footer#concrete5-brand a.concrete5 {
  color: #00baff;
}
footer#concrete5-brand a.concrete5:hover {
  color: #008dc0;
}
footer#concrete5-brand a {
  color: #9fa7aa;
}
footer#concrete5-brand a:hover {
  color: #7B8083;
}
footer#concrete5-brand #ccm-account-menu {
  right: 80px;
  top: -10px;
}
#footer-theme ul.nav li a {
  padding: 0 10px !important;
  margin: 0 !important;
}
#footer-theme p,
#footer-theme ul li {
  font-weight: 500;
  margin-top: 5px;
}
.vast-logo img {
  float: right;
}
@media all and (max-width: 767px) {
  #footer-theme p,
  #footer-theme ul li {
  
  }
  #footer-theme .text-right {
    text-align: center !important;
  }
  footer#footer-theme div.ccm-block-social-links {
    text-align: center;
  }
  .vast-logo img {
    float: none;
    margin: 0 auto;
    width: 80px;
  }
  img.footer-logo {
    width: 50%;
    height: auto;
  }
}
.ccm-toolbar-visible .ccm-responsive-overlay {
  top: 100px !important;
}
.ccm-responsive-overlay {
  background: #eeeeee;
  display: none;
  position: fixed;
  border-bottom: 5px solid #20538e;
  width: 100%;
  z-index: 99;
  top: 60px;
  left: 0px;
  padding-top: 15px;
  padding-left: 20px;
  -webkit-text-size-adjust: none;
}
.ccm-responsive-overlay ul {
  padding-left: 0;
}
.ccm-responsive-overlay ul li {
  list-style-type: none;
  display: block;
}
.ccm-responsive-overlay ul li.parent-ul a:after {
  padding-left: 7px;
  padding-top: 3px;
  font-size: 16px;
  content: "\f107";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.ccm-responsive-overlay ul li a {
  color: #20538e;
  font-size: 16px;
  display: inline-block;
  width: 80%;
  padding: 7px 5% 7px 0px;
  margin: 0% 5% 0% 0;
  padding-left: 15px;
  height: 100%;
  font-weight: 200;
  text-decoration: none;
}
.ccm-responsive-overlay ul li a:hover {
  color: #4075b2;
}
.ccm-responsive-overlay ul li ul li {
  padding-left: 10px;
}
.ccm-responsive-overlay ul li ul li.last-li a {
  padding-top: 0px;
  font-size: 15px;
}
.ccm-responsive-overlay ul li ul li.last-li a:after {
  content: '';
}
.ccm-responsive-menu-launch {
  display: none;
  cursor: pointer;
  background: transparent;
  padding: 10px;
  position: absolute;
  right: 10px;
  top: 0px;
}
.ccm-responsive-menu-launch.responsive-button-close i:after {
  color: var(--white);
  content: "\f00d";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.ccm-responsive-menu-launch i:after {
  font-size: 28px;
  content: "\f0c9";
  font-family: FontAwesome;
  color: var(--white);
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
@media all and (max-width: 991px) {
  .ccm-responsive-menu-launch {
    display: block;
  }
  main {
    padding-top: 0px !important;
  }
}
@media all and (min-width: 991px) {
  .ccm-responsive-overlay {
    display: none !important;
  }
}
/* CSS with background images â€“ we need these directives to be in the root of theme
 * otherwise we can't both map the stylesheet to them AND the customizer to them
 */
.backtotop {
  float: right;
  font-size: 30px;
  margin-top: 0px;
}
.targetcontent {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding: 1% 0;
}
.number {
  border-radius: 40px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  background-color: #e03b3d;
  color: #fff;
  text-align: center;
  font-size: 16px;
  float: left;
  margin: 15px 10px 0px 0;
  font-weight: 700;
}
div.ccm-page .targetcontent h2 {
  font-family: var(--ttfont);
  font-size: 1.4em;
  font-weight: 400;
  color: #e03b3d;
  line-height: 1.42857143;
  text-transform: none;
}
/* mega menu styles */
ul.nav li a {
  padding: 0 0px 5px 0px;
}
/*.site-header ul.nav-click > li.nav-selected > a {
  color: #4075b2;
}*/
.nav-click ul.nav.nestable_manual_nav {
  margin-left: 0px !important;
}
.nav-click ul.nav {
  margin: 0 0 0 20px !important;
}
.nav-click ul.nav-click li a {
  font-family: var(--ttfont);
  font-size: 15px;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: .06em;
}
.nav-click ul.nav li ul {
  margin: 0 0 0 30px !important;
  padding-left: 10px !important;
  padding-bottom: 10px;
}
.nav-click ul.nav li a {
  color: #20538e;
  text-transform: none;
  letter-spacing: 0em;
  font-weight: 500;
}
.nav-click ul.nav li a:hover {
  background: transparent;
  text-decoration: none;
  font-weight: 700;
}
.nav-click ul.nav li a.nav-path-selected {
  color: #20538e !important;
  font-weight: 700;
}
.nav.nestable_manual_nav {
  margin: 10px 0;
  font-weight: 700;
}
.mega-menu .container {
  max-width: 1170px;
}
/* END mega menu styles */
.container {
/*  max-width: 1540px;*/
  width: 100%;
}

.page-type-left-nav-content .col-content a,
.page-type-content .col-content a {
  text-decoration: underline;
}
/*.page-template-home header.site-header {
  background: rgba(13, 40, 64, 0.5);
}*/
.hero img {
  width: 100%;
}
.page-template-home main {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
/* this fixes the issue with the header overlapping the content blocks when editing */
.ccm-edit-mode div.ccm-page header {
  position: relative !important;
}
.logo img {
  max-width: 85%;
  height: auto;
}
input.btn.ccm-input-submit {
  background: #20538e;
  color: var(--white);
}
.section-one h2.page-title {
  text-align: center;
  text-transform: uppercase;
  margin: 4% 0 0 0;
}
.section-one p {
  margin: 0 0 4% 0;
}
.cta {
  margin: 20px 0;
  border: 0px solid red;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.cta img {
  width: 100%;
  height: auto;
}
.cta-link {
  background: url('/application/themes/strattec/images/blue-bck-angle2.svg') no-repeat;
  background-size: 100%;
  background-position: left bottom;
  position: absolute;
  bottom: -20px;
  padding: 40px 0 65px 0;
  color: #fff;
  border: 0px solid red;
  display: block;
  width: 100%;
  text-transform: uppercase !important;
}
.cta-link a {
  color: var(--white) !important;
}
.cta-link:hover {
  color: var(--white) !important;
  -webkit-animation: mymove .5s infinite;
  animation: mymove .5s infinite;
}
@-webkit-keyframes mymove {
  from {
    bottom: 0px;
  }
  to {
    bottom: 0px;
  }
}
@keyframes mymove {
  from {
    bottom: 0px;
  }
  to {
    bottom: 0px;
  }
}
.cta-link.mddle {
  background: url('/application/themes/strattec/images/blue-bck-angle-flp.svg') no-repeat;
  background-size: 100%;
  background-position: left bottom;
}
.cta-link h3 {
  color: #fff !important;
  padding: 60px 0 0 0;
  text-transform: uppercase !important;
  font-size: 24px !important;
  line-height: 24px !important;
  margin: 0;
}
.cta-link small {
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: 700;
  color: #fff !important;
}
.top-padding {
  padding-top: 3%;
}
.whatsnew {
  background: #474747 url(/application/themes/strattec/images/whats-new-background.jpg) top no-repeat;
  background-size: 200%;
  padding: 4%;
  margin: 4% 0 0 0;
}
.whatsnew p,
.whatsnew2 p {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}
.whatsnew2 {
  background: #20538e;
  padding: 4%;
  margin: 0 0 0 0;
}
.whatsnew2 h3 {
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 30px !important;
}
.sub-nav li a {
  font-weight: 500;
  font-size: 14px;
  padding: 8px 0 8px 0 !important;
  color: #666666 !important;
}
.sub-nav li a:hover {
  color: #20538e !important;
}
.sub-nav a.nav-selected.nav-path-selected {
  font-weight: 900;
  color: #20538e !important;
}
.sub-nav {
  background: #eeeeee;
  width: 96%;
  padding: 30px 30px 40px 30px;
  margin-top: 15px;
}
.sub-nav ul li {
  border-bottom: 0px dotted #cccccc;
}
.sub-nav ul li ul {
  padding: 0;
  margin: 0;
}
.sub-nav ul li ul li {
  list-style: none;
  border-bottom: 0px solid red;
  padding: 10px 15px 10px 15px;
  background: #ddd;
  margin: 5px 0 5px 0;
}
.sub-nav ul li ul li a.nav-selected.nav-path-selected {
  font-weight: 900;
  color: #20538e !important;
  display: block;
}
.sub-nav ul li ul li ul li {
  list-style: none;
  border-bottom: 0px solid red;
  background: #ccc;
  margin: 5px 0 5px 0;
}
.sub-nav ul li ul li.nav-selected.nav-path-selected a {
  padding: 0px 0 0px 0 !important;
}
.youtubeBlock {
  border: 10px solid var(--white);
}
.product-thumbs {
  border: 1px solid #cccccc;
}
a.product-thumb-link {
  background: #20538e;
  color: #fff !important;
  padding: 4%;
  width: 100%;
  display: block;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none !important;
}
a:hover.product-thumb-link {
  background: #e03b3d;
}
.aboutus-sidebar {
  background: #4075b2;
  padding: 40px;
  margin-top: 45px !important;
}
.aboutus-sidebar div.ccm-block-feature-item {
  position: relative;
  padding-left: 0px !important;
  margin-bottom: 20px !important;
}
.aboutus-sidebar h4 {
  color: var(--white) !important;
  text-align: center;
  font-weight: 500 !important;
  font-size: 16px !important;
}
.aboutus-sidebar div.ccm-block-feature-item i {
  position: relative !important;
  display: block;
  color: #fff !important;
  padding-bottom: 10px;
  font-size: 22px !important;
}
.table.ccm-block-document-library-table tbody tr td {
  vertical-align: middle !important;
}
.table.ccm-block-document-library-table thead tr {
  background: #eee;
}
a.anchor {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
}
a.to_top {
  float: right;
  font-size: 20px;
}
/* simple gallery overrides */
.sg-item-overlay,
.sg-item-content {
  display: none !important;
}
a.sg-item {
  cursor: default !important;
  pointer-events: none;
}


.ccm-image-slider li {
    position: relative;
    min-height: 40vh; /* adjust as needed */
}

.ccm-image-slider li img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* MEDIA QUERIES */
@media (min-width: 992px) {
  .cta-link.mddle,
  .cta-link {
    background-position: left top;
  }
  .ccm-image-slider li {
    position: relative;
    min-height: 60vh; /* adjust as needed */
}
}
@media (min-width: 768px) {
  .whatsnew {
    background-size: 100%;
  }
  .cta {
    margin: 0 0;
  }
}
@media all and (max-width: 1199px) {
  /*header.site-header ul.nav-click {
    margin-top: 15px;
    padding-bottom: 20px !important;
  }
  div.ccm-page header nav ul a {
    font-size: 13px;
  }
  div.ccm-page header nav ul li {
    padding: 0 5px;
  }*/
  .nav-click ul.nav li a {
    margin: 0;
    padding: 0;
    font-size: 13px;
  }
  .sub-nav {
    width: 100%;
  }
  ul.container {
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .mobile-search-icon {
    position: absolute;
    right: 80px;
  }
  .breadcrumb {
    margin: 0;
  }
  .breadcrumb li,
  .breadcrumb li a {
    font-size: 12px;
    line-height: 14px;
  }
  .cta-link h3 {
    padding: 60px 0 0 0;
    font-size: 18px !important;
    line-height: 18px !important;
  }
  .cta-link small {
    font-size: 15px;
  }
  h1.page-title {
    padding-top: 0 !important;
    line-height: 1.1em !important;
  }
  div.ccm-page h2 {
    font-size: 18px;
  }
  .ccm-image-slider-text h1.ccm-image-slider-title {
    font-size: 18px !important;
  }
/*  .ccm-image-slider-text p {
    font-size: 13px !important;
  }*/
  div.ccm-page .ccm-image-slider-container .rslides_nav.next {
    right: 0px;
    top: 50%;
  }
  div.ccm-page .ccm-image-slider-container .rslides_nav.prev {
    left: 0px;
    top: 50%;
  }
  div.ccm-page .ccm-image-slider-container .rslides_nav.next:before,
  div.ccm-page .ccm-image-slider-container .rslides_nav.prev:after {
    font-size: 30px;
  }
  .ccm-image-slider-text .btn {
    font-size: 12px !important;
    padding: 6px 20px !important;
  }
  .section-one h2.page-title {
    font-size: 24px;
  }
/*  div.ccm-page header.site-header.active .ccm-search-block-text {
    background: #ccc;
  }*/
  div.ccm-page h3 {
    font-size: 1.1em;
  }
  a.product-thumb-link {
    font-size: 12px;
  }
}
@media all and (max-width: 767px) {
  .ccm-image-slider-text {
    width:100% !important;
  }
  ul.nav-hover li {
    padding: 5px 0 !important;
  }
  ul.nav.nestable_manual_nav li a {
    font-weight: 500 !important;
  }
  .cta-link h3 {
    padding: 20px 0 0 0;
  }
  h1.page-title {
    font-size: 22px !important;
  }
/*  .page-template-home header.site-header {
    background: #0d2840;
  }*/
  main.home .ccm-image-slider-container {
    padding-top: 0px;
  }
/*  div.ccm-page .ccm-image-slider-container .ccm-image-slider-text h1 {
    margin-top: 10%;
  }*/
  a.anchor {
    top: -80px;
  }
  .whatsnew p,
  .whatsnew2 p {
    font-size: 16px;
  }
  .trivera_imagemap_viewmode > A {
    width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
    border-radius: 18px !important;
    font-size: 10px;
  }
  .number {
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 14px;
    margin-right: 5px;
  }
}
/*div.ccm-page header {
  padding: 25px 0 0 0px;
}*/
.capabilities-list .ccm-block-page-list-description {
  text-align: left;
  padding-top: 10px;
}
h1.page-title {
  padding-top: 0 !important;
}
.mega-sub-li {
  padding-left: 20px;
}
.sub-nav ul li ul li {
  padding-left: 15px !important;
}
@media (max-width: 991px) {
  /*.headerbar {
    padding: 15px !important;
  }
  .site-header {
    padding-bottom: 0 !important;
  }*/
  /*.nav.main-menu {
    margin-top: 0 !important;
  }*/
}
#footer-theme {
  background-color: #1E1A34 !important;
}
footer#footer-theme section:last-child {
  background-color: #1E1A34;
}

.nav-link.dropdown-toggle::after {
  display: inline-block;
  content: "";
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  margin-left: 0.4rem;
}


/* FORCE hamburger icon SVG (BS5 default) */
/* Mobile header icons (search + hamburger) */
.site-header .headerbar .col-auto a {
  color: #fff !important;
}

.site-header .headerbar .col-auto a i {
  color: inherit !important;
}

/* Fix hamburger icon */
.site-header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.offcanvas .nav-pills .nav-link.active,
.offcanvas .nav-pills .show > .nav-link {
  background: none !important;
  color: inherit !important;
}

@media (max-width: 991px) {
  .offcanvas .breadcrumb {
    padding: 0 !important;
    background: transparent !important;
    margin: 10px !important;
    border-radius: 0 !important;
  }
}
.offcanvas .breadcrumb:empty {
  display: none;
}
.offcanvas-body {
  padding-top: 0;
}
.offcanvas-body .mega-search-input-group {
  box-shadow: none;
  border: 1px solid #dddddd;
  margin-bottom: -15px;
  maring-top:10px;
}
.offcanvas-header .btn-close {
    padding: 1rem;
    margin-top: .25rem;
    border: 1px solid var(--medgray);
    margin-right: 3px;
}


/*h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}*/

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Sidebar nav only */
.sub-nav ul.nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}

/* Let Bootstrap control spacing */
.sub-nav .nav-link {
  display: block;
}

/* Divider */
.sub-nav .nav-item {
  border-bottom: 1px dotted #ccc;
}

.sub-nav .nav-item:last-child {
  border-bottom: none;
}

/* Sidebar nav only */
.sub-nav ul.nav > li > a {
  display: block;
  padding: 10px 15px;
}

/*.nav.main-menu {
  display: block;
}*/

/* =====================================================
   Custom Mega Menu
===================================================== */
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  background: #000; /* 🔥 BLACK PAGE */
 /* font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #fff;*/
}



/* =====================================================
   NAVBAR ROOT (FIXED, NEVER MOVES)
===================================================== */
.navbar_parent {
  position: fixed;
  inset: 0 0 auto 0;
  padding: 16px 18px;
  z-index: 1000;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(30, 26, 52, 1) 0%, rgba(30, 26, 52, 0) 100%);
  height: 110px;
}

/* =====================================================
   NAVBAR SURFACE
===================================================== */
.navbar_component {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  height: 72px;
  pointer-events: auto;
}

/* =====================================================
   BACKGROUND LAYER (GLASS → SOLID)
===================================================== */
.navbar_bg {
  position: absolute;
  inset: 0;
  height: 72px;
  border-radius: 20px;

  background: rgba(255, 255, 255, 0.15); /* translucent white */
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  transition:
    height 260ms ease,
    background-color 200ms ease;

  z-index: 0;
}

/* OPEN STATE */
.navbar_bg.is-open {
  height: 420px;
  background: var(--white); /* solid white */
}



.navbar_bg {
  will-change: background-color, height;
  transform: translateZ(0);
}

/* Only collapse height when NOT open */
.navbar_bg.is-scrolled:not(.is-open) {
  height: 72px;
}

/* =========================================
   SAFARI FIX ? STABILIZE NAV CONTENT LAYER
========================================= */

.navbar_container {
  transform: translateZ(0);
  will-change: color;
  backface-visibility: hidden;
}

/* Prevent text/icon repaint jitter */
.navbar_container * {
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

/* =====================================================
   CONTENT LAYER
===================================================== */
.navbar_container {
  position: relative;
  z-index: 2;
  height: 72px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* =====================================================
   LOGO
===================================================== */
.navbar_logo-link {
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  transition: color 180ms ease;
}

.navbar_bg.is-open ~ .navbar_container .navbar_logo-link {
  color: #111;
}

/* ===============================
   NAV TEXT COLOR ? DEFAULT (GLASS)
================================ */
.navbar_bg:not(.is-scrolled):not(.is-open)
~ .navbar_container .navbar_menu a,
.navbar_bg:not(.is-scrolled):not(.is-open)
~ .navbar_container .navbar_menu .nav-link {
  color: rgba(255,255,255,0.95);
}

/* Prevent visited links from going dark */
.navbar_bg:not(.is-scrolled):not(.is-open)
~ .navbar_container .navbar_menu a:visited {
  color: rgba(255,255,255,0.95);
  cursor: pointer;
}

.navbar_bg:not(.is-scrolled):not(.is-open)
~ .navbar_container
.navbar_menu a:hover,
.navbar_bg:not(.is-scrolled):not(.is-open)
~ .navbar_container
.navbar_menu a:focus-visible {
  color: var(--blue);
}


/* =====================================================
   MENU
===================================================== */
.navbar_menu {
  display: flex;
  gap: 24px;
  align-items: center;
}
.navbar_menu p {
  margin-bottom: 0;
}

@media (max-width: 1150px) {
  .navbar_menu {
    gap: 16px;
  }
}

@media (max-width: 1050px) {
  .navbar_menu {
    gap: 12px;
  }
}

@media (max-width: 1100px) {
  .navbar_container {
    padding: 0 24px;
  }
}

@media (max-width: 1100px) {
  .navbar_logo-link .logo-wrap {
    width: 160px;
  }
}

@media (max-width: 1100px) {
  .btn-investors {
    padding: 6px 14px;
  }
}

/* =====================================================
   DROPDOWN ITEM
===================================================== */
.navbar_menu-dropdown {
  position: static;
}

.navbar_dropdown-toggle {
  padding: 12px 16px;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  transition: color 180ms ease;
}

.navbar_bg.is-open ~ .navbar_container .navbar_dropdown-toggle {
  color: #111;
}

/* =====================================================
   DROPDOWN PANEL
===================================================== */
.navbar_dropdown-list {
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
}

.navbar_dropdown-list.active {
  opacity: 1;
  pointer-events: auto;
}

/* =====================================================
   DROPDOWN CONTENT
===================================================== */
.navbar_dropdown-content {
  display: flex;
  justify-content: center;
}

.navbar_dropdown-content-layout {
  max-width: 1200px;
  width: 100%;
  padding: 32px;
}

/* MEGA MENU SHADOW ? ONLY WHEN OPEN */
.navbar_bg.is-open {
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.18),
    0 8px 24px rgba(0, 0, 0, 0.12);
}

/* DEFAULT (PAGE LOAD / GLASS NAV) */
.navbar_dropdown-toggle {
  color: rgba(255,255,255,0.95);
  text-decoration: none;
  transition: color 180ms ease;
}

/* Prevent browser visited/active overrides */
.navbar_dropdown-toggle:visited,
.navbar_dropdown-toggle:active,
.navbar_dropdown-toggle:focus {
  color: rgba(255,255,255,0.95);
}

/* NAVBAR SHADOW ON SCROLL */
.navbar_bg.is-scrolled {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

/* =====================================================
   DROPDOWN CARDS
===================================================== */
.navbar_dropdown-link {
  background: #f2f2f2;
  border-radius: 12px;
  padding: 24px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  color: #111;
  transition: background 180ms ease, transform 180ms ease;
}

.navbar_dropdown-link:hover {
  background: #e5e5e5;
  transform: translateY(-2px);
}

/* DESKTOP SEARCH */
@media only screen and (min-width: 992px) {
  #search-dropdown{
    position: absolute;
    display: none; 
    top: 30px; 
    width: 400px; 
    right: 0;
    border-radius: .1rem; 
    padding: 1.5rem 1.85rem;
  }
  #query{
    border-radius: .1rem; 
    padding: 1.5rem 1.85rem;
    background-color: white;
  }
  #search-dropdown button {
    padding:1rem;
  }
  #search-dropdown span {
    font-size:16px;
    font-family: "arial",sans-serif;
    padding-left: 5px;
  }
}

/* MOBILE SEARCH */
@media only screen and (max-width: 992px) {
  .header-search{
    position:static !important;
  }
  #search-dropdown{
    position: absolute;
    display: none; 
    top: 76px; 
    width: 100%; 
    right: 0px;
    border-radius: .1rem; 
    padding: 1.5rem 1.85rem 1.85rem 1.85rem;
    background: #EEE;
    border-bottom: 1px solid #ccc;
  }
  #query{
    border-radius: .1rem; 
    padding: 1.5rem 1.85rem;
    background-color: white;
  }
  #search-dropdown button {
    padding:1rem;
  }
  #search-dropdown .mb-3,
  #search-dropdown .my-3 {
    margin-bottom: 0 !important;
  }
}
.navbar-toggler-icon {
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,0.85)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Restore nav link styling for new navbar */
.navbar_menu a,
.navbar_menu .nav-link {
  color: var(--blackberry);
  text-decoration: none;
  padding: 12px 16px;
  
}

/* Reset list styles for custom navbar */
.navbar_menu,
.navbar_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navbar_menu li {
  list-style: none;
}

/* Search icon matches nav link behavior */
.header-search a,
.header-search i {
  color: rgba(255,255,255,0.95);
  transition: color 180ms ease;
}

/* When navbar background is solid (open state) */
.navbar_bg.is-open ~ .navbar_container .header-search a,
.navbar_bg.is-open ~ .navbar_container .header-search i {
  color: #000;
}

/* Optional: hover polish */
.header-search a:hover i {
  opacity: 0.85;
}

/* =========================================
   LOGO SWAP — FINAL / STABLE
   ========================================= */

/* Logo link participates in navbar flex */
.navbar_logo-link {
  display: flex;
  align-items: center;
  position: relative;
}

/* Wrapper defines real layout box */
.navbar_logo-link .logo-wrap {
  position: relative;
  width: 180px;
  height: 48px; /* CRITICAL: locks layout */
  display: block;
}

/* Both logos stack perfectly */
.navbar_logo-link .logo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: opacity 180ms ease;
}

/* DEFAULT STATE (PAGE LOAD / GLASS NAV) */
.navbar_logo-link .logo-light {
  opacity: 1;
  z-index: 2;
}

.navbar_logo-link .logo-dark {
  opacity: 0;
  z-index: 1;
}

/* OPEN / HOVER STATE (MEGA MENU OR SEARCH) */
.navbar_bg.is-open ~ .navbar_container .logo-light {
  opacity: 0;
}

.navbar_bg.is-open ~ .navbar_container .logo-dark {
  opacity: 1;
}
/* Treat scroll state the same as open state */
.navbar_bg.is-scrolled {
  background: var(--white);
}

/* Logo swap on scroll */
.navbar_bg.is-scrolled ~ .navbar_container .logo-light {
  opacity: 0;
}

.navbar_bg.is-scrolled ~ .navbar_container .logo-dark {
  opacity: 1;
}

/* Search icon turns black on scroll */
.navbar_bg.is-scrolled ~ .navbar_container .header-search a,
.navbar_bg.is-scrolled ~ .navbar_container .header-search i {
  color: var(--blackberry);
  font-weight: 600;
}
/* Nav text turns black on scroll */
.navbar_bg.is-scrolled ~ .navbar_container .navbar_dropdown-toggle {
  color: var(--blackberry);
  font-weight: 600;
}
.navbar_bg.is-scrolled ~ .navbar_container .navbar_dropdown-toggle:hover,
.navbar_dropdown-toggle:hover {
  background: var(--ltgray);
  border-radius: 10px;
}

/* =========================================
   DESKTOP SEARCH – FINAL POLISH
   ========================================= */
@media (min-width: 992px) {

  /* Anchor dropdown correctly */
  .header-search {
    position: relative;
    display: flex;
    align-items: center;
  }

  /* Dropdown panel */
  #search-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 360px;

    background: #fff;
    border-radius: 12px;
    padding: 18px 18px 16px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);

    display: none;
    z-index: 1005;
  }

  /* Input wrapper cleanup */
  #search-dropdown .input-group {
    margin-bottom: 0;
  }

  /* Input */
  #search-dropdown .form-control {
    border: 0;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 14px;
    box-shadow: none;
  }

  #search-dropdown .form-control:focus {
    background: #eee;
    outline: none;
    box-shadow: none;
  }

  /* Search button */
  #search-dropdown button {
    background: transparent;
    border: 0;
    color: #111;
    padding-left: 12px;
    padding-right: 12px;
  }

  /* FontAwesome icon sizing */
  #search-dropdown .fa-search {
    font-size: 16px;
  }
}
/* =====================================================
   MOBILE ICONS + NAV TEXT: WHITE ON LOAD, BLACK ON SCROLL
   ===================================================== */
@media (max-width: 991px) {

  /* --- DEFAULT (TOP OF PAGE): WHITE --- */
  .navbar_bg:not(.is-scrolled):not(.is-open) ~ .navbar_container .navbar_dropdown-toggle,
  .navbar_bg:not(.is-scrolled):not(.is-open) ~ .navbar_container .d-lg-none a,
  .navbar_bg:not(.is-scrolled):not(.is-open) ~ .navbar_container .d-lg-none i,
  .navbar_bg:not(.is-scrolled):not(.is-open) ~ .navbar_container .d-lg-none button {
    color: rgba(255,255,255,0.95) !important;
  }
  

  /* Force the hamburger SVG to WHITE on load */
  .navbar_bg:not(.is-scrolled):not(.is-open) ~ .navbar_container .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }

  /* --- SCROLLED/OPEN: BLACK --- */
  .navbar_bg.is-scrolled ~ .navbar_container .navbar_dropdown-toggle,
  .navbar_bg.is-open ~ .navbar_container .navbar_dropdown-toggle,
  .navbar_bg.is-scrolled ~ .navbar_container .d-lg-none a,
  .navbar_bg.is-open ~ .navbar_container .d-lg-none a,
  .navbar_bg.is-scrolled ~ .navbar_container .d-lg-none i,
  .navbar_bg.is-open ~ .navbar_container .d-lg-none i,
  .navbar_bg.is-scrolled ~ .navbar_container .d-lg-none button,
  .navbar_bg.is-open ~ .navbar_container .d-lg-none button {
    color: #000 !important;
  }

  /* Force the hamburger SVG to BLACK when scrolled/open */
  .navbar_bg.is-scrolled ~ .navbar_container .navbar-toggler .navbar-toggler-icon,
  .navbar_bg.is-open ~ .navbar_container .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,0.85)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }

}
/* =========================================
   OFFCANVAS BREADCRUMB VISIBILITY FIX
   ========================================= */

/* Ensure text color inside offcanvas */
#mobileOffcanvasNav {
  color: #111;
}

/* Breadcrumb base */
#mobileOffcanvasNav .breadcrumb,
#mobileOffcanvasNav .breadcrumb li {
  color: var(--blackberry);
  margin: 0 !important;
}

/* ACTIVE breadcrumb (the missing one) */
#mobileOffcanvasNav .breadcrumb li.active,
#mobileOffcanvasNav .breadcrumb li.active a {
  color: #111 !important;
  font-weight: 600;
}

/* Optional: home icon alignment */
#mobileOffcanvasNav .breadcrumb li i {
  color: #777;
}

/* Concrete CMS toolbar offset for fixed header */
.ccm-toolbar-visible .navbar_parent {
  top: var(--ccm-toolbar-height, 48px);
}
/* HERO IMAGE OVERLAY */
.hero {
  position: relative;
  min-height: 110px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* adjust darkness here */
  z-index: 1;
  pointer-events: none;
}

/* Ensure image stays below overlay */
.hero picture,
.hero img {
  position: relative;
  z-index: 0;
}

/* Ensure hero content (text, buttons, etc.) is above overlay */
.hero > *:not(picture) {
  position: relative;
  z-index: 2;
}
/* Breadcrumb active item fix */
.breadcrumb .active {
  color: var(--blackberry); /* or your body text color */
}

/* =========================================
   MEGA MENU STYLE SEARCH ? PAGE VERSION
========================================= */

.mega-search-page {
  max-width: 720px;
  margin: 0 auto;
}

.mega-search-input-group {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
  padding: 8px;
}

.mega-search-input {
  border: 0;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 14px;
  box-shadow: none;
}

.mega-search-input:focus {
  background: #eee;
  outline: none;
  box-shadow: none;
}

.mega-search-button {
  background: transparent;
  border: 0;
  color: #111;
  padding: 0 14px;
}

.mega-search-button i {
  font-size: 16px;
}

/* Results spacing */
.mega-search-results .searchResult {
  border-bottom: 1px solid #ececec;
  padding: 16px 0;
}

.input-group .mega-search-btn {
  border: 1px solid #ced4da;   /* match input border */
  background: #fff;
}

/* Prevent Bootstrap from removing border */
.input-group .mega-search-btn:not(:hover):not(:focus) {
  border-color: #ced4da;
}

/* Keep hover border SAME color (no color change) */
.input-group .mega-search-btn:hover,
.input-group .mega-search-btn:focus,
.input-group .mega-search-btn:focus-visible {
  border-color: #ced4da;
  background: #fff;
  box-shadow: none;
}

/* Remove the double seam between input + button */
.input-group .mega-search-btn {
  border-left: 0;
}
