/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
footer, header, main, /* 2 */ menu, nav { /* 1 */ display: block; }

html { height:100%; }

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active, a:hover {outline-width: 0;}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b, strong {font-weight: inherit;}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {font-weight: bolder;}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {border-style: none;}


html, body, div, span, h1, h2, h3, h4, h5, h6, p, 
a, img, ins, kbd, q, s, samp, small, strong, var,
b, u, i, center, ul, li, footer, header, 
menu, nav {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;	
	font: inherit;
	vertical-align: baseline;	
}

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	
body {
background-color: #91836e;
height: 100%;
font-family: "Arial", sans-serif, monotype;
}

/*
@media only screen (min-width:701px){
p {font-family: "Arial", sans-serif; color: #595959; font-size: 90%; letter-spacing: 0.05em; line-height: 150%;}
h1 {font-family: "Arial", sans-serif; color: #333331; font-size: 140%;}
}
*/
 .clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0px;
	height: 0px;
}
.container {
min-height: 100%;
position: relative;
width: /*57*/70%;
margin: 0 auto;
background-color: #91836e;
position: relative;
display: block;
}
@media only screen and (min-width:1800px){
	.container {
		width: 65%;/*45%*/
	}
}
@media only screen and (min-width:901px) and (max-width:1100px){
	.container {
		width: 85%;
	}
}
@media only screen and (min-width:701px) and (max-width:900px) {
	.container {
		width: 95%;
	}
}
@media only screen and (max-width:700px) {
	.container {
		width: 99%;
	}
}
.top {
	width: 100%;
	margin-top: 0%;
	position: relative;
	display: block;
	background-color: #91836e;
	padding-left: 0;
}
.top .masthead {
position:relative;
background-color: #a49888;
height: auto;
font-size:0;
width: 100%;
overflow: hidden;
}
.top .masthead img {
	width: 100%;
	max-width:818px;
}
/*horizontal image with transition fading */
.top .masthead .computerMastheadImage {
	display: block;
	 background:#91836e;
}
@media only screen and (max-width:700px) {
	.top .masthead .computerMastheadImage {
		display: none;
	}
}

/*TEMPORARY UNTIL MAKE LOGO FOR SMALL SCREENS*/
@media only screen and (max-width:400px){
	.top .masthead img {
		width: 170%;
	}
}
.top header {
margin-top: 16px;
margin-bottom: 6px;
}
@media only screen and (max-width:700px) {
	.top header {
		margin-top: 0;
	}
}
.top header nav {
background-color: #91836e;
position: relative;
font-size: 80%;
width: 100%;
}
.top header nav ul {
position: relative;
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}
.top header nav ul li {
display: inline;
margin-left: 0;
}
.top header nav ul li:first-child {
margin-left: 0px;
}
.top header nav ul ul{
	padding:10px;
	margin: 0;
	margin-left: -10px;
	text-align: left;
	line-height: 150%;
	font-size: 90%;
	display: block;
	width: auto;
	z-index: 999;
}
.top header nav ul li, ul ul li {
	list-style-type: none;
    display: inline-block;
	width: 20%;
}	
.top header nav ul li a {
    text-decoration: none;
    color: #595959;
    background-color: #d2e1d5;
    padding: 10px 15px;
	display:inline-block;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.top header nav	ul li ul li a {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	width: 100%;
	letter-spacing: 0.1em;
}
.top header nav ul li ul li a {
	padding-bottom: 6px;
}
.top header nav ul li ul li a:hover {
	background-color: #21733a;
}
.top header nav ul li a:hover, ul li ul li a:hover {
	text-decoration: none;
	background-color: #21733a;
    color: #ffffff;
    padding: 12px 10xp 12px 10px;
	display:inline-block;
}
.top header nav ul li {
	position: relative;
	display: inline;
}
.top header nav ul li ul{
display: none;
position: absolute;
top: 14px;
left: 0;
}
.top header nav ul li:hover ul {
    display:block;
}
/*INDEX CONTENT*/	
.content {
	position: relative;
	display: block;
	border: none;
	width: 100%;
	font-size: 0;
	background-color: #cccccc;
}
.content .leftContent {
	width: 23%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	position: relative;
	padding-top: 10px;
	font-size: 14px;
}
.content .leftContent p {
	color: #333331;
	font-size: 90%;
	text-align: left;
	padding-left: 8%;
	line-height: 150%;
}
.content .leftContent p a {
	text-decoration: none;
	padding-bottom: 15%;
	color: #333331;
}  
.content .leftContent p a:hover {
	color: black;
}
.content .leftContent img {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	margin-right: 8px;
}
.content .leftContent h2 {
	color: #ffffff;
	background-color: #21733a;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
}
.content .leftContentMobile {
	display: none;
	margin: 0 auto;
	width: 100%;
	background-color: transparent;
	font-size: 14px;
}
.content .leftContentMobile img {
	width: 40%;
	float: left;
	padding: 0 10px 25px 25px;
}
.content .leftContentMobile p {
	font-size: 120%;
}
.content .leftContentMobile p a {
	text-decoration: none;
	color:#333331;
}
.content .leftContentMobile p a:hover {
	color: black;
}
.content .rightContent {
	width: 77%;
	display: inline-block;
	position: relative;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	background: linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%);
	background: -webkit-linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* Standard syntax */
	font-size: 14px;
}

