@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
body,td,th {
	color: #000;
	font-family: 'Open Sans', Arial, san-serif;
	font-size: 14px;
	line-height: 24px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}
.container {
	padding: 0px;
}
.container.home {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	overflow: hidden;
}
img {
	border: none;
}
h1 {
	font-family: 'Open Sans Condensed', Arial, san-serif;
	font-weight: 700;
	color: #1e7eb8;
	font-size: 42px;
	letter-spacing: -0.7px;
	margin-top: 20px;	
	margin-bottom: 10px;	
}
h3 {
	font-size: 22px;
	font-weight: normal;
}
h4 {
    margin-bottom: 5px;
    margin-top: 3px;
}
.sideNavCol {
	padding: 0px;
}

/* Customize the navbar links to be fill the entire space of the .navbar */
.navbar .navbar-inner {
    padding: 0;
}

.navbar .nav {
    margin: 0;
    display: table;
    width: 100%;
}

.navbar .nav li {
    display: table-cell;
    width: 1%;
    float: none;
	white-space: nowrap;
	font-size: 16px;
}
.navbar-collapse.in, .navbar-collapse.collapsing {
	float: left;
	width: auto;
	margin-left: 30px;
	margin-top: -7px;
}
.navbar-collapse.in li, .navbar-collapse.collapsing li {
    display: block;
    width: auto;
    float: left;
	clear: left;
}

.navbar .nav li a {
    color: #fff;
    text-align: center;
    padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

.navbar .nav li:first-child a {
    border-left: 0;
    border-radius: 3px 0 0 3px;
}

.navbar .nav li:last-child a {
    border-right: 0;
    border-radius: 0 3px 3px 0;
}

/**/
.navbar .nav ul.dropdown-menu {
	background-color: #1e7eb8;
}
.navbar .nav ul.dropdown-menu li {
    display: block;
    width: auto;
    float: none;
}
.navbar .nav ul.dropdown-menu li a {
    text-align: left;
    padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	color: #fff !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > ul.dropdown-menu > li > a:hover {
    color: #ffd702;
	 background-color: transparent;
}


.navbar-default {
    background-color: transparent;
    border: none;
	margin-bottom: 0px;
	
}

.navbar-default .container {
	background-image: url('../images/header-bg.jpg');
	background-size: contain;
	background-repeat: repeat-x;
	padding: 0px;
	height: 225px;
}
.navbar-default #logo {
	float: left;
	margin-right: 20px;
	margin-left: 15px;
}
.navbar-header {
	width: 100%;
	padding: 0px;
	height: 225px;
}
.navbar-header .social {
	float: right;
	margin-top: 10px;
	margin-right: 5px;
}
.navbar-header .social img {
	height: 40px;
	width: 40px;
}
.navbar > .container .navbar-brand {
	float: left;
	padding: 0px;
	 white-space: nowrap;
	 margin: 0px;
}
.navbar-brand h1 {
	font-family: 'Open Sans Condensed', Arial, san-serif;
	font-weight: 700;
	color: #1e7eb8;
	font-size: 72px;
	letter-spacing: -1.5px;
	margin: 0px;
	margin-top: 20px;
	text-shadow: 4px 4px 6px #fff, 2px 2px 4px #fff;
}
.navbar-brand h2 {
	font-family: 'Open Sans', Arial, san-serif;
	font-weight: 400;
	color: #333;
	font-size: 32px;
	margin: 0px;
	
	line-height: 1em;
	letter-spacing: -1px;
	text-shadow: 2px 2px 4px #fff, 2px 2px 2px #fff;
	
}

#tipue_search_input {
	padding: 3px;
	border: none;
	background-color: #E8E7E8;
	font-size: 12px;
	color: #666;
	width: 100%;
	height: 22px;
}
#tipue_search_button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	background-color: #4890C2;
	color: #FFF;
	height: 22px;
	font-size: 12px;
	margin-left: -5px;
}
.navbar-collapse {
    background-color: #1e7eb8;
	border-radius: 6px;
	/*width: 771px;*/
	float: right;
	
}
.footer {
	background-color: #4b4843;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	background: url(../images/coal-bg-large.jpg) repeat;
}
.footer a {
	color: #fff;
}
#homeRightCol {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#acb5c6+40,d2dadc+100 */

background: #acb5c6; /* Old browsers */

background: -moz-linear-gradient(top,  #acb5c6 40%, #d2dadc 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#acb5c6), color-stop(100%,#d2dadc)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #acb5c6 40%,#d2dadc 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #acb5c6 40%,#d2dadc 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #acb5c6 40%,#d2dadc 100%); /* IE10+ */

background: linear-gradient(to bottom,  #acb5c6 40%,#d2dadc 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acb5c6', endColorstr='#d2dadc',GradientType=0 ); /* IE6-9 */



	padding-bottom: 500px;
  	margin-bottom: -500px;
  	height: 100%;
}
#cycler{
	position:relative;
	margin-left: -15px;
	margin-right: -15px;
	height: 419px;
	overflow: hidden;
}
#cycler img{
	position:absolute;
	z-index:1;
}
#cycler img.active{
	z-index:3;
}
.slide {
	width: 100%;
	overflow: hidden;
}
ul.sidenav li {
	line-height: 22px;
	font-size: 16px;
	border-bottom: 1px solid #1e7eb8;
}
ul.sidenav li.active, .highlightLink {
	background-color: rgb(255,235,137);
}
ul.sidenav li a {
	color: #1e7eb8;
}
ul.sidenav ul.subsection li {
	list-style-type: none;
	line-height: 22px;
    padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
ul.sidenav ul.subsection li:last-child {
	border-bottom: none;
}
#homeIntro {
	padding: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}


