﻿/* New Footer and Header Fixes*/
.navbar-portalbar-v2 .governor.hidden-xs {display:none !important;}
.navbar-portalbar-v3 {
	display:none;
}
.footerRow > .container,
footer .container {
	background:transparent;
	border-top:0px;
}
footer ul li a {
	color:#fafafa !important;
	text-shadow:1px 1px 2px rgba(0,0,0,0.5);
	-webkit-transition: color 0.15s ease;
	-moz-transition: color 0.15s ease;
	-ms-transition: color 0.15s ease;
	-o-transition: color 0.15s ease;
	transition: color 0.15s ease;
}
footer ul li a:hover,
footer ul li a:active,
footer ul li a:focus {
	color:#FFF !important;
}
footer .copyright-text,
footer .all-rights-text,
footer .kentuckygov-text a {
	color:#fafafa !important;
	text-shadow:1px 1px 2px rgba(0,0,0,0.5);

}
.navbar-portalbar-v2 .brand {
	position:relative;
	bottom:-3px;
	text-shadow:1px 1px 2px rgba(0,0,0,0.5);
	padding:0px 9px;
}
.navbar-portalbar-v2 .navbar-text {
	margin:0px 0px 0px 0px;
	color:#fafafa;
	text-shadow:1px 1px 2px rgba(0,0,0,0.5);
	position:relative;
	top:4px;
	display:none;
}
.navbar-portalbar-v2 .portalBarSearch {
	margin:0px 33px 0px 0px;
	padding:0px !important;
}
header .searchPanel a.navbar-btn,
header .searchPanel a.navbar-btn i {
	color:#FFF !important;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
.packets a {
	background:none !important;
}
.flexnav li a {
	color:#222222 !important;
}
.connect a {
	color:#FFF !important;
}


html.ie8.ui-mobile {
height:auto;
}

#aspnetForm {
	margin:0;
}

.s4-search {
	display:none;
}

sup {
	vertical-align: super;
	font-size: smaller;
	color:red;
	font-weight:normal;
}

.contribution-limits li, .super-red {
	color: red; /* bullet color */
	font-weight:normal;
}

.contribution-limits li span{
	color:#333;
}



/* OVERRIDES for JQUERY MOBILE */

body .ui-content { padding:0px;}

.ui-loader .ui-icon {
	display:none;
}

/* BEGIN table webpart */

select {
	min-width: 250px;
	background-color: #fff;
	border: 1px solid #ccc;
}

label, input, button, select, textarea {
font-size: 14px;
font-weight: normal;
line-height: 20px;
}

[class*="span"] {
float: left;
min-height: 1px;
margin-left: 20px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
display: inline-block;
height: 30px;
padding: 4px 6px;
margin-bottom: 10px;
font-size: 14px;
line-height: 20px;
color: #555;
vertical-align: middle;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
background-color: #fff;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border linear .2s,box-shadow linear .2s;
-moz-transition: border linear .2s,box-shadow linear .2s;
-o-transition: border linear .2s,box-shadow linear .2s;
transition: border linear .2s,box-shadow linear .2s;
}

input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
float: none;
margin-left: 0;
}

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input, .input-append .dropdown-menu, .input-prepend .dropdown-menu, .input-append .popover, .input-prepend .popover {
font-size: 14px;
}

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
position: relative;
margin-bottom: 0;
vertical-align: top;
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}

.input-append input, .input-append select, .input-append .uneditable-input {
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}

.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}

.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
display: inline-block;
}

.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child>.dropdown-toggle {
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}

/* END table webpart */


/* BEGIN doc search */

.docSearch {
	margin-top: 10px;
}

.docSearch .docSearchResults h3 {
	font-size: 24.5px;
	line-height: 40px;
}

.docSearch .well-small {
	padding: 9px;
	border-radius: 3px;
}

.form-inline input {
	height:34px;
}

.form-inline button {
	border: 1px solid #ccc;
}

.filterCategory label {
	display:block;
}

.filterCategory select {
	margin-bottom: 10px;
}

.btn {
display: inline-block;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
color: #333;
text-align: center;
text-shadow: 0 1px 1px rgba(255,255,255,0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
background-image: -o-linear-gradient(top,#fff,#e6e6e6);
background-image: linear-gradient(to bottom,#fff,#e6e6e6);
background-repeat: repeat-x;
border: 1px solid #ccc;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
border-bottom-color: #b3b3b3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

.input-append .add-on, .input-append .btn, .input-append .btn-group {
margin-left: -1px;
}

.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group>.dropdown-toggle, .input-prepend .btn-group>.dropdown-toggle {
vertical-align: top;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

ul, ol {
margin: 0 0 10px 25px;
}

ul.nav-tabs, ol.nav-tabs {
margin: 0 0 10px 0;
}

.nav a {
position: relative;
display: inline-block;
margin: 15px 12px;
outline: none;
color: #fff;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 400;
text-shadow: 0 0 1px rgba(255,255,255,0.3);
font-size: .75em;
list-style: none;
}

.nav a:hover,
.nav a:focus {
	outline: none;
}

.tabs-below>.nav-tabs, .tabs-right>.nav-tabs, .tabs-left>.nav-tabs {
border-bottom: 0;
}

.tabs-left>.nav-tabs {
float: left;
margin-right: 19px;
border-right: 1px solid #ddd;
}

li {
line-height: 20px;
}

.tabs-left>.nav-tabs>li, .tabs-right>.nav-tabs>li {
float: none;
}

.tabs-left>.nav-tabs>li>a, .tabs-right>.nav-tabs>li>a {
min-width: 74px;
margin-right: 0;
margin-bottom: 3px;
}

.tabs-left>.nav-tabs>li>a {
margin-right: -1px;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
font-size: 10px;
}

.tabs-left>.nav-tabs .active>a, .tabs-left>.nav-tabs .active>a:hover, .tabs-left>.nav-tabs .active>a:focus {
border-color: #ddd transparent #ddd #ddd;
}

.tab-content {
overflow: auto;
}

.visible-phone {
display: none!important;
}

ul.unstyled, ol.unstyled {
margin-left: 0;
list-style: none;
}

/* END doc search */


/* contact us */

#ctl00_m_g_c9727b10_5ebd_45fd_996b_f31cfa80b2b2 input, #ctl00_m_g_c9727b10_5ebd_45fd_996b_f31cfa80b2b2 select {
	height:34px;
	font-size: 14px;
}

#ctl00_m_g_c9727b10_5ebd_45fd_996b_f31cfa80b2b2 textarea {
	height:auto;
	font-size: 14px;
}

.recaptchatable #recaptcha_response_field {
	height:18px;
}

/* END contact us */


/* BEGIN main content*/

h1, .h1 {
font-size: 2.7em;
}

.mainContent h1 {
	float:left;
}

.pageAnchors {
margin-top: 10px;
}

.homePage .pageTitle {
	margin-left:-9000px;
	float:left;
}

.secondaryPage .branding {
	margin-left: 0px;
}

.secondaryPage .ddnav-container {
	margin-top:0px;
}

.secondaryPage .tour h2 {
	font-size: 3em;
}

.secondaryPage .tour h3 {
	margin-bottom:10px;
	font-size: 2.45em;
}
.app-activitystream {
	display:inline-block !important;
	margin:20px;
	width:100%;
}
.app-activitystream .dateHeader {
	font-size:1.45em !important;
}
.app-activitystream .form-inline .show {
	display:inline-block !important;
}
.app-activitystream #scrollingArea {
	padding-left:0px !important;
}
.app-activitystream .dateHeader .label {
	color:inherit !important;
}
.tabContent .show li span a {
	font-size: 12px;
}

.tour .docSearch p {
	font-size: 12px;
}

.affix {
	position:static;
}

.tour {
	margin:0;
	padding: 20px 0px;
}
.tour.slide2, .tour.slide3, .tour.slide4, .tour.slide5, .tour.slide6, .tour.slide7, .tour.slide8 {
	padding:20px;
}

.svg {
	margin: 0px;
}

.slit {
	background-color: #068CF5;
}

.clouds {
	background-color: #068CF5;
	margin: 0;
	margin-top:-50px;
}

.cloudFill {
	background: #ecf0f1;
	height: 20px;
	padding: 2em;
	margin-top: -5px;
}

.icon-6 {
	font-size:20em;
}

.icon-4 {
	font-size:15em;
}

.icon-3 {
	font-size:7em;
}

.slide {
	/*background-color: #272727;*/
	background-color:#3498DB;	
}

/*.tour .btn {
	padding: 20px 26px;
}*/

.slide .btn-default {
	margin-right:20px;
}

.tour h3 {
	margin-bottom:50px;
	font-size:50px;
}

.tour p {
	font-size: 16px;
}

.connect p {
	font-size: 14px;
}

.slide2 {
	/*background-color: #3498db;*/
	background-color:#2ECC71;
}

#slitPath2, #slitPath3 {
fill: #204BA7;
}

