/*   
Theme Name: O'Connor & Associates - New
Description: O'Connor & Associates Wordpress New Theme
Author: Admin New Tempplate
*/

/*** Reset ***/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: none;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
:focus {
  outline: 0;
}
img {
  vertical-align: bottom;
  max-width: 80%;
  height: auto;
  width: auto; /* ie8 */
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
html,
body {
  height: 100%;
}

/*** General Settings ***/
body {
  background: #fff;
  color: #474747;
  font-size: 16px;
  font-family: "RobotoRegular";
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-bottom: 15px;
}
p {
  margin: 0 0 15px 0;
  line-height: 1.7em;
}
element {
  cursor: pointer;
}

/*** CSS IDs ***/
body.admin-bar #top {
  margin-top: 32px;
}
#top {
  height: 117px;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
#top::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #eee;
}
#top .container {
  width: 100%;
  max-width: 1230px;
}
#uppertop {
  background: #51b84b;
  padding: 8px 0;
  font-family: "open_sansregular";
  color: #fff;
}
#uppernav ul li {
  float: left;
  display: block;
  margin: 0 20px 0 0;
}
#uppernav ul li a {
  display: block;
  font-size: 13px;
  position: relative;
  padding: 0 0 0 33px;
  color: #fff;
}
#uppernav ul li a::before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
}
#uppernav ul li:nth-of-type(1) a::before {
  background: url(images/topmenu-icon1.png) no-repeat scroll 0 0;
}
#uppernav ul li:nth-of-type(2) a::before {
  background: url(images/topmenu-icon2.png) no-repeat scroll 0 0;
}
#uppernav ul li:nth-of-type(3) a::before {
  background: url(images/topmenu-icon3.png) no-repeat scroll 0 0;
}
#phonenum {
  font-size: 13px;
}
#phonenum span {
  position: relative;
  padding: 0 0 0 33px;
}
#phonenum span:before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  background: url(images/phone-icon-new.png);
}
#phonenum a {
  color: #fff;
}
#maintop {
  margin: 0% 0% 0% 0%;
}
#logo {
  padding: 14px 0 0 0;
  margin-left: -10%;
}
#logo img { 
	vertical-align: unset;
}
#pagenav {
  margin: -6% -3% 0% 0%;
}
#pagenav > ul > li {
  display: block;
  float: left;
  margin-left: 1px;
}
#pagenav > ul > li > a > i {
  display: none;
}
#pagenav > ul > li:hover > a,
#pagenav > ul > li.current-menu-ancestor > a,
#pagenav > ul > li.current_page_item > a {
  background: #f5f5f5;
  color: #51b84b;
}
#pagenav > ul > li:hover > a::after,
#pagenav > ul > li.current-menu-ancestor > a::after,
#pagenav > ul > li.current_page_item > a::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #51b84b;
  position: absolute;
  left: 0;
  bottom: 0;
}

#pagenav > ul > li > ul {
  display: none;
}
#pagenav > ul > li.mob-only {
  display: none;
}

#pagenav ul li:hover > ul {
  display: block;
}

#pagenav > ul > li.menu-item-has-children > ul {
  position: absolute;
  background: #ededed;
  margin-top: -1px;
  z-index: 99;
}
#pagenav ul > li > ul > li {
  border-top: 1px solid #e4e4e4;
}
#pagenav ul > li > ul > li > a {
  display: block;
  color: #247620;
  font-family: "RobotoRegular";
  font-size: 13px;
  padding: 8px 14px;
}
#pagenav ul > li > ul > li:hover > a,
#pagenav ul > li > ul > li.current_page_item > a,
#pagenav ul > li > ul > li.current-menu-ancestor > a {
  background: #4db748;
  color: #fff;
}
#pagenav ul li ul > li.menu-item-has-children {
  position: relative;
}
#pagenav ul li ul > li.menu-item-has-children > ul {
  position: absolute;
  top: -1px;
  min-width: 235px;
  right: -235px;
  background: #ffcd11;
}
#pagenav ul li ul > li ul li {
  border-top: 1px solid #ededed;
}
#pagenav ul li ul > li.menu-item-has-children > a i {
  position: absolute;
  right: 10px;
  top: 0.7em;
  font-size: 11px;
  padding-left: 20px;
}
#pagenav ul > li.menu-item-232 ul {
  min-width: 197px;
}
#mob-pagenav,
#mobnav {
  display: none;
}
#linken {
  padding: 10px 0 11px 10px;
}
#linken i {
  display: block;
  background: #000;
  color: #fff;
  padding: 7px;
  width: 50px;
  cursor: pointer;
  margin-right: 3px;
  margin-top: -3px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(235, 235, 235, 1);
  -moz-box-shadow: 3px 3px 0px 0px rgba(235, 235, 235, 1);
  box-shadow: 3px 3px 0px 0px rgba(235, 235, 235, 1);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.115s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

#mob-pagenav .mobnav {
  position: absolute;
  text-align: left;
  z-index: 9999;
  width: 40%;
  background: #000;
  right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#mob-pagenav .mobnav li {
  border-top: 1px solid #222;
}
#mob-pagenav .mobnav li a {
  color: #eee;
  font-size: 13px;
  display: block;
  padding: 5px 10px;
}
#mob-pagenav .mobnav li ul li a {
  padding: 5px 30px;
}
#mob-pagenav .mobnav li ul li ul li a {
  padding: 5px 50px;
}
#mob-pagenav .mobnav li:hover > a {
  background: #4db748;
  color: #fff;
}

#banner-area {
  position: relative;
  padding-top: 117px;
}
#banner-area::after {
  content: "";
  background: url(images/divshadow.png) repeat-x scroll 0 0;
  width: 100%;
  height: 30px;
  display: block;
  position: absolute;
  bottom: -30px;
}
#main-content {
  min-height: 400px;
  padding: 4% 0 0 0;
  position: relative;
}
#main-content > #page-entry > p {
  display: none;
}
#main-content.innerpage {
  padding: 150px 0 30px 0;
}

/* New HP */
.home #main-content {
  padding-top: 103px !important;
}
#newhpbanner {
  background: url(images/newhpbanner.jpg) no-repeat scroll 0 0;
  background-size: cover;
  color: #fff;
  padding: 100px 0 80px 0;
  font-family: "montserratlight";
  font-size: 18px;
}
#newhpbanner .entry h1 {
  text-shadow: 0 1px 10px #000;
  font-family: "montserratlight";
  font-size: 30px;
  line-height: 1.5em;
  margin: 0 0 100px 0;
}
#newhpbanner .entry h1 strong {
  font-size: 50px;
  font-family: "montserratextra_bold";
  display: inline-block;
  padding-bottom: 25px;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 20px;
}
#newhpbanner .entry h1 strong::after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #51b84b;
}
#newhpbanner .entry a {
  color: #fff;
  border: 1px solid #51b84b;
  display: inline-block;
  padding: 2px 20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

#main-left {
  width: 71%;
}
#main-right {
  width: 25.5%;
}

#savings-calculator {
  padding: 4% 0 3% 0;
}
#savings-calculator > br {
  display: none;
}
#savings-calculator .entry h1,
#savings-calculator .entry h2 {
  font-size: 48px;
  color: #000;
  font-family: "RobotoBold";
}
#savings-calculator .entry h1 em,
#savings-calculator .entry h2 em {
  color: #3a8c36;
  font-style: normal;
}
#savings-calculator .entry p {
  font-size: 18px;
  margin: 0;
  color: #444;
}
#savings-calculator .entry p.txt-center {
  margin: 0 0 40px 0 !important;
}
#savings-calculator label {
  font-size: 15px;
  color: #606060;
  font-weight: 600;
  margin: 0 0 10px 0;
  display: inline-block;
  width: 100%;
  font-family: "RobotoMedium";
}
#savings-calculator input[type="text"],
#savings-calculator input[type="amount"],
#savings-calculator select {
  border: 1px solid #e3e3e3;
  color: #444;
  font-family: "RobotoLight";
  font-size: 17px;
  padding: 15px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#savings-calculator input.building_cost {
  padding-left: 26px;
}
#savings-calculator select {
  cursor: pointer;
}
#savings-calculator input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #444;
}
#savings-calculator input::-moz-placeholder {
  /* Firefox 19+ */
  color: #444;
}
#savings-calculator input:-ms-input-placeholder {
  /* IE 10+ */
  color: #444;
}
#savings-calculator input:-moz-placeholder {
  /* Firefox 18- */
  color: #444;
}

#savings-calculator .content-column {
  position: relative;
}
#savings-calculator .content-column i {
  position: absolute;
  left: 15px;
  bottom: 19px;
}

#calculated-results {
  background: #3a8c36;
  padding: 0;
  color: #fff;
  position: relative;
  width: 70%;
  margin: 1% 15%; /*margin: 0 0 60px 0;*/
}
#calculated-results.calcu-with-results {
  margin-top: 100px;
}
#calculated-results::after {
  content: "";
  background: url(images/divshadow.png) repeat-x scroll 0 0;
  width: 100%;
  height: 30px;
  display: block;
  position: absolute;
  bottom: -30px;
  z-index: -9;
}
#calculated-results .entry > .content-column.two_third {
  padding: 4% 0 4% 0;
  position: relative;
}
#calculated-results .entry > .content-column.two_third::before {
  position: absolute;
  top: -16px;
  content: "\f0d7";
  display: inline-block;
  width: 100%;
  left: 0;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 40px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
#calculated-results > br {
  display: none;
}
#calculated-results .entry h1 {
  font-size: 36px;
  color: #fff;
  font-family: "RobotoLight";
  margin: 0 0 30px 0;
  position: relative;
}
#calculated-results .entry h1 strong {
  font-family: "RobotoBold";
  font-weight: normal;
}
#calculated-results p {
  font-size: 16px;
  color: #fff;
  line-height: 1.3em;
  padding: 0 22px;
  margin: 0 0 10px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#calculated-results p span {
  border: 1px solid #e3e3e3;
  display: inline-block;
  margin: 10px 0 0 0;
  font-size: 17px;
  background: #fff;
  padding: 15px;
  width: 100%;
  color: #3a8c36;
  font-family: "RobotoBold";
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#calculated-results p em {
  font-style: normal;
}
#calculated-results .btnsubmit {
  border: 7px solid #378034;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  width: 300px;
  background: #223d21;
  padding: 0 0 5px 0;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
#calculated-results .btnsubmit.noresultsyet {
  top: -50px;
}
#calculated-results .btnsubmit p {
  display: none;
}
#calculated-results .btnsubmit .btn {
  width: 100%;
  cursor: pointer;
  padding: 20px;
  font-size: 28px;
  color: #247620;
  font-family: "RobotoBold";
  border: 0;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px 8px 12px 12px;
  -moz-border-radius: 8px 8px 12px 12px;
  -ms-border-radius: 8px 8px 12px 12px;
  -o-border-radius: 8px 8px 12px 12px;
  border-radius: 8px 8px 12px 12px;
}
#calculated-results .btnsubmit i {
  background: #4db748;
  display: block;
  padding: 25px 25px 22px 25px;
  position: absolute;
  right: 0;
  font-size: 30px;
  border-radius: 0 8px 8px 0;
}
#calculated-results .entry > .content-column.one_third {
  background: #ebebeb;
  padding: 0;
}
#calculated-results .entry > .content-column.one_third .calcuside {
  text-align: center;
  padding: 4%;
  position: absolute;
  background: #ebebeb;
  bottom: -30px;
  right: 0;
  width: 31.3%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#calculated-results .entry > .content-column.one_third::before {
  content: "";
  background: url(images/edge-shape.png) no-repeat scroll 0 0;
  width: 31px;
  height: 30px;
  position: absolute;
  bottom: -30px;
  right: 31.3%;
  z-index: 99;
}
#calculated-results .entry > .content-column.one_third::after {
  content: "";
  /*background:url(images/grey-fadetrans.png) repeat-x scroll 0 0;*/
  height: 52px;
  width: 31.3%;
  display: block;
  position: absolute;
  z-index: 99;
  right: 0;
  bottom: -30px;
}
#calculated-results .entry > .content-column.one_third .calcuside > h2 {
  color: #000;
  font-family: "RobotoLight";
  font-size: 36px;
  margin: 0 0 100px 0 !important;
}
#calculated-results .entry > .content-column.one_third .calcuside h2 strong {
  font-family: "RobotoBold";
}
#calculated-results .entry > .content-column.one_third .calcuside h2 a {
  color: #000;
}
#calculated-results .entry > .content-column.one_third .calcuside p {
  margin: 60px 0;
  display: block;
}
#calculated-results
  .entry
  > .content-column.one_third
  .gform_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  p {
  width: 100%;
  font-size: 13px;
  margin-bottom: 0 !important;
  font-family: "RobotoLight";
  line-height: 1.5em;
  color: #474747;
  margin: 0;
  text-align: left;
  padding: 0;
}

#calculated-results .btnyes {
  text-align: center;
}
#calculated-results .btnyes a {
  display: inline-block;
  color: #fff;
  background: #4db748;
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "RobotoBold";
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
#calculated-results .btnyes a:hover {
  background: #20721c;
}

#below-slider {
  /* margin:-35px 0 0 0; */
  padding: 0 10px;
}
#below-slider > p {
  display: none;
}
#below-slider h1 {
  font-size: 35px;
  color: #000;
  font-family: "RobotoBold";
  margin: 0;
  text-align: center;
}

#about {
  padding: 20px 0 20px 0;
}
#about .clear_column {
  margin: 0 0 35px 0;
}
#about .entry p {
  font-size: 22px;
  font-family: "RobotoLight";
  line-height: 1.8em;
  margin: 0 0 25px 0;
}
#about .entry p > strong {
  color: #3a8c36;
  font-family: "RobotoBold";
}
#about .entry br {
  display: none;
}
#about .entry .content-column.one_third p {
  margin: 0;
}
#about .entry .content-column h2 {
  background: #eaeaea;
  margin: 0 0 25px 0;
  font-size: 22px;
  font-family: "RobotoLight";
  color: #000;
  padding: 20px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
#about .entry .content-column h1 strong {
  font-family: "RobotoBold";
}
#about .entry .content-column img {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
#about .entry .content-column.two_third > .content-column.one_half {
  width: 50%;
  margin: 0;
}
#about .entry .content-column.two_third > .content-column.one_half h1 {
  margin: 0;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}
#about
  .entry
  .content-column.two_third
  > .content-column.one_half.last_column
  h1 {
  border-left: 1px solid #767676;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}
#about .entry .content-column.two_third > .content-column.one_half ul {
  padding: 25px 60px;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
  min-height: 210px;
}
#about
  .entry
  .content-column.two_third
  > .content-column.one_half.last_column
  ul {
  border-left: 1px solid #dfdfdf;
}
#about .entry .content-column.two_third > .content-column.one_half ul li {
  line-height: 1.7em;
  font-size: 18px;
  margin: 0 0 20px 0;
}
#about .entry .content-column.two_third > .content-column.one_half ul li i {
  color: #30972b;
  top: 0.4em;
}
#about .entry .content-column.two_third > h2 {
  text-align: center;
  font-size: 24px;
  color: #4db748;
  font-family: "RobotoBold";
  margin: 0 0 20px 0;
}
#about .btn-button {
  text-align: center;
}
#about .btn-button .btn {
  width: 300px;
  line-height: 2em !important;
}
#about .entry .content-column.one_third.last_column p {
  font-size: 18px;
  margin: 0 0 15px 0;
}
#about .entry .content-column.one_third.last_column img {
  width: inherit;
}

#as-seen {
  text-align: center;
  background: #ebebeb;
  border-top: 1px solid #e1dede;
  padding: 50px 0 0 0;
}
#as-seen ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}
#as-seen ul li h2 {
  font-size: 30px;
  font-family: "RobotoLight";
  color: #000;
  margin: 0;
  /*background:url(images/sepline.png) repeat-y scroll 100% 0;*/
  padding: 65px 60px 75px 0;
}
#as-seen ul li h2 a {
  color: #000;
}
#as-seen ul li h1 strong {
  font-family: "RobotoBold";
}
#as-seen ul li img {
  padding: 23px 0 0;
}
#as-seen ul li:nth-of-type(3) img {
  padding: 15px 0 0 0;
}
#as-seen ul li:nth-of-type(4) img {
  padding: 30px 0 0 0;
}

#process-works {
  text-align: center;
  background: url(images/greentxture-bgimg.jpg) repeat scroll 0 0;
  color: #fff;
  font-size: 17px;
  padding: 140px 0 100px 0;
  position: relative;
}
#process-works::before {
  content: "";
  background: url(images/curvedbottomedge.png) no-repeat scroll 0 0;
  height: 100%;
  width: 100%;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#process-works h2 {
  font-size: 56px;
  font-family: "RobotoLight";
  margin: 0 0 40px 0;
}
#process-works h2 strong {
  font-family: "RobotoBold";
}
#process-works .entry > p {
  display: none;
}
#process-works .entry .content-column p {
  text-align: left;
}
#process-works .entry .content-column p::before {
  content: "";
  width: 100%;
  height: 55px;
  display: block;
  margin: 0 0 20px 0;
}
#process-works .entry .content-column:nth-of-type(1) p::before {
  background: url(images/processwork1.png) no-repeat scroll 50% 100%;
}
#process-works .entry .content-column:nth-of-type(2) p::before {
  background: url(images/processwork2.png) no-repeat scroll 50% 100%;
}
#process-works .entry .content-column:nth-of-type(3) p::before {
  background: url(images/processwork3.png) no-repeat scroll 50% 100%;
}
#process-works .entry .content-column a {
  color: #fff;
}
#tax-counter {
  background: url(images/city-shaped.png) no-repeat scroll 0 0;
  background-size: 100% 100%;
  width: 100%;
  height: 570px;
  margin-top: -105px;
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 9;
}
#tax-counter .entry {
  padding: 160px 0 0 0;
}
#tax-counter .entry h3 {
  font-size: 50px;
  text-transform: uppercase;
  font-family: "RobotoBold";
  margin: 0;
}
#tax-counter .entry > p {
  margin: 0;
  font-size: 95px;
}
/*#tax-counter em, */
#tax-counter em {
  font-style: normal;
}
#tax-counter span,
#tax-counter strong,
#tax-counter em {
  display: inline-block;
  background: #235421;
  font-style: normal;
  line-height: 1.1em;
  padding: 5px 10px;
  margin: 0 5px;
  font-family: "RobotoBold";
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

#usmap {
  background: url(images/bgmap.jpg) no-repeat scroll 100% 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  position: relative;
  margin-top: -100px;
  padding: 120px 0 0 0;
}
#usmap .container {
  width: 1000px;
}
#usmap .entry > p {
  display: none;
}
#usmap .entry h3 {
  text-align: center;
  color: #fff;
  font-size: 48px;
  margin: 0 0 -50px 0;
}
#usmap .entry h3 strong {
  font-family: "RobotoBold";
}
.jvectormap-tip {
  background: #235421 !important;
  text-align: center;
  margin-top: -80px !important;
  padding: 10px 0 0 0 !important;
  font-size: 18px !important;
  font-family: "RobotoBold" !important;
  margin-left: 100px;
}
.jvectormap-tip span {
  background: #000 !important;
  display: block;
  padding: 10px;
  margin: 10px 0 0 0;
  font-size: 15px;
  font-family: "RobotoLight";
  position: relative;
}
.jvectormap-tip span::before {
  content: "\f0d7";
  display: inline-block;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: -30px;
  color: #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 50px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

#why {
  background: #f1f0f0;
  padding: 80px 0 120px 0;
}
#why .entry > p {
  display: none;
}
#why .entry h3 {
  font-size: 56px;
  font-family: "RobotoLight";
  margin: 0 0 60px 0;
  text-align: center;
  color: #000;
}
#why .entry h3 strong {
  font-family: "RobotoBold";
  color: #3a8c36;
}
#why .entry .content-column,
#why .entry .content-column.last_column {
  margin: 0;
  width: 33.3%;
  background: #e5e5e5;
  padding: 60px 30px;
  font-size: 16px;
  border: 1px solid #c9c9c9;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 450px;
}
#why .entry .content-column p {
  color: #222;
  text-shadow: 0 1px 0 #fff;
}
#why .entry .content-column p strong {
  font-family: "RobotoBold";
  color: #3a8c36;
}
#why .entry .content-column p::before {
  content: "";
  width: 100%;
  height: 79px;
  display: block;
  margin: 0 0 30px 0;
}
#why .entry .content-column:nth-of-type(1),
#why .entry .content-column:nth-of-type(3) {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
#why .entry .content-column:nth-of-type(5),
#why .entry .content-column:nth-of-type(7) {
  border-left: 0;
  border-right: 0;
}
#why .entry .content-column:nth-of-type(2) {
  border-bottom: 0;
}
#why .entry .content-column:nth-of-type(2),
#why .entry .content-column:nth-of-type(5),
#why .entry .content-column:nth-of-type(7) {
  background: #f1f0f0;
}
#why .entry .content-column:nth-of-type(1) p::before {
  background: url(images/whyimg1.png) no-repeat scroll 50% 100%;
}
#why .entry .content-column:nth-of-type(2) p::before {
  background: url(images/whyimg2.png) no-repeat scroll 50% 100%;
}
#why .entry .content-column:nth-of-type(3) p::before {
  background: url(images/whyimg3.png) no-repeat scroll 50% 100%;
}
#why .entry .content-column:nth-of-type(5) p::before {
  background: url(images/whyimg4.png) no-repeat scroll 50% 100%;
}
#why .entry .content-column:nth-of-type(6) p::before {
  background: url(images/whyimg5.png) no-repeat scroll 50% 100%;
}
#why .entry .content-column:nth-of-type(7) p::before {
  background: url(images/whyimg6logo.png) no-repeat scroll 50% 100%;
}

#property-types {
  background: url(images/city-propertybg.jpg) no-repeat scroll 0 0;
  width: 100%;
  height: auto; /*100%;*/
  background-size: 100% 100%;
  color: #fff;
  padding: 60px 0;
}
#property-types .entry > p {
  display: none;
}
#property-types .entry h3 {
  text-align: center;
  font-size: 56px;
  font-family: "RobotoLight";
  margin: 0 0 50px 0;
}
#property-types .entry h3 strong {
  font-family: "RobotoBold";
}
#property-types ul.gallery {
  text-align: center;
}
#property-types ul.gallery li.gallery-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 250px;
  margin: 15px;
}
#property-types ul.gallery li.gallery-item figure {
  height: 166px;
  overflow: hidden;
}
#property-types ul.gallery li.gallery-item figure img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
#property-types ul.gallery li.gallery-item .gallery-caption {
  background: #3a8c36;
  font-size: 16px;
  padding: 10px;
  height: 60px;
  margin: 0;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
#property-types ul.gallery li.gallery-item .gallery-caption a {
  color: #fff;
}

#property-types.proj-results-type {
  background: 0;
  padding: 0;
}
#property-types.proj-results-type ul.gallery li.gallery-item .gallery-caption {
}

#client-logos {
  background: #f1f0f0;
  padding: 50px 0;
}
.innerpage #client-logos {
  padding: 0;
  margin: 0 0 20px 0;
}
#client-logos .entry > p {
  display: none;
}
#client-logos .entry a {
  color: #3a8c36;
  text-decoration: underline;
}
#client-logos .entry h3 {
  text-align: center;
  font-size: 56px;
  font-family: "RobotoLight";
  margin: 0 0 50px 0;
  color: #000;
}
#client-logos .entry h3 strong {
  font-family: "RobotoBold";
  color: #3a8c36;
}
#client-logos .entry h3 em {
  font-style: normal;
  display: block;
  font-size: 18px;
  color: #797979;
  padding: 15px 0 0 0;
}
#client-logos ul.gallery {
  text-align: center;
}
#client-logos ul.gallery li.gallery-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 15px;
}
#client-logos ul.gallery li.gallery-item figure {
}
#client-logos ul.gallery li.gallery-item figure img {
  border: 1px solid #d1d1d1;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

#testimonials {
  background: #fff;
  padding: 50px 0;
}
#testimonials .entry > p {
  display: none;
}
#testimonials .entry h3 {
  text-align: center;
  font-size: 56px;
  font-family: "RobotoLight";
  margin: 0 0 50px 0;
  color: #000;
}
#testimonials .entry h3 strong {
  font-family: "RobotoBold";
  color: #3a8c36;
}
#testimonial-lists {
}
#testimonial-lists .testibox {
  background: #f4f4f4;
  position: relative;
  margin: 0 0 65px 0;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
#testimonial-lists .testibox::after {
  content: "";
  visibility: inherit !important;
  background: url(images/testi-shadows.png) no-repeat scroll 50% 0;
  width: 100%;
  display: block;
  width: 100%;
  height: 28px;
  position: absolute;
  bottom: -28px;
}
#testimonial-lists .testibox .testi-entry {
  background: #fff;
  padding: 15px 15px 5px 15px;
  font-size: 16px;
  color: #797979;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
#testimonial-lists .testibox h2 {
  margin: 0;
  padding: 15px;
  color: #333;
  font-family: "RobotoBold";
  font-size: 18px;
}
#testimonials .btn-button {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#testimonials .btn-button .btn {
  padding: 15px 55px 15px 25px;
  position: relative;
}
#testimonials .btn-button .btn i {
  font-size: 30px;
  position: absolute;
  right: 25px;
  top: 12px;
}

#highlighted-projects {
  background: #f1f0f0;
  padding: 50px 0;
}
#highlighted-projects .responsive-tabs-wrapper {
  position: relative;
}
#highlighted-projects .responsive-tabs-wrapper::after {
  content: "";
  visibility: inherit !important;
  background: url(images/testi-shadows.png) no-repeat scroll 50% 0;
  width: 100%;
  display: block;
  width: 100%;
  height: 28px;
  position: absolute;
  bottom: -28px;
}
#highlighted-projects .entry > p {
  display: none;
}
#highlighted-projects .entry h3 {
  text-align: center;
  font-size: 30px;
  font-family: "RobotoBold";
  margin: 0 0 20px 0;
  color: #000;
}
#highlighted-projects .entry h3 strong {
  color: #3a8c36;
}
#highlighted-projects .entry .responsive-tabs .responsive-tabs__panel {
  padding: 20px 0 10px 0;
}
#highlighted-projects
  .entry
  .responsive-tabs
  .responsive-tabs__panel
  blockquote {
  border: 0;
  margin-bottom: 0;
  font-family: "RobotoLight";
  font-size: 14px;
  padding: 0;
  display: inline-block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#highlighted-projects
  .entry
  .responsive-tabs
  .responsive-tabs__panel
  blockquote
  em {
  font-style: normal;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 20px 30px 0 30px;
  position: relative;
  margin-left: -30px;
}
#highlighted-projects
  .entry
  .responsive-tabs
  .responsive-tabs__panel
  blockquote
  p {
  margin: 0 0 0 0;
  padding: 5px 30px 15px 30px;
}
#highlighted-projects .entry .responsive-tabs .responsive-tabs__panel > p {
  display: none;
}
#highlighted-projects .entry .responsive-tabs .responsive-tabs__panel > h2 {
  text-align: center;
  font-size: 30px;
  color: #000;
  font-family: "RobotoBold";
  padding: 15px 0 30px 0;
  margin: 0;
}
#highlighted-projects .pcol {
  width: 12.5%;
  float: left;
  text-align: center;
  border: 1px solid #dedede;
  border-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#highlighted-projects .pcol:nth-of-type(1) {
  border-left: 0;
}
#highlighted-projects .pcol:nth-of-type(4) h2 {
  font-size: 14px;
}
#highlighted-projects .pcol h2 {
  color: #000;
  font-size: 17px;
  font-family: "RobotoBold";
  background: #fff;
  border-bottom: 1px solid #dedede;
  padding: 12px;
  min-height: 46px;
  margin: 0;
}
#highlighted-projects .pcol > p {
  margin: 0;
}
#highlighted-projects .pcol em {
  display: inline-block;
  width: 100%;
  font-style: normal;
  padding: 8px 0;
  color: #333;
}
#highlighted-projects .pcol em:nth-of-type(2),
#highlighted-projects .pcol em:nth-of-type(4),
#highlighted-projects .pcol em:nth-of-type(6),
#highlighted-projects .pcol em:nth-of-type(8),
#highlighted-projects .pcol em:nth-of-type(10) {
  background: #f7f5f5;
}

#blogposts {
}
#blogposts .post {
  border-bottom: 1px dashed #ccc;
  padding: 0 0 25px 0;
  margin: 0 0 25px 0;
}
#blogposts .post .main-title {
  position: relative;
  border-bottom: 1px solid #333;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  display: inline-block;
  width: 100%;
}
#blogposts .post .main-title .line {
  height: 3px;
  width: 70px;
  position: absolute;
  bottom: -1px;
  background: #3a8c36;
  display: inline-block;
  left: 0;
}
#blogposts .post .post-title {
  margin: 0 0 5px 0;
  font-family: "RobotoBold";
  font-size: 20px;
  line-height: 1.1em;
  text-transform: capitalize;
}
#blogposts .post .post-title a {
  color: #404040;
}
#blogposts .post .post-title a:hover {
  color: #3a8c36;
}
#blogposts .post .post-thumb,
#blogposts .post .post-entries {
  width: 30%;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#blogposts .post .post-entries {
  width: 67%;
}
#blogposts .post .post-thumb img {
  padding: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #eee;
}
#blogposts .post .post-readmore a {
  color: #fff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.125s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #4db748;
  display: block;
  font-size: 13px;
  font-family: Verdana;
  padding: 8px 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#blogposts .post .post-readmore a:hover {
  color: #fff;
  background: #20721c;
}
#blogposts .post .post-entries.full {
  width: auto;
}

#blogposts .post .post-meta {
  font-size: 14px;
  padding: 5px 0 0 0;
}
#blogposts .post .post-meta a {
  color: #20721c;
}
#blogposts .post .post-meta a:hover {
  text-decoration: underline;
}
#blogposts.singlepost {
  margin-top: 0;
}
#blogposts.singlepost .post h1 {
  margin: 0 0 5px 0;
  font-family: "RobotoBold";
  font-size: 20px;
  line-height: 1.1em;
  text-transform: capitalize;
}
#blogposts.singlepost .post {
  border-bottom: 0;
}
#blogposts.singlepost .post .post-thumb {
  margin: 0 1.2em 0 0;
  width: auto;
  max-width: 35%;
}
#blogposts.singlepost .post .post-entries {
  width: 100%;
  margin: 0 0 3% 0;
}
#blogposts.singlepost .post .post-entries a {
  color: #3a8c36;
  text-decoration: underline;
}
#blogposts.singlepost .post .post-entries a:hover {
  text-decoration: none;
}
#blogposts.singlepost .post-content {
  margin: 0 0 20px 0;
}
#blogposts.singlepost .post-content ol {
  display: inline-block;
  margin: 10px 0;
  list-style: decimal;
  padding: 0 0 0 22px;
}
#blogposts.singlepost .post-content ol li {
  margin: 0 0 10px 0;
}

#blogposts.singlepost .post-content table {
  margin: 0 0 20px 0;
  width: 100%;
}
#blogposts.singlepost .post-content table tr th {
  background: #333;
  color: #fff;
  font-family: "RobotoBold";
}
#blogposts.singlepost .post-content table tr td,
#blogposts.singlepost .post-content table tr th {
  padding: 8px;
  border: 1px solid #eee;
  text-align: center;
}
#blogposts.singlepost .post-content table tr td strong {
  color: #4db748;
  font-family: "RobotoBold";
}

#blogposts.singlepost .post-content ul {
  margin: 0 0 15px 60px;
  position: relative;
}
#blogposts.singlepost .post-content ul li,
#blogposts.singlepost .post-content ol li {
  margin: 0 0 8px 0;
  line-height: 1.5em;
}
#blogposts.singlepost .post-meta {
}

#blogposts.singlepost .comments-area {
}
#blogposts.singlepost .comments-area h2#comments {
  margin: 0 0 40px 0;
  font-family: "RobotoBold";
  color: #3a8c36;
  font-size: 20px;
  text-transform: uppercase;
}
#blogposts.singlepost .comments-area h2#comments span {
  border-bottom: 1px dashed #ccc;
  display: block;
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
}
#blogposts.singlepost .comments-area ol li {
  display: block;
  margin: 0 0 35px 0;
}
#blogposts.singlepost .comments-area ol li #respond {
  padding: 30px 0 0 0;
}
#blogposts.singlepost .comments-area ol li #respond .desc {
  display: none;
}
#blogposts.singlepost .comments-area ol li #respond .submit-button {
}
#blogposts.singlepost .comments-area ol li ul.children {
  margin: 35px 0 0 0;
  padding: 0 0 0 155px;
}
#blogposts.singlepost .comments-area ol li ul.children .comment-body {
  background: #3a8c36;
}
#blogposts.singlepost .comments-area .comment-body {
  background: #3a8c36;
  color: #fff;
  padding: 35px 35px 15px 35px;
  font-size: 14px;
}
#blogposts.singlepost .comments-area .vcard {
  position: relative;
  margin: -65px 0 20px 0;
  color: #fff;
  font-family: "RobotoRegular";
}
#blogposts.singlepost .comments-area .vcard a {
  color: #fff;
}
#blogposts.singlepost .comments-area .vcard a:hover {
  color: #fd2928;
}
#blogposts.singlepost .comments-area .vcard .fn {
  margin: 0 0 0 15px;
  font-family: "RobotoItalic";
}
#blogposts.singlepost .comments-area .vcard span.says {
  margin: 0 40px 0 0;
}
#blogposts.singlepost .comments-area .vcard img.avatar {
  position: relative;
  top: 10px;
  background: #fff;
  border: 5px solid #3a8c36;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -ms-border-radius: 150px;
  -o-border-radius: 150px;
  border-radius: 150px;
}
#blogposts.singlepost .comments-area .commentdate {
  padding: 40px 0 0 0;
}
#blogposts.singlepost .comments-area .comment-txt {
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0 0 15px 0;
  font-family: "RobotoRegular";
}
#blogposts.singlepost .comments-area .reply {
  text-align: right;
}
#blogposts.singlepost .comments-area .reply a {
  display: inline-block;
  background: #fff;
  color: #3a8c36;
  font-size: 11px;
  padding: 3px 10px;
}
#blogposts.singlepost .comments-area .reply a:hover {
  color: #3a8c36;
  text-decoration: none;
}
#respond {
  font-family: "RobotoRegular";
}
#respond h2 {
  margin: 0;
  font-family: "RobotoBold";
  color: #3a8c36;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0 0 5px 0;
  border-bottom: 1px dashed #ccc;
}
#respond a {
  color: #3a8c36;
  text-decoration: underline;
}
#respond a:hover {
  text-decoration: none;
}
#respond form {
  margin: 2% 0 0 0;
}
#paginations ul li a {
  font-size: 14px;
  font-family: "RobotoItalic";
  color: #3a8c36;
}
#paginations ul li a:hover {
  text-decoration: underline;
}
#sidebar {
  padding: 13px 0 0 0;
}
#sidebar .widget {
  margin: 0 0 30px 0;
  display: inline-block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;

  box-sizing: border-box;
}
#sidebar .widget h2 {
  margin: 0;
  font-family: "RobotoBold";
  font-size: 20px;
  color: #222;
}
#sidebar .widget .widget-main-title {
  position: relative;
  border-bottom: 1px solid #333;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  display: inline-block;
  width: 100%;
}
#sidebar .widget .widget-main-title .widget-line {
  height: 3px;
  width: 35px;
  position: absolute;
  bottom: -1px;
  background: #4db748;
  display: inline-block;
  left: 0;
}
#sidebar .widget img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#sidebar .widget.custom-vid-txt .widget-main-title {
  border: 0;
  margin: 0;
  border-bottom: 1px solid #3a8c36;
}
#sidebar .widget.custom-vid-txt .widget-main-title h2 {
  font-size: 15px;
  font-family: "RobotoItalic";
}
#sidebar .widget.custom-vid-txt .widget-main-title .widget-line {
  display: none;
}
#sidebar .widget.gform_widget .widget-main-title {
  background: #4db748;
  border: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