.homeFeature {
	border: 2px solid #ffd702;
	padding: 10px;
	font-size: 12px;
	margin-top: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffae8+2,ffeb89+100,fff8e2+100 */

	background: rgb(255,250,232); /* Old browsers */
	
	background: -moz-linear-gradient(top,  rgba(255,250,232,1) 2%, rgba(255,235,137,1) 100%, rgba(255,248,226,1) 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(255,250,232,1)), color-stop(100%,rgba(255,235,137,1)), color-stop(100%,rgba(255,248,226,1))); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  rgba(255,250,232,1) 2%,rgba(255,235,137,1) 100%,rgba(255,248,226,1) 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  rgba(255,250,232,1) 2%,rgba(255,235,137,1) 100%,rgba(255,248,226,1) 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  rgba(255,250,232,1) 2%,rgba(255,235,137,1) 100%,rgba(255,248,226,1) 100%); /* IE10+ */
	
	background: linear-gradient(to bottom,  rgba(255,250,232,1) 2%,rgba(255,235,137,1) 100%,rgba(255,248,226,1) 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffae8', endColorstr='#fff8e2',GradientType=0 ); /* IE6-9 */

}

.homeFeature img {
	margin-top: 5px;
}
#socialRow {
	margin: 0px;
}

#mainCol {
	padding-left: 20px;
	padding-bottom: 30px;
}
.navbar-default .navbar-toggle {
	background-color: #ffd702;
	border-color: #ffd702;
	float: left;
	margin-left: 35px;
	margin-top: 20px;
}
.menu-icon {
	color: #333;
	font-size: 11px;
	float: right;
	padding-left: 5px;
	line-height: 12px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
}
.icon-bar-div {
	float: right;
}
.navbar-toggle .icon-bar {
    width: 14px;
}

.imageRight {
	margin-left: 20px;
	border: 1px solid #2283BD;
	float: right;
}
.imageLeft {
	margin-right: 20px;
	border: 1px solid #2283BD;
	float: left;
}
.imageBorder {
	border: 1px solid #2283BD;
}
.divider {
	border-bottom: 1px dashed #999;
	margin-top: 30px;
	margin-bottom: 30px;
}
/*#swiffycontainer{
	margin-left: auto;
    margin-right: auto;
}*/
.photoSource {	font-size: 11px;
	font-style: italic;
}
.innerContent {
	padding-left: 10px;
}
.managementRow {
	margin-bottom: 20px;
}
.managementRow h4 {
	margin-top: 5px;
	margin-bottom: 1px;
	font-size: 14px;
	font-weight: normal;
}
.managementRow h5 {
	margin-top: 1px;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}
.clearBoth{
	clear: both;
}
.flex-video {
position: relative;
padding-top: 25px;
padding-bottom: 67.5%;
height: 0;
margin-bottom: 16px;
margin-left: 10%;
overflow: hidden;
} 
.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 10px;
width: 80%;
height: 80%;
}

@media (max-width: 1199px) {
  #cycler{
	height: 348px;
  }
  h1 {
	font-size: 32px;
  }
}
@media (max-width: 979px) {
  body,td,th {
	font-size: 13px;
	line-height: 20px;
  }
  h1 {
	font-size: 30px;
  }
   h3 {
	font-size: 18px;
  }
  .navbar-default .navbar-nav > li {
    font-size: 12px;
	padding-right: 2px;
	padding-left: 2px;
  }
  #cycler{
	height: 269px;
  }
  .navbar-brand h1 {
	font-size: 60px;
	margin-top: 35px;
  }
  .navbar-brand h2 {
	font-size: 28px;
  }
  .navbar-header .social img {
	height: 24px;
	width: 24px;
  }
  .navbar-collapse {
	clear: both;
	float: none;
	width: 100%;
}
}

@media (max-width: 768px) {
  .navbar-default .navbar-nav > li, .navbar .nav ul.dropdown-menu li {
    font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
  }
  h1 {
	font-size: 22px;
  }
   h3 {
	font-size: 16px;
  }
  .no-pad {
	  padding: inherit;
  }
  .homeFeature {
	  margin: 15px;
	  width: 90%;
	  font-size: 14px;
}
.innerContent .row .col-xs-12 {
}
  .navbar-default .container {
	
	background-size: auto;
	
}
.flex-video iframe {
width: 95%;
height: 95%;
}	
#logoXS {
	float: left;
	margin-left: 30px;
}
.navbar > .container .navbar-brand {
	float: none;
	clear: both;
	 white-space: nowrap;
	 margin-left: 30px;
}
.navbar-brand h1 {
	font-size: 44px;
}
.navbar-brand h2 {
	font-size: 19px;
	
}
}
@media (min-width: 768px) {
#mainCol {
	padding-left: 10px;
}
.innerContent {
	padding-left: 10px;
}
}