.content .rightContent p {
	font-size: 14px;
	line-height: 150%;
	color: #333331;
}

.content .rightContent img {
	width: 100%;
	margin-top: 50px;
}

@media only screen and (max-width:700px) {
	.content {
	background: linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%);
	background: -webkit-linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* Standard syntax */
	}
	.content .leftContent {
		display: none;
		width: 100%;
	}
	.content .rightContent {
		display: block;
		width: 100%;
		background: transparent;
	}
	.content .rightContent p {
		font-size: 120%;
	}
	.content .leftContentMobile {
		display: block;
	}
}
/*END INDEX CONTENT*/

/*OZ METRO*/
.contentOZ {
	position: relative;
	display: block;
	border: none;
	width: 100%;
	font-size: 0;
	background: linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%);
	background: -webkit-linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* Standard syntax */
}
.contentOZ .leftContentOZ {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	position: relative;
	padding: 0 0 15px 30px;
	border-right: #333331 dashed 1px;
}
.contentOZ .leftContentOZ h1 {
	font-size: 20px;
	color: #333331;
	text-align: left;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px;
}
.contentOZ .leftContentOZ p {
	text-align: left;
	padding-left: 8px;
	line-height: 150%;
	font-size: 13px;
}
.contentOZ .leftContentOZ a {
	text-decoration: none;
	padding-bottom: 15%;
}  
.contentOZ .leftContentOZ img {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	margin-right: 8px;
}
.contentOZ .leftContentOZ h3 {
	color: #333331;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 13px;
}
.contentOZ .leftContentOZMobile {
	width: 98%;
	margin: 0 auto;
	font-size: 14px;
	border-top: dashed black 1px;
	display: none;
}
 .contentOZ .leftContentOZMobile p {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 2%;
}
.contentOZ .leftContentOZMobile img {
	width: 60%;
}
.contentOZ .leftContentOZMobile ul li {
	list-style-type: bullet;
	list-style-position: outside;
	color: #333331;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 115%;
	margin-left: 13%;
}
.contentOZ .leftContentOZMobile h4 {
	margin-top: 15px;
}
.contentOZ .leftContentOZMobile h4 a {
	font-size: 120%;
	color: #595959;
	text-decoration: none;
	padding: 3px;
	border-radius: 3px;
	background: linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%);
	background: -webkit-linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%); /* Standard syntax */
}
.contentOZ .leftContentOZMobile h4 a:hover {
	color: white;
	background: linear-gradient(360deg, #6cd940 11%, green 86%);
	background: -webkit-linear-gradient(360deg, #6cd940 11%, green 86%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(360deg, #6cd940 11%, green 86%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(360deg, #6cd940 11%, green 86%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(360deg, #6cd940 11%, green 86%); /* Standard syntax */
}
.contentOZ .rightContentOZ {
	width: 70%;
	display: inline-block;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
}
.contentOZ .rightContentOZ h1{
	display: none;
}
.contentOZ .rightContentOZ p {
	margin: 14px;
	font-size: 13px;
	color: #595959;
}
.contentOZ .rightContentOZ h4 {
	font-size: 14px;
	line-height: 150%;
	color: #333331;
	margin: 14px 44px 14px 0;
	text-align: right;
}
.contentOZ .rightContentOZ h4 a {
	font-size: 14px;
	color: #595959;
	text-decoration: none;
	padding: 3px;
	border-radius: 3px;
	background: linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%);
	background: -webkit-linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%); /* Standard syntax */
}
.contentOZ .rightContentOZ h4 a:hover {
	color: white;
	background: linear-gradient(360deg, #6cd940 11%, green 86%);
	background: -webkit-linear-gradient(360deg, #6cd940 11%, green 86%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(360deg, #6cd940 11%, green 86%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(360deg, #6cd940 11%, green 86%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(360deg, #6cd940 11%, green 86%); /* Standard syntax */
}
.contentOZ .rightContentOZ img {
	margin: 14px 10px 10px 10px;
	padding: 1%;
}
.left {
	float: left;
	width:50%;
}
.right {
	float:right;width:55%;margin-right:0;padding-top:0
}
@media only screen and (max-width:700px) {
	.contentOZ .leftContentOZMobile {
		width: 95%;
		padding: 20px 10px 20px 10px;
		display: block;
	}
	.contentOZ .leftContentOZMobile h4 {
		padding: 20px;
	}
	.contentOZ .leftContentOZMobile ul li {
		font-size: 110%;
		list-style-position: outside;
	}
	.contentOZ .leftContentOZMobile p {
		padding-left: 60px;
		color: #333331;
	}
	.contentOZ .leftContentOZMobile img {
		width: 50%;
	}
	.contentOZ .leftContentOZ {
		display: none
	}
	.contentOZ .rightContentOZ {
		width: 95%;
		padding-top: 15px;
		margin: 0 auto;
		display: block;		
	}
	.contentOZ .rightContentOZ h1 {
		display: block;
		margin-bottom: 20px;
		margin-left: 15px;
		text-align: left;		
	}
	.contentOZ .rightContentOZ p {
		margin-bottom: 7%;
		font-size: 16px;
		color: #313131;
	}
	.contentOZ .rightContentOZ h4 {
		display: none;
	}
}
@media only screen and (max-width:600px){
	.contentOZ .leftContentOZMobile {
		display: block;
	}
	.contentOZ .leftContentOZ {
		display: none;
	}
	.contentOZ .rightContentOZ {
		width: 100%;
		display: block;
	}
	.contentOZ .rightContentOZ img.right, .contentOZ .rightContentOZ img.left {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}
/*END OZ METRO*/

/*CONTACT CONTENT*/
.contentContact {
	position: relative;
	display: block;
	width: 100%;
	font-size: 0;
	padding-bottom:10%;
	background: linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%);
	background: -webkit-linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* Standard syntax */
}
.contentContact .leftContactContent {
	width: 40%;
	display: inline-block;
	padding: 25px;
}
.contentContact .leftContactContent img{
	width: 100%;
}
.contentContact .rightContactContent {
	display: inline-block;
	width: 59%;
	vertical-align: top;
	padding-top: 25px;
}
.contentContact .rightContactContent h1 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #333331;
}
.contentContact .rightContactContent h2 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #333331;
}
.contentContact .rightContactContent p {
	padding-bottom: 25px;
	font-size: 14px;
	color: #333331;
	line-height: 150%;
}
.contentContact .rightContactContent p a {
	color: #333331;
	text-decoration: none;
	font-size: 14px;
}
.contentContact .rightContactContent p a:hover {
	color: black;
}
@media only screen and (max-width:700px){
	.contentContact {
		padding: 35px 35px 20% 35px;
		
	}
	.contentContact h1 {
		font-size:130%;
	}
	.contentContact p {
		font-size:120%;
	}
}
@media only screen and (max-width:400px) {
	.contentContact .rightContactContent {
		display: block;
		width: 100%;
		padding: 25px;
	}	
	.contentContact .leftContactContent	{
		display: none;
	}
}
@media only screen and (max-width:300px) {
	.contentContact .rightContactContent {
		margin: 0 auto;
		padding: 0;
	}
}
/*END CONTACT*/