#sidebar .widget.gform_widget .widget-main-title h2 {
  margin: 0;
  color: #fff;
  padding: 12px;
  font-size: 20px;
}
#sidebar .widget.gform_widget .widget-main-title .widget-line {
  display: none;
}
#sidebar .widget .gform_wrapper {
  background: #f7f7f7;
  padding: 15px;
  border: 1px solid #46a941;
}
#sidebar .widget .gform_wrapper span.gform_description {
  width: 100%;
  font-size: 13px;
  margin-bottom: 0 !important;
  font-family: "RobotoLight";
}
#sidebar .widget .gform_wrapper .top_label .gsection_description {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 15px;
}
#sidebar .widget .gform_wrapper,
#sidebar .widget .top_label li ul.gfield_checkbox,
#sidebar .widget .top_label li ul.gfield_radio {
  margin: 0 0 30px 0;
  max-width: 100%;
}
#sidebar .widget .top_label li ul.gfield_radio li {
  display: block;
  width: 100% !important;
}
#sidebar .widget .top_label li ul.gfield_radio li input[type="radio"] {
  display: none;
}
#sidebar .widget .gform_wrapper .gform_heading {
  margin-bottom: 15px;
}
#sidebar .widget .gform_wrapper .gform_heading h3.gform_title {
  margin: 0 0 20px 0;
  font-family: "RobotoBold";
  font-size: 23px;
}
#sidebar .widget .gform_body {
  width: 100% !important;
}
#sidebar .widget .gform_wrapper .top_label div.ginput_container {
  margin: 0;
}
#sidebar .widget .gform_wrapper .top_label div.ginput_container span {
  position: relative;
}
#sidebar
  .widget
  .gform_wrapper
  .top_label
  div.ginput_container
  span#input_1_12_3_container
  i {
  font-size: 19px;
  right: 12px;
}
#sidebar .widget .gform_wrapper .ginput_complex .ginput_left {
  padding: 0 !important;
}
#sidebar .widget .gform_body ul {
  width: 100%;
}
#sidebar .widget .gform_body .gform_fields li.gfield {
  padding: 0;
  margin: 0 0 10px 0;
  position: relative;
}
#sidebar
  .widget
  .gform_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  p {
  width: 100%;
  font-size: 13px;
  margin-bottom: 0 !important;
  font-family: "RobotoLight";
  line-height: 1.5em;
}
#sidebar .widget .gform_body .gform_fields li.gfield i {
  position: absolute;
  right: 10px;
  top: 8px;
}
#sidebar .widget .gform_body .top_label li.gfield.gf_left_half,
#sidebar .widget .gform_body .top_label li.gfield.gf_right_half {
  float: left;
  padding: 0;
  width: 48.5%;
}
#sidebar .widget .gform_body .top_label li.gfield.gf_right_half {
  float: right;
  clear: inherit;
}
#sidebar .widget .gform_body .widget-main-title {
  display: none;
}
#sidebar .widget .gform_body .top_label .gfield_label,
#sidebar .widget .gform_body .ginput_container_address label {
  font-size: 15px;
  font-family: "RobotoRegular";
  font-weight: normal;
  display: none;
}

#sidebar .widget .gform_body .gform_fields li.gfield.withlabel label {
  display: block;
  font-size: 12px;
}
#sidebar
  .widget
  .gform_body
  .gform_fields
  li.gfield.withlabel
  ul.gfield_checkbox {
  margin: 5px 0 0px 0;
  display: inline-block;
}
#sidebar .widget .gform_body #field_9_33 label {
  display: block !important;
  font-size: 12px;
  margin: 0 0 10px 0;
}
#sidebar .widget #field_9_33 ul.gfield_checkbox {
  margin: 0 0 5px 0 !important;
}
#sidebar .widget .gform_body .ginput_container_address .address_line_1 {
  margin: 0;
  display: inline-block;
  width: 100%;
}
#sidebar .widget .gform_body .top_label .gfield_label .gfield_required {
  color: #fff;
}
#sidebar .widget .gform_body #field_1_12 .gfield_label,
#sidebar .widget .gform_body #field_1_7 .gfield_label {
  display: inline-block;
  border-bottom: 1px solid #46a941;
  padding: 0 0 5px 0;
  margin: 5px 0 10px 0;
  width: 100%;
}
#sidebar .widget .gform_wrapper .gsection {
  border: 0;
}
#sidebar .widget .gform_wrapper .gsection_description {
  border-bottom: 1px solid #46a941;
  padding: 0 0 5px 0 !important;
  margin: 10px 0 !important;
  color: #222;
}
#sidebar
  .widget
  .gform_body
  .field_sublabel_below
  .ginput_complex.ginput_container
  label {
  font-size: 12px;
  font-family: "RobotoLight";
}
#sidebar
  .widget
  .gform_wrapper
  li.gfield.field_description_below
  + li.gsection {
  margin-top: 0 !important;
}
#sidebar .widget .gform_body .pref-select .gfield_label {
  display: none;
}
#sidebar .widget .gform_body input[type="text"],
#sidebar .widget .gform_body .ginput_complex select,
#sidebar .widget .gform_body textarea,
#sidebar .widget .gform_body select,
#sidebar .widget select {
  font-family: "RobotoLight";
  margin: 0;
  color: #565656;
  background: #eee;
  border: 1px solid #ccc;
  display: block;
  font-size: 12px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  resize: none;
  width: 100% !important;
  padding: 8px;
  padding-right: 27px;
}
#sidebar .widget .gform_body select {
  height: 34px;
  padding: 0 !important;
}
#sidebar .widget .gform_body textarea {
  height: 100px;
}
#sidebar .widget .gform_body ul.gfield_radio {
  margin: 0 !important;
}
#sidebar .widget .gform_body ul.gfield_checkbox li label,
.innerpage .entry .gform_body ul.gfield_radio li label {
  font-size: 13px;
}
#sidebar .widget .gform_body ul.gfield_radio li {
  float: left !important;
  display: block !important;
  width: 30% !important;
}
#sidebar .widget .gform_body ul.gfield_checkbox li {
  float: left !important;
  display: block !important;
  width: 20% !important;
  margin: 0 !important;
  padding: 0 !important;
}
#sidebar .widget .gform_body ul.gfield_checkbox li input[type="checkbox"],
.innerpage .entry .gform_body ul.gfield_radio li input[type="radio"] {
  display: none;
}
#sidebar .widget .gform_body ul.gfield_radio li label::before {
  margin: 0 8px 0 0;
  content: "\f10c";
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#sidebar
  .widget
  .gform_body
  ul.gfield_radio
  li
  input[type="radio"]:checked
  + label::before {
  content: "\f111";
  color: #222;
}
#sidebar .widget .gform_body ul.gfield_checkbox li label::before {
  margin: 0 8px 0 2px;
  content: "\f096";
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#sidebar
  .widget
  .gform_body
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label::before {
  content: "\f046";
  margin: 0 6px 0 2px;
}
#sidebar
  .widget
  .gform_body
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label,
#sidebar
  .widget
  .gform_body
  ul.gfield_radio
  li
  input[type="radio"]:checked
  + label {
  font-weight: normal;
  font-family: "Robotobold";
}
#sidebar .widget .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}
#sidebar .widget .gform_wrapper .gform_footer p {
  font-size: 12px;
  text-align: left;
  margin: 10px 0 0 0;
}
#sidebar .widget .gform_wrapper .gform_footer input[type="submit"] {
  display: inline-block;
  border: 0;
  cursor: pointer;
  background: #4db748;
  padding: 10px;
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "RobotoBold";
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;

  border-radius: 6px;
}
#sidebar .widget .gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #20721c;
}

#sidebar .widget .gform_body input[type="text"]::-webkit-input-placeholder,
#sidebar .widget .gform_body .ginput_complex select::-webkit-input-placeholder,
#sidebar .widget .gform_body textarea::-webkit-input-placeholder,
#sidebar .widget .gform_body select::-webkit-input-placeholder,
#sidebar .widget select::-webkit-input-placeholder {
  color: #444;
}

#sidebar .widget .cal2-right-form {
  text-align: center;
}
#sidebar .widget .cal2-right-form form {
  text-align: left;
}
#sidebar .widget .cal2-left {
  display: none;
}
#sidebar .widget .cal2-right {
  overflow: inherit;
}
#sidebar .widget .cal2-right > ul {
  background-size: 100%;
  width: 30px;
}
#sidebar .widget .cal2-right-inner {
  margin: 0 0 0 28px;
  width: auto;
}
#sidebar .widget .cal2-right-form .input-wrapper {
  display: inline-block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#sidebar .widget .cal2-right-form .input-wrapper > label {
  float: left;
  text-align: right;
  padding: 5px 0 0 0 !important;
  width: 33% !important;
  min-width: inherit !important;
  font-size: 10px;
  margin: 0;
}

#sidebar .widget .cal2-right-form .input-wrapper > select,
#sidebar .widget .cal2-right-form .input-wrapper > input.form-control,
#sidebar
  .widget
  .cal2-right-form
  .input-wrapper
  .withdollar-sign
  input.form-control {
  float: right;
  padding: 3px 4px 4px 4px !important;
  font-size: 11px !important;
  color: #fff;
  width: 60% !important;
  min-width: inherit !important;
  border: 1px solid #777;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
#sidebar
  .widget
  .cal2-right-form
  .input-wrapper
  .withdollar-sign
  input.form-control {
  padding: 3px 4px 4px 15px !important;
  width: 55.4% !important;
}
#sidebar .widget .cal2-right-form .input-wrapper > select.form-control {
  width: 64% !important;
  padding: 2px !important;
}
#sidebar .widget .cal2-right-form .input-wrapper:nth-of-type(4) select {
  padding: 1px !important;
  width: 64.2% !important;
}
#sidebar
  .widget
  .cal2-right-form
  .input-wrapper
  > input.form-control.full-width {
  width: 100% !important;
  float: none !important;
  min-width: inherit !important;
  margin: 0 !important;
  color: #fff !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#sidebar
  .widget
  .cal2-right-form
  .input-wrapper
  > input.form-control.full-width::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
#sidebar
  .widget
  .cal2-right-form
  .input-wrapper
  > input.form-control.full-width::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#sidebar
  .widget
  .cal2-right-form
  .input-wrapper
  > input.form-control.full-width:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
#sidebar
  .widget
  .cal2-right-form
  .input-wrapper
  > input.form-control.full-width:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

#sidebar .widget .cal2-right-form .withdollar-sign::before {
  left: 5px;
  top: -2px !important;
}

#sidebar .widget .cal2-result {
  position: relative;
}
#sidebar .widget .cal2-result-left,
#sidebar .widget .cal2-result-right {
  width: 30% !important;
  margin: 0 5px !important;
  float: none;
  display: inline-block;
  vertical-align: top;
}
#sidebar .widget .cal2-result-left > label,
#sidebar .widget .cal2-result-right > label,
#sidebar .widget .result-div-wrap span {
  font-size: 10px !important;
}

#sidebar .widget .cal2-result-left > label,
#sidebar .widget .cal2-result-right > label {
  position: absolute;
  left: 0;
}

#sidebar .widget .cal2-result:nth-of-type(1) label {
  top: 32px;
}
#sidebar .widget .cal2-result:nth-of-type(2) label {
  top: 8px;
}

#sidebar .widget .result-div,
#sidebar .widget .result-div-wrap {
  font-size: 12px !important;
  padding: 2px;
  margin: 2px 0 0 0;
  width: 100% !important;
  line-height: 1.3em !important;
}
#sidebar .widget .result-div span {
  font-size: 12px !important;
}
#sidebar .widget.widget_recent_entries ul,
#sidebar .widget.widget_categories ul,
#sidebar .widget.widget_archive ul,
#sidebar .widget .PLlinksWidget ul {
  padding: 0;
  margin: 0;
}
#sidebar .widget.widget_recent_entries ul li,
#sidebar .widget.widget_categories ul li,
#sidebar .widget.widget_archive ul li,
#sidebar .widget .PLlinksWidget ul li {
  display: block;
}
#sidebar .widget.widget_recent_entries ul li a,
#sidebar .widget.widget_categories ul li a,
#sidebar .widget.widget_archive ul li a,
#sidebar .widget .PLlinksWidget ul li a {
  display: block;
  padding: 10px 5px 10px 25px;
  border-bottom: 1px dashed #ddd;

  color: #333;
  font-size: 15px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.125s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
}
#sidebar .widget.widget_recent_entries ul li a i,
#sidebar .widget.widget_categories ul li a i,
#sidebar .widget.widget_archive ul li a i,
#sidebar .widget .PLlinksWidget ul li a i {
  left: -0.5em;
  top: 0.8em;
  -webkit-transition: all 0.25s ease;

  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.125s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#sidebar .widget.widget_recent_entries ul li:hover a,
#sidebar .widget.widget_archive ul li:hover a,
#sidebar .widget .PLlinksWidget ul li:hover a,
#sidebar .widget.widget_categories ul li:hover {
  color: #3a8c36;
}
#sidebar .widget.widget_recent_entries ul li:hover a i,
#sidebar .widget.widget_archive ul li:hover a i,
#sidebar .widget .PLlinksWidget ul li:hover a i,
#sidebar .widget.widget_categories ul li:hover a i {
  left: -0.4em;
}
#sidebar .widget .PLlinksWidget {
}
#sidebar .widget .PLlinksWidget .widget-main-title {
  margin: 0;
}
#sidebar .widget .PLlinksWidget h5 {
  margin: 0;
  font-family: "RobotoBold";
  font-size: 20px;
}
#sidebar .widget .PLlinksWidget ul li strong {
  background: #3a8c36;
  color: #fff;
  width: 100%;
  display: block;
  padding: 8px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "RobotoBold";
  margin: 20px 0 0 0;
}

#sidebar .widget.widget-cal .textwidget p {
  line-height: 1.6em;
  font-size: 13px;
}

#savings-calculator-widget .widgetcal {
  background: #f9f8f8;
  border: 6px solid #e3e2e2;
  border-top: 0;
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 5px 0px 0px #bbbbbb;
  -moz-box-shadow: 0 5px 0px 0px #bbbbbb;
  box-shadow: 0 5px 0px 0px #bbbbbb;
}
#savings-calculator-widget .widgetcal .calcont {
  background: #424645;
  display: inline-block;
  width: 100%;
  color: #fff;
  margin: 0 0 10px 0;
  height: 36px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;

  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 0px 0px #212220;
  -moz-box-shadow: 0 4px 0px 0px #212220;
  box-shadow: 0 4px 0px 0px #212220;
}
#savings-calculator-widget .widgetcal .calcont.fl,
#savings-calculator-widget .widgetcal .calcont.fr {
  width: 47%;
}
#savings-calculator-widget .widgetcal .calcont select {
  background: #424645 !important;
  color: #fff !important;
  border: 0 !important;
  font-size: 13px !important;
  cursor: pointer;
  padding: 7px !important;
  font-family: "RobotoLight" !important;
}
#savings-calculator-widget .widgetcal .calcont label {
  font-size: 13px;
  float: left;
  margin: 9px 5px 0 10px;
  font-family: "RobotoLight" !important;
}
#savings-calculator-widget > .widgetcal input[type="amount"] {
  font-family: "RobotoLight" !important;
  color: #fff;
  float: right;
  margin: 6px 10px 10px 0;
  background: #2f3533 !important;
  border: 0;
  border-top: 2px solid #1f2624;
  display: block;
  font-size: 13px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  resize: none;
  width: 37% !important;
  padding: 1px 5px 4px 5px !important;
}
#savings-calculator-widget > .widgetcal .bcostwrap {
  position: relative;
  width: 45%;
  margin: 6px 10px 10px 0;
}
#savings-calculator-widget > .widgetcal .bcostwrap i {
  position: absolute;
  top: 6px;
  left: 7px;
  font-size: 13px;
}
#savings-calculator-widget > .widgetcal input.building_cost {
  width: 100% !important;
  padding: 1px 5px 4px 20px !important;
  margin: 0 !important;
  float: none;
}
#savings-calculator-widget
  > .widgetcal
  input.building_cost::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
#savings-calculator-widget > .widgetcal input.building_cost::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#savings-calculator-widget
  > .widgetcal
  input.building_cost:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
#savings-calculator-widget > .widgetcal input.building_cost:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

#savings-calculator-widget .widgetcal .btn {
  border: 0;
  display: block;
  font-size: 20px;
  text-align: center;
  width: 100%;
  padding: 10px;
  font-family: "RobotoBold";
  text-transform: uppercase;
  color: #fff;
  background: #3e8f3b;
  cursor: pointer;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.125s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 4px 0px 0px #286825;
  -moz-box-shadow: 0 4px 0px 0px #286825;
  box-shadow: 0 4px 0px 0px #286825;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#savings-calculator-widget .widgetcal .btn:hover {
  background: #286825;
  -webkit-box-shadow: 0 4px 0px 0px #3e8f3b;
  -moz-box-shadow: 0 4px 0px 0px #3e8f3b;
  box-shadow: 0 4px 0px 0px #3e8f3b;
}

#savings-calculator-widget .results {
  border: 6px solid #bababa;
  border-bottom: 0;
  background: #ccc;
  color: #fff;
  position: relative;
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
}
#savings-calculator-widget .resultwrap {
  background: #222;
  border: 6px solid #fff;
  padding: 10px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
#savings-calculator-widget .withoutresults {
  color: #9ea49e;
}
#savings-calculator-widget .withresults {
  color: #fff;
}

#savings-calculator-widget .results h1 {
  font-size: 17px;
  font-family: "RobotoBold";
  margin: 5px 0;
}
#savings-calculator-widget .resultsdivi {
  width: 47%;
  font-size: 13px;
}
#savings-calculator-widget .rdscreen {
  height: 27px;
  line-height: 27px;
  background: #fff;
  display: block;
  margin: 5px 0;
  color: #000;
}

#savings-calculator-widget > .results .resultscont {
  text-align: center;
}
#savings-calculator-widget > .results .resultscont p {
  font-size: 12px;
}
#savings-calculator-widget > .results .resultscont p span {
  display: block;
  background: #fff;
  margin: 5px 0 0 0;
  padding: 5px !important;
  min-height: 25px;
  color: #000;
}

#footer {
  background: #171f2a;
  color: #fff;
}
#upper-bottom {
  /* padding: 50px 0 40px 0; */
   padding: 40px 0 0px 0;
}
#footer-left {
  width: 42%;
}
#footer-right {
  width: 31.3%;
}

#social-icons,
#logo-footer {
  margin: 0 0 10px 0;
  min-height: 82px;
}
#social-icons ul li {
  display: block;
  float: left;
  margin: 0 20px 0 0;
}
#social-icons ul li a {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: relative;
	padding: 0px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	background: #51b84b;
	line-height: 45px;
	border-radius: 50%;
	cursor: pointer;
}
#social-icons ul li a:hover {
  opacity: 1;
}
#social-icons ul li a i {
  position: relative;
  top:1px;
  font-size: 25px;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.125s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#social-icons ul li:hover a i {
  color: #fff;
}
#social-icons ul li#fb:hover a {
  background: #405d9b;
}
#social-icons ul li#pinterest:hover a {
  background: #cc2127;
}
#social-icons ul li#linkedin:hover a {
  background: #007ab9;
}
#social-icons ul li#yt:hover a {
  background: #c4191f;
}
#social-icons ul li#gplus:hover a {
  background: #eb4235;
}
#social-icons ul li:hover a {
  color: #fff;
}

#footernav,
#site-info {
  border-top: 1px solid #37393d;
  /* padding: 25px 0 0 0; */
  padding: 0;
  position: relative;
  font-family: "montserratlight";
  font-size: 14px;
}
#footernav ul li {
  display: block;
  float: left;
  margin: 0 20px 25px 0;
}
#footernav ul li a {
  display: block;
  color: #f1f0f0;
  font-size: 14px;
  font-family: "montserratlight";
}
#footernav ul li a:hover {
  color: #4db748;
}
#site-info h3 {
  font-size: 16px;
  font-family: "RobotoBold";
}
#site-info p {
  margin: 0 0 10px 0;
  padding: 1px 0 2px 35px;
  position: relative;
}
#site-info p#footernum::before {
  content: "";
  width: 22px;
  height: 21px;
  position: absolute;
  display: block;
  /* background: url(images/addphone-icon.png) no-repeat scroll 0 0; */
  background: url(/wp-content/uploads/2025/11/addphone-icon.webp) no-repeat scroll 0 0;
  left: 4px;
  top: 4px;
  transform: rotate(90deg);
}
#site-info p#footernum a {
  color: #fff !important;
}
#site-info p#footeradd {
  /*background:url(images/building-icon.png) no-repeat scroll 5px 3px;*/
  padding: 1px 0 5px 35px;
}
#site-info p#footeradd::before {
  content: "";
  /* background: url(images/add-icon.png) no-repeat scroll 0 0; */
  background: url(/wp-content/uploads/2025/11/add-icon.webp) no-repeat scroll 0 0;
  display: block;
  width: 22px;
  height: 27px;
  position: absolute;
  left: 4px;
  top: 4px;
}

#footer-bottom {
  background: #0e141d;
  text-align: center;
}

#copy {
  padding: 20px 0;
  font-family: "montserratlight";
  font-size: 13px;
}
#copy a {
  color: #fff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.125s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#copy a:hover {
  color: #4db748;
}

/*** CSS Classes ***/
* html .clearfix {
  height: 1%;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
.clear {
  clear: both;
}
.clearpad {
  clear: both;
  padding: 20px 0;
}
.clearhr {
  clear: both;
  padding: 1px 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin: 20px 0;
}
.clearline {
  clear: both;
  display: inline-block;
  width: 100%;
  margin: 30px 0;
  position: relative;
}
.clearline::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  display: block;
  position: absolute;
  bottom: 0;
}

.fl,
.fr {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
.container {
  margin: 0 auto;
  width: 1170px;
  position: relative;
}

.entry .responsive-tabs ul.responsive-tabs__list {
  margin: 0;
  font-family: "RobotoBold";
}
.entry .responsive-tabs .responsive-tabs__list__item {
  color: #000;
  background: #e7e5e5;
  width: 19.65%;
  font-size: 16px;
  text-align: center;
  margin: 0 5px 0 0;
  padding: 28px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  border-top: 3px solid #e7e5e5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.entry .responsive-tabs .responsive-tabs__list__item#tablist1-tab5 {
  margin: 0;
}
.entry .responsive-tabs .responsive-tabs__list__item--active,
.entry .responsive-tabs .responsive-tabs__list__item--active:hover,
.entry .responsive-tabs .responsive-tabs__list__item:hover {
  background: #fff;
  border: 0;
  border-top: 3px solid #4db748;
  padding-bottom: 28px;
}
.entry .responsive-tabs .responsive-tabs__panel {
  border: 0;
}
.innerpage .entry > hr {
  display: none;
}
.innerpage .entry > .main-title {
  position: relative;
  border-bottom: 1px solid #333;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  display: inline-block;
  width: 100%;
}
.innerpage .entry > .main-title h1 {
  font-size: 30px;
  color: #222;
  font-family: "RobotoBold";
  margin: 0;
}
.innerpage .entry > .main-title .line {
  height: 3px;
  width: 70px;
  position: absolute;
  bottom: -1px;
  background: #4db748;
  display: inline-block;
  left: 0;
}
.innerpage .entry > .main-title h1 em {
  font-style: normal;
  color: #4db748;
}
.innerpage .entry em.accent-text {
  font-style: normal;
  font-size: 22px;
  font-family: "RobotoRegular";
}
.innerpage .entry strong em.accent-text {
  font-family: "RobotoBold";
}
.innerpage .entry > h1 {
  font-family: "RobotoBold";
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.innerpage .entry > h2,
.innerpage .entry > .content-column h2 {
  font-family: "RobotoBold";
  font-size: 24px;
  color: #222;
  margin: 0 0 10px 0; /* display:inline-block; */ /* width:100% */
}
.innerpage .entry > .content-column h2 a {
  color: #000;
}
.innerpage .entry > h2 em {
  font-style: normal;
  font-size: 15px;
  display: block;
  font-family: "RobotoRegular";
  color: #3a8c36;
}
.innerpage .entry > h3 {
  font-family: "RobotoBold";
  font-size: 20px;
  color: #333;
  margin: 0 0 10px 0;
  line-height: 1.4em;
}
.innerpage .entry > h3 a,
.innerpage .entry > h2 a {
  color: #4db748;
}
.innerpage .entry > h4,
.innerpage .entry > h5,
.innerpage .entry > h6 {
  font-size: 20px;
}
.innerpage .entry > h5 {
  font-size: 18px;
}
.innerpage .entry > h6 {
  font-size: 16px;
}
.innerpage .entry p > img {
  margin-top: 10px;
}

.innerpage .entry > .content-column .pagecalcu {
  text-align: center;
  background: #ebebeb;
  padding: 10px 5px;
  right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.innerpage .entry > .content-column .pagecalcu img {
  border: 0;
  padding: 0;
}

.innerpage .entry .error-img {
  width: 30%;
}
.innerpage .entry .error-content {
  width: 68%;
}
.innerpage .entry .error-content a {
  color: #4db748;
}

.innerpage .entry p > a,
.innerpage .entry p > strong a,
.innerpage .entry strong a {
  color: #4db748;
}
.innerpage .entry p > a:hover,
.innerpage .entry p > strong a:hover {
  text-decoration: underline;
}
.innerpage .entry p > em {
  font-family: "RobotoItalic";
  color: #000;
}
.innerpage .entry p > strong,
.innerpage .entry p > a strong {
  font-family: "RobotoBold";
  color: #4db748;
  font-style: normal;
}
.innerpage .entry dl {
  line-height: 1.6em;
  margin: 0 0 15px 0;
}
.innerpage .entry > ul {
  margin: 0 0 15px 60px;
  position: relative;
}

.innerpage .entry > ul li ul {
  margin: 10px 20px 10px 30px;
}

.innerpage .entry > ul li,
.innerpage .entry > ol li {
  margin: 0 0 8px 0;
  line-height: 1.5em;
  position: relative;
}
.innerpage .entry > ul li strong,
.innerpage .entry > ol li strong,
.innerpage .entry > ul li b {
  font-family: "RobotoBold";
}
.innerpage .entry > ul li a,
.innerpage .entry > ol li a {
  color: #4db748;
}

.innerpage .entry > ul li a:hover,
.innerpage .entry > ol li a:hover {
  text-decoration: underline;
}
.innerpage .entry > ul li i {
  top: 0.25em;
  color: #222;
}
.innerpage .entry > ol {
  margin: 0 0 15px 50px;
  list-style: decimal;
}
.innerpage .entry > ol li strong,
.innerpage .entry > ol li b {
  color: #4db748;
  font-family: "RobotoBold";
}

.innerpage .entry > ol ul {
  margin: 10px 20px 10px 35px;
  list-style: disc;
}

.innerpage .entry .content-column > ul li,
.innerpage .entry > ol li {
  margin: 0 0 8px 0;
  line-height: 1.5em;
}

.innerpage .entry > ul.page-list {
  margin-left: 0;
}
.innerpage .entry > ul.page-list li {
  float: left;
  border-bottom: 1px dashed #eee;
  width: 45%;
  margin-right: 2%;
  padding: 0;
  margin-bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.innerpage .entry > ul.page-list li a {
  padding: 8px 20px;
  display: block;
}
.innerpage .entry > ul.page-list li:hover a,
.innerpage .entry > ul.page-list li.current_page_item a {
  font-weight: normal;
  text-decoration: none;
  color: #286825;
}
.innerpage .entry > ul.page-list li i {
  left: -0.7em;
  top: 0.7em;
}

.innerpage .entry .content-column > ul li a,
.innerpage .entry .content-column > ol li a {
  color: #4db748;
}
.innerpage .entry .content-column > ul li a:hover,
.innerpage .entry .content-column > ol li a:hover {
  text-decoration: underline;
}
.innerpage .entry .content-column > ul li i {
  top: 0.25em;
  color: #222;
}
.innerpage .entry .content-column > ol {
  margin: 0 0 15px 20px;
  list-style: decimal;
}

.innerpage .entry > table {
  margin: 0 0 20px 0;
  width: 100%;
}
.innerpage .entry > table tr th {
  background: #333;
  color: #fff;
  font-family: "RobotoBold";
}
.innerpage .entry > table tr td,
.innerpage .entry > table tr th {
  padding: 8px;
  border: 1px solid #eee;
  text-align: center;
}
.innerpage .entry > table tr td strong {
  color: #4db748;
  font-family: "RobotoBold";
}
.innerpage .entry iframe {
  width: 100% !important;
}
.innerpage .entry .forside {
  display: none;
}
.innerpage .entry > .gform_wrapper .top_label div.ginput_container {
  margin: 0 !important;
}
.innerpage .entry .gform_wrapper,
.innerpage .entry .top_label li ul.gfield_checkbox,
.innerpage .entry .top_label li ul.gfield_radio {
  margin: 0 0 30px 0;
  max-width: 100%;
}
.innerpage .entry .gform_wrapper .gform_heading {
  margin-bottom: 20px;
}
.innerpage .entry .gform_wrapper .gform_heading h3.gform_title {
  margin: 0 0 20px 0;
  font-family: "RobotoBold";
  font-size: 23px;
}
.innerpage .entry .gform_body {
  width: 100% !important;
}
.innerpage .entry .gform_body ul {
  width: 100%;
}
.innerpage .entry .gform_wrapper .top_label div.ginput_container {
  margin: 0;
}
.innerpage .entry .gform_body .gform_fields li.gfield {
  padding: 0;
  margin: 0 0 20px 0;
}
.innerpage .entry .gform_body .top_label li.gfield.gf_left_half,
.innerpage .entry .gform_body .top_label li.gfield.gf_right_half {
  padding: 0;
  width: 48.5%;
}
.innerpage .entry .gform_body .top_label li.gfield.gf_right_half {
  float: right;
}
.innerpage .entry .gform_body .top_label .gfield_label {
  font-size: 15px;
  font-family: "RobotoMedium";
  font-weight: normal;
  display: none;
}
.innerpage .entry .gform_body #field_1_12 .gfield_label,
.innerpage .entry .gform_body #field_1_7 .gfield_label {
  display: inline-block;
  border-bottom: 0;
  padding: 0;
  margin: 0;
  width: 100%;
}
.innerpage .entry .gform_body .pref-select .gfield_label {
  display: none;
}
.innerpage .entry .gform_body input[type="text"],
.innerpage .entry .gform_body .ginput_complex select,
.innerpage .entry .gform_body textarea,
.innerpage .entry .gform_body select,
#main-right .widget select {
  font-family: "RobotoLight" !important;
  color: #565656;
  background: #eee;
  border: 1px solid #ccc;
  display: block;
  font-size: 14px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  resize: none;
  width: 100% !important;
  padding: 8px !important;
}
.innerpage .entry .gform_body select {
  height: 37px;
  padding: 0 !important;
  margin: 0 !important;
}
.innerpage .entry .gform_body ul.gfield_radio li input + input {
  margin: 0;
}
.innerpage .entry .gform_body ul.gfield_radio {
  margin: 0 !important;
}
.innerpage .entry .gform_body ul.gfield_checkbox li label,
.innerpage .entry .gform_body ul.gfield_radio li label {
  font-size: 13px;
}
.innerpage .entry .gform_body ul.gfield_radio li {
  float: left !important;
  display: block !important;
  width: 30% !important;
}
.innerpage .entry .gform_body ul.gfield_checkbox li {
  float: left !important;
  display: block !important;
  width: 20% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.innerpage .entry .gform_body ul.gfield_checkbox li input[type="checkbox"],
.innerpage .entry .gform_body ul.gfield_radio li input[type="radio"] {
  display: none;
}
.innerpage .entry .gform_body ul.gfield_radio li label::before {
  margin: 0 8px 0 0;
  content: "\f10c";

  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.innerpage
  .entry
  .gform_body
  ul.gfield_radio
  li
  input[type="radio"]:checked
  + label::before {
  content: "\f111";
}
.innerpage .entry .gform_body ul.gfield_checkbox li label::before {
  margin: 0 8px 0 2px;
  content: "\f096";

  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: 15px;

  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.innerpage
  .entry
  .gform_body
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label::before {
  content: "\f046";
  margin: 0 6px 0 2px;
}
.innerpage
  .entry
  .gform_body
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label,
.innerpage
  .entry
  .gform_body
  ul.gfield_radio
  li
  input[type="radio"]:checked
  + label {
  font-weight: normal;
  font-family: "RobotoBold";
}

.innerpage .entry .gform_body .gfield.gsection {
  display: inline-block;
  width: 100%;
  clear: both;
}
.innerpage .entry .gform_body .gfield.gsection .gsection_description {
  font-family: "RobotoBold";
  font-size: 20px;
}

.innerpage .entry .gform_body .gfield.gsection.green .gsection_description {
  color: #4db748;
  font-size: 17px;
}

.innerpage .entry .gform_wrapper .gform_footer {
  padding: 0;
  margin-top: 10px;
}
.innerpage .entry .gform_wrapper .gform_footer p {
  font-size: 13px;
  text-align: center;
  margin: 10px 0 0 0;
}
.innerpage .entry .gform_wrapper .gform_footer .gform_button {
  border: 0;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.125s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #4db748;
  display: block;
  font-size: 17px;
  font-family: Verdana;
  padding: 12px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.innerpage .entry .gform_wrapper .gform_footer .gform_button:hover {
  background: #3a8c36;
}

.content-column {
  margin: 0 3% 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.content-column.one_half {
  width: 48.5%;
}
.content-column.one_third {
  width: 31.3%;
}
.content-column.two_third {
  width: 65%;
}
.content-column.one_fourth {
  width: 22.7%;
}
.content-column.two_fifth {
  width: 38.5%;
}
.content-column.three_fifth {
  width: 58.5%;
}
.content-column.last_column {
  margin: 0;
}

.commentwrap {
  margin: 0 0 2% 0;
}
.commentwrap label {
  display: none;
}

.txt,
.txtarea {
  width: 100%;
  font-family: "RobotoRegular";
  border: 1px solid #cacaca;
  color: #565656;
  background: #fff;
  display: block;
  padding: 15px;
  font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.txthalf {
  width: 49%;
}
.submit-button {
  border: 0;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;

  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.125s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #4db748;
  display: block;
  font-size: 17px;
  font-family: Verdana;

  padding: 12px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -ms-border-radius: 5px;
  -o-border-radius: 5px;

  border-radius: 5px;
}
.submit-button:hover {
  background: #20721c;
}

/* Images Alignment */
img.alignright,
a img.alignright {
  float: right;
  margin: 0 0 0 1em;
}
img.alignleft,
a img.alignleft {
  float: left;
  margin: 0 1em 0 0;
}
img.aligncenter,
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignnone,
a img.alignnone {
  margin: 0 0 0.5em 0;
}
img.alignright,
a.alignright,
img.alignleft,
a.alignleft,
img.aligncenter,
a.aligncenter,
img.alignnone,
a.alignnone {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.noborder {
  padding: 0 !important;
  background: 0 !important;
  border: 0 !important;
}
.innerpage img.alignright,
.innerpage a.alignright,
.innerpage img.alignleft,
.innerpage a.alignleft,
.innerpage img.aligncenter,
.innerpage a.aligncenter,
.innerpage img.alignnone,
.innerpage a.alignnone {
  padding: 8px;
  background: #f6f6f6;

  border: 1px solid #eee;
  border-bottom: 2px solid #eee;
  margin-bottom: 10px;
}
.innerpage .entry > blockquote {
  border-left: 7px solid #4db748;
  font-family: Georgia !important;
  font-style: italic;
  padding: 2px 0 2px 25px;
  display: block;
  margin: 10px 0 15px 0;
  font-size: 17px;
}
.innerpage .entry > blockquote p {
  margin: 0;
}
.innerpage .entry > blockquote p strong {
  font-family: Georgia !important;
  font-style: italic !important;
}

.innerpage .entry > blockquote.info-box-left {
  float: left;
  margin-right: 20px;
  width: 260px;
}
.innerpage .entry > blockquote.info-box-right {
  float: right;
  margin-left: 20px;
  width: 260px;
}
.btn-button .btn {
  display: inline-block;
  background: #4db748;
  padding: 5px 30px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "RobotoBold";
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.btn-button .btn:hover {
  background: #20721c;
}
.page-cost-segregation-locations #usmap,
.page-cost-segregation-study-results-city #usmap {
  background: 0;
  padding: 0;
  margin-bottom: -80px;
}
#maplabels {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 169px;
  font-size: 11px;
  margin-left: 12px;
}
#maplabels span {
  color: #222;
  font-family: "montserratlight";
  position: absolute;
}
#maplabels span a {
  color: #222;
}
#washington {
  top: 25px;
  left: 70px;
}
#idaho {
  top: 120px;
  left: 175px;
}
#montana {
  top: 25px;
  left: 255px;
}
#oregon {
  top: 120px;
  left: 70px;
}
#wyoming {
  top: 120px;
  left: 295px;
}
#california {
  top: 260px;
  left: 70px;
}
#nevada {
  top: 200px;
  left: 125px;
}
#utah {
  top: 210px;
  left: 220px;
}
#nebraska {
  top: 165px;
  left: 425px;
}
#arizona {
  top: 320px;
  left: 220px;
}
#newmexico {
  top: 320px;
  left: 315px;
}
#alaska {
  top: 440px;
  left: 150px;
}

