/* Submit Button Gravity Forms
-----------------------------*/
body .gform_wrapper .gform_footer input[type=submit] {
color: #000;
background: #FFC61E;
font-size: 24px;
letter-spacing: 1px;
text-transform: uppercase;
float: left;
height: 60px;
min-width: 280px;
border: none;
border-radius: 5px;
margin-left: 12px;
transition: 0.3s;
}

body .gform_wrapper .gform_footer input:hover[type=submit] {
background: #ffda6b;
}

/* Underlining all links */
.home-bottom a, .site-inner a, .sub-footer a, .site-footer a {
  text-decoration: underline;
}

/* Bottom of Home Page */
.sub-footer {
    background-color: #f3f5f6;
}



.schema-faq-code {
border: 1px solid #dedee0;
border-radius: 10px;
background-color:#fefbf9;
  overflow:hidden;
}
.schema-faq-code .faq-q {
font-size: 14px;
font-weight: bold;
margin: 0;
padding: 12px 56px 12px 12px;
line-height: 1.4;
cursor: pointer;
position: relative;
border-bottom: 1px solid #dedee0;
-webkit-touch-callout: none; 
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; 
}
.faq-q:after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    width: 56px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: bold;
    color: #000;
    font-size: 20px;
}
.faq-q.faq-q-open:after {
    content: "-";	
}
.faq-a {
margin: 0;
padding: 12px;
background-color:#fff;
font-size: 14px;
line-height: 1.4;
  border-bottom: 1px solid #dedee0;
  display: none;
}
.schema-faq-code .faq-question:last-child .faq-a {
  border-bottom:0px;
}
/* More contrast for  Business Reviews Bundle */
.rplg .rplg-review-time {
	color: #000 !important;
}

.rplg .rplg-review-time {
	text-shadow: none;
}

/* More contrast for Bottom of Home Page */
.site-footer {
    color: #d0d0d0;
}

.site-footer a {
    color: #d0d0d0;
}

/* to create acceptable contrast on Business Reviews Author per ADA */
.rplg .rplg-review-name {
	color: #000!important;;
	font-weight:  bold!important;;
}

/* to create acceptable contrast on text input placeholder such as the Mailchimp sign-up per ADA */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
