@charset "utf-8";
/* CSS Document */

/* --------------- Structure --------------- */

body {
	min-width: 320px;
	font-size: 18px;
	line-height: 2;/*overflow: hidden;*/
}
@media (min-width: 768px) {
	body {
		font-size: 17px;
	}
}

/* --------------- Links --------------- */


a {
  color: #85b9e4;
  text-decoration: none;
  transition: all ease-in-out 300ms;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
}
a:hover, a:focus {
  color: #85b9e4;
}

/* --------------- Typography --------------- */

h1 {
	/*color: #bcbdc0;*/
	color: #a6a7aa;
	text-transform: uppercase;
	font-size: 45px;
	letter-spacing: 1px;
	margin: 0 0 35px;
}
h2 {
	font-size: 45px;
	margin-top: 0;
	margin-bottom: 25px;
  /*text-transform: lowercase;*/
}
h3 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 10px 0;
}
h4 {
	margin-bottom: 20px;
	font-weight: 700;
}
#contentPage h1 {
  font-family: "league-gothic", sans-serif;
  font-weight: 500;
  font-size: 50px;
  letter-spacing: normal;
  color: #26445e;
  text-transform: none;
  margin-bottom: 5px;
}
#home h2 {
	font-size: 6vw;
	margin-bottom: 15px;
  	padding-bottom: 10px;
  	position: relative;
}
#home h3 {
	font-family: "futura-pt", sans-serif;
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 15px;
  	padding-bottom: 10px;
  	position: relative;
}
#home h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0;
  left: 25%;
  border-bottom: 1px solid #979a9e;
}
#contentPage h2 {
  font-family: "league-gothic",sans-serif;
}
#contentPage h3 {
  font-family: "league-gothic",sans-serif;
	font-size: 35px;
}
@media (min-width: 768px) {
	#home h2 {
		font-size: 5vw;
	}
	#contentPage h1 {
		font-size: 65px;
}
}
@media (min-width: 992px) {
#home h2 {
	font-size: 4vw;
}
}
@media (min-width: 1200px) {
#home h2 {
	font-size: 3vw;
}
}
#home .whiteTexture h2 {
  /*font-weight: bold;*/
  margin-bottom: 40px;
}
#home .white h2, #home .white-2 h2 {
  margin-bottom: 20px;
  color: #26445e;
}
#home .white p {
  font-size: 20px;
}
#home .white-2 p {
  font-size: 17px;
}
#contentPage p {
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 35px;
	color: #999999;
}
#contentPage h1 + p {
  line-height: 25px;
}
#contentPage p strong {
  font-size: 20px;
  color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	display: block;
}
.large {
	font-size: 120%;
	line-height: 160%;
}
.breadcrumb {
	background: none;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #c7c8ca;
  content: "//";
}
.breadcrumb > .active {
  color: #c7c8ca;
}
.homepage-thumbnail-container h3 {
  margin: 0 0 6px 0;
  color: #205C8F;
  padding-bottom: 6px;
  position: relative;
  overflow: hidden;
}
/*.homepage-thumbnail-container h3:before {
  content: "";
  position: absolute;
  width: 25%;
  height: 1px;
  bottom: 0;
  border-bottom: 1px solid #979a9e;
  transition: all ease-in-out 300ms;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
}*/


.homepage-thumbnail-container h3 > a {
  position: relative;
  color: #155E9E;
  text-decoration: none;
  display: block;
}