/*PLANNERS*/
.contentPlanners {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 3%;
	font-size: 0;
	background: linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%);
	background: -webkit-linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* Standard syntax */
}
.contentPlanners h1 {
	font-size: 20px;
	font-weight: bold;
	color: #333331;
	padding: 20px 0 20px 30px;
}
.contentPlanners .col_2Planners {
	width: 92%;
	margin: 0 auto;
}
.contentPlanners h2 {
	font-size: 25px;
	color: #595959;
	margin-top: 15px;
}

@media only screen and (max-width:400px) {
	.contentPlanners h2 {
		margin-left: 10%;
	}
}
.contentPlanners .col_1Planners {
	width: 49.5%;
	display: inline-block;
	padding: 3% 0 2% 5%;
	vertical-align: top;
}
.contentPlanners .col_1Planners img{
	width: 35%;
	float: left;
}
.contentPlanners .col_1Planners p {
	float: left;
	padding-left: 5%;
	padding-top: 5%;
}
.contentPlanners .col_1Planners a {
	width: 100%;
	color: #21733a;
	font-size: 14px;
	text-decoration: none;
}
.contentPlanners .col_1Planners:hover {
	opacity: 0.6;
	filter: Alpha(opacity=60);
}
@media only screen and (max-width:860px){
	.contentPlanners .col_1Planners {
		padding:2% 0 2% 2%;
	}
	.contentPlanners .col_1Planners p {
	padding-left: 5%;
	padding-top: 5%;
	float: none;
	text-align: center;
	}
	.contentPlanners .col_1Planners img {
	float: none;	
	display: block;
	width: 50%;
	padding: 5%;
	text-align: center;
	margin: 0 auto;
	}
}
@media only screen and (max-width:700px){
	.contentPlanners .col_1Planners img {
		width:60%;
	}
	.contentPlanners .col_1Planners p {
		font-weight: bold;
		text-align: center;
		padding-left: 5%;
		padding-top: 5%;
	}
	.contentPlanners .col_1Planners p a {
		color: #333331;
		text-decoration: none;
	}
	.contentPlanners .col_1Planners p a:hover {
		color: #5b5b5a;
	}
}
@media only screen and (max-width:400px){
	.contentPlanners .col_1Planners {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.contentPlanners .col_2Planners {
		margin: 0 auto;
		width: 100%;
	}
	.contentPlanners .col_2Planners img {
		display: block;
		margin:0 auto;
		text-align: center;
		padding-top: 11%;
	}
}
/*INDIVIDUAL PLANNERS PAGES*/
.contentPlanners .contentSinglePlanners {
	padding: 20px 12% 10% 30px;
	font-size: 14px;
}
.contentPlanners .contentSinglePlanners img {
	float: left;
	/*paddng:1% 4% 4% 4%;*/
	margin: 1% 4% 4% 4%;
	
}
.contentPlanners .contentSinglePlanners h1 {
	margin: 0;
}
.contentPlanners .contentSinglePlanners h1 a{
	color: #474745;
	font-size: 20px;
	font-weight:bold;
	text-decoration: none;
}
.contentPlanners .contentSinglePlanners h1 a:hover{
	color: #595959;
}
.contentPlanners .contentSinglePlanners h3 {
	color: #21733a;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2%;
}
.contentPlanners .contentSinglePlanners p {
	color: #595959;
	font-size: 90%;
	line-height: 1.5em;
}
@media only screen and (max-width:700px) {
	.contentPlanners .contentSinglePlanners img {
		padding: 1% 4% 4% 4%;
	}
.contentPlanners .contentSinglePlanners h2 {
	margin-left: 4%;
	margin-bottom: 8%;
	}
.contentPlanners .contentSinglePlanners h2 a{
	color: #595959;
	font-size: 140%;
	font-weight:bold;
	text-decoration: none;
	}
.contentPlanners .contentSinglePlanners h2 a:hover{
	color: #313131;
	}
.contentPlanners .contentSinglePlanners h3 {
	color: #313131;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 2%;
	}
.contentPlanners .contentSinglePlanners p {
	color: #333331;
	font-size: 17px;
	line-height: 1.5em;
	}
}
/*END PLANNERS*/
/* PLANNING SERVICES*/
.contentServices {
	position: relative;
	display: block;
	border: none;
	width: 100%;
	letter-spacing: .05em;
	font-size: 0;
	background: linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%);
	background: -webkit-linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* Standard syntax */
}
.contentServices .leftContentPlanningServices {
	width: 36%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	position: relative;
	font-size: 13px;
	padding: 0 0 15px 15px;
	padding-left: 4%;
}
.contentServices .leftContentPlanningServices p {
	color: #333331;
	font-size: 90%;
	text-align: left;
	padding-left: 8px;
	line-height: 150%;
}
.contentServices .leftContentPlanningServices ul li {
	list-style-type: none;
	text-align: left;
	color: #333331;
	line-height: 1.6em;
}
.contentServices .leftContentPlanningServices a {
	text-decoration: none;
	padding-bottom: 15%;
}  
.contentServices .leftContentPlanningServices img {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	margin-right: 8px;
}
.contentServices .leftContentPlanningServices h1 {
	color: #333331;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 20px;
	font-weight:bold;
}

