

/* ==========================================================================
   Theme - These styles apply to all viewport widths
   ========================================================================== */


body {
	font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

. { font-size: 26px; }

blockquote p { font-weight: 800;}

hr { border-color: #e4e4e4; }

.lead { 
	color: #939393;
	font-size: 19px;
	font-weight: 600;
}

.well .lead { 
	margin: 0;
}

.well .well-heading { 
	margin-top: 0;
}

.valley { margin: 40px 0; }

.gap { margin-top: 40px; }

.fade-20 img { opacity: .2; filter: alpha(opacity=20); zoom: 1; }
.fade-20:hover img { opacity: 1; filter: alpha(opacity=100); zoom: 1; }

/* Buttons */

.btn-primary,
.open .dropdown-toggle.btn-primary {
	background-color: #243572;
	border-color: #2d428c;
}

.btn-primary:hover, 
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-color: #2c3539;
	border-color: #3f4c52;
}


/* Links */

a { text-decoration: none; }

a:hover, a:focus {
	color: #2c3539;
	text-decoration: none;
}

.label a,
.label a:hover,
.label a:focus
 { color: #fff; }

.accordion-toggle,
.panel-title > a {
	color: #428bca;
	display: block;
	text-decoration: none;
}

.accordion-toggle:hover,
.panel-title > a:hover {
	color: #2c3539;
}

.accordion-toggle.collapsed > span { display: block; }
.accordion-toggle.collapsed > span + span { display: none; }
.accordion-toggle > span { display: none; }
.accordion-toggle > span + span { display: block; }

/* Helper Classes */

.top-0 { margin-top: 0; }

.bottom-0 { margin-bottom: 0; }

.absolute-center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.text-break { display: block; }

/* Navigation */

	/* Pills */

.nav-pills-lg > li > a {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.nav-pills-sm > li > a,
.nav-pills-xs > li > a {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.nav-pills-xs > li > a {
  padding: 1px 5px;
}

.nav-pill-text {
	padding: 4px 0;
	font-weight: 600;
	margin: 0 10px 0 0;
}

/* Search Form */

.error404 .search-form { margin: 20px 0; }

/* Navbar Filter */

.navbar.navbar-filter {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	margin: 20px 0;
}

.navbar-filter .nav { margin: 0; }

.navbar-filter .nav > li > a {
	border-radius: 4px;
	font-size: 12px;
	padding: 5px 7px;
	margin: 5px 5px 5px 0;
}

.navbar-filter .nav > .active > a,
.navbar-filter .nav > .active > a:hover,
.navbar-filter .nav > .active > a:focus,
.active-8 .us-economic-news a,
.active-8 .us-economic-news a:hover,
.active-8 .us-economic-news a:focus,
.active-9 .energy-environmental-news a,
.active-9 .energy-environmental-news a:hover,
.active-9 .energy-environmental-news a:focus,
.active-10 .key-insights a,
.active-10 .key-insights a:hover,
.active-10 .key-insights a:focus,
.active-11 .robs-views a,
.active-11 .robs-views a:hover,
.active-11 .robs-views a:focus,
.active-12 .presentations a,
.active-12 .presentations a:hover,
.active-12 .presentations a:focus {
	color: #ffffff;
  background-color: #428bca;
}

.navbar-filter-text {
	display: inline-block;
	font-weight: 600;
	padding: 9px 10px 5px 0;
}

.navbar-filter .navbar-form { margin: 5px 0; padding: 0; }

/* Social Nav */


.nav-social > li {
  display: inline-block;
	float: left !important;
  height: 40px;
  line-height: 40px;
  margin-top: 1px;
  *margin-right: .3em;
	margin-left: 10px;
  width: 40px;
}

.nav-social > li a {
  background-image: url("../images/icon-sprite.png");
  background-repeat: no-repeat;
}

.nav-social > .facebook a 				{ background-position: 0 0; }
.nav-social > .facebook a:hover,
.nav-social > .facebook a:focus 	{ background-position: 0 -40px; }

.nav-social > .twitter a 					{ background-position: -40px 0; }
.nav-social > .twitter a:hover,
.nav-social > .twitter a:focus 		{ background-position: -40px -40px; }

.nav-social > .linkedin a 				{ background-position: -80px 0; }
.nav-social > .linkedin a:hover,
.nav-social > .linkedin a:focus 	{ background-position: -80px -40px; }

.nav-social > li > a:hover,
.nav-social  > li > a:focus {
	text-decoration: none;
	background-color: transparent;
}

.nav-utility {
	margin-top: -7px;
}

.navbar-text {
	float: none;
}

/* Icon Nav */

.nav-icon {
 	padding: 0;
}

.nav-icon p,
.nav-icon h2 {
 	text-align: center;
}

.nav-icon img {
 	display: none;
}

/* Header */

.header { margin-bottom: 40px; }

.home .header { background: transparent; }
/*.header { background: url(../images/header-services.jpg) -400px bottom no-repeat; }*/
.page-about-us .header, .parent-pageid-50 .header { background: url(../images/header-about.jpg) -400px bottom repeat; }
.page-contact-us .header { background: url(../images/header-contact.jpg) -400px bottom repeat; }
.page-press .header/*,
.post-press .header*/ { background: url(../images/header-press.jpg) -400px bottom repeat; }
.page-service-expertise .header, .parent-pageid-58 .header { background: url(../images/header-services.jpg) -400px bottom repeat; }
.page-report-analysis .header, .parent-pageid-56 .header { background: url(../images/header-reports.jpg) -400px bottom repeat; }

.keybridge-brand, .page-parent.page-child .keybridge-brand {
    background-position: center top !important;
	}
.parent-pageid-50 .header, .parent-pageid-58 .header, .parent-pageid-56 .header { background-position: center bottom;}
.parent-pageid-50 .header .h1-header, .parent-pageid-58 .header .h1-header, .parent-pageid-56 .header .h1-header{
color: #fff !important;
}
.parent-pageid-50 .header .navbar .nav-main > li > a, .parent-pageid-58 .header .navbar .nav-main > li > a, .parent-pageid-56 .header .navbar .nav-main > li > a{
color: #fff !important;
}
.parent-pageid-50 .header .navbar .nav-main li.current-menu-ancestor  a, .parent-pageid-58 .header .navbar .nav-main li.current-menu-ancestor a, .parent-pageid-56 .header .navbar .nav-main li.current-menu-ancestor a {
color: #7f8181 !important;
} 

.keybridge-brand {
	background: url(../images/keybridge-logo.png) center top no-repeat;
	height: 36px;
	width: 200px;
}

.h1-header,
.page-parent.page-child .h1-header {
	color: #7f8181;
}

.home .h1-header,
.page-parent .h1-header,
.page-contact-us .h1-header,
.page-press .h1-header {
	color: #fff;
}


/* Home Slider */

.slide-section {
	max-width: 1600px;
	margin: 0 auto;
	margin-top: -40px;
	margin-bottom: 20px;
}

.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
background: #fff !important;
color: #333 !important;
}



.rsUni .rsThumb.rsNavSelected {
background: #fff !important;
}

.rsUni .rsThumb a img {
opacity: 0.25 !important;
filter: alpha(opacity=25) 1 !important;
}

.rsUni .rsThumb.rsNavSelected a img {
opacity: 1 !important;
filter: alpha(opacity=100) 1 !important;
}

.rsUni .rsThumb a:hover img {
opacity: 1 !important;
filter: alpha(opacity=100) 1 !important;
}

.rsUni .rsThumb.rsNavSelected a:hover img {
opacity: 1 !important;
filter: alpha(opacity=100) 1 !important;
}

.bx-wrapper {
	margin-bottom: 60px;
}

.slide-caption {
	height: 100%;
	width: 100%;
}

.slide-caption-inner {
	padding: 10px;
	width: 100%;
}

.h1-slide-caption {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.h1-slide-caption small { color: #fff; }

.btn-slide-caption {
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
}

.slide-pager-item a {display: block; }


.slide-pager-item .active img { 
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
}

.slide-pager-item h3 {
	color: #686a6a;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
}

.slide-thumb h3 {
	color: #686a6a;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
}

.slide-pager-item h3 {
	color: #686a6a;
	font-size: 21px;
	text-align: center;
	font-weight: normal;
}

.slide-pager-item img { 
	zoom: 1;
	filter: alpha(opacity=20);
	opacity: .2;
 }

.slide-pager-item a:hover img { 
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Carousel */

.content_slider_wrapper .circle_slider {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.circle_slider .circle_slider_thumb {
	top: inherit !important;
	bottom: 0 !Important;
}

.page-senior-staff .circle_slider {
	height: 400px !important;
}

.page-public-policy .circle_slider {
	height: 305px !important;
}

.image_more_info { display: none; }

.content_slider_text_block_wrap {
	max-width: 945px;
	margin: 0 auto;
	padding: 0 20px;
}

.content_slider_text_block_wrap h3 {
	margin-top: 0;
}

/*.circle_slider_thumb img[src="/wp-content/themes/causeway/images/staff-wescott.jpg"] { opacity: 1; }*/

.circle_slider_thumb img[src$="staff-wescott.jpg"][style^="width: 230px;"] { opacity: .5; }

.circle_slider_thumb img { opacity: 0.5; }

.circle_slider_thumb img[style*="width: 350px;"],
.circle_slider_thumb img[style*="width: 236px;"],
.circle_slider_thumb img[style*="width: 341px;"],
.circle_slider_thumb img[style*="width: 247px;"],
.circle_slider_thumb img:hover { opacity: 1 !important; }

/* Posts */

.mod-posts .media:last-child {
	margin-bottom: 0;
}

.media, .media .media {
	margin-bottom: 40px;
}

.media > .pull-left {
	float: none !important;
}

.media-heading,
.media-date {
	color: #939393;
}

.media-date {
	font-weight: 700;
}

.media > .pull-left {
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* Contact */

.contact-info-meta {
	color: #7f8181;/*bdbdbd*/
	margin-top: 0;
}

.contact-info-meta > li {
  background-position: 0 center;
  background-repeat: no-repeat;
	border-top: 1px solid #e4e4e4;
	padding: 25px 0 25px 60px;
}

.contact-info-meta > li > address {
	margin: 0;
}

.contact-info-meta > .contact-info-meta-email {
  background-image: url("../images/icon-email.png");
}

.contact-info-meta > .contact-info-meta-phone {
  background-image: url("../images/icon-phone.png");
}

.contact-info-meta > .contact-info-meta-address {
  background-image: url("../images/icon-marker.png");
}

.contact-info-meta > li > a {
	display: block;
	font-weight: 600;
}

.google-map-container {
	border-top: 1px solid #e4e4e4;
	padding-top: 40px;
}

.google-map-links { margin: 0 0 20px 0; }

.google-map-links a,
.google-map-links a > span { margin-right: 3px; }

/* Macroeconomics */

.macroeconomics-slide-section { display: none;}

.macroeconomics-slide-section .bx-wrapper,
.pager-macroeconomics { margin-bottom: 20px; }

.bx-map-slider img { margin: 0 auto; }

.tab-content-macroeconomics h2 { margin-top: 0; }

.tab-content-macroeconomics .glyphicon { margin-right: 5px; }


/* Staff */

.h2-staff-details { color: #939393; margin-top: 0; }

.staff-details-meta {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	color: #7f8181;
	font-size: 11px;
	margin-top: 7px;
	text-transform: uppercase;
}

.staff-details-meta:first-child {
	border-top: none;
}

.staff-details-meta > li {
  background-position: 0 center;
  background-repeat: no-repeat;
	border-top: 1px solid #e4e4e4;
	padding: 25px 0 25px 60px;
}

.staff-details-meta > .staff-details-meta-email {
  background-image: url("../images/icon-email.png");
}

.staff-details-meta > .staff-details-meta-phone {
  background-image: url("../images/icon-phone.png");
}

.staff-details-meta > .staff-details-meta-resources {
  background-image: url("../images/icon-download.png");
  background-position: 0 25px;
}

.staff-details-meta > .staff-details-meta-education {
  background-image: url("../images/icon-education.png");
  background-position: 0 20px;
}

.staff-details-meta > li > a {
	display: block;
	font-weight: 600;
}

.h3-staff-details-meta {
	color: #333;
	font-size: 11px;
	font-weight: 700;
	margin: 0 0 5px 0;
}

/* Momentum Monitors */

.chartSample {
	border: 1px solid #ccc;
	margin: 20px 0;
}

.highcharts-container,
.highcharts-container svg {
	width: 100% !important;
}

/* Pagination */

.wp-pagenavi {
	border-top: 1px solid #e5e5e5;
	padding-top: 5px;
}

.pagination { margin: 20px 0; }

.pagination-page-count a {
	font-weight: 700;
}

/* Footer */

.footer {margin-top: 40px; }

.page-news-briefs .navbar.navbar-filter {
    display: none;
}

/* ==========================================================================
   Small devices (phones, small tablets 480px and up)
   ========================================================================== */

@media (min-width: 480px) {

		.slide-caption {
		height: 80%;
		width: 90%;
		}

		.slide-caption-inner {
		padding: 0;
		width: 60%;
		}

		.h1-slide-caption {
		font-size: 25px;
		}

		.macroeconomics-slide-section { display: block; }

		/* Media Thumbnails */

		.media > .pull-left {
			float: left !important;
		}

}

/* ==========================================================================
   Small devices (phones, small tablets 767px and down)
   ========================================================================== */

@media (max-width: 767px) {

		/* Header */

		.header .container,
		.header .row,
		.header div[class*="col-"] {
			padding: 0;
			margin: 0;
		}

		.header { 
			border-bottom: 0;
			margin-bottom: 0;
		}

		.keybridge-brand {
			margin: 10px;
		}

		.h1-header {
			font-size: 30px;
			padding: 0 15px;
			margin: 20px 0 20px 0;
		}

		/* Footer */

		.footer {
			border-top: 1px solid #e5e5e5;
			margin-top: 0;
		}

		/*Contact*/

		.contact-info {
			font-size: 16px;
		}

		.contact-info li {
			color: #939393;
			margin-bottom: 20px;
		}

		.contact-info .glyphicon {
			font-size: 24px;
		}

		.contact-info address {
		  margin-left: 30px;
		}

		/* Mobile Navigation */

		.navbar-main-container .navbar { margin-bottom: 0; }

		.nav-main .dropdown-menu {
			position: static;
			float: none;
			width: auto;
			margin-top: 0;
			background-color: transparent;
			border: 0;
			box-shadow: none;
			display: block;
		}

		.nav-main .dropdown-menu > li > a,
		.nav-main .open .dropdown-menu > li > a {
			padding: 10px 15px 12px 25px;
		}

		.nav-main > li > a,
		.nav-main .dropdown-menu > li > a,
		.nav-utility > li > a {
			color: #999999;
			background-color: transparent;
			line-height: 20px;
			font-size: 16px;
		}

		.navbar .nav-main > .open > a {
			color: #999999;
			background-color: transparent;
		}

		.navbar .nav-main > .open > a > .caret {
			border-top-color: #999;
			border-bottom-color: #999;
		}

		.navbar .nav-main > .active > a .caret,
		.navbar .nav-main > .open.active > a .caret {
			border-top-color: #fff;
			border-bottom-color: #fff;
		}

		.navbar-inverse .navbar-nav > .dropdown > a .caret

		.nav-main > li > a:hover,
		.nav-main > li > a:focus,
		.navbar .nav-main > .open > a:hover,
		.navbar .nav-main > .open > a:focus,
		.nav-main .dropdown-menu > li > a:hover,
		.nav-main .dropdown-menu > li > a:focus {
			color: #fff;
			background-color: transparent;
		}

		.navbar .nav-main > .active > a,
		.navbar .nav-main > .active > a:hover,
		.navbar .nav-main > .active > a:focus {
			color: #fff;
			background-color: #080808;
		}

		.navbar .nav-main .dropdown-menu > .active > a,
		.navbar .nav-main .dropdown-menu > .active > a:hover,
		.navbar .nav-main .dropdown-menu > .active > a:focus,
		.navbar .nav-main .open .dropdown-menu > .active > a,
		.navbar .nav-main .open .dropdown-menu > .active > a:hover,
		.navbar .nav-main .open .dropdown-menu > .active > a:focus {
			color: #fff;
			background-color: #1a1a1a;
		}

		/* Filterbar */

		.navbar.navbar-filter { margin-top: 0; }

		/* Pagination */

		.pagination-sm > li > a,
		.pagination-sm > li > span {
			padding: 10px 15px;
			font-size: 14px;
		}


		.staff-profile-image-full {
			max-height: 200px;
			overflow: hidden;
		}

		.staff-profile-image-full img {
			margin: 0 auto;
		}

		.media > .pull-left { display: none; }

		.media, .media .media {
			margin-bottom: 20px;
		}

		.search-form { margin-top: 20px; }
	

#new-royalslider-1 .rsImg, #new-royalslider-1 .rsOverflow {
    min-height: 250px !important;
}
.ui-draggable-handle.rsABlock{
	top:15%!important;
	}
	.rsUni.rsWithThumbsHor .rsThumbsContainer {
    height: 100%;
    position: relative;
    text-align: center;
    transform: none !important;
    width: 100% !important;
	transition-property: none;
}

}


/* ==========================================================================
   Small devices (tablets, 768px and up)
   ========================================================================== */

@media (min-width: 768px) {

	.nav-icon  {
	 	padding: 60px 10%;
	}

	.nav-icon img {
	 	display: block;
	}

		/* Docs */

		.table td:last-child {
		color: #7f8181;
		vertical-align: middle;
		text-align: right;
		}

		/* Header */

	.header {
			border-top: 1px solid #e5e5e5;
			border-bottom: 1px solid #e5e5e5;
			min-height: 230px;
			height:auto !important; 
   		height: 230px;
			margin: 20px 0 40px 0;
			position: relative;
		}

.page-template-page-templatesstaff-profile-php .header { margin-bottom: 20px; }

	.page-child .header,
	.single .header,
	.search .header,
	.archive .header {
		border-bottom: 0;
	}

		/* Use absolute positioning on the home page main nav at 768+ to allow the slider to push up under main navigation */

		.home .header { 
			border: 0;
			position: absolute;
			right: 0;
			left: 0;
			top: 0;
		}

		.header,
		.page-about-us .header,
		.page-contact-us .header,
		.page-press .header,
		.post-press .header,
		.page-service-expertise .header,
		.page-report-analysis .header {
			background-position: center bottom;
		}

		.keybridge-brand,
		.page-parent.page-child .keybridge-brand {
			background: url(../images/keybridge-logo.png) center bottom no-repeat;
			height: 36px;
			width: 200px;
		}

		.home .keybridge-brand,
		.page-parent .keybridge-brand,
		.page-contact-us .keybridge-brand,
		.page-press .keybridge-brand {
			background: url(../images/keybridge-logo.png) center top no-repeat;
		}

		.h1-header {
			font-size: 46px;
			font-weight: 300;
			margin-top: 60px;
		}

		/* Navbar */

		.navbar .navbar-brand {
			color: #fff;
			font-size: 30px;
			font-weight: bold;
			padding: 0;
		}

		.navbar .navbar-brand a {
			color: #fff;
		}

		.navbar {
			background-color: transparent;
			border: 0;
			margin-top: 30px;
		}

		.nav-main {
			font-weight: 600;
			margin-right: -15px;
			text-transform: uppercase;
		}

		.navbar .nav-main > li > a,
		.page-parent.page-child .navbar .nav-main > li > a {
			color: #7f8181;
			padding: 2px 7px;
			margin-left: 8px;
		}

		.navbar .nav-main > li > a:hover,
		.navbar .nav-main > li > a:focus,

		/* Child pages that have children */
		.page-parent.page-child .navbar .nav-main > li > a:hover,
		.page-parent.page-child .navbar .nav-main > li > a:focus,

		.navbar .nav-main > .active > a,
		.navbar .nav-main > .active > a:hover,
		.navbar .nav-main > .active > a:focus,

		/* Child pages that have children - Active */
		.page-parent.page-child .navbar .nav-main > .active > a,
		.page-parent.page-child .navbar .nav-main > .active > a:hover,
		.page-parent.page-child .navbar .nav-main > .active > a:focus,

		.navbar .nav-main > .dropdown.open > a,

		/* Posts in the Press Category */
		.post-press .navbar .nav-main > .nav-item-press > a,
		.post-press .navbar .nav-main > .nav-item-press > a:hover,
		.post-press .navbar .nav-main > .nav-item-press > a:focus {
			color: #7f8181;
			background-color: #eee;
			border-radius: 4px;
		}

		/* Inverted Main Nav - Pages with headers */

		.home .navbar .nav-main > li > a,
		.page-parent .navbar .nav-main > li > a,
		.page-press .navbar .nav-main > li > a,
		.page-contact-us .navbar .nav-main > li > a {
			color: #fff;
		}

		.home .navbar .nav-main > li > a:hover,
		.home .navbar .nav-main > li > a:focus,
		.home .navbar .nav-main > .active > a,
		.home .navbar .nav-main > .active > a:hover,
		.home .navbar .nav-main > .active > a:focus,
		.home .navbar .nav-main > .dropdown.open > a,

		.page-parent .navbar .nav-main > li > a:hover,
		.page-parent .navbar .nav-main > li > a:focus,
		.page-parent .navbar .nav-main > .active > a,
		.page-parent .navbar .nav-main > .active > a:hover,
		.page-parent .navbar .nav-main > .active > a:focus,

		.page-press .navbar .nav-main > li > a:hover,
		.page-press .navbar .nav-main > li > a:focus,
		.page-press .navbar .nav-main > .active > a,
		.page-press .navbar .nav-main > .active > a:hover,
		.page-press .navbar .nav-main > .active > a:focus,
		.page-press .navbar .nav-main > .dropdown.open > a,

		.page-contact-us .navbar .nav-main > li > a:hover,
		.page-contact-us .navbar .nav-main > li > a:focus,
		.page-contact-us .navbar .nav-main > .active > a,
		.page-contact-us .navbar .nav-main > .active > a:hover,
		.page-contact-us .navbar .nav-main > .active > a:focus,
		.page-contact-us .navbar .nav-main > .dropdown.open > a {
			color: #7f8181;
			background-color: #fff;
		}

				/* Sub Nav */

				.navbar .nav-main > .dropdown.open > a {
					padding: 2px 7px;
					border-bottom-left-radius: 0;
					border-bottom-right-radius: 0;
				}

				.navbar .nav-main > .open > a,
				.navbar .nav-main > .open > a:hover,
				.navbar .nav-main > .open > a:focus,
				.page-parent.page-child .navbar .nav-main > .open > a,
				.page-parent.page-child .navbar .nav-main > .open > a:hover,
				.page-parent.page-child .navbar .nav-main > .open > a:focus  {
					background-color: #eee;
				}

				.home .navbar .nav-main > .open > a,
				.home .navbar .nav-main > .open > a:hover,
				.home .navbar .nav-main > .open > a:focus,

				.page-parent .navbar .nav-main > .open > a,
				.page-parent .navbar .nav-main > .open > a:hover,
				.page-parent .navbar .nav-main > .open > a:focus,

				.page-press .navbar .nav-main > .open > a,
				.page-press .navbar .nav-main > .open > a:hover,
				.page-press .navbar .nav-main > .open > a:focus,

				.page-contact-us .navbar .nav-main > .open > a,
				.page-contact-us .navbar .nav-main > .open > a:hover,
				.page-contact-us .navbar .nav-main > .open > a:focus {
					background-color: #fff;
				}

				.navbar .nav-main .dropdown-menu,
				.page-parent.page-child .navbar .nav-main .dropdown-menu {
					background: #eee;
					color: #7f8181;
					border: none;
					font-size: 13px;
					font-weight: normal;
					margin-top: 2px;
					min-width: 220px;
					text-transform: none;right: auto;
					left: 10px;
					-webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.175);
					box-shadow: 0 2px 2px rgba(0, 0, 0, 0.175)
				}

				.home .navbar .nav-main .dropdown-menu,
				.page-parent .navbar .nav-main .dropdown-menu,
				.page-press .navbar .nav-main .dropdown-menu,
				.page-contact-us .navbar .nav-main .dropdown-menu {
					background: #fff;
				}

				.nav-main .dropdown-menu > li > a:hover,
				.nav-main .dropdown-menu > li > a:focus {
					color: #fff;
					text-decoration: none;
					background-color: #c4d2eb;
				}

				.nav-main .dropdown-menu > .active > a,
				.nav-main .dropdown-menu > .active > a:hover,
				.nav-main .dropdown-menu > .active > a:focus {
					background: #253870;
				}
				
				/* Removes active highlight from child with an active grandchild */

				.nav-main .dropdown-menu > .current-page-parent.active > a,
				.nav-main .dropdown-menu > .current-page-parent.active > a:hover,
				.nav-main .dropdown-menu > .current-page-parent.active > a:focus {
					background: #eee;
					color: #333;
				}

				.home .navbar .nav-main > .dropdown > a .caret,
				.page-parent .navbar .nav-main > .dropdown > a .caret,
				.page-contact-us .navbar .nav-main > .dropdown > a .caret,
				.page-press .navbar .nav-main > .dropdown > a .caret {
					border-top-color: #fff;
					border-bottom-color: #fff;
				}

				.navbar .nav-main > .dropdown > a .caret,
				.navbar .nav-main > .dropdown > a:hover .caret,
				.navbar .nav-main > .dropdown.open > a .caret,
				.navbar .nav-main > .active > a .caret,
				.home .navbar .nav-main > .active > a .caret,
				.page-parent .navbar .nav-main > .active > a .caret,
				.page-contact-us .navbar .nav-main > .active > a .caret,
				.page-press .navbar .nav-main > .active > a .caret,
				.page-parent.page-child .navbar .nav-main > .dropdown > a .caret,
				.page-parent.page-child .navbar .nav-main > .dropdown > a:hover .caret,
				.page-parent.page-child .navbar .nav-main > .dropdown.open > a .caret,
				.page-parent.page-child .navbar .nav-main > .active > a .caret {
					border-top-color: #7f8181;
					border-bottom-color: #7f8181;
				}

		/* Utility Nav */

		.nav-utility {
			margin-top: -86px;
			/*margin-top: -110px;*/
			margin-right: -15px;
		}

		.nav-utility,
		.nav-footer,
		.navbar-text-footer {
			font-size: 11px;
			font-weight: 600;
			text-transform: uppercase;
		}

		.navbar .nav-utility > li > a {
			color: #7f8181;
			padding: 0;
			margin-left: 20px;
		}

		.navbar .nav-utility > li > a:hover,
		.navbar .nav-utility > li > a:focus {
			color: #222;
		}

		.navbar .nav-utility > .active > a,
		.navbar .nav-utility > .active > a:hover,
		.navbar .nav-utility > .active > a:focus {
			color: #222;
			background-color: transparent;
			font-weight: 700;
		}

		/* Home Slider */

		.rsABlock { width: 600px !important; }
		.new-royalslider-1 .rsThumb { padding: 0 10px !important; }
		.new-royalslider-1 .rsThumb {
			width: 185px !important;
			height: 150px !important;
		}

		/* {See .home .header} Add top margin to slides to expose utility nav */

		.slide-section {
			margin-top: 20px;
		}

		.slide-caption {
			height: 40%;
			width: 80%;
		}

		.slide-caption-inner {
			padding: 0;
			width: 50%;
		}

		.h1-slide-caption {
			color: #fff;
			font-size: 30px;
			font-weight: normal;
			margin: 0 0 20px 0;
		}

		.h1-slide-caption small { color: #fff; }

		.btn-slide-caption {
			padding: 6px 12px;
			font-size: 14px;
			line-height: 1.428571429;
			border-radius: 4px;
		}

		/* Footer */

		.footer {
			border-top: 1px solid #e4e4e4;
			padding: 20px;
		}

		.nav-footer > li > a {
			color: #7f8181;
			padding: 5px 10px 5px 0;
		}

		.nav-footer > li > a:hover,
		.nav-footer > li > a:focus {
			background-color: transparent;
			color: #222;
			text-decoration: none;
		}

		.nav-footer > .active > a,
		.nav-footer > .active > a:hover,
		.nav-footer > .active > a:focus {
			color: #222;
			background-color: transparent;
			font-weight: 700;
		}

		.nav-footer-utility > li > a {
			color: #bebdbd;
		}

		.navbar-text-footer {
			color: #bebdbd;
			float: left;
			margin: 7px 15px 5px 0;
		}

		/* Staff */

		.staff-details-bio {
			padding-right: 60px;
		}


}

/* ==========================================================================
   Medium devices (desktops, 992px and up)
   ========================================================================== */

@media (min-width: 992px) {

		.slide-caption {
			height: 40%;
			width: 65%;
		}

		.h1-slide-caption {
			font-size: 36px;
		}

		.nav-utility {
			margin-top: -86px;
		}

}

/* ==========================================================================
   Large devices (large desktops, 1200px and up)
   ========================================================================== */

@media (min-width: 1200px) {


		.new-royalslider-1 .rsThumb { padding: 0 20px !important; }
		.new-royalslider-1 .rsThumb {
			width: 205px !important;
			height: 150px !important;
		}

		.slide-caption {
			width: 61%;
		}

		.h1-slide-caption {
			font-size: 46px;
		}

		.h1-slide-caption small {
			font-size: 60%;
		}


}
/* ==========================================================================
   Mobile devices less than 670
   ========================================================================== */

@media (max-width: 670px) {
.rsUni.rsWithThumbsHor .rsThumbsContainer {
    height: 100%;
    position: relative;
    text-align: center;
    transform: none !important;
    width: 100% !important;
	transition-property: none;
}
.rsUni .rsThumb {
    display: inline-block;
    float: none !important;
    margin-top: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.new-royalslider-1 .rsThumbsHor {
    height: auto !important;
}
.keybridge-brand {
    background-size: 100% auto;
    height: 27px;
    width: 150px;
	margin: 7px;
	padding: 10px!important;
}
.navbar-toggle {
    margin-bottom: 6px;
    margin-top: 6px;
    padding: 6px 8px;
   
}
.navbar {
    margin-bottom: 10px;
    min-height: 40px!important;
	}
}


/* ==========================================================================
   Mobile devices
   ========================================================================== */

@media (max-width: 320px) {

#new-royalslider-1 .rsImg, #new-royalslider-1 .rsOverflow {
    min-height: 150px !important;

}
.ui-draggable-handle.rsABlock{
	top:10%!important;
	}
}