
/* - responsive.css - */
/*  */
/*  */

@media only screen and (max-width:1200px) {
}

@media only screen and (max-width:1000px) {

}

@media only screen and (max-width:800px) {
  #portal-logo .right { text-align:right; }
  #portal-logo .right h1 span { white-space:unset; display:unset; }
  #portal-footer { flex-direction:column; }
  #portal-footer .partner { margin:12px 2% !important; }
  #portal-footer .partner > a { width:10%; }
}

@media only screen and (max-width:600px) {
  #portal-logo { flex-direction:column; }
  #portal-logo img { height:36px; }
  #portal-logo .left { width:100%; text-align:center; }
  #portal-logo .left .top { justify-content:center; }
  #portal-logo .left .usda img { height:28px; }
  #portal-logo .right { width:100%; text-align:center; margin:0; }

  .template-states_section #content .flexRow { flex-direction:column; }
  .template-contact_section .flexRow.trio { flex-direction:column; }
}

@media only screen and (max-device-width:320px) {

}

/*  */