.homepage-thumbnail-container h3 > a:hover {
  color: #175892;
}
.homepage-thumbnail-container h3 > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -10px;
  left: -50%;
  background-color: #6e7073;
  
  -webkit-transform: scaleX(0.6);
  transform: scaleX(0.6);

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.homepage-thumbnail-container h3 > a:hover:before {
  width: 125%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



.homepage-thumbnail-container p {
  margin: 0 0 0 0;
  font-size: 18px;
  line-height: 20px;
}
.homepage-thumbnail-container ul {
  padding-left: 0;
}
.homepage-thumbnail-container li {
  list-style-type: none;
  font-size: 15px;
  line-height: 18px;
}
.homepage-thumbnail-container li:nth-of-type(1){
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.homepage-thumbnail-container li:nth-of-type(2){
  display: inline;
  margin-top: -5px;
}
.homepage-thumbnail-container li:nth-of-type(3){
  display: inline;
  
}
@media (min-width: 768px) {
.breadcrumb {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 15px 0;
}
}

/* --------------- Blocks --------------- */


main section {
	padding-top: 60px;
	padding-bottom: 60px;
}
#contentPage main section {
	padding-top: 40px;
	padding-bottom: 60px;
}
@media (min-width: 768px) {
	#contentPage main section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
#contentPage section.white {
  padding-top: 30px;
	padding-bottom: 30px;
}
.col-centered {
	float: none;
	margin: 0 auto;
}
.panel {
	color: #939598;
	padding: 0 30px 15px;
	line-height: 1.6em;
	margin: 50px 15px;
}
button, .btn {
	transition: all ease-in-out 300ms;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
}
/*.stroke-grey {
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  padding: 20px 10px;
}*/
@media (min-width: 544px) {
.stroke-grey {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 30px;
  background:#F7F7F7;
}
}
@media (min-width: 768px) {
.at-share-btn-elements {float:right;}
}
@media (min-width: 992px) {
.panel {
	margin: 50px 0;
}
}
.whiteTexture {
  /*background-color: #e6ebee;*/
	background: url(https://www.lonestar.edu/lsc-online/images/tileBkgd_white3_500.jpg) repeat;
	padding: 40px 0;
	/*color: #939598;*/
	color: #6e7073;
}
.whiteTexture .btn-learnMore {
	border-color: #6e7073;
	color: #6e7073;
	padding: 8px 30px;
	font-weight: bold;
}
.whiteTexture .btn-learnMore:hover {
	border-color: #57585b;
	background-color: #57585b;
	color: #ffffff;
}
.whiteTexture .homepage-thumbnail .btn-learnMore {
	padding: 6px 15px;
  font-size: 12px;
  float: right;
}
.whiteTexture .homepage-thumbnail .btn-learnMore:hover {
	border-color: #944134;
	background-color: #ffffff;
	color: #944134;
}

.whiteTexture hr {
	border-top: 1px solid #bfbfbf;
}
.whiteTexture li a, .whiteTexture p a {
	color: #337ab7;
}
.white h2 {
  color: #6e7073;
  text-align: center;
}
.homepage-thumbnail-container {

}
.homepage-thumbnail {
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  margin-bottom: 15px;
}

.homepage-thumbnail-container img {
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
.homepage-thumbnail-container:nth-of-type(odd) {
  clear: left;
}
.homepage-thumbnail {
    min-height: 340px;
}
}
@media (min-width: 992px) {
.homepage-thumbnail-container:nth-of-type(odd) {
  clear: none;
}
.homepage-thumbnail-container:nth-of-type(3n) {
  margin-bottom: 20px;
}
.homepage-thumbnail-container:nth-of-type(3n+1) {
  clear: none;
}
.homepage-thumbnail {
    min-height: 385px;
}
}
@media (min-width: 1200px) {
.homepage-thumbnail-container:nth-of-type(3n) {
  margin-bottom: 0;
}

}
.texture h2 {
}
.video-rounded {
	border: 5px solid #cccccc;
	border-radius: 10px;
}
img {
	max-width: 100%;
}
main img, .embed-responsive {
	margin-bottom: 20px;
}
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
/*.hero-home {
	color: #ffffff;
	width: 100%;
	height: 300px;
	display: block;
	background:url(../images/videoframe.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}*/
/*.hero-home {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
	height: 300px;
	padding-bottom: -58.25%;
	background:url(../images/hero_laptoplanding2.jpg) no-repeat;
	background-size: cover;
	background-position: left top;
}*/

/*.hero-home-video {
	z-index: -100;
	max-width: 100%;
	position:absolute;
}*/
.hero-home {
	max-height: 500px;
	/*border: 5px solid #b30838;*/
	display: flex;
  justify-content: center;
  align-items: center;
  resize: both;
  overflow: hidden;
  position: relative;
}
.video-container {
  position: relative;
	resize: both;
  overflow: hidden;
  width: 100%;
}
video {
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.overlay-desc {
  background: rgba(0,0,0,0);
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-home .caption {
	position: absolute;
	bottom: 0 !important;
	background-color: rgba(5,18,29,0.70);
	padding: 15px 0 5px 0;
	width: 100%;
	z-index: 10;
	visibility: hidden;
}
.hero-home .caption ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.hero-home .caption li {
	background-image: url(../images/checkmark-encircled.png);
	background-repeat: no-repeat;
	background-position: 0;
	background-size: 28px 28px;
	padding-left: 3em;
	color: #a9e1f2;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 12px;
}
.hero-home h1 {
	display: block;
	width: 100%;
	font-size: 10vw;
	color: #ffffff;
	text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 0px;
	font-weight: normal;
	text-align: center;
}

@media (max-width: 768px) {
	.video-container video {
		display: none;
	}
}
@media (min-width: 768px) {
	.video-container img {
		display: none;
	}
	.hero-home .caption li {
		background-image: url(../images/checkmark-encircled.png);
		background-repeat: no-repeat;
		background-position: 0;
		background-size: 23px 23px;
		padding-left: 3em;
		color: #D0D0D0;
		font-weight: bold;
		font-size: 14px;
		margin-bottom: 12px;
	}
	.hero-home .caption {
		visibility: visible;
	}
	.hero-home .caption li {
		font-size: 17px;
		padding-left: 2.5em;
	}
	.overlay-desc {
		padding-bottom: 50px;
	}
}
@media (min-width: 992px) {
	.hero-home .caption li {
		font-size: 19px;
		padding-left: 2.25em;
	}
	.hero-home h1 {
		font-size: 100px;
	}
}
@media (min-width: 1200px) {
	.hero-home .caption li {
		font-size: 20px;
		padding-left: 1.75em;
	}
}
#home .hero-home h3 {
	font-size: 3vw;
	line-height: 8vw;
	color: #ffffff;
	text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	text-transform: uppercase;
  	text-align: center;
  	font-style: normal;
  	width: 75%;
	margin: 2px auto 10px auto;
  	padding: 15px 0;
	letter-spacing: 0px;
  	position: relative;
	display: block;
	clear: both;
}
#home .hero-home h3:before {
  content: "";
  position: absolute;
  width: 75%;
  height: 1px;
  top: 0;
  left: 12.5%;
  border-bottom: 1px solid #ffffff;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}
/*#home .hero-home h3:after {
  content: "";
  position: absolute;
  width: 75%;
  height: 1px;
  bottom: 0;
  left: 12.5%;
  border-bottom: 2px solid #ffffff;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}*/
.hero-home h5 {
	font-size: 19px;
	color: #F3F3F3;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-style: italic;
	margin-bottom: 20px;
}
.btn-hero {
	background-color: rgba(256, 256, 256, 0.45);
	border: none;
	/*box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);*/
	border-radius: 5px;
	color: #003768;
	font-weight: 700;
	padding: 8px 30px;
}
.btn-hero:hover {
	/*color: #a1d3ff;*/
	background-color: rgba(256, 256, 256, 1);
}
.hero-small {
	color: #ffffff;
	width: 100%;
	min-height: 150px;
	display: block;
	margin-bottom: 35px;
}
/*.hero-small.degreesCourses {
	background: url(../images/hero-plaidShirt.jpg) no-repeat;
}
.hero-small.cost {
	background: url(../images/hero_girlSmiling.jpg) no-repeat;
}
.hero-small.onlineResources {
	background: url(../images/hero_girlTablet.jpg) no-repeat;
}
.hero-small.requestMoreInfo {
	background: url(../images/hero_handsonLaptop.jpg) no-repeat;
}
.hero-small.degreesCourses, .hero-small.cost, .hero-small.onlineResources
, .hero-small.requestMoreInfo {
	background-size: cover;
	background-position: center center;
}*/
.hero-small.whiteTexture {
	background:#E0E3E8;
	background-position: center center;
	min-height: 50px;
	padding: 40px 0;
	/*color: #939598;*/
	color: #6e7073;
	margin-bottom: 0;
}
.hero-small.whiteTexture h3 {
	margin-bottom: 30px;
}
.hero-small.whiteTexture h3 a {
	color: #6e7073;
	border-bottom: 1px dotted #6e7073;
}
.hero-small.whiteTexture h3 a:hover {
	text-decoration: none;
	color: #85b9e4;
	border-bottom: 1px dotted #85b9e4;
}
.btn-blue, .btn-blue:visited, .btn-guide, .btn-guide:visited {
	display: block;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	background-color: #003768;
	border: 1px solid #003768;
	border-radius: 5px;
	width: 70%;
	padding: 12px 40px;
	margin: 0 auto 25px auto;
}
.btn-guide {
	width: 100%;
}
.btn-blue:hover, .btn-guide:hover {
	background-color: transparent;
	border: 1px solid #003768;
	color: #003768;
}
.whiteTexture .btn-primary, .whiteTexture .btn-primary:hover, .whiteTexture .btn-primary:focus {
	color: #ffffff !important;
	margin-bottom: 15px;
	font-weight: bold;
}
img.guide {
	max-width: 75%;
}
@media (min-width: 544px) {
#home .hero-home h3 {
	font-size: 3vw;
	line-height: 5vw;
	width: 75%;
	padding: 6px 0;
}
.hero-home.spotlight {
	padding-top: 40px;
	/*min-height: 300px;*/
}
.hero-small {
	min-height: 200px;
}
.btn-blue {
	width: 50%;
}
.btn-guide {
	width: 70%;
}
}
@media (min-width: 768px) {
#home .hero-home h3 {
	font-size: 3vw;
	line-height: 5vw;
}
#home .hero-home h3:before {
  width: 50%;
  left: 25%;
}
#home .hero-home h3:after {
  width: 50%;
  left: 25%;
}
.hero-home.core-classes {
  padding-top: 55px;
  padding-bottom: 40px;
}
.hero-home.core-classes h1 {
  font-size: 50px;
  line-height: 55px;
}
.hero-home h5 {
	font-size: 26px;
}
.btn-hero {
	background-color: transparent;
	border: solid 1px #ffffff;
	border-radius: 5px;
	color: #ffffff;
	font-weight: 700;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	padding: 8px 30px;
}
.btn-hero:hover {
	color: #48494c;
	background-color: #ffffff;
	text-shadow: none;
}
.hero-small {
	color: #ffffff;
	width: 100%;
	min-height: 250px;
	display: block;
	margin-bottom: 35px;
}
.btn-blue, .btn-guide {
	display: inline-block;
	margin: 0 20px 25px 20px;
}
img.guide {
	max-width: 90%;
}
}
@media (min-width: 992px) {
.hero-home.spotlight {

	padding-top: 55px;
}
.hero-home.core-classes {
  padding-top: 68px;
  padding-bottom: 50px;
}

.hero-home.core-classes h1 {
  font-size: 62px;
	line-height: 64px;
}
.hero-home h5 {
	font-size: 26px;
}
img.guide {
	max-width: 80%;
}
}
@media (min-width: 1200px) {
.hero-home.spotlight {
	padding-top: 50px;
	padding-bottom: 50px;
}
#home .hero-home h3 {
	font-size: 30px;
	line-height: 45px;
}
#home .hero-home h3:before {
  width: 60%;
  left: 20%;
}
#home .hero-home h3:after {
  width: 60%;
  left: 20%;
}
.hero-home.core-classes {
  padding-bottom: 60px;
}

