@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
/*	box-sizing: border-box;*/
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

/* line 259, ../../../../../../../../usr/local/rvm/gems/ruby-2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 12px 0 12px 0;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  background: #222;
}
/* line 269, ../../../../../../../../usr/local/rvm/gems/ruby-2.3.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  background: #2ba6cb;
  font-size: 16px;
  padding-right: 10px;
  padding-left: 10px;
}

.bgc {
	background-color: green !important;
}

p {
	text-align:justify !important;
	padding-bottom: 10px; !important; 
}

.Red {
	color: #F00;
}

ul {
  margin-left: 1.25em !important;
  list-style-position: outside !important;
}

/*
header {
	padding: 5px;
}

/* Container holding the images and text for header */
/*
.ahead {
    position: relative;
    color: white;
	height: 32px;
}

/* h1 text */
/*
.bhead {
    position: absolute;
	color: white;
    top: 400px;
    left: 135px;
}

.bhead h1 {
	color: white;
}

.bshead {
    position: absolute;
	color: white;
    top: 135px;
    left: 135px;
}

.bshead h1 {
	color: white;
}


/* TU Logo */
/*
.chead {
    position: absolute;
	background: white;
    bottom: 15px;
    left: -130px;
}

/*
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

img-small {
	width: 10%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
*/
/*
footer {
	padding: 5px 5px;
	background-color: transparent;
}

.footer-left-text {
	padding: 5px 5px;
	position: relative;
	float: left;
	color: white;
	background-color: transparent;
}


body {
	margin-left: auto;
	margin-right: auto;
	background: white;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 192px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

/*
.hero {
	background-image: url(images/hero.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}

h1 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 60px;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 23px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 120px;
}

h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 35px;
}

p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}
*/

/*

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.info-box-tan {
	background-color: #b9a88e;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-dark {
	background-color: #2D2D35;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}
*/

/* Header Row for image */
/*
.hrow {
	position: relative;
	top: 0px;
	z-index: 1;
	background-color: white;
}

.hsrow {
	position: relative;
	top: 0px;
	z-index: 1;
	background-color: white;
}

/* Menu for Header */
/*
.hmenu {
	position: relative;
	top: 0px;
	z-index: 2;
/*	left: 0px;*/
/*
	background-color: black;
}

/* footer Row for image */
.ftrow {
	position: relative;
	text-align: center;
}

/* footer text to overlay footer image*/
.fttext {
	position:absolute;
	top: 4%;
	left:32%;
}

.fttext p {
	color: white;
	text-align:center;
}

/* footer Row for 3 links */
/*
.ft2row {
	position: relative;
	left: 0px;
	bottom: 0px;
	background-color: white;
}
*/

.info-box {
	background-color: white;
	color: black;
/*	padding: 30px 20px 60px;*/
	text-align: center;
}

/*
.info-box-left {
	background-color: white;
	color: black;
/*	padding: 30px 20px 60px;*/
/*
	text-align: left;
}


.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*Tablet View*/
/*

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}

/*
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	.col-md-one-half {
		width: 50%;
	}

	.col-one-third {
		width: 33%;
	}

	.col {
		float: left;
  		padding: 0px 5px 5px; 
	}
}

/*Desktop View*/
/*

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}

