body {
	font-family: 'Open Sans', sans-serif;
	color: #37474f;
	font-size: 16px;
	font-weight: 400;
	background-color: #fff;
	border-top: solid 1px slateblue;
	border-bottom: solid 1px slateblue;
}

a {
	color: #0d96c2;
}

label {
	font-weight: 400;
}
/********************************** Navigation **********************************/

.footer-menu {
	list-style: none;
	padding-left: 0px;
}

.footer-menu-container {
	width: auto;
	float: left;
	margin-right:50px;
}

.footer-menu-item {
	font-size: 14px;
	margin-bottom: 8px;
}

.footer-menu-item:first-child {
	color: #8c8c8c;
	font-size: 18px;
}

.footer-menu-item:first-child a, .footer-menu-item:first-child a:visited, .footer-menu-item:first-child a:active, .footer-menu-item:first-child a:focus {
	color: #8c8c8c;
}

.header {
	background-color: #1a75bc;
	font-size: 14px;
	height: 70px;
	color: #fff;
	vertical-align: middle;
}

.right-inner-addon {
    position: relative;
	padding-top: 17px;
}
.right-inner-addon input {
    padding-right: 30px;    
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
	color: #bbb;
	pointer-events: none;
}

@media (max-width: 1200px) {

	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
		background-color: #fff;
		height: 90px;
		padding-top: 36px;
	}

	.navbar-default .navbar-nav > li > a {
		color: #bbbbbb;
		height: 90px;
		padding-top: 36px;
		padding-left: 25px;
		padding-right: 25px;
		transition: background .5s ease-in-out;
		-moz-transition: background .5s ease-in-out;
		-webkit-transition: background .5s ease-in-out;
	}

	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
		background-color: #90a4ae;
		color: #FFF;
	}
	
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
		background-color: #fff;
    }

    .collapse.in{
  		display:block !important;
	}
	
	.navbar-nav .open .dropdown-menu {
		background-color: #fff;
	}
	
	.navbar-nav .open .dropdown-menu {
		background-color: transparent;
		border: 0 none;
		box-shadow: none;
		float: none;
		margin-top: 0;
		position: static;
		width: auto;
	}
	
	.navbar-nav > li > .dropdown-menu {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		margin-top: 0;
	}
	
	.open > .dropdown-menu {
		display: block;
	}

	.container-logo-header {
		padding-left: 15px;
		padding-top: 22px;
		vertical-align: middle;
		width: 300px;
	}
	
	.dropdown-menu > li > a {
		background-color: #fff;
	}
	
	.header-icon-container {
		display: inline-block;
		height: 70px;
		width: 50px;
		text-align: center;
		transition: background 0.5s ease-in-out 0s;
	}
	
	.header-text {
		font-size: 10px;
		text-decoration: none;
		text-transform: none;
	}
	
	.header-icon {
		font-size: 18px;
		line-height: 12px;
		transition: background 0.5s ease-in-out 0s;
		margin-top: 15px;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li {
		border-bottom: 1px solid #eee;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		background-color: #90a4ae;
		color: #FFF;
	}
	
	.navbar-default .navbar-nav > li > a {
		color: #bbbbbb;
		height: 90px;
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 36px;
		transition: background 0.5s ease-in-out 0s;
		background-color: #fff;
	}
	
	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
		background-color: #90a4ae;
		color: #FFF;
	}
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
	}
	
	.navbar-nav .open .dropdown-menu {
		background-color: #fff;
	}
	
	.navbar-toggle { 
		margin-top: 30px;
	}
	
	.social-media-round-header i {
		font-size: 12px;
		margin-right: 10px;
		width: 30px;
		height: 30px;
		margin-top: 5px;
		border-radius: 50%;
		background-color: #fff;
		text-align: center;
		line-height: 30px;
		transition: background .5s ease-in-out;
		-moz-transition: background .5s ease-in-out;
		-webkit-transition: background .5s ease-in-out;
		color: #1a75bc;
	}

	.social-media-round-header i:focus, .social-media-round-header i:hover  {
		background-color: #0d3c60;
	}

}

