/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.cta{ background-color: rgba(244,193,125, 0.5); }

html {scroll-behavior: smooth; }

.hotTopicsText {
	
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1; /* number of lines to show */
		line-height: 1.5em;        /* fallback */
		max-height: 3em;       /* fallback */
	 
}

.spacer-40 {
	height: 40px;
}

.spacer-20 {
	height: 20px;
}

.top {
	min-height: 300px;
}

.top-margin-md {
	margin-top: 80px !important;
}

.slider-text-gold {
	color: #f4c17d;
}

.rightpadding {
	padding-right: 60px;
}


.toppadding-sm {
    padding-top: 50px;
}

.promo.promo-flat {
    background-color:#f4c17d;
}

.button.contact {
	background-color: #0E93CC;
}

label {
	font-weight: 300px !important;
	margin-bottom: 0px !important;
}

#list li {
	font-size: 20px;
	font-family: 'Roboto', sans-serif !important;
}

.pillar1 {
	background-color: #1e324f;
	height: 50px;
	padding-top: 8px;
}

.pillar1sub {
	background-color: #324b6d;
	padding: 20px;
	height: 400px;
}

.pillar2 {
	background-color: #b66200;
	height: 50px;
	padding-top: 8px;
	
}

.pillar2sub {
	background-color: #ea8712;
	padding: 20px;
	height: 400px;
}

.pillar3 {
	background-color: #1e6750;
	height: 50px;
	padding-top: 8px;
}

.pillar3sub {
	background-color: #299271;
	padding: 20px;
	height: 400px;
}

.card-gojusto {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	border: 1px solid #ccc;

	}