.hero-home.core-classes h1 {
  font-size: 75px;
  line-height: 77px;
}
.hero-home h5 {
	font-size: 30px;
	margin-top: 15px;
	margin-bottom: 30px;
}
img.guide {
	max-width: 70%;
}
}
/* --------------- Header --------------- */

#campuses {
	background-color: #e7e7e8;
	font-size: 11px;
	line-height: 1.4;
}
html[data-useragent*='MSIE 10.0'] #campuses {
	display: none;
}
#campuses ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: start;
	-moz-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0;
	padding: 0;
}
#campuses li {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	box-sizing: border-box;
	list-style: none;
}
#campuses li a {
	color: #a9abae;
	display: block;
	padding: .4em .4em .5em;
}
#campuses li:first-child a {
	padding-left: 0;
}
#campuses li:last-child a {
	padding-right: 0;
}
#campuses li a.active {
	background: #183866;
	padding: .4em .7em .5em;
}
@media (min-width: 992px) {
#campuses {
	font-size: 14px;
}
}
@media (min-width: 1200px) {
#campuses {
	font-size: 15px;
	height: 33px;
}
#campuses li a {
	color: #a9abae;
	display: block;
	padding: .5em .5em;
}
}

@media (min-width: 420px) {
#mainLogo {
	max-width: 250px;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 8px;
}
}
@media (min-width: 768px) {
#mainLogo {
	max-width: 250px;
	height: 26px;
}
}
@media (min-width: 1200px) {
#mainLogo {
	max-width: 250px;
	height: 26px;
}
}
.utilities-mobile {
	position: relative;
	z-index: 999;
	padding: 8px 0 0 15px;
}
.utilities-mobile ul {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 14px;
}
.utilities-mobile li {
	box-sizing: border-box;
	list-style: none;
	display: inline-block;
	margin-left: 7%;
}
.utilities-mobile li a {
	color: #ffffff;
}
.utilities-mobile li a:hover {
	color: #c0eaff !important;
	text-decoration: none;
}
.utilities-mobile li:first-child {
	margin-left: 0;
}
.utilities-mobile li:first-child a {
	color: #a1d3ff;
}
.utilities-mobile li:first-child a:hover {
	color: #c0eaff !important;
	text-decoration: none;
}
.utilities-mobile li:last-child {
	height: 0;
	width: 0;
	overflow: hidden;
}
@media (min-width: 544px) {
.utilities-mobile li:last-child {
	height: auto;
	width: auto;
	overflow: visible;
}
}

