#main ul.list {
  list-style: none;
  display: block;
  margin: 0 0 22px;
  padding: 0 0 0 18px;
}

#main ul.list li {
  display: block;
  padding: 0 0 10px 10px;
  margin: 0px;
  color: #363636;
  font-size: 12px;
  font-family: "sinkin_sans400_regular";
  letter-spacing: 0.03em;
  position: relative;
}

#main ul.list li a:hover {
  text-decoration: underline;
}

#main ul.list li:before {
  content: "";
  position: absolute;
  top:8px;
  left: -5px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #363636;
}

.social .social-icon {
	font-size: 20px;
}
.social .social-icon:hover {
	color: #e0cfbc;
}

/*-----------Banner section styles goes here---------------*/
.banner {
	position: relative;
}
.item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:url(/images/layout/defoult-banner-pattern.png) repeat-y;
	z-index: 1;
	background-size: 100%
}
.banner .owl-carousel {
	z-index: inherit
}
.banner .item {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
/* 	height: 681px; */
	height: 100%;
	background-position: center center;
	background-attachment: fixed;
}
.banner .owl-carousel .owl-controls .owl-nav {
	display: none
}
.banner .owl-carousel .owl-controls {
	position: absolute;
	right: 0px;
	top: 50%;
	width: 100%;
	margin-top: -4px
}
.banner .owl-carousel .owl-controls .owl-dots {
	width: 956px;
	margin: 0 auto;
}
.banner .owl-carousel .owl-controls .owl-dots .owl-dot {
	background: #006b64;
	padding: 5px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: block;
	position: relative;
	margin-bottom: 15px;
	float: right;
	clear: both;
}
.banner .owl-carousel .owl-controls .owl-dots .owl-dot:hover, .banner .owl-carousel .owl-controls .owl-dots .owl-dot.active {
	background: #e0cfbc
}
.banner .owl-carousel .owl-controls .owl-dots .owl-dot:hover:after, .banner .owl-carousel .owl-controls .owl-dots .owl-dot.active:after {
	background-color: transparent;
	height: 30px;
	width: 30px;
	border: 2px solid #006b64;
	content: "";
	position: absolute;
	border-radius: 50%;
	left: -7px;
	top: -7px;
}

#slider {
  list-style: none;
  display: block;
  width: 100%;
}
#slider li {
  display: inline-block;
  width: 100%;
  min-height: 800px;
/*   height: 681px; */
}
.banner-text {
	width: 575px;
	padding-top: 28%;
	position: relative;
	z-index: 9999;
}
.banner-text article {
  font-size: 52px;
	margin-bottom: 20px;
	line-height: 47px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'griffosscapsfontregular';
}
.banner-text article span {
  color: #e0cfbc;
}
.banner p {
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	font-family: 'sinkin_sans500_medium';
}
.banner h1 {
	margin-bottom: 10px;
}
.header-sep {
	background:url(/images/layout/heading-sep.png) repeat-x;
	width: 217px;
	height: 18px;
	display: inline-block;
	margin-bottom: 10px
}
.banner .btn {
	margin: 0
}
.banner .btn-border a {
	padding: 10px 20px;
}
.banner .btn-border a i {
	margin-left: 7px;
}

/* add GDUSA award as pseudoelement */
.award {
	position: relative;
}
.award:after {
	content:"";
	background-image:url(/images/layout/GDUSA-Ribbon.png);
	background-position:center center;
	background-repeat:no-repeat;
	height:278px;
	width:108px;
	position: absolute;
	top:25%;
	left:0;
	z-index: 5;
}

/*-----------Banner section styles ends here---------------*/

/*-----------midd section styles goes here-----------*/
#mid-container {
	background: #fff;
	width: 100%;
	color: #000
}

/*-----------About Our Firm section styles goes here---------------*/
.about-our-firm {
	width: 100%;
	text-align: center;
	padding: 60px 0 65px;
	position: relative;
	z-index: 9
}
.about-our-firm:after {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -1px;
	content: "";
	background:url(/images/layout/line-pattern.png) no-repeat center center;
	height: 113px;
	z-index: -1
}

