@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i');
* {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}
canvas{
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.wpcf7-response-output {
  display: none !important ;
}

#sms_disclaimer {
	display: inline; !important
	text-align: right;
	font-size: 10px; !important
	font-style: normal;
	line-height: .75;
}
#sms_disclaimer .wpcf7-list-item-label {
	display: inline; !important
	text-align: right;
	font-size: 10px; !important
	font-style: normal;
	line-height: .75;
	border-bottom: .75;
}
#sms_disclaimer a {
	display: inline; !important
	text-align: right;
	font-size: 10px; !important
	font-style: normal;
	line-height: .75;
	border-top: .75;
}

#chartjs-tooltip {
  opacity: 1;
  position: absolute;
  background: rgba(255, 255, 255, .7);
  color: white;
  border-radius: 3px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  border: 1px solid #e3e3e3;
  background-color: #ffffff;
}
#feedback {
  position: fixed;
  right: -396px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 500px;
  width: 396px;
  z-index: 10000;
}
#feedback .open {
  cursor: pointer;
  position: absolute;
  left: -43px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 211px;
}
#feedback .form {
  background: #fff;
  padding: 20px;
}
#feedback .form p {
  margin-bottom: 30px;
}
overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 100;
}
popup {
  display: none;
  max-width: 900px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 101;
  background: #fff;
  max-height: 650px;
}
popup .desc {
  text-align: center;
}
popup .desc .callToActionBlock .wrap {
  float: none;
}
popup .desc h2 {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 15px;
  margin-top: 30px;
}
popup .desc h3 {
  color: #6c9c31;
  font-size: 21px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 25px;
}
popup .desc p {
  max-width: 360px;
  margin: 0 auto;
  margin-bottom: 30px;
}
popup .form {
  margin-top: 30px;
  padding: 0 70px 50px;
}
popup .form .formGroup{
  width: 100%;
}
popup .form .formGroup select{
  width: 100%;
}
popup .form input[type="submit"] {
  margin-top: 0;
}
div.wpcf7-response-output {
  margin: 0;
}
div.wpcf7-mail-sent-ok {
  overflow: hidden;
}
.chartjs-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.toolTipHeader .title th {
  font-family: 'Lato', sans-serif;
  line-height: 20px;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.toolTipBody td {
  font-family: 'Lato', sans-serif;
  color: #9a9a9a;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.toolTipBody td span {
  font-family: 'Lato', sans-serif;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
}
body {
  background: #fff;
}

h1, h2 {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
h3 {
  color: #333333;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
h5 {
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
hr {
  margin: 0;
}
p {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
a:hover {
  text-decoration: none;
}
select {
  background: url('../img/selectArrow.png') #fff no-repeat right 15px center !important;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; 
}
header {
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  top: 0;
}
.customize-support header:not(.fixed) { /* admin bar fix */
  top: 32px;
}
header .logoWrapper {
  padding: 0;
  float: left;
}
header .logo img {
  max-width: 290px;
  width: 100%;
  margin-top: 15px;
}
header .headerItemWrapper {
  float: right;
  /*margin-top: 20px;*/
  height: 85px;
  cursor: pointer;
}
header.fixed .fixedBurgerWrapper {
  display: block;
}
header.fixed .fixedBurgerWrapper.active {
  background: #6c9c31;
  color: #fff;
  position: relative;
}
header.fixed .fixedBurgerWrapper.active .burger {
  background: #fff;
}
header.fixed .fixedBurgerWrapper.active .burger:after {
  background: #fff;
}
header.fixed .fixedBurgerWrapper.active .burger:before {
  background: #fff;
}
header.fixed .fixedBurgerWrapper .burger:before, header.fixed .fixedBurgerWrapper .burger:after, header.fixed .fixedBurgerWrapper .burger{
  transition: initial;
}
header .fixedBurgerWrapper {
  display: none;
  width: 120px;
  padding: 0 20px 0 20px;
  padding-top: 0 !important;
}
header .fixedBurgerWrapper maxim {
  position: relative;
  top: -10px;
  left: 15px;
  float: left;
}
header .fixedBurgerWrapper .burger-menu {
  float: left;
}
header .burgerToggle {
  height: initial !important;
  padding-top: 25px !important;
}
header .headerItem {
  text-align: right;
  float: left;
  margin-left: 60px;
  padding-top: 20px;
  height: 100%;
}
header .headerItem .wrap {
  display: inline-block;
  margin-left: 15px;
}
header .headerItem svg {
  display: inline-block;
  vertical-align: initial;
  position: relative;
  top: -5px;
  fill: #dfdfdf;
}
header .headerItem a , header .headerItem strong {
  display: block;
  text-align: left;
  font-weight: 400;
  line-height: 20px;
  color: #6c9c31;
}
header .headerItem span {
  display: block;
  text-align: left;
  font-weight: 300;
  line-height: 20px;
  color: #9a9a9a;
  font-size: 16px;  
}
header .menu {
  float: right;
  margin: 0;
}
header .menu ul li {
  float: left;
  list-style: none;
  margin-left: 25px;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
header .menu ul li ul {
  display: none;
  position: absolute;
  width: 100%;
  padding: 0;
  left: 0;
  background: #f2f3f5;
  margin-top: 11px;
}
header .menu ul li ul li {
  margin: 0;
  padding: 20px 0;
  margin-right: 40px;
}
header .menu ul li ul li a {
  color: #333333 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px; 
}
header .col-sm-9, header .col-sm-9 .row, header .col-sm-9 .row .col-sm-12 {
  position: initial;
} 
header .menu ul li a {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
} 
header .menu ul li.current-menu-item a {
  color: #9a9a9a;
}
header .fixedMenu .menu ul li.current-menu-item a {
  color: #fff;
}
header .menu ul li.menu-item-has-children:after {
  content: '\f0d7';
  font: normal normal normal 14px/1 FontAwesome;
  color: #9a9a9a;
  margin-left: 5px
}
header .menu ul li:hover a {
  color: #6c9c31;
  text-decoration: none;
}
header .menu ul li:hover.menu-item-has-children:after {
  color: #6c9c31;
}
header .menu ul li:hover {
  border-bottom: 1px solid #6c9c31;
}
header .menu ul li:hover ul {
  display: block;
  padding: 0 19%;
}
header .menu ul li ul li {
  border-bottom: 0;
}
header .menu ul li ul li:hover {
  border-bottom: 0;
}
header .menu ul li ul li {
  float: right;
}
header.fixed {
  border-bottom: 1px solid #f2f3f5;
}
header.fixed .menu{
  display: none;
  position: absolute;
}
header.fixed .menu ul li {
  float: none;
}
header.fixed .fixedBurger {
  display: block;
  padding-bottom: 35px;
}
header.fixed .fixedMenu {
  position: absolute;
  right: 0;
}
header.fixed .fixedMenu .menu {
  background: #6c9c31;
  position: relative;
  width: 300px;
  padding: 25px 30px;
}
header.fixed .fixedMenu ul {
  list-style: none;
  padding: 0;
}
header.fixed .fixedMenu ul li {
  margin-bottom: 25px;
  border-bottom: 0;
  position: relative;
}
header.fixed .fixedMenu ul li:hover a {
  color: #fff;
}
header.fixed .fixedMenu ul li ul {
  display: none;
}
header.fixed .fixedMenu ul li ul li {
  margin-bottom: 0;
  margin: 10px 0 15px 25px;
}
header.fixed .fixedMenu ul a {
  color: #fff;
}
header.fixed .fixedMenu ul li.menu-item-has-children:after{
  content: '\f0d7';
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  margin-right: 5px;
  position: absolute;
  top: 0;
}
.greenBtnWrap a {
  background-color: #6c9c31;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 35px;
}
header .menu ul li.greenBtnWrap:hover {
  border-bottom: 0;
}
header .menu ul .greenBtnWrap.current-menu-item a{
  color: #fff !important;
}
.greenBtnWrap a:hover, .greenBtnWrap a:focus{
  color: #fff;
  text-decoration: none;
  background: #437308;
}
header.fixed .greenBtnWrap {
  display: none;
}
header .menu .greenBtnWrap a {
  color: #fff;
  padding: 7px 27px;
  position: relative;
  top: -7px;
}
header .menu .greenBtnWrap:hover a {
  color: #fff;
}
header .menu .btnWrap {
  border-bottom: 0 !important;
}
.burgerToggle {
  display: none;
  position: relative;
  margin-top: 10px;
  z-index: 10;
}
.burger {
  background: rgba(77,77,77,1);
  width: 25px;
  height: 3px;
  top: 58px;
  right: 0px;
  margin-top: -6px;
  opacity: 1;
  bottom: 0;
  left: 85px;
  margin: auto;
  z-index: 21;
  cursor: pointer;
}
.burger::before {
  position: absolute;
  background: rgba(77,77,77,1);
  width: 25px;
  height: 3px;
  top: 7px;
  content: "";
  display: block;
}
.burger::after {
  position: absolute;
  background: rgba(77,77,77,1);
  width: 25px;
  height: 3px;
  bottom: 7px;
  content: "";
  display: block;
}
.burger::after, .burger::before, .burger {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.burger-menu.menu-on .burger::after{
   transform: rotate(-45deg);
   -webkit-transform: rotate(-45deg);
  bottom: 0px;
}
.burger-menu.menu-on .burger::before{
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
  top: 0px;
}
.burger-menu.menu-on .burger{
 background: rgba(111,111,111,.0);
}
.mobileMenu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-top: 25%;
}
.mobileMenu ul {
  padding: 0;
}
.mobileMenu ul li {
  text-align: center;
  list-style: none;
  padding: 10px 0;
  position: relative;;

}
.mobileMenu ul li a {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.mobileMenu ul li.active a {
  color: #9a9a9a;
}
.mobileMenu ul li ul {
  display: none;
}
.mobileMenu ul li.menu-item-has-children:before {
  content: '\f0d7';
  font: normal normal normal 14px/1 FontAwesome;
  color: #9a9a9a;
  margin-right: 5px;
}
footer {
  background-color: #626c6f;
  padding: 10px 0;
}
footer .logoWrapper {
  display: inline-block;
  vertical-align: top;
}
footer .logoWrapper img {
  max-width: 43px;
  display: inline-block;
  vertical-align: top;
}
footer .logoWrapper .wrap {
  display: inline-block;
  margin-top: 5px;
  margin-left: 20px;
}
footer .logoWrapper .wrap a {
  display: block;
  text-align: left;
  font-weight: 300;
  line-height: 26px;
  color: #fff;
  font-size: 24px;
}
footer .logoWrapper .wrap span {
  display: block;
  text-align: left;
  font-weight: 300;
  line-height: 20px;
  color: #9a9a9a;
  font-size: 16px;  
  margin-top: 5px;
}
footer .logoWrapper .wrap .contacts {
  margin-top: 45px;
}
footer .logoWrapper .wrap .contacts .imgWrap {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 2px;
  width: 16px;
}
footer .logoWrapper .wrap .contacts .imgWrap svg {
  fill: #969c9e;
  vertical-align: top;
}
footer .logoWrapper .wrap .contacts a {
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-weight: 300;
  margin-left: 5px;
}
footer .logoWrapper .wrap .contacts p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  line-height: 22px;
}
footer .logoWrapper .wrap .contacts .item {
  margin-bottom: 25px;
}
footer .footerMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
footer .footerMenu ul li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
footer .footerMenu ul li ul {
  margin: 0;
}
footer .footerMenu ul li ul li {
  margin-bottom: 15px;
}
footer .footerMenu ul li ul li a {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}
footer hr {
  
}
footer .separator {
  position: relative;
  height: 1px;
  background: #777e80;
}
footer .separator a {
  background: #626c6f;
  position: absolute;
  top: -23px;
  display: block;
  border: 1px solid #777e80;
  text-align: center;
  border-radius: 60px;
  height: 43px;
  width: 43px;
  right: 10%;
}
footer .separator a svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: #fff;
}
footer .footerSubMenu ul {
  margin: 0;
  padding: 0;
}
footer .footerSubMenu ul li { 
  float: left;
  list-style: none;
  margin-right: 25px;
}
footer .footerSubMenu ul li a {
  color: #cacaca;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
footer .socialsLinks {
  float: right;
}
footer .socialsLinks a svg {
  position: relative;
  top: -3px;
  margin-right: 5px;
  vertical-align: middle;
  fill: #fff;
}
footer .socialsLinks a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  display: block;
  float: left;
  margin-left: 30px;
}
footer .subMenu {
  padding: 40px 15px;
}
footer .copyright {
  padding: 65px 0 40px;
}
footer .copyright p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
footer .copyright p a { 
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
footer .developedBy p {
  text-align: right; 
  color: #cacaca;
}
footer .someTxt p {
  color: #cacaca;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

#homePage .secondSection .item {
  text-align: center;
}
#homePage .secondSection .item .imgWrapper {
  border: 1px solid #dfdfdf;
  border-radius: 60px;
  max-height: 80px;
  max-width: 80px;
  height: 100vh;
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 25px;
}
#homePage .secondSection .item .imgWrapper svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  fill: #6c9c31;
}
#homePage .secondSection {
  padding: 100px 0;
}
#homePage .secondSection h1,
#homePage .secondSection h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
}
#homePage .secondSection .item h3 {
  margin-bottom: 10px;
}
#homePage .secondSection .item p {
  max-width: 229px;
  margin: 0 auto;
}
.greenBtn {
  background-color: #6c9c31;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 35px;
  cursor: pointer;
  border: 1px solid #6c9c31;
}
.greenBtn:hover, .greenBtn:focus{
  color: #fff;
  text-decoration: none;
  background: #437308;
}
#homePage .secondSection .buttonWrapper {
  text-align: center;
  margin-top: 70px;
}
#homePage .thirdSection {
  padding: 100px 0;
  background: rgb(242,243,245); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,243,245,1) 0%, rgba(242,243,245,1) 50%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(242,243,245,1) 0%,rgba(242,243,245,1) 50%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(242,243,245,1) 0%,rgba(242,243,245,1) 50%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f3f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#homePage .thirdSection h2 {
  margin-bottom: 30px;
  margin-top: 55px;
}
#homePage .thirdSection .cards .item {
  width: 33.3333%;
  float: left;
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  text-align: center;
  padding: 0 10px 25px;
}
#homePage .thirdSection .cards .item:nth-child(2){
  border: 10px solid #6c9c31;
  position: relative;
  top: -10px;
}
#homePage .thirdSection .cards .item h3 {
  max-width: 135px;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 60px;
}
#homePage .thirdSection .cards .item span {
  color: #6c9c31;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
