body{
	font-size: 1.1rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{

}
h1{

}
.item-page h2{
	margin-bottom: 1rem;
}
h3{

}
.metismenu.mod-menu .metismenu-item {
	font-size: 1rem;
}
.call-to-actions:before{
	filter: brightness(70%);
}
.mod-articlesnews-horizontal li{
	width: 33%;
}
.home .footer{
	flex-wrap: wrap;
}
.home .footer > *:nth-child(1){
	flex: 100%;
	max-width: 100%;
}
.home .footer > *:nth-child(2), .home .footer > *:nth-child(3){
	flex: 48%;
	max-width: 48%;
	flex-direction: column;
	display: flex;
	align-items: center;
}
.home .home-branch.card{
	background-color: var(--cassiopeia-color-primary-sub);
	border: 0;
	color: var(--cassiopeia-color-link-thead);
}
.home .home-branch .card-header, .home .home-branch .card-body{
	background: none;
	border: 0;
}
.alternate-content-box{
	padding: 50px 0;
	border-bottom: solid 2px #fff;
}
.alternate-content-box:last-child{
	border-bottom: 0;
}
.alternate-content-box{
	list-style: inside;
}
/*blockquote.style1 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
}*/


@media (width >= 768px) {

    .textImageAlternate__image {
        flex: none;
        width: 30%;
    }
	.textImageAlternate__content {
        flex: none;
        width: 70%;
    }
}
@media (max-width: 991.98px) {
    .topbar {
        padding-bottom: 10px !important;
    }
}

/*@media (min-width: 1024px) {
    .alternate-content-box{
		paddding-bottom: 100px;
	}
}
*/
/* Customer CTA */
.custom-cta .cta-wrapper {
	gutter: 0 !important;
	padding-bottom: 50px;
	margin-top: 15px;
}
.custom-cta .cta-wrapper .col {
	padding: 0 !important;
}
.custom-cta .cta-wrapper .col {
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 12px;
}
.custom-cta .cta-wrapper .cta1, .custom-cta .cta-wrapper .cta2, .custom-cta .cta-wrapper .cta3, .custom-cta .cta-wrapper .cta4 {
	padding: 0 !important;
}
.custom-cta .cta-wrapper .col img {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	-webkit-filter: brightness(75%);
	-o-filter: brightness(75%);
	filter: brightness(75%);
	height: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
	margin: 0 !important;
	border: none;
	padding: 0;
}
.custom-cta .cta-wrapper .col img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-filter: brightness(100%);
	-o-filter: brightness(100%);
	filter: brightness(100%);
}
.custom-cta .cta-wrapper .col .cta-text {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	pointer-events: none;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 99;
	text-align: left;
	background-color: var(--cassiopeia-color-primary-sub);
	padding: 15px 10px 10px 10px;
}
.custom-cta .cta-wrapper .col .cta-text{
	color: white;
}
.custom-cta .cta-wrapper .col .cta-text p {
	font-size: 0.9em;
	margin-bottom: 0;
}
.custom-cta .cta-wrapper .col:hover .cta-text {
	bottom: -200px;
}
.custom-cta .cta-wrapper .col:hover .cta-text {
	bottom: -200px;
}
.custom-cta .cta-wrapper .col .cta-text p:nth-child(2), .custom-cta .cta-wrapper .col .cta-text p:nth-child(4) {
	display: none !important;
}

.custom-cta.why-cta .cta-wrapper .col .cta-text h3 {
	font-size: 1.2em;
	margin: 0;
}
.custom-cta.featured-cta .cta-wrapper .col .cta-text h3 {
	font-size: 1.4em;
	margin: 0;
}
.custom-cta.featured-cta .cta-wrapper .col .cta-text p {
	display: none;
}