/*@media (max-width: 350px) {
.utilities ul {
	display: block;
	font-size: 13px;
}
}*/
@media (min-width: 432px) {
.utilities ul {
	font-size: 15px;
}
.utilities li {
	margin-left: 10%;
}
}
@media (min-width: 544px) {

.utilities ul {
	display: block;
	font-size: 18px;
}
.utilities li {
	display: inline-block;
	margin-left: 10%;
}
.utilities li:first-child {
	margin-left: 0;
	color: #a1d3ff;
}
.utilities li a:hover {
	color: #c0eaff !important;
	text-decoration: none;
}
.utilities li:first-child a {
	/*color: #a1d3ff !important;*/
}
.utilities li:first-child a:hover {
	/*color: #c0eaff !important;*/
	text-decoration: none;
}

}
@media (min-width: 768px) {

.utilities {
	margin-top: 12px;
	padding-right: 0;
	padding-left: 0;
}
.utilities button {
	background-color: #ffffff;
	color: #003768;
	letter-spacing: 0.02em;
	border: 1px solid #315d85;
	padding: 2px 16px 0 16px;
	margin-left: 10px;
	font-size: 16px;
	line-height: 30px;
}
.utilities button.search {
	padding: 2px 10px 0 10px;
}
.utilities button:hover {
	color: #456f97;
}
.utilities .navbar-form {
	margin-top: 0;
}
.utilities ul {
	text-align: right !important;
	font-size: 14px;
	padding: 0;
	margin-top: 20px;
}
.utilities li {
	display: inline-block;
	margin-left: 15px;
}
#onlineResources, #askLS {
	display: inline;
	height: 30px;
	/*position: absolute;
	top: 0;*/
}
#onlineResources {
	/*right: 150px;*/
}
#askLS {
	/*right: 70px;*/
}
#header_search {
	display: inline;
	/*position: absolute;
	top: 0;
	right: 0;*/
}
#search_input {
	color: #b3b3b3 !important;
	height: 33px;
	line-height: 33px;
	border: 1px solid #315d85;
	padding-left: 10px;
	width: 20px;
}
.btn-search {
	border-radius: 0;
}
}
@media (min-width: 992px) {
.utilities {
	margin-top: 15px;
}
.utilities button {
	font-size: 17px;
	padding: 0 16px;
}
.utilities button.search {
	padding: 0 10px;
}
.utilities button:hover {
	color: #456f97;
}
.utilities ul {
	font-size: 15px;
}
}
@media (min-width: 1200px) {
.utilities {
	margin-top: 20px;
}
.utilities ul {
	font-size: 17px;
	margin-top: 6px;
}
}
/*.utilities ul {
	text-align: right;
	padding-left: 20%;
}
.utilities li {
	display: inline-block;
	margin-right: 7%;
}
.utilities li:last-child {
	margin-right: 0;
}*/
.utilities li a {
	/*color: #87b0d7;*/
	color: #b0d1ed;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar {
	margin-bottom: 0;
	border: none;
	min-height: 0;
}
.navbar-default {
	background-color: #003768;
}
.navbar-default .navbar-nav > li > a {
	color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #85b9e4;
	background-color: transparent;
}
@media (max-width: 768px) {
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #ffffff;
	background-color: #134776;
	padding-left: 25px;
	font-size: 20px;
}
}
.navbar-header {
	background-color: #003768;
}
.navbar-toggle {
	margin-top: 4px;
	margin-bottom: 12px;
}
#headerLogo {
	/*padding-bottom:-19.6%;*/	
	height: 49px;
	width: 250px;
	max-width: 100%;
}
#homeIcon {
}
#secondaryNav {
	opacity: 0.9;
	background-color: #003768;
	color: #ffffff;
	padding: 10px 0 0 0;
}
#secondaryNav a {
	color: #ffffff;
}
#primaryNav {
	background-color: #003768;
	border-bottom: 2px solid #b30838;
}
@media (min-width: 768px) {
#secondaryNav .btn-utility {
	background-color: #ffffff;
	color: #003768;
	border-radius: 0;
	border: solid 1px #315d85;
	font-size: 17px;
	padding: 4px 6px;
	margin-right: 3px;
}
#secondaryNav .btn-search {
	background-color: #ffffff;
	color: #003768;
	border-radius: 0;
	border: solid 1px #315d85;
	font-size: 17px;
	padding: 1px 0 0 0;
	margin-left: 0px;
	margin-top: 2px;
	display: inline-block;
	text-align: center;
	width: 30px;
}
#headerCTA {
	width: 100%;
}
#mainSearch {
	width: 100px;
	display: inline-block;
}
#searchInput {
	border-radius: 0;
	border: solid 1px #315d85;
	display: inline-block;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 4px;
	width: 100%;
}
#primaryNav {
	background-color: #b30838;
	border-bottom: none;
	height: 10px !important;
}
#primaryNav p {
	color: #ffffff;
}
#primaryNav .navbar {
	background-color: #b30838;
	margin-bottom: 0;
	border: none;
	/*height: 20px !important;*/
}
#primaryNav .navbar-default {
	/*height: 20px !important;*/
}
#primaryNav .navbar-static {
	/*height: 20px !important;*/
}
#primaryNav .dropdown-toggle {
	color: #ffffff;
}
#homeIcon {
	color: #ffffff;
}
.navbar-nav > li > a {
	/*display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: start;
	-moz-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;*/
	font-size: 11px;
	text-transform: uppercase;
	padding: 8px 4px 10px 5px;
	font-weight: 700;
}
.navbar-nav > li {
	/*-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;*/
	box-sizing: border-box;
	list-style: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #9b052f;
}
/*.navbar-nav > li {
	font-size: 13px;
}*/

