/*
 *

 00746b
 029585
 003f5f

 *
 */

/* ==========================================================================
 Author's custom styles
 ========================================================================== */

.hpnewsblock a {color: }

ul.menu li {
	margin: 0; /* LTR */
}

li.expanded, li.collapsed, li.leaf {
	padding: 0; /* LTR */
	margin: 0;
}

@font-face {
	font-family: 'calibriregular';
	src: url('../fonts/calibri-webfont.eot');
	src: url('../fonts/calibri-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/calibri-webfont.woff') format('woff'), url('../fonts/calibri-webfont.ttf') format('truetype'), url('../fonts/calibri-webfont.svg#calibriregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

a:focus {
	outline: none;
}

/*
 img.grayscale {
 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

img.grayscale:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}

/* ==========================================================================
 General Drupal Styles
 ========================================================================== */

tbody {
	border-top: 0px;
}

table a:hover img {
	opacity: 0.7;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img, div.img-responsive a img, span.img-responsive img, div.img-responsive img {
	display: block;
	max-width: 100%;
	height: auto;
}

div.img-responsive a img {
	border-bottom: 3px solid #029585;

}

img.triImg {.position: absolute;
	z-index: 1;
}
#subpage #pageContent .field-name-field-professional-background .field-label {
	font-weight: normal;
	color: #003f5f;
	font-size: 160%;
	line-height: 1.3em;
}

.bakerTilly {
	display: block;
	text-align: center;
	width: 94%;
	clear: both;
}

.bakerTilly img {
	margin: 0px 0px 25px 0px;
}

/* ==========================================================================
 General Desktop styles
 ========================================================================== */

div#phoneLogo {
	display: none;
}

body {
	padding-top: 0px;
	padding-bottom: 20px;
}

.royalSlider {
	overflow: hidden;
}

.royalSlider > .rsContent {
	visibility: hidden;
	/* or display:none depending on your needs... */
}
.im-sidebar a.gotopagemap {
	display: none;
	color: #029585;
}

body {
	font-family: 'calibriregular';
	padding-bottom: 0px;
	padding-top: 3px;
}

/* SEAN FONT CHANGE */
p {
	font-family: 'calibriregular';
	color: #666;
}

body#subpage .themedLight #mobileOpaTri {
	visibility: hidden;
}

#subpage #pageContent ul.pager {
	padding-top: 20px;
	display: block;
}
#subpage #pageContent .pager li > a {
	background: #555;
	color: #fff;
	width: 100px;
	border-radius: 2px;
	border: 0px;
}

#subpage #pageContent .pager li > a:hover {
	background: #00746b;
	color: #fff;
	width: 100px;
	border-radius: 2px;
	border: 0px;
}

#logo img {
	width: 70%;
	padding-top: 15px;
}

/*#logo h1 {display: block; text-indent: -5000px; background: url(../img/logo.pn) no-repeat; width: 267px; height: 50px; margin: 10px 0px 10px -10px; padding: 0px 0px 0px 0px;}
 */

.navbar-nav ul.list-unstyled ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;
}

.navbar-nav {
	clear:both;
}

li.comment-add a {
	display: none;
}

input#edit-reset {
	display: none;
}

.largeScreenHead {
	height: 70px;
	clear: both;
	display: block;
	border: 0px solid #000;
}

hr {
	color: #999;
	background: #ddd;
	display: block;
	border: 0px;
	height: 2px;
}

h3 {
	font-family: 'calibriregular', Arial;
}

h4 {
	font-family: 'calibriregular';
	font-size: 115%;
	font-weight: bold;
}

.navbar {
	margin-bottom: 0px;
}

.NavContainer {
	overflow: show;
	height: 51px;
	border-bottom: 1px solid #eaeaea;
}

input {
	outline: 0 !important;
}
button.btn:focus {
	outline: 0 !important;
}

#pageContent {
	padding: 10px 0px 20px 30px;
}
#subpage #pageContent h2 {
	font-weight: normal;
	font-size: 200%;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #d6e9e7;
	color: #00746b;
	font-family: 'calibriregular';
	font-weight: bold;
	font-weight: 900;
}

#subpage .user-picture img {
	float: right;
	border: 1px solid #999;
	margin: 20px 0px 20px 20px;
	display: block;
	max-width: 100%;
	height: auto;
}

#subpage.node-type-article .user-picture img {
	max-width:40%;
}

/* SEAN FONT CHANGE */
#subpage #pageContent p.introBold {
	font-size: 130%;
	color: #000;
	margin-top: 0px;
	margin-bottom: 30px;
}
.field-name-field-intro {
	font-size: 135%;
	line-height: 150%;
	font-weight: 500;
	color: #222;
	margin-top: 0px;
	margin-bottom: 30px;
	font-family: 'calibriregular', Arial;
}

#subpage #pageContent h3 {
	font-weight: normal;
	color: #003f5f;
	font-size: 180%;
	font-family: 'calibriregular';
	line-height: 1.3em;
	font-weight: 900;
	border-bottom: 1px solid #d6e0e5;
	padding-bottom: 10px;
}
#subpage #pageContent h4 {
	font-weight: normal;
	font-size: 150%;
	width: 100%;
	color: #029585;
	font-family: 'calibriregular';
	font-weight: 900;
}

#subpage #pageContent h4 a {
	font-weight: normal;
	font-size: 100%;
	width: 100%;
	color: #029585;
}

#subpage #pageContent ul li a, #subpage #pageContent p a {
	color: #00746b;
	text-decoration: none;
}

#subpage #pageContent ul li a.selected, #subpage #pageContent p a.selected {
	color: #fff;
}

#subpage #pageContent h4.field-content a {
	font-weight: normal;
	font-size: 110%;
	width: 100%;
	color: #00746b;
	font-family: 'calibriregular';
}

.comment-add {
	display: none;
}

/* SEAN FONT CHANGE */
#subpage #pageContent p, #subpage #pageContent ul, #subpage #pageContent ol {
	font-size: 115%;
	line-height: 160%;
	color: #555;
	margin-bottom: 15px;
	font-family: 'calibriregular', Arial;
}

#subpage #pageContent ul li p {
	font-size: 100%;
}

#subpage #pageContent ul ul li {
	font-size: 85%;
}


#subpage #pageContent .content p, #subpage #pageContent .content p {
	margin: 10px 0px 20px;
}
#subpage #pageContent ul#filters {
	margin-bottom: 0px;
}

#subpage #pageContent .field-type-text-with-summary p, #subpage #pageContent .field-type-text-with-summary ul {
	margin: 10px 0px 20px;
}

#subpage #pageContent ul.nav-tabs {
	margin-bottom: 0px;
}

#breadcrumbs a {
	color: #00746b;
}
#breadcrumbs {
	color: #999;
	background: #f7f7f7;
	padding: 15px 35px;
	border-bottom: 1px solid #eee;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 10%;
}

.articleAuthorWrapper img {
	padding: 5px;
	width: 80px;
}

#subpage .articleAuthorWrapper .user-picture img {
	float: left;
}

.edit-submit-people-hub {
	background: #222;
	color: #fff;
}

#subpage .articleAuthorWrapper {
	margin-left: -20px;
	margin-right: 20px;
	margin-top: -11px;
	display: block;
	float: left;
}

.dropdown-menu {
	z-index: 10000000;
}

.view-id-people_hub .view-filters {
	padding: 15px 30px 25px 30px;
	background: #eee;
	clear: both;
}

.view-id-people_hub .row-first {
	background: #fff;
	padding-top: 0px;
	margin-top: 5px;
	clear: both;
}

.view-id-people_hub .element {
	height: auto;
}

.view-id-people_hub .element:hover {
	opacity: 1;
}

#edit-services-wrapper, #edit-industries-wrapper, .views-submit-button {
	clear: both;
}

.view-id-people_hub input, .view-id-people_hub select {
	display: block;
	border: 0px;
	height: 30px;
	border-radius: 2px;
	padding: 2px 5px;
	background: white;
	color: #444;
	font-family: 'calibriregular', Arial;
}

.view-id-people_hub input#edit-submit-people-hub {
	background: #333;
	color: #fff;
	padding: 5px 25px;
}

.view-id-people_hub input#edit-reset {
	background: #777;
	color: #fff;
	padding: 5px 25px;
}

html.js input.form-autocomplete {
	background-image: none;
}

#subpage #pageContent .node-article h3 {
	width: auto;
	clear: none;
}

#subpage #pageContent .node-article .field-name-field-intro {
	padding-top: 15px;
}

#subpage #pageContent .node-article .imgRight {
	padding-left: 40px;
	padding-bottom: 20px;
	border: 0px;
	background: #fff;
}

#topLinksEdit {
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#topLinksEdit a {
	color: #999;
	font-size: 90%;
	font-family: 'calibriregular', Arial;
}

#pageContent .imgRight {
	float: right;
	border: 1px solid #999;
	margin: 20px 0px 20px 20px;
}

#breadcrumbs span {
	font-size: 70%;
	padding: 0px 10px;
	color: #bbb;
}

#currentSection {
	border-bottom: 1px solid #eee;
	color: #00746b;
	background: #f7f7f7;
	padding: 15px 35px 15px 15px;
	border-left: 3px solid #029585;
	font-size: 100%;
	font-weight: bold;
}

#navSideBar {
	clear: both;
	background: #fff;
	display: block;
	margin-bottom: 20px;
	width: 100%;
	border: 0px solid pink;
}
#navSideBar ul {
	display: block;
	float: left;
	background: #fff;
	width: 100%;
	padding-left: 0px;
}
#navSideBar ul li {
	list-style: none;
}
#navSideBar ul li a {
	text-transform: uppercase;
	border-bottom: 1px solid #e7e7e7;
	color: #00746b;
	display: block;
	padding: 10px 15px;
	padding-left: 20px;
	float: left;
	background: #f7f7f7;
	width: 100%;
	border-left: 3px solid #ccc;
}

#navSideBar ul ul li a:hover {
	border-bottom: 1px solid #e7e7e7;
	color: #666;
	display: block;
	padding-left: 30px;
	padding-right: 20px;
	float: left;
	background: #eee;
	width: 100%;
	border-left: 3px solid #aaa;
}

#navSideBar ul ul li a {
	text-transform: none;
	border-bottom: 1px solid #e7e7e7;
	color: #666;
	display: block;
	padding: 10px 15px;
	float: left;
	background: #f7f7f7;
	width: 100%;
	border-left: 3px solid #ccc;
}

#navSideBar ul ul li a {
	padding-left: 30px;
	padding-right: 20px;
}

#navSideBar ul ul ul li a {
	padding-left: 40px;
	padding-right: 20px;
}

#navSideBar ul ul ul ul li a {
	padding-left: 60px;
	padding-right: 20px;
}

#navSideBar ul ul ul li a::before {
	content: "- ";
}

#navSideBar ul ul ul ul li a::before {
	content: "- - ";
}

#navSideBar ul ul ul li a:hover {
	border-bottom: 1px solid #e7e7e7;
	color: #666;
	display: block;
	padding-left: 40px;
	padding-right: 20px;
	float: left;
	background: #e1e1e1;
	width: 100%;
	border-left: 3px solid #aaa;
}

#navSideBar ul ul ul ul li a:hover {
	border-bottom: 1px solid #e7e7e7;
	color: #666;
	display: block;
	padding-left: 60px;
	padding-right: 20px;
	float: left;
	background: #e1e1e1;
	width: 100%;
	border-left: 3px solid #aaa;
}

#navSideBar ul ul li a {
	padding-left: 30px;
	padding-right: 20px;
}

#navSideBar ul li.headerSideNav a {
	color: #029585;
}

#navSideBar ul ul li.active a {
	color: #00746b;
	padding-left: 40px;
	float: left;
	background: #ddd;
	border-left: 3px solid #029585;
}

#navSideBar ul li a.active-trail {
	text-transform: uppercase;
	color: #00746b;
	padding-left: 20px;
	float: left;
	background: #ddd;
	border-left: 3px solid #029585;
}

#navSideBar ul ul li a.active-trail {
	text-transform: none;
	color: #00746b;
	padding-left: 30px;
	float: left;
	background: #ddd;
	border-left: 3px solid #029585;
}

