/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.navbar-nav {
	float: right;
	margin: 0;
}

.main-navigation .nav > li > a {
	text-transform: uppercase;
	font-size: 11px;
	font-family: "arial";
}

h1 {
	color: #004c70;
	font-weight: 300;
	font-size: 42px;
}

h2 {
	color: #fff;
}

.tint {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	box-shadow: rgba(0,0,0,.2) 3px 5px 5px;
}

.tint:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,121,180,0.5);
	transition: all .3s linear;
}

.tint:hover:before {
	background: none;
}

.t2:before {
	background: rgba(0,121,180,0.5);
}

#signUpBox {
	max-width: 50%;
	height: 46px;
	border: solid 1px #0079b4;
	margin: auto;
	padding-top: 6px;
	border-radius: 5px;
	color: #fff;
	background: #0079b4;
}

#signUpBox:hover {
	background: #004c70;
	color: #fff;
}

.contained {
	max-width: 1160px;
	margin: auto;
}

.contained a {
	color: #fff;
}

.plan ul li {
	min-height: 50px !important;
}

a.btn.btn-default {
	margin: 0 auto;
	display: table;
}

.datagrid table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

.datagrid {
	font: normal 12px/150% Arial, Helvetica, sans-serif;
	background: #fff;
	overflow: hidden;
	border: 1px solid #004C70;
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3;
}

.datagrid table td, .datagrid table th {
	padding: 6px 3px;
}

.datagrid table thead th {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#006699),color-stop(1,#004C70));
	background: -moz-linear-gradient(center top,#006699 5%,#004C70 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699',endColorstr='#004C70');
	background-color: #006699;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border-left: 1px solid #0070A8;
}

.datagrid table thead th:first-child {
	border: none;
}

.datagrid table tbody td {
	color: #000000;
	border-left: 1px solid #E1EEF4;
	font-size: 12px;
	font-weight: normal;
}

.datagrid table tbody .alt td {
	background: #E1EEF4;
	color: #ffffff;
}

.datagrid table tbody td:first-child {
	border-left: none;
}

.datagrid table tbody tr:last-child td {
	border-bottom: none;
}

.footer a {
	color: #ffffff;
}

.header-top .info li i {
	color: #999999;
}

.header {
	background-color: #ffffff;
}

.custom.main-navigation .navbar-default .navbar-collapse {
	background-color: #111111;
}

.custom.main-navigation .navbar-main-menu > li:not(.active) > a {
	color: #ffffff !important;
}

.datagrid table tbody .alt td {
	color: #111111;
}

#mc_embed_signup {
	background: #111111 !important;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown .dropdown-menu {
	position: absolute;
	top: 100%;
	display: none;
	margin: 0;
/****************
     ** NEW STYLES **
     ****************/
	list-style: none;
/** Remove list bullets */
	width: 500px;
/** Set the width to 100% of it's parent */
	padding: 0;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

/** Button Styles **/
.dropdown button {
	background: #004c70;
	color: #FFFFFF;
	border: none;
	margin: 0;
	padding: .4em .8em;
	font-size: 1em;
}

/** List Item Styles **/
.dropdown a {
	display: block;
	padding: .2em .8em;
	text-decoration: none;
	color: #ffffff;
}

.buynow button {
	background: #004c70;
	color: #FFFFFF;
	border: none;
	margin: 0;
	padding: .4em .8em;
	font-size: 1em;
}

a.healcode-pricing-option-text-link {
	background: #004c70;
	color: #FFFFFF;
	border: none;
	margin: 0;
	padding: .4em .8em;
	font-size: 1em;
}

.fbox-media img {
	border-color: black;
	border-width: 2px;
	border-style: solid;
}