/*-----------About Our Firm section styles ends here---------------*/

/*-----------Our Services section styles goes here---------------*/
.our-services {
	background: #006b64;
	padding: 58px 0 18px;
	text-align: center;
	width: 100%;
	overflow: hidden
}
.no-page .our-services {
  background-color: transparent !important;
}
.our-services h2 {
	color: #e0cfbc
}
.our-services p {
	color: #fff;
}
.no-page .our-services p {
 color: #363636;
}
.our-services ul {
	margin-top: 25px;
	margin-left: 0
}
.our-services ul li {
	display: inline-block;
	margin-right: 42px;
	width: 16%;
	vertical-align: top;
	margin-bottom: 20px
}
.our-services ul li:last-child {
	margin-right: 0;
}
.our-services ul li h5 {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-family: 'sinkin_sans600_semibold';
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	font-weight: normal
}
.no-page .our-services ul li h5 {
  color: #363636;
}
.our-services ul li .services-icon {
	background: #3e9d97;
	border-radius: 50%;
	border: 3px solid #e0cfbc;
	width: 150px;
	height: 150px;
	text-align: center;
	margin: 0 auto 23px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-webkit-box-shadow: inset 0 0 0 10px #006b64;
	box-shadow: inset 0 0 0 10px #006b64;
}
.no-page .our-services ul li .services-icon {
  box-shadow: 0 0 0 10px #ffffff inset;
}
.our-services ul li a:hover .services-icon {
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12);
	background: #d5c4b2;
	-webkit-box-shadow: inset 0 0 0 10px #d5c4b2;
	box-shadow: inset 0 0 0 10px #d5c4b2;
}
.our-services ul li a span {
	color: #d5c4b2;
	font-size: 12px;
	background:url(/images/layout/btn-arrow.png) no-repeat right center;
	padding-right: 45px;
	font-family: 'sinkin_sans700_bold';
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
.no-page .our-services ul li a span {
  color: #363636 !important;
  background-image: url(/images/layout/btn-arrow-alt.png)
}
.our-services ul li a {
	display: block
}
.our-services ul li a:hover span {
	opacity: 1
}
.our-services ul li .services-icon .img {
	height: 135px;
	background-size: 50% !important;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
}
.our-services ul li .services-icon .img.estate-planning {
	background-image:url(/images/layout/estate-planning.png)
}
.our-services ul li:hover .services-icon .img.estate-planning {
	background-image:url(/images/layout/estate-planning-hover.png)
}
.our-services ul li .services-icon .img.estate-admin {
	background-image:url(/images/layout/estate-administration.png);
	background-position:41px center;
}
.our-services ul li:hover .services-icon .img.estate-admin {
	background-image:url(/images/layout/estate-administration-hover.png)
}
.our-services ul li .services-icon .img.business-law {
	background-image:url(/images/layout/business-law.png)
}
.our-services ul li:hover .services-icon .img.business-law {
	background-image:url(/images/layout/business-law-hover.png)
}
.our-services ul li .services-icon .img.tax-law {
	background-image:url(/images/layout/tax-law.png)
}
.our-services ul li:hover .services-icon .img.tax-law {
	background-image:url(/images/layout/tax-law-hover.png)
}
.our-services ul li .services-icon .img.disability-law {
	background-image:url(/images/layout/elder-and-disability-law.png);
	background-position:41px center;
}
.our-services ul li:hover .services-icon .img.disability-law {
	background-image:url(/images/layout/elder-and-disability-law-hover.png)
}

/*-----------Our Services section styles ends here---------------*/

/*-----------Help plan section styles goes here---------------*/
.help-plan {
	width: 100%;
	text-align: center;
}
.help-plan-left {
	width: 50%;
	float: left;
	background-position: center center;
	background-size: cover;
	height: 325px;
	position: relative;
	z-index: 9;
	background-repeat: no-repeat
}
.help-plan-left:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:url(/images/layout/defoult-pattern.png) repeat;
}
.help-plan-right {
	width: 50%;
	float: left;
	background:url(/images/layout/header-pattern.jpg) repeat;
	position: relative;
	min-height: 325px;
	z-index: 9
}
.help-plan-right:before {
	background:url(/images/layout/help-plan-bg.png) no-repeat;
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	min-height: 325px;
	z-index: -1
}
.help-plan-wrapper {
	width: 370px;
	margin: 0 auto;
	height: 325px;
	display: table
}
.help-plan-wrapper .help-plan-content {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle
}
.help-plan p {
	color: #fff;
	font-family: 'sinkin_sans400_regular';
	padding-bottom: 10px
}
.help-plan h2 {
	font-size: 34px;
	color: #fff;
	line-height: 36px;
	text-transform: uppercase;
	margin-bottom: 10px
}
.help-plan h2 span {
	color: #3e9d97
}