#homePage .thirdSection .cards .item span:before {
  content: '$';
  position: absolute;
  color: #6c9c31;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  top: 7.5px;
  margin-left: -20px;
}
#homePage .thirdSection .desc {
  margin-top: 27px;
}
#homePage .thirdSection .desclamer {
  max-width: 950px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-top: 50px;
} 
#homePage .thirdSection .cards .item .desc {
  margin-top: 60px;
}
#homePage .thirdSection hr {
  margin: 15px 0;
}
.callToActionBlock .wrap {
  text-align: center;
  float: right;
}
.callToActionBlock .phone {
  font-weight: 400;
  line-height: 24px;
  color: #6c9c31;
  font-size: 24px;
}
.callToActionBlock .greenBtn {
  margin-left: 45px;
}
#homePage .thirdSection .subMainContainer {
  margin-top: 100px;
}
#homePage #fourthSection {
  border-top: 2px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
  background-color: #ffffff;
  padding: 120px 0 50px;
}
.testimonialsSlider  {
  max-width: 930px;
  margin: 0 auto;
  height: 250;
}
.testimonialsSlider .item p {
  color: #333333;
  font-size: 21px;
  font-style: italic;
  line-height: 36px;
  text-align: center;
}
.testimonialsSlider .item h6 {
  color: #9a9a9a;
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  text-align: center;
  margin-top: 15px;
}
.slick-dots {
  position: relative !important;
}
.slick-dots li button:before {
  content: '';
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: #e3e3e3;
  border-radius: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.slick-dots li.slick-active button {
  background-color: #6c9c31;
}
.slick-dots li.slick-active {
  border: 2px #6c9c31 solid;
  border-radius: 60px;
}
.slick-prev {
  left: -100px;
  opacity: 0.2;
}
.slick-prev:hover {
  opacity: 1;
}
.slick-next {
  right: -100px;
  opacity: 0.2;
}
.slick-next:hover {
  opacity: 1;
}
.slick-prev:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f060";
  color: #000;
  font-size: 20px;
}
.slick-next:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f061";
  color: #000;
  font-size: 20px;
}
#homePage #fifthSection {
  padding: 100px 0;
}
#homePage #fifthSection h2 {
  text-align: center;
}
#homePage #fifthSection p {
  text-align: center;
  margin: 40px auto 60px;
  max-width: 790px;
}
.provenTable table svg {
  fill: #9a9a9a;
}
.provenTable table {
  width: 100%;
}
.provenTable table thead {
  background-color: #6c9c31;
  color: #fff;
}
.provenTable table thead td {
  padding: 22px 0 22px 30px;
}
.provenTable table tbody td {
  padding: 20px 0 15px 30px;
  border: 1px solid #e3e3e3;
}
.provenTable table tbody tr td:first-child {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  background-color: #f2f3f5;
}
.provenTable table tbody tr td:last-child {
  padding: 0;
  text-align: center;
}
.big_form {
  background: url(../img/form_bg.jpg) no-repeat;
  background-size: contain;
  background-color: #f1f2f4;
  padding: 100px 0;
}
.big_form h2 {
  text-align: center;
  margin-bottom: 40px;
}
.formWrapp {
	margin-bottom: 15px;
}
.formWrapp input,
.formWrapp textarea,
.formGroup input {
  width: 100%;
  padding: 15px 30px;
/*   margin-bottom: 15px; */
  outline: none;
  border: 0;
  border: 1px solid #e3e3e3;
}
.formGroup select {
  width: 97.5%;
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 15px 30px;
/*   margin-bottom: 15px; */
  outline: none;
  border: 1px solid #e3e3e3;
}
.formGroup {
  width: 50%;
  float: left;
}
input[type="submit"] {
  margin-top: 30px;
  background-color: #6c9c31;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
#homePage #seventhSection {
  padding: 100px 0;
}
#homePage #seventhSection h2 {
  text-align: center;
  margin-bottom: 50px;
}
.postsSlider {
  margin: 0 10px;
  height: 350;
}
.postsSlider .item {
  margin: 0 10px;
}
.postsSlider .item img {
  width: 100%;
  max-height: 138px;
}
.postsSlider .desc h4 {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.postsSlider .desc p {
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  max-height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.postsSlider .slick-dots {
  padding: 0;
}
#homePage #seventhSection .buttonWrapper {
  text-align: center;
  margin-top: 50px;
}
.breadcrumbs {
  border: 1px solid #e3e3e3;
  background-color: #f2f3f5;
  padding: 5px 0;
}
.breadcrumbs {
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.breadcrumbs a {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.breadcrumbs span {
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.breadcrumbs i {
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 10px;
}
#post .content {
  margin-top: 60px;
}
.content .imgWrapp img {
  width: 100%;
}
.content .desc .date {
  margin: 20px 0 15px;  
}
.content .desc h1 {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  margin-top: 40px;
}
.content .desc .date span {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #9a9a9a;
}
.content .desc .date a:last-child {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #6c9c31;
  margin-left: 20px;
}
.content .desc .preview_text p {
  color: #333333;
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
}
.content hr {
  margin: 40px 0;
}
.content .desc {
  margin: 0 30px;
}
.content .desc h3 {
  margin-bottom: 25px;
  line-height: 32px;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
}
.content .desc p {
  margin-bottom: 45px;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}
.content .desc p strong {
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 400;
}
.content .desc p a {
  color: #6c9c31;
  font-size: 16px;
  font-weight: 400;
}
.content .desc ol li {
  margin-bottom: 20px;
}
.sidebarWrapper {
  background-color: #ffffff;
  padding: 35px 29px;
}
.sidebarWrapper li {
  list-style: none;
}
.sidebarWrapper > li {
  color: #333333;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}
.categories {
  margin-bottom: 30px;
}
.categories li ul {
  margin: 0;
  padding: 0;
  margin-top: 15px;
  margin-left: 20px;
}
.categories li ul li {
  list-style: square;
  color: #6c9c31;
  border-bottom: 1px solid #e3e3e3;
  line-height: 43px;
}
.categories li ul li a {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.recentPost {
  border: 1px solid #e3e3e3;
  background-color: #f2f3f5;
}
.recentPost a {
  color: #6c9c31;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  margin-bottom: 20px;
}
.recentPost li {
  margin-bottom: 30px;
}
.recentPost {
  margin-bottom: 30px;
}
.archives {
  margin-bottom: 30px;
}
.archives > li {
  margin-bottom: 30px;
}
.archives .list li {
  list-style: square;
  color: #6c9c31;
}
.archives .list li a {
  color: #6c9c31;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}
.content .postsList {
  margin-top: 30px;
}
.content .postsList .desc h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
}
.content .postsList .desc .date {
  margin: 20px 0;
}
.content .postsList .desc .preview_text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .desc .preview_text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.content .postsList .desc {
  margin: 0;
}
.content .postsList .item {
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 0;
}
#posts .buttonWrapper {
  text-align: center;
}
#posts .buttonWrapper .greenBtn {
  margin: 70px auto 0;
}
#posts {
  padding-bottom: 100px;
}
#contactPage .firstSection {
  padding-top: 100px;
  z-index: 2;
  position: relative;
}
#contactPage .firstSection h1, 
#contactPage .firstSection h2 {
  text-align: center;
  margin-bottom: 60px;
}
#contactPage .firstSection .contactWrapp {
  width: 100%;
  border: 10px solid #6c9c31;
  background-color: #ffffff;
  padding: 70px 20px 40px;
}
#contactPage .firstSection .contactWrapp h2 {
  margin-bottom: 40px;
}
#contactPage .firstSection .contactWrapp form {
  max-width: 465px;
  margin: 0 auto;
}
#contactPage .firstSection .contactWrapp input {
  border: 1px solid #e3e3e3;
}
#contactPage .firstSection .contactWrapp select {
  border: 1px solid #e3e3e3;
}
#contactPage .firstSection .contactWrapp .formWrapp input {
  padding: 8px 30px;
}
#contactPage .firstSection .contactWrapp select {
  padding: 8px 30px;
}
#contactPage .firstSection .contactWrapp svg {
  fill: #dfdfdf;
}
#contactPage .firstSection .contactWrapp .imgWrapp {
  width: 100%;
  text-align: center;
}
#contactPage .firstSection .desc {
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}
#contactPage .firstSection .desc a {
  color: #6c9c31;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
