/* 1. BASELINE
----------------------------------------------------------------------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
	display: none
}
html {
	height: 100%;
	width: 100%;
	margin: 0%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	background: #fff;
	font-size: 1em;
	line-height: 1.618em;
	font-weight: 300;
}
/* /ht Ethan Marcotte - http://front.ie/l8rJaA */
img, embed, object, video {
	max-width: 100%;
}
.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video {
	width: 100%;
}
/* 2. TYPOGRAPHY
----------------------------------------------------------------------------------------*/

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 1em;
}
b, .bold, .strong {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}
.wrapper {
	background-color: #fff;
}
ul {
	list-style-type: disc;/*margin-left: 1.618em;*/
}
ol {
	list-style-type: decimal;
	margin-left: 1.618em;
}
nav ul, nav ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.i, .em {
	font-style: italic;
}
/* 3. LINKS
----------------------------------------------------------------------------------------*/

a {
	outline: none;
	color: #3e77b1;
	text-decoration: none;
}
a:hover {
	outline: none;
	color: #000;
	text-decoration: none;
}
a:visited {
	outline: none;
	color: #3e77b1;
	text-decoration: underline !important;
}
a:active, a:focus {
	outline: none;
}
.btn-primary {
	color: #ffffff;
	background-color: #3E77B1;
	border-color: transparent;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #666;
	border-color: transparent;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #3E77B1;
	border-color: transparent;
}
.btn-primary .badge {
	color: #3E77B1;
	background-color: #ffffff;
}
.navbar-nav > li {
	display: inline-block;
	padding: 5px 8px 0 0;
	
}

.navbar-nav > li > a {
    padding-right: 0!important;
}

.active {
	color: #f38025;
	font-weight: 400;
}
.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
}
.nav>li>a:hover {
	color: #666;
	background-color: transparent;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	color: #666;
	border-color: none;
}
/* 4. NAVIGATION 
----------------------------------------------------------------------------------------*/
#navigation {
	padding: 0;
	margin: 0;
}
.navbar-header {
	background-color: transparent;
}
.navbar-brand {
	padding: 12px 0 0;
}
.navbar {
	position: relative;
	margin: 0;
	border: 0;
	border-radius: 0px;
	min-height: inherit;/*border-bottom: 1px solid #ccc;*/
}
.logo {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	width: 177px;
	height: 24px;
	display: block;
}
.pipe {
	position: relative;
	padding: 9px 20px 0 0;
	margin: 0;
	color: #ccc;
}
.navbar-collapse {
	padding: 0;
	height: auto !important;
	overflow: visible !important;
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
.nav>li {
	position: relative;
	display: block
}
.btn {
	white-space: normal !important;
	word-wrap: break-word;
	word-break: normal
}
/* 5. BODY
----------------------------------------------------------------------------------------*/



.box {
	position: relative;
	top: 50%;
	margin-top: 25%;
}
.middle {
	position: relative;
	top: 25%;
}
.top-row {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 0;
}
.orange-bar {
	padding: 20px 15px;
	background-color: #f38025;
}
.section {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	float: left;
	color: #fff;
}
.title {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	color: #fff;
	text-align: right;
	float: right;
}
.divider {
	border-left: solid 1px #ccc;
	padding-top: 0;
}

.spacer {
	padding-top: 30px;
}
.sidebar ul {
	padding: 15px 0;
}
.sidebar ul li {
	list-style-type: square;
	margin-left: 15px;
}
.number {
	position: relative;
	/* Adjust these values accordingly */
	top: -2px;
	left: 0px;
	padding-right: 5px;
	display: inline;
}
#navigation .container {
	padding: 0;
}
#content .container {
	border-top: solid 1px #ccc;
}
#content .container .row {
	padding-top: 30px;
	padding-bottom: 30px;/*border-bottom: solid 1px #ccc;*/
}
.display-table {
	display: table;
	width: 100%;
}
.display-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.row.match-cols {
	overflow: hidden;
}
.row.match-cols [class*="col-"] {
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}
hr {
	margin-top: 30px;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
}
.hex-table {
	padding: 0 50px;
}
/* 6. FOOTER
----------------------------------------------------------------------------------------*/


#footer {
	font-size: 90%;
	text-align: right;
	margin-bottom: 30px;
}
#footer .container {
	padding: 10px;
}
#footer a:hover {
	outline: none;
	color: #00cc33;
	text-decoration: none;
}
#footer a:visited {
	outline: none;
	color: #ccc;
	text-decoration: none;
}

.terms {
	padding: 0;
	margin-top: 10px;
}
/* 7. COLORS
----------------------------------------------------------------------------------------*/

.orange {
	color: #f38025;
}
.orange-bg {
	background-color: #f38025;
}
/* 8. SUBMENU
----------------------------------------------------------------------------------------*/

.navbar-nav > li > .dropdown-menu {
	margin-top: -5px;
	border-radius: 0;
}

/* 9. MEDIA QUERY
----------------------------------------------------------------------------------------*/


@media only screen and (max-width: 767px) {
#content .container {
	border-top: none;
}
.divider {
	border: none;
}
.navbar {
	border-bottom: none;
}
.navbar-brand {
	padding: 15px 0 0 30px;
}
.navbar .navbar-nav {
	width: 100%;
	margin-top: 0;
	padding-top: 0;
}
.nav > li:first-child {
	border-top: 1px solid #ccc;
	margin-top: -1px;
}
.nav > li > a {
	position: relative;
	display: block;
	margin: 0;
	padding: 15px;
	border-bottom: 1px solid #ccc;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	border-bottom: 1px solid #ccc;
}
.nav-buttons {
	margin: 15px 0;
	float: left;
}
#footer {
	text-align: center;
}
.copyright {
	margin-top: 10px;
}
.dropdown-menu > li {
	display: block;
	padding: 10px 0;
	clear: both;
	line-height: 1.42857143;
	white-space: nowrap;
	background-color: none;
}
.dropdown-menu > li > a {
	color: #337ab7;
}
.dropdown-menu > li > a:hover {
	color: #337ab7;
	background-color: #fff;
}
.dropdown-menu .dropdown-submenu > ul {
	margin: 5px 0 0 15px;
}
.dropdown-menu {
	width: 100% !important;
}
.terms {
	text-align: center;
}
#navigation .container-fluid {
	border-bottom: none;
}
.box {
	position: relative;
	top: 0;
	margin-top: 20px;
}
.middle {
	position: relative;
	top: 0;
}
#content .container .row {
	padding-top: 15px;
	padding-bottom: 15px;
}
.hex-table {
	padding: 0;
}
}
