.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px 20px; }

@media screen and (max-width: 900px) {
  .flex-container {
    display: block; } }
  .flex-container .col-50 {
    width: 50%; }

@media screen and (max-width: 900px) {
  .flex-container .col-50 {
    width: 100%; } }

#footer-widgets .footer-widget li a:hover {
  color: #f04e2f !important;
  text-decoration: underline !important; }

/* Gravity Forms */
.gform_confirmation_message {
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  padding: 30px;
  background-color: #f0fae5; }

#field_5_3 {
  margin-bottom: 3em; }

.gform_footer .gform_button {
  background-color: #f0522f;
  padding: 8px 24px;
  color: #fff;
  border-radius: 25px;
  border-color: #f0522f;
  border-width: 2px;
  border-style: solid;
  cursor: pointer; }
  .gform_footer .gform_button:hover {
    background-color: #fff;
    color: #f0522f; }
