/**
 * @file
 * Layout CSS for the Mississippi Soybean Promotion Board theme.
 */


/**
 * Margin Add-ons
 */
.m-6 {
  margin: 4rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.m-8 {
  margin: 6.25rem !important;
}

.m-9 {
  margin: 7.5rem !important;
}

.m-10 {
  margin: 9.375rem !important;
}

.mx-6 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-7 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-8 {
  margin-right: 6.25rem !important;
  margin-left: 6.25rem !important;
}

.mx-9 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

.mx-10 {
  margin-right: 9.375rem !important;
  margin-left: 9.375rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-8 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.my-9 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.my-10 {
  margin-top: 9.375rem !important;
  margin-bottom: 9.375rem !important;
}

.mt-6 {
  margin-top: 4rem !important;
}

.mt-7 {
  margin-top: 5rem !important;
}

.mt-8 {
  margin-top: 6.25rem !important;
}

.mt-9 {
  margin-top: 7.5rem !important;
}

.mt-10 {
  margin-top: 9.375rem !important;
}

.me-6 {
  margin-right: 4rem !important;
}

.me-7 {
  margin-right: 5rem !important;
}

.me-8 {
  margin-right: 6.25rem !important;
}

.me-9 {
  margin-right: 7.5rem !important;
}

.me-10 {
  margin-right: 9.375rem !important;
}

.mb-6 {
  margin-bottom: 4rem !important;
}

.mb-7 {
  margin-bottom: 5rem !important;
}

.mb-8 {
  margin-bottom: 6.25rem !important;
}

.mb-9 {
  margin-bottom: 7.5rem !important;
}

.mb-10 {
  margin-bottom: 9.375rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-6 {
  margin-left: 4rem !important;
}

.ms-7 {
  margin-left: 5rem !important;
}

.ms-8 {
  margin-left: 6.25rem !important;
}

.ms-9 {
  margin-left: 7.5rem !important;
}

.ms-10 {
  margin-left: 9.375rem !important;
}

/**
 * Padding Add-ons
 */
.p-6 {
  padding: 4rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.p-8 {
  padding: 6.25rem !important;
}

.p-9 {
  padding: 7.5rem !important;
}

.p-10 {
  padding: 9.375rem !important;
}

.px-6 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-7 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-8 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}

.px-9 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.px-10 {
  padding-right: 9.375rem !important;
  padding-left: 9.375rem !important;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-8 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.py-9 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.py-10 {
  padding-top: 9.375rem !important;
  padding-bottom: 9.375rem !important;
}

.pt-6 {
  padding-top: 4rem !important;
}

.pt-7 {
  padding-top: 5rem !important;
}

.pt-8 {
  padding-top: 6.25rem !important;
}

.pt-9 {
  padding-top: 7.5rem !important;
}

.pt-10 {
  padding-top: 9.375rem !important;
}

.pe-6 {
  padding-right: 4rem !important;
}

.pe-7 {
  padding-right: 5rem !important;
}

.pe-8 {
  padding-right: 6.25rem !important;
}

.pe-9 {
  padding-right: 7.5rem !important;
}

.pe-10 {
  padding-right: 9.375rem !important;
}

.pb-6 {
  padding-bottom: 4rem !important;
}

.pb-7 {
  padding-bottom: 5rem !important;
}

.pb-8 {
  padding-bottom: 6.25rem !important;
}

.pb-9 {
  padding-bottom: 7.5rem !important;
}

.pb-10 {
  padding-bottom: 9.375rem !important;
}
