strong {
    font-weight: 700 !important;
}

/* header */

.alias-logo_header {
    max-width: 35% !important;
    flex: 100%;
    padding: 20px 8px !important;
}

.alias-navigation_header {
    max-width: 40% !important;
    padding: 20px 8px !important;
}

.alias-header_phone {
    max-width: 25% !important;
    padding: 20px 8px !important;
}

.home-blade .blade__text {
    padding: 4vw 0 !important;
}

.home-blade img {
    object-fit: contain !important;
}

.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.alias-phone_footer {
    text-align: end !important;
}

.home-ccfc {
    text-align: center !important;
}

#buzzsprout-large-player-976963, #buzzsprout-large-player-976963 iframe {
    width: 100% !important;
    min-height: 375px !important;
}

/* max */

@media (max-width: 991px) {
    .alias-phone_footer {
        text-align: center !important;
    }

    .home-blade {
        padding-left: 20px;
        padding-right: 20px;
    }

    .alias-pcontent {
        padding-top: 1rem !important;
    }
}

@media (max-width: 600px) {
    .alias-pcontent img {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 20px !important
    }
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}