#navSideBar ul ul ul li a.active-trail:hover {
	padding-left: 60px;
}
#navSideBar ul ul li a.active-trail:hover {
	padding-left: 30px;
}
#navSideBar ul ul li.expanded a.active-trail:hover {
	padding-left: 30px;
}
#navSideBar ul ul li.expanded a.active-trail a.active-trail:hover {
	padding-left: 40px;
}
#navSideBar ul ul ul li a.active-trail:hover {
	padding-left: 30px;
}
#navSideBar ul ul ul ul li a.active-trail:hover {
	padding-left: 60px;
}
#navSideBar ul ul li a.active-trail {
	padding-left: 30px;
}
#navSideBar ul ul ul li a.active-trail a {
	padding-left: 40px;
}

#navSideBar ul ul li a.active {
	text-transform: none;
	color: #00746b;
	padding-left: 30px;
	float: left;
	background: #ddd;
	border-left: 3px solid #029585;
}

#navSideBar ul ul ul li a.active {
	text-transform: none;
	color: #00746b;
	padding-left: 40px;
	float: left;
	background: #e1e1e1;
	border-left: 3px solid #029585;
}

#navSideBar ul ul ul ul li a.active {
	text-transform: none;
	color: #00746b;
	padding-left: 60px;
	float: left;
	background: #e1e1e1;
	border-left: 3px solid #029585;
}

#navSideBar ul.menu ul.menu ul.menu li a.active:hover {
	padding-left: 40px;
}
#navSideBar ul.menu ul.menu ul.menu ul.menu li a.active:hover {
	padding-left: 0px;
}

#navSideBar ul.menu ul.menu ul.menu ul.menu li a.active:hover {
	padding-left: 60px;
}

#subpage #pageContent h3.articleHeader {
	font-weight: normal;
	color: #003f5f;
	font-size: 290%;
	letter-spacing: -2px;
	border-bottom: 0px;
	font-weight: bold;
	line-height: 1.3em;
}

#subpage #pageContent p.profileArticleAuthor a:hover {
	text-decoration: underline;
}

#subpage #pageContent h3 a {
	font-weight: normal;
	color: #003f5f;
	font-size: 100%;
	line-height: 1.3em;
}

/* -- NAV -- */

.navbar-inverse {
	background-color: #fff;
	border-color: #fff;
	background-image: none;
	padding-left: 0px;
}

.navbar .container {
	border-color: #eaeaea;
	background-image: none;
	padding-left: 0px;
}

.navbar-collapse {/* TAKE OFF FOR IPHONE **/
	padding-left: 0px;
}

.navbar-collapse {
	padding-right: 0px;
}

.searchFormPadding {
	padding-right: 5px;
}

.navbar-inverse .navbar-nav > li > a {
	background: #eaeaea;
	border-right: 1px solid #fff;
	text-shadow: none;
	padding-right: 14px;
	padding-left: 14px;
}

.informationFor {
	background: #00746b;
}

.spotlightBox .royalSlider {
	width: 100%;
	height: 285px;
	overflow: hidden;
	padding-bottom: 5px;
}
.evolveBox .royalSlider {
	width: 100%;
	height: 285px;hidden;
	padding-bottom: 5px;
}
.insightsBox .royalSlider {
	width: 100%;
	height: 285px;hidden;
	padding-bottom: 5px;
}

.evolveBox {
	background: #eee;
	padding: 0px 30px;
}
.insightsBox {
	background: url(../img/hpnewsbg.png) repeat-y left #eee;
	padding: 0px 30px;
}
.spotlightBox {
	background: url(../img/hpnewsbg.png) repeat-y left #eee;
	padding: 0px 30px;
}

.searchTop {
	height: 33px;
	display: block;
	position: absolute;
}
.searchTop .form-item {
	margin: 0;
}

.buttonSearchAbsolute {
	display: block;
	margin-top: -38px;
	z-index: 10000;
	float: right;
	margin-right: 11%;
}

#searchInput {
	text-indent: 10px;
	font-family: 'calibriregular', Arial;
	border: 0px;
	background: #f7f7f7;
	-webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.15), 0 0px 0px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0 rgba(255,255,255,.15), 0 0px 0px rgba(0,0,0,.075);
	border: 1px solid #eee;
	border-radius: 2px;
	height: 32px;
}

.buttonSearch {
	padding: 4px 12px 5px 12px;
	margin-top: 1px;
}
.buttonSearch {
	border: 0px;
	background: transparent;
	border-shadow: 0px;
	border-radius: 0px;
}
.buttonSearch:hover {
	color: #fff;
	background: #007d6f;
	text-shadow: 0 0px 0 #fff;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.buttonSearch {
	-webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.15), 0 0px 0px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0 rgba(255,255,255,.15), 0 0px 0px rgba(0,0,0,.075);
	color: #999;
}

span.read-more-btn a {
	display: block;
	background: #222;
	padding: 6px 4px;
	font-size: 14px;
	border: 0px solid #333;
	width: 115px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	text-indent: 0px;
	font-family: Calibri;
}

span.read-more-btn a:hover {
	display: block;
	background: #00746b;
	padding: 6px 4px;
	font-size: 14px;
	border: 0px solid #00746b;
	width: 115px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-indent: 0px;
	font-family: Calibri;
}
.serviceList span.read-more-btn a {
	background: #999;
}

.serviceList span.read-more-btn a:hover {
	background: #00746b;
}

#videoBoxWrap {
	padding-left: 0px;
	padding-right: 15px;
}

.videoWrap .col-sm-9 {
	padding-left: 0px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #00746b;
	border-color: #00746b
}

.tealHover:hover {
	color: #fff;
	background-color: #029585;
	border-color: #029585
}

.blueHover:hover {
	color: #fff;
	background-color: #003f5f;
	border-color: #003f5f
}

.noPadding {
	padding: 0px 0px 0px 0px;
}
.NavContainer {
	padding-right: 3px;
}

#search-form {
	display: block;
}

.featuredVidBox {
	background: #ddd;
	padding: 0px 0px 0px 0px;
}

.twitterBox p .tweetItcon {
	font-size: 180%;
	color: #007d6f;
	float: left;
	padding-right: 10px;
}
.twitterBox p a {
	color: #00746b;
	font-weight: bold;
}

.selectLocationBox {
	background: #fff;
}

#featuredPeopleHub .rsMinW .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #0aaa99;
	cursor: pointer;
	box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.1);
}

#featuredPeopleHub .rsMinW .rsBullet.rsNavSelected span {
	background: #046258;
}

#featuredPeopleHub .rsMinW .rsBullets {
	left: 0px;
	border: 0px solid #000;
	padding-top: 0px;
	margin-top: 0px;
	bottom: 5px;
	height: 25px;
	width: 100%;
	text-align: center;
}

#featuredPeopleHub .royalSlider, #featuredPeopleHub .rsOverflow {
	height: 254px !important;
	border-bottom: 0px solid #444;
	width: 100%;
}

#featuredPeopleHub img {
	border: 1px solid #337f7a;
	margin-bottom: 5px;
}

#featuredPeopleHub {
	display: block;
	padding: 20px 0px 20px 0px;
	width: 100%;
}

.peopleSlider {
	display: block;
	overflow: hidden;
	height: 300px;
}

#featuredPeopleHub h4 {
	color: #fff;
	font-size: 130%;
	margin-top: 20px;
	opacity: 1;
	margin-bottom: 0px;
	padding-top: 0px;
}
#featuredPeopleHub p {
	color: #fff;
	font-size: 100%;
	opacity: 0.8;
	margin-bottom: 10px;
}

#featuredPeopleHub img {
	margin: 10px 0px 0px 0px;
	float: right;
	width: 50%;
}

#featuredPeopleHub a.blackkbtn {
	background: #00665e;
	margin-top: 10px;
}

#featuredPeopleHub a.blackkbtn:hover {
	opacity: 0.8;
}

#subpage #featuredPeopleHub .rsMinW .rsBullets {
	display: none;
}

.searchPeopleBox {
	background: #029585;
	background: #029585;
	padding-bottom: 30px;
}

.rectLink {
	font-size: 110%;
	background: url(../img/rect_arrow.png) no-repeat 90% center #029585;
	color: #fff;
	padding: 7px;
	margin-bottom: 6px;
}
.rectLink:hover {
	background: url(../img/rect_arrow.png) no-repeat 90% center #03a997;
	text-decoration: none;
	color: #fff;
	padding: 7px;
	margin-bottom: 6px;
}

#highestPriorityLinks a {
	font-family: 'calibriregular', Arial;
	display: block;
	width: 100%;
	font-size: 110%;
	background: url(../img/rect_arrow.png) no-repeat 90% center #029585;
	color: #fff;
	padding: 7px;
	margin-bottom: 6px;
}
#highestPriorityLinks a:hover {
	font-family: 'calibriregular', Arial;
	display: block;
	width: 100%;
	background: url(../img/rect_arrow.png) no-repeat 90% center #03a997;
	text-decoration: none;
	color: #fff;
	padding: 7px;
	margin-bottom: 6px;
}

.messageVid {
	display: block;
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 130%;
	padding: 10px;
}

.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
	background: #fff;
}

#subpage #pageContent ul.nav-tabs > li > a:hover {
	background: #007d6f;
	color: #fff;
}

/* -- SECOND NAV -- */

#secondNav {
	float: right;
}

#secondNav ul {
	float: left;
}

#secondNav ul li {
	display: block;
	float: left;
	color: #999;
}

#secondNav ul li a {
	color: #999;
	font-size: 90%;
	font-family: 'calibriregular', Arial;
}

#secondNav ul li a:hover {
	text-decoration: none;
	color: #007d6f;
}

#secondNav ul li ul.dropdown-menu li {
	width: 100%;
}

a#askQuestionLink {
	margin-bottom: 15px;
	opacity: 1;
	margin-top: 75px;
	background: url(../img/ask_q.png) no-repeat 10% center #b0bd22;
	text-indent: 25%;
}
a#askQuestionLink:hover {
	opacity: .9;
}

.footerBack {
	background: url('../img/footerBg.png') repeat-x transparent 0px -2px;
}

.hpnewsblock {
	height: 270px;
}

#subpage .view-newspage-article-list .user-picture img {
	float: right;
	border: 1px solid #999;
	margin: 0px 0px 0px 0px;
	display: block;
	max-width: 100%;
	height: auto;
}

.evolveBox .hpnewsblock h4 a {
	color: #007d6f;
	letter-spacing: 0px;
	line-height: 22px;
	font-weight: normal;
}
.insightsBox .hpnewsblock h4 a {
	color: #00665e;
	letter-spacing: 0px;
	line-height: 22px;
	font-weight: normal;
}
.spotlightBox .hpnewsblock h4 a {
	color: #003f5f;
	letter-spacing: 0px;
	line-height: 22px;
	font-weight: normal;
}

.evolveBox h3 {
	background: url(../img/hp_h3_arrow_bg1.png) no-repeat right #007d6f;
	color: #fff;
	text-transform: uppercase;
	font-size: 120%;
	font-family: 'calibriregular', Arial;
	padding: 5px 5px 5px 30px;
	width: 85%;
	margin: 0px 0px 0px -30px;
}
.insightsBox h3 {
	background: url(../img/hp_h3_arrow_bg2.png) no-repeat right #00665e;
	color: #fff;
	text-transform: uppercase;
	font-size: 120%;
	font-family: 'calibriregular', Arial;
	padding: 5px 5px 5px 30px;
	width: 85%;
	margin: 0px 0px 0px -30px;
}
.spotlightBox h3 {
	background: url(../img/hp_h3_arrow_bg3.png) no-repeat right #003f5f;
	color: #fff;
	text-transform: uppercase;
	font-size: 120%;
	font-family: 'calibriregular', Arial;
	padding: 5px 5px 5px 30px;
	width: 85%;
	margin: 0px 0px 0px -30px;
}

table.downloadsTable td {
	padding-left: 10px;
}

.downloadsTable tr {
	font-size: 105%;
	padding: 20px 0px;
}