.contentServices .rightContentPlanningServices {
	width: 64%;
	display: inline-block;
	position: relative;
	padding-top: 0;
	padding-left: 5%;
	padding-bottom: 25px;
	border-left: #333331 dashed 1px;
	background-image: url('450.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
}
 .contentServices .rightContentPlanningServices h2 {
	color: #333331;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}
.contentServices .rightContentPlanningServices ul li {
	list-style-type: none;
	text-align: left;
	color: #333331;
	line-height: 1.6em;
	font-size: 12px;
}
.contentServices .rightContentPlanningServices p {
	font-size: 14px;
	line-height: 150%;
	color: #595959;
	margin: 14px 14px 30% 0;
	padding: 10% 10% 10% 0;	
}
.contentServices .rightContentPlanningServices p a {
	font-size: 13px;
	line-height: 150%;
	color: #595959;
	text-decoration: none;
	background-color: white;
	padding: 3px;
	border-radius: 3px;
	background: linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%);
	background: -webkit-linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%); /* Standard syntax */
}
.contentServices .rightContentPlanningServices p a:hover {
	font-size: 13px;
	line-height: 150%;
	color: white;
	background: linear-gradient(360deg, #6cd940 11%, green 86%);
	background: -webkit-linear-gradient(360deg, #6cd940 11%, green 86%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(360deg, #6cd940 11%, green 86%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(360deg, #6cd940 11%, green 86%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(360deg, #6cd940 11%, green 86%); /* Standard syntax */
}
.contentServices .rightContentPlanningServices img {
	padding: 10px;
}

@media only screen and (max-width:700px) {
	.contentServices .leftContentPlanningServices {
		width: 70%;
		padding: 10px;
		display: block;
		margin: 0 auto;
	}
	.contentServices .leftContentPlanningServices ul li{
		font-size: 17px;
		list-style-type: disc;
	}
	.contentServices .leftContentPlanningServices h1 {
		font-size: 21px;
	}
	.contentServices .rightContentPlanningServices {
		width: 70%;
		padding-top: 15px;
		margin: 0 auto;
		display: block;
		border: none;
		padding-left: 10px;
		background-image: none;
	}
	.contentServices .rightContentPlanningServices p a, .contentServices .rightContentPlanningServices p a:hover {
		font-size: 16px;
	}
	.contentServices .rightContentPlanningServices ul li{
		font-size: 17px;
		list-style-type: disc;
	}
	.contentServices .rightContentPlanningServices h2 {
		font-size: 21px;
	}
}
/* NHMP SERVICES*/
.contentNHMPServices {
	position: relative;
	display: block;
	border: none;
	width: 100%;
	letter-spacing: .05em;
	font-size: 0;
	background: linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%);
	background: -webkit-linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* Standard syntax */
}
.contentNHMPServices .leftContentNHMPServices {
	width: 35%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	position: relative;
	font-size: 13px;
	padding: 0 3px 15px 15px;
	padding-left: 4%;
}
.contentNHMPServices .leftContentNHMPServices p {
	color: #333331;
	font-size: 90%;
	text-align: left;
	padding-left: 8px;
	line-height: 150%;
}
.contentNHMPServices .leftContentNHMPServices ul li {
	list-style-type: bullet;
	text-align: left;
	color: #333331;
	line-height: 2em;
	font-weight: bold;
	font-size: 12px;
}
.contentNHMPServices .leftContentNHMPServices a {
	text-decoration: none;
	padding-bottom: 15%;
}  
.contentNHMPServices .leftContentNHMPServices img {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	margin-right: 8px;
}
.contentNHMPServices .leftContentNHMPServices h1 {
	color: #333331;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 20px;
	font-weight:bold;
}
.contentNHMPServices .leftContentNHMPServices p {
	font-size: 14px;
	line-height: 150%;
	color: #333331;
	margin: 14px 14px 14px 0;
	padding: 10% 10% 10% 0;	
}
.contentNHMPServices .leftContentNHMPServices p a {
	font-size: 13px;
	line-height: 150%;
	color: #595959;
	text-decoration: none;
	background-color: white;
	padding: 3px;
	border-radius: 3px;
	background: linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%);
	background: -webkit-linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%); /* Standard syntax */
}
.contentNHMPServices .leftContentNHMPServices p a:hover {
	font-size: 13px;
	line-height: 150%;
	color: white;
	background: linear-gradient(360deg, #6cd940 11%, green 86%);
	background: -webkit-linear-gradient(360deg, #6cd940 11%, green 86%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(360deg, #6cd940 11%, green 86%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(360deg, #6cd940 11%, green 86%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(360deg, #6cd940 11%, green 86%); /* Standard syntax */
}
.contentNHMPServices .rightContentNHMPServices {
	width: 65%;
	display: inline-block;
	position: relative;
	padding-top: 0;
	padding-left: 1%;
	padding-bottom: 25px;
	border-left: #333331 dashed 1px;
}
.contentNHMPServices .rightContentNHMPServices p {
	font-size: 13px;
	line-height: 150%;
	color: #595959;
	margin: 14px 14px 14px 0;
	padding: 1% 1% 1% 1%;	
}
.contentNHMPServices .rightContentNHMPServices h3{
	font-size: 14px;
	line-height: 150%;
	color: #333331;
	margin: 14px 14px 14px 0;
	padding: 10% 10% 10% 0;	
	display: none;
}
.contentNHMPServices .rightContentNHMPServices h3 a {
	font-size: 13px;
	line-height: 150%;
	color: #595959;
	text-decoration: none;
	background-color: white;
	padding: 3px;
	border-radius: 3px;
	background: linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%);
	background: -webkit-linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%); /* Standard syntax */
}
.contentNHMPServices .rightContentNHMPServices h3 a:hover {
	font-size: 13px;
	line-height: 150%;
	color: white;
	background: linear-gradient(360deg, #6cd940 11%, green 86%);
	background: -webkit-linear-gradient(360deg, #6cd940 11%, green 86%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(360deg, #6cd940 11%, green 86%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(360deg, #6cd940 11%, green 86%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(360deg, #6cd940 11%, green 86%); /* Standard syntax */
}
.contentNHMPServices .rightContentNHMPServices img {
	width: 60%;
	padding: 1%;
	margin-top: 14px;
	margin-right:14px;
	float: left;
}
@media only screen and (max-width:700px) {
	.contentNHMPServices .leftContentNHMPServices {
		width: 90%;
		padding: 10px;
		display: block;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}
	.contentNHMPServices .leftContentNHMPServices h2{
		margin-bottom: 15px;
	}
	.contentNHMPServices .leftContentNHMPServices p{
		padding: 0;
		margin: 0;
		font-size: 16px;
	}
	.contentNHMPServices .leftContentNHMPServices a {
		display: none;
	}
	.contentNHMPServices .leftContentNHMPServices ul li{
		padding-left:0%;
		margin-top: 1%;
		list-style-position: inside;
		font-size: 14px;
	}
	.contentNHMPServices .leftContentNHMPServices ul {
		margin-top: 5%;
	}
	.contentNHMPServices .rightContentNHMPServices {
		width: 90%;
		padding-top: 15px;
		margin: 0 auto;
		display: block;
		border: none;
		padding-left: 10px;
		background-image: none;
	}
	.contentNHMPServices .rightContentNHMPServices img{
		width: 40%;
	}
		.contentNHMPServices .rightContentNHMPServices h3{
		display: block;
		font-size: 16px;
	}
	.contentNHMPServices .rightContentNHMPServices h3 a, .contentNHMPServices .rightContentNHMPServices h3 a:hover {
	font-size: 16px;
	}
	.contentNHMPServices .rightContentNHMPServices p{
		color: #333331;
		font-size: 16px;
}
}
@media only screen and (max-width:500px) {
	.contentNHMPServices .rightContentNHMPServices img {
		float: none;
		display: block;
		width: 100%;
		margin: 0 auto;
	}
}
/*GIS SERVICES*/
.contentGISServices {
	position: relative;
	display: block;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20%;
	padding-right:5%;
	width: 100%;
	color: #595959;
	background: linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%);
	background: -webkit-linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(360deg, #c7bb9c 11%, #d2e1d5 86%); /* Standard syntax */
}
.contentGISServices p {
	font-size: 13px;
	color: #595959;
	margin: 11px 14px 11px 0;
	padding: 1% 1% 1% 1%;	
}
.contentGISServices h1 {
	color: #333331;
	margin-bottom: 10px;
	text-align: left;
	font-size: 20px;
	font-weight:bold;
}
.contentGISServices h3{
	font-size: 14px;
	line-height: 150%;
	color: #333331;
	margin: 14px 44px 14px 0;
	text-align: right;
	}
.contentGISServices h3 a {
	font-size: 14px;
	line-height: 150%;
	color: #595959;
	text-decoration: none;
	background-color: white;
	padding: 3px;
	border-radius: 3px;
	background: linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%);
	background: -webkit-linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(360deg, #ffffff 11%, #d8d8d8 86%); /* Standard syntax */
}
.contentGISServices h3 a:hover { 
	font-size: 13px;
	line-height: 150%;
	color: white;
	background: linear-gradient(360deg, #6cd940 11%, green 86%);
	background: -webkit-linear-gradient(360deg, #6cd940 11%, green 86%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(360deg, #6cd940 11%, green 86%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(360deg, #6cd940 11%, green 86%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(360deg, #6cd940 11%, green 86%); /* Standard syntax */
}
.contentGISServices img {
	width: 40%;
	padding: 1%;
	margin-right:14px;
	float: left;
}
@media only screen and (max-width:700px){
	.contentGISServices p {
		font-size: 16px;
		color: #333331;
	}
	.contentGISServices h2 {
		font-size: 21px;
	}
}
/*Bottom*/
 .footer {
	 background-color:#8e967f;
	 font-size: 100%;
	 width: 100%;
	 color: #333331;
	 padding-bottom: 2px;
	 margin-top:2px;
 }
 .footer p {
	 font-size: 70%;
	 text-align: center;
	 padding-bottom: 10px;
	 padding-top: 10px;
 }
 .footer img {
	 display: none;
 }
 @media only screen and (max-width:700px) {
	 .footer img {
		 display: inline-block;
		 width: 20%;
	 }
	 .footer p{
		 font-size: 14px;
	 }
		 
	
 }