.ccm-block-top-navigation-bar a {
    color: white !important;
}

html {
    scroll-padding-top: 128px;
}

html.ccm-toolbar-visible {
     scroll-padding-top: 188px;
}

.fixed-top .icon-bar  {
    background-color: white !important;
}

.ccm-page .container ul {
    padding-left: 0;
    margin-left: 0;
}

 .ccm-page .container li {
    border-bottom: dotted 2px grey;
    padding-top: 4px;
    padding-bottom: 5px;
    margin-left: 0;
    padding-left: 2px;
    list-style-position: inside;
    font-weight: bold;
    font-size: 18px;
} 


.ccm-page  .container li:last-child {
    border-bottom: none;
}


.ccm-page li::marker {
  color: #CE4143;
  font-size: 25px;
  
  
}

.ccm-page .navbar-nav {
    margin-left: auto;
    
}

.ccm-page .navbar-nav a {
    font-size: 20px;
    border-bottom: solid 3px black;
}

.ccm-page .navbar-nav a:hover, .ccm-page .navbar-nav a.active   {
    border-bottom: solid 3px #CE4143;
}

.redback {
    background-color: #CE4143 !important;
}

.concrete-branding .col-md-6:first-child  {
    opacity: 0;
}

.ccm-page  .leadtext {
    font-size: 50px !important ;
    margin-bottom: 40px;
}

body {
    overflow-x: hidden;    
}

.ccm-custom-style-container   {
   overflow: auto;
}