.downloadsTable tr td {
	font-size: 115%;
	padding: 15px 0px;
}
.downloadsTable tr td a {
	color: #007d6f;
	text-decoration: none;
}
.downloadsTable tr td a:hover {
	color: #007d6f;
	text-decoration: underline;
}

.view-downloads {
	padding: 5px;
}

.view-downloads .views-row-odd {
	background: #efefef;
	padding: 10px 15px 0px 15px;
	border-bottom: 1px solid #ccc;
}
.view-downloads .views-row-even {
	background: #f7f7f7;
	padding: 10px 15px 0px 15px;
	border-bottom: 1px solid #ccc;
}

#subpage #pageContent .view-downloads .views-row-odd a, #subpage #pageContent .view-downloads .views-row-even a {
	color: #007d6f;
}

#subpage #pageContent .view-downloads .views-row-odd a:hover, #subpage #pageContent .view-downloads .views-row-even a:hover {
	text-decoration: underline;
}

#subpage #pageContent table {
	width: 100%;
	margin-bottom: 20px;
}
#subpage #pageContent table > thead > tr > th, #subpage #pageContent table > tbody > tr > th, #subpage #pageContent table > tfoot > tr > th, #subpage #pageContent table > thead > tr > td, #subpage #pageContent table > tbody > tr > td, #subpage #pageContent table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
#subpage #pageContent table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
#subpage #pageContent table > caption + thead > tr:first-child > th, #subpage #pageContent table > colgroup + thead > tr:first-child > th, #subpage #pageContent table > thead:first-child > tr:first-child > th, #subpage #pageContent table > caption + thead > tr:first-child > td, #subpage #pageContent table > colgroup + thead > tr:first-child > td, #subpage #pageContent table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
#subpage #pageContent table > tbody + tbody {
	border-top: 2px solid #ddd;
}
#subpage #pageContent table .table {
	background-color: #fff;
}

#subpage #pageContent table > tbody > tr:nth-child(odd) > td, #subpage #pageContent table > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

#subpage #pageContent table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none;
}
#subpage #pageContent table td[class*="col-"], #subpage #pageContent table th[class*="col-"] {
	position: static;
	display: table-cell;
	float: none;
}
#subpage #pageContent table > thead > tr > td.active, #subpage #pageContent table > tbody > tr > td.active, #subpage #pageContent table > tfoot > tr > td.active, #subpage #pageContent table > thead > tr > th.active, #subpage #pageContent table > tbody > tr > th.active, #subpage #pageContent table > tfoot > tr > th.active, #subpage #pageContent table > thead > tr.active > td, #subpage #pageContent table > tbody > tr.active > td, #subpage #pageContent table > tfoot > tr.active > td, #subpage #pageContent table > thead > tr.active > th, #subpage #pageContent table > tbody > tr.active > th, #subpage #pageContent table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}

#subpage #pageContent .table > tbody > tr:nth-child(odd) > td, #subpage #pageContent .table > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

#subpage #pageContent h3.newsLatestHeader {
	background: url(../img/hp_case_h3_arrow_bg1.png) no-repeat right;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
	font-family: 'calibriregular', Arial;
	padding: 4px 5px 4px 10px;
	width: 60%;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}
#subpage #pageContent h3.newsInsightsHeader {
	background: url(../img/hp_case_h3_arrow_bg2.png) no-repeat right;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
	font-family: 'calibriregular', Arial;
	padding: 4px 5px 4px 10px;
	width: 60%;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}
#subpage #pageContent h3.newsSpotlightHeader {
	background: url(../img/hp_case_h3_arrow_bg3.png) no-repeat right;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
	font-family: 'calibriregular', Arial;
	padding: 4px 5px 4px 10px;
	width: 60%;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}
#subpage #pageContent h3.newsFeaturedHeader {
	background: url(../img/hp_case_h3_arrow_bg4.png) no-repeat right;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
	font-family: 'calibriregular', Arial;
	padding: 4px 5px 4px 10px;
	width: 20%;
	margin: 0px 0px 0px -20px;
	font-weight: normal;
}

#subpage #pageContent .newsArticleRow .col-sm-12 {
	padding-left: 0px;
	padding-right: 0px;
}
#subpage #pageContent .newsArticleRow a h3 {
	font-size: 130%;
}

#subpage #pageContent .newsArticleRow h3 {
	line-height: 1.1em;
	margin-top: 0px;
}

#subpage #pageContent .newsArticleRow {
	border-bottom: 0px solid #ddd;
	padding-bottom: 20px;
}
#subpage #pageContent .newsArticleListFeatured {
	background: #eee;
	padding: 20px 20px 50px 20px;
	margin-left: 0px;
	margin-right: 0px;
}

#subpage #pageContent .newsArticleListFeatured h4.field-content a {
	font-weight: normal;
	color: #003f5f;
	font-size: 130%;
	line-height: 1.3em;
}

#subpage #pageContent .newsArticleListFeatured h4.field-content {
	margin-top: 0px;
	margin-bottom: 10px;
}

#subpage #pageContent .newsArticleListFeatured img {
	margin-top: 30px;
}

#subpage #pageContent p.profileArticleAuthor a {
	color: #007d6f;
	margin-bottom: 20px;
}

#atPitcher {
	color: #007d6f;
	padding-right: 10px;
}

.studyLabel {
	display: block;
	color: #fff;
	position: absolute;
	margin: 180px 0px;
	background: url(../img/hp_h3_arrow_bg1.png) no-repeat right #007d6f;
	padding: 5px 5px 0px 15px;
	width: 75%;
	font-size: 120%;
}

.caseStudyBoxFirst .studyLabel {
	background: url(../img/hp_case_h3_arrow_bg1.png) no-repeat right;
	color: #fff;
	text-transform: uppercase;
	font-family: 'calibriregular', Arial;
	font-size: 120%;
	padding: 3px 5px 3px 15px;
	width: 75%;
}
.caseStudyBoxSecond .studyLabel {
	background: url(../img/hp_case_h3_arrow_bg2.png) no-repeat right;
	color: #fff;
	text-transform: uppercase;
	font-family: 'calibriregular', Arial;
	font-size: 120%;
	padding: 3px 5px 3px 15px;
	width: 75%;
}
.caseStudyBoxLast .studyLabel {
	background: url(../img/hp_case_h3_arrow_bg3.png) no-repeat right;
	color: #fff;
	text-transform: uppercase;
	font-family: 'calibriregular', Arial;
	font-size: 120%;
	padding: 3px 5px 3px 15px;
	width: 75%;
}

.articleSocial {
	display: block;
	height: 40px;
}

.scrollup {
	display: none;
}

#pageContent p a.scrollupa:hover {
	text-decoration: underline;
}

#topOfPage {
	float: right;
	display: block;
	background: #333;
	color: #fff;
	width: 36px;
	padding: 8px 12px;
	border-radius: 3px;
	opacity: 0.6;
}
#topOfPage:hover {
	background: #007d6f;
	color: #fff;
	width: 36px;
	padding: 8px 12px;
	border-radius: 3px;
	opacity: 1;
}

.topOfContainer {
	height: 30px;
}

#webform-client-form-1924 {font-size: 120%;}

#webform-client-form-1924 .webform-component {margin-top: 20px;}
#webform-client-form-1924 .webform-component input[type=radio], #webform-client-form-1924 .webform-component input[type=checkbox] {margin-top: 0px; width: 15px; height: 15px; margin-right: 5px;}

#webform-client-form-1924 #edit-submit {background: #00746b; color: #fff; padding: 10px 15px; font-size: 120%; border: 0px;}


#webform-client-form-1926 {font-size: 120%;}

#webform-client-form-1926 .webform-component {margin-top: 20px;}
#webform-client-form-1926 .webform-component input[type=radio], #webform-client-form-1926 .webform-component input[type=checkbox] {margin-top: 0px; width: 15px; height: 15px; margin-right: 5px;}

#webform-client-form-1926 #edit-submit {background: #00746b; color: #fff; padding: 10px 15px; font-size: 120%; border: 0px;}

/*
 #webform-client-form-1924 .webform-component input[type=text] {display: block; height: 34px; padding: 6px 12px; line-height: 1.4; color: #555; border: 1px solid #ccc; border-radius: 4px; clear: both; float: left;}
#webform-client-form-1924 .webform-component label {clear: both;}
/* TYPEHEAD */

.twitter-typeahead {
	width: 100%;
}

.twitter-typeahead .tt-query, .twitter-typeahead .tt-hint {
	margin-bottom: 0;
}
.tt-dropdown-menu {

	margin-top: 2px;
	padding: 5px 0;
	background-color: #fff;
	border: 0px solid #ccc;
	border: 0px solid rgba(0,0,0,.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	width: 100%;
}

.tt-suggestion {
	display: block;
	padding: 3px 20px;
	z-index: 5000000;
}

.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #007d6f;
	background-image: -moz-linear-gradient(top, #007d6f, #007d6f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007d6f), to(#007d6f));
	background-image: -webkit-linear-gradient(top, #007d6f, #007d6f);
	background-image: -o-linear-gradient(top, #007d6f, #007d6f);
	background-image: linear-gradient(to bottom, #007d6f, #007d6f);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}

.tt-suggestion.tt-cursor p {
	color: #fff;
}

.tt-suggestion.tt-cursor p {
	color: #fff;
	cursor: pointer;
}

.tt-suggestion p {
	margin: 0;
}

.col-first {
	clear: left;
}

.serviceList {
	margin-top: 20px;
}
.serviceList .col-sm-4 {
	margin-bottom: 60px;
}

.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#block-views-newspage-article-list-block .col-sm-12 {
	padding-left: 0px;
	padding-right: 0px;
}

#block-views-newspage-article-list-block .col-sm-4 {
	padding-left: 0px;
	padding-right: 15px;
	margin-bottom: 10px;
}

#serviceList div {
	margin-bottom: 10px;
}

#serviceList div img {
	border-bottom: 3px solid #007d6f;
}

#subpage #pageContent .serviceList div.img-responsive a img:hover {
	opacity: 0.8;
}

ul#socialFooter {
	display: block;
	margin: 0px auto 0px auto;
	width: 100%;
}

ul#socialFooter li {
	display: inline;
}

ul#socialFooter li a {
	padding: 0.2em 1em;
	background-color: #036;
	color: White;
	text-decoration: none;
	float: left;
	margin-RIGHT: 2.4em;
	border-radius: 3px;
}

ul#socialFooter ul li a:hover {
	background-color: #369;
	color: #fff;
}

ul#socialFooter li#footerFace a {
	background: url(../img/social_media_sprite.png) 0px 0px;
	display: block;
	width: 35px;
	text-indent: -5000px;
	height: 35px;
}
ul#socialFooter li#footerFace a:hover {
	background: url(../img/social_media_sprite.png) 0px 35px;
	display: block;
	width: 35px;
	text-indent: -5000px;
	height: 35px;
}

ul#socialFooter li#footerTwit a {
	background: url(../img/social_media_sprite.png) -35px 0px;
	display: block;
	width: 35px;
	text-indent: -5000px;
	height: 35px;
}
ul#socialFooter li#footerTwit a:hover {
	background: url(../img/social_media_sprite.png) -35px 35px;
	display: block;
	width: 35px;
	text-indent: -5000px;
	height: 35px;
}

ul#socialFooter li#footerLinked a {
	background: url(../img/social_media_sprite.png) -70px 0px;
	display: block;
	width: 35px;
	text-indent: -5000px;
	height: 35px;
}
ul#socialFooter li#footerLinked a:hover {
	background: url(../img/social_media_sprite.png) -70px 35px;
	display: block;
	width: 35px;
	text-indent: -5000px;
	height: 35px;
}

ul#socialFooter li#footerGoogle a {
	background: url(../img/social_media_sprite.png) -104.5px 0px;
	display: block;
	width: 35px;
	text-indent: -5000px;
	height: 35px;
}
ul#socialFooter li#footerGoogle a:hover {
	background: url(../img/social_media_sprite.png) -104.5px 35px;
	display: block;
	width: 35px;
	text-indent: -5000px;
	height: 35px;
}

