@charset "utf-8";
/* CSS Document */

/*//this is submenu css from Bootstrap 2. Was removed in 3. We want it back. */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

/*end submenu css*/

/* Fixed navbar with sticky footer
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  /*height: 66px;
  background-color: #DEE7EC;*/
  margin-bottom: 0px;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  padding: 25px 15px 0;
}
.container .credit {
  margin: 14px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

a {
    color: #235388;
}
.jumbotron {
    background-color: #f8cb89;
	/*background-color: #fcb041;*/
    color: inherit;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.14286;
    margin-bottom: 30px;
    padding: 30px;
}

h1, h2, h3, h4 {
	text-align:center;
	/*color: #428bca;*/
	color: #235388;
	font-weight: bold;
}

h1, .h1 {
    font-size: 40px;
}

h2, .h2 {
    font-size: 24px;
}

h3, .h3 {
    font-size: 22px;
}

h4, .h4 {
    font-size: 20px;
}

.jumbotron h1, .jumbotron .h1 {
    font-size: 40px;
	/*color: #428bca;*/
	color: #235388;
}

/*this is so accordian titles are the same blue as headings*/
.panel-title > a {
    /*color: #428bca;*/
	color: #235388;
	
}

.doclist {
	/*color: #428bca;*/
	color: #235388;
	font-weight: bold;
}

.boldUnderlined {
	font-weight: bold;
	text-decoration: underline;

}

.credit-padding {
	padding-top: 10px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #235388;
    color: #fff;
}

.navbar-toggle {
    background-color: #235388;/*#428bca; #f8cb89;*/
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    background-color: #fff; /*#428bca;*/
	display: block;
    height: 2px;
    width: 22px;
}

.banner-head {
	padding: 15px; 
	background-color: #428bca; 
	color: #ffffff; 
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight:bold;
	font-size: 16px;
}

.faq-head {
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}


.table-bordered td {
	padding: 5px;
}