#primaryNav .dropdown-menu {
	/*background-color: #003768;*/
	background-color: #002953;
	border: none;
	/*width: 100%;*/
}
}
@media (min-width: 992px) {
#mainSearch {
	width: 120px;
}
#secondaryNav .btn-utility {
	padding: 4px 10px;
	margin-right: 4px;
}
.navbar-nav > li {
}
.navbar-nav > li > a {
	padding: 8px 8px;
	font-size: 14px;
}
}
@media (min-width: 1200px) {
#mainSearch {
	width: 140px;
}
#secondaryNav .btn-utility {
	padding: 4px 14px;
}
.navbar-nav > li {
}
.navbar-nav > li > a {
	padding: 9px 15px;
	font-size: 16px;
}
}
.dropdown-large {
	position: static !important;
}
.dropdown-menu-large {
	margin-left: 16px;
	margin-right: 16px;
	/*padding: 25px 0px 15px 0px;*/
	padding: 0;
}
.dropdown-menu-large > li, .dropdown-menu-large > div {
	padding-top: 40px;
	padding-bottom: 20px;
}
.dropdown-menu-large > li > ul, .dropdown-menu-large > div > li > ul {
	padding: 0;
	margin: 0;
}
.dropdown-menu-large ol {
	font-size: 16px;
}
.dropdown-menu-large ol a {
	color: #ffffff;
}
.dropdown-menu-large ol li a:hover {
	color: #85b9e4;
	text-decoration: none;
}
.dropdown-menu-large > li > ul > li, .dropdown-menu-large > div > li > ul > li {
	list-style: none;
	font-size: 16px;
	margin-bottom: 6px;
}
.dropdown-menu-large > li > ul > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 300;
	line-height: 1.428571429;
	color: #ffffff;
	white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover, .dropdown-menu-large > li ul > li > a:focus {
	text-decoration: none;
	color: #85b9e4;
	/*background-color: #f5f5f5;*/
}
.dropdown-menu-large .disabled > a, .dropdown-menu-large .disabled > a:hover, .dropdown-menu-large .disabled > a:focus {
	color: #999999;
}
.dropdown-menu-large .disabled > a:hover, .dropdown-menu-large .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
	color: #428bca;
	font-size: 18px;
}
/*.navbar-form .form-group {
	margin-bottom: 0;
}*/
.dropdown-menu-large h3 {
	color: #ffffff;
	font-size: 24px;
	border-bottom: 1px solid rgba(256,256,256,0.3);
	margin: 0 0 8px 0;
	padding-bottom: 4px;
}
.dropdown-menu > li > a {
  /*padding: 0;*/
}
.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(256,256,256,0.5);
}
.navbar-form .form-control {
	width: 88%;
	float: left;
}
.navbar-form button {
	margin-top: -16px;
	margin-left: 3%;
	width: 9%;
	min-width: 20px;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}
.navbar-form button span {
	margin: 0 auto;
}


@media (min-width: 768px) {
.dropdown-menu-large h2 {
	font-size: 19px;
	font-weight: 400;
	margin: 0 0 10px 0;
	padding-bottom: 0;
}
.dropdown-menu-large h3 {
	font-size: 17px;
	font-weight: 700;
	border-bottom: none;
	margin: 0 0 10px 0;
	padding-bottom: 0;
}
.dropdown-menu-large > li > ul > li > a {
	padding: 3px 0;
	line-height: 21px;
	font-size: 16px;
}
#dropdown_programsOfStudy, #dropdown_admissions, #dropdown_studentServices {
	width: 100%;
}
#dropdown_payingForCollege {
	width: 50%;
	margin-left: 33%;
}
#dropdown_communityBusiness {
	width: 50%;
	margin-left: 50%;
}
#dropdown_libraries {
	width: 50%;
	margin-left: 50%;
}
.dropdown-menu-large img {
	margin-bottom: 12px;
}
.menu-promo {
	/*background-color: #b30838;*/
	background:#E0E3E8;
	background-repeat: repeat;
}
.menu-promo p {
	line-height: 24px;
}
.menu-promo .btn-menu-promo {
	color: #ffffff;
	font-weight: 700;
	font-size: 16px;
	width: inherit;
	padding: 0;
}
.menu-promo .btn-menu-promo:hover {
	color: #85b9e4;
	background-color: transparent;
	padding: 0;
}
}
@media (min-width: 992px) {
.menu-promo h3 {
	font-size: 18px;
}
#dropdown_payingForCollege, #dropdown_communityBusiness, #dropdown_libraries {
	width: 76%;
	margin-left: 25.5%;
}
#dropdown_payingForCollege .menu-promo {
	min-height: 367px;
}
#dropdown_communityBusiness .menu-promo {
	min-height: 421px;
}
}
@media (min-width: 1200px) {
.menu-promo p {
	font-size: 16px;
}
}
@media (max-width: 768px) {
.dropdown-menu-large {
	/*margin-left: 0;
	margin-right: 0;*/
	list-style: none !important;
}
.dropdown-menu-large ol, .dropdown-menu-large ul {
	color: #ffffff;
	font-size: 16px;
}
.dropdown-menu-large > li {
	margin-bottom: 15px;
}
.dropdown-menu-large > li:last-child {
	margin-bottom: 0;
}
.dropdown-menu-large .dropdown-header {
	padding: 3px 15px !important;
}
}
header .alert {
	margin-bottom: 0;
}

/* --------------- Buttons --------------- */
button {
	text-transform: uppercase;
}
section.dark-blue a.btn-learnMore {
	background-color: transparent;
	border: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	border-radius: 5px;
	font-weight: 700;
	padding: 8px 30px;
	color: #ffffff;
}
section.dark-blue a.btn-learnMore:hover {
	background-color: #ffffff;
	border: solid 1px #ffffff;
	color: #003768;
}

/* --------------- Tabbed Content --------------- */
.dark-blue {
	background-color: #183866;
	color: #ffffff;
}
.medium-blue {
	background-color: #0e4b8c;
	color: #ffffff;
}
.light-blue {
	background-color: #1e5695;
	color: #ffffff;
}
/*section.dark-blue {
	padding: 50px 0;
}*/
section.dark-blue a {
	/*text-decoration: underline;*/
	/*color: #d6e4f3;*/
	color: #a9ccf2;
	border-bottom: 1px dotted #7599c1;
	text-decoration: none;
}
section.dark-blue a:hover, section.dark-blue a:focus {
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
}
.dark-blue .btn-learnMore:hover {
	background-color: #ffffff;
}
.nav-tabs {
	font-weight: 700;
	border-bottom: none;
}
.nav-tabs > li {
	display: block;
	width: 100%;
	margin: 0 auto 24px auto;
}
.nav-tabs > li a {
	border-bottom: none;
	border-radius: 6px;
	width: 90%;
	margin: 0 auto;
	background-color: none;
	border: 1px solid #b3b3b3;
	font-size: 17px;
	color: #e5e5e5;
}
.nav-tabs > li a:hover, .nav-tabs > li a:focus {
	color: #87b0d7;
	background-color: #183866;
	text-decoration: none;
	border-color: #87b0d7;
	box-shadow: inset 0px 0px 0px 2px #87b0d7;
	border-style: solid;
}
.nav-tabs > li.active > a:hover {
  color: #003768;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  box-shadow: none;
}

