﻿.navbar-portalbar-v2 .governor {
  display: none;
}


.dropdown-backdrop {
    position: static;
}
.portal-BarInsert .navbar-fixed-top {
	margin-right: 0px;
}

/* Body background */
body {
	background:#7F693F;
}
.outerContainer.bodyRow {
	background-image:url('Images/site_bg.jpg');
	background-repeat:no-repeat;
}
/* Content link text */
.breadcrumbRow a:link, .breadcrumbRow .ms-WPBody a, .breadcrumbRow .ms-WPBody a:active, .breadcrumbRow .ms-WPBody a:hover,
.bodyRow a:link, .bodyRow .ms-WPBody a, .bodyRow .ms-WPBody a:active, .bodyRow .ms-WPBody a:hover,
footer a:link, footer .ms-WPBody a, footer .ms-WPBody a:active, footer .ms-WPBody a:hover
{
color:#08C;
}
/* Footer link text */
.breadcrumbRow a:visited, .breadcrumbRow .ms-WPBody a:visited,
.bodyRow a:visited, .bodyRow .ms-WPBody a:visited,
footer a:visited, footer .ms-WPBody a:visited 
{
color:#00487F;
}
/* Portalbar background */
.portalBar .navbar-inner{
  background-color: #0099cc;
  background-image: -moz-linear-gradient(top, #0099cc, #006699);
  background-image: -ms-linear-gradient(top, #0099cc, #006699);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0099cc), to(#006699));
  background-image: -webkit-linear-gradient(top, #0099cc, #006699);
  background-image: -o-linear-gradient(top, #0099cc, #006699);
  background-image: linear-gradient(top, #0099cc, #006699);
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0099cc', endColorstr='#006699', GradientType=0);
}
/* Portalbar link text */
.portalBar .nav > li > a {
color:#fff;	
}
/* Portalbar vertical divider */
.portalBar .divider-vertical {
background-color:#069;
border-right-color:#09c;
}
/* Content areas background */
.headerRow .container, .bodyRow .container, footer .container {
background-color:#fff;
}
/* Footer background */
footer .container {
background-color:#efefef;
}
/* Footer copyright and unbridled background */
footer .copyrightRow .container, footer .unbridledRow .container {
background-color:transparent;
}
/* Copyright text */
.copyright {
color:#EEE;
}
/* Relative content background */
.relativeContent {
background:#efefef;
}
.mainContent  {
	padding:10px 10px 10px 0px;
	margin-left:0px;
}

/* Header text */
header h1 a, header h1 a:link, header h1 a:visited {
color:#EBDF69;
background:url('Images/state-outline.png');
background-size:contain;
background-repeat:no-repeat;
margin:15px 5px;
padding:5px 0 12px 175px;
height:auto;
}
/* Header background */
header, .headerRow {
background: #469369; /* Old browsers */
background: -moz-linear-gradient(top,  #469369 0%, #114f2f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#469369), color-stop(100%,#114f2f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #469369 0%,#114f2f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #469369 0%,#114f2f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #469369 0%,#114f2f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #469369 0%,#114f2f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#469369', endColorstr='#114f2f',GradientType=0 ); /* IE6-9 */
}
header {
	height:auto;
}
header h1 span {
	display:block;
	font-size:22px;
	font-weight:500;
}
/* breadcrumb */
.breadcrumb {
	background-color:transparent;
	padding:8px 8px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}

/* Nav bar background */
.leftNavContent .navbar-inner {
	background-color: transparent;
	background-image:none;
	filter: none;
	box-shadow:0px;
	border-radius:6px;
	border:0px solid transparent;
	padding:0px;
	box-sizing:border-box;
}
.mainContent {
	padding:10px 0px;
}
.leftNavContent {
	padding:0px 0px 0px 10px;
}
.leftNavContent .nav-list  {
	border-radius:7px;
	background-color: transparent;
	background-image:none;
	filter: none;
	box-shadow:0 1px 4px rgba(0,0,0,0.065);
	border-radius:6px;
	border:1px solid #EEE;
	padding:0px;
	box-sizing:border-box;

}

/* Nav bar top level link */  
.leftNavContent .nav-list > li > a {
	color:#0088CC;
	text-shadow: none;
	padding:9px 20px 9px 12px;
	border:1px solid #e5e5e5;	
	position:relative;
	margin:0px 0px -1px;
}
.leftNavContent .nav-list > li:first-of-type > a {
	border-radius:6px 6px 0px 0px;
}
.leftNavContent .nav-list > li:last-of-type > a {
	border-radius:0px 0px 6px 6px;
}
.leftNavContent .nav-list > li > a i {
	color:#CCC;
}
/* Nav bar top level link hover */
.leftNavContent .nav li.dropdown.active > .dropdown-toggle:hover, .mainNavRow .nav > li > a:focus, .leftNavContent .nav > li > a:hover, .leftNavContent .nav li.dropdown.open > .dropdown-toggle, .leftNavContent .nav li.dropdown.open > .dropdown-toggle:hover, .leftNavContent .nav > li > a:hover, .leftNavContent .nav > li.active > a:hover,
 .nav>li.dropdown.open.active>a:active, .nav>li.dropdown.open.active>a:focus {
	background:#469369;
	color:#FFF;	
	border-color:#469369;
	box-shadow:none;
}
 .navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle /* these two styles are tough to find */ {
	background:#114F2F;
	color:#FFF;	
	border-color:#114F2F;
	box-shadow:none;
}

/* Nav bar top level active link */
.mainNavRow .nav li.dropdown.open > .dropdown-toggle, .mainNavRow .nav li.dropdown.active > .dropdown-toggle, .mainNavRow .nav li.dropdown.open.active > .dropdown-toggle, .leftNavContent .nav-list > .active > a, .nav-list > .active > a:hover {
	background:#114F2F;
	color:#FFF;	
	border-color:#114F2F;
	box-shadow:none;
}
.leftNavContent .nav-list li.active a i {
	color:#FFF;
}
/* Nav bar top level arrow color */
.navbar .nav li.dropdown>.dropdown-toggle .caret {
	border-top-color:#0088CC;
	border-bottom-color:#0088CC;
}
.leftNavContent .nav .dropdown-toggle .caret {
	border-top-color:#0088CC;
	border-bottom-color:#0088CC;
	position:absolute;
	right:10px;
}
.leftNavContent .nav li.active a .caret , .leftNavContent .nav > li > a:hover .caret, .mainNavRow .nav li.dropdown.open > .dropdown-toggle .caret, .mainNavRow .nav li.dropdown.active > .dropdown-toggle .caret, .mainNavRow .nav li.dropdown.open.active > .dropdown-toggle .caret, .leftNavContent .nav li.dropdown.open .caret, .leftNavContent .nav li.dropdown.open.active .caret, .leftNavContent .nav li.dropdown.open a:hover .caret {
	border-top-color:#FFF !important;
	border-bottom-color:#FFF !important;
}

/* Nav bar dropdown background */
.dropdown-menu {
	background-color:#fff;
}
/* Nav bar dropdown background arrow*/
.mainNavRow .nav > li > .dropdown-menu::after {
	border-bottom-color:#fff;
}
/* Nav bar dropdown link */
.mainNavRow .dropdown-menu a, .leftNavContent .dropdown-menu a {
	color:#666;
}
/* Nav bar dropdown link hover */
.mainNavRow .dropdown-menu .active > a:hover, .mainNavRow .dropdown-menu li > a:hover, .mainNavRow .dropdown-menu li > a:focus, .mainNavRow .dropdown-submenu:hover > a, 
.leftNavContent .dropdown-menu .active > a:hover, .leftNavContent .dropdown-menu li > a:hover, .leftNavContent .dropdown-menu li > a:focus, .leftNavContent .dropdown-submenu:hover > a {
  	background:#469369; 
	color:#FFF;	
	border-color:#469369; 
	box-shadow:none;
}
/* Nav bar dropdown link active */
.leftNavContent .dropdown-menu .active > a {
	background:#114F2F;
	color:#FFF;	
	border-color:#114F2F;
	box-shadow:none;
}

/* navigation fixes for desktop and mobile */
.leftNavContent .navbar-inner .collapse {
	height:auto;
}
.leftNavContent .navbar .nav > li {
	float:none;
}
.leftNavContent .navbar .nav {
	float:none;
	left:auto;
	margin:0px;
}
.leftNavContent .nav-collapse .nav > li > a {
	font-weight:400
}
.leftNavContent .navbar .navbar-inner {
}
.leftNavContent .navbar .btn-navbar {
	border-radius:0px;
	border:0px solid transparent;
	box-shadow:none;
	text-shadow:none;
	background:#005684;
	font-size:16px;
	padding:11px;
}
.leftNavContent .navbar .btn-navbar .icon-menu {
	display:inline-block;
	float:left;
}

@media (max-width: 767px) {
	.leftNavContent .navbar {
		margin-bottom:0px;
	}
	.leftNavContent {
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
	}
	.leftNavContent .btn-navbar {
		margin:0px;
		
	}
	.leftNavContent .navbar-inner .collapse {
		height:0px;
	}
	.mainContent {
		padding-top:0px;
		margin-top:0px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.leftNavContent .navbar .btn-navbar {
		display:none;
	}
	.leftNavContent .navbar .collapse {
		height:auto !important;
	}
}
@media (max-width: 979px) {
	.leftNavContent .nav-collapse .nav > li > a {
		margin-bottom:0px;
		border-radius:0px;
	}
}

/* Table caption */
table caption {
	background-color:#efefef;
	background-image:-moz-linear-gradient(top, #ffffff, #efefef);
	background-image:-ms-linear-gradient(top, #ffffff, #efefef);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#efefef));
	background-image:-webkit-linear-gradient(top, #ffffff, #efefef);
	background-image:-o-linear-gradient(top, #ffffff, #efefef);
	background-image:linear-gradient(top, #ffffff, #efefef);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
	border-color:#dfdfdf;
}
/* Agency footer border */
.enterpriseFooter {
	border-color:#ddd;
}



/* END COLORS */

/* UNBRIDLED SPIRIT */

.unbridledRow a {/*
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-4c.png");
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-reverse.png");
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-blue.png");
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-black.png");*/
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-white.png");
}

/* Icons for older versions of IE7/8 */

.ie7 .unbridledRow a, .ie8 .unbridledRow a {/*
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-4C_sm.png");
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-reverse.png");
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-blue.png");
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-black.png");*/
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-white.png");
}

/* END UNBRIDLED SPIRIT */

 
/* BEGIN Prefix Styles & Elements */
 
/* Headings */
H3.agencyElement-H3 {
-ms-name:"Heading 3";
}
H4.agencyElement-H4 {
-ms-name:"Heading 4";
}
H5.agencyElement-H5 {
-ms-name:"Heading 5";
}
H6.agencyElement-H6 {
-ms-name:"Heading 6";
}
/* Text Styles*/
.agencyStyle-blockquote {
-ms-name:"Block Quote";
padding:0 0 0 15px;
margin:0 0 20px;
border-left:5px solid #eee;
}
.agencyStyle-muted {
-ms-name:"Muted";
color:#999;
}
.agencyStyle-unstyled {
-ms-name:"Unstyled (Lists)";
margin-left:0;
list-style:none;
}
/* Text Markup Styles */
div.pull-left .agencyElement-divpullleft {
-ms-name:"Pull Left";
}
div.pull-right .agencyElement-divpullright {
-ms-name:"Pull Right";
}
div.clearfix .agencyElement-clearfix {
-ms-name:"Clear Fix";
}
div.well .agencyElement-well {
-ms-name:"Well (Default)";
}
div.well well-large .agencyElement-well-large {
-ms-name:"Well (Large)";
}
div.well well-small .agencyElement-well-small {
-ms-name:"Well (Small)";
}
/* Tables */
table.table-bordered .agencyElement-table-bordered {
-ms-name:"Table (Bordered)";
}
table.table-condensed .agencyElement-table-condensed {
-ms-name:"Table (Condensed)";
}
table.table-striped .agencyElement-table-striped {
-ms-name:"Table (Striped)";
}
table.table-hover .agencyElement-table-hover {
-ms-name:"Table (Hover)";
}
/* Alerts */
div.alert .agencyElement-alert {
-ms-name:"Alert (Default)";
}
div.alert alert-danger .agencyElement-alert-danger {
-ms-name:"Alert (Error/Danger)";
}
div.alert alert-info .agencyElement-alert-info {
-ms-name:"Alert (Info)";
}
div.alert alert-success .agencyElement-alert-success {
-ms-name:"Alert (Success)";
}
div.alert alert-warning .agencyElement-alert-warning {
-ms-name:"Alert (Warning)";
}
/* Image Position */
.agencyPosition-1 {
-ms-name:"Left";
float:left;
}
.agencyPosition-2 {
-ms-name:"Right";
float:right;
}
.agencyPosition-3 {
-ms-name:"Top";
vertical-align:text-top;
}
.agencyPosition-4 {
-ms-name:"Middle";
vertical-align:middle;
}
.agencyPosition-5 {
-ms-name:"Bottom";
vertical-align:text-bottom;
}
/* Image Styles */
.agencyImage-1 {
-ms-name:"Image Circle";
-webkit-border-radius: 500px;
  -moz-border-radius: 500px;
       border-radius: 500px;
}
.agencyImage-2 {
-ms-name:"Image Polaroid";
padding: 4px;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
       box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.agencyImage-3 {
-ms-name:"Image Rounded";
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
 
/* END Prefix Styles & Elements */

h3 {
	font-weight:300;
}
.c-gov {
	border:1px solid #DDD;
	padding:10px;
	margin-bottom:10px;
	border-radius:6px;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-ms-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
}
.c-gov:hover {
	background-color:#fafafa;
	-webkit-box-shadow: 0 0 1px 0 rgba(100,100,100,0.2);
	box-shadow: 0 0 1px 0 rgba(100,100,100,0.2);
}
.c-gov a, .c-gov a:hover {
	text-decoration:none;
	
}
.c-gov a h3 {
	padding:0px;
	margin:0px 0px 5px 0px;
	font-weight:300;
}
.c-gov a p {
	margin-bottom:0px;
	color:#333;
}


.subtle-border {
	box-sizing:border-box;
	min-height:40px;
	height:auto;
	border:1px solid #eee;
	margin-bottom:15px;
	padding:5px 10px;
}
.subtle-border img {
	max-width:130px !important;
	padding: 4px;
	float:right;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	margin-bottom:10px;
	position:relative;
	bottom:25px;
	margin-left:10px;
}
.subtle-border address {
	margin-bottom:5px;
}
h3 {
	margin:0px 0px 5px 0px;
	line-height:26px;
}
h4 {
	margin:0px 0px 5px 0px;
}
hr {
	margin:10px 0px;
}
.img-person {
	float:right;
	position:relative;
	bottom:20px;
	max-width:130px !important;
	padding: 4px;
	float:right;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	margin-bottom:10px;
	margin-left:10px;
}
address {
	margin-bottom:10px;
}
blockquote {
	padding:10px 15px;
	background-color:#fafafa;
	border-left:5px solid #469369;
}
.img-map {
	float:right;
	max-width:350px !important;
	margin-left:15px;
}
.homepage hr {
	margin:15px 0px;
}
.homepage h3 {
	margin-bottom:10px;
}
.img-city {
	padding: 4px;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	margin:0px 10px 10px 10px;
}
.ferry {
	box-sizing:border-box;
	padding:8px;
	border:1px solid #ccc;
	float:right;
	margin:0px 0px 10px 10px;
	max-width:300px !important;
}
.ferry h3 {
	font-weight:500;
	font-size:22px;
}
.ferry img {
	width:100%;
	height:auto;
	margin-bottom:10px;
	
}
.table-key {
	margin-bottom:0px;
}
.table-key tr td:first-of-type {
	font-weight:700;
}
.table-key caption {
	display:none;
	visibility:hidden;
}
.img-countymap {
box-sizing:border-box;
	padding: 6px;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.leftNavOneCol-Contact .well {
	margin-right:10px;
}
.leftNavOneCol-Contact .breadcrumb {
	margin:20px 10px 0px 0px;
}
.fiscal img {
	max-height:200px;
	margin-bottom:10px;
}

/* MEDIA QUERIES */
@media (max-width: 480px) {
	.enterpriseFooterLinks li > a, .agencyFooterLinks li > a {
		padding: 0px 6px;
		background: transparent;
		border-radius: 0px;
	}
	.subtle-border {
		border:0px solid transparent;
		border-bottom:1px solid #DDD;
		padding:0px;
	}
	.subtle-border img {
		max-width:80px !important;
		bottom:0px;
	}
	.img-person {
		max-width:auto !important;
		float:none;
		bottom:0px;
		margin-left:0px;
	}
	.table-voting tr {
		display:block;
		border-top:1px solid #DDD;
	}
	.table-voting tr td {
		border:0px;
		display:block;
		padding: 2px 0px;
	}
	.table-voting tr td:first-of-type {
		font-weight:700;
	}
	.img-map {
		float:none;
		max-width:100% !important;
		margin:0px;
	}
	.homepage .mainContent img {
		width:100%;
		height:auto;
		float:none;
		display:block;
	}
	 .img-city {
		width:50%;
		height:auto;
		margin:5px;
	}
	.main-nav-collapse .nav li > a {
		text-align:center;
		font-weight:700 !important;
	}
	.ferry {
		float:none;
		display:block;
		margin:0px 0px 10px 0px;
		max-width:100% !important;
	}
}
/* Smartphone (landscape) ------------------------ */ 
@media (min-width: 480px) and (max-width: 767px) {
}

/* Tablet (portrait) and lower styles go here ------------------------ */ 
@media (max-width: 767px) {
	body {
		padding-right:0px;
		padding-left:0px;
	}
	.mainContent  {
		padding:10px;
		margin:0px;
	}
	header h1 a span {
		font-size:14px;
	}
	header h1 a, header h1 a:link {
		margin:8px;
		padding:0px 0px 0px 100px
	}
	.main-nav-collapse .nav li ul.dropdown-menu > li:nth-of-type(2n) > a {
		background-color:#f2f2f2;
	}
	.main-nav-collapse .nav li ul.dropdown-menu > li:nth-of-type(2n) > a:hover {
		background-color:#469369;
		color:#FFF;
	}
	.leftNavOneCol-Contact .bodyRow .span9 .row-fluid .span4 {
		padding:0px 10px;
		
	}
.leftNavOneCol-Contact .bodyRow .span9 .row-fluid .span4 .well {
	margin-right:0px;
}
}

/* Tablet (portrait) to desktop ------------------------ */
@media (min-width: 768px) and (max-width: 979px){
/* left navigation fixes */
	.main-nav-collapse.nav-collapse, .main-nav-collapse.nav-collapse.collapse { 
		overflow:visible;
	}
	.main-nav-collapse .dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		list-style: none;
		background-color: #fff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0,0,0,0.2);
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
		box-shadow: 0 5px 10px rgba(0,0,0,0.2);
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
		background-clip: padding-box;
	}
	.main-nav-collapse.nav-collapse .dropdown-menu li+li a {
	   margin-bottom:0px;
	}
	.mainNavRow .nav > li > a, .navbar .dropdown-menu a {
		background-color:transparent;
		font-weight:400;
		padding:3px 20px;
		border-radius:0px;
		margin:0px;
	}
	.mainNavRow .nav > li > a:hover, .navbar .dropdown-menu a:hover {
		background-color:#3498db;
		color:#FFF;
	}
	.navbar .nav>li>.dropdown-menu:before {
		position: absolute;
		top: -7px;
		left: 9px;
		display: inline-block;
		border-right: 7px solid transparent;
		border-bottom: 7px solid #ccc;
		border-left: 7px solid transparent;
		border-bottom-color: rgba(0,0,0,0.2);
		content: '';
	}
	.navbar .nav>li>.dropdown-menu:after {
		position: absolute;
		top: -6px;
		left: 10px;
		display: inline-block;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #fff;
		border-left: 6px solid transparent;
		content: '';
	}
	.leftNavOneCol-Contact .bodyRow .span9 .row-fluid .span8, .leftNavOneCol-Contact .bodyRow .span9 .row-fluid .span4 {
		width:100%;
	}
	.leftNavOneCol-Contact .bodyRow .span9 .row-fluid .span4 {
		margin-left:0px;
}
}
/* Tablet (landscape) and lower styles go here  ------------------------ */
/* This is also the breakpoint for the top nav */
@media (max-width: 979px) {
	body {
		padding-top:0px;
	}
	.mainNavRow .nav {
		text-align: center;
	}

}

/* Desktop and Tablet Landscape ------------------------ */
@media (min-width: 981px) {
}

/* Large desktop ------------------------ */
@media (min-width: 1200px) {
}

/*END MEDIA QUERIES */
