﻿/* TABLE OF CONTENTS
__ __ __ __ __ __ 

= MENU-COMPONENTS
= SP SEARCH
= GOOGLE SEARCH
= NAVIGATION (QUICKLAUNCH)
= LIST PAGES
= EVENT
= NAVIGATION (DESKTOP)
= NAVIGATION (MOBILE)
= NAVIGATION (DIVISIONS) 
= FOOTER
= SOCIAL
= DIVISION PAGE
= TABS
= CONTACT INFORMATION
= CAROUSEL
= SLIDESHOW
= EVENT
= SPOTLIGHT
= PRESS RELEASE
= ACCORDION
= CALENDAR
= OLR Modal Window
= COURSE DETAILS
= 404 PAGE
= NON SMS COURSES
= SOCIAL DIRECTORY
= MISC
= PRINT
= ALERTS
__ __  ___ __ __ __ __  __ __ __ __ */



.title-edit {
	visibility:visible!important;
	display:block;
}

a {
	color:#4A5C81;
	text-decoration: underline;	
}
a:visited {
	color:#4A5C81;	
}

a:hover, a:focus {
	color: A5ADC0;	
}
.ms-link:visited {
	color: #4A5C81;
}
/*h1, h2, h3 {
	font-family: 'Domine', serif;
}*/

h1, h2, h3, h4, .ms-headerFont, .ms-rtestate-field h2, h2.ms-rteElement-H2 {
font-weight:normal;
color:#332c2c;	
}
/*h1 {
	margin-left: 15px;	
}*/
h2, .h2
{
  font-size: 30px;
}
h1, h2 {
	text-transform:capitalize;
}
.header-content-spacing {
	margin-top: 2.25em;	
}
div.header-content-spacing {
	display:block;
	overflow:auto;
	height:100%;
}

/* Padding Options */
.padding-top-10 {
	padding-top:10px;
}
.padding-top-20 {
	padding-top:20px;
}
.padding-top-30 {
	padding-top:30px;
}

@media (max-width:320px) {
h2 {
	font-size:1.4em;
}
h3 {
	font-size: 1.2em;
}
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}
.bottom-border {
	padding-bottom: 5px;
	border-bottom: 1px solid #C8C8C7;
}
.bg-info:not(:empty) {
  background: #500000;
  color: #fff;
  text-align:center;
  padding:10px 0px;
  margin-bottom:0px;
}
.bg-info {
  background: #500000;
  color: #fff;
  text-align:center;
  padding:2px 0px;
  margin-bottom:0px;
}
.bg-gray {
	background-color: #DFDFDF;	
}

.navbar {
	border-radius: 0px;	
}
button.btn.btn-warning.btn-md span.fa.fa-user {
   font-size: 120%;
}
.header-graphic {
	width: 100%;
	height: 200px;
	overflow:hidden;
}
.header-graphic h1 {
	color: white;
	text-shadow:3px 3px 3px #000, 10px 10px 10px #000;
	position:relative;
	top: 135px;
}
.top-bottom-margin {
	margin-top: 15px;
}
/* ============== LIST PAGES ============= */
.row.page-list {
	margin-bottom: 100px;
}
.page-list ul {
	list-style-type: none;
	padding:0;
		
}
.page-list ul li {
	padding: 10px 0px;
	border-bottom: 1px solid #C8C8C7;
	font-size: 150%;	
}
.page-list ul li a {
	text-decoration:none;
}
@media (min-width: 768px) {
.container {
    width: 768px;
  }
div.container.division-bar .nav > li > a
{
  position: relative;
  display: block;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 7px;
  text-decoration:none;
}
.nav > li > a
{
  position: relative;
  display: block;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-decoration:none;
}

}
@media (min-width: 992px) {
.container {
    width: 992px;
  }
div.container.division-bar .nav > li > a
{
  position: relative;
  display: block;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-decoration:none;

}
.nav > li > a
{
  position: relative;
  display: block;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-decoration:none;

}

}
@media (min-width: 1200px) {
.container {
    width: 1200px;
  }
div.container.division-bar .nav > li > a
{
  position: relative;
  display: block;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-decoration:none;

}
.nav > li > a
{
  position: relative;
  display: block;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-decoration:none;

}
}
.row {
	position:relative;
}

/*h3.logo {
	background: url(images/teexLogo.svg) no-repeat center ;
	background-size: contain;
	width:200px;
	padding: 10px 0px 0px 0px;
}
h3.logo a span {
	visibility:hidden;
}*/

/* NAVIGATION (DESKTOP) */

/* Skip navigation*/
.skip-navigation {
  .sr-only();
}

.navbar {
	min-height: 40px;	
}
.navbar-default {
  border-radius: 0px;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset;
  background:transparent;
  border:none;
}
/* this also is used within mobile nav */
.navbar-default a:focus
{
  color: #565252;
  padding-left: 10px;
  background-color: #DFDFDF !important;
}
/* this also is used within mobile nav */
.navbar-default a:hover
{
  color: #000;
  background-color: #DFDFDF !important;
}
.navbar {
	margin-bottom:0px;
	border: none;	
}
.navbar-default span {
	margin-left:5px;
}
.dropdown-menu > li > a {
	line-height: 2;
	text-decoration:none;
}
.dropdown-menu > li > a:focus {
	padding-left: 20px;
}
.navbar-brand {
	height:auto;
	padding:0px;
	margin:0px;
	display:block;
}
/*Positions the desktop navigation on top of search and logo row */
#desktop {
	position:relative;
	margin-top: -30px;
}
/* NAVIGATION (MOBILE) 
 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
.nav-EconomicWorkforceDevelopment {
	padding-top: 10px;
	border-top:1px solid #fff;
}
.dl-menuwrapper button.dl-trigger {
	color: #565252;
	position: relative;
	left: 2%;
	font-size:150%;
	text-indent: 0;
	top:-65px;
	border-radius:3px;
	min-width: 48px !important;
}
.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	top: -8px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width:100%;
}
.dl-menuwrapper li a {
	color: #565252;
	font-weight: 400;
}
.dl-menuwrapper li a:hover {
	color: #000;	
}

/* NAVIGATION (DIVISIONS) 
 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
 
/* Nav lists */
header nav#nav-top ul.root {
	/* padding-right: 7px;   ==== Place back in when Student Portal becomes active -moves menu over to make room for the login button -  */
	padding-right: 0px;
	position:absolute;
	float:right;
	/*right: 120px;  ==== Place back in when Student Portal becomes active -moves menu over to make room for the login button -  */
	right:0px;
	display:inline;
}


/* Nav item formatting */	
header nav#nav-top ul.root li.static > a,
header nav#nav-top ul.root li.static > a:link,
header nav#nav-top ul.root li.static > a:visited,
header nav#nav-top ul.root li.static > span {
	padding: 0px 10px 7px 10px; /* Padding around text within nav item */
	/*margin: 7px 7px 7px 15px; /* Space around each nav item */
	color: #c8c8c7; /* Text color */
	font-size:90%; /* Text size */
}