/* Updated Dec 19 */

#wisconsin {
  top: 85px;
  left: 690px;
}

#michigan {
  top: 120px;
  left: 788px;
}

#iowa {
  top: 155px;
  left: 610px;
}

#kansas {
  top: 235px;
  left: 500px;
}

#missouri {
  top: 235px;
  left: 621px;
}

#oklahoma {
  top: 300px;
  left: 531px;
}

#louisiana {
  top: 395px;
  left: 630px;
}

#texas {
  top: 380px;
  left: 485px;
}

#arkansas {
  top: 324px;
  left: 637px;
}

#mississippi {
  top: 374px;
  left: 699px;
}

#minnesota {
  top: 45px;
  left: 590px;
}

#ndakota {
  top: 11px;
  left: 449px;
}

#nebraska {
  top: 165px;
  left: 481px;
}

#sdakota {
  top: 95px;
  left: 457px;
}

#illinois {
  top: 185px;
  left: 694px;
}

#indiana {
  top: 195px;
  left: 762px;
}

#ohio {
  top: 195px;
  left: 825px;
}

#alabama {
  top: 362px;
  left: 750px;
}

#georgia {
  top: 365px;
  left: 802px;
}

#scarolina {
  top: 335px;
  left: 848px;
}

#ncarolina {
  top: 298px;
  left: 903px;
}

#kentucky {
  top: 255px;
  left: 788px;
}

#virginia {
  top: 250px;
  left: 913px;
}

#westvirginia {
  top: 235px;
  left: 864px;
}

#maine {
  top: 65px;
  left: 1089px;
}

#tennessee {
  top: 300px;
  left: 751px;
}

#massachusetts {
  top: 134px;
  left: 1051px;
}

#newhampshire {
  top: 114px;
  left: 1050px;
}
#vermont {
  top: 91px;
  left: 1032px;
}
#newyork {
  top: 130px;
  left: 981px;
}
#pennsylvania {
  top: 182px;
  left: 921px;
}
#newjersey {
  top: 182px;
  left: 996px;
}

#hawaii {
  top: 518px;
  left: 381px;
}
#florida {
  top: 472px;
  left: 851px;
}
#colorado {
  top: 220px;
  left: 355px;
}

/*Rakesh CSS*/
.cal-overlay {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  color: rgb(77, 183, 72);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 99999999;
  display: none;
}
.cal-overlay h2 {
  font-size: 26px;
  position: relative;
  text-align: center;

  top: 40%;
}

#calculated-results .calcuform-title {
  background: #4db748;
  border: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
#calculated-results .entry > .content-column.one_third .calcuform-title h2 {
  margin: 0 !important;
  color: #fff !important;
  padding: 12px;
  font-family: "RobotoBold" !important;
  font-size: 20px !important;
}
#calculated-results .gform_wrapper {
  text-align: left;
  background: #f7f7f7;
  padding: 15px;
  border: 1px solid #46a941;
}
#calculated-results .gform_wrapper span.gform_description {
  color: #474747;
  width: 100%;
  font-size: 13px;
  margin-bottom: 0 !important;
  font-family: "RobotoLight";
}
#calculated-results .gform_wrapper .top_label .gsection_description {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 15px;
}
#calculated-results .gform_wrapper,
#calculated-results .top_label li ul.gfield_checkbox,
#calculated-results .top_label li ul.gfield_radio {
  margin: 0 0 30px 0;
  max-width: 100%;
}

#calculated-results .top_label li ul.gfield_radio li {
  display: block;
  width: 100% !important;
}
#calculated-results .top_label li ul.gfield_radio li input[type="radio"] {
  display: none;
}
#calculated-results .gform_wrapper .gform_heading {
  margin-bottom: 15px;
}
#calculated-results .gform_wrapper .gform_heading h3.gform_title {
  margin: 0 0 20px 0;
  font-family: "RobotoBold";
  font-size: 23px;
}
#calculated-results .gform_body {
  width: 100% !important;
}
#calculated-results .gform_wrapper .top_label div.ginput_container {
  margin: 0;
}
#calculated-results .gform_wrapper .top_label div.ginput_container span {
  position: relative;
}
#calculated-results
  .gform_wrapper
  .top_label
  div.ginput_container
  span#input_1_12_3_container
  i {
  font-size: 19px;
  right: 12px;
}
#calculated-results .gform_wrapper .ginput_complex .ginput_left {
  padding: 0 !important;
}
#calculated-results .gform_body ul {
  width: 100%;
}
#calculated-results .gform_body .gform_fields li.gfield {
  padding: 0;
  margin: 0 0 10px 0;
  position: relative;
}
#calculated-results .gform_body .gform_fields li.gfield i {
  position: absolute;
  right: 10px;
  top: 8px;
  color: #474747;
}
#calculated-results .gform_body .top_label li.gfield.gf_left_half,
#calculated-results .gform_body .top_label li.gfield.gf_right_half {
  padding: 0;
  width: 48.5%;
}
#calculated-results .gform_body .top_label li.gfield.gf_left_half {
  float: left;
}
#calculated-results .gform_body .top_label li.gfield.gf_right_half {
  float: right;
  clear: inherit !important;
}
#calculated-results .gform_body .widget-main-title {
  display: none;
}
#calculated-results .gform_body .top_label .gfield_label,
#calculated-results .gform_body .ginput_container_address label {
  font-size: 15px;
  font-family: "RobotoRegular";
  font-weight: normal;
  display: none;
}

#calculated-results .gform_body .ginput_container_address .address_line_1 {
  margin: 0;
  display: inline-block;
  width: 100%;
}

#calculated-results .gform_body .top_label .gfield_label .gfield_required {
  color: #fff;
}
#calculated-results .gform_body #field_1_12 .gfield_label,
#calculated-results .gform_body #field_1_7 .gfield_label {
  display: inline-block;
  border-bottom: 1px solid #46a941;
  padding: 0 0 5px 0;
  margin: 5px 0 10px 0;
  width: 100%;
}
#calculated-results .gform_wrapper .gsection {
  border: 0;
}
#calculated-results .gform_wrapper .gsection_description {
  border-bottom: 1px solid #46a941;
  padding: 0 0 5px 0 !important;
  margin: 10px 0 !important;
  color: #222;
}
#calculated-results
  .gform_body
  .field_sublabel_below
  .ginput_complex.ginput_container
  label {
  font-size: 12px;
  font-family: "RobotoLight";
}
#calculated-results
  .gform_wrapper
  li.gfield.field_description_below
  + li.gsection {
  margin-top: 0 !important;
}
#calculated-results
  .gform_wrapper
  li.gfield.field_description_below
  + li.gsection.cleardiv {
  padding: 3px 0 0 0;
}
#calculated-results
  .gform_wrapper
  li.gfield.field_description_below
  + li.gsection.cleardiv.divline {
  border-bottom: 1px solid #46a941;
  padding-bottom: 5px !important;
  margin-bottom: 15px;
}
#calculated-results .gform_body .pref-select .gfield_label {
  display: none;
}
#calculated-results .gform_body input[type="text"],
#calculated-results .gform_body .ginput_complex select,
#calculated-results .gform_body textarea,
#calculated-results .gform_body select,
#calculated-results select {
  font-family: "RobotoLight";
  margin: 0;
  color: #565656;
  background: #eee;
  border: 1px solid #ccc;
  display: block;
  font-size: 12px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  resize: none;
  width: 100% !important;
  padding: 8px;
  padding-right: 27px;
}
#calculated-results .gform_body select {
  height: 34px;
  padding: 0 !important;
}
#calculated-results .gform_body textarea {
  height: 100px;
}
#calculated-results .gform_body ul.gfield_radio {
  margin: 0 !important;
}
#calculated-results .gform_body ul.gfield_checkbox li label,
.innerpage .entry .gform_body ul.gfield_radio li label {
  font-size: 13px;
}
#calculated-results .gform_body ul.gfield_radio li {
  float: left !important;
  display: block !important;
  width: 30% !important;
}
#calculated-results .gform_body ul.gfield_checkbox li {
  float: left !important;
  display: block !important;
  width: 20% !important;
  margin: 0 !important;
  padding: 0 !important;
}
#calculated-results .gform_body ul.gfield_checkbox li input[type="checkbox"],
.innerpage .entry .gform_body ul.gfield_radio li input[type="radio"] {
  display: none;
}
#calculated-results .gform_body ul.gfield_radio li label::before {
  margin: 0 8px 0 0;
  content: "\f10c";
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#calculated-results
  .gform_body
  ul.gfield_radio
  li
  input[type="radio"]:checked
  + label::before {
  content: "\f111";
  color: #222;
}
#calculated-results .gform_body ul.gfield_checkbox li label::before {
  margin: 0 8px 0 2px;
  content: "\f096";
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: 15px;

  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#calculated-results
  .gform_body
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label::before {
  content: "\f046";
  margin: 0 6px 0 2px;
}
#calculated-results
  .gform_body
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label,
#calculated-results
  .gform_body
  ul.gfield_radio
  li
  input[type="radio"]:checked
  + label {
  font-weight: normal;
  font-family: "Robotobold";
}
#calculated-results .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}
#calculated-results .gform_wrapper .gform_footer p {
  padding: 10px 0 0 0;
  margin: 0 !important;
  color: #000;
  font-size: 13px;
}
#calculated-results .gform_wrapper .gform_footer input[type="submit"] {
  display: inline-block;
  border: 0;
  cursor: pointer;
  background: #4db748;
  padding: 10px;
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "RobotoBold";
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
#calculated-results .gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #20721c;
}

#calculated-results .gform_body input[type="text"]::-webkit-input-placeholder,
#calculated-results
  .gform_body
  .ginput_complex
  select::-webkit-input-placeholder,
#calculated-results .gform_body textarea::-webkit-input-placeholder,
#calculated-results .gform_body select::-webkit-input-placeholder,
#calculated-results select::-webkit-input-placeholder {
  color: #444;
}

#calculated-results .gform_wrapper .screen-reader-text {
  display: none;
}

#price-quote {
  top: -250px;
  position: relative;
}
#calculate {
  top: -135px;
  position: relative;
}

.page-client-testimonials {
}
.page-client-testimonials {
}

.page-client-testimonials #testimonial-lists .testibox {
  background: #eee;
  position: relative;
  border: 1px solid #ddd;
  border-bottom: 4px solid #ddd;
  padding: 20px;
  margin: 0 0 50px 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.125s ease;

  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.page-client-testimonials #testimonial-lists .testibox::after {
  content: "";
  visibility: inherit !important;
  background: url(images/testi-tail.png) no-repeat scroll 0 0;
  width: 100%;
  display: block;
  width: 100%;
  height: 31px;
  position: absolute;
  bottom: -28px;
}
.page-client-testimonials #testimonial-lists .testibox .testi-entry {
  background: none;
  padding: 0;
}
.innerpage #testimonial-lists .testibox h2 {
  padding: 0;
}

.faq-list {
  min-height: 500px;
}
.faq-list .single-faq {
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.faq-list .single-faq h2 {
  cursor: pointer;
  border-bottom: 1px solid #eee;
  padding: 25px 15px 25px 50px;
  margin: 0;
  color: #222;
}
.faq-list .single-faq h2:hover {
  background: #eee;
}
.faq-list .single-faq h2::before {
  content: "";
  position: absolute;
  width: 25px;
  text-align: center;
  left: 10px;
  top: 24px;
  display: inline-block;
  margin: 0 15px 0 0;
  font: normal normal normal 14px/1 FontAwesome;

  font-size: inherit;

  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  color: #46a941;
}
.faq-list .single-faq h2#what-is-cost-segregation::before {
  content: "\f059";
  top: 22px;
  font-size: 29px;
}
.faq-list .single-faq h2#report-fee-much-lower-competition::before {
  content: "\f0d6";
}
.faq-list .single-faq h2#first-year-savings-potential::before {
  content: "\f274";
  top: 23px;
}
.faq-list .single-faq h2#how-is-a-report-prepared::before {
  content: "\f02d";
  top: 24px;
}
.faq-list .single-faq h2#cost-segregation-red-flag-audit::before {
  content: "\f1ec";
}
.faq-list .single-faq h2#much-time-needed-get-started::before {
  content: "\f017";
}

.faq-list .faq-answer {
  padding: 15px;
  background: #3a8c36;
  color: #fff;
}

.faq-list .faq-answer h3 {
  font-family: "open_sansbold";
}
.faq-list .faq-answer ul,
.faq-list .faq-answer ul {
  margin: 0 0 15px 25px;
}
.faq-list .faq-answer ol li,
.content-column ol li,
.content-column ul li {
  margin: 0 0 8px 0;
  line-height: 1.5em;
}

.faq-list .faq-answer ol {
  margin: 0 0 15px 40px;
  list-style: decimal;
}

.page-use-oconnor-cost-segregation-company #main-content.innerpage {
  padding-top: 100px;
  padding-bottom: 0;
}
.page-use-oconnor-cost-segregation-company #page-entry > .container {
  width: 100%;
}
.page-use-oconnor-cost-segregation-company .innerpage .entry > .main-title {
  border: 0;
  margin: 0;
  padding: 0;
}
.page-use-oconnor-cost-segregation-company
  .innerpage
  .entry
  > .main-title
  .line {
  display: none;
}
.page-use-oconnor-cost-segregation-company .innerpage .entry > p {
  display: none;
}
.page-use-oconnor-cost-segregation-company .innerpage ol {
  padding: 50px 0 0 0;
}

.page-use-oconnor-cost-segregation-company
  #why
  .entry
  .content-column:nth-of-type(1),
.page-use-oconnor-cost-segregation-company
  #why
  .entry
  .content-column:nth-of-type(3) {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.page-use-oconnor-cost-segregation-company
  #why
  .entry
  .content-column:nth-of-type(5),
.page-use-oconnor-cost-segregation-company
  #why
  .entry
  .content-column:nth-of-type(7) {
  border-left: 0;
  border-right: 0;
}
.page-use-oconnor-cost-segregation-company
  #why
  .entry
  .content-column:nth-of-type(2) {
  border-bottom: 0;
}

.page-use-oconnor-cost-segregation-company
  #why
  .entry
  .content-column:nth-of-type(3),
.page-use-oconnor-cost-segregation-company
  #why
  .entry
  .content-column:nth-of-type(6),
.page-use-oconnor-cost-segregation-company
  #why
  .entry
  .content-column:nth-of-type(8) {
  background: #f1f0f0;
}

.page-use-oconnor-cost-segregation-company
  #why
  .entry
  .content-column:nth-of-type(2),
.page-use-oconnor-cost-segregation-company
  #why
  .entry
  .content-column:nth-of-type(7) {
  background: #e5e5e5;
}

.page-use-oconnor-cost-segregation-company
  #why
  .entry
  .content-column:nth-of-type(2)
  p::before {
  background: url(images/whyimg1.png) no-repeat scroll 50% 100%;
}
.page-use-oconnor-cost-segregation-company
  #why
  .entry
  .content-column:nth-of-type(3)
  p::before {
  background: url(images/whyimg2.png) no-repeat scroll 50% 100%;
}
.page-use-oconnor-cost-segregation-company
  #why
  .entry
  .content-column:nth-of-type(4)
  p::before {
  background: url(images/whyimg3.png) no-repeat scroll 50% 100%;
}
.page-use-oconnor-cost-segregation-company
  #why
  .entry
  .content-column:nth-of-type(6)
  p::before {
  background: url(images/whyimg4.png) no-repeat scroll 50% 100%;
}
.page-use-oconnor-cost-segregation-company
  #why
  .entry
  .content-column:nth-of-type(7)
  p::before {
  background: url(images/whyimg5.png) no-repeat scroll 50% 100%;
}
.page-use-oconnor-cost-segregation-company
  #why
  .entry
  .content-column:nth-of-type(8)
  p::before {
  background: url(images/whyimg6logo.png) no-repeat scroll 50% 100%;
}

.page-shopping-centers #highlighted-projects .pcol h2,
.page-apartments #highlighted-projects .pcol h2,
.page-hotels-motels-hospitality #highlighted-projects .pcol h2,
.page-office-buildings #highlighted-projects .pcol h2,
.page-retail-cost-segregation #highlighted-projects h2,
.page-self-storage-facilities #highlighted-projects h2,
.page-medical-and-dental-buildings #highlighted-projects h2,
.page-manufacturing #highlighted-projects h2,
.page-warehouse-distribution #highlighted-projects h2,
.page-restaurant #highlighted-projects h2,
.page-auto-dealership #highlighted-projects h2,
.page-bank-financial #highlighted-projects h2,
.page-assisted-living-and-nursing-homes #highlighted-projects h2,
.page-private-school-day-care #highlighted-projects h2,
.page-green-energy-projects #highlighted-projects h2,
.page-reits #highlighted-projects h2,
.page-drug-stores #highlighted-projects h2,
.page-fast-food-facilities #highlighted-projects h2,
.page-funeral-home #highlighted-projects h2,
.highlighted-page #highlighted-projects h2 {
  font-size: 14px;
  min-height: 60px;
  font-family: "RobotoRegular";
}

.page-shopping-centers #highlighted-projects,
.page-apartments #highlighted-projects,
.page-hotels-motels-hospitality #highlighted-projects,
.page-office-buildings #highlighted-projects,
.page-retail-cost-segregation #highlighted-projects,
.page-self-storage-facilities #highlighted-projects,
.page-medical-and-dental-buildings #highlighted-projects,
.page-manufacturing #highlighted-projects,
.page-warehouse-distribution #highlighted-projects,
.page-restaurant #highlighted-projects,
.page-auto-dealership #highlighted-projects,
.page-bank-financial #highlighted-projects,
.page-assisted-living-and-nursing-homes #highlighted-projects,
.page-private-school-day-care #highlighted-projects,
.page-green-energy-projects #highlighted-projects,
.page-reits #highlighted-projects,
.page-drug-stores #highlighted-projects,
.page-fast-food-facilities #highlighted-projects,
.page-funeral-home #highlighted-projects,
.highlighted-page #highlighted-projects {
  background: 0;
  padding: 0;
}

.page-shopping-centers #highlighted-projects > br,
.page-apartments #highlighted-projects > br,
.page-hotels-motels-hospitality #highlighted-projects > br,
.page-office-buildings #highlighted-projects > br,
.page-retail-cost-segregation #highlighted-projects > br,
.page-self-storage-facilities #highlighted-projects > br,
.page-medical-and-dental-buildings #highlighted-projects > br,
.page-manufacturing #highlighted-projects > br,
.page-warehouse-distribution #highlighted-projects > br,
.page-restaurant #highlighted-projects > br,
.page-auto-dealership #highlighted-projects > br,
.page-bank-financial #highlighted-projects > br,
.page-assisted-living-and-nursing-homes #highlighted-projects > br,
.page-private-school-day-care #highlighted-projects > br,
.page-green-energy-projects #highlighted-projects > br,
.page-reits #highlighted-projects > br,
.page-drug-stores #highlighted-projects > br,
.page-fast-food-facilities #highlighted-projects > br,
.page-funeral-home #highlighted-projects > br,
.highlighted-page #highlighted-projects > br {
  display: none;
}

.page-shopping-centers #highlighted-projects .pcol em,
.page-apartments #highlighted-projects .pcol em,
.page-hotels-motels-hospitality #highlighted-projects .pcol em,
.page-office-buildings #highlighted-projects .pcol em,
.page-retail-cost-segregation #highlighted-projects .pcol em,
.page-self-storage-facilities #highlighted-projects .pcol em,
.page-medical-and-dental-buildings #highlighted-projects .pcol em,
.page-manufacturing #highlighted-projects .pcol em,
.page-warehouse-distribution #highlighted-projects .pcol em,
.page-restaurant #highlighted-projects .pcol em,
.page-auto-dealership #highlighted-projects .pcol em,
.page-bank-financial #highlighted-projects .pcol em,
.page-assisted-living-and-nursing-homes #highlighted-projects .pcol em,
.page-private-school-day-care #highlighted-projects .pcol em,
.page-green-energy-projects #highlighted-projects .pcol em,
.page-reits #highlighted-projects .pcol em,
.page-drug-stores #highlighted-projects .pcol em,
.page-fast-food-facilities #highlighted-projects .pcol em,
.page-funeral-home #highlighted-projects .pcol em,
.highlighted-page #highlighted-projects .pcol em {
  font-family: "RobotoRegular";
  font-size: 13px;
}

.highlighted-page #highlighted-projects .pcol em.small {
  font-size: 11px;
}

.page-shopping-centers #highlighted-projects blockquote,
.page-apartments #highlighted-projects blockquote,
.page-hotels-motels-hospitality #highlighted-projects blockquote,
.page-office-buildings #highlighted-projects blockquote,
.page-retail-cost-segregation #highlighted-projects blockquote,
.page-self-storage-facilities #highlighted-projects blockquote,
.page-medical-and-dental-buildings #highlighted-projects blockquote,
.page-manufacturing #highlighted-projects blockquote,
.page-warehouse-distribution #highlighted-projects blockquote,
.page-restaurant #highlighted-projects blockquote,
.page-auto-dealership #highlighted-projects blockquote,
.page-bank-financial #highlighted-projects blockquote,
.page-assisted-living-and-nursing-homes #highlighted-projects blockquote,
.page-private-school-day-care #highlighted-projects blockquote,
.page-green-energy-projects #highlighted-projects blockquote,
.page-reits #highlighted-projects blockquote,
.page-drug-stores #highlighted-projects blockquote,
.page-fast-food-facilities #highlighted-projects blockquote,
.page-funeral-home #highlighted-projects blockquote,
.highlighted-page #highlighted-projects blockquote {
  border: 0;
  margin-bottom: 0;
  margin-top: 20px;
  font-family: "RobotoLight";
  font-size: 14px;
  padding: 0;
  display: inline-block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.page-shopping-centers #highlighted-projects blockquote em,
.page-apartments #highlighted-projects blockquote em,
.page-hotels-motels-hospitality #highlighted-projects blockquote em,
.page-office-buildings #highlighted-projects blockquote em,
.page-retail-cost-segregation #highlighted-projects blockquote em,
.page-self-storage-facilities #highlighted-projects blockquote em,
.page-medical-and-dental-buildings
  #highlighted-projects
  blockquote
  em
  .page-manufacturing
  #highlighted-projects
  blockquote
  em,
.page-warehouse-distribution #highlighted-projects blockquote em,
.page-restaurant #highlighted-projects blockquote em,
.page-auto-dealership #highlighted-projects blockquote em,
.page-bank-financial #highlighted-projects blockquote em,
.page-assisted-living-and-nursing-homes #highlighted-projects blockquote em,
.page-private-school-day-care #highlighted-projects blockquote em,
.page-green-energy-projects #highlighted-projects blockquote em,
.page-reits #highlighted-projects blockquote em,
.page-drug-stores #highlighted-projects blockquote em,
.page-fast-food-facilities #highlighted-projects blockquote em,
.page-funeral-home #highlighted-projects blockquote em,
.highlighted-page #highlighted-projects blockquote em {
  font-style: normal;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 20px 30px 0 0;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.highlighted-page #highlighted-projects .pcol {
  width: 11.1%;
}
.highlighted-page #highlighted-projects h2 {
  font-size: 12.5px !important;
}

.ys-layer {
  display: none;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.ys-container {
  display: none;
  position: fixed;
  width: 100%;
  min-height: 10%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.ys-container.visible,
.ys-layer.visible {
  display: block;
}

.ys-box {
  background-color: #fff;
  width: 0;
  height: auto;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px 0 5px 5px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.8);
  transition: height 0.2s ease-in-out;
}

.ys-popup-close {
  position: absolute;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 19px;
  text-decoration: none;
  text-indent: -5000px;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}

.ys-container.finished .ys-popup-close {
  width: 28px;
  height: 28px;
  text-indent: 0;
}

.ys-popup-content {
  display: none;
}

.ys-container.finished .ys-popup-content {
  display: block;
}

.ys-popup-close:hover {
  text-decoration: none;
  color: #f00;
}

.ys-container .popexit {
  background: #27464b;
  border-radius: 10px;
  color: #fff;
}
.ys-container .popexit .gform_wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 30px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ys-container .popexit .gform_wrapper li.gfield {
  padding: 0;
  margin: 0 0 10px 0;
}
.ys-container .popexit .gform_wrapper li.gfield.gf_left_half,
.ys-container .popexit .gform_wrapper li.gfield.gf_right_half {
  float: left;
  clear: inherit !important;
  width: 48%;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ys-container .popexit .gform_wrapper li.gfield.gf_right_half {
  float: right;
}
.ys-container .popexit .gform_wrapper label.gfield_label {
  display: none;
}
.ys-container .popexit .gform_wrapper .top_label div.ginput_container {
  margin: 0;
}

.ys-container .popexit .gform_wrapper .gform_footer {
  margin: 10px 0 0 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}

.page-template-page-landing .ys-container .popexit .gform_wrapper p,
.page-template-page-landing
  .ys-container
  .popexit
  .gform_wrapper
  span.gform_description {
  color: #000;
}
.page-template-page-landing
  .ys-container
  .popexit
  .gform_wrapper
  .gform_footer
  p {
  font-size: 12px;
  text-align: center;
  margin: 10px 0 0 0;
}

.ys-container .popexit .gform_wrapper input[type="text"] {
  font-family: "RobotoLight" !important;
  color: #000;
  background: #eee;
  border: 1px solid #27464b !important;
  display: block;
  font-size: 15px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  width: 100% !important;
  padding: 15px !important;
}

.ys-container .popexit .gform_wrapper .gform_footer .gform_button {
  display: inline-block;
  width: auto;
  cursor: pointer;
  background: #4db748;
  border: 0;
  padding: 15px 30px;

  text-transform: uppercase;
  font-size: 20px;
  font-family: "RobotoBold";
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ys-container .popexit .gform_wrapper .gform_footer .gform_button:hover {
  background: #1f81bf;
}

.ys-container .popexit .gform_wrapper span.gform_description {
  width: 100%;
  margin: 0 0 10px 0;
  display: inline-block;
  font-weight: normal;
  font-size: 18px;
  font-family: "RobotoLight";
}
.ys-container .popexit .gform_wrapper span.gform_description h2 {
  font-weight: normal;
  font-family: "RobotoBold";
  font-size: 25px;
}
.ys-container .popexit .gform_wrapper span.gform_description span {
  display: block;
  text-decoration: underline;
}
.page-template-page-landing #landing-navbar {
  display: none;
  background: #3a8c36;
  padding: 5px 0 0 0;
}
.page-template-page-landing #landing-navbar .container {
  height: inherit;
}
.page-template-page-landing.page-cost-segregation-2 #landing-navbar {
  display: block;
}

.page-template-page-landing #top {
  background: #f7f7f7;
  border-top: 5px solid #3a8c36;
  position: relative;
  margin: 0;
}
.page-template-page-landing.admin-bar #top {
  margin: 0;
}
.page-template-page-landing #top::after {
  display: none;
}
.page-template-page-landing #uppertopright {
  margin: 35px 0 0 0;
  width: auto;
}
.page-template-page-landing #uppertopright::before,
.page-template-page-landing #uppertopright::after {
  display: none;
}
.page-template-page-landing #phonenum {
  padding: 0;
  background: 0;
  width: auto;
}
.page-template-page-landing #phonenum p {
  background: 0;
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 20px;
}
.page-template-page-landing #phonenum p span {
  font-size: 32px;
  color: #3a8c36;
  position: relative;
  top: 5px;
  margin: 0 0 0 15px;
}

.page-template-page-landing #main-content.innerpage {
  padding: 80px 0 30px 0;
}

.page-template-page-landing #footer-left {
  width: 48%;
}
.page-template-page-landing #footer-right {
  width: 50%;
}
.page-template-page-landing #footernav,
.page-template-page-landing #site-info {
  border: 0;
  padding: 20px 0 0 0;
  margin: 0;
}
.page-template-page-landing #footernav {
  margin: 50px 0 0 0;
}
.page-template-page-landing #footernav ul li.menu-item-sitemap,
.page-template-page-landing #footernav ul li.menu-item-privacy-policy {
  display: none;
}
.page-template-page-landing #site-info {
  float: left;
  width: 50%;
}
.page-template-page-landing #logo-footer {
  float: right;
  width: 40%;
  margin: 50px 0 0 0;
  padding: 0;
}

.page-template-page-landing .innerpage .entry > h2 {
  font-size: 36px;
  margin: 0 0 20px 0;
}
.page-template-page-landing .innerpage .entry > .main-title {
  border: 0;
  padding: 0 67px;
  margin: 0 0 20px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.page-template-page-landing .innerpage .entry > .main-title .line {
  display: none;
}
.page-template-page-landing .innerpage .entry > .main-title h1 {
  font-size: 48px;
}
.page-template-page-landing .innerpage .entry > h3 {
  font-size: 35px;
  font-family: "Robotobold";
  line-height: 1.2em;
  margin: 0 0 20px 0;
}
.page-template-page-landing .innerpage .entry > h3 strong {
  font-family: "Robotobold";
  color: #50b74a;
}
.page-template-page-landing .innerpage .entry > h4 {
  font-size: 30px;
  font-family: "Robotobold";
  color: #50b74a;
}
.page-template-page-landing .innerpage .entry .content-column > h4 {
  font-size: 30px;
  font-family: "Robotobold";
  color: #50b74a;
  margin: 0;
}
.page-template-page-landing .innerpage .entry > h4.nxt-icon::before {
  content: "\f0ab";
  display: inline-block;
  margin: 0 20px 0 0;
  position: relative;
  top: 6px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 50px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.page-template-page-landing .innerpage .entry h5 {
  font-size: 24px;
  font-weight: normal;
  font-family: "RobotoBold";
  color: #333;
}
.page-template-page-landing .innerpage .entry h5 strong {
  color: #50b74a;
}

.page-template-page-landing .innerpage .entry > p {
  font-size: 25px;
  line-height: 1.6em;
  margin: 0 0 20px 0;
}
.page-template-page-landing .innerpage .entry .content-column > p {
  font-size: 21px;
  line-height: 1.6em;
  margin: 0 0 20px 0;
}
.page-template-page-landing .innerpage .entry > p.smaller-txt {
  font-size: 18px;
  margin-bottom: 40px;
}
.page-template-page-landing .innerpage .entry > .clear,
.page-template-page-landing .innerpage .entry > .content-column .clear {
  padding: 20px 0;
}
.page-template-page-landing .innerpage .entry .content-column h3 {
  background: #50b74a;
  color: #fff;
  font-size: 29px;
  font-family: "RobotoBold";
  padding: 15px;
  position: relative;

  display: inline-block;
}
.page-template-page-landing .innerpage .entry .content-column h3::after {
  content: "\f0da";
  color: #50b74a;
  position: absolute;
  top: -25px;
  right: -38px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 119.3px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-template-page-landing .innerpage .entry .content-column > ul {
  margin: 0 0 0 50px;
}
.page-template-page-landing .innerpage .entry .content-column > ul li {
  font-size: 20px;
  line-height: 2em;
}
.page-template-page-landing .innerpage .entry .content-column > ul li i {
  color: #50b74a;
  top: 0.53em;
}
.page-template-page-landing
  .innerpage
  .entry
  .content-column
  > ul
  li
  i.fa-caret-right {
  display: none;
}

.page-template-page-landing .btn-button .btn {
  padding: 25px;
  width: 100%;
  text-align: center;
}

.page-template-page-landing #as-seen-on {
  border: 1px solid #ddd;
  padding: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.page-template-page-landing #as-seen-on > p {
  margin: 0;
  text-align: center;
}
.page-template-page-landing .content-column h2 {
  font-size: 30px;
  margin: 0 0 20px 0;
  font-family: "RobotoBold";
  color: #000;
}
.page-template-page-landing .content-column #as-seen-on img {
  border: 0;
  padding: 0;
  margin: 5px 30px;
  display: inline-block;
  vertical-align: top;
}
.page-template-page-landing .content-column #as-seen-on br {
  display: none;
}
.page-template-page-landing .content-column #testimonial-lists .testibox {
  margin-bottom: 30px;
}
.page-template-page-landing .content-column #testimonial-lists .testibox h2 {
  padding: 15px;
}
.page-template-page-landing
  .content-column
  #testimonial-lists
  .testibox::after {
  background-size: 100%;
}
.page-template-page-landing #gform1 > p {
  display: none;
}
.page-template-page-landing #gform1 h2 {
  background: #4db748;
  margin: 0;
  color: #fff;
  font-size: 29px;
  font-family: "RobotoBold";
  padding: 17px;
  text-align: center;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.page-template-page-landing .gform_wrapper {
  background: #f7f7f7;
  padding: 15px;
  border: 1px solid #46a941;
}
.page-template-page-landing .gform_wrapper .gform_fields li.gfield {
  position: relative;
  margin: 0 0 10px 0;
}
.page-template-page-landing .gform_wrapper .gform_fields li.gfield.withlabel {
  display: inline-block;
}
.page-template-page-landing
  .gform_wrapper
  .gform_fields
  li.gfield.withlabel
  ul.gfield_checkbox {
  margin: 0;
}
.page-template-page-landing
  .gform_wrapper
  .gform_fields
  li.gfield.withlabel
  .gfield_label {
  display: block;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.page-template-page-landing
  .gform_wrapper
  .gform_fields
  li.gfield.withlabel
  ul.gfield_checkbox
  li
  label::before {
  font-size: 20px;
}

.page-template-page-landing .gform_wrapper .gform_fields li.gfield i {
  position: absolute;
  right: 10px;
  top: 7px;
}
.page-template-page-landing .gform_wrapper .gform_fields li.gfield.email_add i {
  top: 7px;
}
.page-template-page-landing .gform_wrapper .top_label li.gfield.gf_left_half,
.page-template-page-landing .gform_wrapper .top_label li.gfield.gf_right_half {
  float: left;
  padding: 0;
  width: 48.5%;
}
.page-template-page-landing .gform_wrapper .top_label li.gfield.gf_right_half {
  float: right;
  clear: inherit !important;
}

.page-template-page-landing #gform1 .gform_wrapper .gform_footer {
  margin: 0;
}
.page-template-page-landing .gform_footer .gform_button {
  display: inline-block;
  width: 100% !important;
  font-family: "RobotoBold" !important;
  font-size: 22px !important;
}