.dark-blue #tabContent1 ul, .dark-blue #tabContent2 ul, .dark-blue #tabContent3 ul {
	margin-bottom: 17px;
}
.dark-blue #tabContent1 li, .dark-blue #tabContent2 li, .dark-blue #tabContent3 li {
	line-height: 24px;
	margin-bottom: 18px;
}
.no-bullet ul {
	padding-left: 0;
}
.no-bullet li {
	list-style: none;
}
@media (min-width: 768px) {
.text-center ul.nav {
  display: inline-block;
}
.nav-tabs {
	width: 90%;
}
.nav-tabs > li {
	display: inline;
	/*width: 33%;*/
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
}
.nav-tabs > li a {
	width: auto;
	padding: 10px 40px;
}
/*.nav-tabs > li a span {
	display: block;
}*/
.dark-blue .border-left {
	border-left: 1px solid #7599c1;
}
.dark-blue #tabContent1 ul, .dark-blue #tabContent2 ul, .dark-blue #tabContent3 ul {
	padding-left: 14px;
	margin-bottom: 17px;
}
.dark-blue #tabContent1 ul, .dark-blue #tabContent2 ul, .dark-blue #tabContent3 ul {
	margin-bottom: 0;
}
}
@media (min-width: 1200px) {
.nav-tabs > li a span {
	display: inline;
}
}
.dark-blue #tabContent1 li:last-child, .dark-blue #tabContent2 li:last-child, .dark-blue #tabContent3 li:last-child {
	margin-bottom: 0;
}
.dark-blue #tabContent1 .row, .dark-blue #tabContent2 .row, .dark-blue #tabContent3 .row {
	margin-left: 0;
	margin-right:0;
	padding-top: 0;
	padding-bottom: 0;
}
#icon_capGown, #icon_penPaper {
	width: 15%;
	margin-top: 20px;
}

/* --------------- Lists --------------- */
.checkMark {
	padding-left: 12px;
	margin-left: 0;
	margin-top: 25px;
	padding-bottom: 6px;
}
.checkMark li {
	padding-left: 28px;
	background: url(../images/check-white.png) 0 4px no-repeat;
	line-height: 20px;
	margin-bottom: 20px;
	list-style-type: none;
}
.whiteTexture .checkMark li {
	background: url(../images/check-grey.png) 0 4px no-repeat;
}
.whiteTexture .dark-blue .checkMark li {
	background: url(../images/check-white.png) 0 4px no-repeat;
}

/* --------------- Footer --------------- */

footer {
	/*width: 100%;
	padding: 0;*/
	color: #ffffff;
	line-height: 26px;
}
footer a {
	color: #ffffff;
}
footer ul {
	padding: 0;
}
footer li {
	list-style: none;
}

/* --------------- Home Page Graph --------------- */

.barGraph_bars {
	display: block;
	/*width: 100%;*/
	height: 245px;
	/*margin: 0 auto 20px;*/
	margin-bottom: 20px;
	background: url(../images/barGraph_bars.png) no-repeat;
	background-position: left 6px top;
}
.barGraph_arrow {
	display: block;
	position: absolute;
	bottom: -115px;
	left: 270px;
	height: 130px;
	width: 75px;
	background:url(../images/barGraph_arrowCurved.png) no-repeat;
	background-position: right top;
	background-size: 70%;
}
.dark-blue h2 span {
	display: block;
}

@media (min-width: 544px) {
.barGraph_arrow {
	bottom: -50px;
	left: 300px;
	height: 130px;
	width: 75px;
	background:url(../images/barGraph_arrowCurved.png) no-repeat;
	background-position: right top;
	background-size: 70%;
	-webkit-transform: rotate(-55deg);
	-moz-transform: rotate(-55deg);
	-ms-transform: rotate(-55deg);
	-o-transform: rotate(-55deg);
	transform: rotate(-55deg);
}
.dark-blue h2 span {
	display: inline;
}
}
@media (min-width: 768px) {
.barGraph_bars {
	width: 100%;
	height: 245px;
	/*margin: 0 auto 20px;*/
	margin-bottom: 20px;
	background:url(../images/barGraph_bars.png) no-repeat;
	background-position: left top;
}
.barGraph_arrow {
	top: 25px;
	left: 157px;
	height: 259px;
	width: 149px;
	background:url(../images/barGraph_arrowStraight.png) no-repeat;
	background-position: right top;
	background-size: 67%;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

}
@media (min-width: 992px) {
.barGraph_bars {
	background-position: center top;
}
.barGraph_arrow {
	top: 15px;
	left: 240px;
	height: 259px;
	width: 149px;
	background-position: right top;
	background-size: 70%;
}
}
@media (min-width: 1200px) {
.barGraph_bars {
	background-position: right 75px top;
}
.barGraph_arrow {
	top: 15px;
	left: 325px;
	height: 259px;
	width: 149px;
	background-position: top right;
	background-size: 70%;
}
}

/* --------------- Local Navigation --------------- */

#pageNav {
	background-color: #ffffff;
	font-size: 14px;
	padding: 30px 15px;
}
#pageNav ul {
	padding-left: 0;
}
#pageNav li {
	list-style-type: none;
	margin-bottom: 8px;
}

/* --------------- Footer Call to Action --------------- */

footer #callToAction {
	background-color: #002240;
	padding: 20px 0;
}
footer #callToAction h3 {
	text-align: center;
	font-size: 29px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 0;
}
footer #callToAction ul {
	/*display: block;*/
	margin: 0 auto;/*width: 695px;*/
}