.slide3 {
	/*background-color: #ecf0f1;*/
	background-color:#12C9E1;
}

.slide3 .btn {
	font-weight: 500;
}

.slide3 h4 {
	font-size: 2em;
	font-weight: bold;
}

.slide3 .well {
	margin-right: 10px;
}

.slide4 {
	background-color: #E74C3C;
}

.slide4 .btn-lg {
	font-size: 2em;
	margin-top:10px;
}

.slide5 {
	background-color: #9B59B6;
}

.slide5 .col-lg-2 {
	text-align:center;
}

.slide5 a, slide5 a:hover, slide5 a:visited {
	color:#fff;
	text-decoration:none !important;
}

.connect {
	height: 193px;
}


.connect h4 {
	margin-bottom:5px;
	font-size:16px;
}

.connect h4:hover {
	color: #ccc;
}

.slide8 {
/*background-image:url('../SiteCollectionImages/google_map.jpg');*/
background-repeat:no-repeat;
background-position:left;
}

.slide8 .well {
	width: 200px;
	margin-left: 40px;
	margin-top: 20px;
	color:#333;
}

.slide6, .slide7, .slide8 {
padding:0;
}

#footerSection, .homePage .slide8, .homePage .slide8 .col-md-8, .homePage .slide8 .col-md-4, .map {
	background-color: gainsboro;
	height: 285px;
}

.secondaryPage .bodyRow .mainContentWrapper {
	background-color: whitesmoke;
}

.secondaryPage .slide2, .secondaryPage .slide4 {
	background-color: #a2c5bf;
}

.secondaryPage .slide3, .secondaryPage .slide5 {
background-color: #0082c8;
}

.packets {
	text-align:center;
}

.packets h4 {
font-size: 3em;
font-weight: 300;
}
.fa-5x {
font-size: 5em;
}

.fa-6 {
font-size: 10em;
}


div[id$="ctl00_m_g_7236ca1d_175c_4491_8d30_93dd98bc0903"] select
{min-width:initial;}

div[id$="ctl00_m_g_7236ca1d_175c_4491_8d30_93dd98bc0903"] div.filterCategory.col-sm-3:first-of-type
{width:75%;}

div[id$="ctl00_m_g_7236ca1d_175c_4491_8d30_93dd98bc0903"] div.filterCategory.col-sm-3:first-of-type select
{max-width:100%;}

.smoothIcon {
display: inline-block;
cursor: pointer;
/*margin: 15px 30px;*/
width: 200px;
height: 200px;
border-radius: 50%;
text-align: center;
position: relative;
z-index: 1;
color: #333;
}

.smoothIcon i {
	margin-top:32px;
	color:#333;
}

.smoothIcon i:hover {
	color: #413F3F;
}