ul#socialFooter li#footerTube a {
	background: url(../img/social_media_sprite.png) -142px 0px;
	display: block;
	width: 35px;
	text-indent: -5000px;
	height: 35px;
}
ul#socialFooter li#footerTube a:hover {
	background: url(../img/social_media_sprite.png) -142px 35px;
	display: block;
	width: 35px;
	text-indent: -5000px;
	height: 35px;
}

ul#socialFooter li#footerRSS a {
	background: url(../img/social_media_sprite.png) -177px 0px;
	display: block;
	width: 35px;
	text-indent: -5000px;
	height: 35px;
}
ul#socialFooter li#footerRSS a:hover {
	background: url(../img/social_media_sprite.png) -177px 35px;
	display: block;
	width: 35px;
	text-indent: -5000px;
	height: 35px;
}

ul#socialTop {
	display: block;
	margin: 4px auto 0px auto;
	float: right;
	right: 0px;
}

ul#socialTop li {
	display: inline;
}

ul#socialTop li a {
	padding: 0.2em 1em;
	background-color: #036;
	color: White;
	text-decoration: none;
	float: left;
	margin-RIGHT: 1em;
	border-radius: 3px;
	opacity: 0.8;
}

ul#socialTop li a:hover {
	opacity: 1;
}

ul#socialTop li#footerFace a {
	background: url(../img/social_media_sprite_top.png) 0px 0px;
	display: block;
	width: 25px;
	text-indent: -5000px;
	height: 25px;
}
ul#socialTop li#footerFace a:hover {
	background: url(../img/social_media_sprite_top.png) 0px 25px;
	display: block;
	width: 25px;
	text-indent: -5000px;
	height: 25px;
}

ul#socialTop li#footerTwit a {
	background: url(../img/social_media_sprite_top.png) -25px 0px;
	display: block;
	width: 25px;
	text-indent: -5000px;
	height: 25px;
}
ul#socialTop li#footerTwit a:hover {
	background: url(../img/social_media_sprite_top.png) -25px 25px;
	display: block;
	width: 25px;
	text-indent: -5000px;
	height: 25px;
}

ul#socialTop li#footerLinked a {
	background: url(../img/social_media_sprite_top.png) -50px 0px;
	display: block;
	width: 25px;
	text-indent: -5000px;
	height: 25px;
}
ul#socialTop li#footerLinked a:hover {
	background: url(../img/social_media_sprite_top.png) -50px 25px;
	display: block;
	width: 25px;
	text-indent: -5000px;
	height: 25px;
}

ul#socialTop li#footerGoogle a {
	background: url(../img/social_media_sprite_top.png) -75px 0px;
	display: block;
	width: 25px;
	text-indent: -5000px;
	height: 25px;
}
ul#socialTop li#footerGoogle a:hover {
	background: url(../img/social_media_sprite_top.png) -75px 25px;
	display: block;
	width: 25px;
	text-indent: -5000px;
	height: 25px;
}

ul#socialTop li#footerTube a {
	background: url(../img/social_media_sprite_top.png) -101px 0px;
	display: block;
	width: 25px;
	text-indent: -5000px;
	height: 25px;
}
ul#socialTop li#footerTube a:hover {
	background: url(../img/social_media_sprite_top.png) -101px 25px;
	display: block;
	width: 25px;
	text-indent: -5000px;
	height: 25px;
}

ul#socialTop li#footerRSS a {
	background: url(../img/social_media_sprite_top.png) -125px 0px;
	display: block;
	width: 25px;
	text-indent: -5000px;
	height: 25px;
}
ul#socialTop li#footerRSS a:hover {
	background: url(../img/social_media_sprite_top.png) -125px 25px;
	display: block;
	width: 25px;
	text-indent: -5000px;
	height: 25px;
}

.hpnewsblock p {
	font-size: 105%;
}

.selectLocationBox h3 {
	color: #00665e;
	font-size: 115%;
	letter-spacing: 0px;
	font-family: 'calibriregular', Arial;
	padding: 10px 5px 5px 15px;
	width: 100%;
	margin: 0px 0px 0px -15px;
}
.selectLocationBox span {
	padding-top: 10px;
	margin-right: 5px;
}

.searchPeopleBox h3 {
	color: #fff;
	font-size: 110%;
	letter-spacing: 0px;
	font-family: 'calibriregular', Arial;
	padding: 10px 5px 5px 15px;
	width: 100%;
	margin: 10px 0px 10px -15px;
}
.searchPeopleBox span {
	padding-top: 10px;
	margin-right: 5px;
	padding-top: 0px;
}
.searchPeopleBox .glyphicon-globe {
	font-size: 130%;
}

.searchPeopleBox #searchheader {
	margin-top: -20px;
	margin-left: 25px;
	display: block;
}

.searchPeopleBox select {
	border: 0px;
	margin-bottom: 10px;
	font-family: 'calibriregular', Arial;
	color: #999;
	padding: 6px;
}
.searchPeopleBox input {
	border: 0px;
	margin-bottom: 10px;
	font-family: 'calibriregular', Arial;
	color: #999;
	padding: 6px;
	text-indent: 5px;
}
.searchPeopleBox button {
	border: 0px;
	background: #00665e;
	border: 1px solid #00665e;
	border-radius: 0px;
	color: #fff;
	padding: 6px 15px;
	-webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.15), 0 0px 0px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0 rgba(255,255,255,.15), 0 0px 0px rgba(0,0,0,.075);
}

.searchPeopleBox .form-item {
	margin: 0;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
	color: #fff;
}

.navbar-default .navbar-toggle {
	border-radius: 0px;
	border-color: #03a997;
	opacity: 0.9;
}

.navbar-toggle {
	border-radius: 0px;
	border-color: #03a997;
	opacity: 0.9;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form, .navbar-collapse {
	border: 0px;
	border-top: 0px solid transparent;
	box-shadow: inset 0 0px 0 rgba(255,255,255,0);
	border-color: #03a997;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: #03a997;
	opacity: 1;
}

#subpage #pageContent .search-item p a {
	font-size: 120%;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
#subpage #pageContent .search-item p a:hover {
	text-decoration: underline;
}

#subpage #pageContent .search-item {
	padding: 10px 20px;
	border-bottom: 1px dotted #ddd;
	border-left: 10px solid #fff;
}

#subpage #pageContent .search-item:hover {
	background: #efefef;
	border-left: 10px solid #ccc;
}

.footerSocial {
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.footerTeal {
	background: #029585;
}

.footerTeal {
	text-align: center;
	color: #fff;
}

.footerTeal p {
	text-align: center;
	color: #fff;
	font-size: 90%;
	font-family: 'calibriregular', Arial;
}

.footerDark {
	background: #2e3131;
	color: #fff;
	padding-bottom: 30px;
}

.footerDark p {
	color: #fff;
}
.footerDark a {
	color: #fff;
}

.footerDark ul {
	padding-left: 0px;
	list-style-type: none;
}

.footerDark ul li a {
	margin-bottom: 10px;
	color: #bbb;
	display: block;
	font-size: 110%;
}

.footerDark h3 {
	color: #fff;
	font-size: 120%;
	font-family: 'calibriregular', Arial;
	text-transform: uppercase;
}

.featuredPeoplePara {
	padding-top: 0px;
	margin-top: 2px;
}
#featuredPeopleHub p.featuredPeopleParaTwo {
	height: 60px;
	font-family: 'calibriregular';
	padding-top: 5px;
	font-size: 90%;
}

.twitterBox {
	display: block;
	padding: 5px 20px 5px 20px;
	background: #eee;
	height: 50px;
}
.twitterBox p span {
	margin-top: 0px;
	display: block;
	float: left;
}
.twitterBoxTwo {
	display: block;
	padding: 15px 20px 5px 20px;
	background: #eee;
	height: 50px;
}

.twitterBtn {
	display: block;
	background: #00665e;
	padding: 2px;
	border: 0px solid #333;
	margin-top: -5px;
	width: 80px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	text-indent: 0px;
	font-size: 10px;
	text-decoration: none;
}

.blackkbtn {
	display: block;
	background: #222;
	padding: 8px 5px;
	font-size: 16px;
	border: 0px solid #333;
	width: 145px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	text-indent: 0px;
}
.blackkbtn i {
	font-size: 80%;
}

.greenBtn {
	display: block;
	background: #b0bd22;
	padding: 8px 5px;
	font-size: 14px;
	border: 0px solid #333;
	width: 145px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	text-indent: 0px;
}

.greenBtn:hover {
	opacity: 0.8;
}

.caseStudyBox h3 {
	font-weight: normal;
	font-size: 140%;
}

.caseStudyBox h3.firstStudy a {
	color: #029585;
}
.caseStudyBox h3.secondStudy a {
	color: #00746b;
}
.caseStudyBox h3.thirdStudy a {
	color: #003f5f;
}

.caseStudyBox p {
	margin: 10px 0px;
	line-height: 1.7em;
	font-size: 115%;
}

.caseStudyBoxLast {
	float: right;
}

.relatedGreyBox {
	background: #eee;
	padding: 10px 20px 20px 20px;
}

#subpage #pageContent .relatedGreyBox h4 {
	font-size: 120%;
}

#subpage #pageContent .relatedGreyBox p {
	font-size: 100%;
	margin-bottom: 20px;
}

.form-control {
	border-radius: 0px;
}

.informationForHeader {
	color: #fff;
	font-family: 'calibriregular', Arial;
	font-size: 110%;
	margin-top: 10px;
}

.hpnewsblock img {
	margin-bottom: 5px;
}

#relatedServicesWrap {
	background: #eee;
	display: block;
	float: left;
	width: 97%;
}

/* for map .modal-dialog {background: #029585; border-radius: 0px; width: 880px; border: 2px solid #00746b; }
 .modal-footer {border: 0px; padding-top: 0px;} */

.modal-dialog {
	border-radius: 0px;
	border: 2px solid #00746b;
}

.modal-dialog label {
	color: #fff;
	font-weight: normal;
	font-size: 120%;
}

h4.modal-title {
	color: #fff;
	font-size: 170%;
	text-indent: 35px;
}

.modal-content {
	background: url(../img/modalBg.png) bottom left no-repeat #029585;
	border-radius: 0px;
}

.modal-header {
	border-bottom: 1px solid #009483;
}

.modal-footer {
	border-top: 0px solid #009483;
}

.footerAwards {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.footerTeal p {
	padding-bottom: 20px;
	opacity: 0.8;
}

/* VIDEO */

#video-gallery {
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
}

.videoGallery .rsTmb {
	padding: 20px;
}
.videoGallery .rsThumbs .rsThumb {
	width: 277px;
	height: 80px;
	border-bottom: 1px solid #ddd;
	background: #eee;
}
#featuredPeopleHub a {
	font-size: 90%;
	color: #fff;
	margin-top: 0px;
	display: block;
	text-decoration: none;
	font-family: Calibri, Arial;
}
.videoGallery .rsThumbs .rsThumb h5 {
	color: #029585;
	font-family: 'calibriregular';
}

.videoGallery .rsThumbs .rsThumb span {
	color: #666;
	font-family: 'calibriregular';
	font-size: 100%;
}

.videoGallery .rsThumbs {
	width: 277px;
	padding: 0;
	background: #fff;
}
.videoGallery .rsThumb:hover {
	background: #00746b;
	color: #fff;
}

.videoGallery .rsThumb:hover h5, .videoGallery .rsThumb:hover span {
	color: #fff;
}

.videoGallery .rsThumb.rsNavSelected {
	background-color: #333;
	border-bottom: -color #00746b;
	color: #fff;
}

.videoGallery .rsThumb.rsNavSelected h5, .videoGallery .rsThumb.rsNavSelected span {
	color: #fff;
}

.sampleBlock {
	left: 3%;
	top: 1%;
	width: 100%;
	max-width: 400px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	opacity: 1;
	height: 30px;
	background: #999;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow:hover {
	opacity: 1;
	height: 30px;
	background: #555;
}

.searchPeopleBox {
	height: 420px;
	display: block;
}

/* SLIDER THEMED PITCHER */

#slider-with-blocks-1 {
	width: 100%;
	height: 330px;
	margin-bottom: 20px;
}