@media (min-width: 992px) {
footer #callToAction {
	padding: 20px 0 50px 0;
}
footer #callToAction h3 {
	margin-bottom: 30px;

}
}
footer #callToAction li {
	display: inline;
	font-size: 16px;
}
footer #callToAction li a {
	color: #e5e5e5;
	text-decoration: none;
	display: block;
	/*width: 200px;
	margin-left: 20px;
	margin-right: 20px;*/
	padding: 10px 0;
	border: 1px solid #b3b3b3;
	border-radius: 3px;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
}
footer #callToAction li a:hover {
	color: #87b0d7;
	text-decoration: none;
	border-color: #87b0d7;
	box-shadow: inset 0px 0px 0px 2px #87b0d7;
}
footer #callToAction li a.white {
	color: #002240;
	background-color: #e5e5e5;
	border: none;
}
footer #callToAction li a.white:hover {
	color: #87b0d7;
	border-color: #ffffff;
	background-color: #002240;
	transition: all ease-in-out 200ms;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
}
/* --------------- Footer Content --------------- */

#mainFooter {
	padding: 3em 0 2em 0;
	background-color: #003768;/*min-height: 250px;*/
}
#mainFooter a {
	color: #a1d3ff;
	text-decoration: none;
}
#mainFooter a:hover {
	text-decoration: underline;
}
#mainFooter h4 {
	font-size: 1.6em;
	text-align: center;
	margin-bottom: .8em;
}
#mainFooter h4 a {
	color: #ffffff;
}
.footer-list {
	margin-bottom: 40px;
}
.footer-list li {
	padding-left: 0;
	margin-bottom: 15px;
	line-height: 21px;
	font-size: 1.15em;
	text-align: center;
}

@media (min-width: 768px) {
#mainFooter h4, .footer-list li {
	text-align: left;
}
}

@media (min-width: 992px) {
.footer-list li {
	line-height: 18px;
	font-size: 1em;
	margin-bottom: 11px;
}
}
/* --------------- Footer Social Media --------------- */

footer .border {
	border-top: 1px solid #3a6082;
	border-bottom: 1px solid #3a6082;
}
#socialMedia {
	margin-bottom: 40px;
	padding: 20px 0 16px 0;
}

@media (min-width: 768px) {
#socialMedia {
	margin-bottom: 30px;
}
}
#socialMedia ul {
	margin-bottom: 0;
	text-align: center;
}
#socialMedia li {
	display: inline-block;
	margin: 0 30px;
}
a svg:hover #facebook, a svg:hover #twitter, a svg:hover #instagram, a svg:hover #instagram_frame, a svg:hover #instagram_lens, a svg:hover #instagram_flash, a svg:hover #youTube, a svg:hover #linkedIn_I, a svg:hover #linkedIn_D, a svg:hover #pinterest, a svg:hover #googlePlus_g, a svg:hover #googlePlus_p {
	fill: #86ccff;
}
a svg #facebook, a svg #twitter, a svg #instagram, a svg #instagram_frame, a svg #instagram_lens, a svg #instagram_flash, a svg #youTube, a svg #linkedIn_I, a svg #linkedIn_D, a svg #pinterest, a svg #googlePlus_g, a svg #googlePlus_p {
	transition: all ease-in-out 200ms;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
}
footer a.viet {
	display: block;
	height: 20px;
	width: 28px;
	margin: 0;
	text-indent: -9999px;
	background-image: url(http://www.lonestar.edu/images/viet.png);
}
footer a:hover.viet {
	background-position: 0 -20px;
}
/* --------------- Footer Campus Safety, Site Links, Address --------------- */

#campusSafety {
/*margin: 0 auto;*/
}
#campusSafety ul {
	margin-bottom: 0;
	text-align: center;
}
#campusSafety li {
	display: inline;
	font-size: 19px;
	font-weight: 700;
}
#campusSafety li span {
	color: #3a6082;
	margin: 0 15px 0 17px;
}
#siteLinks {
/*margin: 0 auto;*/
}
#siteLinks ul {
	margin-bottom: 0;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}
#siteLinks li {
/*display: inline;*/
}
#siteLinks li span {
	color: #3a6082;
	margin: 0 15px 0 17px;
}
#addressBar {
	background-color: #003768;
	padding: 15px 0 14px 0;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
}
#addressBar ul {
	margin-bottom: 0;
}
#addressBar li {
}
#campusSafety li, #siteLinks li {
	display: block;
	font-size: 18px;
	margin-bottom: 14px;
}
#addressBar li {
	display: block;
	margin-bottom: 0;
}
#campusSafety li span, #siteLinks li span, #addressBar li span {
	height: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -100%;
	white-space: nowrap;
	width: 0;
}

@media (min-width: 768px) {
#campusSafety li, #siteLinks li {
	display: inline;
	margin-bottom: 0;
}
#campusSafety ul {
	margin-bottom: 25px;
}
#siteLinks li {
	font-weight: normal;
	font-size: .9em;
}
#campusSafety li span, #siteLinks li span {
	height: auto;
	overflow: auto;
	position: inherit;
	text-indent: inherit;
	white-space: normal;
	width: auto;
}
}

@media (min-width: 992px) {
#addressBar {
	padding: 10px 0 9px 0;
}
#addressBar li {
	display: inline;
	margin-bottom: 0;
}
#addressBar li {
	font-weight: normal;
	font-size: 1em;
}
#addressBar li span {
	height: auto;
	overflow: auto;
	position: inherit;
	text-indent: inherit;
	white-space: normal;
	width: auto;
}
}

/* --------------- Tables --------------- */


.responsiveTable {
	width: 100%;
	border-collapse: collapse;
	margin: 16px 0 50px 0;
}
.responsiveTable a {
  text-decoration: underline;
}
.responsiveTable a:hover {
  color: #337ab7;
}
.responsiveTable tr:nth-of-type(even) {
	background: #f7f7f7;
}
.whiteTexture .responsiveTable tr:nth-of-type(odd) {
	background: #ffffff;
}
.responsiveTable td {
	color: #787a7c;
}
.responsiveTable th {
	background: #003768;
	color: white;
	font-weight: bold;
}
.responsiveTable th:nth-of-type(1) {
  width: 20%;
}
.responsiveTable th:nth-of-type(2) {
  width: 60%;
}
.responsiveTable th:nth-of-type(3) {
  width: 20%;
}
.responsiveTable td, .responsiveTable th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align: left;
}