.page-template-page-landing
  .gform_body
  input[type="text"]::-webkit-input-placeholder,
.page-template-page-landing
  .gform_body
  .ginput_complex
  select::-webkit-input-placeholder,
.page-template-page-landing .gform_body textarea::-webkit-input-placeholder,
.page-template-page-landing .gform_body select::-webkit-input-placeholder,
.page-template-page-landing select::-webkit-input-placeholder {
  color: #444;
}

.page-template-page-landing .content-column .gform_body input[type="text"],
.page-template-page-landing #gform2 .gform_body input[type="text"],
.page-template-page-landing .content-column .gform_body .ginput_complex select,
.page-template-page-landing #gform2 .gform_body .ginput_complex select,
.page-template-page-landing .content-column .gform_body textarea,
.page-template-page-landing #gform2 .gform_body textarea,
.page-template-page-landing .content-column .gform_body select,
.page-template-page-landing #gform2 .gform_body select,
.page-template-page-landing .content-column select {
  font-family: "RobotoLight";
  margin: 0;
  color: #565656;
  background: #eee;
  border: 1px solid #ccc;
  display: block;
  font-size: 12px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  resize: none;
  width: 100% !important;
  padding: 8px;
  padding-right: 27px !important;
}

.page-template-page-landing #calculator-on-landing,
.page-template-page-landing #gform2 {
  margin: 0 auto;
  width: 500px;
}

.page-template-page-landing #calculator-on-landing {
  width: 400px;
}

.page-template-page-landing #gform2 > p {
  display: none;
}
.page-template-page-landing #gform2 h2 {
  background: #4db748; /*#3a8d36;*/
  margin: 0;
  color: #fff;
  font-size: 29px;
  font-family: "RobotoBold";
  padding: 17px;
  text-align: center;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.page-template-page-landing #gform2 h2.smaller-txt {
  font-size: 20px;
}

.page-template-page-landing .gform_wrapper span.gform_description,
.page-template-page-landing
  .gform_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html,
.page-template-page-landing
  .gform_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  p {
  width: 100%;
  font-size: 15px;
  margin-bottom: 0 !important;
  font-family: "RobotoLight";
}
.page-template-page-landing
  .gform_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html {
  margin-top: -10px;
}
.page-template-page-landing
  .gform_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  p {
  margin-bottom: 5px !important;
}
.page-template-page-landing
  .gform_wrapper
  li.gfield.field_description_below
  + li.gsection {
  margin-top: 0 !important;
}
.page-template-page-landing .gform_wrapper textarea {
  height: 100px !important;
}
.page-template-page-landing-two #landing-navbar {
  display: none;
  background: #3a8c36;
  padding: 5px 0 0 0;
}
.page-template-page-landing-two #landing-navbar .container {
  height: inherit;
}
.page-template-page-landing-two.page-cost-segregation-2 #landing-navbar {
  display: block;
}

.page-template-page-landing-two #top {
  background: #f7f7f7;
  border-top: 5px solid #3a8c36;
  position: relative;
  margin: 0;
}
.page-template-page-landing-two.admin-bar #top {
  margin: 0;
}
.page-template-page-landing-two #top::after {
  display: none;
}
.page-template-page-landing-two #uppertopright {
  margin: 35px 0 0 0;
  width: auto;
}
.page-template-page-landing-two #uppertopright::before,
.page-template-page-landing-two #uppertopright::after {
  display: none;
}
.page-template-page-landing-two #phonenum {
  padding: 0;
  background: 0;
  width: auto;
}
.page-template-page-landing-two #phonenum p {
  background: 0;
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 20px;
}
.page-template-page-landing-two #phonenum p span {
  font-size: 32px;
  color: #3a8c36;
  position: relative;
  top: 5px;
  margin: 0 0 0 15px;
}

.page-template-page-landing-two #main-content.innerpage {
  padding: 80px 0 30px 0;
}

.page-template-page-landing-two #footer-left {
  width: 48%;
}
.page-template-page-landing-two #footer-right {
  width: 50%;
}
.page-template-page-landing-two #footernav,
.page-template-page-landing-two #site-info {
  border: 0;
  padding: 20px 0 0 0;
  margin: 0;
}
.page-template-page-landing-two #footernav {
  margin: 50px 0 0 0;
}
.page-template-page-landing-two #footernav ul li.menu-item-sitemap,
.page-template-page-landing-two #footernav ul li.menu-item-privacy-policy {
  display: none;
}
.page-template-page-landing-two #site-info {
  float: left;
  width: 50%;
}
.page-template-page-landing-two #logo-footer {
  float: right;
  width: 40%;
  margin: 50px 0 0 0;
  padding: 0;
}

.page-template-page-landing-two .innerpage .entry > h2 {
  font-size: 36px;
  margin: 0 0 20px 0;
}
.page-template-page-landing-two .innerpage .entry > .main-title {
  border: 0;
  padding: 0 67px;
  margin: 0 0 20px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.page-template-page-landing-two .innerpage .entry > .main-title .line {
  display: none;
}
.page-template-page-landing-two .innerpage .entry > .main-title h1 {
  font-size: 48px;
}
.page-template-page-landing-two .innerpage .entry > h3 {
  font-size: 35px;
  font-family: "Robotobold";
  line-height: 1.2em;
  margin: 0 0 20px 0;
}
.page-template-page-landing-two .innerpage .entry > h3 strong {
  font-family: "Robotobold";
  color: #50b74a;
}
.page-template-page-landing-two .innerpage .entry > h4 {
  font-size: 30px;
  font-family: "Robotobold";
  color: #50b74a;
}
.page-template-page-landing-two .innerpage .entry .content-column > h4 {
  font-size: 30px;
  font-family: "Robotobold";
  color: #50b74a;
  margin: 0;
}
.page-template-page-landing-two .innerpage .entry > h4.nxt-icon::before {
  content: "\f0ab";
  display: inline-block;
  margin: 0 20px 0 0;
  position: relative;
  top: 6px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 50px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.page-template-page-landing-two .innerpage .entry h5 {
  font-size: 24px;
  font-weight: normal;
  font-family: "RobotoBold";
  color: #333;
}
.page-template-page-landing-two .innerpage .entry h5 strong {
  color: #50b74a;
}

.page-template-page-landing-two .innerpage .entry > p {
  font-size: 16px;
  line-height: 1.6em;
  margin: 0 0 20px 0;
}
.page-template-page-landing-two .innerpage .entry .content-column > p {
  font-size: 21px;
  line-height: 1.6em;
  margin: 0 0 20px 0;
}
.page-template-page-landing-two .innerpage .entry > p.smaller-txt {
  font-size: 18px;
  margin-bottom: 40px;
}
.page-template-page-landing-two .innerpage .entry > .clear,
.page-template-page-landing-two .innerpage .entry > .content-column .clear {
  padding: 20px 0;
}
.page-template-page-landing-two .innerpage .entry .content-column h3 {
  background: #50b74a;
  color: #fff;
  font-size: 29px;
  font-family: "RobotoBold";
  padding: 15px;
  position: relative;
  display: inline-block;
}
.page-template-page-landing-two .innerpage .entry .content-column h3::after {
  content: "\f0da";
  color: #50b74a;
  position: absolute;
  top: -25px;
  right: -38px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 119.3px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-template-page-landing-two .innerpage .entry .content-column > ul {
  margin: 0 0 0 50px;
}
.page-template-page-landing-two .innerpage .entry .content-column > ul li {
  font-size: 20px;
  line-height: 2em;
}
.page-template-page-landing-two .innerpage .entry .content-column > ul li i {
  color: #50b74a;
  top: 0.53em;
}
.page-template-page-landing-two
  .innerpage
  .entry
  .content-column
  > ul
  li
  i.fa-caret-right {
  display: none;
}

.page-template-page-landing-two .btn-button .btn {
  padding: 25px;
  width: 100%;
  text-align: center;
}

.page-template-page-landing-two #as-seen-on {
  border: 1px solid #ddd;
  padding: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.page-template-page-landing-two #as-seen-on > p {
  margin: 0;
  text-align: center;
}
.page-template-page-landing-two .content-column h2 {
  font-size: 30px;
  margin: 0 0 20px 0;
  font-family: "RobotoBold";
  color: #000;
}
.page-template-page-landing-two .content-column #as-seen-on img {
  border: 0;
  padding: 0;
  margin: 5px 30px;
  display: inline-block;
  vertical-align: top;
}
.page-template-page-landing-two .content-column #as-seen-on br {
  display: none;
}
.page-template-page-landing-two .content-column #testimonial-lists .testibox {
  margin-bottom: 30px;
}
.page-template-page-landing-two
  .content-column
  #testimonial-lists
  .testibox
  h2 {
  padding: 15px;
}
.page-template-page-landing-two
  .content-column
  #testimonial-lists
  .testibox::after {
  background-size: 100%;
}
.page-template-page-landing-two #gform1 > p {
  display: none;
}
.page-template-page-landing-two #gform1 h2 {
  background: #4db748;
  margin: 0;
  color: #fff;
  font-size: 29px;
  font-family: "RobotoBold";
  padding: 17px;
  text-align: center;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.page-template-page-landing-two .gform_wrapper {
  background: #f7f7f7;
  padding: 15px;
  border: 1px solid #46a941;
}
.page-template-page-landing-two .gform_wrapper .gform_fields li.gfield {
  position: relative;
  margin: 0 0 10px 0;
}
.page-template-page-landing-two
  .gform_wrapper
  .gform_fields
  li.gfield.withlabel {
  display: inline-block;
}
.page-template-page-landing-two
  .gform_wrapper
  .gform_fields
  li.gfield.withlabel
  ul.gfield_checkbox {
  margin: 0;
}
.page-template-page-landing-two
  .gform_wrapper
  .gform_fields
  li.gfield.withlabel
  .gfield_label {
  display: block;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.page-template-page-landing-two
  .gform_wrapper
  .gform_fields
  li.gfield.withlabel
  ul.gfield_checkbox
  li
  label::before {
  font-size: 20px;
}

.page-template-page-landing-two .gform_wrapper .gform_fields li.gfield i {
  position: absolute;
  right: 10px;
  top: 7px;
}
.page-template-page-landing-two
  .gform_wrapper
  .gform_fields
  li.gfield.email_add
  i {
  top: 7px;
}
.page-template-page-landing-two
  .gform_wrapper
  .top_label
  li.gfield.gf_left_half,
.page-template-page-landing-two
  .gform_wrapper
  .top_label
  li.gfield.gf_right_half {
  float: left;
  padding: 0;
  width: 48.5%;
}
.page-template-page-landing-two
  .gform_wrapper
  .top_label
  li.gfield.gf_right_half {
  float: right;
  clear: inherit !important;
}

.page-template-page-landing-two #gform1 .gform_wrapper .gform_footer {
  margin: 0;
}
.page-template-page-landing-two .gform_footer .gform_button {
  display: inline-block;
  width: 100% !important;
  font-family: "RobotoBold" !important;
  font-size: 22px !important;
}

.page-template-page-landing-two
  .gform_body
  input[type="text"]::-webkit-input-placeholder,
.page-template-page-landing-two
  .gform_body
  .ginput_complex
  select::-webkit-input-placeholder,
.page-template-page-landing-two .gform_body textarea::-webkit-input-placeholder,
.page-template-page-landing-two .gform_body select::-webkit-input-placeholder,
.page-template-page-landing-two select::-webkit-input-placeholder {
  color: #444;
}

.page-template-page-landing-two .content-column .gform_body input[type="text"],
.page-template-page-landing-two #gform2 .gform_body input[type="text"],
.page-template-page-landing-two
  .content-column
  .gform_body
  .ginput_complex
  select,
.page-template-page-landing-two #gform2 .gform_body .ginput_complex select,
.page-template-page-landing-two .content-column .gform_body textarea,
.page-template-page-landing-two #gform2 .gform_body textarea,
.page-template-page-landing-two .content-column .gform_body select,
.page-template-page-landing-two #gform2 .gform_body select,
.page-template-page-landing-two .content-column select {
  font-family: "RobotoLight";
  margin: 0;
  color: #565656;
  background: #eee;
  border: 1px solid #ccc;
  display: block;
  font-size: 12px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  resize: none;
  width: 100% !important;
  padding: 8px;
  padding-right: 27px !important;
}

.page-template-page-landing-two #calculator-on-landing,
.page-template-page-landing-two #gform2 {
  margin: 0 auto;
  width: 500px;
}

.page-template-page-landing-two #calculator-on-landing {
  width: 400px;
}

.page-template-page-landing-two #gform2 > p {
  display: none;
}
.page-template-page-landing-two #gform2 h2 {
  background: #4db748; /*#3a8d36;*/
  margin: 0;
  color: #fff;
  font-size: 29px;
  font-family: "RobotoBold";
  padding: 17px;
  text-align: center;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.page-template-page-landing-two #gform2 h2.smaller-txt {
  font-size: 20px;
}

.page-template-page-landing-two .gform_wrapper span.gform_description,
.page-template-page-landing-two
  .gform_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html,
.page-template-page-landing-two
  .gform_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  p {
  width: 100%;
  font-size: 15px;
  margin-bottom: 0 !important;
  font-family: "RobotoLight";
}
.page-template-page-landing-two
  .gform_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html {
  margin-top: -10px;
}
.page-template-page-landing-two
  .gform_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  p {
  margin-bottom: 5px !important;
}
.page-template-page-landing-two
  .gform_wrapper
  li.gfield.field_description_below
  + li.gsection {
  margin-top: 0 !important;
}

.page-template-page-landing-two .gform_wrapper textarea {
  height: 100px !important;
}

.page-template-page-landing-three {
  font-size: 18px;
}
.page-template-page-landing-three .nivo-directionNav {
  display: none;
}
.page-template-page-landing-three .main-title {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: 0 !important;
}
.page-template-page-landing-three .main-title .line {
  display: none !important;
}
.page-template-page-landing-three #landing-navbar {
  display: block;
  background: #3a8c36;
  padding: 5px 0 0 0;
}
.page-template-page-landing-three #landing-navbar .container {
  height: inherit;
}

.page-template-page-landing-three #top {
  background: #f7f7f7;
  border-top: 5px solid #3a8c36;
  position: relative;
  margin: 0;
}
.page-template-page-landing-three.admin-bar #top {
  margin: 0;
}
.page-template-page-landing-three #top::after {
  display: none;
}
.page-template-page-landing-three #uppertopright {
  margin: 35px 0 0 0;
  width: auto;
}
.page-template-page-landing-three #uppertopright::before,
.page-template-page-landing-three #uppertopright::after {
  display: none;
}
.page-template-page-landing-three #phonenum {
  padding: 0;
  background: 0;
  width: auto;
}
.page-template-page-landing-three #phonenum p {
  background: 0;
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 20px;
}
.page-template-page-landing-three #phonenum p span {
  font-size: 32px;
  color: #3a8c36;
  position: relative;
  top: 5px;
  margin: 0 0 0 15px;
}

.page-template-page-landing-three #banner-area {
  padding-top: 46px;
}
.page-template-page-landing-three #main-content.innerpage {
  padding: 0;
}

.page-template-page-landing-three #footer-left {
  width: 48%;
}
.page-template-page-landing-three #footer-right {
  width: 50%;
}
.page-template-page-landing-three #footernav,
.page-template-page-landing-three #site-info {
  border: 0;
  padding: 20px 0 0 0;
  margin: 0;
}
.page-template-page-landing-three #footernav {
  margin: 50px 0 0 0;
}
.page-template-page-landing-three #footernav ul li.menu-item-sitemap,
.page-template-page-landing-three #footernav ul li.menu-item-privacy-policy {
  display: none;
}
.page-template-page-landing-three #site-info {
  float: left;
  width: 50%;
}
.page-template-page-landing-three #logo-footer {
  float: right;
  width: 40%;
  margin: 50px 0 0 0;
  padding: 0;
}

.page-template-page-landing-three ul.centerbold {
  margin-top: 20px !important;
}
.page-template-page-landing-three .centerbold li {
  display: block !important;
  float: left !important;
  width: 45% !important;
  margin-right: 50px !important;
  font-size: 22px;
  color: #222;
  font-family: "RobotoCondensedbold";
}
.page-template-page-landing-three .centerbold li i {
  color: #4db748 !important;
}

/* Landing Template for Bonus calculator */

.page-template-page-landing-bonuscal {
  font-size: 18px;
}
.page-template-page-landing-bonuscal .main-title {
  border: 0 !important;
  padding: 0 !important;
  border-bottom: 0 !important;
}
.page-template-page-landing-bonuscal .main-title .line {
  display: none !important;
}
.page-template-page-landing-bonuscal .intro {
  padding: 5px 0 0 0;
}
.page-template-page-landing-bonuscal .intro .entry h1 {
  font-size: 48px;
}
.page-template-page-landing-bonuscal .intro .entry h1 strong {
  color: #3a8c36;
}
.page-template-page-landing-bonuscal .intro .entry p em {
  font-style: normal !important;
  font-family: "RobotoBold";
  color: #444;
  text-decoration: underline;
}
.page-template-page-landing-bonuscal .cont.withbtncol h1 {
  font-size: 35px;
}
.page-template-page-landing-bonuscal .cont.withbtncol h1 strong {
  color: #3a8c36;
}
.page-template-page-landing-bonuscal
  .cont.withbtncol
  .content-column.three_fourth {
  width: 65%;
  text-align: right;
  font-size: 18px !important;
  font-family: "RobotoBold";
  color: #3a8c36;
}
.page-template-page-landing-bonuscal
  .cont.withbtncol
  .content-column.last_column
  > p {
  margin: 0;
}
.page-template-page-landing-bonuscal
  .cont.withbtncol
  .content-column.last_column
  .btn-button
  a {
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.4em !important;
  text-align: center;
  padding: 15px 5px !important;
}

.page-template-page-landing-bonuscal #savings-calculator {
  padding-top: 0;
}
.page-template-page-landing-bonuscal #savings-calculator .entry p.txt-center {
  margin: 0 0 10px 0 !important;
  font-size: 15px;
}

.page-template-page-landing-bonuscal #top {
  background: #f7f7f7;
  border-top: 5px solid #3a8c36;
  position: relative;
  margin: 0;
}
.page-template-page-landing-bonuscal.admin-bar #top {
  margin: 0;
}
.page-template-page-landing-bonuscal #top::after {
  display: none;
}
.page-template-page-landing-bonuscal #uppertopright {
  margin: 35px 0 0 0;
  width: auto;
}
.page-template-page-landing-bonuscal #uppertopright::before,
.page-template-page-landing-bonuscal #uppertopright::after {
  display: none;
}
.page-template-page-landing-bonuscal #phonenum {
  padding: 0;
  background: 0;
  width: auto;
}
.page-template-page-landing-bonuscal #phonenum p {
  background: 0;
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 20px;
}
.page-template-page-landing-bonuscal #phonenum p span {
  font-size: 32px;
  color: #3a8c36;
  position: relative;
  top: 5px;
  margin: 0 0 0 15px;
}

.page-template-page-landing-bonuscal #main-content.innerpage {
  padding: 0;
}
.page-template-page-landing-bonuscal #calculated-results p em {
  font-family: "RobotoRegular";
  color: #fff;
}
.page-template-page-landing-bonuscal .calcuside img {
  border: 0;
  padding: 0;
  background: 0;
}

.page-template-page-landing-bonuscal #footer-left {
  width: 48%;
}
.page-template-page-landing-bonuscal #footer-right {
  width: 50%;
}
.page-template-page-landing-bonuscal #footernav,
.page-template-page-landing-bonuscal #site-info {
  border: 0;
  padding: 20px 0 0 0;
  margin: 0;
}
.page-template-page-landing-bonuscal #footernav {
  margin: 50px 0 0 0;
}
.page-template-page-landing-bonuscal #footernav ul li.menu-item-sitemap,
.page-template-page-landing-bonuscal #footernav ul li.menu-item-privacy-policy {
  display: none;
}
.page-template-page-landing-bonuscal #site-info {
  float: left;
  width: 50%;
}
.page-template-page-landing-bonuscal #logo-footer {
  float: right;
  width: 40%;
  margin: 50px 0 0 0;
  padding: 0;
}

.page-template-page-landing-bonuscal ul.centerbold {
  margin-top: 20px !important;
}
.page-template-page-landing-bonuscal .centerbold li {
  display: block !important;
  float: left !important;
  width: 45% !important;
  margin-right: 50px !important;
  font-size: 22px;
  color: #222;
  font-family: "RobotoCondensedbold";
}
.page-template-page-landing-bonuscal .centerbold li i {
  color: #4db748 !important;
}

.page-template-page-landing-bonuscal #calculated-results.calcu-with-results {
  margin-top: 10px;
}

.bottom-form-note p {
  display: none !important;
}

#whitepaper-lists {
  padding: 25px 0 0 0;
}
#whitepaper-lists .epaper {
  margin: 0 0 35px 0;
  border-bottom: 1px solid #ddd;
  padding: 0 0 35px 0;
}
#whitepaper-lists .thumb {
  width: 20%;
}
#whitepaper-lists .cont {
  width: 57%;
  margin-left: 4%;
}
#whitepaper-lists .cont h1 {
  font-size: 21px;
  font-family: "RobotoBold";
  line-height: 1.2em;
}
#whitepaper-lists .cont h1 em {
  font-style: normal;
  font-family: "RobotoLight";
  font-size: 18px;
}
#whitepaper-lists .cont h2 {
  font-size: 17px;
  font-family: "RobotoMedium";
}
#whitepaper-lists .downloadpdf {
  width: 15%;
}
#whitepaper-lists .downloadpdf a {
  display: block;
  background: #4db748;
  text-align: center;
  color: #fff;
  padding: 15px 5px;
}
#whitepaper-lists .downloadpdf a:hover {
  background: #45d544;
}

#savings-calculator-widget {
  position: relative;
}
#est-savings,
#enter-here,
#press {
  position: absolute;
  z-index: 9;
  left: -5px;
  padding: 8px;
  background: #3498db;
  color: #fff;
  border-left: 5px solid #8bc4ea;
  font-size: 11px;
}

#est-savings {
  top: 10px;
}
#enter-here {
  bottom: 165px;
}
#press {
  bottom: 10px;
}

#est-savings:before,
#est-savings:after,
#enter-here:before,
#enter-here:after,
#press:before,
#press:after {
  content: "";
  position: absolute;
  right: -9px;
  border-right: 10px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#est-savings:before,
#enter-here:before,
#press:before {
  border-top: 27px solid #3498db;
  top: 0;
}

#est-savings:after,
#enter-here:after,
#press:after {
  border-bottom: 27px solid #3498db;
  bottom: 0;
}

/*Calculator 2 Style*/
.cal2_head1 {
  color: #3a8c36;
  display: block;
  font-family: "RobotoBold";
  font-weight: 700;
  text-align: center;
  font-size: 26px;
}
.cal2_head2 {
  display: block;
  font-family: "RobotoBold";
  /*font-weight: bold;*/
  text-align: center;
}

.cal2_head3 {
  color: #3a8c36;
  display: block;
  font-family: "RobotoBold";
  text-align: center;
}
.cal2-left > h3 {
  display: block;
  font-family: "RobotoBold";
  font-size: 20px;
  text-align: center;
  /*width: 239px;*/
}
.cal2-left > span {
  display: block;
  font-family: "RobotoBold";
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}
.cal2-left {
  float: left;
  width: 33%;
  padding-top: 30px;
}
.cal2-right {
  overflow: hidden;
  position: relative;
}
.cal2-right-inner {
  border: 3px solid #3a8c36;
  margin-left: 44px;
  padding: 10px;
  width: 42%;
}
.cal2-right-inner > span {
  display: block;
  font-family: "RobotoBold";
  font-size: 14px;
  text-align: center;
}
.cal2-right-form .input-wrapper {
  background: #424645 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 5px;
  padding: 5px;
  box-shadow: 0 4px 0 0 #212220;
}
.cal2-right-form .input-wrapper > label {
  font-size: 14px;
  margin: 0 10px;
  min-width: 105px;

  display: inline-block;
}
.cal2-right-form {
  margin-top: 15px;
}
.cal2-right-form .input-wrapper input,
.cal2-right-form .input-wrapper select {
  background: #5b5f5e none repeat scroll 0 0 !important;
  border: medium none;
  padding: 2px;
  color: #fff;
  min-width: 50%;
}
.cal2-right-form .input-wrapper input.full-width {
  margin: 0 10px;
  width: 92%;
}
.submit-wrapper {
  text-align: center;
  margin-top: 10px;
}
.submit-wrapper > input {
  background: #3a8c36 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  /*display: block;*/
  padding: 10px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 4px 0 0 #286825;
}
.cal2-result {
  overflow: hidden;
}
.cal2-result-left {
  float: left;
  width: 60%;
}
.cal2-result-left > label {
  display: inline-block;
  font-size: 14px;
}
.result-div {
  background: #4db748;
  border-radius: 17px;
  color: #fff;
  display: inline-block;
  margin-top: 8px;
  padding: 10px;
  width: 90px;
}
.result-div-wrap {
  display: inline-block;
  width: 90px;
}
.result-div-wrap > span {
  display: block;
  font-size: 12px;
  text-align: center;
}
.cal2-right-form > form {
  margin-bottom: 20px;
}
.cal2-right-form > p {
  font-size: 13px;
  line-height: 17px;
  margin-top: 10px;
  margin-bottom: 0;
}
/*.cal2-right > ul {
    display: inline-block;
    float: left;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    writing-mode: vertical-lr;
}
*/
.cal2-right > ul {
  background: url(images/calculator-side-img.jpg) no-repeat scroll 0 0;
  width: 48px;
  height: 544px;
  position: absolute;
  left: -1px;
  top: 0;
}

.cal2-right li {
  display: none !important;
  background: #3a8c36 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-family: "RobotoBold";
  font-size: 20px;
  padding: 38px 10px;
}
.what-to-do2 {
  margin: 30px auto;
  width: 60%;
}
.what-to-do2-left {
  float: left;
  margin-right: 40px;
  width: 25%;
}
.what-to-do2-left > img {
  width: 100%;
}
.what-to-do2-right > h3 {
  color: #3a8c36;
  font-family: "RobotoBold";
  font-size: 26px;
}
.what-to-do2-right > p {
  font-family: "RobotoRegular";
  line-height: 25px;
}
.cal2-result p {
  display: none;
}
.bonus_depreciation_info {
  overflow: hidden;
  clear: both;
  padding-top: 20px;
  font-weight: bold;
}
.bonus_depreciation_info input[type="checkbox"] {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.bonus_depreciation_info p {
  font-size: 15px !important;
  font-family: "RobotoRegular";
  font-weight: normal;
}
#calculated-results .entry .bonus-heading {
  text-align: center;
  font-size: 40px;
  margin-bottom: 10px;
}
/*media query start from here*/
@media only screen and (min-width: 1280px) and (max-width: 1399px) {
	#logo {
        margin-left: 0%;
    }
	#logo img {
		max-width: 65%;
		vertical-align: unset;
	}
	#pagenav > ul > li:hover > a, #pagenav > ul > li.current-menu-ancestor > a, #pagenav > ul > li.current_page_item > a {
		background: transparent !important;
		color: #fff;
		border-bottom: 5px solid #fff;
	}
	#desknav {
		margin-right: 35px;
	}
	.page-id-2 #pagenav > ul > li > a {
		padding: 31px 10px !important;
	}
}
@media only screen and (min-width: 989px) and (max-width: 1199px) {
  .cal2-right-form .input-wrapper > label {
    margin: 0 3px;
  }
  .result-div {
    padding: 8px;
  }
  #footernav ul li {
    margin: 0 17px 13px 0;
  }
  #footernav ul li a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 989px) and (max-width: 1199px) {
  .cal2-right-form .input-wrapper > label {
    margin: 0 3px;
  }
  .result-div {
    padding: 8px;
  }
  #footernav ul li {
    margin: 0 17px 13px 0;
  }
  #footernav ul li a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 988px) {
  .cal2-left {
    padding-bottom: 21px;
  }
  .cal2-left {
    width: 100%;
  }
  .cal2-right {
    margin: 0 0 0 83px;
    width: 100%;
  }
  .cal2-right-inner {
    margin-left: 44px;
    padding: 10px;
    width: 42%;
  }
  .cal2-right li {
    padding: 34px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 988px) and (orientation: portrait) {
  .cal2-left {
    padding-bottom: 21px;
  }
  .cal2-left {
    width: 100%;
  }
  .cal2-right {
    margin: 0 0 0 83px;
    width: 100%;
  }
  .cal2-right-inner {
    margin-left: 44px;
    padding: 10px;
    width: 42%;
  }
  .cal2-right li {
    padding: 34px 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 988px) and (orientation: landscape) {
  .cal2-left {
    padding-bottom: 21px;
  }
  .cal2-left {
    width: 100%;
  }
  .cal2-right {
    margin: 0 0 0 118px;
    width: 100%;
  }
  .cal2-right-inner {
    margin-left: 44px;
    padding: 10px;
    width: 42%;
  }
  .cal2-right li {
    padding: 34px 10px;
  }
}

@media only screen and (min-width: 671px) and (max-width: 767px) {
  .cal2-right {
    margin: 17px 1px 0 59px;
    width: 730px;
  }

  .cal2-left {
    padding-top: 30px;
    width: 100%;
  }
  .cal2-right-inner {
    width: 49%;
  }
  .cal2-right li {
    padding: 35px 9px;
  }
}

@media only screen and (min-width: 671px) and (max-width: 767px) and (orientation: portrait) {
  .cal2-right {
    margin: 17px 1px 0 59px;
    width: 730px;
  }
  .cal2-left {
    padding-top: 30px;
    width: 100%;
  }
  .cal2-right-inner {
    width: 49%;
  }
}

@media only screen and (min-width: 671px) and (max-width: 767px) and (orientation: landscape) {
  .cal2-right {
    margin: 17px 1px 0 77px;
    width: 730px;
  }
  .cal2-left {
    padding-top: 30px;
    width: 100%;
  }
  .cal2-right-inner {
    width: 49%;
  }
}
@media only screen and (min-width: 568px) and (max-width: 670px) {
  .cal2-right {
    margin: 17px 1px 0 37px;
    width: 730px;
  }
  .cal2-left {
    padding-top: 30px;
    width: 100%;
  }
  .cal2-right-inner {
    width: 49%;
  }
}
@media only screen and (min-width: 568px) and (max-width: 670px) and (orientation: portrait) {
  .cal2-right {
    margin: 17px 1px 0 37px;
    width: 730px;
  }
  .cal2-left {
    padding-top: 30px;
    width: 100%;
  }
  .cal2-right-inner {
    width: 49%;
  }
}

@media only screen and (min-width: 568px) and (max-width: 670px) and (orientation: landscape) {
  .cal2-right {
    margin: 17px 1px 0 56px;
    width: 730px;
  }
  .cal2-left {
    padding-top: 30px;
    width: 100%;
  }
  .cal2-right-inner {
    width: 49%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 567px) {
  .cal2-right {
    margin: 17px 1px 0 27px;
    width: 626px;
  }
  .cal2-left {
    padding-top: 30px;
    width: 100%;
  }
  .cal2-right-inner {
    width: 49%;
  }
  #copy {
    font-size: 11px;
    padding: 10px 0;
  }
  #footer {
    background: rgba(0, 0, 0, 0) url("../images/footerbg.jpg") repeat scroll 0 0 /
      100% 100% !important;
    border-top: 5px solid #f1f0f0;
    color: #fff;
  }
}

@media only screen and (min-width: 480px) and (max-width: 567px) and (orientation: portrait) {
  .cal2-right {
    margin: 17px 1px 0 27px;
    width: 626px;
  }
  .cal2-left {
    padding-top: 30px;
    width: 100%;
  }
  .cal2-right-inner {
    width: 49%;
  }
  #copy {
    font-size: 11px;
    padding: 10px 0;
  }
  #footer {
    background: rgba(0, 0, 0, 0) url("../images/footerbg.jpg") repeat scroll 0 0 /
      100% 100% !important;
    border-top: 5px solid #f1f0f0;
    color: #fff;
  }
}

@media only screen and (min-width: 480px) and (max-width: 567px) and (orientation: landscape) {
  .cal2-left {
    width: 100%;
  }
  .cal2-right {
    margin: 10px 0 0 15px;
    width: 100%;
  }
  .cal2-right li {
    font-size: 13px;
    padding: 39px 9px;
  }
  .cal2-right-inner {
    margin-left: 36px;
    padding: 10px;
    width: 75%;
  }
  .result-div {
    margin-top: 8px;
    padding: 5px;
    width: 66px;
  }
  .cal2-result-left > label {
    font-size: 13px;
  }
  .what-to-do2-right > h3 {
    font-size: 21px;
  }
  .what-to-do2-right > p {
    text-align: justify;
  }
  #copy {
    font-size: 11px;
    padding: 10px 0;
  }
  #footer {
    background: rgba(0, 0, 0, 0) url("../images/footerbg.jpg") repeat scroll 0 0 /
      100% 100% !important;
    border-top: 5px solid #f1f0f0;
    color: #fff;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .cal2-left {
    width: 100%;
  }
  .cal2-right {
    margin: 6px 0 0 4px;
    width: 100%;
  }
  .cal2-right li {
    font-size: 13px;
    padding: 39px 9px;
  }
  .cal2-right-inner {
    margin-left: 36px;
    padding: 10px;
    width: 75%;
  }
  .result-div {
    margin-top: 8px;
    padding: 5px;
    width: 66px;
  }
  .cal2-result-left > label {
    font-size: 13px;
  }
  .what-to-do2-right > h3 {
    font-size: 21px;
  }
  .what-to-do2-right > p {
    text-align: justify;
  }
  #copy {
    font-size: 11px;
    padding: 10px 0;
  }
  #footer {
    background: rgba(0, 0, 0, 0) url("../images/footerbg.jpg") repeat scroll 0 0 /
      100% 100% !important;
    border-top: 5px solid #f1f0f0;
    color: #fff;
  }
  .cal2-right-form .input-wrapper > label {
    font-size: 10px;
    margin: 0;
    min-width: 67px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) and (orientation: portrait) {
  .cal2-left {
    width: 100%;
  }
  .cal2-right {
    margin: 6px 0 0 4px;
    width: 100%;
  }
  .cal2-right li {
    font-size: 13px;
    padding: 39px 9px;
  }
  .cal2-right-inner {
    margin-left: 36px;
    padding: 10px;

    width: 75%;
  }
  .result-div {
    margin-top: 8px;
    padding: 5px;
    width: 66px;
  }
  .cal2-result-left > label {
    font-size: 13px;
  }
  .what-to-do2-right > h3 {
    font-size: 21px;
  }
  .what-to-do2-right > p {
    text-align: justify;
  }
  #copy {
    font-size: 11px;
    padding: 10px 0;
  }
  #footer {
    background: rgba(0, 0, 0, 0) url("../images/footerbg.jpg") repeat scroll 0 0 /
      100% 100% !important;
    border-top: 5px solid #f1f0f0;
    color: #fff;
  }
  .cal2-right-form .input-wrapper > label {
    font-size: 10px;
    margin: 0;
    min-width: 67px;
  }
  .what-to-do2 {
    text-align: center;
  }
  .what-to-do2-right > p {
    text-align: center;
  }
  .what-to-do2-left {
    width: 100%;
  }
  .what-to-do2-left > img {
    width: 50%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) and (orientation: landscape) {
  .cal2-left {
    width: 100%;
  }
  .cal2-right {
    margin: 10px 0 0 15px;
    width: 100%;
  }
  .cal2-right li {
    font-size: 13px;
    padding: 39px 9px;
  }
  .cal2-right-inner {
    margin-left: 36px;
    padding: 10px;
    width: 75%;
  }
  .result-div {
    margin-top: 8px;
    padding: 5px;
    width: 66px;
  }
  .cal2-result-left > label {
    font-size: 13px;
  }
  .what-to-do2-right > h3 {
    font-size: 21px;
  }
  .what-to-do2-right > p {
    text-align: justify;
  }
  #copy {
    font-size: 11px;
    padding: 10px 0;
  }
  #footer {
    background: rgba(0, 0, 0, 0) url("../images/footerbg.jpg") repeat scroll 0 0 /
      100% 100% !important;
    border-top: 5px solid #f1f0f0;
    color: #fff;
  }
}
@media only screen and (min-width: 980px) and (max-width: 980px) {
  .cal2-right {
    margin: 10px 0 0 114px;
    width: 100%;
  }
}