/* Nav item hover formatting */
header nav#nav-top ul.root li.static > a:hover,
header nav#nav-top ul.root li.static > a:focus,
header nav#nav-top ul.root li.static > span:hover  {
	color: #fff; /* Text color */
}
header nav#nav-top a[title="Home"] {
	visibility:hidden !important;
	display:none !important;
}
.btn-login > .btn-warning {
	margin-top:6px;	
	position:absolute;
}
.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
	margin-right: 0px;
}
@media (max-width: 980px) {
/* DIVISION HEADER REMOVE PADDING FOR SPACING ACROSS THE TOP */
	header nav#nav-top ul.root {
	padding-right: 0px;
	position:absolute;
	float:right;
	/*right: 120px;  ==== Place back in when Student Portal becomes active -moves menu over to make room for the login button -  */
	display:inline;
}
/* Nav item formatting */	
header nav#nav-top ul.root li.static > a,
header nav#nav-top ul.root li.static > a:link,
header nav#nav-top ul.root li.static > a:visited,
header nav#nav-top ul.root li.static > span {
	padding: 0px 0px 7px 0px; /* Padding around text within nav item */
	/*margin: 7px 7px 7px 15px; /* Space around each nav item */
	color: #c8c8c7; /* Text color */
	font-size:70%; /* Text size */
}
.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
	margin-right:10px;
}
}

/* END OF NAVIGATION CUSTOM STYLES */


@media (min-width: 768px) {
.container {
    width: 768px;
  }
.container.division-bar {
	font-size: 85%;
}

}
@media (min-width: 992px) {
.container {
    width: 970px;
  }
.container.division-bar {
	font-size: 100%;
}
}
@media (min-width: 1200px) {
.container {
    width: 1170px;
  }
.container.division-bar {
	font-size: 100%;
}
}
/* ============== EVENT ============= */
div.event-sponsors {
	margin:75px 0px;
	border-bottom:1px solid #DFDFDF;
	padding-bottom: 60px;
}
h2.event {
	margin-bottom:40px;
}
.event-overview {
	margin-top: 25px;	
}
.event-main-headers {
	text-align:center;	
}
.event-float-right {

}
.resource-list {
	list-style-type: none;
	padding-left: 15px;
}
li.item-list {
	margin-bottom: 10px;
}
#cbqwpctl00_ctl46_g_0de81a47_6795_4140_8757_c1e0f956fb19 ul li a, #cbqwpctl00_ctl46_g_5773f9ca_71bd_4fd2_b4be_428ab36f6500 ul li a, #cbqwpctl00_ctl46_g_9c2b2e3d_72d9_43af_b32a_494d17604fc4 ul li a { /* Style only for Events TX Annual Fire Training Schools and W/W Expos*/
	font-size:1.5em;
}
#cbqwpctl00_ctl46_g_0de81a47_6795_4140_8757_c1e0f956fb19 ul li, #cbqwpctl00_ctl46_g_5773f9ca_71bd_4fd2_b4be_428ab36f6500 ul li, #cbqwpctl00_ctl46_g_9c2b2e3d_72d9_43af_b32a_494d17604fc4 ul li  { /* Style only for Events TX Annual Fire Training Schools and W/W Expos*/
	margin-top:15px;
	padding-bottom:10px;
	padding-top:5px;
	border-bottom: 1px solid #DFDFDF;
}
/*.top-bottom-border {
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 40px;	
	margin:25px 0px;
}*/
.event-schedule-row {
	padding: 10px 0px;
	overflow:auto;
	height:100%;
	border-bottom: 1px solid #DFDFDF;	
}
.event-schedule-row p {
	padding-top:6px;
	margin-top:11px;	
}
.no-spacing {
	padding: 0px;
	margin:0px;	
}
ul.event-schedule-list > li > div.btn.btn-danger > a, ul.event-schedule-list > li > div.btn.btn-danger > a:hover {
	color:white;
	text-decoration:none;
}

/* ============== FOOTER ============= */
blockquote footer {
	background-color: #fff;
}
footer {
	background-color: #332c2c;
	color: #fff;	
	margin-top: 20px;
	padding-top:10px;
}
.footer-links ul li {
	list-style-type: none;
	color: #fff;	
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #848282;
}

.footer-links ul li:hover {
	background-color: #717071;
}

.footer-links ul li a:link, .footer-links ul li a:visited, .footer-links ul li a:focus {
	color: #D9D9D9;
	padding-left: 5px; 
	display:block;
  text-decoration:none;

}

.footer-links ul li a:hover {
	text-decoration:none;
	color: #D9D9D9;
}


/* =============== FOOTER QUOTE =========== */
#pageQuotes,.glyphicon, .footer-quote2, .footer-quote{
	display:none;
}

.quote-replacement-icon, #pageQuotesReplacement {
	display:block;
}

.footer-quote {
	position: relative;
	max-width: 345px;
	overflow: auto;
	line-height: auto;
	background-color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #332c2c;
	margin:0 auto;
	top: 25px;
}
div.footer-quote blockquote {
	padding-bottom:0px;
	margin-bottom:0px;
}

.footer-quote2
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 340px;
	margin-top:20px;
	border: 20px solid;
	border-color: #fff #fff transparent transparent;
}
.glyphicon.glyphicon-user.profile {
	position:relative;
	font-size: 580%;
	right: 35px;
	left: 365px;
	color: #848282;
	z-index:10;
	bottom: 0px !important;
}
/* =========== DIVISION PAGE ========= */
.division-title {
	padding-left: 0px;
}
.division-content {
	padding-left: 0px;
}
.division-content h2 {
	margin-top:0px;
}
.division-media > .video-container{
	margin-right:20px;
}
/* =========== Buttons ========= */
.btn-primary {
	margin-top: 11px;
	background-color:#A5ADC0;
	border:#A5ADC0;
	color:#332c2c;
}
btn.btn-primary:hover, btn.btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
 	background-color: #4A5C81;
	color: #FFF;	
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
 	background-color: #4A5C81;
	color: #FFF;	
}
.btn-primary a:link, .btn-primary a:visited {
	color:#332c2c;
	text-decoration:none;
}
.btn-primary a:hover, .btn-primary a:focus {
	color:#fff;
	text-decoration:none;
}
.btn-success {
	margin-top: 11px;
	background-color:#CBCA99;
	border:#CBCA99;
	color:#565252;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
 	background-color: #7E7A00;
	color: #FFF;	
}
.btn-warning {
	margin-top: 11px;
	background-color:#FBDF99;
	border:#FBDF99;
	color:#565252;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
 	background-color: #F4AF00;
	color: #FFF;	
}
.top-login-sm {
	min-width: 48px;
	font-size:12px !important;
	font-color: 332c2c;
	padding: 0px;
	height: 48px;
	position:absolute;
	background:#fff;
	margin-top:28%;
}
.btn-danger {
	margin-top: 11px;
}
a.btn-register {
	color:#fff;
	background-color:#d9534f;
	border-color:#d43f3a
}
a.btn-register:hover,.btn-register:focus,.btn-register:active,.btn-register.active,.open .dropdown-toggle.btn-register{
	color:#fff;
	background-color:#d2322d;
	border-color:#ac2925
}
a.btn-register:active,.btn-register.active,.open .dropdown-toggle.btn-register{
	background-image:none
}
.btn-register a:visited {
	color:#fff;
}
div.wallpaper-container div.btn.btn-primary {
	padding:10px;
	display:block;
	margin:10px;
}
/* =========== Contextual Backgrounds ========= Primary and Success are the same at this time*/
.bg-primary {
  	color: #565252;
  	background-color: #DFDFDF;
}
a.bg-primary:hover {
  	background-color: #DFDFDF;
}
.bg-success {
  	color: #565252;
  	background-color: #DFDFDF;
}
a.bg-success:hover {
  	background-color: #DFDFDF;
}
.bg-info {
  	color: #FFF;
  	background-color: #500000;
}
a.bg-info:hover {
  	background-color: #500000;
}
.bg-warning {
	color:#565252;
  	background-color: #F8DF99;
}
a.bg-warning:hover {
  	background-color: #F8DF99;
}