body#subpage .royalSlider, body#subpage .rsOverflow {
	height: 260px !important;
	width: 100%;
}

.blockHeadline {
	font-size: 52px;
	line-height: 55px;
	font-family: 'calibriregular';
	font-weight: 900;
	letter-spacing: -2px;
	text-align: left;
	color: #007d6f;
	margin-left: 30px;
}

.rsContent {
	color: #FFF;
	font-size: 24px;
	line-height: 32px;
	float: left;
}
.bContainer {
	position: relative;
	z-index: 100000;
}
.rsABlock {
	position: relative;
	display: block;
	left: auto;
	top: auto;
}

.rsBABlock {
	position: relative;
	display: block;
}

#video-gallery .rsABlock {
	left: 20%;
	margin-top: 50px;
	color: #029585;
	font-size: 90%;
	width: 100%;
	text-align: right;
}

#video-gallery .vidBlockSpan {
	color: #888;
	font-size: 80%;
	
}
#video-gallery .vidBlockSpan span {
}

#video-gallery .rsABlock h3 {}

.blockHeadline {
	font-size: 52px;
	line-height: 55px;
	font-family: 'calibriregular';
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -2px;
	text-align: left;
	color: #007d6f;
	margin-left: 30px;
	margin-top: 20px;
}
.blockSubHeadline {
	font-size: 32px;
	line-height: 40px
}
.txtCent {
	text-align: center;
	width: 100%;
}

.slide4 .bContainer, .slide3 .bContainer, .slide2 .bContainer {
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
	top: 0px;
	padding-top: 24px;
}

.slide4 {
	background: transparent;
	color: #000;
}
.blurby {
	display: block;
	line-height: 32px;
	padding: 0px 0px 0px 0px;
	width: 420px;
	margin-top: 95px;
	color: #555;
	font-family: 'calibriregular';
	font-size: 26px;
	margin-left: 30px;
}
a.pinkbtn {
	display: block;
	background: #222;
	padding: 2px 10px;
	font-size: 14px;
	width: 140px;
	margin-top: 175px;
	margin-left: 30px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	text-indent: 0px;
	font-family: 'calibriregular';
	cursor: pointer;
}

.blurby p {
	font-size: 95%;
	color: #555;
}

.photoCopy {
	position: absolute;
	line-height: 24px;
	font-size: 12px;
	background: black;
	color: white;
	background-color: rgba(0, 0, 0, 0.75);
	padding: 0px 10px;
	position: absolute;
	left: 12px;
	bottom: 12px;
	top: auto;
	border-radius: 2px;
	z-index: 25;
}

/* SLIDER THEMED PITCHER */

.themedPitcher .blockHeadline {
	color: #007d6f;
}

.themedPitcher .blurby {
	color: #555;
}

.themedPitcher .blurby p {
	color: #555;
}

.themedPitcher a.pinkbtn {
	background: #222;
	color: #fff;
}

.themedPitcher a.pinkbtn:hover {
	background: #007d6f;
	color: #fff;
	text-decoration: none;
}

.themedPitcher .photoCopy {
	background: black;
	color: white;
	background-color: rgba(0, 0, 0, 0.75);
}
.themedPitcher .photoCopy a {
	color: #FFF;
}

/* SLIDER THEMED DARK */

.themedDark .blockHeadline {

	color: #fff;
}

.themedDark .blurby {

	color: #fff;
}

.themedDark .blurby p {
	font-size: 95%;
	color: #fff;
}

.themedDark a.pinkbtn {
	display: block;
	background: #007d6f;
	padding: 2px 10px;
	font-size: 14px;
	width: 140px;
	margin-top: 175px;
	margin-left: 30px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	text-indent: 0px;
	cursor: pointer;
}

.themedDark a.pinkbtn:hover {
	background: #007d6f;
	color: #fff;
	text-decoration: none;
}

.themedDark .photoCopy {
	position: absolute;
	line-height: 24px;
	font-size: 12px;
	background: black;
	color: white;
	background-color: rgba(0, 0, 0, 0.75);
	padding: 0px 10px;
	position: absolute;
	left: 12px;
	bottom: 12px;
	top: auto;
	border-radius: 2px;
	z-index: 25;
}
.themedDark .photoCopy a {
	color: #FFF;
}





/* SLIDER THEMED DARK */

.Dark .blockHeadline {

	color: #fff;
}

.Dark .blurby {

	color: #fff;
}

.Dark .blurby p {
	font-size: 95%;
	color: #fff;
}

.Dark a.pinkbtn {
	display: block;
	background: #007d6f;
	padding: 2px 10px;
	font-size: 14px;
	width: 140px;
	margin-top: 175px;
	margin-left: 30px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	text-indent: 0px;
	cursor: pointer;
}

.Dark a.pinkbtn:hover {
	background: #007d6f;
	color: #fff;
	text-decoration: none;
}

.Dark .photoCopy {
	position: absolute;
	line-height: 24px;
	font-size: 12px;
	background: black;
	color: white;
	background-color: rgba(0, 0, 0, 0.75);
	padding: 0px 10px;
	position: absolute;
	left: 12px;
	bottom: 12px;
	top: auto;
	border-radius: 2px;
	z-index: 25;
}
.Dark .photoCopy a {
	color: #FFF;
}











body#subpage .royalSlider .themedDark .slide4 {
	background: #007d6f;
}

body#subpage .themedDark .triImg {
	left: 0px;
	z-index: 1;
	margin-top: 0px;
	margin-left: 0px;
	bottom: 0px;
	position: absolute;
	display: none;
}

.themedDark .rsContent {
	color: #FFF;
	font-size: 24px;
	line-height: 32px;
	float: left;
	background: #007d6f;
}

/* SLIDER THEMED DARK */

.themedLight .blockHeadline {

	color: #555;
}

.themedLight .blurby {
	display: block;
	line-height: 32px;
	padding: 0px 0px 0px 0px;
	width: 420px;
	margin-top: 80px;
	color: #fff;
	font-family: 'calibriregular';
	font-size: 26px;
	margin-left: 30px;
}

.themedLight .blurby p {
	font-size: 95%;
	color: #555;
}

.themedLight a.pinkbtn {
	display: block;
	background: #007d6f;
	padding: 2px 10px;
	font-size: 14px;
	width: 140px;
	margin-top: 175px;
	margin-left: 30px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	text-indent: 0px;
	font-family: 'calibriregular';
	cursor: pointer;
}

.themedLight a.pinkbtn:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}

.themedLight .photoCopy {
	position: absolute;
	line-height: 24px;
	font-size: 12px;
	background: black;
	color: white;
	background-color: rgba(0, 0, 0, 0.75);
	padding: 0px 10px;
	position: absolute;
	left: 12px;
	bottom: 12px;
	top: auto;
	border-radius: 2px;
	z-index: 25;
}
.themedLight .photoCopy a {
	color: #FFF;
}

body#subpage .royalSlider .themedLight .slide4 {
	background: #007d6f;
}

body#subpage .themedLight .triImg {
	left: 0px;
	z-index: 1;
	margin-top: 0px;
	margin-left: 0px;
	bottom: 0px;
	position: absolute;
	display: none;
}

.themedLight .rsContent {
	color: #FFF;
	font-size: 24px;
	line-height: 32px;
	float: left;
	background: #fff;
}

.palmImg {
	right: 10px;
	margin-top: 20px;
	margin-left: 77%;
	bottom: 0px;
	position: absolute;
	z-index: 100;
}

body#subpage .palmImg {
	right: 0px;
	margin-top: 95px;
	margin-left: 67%;
	bottom: 0px;
	position: absolute;
	z-index: 100;
}

.arrowImg {
	display: none;
	margin-top: 40px;
	margin-left: -20%;
	bottom: 0px;
	position: absolute;
	z-index: 100;
	width: 990px;
}

.triImg {
	left: 0px;
	z-index: 1;
	/*was margin-top: 40px; */
	margin-top: 0px;
	margin-left: 0px;
	bottom: 0px;
	position: absolute;
}

.Dark .triImg  {margin-top: 0px;}


#subpage #pageContent h4 {
	font-size: 130%;
	margin-top: 30px;
	margin-bottom: 20px;
}

#subpage #pageContent .col-sm-4 h4 {
	font-size: 130%;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 140%;
}

#subpage #pageContent p.expertRole {
	height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 90%;
	color: #666;
	margin-bottom: 0px;
	font-family: 'calibriregular', Arial;
}
#subpage #pageContent p.expertCategory {
	font-size: 90%;
	color: #003f5f;
	font-family: 'calibriregular', Arial;
}

#subpage #pageContent h4.profileHeader {
	font-size: 150%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #003f5f;
}
#subpage #pageContent h5.profileCat {
	font-size: 120%;
	color: #003f5f;
	margin-top: 20px;
	margin-bottom: 20px;
}
#subpage #pageContent .industryQual ul li a {
	color: #003f5f;
	text-decoration: underline;
}
#subpage #pageContent .industryQual ul li a {
	color: #003f5f;
	text-decoration: underline;
}

#subpage #pageContent ul.darkBlueLinks li a {
	color: #003f5f;
	text-decoration: underline;
}

#subpage #pageContent p.expertTouch a {
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
}

#subpage #pageContent p.expertTouch i {
	font-size: 80%;
}

a.element:hover {
	cursor: pointer;
	text-decoration: none;
}

.node-file-download img {margin-bottom: 20px;}

.node-file-download img.file-icon {margin-bottom: 0px;}

.node-file-download a {padding-top: 20px; font-size: 120%;}

/*
 a.element:hover img.desaturate { -webkit-filter: grayscale(0%);
 -moz-filter: grayscale(0%);
 filter: grayscale(0%);

 }

 #subpage #pageContent p.expertTouch  {margin-bottom: 20px;display: block; float: left; background: url(../img/hp_case_h3_arrow_bg2.png) no-repeat right;
 color: #fff; text-transform: uppercase; font-size: 100%; font-family: 'calibriregular', Arial;
 padding: 4px 5px 4px 30px; width: 95%; margin: 0px 0px 0px -30px; }

 #subpage #pageContent a.element:hover p.expertTouch  {display: block; float: left; background: url(../img/hp_case_h3_arrow_bg1.png) no-repeat right;
 color: #fff; text-transform: uppercase; font-size: 100%; font-family: 'calibriregular', Arial;
 padding: 4px 5px 4px 30px; width: 95%; margin: 0px 0px 0px -30px; }*/

#subpage #pageContent p a {
	color: #00746b;
}
#subpage #pageContent p a:hover {
	text-decoration: underline;
}

#subpage #pageContent li a {
	color: #00746b;
}
#subpage #pageContent li a:hover {
	text-decoration: underline;
}

#subpage h4.contactHubModalHead {
	color: #fff;
	text-indent: 32px;
	font-size: 170%;
}

#subpage #pageContent p.expertTouch {
	margin-bottom: 20px;
	display: block;
	float: left;
	background: #00746b;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
	font-family: 'calibriregular', Arial;
	padding: 5px 10px 5px 10px;
	width: 120px;
	margin: 0px 0px 0px 0px;
	border-radius: 5px;
	text-align: center;
}

#subpage #pageContent p.expertTouch:hover {
	margin-bottom: 20px;
	display: block;
	float: left;
	background: #333;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
	font-family: 'calibriregular', Arial;
	padding: 5px 10px 5px 10px;
	width: 120px;
	margin: 0px 0px 0px 0px;
	border-radius: 5px;
	text-align: center;
}

#subpage #pageContent p.profileArticleDate {
	font-size: 90%;
	margin-bottom: 0px;
	padding-top: 5px;
	line-height: 150%;
}
#subpage #pageContent p.profileArticleAuthor {
	font-size: 90%;
	padding-top: 0px;
	color: #00746b;
	line-height: 150%;
}
#subpage #pageContent p.profileArticleIntro {
	margin-top: 20px;
	font-size: 110%;
	color: #555;
	margin-top: 20px;
	margin-bottom: 20px;
}