.withdollar-sign {
  position: relative;
}
.withdollar-sign::before {
  content: "$";
  position: absolute;
  font-size: 12px;
  padding: 4px;
  z-index: 99;
}

.cal2-right-form .input-wrapper .withdollar-sign input {
  padding-left: 15px;
  padding-right: 0px;
  display: inline-block;
}

.fancybox-wrap #popexit {
  background: #27464b;
  border-radius: 10px;
  color: #fff;
}
.fancybox-wrap #popexit .gform_wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 30px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-wrap #popexit .gform_wrapper li.gfield {
  padding: 0;
  margin: 0 0 10px 0;
}
.fancybox-wrap #popexit .gform_wrapper li.gfield.gf_left_half,
.fancybox-wrap #popexit .gform_wrapper li.gfield.gf_right_half {
  float: left;
  clear: inherit !important;
  width: 48%;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-wrap #popexit .gform_wrapper li.gfield.gf_right_half {
  float: right;
}
.fancybox-wrap #popexit .gform_wrapper label.gfield_label {
  display: none;
}
.fancybox-wrap #popexit .gform_wrapper .top_label div.ginput_container {
  margin: 0;
}

.fancybox-wrap #popexit .gform_wrapper .gform_footer {
  margin: 10px 0 0 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}

.fancybox-wrap #popexit .gform_wrapper input[type="text"] {
  font-family: "RobotoLight" !important;
  color: #000;
  background: #eee;
  border: 1px solid #27464b !important;
  display: block;
  font-size: 15px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  width: 100% !important;
  padding: 15px !important;
}

.fancybox-wrap #popexit .gform_wrapper .gform_footer .gform_button {
  display: inline-block;
  width: auto;
  cursor: pointer;
  background: #4db748;
  border: 0;
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "RobotoBold";
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-wrap #popexit .gform_wrapper .gform_footer .gform_button:hover {
  background: #1f81bf;
}

.fancybox-wrap #popexit.gform_wrapper span.gform_description {
  width: 100%;
  margin: 0 0 10px 0;
  display: inline-block;
  font-weight: normal;
  font-size: 18px;
  font-family: "RobotoLight";
}
.fancybox-wrap #popexit .gform_wrapper span.gform_description h2 {
  font-weight: normal;
  font-family: "RobotoBold";
  font-size: 25px;
}
.fancybox-wrap #popexit .gform_wrapper span.gform_description span {
  display: block;
  text-decoration: underline;
}

.fancybox-wrap #whitepaper {
  background: #27464b;
  border-radius: 10px;
  color: #fff;
}
.fancybox-wrap #whitepaper .gform_wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 30px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-wrap #whitepaper .gform_wrapper li.gfield {
  padding: 0;
  margin: 0 0 10px 0;
}
.fancybox-wrap #whitepaper .gform_wrapper li.gfield.gf_left_half,
.fancybox-wrap #whitepaper .gform_wrapper li.gfield.gf_right_half {
  float: left;
  clear: inherit !important;
  width: 48%;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-wrap #whitepaper .gform_wrapper li.gfield.gf_right_half {
  float: right;
}
.fancybox-wrap #whitepaper .gform_wrapper label.gfield_label {
  display: none;
}
.fancybox-wrap #whitepaper .gform_wrapper .top_label div.ginput_container {
  margin: 0;
}

.fancybox-wrap #whitepaper .gform_wrapper .gform_footer {
  margin: 10px 0 0 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}

.fancybox-wrap #whitepaper .gform_wrapper input[type="text"] {
  font-family: "RobotoLight" !important;
  color: #000;
  background: #eee;
  border: 1px solid #27464b !important;
  display: block;
  font-size: 15px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  width: 100% !important;
  padding: 15px !important;
}

.fancybox-wrap #whitepaper .gform_wrapper .gform_footer .gform_button {
  display: inline-block;
  width: auto;
  cursor: pointer;
  background: #4db748;
  border: 0;
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "RobotoBold";
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-wrap #whitepaper .gform_wrapper .gform_footer .gform_button:hover {
  background: #1f81bf;
}

.fancybox-wrap #whitepaper.gform_wrapper span.gform_description {
  width: 100%;
  margin: 0 0 10px 0;
  display: inline-block;
  font-weight: normal;
  font-size: 18px;
  font-family: "RobotoLight";
}
.fancybox-wrap #whitepaper .gform_wrapper span.gform_description h2 {
  font-weight: normal;
  font-family: "RobotoBold";
  font-size: 25px;
}
.fancybox-wrap #whitepaper .gform_wrapper span.gform_description span {
  display: block;
  text-decoration: underline;
}

#protest-wrap {
  padding: 12px 0 0 0;
}
#protest-wrap .entry > p {
  margin: 0;
}
#protest-wrap .entry > br,
#protest-wrap > br {
  display: none;
}
#protest-wrap h1.withlogo em {
  background: url(http://protest.poconnor.com/wp-content/themes/proptax-red-expert/images/logo-green.png) no-repeat scroll 0 0;
  width: 175px;
  height: 21px;
  background-size: 100%;
  display: inline-block;
  position: relative;
  top: 10.5px;
  font-style: normal;
  font-family: "Robotobold";
  color: #51b84b;
  text-indent: -99999px;
}
#protest-wrap h1.withlogo {
  text-align: center;
  font-size: 30px;
  margin: 0 0 15px 0;
  color: #000;
}
#protest-wrap h1.withlogo strong {
  font-family: "RobotoBold";
  color: #4db748;
}

#protest-wrap .clear {
  padding: 20px 0;
}

#protest-wrap .entry .btn-button {
  padding: 0 40px;
}

#protest-wrap .entry .btn-button .btn {
  display: block;
  text-transform: capitalize !important;
  font-size: 25px;
  text-align: center;
  padding: 10px 10px 15px 10px !important;
}
#protest-wrap .entry .btn-button .btn:hover {
  background: #43c53d;
}
.page-template-page-with-slide-two-php #protest-wrap h1.withlogo {
  margin: 0 0 30px 0;
}
.page-template-page-with-slide-two-php .content-column p em {
  font-family: "RobotoItalic";
  color: #43c53d;
}
.page-template-page-with-slide-two-php #protest-wrap ul.inline li i {
  color: #43c53d;
}
#ready-to-protest {
  background: #ebebeb;
  padding: 0;
  text-align: center;
  font-size: 34px;
  color: #000;
}
#ready-to-protest .container {
  position: inherit;
}
#ready-to-protest h1 {
  background: #27464b;
  display: inline-block;
  color: #fff;
  font-size: 34px;
  font-family: "RobotoBold";
  padding: 26px 30px 27px 30px;
  position: relative;
  margin-top: -30px;
  top: -22px;
}
#ready-to-protest h1::before,
#ready-to-protest h1::after {
  content: "";
  background: url(http://protest.poconnor.com/wp-content/themes/proptax-red-expert/images/curved-edges-larger.png)no-repeat scroll 0 0;
  width: 46px;
  height: 98px;
  display: block;
  top: 0;
  position: absolute;
}
#ready-to-protest h1::before {
  left: -46px;
}
#ready-to-protest h1::after {
  right: -46px;
  visibility: visible;
  background-position: right;
}
#ready-to-protest .entry > p {
  line-height: 1.3em;
  margin: 0 0 40px 0;
}

#ready-to-protest .btn-button {
  border: 7px solid #d5d5d5;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
#ready-to-protest .btn-button .btn {
  text-transform: capitalize !important;
  font-size: 35px;

  padding: 15px 20px 20px 20px !important;
}
#ready-to-protest .btn-button .btn:hover {
  background: #43c53d;
}

#property-tax-fairness {
  background: url(http://protest.poconnor.com/wp-content/themes/proptax-red-expert/images/txture-bg.jpg)repeat scroll 0 0;
  color: #fff !important;
  font-size: 17px;
  background-size: 100%;
  padding: 160px 0 100px 0;
  position: relative;
}
#property-tax-fairness .container {
  z-index: 99;
}
#property-tax-fairness::before {
  content: "";
  background: url(http://protest.poconnor.com/wp-content/themes/proptax-red-expert/images/curvedbottomedge-white.png)no-repeat scroll 50% 0;
  height: 100%;
  width: 100%;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#property-tax-fairness::after {
  content: "";
  display: block;
  background: url(http://protest.poconnor.com/wp-content/themes/proptax-red-expert/images/curvibottom-edge.png)
    no-repeat scroll 0 100%;
  height: 100%;
  width: 100%;
  background-size: 100%;
  position: absolute;
  left: 0;

  bottom: 0 !important;
}

#property-tax-fairness h1 {
  text-align: center;
  font-size: 34px;
  margin: 0 0 40px 0;
  color: #fff !important;
  font-family: "RobotoRegular";
}
#property-tax-fairness h1 strong {
  font-family: "Robotobold";
}
#property-tax-fairness h1 a,
#property-tax-fairness h2 a {
  color: #fff;
}
#property-tax-fairness ul {
  margin: 0 0 20px 30px;
  display: inline-block;
}
#property-tax-fairness ul li {
  display: block;
  float: left;
  width: 45%;
  margin: 0 30px 5px 0;
}
#property-tax-fairness ul li i {
  color: #75ff6e;
}
#property-tax-fairness h2 {
  text-align: center;
  font-size: 40px;
  font-family: "RobotoBold";
  margin: 0;
  color: #fff !important;
}
#property-tax-fairness h2 a strong {
  font-size: 50px;
  text-decoration: underline;
  color: #75ff6e;
}

#property-tax-fairness .btn-button {
  position: absolute;
  top: 18px;
  right: 100px;
  z-index: 9;
}
#property-tax-fairness .btn-button .btn {
  padding: 16px 35px;
  font-size: 22px;
}

#property-tax-fairness .btn-button-new {
  text-align: center;
}
#property-tax-fairness .btn-button-new .btn-new {
  display: inline-block;
  background: #4db748;
  text-transform: uppercase;
  padding: 16px 35px;
  font-size: 22px;
  font-family: "RobotoBold";
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
#property-tax-fairness .btn-button-new .btn-new:hover {
  background: #43c53d;
}

#property-tax-fairness .btn-button-new.blue .btn-new {
  background: #00aeff !important;
}

#enrollform {
  background: url(http://protest.poconnor.com/wp-content/themes/proptax-red-expert/images/txture-bg.jpg)repeat scroll 0 0;
  color: #fff;
  font-size: 17px;
  background-size: 100%;
  padding: 60px 0 100px 0;
  position: relative;
}

#enrollform .btn-button-new {
  text-align: center;
}
#enrollform .btn-button-new .btn-new {
  display: inline-block;
  background: #4db748;
  text-transform: uppercase;
  padding: 16px 35px;
  font-size: 22px;
  font-family: "RobotoBold";
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
#enrollform .btn-button-new .btn-new:hover {
  background: #43c53d;
}

#enrollform .container {
  z-index: 99;
}
#enrollmentform {
  width: 100%;
  position: absolute;
  top: -230px;
  z-index: -1;
}
#enrollform .entry > p {
  margin: 0;
}
#enrollform .entry h1 {
  text-align: center;
  font-size: 35px;
  font-family: "RobotoBold";
  margin: 0 0 10px 0;
  color: #fff !important;
}
#enrollform .entry h1 strong {
  color: #4db748;
}

#enrollform .gform_wrapper {
  width: 500px !important;
  margin: 0 auto;
  margin-top: 30px;
}
#enrollform .gform_wrapper .gfield_label {
  display: none;
}
#enrollform .gform_wrapper .top_label div.ginput_container {
  margin: 0 !important;
}
#enrollform .top_label li ul.gfield_checkbox,
#enrollform .top_label li ul.gfield_radio {
  margin: 0 0 30px 0;
  max-width: 100%;
}
#enrollform .gform_wrapper .gform_heading {
  margin-bottom: 20px;
}
#enrollform .gform_wrapper .gform_heading h3.gform_title {
  margin: 0 0 20px 0;
  font-family: "RobotoBold";
  font-size: 23px;
}
#enrollform .gform_body {
  width: 100% !important;
}
#enrollform .gform_body ul {
  width: 100%;
}
#enrollform .gform_body .gform_fields li.gfield {
  padding: 0;
  margin: 0 0 2.2% 0;
}
#enrollform .gform_body .gform_fields li.gfield_html {
  font-size: 13px;
}
#enrollform .gform_body .top_label li.gfield.gf_left_half,
#enrollform .gform_body .top_label li.gfield.gf_right_half {
  padding: 0;
  width: 48.5%;
}
#enrollform .gform_body .top_label li.gfield.gf_right_half {
  float: right;
}

#enrollform
  .gform_wrapper
  .field_sublabel_below
  .ginput_complex.ginput_container
  label {
  display: none;
}

.innerpage .gform_wrapper .top_label div.ginput_container {
  margin: 0;
}

#enrollform .gform_body .top_label li.gfield.gf_left_third,
#enrollform .gform_body .top_label li.gfield.gf_middle_third,
#enrollform .gform_body .top_label li.gfield.gf_right_third {
  width: 31.3% !important;
  clear: inherit !important;
  float: left;
  margin-right: 3%;
}
#enrollform .gform_body .top_label li.gfield.gf_right_third {
  float: right;
  margin-right: 0;
}

#enrollform
  .gform_wrapper
  .ginput_complex.ginput_container_address
  .address_city,
#enrollform
  .gform_wrapper
  .ginput_complex.ginput_container_address
  .address_state,
#enrollform
  .gform_wrapper
  .ginput_complex.ginput_container_address
  .address_zip {
  width: 31.3% !important;
  padding: 0 !important;
  clear: inherit !important;
  float: left;
  margin-right: 3%;
  margin-top: 2.2%;
  margin-bottom: 2.2%;
}
#enrollform
  .gform_wrapper
  .ginput_complex.ginput_container_address
  .address_zip {
  float: right;
  margin: 2.2% 0 2.2% 0 !important;
}

#enrollform .gform_body .top_label .gfield_label {
  font-size: 15px;
  font-family: "RobotoMedium";
  font-weight: normal;
  display: none;
}
#enrollform .gform_body #field_1_12 .gfield_label,
#enrollform .gform_body .pref-select .gfield_label {
  display: none;
}
#enrollform .gform_body input[type="text"],
#enrollform .gform_body .ginput_complex select,
#enrollform .gform_body textarea,
#enrollform .gform_body select,
#main-right .widget select {
  font-family: "RobotoLight" !important;
  color: #000;
  background: #eee;
  border: 1px solid #27464b;
  display: block;
  font-size: 15px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  resize: none;
  width: 100% !important;
  padding: 12px !important;
}
#enrollform .gform_body textarea {
  height: 100px;
}
#enrollform .gform_body select {
  height: 37px;
  padding: 0 !important;
  margin: 0 !important;
}
#enrollform .gform_body ul.gfield_radio li input + input {
  margin: 0;
}
#enrollform .gform_body ul.gfield_radio {
  margin: 0 !important;
}
#enrollform .gform_body ul.gfield_checkbox li label,
#enrollform .gform_body ul.gfield_radio li label {
  font-size: 13px;
}
#enrollform .gform_body ul.gfield_radio li {
  float: left !important;
  display: block !important;
  width: 30% !important;
}
#enrollform .gform_body ul.gfield_checkbox li {
  float: left !important;
  display: block !important;
  width: 20% !important;
  margin: 0 !important;
  padding: 0 !important;
}
#enrollform .gform_body ul.gfield_checkbox li input[type="checkbox"],
#enrollform .gform_body ul.gfield_radio li input[type="radio"] {
  display: none;
}
#enrollform .gform_body ul.gfield_radio li label::before {
  margin: 0 8px 0 0;
  content: "\f10c";

  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: 15px;

  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#enrollform
  .gform_body
  ul.gfield_radio
  li
  input[type="radio"]:checked
  + label::before {
  content: "\f111";
}
#enrollform .gform_body ul.gfield_checkbox li label::before {
  margin: 0 8px 0 2px;
  content: "\f096";
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: 15px;

  text-rendering: auto;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;
}
#enrollform
  .gform_body
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label::before {
  content: "\f046";
  margin: 0 6px 0 2px;
}

#enrollform
  .gform_body
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label,
#enrollform .gform_body ul.gfield_radio li input[type="radio"]:checked + label {
  font-weight: normal;
  font-family: "RobotoBold";
}

#enrollform .gform_body .gfield.gsection {
  display: inline-block;
  width: 100%;
  clear: both;
}
#enrollform .gform_body .gfield.gsection .gsection_description {
  font-family: "RobotoBold";
  font-size: 20px;
}

#enrollform .gform_wrapper .gform_footer {
  padding: 0;
  margin-top: 10px;
}
#enrollform .gform_wrapper .gform_footer .gform_button {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  background: #4db748;
  border: 1px solid #65d160;
  border-top: 3px solid #65d160;
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "RobotoBold";
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
#enrollform .gform_wrapper .gform_footer .gform_button:hover {
  background: #43c53d;
}

.h3class {
  font-family: "RobotoBold";
  color: #4db748;
  font-size: 28px;
  margin: 0px 0 0 0;
  padding: 30px 0 0 0;
}
.emclass {
  font-size: 19px;
  font-family: "RobotoRegular" !important;
  font-style: normal;
}

.enrollmentform-ads {
  width: 220px !important;
  right: 50px !important;
  display: none;
}
.enrollmentform-ads .h3class {
  font-size: 17px;
  margin-top: -50px;
}
.enrollmentform-ads .emclass {
  font-size: 13px;
}
.enrollmentform-ads li p {
  line-height: 1em;
}
.col-two-custom {
  max-width: 920px;
  margin: 0 auto;
}
.col-two-custom .btn-button {
  margin: 30px 0 0 0;
}

#how-to-protest {
  padding: 3% 0 5% 0;
}
#how-to-protest > br,
#how-to-protest .entry > br {
  display: none;
}
#how-to-protest .entry h1 {
  font-size: 40px;
  color: #000;
}
#how-to-protest .entry h1 strong {
  color: #4db748;
  font-family: "Robotobold";
}
#how-to-protest .entry h2 {
  font-size: 24px;
}
#how-to-protest .entry .content-column.two_third {
  width: auto;
}
#how-to-protest .entry .content-column.two_third ul {
  padding: 0px;
  margin-left: 25px;
  margin-bottom: 20px;
}
#how-to-protest .entry .content-column.two_third ul li,
#how-to-protest .entry .content-column.two_third ul li a {
  color: #333;
}
#how-to-protest .entry .content-column.two_third ul li a:hover {
  text-decoration: underline;
}
#how-to-protest .entry .content-column.two_third ul li i {
  top: 0.3em;
}
#how-to-protest .entry .content-column.one_third {
  background: #ebebeb;
  padding: 40px 20px;
  position: relative;
}
#how-to-protest .entry .content-column.one_third.last_column {
  display: none;
}
#how-to-protest .entry .content-column.one_third h2 {
  text-align: center;
  color: #000;
  font-size: 30px;
}
#how-to-protest .entry .content-column.one_third h2 strong {
  font-family: "Robotobold";
}
#how-to-protest .entry .content-column.one_third::after {
  content: "";
  background: url(images/box-shadow.png) no-repeat scroll 50% 0;
  position: absolute;
  left: 0;
  bottom: -19px;
  width: 100%;
  height: 19px;
  background-size: 100%;
}

#how-to-protest .entry .btn-button {
  position: relative;
}
#how-to-protest .entry .btn-button a {
  display: block;
  background: #27464b;
  color: #fff;
  font-family: "RobotoBold";
  font-size: 18px;
  overflow: hidden;
  position: relative;
  padding: 10px 80px 10px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  text-transform: capitalize;
}
#how-to-protest .entry .content-column.one_half.last_column .btn-button a {
  background: #4db748;
}
#how-to-protest .entry .btn-button a::after {
  content: "\f0da";
  background: #cc0000;
  padding: 12px 25px;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 44px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#how-to-protest .entry .btn-button a:hover {
  opacity: 0.9;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.125s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.popbox .gform_wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 20px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #46a941;
  background-color: #46a941;
  color: white;
}
.popbox .gform_wrapper .gform_heading {
  margin: 0;
}
.popbox .gform_wrapper h3.gform_title {
  color: white;
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 20px;
  font-family: "RobotoBold";
}
.popbox .gform_wrapper li.gfield {
  padding: 0;
  margin: 0 0 10px 0 !important;
}
.popbox .gform_wrapper li.gfield.gf_left_half,
.popbox .gform_wrapper li.gfield.gf_right_half {
  float: left;
  clear: inherit !important;
  width: 48% !important;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.popbox .gform_wrapper li.gfield.gf_right_half {
  float: right !important;
}
.popbox .gform_wrapper label.gfield_label {
  display: none;
}
.popbox .gform_wrapper .top_label div.ginput_container {
  margin: 0;
}

.popbox .gform_wrapper .gform_footer {
  margin: 10px 0 0 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}

.popbox .gform_wrapper input[type="text"],
.popbox .gform_wrapper textarea {
  font-family: "RobotoLight" !important;
  color: #000;
  background: #eee;
  border: 1px solid #27464b !important;
  display: block;
  font-size: 15px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  width: 100% !important;
  padding: 15px !important;
}
.popbox .gform_wrapper textarea {
  height: 80px !important;
}
.popbox .gform_wrapper .gform_footer {
  margin: 0 !important;
}
.popbox .gform_wrapper .gform_footer .gform_button {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  background: #4db748;
  border: 0;
  padding: 15px 30px !important;
  text-transform: uppercase;
  font-size: 22px !important;
  font-family: "RobotoBold" !important;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
.popbox .gform_wrapper .gform_footer .gform_button:hover {
  background: #1f81bf;
}

.popbox .gform_wrapper span.gform_description {
  width: 100%;
  margin: 0 0 10px 0;
  display: inline-block;
  font-weight: normal;
  font-size: 18px;
  font-family: "RobotoLight";
}
.popbox .gform_wrapper span.gform_description h2 {
  font-weight: normal;
  font-family: "RobotoBold";
  font-size: 25px;
}
.popbox .gform_wrapper span.gform_description span {
  display: block;
  text-decoration: underline;
}
.popbox p {
  font-size: 12px !important;
  margin: 10px 0 0 0;
  text-align: center !important;
}
.popbox i {
  display: none !important;
}
.popbox .gform_wrapper ul.gform_fields li.gfield {
  padding: 0;
}

.ppppform {
  width: 400px;
  border: 2px solid #4db748;
  padding: 25px;
  margin: 0 auto;
}
.ppppform .gform_title {
  font-size: 18px !important;
}
.ppppform .gform_body textarea {
  height: 100px !important;
}

.ppppform
  .gform_wrapper
  li.gfield.field_description_below
  + li.gsection#field_18_17 {
  margin: 0;
}
.ppppform #field_18_18 {
  font-size: 12px;
  padding: 0;
}
.ppppform .gform_footer p {
  display: none;
}
.ppppform .note {
  font-size: 12px;
}

.page-template-page-landing-three .gform_wrapper {
  margin: 0;
}
.page-template-page-landing-three .gform_wrapper .top_label .gfield_label {
  display: none;
}
.page-template-page-landing-three .gform_wrapper ul.gform_fields li.gfield {
  padding: 0;
}

.page-template-page-landing-three .gform_body .top_label .gfield_label {
  font-size: 15px;
  font-family: "RobotoMedium";
  font-weight: normal;
}
.page-template-page-landing-three .gform_wrapper .gform_fields li.gfield {
  margin-bottom: 20px;
}

.page-template-page-landing-three
  .gform_body
  ul.gfield_checkbox
  li
  label::before {
  margin: 0 8px 0 2px;
  content: "\f096";
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-template-page-landing-three
  .gform_body
  ul.gfield_checkbox
  li
  input[type="checkbox"],
.page-template-page-landing-three
  .innerpage
  .entry
  .gform_body
  ul.gfield_radio
  li
  input[type="radio"] {
  display: none;
}

.page-template-page-landing-three
  .gform_body
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label::before {
  content: "\f046";
  margin: 0 6px 0 2px;
}

.page-template-page-landing-three
  .gform_body
  .gfield.gsection.green
  .gsection_description {
  color: #4db748;
  font-size: 17px;
}
.page-template-page-landing-three
  .gform_body
  .gfield.gsection
  .gsection_description {
  font-family: "RobotoBold";
  font-size: 20px;
}

.page-template-page-landing-three .gform_wrapper .gform_footer {
  padding: 0;
  margin-top: 10px;
}

.page-template-page-landing-three .gform_wrapper .gform_footer .gform_button {
  border: 0;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.125s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #4db748;
  display: block;
  font-size: 17px;
  font-family: Verdana;
  padding: 12px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.page-template-page-landing-three .gform_wrapper .gform_footer p {
  font-size: 13px;
  text-align: center;
  margin: 10px 0 0 0;
}
.page-template-page-landing
  .innerpage
  .entry
  .content-column
  > ul.custom-list
  li {
  font-size: 20px;
  font-family: "RobotoBold";
  color: #222;
}

.page-file-manager #uppertopright {
  display: none;
}
.page-file-manager #mainnav {
  top: 30px;
  right: 0;
}
.page-file-manager #pagenav > ul > li {
  display: none;
}
.page-file-manager #pagenav > ul > li.editor-only {
  display: block;
}
.page-file-manager #pagenav > ul > li.editor-only a {
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.page-file-manager #pagenav > ul > li.editor-only:hover a {
  background: #333;
  color: #fff;
}
#pagenav > ul > li.editor-only {
  display: none;
}

#popupform .calcuside {
  padding: 0 !important;
  width: 600px;
}
#popupform .calcuside .calcuform-title {
  background: #4db748;
  border: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
#popupform .calcuside .calcuform-title h2 {
  margin: 0 !important;
  color: #fff !important;
  padding: 12px;
  font-family: "RobotoBold" !important;
  font-size: 20px !important;
}
#popupform .calcuside .gform_wrapper {
  text-align: left;
  background: #f7f7f7;
  padding: 15px;
  border: 1px solid #46a941;
}
#popupform .calcuside .gform_wrapper span.gform_description {
  color: #474747;
  width: 100%;
  font-size: 13px;
  margin-bottom: 0 !important;
  font-family: "RobotoLight";
}
#popupform .calcuside .gform_wrapper .top_label .gsection_description {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 15px;
}
#popupform .calcuside .gform_wrapper,
#popupform .calcuside .top_label li ul.gfield_checkbox,
#popupform .calcuside .top_label li ul.gfield_radio {
  margin: 0 0 30px 0;
  max-width: 100%;
}
#popupform .calcuside .top_label li ul.gfield_radio li {
  display: block;
  width: 100% !important;
}
#popupform .calcuside .top_label li ul.gfield_radio li input[type="radio"] {
  display: none;
}
#popupform .calcuside .gform_wrapper .gform_heading {
  margin-bottom: 15px;
}
#popupform .calcuside .gform_wrapper .gform_heading h3.gform_title {
  margin: 0 0 20px 0;
  font-family: "RobotoBold";
  font-size: 23px;
}
#popupform .calcuside .gform_body {
  width: 100% !important;
}
#popupform .calcuside .gform_wrapper .top_label div.ginput_container {
  margin: 0;
}
#popupform .calcuside .gform_wrapper .top_label div.ginput_container span {
  position: relative;
}
#popupform
  .calcuside
  .gform_wrapper
  .top_label
  div.ginput_container
  span#input_1_12_3_container
  i {
  font-size: 19px;
  right: 12px;
}
#popupform .calcuside .gform_wrapper .ginput_complex .ginput_left {
  padding: 0 !important;
}
#popupform .calcuside .gform_body ul {
  width: 100%;
}
#popupform .calcuside .gform_body .gform_fields li.gfield {
  padding: 0;
  margin: 0 0 10px 0;
  position: relative;
}
#popupform .calcuside .gform_body .gform_fields li.gfield#field_1_18 {
  font-size: 13px;
  font-family: "RobotoLight";
  margin: 0;
}
#popupform .calcuside .gform_body .gform_fields li.gfield#field_1_18 p {
  margin: 0 0 5px 0;
}
#popupform .calcuside .gform_body .gform_fields li.gfield i {
  position: absolute;
  right: 10px;
  top: 8px;
  color: #474747;
}
#popupform .calcuside .gform_body .top_label li.gfield.gf_left_half,
#popupform .calcuside .gform_body .top_label li.gfield.gf_right_half {
  padding: 0;
  width: 48.5%;
}
#popupform .calcuside .gform_body .top_label li.gfield.gf_left_half {
  float: left;
}
#popupform .calcuside .gform_body .top_label li.gfield.gf_right_half {
  float: right;
  clear: inherit !important;
}
#popupform .calcuside .gform_body .widget-main-title {
  display: none;
}
#popupform .calcuside .gform_body .top_label .gfield_label,
#popupform .calcuside .gform_body .ginput_container_address label {
  font-size: 15px;
  font-family: "RobotoRegular";
  font-weight: normal;
  display: none;
}

#popupform .calcuside .gform_body .ginput_container_address .address_line_1 {
  margin: 0;
  display: inline-block;
  width: 100%;
}

#popupform .calcuside .gform_body .top_label .gfield_label .gfield_required {
  color: #fff;
}
#popupform .calcuside .gform_body #field_1_12 .gfield_label,
#popupform .calcuside .gform_body #field_1_7 .gfield_label {
  display: inline-block;
  border-bottom: 1px solid #46a941;
  padding: 0 0 5px 0;
  margin: 5px 0 10px 0;
  width: 100%;
}
#popupform .calcuside .gform_wrapper .gsection {
  border: 0;
}
#popupform .calcuside .gform_wrapper .gsection_description {
  border-bottom: 1px solid #46a941;
  padding: 0 0 5px 0 !important;
  margin: 10px 0 !important;
  color: #222;
}
#popupform
  .calcuside
  .gform_body
  .field_sublabel_below
  .ginput_complex.ginput_container
  label {
  font-size: 12px;
  font-family: "RobotoLight";
}
#popupform
  .calcuside
  .gform_wrapper
  li.gfield.field_description_below
  + li.gsection {
  margin-top: 0 !important;
}
#popupform
  .calcuside
  .gform_wrapper
  li.gfield.field_description_below
  + li.gsection.cleardiv {
  padding: 3px 0 0 0;
}
#popupform
  .calcuside
  .gform_wrapper
  li.gfield.field_description_below
  + li.gsection.cleardiv.divline {
  border-bottom: 1px solid #46a941;
  padding-bottom: 5px !important;
  margin-bottom: 15px;
}
#popupform .calcuside .gform_body .pref-select .gfield_label {
  display: none;
}
#popupform .calcuside .gform_body input[type="text"],
#popupform .calcuside .gform_body .ginput_complex select,
#popupform .calcuside .gform_body textarea,
#popupform .calcuside .gform_body select,
#popupform .calcuside select {
  font-family: "RobotoLight";
  margin: 0;
  color: #565656;
  background: #eee;
  border: 1px solid #ccc;
  display: block;
  font-size: 12px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  resize: none;
  width: 100% !important;
  padding: 8px;
  padding-right: 27px;
}
#popupform .calcuside .gform_body select {
  height: 34px;
  padding: 0 !important;
}
#popupform .calcuside .gform_body textarea {
  height: 100px;
}
#popupform .calcuside .gform_body ul.gfield_radio {
  margin: 0 !important;
}
#popupform .calcuside .gform_body ul.gfield_checkbox li label,
.innerpage .entry .gform_body ul.gfield_radio li label {
  font-size: 13px;
}
#popupform .calcuside .gform_body ul.gfield_radio li {
  float: left !important;
  display: block !important;
  width: 30% !important;
}
#popupform .calcuside .gform_body ul.gfield_checkbox li {
  float: left !important;
  display: block !important;
  width: 20% !important;
  margin: 0 !important;
  padding: 0 !important;
}
#popupform .calcuside .gform_body ul.gfield_checkbox li input[type="checkbox"],
.innerpage .entry .gform_body ul.gfield_radio li input[type="radio"] {
  display: none;
}
#popupform .calcuside .gform_body ul.gfield_radio li label::before {
  margin: 0 8px 0 0;
  content: "\f10c";
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#popupform
  .calcuside
  .gform_body
  ul.gfield_radio
  li
  input[type="radio"]:checked
  + label::before {
  content: "\f111";
  color: #222;
}
#popupform .calcuside .gform_body ul.gfield_checkbox li label::before {
  margin: 0 8px 0 2px;
  content: "\f096";
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#popupform
  .calcuside
  .gform_body
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label::before {
  content: "\f046";
  margin: 0 6px 0 2px;
}
#popupform
  .calcuside
  .gform_body
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label,
#popupform
  .calcuside
  .gform_body
  ul.gfield_radio
  li
  input[type="radio"]:checked
  + label {
  font-weight: normal;
  font-family: "Robotobold";
}
#popupform .calcuside .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}
#popupform .calcuside .gform_wrapper .gform_footer p {
  padding: 10px 0 0 0;
  margin: 0 !important;
  color: #000;
  font-size: 13px;
}
#popupform .calcuside .gform_wrapper .gform_footer input[type="submit"] {
  display: inline-block;
  border: 0;
  cursor: pointer;
  background: #4db748;
  padding: 10px;
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "RobotoBold";
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
#popupform .calcuside .gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #20721c;
}
#popupform .calcuside .gform_body input[type="text"]::-webkit-input-placeholder,
#popupform
  .calcuside
  .gform_body
  .ginput_complex
  select::-webkit-input-placeholder,
#popupform .calcuside .gform_body textarea::-webkit-input-placeholder,
#popupform .calcuside .gform_body select::-webkit-input-placeholder,
#popupform .calcuside select::-webkit-input-placeholder {
  color: #444;
}