/* =========== Form Colors ========= */

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #7E7A00;
}
.has-success .form-control {
  border-color: #7E7A00;
}
.has-success .form-control:focus {
  border-color: #7E7A00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #CBCA99;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #CBCA99;
}
.has-success .input-group-addon {
  color: #7E7A00;
  background-color: #CBCA99;
  border-color: #7E7A00;
}
.has-success .form-control-feedback {
  color: #7E7A00;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #565252;
}
.has-warning .form-control {
  border-color: #F4AF00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #F4AF00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #FBDF99;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #FBDF99;
}
.has-warning .input-group-addon {
  color: #565252;
  background-color: #FBDF99;
  border-color: #F4AF00;
}
.has-warning .form-control-feedback {
  color: #565252;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
/* =========== HOME METRO BOXES =========== */
.home-boxes-container {
	display:block;
	overflow:auto;	
	height:100%;
	padding:0px 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.home-boxes {
	background: url("../../../Style%20Library/images/img-placeholder.png");
	margin:0px 0px 10px 10px;
	width: 220px;
	height:220px;
	overflow:hidden;
	display:inline-block;
	padding: 5px;
	float:left;
}
.home-boxes:last {
	margin-right: 0px;	
}

.home-boxes h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;	
	text-align: left;
	padding-left: 10px;
}
.home-boxes h2 a {
	color: #000;	
}
.home-boxes p {
	display:none;
	visibility:hidden;
	width: 210px;
	overflow:hidden;
}
.home-boxes:hover {
	background-color: #000;
	opacity:0.95;
	filter: alpha(opacity=95);/*for IE8*/	
}
.home-boxes:hover p {
	display:block;
	visibility:visible;
	width: 210px;
	overflow:hidden;
	text-align:left;
}

/* =========== SPOTLIGHTS ========= */

.spotlight {
	padding: 10px;
	background-color: #DFDFDF;
	border: 3px solid #DFDFDF;
	border-radius:4px;	
}
.spotlight .row.story {
	margin-bottom: 20px;
	padding: 10px;
	border-bottom:1px solid #fff;	
}
.spotlight .row img {
	border:1px solid #C8C8C7;	
}
.spotlight .row span {
	color: #565252;
	position: relative;
	right: 0;	
	padding-left: 10px;
}
/* =========== SOCIAL ========= */
.connect-block {
	width: auto;
	display:inline-block;
	position:relative;	
	/*border: 1px solid #C8C8C7;
	background:#DFDFDF;*/
	padding: 6px 10px;
	margin-right:8px;
	margin-bottom: 8px;

}
.connect-block a:link, .connect-block a:active, .connect-block a:hover {
	text-decoration:none;
}
.connect-block:hover, .connect-block:focus {
	background-color: #dfdfdf;
	border: 1px dotted #565252;
	padding: 5px 9px;

}
.connect-block a.facebook:before  {
	content:'\F082';
	font-family: FontAwesome;
	color:#3b5998;
	font-size:2em;
	margin-right:10px;
	font-variant: normal;  /* Reset parent style that can break glyph codes */
	text-transform: none;  /* Reset parent style that can break glyph codes */
}
.connect-block a.twitter:before {
	color:#00aced;
	content:'\F081';
	font-family: FontAwesome;
	font-size:2em;
	margin-right:10px;
	font-variant: normal;  /* Reset parent style that can break glyph codes */
	text-transform: none;  /* Reset parent style that can break glyph codes */
}
.connect-block a.google-plus:before {
	color:#dd4b39;
	content:'\F0D4';
	font-family: FontAwesome;
	font-size:2em;
	margin-right:10px;
	font-variant: normal;  /* Reset parent style that can break glyph codes */
	text-transform: none;  /* Reset parent style that can break glyph codes */
}
.connect-block a.pinterest:before {
	color:#cb2027;
	content:'\f0d3';
	font-family: FontAwesome;
	font-size:2em;
	margin-right:10px;
	font-variant: normal;  /* Reset parent style that can break glyph codes */
	text-transform: none;  /* Reset parent style that can break glyph codes */

}
.connect-block a.youtube:before {
	color:#bb0000;
	content:'\f166';
	font-family: FontAwesome;
	font-size:2em;
	margin-right:10px;
	font-variant: normal;  /* Reset parent style that can break glyph codes */
	text-transform: none;  /* Reset parent style that can break glyph codes */
}
.connect-block a.flickr:before {
	color:#ff0084;
	content:'\f16e';
	font-family: FontAwesome;
	font-size:2em;
	margin-right:10px;
	font-variant: normal;  /* Reset parent style that can break glyph codes */
	text-transform: none;  /* Reset parent style that can break glyph codes */
}
.connect-block a.instagram:before {
	color:#517fa4;
	content:'\f16d';
	font-family: FontAwesome;
	font-size:2em;
	margin-right:10px;
	font-variant: normal;  /* Reset parent style that can break glyph codes */
	text-transform: none;  /* Reset parent style that can break glyph codes */
}
.connect-block a.foursquare:before {
	color:#0072b1;
	content:'\f180';
	font-family: FontAwesome;
	font-size:2em;
	margin-right:10px;
	font-variant: normal;  /* Reset parent style that can break glyph codes */
	text-transform: none;  /* Reset parent style that can break glyph codes */
}
.connect-block a.linkedin:before {
	color:#007bb6;
	content:'\f08c';
	font-family: FontAwesome;
	font-size:2em;
	margin-right:10px;
	font-variant: normal;  /* Reset parent style that can break glyph codes */
	text-transform: none;  /* Reset parent style that can break glyph codes */
}
.connect-block a.blogger:before {
	color:#007bb6;
	content:' ';
	font-family: FontAwesome;
	background:url("/PublishingImages/blogger.gif") no-repeat center top;
	font-size:2em;
	padding-right:25px; /* Without this padding, image does not display */
	margin-right:10px;
	font-variant: normal;  /* Reset parent style that can break glyph codes */
	text-transform: none;  /* Reset parent style that can break glyph codes */
}

.connect-block a.subscribe:before {
	color:#500000;
	content:'\f199';
	font-family: FontAwesome;
	font-size:2em;
	margin-right:10px;
	font-variant: normal;  /* Reset parent style that can break glyph codes */
	text-transform: none;  /* Reset parent style that can break glyph codes */
}

/* =========== SHAREBUTTON ========= */
.share-button.sharer-0 label {
  background: #DFDFDF !important;
}

.btn-share {
    text-align:center;
}

.share-button {
    margin: 15px 0px;
	position:relative;
	padding-bottom:10px;
	width: 100px;
	display:block;
	float:right;
}

/* ============== VIDEO RESPONSIVE ============= */
.video-container {
    position: relative;
    margin-top: 0px;
    padding-bottom: 60.25%;
    padding-top: 0px; 
    height: 0; 
    overflow: hidden;
}

@media (max-width: 360px) {
.video-container {
    margin-top: 25px;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}
}

 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media (max-width: 360px) {

.footer-quote {
	margin:0 auto 25px auto;
	top: 25px;
}

.glyphicon.glyphicon-user.profile {
	visibility:hidden;	display:none;
}
.footer-quote2 {
	visibility:hidden;
	display:none;
}
.two-columns {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    min-height: initial;
}

}

/* =========== SLIDESHOW ========= */

/* Full screen slideshow */

#MSOZoneCell_WebPartWPQ11.ms-webpartzone-cell {
	margin-bottom:0px; /* Removes grey bar below slideshow image on Homepage */
}
#MSOZoneCell_WebPartWPQ10.ms-webpartzone-cell {
	margin-bottom:0px; /* Removes grey bar below slideshow image on Division Pages */
}