/*-----------Help plan section styles ends here---------------*/

/*-----------Our contacts section styles goes here---------------*/
.our-contacts {
	background: #e1e1e1;
	padding: 42px 0
}
.our-contacts span.heading {
	font-size: 18px;
	text-transform: uppercase;
	color: #373737;
	font-family: 'sinkin_sans700_bold';
	display: inline-block;
	vertical-align: middle;
	line-height: 36px;
	margin-right: 8px;
	width: auto
}
.our-contacts span {
	font-size: 12px;
	color: #323232;
	line-height: 22px;
	width: 62%;
	display: inline-block;
	vertical-align: middle
}
.our-contacts span a {
	font-size: 12px;
	color: #323232;
}
.our-contacts span a:hover {
	color: #3e9d97
}
.our-contacts span small {
	color: #006b64;
	font-family: 'sinkin_sans700_bold';
	text-transform: uppercase;
	font-size: 12px;
}
.our-contacts .find-us {
	width: 50%;
	border-right: 1px solid rgba(50, 50, 50, 0.30);
	display: inline-block;
	padding: 4px 4% 4px 3.6%
}
.our-contacts .find-us span.heading {
	background:url(/images/layout/find-us-icon.png) no-repeat right center;
	padding-right: 45px
}
.our-contacts .call-us {
	display: inline-block;
	width: 49%;
	padding-left: 5.5%
}
.our-contacts .call-us span.heading {
	background:url(/images/layout/call-us-icon.png) no-repeat right center;
	padding-right: 50px;
	margin-right: 7px
}

/*-----------Our contacts section styles ends here---------------*/

/*----------------midd section styles ends here-------*/



/*-----------Inner page styles goes here---------------*/
.inner-page.fixed #header {
  position: static !important;
  height:99px;
}
.inner-page #header-main {
  -webkit-transition:all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}
.index #header-main.reset {
  top:-100%;
  position: absolute;
  -webkit-transition:all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}
.inner-page {
	width: 100%;
}
.fixed #header-main.reset {
  position: fixed;
}
.inner-page.fixed #header-main {
  position: fixed;
}
.inner-page #header-main,
.fixed #header-main {
	top: 0 !important;
	background: #363636;
}
.inner-page #header-main .logo,
.fixed #header-main .logo {
	left: 0;
	top: 8px;
	padding: 0;
	border: 3px solid #3e9d97;
}
.mob.fixed #header-main .logo {
  border: none;
  display: inline-block;
}
.mob.fixed #header-main .header-wrapper {
  padding-top: 10px;
  text-align: left;
}
#header-main .logo img { 
  -webkit-transition:all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}