#contactPage .firstSection .desc .paddBottom {
  padding-bottom: 60px;
}
#contactPage .firstSection .desc span  {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
#googleMap {
  height: 731px;
}
#contactPage .secondSection {
  position: relative;
  margin-top: 20px;
/*   margin-top: -300px; */
  z-index: 1;
}
#debtSettlement .firstSection h1 {
  text-align: center;
  margin-top: 100px;
}
#debtSettlement .firstSection p,
#debtSettlement .firstSection ol,
#debtSettlement .firstSection ul {
  max-width: 910px;
  margin: 0 auto;
  margin-top: 40px;
  line-height: 32px;
}

#debtSettlement .secondSection {
  padding: 55px 0; 
}
#debtSettlement .secondSection h2 {
  color: #6c9c31;
}
#debtSettlement .secondSection .titleWrapper {
  display: inline-block;
  width: 24%; 
  padding: 0 0 0 15px;
}
#debtSettlement .secondSection .imgWrapp {
  display: inline-block;
  width: 75%;
  padding: 0 15px 0 0;
}
#debtSettlement .secondSection .imgWrapp img {
  width: 100%;
  vertical-align: super;
}
#debtSettlement .secondSection .mBottom {
  margin-bottom: 50px;
}
#debtSettlement .secondSection p {
  margin-bottom: 50px;
}
#debtSettlement .thirdSection {
  margin-bottom: 50px;
}
#debtSettlement .thirdSection .greenBorder {
  border: 10px solid #6c9c31;
}
#debtSettlement .thirdSection .greenBorder h2 {
  color: #6c9c31;
  text-align: center;
  max-width: 440px;
  margin: 0 auto;
  margin-top: -25px;
  background: #fff;
  margin-bottom: 50px;
}
#debtSettlement .thirdSection .greenBorder p {
  max-width: 665px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
  line-height: 32px;
}
#debtSettlement .thirdSection svg {
  fill: #eaeaea;
}
#debtSettlement .thirdSection .imgWrapp {
  width: 100%;
  text-align: center;
}
#debtSettlement .thirdSection .imgWrapp p {
  width: 200px;
  margin: 0 auto;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 60px;
}
.debtConsolidation .firstSection .preText p {
  max-width: 530px;
  margin: 0 auto;
  text-align: center;
  color: #333333;
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 30px;
}
.debtConsolidation {
  padding-bottom: 45px;
}
#aboutUs .firstSection h1,
#aboutUs .firstSection h2 {
  text-align: center;
  margin-top: 70px;
}
#aboutUs .firstSection p {
  max-width: 820px;
  margin: 40px auto 0;
  line-height: 32px;
}
#aboutUs .firstSection {
  margin-bottom: 100px;
}
#aboutUs .firstSection .buttonWrapper {
  text-align: center;
  padding-top: 70px;
}
#aboutUs .secondSection {
  margin-bottom: 50px;
}
#aboutUs.employee .firstSection h1,
#aboutUs.employee .firstSection h2 {
  font-weight: 700;
  line-height: 53px;
  color: #333333;
  font-size: 24px;
}
#aboutUs.employee .firstSection h3 {
  font-weight: 700;
  line-height: 53px;
  color: #6c9c31;
  font-size: 30px;
  text-align: center;
}
#aboutUs.employee .desc {
  max-width: 566px;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}