div.slider-banner-container {
	position: relative;
	margin: 0px auto;
	top: 0px;
	left: 0px;
	width: 1140px;
	height: 350px;
	overflow: hidden;

}
div.slider-image-container {
	cursor: move;
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
	width: 1140px;
	height: 350px;
}
h2.slider-header {
	color:#fff;
	font-weight:bold;
	text-shadow: 2px 2px 1px #332C2C;
}
/* Slide Caption Location */
div.slider-caption {
	position: absolute;
	width: 50%;
	height: 120px;
	top: 20%;
	left: 8%;
	padding: 5px;
	text-align:left;
	line-height: 36px;
	font-size: 30px;
	color: #FFFFFF;	
}
div.slider-caption p {
	font-size: .95em;
	text-shadow: 1px 1px 3px #332C2C;
}
/* Bullet Navigation */
div.jssorb21 {
	position: absolute;
	bottom: 30px;
	left: 6px;
}
.jssorb21-bullets {
	position: absolute;
	width: 19px;
	height: 19px;
	text-align:center;
	line-height:19px;
	color:#fff;
	font-size:12px;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
    background: url(/Style%20Library/Images/teex/b21.png) no-repeat;
    overflow:hidden;
    cursor: pointer;
}
.jssorb21 div { 
	background-position: -5px -5px; 
}
.jssorb21 div:hover, .jssorb21 .av:hover { 
	background-position: -35px -5px; 
}
.jssorb21 .av { 
	background-position: -65px -5px; 
}
.jssorb21 .dn, .jssorb21 .dn:hover { 
	background-position: -95px -5px; 
}

@media (max-width: 1140px) {
h2.slider-header {
	font-size:100%;
	
}
span.jssora21l {
	width: 40px;
	height: 40px; 
	top: 123px;
	left: 8px;
}
span.jssora21r {
	width: 40px;
	height: 40px; 
	top: 123px;
	right: 8px;
}
.jssorb21-bullets {
	position: absolute;
	width: 19px;
	height: 19px;
	text-align:center;
	line-height:19px;
	color:#fff;
	font-size:12px;
}

}
@media (min-width: 768px) and (max-width: 950px) {
div.slider-banner-container {
	width: 768px;
	height:250px;	
}
div.slider-image-container {
	width: 768px;
	height:250px;	
}
div.slider-caption {
	top: 0%;	
}

}

@media (max-width: 768px) {
    #sliderb_container {
        display:none;
    }
}

/* Arrow Navigation */
.jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn {
	position: absolute;
	cursor: pointer;
	display: block;
    background: url(/Style%20Library/Images/teex/a21.png) center center no-repeat;
    overflow: hidden;
}
span.jssora21l {
	width: 40px;
	height: 40px; 
	top: 123px;
	left: 8px;
}
span.jssora21r {
	width: 40px;
	height: 40px; 
	top: 123px;
	right: 8px;
}
.jssora21l { 
	background-position: -3px -33px;
}
.jssora21r { 
	background-position: -63px -33px;
}
.jssora21l:hover { 
	background-position: -123px -33px;
}
.jssora21r:hover {
	background-position: -183px -33px;
}
.jssora21ldn {
	background-position: -243px -33px;
}
.jssora21rdn {
	background-position: -303px -33px;
}


/* =========== CAROUSEL ========= */
.carousel-caption h2 {
	color: #fff;	
	cursor: pointer;
}
.carousel-inner.careers > .item > .container > .carousel-caption {
	width: 100%;
	left:0%;
	padding-left: 20px;
	padding-right: 20px;
	right: 0%;
}
.carousel-inner.careers > .item > .container > .carousel-caption h2 {
	font-size: 1.25em;
	font-weight:bold;
	left: 20px;
	width: 100%;
	position:absolute;
	bottom:0px;
}

.carousel-inner.careers > .item > .container > .carousel-caption p {
	font-size: 1em;
	width: 55%;
	top:0px;
}

@media (max-width: 768px) {
.two-columns {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    min-height: initial;
}

/* =========== CAROUSEL ========= */
.internal-pg-carousel {
	max-width: 768px;	
	margin:0px auto;	
}
.carousel-caption p {
	visibility:hidden;
}
/*.carousel {
	height: 225px;
	margin-bottom: 30px;
	overflow:auto;
}
.carousel .item {
	height: 225px;
	background-color: #777;
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 100%;
}*/
.carousel-indicators {
	visibility:hidden;	
}

.carousel-caption {
		padding:0px;
		bottom:0px;
	}
.carousel-caption h2 {
	position:absolute;
	bottom:0px;
	text-shadow: none;
	font-size: 150%;	
	text-align: left;
}
.navbar {
	min-height: 50px;	
}
.navbar .col-xs-6.teexLogo img.img-responsive{
	height: 75px;
	margin:0 auto;
	overflow:auto;
	position:relative;
	width: 100% \9;
}


/**Share Button*/

.share-button {
	display:inline-block;
	float: none;
}

 
 /* FOOTER STYLES */
.footer-links ul {
	padding: 0px;
	margin:0px;	
}
.footer-links ul li {
	padding: 3px 0px;
}
.footer-links ul li a:focus {
	color: #fff;	
}

.footer-links {
	margin-top: 15px;	
}
/*.footer-links {
	-webkit-column-count:1;  Chrome, Safari, Opera 
    -moz-column-count: 1;  Firefox 
    column-count: 1;
    min-height: initial;
    position:relative;
}*/
*/
.two-columns {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    min-height: initial;
}

}
@media (min-width: 768px) and (max-width: 992px) {

/* =========== Carousel ========= */
.internal-pg-carousel {
	max-width: 992px;	
	margin:0px auto;	
}
.carousel {
  margin-bottom: 0px;
  overflow: hidden;
}
.carousel-caption {
	padding-bottom: 0px;
	bottom:0px;	
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  /*min-width: 100%;*/
}
.carousel-caption h2 {
	font-size: 200%;
}
.carousel-caption p {
	text-shadow: none;
}
.carousel-indicators {
	visibility:hidden;
	display:none;	
}
/* =========== sm Footer =========== */
.footer-links ul li {
	padding: 3px 0px;
	font-size: 85%;
}
.footer-links ul li a:focus {
	color: #fff;	
}
/*.footer-links {
	-webkit-column-count:1;  Chrome, Safari, Opera 
    -moz-column-count: 1;  Firefox 
    column-count: 1;
    min-height: initial;
}*/
*/
.two-columns {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    min-height: initial;
}

 }
@media (min-width: 992px) and (max-width: 1200px) {
	
/* =========== Carousel ========= */
.internal-pg-carousel {
	max-width: 1200px;	
	margin:0px auto;	
}
.carousel {
  margin-bottom: 0px;
  overflow: hidden;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
}
.carousel-control {
	display:none;
	visibility: hidden;	
	height: 0px;
	width:0px;
}
.carousel-indicators {
	bottom: 10px;
}
/*.footer-links ul {
	-webkit-column-count:2;  Chrome, Safari, Opera 
    -moz-column-count: 2;  Firefox 
    column-count: 2;
    min-height: initial;
}*/
.two-columns {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    min-height: initial;
}

}
@media (min-width: 1200px) {
	
/* =========== Carousel ========= */
.internal-pg-carousel {
	max-width: 1200px;
	margin:0px auto;	
}
.carousel {
  margin-bottom: 0px;
  overflow:hidden;
}
.carousel-caption {
	text-align: left;
	left: 5%;
	right: 60%;	
}
.carousel-caption p {
	font-size: 150%;	
}
.carousel-caption .btn {
	font-size: 100%;	
}
.carousel-inner > .item > img {
  position: absolute;
  left: 0;
  top:0;
  max-width: 100%;
}
.carousel-control {
	display:none;
	visibility: hidden;	
	height: 0px;
	width:0px;
}
.carousel-indicators {
	bottom: 10px;
}
/*.footer-links ul {
	-webkit-column-count:2;  Chrome, Safari, Opera 
    -moz-column-count: 2;  Firefox 
    column-count: 2;
    min-height: initial;
}*/
.two-columns {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    min-height: initial;
}

}

