/*Main Slideshow*/
div#block-testmainslideshow {
    padding-bottom: 20px;
}
.main-content {
    padding: 64px 0;
}
.ms-transparent-background .region--light-typography.tp-caption__title a {
    color: white;
}
.region--light-typography {
    color: white;
}
a.mt-button {
    border: none;
    color: white;
    font-weight: 700;
}
.tp-caption__text {
    font-size: 18px;
}

/*Main CWB Buttons overlay*/
.region.region-alerts, .region.region-hero-top {
    max-width: none;
    margin: auto;
}
.hero-top .paragraph--type--cwb-horizontal-buttons {
    padding: 0;
    margin: 0 auto;
}
.hero-top .paragraph--type--cwb-horizontal-buttons .btn-cwb_button:hover {
    border-radius: 0;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-left: 0;
    border-top: 0;
}
.hero-top .paragraph--type--cwb-horizontal-buttons .btn-cwb_button:hover {
    box-shadow: none;
    background-color: #028241 !important;

}
.hero-top .paragraph--type--cwb-horizontal-buttons .btn-cwb_button:hover span {
    color: #fff !important;	
}
.hero-top a.btn.btn-primary.btn-cwb_button img {
		transition: all 0.3s ease;
}
.hero-top a.btn.btn-primary.btn-cwb_button:hover img, .hero-top a.btn.btn-primary.btn-cwb_button:focus img, .hero-top a.btn.btn-primary.btn-cwb_button:active img {
    border: 6px solid #01cc7a;
}
.hero-top .btn-cwb_button {
    overflow: visible;
}
.hero-top .paragraph__column {
    padding: 0 !important;
}
.hero-top .container-fluid.pl-xl-5.pr-xl-5 {
    padding: 0 !important;
}
.paragraph.paragraph--type--bp-columns.paragraph--view-mode--default.paragraph--id--926
.btn-cwb_button .btn-title {
    color: #005a9c;
    font-weight: 500;
}
.paragraph.paragraph--type--bp-columns.paragraph--view-mode--default.paragraph--id--926 .btn-cwb_button .btn-title {
    margin-top: 4px;
}
.paragraph--type--bp-columns__4col {
    filter: drop-shadow(0 0 0.15rem grey);
}
.paragraph.paragraph--type--bp-columns>.paragraph__column 
.paragraph.paragraph--type--bp-image img {
    border-radius: 1%;
}
/* Homepage Regions */
.main-content {
    padding: 0;
}
.main-content__section, .sidebar__section {
    padding: 0;
}
.cwb-hero_simple {
    display: flex;
    height: 100%;
    flex-wrap: nowrap;
    background: #fff;
    padding: 96px 32px 32px 32px;
    border-radius: 4px;
}
.cwb-hero_simple:before {
    padding-top: 5px;
    content: "1";
    position: absolute;
    display: block;
    top: 17px;
    font-size: 200%;
    border: 0;
    border-radius: 100%;
    width: 64px;
    text-align: center;
    height: 64px;
    vertical-align: middle;
    background: #008851;
    color: #fff;
    left: 32px;
}
.region--gray-background + .region--separator-incline-diagonal:before {
    background: #f1f1f1;
    border-bottom: 10px solid #01cc7a;
    transform: skewY(-5deg);
    top: -17vh;
    height: 300px;
}
div#featured-top .cwb-hero_simple:before {
    content: "1";
}
div#featured .cwb-hero_simple:before {
    content: "2";
    right: 32px;
    left: auto;
}
div#featured-bottom .cwb-hero_simple:before {
    content: "3";
}

.paragraph--type--cwb-horizontal-buttons .btn-cwb_button, .paragraph--type--cwb-horizontal-buttons .btn-cwb_button:hover {
    border-radius: 0px !important;
}

.hero-top .btn-cwb_button {
    flex-direction: column;
    align-content: center;
    justify-content: center;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
    margin: auto;
    width: 100%;
    display: flex;
    border-top: 0;
    border-left: 0;
}

.cf-select:after {
  display:none !important;
}