<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* only define template page layout styles here. */
/* any formatting/content styles should be put in 'content.css' */
* {
	outline:none;
}

.primary-color {
	background:#398bc5;
	color:#FFF;
}

html {

}

body {
   background:#fff;
   border-top: 6px solid #800000;
}

.container {
	margin:auto;
}
.water-bg {
	background: url("/templates/custom/utech-foundations/images/water.png") no-repeat bottom center;
}
.masthead-link {
	float: right;
    position: relative;
    margin-top: 138px;
    z-index: 1000;
    font-family: 'Francois One', sans-serif;
    text-transform: uppercase;
    color: #dedede;
}
.masthead-link a, .masthead-link a:visited {
	color: #800000;
	font-size: 16px;
}

.tagline {
 	margin-top:20px;
 	max-width: 100%;
 	height: auto;
 	float: right;
 }

.header {
	float:left;
	width:100%;
	height:169px;
	background:url(/templates/custom/utech2014/images/header.png) no-repeat;
	position:relative;
	z-index: 1001;
}

.header img {
	width: 100%;
	height: auto;
}

.logo a {
	float:left;
	width:310px;
	height:auto;
	display:block;
	margin-top:33px;
}

.logo {
	padding: 5px 20px 20px 20px;
}

.logo img {
		z-index: 1001;
		position: relative;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.slider .flexslider {
	background:none;
	border-radius:0;
	box-shadow:none;
	margin:0;
	border:0;
}

.slider ul li {
	margin: 0
}

.slider img {
	max-width: 100%;
	height: auto;
}
.slider .flex-direction-nav {
	display: none;
}
.slider .flex-control-paging li a {
	background: #800000;
}
.slider .flex-control-paging li a:hover {
	background: #b45851;
}
.slider .flex-control-paging li a.flex-active {
	background: #b45851;
}
.slider .flex-control-nav {
	bottom: 6px;
}

.slider-right {
	background: #800000;
	float: right;
	position: absolute!important;
	height: 100%!important;
	right: 15px;
	top: 0;
	-webkit-border-radius: 0 15px 15px 0;
	-moz-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
	behavior: url(/templates/custom/utech-foundations/js/pie/PIE.htc);
	zoom: 1;
	padding: 30px 37px;
	color: #fff;
	font-size: 20px;
	line-height: 42px;
}
.slider-right h2 {
	font-size: 27px;
	color: #fff;
	font-family: 'Francois One', sans-serif;
	text-transform: uppercase;
	margin-bottom: 17px;
}
.banner_button {
	background: #ab2727;
	padding: 8px 22px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(/templates/custom/utech-foundations/js/pie/PIE.htc);
	text-transform: uppercase;
	display: inline-block;
	font-size: 16px;
	position: relative;
	box-shadow: 3px 3px 1px #6b0000;
}
.banner_button:hover {
	background: #c53b3b;
	text-decoration: none;
}
a.banner_button {
	color: #fff;
	font-family: 'Francois One', sans-serif;
	text-transform: uppercase;
}

.callouts {
	margin-top: 40px;
}
.main_graphic {
	float:left;
	width:100%;
	height: auto;
	margin-top:-59px;
	position:relative;
	z-index:1000;
}

.header_callout {
	position: relative;
	bottom: 39px;
	left: 50px;
	z-index: 1000;
}

.menu_container {
	height:44px;
	background: #f8f8f8;
	border-radius: 10px;
	margin-bottom: 8px;
}

.main_menu {
	margin:auto;
	height:44px;
}

.navbar-header {
	background: #f8f8f8;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #dedede!important;
}

.navbar-default .navbar-brand {
	font-family: 'Francois One', sans-serif;
}
.left-modules {
	overflow: auto;
}

.body_container {
	float:left;
	width:100%;
	background:#FFF;
	padding:25px 0 30px;
	z-index: -10;
	position: relative;
}

.main_body img {
	max-width: 100%;
	height: auto;
}


#full_body {
	float:left;
	width:940px;
	margin:0 10px 0;
}

.strong_footer_container {
	background:#800000 url(/templates/custom/utech-foundations/images/strong-footer-bg.jpg) repeat-x;
	width:100%;
	padding:20px 0 5px;
	border-bottom:4px solid #d7d7d7;
	float:left;
	text-align:center;
}

.footer_container {
	float:left;
	width:100%;
	padding:20px 0 30px;
	text-align:center;
	color:#767676;
	font-size:12px;
	font-family: 'Francois One', sans-serif;
	background: #eeeeee;
}

.footer_container a {
	color:#767676;
}

.footer_container p {
	line-height:18px;
}

.clear { clear:both }


@media (min-width: 1200px) {
	.slider-right {
		max-width: 326px;
	}
}

@media (min-width: 991px) and (max-width: 1199px) { ... }

@media (min-width: 768px) and (max-width: 990px) {
	.tagline {
		padding-left: 72px!important;
	}
		.slider-right h2 {
		margin-top: 0;
	}
	.slider-right p {
		font-size: 17px;
		line-height: 13px;
	}
}

@media (min-width: 768px) {
	.navbar-brand {
		display: none;
	}
	.navbar-nav {
		background: transparent;
	}
}

@media (max-width: 767px) {
	.navbar-nav {
		background: #800000;
		margin: 0;
	}
	.masthead-link {
		display: none;
	}
}

@media (min-width: 481px) and (max-width: 767px)  {
	.menu_container {
		background: #fff;
		height: 52px;
		position: relative;
		z-index: 10;
	}
	.right_modules img {
		display: block;
		margin: auto;
	}
	.masthead-link {
		margin: 20px 0;
		text-align: center;
	}
	.pf-cssmenu-main-menu li.lev1 {
		width: 50%;
		background: #fff!important;
	}
	.pf-cssmenu-main-menu a:hover, .pf-cssmenu-main-menu a:active,
	.pf-cssmenu-main-menu a.item-on {
		background: #fff!important;
	}
	.tagline {
		margin-top: 20px;
		max-width: 100%;
		height: auto;
		z-index: 10000;
		position: relative;
		margin-bottom: 20px;
	}
}

@media (max-width: 480px) {
	.logo a {
		width:100%;
		margin: auto;
	}
	.logo img {
		padding-top:30px;
		max-width: 100%;
		height: auto;
	}
	.main_graphic {
		margin-top: 0px;
	}
	.masthead-link {
		margin: 20px 0;
		text-align: center;
	}
	.header_callout {
		position: relative;
		left: 0px;
		top: 15px;
		z-index: 1000;
		padding-bottom: 25px;
	}
	.header_callout img {
		width: 100%;
		height: auto;
	}
	.menu_container {
		background: #fff;
		height: 52px;
		position: relative;
		z-index: 10;
	}
	.callouts {
		margin-top: 10px;
	}
	.callouts img {
		margin-bottom: 15px;
	}
	.right_modules img {
		display: block;
		margin: auto;
	}
	.body_container img {
		max-width: 100%;
		height: auto;
	}
	.pf-cssmenu-main-menu li.lev1 {
		width: 100%;
		background: #fff!important;
	}
	.pf-cssmenu-main-menu a:hover, .pf-cssmenu-main-menu a:active,
	.pf-cssmenu-main-menu a.item-on {
		background: #fff!important;
	}
	.tagline {
		margin-top: 20px;
		max-width: 100%;
		height: auto;
		float: right;
		z-index: 10000;
		position: relative;
		margin-bottom: 37px;
	}
}</pre></body></html>