/* =============  RIBBON EDITS ============ */
/* Hide the left Suite Bar and right ribbon areas */
 #suiteBarLeft {
    display: none;
 }
 #RibbonContainer-TabRowRight {
    display: none !important; /* !important needed to override SharePoint inline style */
 }
 /* Float the Suite Bar to remove from document flow and allow ribbon to move up */
#suiteBar {
    float: right;
    width: auto;
}
/* Alter stacking order and set positioning for ribbon */
#s4-ribbonrow {
    z-index: -1;  /* Allows Suite Bar to show on top of Ribbon */
    position: static;  /* Secret sauce - needed to maintain ribbon functionality */
}

/* =============  SP SEARCH ============ */

/* Hide default Search icon */

.ms-srch-sb {
	margin:40px 0px 25px 0px;
	float:right;
	position:relative;
}
.ms-srch-sb input {
	/*background: white;
    padding: 10px;*/
    margin-top: 9px;
    font-size: 15px;
    color: #565252;
}
.ms-srch-sb-border,
.ms-srch-sb-border:hover,
.ms-srch-sb-borderFocused {
    border: 1px solid #dfdfdf;
	border-radius:5px;
}

.ms-srch-sb-navLink {
    margin-top: 6px;
    display: none;
}
.ms-srch-sb-searchLink img {
	display: none;
}
/* Add icon to Go anchor */
.ms-srch-sb-searchLink:before {
	content: '\f002';  /* Magnifying glass icon in Fontello */
	font-family: 'FontAwesome';
	font-size: 20px;  /* Size of icon */
	color: #332c2c;  /* Color of icon */
	font-variant: normal;  /* Reset parent style that can break glyph codes */
	text-transform: none;  /* Reset parent style that can break glyph codes */
	padding-left: 10px;
}
.ms-srch-sb > .ms-srch-sb-searchLink {
    width: 45px;
    height: 34px;
    border-left: 1px solid #dfdfdf;
}
.ms-srch-sb > .ms-srch-sb-searchLink:hover {
	background-color: #dcdcdc;
}
/* Alter icon on hover */
.ms-srch-sb-searchLink:hover:before {
	color: #332c2c;  /* Color of icon on hover */
	background-color: #dcdcdc;
}

/* Remove OOTB search Go anchor hover formatting */
.ms-srch-sb-searchLink:hover {
	background: transparent;
	text-decoration: none;
}
/* =========== MOBILE SEARCH ========= */

.dl-menuwrapper {
	position:absolute;
	z-index:20000; /* keep index high number, otherwise content displays ontop of menu not really helpful at that point */
}

ul.dl-menu li.menu-search{
	background-color:#500000;
	width: 100%;
	padding:0px;
	margin:0px;
		
}
div#DeltaMobileSearchArea div{
	position: relative;
	display: table;
	border-collapse: separate;
	width: 95%;
	padding: 4px;
	margin:0px auto;
	border-radius: 5px;
}

div#SearchBox .ms-srch-sb-navLink {
    margin-top: 6px;
    display: none !important;
}
div#SearchBox .ms-qSuggest-container {
    margin-top: 6px;
    display: none !important;
}

/* div that houses the whole search input area */
div#DeltaMobileSearchArea div#SearchBox div.ms-srch-sb.ms-srch-sb-border{
	background:white;
	padding: 0px;
	margin:0px;

}

/* div that houses the whole search input area for focus */
div#DeltaMobileSearchArea div#SearchBox div.ms-srch-sb.ms-srch-sb-borderFocused{
	background:white;
	border:1px solid #A5ADC0;
	padding: 0px;
	margin:0px;
}
/* INPUT FIELD */

div#DeltaMobileSearchArea .ms-srch-sb > input {
	    display:inline;
	   background: white;
    padding: 15px;
    margin-top: 0px;
    margin-left:0px;
    min-width:93%;
    font-size: 100%;
    color: #565252;

}
div#DeltaMobileSearchArea .ms-srch-sb > input[type="text"] {
	padding:0px;
	margin: 4px 0px 8px 4px;
}
div#DeltaMobileSearchArea div#SearchBox div.ms-srch-sb.ms-srch-sb-borderFocused > input:focus {
	
background: white;
    min-width:93%;
    font-size: 100%;
    color: #565252;
}

/* SEARCH ICON */
div#DeltaMobileSearchArea div#SearchBox .ms-srch-sb-searchLink img {
	display: none;
	padding:0px;
	margin:0px;
}
/* Add icon to Go anchor */
div#DeltaMobileSearchArea div#SearchBox .ms-srch-sb-searchLink:before {
	content: '\f002';  /* Magnifying glass icon in Fontello */
	font-family: 'FontAwesome';
	font-size: 20px;  /* Size of icon */
	color: #332c2c;  /* Color of icon */
	font-variant: normal;  /* Reset parent style that can break glyph codes */
	text-transform: none;  /* Reset parent style that can break glyph codes */
	padding-left: 0px;
	margin:0px;
}
div#DeltaMobileSearchArea div#SearchBox .ms-srch-sb > .ms-srch-sb-searchLink {
    width: 45px;
    height: 32px;
    float:left;
    right:0px;
    top:0;
    border-radius: 5px;
    position:absolute;
    padding:4px 0px 0px 10px;
    margin:0px;
    border-left: 1px solid #dfdfdf;
    
}
div#DeltaMobileSearchArea div#SearchBox .ms-srch-sb > .ms-srch-sb-searchLink:hover {
	background-color: #dcdcdc;
}
/* Alter icon on hover */
div#DeltaMobileSearchArea div#SearchBox .ms-srch-sb-searchLink:hover:before {
	color: #332c2c;  /* Color of icon on hover */
	background-color: #dcdcdc;
}

/* Remove OOTB search Go anchor hover formatting */
div#DeltaMobileSearchArea div#SearchBox .ms-srch-sb-searchLink:hover {
	background: transparent;
	text-decoration: none;
}

/* ================== GOOGLE SEARCH ================== */

.g-search-container {
	padding: 4px 4px;
	margin-top: 25px;	
}

.g-search-container > input[type=button] {
	margin-left:0px;
	background-color: #500000;	font-family:FontAwesome;
	color:white; 
	padding: 4px 8px 5px 8px;
	font-size: 120%;
	min-width: auto !important;
	border: 1px solid #c8c8c7;
	border-top-left-radius: 0;
	border-top-right-radius: .5em;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: .5em;
	left:-5px;
	position:relative;
}
.g-search-container > input[type=button]:hover {
	background-color: #c8c8c7;
	color: #000;
}
.g-search-container > input[type=text] {
	margin: 0px !important;
	padding: 6px 5px;
	border-top-left-radius: .5em;
	border-top-right-radius: 0;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: 0;
	width:300px;
}