/* #site-info p#footernum {  background:url(/wp-content/themes/cost-segration-expert/images/bp-icon.png) no-repeat scroll 0 0 !important;}
#site-info p#footeradd {  background:url(/wp-content/themes/cost-segration-expert/images/bp-icon.png) no-repeat scroll 5px 3px; padding:1px 0 5px 35px !important;} */
#process-works .entry .content-column:nth-of-type(1) p::before {
  background: url(/wp-content/themes/cost-segration-expert/images/processwork1a.png)
    no-repeat scroll 0% 100% !important;
  width: 85px;
  display: block;
  margin: 0 auto 20px auto;
}
#process-works .entry .content-column:nth-of-type(2) p::before {
  background: url(/wp-content/themes/cost-segration-expert/images/processwork1a.png)
    no-repeat scroll 65% 100% !important;
  width: 85px;
  display: block;
  margin: 0 auto 20px auto;
}
#process-works .entry .content-column:nth-of-type(3) p::before {
  background: url(/wp-content/themes/cost-segration-expert/images/processwork1a.png)
    no-repeat scroll 125% 100% !important;
  width: 85px;
  display: block;
  margin: 0 auto 20px auto;
}

#why .entry .content-column:nth-of-type(2) p::before {
  background: url(/wp-content/themes/cost-segration-expert/images/whyimg2a.png)
    no-repeat scroll 0% 100% !important;
  width: 78px;
  display: block;
  margin: 0 auto 30px auto;
}
#why .entry .content-column:nth-of-type(3) p::before {
  background: url(/wp-content/themes/cost-segration-expert/images/whyimg2a.png)
    no-repeat scroll 32% 100% !important;
  width: 68px;
  display: block;
  margin: 0 auto 30px auto;
}
#why .entry .content-column:nth-of-type(4) p::before {
  background: url(/wp-content/themes/cost-segration-expert/images/whyimg2a.png)
    no-repeat scroll 66% 100% !important;
  width: 81px;
  display: block;
  margin: 0 auto 30px auto;
}
#why .entry .content-column:nth-of-type(5) p::before {
  background: url(/wp-content/themes/cost-segration-expert/images/whyimg2a.png)
    no-repeat scroll 65% 100% !important;
  width: 80px;
  display: block;
  margin: 0 auto 30px auto;
}
#why .entry .content-column:nth-of-type(6) p::before {
  background: url(/wp-content/themes/cost-segration-expert/images/whyimg2a.png)
    no-repeat scroll 100% 100% !important;
  width: 78px;
  display: block;
  margin: 0 auto 30px auto;
}
#why .entry .content-column:nth-of-type(8) p::before {
  background: url(/wp-content/themes/cost-segration-expert/images/whyimg2a.png)
    no-repeat scroll 102% 100% !important;
  width: 81px;
  display: block;
  margin: 0 auto 30px auto;
}

#newhp-intro {
  padding: 15px 0;
}
#newhp-intro::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  display: block;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
#newhp-intro .entry h2 {
  font-size: 30px;
  font-family: "RobotoRegular";
  color: #111;
  margin: 0;
}
#newhp-intro .entry h2 strong {
  font-family: "RobotoRegular";
  font-weight: normal;
  color: #51b84b;
}
#newhp-intro .entry > p {
  margin: 0;
}

#newcalculator-area {
  padding: 20px 0 50px 0;
}
#newcalculator-area .container {
  position: unset;
}
#newcalculator-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  display: block;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
#newcalculator-area .entry > p {
  margin: 0;
}
#newcalculator-area .content-column.one_third {
  width: 41%;
  margin: 0 !important;
}
#newcalculator-area .content-column.two_third.last_column {
  width: 53%;
  float: right;
}
#newcalculator-area #savings-calculator .calcuhead {
  font-size: 28px;
  font-family: "RobotoRegular";
  font-weight: bold;
  text-align: center;
  color: #272727;
  border-bottom: 2px solid #ccc;
  display: inline-block;
  width: 100%;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
#newcalculator-area #savings-calculator .calcuhead strong {
  font-weight: normal;
  color: #222;
}
#newcalculator-area #savings-calculator > p {
  margin-top: 15px;
  color: #6a6a6a;
  font-size: 16px;
  font-weight: 400;
  font-family: "montserratlight";
  text-align: center;
  line-height: 12px;
}
#newcalculator-area #savings-calculator .calculator-field {
  position: relative;
  margin: 8px 0;
}
#newcalculator-area #savings-calculator .bonus_depreciation_info {
  margin: 0;
}
#newcalculator-area #savings-calculator .bonus_depreciation_info p {
  font-family: "montserratlight";
}
#newcalculator-area #savings-calculator .calculator-field i.fa-usd {
  position: absolute;
  bottom: 17px;
  right: 20px;
}
#newcalculator-area #savings-calculator .calculator-field label {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 0 0 0 10px;
  font-size: 14px;
  font-family: "montserratlight";
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#newcalculator-area #savings-calculator .calculator-field select,
#newcalculator-area #savings-calculator .calculator-field .form-control {
  display: block;
  padding: 12px !important;
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #51b84b;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 10px;
  font-family: "montserratlight";
  font-size: 14px;
}

#newcalculator-area #calculated-results {
  width: 100% !important;
  margin: 0 !important;
  background: 0;
  color: #222;
  text-align: center;
}
#newcalculator-area #calculated-results::after {
  background: 0;
  height: auto;
  bottom: inherit;
}
#newcalculator-area #calculated-results .btnsubmit {
  top: 0;
  margin: 0 0 20px 0;
  width: auto;
  border: 0;
  background: 0;
  border-radius: 0px;
}
#newcalculator-area #calculated-results .btnsubmit i {
  display: none;
}
#newcalculator-area #calculated-results .btnsubmit .btn {
  text-align: center;
  background: #51b84b;
  color: #fff;
  font-size: 18px;
  font-family: "montserratsemi_bold";
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
#newcalculator-area #calculated-results .btnsubmit .btn:hover {
  background: #2ec257;
}
#newcalculator-area #calculated-results .calcuhead {
  font-size: 30px;
  font-family: "montserratregular";
  color: #51b84b;
  display: inline-block;
  width: 100%;
  margin: 0 0 15px 0;
}
#newcalculator-area #calculated-results .calcuhead strong {
  font-weight: normal;
  color: #222;
}
#newcalculator-area #calculated-results .calcures-field.halfdiv {
  width: 46%;
}
#newcalculator-area #calculated-results .calcures-field em {
  margin: 0 0 10px 0;
  font-style: normal;
  font-family: "montserratlight";
  color: #777;
  display: inline-block;
}
#newcalculator-area #calculated-results .calcures-field em br {
  display: none;
}
#newcalculator-area #calculated-results .calcures-field span {
  display: inline-block;
  width: 100%;
  padding: 12px;
  border: 1px solid #2ec257;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
#newcalculator-area #calculated-results .clear {
  padding: 20px 0;
}
#newcalculator-area #calculated-results p {
  color: #222;
  font-family: "montserratlight";
  font-size: 14px;
}

#newcalculator-area .btnyes {
  width: 100%;
  margin: 20px 0 0 0;
  display: none;
}
#newcalculator-area .btnyes a {
  text-transform: inherit;
  background: #51b84b;
  width: 100%;
  color: #fff;
  padding: 20px;
  font-size: 18px;
  font-family: "montserratsemi_bold";
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
#newcalculator-area .btnyes a:hover {
  background: #2ec257;
}

#newcalculator-area .gform_wrapper {
  background: #fff;
  border: 1px solid #51b84b;
  -webkit-border-radius: 22px 22px 0 0;
  -moz-border-radius: 22px 22px 0 0;
  -ms-border-radius: 22px 22px 0 0;
  -o-border-radius: 22px 22px 0 0;
  border-radius: 22px 22px 0 0;
}
#newcalculator-area .gform_wrapper span.gform_description {
  padding: 20px 25px 0 25px;
  width: 100%;
  font-size: 13px;
  margin-bottom: 0 !important;
  font-family: "RobotoLight";
}
#newcalculator-area .gform_wrapper .top_label .gsection_description {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 15px;
}
#newcalculator-area .gform_wrapper,
#newcalculator-area .top_label li ul.gfield_checkbox,
#newcalculator-area .top_label li ul.gfield_radio {
  margin: 0 0 30px 0;
  max-width: 100%;
}
#newcalculator-area .gform_wrapper {
  margin: 0;
}
#newcalculator-area .top_label li ul.gfield_radio li {
  display: block;
  width: 100% !important;
}
#newcalculator-area .top_label li ul.gfield_radio li input[type="radio"] {
  display: none;
}
#newcalculator-area .gform_wrapper .gform_heading {
  margin-bottom: 0;
}
#newcalculator-area .gform_wrapper .gform_heading h3.gform_title {
  margin: 0;
  font-family: "montserratsemi_bold";
  text-align: center;
  color: #fff;
  background: #51b84b;
  font-weight: normal;
  font-size: 25px;
  padding: 12px;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
#newcalculator-area .gform_body {
  width: 100% !important;
  padding: 25px 25px 15px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#newcalculator-area .gform_wrapper .top_label div.ginput_container {
  margin: 0;
}
#newcalculator-area .gform_wrapper .top_label div.ginput_container span {
  position: relative;
}
#newcalculator-area
  .gform_wrapper
  .top_label
  div.ginput_container
  span#input_1_5_date_format {
  position: absolute;
}
#newcalculator-area
  .gform_wrapper
  .top_label
  div.ginput_container
  span#input_1_12_3_container
  i {
  font-size: 19px;
  right: 12px;
}
#newcalculator-area .gform_wrapper .ginput_complex .ginput_left {
  padding: 0 !important;
}
#newcalculator-area .gform_body ul {
  width: 100%;
}
#newcalculator-area .gform_body .gform_fields li.gfield {
  padding: 0;
  margin: 0 0 10px 0;
  position: relative;
}
#newcalculator-area
  .gform_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  p {
  width: 100%;
  font-size: 13px;
  margin-bottom: 0 !important;
  font-family: "RobotoLight";
  line-height: 1.5em;
}
#newcalculator-area .gform_body .gform_fields li.gfield i {
  position: absolute;
  right: 10px;
  top: 8px;
}
#newcalculator-area .gform_body .top_label li.gfield.gf_left_half,
#newcalculator-area .gform_body .top_label li.gfield.gf_right_half {
  float: left;
  padding: 0;
  width: 48.5%;
}
#newcalculator-area .gform_body .top_label li.gfield.gf_right_half {
  float: right;
  clear: inherit;
}
#newcalculator-area .gform_body .widget-main-title {
  display: none;
}
#newcalculator-area .gform_body .top_label .gfield_label,
#newcalculator-area .gform_body .ginput_container_address label {
  font-size: 15px;
  font-family: "RobotoRegular";
  font-weight: normal;
  display: none;
}

#newcalculator-area .gform_body .gform_fields li.gfield.withlabel label {
  display: block;
  font-size: 12px;
}
#newcalculator-area
  .gform_body
  .gform_fields
  li.gfield.withlabel
  ul.gfield_checkbox {
  margin: 5px 0 0px 0;
  display: inline-block;
}
#newcalculator-area .gform_body #field_9_33 label {
  display: block !important;
  font-size: 12px;
  margin: 0 0 10px 0;
}
#newcalculator-area #field_9_33 ul.gfield_checkbox {
  margin: 0 0 5px 0 !important;
}
#newcalculator-area .gform_body .ginput_container_address .address_line_1 {
  margin: 0;
  display: inline-block;
  width: 100%;
}
#newcalculator-area .gform_body .top_label .gfield_label .gfield_required {
  color: #fff;
}
#newcalculator-area .gform_body #field_1_12 .gfield_label,
#newcalculator-area .gform_body #field_1_7 .gfield_label {
  display: inline-block;
  border-bottom: 1px solid #46a941;
  padding: 0 0 5px 0;
  margin: 5px 0 10px 0;
  width: 100%;
}
#newcalculator-area .gform_wrapper .gsection {
  border: 0;
}
#newcalculator-area .gform_wrapper .gsection_description {
  border-bottom: 1px solid #46a941;
  padding: 0 0 5px 0 !important;
  margin: 10px 0 !important;
  color: #222;
}
#newcalculator-area
  .gform_body
  .field_sublabel_below
  .ginput_complex.ginput_container
  label {
  font-size: 12px;
  font-family: "RobotoLight";
}
#newcalculator-area
  .gform_wrapper
  li.gfield.field_description_below
  + li.gsection {
  margin-top: 0 !important;
}
#newcalculator-area .gform_body .pref-select .gfield_label {
  display: none;
}
#newcalculator-area .gform_body input[type="text"],
#newcalculator-area .gform_body .ginput_complex select,
#newcalculator-area .gform_body textarea,
#newcalculator-area .gform_body select,
#newcalculator-area select {
  font-family: "RobotoLight";
  margin: 0;
  color: #565656;
  background: #eee;
  border: 1px solid #ccc;
  display: block;
  font-size: 12px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  resize: none;
  width: 100% !important;
  padding: 8px;
  padding-right: 27px;
}
#newcalculator-area .gform_body select {
  height: 34px;
  padding: 0 !important;
}
#newcalculator-area .gform_body textarea {
  height: 100px;
}
#newcalculator-area .gform_body ul.gfield_radio {
  margin: 0 !important;
}
#newcalculator-area .gform_body ul.gfield_checkbox li label,
.innerpage .entry .gform_body ul.gfield_radio li label {
  font-size: 13px;
}
#newcalculator-area .gform_body ul.gfield_radio li {
  float: left !important;
  display: block !important;
  width: 30% !important;
}
#newcalculator-area .gform_body ul.gfield_checkbox li {
  float: left !important;
  display: block !important;
  width: 20% !important;
  margin: 0 !important;
  padding: 0 !important;
}
#newcalculator-area .gform_body ul.gfield_checkbox li input[type="checkbox"],
.innerpage .entry .gform_body ul.gfield_radio li input[type="radio"] {
  display: none;
}
#newcalculator-area .gform_body ul.gfield_radio li label::before {
  margin: 0 8px 0 0;
  content: "\f10c";
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#newcalculator-area
  .gform_body
  ul.gfield_radio
  li
  input[type="radio"]:checked
  + label::before {
  content: "\f111";
  color: #222;
}
#newcalculator-area .gform_body ul.gfield_checkbox li label::before {
  margin: 0 8px 0 2px;
  content: "\f096";
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#newcalculator-area
  .gform_body
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label::before {
  content: "\f046";
  margin: 0 6px 0 2px;
}
#newcalculator-area
  .gform_body
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label,
#newcalculator-area
  .gform_body
  ul.gfield_radio
  li
  input[type="radio"]:checked
  + label {
  font-weight: normal;
  font-family: "Robotobold";
}
#newcalculator-area .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0 25px 25px 25px;
}
#newcalculator-area .gform_wrapper .gform_footer p {
  font-size: 12px;
  text-align: left;
  margin: 10px 0 0 0;
}
#newcalculator-area .gform_wrapper .gform_footer input[type="submit"] {
  background: #51b84b;
  border: 0;
  width: 100%;
  padding: 15px;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-family: "montserratsemi_bold";
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
#newcalculator-area .gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #2ec257;
}
#newcalculator-area .gform_body input[type="text"]::-webkit-input-placeholder,
#newcalculator-area
  .gform_body
  .ginput_complex
  select::-webkit-input-placeholder,
#newcalculator-area .gform_body textarea::-webkit-input-placeholder,
#newcalculator-area .gform_body select::-webkit-input-placeholder,
#newcalculator-area select::-webkit-input-placeholder {
  color: #444;
}

#newcalculator-area .as-seen-lists {
  position: absolute;
  top: 40px;
  right: 0;
}
#newcalculator-area .as-seen-lists h2 {
  display: none;
}
#newcalculator-area .as-seen-lists li {
  margin: 0 0 5px 0;
}
#newcalculator-area .as-seen-lists li img {
  width: 70px;
}
#whats-bondep .entry {
  font-family: "montserratlight";
}
#whats-bondep .entry p {
  margin: 0 0 20px 0;
  line-height: 1.8em;
}
#whats-bondep .entry h3 {
  font-family: "montserratsemi_bold";
  font-size: 30px;
  margin: 0 0 30px 0;
}
#whats-bondep .entry h3 strong {
  color: #51b84b;
}
#whats-bondep .entry h4 {
  padding-bottom: 8px;
  position: relative;
  font-family: "montserratsemi_bold";
  font-size: 26px;
  margin: 0 0 15px 0;
  display: inline-block;
}
#whats-bondep .entry h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 380px;
  display: block;
  background: #51b84b;
}
#whats-bondep .entry h4 strong {
  color: #51b84b;
}
#whats-bondep .entry img.alignleft {
  margin: 0 35px 5px 0;
}

#costseg-studies {
  position: relative;
  padding: 50px 0;
}
#costseg-studies::before {
  background: #51b84b;
  content: "";
  width: 100%;
  height: 80%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#costseg-studies .entry {
  background: #fff;
  font-family: "montserratlight";
  padding: 20px 50px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
#costseg-studies .entry > p {
  margin: 0;
}
#costseg-studies .entry p > a {
  color: #51b84b;
}
#costseg-studies .entry p > a:hover {
  text-decoration: underline;
}
#costseg-studies .entry h3 {
  font-family: "montserratsemi_bold";
  font-size: 30px;
  margin: 0 0 30px 0;
}
#costseg-studies .entry h3 strong {
  color: #51b84b;
}
#costseg-studies .entry .content-column {
  position: relative;
}
#costseg-studies .entry .content-column.one_third {
  width: 38%;
}
#costseg-studies .entry .content-column.two_third {
  width: 59%;
}
#costseg-studies .entry .content-column h4 {
  position: relative;
  font-family: "montserratsemi_bold";
  font-size: 23px;
  margin: 0 0 15px 0;
  display: inline-block;
}
#costseg-studies .entry .content-column h4 strong {
  color: #51b84b;
}
#costseg-studies .entry .content-column.last_column .btn-button {
  position: absolute;
  right: 10%;
  bottom: 30px;
}
#costseg-studies .entry .content-column.last_column .btn-button a {
  text-transform: inherit;
  font-family: "montserratsemi_bold";
  font-size: 16px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
#costseg-studies .entry .content-column ul li {
  position: relative;
  padding: 8px 0 8px 25px;
  margin: 0;
}
#costseg-studies .entry .content-column ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 2;
  background: #51b84b;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
#costseg-studies .entry .content-column ul li::after {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  z-index: 1;
  background: #d9d9d9;
}
#costseg-studies .entry .content-column ul li:last-child::after {
  display: none;
}

#howworks {
  padding: 0 0 20px 0;
}
#howworks .entry {
  font-family: "montserratlight";
  color: #222;
  padding: 0 60px;
}
#howworks .entry h4 {
  font-family: "montserratsemi_bold";
  font-size: 30px;
  margin: 0 0 30px 0;
}
#howworks .entry h4 strong {
  color: #51b84b;
}
#howworks .entry .content-column.one_third {
  background: 0;
  padding: 30px;
  text-align: left;
}
#howworks .entry .content-column.one_third:nth-of-type(2) {
  background: #51b84b;
  color: #fff;
}
#howworks .entry .content-column.one_third:nth-of-type(2) p a {
  color: #fff;
}
#howworks .entry .content-column.one_third:nth-of-type(2) p a:hover {
  text-decoration: underline;
}

#tax-counter.newtax-counter {
  background: 0;
  margin: 0;
  z-index: 99;
  color: #222;
  height: auto;
  padding-bottom: 40px;
}
#tax-counter.newtax-counter .entry {
  padding: 0;
}
#tax-counter.newtax-counter .entry h3 {
  font-family: "RobotoRegular";
  font-size: 32px;
  margin: 0;
}
#tax-counter.newtax-counter .entry h3 strong {
  color: #51b84b;
  background: 0;
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "montserratsemi_bold";
  line-height: inherit;
}
#tax-counter.newtax-counter .entry p {
  font-size: inherit;
}
#tax-counter.newtax-counter .entry p strong {
  color: #51b84b;
  border: 1px solid #eee;
  border-bottom: 3px solid #eee;
  margin: 0 !important;
  padding: 20px 20px 20px 27px;
}
#tax-counter.newtax-counter .entry p span,
#tax-counter.newtax-counter .entry p strong,
#tax-counter.newtax-counter .entry p em {
  background: 0;
  font-family: "montserratextra_bold";
  font-size: 50px;
}
#tax-counter.newtax-counter .entry p em {
  color: #222;
}

#usmap.newusmap {
  margin: 0;
  padding: 50px 0 0 0;
  background: #51b84b;
}
#usmap.newusmap .container {
  width: 100%;
  max-width: 1000px;
}
#usmap.newusmap .entry p {
  display: block;
  margin: 0;
}
#usmap.newusmap .entry h4 {
  position: relative;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-family: "montserratregular";
  font-size: 35px;
}
#usmap.newusmap .entry h4 strong {
  font-family: "RobotoRegular";
}
#usmap.newusmap .entry .map-container {
  position: relative;
  margin-top: -60px;
}
.jvectormap-tip {
  background: #51b84b !important;
  text-align: center;
  margin-top: -80px !important;
  padding: 10px 0 0 0 !important;
  font-size: 18px !important;
  font-family: "montserratbold" !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(2, 88, 57, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgb(2, 88, 57, 1);
  box-shadow: 0px 0px 5px 0px rgb(2, 88, 57, 1);
}
.jvectormap-tip span {
  background: 0 !important;
  display: block;
  padding: 10px;
  margin: 0px 0 0 0;
  font-size: 15px;
  font-family: "montserratlight";
  position: relative;
}
.jvectormap-tip span::before {
  content: "\f0d7";
  display: inline-block;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: -30px;
  color: #51b84b;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 50px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

#why-poconnornew {
  padding: 50px 0 10px 0;
  position: relative;
}
#why-poconnornew::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  display: block;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
#why-poconnornew .entry > p {
  display: none;
}
#why-poconnornew .entry h4 {
  position: relative;
  z-index: 99;
  text-align: center;
  color: #000;
  margin: 0 0 80px 0;
  font-family: "montserratregular";
  font-size: 35px;
}
#why-poconnornew .entry h4 strong {
  font-family: "RobotoRegular";
  color: #51b84b;
}
#why-poconnornew .entry .content-column,
#why-poconnornew .entry .content-column.last_column {
  text-align: left;
  background: #51b84b;
  padding: 80px 20px 20px 20px;
  margin-bottom: 70px;
  font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 345px;
}
#why-poconnornew .entry .content-column p {
  color: #fff;
  font-family: "montserratlight";
  line-height: 1.9em;
}
#why-poconnornew .entry .content-column p a {
  color: #fff;
}
#why-poconnornew .entry .content-column p strong {
  font-family: "montserratregular";
  font-weight: normal;
  color: #fff;
}
#why-poconnornew .entry .content-column p::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 119px;
  display: block;
}
#why-poconnornew .entry .content-column:nth-of-type(1) p::before {
  background: url(images/why-icon-new1.png) no-repeat scroll 50% 100%;
}
#why-poconnornew .entry .content-column:nth-of-type(2) p::before {
  background: url(images/why-icon-new2.png) no-repeat scroll 50% 100%;
}
#why-poconnornew .entry .content-column:nth-of-type(3) p::before {
  background: url(images/why-icon-new3.png) no-repeat scroll 50% 100%;
}
#why-poconnornew .entry .content-column:nth-of-type(5) p::before {
  background: url(images/why-icon-new4.png) no-repeat scroll 50% 100%;
}
#why-poconnornew .entry .content-column:nth-of-type(6) p::before {
  background: url(images/why-icon-new5.png) no-repeat scroll 50% 100%;
}
#why-poconnornew .entry .content-column:nth-of-type(7) p::before {
  background: url(images/why-icon-new6.png) no-repeat scroll 50% 100%;
}

#property-types.property-types-new {
  background: 0 !important;
  width: 100%;
  color: #111;
  padding: 60px 0;
}
#property-types.property-types-new .entry > p {
  display: none;
}
#property-types.property-types-new .entry h4 {
  position: relative;
  z-index: 99;
  text-align: center;
  color: #000;
  margin: 0 0 30px 0;
  font-family: "montserratregular";
  font-size: 35px;
}
#property-types.property-types-new .entry h4 br {
  display: none;
}
#property-types.property-types-new .entry h4 strong {
  font-family: "RobotoRegular";
  color: #51b84b;
}
#property-types.property-types-new ul.gallery {
  text-align: center;
  color: #fff;
}
#property-types.property-types-new ul.gallery li.gallery-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 250px;
  margin: 15px;
  border: 1px solid #51b84b;
}
#property-types.property-types-new ul.gallery li.gallery-item figure {
  height: auto;
  overflow: hidden;
  margin-top: 70px;
  padding: 12px 0;
}
#property-types.property-types-new ul.gallery li.gallery-item figure img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#property-types.property-types-new ul.gallery li.gallery-item .gallery-caption {
  color: #222;
  font-family: "montserratregular";
  background: 0;
  line-height: 1.4em;
  font-size: 14px;
  padding: 25px 35px 0 35px;
  height: 95px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#property-types.property-types-new
  ul.gallery
  li.gallery-item
  .gallery-caption
  a {
  color: #222;
}

#client-logos-new {
  text-align: center;
  background: #51b84b;
  padding: 40px 0 50px 0;
}
#client-logos-new .container {
  width: auto;
  max-width: 1000px;
}
#client-logos-new .entry h4 {
  position: relative;
  z-index: 99;
  text-align: center;
  color: #fff;
  margin: 0 0 10px 0;
  font-family: "montserratregular";
  font-size: 35px;
}
#client-logos-new .entry h4 br {
  display: none;
}
#client-logos-new .entry h4 strong {
  font-family: "montserratsemi_bold";
  font-weight: normal;
}
#client-logos-new .entry p {
  color: #fff;
  font-family: "montserratlight";
  font-size: 17px;
}
#client-logos-new .entry p em {
  font-style: normal;
}
#client-logos-new .entry > p a {
  color: #fff;
  text-decoration: underline;
}
#client-logos-new .entry > p a:hover {
  text-decoration: none;
}

#client-logos-new .entry .gallery {
  margin-top: 40px !important;
}
#client-logos-new .entry .slick-slider {
  margin: 0;
  position: relative;
}
#client-logos-new .entry .slick-slide {
  margin: 0 5px 0 6px;
  padding: 0 11px;
  background: #fff;
}
#client-logos-new .entry .slick-slide img {
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#client-logos-new .slick-prev,
#client-logos-new .slick-next {
  width: auto;
  height: auto;
  top: 50%;
}
#client-logos-new .slick-next {
  right: 0;
}
#client-logos-new .slick-prev:before,
#client-logos-new .slick-next:before {
  font-size: 28px;
}
#client-logos-new .slick-prev:before,
#client-logos-new .slick-next:before {
  color: #fff;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
#client-logos-new .slick-prev.slick-disabled:before,
#client-logos-new .slick-next.slick-disabled:before {
  opacity: 0.2 !important;
}

#testimonials-area {
  padding: 40px 0;
  position: relative;
  z-index: 90;
}
#testimonials-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  display: block;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
#testimonials-area .entry h4 {
  position: relative;
  z-index: 99;
  text-align: center;
  color: #111;
  margin: 0 0 30px 0;
  font-family: "montserratregular";
  font-size: 35px;
}
#testimonials-area .entry h4 strong {
  font-family: "montserratsemi_bold";
  color: #51b84b;
}
#testimonials-area .entry .btn-button {
  text-align: right;
}
#testimonials-area .entry .btn-button a {
  padding: 10px 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
#testimonial-lists-acc ul {
  margin: 0;
  padding: 0;
}
#testimonial-lists-acc ul li {
  margin: 0;
  padding: 0;
  font-family: "montserratlight";
  color: #222;
  margin: 0 0 30px 0;
  position: relative;
}
#testimonial-lists-acc ul li a {
  color: #222;
  top: 8px;
  font-size: 20px;
  font-family: "montserratregular";
  display: block;
  border: 1px solid #51b84b;
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 91;
}
#testimonial-lists-acc ul li a::before {
  content: "\f101";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 25px;
  right: 20px;
}
#testimonial-lists-acc ul li.open-active a::before {
  content: "\f103";
}
#testimonial-lists-acc ul li:hover a,
#testimonial-lists-acc ul li.open-active a {
  background: #f2f2f2;
}
#testimonial-lists-acc ul li .testi-content {
  display: none;
  position: relative;
  z-index: 90;
  margin-top: -10px;
  padding: 30px 35px 10px 35px;
  border: 1px solid #51b84b;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

#highlighted-projects.highproj-new {
  background: 0;
  position: relative;
  padding-bottom: 20px;
}
#highlighted-projects.highproj-new::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  display: block;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
#highlighted-projects.highproj-new .responsive-tabs-wrapper::after {
  display: none;
}
#highlighted-projects.highproj-new .entry h4 {
  position: relative;
  z-index: 9;
  text-align: center;
  color: #51b84b;
  margin: 0 0 20px 0;
  font-family: "montserratsemi_bold";
  font-size: 35px;
}
#highlighted-projects.highproj-new .responsive-tabs-wrapper {
  border: 1px solid #222;
}
#highlighted-projects.highproj-new .responsive-tabs ul.responsive-tabs__list {
  font-family: "montserratsemi_bold";
  position: relative;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #222;
}
#highlighted-projects.highproj-new
  .responsive-tabs
  .responsive-tabs__list__item {
  background: 0;
  color: #999;
  border: 0;
  top: 0;
}
#highlighted-projects.highproj-new
  .responsive-tabs
  .responsive-tabs__list__item--active,
#highlighted-projects.highproj-new
  .responsive-tabs
  .responsive-tabs__list__item:hover {
  color: #222;
}
#highlighted-projects.highproj-new
  .responsive-tabs
  .responsive-tabs__list__item--active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #51b84b;
}

#highlighted-projects.highproj-new
  .entry
  .responsive-tabs
  .responsive-tabs__panel
  > h2 {
  font-family: "montserratsemi_bold";
}
#highlighted-projects.highproj-new .pcol h2 {
  font-family: "montserratregular";
  font-size: 14px !important;
  min-height: 37px !important;
  line-height: 37px;
}
#highlighted-projects.highproj-new .pcol:nth-of-type(5) h2,
#highlighted-projects.highproj-new .pcol:nth-of-type(6) h2 {
  line-height: inherit;
}
#highlighted-projects.highproj-new
  .entry
  .responsive-tabs
  .responsive-tabs__panel {
  padding-bottom: 0;
}
#highlighted-projects.highproj-new .pcol {
  font-family: "montserratlight";
  font-size: 14px;
}

#highlighted-projects.highproj-new .pcol {
  width: 13.5%;
  float: left;
  text-align: center;
  border: 1px solid #dedede;
  border-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#highlighted-projects.highproj-new .pcol:nth-of-type(1) {
  width: 19%;
  border-left: 0;
}
#highlighted-projects.highproj-new .pcol > p {
  margin: 0;
}
#highlighted-projects.highproj-new .pcol em {
  display: inline-block;
  width: 100%;
  font-style: normal;
  padding: 8px 0;
  color: #333;
}
#highlighted-projects.highproj-new .pcol em:nth-of-type(2),
#highlighted-projects.highproj-new .pcol em:nth-of-type(4) {
  background: #f7f5f5;
}

#highlighted-projects.highproj-new .pcol em {
  padding: 20px 0;
}
#highlighted-projects.highproj-new blockquote {
  font-family: "montserratlight";
}
#highlighted-projects.highproj-new blockquote p br {
  display: none;
}
#highlighted-projects.highproj-new blockquote p em {
  font-family: "montserratlight";
  font-style: normal;
}

#savings-ready {
  padding: 30px 0;
}
#savings-ready .entry h5 {
  font-family: "montserratsemi_bold";
  font-size: 20px;
}
#savings-ready .entry .content-column .btn-button a {
  text-align: center;
  padding: 10px 25px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
#savings-ready .entry .content-column.one_third .btn-button .btn {
  width: 100%;
  text-align: center;
}
#savings-ready .entry .content-column.one_third {
  width: 25%;
}
#savings-ready .entry .content-column.two_third {
  width: 72%;
}
#savings-ready .entry .content-column.two_third .btn-button .btn {
  width: 400px;
}
.customsec {
  padding: 20px 0px;
  position: relative;
}

@media screen and (max-width: 600px) {
  .content-column.one_half {
    width: 100%;
  }
  .innerpage .entry .gform_body .top_label li.gfield.gf_left_half,
  .innerpage .entry .gform_body .top_label li.gfield.gf_right_half {
    width: 100%;
  }
}

@media screen and (max-width: 1366px) {
  .as-seen-lists {
    display: none;
  }
}
.home h2 {
  font-size: 36px;
  font-family: montserrat, sans-serif;
  font-weight: 700;
}
.home p {
  font-family: "montserratlight";
}
.home ul li {
  font-family: montserrat, sans-serif;
  font-weight: 500;
}
#pagenav > ul > li:hover > a,
#pagenav > ul > li.current-menu-ancestor > a,
#pagenav > ul > li.current_page_item > a {
  background: #51b84b;
  color: #fff;
  border-bottom: 5px solid #fff;
}
#uppernav ul li a {
  color: #51b84b;
  font-size: 15px;
  padding: 0 0 0 35px;
}
#uppertop {
  background: #fff;
  padding: 8px 0;
  font-family: "open_sansregular";
  font-size: 15px;
}

#uppernav ul li:nth-of-type(1) a::before {
  background: url(/wp-content/uploads/2022/09/topmenu-1.png) no-repeat scroll 0
    0;
}
#uppernav ul li:nth-of-type(2) a::before {
  background: url(/wp-content/uploads/2022/09/topmenu-2.png) no-repeat scroll 0
    0;
}
#uppernav ul li:nth-of-type(3) a::before {
  background: url(/wp-content/uploads/2022/09/topmenu-3.png) no-repeat scroll 0
    0;
}
#phonenum a {
  font-family: "open_sansbold";
  font-size: 15px;
}
#phonenum span:before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  background: url(/wp-content/uploads/2022/09/call.png);
}
#maintop {
  background: #51b84b;
  box-shadow: 0 4px 10px #51b84b94;
}
#phonenum {
  padding: 5px 10px 5px 0;
  border-radius: 15px;
  background: #f5f5f5;
  margin-top: 10px;
}
#phonenum a {
  color: #51b84b;
}
#phonenum span {
  position: relative;
  padding: 0 0px 0 35px;
  top: -4px;
}
#phonenum a:before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  background: url(images/phone-icon-new.png);
}
#uppernav ul li {
  background: #fff;
  padding: 15px 10px;
  font-family: "open_sansregular";
  border-right: 2px solid #cbcbcb;
  margin: 0;
}
#uppertop {
  padding: 0;
}
#top::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0px;
  background: #eee;
}

#newhp-intro {
  padding: 30px 0;
  top: -30px;
  float: none;
  background: #fff;
  z-index: 100;
  width: 80%;
  margin: 0 auto;
}
.newhp-intro .entry h2 {
  font-family: "RobotoRegular" !important;
  color: #51b84b !important;
}

.seg-study h2 {
  font-size: 30px;
  color: #fff;
  margin: 0;
  text-align: center;
}
.seg-study h2 span {
  font-family: "RobotoRegular";
  font-weight: normal;
  color: #51b84b;
}
.get-free h2 {
  font-size: 30px;
  color: #51b84b;
  font-family: "RobotoRegular";
  font-weight: normal;
  color: #51b84b;
}