.index.mob.fixed #header-main .logo img {
  transition:none;
} 
.inner-page #header-main .logo img,
.fixed #header-main .logo img {
	height: 75px
}
.inner-page .inner-banner {
	width: 100%;
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: -1;
	background-position: center center;
}
.inner-page .inner-banner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background:url(/images/layout/defoult-banner-pattern.png) repeat-y;
	width: 100%;
	height: 100%;
	background-size: 100%;
	z-index: -1
}
.inner-page .inner-banner:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background:url(/images/layout/watermark.png) no-repeat left top;
	width: 400px;
	height: 400px;
	z-index: -1
}
.inner-page .inner-banner .inner-banner-wrapper {
	height: 100%;
	width: 100%;
	max-width: 1000px;
	display: table;
	margin: 0 auto;
}
.inner-page .inner-banner .inner-banner-wrapper .inner-banner-content {
	height: 100%;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 0px 10px;
}
.inner-page .middle-container {
	padding: 32px 0 38px
}
.middle-container .left-panel {
}
.middle-container .table aside {
  width: 305px;
  padding-left: 28px;
}
.middle-container aside h3 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px
}
.inner-page .middle-container p {
	font-size: 12px;
	line-height: 24px;
	font-family: 'sinkin_sans400_regular';
}
.breadcrumbs {
	width: 100%;
	margin-bottom: 30px
}
.breadcrumbs ul {
	margin: 0;
}
.breadcrumbs ul li {
	display: inline-block;
	padding-right: 5px;
	margin-right: 5px;
	font-size: 11px;
	font-family: 'sinkin_sans400_regular';
}
.breadcrumbs ul li + li:before {
	content: "/";
	color: #e0cfbc;
	display: inline-block;
	padding-right: 12px;
}
.breadcrumbs ul li a {
	color: #363636;
}
.breadcrumbs ul li a:hover, .breadcrumbs ul li a:active {
	color: #006b64
}
.breadcrumbs ul li:hover a, .breadcrumbs ul li.active a {
	color: #006b64
}

/*-----------Legal Services page styles goes here---------------*/
.aside-nav {
	width: 100%;
	margin: 0 0 70px 0;
}
.aside-nav ul {
	margin: 0
}
.aside-nav ul li {
	margin-bottom: 10px;
	list-style: none;
	text-align: center;
}
.aside-nav ul li a {
	background: #f0f0f0;
	font-size: 12px;
	color: #363636;
	padding: 10px 15px;
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'sinkin_sans600_semibold';
}
.aside-nav ul li:hover a, .aside-nav ul li a:hover {
	color: #323232;
	background: #e0cfbc;
}
.aside-nav ul li.active a, .aside-nav ul a:active {
	color: #323232;
	background: #e0cfbc;
	font-family: 'sinkin_sans700_bold';
}
.related-topics {
	background: #006b64;
	padding: 20px 50px 25px;
	text-align: center;
	position: relative
}
.related-topics a {
	display: block
}
.related-topics:before {
	background:url(/images/layout/related-topics-sep.png) no-repeat left top;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 24px;
	margin-top: -23px;
}
.related-topics h5 {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-family: 'sinkin_sans600_semibold';
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
	font-weight: normal
}
.related-topics .services-icon {
	background: #3e9d97;
	border-radius: 50%;
	border: 3px solid #e0cfbc;
	width: 105px;
	height: 105px;
	text-align: center;
	margin: 0 auto 15px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-webkit-box-shadow: inset 0 0 0 10px #006b64;
	box-shadow: inset 0 0 0 10px #006b64;
}
.related-topics .services-icon .img {
	height: 100px;
	background-size: 50% !important;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
.related-topics .services-icon .img.book {
	background:url(/images/layout/book.png) no-repeat center center
}
.related-topics .services-icon:hover .img.book {
	background:url(/images/layout/book-hover.png) no-repeat center center
}
.services-icon:hover {
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12);
	background: #d5c4b2;
	-webkit-box-shadow: inset 0 0 0 10px #d5c4b2;
	box-shadow: inset 0 0 0 10px #d5c4b2;
}
.related-topics span {
	color: #d5c4b2;
	font-size: 12px;
	background:url(/images/layout/btn-arrow.png) no-repeat right center;
	padding-right: 45px;
	font-family: 'sinkin_sans700_bold';
}

