/* General Styles */
.porch-widget {
  border: 1px solid #D6D6D6 !important;
  clear: both !important;
  color: #424242 !important;
  max-width: 800px !important;
  position: relative !important;
  text-align: left !important;
}
.porch-widget * {
  box-sizing: border-box !important;
  color: #424242 !important;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
  font-weight: 400 !important;
  text-transform: initial !important;
  font-style: normal !important;
}
.porch-widget-header {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 18px !important;
  margin: 8px 0 16px !important;
  color: #FFFFFF !important;
}
.porch-widget .porch-widget-form {
  margin: 0 !important;
}
.porch-widget .porch-widget-dropdown {
  border: 1px solid #D6D6D6 !important;
  cursor: pointer !important;
  height: 40px !important;
  font-size: 16px !important;
  margin-right: 2% !important;
  position: relative !important;
  width: 49% !important;
}
.porch-widget .porch-widget-input-zip {
  background: #ffffff !important;
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border: 1px solid #D6D6D6 !important;
  color: #424242 !important;
  font-size: 16px !important;
  height: 40px !important;
  margin-right: 2% !important;
  padding-left: 8px !important;
  position: relative !important;
  width: 30% !important;
}
.porch-widget .porch-widget-input-zip::-webkit-input-placeholder {
  color: #a9a9a9 !important;
}
.porch-widget .porch-widget-btn {
  background-color: #316DD2 !important;
  border: 0 !important;
  border-radius: 4px !important;
  color: #fff !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-size: 16px !important;
  height: 38px !important;
  margin-bottom: 2px !important;
  padding: 0 !important;
  outline: none !important;
  text-align: center !important;
  text-transform: uppercase !important;
  vertical-align: middle !important;
  width: 15% !important;
}
.porch-widget .porch-widget-brand {
  margin: 5px 0 0 !important;
  padding: 0 !important;
  width: 75px !important;
}
.porch-widget .porch-widget-body {
  background-color: #F0F0F0 !important;
  border-bottom: 1px solid #D6D6D6 !important;
  padding: 10px 20px !important;
}
/* Footer Styles */
.porch-widget .porch-widget-footer {
  background-color: white !important;
  padding: 7px 20px 10px !important;
  position: relative !important;
}
.porch-widget .porch-widget-footer:before {
  content: " ";
  display: table;
}
.porch-widget .porch-widget-footer:after {
  clear: both;
  content: " ";
  display: table;
}
.porch-widget .porch-widget-footer .porch-widget-title {
  font-size: 14px !important;
  display: inline-block !important;
  margin-bottom: 2px !important;
  float: left !important;
}
.porch-widget .porch-widget-footer .porch-widget-footer-text {
  color: #A2A2A2 !important;
  display: inline-block !important;
  float: right !important;
  font-size: 11px !important;
  line-height: 12px!important;
  padding-top: 10px !important;
  text-align: right !important;
}
.porch-widget .porch-widget-footer .porch-widget-footer-text a {
  color: #A2A2A2 !important;
  text-decoration: none !important;
}
/*Square Widget Styles*/
@media (min-width: 500px) {
  .porch-widget {
    min-width: 500px !important;
  }
}
@media (max-width: 499px) {
  .porch-widget .porch-widget-dropdown {
    width: 100% !important;
  }
  .porch-widget .porch-widget-input-zip {
    width: 100% !important;
    margin: 10px 0px!important;
  }
  .porch-widget .porch-widget-btn {
    width: 100% !important;
  }
  .porch-widget .porch-widget-footer {
    padding: 9px 20px 12px !important;
  }
  .porch-widget .porch-widget-footer .porch-widget-footer-text {
    max-width: 66% !important;
    padding-top: 4px !important;
  }
}