.gray-bg {
  background: #f5f5f5;
}
.why-do h2 {
  font-size: 20px;
  color: #51b84b;
  font-weight: normal;
  color: #51b84b;
}
.why-do h2 span {
  font-size: 30px;
  color: #212121;
  font-family: "RobotoBold";
  font-weight: normal;
}

.btn-r {
  margin-top: 15px;
  display: inline-block;
  background: #51b84b;
  padding: 5px 30px;
  text-transform: none;
  font-size: 16px;
  font-family: "RobotoRegular";
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
@media only screen and (min-width: 1200px) {
  .get-free .content-column.last_column {
    margin: 0;
    position: absolute;
    right: 0px;
    background: #ffffffcf;
    margin-top: 40px;
    padding: 40px;
    /* -webkit-box-shadow: -1px 1px 10px 1px rgb(0 0 0 / 75%); */
    -moz-box-shadow: -1px 1px 10px 1px rgba(0, 0, 0, 0.75);
    /* box-shadow: -1px 1px 10px 1px rgb(0 0 0 / 75%); */
    -webkit-box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 50%);
  }
  .get-free .content-column.one_half {
    width: 55%;
  }
}
.why-do h2 span,
.we-work h2 {
  font-size: 36px;
  color: #212121;
  font-family: montserrat, sans-serif;
  font-weight: 700;
}
.why-do img,
.we-work img {
  border-radius: 13px;
}
.why-do span,
.ecs-company span {
  color: #51b84b;
}
.why-do ul li {
  font-size: 18px;
  margin-bottom: 30px;
  font-family: montserrat, sans-serif;
  font-weight: 600;
}
.why-do ul li::before {
  content: "01";
  font-size: 30px;
  width: 35px;
  margin-right: 10px;
  padding: 5px;
  border: 1px solid #51b84b;
  display: inline-block;
  font-family: "RobotoBold";
}
.why-do ul li:nth-of-type(2)::before {
  content: "02";
}
.why-do ul li:nth-of-type(3)::before {
  content: "03";
}
.why-do ul li:nth-of-type(4)::before {
  content: "04";
}
.g-separator {
  margin: 20px 0;
}
.g-separator::before {
  content: "";
  width: 256px;
  height: 18px;
  display: block;
  background: url(/wp-content/uploads/2022/09/seprator.png);
  background-repeat: no-repeat;
}
.property-types-hp h2 span {
  color: #51b84b;
}
.property-types-hp .g-separator::before,
.ecs-company .g-separator::before,
.why-ocs .g-separator::before {
  margin: auto;
}
.prop-types-ul {
  position: relative;
}
.prop-types-ul li {
  padding: 30px 10px;
  width: 22%;
  float: left;
  margin-right: 1%;
  margin-bottom: 30px;
  background: #f6f6f6;
  border-radius: 15px;
  min-height: 270px;
}
.prop-types-ul li:hover {
  background: #51b84b;
}
@media only screen and (max-width: 600px) {
  #testi-carousel .content-column.two_third {
    width: 100%;
  }
  #client-logos-new {
    display: none;
  }
  .prop-types-ul li {
    width: 100%;
  }
  #testi-carousel .content-column.one_third {
    width: 100%;
  }
}
.prop-types-ul li h3::before {
  content: "";
  content: "";
  width: 50px;
  height: 32px;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  background: url(/wp-content/uploads/2022/09/no-1.png);
  background-repeat: no-repeat;
}
.prop-types-ul div:nth-child(1) {
  text-align: center;
}
.prop-types-ul div:nth-child(1)::before {
  content: "";
  width: 171px;
  height: 150px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  background: url(/wp-content/uploads/2022/09/1-g.png);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-2::before {
  background: url(/wp-content/uploads/2022/09/2-g.png);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-3::before {
  background: url(/wp-content/uploads/2022/09/3-g.png);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-4::before {
  background: url(/wp-content/uploads/2022/09/4-g.png);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-5::before {
  background: url(/wp-content/uploads/2022/09/5-g.png);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-6::before {
  background: url(/wp-content/uploads/2022/09/6-g.png);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-7::before {
  background: url(/wp-content/uploads/2022/09/7-g.png);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-8::before {
  background: url(/wp-content/uploads/2022/09/8-g.png);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-9::before {
  background: url(/wp-content/uploads/2022/09/9-g.png);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-10::before {
  background: url(/wp-content/uploads/2022/09/10-g.png);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-11::before {
  background: url(/wp-content/uploads/2022/09/11-g.png);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-12::before {
  background: url(/wp-content/uploads/2022/09/12-g.png);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-13::before {
  background: url(/wp-content/uploads/2022/09/13-g.png);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-14::before {
  background: url(/wp-content/uploads/2022/09/14-g.png);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-15::before {
  background: url(/wp-content/uploads/2022/09/15-g.png);
  background-repeat: no-repeat;
}
/*HOVER WHITE IMAGES*/
.prop-types-ul li:hover div.pt-img::before {
  background: url(/wp-content/uploads/2022/09/1-w.png);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-2::before {
  background: url(/wp-content/uploads/2022/09/2-w.png);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-3::before {
  background: url(/wp-content/uploads/2022/09/3-w.png);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-4::before {
  background: url(/wp-content/uploads/2022/09/4-w.png);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-5::before {
  background: url(/wp-content/uploads/2022/09/5-w.png);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-6::before {
  background: url(/wp-content/uploads/2022/09/6-w.png);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-7::before {
  background: url(/wp-content/uploads/2022/09/7-w.png);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-8::before {
  background: url(/wp-content/uploads/2022/09/8-w.png);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-9::before {
  background: url(/wp-content/uploads/2022/09/9-w.png);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-10::before {
  background: url(/wp-content/uploads/2022/09/10-w.png);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-11::before {
  background: url(/wp-content/uploads/2022/09/11-w.png);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-12::before {
  background: url(/wp-content/uploads/2022/09/12-w.png);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-13::before {
  background: url(/wp-content/uploads/2022/09/13-w.png);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-14::before {
  background: url(/wp-content/uploads/2022/09/14-w.png);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-15::before {
  background: url(/wp-content/uploads/2022/09/15-w.png);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover {
  color: #fff;
}

.prop-types-ul h5 {
  font-size: 19px;
}
.prop-types-ul div:nth-child(2) {
  margin-top: 20px;
}
.prop-types-ul h5 {
  width: 60%;
  padding: 0;
  float: left;
}
.prop-types-ul div:nth-child(2):after {
  content: "";
  width: 103px;
  height: 62px;
  position: absolute;
  background: url(/wp-content/uploads/2022/09/no-1.png) no-repeat;
}
.prop-types-ul li:nth-child(2) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-2.png) no-repeat;
}
.prop-types-ul li:nth-child(3) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-3.png) no-repeat;
}
.prop-types-ul li:nth-child(4) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-4.png) no-repeat;
}
.prop-types-ul li:nth-child(5) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-5.png) no-repeat;
}
.prop-types-ul li:nth-child(6) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-6.png) no-repeat;
}
.prop-types-ul li:nth-child(7) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-7.png) no-repeat;
}
.prop-types-ul li:nth-child(8) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-8.png) no-repeat;
}
.prop-types-ul li:nth-child(9) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-9.png) no-repeat;
}
.prop-types-ul li:nth-child(10) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-10.png) no-repeat;
}
.prop-types-ul li:nth-child(11) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-11.png) no-repeat;
}
.prop-types-ul li:nth-child(12) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-12.png) no-repeat;
}
.prop-types-ul li:nth-child(13) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-13.png) no-repeat;
}
.prop-types-ul li:nth-child(14) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-14.png) no-repeat;
}
.prop-types-ul li:nth-child(15) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-15.png) no-repeat;
}
.prop-types-ul li:nth-child(16) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-16.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(1) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-1-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(2) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-2-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(3) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-3-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(4) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-4-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(5) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-5-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(6) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-6-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(7) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-7-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(8) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-8-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(9) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-9-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(10) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-10-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(11) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-11-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(12) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-12-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(13) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-13-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(14) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-14-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(15) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-15-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(16) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-16-g.png) no-repeat;
}
.prop-types-ul div:nth-child(3) {
  position: relative;
}
.arrow-r {
  width: 100%;
  display: block;
  position: absolute;
  bottom: -80px;
}
.arrow-r a:before {
  content: "";
  width: 55px;
  height: 18px;
  display: block;
  background: url(/wp-content/uploads/2022/09/arrow-green.png) no-repeat;
}
.prop-types-ul li:hover .arrow-r::before {
  content: "";
  width: 55px;
  height: 18px;
  display: block;
  background: url(/wp-content/uploads/2022/09/arrow-white.png) no-repeat;
}
.ecs-company .entry .content-column ul li {
  position: relative;
  padding: 15px 0 8px 25px;
  margin: 0;
}
.ecs-company .entry .content-column ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 2;
  background: #51b84b;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.ecs-company .entry .content-column ul li::after {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  top: 20px;
  left: 5px;
  z-index: 1;
  background: #d9d9d9;
}
.ecs-company .entry .content-column ul li:nth-child(3)::after {
  content: none;
}
.process-work div:nth-child(1) h2 {
  padding-top: 30px;
}
.process-work .content-column.one_third {
  width: 25%;
}
.process-work .content-column.last_column {
  width: 40%;
}
.process-work .content-column.one_third div {
  background: #fff;
}
.process-work .esc-col3-1,
.process-work .esc-col3-2 {
  min-height: 150px;
  margin-bottom: 20px;
  padding: 20px;
}
.process-work .content-column.one_third div.esc-col2 {
  min-height: 360px;
  background: #fff;
  padding: 20px;
}
.process-work span {
  color: #51b84b;
  font-size: 32px;
}
.bonus-dep {
  margin: 0 auto;
  width: 1170px;
  position: relative;
}
.bonus-dep::before {
  background: #51b84b;
  content: "";
  width: 100%;
  height: 42%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.bonus-dep .container {
  padding: 30px;
}
.bonus-dep .content-column.one_half {
  width: 45.5%;
}
.bonus-dep h6,
.bonus-dep h2,
.bonus-dep h5 {
  color: #fff;
}
.bonus-dep h5 {
  padding-bottom: 20px;
  font-size: 24px;
  border-bottom: 1px solid #fff;
}
.bonus-dep h3 {
  padding-top: 50px;
  font-size: 28px;
  font-family: montserrat, sans-serif;
  font-weight: 700;
}
.bonus-dep span {
  font-size: 20px;
  color: #51b84b;
}
.bonus-dep a {
  color: #51b84b;
}
.savings-ready ul {
  width: 100%;
  min-height: 210px;
}
.savings-ready ul li:nth-child(1) {
  float: left;
  width: 35%;
}
.savings-ready ul {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 20px;
}
#savings-ready .entry h5 {
  font-family: montserrat, sans-serif;
  font-weight: 500;
}
.footer-top #site-info {
  width: 50%;
  float: left;
  margin: 0 auto;
}
#upper-bottom .footer-1,
#upper-bottom .footer-2,
#upper-bottom .footer-3 {
  width: 30%;
  float: left;
  margin-right: 3%;
}
#footernav,
#site-info {
  border-top: 0px solid #37393d;
}

#upper-bottom .footernav {
  column-count: 2;
}
#footeradd,
#footernum {
  width: 300px;
  margin: 0 auto !important;
}
#savings-calculator .calculator-field {
  width: 20%;
  float: left;
  margin-right: 2%;
}

#savings-calculator .calculator-field label {
  text-align: left;
  font-size: 13px;
}
#savings-calculator .calculator-field i {
  display: none;
}
#savings-calculator .calculator-field em,
#savings-calculator .calculator-field span {
  color: #4db748 !important;
}
#savings-calculator .bonus_depreciation_info {
  clear: inherit;
}
#savings-calculator .bonus_depreciation_info p {
  font-size: 12px !important;
  font-family: "RobotoRegular";
  font-weight: normal;
}
#calculated-results .btnsubmit {
  margin-top: 0px;
  border: 0;
  background: transparent;
}
#calculated-results .btnsubmit .btn {
  width: 100%;
  cursor: pointer;
  padding: 5px 30px;
  font-size: 18px;
  background: #4db748;
  color: #fff;
  font-family: "RobotoBold";
  border: 0;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
}
#calculated-results .btnsubmit i {
  display: none;
}
#calculated-results {
  background: transparent;
  padding: 0;
  color: #fff;
  position: relative;
  /* margin: 0 0 0px 0;
	width: 600px;
    margin: auto; */
  width: 70% !important;
  margin: 1% 15% !important;
}
#calculated-results.calcu-with-results {
  margin-top: 0px;
}
#newcalculator-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  display: block;
  background: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#savings-calculator {
  padding: 0;
}
#calculated-results .btnsubmit.noresultsyet {
  top: 0px;
}
#calculated-results::after {
  content: "";
  background: none;
  width: 100%;
  height: 30px;
  display: block;
  position: absolute;
  bottom: -30px;
  z-index: -9;
}
.calcures-field em,
.calcures-field span,
.calcuhead strong,
.calcuhead {
  color: #000;
}
#savings-calculator .calcuhead {
  display: none;
}
#newcalculator-area {
  padding: 0;
}

@media only screen and (max-width: 600px) {
  #phonenum {
    margin-bottom: 10px;
  }
  #calculated-results {
    width: 100%;
  }
  .bonus-dep {
    width: 100%;
  }
  #savings-calculator .calculator-field {
    width: 100%;
    float: left;
    margin-right: 2%;
  }
  .seg-study {
    background: #212121;
    padding-top: 50px !important;
    margin-top: 0px !important;
  }
  #newhp-intro {
    top: 20px !important;
    width: 100%;
  }
  .bonus-dep .container {
    padding: 0px;
  }
  .bonus-dep::before {
    background: #51b84b;
    content: "";
    width: 100%;
    /*height: 20%;*/
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .bonus-dep .content-column.one_half {
    width: 100%;
  }
  .process-work .content-column.one_third {
    width: 100%;
  }
  .process-work .content-column.one_third div.esc-col2 {
    min-height: auto;
    background: #fff;
    margin-bottom: 20px;
  }
  #upper-bottom .footer-1,
  #upper-bottom .footer-2,
  #upper-bottom .footer-3 {
    width: 97%;
    float: left;
    margin-right: 3%;
  }
  .footer-top #site-info {
    width: 100%;
    float: left;
    margin: 0 auto;
  }
  .savings-ready ul li:nth-child(1) {
    float: left;
    width: 100%;
  }
  ul.why-ul li::before {
    content: none !important;
  }
  ul.why-ul li {
    padding-left: 10px !important;
  }
}
.calcures-field span {
  display: block;
  font-size: 24px;
  font-family: "RobotoRegular";
  color: #51b84b;
  padding: 20px;
}
#calculated-results p {
  color: #51b84b;
}
.btnyes {
  display: none;
}
#calculated-results p {
  display: none;
}
#newhp-intro {
  padding: 30px 0;
  top: -80px;
}
.seg-study {
  background: #212121;
}
ul.why-ul li {
  position: relative;
  margin-bottom: 20px;
  min-height: 100px;
  background: #f2f2f2;
  border-radius: 8px;
  padding: 5px;
  padding-left: 90px;
  font-size: 15px;
}
ul.why-ul li:hover {
  background: #fff;
  box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 50%);
}
/* ul.why-ul li::before {
  content: "";
  width: 77px;
  height: 77px;
  display: inline-block;
  margin-left: 5px;
  position: absolute;
  left: 0;
  background: url(/wp-content/uploads/2022/09/w1.png) no-repeat scroll 0 0;
}
ul.why-ul li:nth-child(2)::before {
  background: url(/wp-content/uploads/2022/09/w2.png) no-repeat scroll 0 0;
}
ul.why-ul li:nth-child(3)::before {
  background: url(/wp-content/uploads/2022/09/w3.png) no-repeat scroll 0 0;
}
ul.why-ul li:nth-child(4)::before {
  background: url(/wp-content/uploads/2022/09/w4.png) no-repeat scroll 0 0;
}
ul.why-ul li:nth-child(5)::before {
  background: url(/wp-content/uploads/2022/09/w5.png) no-repeat scroll 0 0;
}
ul.why-ul li:nth-child(6)::before {
  background: url(/wp-content/uploads/2022/09/w6.png) no-repeat scroll 0 0;   
} */
#client-logos-new {
  background: #f5f5f5;
}
#client-logos-new .entry h4 {
  color: #51b84b;
  font-family: "montserratsemi_bold";
  font-weight: normal;
}
#client-logos-new .entry p {
  color: #212121;
  font-size: 24px;
}
#client-logos-new .entry > p a {
  color: #212121;
}
#client-logos-new .entry .slick-slide {
  border-radius: 8px;
}
#client-logos-new .slick-prev:before,
#client-logos-new .slick-next:before {
  color: #51b84b;
  border: 1px solid #51b84b;
}
#client-logos-new .slick-next {
  position: absolute;
  top: -30px;
  /* right: -80px; */
}
#client-logos-new .g-separator::before {
  margin: auto;
}
#client-logos-new .slick-dots {
  display: none;
}
.carousel-slider-3490 .carousel-slider-hero__cell__background {
  border-radius: 8px !important;
}
.carousel-slider-3490
  .carousel-slider-hero__cell__inner.carousel-slider--v-position-middle {
  align-items: baseline;
}
.entry .responsive-tabs .responsive-tabs__panel {
  border: 0;
  background: transparent;
}
#highlighted-projects.highproj-new .responsive-tabs-wrapper {
  border: 0;
}
#highlighted-projects.highproj-new .pcol {
  border: 0;
}
#highlighted-projects .pcol h2 {
  background: #51b84b;
  color: #fff;
  font-weight: 500;
}
#highlighted-projects.highproj-new
  .responsive-tabs
  .responsive-tabs__list__item--active {
  background: #51b84b;
}
#highlighted-projects.highproj-new
  .responsive-tabs
  .responsive-tabs__list__item--active {
  color: #fff !important;
}
#highlighted-projects.highproj-new .responsive-tabs ul.responsive-tabs__list {
  border: 1px solid #d0d0d0;
  background: #fff;
  border-radius: 50px;
}
.entry .responsive-tabs .responsive-tabs__list__item {
  border-radius: 50px;
}
#highlighted-projects.highproj-new
  .responsive-tabs
  .responsive-tabs__list__item--active::before {
  height: 0px;
}
#highlighted-projects.highproj-new {
  background: #eee;
}
#highlighted-projects.highproj-new .pcol em:nth-of-type(2),
#highlighted-projects.highproj-new .pcol em:nth-of-type(4) {
  background: #ffffff;
}
#highlighted-projects.highproj-new
  .responsive-tabs
  .responsive-tabs__list__item {
  color: #212121;
  font-weight: 600;
}
#gform_submit_button_25 {
  margin-top: 0px;
  display: inline-block;
  background: #51b84b;
  padding: 5px 30px;
  text-transform: none;
  font-size: 16px;
  font-family: "RobotoRegular";
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
#footer .gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  margin: 6px 0 0;
  padding: 0;
}
.testi-carousel h4 {
  padding-top: 80px;
}
.testi-carousel h4 {
  padding-bottom: 10px;
  font-size: 24px;
  border-bottom: 1px solid #fff;
}
.testi-carousel h2 {
  color: #51b84b;
  font-family: "montserratsemi_bold";
}
#analysis {
  width: 700px;
  margin: 0 auto;
}
#analysis .gform_body input[type="text"],
#analysis .gform_body .ginput_complex select,
#analysis .gform_body textarea,
#analysis .gform_body select,
#analysis select {
  font-family: "RobotoLight";
  margin: 0;
  color: #565656;
  background: #eee;
  border: 1px solid #ccc;
  display: block;
  font-size: 12px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  resize: none;
  width: 100% !important;
  padding: 8px;
  padding-right: 27px;
}
#analysis .gform_wrapper .top_label div.ginput_container {
  margin: 0;
}
.home .popbox .gform_wrapper input[type="text"],
.popbox .gform_wrapper textarea {
  padding: 8px !important;
  border: 1px solid #ccc !important;
}
#analysis .gform_body .top_label .gfield_label,
#analysis .gform_body .ginput_container_address label {
  font-size: 15px;
  font-family: "RobotoRegular";
  font-weight: normal;
  display: none;
}
#input_1_31_1 {
  margin-bottom: 15px !important;
}
@media only screen and (min-width: 1200px) {
  .bonus-dep h3 {
    padding-top: 90px;
    font-size: 28px;
    font-family: montserrat, sans-serif;
    font-weight: 700;
  }
}
#savings-calculator p,
.calcuhead,
.calcures-field {
  display: none;
}
#calculated-results {
  width: 30%;
  float: left;
  padding-top: 30px;
}
#calculated-results .btnsubmit .btn {
  padding: 15px 30px;
  margin: 0;
}
#segregation-calculator {
  width: 50%;
  float: left;
}
#savings-calculator .calculator-field {
  width: 45%;
  float: left;
  margin-right: 5%;
}
#savings-calculator .calculator-field label {
  text-align: left;
  font-size: 16px;
  width: 35%;
  float: left;
  margin-top: 20px;
}
#savings-calculator .calculator-field select,
#savings-calculator .calculator-field input {
  width: 65%;
  float: left;
}
@media only screen and (max-width: 800px) {
  #calculated-results {
    width: 100%;
  }
  #savings-calculator .calculator-field select,
  #savings-calculator .calculator-field input {
    width: 100%;
  }
  #savings-calculator .calculator-field {
    width: 100%;
  }
  #segregation-calculator,
  #savings-calculator .calculator-field label {
    width: 100%;
  }
}

#newhp-intro .entry h2 {
  padding-bottom: 15px;
  border-bottom: 2px solid #f1f1f1;
}

/* Test 2022 September  */
.home h2 {
  font-size: 36px;
  font-family: montserrat, sans-serif;
  font-weight: 700;
}
.home p {
  font-family: "montserratlight";
}
.home ul li {
  font-family: montserrat, sans-serif;
  font-weight: 500;
}
#pagenav > ul > li:hover > a,
#pagenav > ul > li.current-menu-ancestor > a,
#pagenav > ul > li.current_page_item > a {
  background: #51b84b;
  color: #fff;
  border-bottom: 5px solid #fff;
}
#uppernav ul li a {
  color: #51b84b;
  font-size: 15px;
  padding: 0 0 0 35px;
}
#uppertop {
  background: #fff;
  padding: 8px 0;
  font-family: "open_sansregular";
  font-size: 15px;
}

#uppernav ul li:nth-of-type(1) a::before {
  /* background: url(/wp-content/uploads/2022/09/topmenu-1.png) no-repeat scroll 0 0; */
  background: url(/wp-content/uploads/2025/11/topmenu-1.webp) no-repeat scroll 0 0;
}
#uppernav ul li:nth-of-type(2) a::before {
  /* background: url(/wp-content/uploads/2022/09/topmenu-2.png) no-repeat scroll 0 0; */
  background: url(/wp-content/uploads/2025/11/topmenu-2.webp) no-repeat scroll 0 0;
}
#uppernav ul li:nth-of-type(3) a::before {
  /* background: url(/wp-content/uploads/2022/09/topmenu-3.png) no-repeat scroll 0 0; */
  background: url(/wp-content/uploads/2025/11/topmenu-3.webp) no-repeat scroll 0 0;
}
#phonenum a {
  font-family: "open_sansbold";
  font-size: 15px;
}
#phonenum span:before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  /* background: url(/wp-content/uploads/2022/09/call.png); */
  background: url(/wp-content/uploads/2025/11/call.webp);
}
#maintop {
  background: #51b84b;
}
#phonenum {
  padding: 5px 10px 5px 0;
  border-radius: 15px;
  background: #f5f5f5;
  margin-top: 10px;
}
#phonenum a {
  color: #51b84b;
  font-weight: 600;
}
#phonenum span {
  position: relative;
  padding: 0 0px 0 35px;
  top: -4px;
}
#pagenav > ul > li > a {
  display: block;
  position: relative;
  color: #fff;
  font-family: "open_sanssemibold";
  font-size: 15px;
  padding: 31px 15px !important;
}
#phonenum a:before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  background: url(images/phone-icon-new.png);
}
#uppernav ul li {
  background: #fff;
  padding: 15px 10px;
  font-family: "open_sansregular";
  border-right: 2px solid #cbcbcb;
  margin: 0;
}
#uppertop {
  padding: 0;
}
#top::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0px;
  background: #eee;
}

#newhp-intro {
  padding: 30px 0;
  top: -30px;
  float: none;
  background: #fff;
  z-index: 100;
  width: 80%;
  margin: 0 auto;
}
.newhp-intro .entry h2 {
  font-family: "RobotoRegular" !important;
  color: #51b84b !important;
}

.seg-study h2 {
  font-size: 30px;
  color: #fff;
  margin: 0;
}
.seg-study h2 span {
  font-family: "RobotoRegular";
  font-weight: normal;
  color: #51b84b;
}
.get-free h2 {
  font-size: 30px;
  color: #51b84b;
  font-family: "RobotoRegular";
  font-weight: normal;
  color: #51b84b;
}

.gray-bg {
  background: #f5f5f5;
}
.why-do h2 {
  font-size: 20px;
  color: #51b84b;
  font-weight: normal;
  color: #51b84b;
}
.why-do h2 span {
  font-size: 30px;
  color: #212121;
  font-family: "RobotoBold";
  font-weight: normal;
}

.btn-r {
  margin-top: 0;
  display: inline-block;
  background: #51b84b;
  padding: 8px 12px;
  font-weight: 400;
  text-transform: none;
  font-size: 18px;
  font-family: "RobotoRegular";
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.btn-r:hover {
  background-color: #007F3E;
}
@media only screen and (min-width: 1200px) {
  .get-free .content-column.last_column {
    margin: 0;
    position: absolute;
    right: 0px;
    background: #ffffffcf;
    margin-top: 40px;
    padding: 40px;
    /* -webkit-box-shadow: -1px 1px 10px 1px rgb(0 0 0 / 75%); */
    -moz-box-shadow: -1px 1px 10px 1px rgba(0, 0, 0, 0.75);
    /* box-shadow: -1px 1px 10px 1px rgb(0 0 0 / 75%); */
    -webkit-box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 50%);
  }
  .get-free .content-column.one_half {
    width: 55%;
  }
}
.why-do h2 span,
.we-work h2 {
  font-size: 36px;
  color: #212121;
  font-family: montserrat, sans-serif;
  font-weight: 700;
}
.why-do img,
.we-work img {
  border-radius: 13px;
}
.why-do span,
.ecs-company span {
  color: #51b84b;
}
.why-do ul li {
  font-size: 18px;
  margin-bottom: 30px;
  font-family: montserrat, sans-serif;
  font-weight: 600;
}
.why-do ul li::before {
  content: "01";
  font-size: 30px;
  width: 35px;
  margin-right: 10px;
  padding: 5px;
  border: 1px solid #51b84b;
  display: inline-block;
  font-family: "RobotoBold";
}
.why-do ul li:nth-of-type(2)::before {
  content: "02";
}
.why-do ul li:nth-of-type(3)::before {
  content: "03";
}
.why-do ul li:nth-of-type(4)::before {
  content: "04";
}
.g-separator {
  margin: 20px 0;
}
.g-separator::before {
  content: "";
  width: 256px;
  height: 18px;
  display: block;
  background: url(/wp-content/uploads/2022/09/seprator.png);
  background-repeat: no-repeat;
}
.property-types-hp h2 span {
  color: #51b84b;
}
.property-types-hp .g-separator::before,
.ecs-company .g-separator::before,
.why-ocs .g-separator::before {
  margin: auto;
}
.prop-types-ul {
  position: relative;
}
.prop-types-ul li {
  padding: 30px 10px;
  width: 22%;
  float: left;
  margin-right: 1%;
  margin-bottom: 30px;
  background: #f6f6f6;
  border-radius: 15px;
  min-height: 270px;
}
.prop-types-ul li:hover {
  background: #51b84b;
}
@media only screen and (max-width: 600px) {
  #testi-carousel .content-column.two_third {
    width: 100%;
  }
  #client-logos-new {
    display: none;
  }
  .prop-types-ul li {
    width: 100%;
  }
  #testi-carousel .content-column.one_third {
    width: 100%;
  }
}
.prop-types-ul li h3::before {
  content: "";
  content: "";
  width: 50px;
  height: 32px;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  background: url(/wp-content/uploads/2022/09/no-1.png);
  background-repeat: no-repeat;
}
.prop-types-ul div:nth-child(1) {
  text-align: center;
}
.prop-types-ul div:nth-child(1)::before {
  content: "";
  width: 171px;
  height: 150px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  background: url(/wp-content/uploads/2025/11/1-g.webp);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-2::before {
  background: url(/wp-content/uploads/2025/11/2-g.webp);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-3::before {
  background: url(/wp-content/uploads/2025/11/3-g.webp);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-4::before {
  background: url(/wp-content/uploads/2025/11/4-g.webp);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-5::before {
  background: url(/wp-content/uploads/2025/11/5-g.webp);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-6::before {
  background: url(/wp-content/uploads/2025/11/6-g.webp);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-7::before {
  background: url(/wp-content/uploads/2025/11/7-g.webp);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-8::before {
  background: url(/wp-content/uploads/2025/11/8-g.webp);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-9::before {
  background: url(/wp-content/uploads/2025/11/9-g.webp);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-10::before {
  background: url(/wp-content/uploads/2025/11/10-g.webp);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-11::before {
  background: url(/wp-content/uploads/2025/11/11-g.webp);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-12::before {
  background: url(/wp-content/uploads/2025/11/12-g.webp);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-13::before {
  background: url(/wp-content/uploads/2025/11/13-g.webp);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-14::before {
  background: url(/wp-content/uploads/2025/11/14-g.webp);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-15::before {
  background: url(/wp-content/uploads/2025/11/15-g.webp);
  background-repeat: no-repeat;
}
.prop-types-ul div.pt-img-16::before {
  background: url(/wp-content/uploads/2025/11/16-g.webp);
  background-repeat: no-repeat;
}
/*HOVER WHITE IMAGES*/
.prop-types-ul li:hover div.pt-img::before {
  background: url(/wp-content/uploads/2025/11/1-w.webp);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-2::before {
  background: url(/wp-content/uploads/2025/11/2-w.webp);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-3::before {
  background: url(/wp-content/uploads/2025/11/3-w.webp);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-4::before {
  background: url(/wp-content/uploads/2025/11/4-w.webp);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-5::before {
  background: url(/wp-content/uploads/2025/11/5-w.webp);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-6::before {
  background: url(/wp-content/uploads/2025/11/6-w.webp);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-7::before {
  background: url(/wp-content/uploads/2025/11/7-w.webp);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-8::before {
  background: url(/wp-content/uploads/2025/11/8-w.webp);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-9::before {
  background: url(/wp-content/uploads/2025/11/9-w.webp);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-10::before {
  background: url(/wp-content/uploads/2025/11/10-w.webp);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-11::before {
  background: url(/wp-content/uploads/2025/11/11-w.webp);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-12::before {
  background: url(/wp-content/uploads/2025/11/12-w.webp);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-13::before {
  background: url(/wp-content/uploads/2025/11/13-w.webp);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-14::before {
  background: url(/wp-content/uploads/2025/11/14-w.webp);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-15::before {
  background: url(/wp-content/uploads/2025/11/15-w.webp);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover div.pt-img-16::before {
  background: url(/wp-content/uploads/2025/11/16-w.webp);
  background-repeat: no-repeat;
}
.prop-types-ul li:hover {
  color: #fff;
}

.prop-types-ul h5 {
  font-size: 19px;
}
.prop-types-ul div:nth-child(2) {
  margin-top: 20px;
}
.prop-types-ul h5 {
  width: 60%;
  padding: 0;
  float: left;
}
.prop-types-ul div:nth-child(2):after {
  content: "";
  width: 103px;
  height: 62px;
  position: absolute;
  /* background: url(/wp-content/uploads/2022/09/no-1.png) no-repeat; */
  background: transparent;
}
.prop-types-ul li:nth-child(2) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-2.png) no-repeat;
}
.prop-types-ul li:nth-child(3) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-3.png) no-repeat;
}
.prop-types-ul li:nth-child(4) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-4.png) no-repeat;
}
.prop-types-ul li:nth-child(5) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-5.png) no-repeat;
}
.prop-types-ul li:nth-child(6) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-6.png) no-repeat;
}
.prop-types-ul li:nth-child(7) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-7.png) no-repeat;
}
.prop-types-ul li:nth-child(8) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-8.png) no-repeat;
}
.prop-types-ul li:nth-child(9) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-9.png) no-repeat;
}
.prop-types-ul li:nth-child(10) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-10.png) no-repeat;
}
.prop-types-ul li:nth-child(11) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-11.png) no-repeat;
}
.prop-types-ul li:nth-child(12) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-12.png) no-repeat;
}
.prop-types-ul li:nth-child(13) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-13.png) no-repeat;
}
.prop-types-ul li:nth-child(14) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-14.png) no-repeat;
}
.prop-types-ul li:nth-child(15) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-15.png) no-repeat;
}
.prop-types-ul li:nth-child(16) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-16.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(1) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-1-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(2) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-2-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(3) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-3-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(4) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-4-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(5) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-5-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(6) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-6-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(7) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-7-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(8) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-8-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(9) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-9-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(10) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-10-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(11) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-11-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(12) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-12-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(13) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-13-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(14) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-14-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(15) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-15-g.png) no-repeat;
}
.prop-types-ul li:hover:nth-child(16) div:nth-child(2):after {
  background: url(/wp-content/uploads/2022/09/no-16-g.png) no-repeat;
}
.prop-types-ul div:nth-child(3) {
  position: relative;
}
.arrow-r {
  width: 100%;
  display: block;
  position: absolute;
  bottom: -80px;
}
.arrow-r a:before {
  content: "";
  width: 55px;
  height: 18px;
  display: block;
  background: url(/wp-content/uploads/2022/09/arrow-green.png) no-repeat;
}
.prop-types-ul li:hover .arrow-r::before {
  content: "";
  width: 55px;
  height: 18px;
  display: block;
  background: url(/wp-content/uploads/2022/09/arrow-white.png) no-repeat;
}
.ecs-company .entry .content-column ul li {
  position: relative;
  padding: 15px 0 8px 25px;
  margin: 0;
}
.ecs-company .entry .content-column ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 2;
  background: #51b84b;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.ecs-company .entry .content-column ul li::after {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  top: 20px;
  left: 5px;
  z-index: 1;
  background: #d9d9d9;
}
.ecs-company .entry .content-column ul li:nth-child(3)::after {
  content: none;
}
.process-work div:nth-child(1) h2 {
  padding-top: 30px;
}
.process-work .content-column.one_third {
  width: 25%;
}
.process-work .content-column.last_column {
  width: 40%;
}
.process-work .content-column.one_third div {
  background: #fff;
}
.process-work .esc-col3-1,
.process-work .esc-col3-2 {
  min-height: 150px;
  margin-bottom: 20px;
  padding: 20px;
}
.process-work .content-column.one_third div.esc-col2 {
  min-height: 360px;
  background: #fff;
  padding: 20px;
}
.process-work span {
  color: #51b84b;
  font-size: 32px;
}
.bonus-dep {
  margin: 0 auto;
  width: 1170px;
  position: relative;
}
.bonus-dep::before {
  background: #51b84b;
  content: "";
  width: 100%;
  height: 42%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.bonus-dep .container {
  padding: 30px;
}
.bonus-dep .content-column.one_half {
  width: 45.5%;
}
.bonus-dep h6,
.bonus-dep h2,
.bonus-dep h5 {
  color: #fff;
}
.bonus-dep h5 {
  padding-bottom: 20px;
  font-size: 24px;
  border-bottom: 1px solid #fff;
}
.bonus-dep h3 {
  padding-top: 50px;
  font-size: 28px;
  font-family: montserrat, sans-serif;
  font-weight: 700;
}
.bonus-dep span {
  font-size: 20px;
  color: #51b84b;
}
.bonus-dep a {
  color: #51b84b;
}
.savings-ready ul {
  width: 100%;
  min-height: 210px;
}
.savings-ready ul li:nth-child(1) {
  float: left;
  width: 35%;
}
.savings-ready ul {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 20px;
}
#savings-ready .entry h5 {
  font-family: montserrat, sans-serif;
  font-weight: 500;
}
.footer-top #site-info {
  width: 50%;
  float: left;
  margin: 0 auto;
}
#upper-bottom .footer-1,
#upper-bottom .footer-2,
#upper-bottom .footer-3 {
  width: 30%;
  float: left;
  margin-right: 3%;
}
#footernav,
#site-info {
  border-top: 0px solid #37393d;
}