/*-----------Legal Services page styles goes here---------------*/

/******* Page List Styles for the Newsletters / Articles / Faq's *******/

#file-list,
#faqs-list {
  margin: 36px 0px 56px;
  position: relative;
}

a.file-link {
  display: block; 
  color: #3e9d97;
  position: relative;
}

#faqs-list .cell {
  padding: 20px 0px;
}

#file-list .cell {
  position: relative;
}

#file-list .cell {
  padding: 40px 0;
}

#file-list .row:first-child .cell {
  padding: 0px 0px 40px;
  margin: 0px;
}

#file-list .row + .row .cell:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top:0px;
  left:0px;
  /*right: 0px;*/
  margin: 0 auto;
  background-color: #e0cfbc;
  opacity: 0.4;
}

a.file-link span {
  font-size: 14px;
  line-height: 23px;
  color: #363636;
  display: block;
  transition: all 0.5s ease 0s;
  position: relative;
  font-weight: bold;
}

#file-list .cell + .cell {
  width: 115px;
}

.inner-page .articles h2 {
  margin: 40px 0px 20px;
}

.pdf, .link, .document {
  height: 115px;
  width: 117px;
  display: block;
  transform: scale(.8);
  position: relative;
  transition: all 0.5s ease 0s;
}

.pdf:hover, .link:hover, .document:hover {
  transform: scale(1);
}

.pdf:before, .link:before, .document:before {
  content:"";
  display: block;
  opacity: 1;
  visibility: visible;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease 0s;
  z-index: 1;
}

.pdf:after, .link:after, .document:after {
  content:"";
  display: block;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease 0s;
  position: absolute;
  top: 0px;
  z-index: 0
}

.pdf:hover:before, .link:hover:before, .document:hover:before {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.pdf:hover:after, .link:hover:after, .document:hover:after {
  opacity: 1;
  visibility: visible;
}

.pdf:before {
  background: url(/images/icons/pdf-icon.png) no-repeat scroll center center transparent;
}

.pdf:after {
  background: url(/images/icons/pdf-icon-hover.png) no-repeat scroll center center transparent;
}

.link:before {
  background: url(/images/icons/www-icon.png) no-repeat scroll center center transparent;
}

.link:after {
  background: url(/images/icons/www-icon-hover.png) no-repeat scroll center center transparent;
}

.document:before {
  background: url(/images/icons/doc-icon.png) no-repeat scroll center center transparent;
}

.document:after {
  background: url(/images/icons/doc-icon-hover.png) no-repeat scroll center center transparent;
}

#faqs-list .cell p.question {
  font-size: 18px;
  display: block;
  position: relative;
  cursor: pointer;
  padding-right: 50px;
}

#faqs-list .cell p.question:before {
  content: "Q:";
  color: #006b64;
  font-family: "griffosfontregular";
  font-size: 34px;
  text-transform: uppercase;
  padding-right: 22px;
}

#faqs-list .cell p.question span {
  position: absolute;
  right:0px;
  top:0px;
  height: 28px;
  width: 28px;
  border: 1px solid #363636;
  border-radius: 50%; 
  transform: rotate(0deg);
  transition: all 0.5s ease 0s;
}

#faqs-list .cell p.question span:before {
  content:"";
  width: 2px;
  height: 12px;
  position: absolute;
  top:0px;
  left: 0px;
  right: 0px;
  bottom:0px;
  margin: auto;
  background-color: #363636;
  transition: all 0.5s ease 0s;
}

#faqs-list .cell p.question span:after {
  content:"";
  width: 12px;
  height: 2px;
  position: absolute;
  top:0px;
  left: 0px;
  right: 0px;
  bottom:0px;
  margin: auto;
  background-color: #363636;
  transition: all 0.5s ease 0s;
}

#faqs-list .cell p.question.sel span {
  transform: rotate(135deg);
  background-color: #3E9D97;
  border-color: #3E9D97;
}

