blockquote {
	font-size: 25px;
	color: #595963;
	font-style: italic;
	padding-left: 15px;
	border-left: 6px solid #bbbbbb;
	border-radius: 2px;
	margin: 20px 0;
}

.buttonBox {
    position: relative;
	padding: 10px 20px;
	text-align: center;
	     font-size: 1em;
           letter-spacing: 4px;
	margin: 10px 10px;
	-webkit-transition-duration: 0.5s; /* Safari */
	     border-radius: 15px;
	     box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5);
	transition: 0.5s;
	cursor: pointer;
           text-transform: uppercase;
	text-decoration: none;
	font-family: sans-serif;
}
.bluebtn 
{
  background-color: #006bb6;
  color: white !important;
  border: 2px solid #006bb6;
}

.bluebtn:hover {
  background-color: #fff;
  color: #006bb6 !important;
}

.lightbluebtn {
  background-color: #00acd4; 
  color: white !important; 
  border: 2px solid #00acd4;
}

.lightbluebtn:hover {
  background-color: #fff;
  color: #00acd4;
}

.greenbtn {
  background-color: #bcd63e; 
  color: white !important; 
  border: 2px solid #bcd63e;
}

.greenbtn:hover {
  background-color: #fff;
  color: #bcd63e !important;
  text-decoration:none !important;
}

.redbtn {
  background-color: #e03a3e; 
  color: white !important; 
  border: 2px solid #e03a3e;
}

.redbtn:hover {
  background-color: #fff;
  color: #e03a3e;
}

.orangebtn {
  background-color: #f5822b; 
  color: white !important; 
  border: 2px solid #f5822b;
}

.orangebtn:hover {
  background-color: #fff;
  color: #f5822b;
}

.goldbtn {
  background-color: #eaaa00; 
  color: white !important; 
  border: 2px solid #eaaa00;
}

.goldbtn:hover {
  background-color: #fff;
  color: #eaaa00;
}

.graybtn {
  background-color: #aaa; 
  color: white !important; 
  border: 2px solid #aaa;
}

.graybtn:hover {
  background-color: #fff;
  color: #aaa;
}

.blackbtn {
  background-color: #222; 
  color: white !important; 
  border: 2px solid #222;
}

.blackbtn:hover {
  background-color: #fff;
  color: #222;
}

.capabilities {padding: 30px 0 0 !important;}

.clearfix.text-formatted.field.field--name-field-body.field--type-text-with-summary.field--label-hidden.field__item {padding-bottom:30px;}

.common-hero {margin: 0 0 0 !important;}

.title-text-image {padding-top:20px;}

.col_full { width: 100%; }
.col_half { width: 48%; }
.col_one_third { width: 30.63%; }
.col_two_third { width: 65.33%; }
.col_one_fourth { width: 22%; }
.col_three_fourth { width: 74%; }
.col_one_fifth { width: 16.8%; }
.col_two_fifth { width: 37.6%; }
.col_three_fifth { width: 58.4%; }
.col_four_fifth { width: 79.2%; }
.col_one_sixth { width: 13.33%; }
.col_five_sixth { width: 82.67%; }
	
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
	display: block;
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}

.col_full {
	clear: both;
	float: none;
	margin-right: 0;
}

.col_last {
	margin-right: 0 !important;
	clear: right;
}
	.col_clear{height: 10px;}
	
@media (max-width: 576px) {
	[class*="col_"] {
    width: 100% !important;
  }	
  .buttonBox {
    padding: 6px 6px !important;
  }
}

@media (max-width:768px) {
  [class*="col_"] {
    width: 100% !important;
  }	
  .buttonBox {
    padding: 6px 6px !important;
  }
}

.main-row .blue-title {
  color:#006bb6;
  font:5rem "FranklinGothicExtraCondensed", Impact, "Arial Narrow", Arial, sans-serif;
  text-transform:uppercase;
  line-height:1;
}

.blog-text-container {margin-top:20px;}

.blog-author-container {margin-top:20px;}

.generic-blade {
  margin:20px 0 20px 0;
  padding:0;
  max-width:1170px;
  float:left;
}

.text-formatted ul {font-size:1.3333rem; font:"FranklinGothicBook", Arial, sans-serif;}

.row.approach.bg-grey {margin-left:0 !important; margin-right:0 !important;}

.capabilities.bg-light-grey {padding-left: 20px !important; padding-right: 20px !important;}

.center-image-half {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50% !important;
}

.homepage-hero{margin:0 !important;}