/*| PAGE */

#page {
	background-color: #fff;
}

#page .lead {
	line-height: 1.25;
}

#page_content h1,
#page_content h2,
#page_content h3{
	color: #075F5C;
}


/*| DIVS */

#page_content .well1,
#page_content .well2{
	padding: 1rem;
}


/*|| DIVS [.well1] (blue)*/

#page_content .well1{
	background-color: #f8f8f8;
	border-top: 0.75rem solid #00a8a8;
}


/*| BREAKOUT BGBS*/

#page_content .breakout-bg h2{
	padding-top: 0rem;
	padding-bottom: 1rem;
}

#page_content .breakout-bg{
      padding: 2.5em 0;
}


/*|| BREAKOUT BGBS [.breakout-bg.alternate] (green)*/

#page_content .breakout-bg.alternate{
   background-color:#e5f6f6;
}

/*|| BREAKOUT BGBS [.breakout-bg.alternate-two] (gatsby)*/

#page_content .breakout-bg.alternate-two{
   background-color: #f8f8f8;
   background-repeat: no-repeat;
   background-position: center;
   background-size: 150%;
}

#page_content .bg.alternate-two .breakout-content{
	background-color:#fff !important;
	padding: 30px 30px 12px 30px;
	opacity: 100% !important;
	
}

#page_content .service-icons{
    text-align: center;
    padding: 30px;
    background-color: #d2d6e045;
}

#page_content .bg.alternate-two a{
	color:#000000 !important;
}


/*| BUTTONS */

#page a[role="button"].white, 
#page .thumbnail {
	box-shadow: none;
	margin-top: 1em;
	color: #FFF;
	background-color: #004852 !important;
}

#page a[role="button"].white:hover,
#page a[role="button"].white:focus,
#page .thumbnail:hover{
	background-color: #00838F !important;
	color: #fff;
}