.smoothIcon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.smoothIcon:before {
	font-family: 'ecoicon';
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

/* Effect 2 */
.effect-2 .smoothIcon {
	color: #eea303;
	box-shadow: 0 0 0 3px #fff;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.effect-2 .smoothIcon:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background: #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}

/* Effect 2a */
.effect-2 .smoothIcon:hover {
	color: #eea303;
}

.effect-2 .smoothIcon:hover:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}

/* Effect 2b */
.effect-2 .smoothIcon:hover:after {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
	-moz-transition: -moz-transform 0.4s, opacity 0.2s;
	transition: transform 0.4s, opacity 0.2s;
}

.effect-2 .smoothIcon:hover {
	color: #fff;
}

.effect-2 .smoothIcon i {
	color: #E74C3C;
}

.effect-2 .smoothIcon i:hover {
	color: #fff;
}


/* Effect 4 */
.effect-4 .smoothIcon {
	width: 92px;
	height: 92px;
	box-shadow: 0 0 0 4px rgba(255,255,255,1);	
}

.effect-4a .smoothIcon {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

.effect-4b .smoothIcon:before {
	line-height: 92px;
}

.effect-4b .smoothIcon:after {
	top: -4px;
	left: -4px;
	padding: 0;
	z-index: 10;
	border: 4px dashed #fff;
}

.effect-4b .smoothIcon:hover {
	box-shadow: 0 0 0 0 rgba(255,255,255,0);
	color: #fff;
}

/* Effect 4b */
.effect-4b .smoothIcon:hover {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

.effect-4b .smoothIcon:hover:after {
	-webkit-animation: spinAround 9s linear infinite;
	-moz-animation: spinAround 9s linear infinite;
	animation: spinAround 9s linear infinite;
}

@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes spinAround {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@keyframes spinAround {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg);
	}
}

/* Effect 6 */
.effect-6 .smoothIcon {
	box-shadow: 0 0 0 4px rgba(255,255,255,1);
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}

.effect-6 .smoothIcon:hover {
	background: rgba(255,255,255,1);
	color: #64bb5d;
}

.effect-6 .smoothIcon:hover:before {
	-webkit-animation: spinAround 2s linear infinite;
	-moz-animation: spinAround 2s linear infinite;
	animation: spinAround 2s linear infinite;
}

/* Effect 8 */

.effect-8 a:hover {
	color: #413F3F;
}
.effect-8 .smoothIcon {
	background: rgba(255,255,255,0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}

.effect-8 .smoothIcon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.effect-8 .smoothIcon:hover {
	background: rgba(255,255,255,0.05);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}

.effect-8 .smoothIcon:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #2ECC71, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #2ECC71, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #2ECC71, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #2ECC71, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #2ECC71, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #2ECC71, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

/* Effect 9 */
.effect-9 .smoothIcon {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

.effect-9 .smoothIcon:after {
	top: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 0 0 3px #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}

/* Effect 9a */
.effect-9a .smoothIcon:hover:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
	opacity: 0.5;
}

.effect-9a .smoothIcon:hover {
	box-shadow: 0 0 0 10px rgba(255,255,255,1);
	color: #fff;
}

/* Effect 9b */
.effect-9b .smoothIcon:hover:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}

.effect-9b .smoothIcon:hover {
	box-shadow: 0 0 0 10px rgba(255,255,255,0.4);
	color: #fff;
}

/* Effect 14: border switch */
.cl-effect-14 a {
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
}

.cl-effect-14 a::before,
.cl-effect-14 a::after {
	position: absolute;
	width: 45px;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0.2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}

.cl-effect-14 a::before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
}

.cl-effect-14 a::after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::before,
.cl-effect-14 a:focus::after {
	opacity: 1;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:focus::before {
	left: 50%;
	-webkit-transform: rotate(0deg) translateX(-50%);
	-moz-transform: rotate(0deg) translateX(-50%);
	transform: rotate(0deg) translateX(-50%);
}

.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::after {
	right: 50%;
	-webkit-transform: rotate(0deg) translateX(50%);
	-moz-transform: rotate(0deg) translateX(50%);
	transform: rotate(0deg) translateX(50%);
}

/* END effects */




.text-muted {
	color:white;
}

/* Filter fix */

.input-append, .input-prepend {
display: inline-block;
margin-bottom: 10px;
font-size: 0;
white-space: nowrap;
vertical-align: middle;
}

/* Top Bar Fix */
.ms-cui-topBar2 img
{
max-width:none;
}

/*#s4-ribbonrow {
	display:none;
}

 Edit Bar Fix */
.ms-cui-tabContainer img
{
max-width:none;
} 

/* Thumbnail Fix */
div.thumbnail {
display: block;
padding: 4px;
position: static;
width: auto;
border:0;
}

.thumbnails h3 {
	font-size: 16px;
	line-height: 20px;	
}

.alert, .alert h4 {
color: #824936;
}

.alert {
	font-size:15px;
}

.table {
	background-color: white;
	border-radius: 4px;
}

caption {
	margin-bottom: 3px;
}

.tabs-left .nav-tabs .show a {
	background-color: #F0EEEE;
}

.tabs-left .nav-tabs .show a:hover {
	background-color: #ccc;
}

.tabs-left .nav-tabs .active a {
	background-color: white;
}

/* Add Item Fix */
.ms-addnew img 
{
max-width:none;
}

.container-fluid {
padding-right: 0px;
padding-left: 0px;
}

header {
	margin-top: 0px;
/*	background-color:whitesmoke;
	background-image: url('../SiteCollectionImages/dmc_header_sm.jpg');
	background-image: -moz-linear-gradient(top, #62C462, #51A351);
	background-image: -ms-linear-gradient(top, #62C462, #51A351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62C462), to(#51A351));
	background-image: -webkit-linear-gradient(top, #62C462, #51A351);
	background-image: -o-linear-gradient(top, #62C462, #51A351);
	background-image: linear-gradient(top, #62C462, #51A351);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
*/
	margin: 0px!important;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-size: 100%;
	height:auto;
}

header .navbar .btn-navbar {
background: none;
border: none;
box-shadow: none;
margin-top: 2px;
filter:none;
font-size:12px;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.nav-pills>li>a {
color: #2383c4;
padding: 0 20px;
}

.nav-pills>li>a:hover {
color: whitesmoke;
}

.ie8 .brandingRow {
	margin-top:-40px;
	height: auto !important;
	overflow:visible !important;
}

a.miniNavLink:link, a.miniNavLink:visited {
	color:white !important;
}

a.miniNavLink.jobs {
	padding-top: 2px !important;
}
.ie8 .nav>li>a:hover, .nav>li>a:focus {
text-decoration: none;
background-color: darkgray;
}

/*.ie8 .ui-page {
position:relative;
padding-top:0px!important;
}*/

.ie8 .topnav .nav {
background: whitesmoke;
width: 100%;
margin-left: 0;
filter:alpha(opacity=90); /* For IE8 and earlier */
}


.ie8 .topnav {
	/*margin-top:70px;*/
	width: 100%;
}

.ie8 .topnav .nav li:first-child {
	margin-left: 10px;
}

.ie8 .activitystream-listing {
	width:290px;
	float:left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.ie8 .mainContentWrapper .col-md-9 {
	width:933px;
	float:left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}



html.ie8 body .ui-header {
position: static;
}

body {
background: #068CF5; /* Old browsers */
}

.homePage .bodyRow .mainContentWrapper {
	background-color: #068CF5;
	overflow: hidden;
	padding: 0px 20px 20px 20px;
	color:whitesmoke;
	width: 100%;
}

.bodyRow .mainContentWrapper {
	background-color: whitesmoke;
	overflow: hidden;
	padding: 20px 0px;
	color:#333;
	margin-top:40px;
}
.bodyRow .mainContentWrapper .col-md-9 {
	
}
.mainContentWrapper .span12 {
	margin-left:0;
}

.navbar-right {
	float:right;
}

.navbar .navbar-inner {
background: #00afef; /* Old browsers */
background: -moz-linear-gradient(top,  #00afef 0%, #17649a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00afef), color-stop(100%,#17649a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00afef 0%,#17649a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00afef 0%,#17649a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00afef 0%,#17649a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #00afef 0%,#17649a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afef', endColorstr='#17649a',GradientType=0 ); /* IE6-9 */
background-repeat: no-repeat;
	border-top:  0px;
	border-right: 0px;
	border-left: 0px;
	border-radius: 0px;
}

.ie8 .navbar-inverse .btn-navbar {
	background:none;
	filter:none;
	border:none;
}

.ie8 .searchRow {
	margin-top: -160px;
	float: right;
}

.ie8 header .navbar .topnav {
	float:left;
}

.navbar-inverse .nav > li > a {
color: rgb(7, 7, 7);
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.navbar-brand, .navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
font-weight: bold;
font-family: 'Lato', sans-serif;
padding: 10px 5px;
}

.navbar {
margin-bottom: 0px;
background-color: #2383c4;
border-radius: 0px;
border: 0px;
min-height: 40px;
height:auto;
}

.navbar-inner .container-fluid {
/*padding-right: 0px;
padding-left: 0px;*/
}

.navbar-inner {
padding-right: 0px;
padding-left: 0px;
}

/* Panel */

#panelLeft {
	color: 					#333 /*{c-body-color}*/;
	/*text-shadow: 0 1px 0  #fff;*/
	background: 			#f9f9f9 /*{c-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{c-body-background-start}*/), to( #eee /*{c-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/);
}

.navbar .btn-navbar {
display: inline;
float: left;
padding: 7px 15px;
font-size: 17px;
}

.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
color: #fff;
background-color: transparent;
}

.menuLeftLink {
	outline:none;
	margin-top: 4px;
}

.ie7 #panelLeft {
	display:none;
}



.ie7 .navbar .menuLeftLink {
	display:none;
}



.ie8 #panelLeft {
	display:none;
}



.ie8 .navbar .menuLeftLink {
	display:none;
}

.menuRightLink {
display: inline-block;
text-indent: -1000em;
background: url("Images/kymobile_nav_icon_wht.png") no-repeat 0px 0px;
background-size: 100%;
padding-left: 0;
padding-right: 0;
width:50px;
height:40px;
margin: 0 5px;
position:relative;
z-index:5000;
}


.ie8 .menuRightLink {
display: inline-block;
text-indent: -1000em;
background: url("Images/kymobile_nav_icon_wht_sm.png") no-repeat 0px 0px;
padding-left: 0;
padding-right: 0;
width:50px;
height:40px;
margin: 0 5px;
position:relative;
z-index:5000;
}


.searchPanel {
	position:relative;
	z-index:5000;
}

.btn-search-form {
	padding: 4px 12px;
}

.navbar-search {
padding-right: 20px;
}
.navbar-search .col-sm-4 {
	display:none;
}
.navbar-search .input-group {
	padding-left:10px;
}

.navbar-search .navbar-form {
	
}

.navbar-search select {
	width:120px;
}

.navbar-search .input-append {
	margin-top: 9px;
}

/* Sliding Nav */

.ui-panel-animate.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open.ui-panel-content-wrap-display-push {
-webkit-box-shadow: -5px 0 5px rgba(0,0,0,.10);
-moz-box-shadow: -5px 0 5px rgba(0,0,0,.10);
box-shadow: -5px 0 5px rgba(0,0,0,.10);
}

.ui-panel-animate.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open.ui-panel-content-wrap-display-reveal {
-webkit-box-shadow: -5px 0 5px rgba(0,0,0,.10);
-moz-box-shadow: -5px 0 5px rgba(0,0,0,.10);
box-shadow: -5px 0 5px rgba(0,0,0,.10);
}

.ui-panel-animate.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-push {
-webkit-box-shadow: -5px 0 5px rgba(0,0,0,.10);
-moz-box-shadow: -5px 0 5px rgba(0,0,0,.10);
box-shadow: -5px 0 5px rgba(0,0,0,.10);
}

.ui-panel-animate.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-reveal {
-webkit-box-shadow: -5px 0 5px rgba(0,0,0,.10);
-moz-box-shadow: -5px 0 5px rgba(0,0,0,.10);
box-shadow: -5px 0 5px rgba(0,0,0,.10);
}
.ui-panel-inner {padding:15px 0;}
.ddNav li a {font-family: 'Open Sans', sans-serif;font-weight:300;font-size:16px;color:#444;padding:10px;border-top:1px solid #efefef;}
.ui-panel-inner .ddNav {margin-bottom:0;border-bottom:1px solid #dfdfdf;background:#fff;}

/* flex nav Menu Styles */

.ddnav-container {width:238px;margin: 0 50px 30px 0;}

.ddnav-container .menu-button {
	text-align:center;margin:0;color:#fff;
	text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #333 /*{c-body-shadow-color}*/; 
	font-size:18px; 
	line-height:44px;
	background:#0099CC;
	padding: 1px;	
}


.ddnav-main .menu-button {
	text-align:center;margin:0;color:#fff;
	text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #333 /*{c-body-shadow-color}*/; 
	font-size:18px; 
	line-height:44px;
	background:#182945;
	padding: 1px;	
	display: none;
}

.menu-button .touch-button {
	display:none;
}

.ddnav-main .flexnav li a {
background: #255F91;
}

.ddnav-main {
	width:100%
}

.flexnav {
	padding-left:0;
}

.flexnav li a {
background: #BEECA0;
}

.ddnav-main .flexnav li a {
background: #55AFEC;
}


.lt-ie9 .flexnav li a {
	overflow:visible;
}

.flexnav li ul li a {
background: #A4CC8A;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A4CC8A', endColorstr='#A4CC8A',GradientType=0 ); /* IE6-9 */
}

.ddnav-main .flexnav li ul li a {
background: #9BC7EE;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A4CC8A', endColorstr='#A4CC8A',GradientType=0 ); /* IE6-9 */
}

.flexnav ul li ul li a {
background: #CDFFAD;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CDFFAD', endColorstr='#CDFFAD',GradientType=0 ); /* IE6-9 */}

.flexnav li ul li a:hover, .flexnav li ul li a:focus, .flexnav .dropdown-submenu:hover>a, .flexnav .dropdown-submenu:focus>a {
background: #9FFF60;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9FFF60', endColorstr='#9FFF60',GradientType=0 ); /* IE6-9 */
}

.ddnav-main .flexnav li ul li a:hover, .ddnav-main .flexnav li ul li a:focus, .ddnav-main .flexnav .dropdown-submenu:hover>a, .ddnav-main .flexnav .dropdown-submenu:focus>a {
background: #2C76B6;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9FFF60', endColorstr='#9FFF60',GradientType=0 ); /* IE6-9 */
}

.flexnav.with-js {
max-height: 2000px;
}

.flexnav .touch-button {
	z-index:998;
}

.flexnav.opacity {
opacity: 100;
}

.ddnav-container .menu-button h2{
	font-size:18px; 
	margin:1px;
}

.dd-header {
	position:relative;
}
.dd-wrapper h2 {
	padding-left:35px;
}
.dd-wrapper li ul li {margin: 0; padding: 0; list-style: none;}
.dd-wrapper li ul {margin: 0; padding: 0; list-style: none;}
.dd-wrapper li {margin: 0; padding: 0; list-style: none;}
.dd-wrapper ul li {margin: 0; padding: 0; list-style: none;}
.dd-wrapper ul {margin: 0; padding: 0; list-style: none;}
.dd-wrapper .dd-menu {overflow: hidden; position: relative;}
.dd-wrapper .dd-menu ul {margin: 0; position: absolute; top: 0; right: 0;}
.dd-wrapper .dd-menu a {display: block;}
.dd-header a.link-back {
text-decoration: none;
display: block;
padding: 5px 10px 0 7px;
}
.dd-header a.link-back-button {
text-decoration: none;
float:left;
margin-right:10px;
font-size:20px;
position:absolute;
top:8px;
left:5px;
}

/* Portal bar */

.kyLinks h3 {
	text-align:center;margin:0;color:#fff;
	text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #333 /*{c-body-shadow-color}*/; 
	font-size:18px; 
	line-height:44px;
	background:#0099CC;
}

.kyLinks ul {
	margin: 0; padding: 0; list-style: none; border-bottom:1px solid #efefef; background:#fff;
}

.kyLinks a {display: block;}


.kyLinks li a {font-family: 'Open Sans', sans-serif;font-weight:300;font-size:16px;color:#444;padding:10px;border-top:1px solid #efefef;}
.kyLinks li a:hover {text-decoration:none;background:#f9f9f9;}


.relTitle {
	font-size: 20px!important;
	line-height: 28px;
}

/* Table of Contents */
.table-of-contents h3 {
	text-align:center;margin:0;color:#fff;
text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #333 /*{c-body-shadow-color}*/; font-size:18px; line-height:44px;background:#999;
}
.table-of-contents ul {margin: 0; padding: 0; list-style: none; border-bottom:1px solid #efefef; background:#fff;}
.table-of-contents a {display: block;}


.miniNav i {
	margin-right:5px;
}

.unstyled {
	list-style-type:none;
}

.inline li {
	display:inline;
}



/* BEGIN carousel */

.carousel a:hover {
	text-decoration:none;
}

.carousel img {
	width:100%;
}

.carousel-inner .item {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.left {
	margin-left:10px;
}

.right {
	margin-right:10px;
}

.carousel-control {
position: absolute;
top: 45%;
z-index: 5;
display: inline-block;
width: 45px;
height: 45px;
text-decoration: none;
color: white;
font-size: 3em;
background: #222;
border: 3px solid #fff;
-webkit-border-radius: 23px;
-moz-border-radius: 23px;
border-radius: 23px;
opacity: .5;
filter: alpha(opacity=50);
line-height: 30px;
}

.carousel a {
	color: white;
	font-weight: bold;
}

.carousel-caption {
right: 0;
bottom: 0;
left: 0;
text-align: left;
background: rgba(0,0,0,0.5);
}

.carousel-caption h4 {
margin: 0 0 5px;
font-size: 4em;
line-height: 40px;
float: left;
color: #fff;
margin: 0 0 5px 15px;
}

.more-link {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
margin-left: 20px;
color: #08C !important;
}

.more-link:link, .more-link:visited, .more-link:focus {
	color: #08C !important;
}

carousel-control.left {
background-image: -webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));
background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));
background-image: -moz-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
background-image: linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}

.carousel-control.right {
right: 0;
left: auto;
background-image: -webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));
background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));
background-image: -moz-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}






.portalBar .divider-vertical {
background-color: #6F7E82;
border-right-color: #6F7E80;
border-left-color: #667D80;
}

.portalBarSearch {
list-style-type:none;
margin-right:10px;
}
.portalBarSearch .dropdown {
padding: 10px;
}
.portalBarSearch li a {
text-decoration: none;
color: white;
}
.portalBarSearch .caret {
border-top: 4px solid #fff;
}
.portalBar .btn-navbar {
	background: #000; /* Old browsers */
}
.portalBar .btn-navbar:hover {
	background-color: #040404; /* Old browsers */
}
.topnav .btn-navbar {
	background: #824936; /* Old browsers */
	background: -moz-linear-gradient(top,  #824936 0%, #7b4d3c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#824936), color-stop(100%,#7b4d3c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #824936 0%,#7b4d3c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #824936 0%,#7b4d3c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #824936 0%,#7b4d3c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #824936 0%,#7b4d3c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#824936', endColorstr='#7b4d3c',GradientType=0 ); /* IE6-9 */
	margin-bottom:10px;
}
.dropdown-search {
padding:10px;
}
.topBar {
	margin-bottom: 0px;
}
.topBar .navbar-inner {
	background: #5c7176; /* Old browsers */
	background: -moz-linear-gradient(top,  #5c7176 0%, #55696E 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c7176), color-stop(100%,#55696E)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5c7176 0%,#55696E 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5c7176 0%,#55696E 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5c7176 0%,#55696E 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5c7176 0%,#55696E 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c7176', endColorstr='#55696E',GradientType=0 ); /* IE6-9 */
	border: 0px;
	border-radius: 0;
}

.leftNavContent .nav-list > li > a {
color: #0D0E00;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.mainNavRow .nav > li > a {
color: #0D0E00;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .nav-tabs {
	margin-left: 10px;
}
.nav-tabs .active a {
	font-weight: bold;
}

/*. Login to Self-Service-form {
	position: relative;
	margin: 15px 0;
	padding: 9px 19px 14px;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}*/


.headerRow {
	margin-bottom: 20px;
}
.headerRow .container{
	background-color:transparent;
}

header h1 a:link {
	color:white;
	text-decoration:none;
	text-shadow: 1px 1px 5px #333;
}

header h1 a:visited {
	color:white;
	text-decoration:none;
	text-shadow: 1px 1px 5px #333;
}

header h1 a {
	color:white;
	text-decoration:none;
	text-shadow: 1px 1px 5px #333;
}

.branding h1 a:link {
	color:white;
	text-decoration:none;
	text-shadow: 1px 1px 5px #333;
}

.branding h1 a:visited {
	color:white;
	text-decoration:none;
	text-shadow: 1px 1px 5px #333;
}

.branding h1 a {
	color:white;
	text-decoration:none;
	text-shadow: 1px 1px 5px #333;
}

.branding h1 {
	background: transparent url("/SiteCollectionImages/KREF_branding.png") no-repeat; /* Old browsers */
	font-family: 'Fjalla One', sans-serif;
	text-align: center;
	text-transform:uppercase;
	color: white;
	float: left;
	margin: 65px 0px 10px -110px;
	background-size: 20%;
	padding-left: 70px;
}

.branding .titleSpan {
font-size: .67em;
display: block;
margin-top: 4px;
}

/*.alertArea {
	margin: 30px 0 0 0;
}*/

/* miniature nav pane in header*/

.miniPane {
	float:right;
	width:320px;	
}

.searchBox {
	background: url("Images/trans_bg.png") #b8dad9 repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=Images/trans_bg.png,sizingMethod='crop');
	padding: 10px 15px 15px 15px;
	margin-top: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.searchBox button {
	margin-top: 5px;
}

.navbar-inverse .nav-tabs .active > a:focus {
color: #fff;
background-color: transparent;
background: #8a5948; /* Old browsers */
background: -moz-linear-gradient(top,  #8a5948 0%, #824936 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8a5948), color-stop(100%,#824936)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #8a5948 0%,#824936 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #8a5948 0%,#824936 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #8a5948 0%,#824936 100%); /* IE10+ */
background: linear-gradient(to bottom,  #8a5948 0%,#824936 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a5948', endColorstr='#824936',GradientType=0 ); /* IE6-9 */
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

.navbar-inverse .nav-tabs .active > a, .navbar-inverse .nav-tabs .active > a:hover {
color: #fff;
background-color: transparent;
background: #a8cb17; /* Old browsers */
background: -moz-linear-gradient(top,  #a8cb17 0%, #a8cb17 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8cb17), color-stop(100%,#a8cb17)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a8cb17 0%,#a8cb17 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a8cb17 0%,#a8cb17 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a8cb17 0%,#a8cb17 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a8cb17 0%,#a8cb17 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8cb17', endColorstr='#a8cb17',GradientType=0 ); /* IE6-9 */
}


.navbar-inverse .nav-tabs > li > a:hover {
color: #000;
background-color: transparent;
background: url("Images/trans_bg.png") #b8dad9 repeat;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=Images/trans_bg.png,sizingMethod='crop');
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}


.navbar-inverse .nav-tabs > li > a:focus {
color: #000;
background-color: transparent;
background: url("Images/trans_bg.png") #b8dad9 repeat;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=Images/trans_bg.png,sizingMethod='crop');
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle, .navbar-inverse .nav li.dropdown.active>.dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle {
color: #fff;
background-color: #79910E;
}

.leftNavContent .nav-list > li > a {
color: #0D0E00;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.mainNavRow .nav > li > a {
color: #0D0E00;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .nav-tabs {
	margin-left: 10px;
}
.nav-tabs .active a {
	font-weight: bold;
}

.breadcrumb {
	margin: 0 0 0px;
	padding: 10px;
	background-color:transparent;
background: #1888E0; /* Old browsers 
background: -moz-linear-gradient(top,  #a8cb17 0%, #90ad0d 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8cb17), color-stop(100%,#90ad0d));
background: -webkit-linear-gradient(top,  #a8cb17 0%,#90ad0d 100%);
background: -o-linear-gradient(top,  #a8cb17 0%,#90ad0d 100%); 
background: -ms-linear-gradient(top,  #a8cb17 0%,#90ad0d 100%);
background: linear-gradient(to bottom,  #a8cb17 0%,#90ad0d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8cb17', endColorstr='#90ad0d',GradientType=0 );*/ 
	-webkit-box-shadow: 0 3px 5px 0 #999;
	-moz-box-shadow: 0 3px 5px 0 #999;
	box-shadow: 0 3px 5px 0 #999;
}

.breadcrumbHome {
	height: 20px;
}

.divider {
	display:none;
}

.breadcrumb a:link {
	color: white;
}

.breadcrumb a:visited {
	color: white;
}

.breadcrumb a {
	color: white;
}

.breadcrumb>.active {
color: white;
}

.breadcrumb>li {
	text-shadow: 0 1px 0 #000000;
}

.ie8 .breadcrumb li {
	margin-right: 7px;
}


.subnav .nav-pills .dropdown-menu a {
color: #000;
}

.subnav .nav-pills .dropdown-menu a:hover {
color: #fff;
background-color: #AA6632;
border-color: #0D0E00;
background-image:none;
}

.subnav .nav .dropdown-toggle .caret {
margin-top: 6px;
border-top-color: #fff;
border-bottom-color: #fff;
}

.subnav .nav .dropdown-toggle:hover .caret {
border-top-color: #eee;
border-bottom-color: #eee;
}

.subnav .nav-pills .open .dropdown-toggle {
text-decoration: none;
background-color: #AA6632;
}

.subnav .nav > li > a:hover {
text-decoration: none;
background-color: #AA6632;
}

.subnav li {
text-shadow: 0 1px 0 #000;
}

.subnav .nav-pills {
margin: 3px 0 0 7px;
}

.dropdown-menu {
	overflow:visible;
	height:auto;
}

/* Jump to Section */
.returnTop {float:right;margin-top:10px; margin-bottom: 10px; text-decoration:none !important; color:#fff !important;width: 100%;text-align: right;margin-right: 50px;}
.jumpSection {float:right;margin-top:10px; text-decoration:none !important; color:#423F3F !important; width: 160px; text-align: right; margin-bottom: 10px;}
.jumpSection i {color: #fff; background: #423F3F; padding: 7px; border-radius: 20px;}

.secondaryPage .jumpSection {
	color: #ccc;
}


/* Panels */

.ui-panel-animate.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open.ui-panel-content-wrap-display-push {
-webkit-box-shadow: -5px 0 5px rgba(0,0,0,.10);
-moz-box-shadow: -5px 0 5px rgba(0,0,0,.10);
box-shadow: -5px 0 5px rgba(0,0,0,.10);
margin-left:0px;
}

.ui-panel-animate.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open.ui-panel-content-wrap-display-reveal {
-webkit-box-shadow: -5px 0 5px rgba(0,0,0,.10);
-moz-box-shadow: -5px 0 5px rgba(0,0,0,.10);
box-shadow: -5px 0 5px rgba(0,0,0,.10);
margin-left:0px;
}

.ui-panel-animate.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-push {
-webkit-box-shadow: -5px 0 5px rgba(0,0,0,.10);
-moz-box-shadow: -5px 0 5px rgba(0,0,0,.10);
box-shadow: -5px 0 5px rgba(0,0,0,.10);
margin-left:0px;
}

.ui-panel-animate.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-reveal {
-webkit-box-shadow: -5px 0 5px rgba(0,0,0,.10);
-moz-box-shadow: -5px 0 5px rgba(0,0,0,.10);
box-shadow: -5px 0 5px rgba(0,0,0,.10);
margin-left:0px;
}
.ui-panel-inner {padding:0 0 15px 0;}
.table-of-contents li a {font-family: 'Open Sans', sans-serif;font-weight:300;font-size:16px;color:#444;padding:10px;border-top:1px solid #efefef;}
.ddNav li a {font-family: 'Open Sans', sans-serif;font-weight:300;font-size:16px;color:#444;padding:10px;border-top:1px solid #efefef;}
.table-of-contents li a:hover {text-decoration:none;background:#f9f9f9;}
.ddNav li a:hover {text-decoration:none;background:#f9f9f9;}
.ui-panel-inner .ddNav {margin-bottom:0;}

#kyPanelRight {
	color: 					#333 /*{c-body-color}*/;
	text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #fff /*{c-body-shadow-color}*/;
	background: 			#f9f9f9 /*{c-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{c-body-background-start}*/), to( #eee /*{c-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/);
	

}

#panelRight {
	color: 					#333 /*{c-body-color}*/;
	text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #fff /*{c-body-shadow-color}*/;
	background: 			#f9f9f9 /*{c-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{c-body-background-start}*/), to( #eee /*{c-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/);
	

}

#panelRight .ui-panel-inner {}


.menuRightClose {position:absolute;top:6px; left:8px; color:#333 !important;}

.ms-WPBody a:link {
	color:#08C;
}


.ms-WPBody a:visited {
	color:#08C;
}

.mainContentWrapper a {
	color: #08C;
}

.mainContentWrapper a:hover {
	text-decoration:none;
}

.btn-mini:link {
	color: #fff;
}

.btn-mini:visited {
	color: #fff;
}

.btn:link, btn:visited {
	color: whitesmoke;
}

.menuLeftLink.btn:link, .menuLeftLink.btn:visited, .searchPanel.btn:link, .searchPanel.btn:visited {
	color:#fff;
}

.btn-primary:link {
	color: #fff;
}

.btn-primary:visited {
	color: #fff;
}

.btn-info:link {
	color: #fff;
}

.btn-info:visited {
	color: #fff;
}

.btn-success:link {
	color: #fff;
}

.btn-success:visited {
	color: #fff;
}

.docSearch .btn {
	color:#000;
}

.docSearch .span3 {
	width:100%;
}

.docSearch .docSearchFilters .nav a {
	color:#000;
	margin: 0;
	font-size: 10px;
}

.tab-content>.tab-pane {
display: none !important;
}

.tab-content>.active {
display: block !important;
}

.docSearch .docSearchFilters .tab-content {
margin-left: 0px !important;
border-left: 1px solid #ddd;
}

.docSearch .show li a {
	color:#08C;
}

.no-tab {
padding: 20px;
min-height: 250px;
background: #fff;
border-left: 1px solid #ddd;
}

.mainImage {
	margin-bottom:20px;
}

.requiredList li {
color: #3a87ad;
background-color: #d9edf7;
padding: 8px 35px 8px 14px;
margin-bottom: 20px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
border: 1px solid #bce8f1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.newsItemGroup {
	margin-bottom: 20px;
}

.newsItem {
	position: relative;
	margin-bottom: 15px;
}

.ie8 .newsItem {
	margin-right:7px;
}

.newsItemGroup .span6 {
	margin-left: 0;
}

.news-grid {
	margin-left:16.6px;
}

.newsItem .news-grid-details {
position: absolute;
color: #fff;
overflow: hidden;
bottom: 0px;
width: 100%;
background: #333;
background: rgba(0,0,0,0.75);
text-shadow: 0 0 15px rgba(0,0,0,0.6),0 -1px 1px rgba(0,0,0,0.6);
}

.newsItem .short-title {
padding: 10px;
line-height: 16px;
font-size: 14px;
max-width: 200px;
max-height: 24px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.newsItem .news-grid-details a {
color: #fff;
}

#faq ul {
	list-style-type:none;
}

#sponsors ul {
	list-style-type:none;
}

#sponsors ul li {
	display: inline-block;
	float: left;
}

.audienceNav {
	list-style-type:none;
}

.audienceNav {
	margin: 0 0 10px 0px;
}
.audienceNav h3 {
	font-family: 'Lato', sans-serif;
	font-size: 28px;
}
.audienceNav img {
	border:0;
}

.antiqueWhite {
	background-color:antiquewhite;
}

.sky {
	background-color:azure;
}

.bisque {
	background-color:bisque;	
}

.almond {
	background-color:blanchedalmond;	
}

.wooden {	
	background-color:burlywood;
}

.babyBlue {
	background-color:aliceblue;
}

.honeyDew {
	background-color:honeydew;
}

.tusk {
	background-color:ivory;
}

.lavender {
	background-color:lavender;
}

.lemonChiffon {
	background-color:lemonchiffon;
}

.goldenRod {
	background-color:lightgoldenrodyellow;
}

.blueSteel {
	background-color:lightsteelblue;
}

.linen {
	background-color:linen;
}

.mint {
	background-color:mintcream;
}

.mistyRose {
	background-color:mistyrose;
}

.papaya {
	background-color:papayawhip;
}

.thistle {
	background-color:thistle;
}

.wheat {
	background-color:wheat;
}


.carousel-control left, .carousel-control right {
	z-index:3000;
}


.accordion-heading a {
font-weight:bold;
}

.trusteesContact .dl-horizontal dt, .generalContact .dl-horizontal dt, .trusteesContact .dl-horizontal dd, .generalContact .dl-horizontal dd {
padding-bottom: 20px;
}


.trusteesContact .dl-horizontal dd, .generalContact .dl-horizontal dd {
margin-bottom: 20px;
}

.trusteesContact .icon-envelope-alt, .generalContact .icon-envelope-alt {
	margin-right: 5px;
}


/*.bodyRow .audienceNav .btn-primary, .bodyRow .mainContent .btn-primary, .bodyRow .audienceNav .btn-success, .bodyRow .mainContent .btn-success, .bodyRow .audienceNav .btn-info, .bodyRow .mainContent .btn-info, .bodyRow .audienceNav .btn, .bodyRow .mainContent .btn {
color: #fff;
}*/

/*Footer Modules */

.training {
	background-image: url('../SiteCollectionImages/training_128.png');
	background-repeat:no-repeat;
	background-position: 90% -10px;
	background-size: 35%;
}

.contact {
	background-image: url('../SiteCollectionImages/contact_128.png');
	background-repeat:no-repeat;
	background-position: 90% -10px;
	background-size: 35%;
}

.resources {
	background-image: url('../SiteCollectionImages/resources_128.png');
	background-repeat:no-repeat;
	background-position: 90% -10px;
	background-size: 35%;
}

.reports {
	background-image: url('../SiteCollectionImages/reports_128.png');
	background-repeat:no-repeat;
	background-position: 90% -10px;
	background-size: 35%;
}


.enterpriseLinks a:visited {
color: #fff;
}

.enterpriseLinks a {
color: #fff;
}

.copyright {
color: #fff;
}

.copyright {
font-size: 11px;
line-height: 14px;
text-align: center;
margin-top: 20px;
}

.unbridledRow {
text-indent:-1000em;	
}

/*.unbridledRow a {
background: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-white.png") no-repeat;
background-size: 100%;
width: 80px;
display:block;
margin: 0 auto;
margin-bottom: 20px;
}*/

.unbridledLogo {
margin-top: 13px;
}

.enterpriseLinks {
font-size: 11px;
line-height: 14px;
text-align: center;
margin-top: 16px;
}

.investments .span4 {
	width:350px;
}

.trustees {
	height:191px;
}

.footerRow {
margin: 0 0 0px;
padding: 10px;
}

#footerSection {
}

.footerList {
	float:left;
	width: 20%;
}

.footerList h5 {
	color: blanchedalmond;
}

.footerList ul {
	list-style-type: none;
	margin: 0 30px 0 0;
}

.footerList ul a, .footerList ul a:visited, .footerList ul a:link, .footerList ul a:hover {
	color: #fff;
}


.relative-table td {border:none; border-top:none;}
.relative-table tbody tr {display:block;margin-bottom:10px; border-bottom:1px solid #ddd;}


/* 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)"; 
} 
div.well blue-dashed .agencyElement-blue-dashed { 
-ms-name:"Well (Blue Dashed)"; 
background-color:#0071A7; 
border:#c7d53d 3px solid; 
} 
div.well orange-solid .agencyElement-orange-solid { 
-ms-name:"Well (Orange Solid)"; 
background-color:#fdc15b; 
border:#fef0a9 3px solid; 
} 
div.well red-dash .agencyElement-red-dash { 
-ms-name:"Well (Red Dashed)"; 
background-color:#f2e5dd; 
border:#a63c24 3px dashed; 
} 
/* 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 */

html .ui-table-reflow.ui-responsive {display:table;}


@media (max-width: 479px) {
.navbar-search select {
width: 70px;
}

select {
	max-width:250px;
}
.docSearchResults .tab-content > .tab-pane {
display: block !important;
}

.docSearch .docSearchResults h4 {
font-size: 22px;
margin-top: 20px !important;

}
}

/* Smartphone (portrait) ------------------------ */ 
@media (min-width: 320px) and (max-width: 480px) {
/* body { border-left:5px solid orange;} */

	.miniNav {
		margin: 0 6px;
	}
	
	.breadcrumb {
		display:none;
	}
	
	.tour h3 {
		margin-bottom: 20px;
		font-size: 28px;
	}
}

@media (min-width: 481px) and (max-width: 922px) {
	
	.tour h3 {
		margin-bottom: 25px;
		font-size: 35px;
	}
}

@media (min-width: 923px) and (max-width: 1024px) {
	
	.tour h3 {
		margin-bottom: 30px;
		font-size: 40px;
	}
}


@media (max-width: 661px) {
	.miniPane {
		float: none;
		margin: 0 auto;
	}
}

@media (min-width: 695px) {

	.newsItem img {
		width:100%;
	}

}




/* Widescreen desktop ------------------------ */
@media (min-width: 1500px) {
/* body { border-left:5px solid blue;} 

header .row, .topnav, .breadcrumb {
	margin: 0px 238px;
}*/

.bodyRow {

}

/*footer {
	margin: 0 238px 10px 238px;
}*/


}


/* Tablet (portrait) and lower styles go here ------------------------ */ 
@media (max-width: 767px) {
select {
	max-width:500px;
}

.news-grid {
margin-left: 0px;
}

#footer .span2 {
margin-left: 0px;
}

#footer {
margin-left: 0px;
}

#footer {
padding: 10px 10px;
}
 .footerRow .span2 a {
display:block;
color:#fff;
background:#555;
padding:10px;
margin:.25em 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.footerRow {
 padding:1em 0;
}
.footerRow .centerText {
text-align:left;
}
.outerContainer {
}
}

@media (min-width: 560px) and (max-width: 798px){
	
	.newsItemGroup .span6 {
		width: 49%;
		margin-right: 5px;
		float: left;	
	}
	
}



@media (min-width: 800px){
		
.trusteesContact .dl-horizontal dd, .generalContact .dl-horizontal dd {
height: 120px;
}

}


/* Tablet (portrait) to desktop ------------------------ */
@media (min-width: 768px) and (max-width: 979px){
/* body { border-left:5px solid red;} */


.audienceNav h2 {
font-size: 24px;
line-height:30px;
}


}


@media (min-width: 767px) {
	
	.newsItemGroup .span6 {
		margin-right: 4px;
	}
	
}


/* Tablet (portrait) to desktop ------------------------ */
@media (min-width: 938px) and (max-width: 979px){
/* body { border-left:5px solid red;} */

.navbar-fixed-bottom .container {
width: 940px;
}

.navbar-fixed-top .container {
width: 940px;
}

.navbar-static-top .container {
width: 940px;
}

.container {
width: 940px;
}
.span12 {
width: 940px;
}
.span8 {
width: 620px;
}
}

/* Tablet (landscape) and lower styles go here  ------------------------ */
/* This is also the breakpoint for the top nav */
@media (max-width: 979px) {
.alertArea {
	margin: 0 15px;
}
body {
padding: 0 0px;
}
.navbar-fixed-top {
padding: 0 10px;
}

a.miniNavLink.jobs {
	padding-top: 5px !important;
}



}


@media (max-width: 991px) {

.addressBlock {
	margin-left:15px;
}

}

/* Desktop and Tablet Landscape ------------------------ */
@media (min-width: 980px) {
/* body { border-left:5px solid aqua;} */

.headerRow {
margin-bottom: 20px;
}

header .navbar {
 z-index: 600;
}

.navbar-fixed {
 position: fixed;
 margin-top:0;
 top: 0px;	
 left: 0;
 right: 0;
 height: 40px;
 z-index: 1000;
}

 .topnav-fixed {
 position: fixed;
 margin-top:0;
 top: 40px;
 left: 0;
 right: 0;
 z-index: 400;
 border-color: #d5d5d5;
 border-width: 0 0 1px; /* drop the border on the fixed edges */
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
 -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0, 0, 0, .1);
 -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0, 0, 0, .1);
 box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0, 0, 0, .1);
 	background-color: #dcfcfb;
}
 .topnav-fixed .nav {
 margin: 0 auto;
 padding: 0 1px;
}

.topnav-fixed, .breadcrumbs-fixed {
	margin:0;
}


 .breadcrumbs-fixed {
 position: fixed;
 margin-top:0;
 top: 80px;
 left: 0;
 right: 0;
 z-index: 200;
 border-color: #d5d5d5;
 border-width: 0 0 1px; /* drop the border on the fixed edges */
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
 -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0, 0, 0, .1);
 -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0, 0, 0, .1);
 box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0, 0, 0, .1);
}

 .subnav-fixed .nav {
 margin: 0 auto;
 padding: 0 1px;
}
 .subnav .nav > li:first-child > a:hover {
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
}

 .subnav .nav > li:first-child > a {
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
}

}

@media (min-width: 579px) and (max-width: 798px)  {
.thumbnails li {
	width:25%!important;
	float:left!important;
}

}


@media (min-width: 768px) and (max-width: 1200px)  {

.branding .titleSpan {
font-size: .48em;
}
.news-grid {
margin-left: 20px;
}
}




/* mobile to iPad landscape ------------------------ */
@media (max-width: 1024px) {
/* body { border-left:5px solid blue;} */


.navbar-search {
padding-right: 0px;
}

.subnavRow {
	display:none;	
}

.topnav {
	display:none;	
}

.brand, .mini li.hidden-desktop, .miniNavLink {
	display:block !important;
}

.visible-desktop {
	display:none !important;
}

.miniPane {
	margin-left: 0!important;
	width:100%!important;
}

.pageAnchors ul {
	float:right;
}

.miniPane.offset3:first-child {
	margin-left:0;
}

.mini .nav-pills > li > a {
	color:#0D0E00;
	width: 50px;
	padding-right: 9px;
	padding-left: 9px;
	font-size: 12px;
	text-align: center;
}

.mini .nav-pills > li > a > i {
	font-size: 34px;
	line-height: 36px;
	display:inherit;
}


.menuLeftLink, .miniNavLink {
	display: inline-block;
	margin-bottom: 0;
	font-size: 1.4em;
	line-height: 20px;
	color: white;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: transparent;
	border: none;
	box-shadow: none;
	background: none;
}

.menuLeftLink:hover, .miniNavLink:hover {
	display: inline-block;
	margin-bottom: 0;
	line-height: 20px;
	color: white;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: transparent;
	border: none;
	box-shadow: none;
}

.menuLeftLink {
	float:left;
}

.mini .nav {
	margin-bottom:0px;
}

.miniNav {
	float:right;
	margin-right: 20px;
}

.miniNavLink {
	margin-top:5px;
	padding: 2px 15px!important;
}

.menuLeftLink.btn-navbar {	
background: #779599; /* Old browsers */
background: -moz-linear-gradient(top, #779599 0%, #6b8589 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#779599), color-stop(100%,#6b8589)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #779599 0%,#6b8589 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #779599 0%,#6b8589 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #779599 0%,#6b8589 100%); /* IE10+ */
background: linear-gradient(to bottom, #779599 0%,#6b8589 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#779599', endColorstr='#6b8589',GradientType=0 ); /* IE6-9 */
}

.brandingRow {
background-color:#A4E4F5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.searchRow {
	background-color:#2ECC71;
}

.brandingRow, .searchRow {
	border-bottom-width: 1px;
	border-bottom-color: rgb(102, 117, 117);
	border-bottom-style: solid;
}


.ddnav-main {
	display:none;
}

.mainContentWrapper .col-md-3 {
width: 0;
}

.mainContentWrapper .col-md-9 {
width: 100%;
}

.ui-table-reflow.ui-responsive td {border:none; border-top:none;}
.ui-table-reflow.ui-responsive tbody tr {margin-bottom:10px; border-bottom:1px solid #ddd;}


/*Footer Modules */

.training {
	background:none;
}

.contact {
	background:none;
}

.resources {
	background:none;
}

.reports {
	background:none;
}


}

@media (max-width: 1315px) {

#footerSection .span3 {
	margin-left: 10px;
}

}

/* mobile to iPad landscape ------------------------ */
@media (min-width: 1025px) {
/* body { border-left:5px solid blue;} */

.hidden-large {
	display:none;
}

.visible-large {
	display:block;
}

.brandingRow {
	height: auto !important;
	overflow:visible !important;
	display: block;
	background: rgba(0,0,0,0.4);
}

.branding h1 {
margin: 0px 0px 0px 0px;
padding: 6px 0px 5px 70px;
background-size: 23%;
}

.brandingRow .offset1:first-child {
margin-left: 8.547008547008547%!important;
}

.pageAnchors ul {
	margin:0px;
}

/*.topnav {
	margin-top:70px;
}*/

.topnav .nav {
background: whitesmoke;
width: 100%;
margin-left: 0;
opacity: 0.9;
filter:alpha(opacity=90); /* For IE8 and earlier */
}

.topnav .nav li:first-child {
	margin-left: 10px;
}

.dropdown-menu li:first-child {
	margin-left:0px!important;
}

.mini .nav-pills > li > a {
	color:#fff;
}

.nav>li>a:hover, .nav>li>a:focus {
text-decoration: none;
background-color: transparent;
}

.searchRow {
	float: right;
	background: rgba(0,0,0,0.6);
	margin:0;
	width:100%;
}

.menuRightLink {
width: 40px;
height: 30px;
margin: 3px 5px;
}

.miniNavLink {
	margin-bottom: 0;
font-size: 1.2em;
line-height: 20px;
color: white;
text-decoration: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-color: transparent;
border: none;
box-shadow: none;
background: none;
padding-top: 0px;
}

.miniNavLink:hover {
	display: inline-block;
	margin-bottom: 0;
	line-height: 20px;
	color: white;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: transparent;
	border: none;
	box-shadow: none;
}


.ie9 .ui-page {
position:relative;
padding-top:0px!important;
}

.ie9 .ui-header {
position: static;
}

.ie9 .searchPanel {
	position:static;
}

.ie9 .menuRightLink {
	z-index:1000;
}

}

@media (min-width: 1025px) and (max-width: 1130px){
	
.branding h1 {
padding: 10px 0px 5px 70px;
font-size: 2.38em;
}

.pageAnchors .nav a {
	margin: 4px 5px;
}
	
}


@media (min-width: 1316px) {
#footerSection .span3 {
	margin-left: 20px;
}
}

/* fixes by Les - Aug 25 2014 */
.bodyRow .row {
	margin-right:0px;
	margin-left:0px;
}
.tour {
	margin-top:0px;
}
.mainContentWrapper {
	position:relative;
}
.ie8 .brandingRow {
	top:0px;
	width:100%;
}
.ie8 .brandingRow h1, .ie8 .brandingRow .branding {
	width:420px;
}

.brandingRow {
	margin:0px;
}
.branding {
	float:left;
	width:330px;
	padding:0px
}
.branding h1 {
	font-size:34px;
	padding-top:6px;
}
.branding h1 .titleLead{
	font-size:1em;
}
.branding h1 .titleSpan {
	font-size:0.5em;
}

.pageAnchors {
	float:right;
	width:auto;
	margin-top:0px;
}
.brandingRow .nav-pills>li>a {
	padding:15px;
	margin:15px 8px;
	color:#FFF;
}
.pageAnchors a::after {
	bottom:-2px;
}
.secondaryPage, .homePage {
	padding-top: 0px !important;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.ie8 .brandingRow {
	display:none;
}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
.ie8 .brandingRow {
	display:inline;
}
 }

.navbar-search {
	padding:0px;
}
 
.navbar-search .col-sm-4, .navbar-search .col-xs-4 {
	width:170px;
	
}
.navbar-search select {
	width:100%;
}

.portalBarSearch {
	margin-left:0px;
	border:none;
	box-shadow:none;
	-webkit-box-shadow:none;
}
 
 @media (min-width: 768px) {
	.navbar-form select.form-control {
		width:100%;
	}
}
 @media (max-width: 768px) {
	 	.navbar-portalbar-v2 .portalBarSearch {
		margin-right:0px;
}

}

 
 
 
 /* IE fixes - General */

header, .ui-header-fixed {
	position:relative;
}
nav.navbar {
	position:relative;
	top:0px;
	width:100%;
	z-index:10;
}
.brandingRow {
	position:relative;
	top:0px;
	margin-top:0px;
	width:100%;
	z-index:10;
	height:75px !important;
	background: #068cf5;
}
.ie8 .breadcrumb {
	position:relative;
	bottom:-111px;
}
.ie8 .searchRow {
	margin-top:30px;
	height:50px;
	z-index:1005;
	position:relative;
	top:0px;	
}
.ie8 header select {
	margin-right:5px;
}
.ie8 header .portalBarSearch button {
	height:30px;
}
.ie8 header h1 {
	/* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/SiteCollectionImages/KREF_branding.png',sizingMethod='image'); */ /*IE8*/
  /* -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/SiteCollectionImages/KREF_branding.png', sizingMethod='image')"; */ /*IE8*/
  background: transparent url("/SiteCollectionImages/KREF_branding_small.png") no-repeat; /* Old browsers */

}
.ie8 header h1 > span {
	position:relative;
	left:20px;
}
.ie8 header h1 .titleLead {
	font-size:0.9em;
}
.ie8 header .brandingRow .pageAnchors .nav {
	float:right;
}
.ie8 .mainContentWrapper {
	top:0px;
	padding-top:30px;
}

/* IE8 styles - home page */
.ie8 .homePage .brandingRow .branding {
	width:340px;
	}
.ie8 .homePage .navbar, .ie8 .homePage .brandingRow {
	bottom:200px;
}
.ie8 .homePage .pageAnchors a {
	color:#FFF !important;
}

/* IE8 styles - secondary pages */
.ie8 .secondaryPage .row .col-md-12 .breadcrumb {
	position:relative;
	bottom:0px;
}
.ie8 .secondaryPage .navbar, .ie8 .secondaryPage .brandingRow {
	bottom:237px;
}
.ie8 .secondaryPage .content-mainBody {
	position:relative;
	top:0px;
}




/* Some Extras 
.docSearchFilters .ui-select .ui-btn select {
	opacity:1;
}
.docSearchFilters .ui-btn-inner {
	height:78px;
	width:250px;
}
.docSearchFilters div.ui-input-text {
	padding:0px !important
}
.docSearchFilters input[type="text"] {
	
}*/




















                                                