.greenBorder {
  background-color: #ffffff;
  border-top: 10px solid #6c9c31;
  border-bottom: 10px solid #6c9c31;
}
#aboutUs.employee .greenBorder {
  text-align: center;
  padding: 60px 0;
}
#aboutUs.employee .greenBorder svg {
  fill: #6c9c31;
}
#aboutUs.employee .greenBorder h4 {
  color: #333333;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 30px;
}

#aboutUs.employee .greenBorder p {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  max-width: 220px;
  margin: 0 auto;
}
#aboutUs.employee .thirdSection h2 {
  text-align: center;
  margin-bottom: 50px;
}
#aboutUs.employee .secondSection {
  position: relative;
  z-index: 2;
}
#aboutUs.employee .thirdSection {
  background-color: #f2f3f5;
  padding-top: 180px;
  padding-bottom: 80px;
  position: relative;
  margin-top: -100px;
  z-index: 1;
}
#debtSettlement h4,
#aboutUs.employee .thirdSection .vacancies h4 {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
#aboutUs.employee .thirdSection .vacancies h5 {
  color: #6c9c31;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
} 
#aboutUs.employee .thirdSection .vacancies p {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 20px;
}
#aboutUs.employee .thirdSection .vacancies .buttonWrapper {
  text-align: center;
}
#aboutUs.employee .thirdSection .vacancies .item {
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 0;
}