/* MOBILE GOOGLE SEARCH */
.mobile-search-center {
	max-width: 346px;
	padding: 5px 20px;
}
.mobile-search-container {
	margin:auto;

}
.mobile-search-container > input[type=button] {
	margin:auto;
	background-color: #dfdfdf;	
	font-family:FontAwesome;
	color:#000; 
	padding: 4px 8px 5px 8px;
	font-size: 120%;
	min-width: auto !important;
	border: 1px solid #dfdfdf;
	border-top-left-radius: 0;
	border-top-right-radius: .5em;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: .5em;
	left:-5px;
	position:relative;
}

.mobile-search-container > input[type=button]:focus {
	background-color: white;
	border:1px solid white;
	color: #000;
}
.mobile-search-container> input[type=button]:hover {
	background-color: white;
	border:1px solid white;
	color: #000;
}

.mobile-search-container > input[type=text] {
	margin: 0px !important;
	padding: 6px 5px;
	background-color:rgba(255,255,255,1);
	border-top-left-radius: .5em;
	border-top-right-radius: 0;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: 0;
	width:200px;
}



/* ERROR PAGE GOOGLE SEARCH */

.notfound-search-container > form > input[type=button] {
	margin-left:0px;
	background-color: #500000;	
	font-family:FontAwesome;
	color: white; 
	padding: 4px 8px 5px 8px;
	font-size: 120%;
	min-width: auto !important;
	border: 1px solid #500000;
	border-top-left-radius: 0;
	border-top-right-radius: .5em;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: .5em;
	left:-5px;
	position:relative;
}

.notfound-search-container > form > input[type=button]:focus {
	background-color: #c8c8c7;
	border:1px solid #c8c8c7;
	color: #000;
}
.notfound-search-container > form > input[type=button]:hover {
	background-color: #c8c8c7;
	border:1px solid #c8c8c7;
	color: #000;
}

.notfound-search-container > form > input[type=text] {
	margin: 0px !important;
	padding: 6px 5px;
	border-top-left-radius: .5em;
	border-top-right-radius: 0;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: 0;
	width:500px;
}

/* ================== TABS ================== */
.tab-content {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #DFDFDF;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}
.nav-tabs > li > a {
	background-color: #DFDFDF;
	border-color:#C8C8C7;
	color: #565252;
}

.nav-tabs > li > a:active {
	background-color: white;
}
/* ================== CONTACT INFORMATION ================== */
.custom-contact {
	display:block;
	overflow:auto;
}
.contact-details {
	padding-left: 20px;
	display:inline-block;
	float:left;	
	position:relative;
}
.profile-photo img{
	float:left;	
	position:relative;
	display:inline-block;
	margin:15px;
	max-width:150px;
}
.profile-2x {
	font-size: 125px;
}
.share-button.sharer-0 {
	width: auto !important;
}
input.ms-long
{
  width: 100% !important;
}
/* SPONSOR */
div.sponsor-platinum p, div.sponsor-gold p {
	height: 200px;

}
/* ================== EVENT SPONSOR ================== */

.event-sponsor-image .img-responsive {
	width: 100% \9;
}
ul.event-schedule-list {
	list-style-type: none;
	border: 1px solid #DFDFDF;
	padding:0;
	margin:0;
	
}
ul.event-schedule-list li {
		margin:10px 0px;
		padding: 10px;
		background:#DFDFDF;
}
ul.event-schedule-list li a:visited {
	color:#4A5C81;
}
ul.event-schedule-list li:nth-child(odd) {
		background:white;
}
li div.btn.btn-danger {
	display:inline-block;
	float:right;
	width: auto;
	margin-top:0px;
}
li div.btn.btn-danger a:visited {
	color:#fff;
}

/* ================== COURSE DETAILS ================== */

img.course-details-image {
	max-width: 350px;
	margin-top:15px;
	margin-bottom:25px;
	position:relative;
	float:right;
}
@media (max-width: 360px) {
img.course-details-image {
	width:300px;
	margin-bottom:15px;
	padding-left:0px;
	padding-right: 0px;
}
}
/* ================== PRESS RELEASE ================== */

h3.external-news-h3 a{
	text-decoration:none;
}

div.external-news-source {
	
}

/* ================== SPOTLIGHT ================== */
.fn-preview > img.spotlight-image {
	border-color: white !important;
	
}
.fn-preview > div > h3
{
  margin: 0px 0px 10px 0px !important;
  font-size: 24px !important;
  font-weight:bold;
  line-height:normal !important;
}
.fn-preview > div > p {
	font-size: 14px !important;
	line-height:24px !important;
}
.fn-full-post > h2 {
	font-size: 24px !important;
}
.mCSB_container {
	font-size: 14px !important;
	line-height:24px !important;
}
.mCSB_container div.btn {
	padding:4px 10px;
}
@media (max-width: 768px) {
.fn-preview > div > h3 {
  margin: 0px 0px 10px 0px !important;
  font-size:.6 em !important;
  font-weight:bold;
  line-height:normal !important;
}

}

/* ==================  ACCORDION ================== */
ul.accordion {
	border: 1px solid #C8C8C7;
	border-radius: 5px;
	list-style-position:outside;
	padding: 0px;
}

ul.accordion > li {
	border-top:1px solid #C8C8C7;
	border-bottom:1px solid #C8C8C7;
	position:relative;
	padding:0px;
	margin:0px;
	list-style-type:none;
}
ul.accordion > li h2.cat-name {
	padding: 15px 15px;
	margin:0px;
	font-size:1.2em;
	background: #DFDFDF;
	font-weight:300;
}
ul.accordion > li h2.cat-name:before {
	font-family: FontAwesome;
	content: "\F0DA";
	margin-right:10px;
	font-variant: normal;  /* Reset parent style that can break glyph codes */
	text-transform: none;
	
}
ul.accordion > li h2.cat-name:focus, ul.accordion > li h2.cat-name:hover, ul.accordion > li h2.cat-name:active  {
	background:#500000;
	color:white;
	cursor:pointer;
}
ul.accordion > li.accordion-active h2.cat-name {
	background-color: #500000;
	color:white;
}

ul.accordion > li.accordion-active h2.cat-name:before {
	font-family: FontAwesome;
	content: "\F0D7";
	margin-right:10px;
	font-variant: normal;  /* Reset parent style that can break glyph codes */
	text-transform: none;
	
}

ul.accordion > li > ul {
	list-style-type:none;
	list-style-position:inside;
	margin:0px;
	padding:0px;
}

ul.accordion > li > ul > li {
	padding: 0px 10px 0px 10px;
	border-bottom:1px solid #C8C8C7;
}
h3.accordion-h3 {
	font-size: 1.1em;
	font-weight:normal;
	padding: 0px;
	margin:3px 0px 0px 0px;
}
div.sub-accordion {
	padding: 15px 25px;
}

div.btn-detail-toggle {
	left:4px;
}
div.btn-detail-toggle:active {
	background:#C8C8C7;
}
div.btn-detail-toggle:focus, div.btn-detail-toggle:hover {
	background:#C8C8C7;
	cursor:pointer;
	border: 1px dotted #000;
	padding:5px 9px 9px 9px;
}
div.btn-course-link {
	left:4px;
	border-left: 1px solid #C8C8C7;

}

div.btn-course-link:active {
	background:#C8C8C7;
}

div.btn-course-link:focus, div.btn-course-link:hover {
	background:#C8C8C7;
	cursor:pointer;
	border: 1px dotted #000;
	padding:5px 9px 9px 9px;
}
div.btn-course-link a:link, div.btn-course-link a:hover {
	text-decoration:none;
}
.course-padding {
	padding: 6px 10px 10px 10px;
	
}
#expandAll {
	margin-left:15px;
	margin-right:20px;
}

