#cookie-bar {
  background-color: #558ed5;
  text-align: center; }

#cookie-bar p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: .5em; }

#cookie-bar a {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  border: 1px solid #ccc;
  padding-left: 5px;
  padding-right: 5px; }

#cookie-bar a:hover {
  background: #fff;
  color: #558ed5;
  border: 1px solid #fff; }

#cookie-bar a {
  margin-left: 1em;
  border: 1px solid #fff;
  padding: 1px 10px;
  color: #fff;
  border-radius: 5px; }

.required label:after {
  content: " *";
  color: red; }

/*Checkboxes styles*/
#contact_footer input[type="checkbox"],
#contact input[type="checkbox"] {
  display: none; }

#contact_footer input[type="checkbox"] + label,
#contact input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

#contact_footer input[type="checkbox"] + label:last-child,
#contact input[type="checkbox"] + label:last-child {
  margin-bottom: 0; }

#contact_footer input[type="checkbox"] + label:before,
#contact input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #558ed5;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s; }

#contact_footer input[type="checkbox"]:checked + label:before,
#contact input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

#smc_container {
  margin-bottom: 25px; }

#copy_label {
  color: #333; }

.contact_item #copy_label, .contact_item h3 {
  color: #fff !important; }

.contact_item .field-contactform-iagree a {
  color: #aaa; }

.contact_item .field-contactform-iagree:hover a {
  color: #fff;
  text-decoration: underline; }

/*End checkbox style*/
@media (max-width: 413px) {
  #contact .field-contactform-recaptcha {
    display: inline;
    width: 100%;
    clear: both; }

  .g-recaptcha {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: max-content; }

  }