#debtSettlement.dmpPage .firstSection p {
  max-width: initial;
  text-align: left;
}
#debtSettlement.dmpPage {
  margin-bottom: 45px;
}
#debtSettlement h4 {
  margin: 30px 0;
}
#faqs h1,
#faqs h2 {
  text-align: center;
  margin-top: 100px;
}
#faqs .faq {
  margin-top: 76px;
  margin-bottom: 80px;
}
#faqs .faq .faq_item {
  margin-bottom: 5px;
  padding: 15px 40px;
  position: relative;
  background-image: url('../img/faq_plus.png');
  background-repeat: no-repeat;
  background-position: left top 24px;
  border-bottom: 1px solid #e3e3e3;
}
#faqs .faq .faq_title a {
  color: #333333;
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
  cursor: pointer;
}
#faqs .faq .faq_title {
  max-width: 900px;
}
#faqs .faq .faq_item i {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
#faqs .faq .faq_content {
  display: none;
  margin-top: 20px;
}
#faqs .faq .faq_content p {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
#faqs .faq .faq_item.active {
  background-image: url('../img/faq_minus.png');
  background-repeat: no-repeat;
  background-position: left top 30px;
} 
#faqs .callToActionBlock .wrap {
  float: none;
}
#faqs .callToActionBlock {
  margin-bottom: 100px;
}
.greenBorderBlock {
  border: 10px solid #6c9c31;
}
.greenBorderBlock h2 {
  color: #6c9c31;
  text-align: center;
  max-width: 440px;
  margin: 0 auto;
  margin-top: -25px;
  background: #fff;
  margin-bottom: 50px;
}
#debtSettlement.bankruptcy .greenBorderBlock h2 {
  max-width: 560px;
  margin-top: -40px;
}
#debtSettlement.bankruptcy .greenBorderBlock .desc {
  padding: 0 50px 60px;
}
#debtSettlement.bankruptcy .greenBorderBlock hr {
  height: 5px;
  border-bottom: 0;
  background: url(../img/hrborder.png) no-repeat;
  margin-bottom: 50px;
}
.greenBorderBlock ul {
  margin: 0;
  padding: 0;
  margin-top: 15px;
  margin-left: 20px;
}
.greenBorderBlock ul li {
  list-style: square;
  color: #6c9c31;
  line-height: 43px;
}
.greenBorderBlock ul li strong {
  font-weight: 400;
  color: #333333;
}
#debtSettlement.bankruptcy .thirdSection {
  padding: 0;
}
#debtSettlement.bankruptcy .thirdSection .preText {
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}
#debtSettlement.bankruptcy .thirdSection .preText p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
 }
#debtSettlement.bankruptcy .thirdSection .preText a {
  color: #6c9c31;
}
#debtSettlement.bankruptcy .fourthSection {
  background-color: #f2f3f5;
}
#debtSettlement.bankruptcy .fourthSection .note {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  padding: 25px 0;
}
#debtSettlement.bankruptcy .fourthSection .note p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
#debtSettlement.bankruptcy .fourthSection .note p strong {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}
.bankruptcy {
  padding-bottom: 0;
}
#debtSettlement.bankruptcy .thirdSection {
  margin-bottom: 100px;
}
.payYouOwn {
  padding-bottom: 0;
}
.provenResults .provenTable {
  margin: 100px 0;
}
.provenResults {
  padding-bottom: 0;
}
#privacy .firstSection h1 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
}
#privacy .firstSection p {
  color: #333333;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 45px;
}
#privacy .firstSection p strong {
  color: #333333;
  font-size: 21px;
  font-weight: 700;
}
#privacy .firstSection p a {
  color: #6c9c31;
  font-size: 18px;
  font-weight: 400;
}
#privacy .firstSection hr {
  margin: 50px 0;
}
#privacy .firstSection ul {
  margin: 0;
  padding: 0;
  margin-top: 15px;
  margin-left: 20px;
}
#privacy .firstSection ul li {
  list-style: square;
  color: #6c9c31;
  line-height: 2;
}
#privacy .firstSection ul li strong {
  font-weight: 400;
  color: #333333;
}
#privacy .firstSection {
  margin-bottom: 100px;
}
footer  a:hover {
  color: #6c9c31 !important;
  text-decoration: none !important;
}
footer .menu {
  display: block !important;
}

#debtSettlement.debtCalculator .firstSection h1 {
  max-width: 430px;
  margin: 0 auto;
  margin-top: 100px;
}
#debtSettlement.debtCalculator .firstSection h2 {
  max-width: 730px;
  margin: 0 auto;
  margin-top: 5px;
}
#debtSettlement.debtCalculator .secondSection p {
  margin-bottom: 0;
}

#debtSettlement.debtCalculator .inputWrapper,
#PalmBeach .saveSection .inputWrapper {
  background: url(../img/inputWrapperBg.png) no-repeat;
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 30px 0;
  border: 10px solid rgba(227, 227, 227, 0.5);
  margin: 0 auto;
  max-width: 630px;
  width: 100%;
}
#PalmBeach .saveSection .inputWrapper {
  border: 10px solid #f1f1f1;
}
#debtSettlement.debtCalculator .inputWrapper input,
#PalmBeach .saveSection .inputWrapper input {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 5px 0px;
  position: relative;
  top: 2px;
  margin: 0 20px;
  background: url(../img/inputIcon.png) no-repeat;
  background-position: center left 15px;
  padding-left: 60px;
  max-width: 170px;
  border: 1px solid #e3e3e3;
}
#debtSettlement.debtCalculator .underInput {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
}
#debtSettlement.debtCalculator .charts h2 {
  text-align: center;
  margin-bottom: 35px;
}
#debtSettlement.debtCalculator .charts .chart {
  margin-bottom: 100px;
}
.afterCharts {
  display: none;
}
.afterCharts h3 {
  line-height: 28px;
  color: #333333;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 15px;
}
.afterCharts p {
  color: #9a9a9a;
  font-size: 18px;
  font-weight: 400;
}
.afterCharts p span {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
}
.afterCharts .item {
  text-align: center;
  margin: 0 10px;
}
.floatRight {
  float: right;
}
.afterCharts .col-sm-6:first-child {
  border-right: 1px solid #e3e3e3;
}
#debtSettlement.debtCalculator .thirdSection {
  background-color: #f2f3f5;
  margin-bottom: 0;
  padding: 0;
}
#debtSettlement.debtCalculator .thirdSection .note {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
  padding: 25px 0;
}
#debtSettlement.debtCalculator .thirdSection .note p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #9a9a9a;
}
#debtSettlement.debtCalculator .thirdSection .note p strong {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #9a9a9a;
}
#debtSettlement.debtCalculator .thirdSection .note a {
  color: #6c9c31;
  font-size: 16px;
  font-weight: 400;
}
#debtSettlement.debtCalculator .thirdSection .note h3 {
  margin-top: 15px;
}
#debtSettlement.debtCalculator .thirdSection .note h3 a {
  color: #6c9c31;
  font-size: 18px;
  font-weight: 700;
  text-align: center;

}
#debtSettlement.debtCalculator .underInput {
  display: none;
}
#debtSettlement.debtCalculator .charts {
  display: none;
}
.burger-menu {
  position: relative;
}
#applyPage .firstSection h1 {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  max-width: 462px;
  margin: 0 auto;
  margin-top: 100px;
  text-align: center;
}
#applyPage .firstSection {
  margin-bottom: 50px;
}
#applyPage .applySection .formWrapper {
  max-width: 465px;
  margin: 0 auto;
}
#applyPage .applySection .applySectionWrapper {
  padding: 85px 0;
  border: 10px solid rgba(227, 227, 227, 0.5);
}
#applyPage .applySection .formWrapper h2 {
  text-align: center;
  max-width: 403px;
  margin: 0 auto;
  margin-bottom: 40px;
}
#applyPage .applySection .descWrapper {
  max-width: 403px;
  margin: 0 auto;
}
#applyPage .applySection .descWrapper h2 {
  color: #6c9c31;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 40px;
} 
#applyPage .applySection .formGroup {
  width: 100%;
}
#applyPage .applySection .firstFormSection, #applyPage .applySection .secondFormSection, #applyPage .applySection .thirdFormSection {
  text-align: center;
}
#applyPage .applySection .fWrapper {
  position: relative;
}
#applyPage .applySection .fWrapper .secondFormSection{
  display: none;
}
#applyPage .applySection .fWrapper .thirdFormSection{
  display: none;
}
#applyPage .applySection .fWrapper a {
  width: 100%;
  max-width: 222px;
  text-align: center;
  margin: auto 5px;
  margin-top: 30px;

}
#applyPage .applySection .greenBtn.next {
  padding: 14px 35px;
}
.greenBtn.previous {
  border: 1px solid #e3e3e3;
  background-color: #f2f3f5;
  color: #333333;
}
.greenBtn.previous img {
  position: relative;
  top: -2px;
  left: -2px;
}
#applyPage .applySection input[type="submit"] {
  margin: auto 5px;
  background-color: #6c9c31;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 14px 35px;
  cursor: pointer;
  width: 100%;
  max-width: 222px;
  text-align: center;
  margin-top: 30px;
  border: 1px solid #6c9c31;
}
#applyPage .applySection ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
#applyPage .applySection ul li {
  margin: 15px 0;
} 
#applyPage .applySection ul li img {
  position: relative;
  top: -5px;
}
#applyPage .applySection .descWrapper h3 {
  margin-top: 30px;
}
#applyPage .secondSection {
  margin-top: 100px;
  margin-bottom: 50px;
}
#applyPage .thirdSection {
  text-align: center;
  padding: 55px 0;
  border-top: 2px solid #e3e3e3;
}
#applyPage .thirdSection img {
  margin: 10px 25px;
}

