/* Link List Column */
.col-cntr-btns {
    display: flex;
    flex-direction: column;
}
.col-cntr-btns .col-md-4:nth-child(1) {
	order: 2;
}
.col-cntr-btns .col-md-4:nth-child(2) {
	order: 1;
}
.col-cntr-btns .col-md-4:nth-child(3) {
	order: 3;
}

@media (min-width: 992px) {
	.col-cntr-btns {
		flex-direction: row;
	}
	.col-cntr-btns .col-md-4:nth-child(1) {
		order: 1;
	}
	.col-cntr-btns .col-md-4:nth-child(2) {
		order: 2;
	}
	.col-cntr-btns .col-md-4:nth-child(3) {
		order: 3;
	}
}	


.clipped {
    width: 80%;
    margin: 3em auto 0px;
}

.linklist .buttonlist.buttonlist_button .buttonlist__link {
    background: #ffffff;
    border-color: #007DB9;
    color: #007DB9;

}

.linklist .buttonlist.buttonlist_button .buttonlist__link:hover {
    background: #007DB9;
    border-color: #007DB9;
    color: #ffffff;

}

.linklist .custombutton a.btn:hover {
    border-color: #006a9e;
}


@media (min-width: 992px) {
    .linklist .buttonlist.buttonlist_button li:only-child .buttonlist__link {
        padding: .8em;
    }

    .linklist .custombutton a.btn {
        margin-top: 0px;
        padding: .8em;
    }
}



.linklist .buttonlist.buttonlist_button .buttonlist__link {
    width: 100%;
    max-width: 100%;
}


@media (max-width: 992px) {
    .linklist .buttonlist.buttonlist_button .buttonlist__link {
        max-width: 450px;
        margin: 0 auto 1em;
    }
}

/* ----- Promo Picker -----*/

/* a.promo:hover .promo--text_wrap {
    
    background: linear-gradient(to top, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
}

.promo--text_wrap {
    background: linear-gradient(to top, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
    transition: .5s ease;
    transition-property: color,background-color;
} */

.promo--text {
    background-color: transparent;

}

@media (max-width: 992px) {
    .col-promo-picker .col-md-4 {
        margin-bottom: 1.5em;
    }
    .col-promo-picker .col-md-4 {
        padding: 15px;
    }
}

/*------Feat Story-----*/
.ltbluebg .featurestorycomp {
    background-color: #e9f0f2;
}

.home-feature-story {
    margin-top: 5em;
}

.home-feature-story .featurestory img {
    margin: 5em auto 0;
}

.home-feature-story .featurestory-caption a {
    padding: .8em 2em;
}

@media (max-width: 992px) {
    .home-feature-story {
        margin-top: 0em;
    }

    .home-feature-story .featurestory {
        display: flex;
        position: relative;
        flex-direction: column-reverse;
    }

    .home-feature-story .featurestory img {
        margin: 0 auto;
    }

    .home-feature-story .featurestory .featurestory-caption {
        padding: 2em 1em 6em;
    }
}


/* ----- Callout Picker -----*/
.callout .callout--cell:not(.callout--cell__empty) {
    background: #ffffff;
}

.apc-item-grid  .callout--text .callout--icon {
    display: block;
    margin: 0 auto 1em;
}

.calloutbtn::after {
    content: url("/content/dam/alabamapower/Icons/triangle.svg");
    width: 7px;
    height: 8px;
    padding-left: 10px;
}

.callout_triple .callout--headline a {
    color: #4d4d4d;
}

@media (min-width: 772px) {
    .callout_triple {
        display: flex;
        align-items: baseline;
    }
}

/*--- Adpative Image Card ---*/
.adp-img-card .adaptiveimage h1 {
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: 1.2px;
    color: #4d4d4d;
    margin: 1em auto 1em;
}

.adaptiveimage {
    padding: 0px;
}

.adp-img-card a.btn {
    padding: .8em;
}


@media (min-width: 772px) {
    .adp-img-card div.custombutton {
        width: 200px;
    }
}

.top-mobile-footer .image {
    text-align: center;
}

.textoverimagecarousel .text_over_image--subheading {
    color: #4d4d4d;
}