#subpage #pageContent a.profileTouch {
	cursor: pointer;
	margin-bottom: 20px;
	display: block;
	float: left;
	background: #00746b;
	color: #fff;
	text-transform: uppercase;
	font-size: 100%;
	font-family: 'calibriregular', Arial;
	padding: 5px 10px 5px 10px;
	width: 50%;
	margin: 0px 0px 0px 0px;
	border-radius: 5px;
	text-align: center;
}

#subpage #pageContent a.profileTouch:hover {
	margin-bottom: 20px;
	display: block;
	float: left;
	background: #333;
	color: #fff;
	text-transform: uppercase;
	font-size: 100%;
	font-family: 'calibriregular', Arial;
	padding: 5px 10px 5px 10px;
	width: 50%;
	margin: 0px 0px 0px 0px;
	border-radius: 5px;
	text-align: center;
}

#subpage #pageContent a.blackkbtn {
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
}
#subpage #pageContent a.blackkbtn {
	width: auto;
}
#subpage #pageContent h3 {
	clear: both;
}

#containerss {
	padding-left: 10px;
	padding-right: 10px;
	display: block;
}

.options {
	padding-left: 10px;
	padding-right: 10px;
	display: block;
}

#subpage #pageContent h4.contactExpertsh4 {
	font-size: 180%;
	margin-bottom: 0px;
	margin-top: 20px;
	color: #003f5f;
	font-weight: 900;
	border-bottom: 1px solid #d6e0e5;
	padding-bottom: 15px;
}

#subpage #pageContent .expertsName {
	font-size: 130%;
}
#subpage #pageContent .expertsName {
	font-weight: normal;
	font-size: 130%;
	width: 100%;
	color: #029585;
	font-family: 'calibriregular', Arial;
	margin-top: 10px;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}

#subpage #pageContent .expertsName a {
	color: #029585;
}

/* Download list */

.download-tabs {
	margin: 0px 0px 20px 0px;
	border: 0px;
}

.nav-tabs {
	border-bottom: 0px;
}

/* form validation styles */
.has-feedback .form-control-feedback {
	top: 29px;
}

.has-error .form-control {
	background: #ffeeee;
}

.has-error .help-block {
	background: #a94442;
	color: #fff;
	padding: 6px 12px;
	font-size: 14px;
	margin-top: -1em;
}

.form-hpot {
	display: none;
}

p.form-submitted {
	color: white;
	font-size: 16px;
}

/* search page styles */

.dekstopOpaTri {
	visibility: show;
}

.view-id-user_search {
	overflow: hidden;
}

.view-id-user_search .more-link {
	display: block;
	float: left;
	background: #00746b;
	color: #fff;
	text-transform: uppercase;
	font-size: 100%;
	font-family: 'calibriregular', Arial;
	padding: 4px 10px;
	margin: 15px 0px;
	border-radius: 5px;
	text-align: center;
}

.view-id-user_search .more-link:hover {
	background: #000;
	color: #fff;
}

.view-id-user_search .more-link a {
	color: #fff;
	text-decoration: none;
}

/* ==========================================================================
 General 1200px styles
 ========================================================================== */

@media screen and (min-width: 0px) and (max-width: 1200px) {
	.studyLabel {
		margin: 140px 0px;
	}

	.searchPeopleBox {
		height: 349px;
		display: block;
	}
	#featuredPeopleHub h4 {
		font-size: 110%;
		margin-top: 20px;
	}

	ul#socialFooter li a {

		margin-right: 1.6em;
	}

	.videoGallery .rsThumbs .rsThumb h5 {
		font-size: 120%;
	}
}

#subpage #pageContent .newsArticleRow h3 {
	border-bottom: 0px;
	margin-top: 10px;
}
#subpage #pageContent .newsArticleRow h3 a {
	font-size: 75%;
	border-bottom: 0px;
	font-family: 'calibriregular';
	color: #003f5f;
	line-height: 30%;
}

#subpage #pageContent .newsArticleRow h3 a:hover {
	text-decoration: underline;
}

/* ==========================================================================
 General 1125px styles
 ========================================================================== */

@media screen and (min-width: 0px) and (max-width: 1200px) {
	#logo img {
		width: 85%;
		padding-top: 15px;
	}
	#featuredPeopleHub h4 {
		color: #fff;
		font-size: 140%;
		margin-top: 20px;
	}

	.videoGallery .rsThumbs .rsThumb {
		width: 228px;
	}

	.videoGallery .rsThumbs {
		width: 228px;
	}

	.palmImg {

		margin-left: 75%;
	}

	#featuredPeopleHub .rsMinW .rsBullets {
		bottom: 75px;
	}

	#featuredPeopleHub {
		display: block;
		padding: 20px 0px 20px 0px;
	}

	.videoGallery .rsThumb.rsNavSelected h5, .videoGallery .rsThumb.rsNavSelected span {
		color: #fff;
		font-size: 90%;
	}
	.videoGallery .rsThumbs .rsThumb h5 {
		font-size: 110%;
	}
	.videoGallery .rsThumbs .rsThumb span {
		font-size: 90%;
	}

	.videoGallery .rsTmb {
		padding: 15px 10px;
	}

	.searchPeopleBox {
		height: 349px;
		display: block;
	}

	.searchPeopleBox .form-control, .searchPeopleBox button {
		height: 35px;
	}

	#featuredPeopleHub h4 {
		font-size: 110%;
		margin-top: 0px;
	}

	#featuredPeopleHub p {
		font-size: 80%;
	}
	#featuredPeopleHub p {
		margin-bottom: 0px;
	}
	.studyLabel {
		margin: 130px 0px;
	}

	ul#socialFooter li a {

		margin-right: 1.5em;
	}

	body#subpage .palmImg {
		margin-left: 60%;
	}

	#video-gallery .rsABlock {
		left: 10%;
		margin-top: 50px;
		color: #029585;
		font-size: 90%;
		width: 100%;
		text-align: right;
	}

}

/* ==========================================================================
 General 990px styles
 ========================================================================== */

@media screen and (min-width: 0px) and (max-width: 990px) {

	.spotlightBox p {
		font-size: 90%;
	}
	.insightsBox p {
		font-size: 90%;
	}
	.evolveBox p {
		font-size: 90%;
	}

	.evolveBox .hpnewsblock h4 a {
		font-size: 100%;
		line-height: 16px;
	}
	.insightsBox .hpnewsblock h4 a {
		font-size: 100%;
		line-height: 16px;
	}
	.spotlightBox .hpnewsblock h4 a {
		font-size: 100%;
		line-height: 16px;
	}

	.evolveBox h3 {
		font-size: 90%;
	}
	.insightsBox h3 {
		font-size: 90%;
	}
	.spotlightBox h3 {
		font-size: 90%;
	}
	.searchPeopleBox  h3 {
		font-size: 100%;
	}
	.selectLocationBox h3 {
		font-size: 100%;
	}

	.videoGallery .rsThumbs .rsThumb {
		width: 173px;
	}

	.videoGallery .rsThumbs {
		width: 173px;
	}
	.searchPeopleBox {
		height: 256px;
	}

	.videoGallery .rsThumb.rsNavSelected h5, .videoGallery .rsThumb.rsNavSelected span {
		color: #fff;
		font-size: 80%;
	}
	.videoGallery .rsThumbs .rsThumb h5, .videoGallery .rsThumbs .rsThumb span {
		font-size: 90%;
	}

	.videoGallery .rsTmb {
		padding: 8px 10px;
		height: 30px;
	}

	.searchPeopleBox {
		height: 272px;
		display: block;
		background: url(../img/peopleHub_hp_sm.pn) no-repeat right bottom #029585;
	}

	#video-gallery .rsABlock {
		left: 0%;
		margin-top: 50px;
		color: #029585;
		font-size: 80%;
		width: 95%;
		text-align: right;
	}

	#featuredPeopleHub {
		padding: 0px 0px 10px 0px;
	}
	#featuredPeopleHub .rsMinW .rsBullets {
		bottom: 123px;
	}
	#featuredPeopleHub img {
		width: 30%;
		position: absolute;
		margin-top: -10px;
		margin-left: 65%;
	}

	#featuredPeopleHub .twitterBtn, #featuredPeopleHub p {
	}

	#featuredPeopleHub a.blackkbtn {
		padding: 2px;
		width: 70%;
		margin-top: 0px;
	}

	#featuredPeopleHub p.featuredPeopleParaTwo {
		height: 20px;
	}

	#featuredPeopleHub p {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	#featuredPeopleHub h4 {
		padding: 10px 0px;
	}

	#featuredPeopleHub .rsMinW .rsBullet span {
		display: block;
		width: 6px;
		height: 6px;
		border-radius: 100%;
		background: #0aaa99;
		cursor: pointer;
		box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.1);
	}

	#featuredPeopleHub .rsMinW .rsBullet.rsNavSelected span {
		background: #046258;
	}

	.buttonSearch {
		display: none;
	}

	.studyLabel {
		margin: 80px 0px;
	}
	ul#socialFooter li a {

		margin-right: 0.6em;
	}

	.evolveBox {
		background: #eee;
		padding: 0px 20px;
	}
	.insightsBox {
		background: url(../img/hpnewsbg.png) repeat-y left #eee;
		padding: 0px 20px;
	}
	.spotlightBox {
		background: url(../img/hpnewsbg.png) repeat-y left #eee;
		padding: 0px 20px;
	}

	.evolveBox h3 {
		padding: 5px 5px 5px 20px;
		width: 85%;
		margin: 0px 0px 0px -20px;
	}
	.insightsBox h3 {
		padding: 5px 5px 5px 20px;
		width: 85%;
		margin: 0px 0px 0px -20px;
	}
	.spotlightBox h3 {
		padding: 5px 5px 5px 20px;
		width: 85%;
		margin: 0px 0px 0px -20px;
	}

	#slider-with-blocks-1 {
		width: 100%;
		height: 255px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 140%;
		padding-left: 0.8em;
		padding-right: 0.8em;
	}

	.arrowImg {

		margin-top: 55px;
		margin-left: -80px;
		bottom: 0px;
		width: 95%;
		position: absolute;
		z-index: 100;
	}

	a.pinkbtn {
		display: block;
		background: #222;
		padding: 2px 8px;
		width: 120px;
		margin-top: 135px;
		margin-left: 30px;
		border-radius: 2px;
		text-align: center;
		color: #fff;
		text-indent: 0px;
		font-size: 13px;
	}

	.blurby {
		display: block;
		line-height: 32px;
		padding: 0px 0px 0px 0px;
		width: 420px;
		margin-top: 55px;
		color: #555;
		font-size: 24px;
	}

	.rsContent {
		font-size: 22px;
		line-height: 28px;
	}
	.blockHeadline {
		font-size: 45px;
		line-height: 32px;
		margin-top: 25px;
	}
	.blockSubHeadline {
		font-size: 20px;
		line-height: 32px;
		margin-top: -10px;
	}
	.palmImg {
		right: 10px;
		margin-top: 10px;
		margin-left: 75%;
		width: 24%;
		bottom: 0px;
		z-index: 1;
		position: absolute;
	}

	.triImg {
		left: 0px;
		z-index: 1;
		width: 100%;
		margin-top: 0px;
		margin-left: 0px;
		bottom: 0px;
		position: absolute;
	}

	body#subpage .royalSlider, body#subpage .rsOverflow {
		height: 200px !important;
		width: 100%;
	}

	body#subpage .palmImg {
		margin-left: 60%;
		width: 40%;
		margin-top: 73px;
	}

	body#subpage .blockHeadline {
		font-size: 40px;
		margin-top: 20px;
	}

	body#subpage .blurby {
		font-size: 20px;
		line-height: 24px;
			margin-top: 60px;
	}

	body#subpage a.pinkbtn {
		margin-top: 120px;
		font-size: 12px;
	}

	.twitterBox p span {
		width: 100%;
		padding-top: 10px;
		font-size: 80%;
	}

	.atPitcher {
		display: none;
	}

	.tweetItcon {
		display: none;
	}

	.twitterBox {
		height: 100px;
	}

	span#theTweet i#atPitcher {
		display: none;
	}

	#subpage #pageContent p.expertTouch {
		font-size: 80%;
	}
	#subpage #pageContent a.element:hover p.expertTouch {
		font-size: 80%;
	}

	.themedLight .blurby {
		margin-top: 50px;
	}#topLinksEdit a#contactHideiPad {display: none;}

}