#sitemap h1 {
  text-align: center;
}
#sitemap h2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
#sitemap .firstSection ul li {
    list-style: square;
    color: #6c9c31;
    line-height: 2;
}
#sitemap .firstSection {
  margin-bottom: 50px;
}
.sendResumeSection .formWrapp.file input {
  border: 0;
  padding-left: 0;
}
.sendResumeSectionWrapp {
  max-width: 700px;
  margin: 0 auto;
}
span.label {
	font-size: 0.8em;	
	color: #333333;
	font-weight: normal;
	padding: 0 0 2px 2px;
	display: inline-block;
	white-space: normal;
	text-align: left;
	vertical-align: bottom;
	height: 30px;
}
body span.wpcf7-not-valid-tip {
	font-size: 0.8em;	
	padding-left: 30px;
	text-align: left;
}
/*
.wpcf7-not-valid-tip {
  display: none !important;
}
*/
.wpcf7-not-valid {
  border: 1px solid #ff0000 !important;
}

/* Thank you Page */
#thankYou h1 {
  font-size: 3.3em;
  margin-top: 20px;
}
#thankYou #faqs,
#thankYou #faqs h2 {
  margin-top: 0 !important;
}
#thankYou p {
  color: #9a9a9a;
  font-size: 18px;
}
#thankYou .content-gray-block .desc {
  padding: 90px;
}
#thankYou .content-gray-block h2 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: 400;
}
/* End Thank you Page */


/* 404 Page */
.content-gray-block {
  text-align: center;
  background-color: #fff;
}
.grayBorderBlock {
  margin: 80px 0;
  border: 10px solid transparent;
  background-image: url('../img/bg.png');
}
.content-gray-block p {
  font-size: 16px;
}
.content-gray-block a {
  color: #6c9c31;
  font-size: 16px;
}
.content-gray-block h1 {
  color: #6c9c31;
  font-size: 13em;
  margin: 0;
}
.content-gray-block h2 {
  font-size: 21px;
  margin: 15px 0 25px;
}
.content-gray-block .desc {
  margin: 0 auto;
  padding: 140px 0 110px;
}
.content-gray-block .green {
  color: #6c9c31;
}
/* End 404 Page */

/* Palm Beach Page */
#PalmBeach h1, #PalmBeach h2 {
  text-align: center;
}
#PalmBeach h1 {
  font-size: 40px;
  font-weight: 700;  
  margin: 93px 0 35px;
}
#PalmBeach .secondSection {
  margin-bottom: 110px;
}
#PalmBeach .secondSection .container {
  height: 261px;
  padding: 69px 100px 0 513px;
  background: #83b04c url('../img/Palm/Paml-bg-01.jpg') no-repeat 0 0;
}
  #PalmBeach .secondSection p,
  #PalmBeach .secondSection .header {
    color: #fff;
    text-align: center;
  }
  #PalmBeach .secondSection .header {
    font-size: 30px;
    font-weight: 700;
  }
  #PalmBeach .secondSection p {
      line-height: 36px;
    }
#PalmBeach .thirdSection {
  margin-bottom: 79px;
}
  #PalmBeach .thirdSection h2 {
    margin-bottom: 40px;
  }
  #PalmBeach .thirdSection .textArea {
      max-width: 935px;
      margin: 0 auto;
  }
  #PalmBeach .thirdSection p {
      line-height: 33px;
  }
#PalmBeach .fourthSection {
  height: 479px;
  margin-bottom: 53px;
  background: #838383 url('../img/Palm/Paml-bg-02.jpg') no-repeat center center;
  background-size: cover;
}
#PalmBeach .formSection {
  margin-bottom: 107px;
}
  #PalmBeach .formSection h3 {
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 36px;
  }
  #PalmBeach .formSection ul {
    padding-left: 20px;
  }
  #PalmBeach .formSection ul li {
    margin-bottom: 25px;
    list-style: square;
    line-height: 25px;
  }
  #PalmBeach .formSection .listArea {
    margin-top: 113px;
  }
  #PalmBeach .formSection .formArea .header,
  #PalmBeach .formSection .formArea .smallText {
    color: #a7a7a7;
    font-size: 20px;
    text-align: center;
  }
  #PalmBeach .formSection .formArea .phoneText {
    color: #6c9c31;
    font-size: 33px;
    font-weight: 700; 
    text-align: center;
  }
  #PalmBeach .formSection .wpcf7 {
    margin-top: 13px;
  }
  #PalmBeach .formSection .formWrapp textarea {
    height: 125px;
  }
  #PalmBeach .formSection input[type="submit"] {
    margin: 0;
  }
#PalmBeach .findSection {
  background-color: #f2f3f5;
  margin-bottom: 10px;
}
  #PalmBeach .findSection h2 {
    text-align: left;
    margin-bottom: 42px;
  }
  #PalmBeach .findSection .container {
    height: 480px;
    padding: 81px 520px 0 0;
    background: url('../img/Palm/Paml-bg-03.jpg') no-repeat right bottom;
  }
  #PalmBeach .findSection p {
    line-height: 33px;
  }
#PalmBeach .saveSection {
  padding-top: 65px;
  margin-bottom: 10px;
  background-color: #6c9c31;
}
  #PalmBeach .saveSection .header {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 4px;
  }
  #PalmBeach .saveSection .text {
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
  }
  #PalmBeach .saveSection .inputWrapper {
    margin-bottom: 89px;
  }