div.course-details {
	margin: 25px 0px 25px 15px;
	margin-left: 15px;
}
div.table-icon-bar {
	margin-top: 15px;
	margin-bottom: 15px;
}
div.table-icon-bar span {
	margin-right: 15px;
}
span.icon-bar-heading {
	font-weight:bold;
}
span.delivery-b {
	content:B;
	height:12px;
	width:12px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
}


.delivery-medthod .icon-dhs-fema, .delivery-medthod .icon-gi-bill, .delivery-medthod .icon-gsa, .grant-items .icon-online-learning, .grant-items .icon-blended-learning, .grant-items .icon-f2f-learning {
    
}

.delivery-medthod > i, .grant-items > i {
    display:none;
    padding-right: 6px;
    font-size: 16px;
}

.\33 > .icon-gi-bill {
    display:inline-block;
}

.\31 > .icon-gsa, .\34 > .icon-gsa, .\35 > .icon-gsa, .\36 > .icon-gsa, .\37 > .icon-gsa, .\38 > .icon-gsa, .\39 > .icon-gsa, .\31\30 > .icon-gsa {
    display:inline-block;
}

.\32 > .icon-dhs-fema, .\31\31 > .icon-dhs-fema, .\31\32 > .icon-dhs-fema, .\31\33 > .icon-dhs-fema {
    display:inline-block;
}

/* Face 2 Face */
.C > .icon-f2f-learning {
    display:inline-block;
}

/* Online */
.W > .icon-online-learning {
    display:inline-block;
}

/* Blended */
.A > .icon-blended {
    display:inline-block;
}




/* Face 2 Face */
.C > .icon-f2f-learning {
    display:inline-block;
}

/* Online */
.W > .icon-online-learning {
    display:inline-block;
}

/* Blended */
.A > .icon-blended {
    display:inline-block;
}


/* ========================== CALENDAR  =================================== */

#drilldown {
    border-top: 1px solid #bbb;
}

#drilldown a {
    text-decoration: none;
    color: #222;
    padding: 8px 10px;
    border-top: 1px solid #fff;
    display:inline-block;
}

#drilldown > li > ul {
    display:none;
}


#drilldown li.dd-parent li a {
    padding: 8px 10px 8px 25px;
}

#drilldown a:hover {
    color: #990000;
    background: #fff;
}

#drilldown li.last {
    border-bottom: 1px solid #fff;
}

#drilldown li.dd-parent a.active {
    color: #000;
    background-color: #ccc;
}
 
/* Menu Header/Breadcrumbs */
.dd-wrapper .dd-header {
    font-size: 0.9em;
}
.dd-wrapper .dd-header ul {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #bbb;
    padding: 5px 10px;
}
.dd-wrapper .dd-header li {
    display: inline;
    margin-right: 5px;
}
.dd-wrapper .dd-header h3 {
    padding: 5px 10px;
    margin: 0;
    font-size: 1.2em;
}

/* ========================== NON SMS COURSES  =================================== */

.non-sms-title {
	padding: 15px;
	margin: 0px;
	font-size: 1.2em;
	font-weight: 300;
}
ul.non-sms-list {
	list-style-type: none;	
}
ul.non-sms-list li {
	margin-bottom: 15px;
}

/* ========================== MISC  =================================== */

.wallpaper-container {
	text-align:center;
}
.wallpaper-container img {
	margin-top: 20px;
}

/* ========================== SOCIAL DIRECTORY  =================================== */


ul.social-directory-group {
	padding-left:0px;
	margin-left:0px;
}
ul.social-directory-group > li.social-directory-list {
	padding:15px;
	border-bottom: 1px dotted #c8c8c7;
	list-style: outside none none;
	margin:0px 10px;
	width: 48%;
	display:inline-block;
	font-size: 120%;
}
div#WebPartWPQ6 ul.social-directory-group li {
	width: 70%;
}

ul.social-directory-group li.social-directory-list a span {
	float:right;
	position:relative;
	padding-left: 15px;
	display:inline-block;
	font-size: 140%;
}
.fa-facebook {
	color:#4a5c81;
}
.fa-twitter {
	color: #2EA9E2;	
}
.fa-youtube {
	color: #FF322F;	
}
.fa-googleplus {
	color: #353631;	
}
.fa-pinterest {
 	color: #CB2028;
}

.fa-instagram {
	color:#517FA3 ;
}
.fa-flickr {
	color:#FF0086 ;
}
.fa-foursquare {
	color: #2195CE;
}
.fa-blogger {
	background: url("/PublishingImages/blogger.gif") no-repeat scroll center top transparent;
	width: 40px;
	height:25px;
	padding-left: 15px;
}
.fa-linkedin {
	color:#0274B2 ;
}
/* ========================== MODAL WINNDOW  =================================== */

.modal {
    z-index:999999;
}

.modal-content, .modal-dialog, .modal-content{
    width: 900px;
}

#olrFrame {
    height:650px;
}

@media screen and (max-width: 900px) {
    .modal-content, .modal-dialog, .modal-content {
        width: 100%;
    }

    .modal-dialog {
        margin:0px;
    }
}

@media screen and (max-height: 650px) {
   
}

.modal-body{
    padding:0px;
}

.modal-header {
    background: #000;
    color:#fff;
}

.modal-header .modal-title,.modal-header .close{
    color:#fff;
}

.modal-header .close {
    font-size:21px;
    opacity: .9;
    text-shadow: none;
    font-weight:400;
}

.modal-footer{
    text-align:center;
    margin:0px;
    padding:10px;
}

.modal-footer .btn {
    margin-top:0px;
}

/* ========================== OLR MODAL WINNDOW  =================================== */

.ui-dialog  {
	z-index:100;
	box-shadow: 0px 6px 15px #444;
}

.ui-widget-overlay {
	background: #000;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	/* IE 9 */
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";

	/* IE 5-7 */
	 filter: alpha(opacity=40);
	opacity: .4;
}

.ui-dialog-titlebar {
	padding: 6px 10px;
	background:#000;
}

.ui-dialog-title {
	font-size: 24px;
	color:#fff;
}

.ui-dialog-titlebar-close {
    background:none;
    border:none;
    float:right;
    outline:none;
    padding: 0px;
    color:#fff;
	font-size: 18px;
    padding-top:5px;
}

.ui-dialog-titlebar-close:hover {
    background:none;
    border:none;
    float:right;
}

.ui-dialog-titlebar-close:after {
	content: "\f00d";
	color:#fff;
	font-size: 18px;
    padding-left:5px;
	display: inline-block;
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}

.list-sq a:hover {
    cursor:pointer;
}


/* ========================== Course Details Class Table  =================================== */
div.row.class-schedule {
	margin-left:0px;
	margin-right:0px;
}

div.row.class-details {
	margin-left:0px;
	margin-right:0px;
	background:white;
}
.course-page-content > h2.course-heading[title="Description"] {
	margin-top:0px !important;
}
.course-page-content > h2.course-heading {
	margin-top: 1.75em;
}
.class-table {
	border: 1px solid #C8C8C7;
	background:#DFDFDF;
	padding-left: 0px;

}
.class-table > li {
	border-top: 1px solid #C8C8C7;
	border-bottom: 1px solid #C8C8C7;	
	list-style-type: none;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
}
div.row.class-schedule > div > div > div.btn.btn-register {
	margin-top:-5px;
}
div.row.class-schedule .btn-ecampus {
background-color: #4a5c81;
   color: #fff;
   border: medium none #a5adc0;
   margin-right: 10px;
}