@media (min-width: 990px) {	

	.header-icon-container {
		display: inline-block;
		height: 70px;
		width: 70px;
		text-align: center;
		transition: background 0.5s ease-in-out 0s;
	}
	
	.header-text {
		font-size: 12px;
		text-decoration: none;
		text-transform: none;
	}
	
	.header-icon {
		font-size: 22px;
		line-height: 12px;
		transition: background 0.5s ease-in-out 0s;
		margin-top: 15px;
	}

	.navbar {
		border: 0px;
	}

	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
		background-color: #fff;
		height: 90px;
		padding-top: 36px;
	}

	.navbar-default .navbar-nav > li > a {
		color: #bbbbbb;
		height: 90px;
		padding-top: 36px;
		padding-left: 25px;
		padding-right: 25px;
		transition: background .5s ease-in-out;
		-moz-transition: background .5s ease-in-out;
		-webkit-transition: background .5s ease-in-out;
	}

	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
		background-color: #90a4ae;
		color: #FFF;
	}

	.pinnaclenav {
		margin-top: -5px;
	}
	
	.social-media-round-header i {
		font-size: 18px;
		margin-top: 15px;
		margin-right: 10px;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-color: #fff;
		text-align: center;
		line-height: 40px;
		transition: background .5s ease-in-out;
		-moz-transition: background .5s ease-in-out;
		-webkit-transition: background .5s ease-in-out;
		color: #1a75bc;
	}

	.social-media-round-header i:focus, .social-media-round-header i:hover  {
		background-color: #0d3c60;
	}

}

@media (min-width: 1200px) {
	
	.container-logo-header {
		padding-top: 15px;
		vertical-align: middle;
		width: 300px;
	}
	
	.header-icon-container {
		display: inline-block;
		height: 70px;
		width: 70px;
		text-align: center;
		transition: background 0.5s ease-in-out 0s;
	}
	
	.header-text {
		font-size: 12px;
		text-decoration: none;
		text-transform: none;
	}
	
	.header-icon {
		font-size: 22px;
		line-height: 12px;
		transition: background 0.5s ease-in-out 0s;
		margin-top: 15px;
	}
}

.pinnaclenav-container {
		background-color: #fff;
		text-transform: uppercase;
		height: 90px;
		font-size: 18px;
		margin-bottom: 0px;
	}

#search-form {
	position: relative;
	padding-top: 17px;
}

#search-form button {
    position: absolute;
    top: 22px;
	right: 6px;
	font-size: 16px;
	color: #bbb;
	border: none;
	background-color: #fff;
	padding: 0;
}

/********************************** Typography & Icons **********************************/
.block-blue-text-description {
	font-size: 22px;
	font-weight: 100;
	font-style: italic;
}

.block-blue-text-headline{
	font-size: 40px;
}

.block-blue-text-name {
	font-weight: 100;
	font-size: 28px;
	margin-bottom: 0px;
}

.block-blue-text-social {
	font-size: 22px;
}

.block-blue-text-social i:focus, .block-blue-text-social i:hover  {
	background-color: #90a4ae;
}

.block-blue-text-social i {
	margin-top: 15px;
	margin-right: 5px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	line-height: 40px;
	color: #1a75bc;
	transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-webkit-transition: background .5s ease-in-out;
	
}

