/* CoSD LW Font */
.fw-normal {
    font-weight: normal !important;
}
.fw-bold {
    font-weight: bold !important;
}
.color-white {
    color: #fff !important;
}

/* CoSD LW Background */
.bg-orange {
    background-color: #e97111 !important;
}
.bg-orange-dark {
    background-color: #c95a28 !important;
}
.bg-green {
    background-color: #6b7a2e !important;
}
.bg-green-dark {
    background-color: #4a5d26 !important;
}
.bg-teal {
    background-color: #00819d !important;
}
.bg-teal-dark {
    background-color: #00637a !important;
}
.bg-blue {
    background-color: #2a4a69 !important;
}
.bg-blue-dark {
    background-color: #2d3742 !important;
}

/* Tile width toggle */
.tile-img img {
    max-width: 100%;
}

/* Alignment dropdown classes */
 .tile-img *{
    margin: 0 auto !important;
    text-align: center;
}

.tile-text{
	text-align: center;
	margin: 0px;
	font-size: 18px;
}

.tile-text-top{
	padding: 10px 10px 0 10px;
}

.tile-text-bottom{
	padding: 0 10px 10px 10px;
}

.center-by-text {
    text-align: center;
}
.left-by-text {
    text-align: left;
}
.right-by-text {
    text-align: right;
} 
 
.center-by-margin {
	margin-left: auto !important;
    margin-right: auto !important;
}
.left-by-margin {
    margin-right: auto !important;
}
.right-by-margin {
    margin-left: auto !important;
}

/* 5 column */
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 640px) {
	.tile-text {
		font-size: 36px;
	}
	
	.tile-img img {
    	width: 70%;
	}
	
}