@charset "utf-8";
/* CSS Document */

.carousel-caption {
    position: absolute;
    z-index: 1;
    display:table;
    width:100%;
    height:100%;
}

.absolute-div {
    position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
}

.carousel-caption h3 {
    display:table-cell;
    vertical-align: middle;
    text-align:center;
}

.item {
    position:relative;
}

.container-fluid {
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	background-color:#fff;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-top:-7px;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.linkedin a{
	background-color:#2B8BB5;
	color:#fff;
	padding: 0;
}
.navbar-bottom {
    background-color: #eee;
    height: auto;
    margin: 0 0 0 0;
    padding: 10px 0 45px 10px;
}
.navbar-bottom .navbar-nav > li > a {
	color:#000;
}
.navbar-bottom .navbar-nav > li > a {
	color:#25477E;
}
.navbar-bottom .navbar-nav > li > a {
	padding-bottom: 5px;
	padding-top: 5px;
}
.navbar-bottom .navbar-nav > li > a:hover {
	color:#25477E;
}
.navbar-bottom .navbar-nav > li {
	/*margin:0 0 0 5px;*/
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: #fff;
	color: #000;
}
.navbar-default .navbar-nav > li > a {
	color:#000;
}
#navbar ul.nav li a:hover {
	color: #25477e;
}
.linkedin{
	background-color:#2B8BB5;
	padding: 0;
}
.twitter {
	background-color:#00ACED;
}
.facebook {
	background-color:#3B5B99;
}

.facebook a, .twitter a, .linkedin a {
	color:#fff !important;
	padding:0;
}
table {
	width: 90%;
	margin:20px;
	border:1px solid #ddd;
}
td, th {
	border: 1px solid #ddd;
	padding:5px;
}
th {
	background-color:#fff;
	font-weight:bold;
	color:#000;
}
.col-sm-4 {
	padding:10px;
}
.center {
	text-align:center;
}
.border {
	border:5px solid #633;
	border-radius:4px;
}
.navbar-brand {
	z-index:-999;
}
.tv {
	background-image: url("../images/tv.png");
	background-position: center center;
	background-repeat: no-repeat;
	height: 334px;
	padding: 177px 59px 0 0;
	width: 310px;
	margin:0 0 0 0;
}
.radius {
	border-radius:10px;
}
.band {
	background-color: #930;
	border-radius: 6px 6px 0 0;
	color: #fff;
	font-size: 14px;
	margin: 0 0 0 0;
	padding: 10px;
	width: 100%;
}
/*h2, h3, h4 {
	margin:0;
	padding:0;
}
*/
h1 {
	font-size:18px;	
	font-weight:bold;
}
h2 {
	font-size:16px;	
	font-weight:bold;
}
#logo {
	margin:0;
	padding:16px 10px 0 10px;
	font-size:22px;
	color:#006;
	font-weight:bold;
}

.sub-heading-content ul {
	float: left;
	margin: 10px 5px 5px 5px;
	float:left;
}
.sub-heading-content  ul li {
	display: block;
	font-size:13px;
	padding:5px 0 0 0;
	clear:both;
}
.sub-heading-content  ul li a {
	color: #000;
	text-decoration: none;
}
.sub-heading-content ul li a:hover, .sub-heading-content  ul li a:focus {
	color: #3C74A3;
	text-decoration: none;
}
.dropdown-toggle:focus {
	background-color:#666;
}
#skip a, #skip a:hover, #skip a:visited {
	height: 1px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: -500px;
	width: 1px;
	z-index: 999;
}
#skip a:active, #skip a:focus {
	color: #000;
	height: auto;
	padding: 2px 5px;
	margin:0 0 0 10px;
	position: absolute;
	top: 0;
	width: auto;
	z-index: 999;
	font-size:11px;
	text-decoration:none;
}

.scalable {
  overflow: hidden;
}

.scalable iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border: 0;
}

.scalable .scalable-content {
  height: 0;
  position: relative;
}

.scalable-16-9 .scalable-content {
  /* Percentage from 9 divided by 16 for ratio of 16:9. */
  padding-bottom: 56.25%;
}
.right {
	text-align:right;	
}
.col-sm-4 img {
    width: 75%;
}

h3 {
	font-size:13px;	
	font-weight:bold;	
	
}
h4 {
	font-size:13px;	
	font-weight:bold;	
}
.footer {
	background-color:#fff;	
	padding:20px;
}
.footer a {
	color:#25477E;	
}


.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:100%;
	font-size:14px;
}

#skippy {
    background-color: #069;
    color: #fff;
    display: block;
    outline: 0 none;
    padding: 1em;
}
.sub-heading-content {
 padding:10px;	
}

.sub-heading-content ul {
	margin:0 0 0 -20px;	
}
#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    right: 10px; /* padding from the left side of the window */
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px; /* height of link element */
    right: 10px; /* padding from the left side of the window */
}
#top-link-block a, #top-link-block a:visited {
	color:#006;
	text-decoration:none;
}
#top-link-block a:hover {
	color:#006;
	text-decoration:underline;
}
a:link {
	color:#145b98;
	text-decoration:underline;
}
.tagline {
    background-color: #464646;
    color: #fff;
    display: block;
    padding:5px;	
	float:left;
	font-weight:bold;
	font-size:16px;
	height:auto;
	text-align:center;
	width:100%;
}
.footer .col-sm-3 {
	margin:10px 0 10px 0;	
}

.sub-heading {
    color: #000;
    font-size: 20px;
    height: auto;
    margin: 5px 0 5px 0;
    padding: 0 0;
    width: 100%;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	border-bottom:2px solid #006;
	box-shadow:0;
	border-radius:0;
	background-color:transparent;
	clear:both;
	
}
.pan {
	background-color: #f8f8f8;
    border-radius: 6px 6px 0 0;
    color: #000;
    font-size: 20px;
    height: auto;
    margin: 0;
    padding: 0 10px;
    width: 100%;
}

blockquote p {
	font-size:14px;	
}

.navbar-right {
     margin-top: -10px;
}

.navbar-bottom .navbar-right {
    margin-right: -15px;
    margin-top: 0;
}

.navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 20px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #e7e7e7;
    color: #000;
}
@media screen and (max-width:768px) {
.navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
}
}