.block-blue-text-title {
	font-weight: 100;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

.block-green-text-social i:focus, .block-green-text-social i:hover  {
	background-color: #fff;
}

.block-green-text-social i {
	margin-top: 15px;
	margin-right: 5px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #295229;
	text-align: center;
	line-height: 40px;
	color: #4cae4c;
	transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-webkit-transition: background .5s ease-in-out;
	
}

.block-highlight-headline {
	font-size: 30px;
	margin-top: 15px;
}

.block-highlight-subheadline {
	font-size: 22px;
	font-weight: 300;
}

.block-headline1 {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 800;
	font-size: 50px;
	line-height: 75px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
}

.block-headline1 a, .block-headline1 a:visited, .block-headline1 a:focus, .block-headline1 a:hover {
	color: #fff;
}

.block-subheadline1 {
	font-size: 30px;
	margin-top: 50px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
}

.block-subheadline1 a, .block-subheadline1 a:visited, .block-subheadline1 a:focus, .block-subheadline1 a:hover  {
	color: #fff;
}

.blog-author, .blog-author:hover, .blog-author:active, .blog-author:focus {
	color: #94384d;
}

.header a, .header a:focus, .header a:hover {
	color: #FFF;
	text-decoration: underline;
	text-transform: uppercase;
	background-color: #1a75bc;
}

.headline1 {
	font-size: 56px;
	line-height: 75px;
}

.headline2 {
	font-size: 48px;
}

.headline3 {
	font-size: 40px;
}

.headline4 {
	font-size: 32px;
}

.headline5 {
	font-size: 24px;
}

.headline6 {
	font-size: 20px;
}

.label-career {
	background-color: #c6c6c6;
}

.news-calendar {
	font-size: 12px;
}

.pull-quote {
	max-width: 33%;
	font-weight: 400;
}

.section-title {
	font-size: 36px;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-bottom: 30px;
	border-bottom: solid 1px #ccc;
}

.social-media a {
	color: #FFF;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	padding-bottom: 0px;
}

.social-media a:focus, .social-media a:hover {
	color: #cfd8dc;
}

@media (max-width: 768px) {
	.social-media-round i {
		margin-right: 5px;
		width: 35px;
		height: 35px;
		border-radius: 50%;
		background-color: #1a75bc;
		text-align: center;
		line-height: 35px;
		transition: background .5s ease-in-out;
		-moz-transition: background .5s ease-in-out;
		-webkit-transition: background .5s ease-in-out;
		color: #fff;
	}
}

@media (min-width: 769px) {
	.social-media-round i {
		margin-right: 10px;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-color: #1a75bc;
		text-align: center;
		line-height: 40px;
		transition: background .5s ease-in-out;
		-moz-transition: background .5s ease-in-out;
		-webkit-transition: background .5s ease-in-out;
		color: #fff;
	}
}

.social-media-round i:focus, .social-media-round i:hover, .social-media-square i:focus, .social-media-square i:hover  {
	background-color: #90a4ae;
}

.social-media-round-blog i {
	margin-right: 5px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
}

.social-media-square i {
	border-radius: 0%;
	margin-right: -5px;
	transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-webkit-transition: background .5s ease-in-out;
	color: #fff;
}

.text-secondary {
	color: #8c8c8c;
}

.text-thin {
	font-weight: 100;
}

/********************************** Content Blocks & Layout **********************************/
.block-blue {
	min-height: 300px;
	background-color: #1a75bc;
	padding: 50px 0px;
	color: #fff;
}

.block-blue a, .block-blue a:hover, .block-blue a:visited {
	color: #fff;
}

.block-gray {
	min-height: 300px;
	background-color: #ebebeb;
	padding: 50px 0px;
}

.block-green {
	min-height: 300px;
	background-color: #5cb85c;
	padding: 50px 0px;
	color: #fff;
}

.block-image {
	min-height: 500px;
	background-image: url("/images/pinnacle-banner-top.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 50px 0px;
	color: #fff;
}

.block-image-careers {
	min-height: 250px;
	background-image: url("/images/pinnacle-banner-top.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 50px 0px;
	color: #fff;
}

.block-image-highlight {
	margin-top: -50px;
	background-color: #4cae4c;
	color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	min-height: 150px;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
	box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
}

.block-image-highlight-careers {
	padding: 15px 0;
}

.block-image-highlight a, .block-image-highlight a:hover, .block-image-highlight a:focus, .block-image-highlight a:visited {
	color: #fff;
}

.block-image2 {
	min-height: 300px;
	background: url("/images/diversity-background3.jpg"), rgb(255,255,255); /* Old browsers */
	background: url("/images/diversity-background3.jpg"), -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: url("/images/diversity-background3.jpg"), -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: url("/images/diversity-background3.jpg"), -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url("/images/diversity-background3.jpg"), -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 12+ */
	background: url("/images/diversity-background3.jpg"), -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: url("/images/diversity-background3.jpg"), radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 50px 0px;
}

.block-image2 a, .block-image2 a:visited, .block-image2 a:focus, .block-image2 a:hover {
	color: #8c8c8c;
	}
	
.block-image2 h1 {
	color: #8c8c8c;
	font-size: 44px;
	margin-top: 0px;
	font-weight: 300;
	letter-spacing: -2px;
}

.block-image2 .emphasized {
	font-weight: 700;
}

.block-white {
	padding: 50px 0px;
}

.block-white h1 {
    color: #2162a8;
    font-size: 44px;
    font-weight: 300;
    letter-spacing: -2px;
    margin-top: 0;
}

.block-white h2 {
    color: #2162a8;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: -2px;
    margin-top: 10px;
}

.block-white-footer {
	padding: 50px 0px 20px 0px;
}

.blog-post-container {
	background-color: #fff;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
	padding-left: -15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.blog-post-container > .row > .content-image > a > img {
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}

.blog-post-container:last-child {
	margin-bottom: 0px;
}

.blog-post-container-text {
	padding: 30px 30px 30px 0px;
	margin-bottom: 30px;
}

.blog-post-row {
	margin-bottom: 15px;
	text-align: justify;
	font-size: 10pt;
}

.blue {
	background-color: #1a75bc;
}

.btm-margin-15 {
	margin-bottom: 15px;
}

.btm-margin-30 {
	margin-bottom: 30px;
}

.btm-margin {
	margin-bottom: 50px;
}

.btn-container {
	margin-top: 50px;
}

.btn-social-blog {
	color: #fff;
}

.btn-social-facebook, .social-media-round-blog-facebook i  {
	background-color: #313172;
}

.btn-social-googleplus, .social-media-round-blog-googleplus i {
	background-color: #b1211f;
}

.btn-social-linkedin, .social-media-round-blog-linkedin i {
	background-color: #1b2e56;
}

.btn-social-twitter, .social-media-round-blog-twitter i {
	background-color: #60a4be;
}

.btn-social-youtube, .social-media-round-blog-youtube i {
	background-color: #60a4be;
}

.btn-social-logo {
	float: left;
}

.bnt-social-text {
	float: right;
	margin-left: 5px;
}

.btn-tag{ 
	margin-right: 5px;
	background-color: #eee;
	margin-top: 5px;
}

.career-container {
	background: #fff;
 }
 
.career-container:hover, .career-container:focus, .career-container:active {
	background: #c5c5c5;
}

.career-divider:last-child {
	border-bottom: 0px;
}

.career-divider {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

@media (max-width: 989px) {
	.career-left{
		padding-bottom: 10px;
	}
	
	.career-center{
		text-align: left;
		padding-bottom: 10px;
	}

	.career-right{
		text-align: left;
		padding-bottom: 10px;
	}
}

@media (min-width: 990px) {
	.career-center{
		text-align: center;
	}

	.career-right{
		text-align: right;
	}
}

.carousel-control.left {
    background-image: none;
    background-repeat: no-repeat;
}

.carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;
}

.container-logo-footer {
	margin-bottom: 15px;
}

.content-box-container {
	margin-bottom: 30px;
}

.content-box-white {
	background-color: #fff;
	padding: 30px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.content-box-white:last-child {
	margin-bottom: 0px;
}

.content-divider {
	border-bottom: 1px solid #ccc;
}

.content-logo-header img {
    height: auto;
    max-width: 100%;
}

.content-image img {
    height: auto;
    max-width: 100%;
}

.form-homepage{
	margin-right: 30px;
}

.form-homepage:last-child {
	margin-right: 0px;
}

.modal-dialog {
	width: 450px;
}

.modal-dialog-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

.modal-body {
    overflow-y: auto;
}
.modal-footer {
    margin-top: 0;
}

@media (max-width: 767px) {
  .modal-dialog-center {
    width: 100%;
  }
}

.modal-header {
	color: #fff;
	background-color: #1a75bc;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.news-container {
	margin-bottom: 30px;
}



@media (max-width: 990px) {
	.news-container:last-child {
		margin-bottom: 30px;
	}
}

@media (min-width: 991px) { 
	.news-container:last-child {
		margin-bottom: 0px;
	}
}

.outline-btn {
	background-color: rgba(0,0,0, .0);
	border: 2px solid #fff;
	padding: 10px 35px;
	margin: 15px 0px;
}

.outline-btn:focus, .outline-btn:hover {
	background-color: rgba(0,0,0, .0);
	border: 2px solid #fff;
	padding: 10px 35px;
	text-decoration: underline;
}

.page-divider {
	margin: 30px 0;
	border-bottom: 1px solid #ccc;
}

.portal > a {
	height: 70px;
}

@media (max-width: 990px) {
	.services-highlight {
		margin-bottom: 30px;
		border-bottom: solid 1px #ccc;
		padding-bottom: 30px;
	}
}

.social-media {
	margin-right: 0px;
	padding-bottom: 0px;
}

.social-media:last-child {
	margin-right: 0px;
}

.social-media-container {
	padding-top: 10px;
	padding-right: 15px;
}

.social-media-shares-container {
	margin-right: 15px;
	padding-right: 15px;
	border-right: solid 1px #ccc;
}

.social-media-shares-number {
	text-align: center;
	margin-bottom: -3px;
	font-size: 14px;
}

.social-media-shares-text {
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
}

.sub-menu-form {
	margin: 10px 0px;
}

.sub-menu-form-container {
	background-color: #ebebeb;
}

@media (min-width: 1200px) {
.vertical-divider {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
}

.video-container {
	position: relative;
    display: inline-block;
	width: 100%;
	text-align: center;
}

.video-container:hover span.play{
	opacity: .9;
	color: #fff;
}

.play {
	position:absolute;
	top:30%;
    z-index: 10;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #a0a0a0;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	/* ...and now for the proper property */
	transition:.5s;
	opacity: 0.4;
	margin-left: -15px;
}

.video-modal {
    border: none;
    border-radius: 0px;
	padding: 0;
	width: 649px;
	height: 360px;
    left: 50%;
    margin-left: -325px;
}

.video-modal iframe {
	margin: 0;
	padding:0;
	border: 0;
}

/** Our Team Styles **/

.bg-ourteam {
	background: url('/images/header-WHAT-WE-DO5.png') no-repeat center center;
    color:#2e6da4;
    background-size:cover;
	font-weight: 800;
	font-size: 60px;
	padding: 150px 0 50px 0;
	overflow: hidden;
}

.block-image-ourteam {
	min-height: 500px;
	background-image: url('/images/pinnacle-banner-top.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 100px 0 50px 0px;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.block-image-ourteam h1 {
	color: #fff;
	font-size: 44px;
	margin-top: 0px;
	font-weight: 300;
	letter-spacing: -2px;
}

.block-image-ourteam h1 .emphasized {
	font-weight: 700;
}

.block-image-ourteam a, .block-image-ourteam a:hover, .block-image-ourteam a:visited, .block-image-ourteam a:active {
	color: #fff;
}

.block-image-ourteam-bio {
	min-height: 600px;
	background-image: url("/images/pinnacle-banner-top.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	color: #fff;
	line-height: 1;
	font-size: 22px;
}


.block-ourteam {
	background-color: #92278F;
	padding: 50px 0px;
}

.ourteam-bio-name {
	font-family: 'Alegreya Sans', 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 60px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	margin-top: 275px;
}

.ourteam-bio-quote {
	font-style: italic;
	font-family: 'Alegreya Sans', 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 1.45;
}

.outline-btn-ourteam {
	background-color: rgba(0,0,0, .2);
	border: 6px solid #fff;
	padding: 10px 35px;
	margin: 150px 0px 15px 0px;
}

.outline-btn-ourteam > span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.outline-btn-ourteam:focus, .outline-btn-ourteam:hover {
	background-color: rgba(0,0,0, .2);
	border: 6px solid #fff;
	padding: 10px 35px;
	margin: 150px 0px 15px 0px;
}

section {
    height:500px;
    padding-top:50px;
    padding-bottom:50px;
    overflow:auto;
}

.ourteam-row {
}

.ourteam-column {
	min-height: 300px;
    vertical-align: top;
	padding-left: 0px;
	padding-right: 0px;
	color: #fff;
	background: #919191; /* Old browsers */
	background: -moz-linear-gradient(top,  #919191 0%, #6d6d6d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#919191), color-stop(100%,#6d6d6d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #919191 0%,#6d6d6d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #919191 0%,#6d6d6d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #919191 0%,#6d6d6d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #919191 0%,#6d6d6d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#919191', endColorstr='#6d6d6d',GradientType=0 ); /* IE6-9 */
}

.outline-btn a, .outline-btn a:hover, .outline-btn a:visited, .outline-btn a:active {
	color: #fff;
}

.ourteam-column-image {
	padding-left: 0px;
	padding-right: 0px;
	max-height: 300px;
	min-height: 300px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.ourteam-column-image {
	transition: all 0.5s ease-in-out;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
}

.ourteam-column-image:hover {
	transition: all 0.5s ease-in-out;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

.ourteam-container {
	padding: 0px;
}
.ourteam-content-container {
	padding: 15px;
}

.ourteam-link a {
	color: #fff;
}

.ourteam-link:hover, .ourteam-link:visited, .ourteam-link:active, .ourteam-link:focus, a .ourteam-link, a .ourteam-link:focus, a .ourteam-link:active, a .ourteam-link:hover {
	color: #fff;
}

.ourteam-name  {
	padding-top: 15px;
	padding-bottom: 0px;
	font-size: 60px;
	font-family: 'Alegreya Sans', 'Open Sans', sans-serif;
	font-weight: 400;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	line-height: 1;
}

.ourteam-name2  {
	padding-top: 25%;
	padding-bottom: 0px;
	font-size: 40px;
	font-family: 'Alegreya Sans', 'Open Sans', sans-serif;
	font-weight: 400;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	line-height: 1;
}

.ourteam-title {
	font-size: 20px;
}

.circle {
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	width: 100%;
	position: relative;
}

.circle:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.circle-inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
}

.circle-text {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1em;
	line-height: 1em;
	font-size: 22px;
	text-transform: uppercase;
}

/* Custom Headers */

@media (max-width: 989px) {
.block-community {
	background: url("/images/community-background2.png"), rgb(255,255,255); /* Old browsers */
	background: url("/images/community-background2.png"), -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: url("/images/community-background2.png"), -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: url("/images/community-background2.png"), -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url("/images/community-background2.png"), -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 12+ */
	background: url("/images/community-background2.png"), -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: url("/images/community-background2.png"), radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 50px 0px;
	color: #636363;
	line-height: 2; 
	min-height: 800px;
}
}

@media (min-width: 990px) {
.block-community {
	background: url("/images/community-background.png"), rgb(255,255,255); /* Old browsers */
	background: url("/images/community-background.png"), -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: url("/images/community-background.png"), -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: url("/images/community-background.png"), -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url("/images/community-background.png"), -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 12+ */
	background: url("/images/community-background.png"), -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: url("/images/community-background.png"), radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 50px 0px;
	color: #636363;
	line-height: 2; 
	min-height: 800px;
}
}

.block-community h1 {
	color: #2162a8;
	font-size: 44px;
	margin-top: 0px;
	font-weight: 300;
	letter-spacing: -2px;
}

.block-community h1 .emphasized {
	font-weight: 700;
}

.whatwedo-community-button {
	background-color: #2e6da4;
	color: #fff;
	padding: 10px 20px;
	font-size: 14px;
}

.block-community a, .block-community a:hover, .block-community a:visited, .block-community a:active {
	color: #9ac272;
}


@media (max-width: 989px) {
	.block-diversity {
		background: url("/images/diversity-background2.jpg"), rgb(255,255,255); /* Old browsers */
		background: url("/images/diversity-background2.jpg"), -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
		background: url("/images/diversity-background2.jpg"), -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
		background: url("/images/diversity-background2.jpg"), -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
		background: url("/images/diversity-background2.jpg"), -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 12+ */
		background: url("/images/diversity-background2.jpg"), -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
		background: url("/images/diversity-background2.jpg"), radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		padding: 50px 0px;
		color: #636363;
		line-height: 2; 
		min-height: 750px;
	}
}

@media (min-width: 990px) {
	.block-diversity {
		background: url("/images/diversity-background.jpg"), rgb(255,255,255); /* Old browsers */
		background: url("/images/diversity-background.jpg"), -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
		background: url("/images/diversity-background.jpg"), -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
		background: url("/images/diversity-background.jpg"), -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
		background: url("/images/diversity-background.jpg"), -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 12+ */
		background: url("/images/diversity-background.jpg"), -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
		background: url("/images/diversity-background.jpg"), radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		padding: 50px 0px;
		color: #636363;
		line-height: 2; 
		min-height: 800px;
	}
}

.block-diversity h1, .bg-ourteam h1 {
	color: #2162a8;
	font-size: 44px;
	margin-top: 0px;
	font-weight: 300;
	letter-spacing: -2px;
}

.block-diversity video {
    background: #222;
    width:100%;
    background-size: cover;
    transition: 1s opacity;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
}

.block-diversity h1 .emphasized, .bg-ourteam h1 .emphasized {
	font-weight: 700;
}

.block-header {
	min-height: 400px;
	background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 50px 0px;
}

.block-whatwedo {
	background: #f2f2f2; /* Old browsers */ 
	background-image: -moz-radial-gradient(center, ellipse cover, #f2f2f2 0%, #e2e1dd 100%); /* FF3.6+ */ 
	background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f2f2f2), color-stop(100%,#e2e1dd)); /* Chrome,Safari4+ */ 
	background-image: -webkit-radial-gradient(center, ellipse cover, #f2f2f2 0%,#e2e1dd 100%); /* Chrome10+,Safari5.1+ */ 
	background-image: -o-radial-gradient(center, ellipse cover, #f2f2f2 0%,#e2e1dd 100%); /* Opera 12+ */ 
	background-image: -ms-radial-gradient(center, ellipse cover, #f2f2f2 0%,#e2e1dd 100%); /* IE10+ */ 
	background-image: radial-gradient(ellipse at center, #f2f2f2 0%,#e2e1dd 100%); /* W3C */ 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e2e1dd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 50px 0px;
	color: #636363;
	line-height: 2;
}

.block-whatwedo a, .block-whatwedo a:hover, .block-whatwedo a:visited, .block-whatwedo a:active, .bg-ourteam a, .bg-ourteam a:hover, .bg-ourteam a:visited, .bg-ourteam a:active {
	color: #2e6da4;
}

.block-whatwedo h1 {
	color: #2162a8;
	font-size: 44px;
	margin-top: 0px;
	font-weight: 300;
	letter-spacing: -2px;
}

.block-whatwedo h1 .emphasized {
	font-weight: 700;
}

.whatwedo-button {
	background-color: #2e6da4;
	color: #fff;
	padding: 10px 20px;
	font-size: 14px;
}

.whatwedo-button a, .whatwedo-button a:hover, .whatwedo-button a:visited, .whatwedo-button a:active {
	color: #fff;
}


.block-whatwedo-blue {
	background: #358bc7; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #358bc7 0%, #2176af 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#358bc7), color-stop(100%,#2176af)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #358bc7 0%,#2176af 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #358bc7 0%,#2176af 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #358bc7 0%,#2176af 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #358bc7 0%,#2176af 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#358bc7', endColorstr='#2176af',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 50px 0px;
	color: #fff;
	line-height: 2;
}

.block-whatwedo-blue a, .block-whatwedo-blue a:hover, .block-whatwedo-blue a:visited, .block-whatwedo-blue a:active {
	color: #358bc7;
}

.block-whatwedo-blue h1 {
	color: #dadada;
	font-size: 44px;
	margin-top: 0px;
	font-weight: 300;
	letter-spacing: -2px;
}

.block-whatwedo-blue h1 .emphasized {
	font-weight: 700;
}

.whatwedo-blue-button {
	background-color: #fff;
	color: #fff;
	padding: 10px 20px;
	font-size: 14px;
}

.whatwedo-blue-button a, .whatwedo-blue-button a:hover, .whatwedo-blue-button a:visited, .whatwedo-blue-button a:active {
	color: #358bc7;
}


.block-whatwedo-green {
	background: #9ac272; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #9ac272 0%, #6d8c4f 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#9ac272), color-stop(100%,#6d8c4f)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #9ac272 0%,#6d8c4f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #9ac272 0%,#6d8c4f 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #9ac272 0%,#6d8c4f 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #9ac272 0%,#6d8c4f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ac272', endColorstr='#6d8c4f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 50px 0px;
	color: #fff;
	line-height: 2;
}

.block-whatwedo-green a, .block-whatwedo-green a:hover, .block-whatwedo-green a:visited, .block-whatwedo-green a:active {
	color: #358bc7;
}

.block-whatwedo-green h1 {
	color: #dadada;
	font-size: 44px;
	margin-top: 0px;
	font-weight: 300;
	letter-spacing: -2px;
}

.block-whatwedo-green h1 .emphasized {
	font-weight: 700;
}

.whatwedo-green-button {
	background-color: #fff;
	color: #fff;
	padding: 10px 20px;
	font-size: 14px;
}

.whatwedo-green-button a, .whatwedo-green-button a:hover, .whatwedo-green-button a:visited, .whatwedo-green-button a:active {
	color: #9ac272;
}
@media (max-width: 989px) {
	.block-whatwedo-image {
		background: rgb(255,255,255); /* Old browsers */
		background-image: url('/images/header-WHAT-WE-DO4.png'), -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
		background-image: url('/images/header-WHAT-WE-DO4.png'), -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
		background-image: url('/images/header-WHAT-WE-DO4.png'), -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
		background-image: url('/images/header-WHAT-WE-DO4.png'), -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 12+ */
		background-image: url('/images/header-WHAT-WE-DO4.png'), -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
		background-image: url('/images/header-WHAT-WE-DO4.png'), radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		background-size: cover;
		padding: 50px 0px;
		color: #2162a8;
		line-height: 2;
		min-height: 800px;
	}

}

@media (min-width: 990px) {
	.block-whatwedo-image {
		background: rgb(255,255,255); /* Old browsers */
		background-image: url('/images/header-WHAT-WE-DO3.png'), -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
		background-image: url('/images/header-WHAT-WE-DO3.png'), -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
		background-image: url('/images/header-WHAT-WE-DO3.png'), -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
		background-image: url('/images/header-WHAT-WE-DO3.png'), -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 12+ */
		background-image: url('/images/header-WHAT-WE-DO3.png'), -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
		background-image: url('/images/header-WHAT-WE-DO3.png'), radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		background-size: cover;
		padding: 50px 0px;
		color: #2162a8;
		line-height: 2;
		min-height: 500px;
	}
}
.block-whatwedo-image a, .block-whatwedo-image a:hover, .block-whatwedo-image a:visited, .block-whatwedo-image a:active {
	color: #2e6da4;
}

.block-whatwedo-image h1 {
	color: #2162a8;
	font-size: 44px;
	margin-top: 0px;
	font-weight: 300;
	letter-spacing: -2px;
}

.block-whatwedo-image h2 {
	color: #2162a8;
	font-size: 30px;
	margin-top: 0px;
	font-weight: 300;
	letter-spacing: -2px;
}

.block-whatwedo-image h1 .emphasized {
	font-weight: 700;
}

.whatwedo-image-button {
	background-color: #2e6da4;
	color: #fff;
	padding: 10px 20px;
	font-size: 14px;
}

.whatwedo-image-button a, .whatwedo-image-button a:hover, .whatwedo-image-button a:visited, .whatwedo-image-button a:active {
	color: #fff;
}

.block-whatwedo-white {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 50px 0px;
	color: #636363;
	line-height: 2;
}

.block-whatwedo-white a, .block-whatwedo-white a:hover, .block-whatwedo-white a:visited, .block-whatwedo-white a:active {
	color: #2e6da4;
}

.block-whatwedo-white h1 {
	color: #2162a8;
	font-size: 44px;
	margin-top: 0px;
	font-weight: 300;
	letter-spacing: -2px;
}

.block-whatwedo-white h2 {
	color: #2162a8;
	font-size: 30px;
	margin-top: 0px;
	font-weight: 300;
	letter-spacing: -2px;
}

.block-whatwedo-white h1 .emphasized {
	font-weight: 700;
}

.whatwedo-white-button {
	background-color: #2e6da4;
	color: #fff;
	padding: 10px 20px;
	font-size: 14px;
}

.whatwedo-white-button a, .whatwedo-white-button a:hover, .whatwedo-white-button a:visited, .whatwedo-white-button a:active {
	color: #fff;
}

.jumbo-text {
	font-size: 100px;
	font-weight: 700;
	padding: 0px;
	line-height: 1;
}

/*
@media (max-width: 989px) {
	.block-whatwedo h1, .block-whatwedo-blue h1, .block-whatwedo-green h1, .block-whatwedo-white h1, .block-whatwedo p.lead, .block-whatwedo-blue p.lead, .block-whatwedo-green p.lead {
		text-align: left;
	}
}*/