#upper-bottom .footernav {
  column-count: 2;
}
#footeradd,
#footernum {
  width: 300px;
  margin: 0 auto !important;
}
#savings-calculator .calculator-field {
  width: 20%;
  float: left;
  margin-right: 2%;
}

#savings-calculator .calculator-field label {
  text-align: left;
  font-size: 13px;
}
#savings-calculator .calculator-field i {
  display: none;
}
#savings-calculator .calculator-field em,
#savings-calculator .calculator-field span {
  color: #4db748 !important;
}
#savings-calculator .bonus_depreciation_info {
  clear: inherit;
}
#savings-calculator .bonus_depreciation_info p {
  font-size: 12px !important;
  font-family: "RobotoRegular";
  font-weight: normal;
}
#calculated-results .btnsubmit {
  margin-top: 0px;
  border: 0;
  background: transparent;
}
#calculated-results .btnsubmit .btn {
  width: 100%;
  cursor: pointer;
  padding: 5px 30px;
  font-size: 18px;
  background: #4db748;
  color: #fff;
  font-family: "RobotoBold";
  border: 0;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
}
#calculated-results .btnsubmit i {
  display: none;
}
#calculated-results {
  background: transparent;
  padding: 0;
  color: #fff;
  position: relative;
  margin: 0 0 0px 0;
  width: 600px;
  margin: auto;
}
#calculated-results.calcu-with-results {
  margin-top: 0px;
}
#newcalculator-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  display: block;
  background: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#savings-calculator {
  padding: 0;
}
#calculated-results .btnsubmit.noresultsyet {
  top: 0px;
}
#calculated-results::after {
  content: "";
  background: none;
  width: 100%;
  height: 30px;
  display: block;
  position: absolute;
  bottom: -30px;
  z-index: -9;
}
.calcures-field em,
.calcures-field span,
.calcuhead strong,
.calcuhead {
  color: #000;
}
#savings-calculator .calcuhead {
  display: none;
}
#newcalculator-area {
  padding: 0;
}

@media only screen and (max-width: 600px) {
  #phonenum {
    margin-bottom: 10px;
  }
  #calculated-results {
    width: 100%;
  }
  .bonus-dep {
    width: 100%;
  }
  #savings-calculator .calculator-field {
    width: 100%;
    float: left;
    margin-right: 2%;
  }
  .seg-study {
    background: #212121;
    padding-top: 50px !important;
    margin-top: 0px !important;
  }
  #newhp-intro {
    top: 20px !important;
    width: 100%;
  }
  .bonus-dep .container {
    padding: 0px;
  }
  .bonus-dep::before {
    background: #51b84b;
    content: "";
    width: 100%;
    /*height: 20%;*/
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .bonus-dep .content-column.one_half {
    width: 100%;
  }
  .process-work .content-column.one_third {
    width: 100%;
  }
  .process-work .content-column.one_third div.esc-col2 {
    min-height: auto;
    background: #fff;
    margin-bottom: 20px;
  }
  #upper-bottom .footer-1,
  #upper-bottom .footer-2,
  #upper-bottom .footer-3 {
    width: 97%;
    float: left;
    margin-right: 3%;
  }
  .footer-top #site-info {
    width: 100%;
    float: left;
    margin: 0 auto;
  }
  .savings-ready ul li:nth-child(1) {
    float: left;
    width: 100%;
  }
  ul.why-ul li::before {
    content: none !important;
  }
  ul.why-ul li {
    padding-left: 10px !important;
  }
}
.calcures-field span {
  display: block;
  font-size: 24px;
  font-family: "RobotoRegular";
  color: #51b84b;
  padding: 20px;
}
#calculated-results p {
  color: #51b84b;
}
.btnyes {
  display: none;
}
#calculated-results p {
  display: none;
}
#newhp-intro {
  padding: 30px 0;
  top: -80px;
}
.seg-study {
  background: #212121;
}
ul.why-ul li {
  position: relative;
  margin-bottom: 20px;
  min-height: 100px;
  background: #f2f2f2;
  border-radius: 8px;
  padding: 5px;
  padding-left: 100px;
  padding-right: 15px;
  text-align: justify;
  font-size: 15px;
}
ul.why-ul li:hover {
  background: #fff;
  box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 50%);
}
ul.why-ul li::before {
  /* content: "";
  width: 77px;
  height: 77px;
  display: inline-block;
  margin-left: 5px;
  position: absolute;
  left: 0;
  background: url(/wp-content/uploads/2022/09/w1.png) no-repeat scroll 0 0; */
  content: "";
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  /* background: url(/wp-content/uploads/2022/09/w1.png) no-repeat scroll 0 0; */
  background: url(/wp-content/uploads/2025/11/w1.webp) no-repeat scroll 0 0;
  background-size: contain;
  background-color: #51b84b;
  border-radius: 7px;
}
ul.why-ul li:nth-child(2)::before {
  content: "";
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/wp-content/uploads/2025/11/w2.webp) no-repeat scroll 0 0;
  background-size: contain;
  background-color: #51b84b;
  border-radius: 7px;
}
ul.why-ul li:nth-child(3)::before {
  content: "";
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/wp-content/uploads/2025/11/w3.webp) no-repeat scroll 0 0;
  background-size: contain;
  background-color: #51b84b;
  border-radius: 7px;
}
ul.why-ul li:nth-child(4)::before {
  content: "";
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/wp-content/uploads/2025/11/w4.webp) no-repeat scroll 0 0;
  background-size: contain;
  background-color: #51b84b;
  border-radius: 7px;
}
ul.why-ul li:nth-child(5)::before {
  content: "";
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/wp-content/uploads/2025/11/w5.webp) no-repeat scroll 0 0;
  background-size: contain;
  background-color: #51b84b;
  border-radius: 7px;
}
ul.why-ul li:nth-child(6)::before {
  content: "";
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/wp-content/uploads/2025/11/w6.webp) no-repeat scroll 0 0;
  background-size: contain;
  background-color: #51b84b;
  border-radius: 7px;
}
#client-logos-new {
  background: #f5f5f5;
}
#client-logos-new .entry h4 {
  color: #51b84b;
  font-family: "montserratsemi_bold";
  font-weight: normal;
}
#client-logos-new .entry p {
  color: #212121;
  font-size: 24px;
}
#client-logos-new .entry > p a {
  color: #212121;
}
#client-logos-new .entry .slick-slide {
  border-radius: 8px;
}
#client-logos-new .slick-prev:before,
#client-logos-new .slick-next:before {
  color: #51b84b;
  border: 1px solid #51b84b;
}
#client-logos-new .slick-prev {
  position: absolute;
  top: -30px;
  right: 40px;
  left: inherit;
}
#client-logos-new .slick-next {
  position: absolute;
  /* top: -20px; */
  /* right: -80px; */
}
#client-logos-new .g-separator::before {
  margin: auto;
}
#client-logos-new .slick-dots {
  display: none;
}
.carousel-slider-3490 .carousel-slider-hero__cell__background {
  border-radius: 8px !important;
}
.carousel-slider-3490
  .carousel-slider-hero__cell__inner.carousel-slider--v-position-middle {
  align-items: baseline;
}
.entry .responsive-tabs .responsive-tabs__panel {
  border: 0;
  background: transparent;
}
#highlighted-projects.highproj-new .responsive-tabs-wrapper {
  border: 0;
}
#highlighted-projects.highproj-new .pcol {
  border: 0;
}
#highlighted-projects .pcol h2 {
  background: #51b84b;
  color: #fff;
  font-weight: 500;
}
#highlighted-projects.highproj-new
  .responsive-tabs
  .responsive-tabs__list__item--active {
  background: #51b84b;
}
#highlighted-projects.highproj-new
  .responsive-tabs
  .responsive-tabs__list__item--active {
  color: #fff !important;
}
#highlighted-projects.highproj-new .responsive-tabs ul.responsive-tabs__list {
  border: 1px solid #d0d0d0;
  background: #fff;
  border-radius: 50px;
}
.entry .responsive-tabs .responsive-tabs__list__item {
  border-radius: 50px;
}
#highlighted-projects.highproj-new
  .responsive-tabs
  .responsive-tabs__list__item--active::before {
  height: 0px;
}
#highlighted-projects.highproj-new {
  background: #eee;
}
#highlighted-projects.highproj-new .pcol em:nth-of-type(2),
#highlighted-projects.highproj-new .pcol em:nth-of-type(4) {
  background: #ffffff;
}
#highlighted-projects.highproj-new
  .responsive-tabs
  .responsive-tabs__list__item {
  color: #212121;
  font-weight: 600;
}
#gform_submit_button_25 {
  margin-top: 0px;
  display: inline-block;
  background: #51b84b;
  padding: 5px 30px;
  text-transform: none;
  font-size: 16px;
  font-family: "RobotoRegular";
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
#footer .gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  margin: 6px 0 0;
  padding: 0;
}
.testi-carousel h4 {
  padding-top: 80px;
}
.testi-carousel h4 {
  padding-bottom: 10px;
  font-size: 24px;
  border-bottom: 1px solid #fff;
}
.testi-carousel h2 {
  color: #51b84b;
  font-family: "montserratsemi_bold";
}
#analysis {
  width: 700px;
  margin: 0 auto;
}
#analysis .gform_body input[type="text"],
#analysis .gform_body .ginput_complex select,
#analysis .gform_body textarea,
#analysis .gform_body select,
#analysis select {
  font-family: "RobotoLight";
  margin: 0;
  color: #565656;
  background: #eee;
  border: 1px solid #ccc;
  display: block;
  font-size: 12px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  resize: none;
  width: 100% !important;
  padding: 8px;
  padding-right: 27px;
}
#analysis .gform_wrapper .top_label div.ginput_container {
  margin: 0;
}
.home .popbox .gform_wrapper input[type="text"],
.popbox .gform_wrapper textarea {
  padding: 8px !important;
  border: 1px solid #ccc !important;
}
#analysis .gform_body .top_label .gfield_label,
#analysis .gform_body .ginput_container_address label {
  font-size: 15px;
  font-family: "RobotoRegular";
  font-weight: normal;
  display: none;
}
#input_1_31_1 {
  margin-bottom: 15px !important;
}
@media only screen and (min-width: 1200px) {
  .bonus-dep h3 {
    padding-top: 90px;
    font-size: 28px;
    font-family: montserrat, sans-serif;
    font-weight: 700;
  }
}
#savings-calculator p,
.calcuhead,
.calcures-field {
  display: none;
}
#calculated-results {
  float: left;
  padding-top: 15px;
}
#calculated-results .btnsubmit .btn {
  width: 100%;
  padding: 5px 0px 5px 0px;
  margin: 10px 0 0 0;
  height: 45px;
  border-radius: 10px !important;
  font-weight: 400;
  font-size: 16px !important;
}
#segregation-calculator {
  width: 100%;
  float: left;
}
#savings-calculator .calculator-field {
  width: 30%;
  float: left;
  margin-right: 5%;
}
#savings-calculator .calculator-field label {
  text-align: left;
  font-size: 16px;
  width: 50%;
  float: left;
  margin-top: 20px;
}
#savings-calculator .calculator-field select,
#savings-calculator .calculator-field input {
  width: 100%;
  float: left;
}
@media only screen and (max-width: 800px) {
  #calculated-results {
    width: 100%;
  }
  #savings-calculator .calculator-field select,
  #savings-calculator .calculator-field input {
    width: 100%;
  }
  #savings-calculator .calculator-field {
    width: 100%;
  }
  #segregation-calculator,
  #savings-calculator .calculator-field label {
    width: 100%;
  }
}

#newhp-intro .entry h2 {
  padding-bottom: 15px;
  border-bottom: 2px solid #f1f1f1;
}

.results-modal h3 {
  font-size: 24px;
  color: #51b84b;
  font-family: "RobotoRegular";
  font-weight: normal;
  color: #51b84b;
  text-align: center;
}
.results-header .d-flex p {
  font-family: "RobotoRegular";
  color: #51b84b;
}
.results-header .d-flex {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  margin: auto;
  width: 400px;
}
.results-footer {
  padding: 20px 10px;
}
.results-footer input {
  border: 1px solid #51b84b !important;
  border-radius: 25px !important;
  padding: 6px 12px !important;
}
.results-content {
  padding: 0px 30px;
}
.savings-type {
  display: block !important;
}
.savings-type > div h4 {
  font-weight: 600;
  text-align: center;
}
.standard-segregation div {
  display: flex;
  padding: 10px;
}
.standard-segregation div {
  display: inline-block;
  width: 46%;
}
.bonus-depreciation > div > div p:last-of-type,
.standard-segregation > div p:last-of-type {
  padding: 4px 12px;
  border-radius: 25px;
  border: 1px solid #51b84b;
}

#highlighted-projects.highproj-new::before {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#why-do {
  padding: 25px 0 !important;
  border-top: 1px solid #eee;
  -webkit-box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 50%);
  -moz-box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 50%);
  box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 50%);
}

#highlighted-projects th {
  background: #51b84b;
  color: #fff;
  font-family: "montserratregular";
  font-size: 14px !important;
  min-height: 37px !important;
  border-bottom: 1px solid #dedede;
  padding: 12px;
}
#highlighted-projects th,
#highlighted-projects td {
  width: 13%;
  text-align: center;
  padding: 12px;
  font-family: "montserratlight";
  font-size: 14px;
}
#highlighted-projects tr:nth-child(odd) {
  background-color: #fff;
}
#highlighted-projects td tr:nth-child(odd) {
  background-color: transparent;
}

@media only screen and (min-width: 1200px) {
  .bonus-dep h3 {
    padding-top: 130px;
  }
}

#analysis .gform_body input[type="text"],
#analysis .gform_body .ginput_complex select,
#analysis .gform_body textarea,
#analysis .gform_body select,
#analysis select {
  font-family: "RobotoLight";
  margin: 0;
  color: #565656;
  background: #eee;
  border: 1px solid #ccc !important;
  display: block;
  font-size: 12px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  resize: none;
  width: 100% !important;
  padding: 8px !important;
  padding-right: 27px;
}
.results-footer input[type="submit"] {
  color: #fff;
}
.results-footer input {
  border: 1px solid #51b84b !important;
  border-radius: 6px !important;
  padding: 6px 12px !important;
}
.results-footer .d-flex .btn-r {
  padding: 8px 10px !important;
}
#newhp-intro {
  padding: 30px;
  top: -80px;
}

.home #main-content {
  display: block;
}
.home #top {
    width: 100%;
    display: inline-block;
    position: fixed;
    top: 0;
    z-index: 10;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 820px) and (min-width: 400px) {
}
@media only screen and (max-width: 820px) {
  .newhp-intro {
    top: 20px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  #seg-study {
    width: 100% !important;
    margin: 0 !important;
    padding: 30px 0 !important;
  }
  .bonus-dep .content-column.one_half {
    width: 100%;
  }
  .content-column.one_half {
    width: 100%;
  }
  .bonus-dep img.aligncenter,
  a img.aligncenter {
    display: inherit;
  }
  .bonus-dep h3 {
    padding-top: 30px;
  }
  #bonus-dep {
    width: 100%;
  }
  #why-ocs img {
    display: none;
  }
  .prop-types-ul li {
    padding: 20px 10px;
    width: 29%;
    min-height: 290px;
  }
}
@media only screen and (max-width: 600px) {
  .prop-types-ul li {
    width: 100%;
  }
}

.alert-banner {
  background: #cc0000;
  width: 180px;
  color: #fff;
  padding: 5px;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  top: 190px;
  right: 0;
  position: fixed;
  float: right;
  z-index: 999;
}
.alert-banner p {
  margin-bottom: 0;
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  .alert-banner {
    display: none;
  }
}

#home-hero {
  padding: 70px 23px 81px 94px;
  width: 100%;
  height: auto;
  background-image: URL("//expertcostseg.com/wp-content/uploads/2022/09/home-banner.webp");
  background-position: 50% 50%, 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#home-hero .container {
  width: 78%;
  max-width: 78%;
  background-color: transparent;
  padding: 5px;
  border-radius: 9px 9px 9px 9px;
}

#home-hero h1 {
  font-family: "RobotoRegular";
  color: #51b84b;
  font-size: 43px;
  text-shadow: none;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  font-weight: 800;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  margin-top: 58px;
}
#home-hero .hero-card h1 {
  font-family: "RobotoRegular";
  color: #272727;
  font-size: 28px;
  text-shadow: none;
  line-height: 35px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: 0;
}

#home-hero .hero-card h1.border-bottom {
  border-bottom: 1px solid #ccc;
}

#home-hero p {
  font-family: "RobotoRegular";
  color: #444;
  font-size: 162.5%;
  text-shadow: none;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: inherit;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  #home-hero {
    background-position: 50% 50%, 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background: #fff;
    border-bottom: 1px solid #eee;
  }
}
#phonenum a:before {
  content: none;
}
.banner-2 {
  position: absolute;
  background: red;
  left: -5%;
  width: 400px;
  padding: 20px;
  top: -120px;
  font-size: 15px;
  line-height: 1.7em;
  font-family: "RobotoLight";
  background: #cc0000;
  width: 180px;
  color: #fff;
  padding: 5px;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
}
.alert-banner {
  display: none;
}

/* Styles for the flex layout based tabs */
amp-selector[role="tablist"].tabs-with-flex {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0px 5px 0px;
}
amp-selector[role="tablist"].tabs-with-flex [role="tab"] {
  flex-grow: 1;
  /* custom styling, feel free to change */
  text-align: center;
  /*padding: var(--space-1);*/
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 0px 15px 0px;
  margin: 0px 0px 5px 0px;
}
amp-selector[role="tablist"].tabs-with-flex [role="tab"][selected] {
  outline: none;
  /* custom styling, feel free to change */
  border-bottom: 2px solid var(--color-primary);
  margin: 0px 0px 5px 0px;
  background-color: #51b84b91;
  padding: 15px 0px 15px 0px;
  border-radius: 12px;
  color: #fff;
}
amp-selector[role="tablist"].tabs-with-flex [role="tabpanel"] {
  display: none;
  width: 100%;
  order: 1; /* must be greater than the order of the tab buttons to flex to the next line */
  /* custom styling, feel free to change */
  padding: var(--space-4);
}
amp-selector[role="tablist"].tabs-with-flex
  [role="tab"][selected]
  + [role="tabpanel"] {
  display: block;
}

/* Styles for the selector based tabs */
amp-selector[role="tablist"].tabs-with-selector {
  display: flex;
}
amp-selector[role="tablist"].tabs-with-selector [role="tab"][selected] {
  outline: none;
  /* custom styling, feel free to change */
  border-bottom: 2px solid var(--color-primary);
}
amp-selector[role="tablist"].tabs-with-selector {
  display: flex;
}
amp-selector[role="tablist"].tabs-with-selector [role="tab"] {
  /* custom styling, feel free to change */
  width: 100%;
  text-align: center;
  padding: var(--space-1);
}
amp-selector.tabpanels [role="tabpanel"] {
  display: none;
  /* custom styling, feel free to change */
  padding: var(--space-4);
}
amp-selector.tabpanels [role="tabpanel"][selected] {
  outline: none;
  display: block;
}
amp-selector[role="tablist"] [role="tab"][selected] + [role="tabpanel"] {
  display: block;
}
.amptab-new {
  text-align: center;
  font-size: 35px;
  color: #51b84b;
  z-index: 9;
  position: relative;
  font-family: "montserratlight";
  /* background-color: #FFF;*/
}
.amptab-new strong {
  font-weight: 700;
}
#custom-button .amp-carousel-button-prev {
  left: 5%;
  background-image: url("https://amp.dev/static/samples/img/carousel-arrow-left.png");
}
#custom-button .amp-carousel-button-next {
  right: 5%;
  background-image: url("https://amp.dev/static/samples/img/carousel-arrow-right.png");
}

.logo-slider {
  width: 100%;
  margin: auto;
  overflow: visible;
}

.logo-slider ul {
  display: flex;
  padding: 0;
  animation: cambio 40s infinite linear;
}
.logo-slider ul:hover {
  animation-play-state: paused;
}
.logo-slider li {
  padding: 0 10px;
  list-style: none;
}
.logo-slider img {
  max-width: fit-content !important;
  height: auto !important;
}

@keyframes cambio {
  from {
    margin-left: 0%;
  }
  to {
    margin-left: -100%;
  }
}

.banner-2 {
  position: absolute;
  background: red;
  left: -5%;
  width: 400px;
  padding: 20px;
  top: -120px;
  font-size: 15px;
  line-height: 1.7em;
  font-family: "RobotoLight";
  background: #cc0000;
  width: 180px;
  color: #fff;
  padding: 5px;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
}
.alert-banner {
  display: none;
}
.carousel-slider-hero__cell__content.hidden {
  display: block;
}
#savings-calculator p,
.calcuhead,
.calcures-field {
  display: block;
}
#home-hero {
  padding: 0 !important;
  width: 100%;
  height: auto;
  /* background-image: url(/wp-content/uploads/2024/12/home-banner.png) !important; */
  background-image: url(/wp-content/uploads/2025/11/home-banner.webp) !important;
  background-position: 50% 50%, 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-card {
  width: 90%;
  height: auto;
  position: relative;
  display: inline-block;
  padding: 25px;
  background: #f5f5f5;
  border-radius: 12px;
  border: 1px solid #51b84b;
}
#gform_wrapper_1 {
  width: 60%;
  margin: 0 auto;
  border: 1px solid #51b84b;
  padding: 5%;
}
#input_1_34 {
  margin-top: 20px;
}
#social-icons ul li#gplus {
  display: none;
}
@media only screen and (max-width: 414px) {
  #seg-study {
    width: 100% !important;
    margin: 0 !important;
    padding: 1px 0 !important;
  }
  .seg-study h2 {
    font-size: 16px;
    color: #fff;
    margin: 0;
  }
  .get-free h2 {
    font-size: 16px;
  }
  .home h2 {
    font-size: 18px;
  }
  .bonus-dep h3 {
    padding-top: 10px;
    font-size: 16px;
  }
  #get-free .one_half {
    display: none;
  }
  #get-free .last_column {
    display: block;
  }
}
.titlebanner {
  background-color: black;
}
.titlebanner h2 {
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 20px;
}

#gravityform-container #gform_wrapper_1 {
  width: 97%;
  padding: 15px;
  border: 0;
}
#gravityform-container
  #newcalculator-area
  .gform_wrapper
  .gform_heading
  h3.gform_title {
  color: #51b84b;
  background: transparent;
}
#gravityform-container .gform_body input[type="text"], .gform_body .ginput_complex select, .gform_body textarea, .gform_body select, select {
  display: block;
  height: 41px !important;
  padding: 5px 15px !important;
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #51b84b;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 10px;
  font-family: "montserratlight";
  font-size: 14px;
}
#gravityform-container .gform_body select,
.gform_body .ginput_complex select {
  display: block;
  padding: 12px !important;
  width: 100%;
  height: 41px !important;
  background: #f5f5f5;
  border: 1px solid #51b84b !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 10px !important;
  font-family: "montserratlight";
  font-size: 14px;
}
#gravityform-container .gform_body {
  padding: 0px 25px 15px 25px !important;
}
#gravityform-container .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0 25px 0 25px;
}
#gravityform-container .gform_wrapper .gsection_description {
  border-top: 1px solid #ccc;
  border-bottom: 0 !important;
  padding: 15px 0 0 0 !important;
  margin: 20px 0 !important;
  text-align: center;
  color: #222;
  font-size: 18px;
}

#gravityform-container .gform_wrapper .datepicker {
  z-index: 999999 !important;
}

#gravityform-container .gform_body .gform_fields li.gfield i {
  top: 12px;
}

#gravityform-container .gform_legacy_markup_wrapper img.ui-datepicker-trigger {
  display: none !important;
}
.calculator-field #divpropertySearchDropDown {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 80px;
  text-align: left;
  background: #fff;
  font-size: 13px;
  list-style: none;
  z-index: 11;
  border: 0; /*1px solid #dadada;*/
  margin: 0;
  font-weight: 700;
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0px 2px 2px 0px rgb(245 245 245); /*0px 2px 2px 0px rgba(0, 0, 0, 0.1);*/
}
.calculator-field #divpropertySearchDropDown  li {
  /* padding: 8px 15px 8px 10px; */
  padding: 10px 10px 15px 10px;
  border-top: 1px solid #dadada;
  color: #000000;
  cursor: pointer;
  transition: background .2sease;
}
.page-id-4111 .popbox .gform_wrapper input[type="text"], .popbox .gform_wrapper textarea {
    padding: 10px 15px !important;
    border-radius: 5px;
}
.page-id-4111 #field_31_5, .page-id-4111 #input_32_5 {
  margin-top: 9px !important;
}
.page-id-4111 .gform_description {
  margin: 10px 0 15px 0 !important;
}
.page-id-4111 .gform_legacy_markup_wrapper li.gfield.field_description_below+li.gsection {
    margin-top: 0px !important;
}
.page-id-4111 .top_label li.gfield.gf_right_half+li.gsection {
  padding-top: 0 !important;
}
.page-id-4111 .popbox .gform_wrapper .gform_footer .gform_button {
  padding: 8px 15px !important;
  border-radius: 5px !important;
}
.page-id-4111 .popbox .gform_wrapper .gform_footer .gform_button:hover {
  background: #4db748 !important;
}
.page-id-4111 #ui-datepicker-div.gform-legacy-datepicker[style] {
  z-index: 1000000 !important;
}
/**********QRscaner CSS **********/
.qr-wrapper {
  width: 100%;
  height: 370px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  gap: 30px;
  padding: 30px 15px;
  background-image: url('/wp-content/uploads/2025/07/webinar-banners-contact-page.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin-bottom: 30px;
}
.qr-card {
  flex: 1 1 300px;
  max-width: 320px;
  text-align: center;
  margin-top: 160px;
}
.qr-img {
  width: 100px;
  max-width: 100px;
  height: auto;
  margin-bottom: 15px;
}
.qr-text {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0;
}
.scan-enroll { 
  display: inline-block !important;
  max-width: 100px;
}
.home-qr-wrapper.qr-wrapper {
  /* background-image: url('/wp-content/uploads/2025/07/webinar-banners-home-page.jpg'); */
  background-image: url('/wp-content/uploads/2025/11/webinar-banners-home-page.webp');
  height: 260px;
  padding: 30px 0px;
  gap: 15px;
}
.home-qr-wrapper .qr-card {
    flex: 1 1 175px;
    max-width: 225px;
    text-align: center;
    margin-top: 105px;
}
.home-qr-wrapper .qr-text {
  font-size: 14px; 
}

@media (max-width: 575.98px) {
  .mnav-mobile-btn {
    top:0 !important;
  }
  #maintop {
    padding: 15px 0 !important;
  }
  #navi-mob {
    width: 100%;
    transition: height 0.3s ease, opacity 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
  }
  #navi-mob.navi-mobhide {
    height: 0 !important;
    opacity: 0;
    visibility: hidden;
  }
  #navi-mob:not(.navi-mobhide) {
    height: auto; 
    opacity: 1;
    visibility: visible;
  }
  .card-d-flex {
    display: block !important;
  }
  .card-banner {
    width: 87% !important;
    margin-bottom: 15px !important;
  }
  .btn-next {
    position: relative !important;
    right: 12px;
    padding: 15px 5px !important;
  }
  .calculator-field #divpropertySearchDropDown li {
    padding: 10px 10px 35px 10px !important;
  }
  .propertyacc, .propertyowner {
    width: 100% !important;
    text-align: left !important;
  }
  #gravityform-container .gform_body {
    padding: 0px !important;
  }
  #newcalculator-area .gform_body ul {
    width: 95%;
  }
  .apexchat_prechat_invitation_wrapper_custom {
    z-index: 5 !important;
  }
  .modal-content {
    overflow-x: hidden;
  }
  .home p { 
    text-align: justify;
  }
  #whitepaper-lists .thumb {
    width: 100%;
  }
  #whitepaper-lists .cont {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  #whitepaper-lists .downloadpdf {
    width: 100%;
  }
  .page-id-1253 h1{
    font-size: 30px;
    color: #444;
    font-weight: 600;
  }
  .highlighted-page #highlighted-projects .pcol {
    width: 100%;
  }
  #uppernav ul li {
    padding: 5px;
  }
  #uppernav ul li a { 
    font-size: 12px;
  }
  #uppernav {
    display: block !important;
  }
  .footer-3 {
    display: block !important;
  }
  .innerpage .entry > blockquote.info-box-left { 
    text-align: justify;
  } 
  .page-id-214 table {
    font-size: 12px !important;
  }
  #highlighted-projects.highproj-new {
    display: block !important;
  }
  #highlighted-projects.highproj-new .responsive-tabs ul.responsive-tabs__list {
    display: none;
    border: 0;
    background: transparent;
    border-radius: 0;
  }
  #highlighted-projects .entry .responsive-tabs .responsive-tabs__panel > p {
    display: block !important;
  }
  #highlighted-projects th, #highlighted-projects td {
    white-space: nowrap;
  }
  #highlighted-projects .entry .responsive-tabs .responsive-tabs__panel > h2 {
    padding: 0 0 5px 0 !important;
  }
  .entry .responsive-tabs .responsive-tabs__list__item {
    font-size: 12px !important;
    width: 30% !important;
    padding: 10px !important;
  }
  .responsive-tabs .responsive-tabs__heading--active, .responsive-tabs .responsive-tabs__heading--active:hover {
    background: #51b84be6 !important;
    color: #fff !important;
  }
  .responsive-tabs .responsive-tabs__heading {
    /* background: #e5e5e5 !important;  */
    border: 0 !important;
    margin: 10px 0 !important;
    padding-left: 10px !important;
  }
  .btn-r {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 575.98px) {  
  #home-hero { 
    /* height: 100vh !important; */
    height: 100% !important;
    background: #e1f5fd !important;
  }
  #home-hero h1 { 
    margin-top: 0;
  }
  .qr-wrapper { 
    height: 295px;
    padding: 0;
    margin-bottom: 50px;
    flex-wrap: nowrap;
    background-image: url('/wp-content/uploads/2025/07/webinar-banners-mobile.jpg');
    /* margin-bottom: 85px; */
  }
  .qr-card {
    flex: 1 1 175px;
    max-width: 320px;
    text-align: center;
    margin-top: 220px;
  }
  .hero-card {
    width: auto; 
    padding: 15px;
  }
  .content-column.one_fourth {
    width: 100%;
  }
  .bonus-dep::before {
    height: 20%;
  }
  a img.alignleft {
    margin: 0 auto;
  }
  .arrow-r {
    bottom: -65px;
  }
  #gform_wrapper_1 {
    width: 90%;
    padding: 5%;
  }
  #home-hero .container {
    width: 90%;
    max-width: 90%;
  }
  .faq-list .single-faq { 
    width: 100%;
  }
  #faq-block .single-faq .faq-question {
    padding-bottom: 20px !important;
  }
  .home-qr-wrapper.qr-wrapper {
    height: 295px;
    padding: 0;
    background-image: url('/wp-content/uploads/2025/07/webinar-banners-mobile.jpg');
  }
  .home-qr-wrapper .qr-card {
    /* flex: 1 1 175px;
    max-width: 225px;
    text-align: center;
    margin-top: 160px; */
    flex: 1 1 161px;
    max-width: 225px;
    text-align: center;
    margin-top: 172px;
  }
  .scan-enroll, .qr-img {
    max-width: 70px;
    max-height: 70px;
    margin: 0px auto 8px !important;
  }
  .home-qr-wrapper .qr-text {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {  
  .mnav-mobile-btn {
    top:0 !important;
  }
  #maintop {
    padding: 15px 0 !important;
  }
  #navi-mob {
    width: 100%;
    transition: height 0.3s ease, opacity 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
  }
  #navi-mob.navi-mobhide {
    height: 0 !important;
    opacity: 0;
    visibility: hidden;
  }
  #navi-mob:not(.navi-mobhide) {
    height: auto; 
    opacity: 1;
    visibility: visible;
  }
  .qr-wrapper {
    height: 250px;
    padding: 8px;
  }
  .qr-card {
    flex: 1 1 150px;
    max-width: 200px;
    text-align: center;
    margin-top: 90px;
  }
  .qr-text {
    font-size: 12px; 
  }
  #home-hero .container {
    width: 93%;
    max-width: 93%; 
  }
  #home-hero h1 {
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {   
  .mnav-mobile-btn {
    top:0 !important;
  }
  #maintop {
    padding: 15px 0 !important;
  }
  #navi-mob {
    width: 100%;
    transition: height 0.3s ease, opacity 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
  }
  #navi-mob.navi-mobhide {
    height: 0 !important;
    opacity: 0;
    visibility: hidden;
  }
  #navi-mob:not(.navi-mobhide) {
    height: auto; 
    opacity: 1;
    visibility: visible;
  }
  .qr-wrapper {
    height: 285px; 
    padding: 30px 8px;
  }
  .qr-card {
    flex: 1 1 235px;
    max-width: 255px;
    text-align: center;
    margin-top: 125px;
  }
  #home-hero .container {
    width: 93%;
    max-width: 93%; 
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {   
  #navi-mob {
    display: none !important;
  }
  #home-hero .container {
    width: 95%;
    max-width: 95%; 
  }
  .home-qr-wrapper.qr-wrapper {
    background-image: url(/wp-content/uploads/2025/07/webinar-banners-home-page.jpg);
    height: 211px;
    padding: 30px 0px;
    gap: 15px;
  }
  .home-qr-wrapper .qr-card {
    flex: 1 1 195px;
    max-width: 180px;
    text-align: center;
    margin-top: 82px;
  }
  .home-qr-wrapper .qr-text {
    font-size: 12px;
  }
}
@media (min-width: 1400px) and (max-width: 1900px) {  
  #navi-mob {
    display: none !important;
  }
  #home-hero .container {
    width: 98%;
    max-width: 98%; 
  }
  .home-qr-wrapper.qr-wrapper {
    background-image: url(/wp-content/uploads/2025/07/webinar-banners-home-page.jpg);
    height: 240px;
    padding: 30px 0px;
    gap: 15px;
  }
  .home-qr-wrapper .qr-card {
    flex: 1 1 175px;
    max-width: 205px;
    text-align: center;
    margin-top: 95px;
  }
  .home-qr-wrapper .qr-text {
    font-size: 14px;
  }
}
@media (min-width: 1900px) { 
  #navi-mob {
    display: none !important;
  }
}