#faqs-list .cell p.question.sel span:after,
#faqs-list .cell p.question.sel span:before {
  background-color: #FFFFFF;
}

#faqs-list div.answer {
  display: none;
  opacity: 0;
  position: relative;
}

#faqs-list div.answer:before {
  content: "A:";
  color: #363636;
  font-family: "griffosfontregular";
  font-size: 100px;
  text-transform: uppercase;
  padding-right: 22px;
  float: left;
  z-index: 0;
  opacity: 0.14;
}

/******** Staff Page (Landing) *********/

.staff-list {
  list-style: none;
  display: block;
  padding: 0px;
  margin: 0px;
  font-size: 0px;
}

.staff-list h4 {
  	font-size: 16px;
	margin-bottom: 10px;
	margin-top:10px;
	font-family: 'sinkin_sans600_semibold';
	line-height: 24px;
	color: #3e9d97;
	font-weight: normal
}

.staff-list li {
  display: inline-block;
  font-size: 14px;
  width: 25%;
  padding-right: 4.4%;
  vertical-align: top;
}

.staff-list li img {
  height: auto;
  width: 100%;
  max-width: 277px;
}

/******** Support Staff Page *********/
.sup-staff-list {
  list-style: none;
  display: block;
  padding: 0px;
  margin: 0px;
  font-size: 0px;
}

.sup-staff-list h4 {
  	font-size: 16px;
	margin-bottom: 10px;
	margin-top:10px;
	font-family: 'sinkin_sans600_semibold';
	line-height: 24px;
	color: #3e9d97;
	font-weight: normal
}

.sup-staff-list li {
  display: inline-block;
  font-size: 14px;
  width: 100%;
  padding-right: 4.4%;
  vertical-align: top;
  
	border-bottom: 3px solid #e0cfbc;
	margin: 0px 0px 20px;
	padding-bottom: 20px;
}

.sup-staff-list li:last-child {
	border-bottom: none;
}

.sup-staff-list li img {
  height: auto;
  width: 100%;
  max-width: 277px;
  margin-left: 0px !important;
}

.sup-staff-list h2 {
	color: #006b64 !important;
}

/********* Contact Page G-Map *********/
.inner-page .map-search p {
  padding: 0px;
  margin: 0px;
  font-size: 10px;
}

.inner-page .map-search input {
  border: 1px solid #363636;
  height: 26px;
  width: 100%;
  padding: 0px 8px;
  margin: 4px 0px;
}

.map-search a {
  color: #3e9d97;
}

/************* Dividing Line ****************/
.divider {
	background-color: #e0cfbc;
  display: block;
  height: 2px;
  left: 0;
  margin: 0 auto;
  opacity: 0.4;
  position: absolute;
  top: 5px;
  width: 60%;
}
/************* 404 page ****************/
.no-page .left-panel {
  text-align: center;
}

.error .cell {
  text-align: center;
}

.error .cell h1 {
  font-size: 85px;
}

.error .cell h2 {
  line-height: 35px;
  padding-bottom: 20px;
}

.error .cell p {
  font-size: 18px;
  line-height: 32px;
}

.error + p {
  display: inline-block;
  padding: 40px 15px 50px;
  position: relative;
}

.error + p:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 50%;
  right: 100%;
  top:0px;
  bottom:0px;
  margin: auto 0;
  background: #363636;
}

.error + p:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 50%;
  left: 100%;
  top:0px;
  bottom:0px;
  margin: auto 0;
  background: #363636;
}

.no-page .our-services {
  padding-top: 0px;
}

/*----------- Home blog posts section ------------*/
.blog-section {
	padding:45px 0;
	background-color:#FFF;
	text-align: center;
}

.about-our-firm .blog-section {
	padding:0 0 45px;
}

.blog-section h2 {
	font-weight: lighter;
}

.blog-posts {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow:row wrap;
	flex-flow:row wrap;
	-webkit-align-items:stretch;
	align-items:stretch;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	font-size:0;
}