@media (max-width: 767px) {
/* Force table to not be like tables anymore */
.responsiveTable table, .responsiveTable thead, .responsiveTable tbody, .responsiveTable th, .responsiveTable td, .responsiveTable tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
.responsiveTable thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.responsiveTable tr {
	border: 1px solid #ccc;
}
.responsiveTable td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #ddd;
	position: relative;
	padding-left: 32%;
}
.responsiveTable tbody:last-child {
	border-bottom: 1px solid #ddd;
}
.responsiveTable td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 15%;
	padding-right: 10px;
	white-space: nowrap;
}
.responsiveTable td:last-child {
	border: none;
}
.responsiveTable td:nth-of-type(even) {
	background: #f7f7f7;
	border-bottom: none;
}
.responsiveTable td:nth-of-type(odd) {
	border-bottom: none;
	background: #e5e5e5;
}
.whiteTexture .responsiveTable tr:nth-of-type(odd) {
	background: #ffffff;
}
/*Begin Department Contact Table Row Labels*/
.sampleSchedule td:nth-of-type(1):before {
	content: "Semester:";
	font-weight: bold;
}
.sampleSchedule td:nth-of-type(2):before {
	content: "Courses:";
	font-weight: bold;
}
.sampleSchedule td:nth-of-type(3):before {
	content: "Total Hours:";
	font-weight: bold;
}
.courseInventory td:nth-of-type(1):before {
	content: "Subject:";
	font-weight: bold;
}
.courseInventory td:nth-of-type(2):before {
	content: "Courses:";
	font-weight: bold;
}
}


/* --------------- Indents, Padding, Margins --------------- */

/* ----- Padding Top ----- */
.indent-top0 {
	padding-top: 0;
}
.indent-top0-1 {
	padding-top: 2px;
}
.indent-top1 {
	padding-top: 5px;
}
.indent-top1-1 {
	padding-top: 7px;
}
.indent-top2 {
	padding-top: 10px;
}
.indent-top2-1 {
	padding-top: 12px;
}
.indent-top3 {
	padding-top: 15px;
}
.indent-top3-1 {
	padding-top: 17px;
}
.indent-top4 {
	padding-top: 20px;
}
.indent-top4-1 {
	padding-top: 22px;
}
.indent-top5 {
	padding-top: 25px;
}
.indent-top5-1 {
	padding-top: 27px;
}
.indent-top6 {
	padding-top: 30px;
}
.indent-top6-1 {
	padding-top: 32px;
}
.indent-top7 {
	padding-top: 35px;
}
.indent-top7-1 {
	padding-top: 37px;
}
.indent-top8 {
	padding-top: 40px;
}
.indent-top8-1 {
	padding-top: 42px;
}
.indent-top9 {
	padding-top: 45px;
}
.indent-top9-1 {
	padding-top: 47px;
}
/* ----- Padding Bottom ----- */
.indent-bottom0 {
	padding-bottom: 0;
}
.indent-bottom0-1 {
	padding-bottom: 2px;
}
.indent-bottom1 {
	padding-bottom: 5px;
}
.indent-bottom1-1 {
	padding-bottom: 7px;
}
.indent-bottom2 {
	padding-bottom: 10px;
}
.indent-bottom2-1 {
	padding-bottom: 12px;
}
.indent-bottom3 {
	padding-bottom: 15px;
}
.indent-bottom3-1 {
	padding-bottom: 17px;
}
.indent-bottom4 {
	padding-bottom: 20px;
}
.indent-bottom4-1 {
	padding-bottom: 22px;
}
.indent-bottom5 {
	padding-bottom: 25px;
}
.indent-bottom5-1 {
	padding-bottom: 27px;
}
.indent-bottom6 {
	padding-bottom: 30px;
}
.indent-bottom6-1 {
	padding-bottom: 32px;
}
.indent-bottom7 {
	padding-bottom: 35px;
}
.indent-bottom7-1 {
	padding-bottom: 37px;
}
.indent-bottom8 {
	padding-bottom: 40px;
}
.indent-bottom8-1 {
	padding-bottom: 42px;
}
.indent-bottom9 {
	padding-bottom: 45px;
}
.indent-bottom9-1 {
	padding-bottom: 47px;
}
/* ----- Margin Top ----- */
.t0 {
	margin-top: 0;
}
.t0-1 {
	margin-top: 2px;
}
.t1 {
	margin-top: 5px;
}
.t1-1 {
	margin-top: 7px;
}
.t2 {
	margin-top: 10px;
}
.t2-1 {
	margin-top: 12px;
}
.t3 {
	margin-top: 15px;
}
.t3-1 {
	margin-top: 17px
}
.t4 {
	margin-top: 20px;
}
.t4-1 {
	margin-top: 22px;
}
.t5 {
	margin-top: 25px;
}
.t5-1 {
	margin-top: 27px;
}
.t6 {
	margin-top: 30px;
}
.t6-1 {
	margin-top: 32px;
}
.t7 {
	margin-top: 35px;
}
.t7-1 {
	margin-top: 37px;
}
.t8 {
	margin-top: 40px;
}
.t8-1 {
	margin-top: 42px;
}
.t9 {
	margin-top: 45px;
}
.t9-1 {
	margin-top: 47px;
}
/* ----- Margin Bottom ----- */
.p0 {
	margin-bottom: 0;
}
.p0-1 {
	margin-bottom: 2px;
}
.p1 {
	margin-bottom: 5px;
}
.p1-1 {
	margin-bottom: 7px;
}
.p2 {
	margin-bottom: 10px;
}
.p2-1 {
	margin-bottom: 12px;
}
.p3 {
	margin-bottom: 15px;
}
.p3-1 {
	margin-bottom: 17px
}
.p4 {
	margin-bottom: 20px;
}
.p4-1 {
	margin-bottom: 22px;
}
.p5 {
	margin-bottom: 25px;
}
.p5-1 {
	margin-bottom: 27px;
}
.p6 {
	margin-bottom: 30px;
}
.p6-1 {
	margin-bottom: 32px;
}
.p7 {
	margin-bottom: 35px;
}
.p7-1 {
	margin-bottom: 37px;
}
.p8 {
	margin-bottom: 40px;
}
.p8-1 {
	margin-bottom: 42px;
}
.p9 {
	margin-bottom: 45px;
}
.p9-1 {
	margin-bottom: 47px;
}