div.row.class-schedule .btn-ecampus:hover, div.row.class-schedule .btn-ecampus:focus{
   background-color: #a5adc0;
   color: #4a5c81;
}

.class-table li > div > div.btn-detail-toggle {
	background:white;
	border-radius: 3px;
	text-align:center;
	border:1px dotted #C8C8C7;
}
.class-table li > div > div.btn-detail-toggle:focus, .class-table li > div > div.btn-detail-toggle:hover {
	background: #C8C8C7;
}

.class-table li > div > div {
	padding: 4px 10px 6px 10px;
	top: 4px;
}
.class-table li > div > div > span.btn-details-text {
	padding-left: 5px;
}
@media (max-width: 760px) {
.class-table li > div > div > span.btn-details-text {
	visibility: hidden; /* Hides Details Text when in mobile screen */
	display:none;
}
}

.list-sq  ul{
	list-style-type: none;
	
}
.list-sq  ul li {
	padding-bottom: 15px;
	padding-left: 25px;
	position:relative;
	margin:0px;
	list-style-position:inside;
}

.list-sq  ul li:before {
	font-family: FontAwesome;
	content:"\F0C8";
	color:#500000;
	position:absolute;
	font-size: 7px;
	left: 10px;
	top: 5px;
}
.course-sidebar {
	margin-top: 50px;
	
	
}
.details-highlight-box {
	padding:0px 15px 15px 15px;
	background-color: white;
	border:1px solid #C8C8C7;
	border-radius: 5px;
	box-shadow: 0px 4px 5px #DFDFDF;
	margin-bottom: 15px;
}
.details-highlight-box h2 {
	font-size: 120%;
}
/* ========================== LIST PAGES  =================================== */


div#servicePagesWrapper {
	overflow:auto;
	margin-bottom:50px;
}

div.associated-pg-desc {
	height: 50px;
}

@media (max-width: 360px) {
div.btn-detail-toggle {
	border-right: 0px;
	position:relative;
	top:0x;
	margin-top: -8px;
	left:4px;
	padding: 6px 10px 10px 10px;
}

div.btn-detail-toggle:focus, div.btn-detail-toggle:hover {
	background:#C8C8C7;
	cursor:pointer;
	border: 1px dotted #000;
	padding:5px 9px 9px 9px;
}


}
/* ================== SharePoint and Bootstrap Overrides ================== */

/**** Bootstrap Box-sizing Reset*****/
.ms-InlineSearch-Outline-Baseline, #suiteBarButtons span, #suiteBarButtons a, .js-callout-closeButton {
    box-sizing: initial;
}
.ms-ToolPaneOuter {
	z-index:1000;
	position:absolute;
}


/* ================== COURSE DETAILS ================== */
div.course-details p img {
	display:none;
	visibility:hidden;
	width: 0px;
}
div.course-page-content p img {
	padding: 5px 20px 15px 0px;
	width: 240px;
	float: left;

}
div.course-page-content p {
	overflow:auto;
	height:100%;
}
div.class-heading-desc span.class-number, div.class-heading-desc span.class-hours  {
	font-size:150%;  
  
}


/* ================== 404 Error ================== */
.error-background {
	color:#fff;
	background-image: -webkit-linear-gradient(#332c2c,white); 
	background-image:    -moz-linear-gradient(#332c2c,white);
 	background-image:      -o-linear-gradient(#332c2c,white); 
 	background-image:         linear-gradient(#332c2c,white);
 }
.error-image {
	background:url(/PublishingImages/404pg.png) no-repeat 0px 50px;
	position:relative;
	bottom:0;
	max-width:397px;
	height: 519px;
}
.error-content {
	padding-top:50px;
	max-height:519px;
}
.error-content h1, .error-content h2 {
	color:white;
	text-shadow:1px 1px 3px #000;

}
.error-content h2 {
	padding-top:0px;
	text-shadow:1px 1px 3px #000;

}
.error-content p {
	font-size: 200%;
	text-shadow:1px 1px 3px #000;
}
/* ================== ALERT ================== */

.alert {
	margin-bottom: 0px;
	margin-top: 20px;
}


/* ================== PRINT / KEEP AT THE END OF THIS STYLESHEET Vv ================== */

@media print {
@page {
	margin:1.2cm 0.7cm 1.2cm 0.5cm;
}
h1 {
	font-size: 15px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-weight:normal;
	font-size: 12px;
}
header nav, footer {
	display:none;
	visibility:hidden;
}
header {
	background: url(/SiteAssets/print/header.gif) no-repeat;
	visibility:visible!important;
	display:block;  
}
.container img {
	display:none;
}
img.course-details-image {
	float:right !important;
	visibility:visible !important;
	display:inline-block !important;
	width: 350px !important;
}
body {
	font: 12px Verdana, Arial, sans-serif;
	line-height: 1.3;
}
.bg-info {
	display:none;
}
#SearchBox {
	display:none;
}
#ms-designer-ribbon {
	display:none;
}
.navbar-brand img {
	visibility:visible!important;
	display:block!important;
}
.row {
	display:block !important;
	border:1px solid #fff;
}
/*
ul.class-table li {
	border-bottom: 2px solid #dfdfdf;
}*/
.share-button {
	display:none!important;
}
.accordion {
	border:none !important;
	height:auto;
	display:block;
}
div.btn-course-link {
	border-left: 0px solid white;
}
ul.sub-accordion li{
	border: 0px solid white;
}
ul.sub-accordion li div.row.course-details {
	/*visibility:visible!important;*/
	visibility:hidden!important;
	height:0px;
	display:none!important;
	padding:0px;
	margin:0px;
	/*display:block!important;*/
}
ul.sub-accordion li.course-details-active div.row.course-details {
	display:block!important;
	height:auto!important;
	visibility:visible!important;
}
/* Course Schedule Print Specific */
ul.class-table li div.row.class-details {
	/*visibility:visible!important;*/
	visibility:hidden!important;
	height:0px;
	display:none!important;
	padding:0px;
	margin:0px;
	/*display:block!important;*/
}
ul.class-table li.class-details-active div.row.class-details {
	display:block!important;
	height:auto!important;
	visibility:visible!important;
}


	/*ul.sub-accordion li.course-details-active div.course-details {
visibility:visible!important;
	height:auto;
	visibility:visible;
	display:block!important;
}
*/
.accordion > li > .sub-accordion .course-title {
	font-weight:bold;
}
a[href]:after { /* Removes URLs from printing after the course title and number */
    content: none !important;
  }
.accordion li > h2 {
	font-weight: normal!important;
	background-color:#DFDFDF!important;
	font-size: 18px!important;
	display:block;
}
/*.course-details-active {
	visibility:visible!important;
	display:block!important;
}

.class-details {
	visibility:visible!important;
	display:block!important;
}*/
.class-dates .date {
	font-size:14pt!important;
	font-weight:bold!important;
}
.btn.btn-register {
	display:none;
}
.btn-detail-toggle {
	display:none;
}	
.teex-quotes {
	display:none;
}	
/*.col-sm-12.col-md-6.text-right { Funding and Delivery Options 
	display:block!important;
	
}*/
#teex-spotlight {
	position: relative;
	display:block;
}
.map-link {
	display:none;
}
/*#MSOZoneCell_WebPartWPQ5 {  === Spotlights === 
	display:none;
}*/
h2.course-heading {
	display:block!important;
	visibility:visible!important;
}
.list-sq p {
	display:block!important;
	visibility:visible!important;
	
}
.list-sq ul li {
	display:block!important;
	visibility:visible!important;	
}
}