#PalmBeach .testimonials {
  margin-bottom: 10px;
  background-color: #f2f3f5;
}
  #PalmBeach .testimonials h2 {
    margin-top: 92px;
    margin-bottom: 50px;
  }
  #PalmBeach .testimonials .container {
    min-height: 745px;
  }
  #PalmBeach .testimonials .col-sm-4 {
    padding: 0 10px;
  }
  #PalmBeach .testimonials .item {
    min-height: 450px;
    padding: 55px 44px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
  }
  #PalmBeach .testimonials .item .textArea {
    font-style: italic;
    margin-bottom: 50px;
  }
  #PalmBeach .testimonials .item .textName {
    color: #9c9c9c;
  }
#PalmBeach .helpedSection {
    min-height: 407px;
    background: url('../img/Palm/Paml-bg-04.jpg') no-repeat center center;
    background-size: cover;
}
  #PalmBeach .helpedSection .container {
      text-align: center;
      padding: 82px 0 0 357px;
  }
  #PalmBeach .helpedSection p {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
  }
#PalmBeach .howSection {
  padding-top: 160px;
  min-height: 900px;
}
  #PalmBeach .howSection h2 {
    margin-bottom: 50px;
  }
  #PalmBeach .howSection .textArea {
    max-width: 910px;
    margin: 0 auto 130px;
  }
  #PalmBeach .howSection p {
    line-height: 34px;
  }
#PalmBeach .contactSection,
#post .contactSection {
  background-color: #6c9c31;
  padding-bottom: 67px;
}
  #PalmBeach .contactSection .callArea,
  #post .contactSection .callArea {
    color: #fff;
    margin-top: 157px;
    min-height: 350px;
    text-align: center;
    background-color: #5c8627;
  }
  #PalmBeach .contactSection .callArea .header,
  #post .contactSection .callArea .header {
    margin-top: 124px;
    margin-bottom: 3px;
  }
  #PalmBeach .contactSection .callArea .phone,
  #post .contactSection .callArea .phone {
    font-size: 33px;
    font-weight: 700;
    padding-left: 35px;
    background: url('../img/Palm/palm-phone.png') no-repeat 37px 8px;
  }
  #PalmBeach .contactSection h2,
  #post .contactSection h2 {
    color: #fff;
    margin: 85px 0 33px; 
  }
  #PalmBeach .contactSection .formWrapp textarea,
  #post .contactSection .formWrapp textarea {
    height: 273px;
  }
  #PalmBeach .contactSection input[type="submit"],
  #post .contactSection input[type="submit"] {
    border: 0;
    margin-top: -2px;
    background-color: #323232;
  }
  #PalmBeach .contactSection .formGroup.rightBlock,
  #post .contactSection .formGroup.rightBlock {
    padding-left: 15px;
  }

#PalmBeach .drivingSection {
  margin-bottom: 50px;
}
#PalmBeach .drivingSection h2 {
  padding-top: 115px;
  margin-bottom: 45px;
}
#PalmBeach .drivingSection #routeStart {
  min-width: 265px;
  line-height: 55px;
  margin-top: 20px;
  padding-left: 22px;
}
#PalmBeach .drivingSection input[type="submit"] {
  border: 0;
  padding: 15px 0;
  min-width: 265px;
  margin-top: 12px;
}
#PalmBeach .drivingSection table tr td {
    padding: 5px 10px;
    border: 1px solid #f3f3f3;
}
@media(max-width: 480px) {
  #PalmBeach .secondSection .container {
    padding: 20px 10px;
    background: #83b04c;
  }
  #PalmBeach .secondSection .header {
    font-size: 25px;
    padding: 20px 30px 30px;
  }
  #PalmBeach .secondSection p {
    line-height: 24px;
    padding: 0 30px;
  }
   #PalmBeach .secondSection p br {
    display: none; 
  }
  #PalmBeach h1 {
    font-size: 30px;
    margin-top: 33px;
  }
  #PalmBeach .secondSection,
  #PalmBeach .thirdSection,
  #PalmBeach .findSection,
  #PalmBeach .testimonials,
  #PalmBeach .howSection .textArea,
  #PalmBeach .saveSection {
    margin-bottom: 50px;
  }
  #PalmBeach .formSection .listArea {
    margin-top: 0;
  }
  #PalmBeach .formSection {
    margin-bottom: 40px;
  }
  #PalmBeach .findSection .container {
    height: auto;
    padding: 490px 20px 20px;
    background: url(../img/Palm/Paml-bg-03.jpg) no-repeat right top;
  }
  #PalmBeach .findSection h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #PalmBeach .helpedSection {
    background-position: 43% center;
  }
  #PalmBeach .helpedSection .container {
    padding: 10px;
  }
  #PalmBeach .howSection {
    padding-top: 50px;
  }
  #PalmBeach .howSection h2 {
    margin-bottom: 40px;
    font-size: 25px;
  }
  #PalmBeach .howSection .item {
    margin-bottom: 25px;
    text-align: center;
  }
  #PalmBeach .saveSection {
    padding-top: 40px;
  }
  #PalmBeach .saveSection .header {
    font-size: 30px;
  }
  #PalmBeach .saveSection .inputWrapper {
    margin-bottom: 40px;
    background: #fff;
  }
  #PalmBeach .saveSection .greenBtn {
    margin-top: 10px;
  }
  #PalmBeach .contactSection .callArea {
    min-height: inherit;
    margin-top: 0;
    padding: 20px;
  }
  #PalmBeach .contactSection .callArea .header {
    margin-top: 0;
  }
  #PalmBeach .contactSection h2 {
    font-size: 24px;
    margin: 40px 0 25px;
  }
  #PalmBeach .contactSection {
    padding-bottom: 0;
  }
  #PalmBeach .drivingSection h2 {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  #PalmBeach .drivingSection #routeStart,
  #PalmBeach .drivingSection input[type="submit"] {
    width: 100%;
  }
  #PalmBeach .testimonials h2 {
    margin: 40px 0;
  }
  #PalmBeach .testimonials .item {
    padding: 40px 30px;
    min-height: inherit;
    margin-bottom: 20px;
  }
  #PalmBeach .testimonials .item .textArea {
    margin-bottom: 20px;
  }
}
/* End Palm Beach Page */