/* ==========================================================================
 General 960px styles
 ========================================================================== */

@media screen and (min-width: 0px) and (max-width: 960px) {

	.spotlightBox p {
		font-size: 90%;
	}
	.insightsBox p {
		font-size: 90%;
	}
	.evolveBox p {
		font-size: 90%;
	}

	.evolveBox .hpnewsblock h4 a {
		font-size: 80%;
		line-height: 13px;
	}
	.insightsBox .hpnewsblock h4 a {
		font-size: 80%;
		line-height: 13px;
	}
	.spotlightBox .hpnewsblock h4 a {
		font-size: 80%;
		line-height: 13px;
	}

	#slider-with-blocks-1 {
		width: 100%;
		height: 250px;
	}

	.arrowImg {

		margin-top: 55px;
		margin-left: -80px;
		bottom: 0px;
		width: 95%;
		position: absolute;
		z-index: 100;
	}

	a.pinkbtn {
		display: block;
		background: #222;
		padding: 2px 8px;
		width: 120px;
		margin-top: 135px;
		margin-left: 30px;
		border-radius: 2px;
		text-align: center;
		color: #fff;
		text-indent: 0px;
		font-size: 13px;
	}

	.blurby {
		display: block;
		line-height: 32px;
		padding: 0px 0px 0px 0px;
		width: 420px;
		margin-top: 55px;
		color: #555;
		font-size: 24px;
	}

	.rsContent {
		font-size: 22px;
		line-height: 28px;
	}
	.blockHeadline {
		font-size: 45px;
		line-height: 32px;
		margin-top: 5px;
	}
	.blockSubHeadline {
		font-size: 20px;
		line-height: 32px;
		margin-top: -10px;
	}
	.palmImg {
		right: 10px;
		margin-top: 10px;
		margin-left: 75%;
		width: 24%;
		bottom: 0px;
		z-index: 1;
		position: absolute;
	}

	a#askQuestionLink {
		margin-top: 38px;
		font-size: 90%;
	}

	.evolveBox .royalSlider, .evolveBox .rsOverflow, .insightsBox .royalSlider, .insightsBox .rsOverflow, .spotlightBox .royalSlider, .spotlightBox .rsOverflow {
		height: 254px !important;
		border-bottom: 0px solid #444;
	}

	#video-gallery .rsABlock {
		left: 45%;
		margin-top: 30px;
	}

	#video-gallery .rsABlock {
		left: 0%;
		margin-top: 50px;
		color: #029585;
		font-size: 80%;
		width: 95%;
		text-align: right;
	}
#topLinksEdit a#contactHideiPad {display: none;}
}

/* ==========================================================================
 General iPad styles
 ========================================================================== */

@media screen and (min-width: 0px) and (max-width: 800px) {

	.evolveBox .royalSlider, .evolveBox .rsOverflow, .insightsBox .royalSlider, .insightsBox .rsOverflow, .spotlightBox .royalSlider, .spotlightBox .rsOverflow {
		height: 249px !important;
		border-bottom: 0px solid #444;
	}
#topLinksEdit a#contactHideiPad {display: none;}

	/* for map.modal-dialog {background: #029585; border-radius: 0px; width: 740px;  border: 2px solid #00746b; }*/

	#subpage #pageContent .node-article .imgRight {
		padding-left: 0px;
		padding-bottom: 0px;
		border: 0px;
		background: #fff;
	}
	
	#slider-with-blocks-1 {

	margin-bottom: 0px;
}

	#logo img {
		width: 100%;
		padding-top: 15px;
	}
	.evolveBox h3 {
		font-size: 100%;
	}
	.insightsBox h3 {
		font-size: 100%;
	}
	.spotlightBox h3 {
		font-size: 100%;
	}
	.searchPeopleBox  h3 {
		font-size: 100%;
	}
	.selectLocationBox h3 {
		font-size: 100%;
	}

	.hpnewsblock p {
		font-size: 90%;
	}
	.spotlightBox p {
		font-size: 90%;
	}
	.insightsBox p {
		font-size: 90%;
	}
	.evolveBox p {
		font-size: 90%;
	}

	a#askQuestionLink {
		margin-top: 58px;
		font-size: 90%;
	}

	.evolveBox .hpnewsblock h4 a {
		font-size: 90%;
		line-height: 16px;
	}
	.insightsBox .hpnewsblock h4 a {
		font-size: 90%;
		line-height: 16px;
	}
	.spotlightBox .hpnewsblock h4 a {
		font-size: 90%;
		line-height: 16px;
	}

	.searchPeopleBox {
		background: #029585;
		background: url(../img/peopleHub_hp_sm.pg) no-repeat right bottom #029585;
	}
	#featuredPeopleHub .rsMinW .rsBullets {
		bottom: 113px;
	}

	.NavContainer {
		overflow: show;
		border-bottom: 1px solid #eaeaea;
		padding-bottom: 0px;
		background: #fff;
	}
	#subpage .NavContainer {
		overflow: show;
		border-bottom: 0px solid #fff;
	}

	.NavContainer {
		overflow: show;
		height: 51px;
	}

	#video-gallery .rsABlock {
		left: 45%;
		margin-top: 30px;
	}

	#slider-with-blocks-1 {
		height: 250px;
	}

	#relatedServicesWrap {
		background: #eee;
		display: block;
		float: left;
		width: 96%;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 140%;
		padding-left: 0.8em;
		padding-right: 0.8em;
	}

	a#askQuestionLink {
		margin-top: 35px;
		font-size: 90%;
		margin-bottom: 13px;
	}
	.arrowImg {

		margin-top: 55px;
		margin-left: -80px;
		bottom: 0px;
		width: 95%;
		position: absolute;
		z-index: 100;
	}

	a.pinkbtn {
		display: block;
		background: #222;
		padding: 2px 8px;
		width: 120px;
		margin-top: 135px;
		margin-left: 30px;
		border-radius: 2px;
		text-align: center;
		color: #fff;
		text-indent: 0px;
		font-size: 13px;
	}

	.blurby {
		display: block;
		line-height: 32px;
		padding: 0px 0px 0px 0px;
		width: 420px;
		margin-top: 55px;
		color: #555;
		font-size: 24px;
	}

	.rsContent {
		font-size: 22px;
		line-height: 28px;
	}
	.blockHeadline {
		font-size: 45px;
		line-height: 32px;
		margin-top: 5px;
	}
	.blockSubHeadline {
		font-size: 20px;
		line-height: 32px;
		margin-top: -10px;
	}
	.palmImg {
		right: 10px;
		margin-top: 10px;
		margin-left: 75%;
		width: 24%;
		bottom: 0px;
		z-index: 1;
		position: absolute;
	}

	.twitterBox p span {
		width: 90%;
		font-size: 90%;
	}

	.atPitcher {
		display: none;
	}

	.tweetItcon {
		display: none;
	}

	.twitterBox {
		height: 70px;
	}

	span#theTweet i#atPitcher {
		display: none;
	}

	#subpage #pageContent p.expertTouch {
		font-size: 80%;
	}
	#subpage #pageContent a.element:hover p.expertTouch {
		font-size: 80%;
	}

	#subpage #pageContent .serviceList .col-sm-4 p.field-content {
		display: none;
	}

	#subpage #pageContent div.views-field-field-intro {
		display: none;
	}

	#subpage #pageContent span.read-more-btn a {
		display: none;
	}

}

/* GENERAL IPAD VERSION STYLES */

/* ==========================================================================
 General iPhone styles
 ========================================================================== */

