@charset "utf-8";
/* CSS Document */
/*Green: Pantone(375)
hex: 	#337755
rgb: 	rgb(51, 119, 85);
cymk: 	57, 0, 29, 53

Blue: Pantone(2746)
hex: 	#171c8f
rgb: 	rgb(23, 28, 143);
cymk: 	100, 98, 0, 0
*/
html, body {
	padding:0;
	background-color:#FFF;
	font-weight: lighter;
	font: 16px/1 'Roboto', sans-serif;
	color: #4d4d4d;
	-webkit-font-smoothing: antialiased;
}
p{
	line-height: 1.5;
	
}
H1,H2,H3,H4{
	margin:0;
	margin-bottom:10px;
}
h1{font-size:1.7em;}
h2{    
	font-size: 1.75em;
	font-weight: 300;
	color: #2b2b2b;
	margin: 0 auto .75em;
	font-weight: 400 !important;
}
h3{font-size:1.2em;font-weight:bold;}
h4{font-size:1.0em;font-weight:bold;}

.close {
    color: #fff; 
    opacity: 1;
}
.row{
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}
.btn {
    white-space: normal;
}

.container{	
    position: relative;
    padding: 3.5em 0 4em;
	
}

.item-image{
	padding:3px;
	margin:10px;
	display:block;

}
.item-image img{
	width:150px;
	border:1px solid #ccc;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.header-banner{
	padding:0;
	margin-top:5px;
}
.header-banner .moduletable{
	padding:0;
	margin:0;
}

/*NAV BAR*/
.navbar,.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	margin:0;
	border-color:transparent;
	box-shadow:none;
	border:0;
	padding:0;
	margin-top:10px;
}
.navbar-nav{
	float:right;
	margin:0;
	padding:0;
	
}
.navbar-nav > li {
	background-color:transparent;
	border:0;
}
.navbar-nav > li > a{
	color:#8e8e8e !important;
	padding: 30px 15px;
	font-size: 0.8em;
	text-transform: uppercase;
	transition: all 240ms linear;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
	z-index:1500;
}
.nav-child{
	list-style-type: none;
	margin:0;
	margin-bottom:10px;
	margin-left:5px;
	background-color: #ededed;
	padding:5px;
	border-radius:3px;
}

.nav-child li{
	padding:0;
	margin:0;
	border:0;
}
.nav-child li a{
	font-size:1.2em;
	display:block;
	
}
.nav-child li a:hover{
	border-left:5px solid transparent;
	background:transparent;
}
span.nav-header{
	border-left:0 solid transparent;
	font-weight:bold;
	color:#666;
	font-size:1.3em;
	border-bottom:1px solid #ccc;
}


/* Old Bootstrap style conversions */
 .span12 {
    width: 100%;
  }
  .span11 {
    width: 91.66666667%;
  }
  .span10 {
    width: 83.33333333%;
  }
  .span9 {
    width: 75%;
  }
  .span8 {
    width: 66.66666667%;
  }
  .span7{
    width: 58.33333333%;
  }
  .span6{
    width: 50%;
  }
  .span5{
    width: 41.66666667%;
  }
  .span4{
    width: 33.33333333%;
  }
  .span3 {
    width: 25%;
  }
  .span2 {
    width: 16.66666667%;
  }
  .span1 {
    width: 8.33333333%;
  }
  
  
/*CONTACTS STYLES */

/*FAQ Styles */
.faq{
	text-align:left;
	font-weight:bold;

}

.faq:hover{

}
.label{
	display:inline-block;
	margin-right:3px;
}
.label-info {
  background-color: transparent;
}


/*BANNER STYLES*/
#banner {
    display: table;
    width: 100%;
	height: 550px;
}
#banner.container {
    margin: 0 auto;
    max-width: 960px;
    box-sizing: border-box;
}
#banner-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 2em 0;
}
#banner h2{
	font-size:-webkit-xxx-large;
	color:#FFF;
	font-weight: bold;
	margin:20px;
}
#banner h3{
	font-size:-webkit-xx-large;
	
	color:#FFF;
	font-style: italic;
	font-size: 1.25em;
    font-weight: 500;
	line-height: 1.5;
}
/*PANEL STYLES */
.panel-primary > .panel-heading {
	/*rgb(23, 28, 143);*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c299d+2,171c8f+100 */
	background-image: rgb(28,41,157); /* Old browsers */
	background-image: -moz-linear-gradient(top,  rgba(33,54,171,1) 0%, rgba(23,28,143,1) 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33,54,171,1)), color-stop(100%,rgba(23,28,143,1))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top,  rgba(33,54,171,1) 0%,rgba(23,28,143,1) 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top,  rgba(33,54,171,1) 0%,rgba(23,28,143,1) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top,  rgba(33,54,171,1) 0%,rgba(23,28,143,1) 100%); /* IE10+ */
	background-image: linear-gradient(to bottom,  rgba(33,54,171,1) 0%,rgba(23,28,143,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2136ab', endColorstr='#171c8f',GradientType=0 ); /* IE6-9 */

	background-repeat: repeat-x; 
}


.contact{
	padding-left:20px;
	padding-right:20px;
}
.contact>.thumbnail>img{
	height:300px;
}

.page-header{margin:0;}