/* Post Navigation */
.post-navigation {
  margin-bottom: 50px;  
}
.post-navigation h4 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 25px;
}
.post-navigation .desc {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  max-height: 164px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-navigation .desc p {
  margin-bottom: 0;
  font-size: 16px;
}
a.link-read {
  color: #6c9b31;
  font-size: 15px;
  padding-left: 25px;
  background: url('../img/Icons/read-more.png') no-repeat 0 0;
}
.post-navigation a.link-nav {
  color: #6c9b31;
  display: block;
  width: 110px;
  height: 31px;
  margin-bottom: 10px;
  background: url('../img/Icons/post-arrows.png') no-repeat 0 0;
}
.post-navigation a.link-next {
  width: 80px;
  float: right;
  background-position: -120px 0;
}
/* End Post Navigation */


@media(max-width: 1440px) {
  header .menu ul li:hover ul {
    display: block;
    padding: 0 9%;
  }
}


@media(max-width: 1360px) {
  .slick-prev {
    left: -25px !important;
  }
  .slick-next {
    right: -25px !important;
  }
}

@media(max-width: 1280px) {
  header .menu ul li:hover ul {
    display: block;
    padding: 0 4%;
  }
}

@media(max-width: 1199px) {
  footer .logoWrapper {
    text-align: center;
  }
  footer .logoWrapper .wrap {
    text-align: left;
    margin: 20px auto;
  }
  #homePage .thirdSection h2 {
    margin-top: 0;
  }
  #homePage .thirdSection .desc {
    margin-top: 75px;
  }
  header .menu .greenBtn {
    padding: 7px 15px;
  }
  header .menu ul li {
    margin-left: 13px;
  }
  header .menu ul li a {
    font-size: 16px;
  }
}
@media(max-width: 991px) {
  header.fixed .fixedBurgerWrapper {
    display: none !important;
  }
  header .headerItem {
    margin-left: 40px;
  }
  .burgerToggle {
    display: block;
  }
  .menu {
    display: none;
  }
  .mobileMenu .menu {
    display: block;
  }
  .mobileMenu .menu .greenBtnWrap {
    display: none;
  }
  header .logo img {
    margin-top: 15px;
  }
  footer .logoWrapper .wrap a {
    font-size: 21px;
  }
  footer .logoWrapper .wrap span {
    font-size: 14px;
  }
  footer .logoWrapper .wrap .contacts a {
    font-size: 13px;
  }
  footer .logoWrapper .wrap .contacts p {
    font-size: 13px;
  }
  footer .footerMenu ul li ul li a {
    font-size: 14px;
  }

  footer .socialsLinks a {
    margin-left: 15px;
  }
  #homePage .thirdSection h2 {
    margin-bottom: 15px;
    font-size: 24px;
  }
  #homePage .thirdSection .cards .item h3 {
    margin-bottom: 30px;
  }
  #homePage .thirdSection .cards .item .desc {
    margin-top: 30px;
  }
  #homePage .thirdSection .cards .item span {
    font-size: 60px;
  }
  #homePage .thirdSection p {
    font-size: 14px;
  }
  #homePage .thirdSection .desc {
    margin-top: 40px;
  }
  .provenTable thead td {
    padding: 22px 0;
    text-align: center;
  }
  .provenTable tbody td{
    padding: 22px 5px !important;
    text-align: center; 
  }
  .slick-prev {
    display: none !important;
  }
  .slick-next {
    display: none !important;
  }
  .big_form {
    background: #f1f2f4;
  }
  .sidebarWrapper {
    padding: 10px 10px;
  }
  #post .content {
    margin-top: 20px;
  }
  .content .postsList {
    margin-top: 0;
  }
  #contactPage .firstSection .desc {
    margin-top: 50px;
  }
  #contactPage .firstSection .contactWrapp {
    padding: 20px;
  }
  #contactPage .firstSection {
    padding-top: 50px;
  }
  #debtSettlement .secondSection .titleWrapper {
    width: 30%; 
    padding: 0 15px;
  }
  #debtSettlement .secondSection .imgWrapp {
    width: 69%;
    padding: 0 15px;
  }
  #applyPage .applySection input[type="submit"] {
    margin-left: 25px;
  }
}

@media(max-width: 767px) {
  header .headerItem .wrap {
    display: none;
    text-align: center;
  }
  header .logoWrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  header .logo img {
    max-width: 150px;
  }
  footer .logoWrapper img {
    display: block;
    margin: 0 auto;
  }
  footer .logoWrapper {
    display: block;
  }
  footer .footerMenu ul {
    text-align: center;
  }
  footer .socialsLinks {
    float: none;
    width: 100%;
    margin: 30px 0;
  }
  footer .socialsLinks a {
    margin: 20px 10px 0px;
    width: 20%;
    text-align: center;
  }
  footer .footerSubMenu ul li {
    width: 33.333%;
    text-align: center;
    margin: 0;
  }
  footer .copyright {
    text-align: center;
    padding: 20px 0;
  }
  footer .copyright .developedBy p {
    text-align: center;
  }
  #homePage .secondSection .item {
    margin-bottom: 30px;
  }
  #homePage .thirdSection .cards .item {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    float: none;
    margin-bottom: 30px;
  }
  #homePage .thirdSection .cards .item:nth-child(2){
    top: 0;
  }
  #homePage .thirdSection {
    text-align: center;
  }
  #homePage .thirdSection .desc {
    margin-bottom: 40px;
  }
  #homePage .thirdSection .cards .item .desc {
    margin-bottom: 0;
  }
  #homePage .secondSection {
    padding: 50px 0;
  }
  #homePage .thirdSection {
    padding: 50px 0;
  }
  #homePage .thirdSection .subMainContainer {
    margin-top: 30px;
    text-align: center;
  }
  .callToActionBlock {
    text-align: center;
  }
  .callToActionBlock .wrap {
    float: none;
  }
  .callToActionBlock .greenBtn {
    margin-left: 0;
    margin-top: 30px;
  }
  .provenTable table thead td {
    font-size: 12px;
    padding: 5px 0;
  }
  .provenTable table tbody td {
    font-size: 12px;
    padding: 5px !important;
  }
  .provenTable table tbody td:first-child {
    font-size: 12px !important;
    padding: 5px 0 !important;
  }
  .content .desc {
    margin: 0;
  }
  #debtSettlement .secondSection .titleWrapper {
    width: 100%;
    margin-bottom: 50px;
  }
  #debtSettlement .secondSection .imgWrapp {
    display: none;
  }
  #debtSettlement .secondSection h2 {
    text-align: center;
  }
  #debtSettlement .secondSection .mBottom {
    margin-bottom: 0;
  }
  #debtSettlement.bankruptcy .greenBorderBlock .desc {
    padding: 0 20px 60px;
  }
  #aboutUs.employee .greenBorder .item {
    margin-bottom: 50px; 
  }
  #aboutUs.employee .firstSection h2 {
    line-height: 1.3;
  }
  .afterCharts .floatRight {
    float: none;
  }
  .afterCharts .item {
    margin: 30px auto;
  }
  #applyPage .applySection .descWrapper {
    margin-top: 100px;
  }
  #applyPage .applySection .applySectionWrapper {
    padding: 0;
  }
  #applyPage .applySection .formWrapper {
    padding-top: 50px;
  }
}

@media(max-width: 480px) {
  header .headerItemWrapper {
    margin-top: 20px;
    height: 40px;
  }
  header .headerItem {
    margin-left: 18px;
    padding-top: 0 !important;
  }
  .burgerToggle {
    margin-top: 8px;
  }
  footer .socialsLinks a {
    width: 18%;
  }
  #feedback {
    display: none;
  }
  .tp-mask-wrap .showPopup {
    display: none !important;
  }
  /* Popup */
  popup {
    max-height: inherit;
    max-height: calc(100vh - 210px);
    overflow-y: auto;
  }
  popup .form {
    padding: 0 50px 0px;
  }
  popup .desc h2 {
    margin-top: 15px;
    font-size: 27px;
    line-height: 33px;
  }
  popup .desc h3 {
    font-size: 16px;
    line-height: 21px;
  }
  popup .desc p {
    padding: 0 10px;
  }
  /* End Popup */
  .content-gray-block h1 {
    font-size: 7em;
  }
  .content-gray-block h2 {
    font-size: 15px;
    margin: 15px 0 15px;
  }
}
.clear {
	clear: both;
}


