.alert a {
	color: #333;
	display: block;
	font-weight: bold;
	text-align: center;
}

.home-topic-buttonsBlock {
	padding-top: 20px;
	padding-top: 20px;
}

.home-topic-buttons a {
	border: 2px solid #f36f21;
	display: block;
	padding: 15px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #52237f;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

.home-topic-buttons a:hover {
	text-decoration: none !important;
}

.home-topic-buttons:last-child a {
	margin-bottom: 0px;
}

.homepage-main-content {
	padding-top: 30px;
}

/* Topic Boxes */
.topic-boxes {
	text-align: center;
	margin-top: 10px;
}

.topic-boxes div div {
	margin-bottom: 20px;
	padding: 0px 20px;
}

.topic-boxes h2 {
	color: #52237f;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 32px;
	margin-bottom: 0.5em;
	margin-top: 0px;
	text-transform: uppercase;
}

.topic-boxes h2 a {
	color: #52237f;
	text-decoration: none;
}

.topic-boxes p {
	margin-bottom: 1em;
	font-size: 16px;
}

.topic-box-link a {
	color: #f36f21;
	font-weight: bold;
}

/* feature Areas */
.featureContentArea {
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: 30px;
}

.featureIntro {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.featureIntro h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 0.5em;
	margin-top: 0px;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}

.featureIntro h4 {
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}


.featureIntro .actionButton {
	display: inline-block;
	margin-right: 5px;
	margin-top: 5px;
}

.featureIntro .actionButton a {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
	border: 3px solid #F36F21;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 500;
	padding: 8px 15px;
	text-transform: uppercase;
}

.featureIntro .actionButton a:hover {
	text-decoration: none;
}

.featureSBSLeft {
	background-position: center center;
	background-size: cover;
	padding-top: 220px;
	padding-bottom: 10px;
	border-bottom: 16px solid #fff;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

.featureSBSRight {
	background-position: center center;
	background-size: cover;
	padding-top: 220px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

.featureSBSLeft .featureIntro, .featureSBSRight .featureIntro {
	padding-left: 20px;
	padding-right: 20px;
}

.featureCenter {
	background-position: center center;
	background-size: cover;
	min-height: 200px;
	padding-top: 200px;
	padding-bottom: 10px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

.featureCenterTop {
	background-position: center center;
	background-size: cover;
	min-height: 200px;
	padding-top: 30px;
	padding-bottom: 170px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

.featureLeft {
	background-position: right center;
	background-size: cover;
	min-height: 200px;
	padding-top: 200px;
	padding-bottom: 10px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

.featureRight {
	background-position: center center;
	background-size: cover;
	min-height: 180px;
	padding-top: 180px;
	padding-bottom: 10px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

.homeApplyContentArea {
	padding-bottom: 40px;
	padding-top: 40px;
}

.homeApplyContentArea img {
	max-width: 100%;
}

.homeApplyContentArea h3 {
	color: #52237f;
	font-weight: bold;
	text-transform: uppercase;
}

.homeApplyContentArea a {
	color: #f36f21;
	font-weight: bold;
}

.homeApplyContentArea a::after {
	content: " »";
}

.depositAlert {
	border-color: #f36f21;
	background-image: linear-gradient(to bottom, #f89b24 0%, #f36f21 100%);
	background-color: #f36f21;
	padding-top: 12px;
	padding-bottom: 12px;
}

.depositAlert a {
	font-size: 110%;
}

.homepage-action-bar {
	background-color: #2f2f2f;
	padding: 10px 0px;
	text-align: center;
	margin-bottom: 0px;
}

.homepage-action-btn {
	background-color: #efefef;
	background-repeat: no-repeat;
	background-position: 10px center;
	border-radius: 6px;
	color: #52237f;
	display: inline-block;
	font-size: 14px;
	margin: 4px 5px;
	min-width: 80px;
	padding: 8px 10px 8px 10px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.homepage-action-btn:hover {
	background-color: #ffffff;
	color: #52237f;
	text-decoration: none !important;
}

.related-pages {
	padding-top: 60px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
	.homepage-main-content {
		background-image: url('/images/bgMainContent.jpg');
		background-repeat: no-repeat;
		background-size: cover;
	}

	.featureSBSLeft {
		border-bottom: none;
		padding-top: 220px;
	}

	.featureSBSRight {
		padding-top: 220px;
	}

	.featureCenter {
		background-position: center center;
		padding-top: 250px;
		padding-bottom: 10px;
	}
	
	.featureCenterTop {
		background-position: center center;
		padding-top: 30px;
		padding-bottom: 220px;
	}

	.featureLeft {
		background-position: right center;
		padding-top: 150px;
		padding-bottom: 100px;
	}

	.featureRight {
		background-position: center center;
		padding-top: 150px;
		padding-bottom: 100px;
	}

	.featureLeft .featureIntro {
		width: 35%;
		margin-right: 60%;
		margin-left: 5%;
	}

	.featureRight .featureIntro {
		width: 35%;
		margin-left: 60%;
		margin-right: 5%;
	}

	.homeApplyContentArea {
		padding-bottom: 80px;
		padding-top: 80px;
	}

	.homeApplyContentArea img {
		float: left;
		max-width: 200px;
		margin-right: 60px;
	}

	.homepage-action-btn {
		font-size: 18px;
		margin: 4px 5px;
		min-width: 200px;
		padding: 8px 10px 8px 55px;
		text-align: left;
	}

	.homepage-action-btn.apply {
		background-image: url('/homepage/images/btnIconPencil.png');
	}

	.homepage-action-btn.visit {
		background-image: url('/homepage/images/btnIconCar.png');
	}

	.homepage-action-btn.deposit {
		background-image: url('/homepage/images/btnIconCheck.png');
	}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.featureSBSLeft {
		min-height: 300px;
		padding-top: 250px;
		padding-bottom: 10px;
	}

	.featureSBSRight {
		min-height: 300px;
		padding-top: 250px;
		padding-bottom: 10px;
	}

	.featureCenter {
		padding-top: 300px;
		padding-bottom: 10px;
	}
	
	.featureCenterTop {
		padding-top: 40px;
		padding-bottom: 260px;
	}

	.featureLeft, .featureRight {
		padding-top: 150px;
		padding-bottom: 100px;
	}

	.featureIntro h2 {
		font-size: 26px;
		margin-bottom: 5px;
	}

	.featureIntro h4 {
		font-size: 20px;
	}

}

/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {

	.featureContentArea {
		/* padding-top: 140px;
		padding-bottom: 120px;
		margin-top: 50px; */
	}

	.featureSBSLeft {
		min-height: 300px;
		padding-top: 300px;
		padding-bottom: 10px;
	}

	.featureSBSRight {
		min-height: 300px;
		padding-top: 300px;
		padding-bottom: 10px;
	}

	.featureCenter {
		padding-top: 300px;
		padding-bottom: 30px;
	}

	.featureLeft, .featureRight {
		padding-top: 180px;
		padding-bottom: 120px;
	}

}

/* Extra Large devices (large desktops, 1500px and up) */

@media (min-width: 1500px) {

	.featureContentArea {
		/* padding-top: 160px;
		padding-bottom: 140px;
		margin-top: 50px; */
	}

}

/* Mobile Carousel */
.carousel {
	background-color: #2f2f2f;
	margin-bottom: 0px;
}

.carousel .item img {
	width: 100%;
	height: auto;
}

.carousel-indicators {
	top: 10px;
	height: 20px;
}

.carousel-item-text {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	bottom: 0;
	left: 0;
	right: 0;
	color: #eee;
	margin-bottom: 0px !important;
	padding: 10px 10px;
	text-align: center;
}

.carousel-item-text-cta {
	font-size: 12px;
}

/* Collages */
.collageSm, .collageMd {
	background-color: #222;
	padding-top: 0px;
	width: 100%;
	height: 500px;
	overflow: hidden;
	white-space: nowrap;
}

.collageSm {
	padding-top: 0;
	height: 500px;
}

.collageSm .item, .collageMd .item {
	background-size: cover;
	border-right: 2px solid #fff;
	box-sizing: border-box;
	display: inline-block;
	width: 33%;
	height: 500px;
	margin-right: -5px;
	opacity: 1;
	position: relative;
	-webkit-transition: width 0.25s ease-out, opacity 0.25s ease-out;
	-moz-transition: width 0.25s ease-out, opacity 0.25s ease-out;
	-o-transition: width 0.25s ease-out, opacity 0.25s ease-out;
	-ms-transition: width 0.25s ease-out, opacity 0.25s ease-out;
	transition: width 0.25s ease-out, opacity 0.25s ease-out;
}

.collageSm .item2 {
	width: 34%
}

.collageMd .item {
	width: 20%;
}

.collageSm .item:last-child, .collageMd .item:last-child {
	border-right: none;
}

.collageSm .item img, .collageMd .item img {
	width: auto;
	height: 100%;
}

.collageSm .item1, .collageMd .item1 {
	-webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.5s; /* Firefox < 16 */
        -ms-animation: fadein 0.5s; /* Internet Explorer */
         -o-animation: fadein 0.5s; /* Opera < 12.1 */
            animation: fadein 0.5s;
}

.collageSm .item2, .collageMd .item2 {
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

.collageSm .item3, .collageMd .item3 {
	-webkit-animation: fadein 1.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1.5s; /* Firefox < 16 */
        -ms-animation: fadein 1.5s; /* Internet Explorer */
         -o-animation: fadein 1.5s; /* Opera < 12.1 */
            animation: fadein 1.5s;
}

.collageSm .item4, .collageMd .item4 {
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

.collageSm .item5, .collageMd .item5 {
	-webkit-animation: fadein 2.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2.5s; /* Firefox < 16 */
        -ms-animation: fadein 2.5s; /* Internet Explorer */
         -o-animation: fadein 2.5s; /* Opera < 12.1 */
            animation: fadein 2.5s;
}

.collageSm .item .itemText, .collageMd .item .itemText {
	color: #eee;
	background-color: rgba(0, 0, 0, 0.6);
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	padding: 15px 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-transform: none;
	opacity: 0;
	white-space: normal;
}

.collageSm .item:hover .itemText, .collageMd .item:hover .itemText {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.collageSm .item .itemText p, .collageMd .item .itemText p {
	margin: 0;
	padding: 0;
	opacity: 1;
}

.collageSm .item .itemText p.itemTitle, .collageMd .item .itemText p.itemTitle {
	font-size: 22px;
	line-height: 22px;
}

.collageSm .item .itemText p.itemAction, .collageMd .item .itemText p.itemAction {
	color: #ddd;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: right;
}

/* Fadein Effects */
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}