.blog-posts a {
	position: relative;
	font-size:16px;
	display: inline-block;
	vertical-align: top;
	width:30.9%;
	min-height:268px;
	padding:25px;
	border:4px solid #E5D8C8;
	text-align: left;
}

.blog-posts a:nth-child(3n-1) {
	margin-left:3.65%;
	margin-right:3.65%;
}

.blog-posts a:after {
	content:"";
	height:7px;
	width:100%;
	box-sizing:content-box;
	padding-left:4px;
	padding-right:4px;
	background-color:#006B63;
	position: absolute;
	bottom:-4px;
	left:-4px;
	transition:all 0.3s ease 0s;
}

.blog-posts a time {
	position: relative;
	display: block;
	padding-right:70px;
	margin-bottom:22px;
	font-family: 'sinkin_sans600_semibold','Arial Bold',sans-serif;
	font-size:14px;
	text-transform: uppercase;
	line-height:1.5;
	color:#363636;
	transition:all 0.3s ease 0s;
}

.blog-posts a time:after {
	content:"";
	display: inline-block;
	vertical-align: middle;
	height:17px;
	width:63px;
	background:url(/images/layout/heading-sep.png) round left center;
	position: absolute;
	top:50%;
	margin-top:-9px;
	right:0;
	transition:all 0.3s ease 0s;
}

.blog-posts a p {
	min-height:138px;
}

.bold-font {
	font-family:'griffosfontregular',Arial,sans-serif;
	font-size:30px;
	line-height:1;
}

.blog-posts .btn-arrow {
	font-family:'sinkin_sans700_bold','Arial Bold',sans-serif;
	transition:all 0.3s ease 0s;
}

/* blog post hover effects */
.blog-posts a:hover:after {
	height:4px;
	color: #3e9d97;
}

.blog-posts a:hover time:after {
	width:74px;
}

.blog-posts a:hover time,
.blog-posts a:hover .btn-arrow {
	color:#3E9D97;
}

/***************** News Letter Sign Up *****************/
.hide {
	display: none;
}

.news-form .bold-font {
	font-family: 'griffosfontregular',Arial,sans-serif !important;
	font-size: 29px !important;
	line-height: 1 !important;
	margin: 0px;
	background-color: transparent;
	color: #363636;
}

/* Button */
#news-form-container .button {
	color: #3E9D97;
}

#news-form-container .button:after {
	background: rgba(0, 0, 0, 0) url("/images/layout/the-green-arrow.png") no-repeat scroll right center;
}

#news-form-container .button:hover:after {
	background-image:url("/images/layout/btn-arrow-alt-hover.png");
}

#news-form-container .button:hover {
	color: #fff;
}

/* Form Styles */
#news-form-container {
	padding: 0px 10px;
}

.notify-form {
	background-color: #fff;
	padding: 35px;
	text-align: center;
}

.notify-form h3 {
	font-size: 35px;
	margin-bottom: 10px;
}

.notify-form p {
	color: #006b64;
}

#notification-form p:not(.note) {
	border: solid 3px #ddd0be;
	margin: 0px auto 15px;
	padding: 0px;
	width: 100%;
	max-width: 370px;
}

#notification-form p input {
	color: #858585;
	text-align: center;
	font-size: 16px;
	height: 45px;
	width: 100%;
}

.g-recaptcha {
	display: block;
	text-align: center;
}

.g-recaptcha > div {
	display: inline-block;
}

.notify-form input.button {
	background: #fff url(/images/layout/the-green-arrow.png) no-repeat scroll 88% 50%;
	border: 3px solid #3E9D97;
	color: #3E9D97;
	cursor: pointer;
}

.notify-form input.button:hover {
	background: #3E9D97 url(/images/layout/btn-arrow-alt-hover.png) no-repeat scroll 88% 50%;
	color: #fff;
}

.notify-form p.note {
	color: #ce3131;
	padding: 0px;
	line-height: 20px;
	font-size: 12px;
}

.thanks-message {
	background-color: #fff;
	text-align: center;
	padding: 35px;
}