/*Colored Content Boxes
------------------------------------*/
.servive-block {
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 20px;
}

.servive-block p,
.servive-block h2 {
  color: #fff;
}

.servive-block h2 a:hover{
  text-decoration: none;
}

.servive-block-light,
.servive-block-default {
  background: #fafafa;
  border: solid 1px #eee; 
}

.servive-block-default:hover {
  box-shadow: 0 0 8px #eee;
}

.servive-block-light p,
.servive-block-light h2,
.servive-block-default p,
.servive-block-default h2 {
  color: #555;
}

.servive-block-u {
  background: #72c02c;
}
.servive-block-blue {
  background: #3498db;
}
.servive-block-red {
  background: #e74c3c;
}
.servive-block-sea {
  background: #1abc9c;
}
.servive-block-grey {
  background: #95a5a6;
}
.servive-block-yellow {
  background: #f1c40f;
}
.servive-block-orange {
  background: #e67e22;
}
.servive-block-green {
  background: #2ecc71;
}
.servive-block-purple {
  background: #9b6bcc;
}
.servive-block-aqua {
  background: #27d7e7;
}
.servive-block-brown {
  background: #9c8061;
}
.servive-block-dark-blue {
  background: #4765a0;
}
.servive-block-light-green {
  background: #79d5b3;
}
.servive-block-dark {
  background: #555;
}
.servive-block-light {
  background: #ecf0f1;
}

.container_white {
 	background-color: #FFFFFF;   
    color:#071920;
    padding: 25px;
    display: table;
    width: 100%;
    height: 100%;
}
.container_white h1, .container_white .h1 {
font-size:40px; color:#071920; margin-bottom:13px; 
}
.container_white a, .container_white .a {
text-decoration: none; color:#145569;
}
.container_white p, container_white .p {
color:#071920;
}
.container_white .box1{
    width:33%;
    display: table-cell;
    padding: 0px 50px 0px 0px;
}
.container_white .box2{
    width:33%;
    display: table-cell;
    padding: 0px 25px;
    border-left:1px solid #071920;
}
.container_white hr {
	color:#071920;
    width: 50%;
    margin: auto;
}
.container_white ul {
  list-style: none; /* Remove default bullets */
}
.container_white a:hover {
color: #50c364;
}

.container_grey {
 	background-color: #eff1f3;   
    color:#071920;
    padding: 25px;
    display: table;
    width: 100%;
    height: 100%;
}
.container_grey h1, .container_grey .h1 {
font-size:40px; color:#071920; margin-bottom:13px; 
}
.container_grey a, .container_grey .a {
text-decoration: none; color:#145569;
}

.breadcrumb_format a:hover {
  color: #01447e;
  text-decoration: underline;
}
.container_grey p, container_grey .p {
color:#071920;
}
.container_grey .box1{
    width:33%;
    display: table-cell;
    padding: 0px 20px 0px 0px;
}
.container_grey .box2{
    width:33%;
    display: table-cell;
    padding: 0px 10px;
    border-left:1px solid #071920;
}
.container_grey hr {
	color:#071920;
    width: 50%;
    margin: auto;
}
.container_grey a:hover {
color: #50c364;
}