@media screen and (min-width: 0px) and (max-width: 760px) {
	
	

	#subpage #pageContent .serviceList .col-sm-4 p.field-content {
		display: block;
	}

	#subpage #pageContent div.views-field-field-intro {
		display: block;
	}

	#subpage #pageContent span.read-more-btn a {
		display: block;
	}

	#video-gallery {
		margin-top: 0px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form, .navbar-collapse {
		padding-right: 10px;
		overflow-x: hidden;
	}
	.footerDark {
		padding-bottom: 5px;
	}

	.videoGallery .rsTmb {
		padding: 6px 8px;
	}
	.videoGallery .rsTmb h5 {
		font-size: 12px;
		line-height: 17px;
	}
	.videoGallery .rsThumbs.rsThumbsVer {
		width: 0px;
		padding: 0;
		display: none;
	}
	.videoGallery .rsThumbs .rsThumb {
		width: 200px;
		height: 47px;
		display: none;
	}
	.videoGallery .rsTmb span {
		display: none;
	}
	.videoGallery .rsOverflow, .royalSlider.videoGallery {
		height: 220px !important;
	}
	.sampleBlock {
		font-size: 14px;
	}

	#video-gallery .rsABlock {
		left: 46%;
		margin-top: 30px;
	}

	.searchPeopleBox {
		height: 410px;
		background:  #029585;
		margin-top: -10px;
	}
	#featuredPeopleHub .rsMinW .rsBullets {
		bottom: 3px;
	}
	#featuredPeopleHub {
		padding: 20px 0px;
	}
	#featuredPeopleHub h4 {
		font-size: 120%;
		margin-top: 0px;
		padding-bottom: 10px;
	}
	#featuredPeopleHub p {
		font-size: 100%;
		display: block;
		margin-bottom: 10px;
	}

	#featuredPeopleHub a.blackkbtn {
		padding: 7px;
		width: 100%;
		margin-top: 10px;
		font-size: 100%;
	}

	#videoBoxWrap {
		padding-left: 0px;
		padding-right: 0px;
	}

	#featuredPeopleHub img {
		width: 50%;
		position: relative;
		margin-top: 0px;
		margin-left: 0%;
	}

	#featuredPeopleHub p {
		white-space: normal;
		overflow: visible;
		text-overflow: clip;
	}

	.rsMinW .rsBullets {
		display: none;
	}

	#featuredPeopleHub .rsMinW .rsBullets {
		display: block;
	}

	#featuredPeopleHub .rsMinW .rsBullet span {
		display: block;
		width: 8px;
		height: 8px;
		border-radius: 100%;
		background: #0aaa99;
		cursor: pointer;
		box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.1);
	}

	#slider-with-blocks-5 .rsMinW .rsBullet.rsNavSelected span {
		background: #00746b;
	}

	#video-gallery .rsABlock {
		left: 0%;
		margin-top: 35px;
		color: #029585;
		font-size: 80%;
		width: 95%;
		text-align: right;
	}

	#subpage .articleAuthorWrapper {
		display: none;
	}

	.studyLabel {
		margin: 130px 0px;
	}

	ul#socialFooter li a {

		margin-right: 1em;
	}
	#relatedServicesWrap {
		background: #eee;
		display: block;
		float: left;
		width: 100%;
	}

	h4.modal-title {
		font-size: 150%;
	}

	ul#socialFooter {
		padding-bottom: 40px;
		padding-top: 20px;
		margin-bottom: 20px;
	}

	/* for map.modal-dialog {background: #029585; border-radius: 0px; width: 600px; height: 600px;}*/

	.NavContainer {
		padding-right: 15px;
	}

	.searchTop {
		display: none;
	}

	.navbar-inverse {
		background-color: #007d6f;
		border-color: #007d6f;
		background-image: none;
		padding-left: 0px;
	}
	.navbar .container {
		/*background-color: #00746b;*/
		background-image: none;
		padding-left: 15px;
	}

	.navbar-inverse .navbar-nav > li > a {
		background: #00665e;
		border-right: 0px solid #fff;
		color: #bfe2df;
		margin: 1px 10px;
		padding: 10px;
		margin-left: 14px;
	}

	#featuredPeopleHub p.featuredPeopleParaTwo {
		height: 60px;
	}

	.NavContainer {
		overflow: show;
		height: auto;
	}

	.navbar-inverse .navbar-nav > li > a:hover {
		background: #00665e;
		color: #fff;
	}

	.nav {
		margin-left: -5px;
	}

	.largeScreenHead {
		display: none;
	}
	body {
		padding-top: 0px;
		padding-bottom: 20px;
	}

	.navbar {
		margin-bottom: 0px;
	}

	.navbar-default .navbar-nav > li > a {
		color: #fff;
	}

	.navbar-nav .dropdown-toggle {
		border-bottom: 0px;
	}
	.navbar-nav .dropdown-toggle:hover {
		border-bottom: 0px;
	}

	.yamm .yamm-content {
		padding-top: 5px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
	}

	.nav-goto-button, .divider, .navbar-nav > li > .dropdown-menu a.bigHide {
		display: none;
		visibility: hidden;
		height: 0px;
		width: 0px;
	}

	.navbar-brand, .navbar-nav > li > a {
		text-shadow: 0 0px 0 rgba(255,255,255,0);
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 130%;
		font-weight: normal;
		text-indent: 10px;
	}

	.dropdown-header {
		color: #fff;
		text-indent: 2px;
		padding-left: 0px;
		font-size: 90%;
		text-transform: uppercase;
		border-bottom: 0px;
	}

	.dropdown-header i {
		font-size: 80%;
	}

	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 5px 15px 5px;
	}

	.navbar-nav > li > .dropdown-menu a {
		color: #fff;
		opacity: 0.9;
		font-size: 95%;
		padding: 10px 10px;
		background: #018677;
		width: 100%;
		margin-bottom: 2px;
		display: block;
	}

	.navbar-nav ul.list-unstyled {
		margin-bottom: 15px;
	}
	.navbar-nav ul.col-sm-12 {
		margin-bottom: 0px;
	}

	.yamm .dropdown-menu {
		padding-bottom: 0px;
	}
	.yamm .yamm-content {
		padding-bottom: 0px;
	}

	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
		background: #016a62;
		border-bottom: 0px;
		padding-bottom: 15px;
	}

	.phoneLogo {
		display: block;
		background: url('../img/PP_LOGO_White.svg') no-repeat;
		display: block;
		width: 220px;
		height: 40px;
		text-indent: -5000px;
		float: left;
		margin: 5px 0px 0px 13px;
	}

	.footerBack {
		background: url('../img/footerBg.pg') repeat-x transparent 0px 0px;
	}

	footer {
		background: #2e3131;
		margin-top: -10px;
		padding-top: 10px;
	}
	.twitterBox {
		display: block;
		padding: 15px 20px 5px 20px;
		background: #eee;
		height: 150px;
	}
	.twitterBoxTwo {
		display: block;
		padding: 15px 20px 5px 20px;
		background: #eee;
		height: 60px;
	}
	.royalSlider, .rsOverflow {
		height: 170px !important;
	}

	.evolveBox .royalSlider, .evolveBox .rsOverflow, .insightsBox .royalSlider, .insightsBox .rsOverflow, .spotlightBox .royalSlider, .spotlightBox .rsOverflow {
		height: 320px !important;
		border-bottom: 1px solid #d7d7d7;
	}

	.evolveBox h3 {
		width: 37%;
		margin-top: 20px;
		margin-left: -20px;
		font-size: 100%;
	}
	.spotlightBox h3 {
		width: 37%;
		margin-top: 20px;
		margin-left: -20px;
		font-size: 100%;
	}
	.insightsBox h3 {
		width: 37%;
		margin-top: 20px;
		margin-left: -20px;
		font-size: 100%;
	}

	.evolveBox h4, .spotlightBox h4, .insightsBox h4 {
		font-size: 180%;
		font-weight: lighter;
	}
	.evolveBox .hpnewsblock h4 a {
		letter-spacing: 0px;
	}

	.evolveBox p, .spotlightBox p, .insightsBox p {
		line-height: 180%;
	}

	.spotlightSlid, .insightsSlid, .spotlightSlid {

		height: 250px;
	}

	.rsContent {
		font-size: 18px;
		line-height: 26px;
	}
	.blockHeadline {
		font-size: 26px;
		letter-spacing: -2px;
		line-height: 24px;
		margin-left: 15px;
		margin-top: 15px;
	}
	
	#subpage .blockHeadline {margin-top: 15px;}
	
	.blockSubHeadline {
		font-size: 12px;
		line-height: 32px;
	}

	.blurby {
		display: block;
		line-height: 18px;
		padding: 0px 0px 0px 0px;
		width: 270px;
		margin-top: 65px;
		margin-left: 15px;
		color: #555;
		font-size: 15px;
	}
	.palmImg {
		right: 10px;
		margin-top: 61px;
		margin-left: 72%;
		width: 25%;
		bottom: 0px;
		z-index: 1;
		position: absolute;
	}

	.arrowImg {
		visibility: hidden;
	}

	.triImg {
		left: 0px;
		z-index: 1;
		width: 100%;
		margin-top: 0px;
		margin-left: 0px;
		bottom: 0px;
		position: absolute;
		height: 170px;
	}

	body#subpage .themedLight .opacTri {
		margin-top: 0px;
		padding-top: 0px;
	}

	body#subpage .themedLight .blockHeadline {
		margin-left: 20px;
		font-size: 110%;
	}

	body#subpage .themedLight .blurby {
		margin-left: 20px;
	}

	body#subpage .themedLight a.pinkbtn {
		margin-left: 20px;
	}

	a.pinkbtn {
		display: block;
		background: #222;
		padding: 5px;
		width: 120px;
		margin-top:120px;
		margin-left: 15px;
		border-radius: 2px;
		text-align: center;
		color: #fff;
		text-indent: 0px;
		font-size: 12px;
	}
	
	.Dark a.pinkbtn {margin-top:120px;margin-left: 15px;}

	#subpage #pageContent p.expertTouch {
		font-size: 100%;
	}
	#subpage #pageContent a.element:hover p.expertTouch {
		font-size: 100%;
	}

	body#subpage .royalSlider, body#subpage .rsOverflow {
		height: 180px !important;
		width: 100%;
	}

	body#subpage .palmImg {
		margin-left: 60%;
		width: 40%;
		margin-top: 110px;
	}

	body#subpage .blockHeadline {
		font-size: 30px;
		margin-top: 20px;
	}

	body#subpage .blurby {
		font-size: 16px;
		line-height: 20px;
		margin-top: 50px;
	}

	body#subpage a.pinkbtn {
		margin-top: 110px;
		font-size: 12px;
	}

	#breadcrumbs {
		padding: 15px 18px;
		display: none;
	}

	#breadcrumbs i {
		font-size: 70%;
		padding: 0px 2px;
	}

	#pageContent {
		padding: 10px 20px 20px 20px;
	}

	#subpage #pageContent h2 {
		font-size: 140%;
		margin-top: 10px;
	}
	#subpage #pageContent h3 {
		font-size: 130%;
	}

	#subpage #pageContent p.introBold {
		font-size: 120%;
	}

	#pageContent .imgRight {
		float: left;
		border: 1px solid #999;
		width: 100%;
		margin: 10px 0px 10px 0px;
	}

	#subpage #pageContent .relatedGreyBox {
		clear: both;
		margin-bottom: 0px;
		border-bottom: 10px solid #fff;
	}

	.informationFor {
		padding-top: 2px;
		padding-bottom: 10px;
	}
	a#askQuestionLink {
		font-size: 115%;
		text-indent: 60px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.navbar {
		margin-bottom: 0px;
	}

	.navbar-nav .dropdown-toggle {
		border-bottom: 0px;
	}
	.navbar-nav .dropdown-toggle:hover {
		border-bottom: 0px;
	}

	.yamm .yamm-content {
		padding-top: 5px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
	}

	.nav-goto-button, .divider, .navbar-nav > li > .dropdown-menu a.bigHide {
		display: none;
		visibility: hidden;
		height: 0px;
		width: 0px;
	}

	.navbar-brand, .navbar-nav > li > a {
		text-shadow: 0 0px 0 rgba(255,255,255,0);
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 130%;
		font-weight: normal;
		text-indent: 10px;
		opacity: 0.8;
	}
	.navbar-default .navbar-nav > li > a {
		color: #fff;
		background: ; margin-bottom: 0px;
		border-bottom: 2px solid #018278;
	}
	.navbar-default .navbar-nav > li > a:hover {
		border-bottom: 2px solid #01564f;
		background: #007067;
	}

	.dropdown-header {
		color: #fff;
		text-indent: 2px;
		padding-left: 0px;
		font-size: 90%;
		text-transform: uppercase;
		border-bottom: 0px;
	}

	.dropdown-header i {
		font-size: 80%;
	}

	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 5px 15px 5px;
	}

	.navbar-nav > li > .dropdown-menu a {
		color: #fff;
		opacity: 0.9;
		font-size: 95%;
		padding: 10px 10px;
		background: #018677;
		width: 100%;
		margin-bottom: 2px;
		display: block;
	}

	.navbar-nav ul.list-unstyled {
		margin-bottom: 15px;
	}
	.navbar-nav ul.col-sm-12 {
		margin-bottom: 0px;
	}

	.yamm .dropdown-menu {
		padding-bottom: 0px;
	}
	.yamm .yamm-content {
		padding-bottom: 0px;
	}

	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
		opacity: 1;
		background: #016a62;
		border-bottom: 0px;
		padding-bottom: 15px;
		color: #fff;
	}

	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		color: #fff;
		background: #00665e;
		opacity: 1;
	}

	.navbar-default .navbar-nav > li > a:hover {
		opacity: 1;
	}

	.navbar .container {
		background-color: #00746b;
	}

	.NavContainer {
		border-bottom: 0px;
	}

	.caseStudyBox {
		margin-bottom: 50px;
	}

	div#phoneLogo {
		display: block;
		width: 220px;
		height: 42px;
		float: left;
		padding: 7px 0px 0px 14px;
	}
	.footerBack {
		background: url('../img/footerBg.pg') repeat-x transparent 0px 0px;
	}

	footer {
		background: #2e3131;
		margin-top: -10px;
		padding-top: 10px;
	}
	.twitterBox {
		display: block;
		padding: 15px 20px 5px 20px;
		background: #eee;
		height: 150px;
	}
	.twitterBoxTwo {
		display: block;
		padding: 15px 20px 5px 20px;
		background: #eee;
		height: 60px;
	}

	#helpfulSocial {
		display: none;
	}

	#subpage #pageContent p.profileArticleDate {
		margin-top: 10px;
	}

	#containerss {
		padding-left: 0px;
		padding-right: 0px;
		display: block;
	}

	.options {
		padding-left: 0px;
		padding-right: 0px;
		display: block;
	}

	#subpage #pageContent h3.articleHeader {
		font-weight: normal;
		color: #003f5f;
		font-size: 200%;
		line-height: 1.3em;
	}

	#subpage #pageContent h3.newsFeaturedHeader {
		background: url(../img/hp_case_h3_arrow_bg4.png) no-repeat right;
		color: #fff;
		text-transform: uppercase;
		font-size: 90%;
		font-family: 'calibriregular', Arial;
		padding: 4px 5px 4px 10px;
		width: 50%;
		margin: 0px 0px 0px -20px;
	}

	body#subpage .themedLight #mobileOpaTri {
		visibility: visible;
	}

	body#subpage .themedLight #desktopOpaTri {
		visibility: hidden;
	}

#slider-with-blocks-1 {

	margin-bottom: 0px;
}


}

/* END GENERAL MOBILE VERSION STYLES */

/* NEW FAQ SECTION START */

#pageContent .panel-group {
	width:100%;
	padding-top:20px;
}

#subpage #pageContent .panel-group h4 {
    font-size: 130%;
    margin-top: 0;
    margin-bottom: 0;
}

#subpage #pageContent .panel-group .panel {
	border-radius:0;
	box-shadow:none;
	border:0;
}

#subpage #pageContent .panel-default>.panel-heading {
	background:#f7f7f7;
	border-color:#029585;
	border-width:0 0 0 3px;
	border-style: solid;
	border-radius:0;
	padding: 5px 15px;
}

#subpage #pageContent .panel-default>.panel-heading+.panel-collapse .panel-body {
	border-color:#ccc;
	border-width:0 0 0 3px;
	border-style: solid;
	border-radius:0;
}

/* NEW FAQ SECTION END */
