<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*a,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}*/
.tm-color-white { color: white; }
.tm-bg-primary { background: #ee5057; }
.tm-bg-gray { background: #F4F4F4; }
.tm-bg-white { background: white; }
.tm-sidebar-pad { padding: 15px 20px; }
.tm-sidebar-pad-2 { padding: 21px 20px; }
.tm-font-light { font-weight: 300; }
.tm-font-normal { font-weight: 400; }
.tm-font-semibold { font-weight: 500; }
.tm-section-pad {
/*	padding-top: 10px;*/
	padding-bottom: 20px;
}

.tm-sidebar-title {
	font-size: 1.3rem;
	margin-bottom: 5px;
	text-align: center;
}

.des-icon {
	font-size: 30px;
	margin-top: 20px;
	margin-left: 10px;
}
.tm-sidebar-item-title {
	font-size: 1.0rem;
	letter-spacing: 1px;
	margin-bottom: 0;	
}

.tm-sidebar-pad-2 a {
	text-decoration: none;
}
.tm-recommended-item h4 { 
	color: black; 
	transition: all 0.3s ease;
}

.tm-recommended-item:hover h4 { color: #ee5057; }

.tm-media {
	background-color: #f4f4f4; 
	margin-bottom: 15px;
	display: flex;
	min-height: 70px;
	padding: 1% 0 1% 0;
}


.tm-media-body,
.tm-media-body-1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	padding-left: 25px;

}

/* IE Fixes */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     .ie-h-align-center-fix {
     	margin-left: 0;
     	margin-right: 0;
     }

     .ie-10-ml-auto { float: right; }
     .tm-media-body, .tm-media-body &gt; * { width: 100%; }
     .tm-media-body-1, .tm-media-body-1 &gt; * { width: 100%; }
     .tm-media-1 &gt; * { flex: 1 1 auto; }
}

@media all and (max-width: 1199px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.ie-container-width-fix { width: 960px; }
}

@media all and (max-width: 600px) {
	.ie-container-width-fix-2 { width: 100%; }
}

@media all and (max-width: 560px)  and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.ie-container-width-fix {
		max-width: 530px;
		width: 100%;
	}	
}</pre></body></html>