@charset "UTF-8";
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/*
 * Grid parameter defaults
 * These are used to customize the grid layout
 * Feel free to overwrite them as necessary
 */
/* this is all from Bootstrap */
section.border-bottom,
.entry-content.border-bottom,
.section--no-content.border-bottom,
.page-header.border-bottom,
.search-info.border-bottom,
.posts-feed__heading.border-bottom {
  border-bottom: 1px solid #E5E5E5;
}

section.border-bottom:last-child,
.entry-content.border-bottom:last-child,
.section--no-content.border-bottom:last-child,
.page-header.border-bottom:last-child,
.search-info.border-bottom:last-child,
.posts-feed__heading.border-bottom:last-child {
  border: none;
}

.border-bottom-accordion {
  height: 32px;
}

@media (min-width: 768px) {
  .border-bottom-accordion {
    height: 64px;
  }
}

.entry-content.border-bottom:last-child {
  border-bottom: 1px solid #E5E5E5;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-4 {
  margin: 0.25rem !important;
}

.mt-4,
.my-4 {
  margin-top: 0.25rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 0.25rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 0.25rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 0.25rem !important;
}

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

.mt-8,
.my-8 {
  margin-top: 0.5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 0.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 0.5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 0.5rem !important;
}

.m-12 {
  margin: 0.75rem !important;
}

.mt-12,
.my-12 {
  margin-top: 0.75rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 0.75rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 0.75rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 0.75rem !important;
}

.m-16 {
  margin: 1rem !important;
}

.mt-16,
.my-16 {
  margin-top: 1rem !important;
}

.mr-16,
.mx-16 {
  margin-right: 1rem !important;
}

.mb-16,
.my-16 {
  margin-bottom: 1rem !important;
}

.ml-16,
.mx-16 {
  margin-left: 1rem !important;
}

.m-24 {
  margin: 1.5rem !important;
}

.mt-24,
.my-24 {
  margin-top: 1.5rem !important;
}

.mr-24,
.mx-24 {
  margin-right: 1.5rem !important;
}

.mb-24,
.my-24 {
  margin-bottom: 1.5rem !important;
}

.ml-24,
.mx-24 {
  margin-left: 1.5rem !important;
}

.m-32 {
  margin: 2rem !important;
}

.mt-32,
.my-32 {
  margin-top: 2rem !important;
}

.mr-32,
.mx-32 {
  margin-right: 2rem !important;
}

.mb-32,
.my-32 {
  margin-bottom: 2rem !important;
}

.ml-32,
.mx-32 {
  margin-left: 2rem !important;
}

.m-36 {
  margin: 2.25rem !important;
}

.mt-36,
.my-36 {
  margin-top: 2.25rem !important;
}

.mr-36,
.mx-36 {
  margin-right: 2.25rem !important;
}

.mb-36,
.my-36 {
  margin-bottom: 2.25rem !important;
}

.ml-36,
.mx-36 {
  margin-left: 2.25rem !important;
}

.m-40 {
  margin: 2.5rem !important;
}

.mt-40,
.my-40 {
  margin-top: 2.5rem !important;
}

.mr-40,
.mx-40 {
  margin-right: 2.5rem !important;
}

.mb-40,
.my-40 {
  margin-bottom: 2.5rem !important;
}

.ml-40,
.mx-40 {
  margin-left: 2.5rem !important;
}

.m-48 {
  margin: 3rem !important;
}

.mt-48,
.my-48 {
  margin-top: 3rem !important;
}

.mr-48,
.mx-48 {
  margin-right: 3rem !important;
}

.mb-48,
.my-48 {
  margin-bottom: 3rem !important;
}

.ml-48,
.mx-48 {
  margin-left: 3rem !important;
}

.m-56 {
  margin: 3.625rem !important;
}

.mt-56,
.my-56 {
  margin-top: 3.625rem !important;
}

.mr-56,
.mx-56 {
  margin-right: 3.625rem !important;
}

.mb-56,
.my-56 {
  margin-bottom: 3.625rem !important;
}

.ml-56,
.mx-56 {
  margin-left: 3.625rem !important;
}

.m-64 {
  margin: 4rem !important;
}

.mt-64,
.my-64 {
  margin-top: 4rem !important;
}

.mr-64,
.mx-64 {
  margin-right: 4rem !important;
}

.mb-64,
.my-64 {
  margin-bottom: 4rem !important;
}

.ml-64,
.mx-64 {
  margin-left: 4rem !important;
}

.m-72 {
  margin: 4.5rem !important;
}

.mt-72,
.my-72 {
  margin-top: 4.5rem !important;
}

.mr-72,
.mx-72 {
  margin-right: 4.5rem !important;
}

.mb-72,
.my-72 {
  margin-bottom: 4.5rem !important;
}

.ml-72,
.mx-72 {
  margin-left: 4.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-4 {
  padding: 0.25rem !important;
}

.pt-4,
.py-4 {
  padding-top: 0.25rem !important;
}

.pr-4,
.px-4 {
  padding-right: 0.25rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 0.25rem !important;
}

.pl-4,
.px-4 {
  padding-left: 0.25rem !important;
}

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

.pt-8,
.py-8 {
  padding-top: 0.5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 0.5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 0.5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 0.5rem !important;
}

.p-12 {
  padding: 0.75rem !important;
}

.pt-12,
.py-12 {
  padding-top: 0.75rem !important;
}

.pr-12,
.px-12 {
  padding-right: 0.75rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 0.75rem !important;
}

.pl-12,
.px-12 {
  padding-left: 0.75rem !important;
}

.p-16 {
  padding: 1rem !important;
}

.pt-16,
.py-16 {
  padding-top: 1rem !important;
}

.pr-16,
.px-16 {
  padding-right: 1rem !important;
}

.pb-16,
.py-16 {
  padding-bottom: 1rem !important;
}

.pl-16,
.px-16 {
  padding-left: 1rem !important;
}

.p-24 {
  padding: 1.5rem !important;
}

.pt-24,
.py-24 {
  padding-top: 1.5rem !important;
}

.pr-24,
.px-24 {
  padding-right: 1.5rem !important;
}

.pb-24,
.py-24 {
  padding-bottom: 1.5rem !important;
}

.pl-24,
.px-24 {
  padding-left: 1.5rem !important;
}

.p-32 {
  padding: 2rem !important;
}

.pt-32,
.py-32 {
  padding-top: 2rem !important;
}

.pr-32,
.px-32 {
  padding-right: 2rem !important;
}

.pb-32,
.py-32 {
  padding-bottom: 2rem !important;
}

.pl-32,
.px-32 {
  padding-left: 2rem !important;
}

.p-36 {
  padding: 2.25rem !important;
}

.pt-36,
.py-36 {
  padding-top: 2.25rem !important;
}

.pr-36,
.px-36 {
  padding-right: 2.25rem !important;
}

.pb-36,
.py-36 {
  padding-bottom: 2.25rem !important;
}

.pl-36,
.px-36 {
  padding-left: 2.25rem !important;
}

.p-40 {
  padding: 2.5rem !important;
}

.pt-40,
.py-40 {
  padding-top: 2.5rem !important;
}

.pr-40,
.px-40 {
  padding-right: 2.5rem !important;
}

.pb-40,
.py-40 {
  padding-bottom: 2.5rem !important;
}

.pl-40,
.px-40 {
  padding-left: 2.5rem !important;
}

.p-48 {
  padding: 3rem !important;
}

.pt-48,
.py-48 {
  padding-top: 3rem !important;
}

.pr-48,
.px-48 {
  padding-right: 3rem !important;
}

.pb-48,
.py-48 {
  padding-bottom: 3rem !important;
}

.pl-48,
.px-48 {
  padding-left: 3rem !important;
}

.p-56 {
  padding: 3.625rem !important;
}

.pt-56,
.py-56 {
  padding-top: 3.625rem !important;
}

.pr-56,
.px-56 {
  padding-right: 3.625rem !important;
}

.pb-56,
.py-56 {
  padding-bottom: 3.625rem !important;
}

.pl-56,
.px-56 {
  padding-left: 3.625rem !important;
}

.p-64 {
  padding: 4rem !important;
}

.pt-64,
.py-64 {
  padding-top: 4rem !important;
}

.pr-64,
.px-64 {
  padding-right: 4rem !important;
}

.pb-64,
.py-64 {
  padding-bottom: 4rem !important;
}

.pl-64,
.px-64 {
  padding-left: 4rem !important;
}

.p-72 {
  padding: 4.5rem !important;
}

.pt-72,
.py-72 {
  padding-top: 4.5rem !important;
}

.pr-72,
.px-72 {
  padding-right: 4.5rem !important;
}

.pb-72,
.py-72 {
  padding-bottom: 4.5rem !important;
}

.pl-72,
.px-72 {
  padding-left: 4.5rem !important;
}

.m-n4 {
  margin: -0.25rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -0.25rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -0.25rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -0.25rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -0.25rem !important;
}

.m-n8 {
  margin: -0.5rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -0.5rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -0.5rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -0.5rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -0.5rem !important;
}

.m-n12 {
  margin: -0.75rem !important;
}

.mt-n12,
.my-n12 {
  margin-top: -0.75rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -0.75rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -0.75rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -0.75rem !important;
}

.m-n16 {
  margin: -1rem !important;
}

.mt-n16,
.my-n16 {
  margin-top: -1rem !important;
}

.mr-n16,
.mx-n16 {
  margin-right: -1rem !important;
}

.mb-n16,
.my-n16 {
  margin-bottom: -1rem !important;
}

.ml-n16,
.mx-n16 {
  margin-left: -1rem !important;
}

.m-n24 {
  margin: -1.5rem !important;
}

.mt-n24,
.my-n24 {
  margin-top: -1.5rem !important;
}

.mr-n24,
.mx-n24 {
  margin-right: -1.5rem !important;
}

.mb-n24,
.my-n24 {
  margin-bottom: -1.5rem !important;
}

.ml-n24,
.mx-n24 {
  margin-left: -1.5rem !important;
}

.m-n32 {
  margin: -2rem !important;
}

.mt-n32,
.my-n32 {
  margin-top: -2rem !important;
}

.mr-n32,
.mx-n32 {
  margin-right: -2rem !important;
}

.mb-n32,
.my-n32 {
  margin-bottom: -2rem !important;
}

.ml-n32,
.mx-n32 {
  margin-left: -2rem !important;
}

.m-n36 {
  margin: -2.25rem !important;
}

.mt-n36,
.my-n36 {
  margin-top: -2.25rem !important;
}

.mr-n36,
.mx-n36 {
  margin-right: -2.25rem !important;
}

.mb-n36,
.my-n36 {
  margin-bottom: -2.25rem !important;
}

.ml-n36,
.mx-n36 {
  margin-left: -2.25rem !important;
}

.m-n40 {
  margin: -2.5rem !important;
}

.mt-n40,
.my-n40 {
  margin-top: -2.5rem !important;
}

.mr-n40,
.mx-n40 {
  margin-right: -2.5rem !important;
}

.mb-n40,
.my-n40 {
  margin-bottom: -2.5rem !important;
}

.ml-n40,
.mx-n40 {
  margin-left: -2.5rem !important;
}

.m-n48 {
  margin: -3rem !important;
}

.mt-n48,
.my-n48 {
  margin-top: -3rem !important;
}

.mr-n48,
.mx-n48 {
  margin-right: -3rem !important;
}

.mb-n48,
.my-n48 {
  margin-bottom: -3rem !important;
}

.ml-n48,
.mx-n48 {
  margin-left: -3rem !important;
}

.m-n56 {
  margin: -3.625rem !important;
}

.mt-n56,
.my-n56 {
  margin-top: -3.625rem !important;
}

.mr-n56,
.mx-n56 {
  margin-right: -3.625rem !important;
}

.mb-n56,
.my-n56 {
  margin-bottom: -3.625rem !important;
}

.ml-n56,
.mx-n56 {
  margin-left: -3.625rem !important;
}

.m-n64 {
  margin: -4rem !important;
}

.mt-n64,
.my-n64 {
  margin-top: -4rem !important;
}

.mr-n64,
.mx-n64 {
  margin-right: -4rem !important;
}

.mb-n64,
.my-n64 {
  margin-bottom: -4rem !important;
}

.ml-n64,
.mx-n64 {
  margin-left: -4rem !important;
}

.m-n72 {
  margin: -4.5rem !important;
}

.mt-n72,
.my-n72 {
  margin-top: -4.5rem !important;
}

.mr-n72,
.mx-n72 {
  margin-right: -4.5rem !important;
}

.mb-n72,
.my-n72 {
  margin-bottom: -4.5rem !important;
}

.ml-n72,
.mx-n72 {
  margin-left: -4.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 480px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-4 {
    margin: 0.25rem !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 0.25rem !important;
  }
  .m-xs-8 {
    margin: 0.5rem !important;
  }
  .mt-xs-8,
  .my-xs-8 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-8,
  .mx-xs-8 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-8,
  .my-xs-8 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-8,
  .mx-xs-8 {
    margin-left: 0.5rem !important;
  }
  .m-xs-12 {
    margin: 0.75rem !important;
  }
  .mt-xs-12,
  .my-xs-12 {
    margin-top: 0.75rem !important;
  }
  .mr-xs-12,
  .mx-xs-12 {
    margin-right: 0.75rem !important;
  }
  .mb-xs-12,
  .my-xs-12 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xs-12,
  .mx-xs-12 {
    margin-left: 0.75rem !important;
  }
  .m-xs-16 {
    margin: 1rem !important;
  }
  .mt-xs-16,
  .my-xs-16 {
    margin-top: 1rem !important;
  }
  .mr-xs-16,
  .mx-xs-16 {
    margin-right: 1rem !important;
  }
  .mb-xs-16,
  .my-xs-16 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-16,
  .mx-xs-16 {
    margin-left: 1rem !important;
  }
  .m-xs-24 {
    margin: 1.5rem !important;
  }
  .mt-xs-24,
  .my-xs-24 {
    margin-top: 1.5rem !important;
  }
  .mr-xs-24,
  .mx-xs-24 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-24,
  .my-xs-24 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-24,
  .mx-xs-24 {
    margin-left: 1.5rem !important;
  }
  .m-xs-32 {
    margin: 2rem !important;
  }
  .mt-xs-32,
  .my-xs-32 {
    margin-top: 2rem !important;
  }
  .mr-xs-32,
  .mx-xs-32 {
    margin-right: 2rem !important;
  }
  .mb-xs-32,
  .my-xs-32 {
    margin-bottom: 2rem !important;
  }
  .ml-xs-32,
  .mx-xs-32 {
    margin-left: 2rem !important;
  }
  .m-xs-36 {
    margin: 2.25rem !important;
  }
  .mt-xs-36,
  .my-xs-36 {
    margin-top: 2.25rem !important;
  }
  .mr-xs-36,
  .mx-xs-36 {
    margin-right: 2.25rem !important;
  }
  .mb-xs-36,
  .my-xs-36 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xs-36,
  .mx-xs-36 {
    margin-left: 2.25rem !important;
  }
  .m-xs-40 {
    margin: 2.5rem !important;
  }
  .mt-xs-40,
  .my-xs-40 {
    margin-top: 2.5rem !important;
  }
  .mr-xs-40,
  .mx-xs-40 {
    margin-right: 2.5rem !important;
  }
  .mb-xs-40,
  .my-xs-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xs-40,
  .mx-xs-40 {
    margin-left: 2.5rem !important;
  }
  .m-xs-48 {
    margin: 3rem !important;
  }
  .mt-xs-48,
  .my-xs-48 {
    margin-top: 3rem !important;
  }
  .mr-xs-48,
  .mx-xs-48 {
    margin-right: 3rem !important;
  }
  .mb-xs-48,
  .my-xs-48 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-48,
  .mx-xs-48 {
    margin-left: 3rem !important;
  }
  .m-xs-56 {
    margin: 3.625rem !important;
  }
  .mt-xs-56,
  .my-xs-56 {
    margin-top: 3.625rem !important;
  }
  .mr-xs-56,
  .mx-xs-56 {
    margin-right: 3.625rem !important;
  }
  .mb-xs-56,
  .my-xs-56 {
    margin-bottom: 3.625rem !important;
  }
  .ml-xs-56,
  .mx-xs-56 {
    margin-left: 3.625rem !important;
  }
  .m-xs-64 {
    margin: 4rem !important;
  }
  .mt-xs-64,
  .my-xs-64 {
    margin-top: 4rem !important;
  }
  .mr-xs-64,
  .mx-xs-64 {
    margin-right: 4rem !important;
  }
  .mb-xs-64,
  .my-xs-64 {
    margin-bottom: 4rem !important;
  }
  .ml-xs-64,
  .mx-xs-64 {
    margin-left: 4rem !important;
  }
  .m-xs-72 {
    margin: 4.5rem !important;
  }
  .mt-xs-72,
  .my-xs-72 {
    margin-top: 4.5rem !important;
  }
  .mr-xs-72,
  .mx-xs-72 {
    margin-right: 4.5rem !important;
  }
  .mb-xs-72,
  .my-xs-72 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xs-72,
  .mx-xs-72 {
    margin-left: 4.5rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-4 {
    padding: 0.25rem !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 0.25rem !important;
  }
  .p-xs-8 {
    padding: 0.5rem !important;
  }
  .pt-xs-8,
  .py-xs-8 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-8,
  .px-xs-8 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-8,
  .py-xs-8 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-8,
  .px-xs-8 {
    padding-left: 0.5rem !important;
  }
  .p-xs-12 {
    padding: 0.75rem !important;
  }
  .pt-xs-12,
  .py-xs-12 {
    padding-top: 0.75rem !important;
  }
  .pr-xs-12,
  .px-xs-12 {
    padding-right: 0.75rem !important;
  }
  .pb-xs-12,
  .py-xs-12 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xs-12,
  .px-xs-12 {
    padding-left: 0.75rem !important;
  }
  .p-xs-16 {
    padding: 1rem !important;
  }
  .pt-xs-16,
  .py-xs-16 {
    padding-top: 1rem !important;
  }
  .pr-xs-16,
  .px-xs-16 {
    padding-right: 1rem !important;
  }
  .pb-xs-16,
  .py-xs-16 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-16,
  .px-xs-16 {
    padding-left: 1rem !important;
  }
  .p-xs-24 {
    padding: 1.5rem !important;
  }
  .pt-xs-24,
  .py-xs-24 {
    padding-top: 1.5rem !important;
  }
  .pr-xs-24,
  .px-xs-24 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-24,
  .py-xs-24 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xs-24,
  .px-xs-24 {
    padding-left: 1.5rem !important;
  }
  .p-xs-32 {
    padding: 2rem !important;
  }
  .pt-xs-32,
  .py-xs-32 {
    padding-top: 2rem !important;
  }
  .pr-xs-32,
  .px-xs-32 {
    padding-right: 2rem !important;
  }
  .pb-xs-32,
  .py-xs-32 {
    padding-bottom: 2rem !important;
  }
  .pl-xs-32,
  .px-xs-32 {
    padding-left: 2rem !important;
  }
  .p-xs-36 {
    padding: 2.25rem !important;
  }
  .pt-xs-36,
  .py-xs-36 {
    padding-top: 2.25rem !important;
  }
  .pr-xs-36,
  .px-xs-36 {
    padding-right: 2.25rem !important;
  }
  .pb-xs-36,
  .py-xs-36 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xs-36,
  .px-xs-36 {
    padding-left: 2.25rem !important;
  }
  .p-xs-40 {
    padding: 2.5rem !important;
  }
  .pt-xs-40,
  .py-xs-40 {
    padding-top: 2.5rem !important;
  }
  .pr-xs-40,
  .px-xs-40 {
    padding-right: 2.5rem !important;
  }
  .pb-xs-40,
  .py-xs-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xs-40,
  .px-xs-40 {
    padding-left: 2.5rem !important;
  }
  .p-xs-48 {
    padding: 3rem !important;
  }
  .pt-xs-48,
  .py-xs-48 {
    padding-top: 3rem !important;
  }
  .pr-xs-48,
  .px-xs-48 {
    padding-right: 3rem !important;
  }
  .pb-xs-48,
  .py-xs-48 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-48,
  .px-xs-48 {
    padding-left: 3rem !important;
  }
  .p-xs-56 {
    padding: 3.625rem !important;
  }
  .pt-xs-56,
  .py-xs-56 {
    padding-top: 3.625rem !important;
  }
  .pr-xs-56,
  .px-xs-56 {
    padding-right: 3.625rem !important;
  }
  .pb-xs-56,
  .py-xs-56 {
    padding-bottom: 3.625rem !important;
  }
  .pl-xs-56,
  .px-xs-56 {
    padding-left: 3.625rem !important;
  }
  .p-xs-64 {
    padding: 4rem !important;
  }
  .pt-xs-64,
  .py-xs-64 {
    padding-top: 4rem !important;
  }
  .pr-xs-64,
  .px-xs-64 {
    padding-right: 4rem !important;
  }
  .pb-xs-64,
  .py-xs-64 {
    padding-bottom: 4rem !important;
  }
  .pl-xs-64,
  .px-xs-64 {
    padding-left: 4rem !important;
  }
  .p-xs-72 {
    padding: 4.5rem !important;
  }
  .pt-xs-72,
  .py-xs-72 {
    padding-top: 4.5rem !important;
  }
  .pr-xs-72,
  .px-xs-72 {
    padding-right: 4.5rem !important;
  }
  .pb-xs-72,
  .py-xs-72 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xs-72,
  .px-xs-72 {
    padding-left: 4.5rem !important;
  }
  .m-xs-n4 {
    margin: -0.25rem !important;
  }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -0.25rem !important;
  }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -0.25rem !important;
  }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -0.25rem !important;
  }
  .m-xs-n8 {
    margin: -0.5rem !important;
  }
  .mt-xs-n8,
  .my-xs-n8 {
    margin-top: -0.5rem !important;
  }
  .mr-xs-n8,
  .mx-xs-n8 {
    margin-right: -0.5rem !important;
  }
  .mb-xs-n8,
  .my-xs-n8 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xs-n8,
  .mx-xs-n8 {
    margin-left: -0.5rem !important;
  }
  .m-xs-n12 {
    margin: -0.75rem !important;
  }
  .mt-xs-n12,
  .my-xs-n12 {
    margin-top: -0.75rem !important;
  }
  .mr-xs-n12,
  .mx-xs-n12 {
    margin-right: -0.75rem !important;
  }
  .mb-xs-n12,
  .my-xs-n12 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xs-n12,
  .mx-xs-n12 {
    margin-left: -0.75rem !important;
  }
  .m-xs-n16 {
    margin: -1rem !important;
  }
  .mt-xs-n16,
  .my-xs-n16 {
    margin-top: -1rem !important;
  }
  .mr-xs-n16,
  .mx-xs-n16 {
    margin-right: -1rem !important;
  }
  .mb-xs-n16,
  .my-xs-n16 {
    margin-bottom: -1rem !important;
  }
  .ml-xs-n16,
  .mx-xs-n16 {
    margin-left: -1rem !important;
  }
  .m-xs-n24 {
    margin: -1.5rem !important;
  }
  .mt-xs-n24,
  .my-xs-n24 {
    margin-top: -1.5rem !important;
  }
  .mr-xs-n24,
  .mx-xs-n24 {
    margin-right: -1.5rem !important;
  }
  .mb-xs-n24,
  .my-xs-n24 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xs-n24,
  .mx-xs-n24 {
    margin-left: -1.5rem !important;
  }
  .m-xs-n32 {
    margin: -2rem !important;
  }
  .mt-xs-n32,
  .my-xs-n32 {
    margin-top: -2rem !important;
  }
  .mr-xs-n32,
  .mx-xs-n32 {
    margin-right: -2rem !important;
  }
  .mb-xs-n32,
  .my-xs-n32 {
    margin-bottom: -2rem !important;
  }
  .ml-xs-n32,
  .mx-xs-n32 {
    margin-left: -2rem !important;
  }
  .m-xs-n36 {
    margin: -2.25rem !important;
  }
  .mt-xs-n36,
  .my-xs-n36 {
    margin-top: -2.25rem !important;
  }
  .mr-xs-n36,
  .mx-xs-n36 {
    margin-right: -2.25rem !important;
  }
  .mb-xs-n36,
  .my-xs-n36 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xs-n36,
  .mx-xs-n36 {
    margin-left: -2.25rem !important;
  }
  .m-xs-n40 {
    margin: -2.5rem !important;
  }
  .mt-xs-n40,
  .my-xs-n40 {
    margin-top: -2.5rem !important;
  }
  .mr-xs-n40,
  .mx-xs-n40 {
    margin-right: -2.5rem !important;
  }
  .mb-xs-n40,
  .my-xs-n40 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xs-n40,
  .mx-xs-n40 {
    margin-left: -2.5rem !important;
  }
  .m-xs-n48 {
    margin: -3rem !important;
  }
  .mt-xs-n48,
  .my-xs-n48 {
    margin-top: -3rem !important;
  }
  .mr-xs-n48,
  .mx-xs-n48 {
    margin-right: -3rem !important;
  }
  .mb-xs-n48,
  .my-xs-n48 {
    margin-bottom: -3rem !important;
  }
  .ml-xs-n48,
  .mx-xs-n48 {
    margin-left: -3rem !important;
  }
  .m-xs-n56 {
    margin: -3.625rem !important;
  }
  .mt-xs-n56,
  .my-xs-n56 {
    margin-top: -3.625rem !important;
  }
  .mr-xs-n56,
  .mx-xs-n56 {
    margin-right: -3.625rem !important;
  }
  .mb-xs-n56,
  .my-xs-n56 {
    margin-bottom: -3.625rem !important;
  }
  .ml-xs-n56,
  .mx-xs-n56 {
    margin-left: -3.625rem !important;
  }
  .m-xs-n64 {
    margin: -4rem !important;
  }
  .mt-xs-n64,
  .my-xs-n64 {
    margin-top: -4rem !important;
  }
  .mr-xs-n64,
  .mx-xs-n64 {
    margin-right: -4rem !important;
  }
  .mb-xs-n64,
  .my-xs-n64 {
    margin-bottom: -4rem !important;
  }
  .ml-xs-n64,
  .mx-xs-n64 {
    margin-left: -4rem !important;
  }
  .m-xs-n72 {
    margin: -4.5rem !important;
  }
  .mt-xs-n72,
  .my-xs-n72 {
    margin-top: -4.5rem !important;
  }
  .mr-xs-n72,
  .mx-xs-n72 {
    margin-right: -4.5rem !important;
  }
  .mb-xs-n72,
  .my-xs-n72 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xs-n72,
  .mx-xs-n72 {
    margin-left: -4.5rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 600px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-4 {
    margin: 0.25rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 0.25rem !important;
  }
  .m-sm-8 {
    margin: 0.5rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 0.5rem !important;
  }
  .m-sm-12 {
    margin: 0.75rem !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 0.75rem !important;
  }
  .m-sm-16 {
    margin: 1rem !important;
  }
  .mt-sm-16,
  .my-sm-16 {
    margin-top: 1rem !important;
  }
  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 1rem !important;
  }
  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 1rem !important;
  }
  .m-sm-24 {
    margin: 1.5rem !important;
  }
  .mt-sm-24,
  .my-sm-24 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-24,
  .mx-sm-24 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-24,
  .my-sm-24 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-24,
  .mx-sm-24 {
    margin-left: 1.5rem !important;
  }
  .m-sm-32 {
    margin: 2rem !important;
  }
  .mt-sm-32,
  .my-sm-32 {
    margin-top: 2rem !important;
  }
  .mr-sm-32,
  .mx-sm-32 {
    margin-right: 2rem !important;
  }
  .mb-sm-32,
  .my-sm-32 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-32,
  .mx-sm-32 {
    margin-left: 2rem !important;
  }
  .m-sm-36 {
    margin: 2.25rem !important;
  }
  .mt-sm-36,
  .my-sm-36 {
    margin-top: 2.25rem !important;
  }
  .mr-sm-36,
  .mx-sm-36 {
    margin-right: 2.25rem !important;
  }
  .mb-sm-36,
  .my-sm-36 {
    margin-bottom: 2.25rem !important;
  }
  .ml-sm-36,
  .mx-sm-36 {
    margin-left: 2.25rem !important;
  }
  .m-sm-40 {
    margin: 2.5rem !important;
  }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 2.5rem !important;
  }
  .m-sm-48 {
    margin: 3rem !important;
  }
  .mt-sm-48,
  .my-sm-48 {
    margin-top: 3rem !important;
  }
  .mr-sm-48,
  .mx-sm-48 {
    margin-right: 3rem !important;
  }
  .mb-sm-48,
  .my-sm-48 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-48,
  .mx-sm-48 {
    margin-left: 3rem !important;
  }
  .m-sm-56 {
    margin: 3.625rem !important;
  }
  .mt-sm-56,
  .my-sm-56 {
    margin-top: 3.625rem !important;
  }
  .mr-sm-56,
  .mx-sm-56 {
    margin-right: 3.625rem !important;
  }
  .mb-sm-56,
  .my-sm-56 {
    margin-bottom: 3.625rem !important;
  }
  .ml-sm-56,
  .mx-sm-56 {
    margin-left: 3.625rem !important;
  }
  .m-sm-64 {
    margin: 4rem !important;
  }
  .mt-sm-64,
  .my-sm-64 {
    margin-top: 4rem !important;
  }
  .mr-sm-64,
  .mx-sm-64 {
    margin-right: 4rem !important;
  }
  .mb-sm-64,
  .my-sm-64 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-64,
  .mx-sm-64 {
    margin-left: 4rem !important;
  }
  .m-sm-72 {
    margin: 4.5rem !important;
  }
  .mt-sm-72,
  .my-sm-72 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-72,
  .mx-sm-72 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-72,
  .my-sm-72 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-72,
  .mx-sm-72 {
    margin-left: 4.5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-4 {
    padding: 0.25rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 0.25rem !important;
  }
  .p-sm-8 {
    padding: 0.5rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 0.5rem !important;
  }
  .p-sm-12 {
    padding: 0.75rem !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 0.75rem !important;
  }
  .p-sm-16 {
    padding: 1rem !important;
  }
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 1rem !important;
  }
  .pr-sm-16,
  .px-sm-16 {
    padding-right: 1rem !important;
  }
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-16,
  .px-sm-16 {
    padding-left: 1rem !important;
  }
  .p-sm-24 {
    padding: 1.5rem !important;
  }
  .pt-sm-24,
  .py-sm-24 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-24,
  .px-sm-24 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-24,
  .py-sm-24 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-24,
  .px-sm-24 {
    padding-left: 1.5rem !important;
  }
  .p-sm-32 {
    padding: 2rem !important;
  }
  .pt-sm-32,
  .py-sm-32 {
    padding-top: 2rem !important;
  }
  .pr-sm-32,
  .px-sm-32 {
    padding-right: 2rem !important;
  }
  .pb-sm-32,
  .py-sm-32 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-32,
  .px-sm-32 {
    padding-left: 2rem !important;
  }
  .p-sm-36 {
    padding: 2.25rem !important;
  }
  .pt-sm-36,
  .py-sm-36 {
    padding-top: 2.25rem !important;
  }
  .pr-sm-36,
  .px-sm-36 {
    padding-right: 2.25rem !important;
  }
  .pb-sm-36,
  .py-sm-36 {
    padding-bottom: 2.25rem !important;
  }
  .pl-sm-36,
  .px-sm-36 {
    padding-left: 2.25rem !important;
  }
  .p-sm-40 {
    padding: 2.5rem !important;
  }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 2.5rem !important;
  }
  .p-sm-48 {
    padding: 3rem !important;
  }
  .pt-sm-48,
  .py-sm-48 {
    padding-top: 3rem !important;
  }
  .pr-sm-48,
  .px-sm-48 {
    padding-right: 3rem !important;
  }
  .pb-sm-48,
  .py-sm-48 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-48,
  .px-sm-48 {
    padding-left: 3rem !important;
  }
  .p-sm-56 {
    padding: 3.625rem !important;
  }
  .pt-sm-56,
  .py-sm-56 {
    padding-top: 3.625rem !important;
  }
  .pr-sm-56,
  .px-sm-56 {
    padding-right: 3.625rem !important;
  }
  .pb-sm-56,
  .py-sm-56 {
    padding-bottom: 3.625rem !important;
  }
  .pl-sm-56,
  .px-sm-56 {
    padding-left: 3.625rem !important;
  }
  .p-sm-64 {
    padding: 4rem !important;
  }
  .pt-sm-64,
  .py-sm-64 {
    padding-top: 4rem !important;
  }
  .pr-sm-64,
  .px-sm-64 {
    padding-right: 4rem !important;
  }
  .pb-sm-64,
  .py-sm-64 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-64,
  .px-sm-64 {
    padding-left: 4rem !important;
  }
  .p-sm-72 {
    padding: 4.5rem !important;
  }
  .pt-sm-72,
  .py-sm-72 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-72,
  .px-sm-72 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-72,
  .py-sm-72 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-72,
  .px-sm-72 {
    padding-left: 4.5rem !important;
  }
  .m-sm-n4 {
    margin: -0.25rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n8 {
    margin: -0.5rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n12 {
    margin: -0.75rem !important;
  }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -0.75rem !important;
  }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -0.75rem !important;
  }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -0.75rem !important;
  }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -0.75rem !important;
  }
  .m-sm-n16 {
    margin: -1rem !important;
  }
  .mt-sm-n16,
  .my-sm-n16 {
    margin-top: -1rem !important;
  }
  .mr-sm-n16,
  .mx-sm-n16 {
    margin-right: -1rem !important;
  }
  .mb-sm-n16,
  .my-sm-n16 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n16,
  .mx-sm-n16 {
    margin-left: -1rem !important;
  }
  .m-sm-n24 {
    margin: -1.5rem !important;
  }
  .mt-sm-n24,
  .my-sm-n24 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n24,
  .mx-sm-n24 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n24,
  .my-sm-n24 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n24,
  .mx-sm-n24 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n32 {
    margin: -2rem !important;
  }
  .mt-sm-n32,
  .my-sm-n32 {
    margin-top: -2rem !important;
  }
  .mr-sm-n32,
  .mx-sm-n32 {
    margin-right: -2rem !important;
  }
  .mb-sm-n32,
  .my-sm-n32 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n32,
  .mx-sm-n32 {
    margin-left: -2rem !important;
  }
  .m-sm-n36 {
    margin: -2.25rem !important;
  }
  .mt-sm-n36,
  .my-sm-n36 {
    margin-top: -2.25rem !important;
  }
  .mr-sm-n36,
  .mx-sm-n36 {
    margin-right: -2.25rem !important;
  }
  .mb-sm-n36,
  .my-sm-n36 {
    margin-bottom: -2.25rem !important;
  }
  .ml-sm-n36,
  .mx-sm-n36 {
    margin-left: -2.25rem !important;
  }
  .m-sm-n40 {
    margin: -2.5rem !important;
  }
  .mt-sm-n40,
  .my-sm-n40 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n40,
  .mx-sm-n40 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n40,
  .my-sm-n40 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n40,
  .mx-sm-n40 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n48 {
    margin: -3rem !important;
  }
  .mt-sm-n48,
  .my-sm-n48 {
    margin-top: -3rem !important;
  }
  .mr-sm-n48,
  .mx-sm-n48 {
    margin-right: -3rem !important;
  }
  .mb-sm-n48,
  .my-sm-n48 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n48,
  .mx-sm-n48 {
    margin-left: -3rem !important;
  }
  .m-sm-n56 {
    margin: -3.625rem !important;
  }
  .mt-sm-n56,
  .my-sm-n56 {
    margin-top: -3.625rem !important;
  }
  .mr-sm-n56,
  .mx-sm-n56 {
    margin-right: -3.625rem !important;
  }
  .mb-sm-n56,
  .my-sm-n56 {
    margin-bottom: -3.625rem !important;
  }
  .ml-sm-n56,
  .mx-sm-n56 {
    margin-left: -3.625rem !important;
  }
  .m-sm-n64 {
    margin: -4rem !important;
  }
  .mt-sm-n64,
  .my-sm-n64 {
    margin-top: -4rem !important;
  }
  .mr-sm-n64,
  .mx-sm-n64 {
    margin-right: -4rem !important;
  }
  .mb-sm-n64,
  .my-sm-n64 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n64,
  .mx-sm-n64 {
    margin-left: -4rem !important;
  }
  .m-sm-n72 {
    margin: -4.5rem !important;
  }
  .mt-sm-n72,
  .my-sm-n72 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n72,
  .mx-sm-n72 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n72,
  .my-sm-n72 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n72,
  .mx-sm-n72 {
    margin-left: -4.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-4 {
    margin: 0.25rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 0.25rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 0.25rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 0.25rem !important;
  }
  .m-md-8 {
    margin: 0.5rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 0.5rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 0.5rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 0.5rem !important;
  }
  .m-md-12 {
    margin: 0.75rem !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 0.75rem !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 0.75rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 0.75rem !important;
  }
  .m-md-16 {
    margin: 1rem !important;
  }
  .mt-md-16,
  .my-md-16 {
    margin-top: 1rem !important;
  }
  .mr-md-16,
  .mx-md-16 {
    margin-right: 1rem !important;
  }
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 1rem !important;
  }
  .ml-md-16,
  .mx-md-16 {
    margin-left: 1rem !important;
  }
  .m-md-24 {
    margin: 1.5rem !important;
  }
  .mt-md-24,
  .my-md-24 {
    margin-top: 1.5rem !important;
  }
  .mr-md-24,
  .mx-md-24 {
    margin-right: 1.5rem !important;
  }
  .mb-md-24,
  .my-md-24 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-24,
  .mx-md-24 {
    margin-left: 1.5rem !important;
  }
  .m-md-32 {
    margin: 2rem !important;
  }
  .mt-md-32,
  .my-md-32 {
    margin-top: 2rem !important;
  }
  .mr-md-32,
  .mx-md-32 {
    margin-right: 2rem !important;
  }
  .mb-md-32,
  .my-md-32 {
    margin-bottom: 2rem !important;
  }
  .ml-md-32,
  .mx-md-32 {
    margin-left: 2rem !important;
  }
  .m-md-36 {
    margin: 2.25rem !important;
  }
  .mt-md-36,
  .my-md-36 {
    margin-top: 2.25rem !important;
  }
  .mr-md-36,
  .mx-md-36 {
    margin-right: 2.25rem !important;
  }
  .mb-md-36,
  .my-md-36 {
    margin-bottom: 2.25rem !important;
  }
  .ml-md-36,
  .mx-md-36 {
    margin-left: 2.25rem !important;
  }
  .m-md-40 {
    margin: 2.5rem !important;
  }
  .mt-md-40,
  .my-md-40 {
    margin-top: 2.5rem !important;
  }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 2.5rem !important;
  }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 2.5rem !important;
  }
  .m-md-48 {
    margin: 3rem !important;
  }
  .mt-md-48,
  .my-md-48 {
    margin-top: 3rem !important;
  }
  .mr-md-48,
  .mx-md-48 {
    margin-right: 3rem !important;
  }
  .mb-md-48,
  .my-md-48 {
    margin-bottom: 3rem !important;
  }
  .ml-md-48,
  .mx-md-48 {
    margin-left: 3rem !important;
  }
  .m-md-56 {
    margin: 3.625rem !important;
  }
  .mt-md-56,
  .my-md-56 {
    margin-top: 3.625rem !important;
  }
  .mr-md-56,
  .mx-md-56 {
    margin-right: 3.625rem !important;
  }
  .mb-md-56,
  .my-md-56 {
    margin-bottom: 3.625rem !important;
  }
  .ml-md-56,
  .mx-md-56 {
    margin-left: 3.625rem !important;
  }
  .m-md-64 {
    margin: 4rem !important;
  }
  .mt-md-64,
  .my-md-64 {
    margin-top: 4rem !important;
  }
  .mr-md-64,
  .mx-md-64 {
    margin-right: 4rem !important;
  }
  .mb-md-64,
  .my-md-64 {
    margin-bottom: 4rem !important;
  }
  .ml-md-64,
  .mx-md-64 {
    margin-left: 4rem !important;
  }
  .m-md-72 {
    margin: 4.5rem !important;
  }
  .mt-md-72,
  .my-md-72 {
    margin-top: 4.5rem !important;
  }
  .mr-md-72,
  .mx-md-72 {
    margin-right: 4.5rem !important;
  }
  .mb-md-72,
  .my-md-72 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-72,
  .mx-md-72 {
    margin-left: 4.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-4 {
    padding: 0.25rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 0.25rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 0.25rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 0.25rem !important;
  }
  .p-md-8 {
    padding: 0.5rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 0.5rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 0.5rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 0.5rem !important;
  }
  .p-md-12 {
    padding: 0.75rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 0.75rem !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 0.75rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 0.75rem !important;
  }
  .p-md-16 {
    padding: 1rem !important;
  }
  .pt-md-16,
  .py-md-16 {
    padding-top: 1rem !important;
  }
  .pr-md-16,
  .px-md-16 {
    padding-right: 1rem !important;
  }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 1rem !important;
  }
  .pl-md-16,
  .px-md-16 {
    padding-left: 1rem !important;
  }
  .p-md-24 {
    padding: 1.5rem !important;
  }
  .pt-md-24,
  .py-md-24 {
    padding-top: 1.5rem !important;
  }
  .pr-md-24,
  .px-md-24 {
    padding-right: 1.5rem !important;
  }
  .pb-md-24,
  .py-md-24 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-24,
  .px-md-24 {
    padding-left: 1.5rem !important;
  }
  .p-md-32 {
    padding: 2rem !important;
  }
  .pt-md-32,
  .py-md-32 {
    padding-top: 2rem !important;
  }
  .pr-md-32,
  .px-md-32 {
    padding-right: 2rem !important;
  }
  .pb-md-32,
  .py-md-32 {
    padding-bottom: 2rem !important;
  }
  .pl-md-32,
  .px-md-32 {
    padding-left: 2rem !important;
  }
  .p-md-36 {
    padding: 2.25rem !important;
  }
  .pt-md-36,
  .py-md-36 {
    padding-top: 2.25rem !important;
  }
  .pr-md-36,
  .px-md-36 {
    padding-right: 2.25rem !important;
  }
  .pb-md-36,
  .py-md-36 {
    padding-bottom: 2.25rem !important;
  }
  .pl-md-36,
  .px-md-36 {
    padding-left: 2.25rem !important;
  }
  .p-md-40 {
    padding: 2.5rem !important;
  }
  .pt-md-40,
  .py-md-40 {
    padding-top: 2.5rem !important;
  }
  .pr-md-40,
  .px-md-40 {
    padding-right: 2.5rem !important;
  }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-40,
  .px-md-40 {
    padding-left: 2.5rem !important;
  }
  .p-md-48 {
    padding: 3rem !important;
  }
  .pt-md-48,
  .py-md-48 {
    padding-top: 3rem !important;
  }
  .pr-md-48,
  .px-md-48 {
    padding-right: 3rem !important;
  }
  .pb-md-48,
  .py-md-48 {
    padding-bottom: 3rem !important;
  }
  .pl-md-48,
  .px-md-48 {
    padding-left: 3rem !important;
  }
  .p-md-56 {
    padding: 3.625rem !important;
  }
  .pt-md-56,
  .py-md-56 {
    padding-top: 3.625rem !important;
  }
  .pr-md-56,
  .px-md-56 {
    padding-right: 3.625rem !important;
  }
  .pb-md-56,
  .py-md-56 {
    padding-bottom: 3.625rem !important;
  }
  .pl-md-56,
  .px-md-56 {
    padding-left: 3.625rem !important;
  }
  .p-md-64 {
    padding: 4rem !important;
  }
  .pt-md-64,
  .py-md-64 {
    padding-top: 4rem !important;
  }
  .pr-md-64,
  .px-md-64 {
    padding-right: 4rem !important;
  }
  .pb-md-64,
  .py-md-64 {
    padding-bottom: 4rem !important;
  }
  .pl-md-64,
  .px-md-64 {
    padding-left: 4rem !important;
  }
  .p-md-72 {
    padding: 4.5rem !important;
  }
  .pt-md-72,
  .py-md-72 {
    padding-top: 4.5rem !important;
  }
  .pr-md-72,
  .px-md-72 {
    padding-right: 4.5rem !important;
  }
  .pb-md-72,
  .py-md-72 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-72,
  .px-md-72 {
    padding-left: 4.5rem !important;
  }
  .m-md-n4 {
    margin: -0.25rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -0.25rem !important;
  }
  .m-md-n8 {
    margin: -0.5rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -0.5rem !important;
  }
  .m-md-n12 {
    margin: -0.75rem !important;
  }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -0.75rem !important;
  }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -0.75rem !important;
  }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -0.75rem !important;
  }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -0.75rem !important;
  }
  .m-md-n16 {
    margin: -1rem !important;
  }
  .mt-md-n16,
  .my-md-n16 {
    margin-top: -1rem !important;
  }
  .mr-md-n16,
  .mx-md-n16 {
    margin-right: -1rem !important;
  }
  .mb-md-n16,
  .my-md-n16 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n16,
  .mx-md-n16 {
    margin-left: -1rem !important;
  }
  .m-md-n24 {
    margin: -1.5rem !important;
  }
  .mt-md-n24,
  .my-md-n24 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n24,
  .mx-md-n24 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n24,
  .my-md-n24 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n24,
  .mx-md-n24 {
    margin-left: -1.5rem !important;
  }
  .m-md-n32 {
    margin: -2rem !important;
  }
  .mt-md-n32,
  .my-md-n32 {
    margin-top: -2rem !important;
  }
  .mr-md-n32,
  .mx-md-n32 {
    margin-right: -2rem !important;
  }
  .mb-md-n32,
  .my-md-n32 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n32,
  .mx-md-n32 {
    margin-left: -2rem !important;
  }
  .m-md-n36 {
    margin: -2.25rem !important;
  }
  .mt-md-n36,
  .my-md-n36 {
    margin-top: -2.25rem !important;
  }
  .mr-md-n36,
  .mx-md-n36 {
    margin-right: -2.25rem !important;
  }
  .mb-md-n36,
  .my-md-n36 {
    margin-bottom: -2.25rem !important;
  }
  .ml-md-n36,
  .mx-md-n36 {
    margin-left: -2.25rem !important;
  }
  .m-md-n40 {
    margin: -2.5rem !important;
  }
  .mt-md-n40,
  .my-md-n40 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n40,
  .mx-md-n40 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n40,
  .my-md-n40 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n40,
  .mx-md-n40 {
    margin-left: -2.5rem !important;
  }
  .m-md-n48 {
    margin: -3rem !important;
  }
  .mt-md-n48,
  .my-md-n48 {
    margin-top: -3rem !important;
  }
  .mr-md-n48,
  .mx-md-n48 {
    margin-right: -3rem !important;
  }
  .mb-md-n48,
  .my-md-n48 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n48,
  .mx-md-n48 {
    margin-left: -3rem !important;
  }
  .m-md-n56 {
    margin: -3.625rem !important;
  }
  .mt-md-n56,
  .my-md-n56 {
    margin-top: -3.625rem !important;
  }
  .mr-md-n56,
  .mx-md-n56 {
    margin-right: -3.625rem !important;
  }
  .mb-md-n56,
  .my-md-n56 {
    margin-bottom: -3.625rem !important;
  }
  .ml-md-n56,
  .mx-md-n56 {
    margin-left: -3.625rem !important;
  }
  .m-md-n64 {
    margin: -4rem !important;
  }
  .mt-md-n64,
  .my-md-n64 {
    margin-top: -4rem !important;
  }
  .mr-md-n64,
  .mx-md-n64 {
    margin-right: -4rem !important;
  }
  .mb-md-n64,
  .my-md-n64 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n64,
  .mx-md-n64 {
    margin-left: -4rem !important;
  }
  .m-md-n72 {
    margin: -4.5rem !important;
  }
  .mt-md-n72,
  .my-md-n72 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n72,
  .mx-md-n72 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n72,
  .my-md-n72 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n72,
  .mx-md-n72 {
    margin-left: -4.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-4 {
    margin: 0.25rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 0.25rem !important;
  }
  .m-lg-8 {
    margin: 0.5rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 0.5rem !important;
  }
  .m-lg-12 {
    margin: 0.75rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 0.75rem !important;
  }
  .m-lg-16 {
    margin: 1rem !important;
  }
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 1rem !important;
  }
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 1rem !important;
  }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 1rem !important;
  }
  .m-lg-24 {
    margin: 1.5rem !important;
  }
  .mt-lg-24,
  .my-lg-24 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-24,
  .mx-lg-24 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-24,
  .my-lg-24 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-24,
  .mx-lg-24 {
    margin-left: 1.5rem !important;
  }
  .m-lg-32 {
    margin: 2rem !important;
  }
  .mt-lg-32,
  .my-lg-32 {
    margin-top: 2rem !important;
  }
  .mr-lg-32,
  .mx-lg-32 {
    margin-right: 2rem !important;
  }
  .mb-lg-32,
  .my-lg-32 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-32,
  .mx-lg-32 {
    margin-left: 2rem !important;
  }
  .m-lg-36 {
    margin: 2.25rem !important;
  }
  .mt-lg-36,
  .my-lg-36 {
    margin-top: 2.25rem !important;
  }
  .mr-lg-36,
  .mx-lg-36 {
    margin-right: 2.25rem !important;
  }
  .mb-lg-36,
  .my-lg-36 {
    margin-bottom: 2.25rem !important;
  }
  .ml-lg-36,
  .mx-lg-36 {
    margin-left: 2.25rem !important;
  }
  .m-lg-40 {
    margin: 2.5rem !important;
  }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 2.5rem !important;
  }
  .m-lg-48 {
    margin: 3rem !important;
  }
  .mt-lg-48,
  .my-lg-48 {
    margin-top: 3rem !important;
  }
  .mr-lg-48,
  .mx-lg-48 {
    margin-right: 3rem !important;
  }
  .mb-lg-48,
  .my-lg-48 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-48,
  .mx-lg-48 {
    margin-left: 3rem !important;
  }
  .m-lg-56 {
    margin: 3.625rem !important;
  }
  .mt-lg-56,
  .my-lg-56 {
    margin-top: 3.625rem !important;
  }
  .mr-lg-56,
  .mx-lg-56 {
    margin-right: 3.625rem !important;
  }
  .mb-lg-56,
  .my-lg-56 {
    margin-bottom: 3.625rem !important;
  }
  .ml-lg-56,
  .mx-lg-56 {
    margin-left: 3.625rem !important;
  }
  .m-lg-64 {
    margin: 4rem !important;
  }
  .mt-lg-64,
  .my-lg-64 {
    margin-top: 4rem !important;
  }
  .mr-lg-64,
  .mx-lg-64 {
    margin-right: 4rem !important;
  }
  .mb-lg-64,
  .my-lg-64 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-64,
  .mx-lg-64 {
    margin-left: 4rem !important;
  }
  .m-lg-72 {
    margin: 4.5rem !important;
  }
  .mt-lg-72,
  .my-lg-72 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-72,
  .mx-lg-72 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-72,
  .my-lg-72 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-72,
  .mx-lg-72 {
    margin-left: 4.5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-4 {
    padding: 0.25rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 0.25rem !important;
  }
  .p-lg-8 {
    padding: 0.5rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 0.5rem !important;
  }
  .p-lg-12 {
    padding: 0.75rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 0.75rem !important;
  }
  .p-lg-16 {
    padding: 1rem !important;
  }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 1rem !important;
  }
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 1rem !important;
  }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 1rem !important;
  }
  .p-lg-24 {
    padding: 1.5rem !important;
  }
  .pt-lg-24,
  .py-lg-24 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-24,
  .px-lg-24 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-24,
  .py-lg-24 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-24,
  .px-lg-24 {
    padding-left: 1.5rem !important;
  }
  .p-lg-32 {
    padding: 2rem !important;
  }
  .pt-lg-32,
  .py-lg-32 {
    padding-top: 2rem !important;
  }
  .pr-lg-32,
  .px-lg-32 {
    padding-right: 2rem !important;
  }
  .pb-lg-32,
  .py-lg-32 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-32,
  .px-lg-32 {
    padding-left: 2rem !important;
  }
  .p-lg-36 {
    padding: 2.25rem !important;
  }
  .pt-lg-36,
  .py-lg-36 {
    padding-top: 2.25rem !important;
  }
  .pr-lg-36,
  .px-lg-36 {
    padding-right: 2.25rem !important;
  }
  .pb-lg-36,
  .py-lg-36 {
    padding-bottom: 2.25rem !important;
  }
  .pl-lg-36,
  .px-lg-36 {
    padding-left: 2.25rem !important;
  }
  .p-lg-40 {
    padding: 2.5rem !important;
  }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 2.5rem !important;
  }
  .p-lg-48 {
    padding: 3rem !important;
  }
  .pt-lg-48,
  .py-lg-48 {
    padding-top: 3rem !important;
  }
  .pr-lg-48,
  .px-lg-48 {
    padding-right: 3rem !important;
  }
  .pb-lg-48,
  .py-lg-48 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-48,
  .px-lg-48 {
    padding-left: 3rem !important;
  }
  .p-lg-56 {
    padding: 3.625rem !important;
  }
  .pt-lg-56,
  .py-lg-56 {
    padding-top: 3.625rem !important;
  }
  .pr-lg-56,
  .px-lg-56 {
    padding-right: 3.625rem !important;
  }
  .pb-lg-56,
  .py-lg-56 {
    padding-bottom: 3.625rem !important;
  }
  .pl-lg-56,
  .px-lg-56 {
    padding-left: 3.625rem !important;
  }
  .p-lg-64 {
    padding: 4rem !important;
  }
  .pt-lg-64,
  .py-lg-64 {
    padding-top: 4rem !important;
  }
  .pr-lg-64,
  .px-lg-64 {
    padding-right: 4rem !important;
  }
  .pb-lg-64,
  .py-lg-64 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-64,
  .px-lg-64 {
    padding-left: 4rem !important;
  }
  .p-lg-72 {
    padding: 4.5rem !important;
  }
  .pt-lg-72,
  .py-lg-72 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-72,
  .px-lg-72 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-72,
  .py-lg-72 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-72,
  .px-lg-72 {
    padding-left: 4.5rem !important;
  }
  .m-lg-n4 {
    margin: -0.25rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n8 {
    margin: -0.5rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n12 {
    margin: -0.75rem !important;
  }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -0.75rem !important;
  }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -0.75rem !important;
  }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -0.75rem !important;
  }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -0.75rem !important;
  }
  .m-lg-n16 {
    margin: -1rem !important;
  }
  .mt-lg-n16,
  .my-lg-n16 {
    margin-top: -1rem !important;
  }
  .mr-lg-n16,
  .mx-lg-n16 {
    margin-right: -1rem !important;
  }
  .mb-lg-n16,
  .my-lg-n16 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n16,
  .mx-lg-n16 {
    margin-left: -1rem !important;
  }
  .m-lg-n24 {
    margin: -1.5rem !important;
  }
  .mt-lg-n24,
  .my-lg-n24 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n24,
  .mx-lg-n24 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n24,
  .my-lg-n24 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n24,
  .mx-lg-n24 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n32 {
    margin: -2rem !important;
  }
  .mt-lg-n32,
  .my-lg-n32 {
    margin-top: -2rem !important;
  }
  .mr-lg-n32,
  .mx-lg-n32 {
    margin-right: -2rem !important;
  }
  .mb-lg-n32,
  .my-lg-n32 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n32,
  .mx-lg-n32 {
    margin-left: -2rem !important;
  }
  .m-lg-n36 {
    margin: -2.25rem !important;
  }
  .mt-lg-n36,
  .my-lg-n36 {
    margin-top: -2.25rem !important;
  }
  .mr-lg-n36,
  .mx-lg-n36 {
    margin-right: -2.25rem !important;
  }
  .mb-lg-n36,
  .my-lg-n36 {
    margin-bottom: -2.25rem !important;
  }
  .ml-lg-n36,
  .mx-lg-n36 {
    margin-left: -2.25rem !important;
  }
  .m-lg-n40 {
    margin: -2.5rem !important;
  }
  .mt-lg-n40,
  .my-lg-n40 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n40,
  .mx-lg-n40 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n40,
  .my-lg-n40 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n40,
  .mx-lg-n40 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n48 {
    margin: -3rem !important;
  }
  .mt-lg-n48,
  .my-lg-n48 {
    margin-top: -3rem !important;
  }
  .mr-lg-n48,
  .mx-lg-n48 {
    margin-right: -3rem !important;
  }
  .mb-lg-n48,
  .my-lg-n48 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n48,
  .mx-lg-n48 {
    margin-left: -3rem !important;
  }
  .m-lg-n56 {
    margin: -3.625rem !important;
  }
  .mt-lg-n56,
  .my-lg-n56 {
    margin-top: -3.625rem !important;
  }
  .mr-lg-n56,
  .mx-lg-n56 {
    margin-right: -3.625rem !important;
  }
  .mb-lg-n56,
  .my-lg-n56 {
    margin-bottom: -3.625rem !important;
  }
  .ml-lg-n56,
  .mx-lg-n56 {
    margin-left: -3.625rem !important;
  }
  .m-lg-n64 {
    margin: -4rem !important;
  }
  .mt-lg-n64,
  .my-lg-n64 {
    margin-top: -4rem !important;
  }
  .mr-lg-n64,
  .mx-lg-n64 {
    margin-right: -4rem !important;
  }
  .mb-lg-n64,
  .my-lg-n64 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n64,
  .mx-lg-n64 {
    margin-left: -4rem !important;
  }
  .m-lg-n72 {
    margin: -4.5rem !important;
  }
  .mt-lg-n72,
  .my-lg-n72 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n72,
  .mx-lg-n72 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n72,
  .my-lg-n72 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n72,
  .mx-lg-n72 {
    margin-left: -4.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-4 {
    margin: 0.25rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 0.25rem !important;
  }
  .m-xl-8 {
    margin: 0.5rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 0.5rem !important;
  }
  .m-xl-12 {
    margin: 0.75rem !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 0.75rem !important;
  }
  .m-xl-16 {
    margin: 1rem !important;
  }
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 1rem !important;
  }
  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 1rem !important;
  }
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 1rem !important;
  }
  .m-xl-24 {
    margin: 1.5rem !important;
  }
  .mt-xl-24,
  .my-xl-24 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-24,
  .mx-xl-24 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-24,
  .my-xl-24 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-24,
  .mx-xl-24 {
    margin-left: 1.5rem !important;
  }
  .m-xl-32 {
    margin: 2rem !important;
  }
  .mt-xl-32,
  .my-xl-32 {
    margin-top: 2rem !important;
  }
  .mr-xl-32,
  .mx-xl-32 {
    margin-right: 2rem !important;
  }
  .mb-xl-32,
  .my-xl-32 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-32,
  .mx-xl-32 {
    margin-left: 2rem !important;
  }
  .m-xl-36 {
    margin: 2.25rem !important;
  }
  .mt-xl-36,
  .my-xl-36 {
    margin-top: 2.25rem !important;
  }
  .mr-xl-36,
  .mx-xl-36 {
    margin-right: 2.25rem !important;
  }
  .mb-xl-36,
  .my-xl-36 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xl-36,
  .mx-xl-36 {
    margin-left: 2.25rem !important;
  }
  .m-xl-40 {
    margin: 2.5rem !important;
  }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 2.5rem !important;
  }
  .m-xl-48 {
    margin: 3rem !important;
  }
  .mt-xl-48,
  .my-xl-48 {
    margin-top: 3rem !important;
  }
  .mr-xl-48,
  .mx-xl-48 {
    margin-right: 3rem !important;
  }
  .mb-xl-48,
  .my-xl-48 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-48,
  .mx-xl-48 {
    margin-left: 3rem !important;
  }
  .m-xl-56 {
    margin: 3.625rem !important;
  }
  .mt-xl-56,
  .my-xl-56 {
    margin-top: 3.625rem !important;
  }
  .mr-xl-56,
  .mx-xl-56 {
    margin-right: 3.625rem !important;
  }
  .mb-xl-56,
  .my-xl-56 {
    margin-bottom: 3.625rem !important;
  }
  .ml-xl-56,
  .mx-xl-56 {
    margin-left: 3.625rem !important;
  }
  .m-xl-64 {
    margin: 4rem !important;
  }
  .mt-xl-64,
  .my-xl-64 {
    margin-top: 4rem !important;
  }
  .mr-xl-64,
  .mx-xl-64 {
    margin-right: 4rem !important;
  }
  .mb-xl-64,
  .my-xl-64 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-64,
  .mx-xl-64 {
    margin-left: 4rem !important;
  }
  .m-xl-72 {
    margin: 4.5rem !important;
  }
  .mt-xl-72,
  .my-xl-72 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-72,
  .mx-xl-72 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-72,
  .my-xl-72 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-72,
  .mx-xl-72 {
    margin-left: 4.5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-4 {
    padding: 0.25rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 0.25rem !important;
  }
  .p-xl-8 {
    padding: 0.5rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 0.5rem !important;
  }
  .p-xl-12 {
    padding: 0.75rem !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 0.75rem !important;
  }
  .p-xl-16 {
    padding: 1rem !important;
  }
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 1rem !important;
  }
  .pr-xl-16,
  .px-xl-16 {
    padding-right: 1rem !important;
  }
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-16,
  .px-xl-16 {
    padding-left: 1rem !important;
  }
  .p-xl-24 {
    padding: 1.5rem !important;
  }
  .pt-xl-24,
  .py-xl-24 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-24,
  .px-xl-24 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-24,
  .py-xl-24 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-24,
  .px-xl-24 {
    padding-left: 1.5rem !important;
  }
  .p-xl-32 {
    padding: 2rem !important;
  }
  .pt-xl-32,
  .py-xl-32 {
    padding-top: 2rem !important;
  }
  .pr-xl-32,
  .px-xl-32 {
    padding-right: 2rem !important;
  }
  .pb-xl-32,
  .py-xl-32 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-32,
  .px-xl-32 {
    padding-left: 2rem !important;
  }
  .p-xl-36 {
    padding: 2.25rem !important;
  }
  .pt-xl-36,
  .py-xl-36 {
    padding-top: 2.25rem !important;
  }
  .pr-xl-36,
  .px-xl-36 {
    padding-right: 2.25rem !important;
  }
  .pb-xl-36,
  .py-xl-36 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xl-36,
  .px-xl-36 {
    padding-left: 2.25rem !important;
  }
  .p-xl-40 {
    padding: 2.5rem !important;
  }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 2.5rem !important;
  }
  .p-xl-48 {
    padding: 3rem !important;
  }
  .pt-xl-48,
  .py-xl-48 {
    padding-top: 3rem !important;
  }
  .pr-xl-48,
  .px-xl-48 {
    padding-right: 3rem !important;
  }
  .pb-xl-48,
  .py-xl-48 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-48,
  .px-xl-48 {
    padding-left: 3rem !important;
  }
  .p-xl-56 {
    padding: 3.625rem !important;
  }
  .pt-xl-56,
  .py-xl-56 {
    padding-top: 3.625rem !important;
  }
  .pr-xl-56,
  .px-xl-56 {
    padding-right: 3.625rem !important;
  }
  .pb-xl-56,
  .py-xl-56 {
    padding-bottom: 3.625rem !important;
  }
  .pl-xl-56,
  .px-xl-56 {
    padding-left: 3.625rem !important;
  }
  .p-xl-64 {
    padding: 4rem !important;
  }
  .pt-xl-64,
  .py-xl-64 {
    padding-top: 4rem !important;
  }
  .pr-xl-64,
  .px-xl-64 {
    padding-right: 4rem !important;
  }
  .pb-xl-64,
  .py-xl-64 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-64,
  .px-xl-64 {
    padding-left: 4rem !important;
  }
  .p-xl-72 {
    padding: 4.5rem !important;
  }
  .pt-xl-72,
  .py-xl-72 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-72,
  .px-xl-72 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-72,
  .py-xl-72 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-72,
  .px-xl-72 {
    padding-left: 4.5rem !important;
  }
  .m-xl-n4 {
    margin: -0.25rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n8 {
    margin: -0.5rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n12 {
    margin: -0.75rem !important;
  }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -0.75rem !important;
  }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -0.75rem !important;
  }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -0.75rem !important;
  }
  .m-xl-n16 {
    margin: -1rem !important;
  }
  .mt-xl-n16,
  .my-xl-n16 {
    margin-top: -1rem !important;
  }
  .mr-xl-n16,
  .mx-xl-n16 {
    margin-right: -1rem !important;
  }
  .mb-xl-n16,
  .my-xl-n16 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n16,
  .mx-xl-n16 {
    margin-left: -1rem !important;
  }
  .m-xl-n24 {
    margin: -1.5rem !important;
  }
  .mt-xl-n24,
  .my-xl-n24 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n24,
  .mx-xl-n24 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n24,
  .my-xl-n24 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n24,
  .mx-xl-n24 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n32 {
    margin: -2rem !important;
  }
  .mt-xl-n32,
  .my-xl-n32 {
    margin-top: -2rem !important;
  }
  .mr-xl-n32,
  .mx-xl-n32 {
    margin-right: -2rem !important;
  }
  .mb-xl-n32,
  .my-xl-n32 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n32,
  .mx-xl-n32 {
    margin-left: -2rem !important;
  }
  .m-xl-n36 {
    margin: -2.25rem !important;
  }
  .mt-xl-n36,
  .my-xl-n36 {
    margin-top: -2.25rem !important;
  }
  .mr-xl-n36,
  .mx-xl-n36 {
    margin-right: -2.25rem !important;
  }
  .mb-xl-n36,
  .my-xl-n36 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xl-n36,
  .mx-xl-n36 {
    margin-left: -2.25rem !important;
  }
  .m-xl-n40 {
    margin: -2.5rem !important;
  }
  .mt-xl-n40,
  .my-xl-n40 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n40,
  .mx-xl-n40 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n40,
  .my-xl-n40 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n40,
  .mx-xl-n40 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n48 {
    margin: -3rem !important;
  }
  .mt-xl-n48,
  .my-xl-n48 {
    margin-top: -3rem !important;
  }
  .mr-xl-n48,
  .mx-xl-n48 {
    margin-right: -3rem !important;
  }
  .mb-xl-n48,
  .my-xl-n48 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n48,
  .mx-xl-n48 {
    margin-left: -3rem !important;
  }
  .m-xl-n56 {
    margin: -3.625rem !important;
  }
  .mt-xl-n56,
  .my-xl-n56 {
    margin-top: -3.625rem !important;
  }
  .mr-xl-n56,
  .mx-xl-n56 {
    margin-right: -3.625rem !important;
  }
  .mb-xl-n56,
  .my-xl-n56 {
    margin-bottom: -3.625rem !important;
  }
  .ml-xl-n56,
  .mx-xl-n56 {
    margin-left: -3.625rem !important;
  }
  .m-xl-n64 {
    margin: -4rem !important;
  }
  .mt-xl-n64,
  .my-xl-n64 {
    margin-top: -4rem !important;
  }
  .mr-xl-n64,
  .mx-xl-n64 {
    margin-right: -4rem !important;
  }
  .mb-xl-n64,
  .my-xl-n64 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n64,
  .mx-xl-n64 {
    margin-left: -4rem !important;
  }
  .m-xl-n72 {
    margin: -4.5rem !important;
  }
  .mt-xl-n72,
  .my-xl-n72 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n72,
  .mx-xl-n72 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n72,
  .my-xl-n72 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n72,
  .mx-xl-n72 {
    margin-left: -4.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.accordion:first-of-type {
    margin-top: 32px;
}

.accordion-title {
  border-top: none;
  padding: 22px 64px 18px 16px;
}

@media (min-width: 1024px) {
  .accordion-title {
    height: unset;
  }
}

.accordion-title:last-of-type {
  border-bottom: none;
}

.accordion-content {
  padding: 0;
}

.faq-accordion {
  padding: 0px;
}

.faq-accordion:last-of-type {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .faq-accordion:last-of-type {
    margin-bottom: 64px;
  }
}

.faq-accordion .accordion-title {
  padding: 9px 48px 7px 8px;
  font-size: 28px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .faq-accordion .accordion-title {
    padding: 20px 64px 20px 16px;
  }
}

.faq-accordion .accordion-title::after {
  right: 5px;
  top: 7px;
}

@media (min-width: 768px) {
  .faq-accordion .accordion-title::after {
    right: 24px;
    top: 15px;
  }
}

.faq-accordion .accordion--flag {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #333;
  background: #FFD100;
  padding: 4px 8px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
}

.faq-accordion__header {
  display: inline-block;
  font-size: 1.25rem;
}

.faq-accordion__content {
  padding-top: 16px;
  padding-left: 8px;
  padding-bottom: 16px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .faq-accordion__content {
    padding-left: 16px;
  }
  .faq-accordion__content h3 {
    margin-top: 32px;
  }
}

.faq-accordion img {
  width: auto;
  height: auto;
}

.breadcrumb {
  padding: 32px 0 8px 0;
}

@media (min-width: 768px) {
  .breadcrumb {
    padding: 64px 0 10px 0;
  }
}

.ucla.campus .breadcrumb a:visited {
  color: #00598C;
}

.ucla.campus .breadcrumb a:hover {
  color: #FFFFFF;
}

.btn.btn--lightbg:visited {
  color: #FFFFFF;
}

.cited-list__header {
  margin-bottom: 24px;
}

.cited-list__link:link {
  color: #00598C;
}

.cited-list__link:visited {
  color: #5223B0;
}

.cited-list__link:hover {
  background-color: #0079BF;
  color: #FFFFFF;
}

.cited-list__link:focus {
  outline: 1px dotted #0079BF;
}

.cited-list__link:active {
  background-color: #003B5C;
  color: #FFFFFF;
}

.cited-list__citation {
  display: block;
}

.ucla.campus .entry-content h2 a:link {
  color: #00598C;
}

.ucla.campus .entry-content h2 a:visited {
  color: #00598C;
}

.ucla.campus .entry-content h2 a:hover {
  color: #FFFFFF;
}

.entry-content {
  padding: 24px 0 16px;
}

@media (min-width: 768px) {
  .entry-content {
    padding: 32px 0 24px;
  }
}

.entry-content time {
  display: block;
  position: relative;
  color: #666;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

.entry-content h2 {
  line-height: 24px;
}

.entry-content h2 a {
  font-size: 24px;
  line-height: 27px;
  text-decoration: none;
}

.posts-feed .entry-content {
  padding: 16px 0 4px;
}

@media (min-width: 768px) {
  .posts-feed .entry-content {
    padding: 32px 0 20px;
  }
}

.foot {
  font-size: 14px;
}

.foot-upper {
  padding: 32px 24px;
  background: #2774AE;
  color: #FFFFFF;
  font-weight: bold;
}

@media (min-width: 768px) {
  .foot-upper {
    padding: 40px 24px 64px;
  }
}

@media (min-width: 1088px) {
  .foot-upper {
    padding: 40px 24px;
  }
}

.foot-upper a {
  color: #FFFFFF;
}

.foot-upper-wrap {
  display: block;
  max-width: 1176px;
  margin: 0 auto;
}

.foot-upper_image {
  display: block;
}

.foot-upper_image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 32px;
}

.foot-upper_text-wrap::after {
  content: "";
  clear: both;
  display: table;
}

.foot-upper_address {
  padding: 0 0 32px 0;
  margin-right: 0;
}

.foot-upper_address p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 21px;
}

@media (min-width: 768px) {
  .foot-upper_address {
    display: inline-block;
    position: relative;
    width: 300px;
  }
}

.foot-upper_address img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 32px;
}

.foot-upper_address a {
  text-decoration: underline;
  background-color: none;
  color: #FFFFFF;
  padding: 0 0 2px;
}

.foot-upper_address a:visited {
  color: #FFFFFF;
}

.foot-upper_address a:hover {
  background-color: #FFE500;
  color: #333;
}

.foot-upper_address a:focus {
  background-color: none;
  outline: 1px dotted #FFFFFF;
}

.foot-upper_address a:active {
  background-color: #FFBF0F;
  color: #333;
}

.foot-upper_address + ul {
  display: block;
  padding: 0 0 56px 0;
}

@media (min-width: 768px) {
  .foot-upper_address + ul {
    display: inline-block;
    position: relative;
    width: 49% !important;
    padding: 0 0 12px 0;
  }
}

@media (min-width: 1088px) {
  .foot-upper_address + ul {
    display: block;
    width: 30% !important;
    padding: 0 0 32px 0;
  }
}

.foot-upper_address + ul li {
  float: left;
}

.foot-upper_info-menu {
  display: block;
  width: fit-content;
  margin-top: 0px;
}

@media (min-width: 1024px) {
  .foot-upper_info-menu {
    float: right;
  }
}

.foot-upper_info-menu ul li {
  padding: 0;
}

.foot-upper_info-menu li.footer-link__list-item::before {
  content: none;
}

.foot-upper_info-menu .footer-link__column {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  padding-left: 0px;
  width: 176px;
  margin: 0;
}

@media (min-width: 768px) {
  .foot-upper_info-menu .footer-link__column {
    width: unset;
    max-width: 176px;
    padding-left: 24px;
  }
}

.foot-upper_info-menu .footer-link__column-mobile:first-child .footer-link__column:first-child {
  padding-left: 0px;
}

.foot-upper_info-menu .footer-link__column-mobile:nth-child(2) .footer-link__column:first-child {
  padding-left: 0px;
}

@media (min-width: 768px) {
  .foot-upper_info-menu .footer-link__column-mobile:nth-child(2) .footer-link__column:first-child {
    padding-left: 24px;
  }
}

@media (min-width: 768px) {
  .foot-upper_info-menu .footer-link__column-mobile {
    display: inline-block;
  }
}

.foot-upper_info-menu .footer-link__list-item {
  margin-bottom: 12px;
}

.foot-upper_info-menu .footer-link__list-item a {
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  padding: 0 0 2px 0;
}

.foot-upper_info-menu .footer-link__list-item a:link {
  color: #FFFFFF;
}

.foot-upper_info-menu .footer-link__list-item a:visited {
  color: #FFFFFF;
}

.foot-upper_info-menu .footer-link__list-item a:hover {
  background-color: #FFE500;
  color: #333333;
}

.foot-upper_info-menu .footer-link__list-item a:focus {
  outline: 1px dotted #FFFFFF;
}

.foot-upper_info-menu .footer-link__list-item a:active {
  background-color: #FFBF0F;
  color: #333333;
}

@media (min-width: 768px) {
  .foot-upper_info-menu nav#block-footer ul {
    display: flex;
    justify-content: space-between;
  }
}

.foot-upper_info-menu nav#block-footer ul li {
  width: 48%;
  display: inline-block;
  padding: 0 0 32px 0;
  font-size: 12px;
}

@media (min-width: 768px) {
  .foot-upper_info-menu nav#block-footer ul li {
    width: unset;
    display: block;
  }
}

.foot-upper_info-menu nav#block-footer ul li a:hover {
  background: #FFE500;
  color: #333;
}

.foot-upper_info-menu nav#block-footer ul li a:focus {
  outline: 1px dotted #FFFFFF;
}

.select__menu {
  width: 100%;
  background-image: url("../../images/icons/arrow-down-defaultblue.svg");
}

.one-col .gutenberg-blade {
  width: 100%;
}

.one-col .gutenberg-blade__wrapper {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .one-col .gutenberg-blade__wrapper {
    max-width: 576px;
  }
}

@media (min-width: 1024px) {
  .one-col .gutenberg-blade__wrapper {
    max-width: 776px;
  }
}

.two-col .gutenberg-blade__wrapper {
  padding: 32px 0;
}

@media (min-width: 768px) {
  .two-col .gutenberg-blade__wrapper {
    padding: 64px 0;
  }
}

.two-col .single-announcement .gutenberg-blade__wrapper {
  padding: 32px 0 24px;
}

@media (min-width: 768px) {
  .two-col .single-announcement .gutenberg-blade__wrapper {
    padding: 48px 0 64px;
  }
}

.gutenberg-blade__wrapper {
  padding: 32px 24px;
  display: flex;
  flex-flow: column;
}

.gutenberg-blade__wrapper > *:not(.gutenberg-blade__imagewrapper) {
  order: 2;
}

.gutenberg-blade__wrapper > p:nth-of-type(1) {
  order: 0;
}

.gutenberg-blade__wrapper > p:nth-of-type(2) {
  order: 0;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .gutenberg-blade__wrapper > p:nth-of-type(2) {
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .gutenberg-blade__wrapper {
    padding: 64px 24px;
    display: block;
  }
}

.gutenberg-blade__wrapper > p:last-child {
  margin-bottom: 0;
}

.gutenberg-blade__imagewrapper {
  margin: 0 auto 24px;
  text-align: center;
  order: 1;
}

@media (min-width: 600px) {
  .gutenberg-blade__imagewrapper {
    max-width: 276px;
  }
}

@media (min-width: 768px) {
  .gutenberg-blade__imagewrapper {
    float: right;
    margin: 0 0 58px 23px;
    width: 276px;
    height: 414px;
  }
}

.gutenberg-blade__image {
  margin-bottom: 16px;
  height: auto;
  width: 100%;
}

.gutenberg-blade__image-caption {
  text-align: left;
}

.gutenberg-blade__image-caption {
  font-size: 12.8px;
}

.hamburger {
  top: -40px;
}

#header {
  height: fit-content;
  height: -moz-fit-content;
}

@media (min-width: 1024px) {
  #header .site-name {
    padding: 24px 24px 0;
  }
}

#header .site-name__wrap {
  max-width: 260px;
}

@media (min-width: 768px) {
  #header .site-name__wrap {
    max-width: 500px;
  }
}

#header .site-name a {
  font-size: 20px;
  line-height: 24px;
}

@media (min-width: 768px) {
  #header .site-name a {
    font-size: 28px;
    line-height: 32px;
  }
}

@media (min-width: 1024px) {
  #header .header-logo {
    padding: 12px 24px;
  }
}

#header .nav-wrap {
  top: 15px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #header .nav-wrap {
    top: -30px;
  }
}

.ucla.campus a.intro-blade__link-button:link {
  color: #00598C;
  border: 2px solid #00598C;
}

.ucla.campus a.intro-blade__link-button:visited {
  color: #00598C;
}

.ucla.campus a.intro-blade__link-button:hover, .ucla.campus a.intro-blade__link-button:focus {
  background: #0079BF;
  border: 2px solid #0079BF;
  color: #FFFFFF;
}

.ucla.campus a.intro-blade__link-button:active {
  background: #003B5C;
  border: 2px solid #003B5C;
  color: #FFFFFF;
}

.intro-blade {
  /****************************
  button link with brand secondary button color scheme, as seen on /committees/deans-council
  ****************************/
}

.intro-blade__wrapper {
  padding: 0 0 32px 0;
}

@media (min-width: 768px) {
  .intro-blade__wrapper {
    padding: 0 0 64px 0;
  }
}

.intro-blade__intro-copy {
  font-size: 18px;
  line-height: 27px;
}

@media (min-width: 768px) {
  .intro-blade__intro-copy {
    font-size: 24px;
    line-height: 30px;
  }
}

.intro-blade p:only-child {
  margin-bottom: 0;
}

.intro-blade__link-button {
  display: block;
  position: relative;
  font-weight: bold;
  padding: 12px 16px 8px;
  width: fit-content;
  width: -moz-fit-content;
  color: #00598C;
  border-radius: 2px;
  border: 2px solid #00598C;
  text-decoration: none;
  line-height: 20px;
  margin: 24px 0 0;
}

.intro-blade__button-disclaimer {
  margin: 16px 0 0;
  font-size: 12.8px;
  line-height: 19.2px;
}

ol {
  counter-reset: ordered-section;
}

ol li::before {
  counter-increment: ordered-section;
  content: "." counter(ordered-section);
}

ol ul > li::before {
  counter-increment: li;
}

.page-header {
  margin-bottom: 32px;
  border-bottom: none;
}

@media (min-width: 768px) {
  .page-header {
    margin-bottom: 64px;
  }
}

.page-header .archive-page__title-container {
  padding: 0 0 64px 0;
}

#menu {
  top: 9px;
}

@media (min-width: 1024px) {
  #menu {
    top: -6px;
  }
}

.one-col .ucla.campus .page-hero__content {
  padding: 0 24px;
}

.page-hero > .ucla.campus {
  padding: 0 24px;
}

@media (min-width: 768px) {
  .page-hero > .ucla.campus {
    padding: 0 36px;
  }
}

.page-hero > .ucla.campus > .col.span_12_of_12 {
  margin-bottom: 32px;
}

@media (min-width: 1024px) {
  .page-hero > .ucla.campus > .col.span_12_of_12 {
    margin-bottom: 0;
  }
}

.page-hero > .ucla.campus .page-hero__content-paragraph:not(:last-child) {
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .page-hero > .ucla.campus .page-hero__content-paragraph:not(:last-child) {
    margin-bottom: 24px;
  }
}

@media (min-width: 1024px) {
  .page-hero > .ucla.campus .page-hero__content-paragraph:not(:last-child) {
    margin-bottom: 32px;
  }
}

.page-hero > .ucla.campus .page-hero__content-paragraph:only-child, .page-hero > .ucla.campus .page-hero__content-paragraph:last-child {
  margin-bottom: 0;
}

.page-hero > .ucla.campus .page-hero__content-paragraph:last-child {
  margin-bottom: 0;
}

.page-hero__content {
  position: relative;
}

@media (min-width: 1024px) {
  .page-hero__content {
    max-width: 1176px;
    margin: 0 auto;
  }
}

.page-hero__content-title {
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  left: 13px;
  top: -25px;
  z-index: 1;
  width: 84%;
  left: 0;
}

@media (min-width: 379px) and (max-width: 767px) {
  .page-hero__content-title {
    width: 82%;
  }
}

@media (min-width: 768px) {
  .page-hero__content-title {
    width: 531px;
    top: -45px;
  }
}

@media (min-width: 1024px) {
  .page-hero__content-title {
    padding-left: 24px;
    position: absolute;
    top: -490px;
  }
}

/*.page-hero__content-title::before {
  display: block;
  opacity: 2.5;
  transition: 2.5s;
  content: '';
  position: absolute;
  background-image: url(../../images/icons/Molecule.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  margin: -27px 0 0 -56px;
  z-index: -1;
}*/

@media (min-width: 768px) {
  .page-hero__content-title::before {
    width: 135px;
    height: 135px;
    top: -8px;
    margin-left: -70px;
  }
}

.page-hero__content-main {
  background: #2774AE;
  clear: left;
  padding: 16px;
  position: relative;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .page-hero__content-main {
    padding: 32px 64px;
  }
}

@media (min-width: 1024px) {
  .page-hero__content-main {
    padding: 64px;
    transform: translateY(-64px);
  }
}

@media (min-width: 1280px) {
  .page-hero__content-main {
    padding: 64px 200px;
  }
}

@media (min-width: 768px) {
  .page-hero__content-main-copy {
    margin: 0 auto;
    max-width: 712px;
  }
}

.page-hero__content-paragraph {
  color: #FFFFFF;
  line-height: 24px;
}

@media (min-width: 768px) {
  .page-hero__content-paragraph {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1024px) {
  .page-hero__content-paragraph {
    font-size: 24px;
  }
}

.page-hero__image img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: 0 0;
  height: 214px;
}

@media (max-width: 414px) {
  .page-hero__image img {
    object-position: -126px 0;
  }
}

@media (min-width: 768px) {
  .page-hero__image img {
    height: 304px;
  }
}

@media (min-width: 1024px) {
  .page-hero__image img {
    height: 540px;
  }
}

.ucla.campus .pagination {
  display: inline-block;
  margin: 12.5px 0 0;
}

.ucla.campus .pagination ul.page-numbers {
  padding: 0;
  line-height: 0;
}

.ucla.campus .pagination .page-numbers.dots:hover, .ucla.campus .pagination .page-numbers.dots:active {
  background-color: #FFFFFF;
  color: #00598C;
}

.ucla.campus .pagination li a, .ucla.campus .pagination li span.page-numbers {
  text-decoration: none;
  padding: 14px 14px;
  color: #00598C;
  border: none;
  background: white;
  border-radius: 2px;
  font-weight: bold;
}

@media (min-width: 600px) {
  .ucla.campus .pagination li a, .ucla.campus .pagination li span.page-numbers {
    padding: 14px 16px;
  }
}

.ucla.campus .pagination li a:hover, .ucla.campus .pagination li span.page-numbers:hover {
  color: #FFFFFF;
  background: #0079BF;
}

.ucla.campus .pagination li a:focus, .ucla.campus .pagination li span.page-numbers:focus {
  background: #0079BF;
  outline: 1px dotted #FFFFFF;
  outline-offset: -3px;
  color: #FFFFFF;
}

.ucla.campus .pagination li a:active, .ucla.campus .pagination li span.page-numbers:active {
  background: #003B5C;
  border-color: #003B5C;
  color: #FFFFFF;
  outline: none;
}

.ucla.campus .pagination li a.current, .ucla.campus .pagination li span.page-numbers.current {
  color: #757575;
}

.ucla.campus .pagination li a.current:hover, .ucla.campus .pagination li a.current:active, .ucla.campus .pagination li span.page-numbers.current:hover, .ucla.campus .pagination li span.page-numbers.current:active {
  background-color: #FFFFFF;
}

.ucla.campus .pagination li span.icon {
  text-indent: -1000px;
  display: inline-block;
  overflow: hidden;
  width: 8px;
  height: 12px;
}

.ucla.campus .pagination li span.icon.arrow-left {
  background: url("../../images/icons/arrow-left-black.svg") no-repeat 0 0;
}

.ucla.campus .pagination li span.icon.arrow-right {
  background: url("../../images/icons/arrow-right-black.svg") no-repeat 0 0;
}

.ucla.campus .pagination li a.prev:hover .arrow-left, .ucla.campus .pagination li a.prev:focus .arrow-left {
  background-image: url("../../images/icons/arrow-left-white.svg");
}

.ucla.campus .pagination li a.next:hover .arrow-right, .ucla.campus .pagination li a.next:focus .arrow-right {
  background-image: url("../../images/icons/arrow-right-white.svg");
}

.ucla.campus .pagination .icon-deco {
  text-indent: -1000px;
  display: inline-block;
  overflow: hidden;
  width: 8px;
  height: 12px;
  background: white;
  cursor: text;
}

.ucla.campus .pagination .icon-deco-left {
  margin-right: 16px;
}

.ucla.campus .pagination .icon-deco-right {
  margin-left: 16px;
}

.ucla.campus .pagination .arrow-left-deco {
  background: url("../../images/icons/arrow-left-grey.svg") no-repeat 0 0;
}

.ucla.campus .pagination .arrow-right-deco {
  background: url("../../images/icons/arrow-right-grey.svg") no-repeat 0 0;
}

.nav-links {
  display: block;
}

.people-section {
  padding: 32px 0 0;
}

@media (min-width: 768px) {
  .people-section {
    padding: 64px 0 32px;
  }
}

.people-section__header {
  padding: 0 0 16px 0;
}

@media (min-width: 768px) {
  .people-section__header {
    padding: 0 0 24px 0;
  }
}

.people-section__cards {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1em;
  margin: 0 0 8px;
}

.people-section__cards .person-card, .people-section__cards .person-card-grey {
  height: auto;
  display: inline-block;
  position: relative;
  background: #FFFFFF;
  vertical-align: top;
  flex: 1 0 50%;
  border-right: 5px solid #FFFFFF;
  margin: 0 0 -8px;
}

@media (min-width: 600px) {
  .people-section__cards .person-card, .people-section__cards .person-card-grey {
    max-width: 47%;
  }
}

.people-section__cards .person-card-grey > .people-section__cards .person-card__info-wrapper, .people-section__cards .person-card-grey-grey > .people-section__cards .person-card__info-wrapper, .people-section__cards .person-card-grey > .people-section__cards .person-card-grey__info-wrapper, .people-section__cards .person-card-grey-grey > .people-section__cards .person-card-grey__info-wrapper {
  background: #F2F2F2;
}

.people-section__cards .person-card__image, .people-section__cards .person-card-grey__image {
  height: auto;
  position: relative;
  z-index: 1;
  width: 160px;
  height: 160px;
  padding-left: 16px;
}

@media (min-width: 480px) and (max-width: 768px) {
  .people-section__cards .person-card__image, .people-section__cards .person-card-grey__image {
    padding-left: 32px;
  }
}

@media (min-width: 1024px) {
  .people-section__cards .person-card__image, .people-section__cards .person-card-grey__image {
    padding-left: 32px;
  }
}

.people-section__cards .person-card__info-wrapper-grey, .people-section__cards .person-card__info-wrapper, .people-section__cards .person-card-grey__info-wrapper-grey, .people-section__cards .person-card-grey__info-wrapper {
  position: relative;
  bottom: 32px;
  background: #F2F2F2;
  z-index: 0;
  padding: 48px 16px 12px;
}

@media (min-width: 480px) and (max-width: 768px) {
  .people-section__cards .person-card__info-wrapper-grey, .people-section__cards .person-card__info-wrapper, .people-section__cards .person-card-grey__info-wrapper-grey, .people-section__cards .person-card-grey__info-wrapper {
    padding: 64px 32px 32px;
  }
}

@media (min-width: 1024px) {
  .people-section__cards .person-card__info-wrapper-grey, .people-section__cards .person-card__info-wrapper, .people-section__cards .person-card-grey__info-wrapper-grey, .people-section__cards .person-card-grey__info-wrapper {
    padding: 64px 32px 32px;
  }
}

.people-section__cards .person-card__info-wrapper-grey, .people-section__cards .person-card-grey__info-wrapper-grey {
  background: #F2F2F2;
}

.people-section__cards .person-card__name, .people-section__cards .person-card-grey__name {
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 8px;
}

.people-section__cards .person-card__department, .people-section__cards .person-card-grey__department {
  color: #666666;
  font-size: 18px;
  line-height: 22.5px;
  margin-bottom: 16px;
}

.people-section__cards .person-card__description, .people-section__cards .person-card-grey__description {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
}

.people-section__cards .person-card__description:last-child, .people-section__cards .person-card-grey__description:last-child {
  margin-bottom: 0px;
}

.people-section__cards .person-card__contact-wrapper, .people-section__cards .person-card-grey__contact-wrapper {
  margin: 0 0 16px 0;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}

.people-section__cards .person-card__contact-left, .people-section__cards .person-card-grey__contact-left {
  font-weight: bold;
  width: 65px;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
}

.people-section__cards .person-card__contact-right, .people-section__cards .person-card-grey__contact-right {
  display: inline-block;
  width: 60%;
  word-wrap: break-word;
}

@media (min-width: 1024px) {
  .people-section__cards .person-card__contact-right, .people-section__cards .person-card-grey__contact-right {
    width: auto;
  }
}

.people-section__cards .person-card__contact-right a:link, .people-section__cards .person-card-grey__contact-right a:link {
  color: #00598C;
}

.people-section__cards .person-card__contact-right a:visited, .people-section__cards .person-card-grey__contact-right a:visited {
  color: #5223B0;
}

.people-section__cards .person-card__contact-right a:hover, .people-section__cards .person-card-grey__contact-right a:hover {
  background-color: #0079BF;
  color: #FFFFFF;
}

.people-section__cards .person-card__contact-right a:focus, .people-section__cards .person-card-grey__contact-right a:focus {
  background-color: #0079BF;
  color: #FFFFFF;
  outline: 1px dotted #0079BF;
  outline-offset: 2px;
}

.people-section__cards .person-card__contact-right a:active, .people-section__cards .person-card-grey__contact-right a:active {
  background-color: #003B5C;
  color: #FFFFFF;
}

.people-section__cards .person-card__link, .people-section__cards .person-card-grey__link {
  margin: 0 0 8px 0;
}

.people-section__cards .person-card__link a, .people-section__cards .person-card-grey__link a {
  font-weight: bold;
  text-decoration: none;
}

.people-section__cards .person-card__link a:link, .people-section__cards .person-card-grey__link a:link {
  color: #00598C;
}

.people-section__cards .person-card__link a:visited, .people-section__cards .person-card-grey__link a:visited {
  color: #5223B0;
}

.people-section__cards .person-card__link a:hover, .people-section__cards .person-card-grey__link a:hover {
  background-color: #0079BF;
  color: #FFFFFF;
}

.people-section__cards .person-card__link a:focus, .people-section__cards .person-card-grey__link a:focus {
  background-color: #0079BF;
  color: #FFFFFF;
  outline: 1px dotted #0079BF;
  outline-offset: 2px;
}

.people-section__cards .person-card__link a:active, .people-section__cards .person-card-grey__link a:active {
  background-color: #003B5C;
  color: #FFFFFF;
}

.accordion.people-section {
  padding: 0;
}

.accordion.people-section .people-section__header {
  padding: 0;
}

.posts-feed {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.posts-feed__section {
  width: 100%;
}

.posts-feed__section-wrapper {
  padding: 32px 24px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .posts-feed__section-wrapper {
    max-width: 576px;
    padding: 64px 24px;
  }
}

@media (min-width: 1024px) {
  .posts-feed__section-wrapper {
    max-width: 1176px;
  }
}

.posts-feed:first-child {
  margin: 0 0 32px;
}

@media (min-width: 768px) {
  .posts-feed:first-child {
    margin: 0 0 64px;
  }
}

@media (min-width: 1024px) {
  .posts-feed {
    width: 44%;
    max-width: 476px;
  }
  .posts-feed:first-child {
    margin: 0 11% 0 0;
  }
}

.posts-feed__heading {
  padding: 0 0 16px;
}

@media (min-width: 768px) {
  .posts-feed__heading {
    padding: 0 0 24px;
  }
}

.posts-feed__see-all-link {
  display: inline-block;
  font-weight: bold;
  margin: 16px 0 0;
  text-decoration: none;
}

@media (min-width: 768px) {
  .posts-feed__see-all-link {
    margin: 24px 0 0;
  }
}

#sidebar {
  display: none;
}

@media (min-width: 769px) {
  #sidebar {
    display: unset;
  }
}

.sidebar__taxonomy {
  max-width: 279px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.sidebar__taxonomy:last-child .tagcloud {
  margin: 0;
}

@media (min-width: 768px) {
  .sidebar__taxonomy:last-child {
    margin: 0 0 32px;
  }
}

@media (min-width: 600px) {
  .sidebar__taxonomy {
    width: 39%;
    margin: 0 11% 0 0;
  }
}

@media (min-width: 769px) {
  .sidebar__taxonomy {
    width: 100%;
    margin: 0;
  }
}

.sidebar__title {
  margin: 0 0 16px 0;
}

@media (min-width: 600px) {
  .sidebar__title {
    margin: 0 0 24px 0;
  }
}

.ucla.campus .tagcloud {
  margin: 0 0 22px;
}

.ucla.campus .tagcloud a {
  background-color: #FFFFFF;
  border: 2px solid #00598C;
  border-radius: 18px;
  color: #00598C;
  font-size: 12.8px !important;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 10px 3px 12px;
  display: inline-block;
  margin: 0 8px 8px 0;
}

.ucla.campus .tagcloud a:visited {
  color: #00598C;
}

.ucla.campus .tagcloud a:hover {
  background-color: #0079BF;
  border: 2px solid #0079BF;
  color: #FFFFFF;
}

.ucla.campus .tagcloud a:focus {
  background-color: #0079BF;
  border: 2px solid #0079BF;
  color: #FFFFFF;
}

.ucla.campus .tagcloud a:active {
  background-color: #003B5C;
  border: 2px solid #003B5C;
  color: #FFFFFF;
}

.ucla.campus .tagcloud .tag-cloud-link {
  padding: 6px 11px 4px 12px;
  font-size: 16px !important;
  line-height: 25px;
  margin: 0 1px 10px 0;
}

@media (min-width: 768px) {
  .ucla.campus .tagcloud .tag-cloud-link {
    padding: 6px 12px 4px 14px;
  }
}

/*

The .testimonal class includes an image, a quote, and optional external link. Appears on Home page.
This was retrieved from the ADM project on 9/4/20.

*/
.testimonial {
  display: block;
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, #2774AE 0%, #005587 33.43%, #003B5C 99.98%);
}

.testimonial .block-quote {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  padding: 40px 24px;
  /*
      Styles for testimonials with no image
    */
}

@media (min-width: 768px) {
  .testimonial .block-quote {
    padding: 64px 24px;
    max-width: 593px;
  }
}

@media (min-width: 1024px) {
  .testimonial .block-quote {
    max-width: 1176px;
  }
}

.testimonial .block-quote::before {
  display: block;
  position: absolute;
  content: '';
  width: 60%;
  height: 4px;
  background: #FFFF00;
  top: 32px;
  right: 24px;
}

@media (min-width: 768px) {
  .testimonial .block-quote::before {
    width: 160px;
    right: unset;
    left: 280px;
    top: 64px;
  }
}

@media (min-width: 1024px) {
  .testimonial .block-quote::before {
    left: 276px;
  }
}

.testimonial .block-quote::after {
  display: block;
  position: absolute;
  content: '';
  width: 60%;
  height: 4px;
  background: #FFD100;
  top: 36px;
  left: 24px;
}

@media (min-width: 768px) {
  .testimonial .block-quote::after {
    width: 160px;
    left: 196px;
    top: 68px;
  }
}

@media (min-width: 1024px) {
  .testimonial .block-quote::after {
    left: 188px;
  }
}

.testimonial .block-quote > div {
  display: block;
  border-radius: 40px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 16px auto 8px;
}

@media (min-width: 768px) {
  .testimonial .block-quote > div {
    border-radius: 63px;
    width: 126px;
    height: 126px;
    margin: 40px auto 32px;
  }
}

@media (min-width: 1024px) {
  .testimonial .block-quote > div {
    display: inline-block;
    margin: 32px 0 0 0;
    vertical-align: top;
  }
}

.testimonial .block-quote > div img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .testimonial .block-quote > div img {
    width: 126px;
    height: 126px;
  }
}

.testimonial .block-quote__content {
  max-width: 500px;
  padding: 0 0 0 16px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .testimonial .block-quote__content {
    padding: 0 0 0 18px;
    max-width: 593px;
  }
}

@media (min-width: 1024px) {
  .testimonial .block-quote__content {
    margin: 0;
    display: inline-block;
    max-width: 957px;
    padding: 0 0 0 51px;
    width: 80%;
  }
}

.testimonial .block-quote__content-testimonial {
  font-size: 24px;
  font-weight: bold;
  line-height: 27px;
  padding: 0 0 16px;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .testimonial .block-quote__content-testimonial {
    font-size: 36px;
    line-height: 40px;
    padding: 0 0 24px;
  }
}

@media (min-width: 1024px) {
  .testimonial .block-quote__content-testimonial {
    padding: 32px 0;
  }
}

.testimonial .block-quote__content-testimonial::before {
  display: inline-block;
  font-size: 24px;
  width: 30px;
  height: 30px;
  content: '“';
  position: absolute;
  left: 24px;
}

@media (min-width: 768px) {
  .testimonial .block-quote__content-testimonial::before {
    font-size: 36px;
  }
}

@media (min-width: 1024px) {
  .testimonial .block-quote__content-testimonial::before {
    left: 185px;
  }
}

.testimonial .block-quote__content-testimonial span.last::after {
  display: inline;
  font-size: 24px;
  width: 30px;
  height: 30px;
  content: '”';
  position: relative;
}

@media (min-width: 768px) {
  .testimonial .block-quote__content-testimonial span.last::after {
    font-size: 36px;
  }
}

.testimonial .block-quote__content-source {
  padding: 0;
}

.testimonial .block-quote__content-source--name {
  display: flex;
  font-style: italic;
  line-height: 24px;
  color: #FFFFFF;
}

.testimonial .block-quote__content-source--link {
  font-weight: bold;
  display: flex;
  margin-top: 28px;
  line-height: 20px;
}

.testimonial .block-quote__content-source--link a {
  padding-right: 4px;
}

.testimonial .block-quote__content-source--link a:hover {
  background-color: #0079BF;
  color: #FFFFFF;
}

.testimonial .block-quote__content-source--link a:hover svg g path {
  fill: #FFFFFF;
}

.testimonial .block-quote__content-source--link a:focus {
  color: #FFFFFF;
  background-color: #0079BF;
  outline: 1px dotted #0079BF;
  outline-offset: 2px;
}

.testimonial .block-quote__content-source--link a:focus svg g path {
  fill: #FFFFFF;
}

.testimonial .block-quote__content-source--link a:active {
  background-color: #003B5C;
  color: #FFFFFF;
}

.testimonial .block-quote__content-source--link a:active svg g path {
  fill: #FFFFFF;
}

.testimonial .block-quote__content-source--link svg {
  padding: 2px 2px 4px;
  margin-top: 1px;
  width: 17px;
  height: 17px;
}

@media (min-width: 1024px) {
  .testimonial .block-quote--no-image {
    max-width: 776px;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .testimonial .block-quote--no-image::before {
    left: 150px;
  }
}

@media (min-width: 1024px) {
  .testimonial .block-quote--no-image::after {
    left: 50px;
  }
}

@media (min-width: 1024px) {
  .testimonial .block-quote--no-image .block-quote__content-testimonial::before {
    left: 50px;
  }
}

.ucla.campus a.text-blade__link-button:link {
  color: #00598C;
  border: 2px solid #00598C;
}

.ucla.campus a.text-blade__link-button:visited {
  color: #00598C;
}

.ucla.campus a.text-blade__link-button:hover, .ucla.campus a.text-blade__link-button:focus {
  background: #0079BF;
  border: 2px solid #0079BF;
  color: #FFFFFF;
}

.ucla.campus a.text-blade__link-button:active {
  background: #003B5C;
  border: 2px solid #003B5C;
  color: #FFFFFF;
}

.ucla.campus .text-blade__link-list-item a:link {
  color: #00598C;
}

.ucla.campus .text-blade__link-list-item a:visited {
  color: #00598C;
}

.ucla.campus .text-blade__link-list-item a:hover {
  background-color: #0079BF;
  color: #FFFFFF;
}

.ucla.campus .text-blade__link-list-item a:focus {
  outline: 1px dotted #0079BF;
  outline-offset: -2px;
}

.ucla.campus .text-blade__link-list-item a:active {
  background-color: #003B5C;
  color: #FFFFFF;
}

.one-col .ucla.campus {
  padding: 0;
  max-width: none;
}

.one-col .text-blade {
  width: 100%;
}

.one-col .text-blade__wrapper {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .one-col .text-blade__wrapper {
    max-width: 576px;
  }
}

@media (min-width: 1024px) {
  .one-col .text-blade__wrapper {
    max-width: 776px;
  }
}

.two-col .text-blade__wrapper {
  padding: 32px 0;
}

@media (min-width: 768px) {
  .two-col .text-blade__wrapper {
    padding: 64px 0;
  }
}

.text-blade {
  /****************************
  button link with brand secondary button color scheme, as seen on homepage
  ****************************/
  /****************************
  link list, as seen on /Committees, /about/reporting-units
  ****************************/
  /****************************
  two column WYSIWYG formatting, as seen in Contact Us section of /about/staff
  ****************************/
  /****************************
  H3 Heading links with optional bullet links below, as seen on /policies
  ****************************/
  /****************************
  Description List with description terms and description details, as seen on /about/past-leaders
  ****************************/
}

.text-blade--grey-bg {
  background: #F2F2F2;
}

.text-blade__molecules--gold {
  margin: 0 0 16px;
}

.text-blade__wrapper {
  padding: 32px 24px;
}

@media (min-width: 768px) {
  .text-blade__wrapper {
    padding: 64px 24px;
  }
}

.text-blade__copy {
  margin: 16px 0 0 0;
}

@media (min-width: 768px) {
  .text-blade__copy {
    margin: 24px 0 0 0;
  }
}

.text-blade__copy a:link {
  color: #00598C;
}

.text-blade__copy a:visited {
  color: #5223B0;
}

.text-blade__copy a:hover {
  background-color: #0079BF;
  color: #FFFFFF;
}

.text-blade__copy a:focus {
  outline: 1px dotted #0079BF;
}

.text-blade__copy a:active {
  background-color: #003B5C;
  color: #FFFFFF;
}

.text-blade__copy ul {
  margin: 16px 0;
}

@media (min-width: 768px) {
  .text-blade__copy ul {
    margin: 24px 0;
  }
}

.text-blade__copy ul li:last-child {
  margin-bottom: 0;
}

.text-blade__copy ul:last-child {
  margin-bottom: 0;
}

.text-blade__copy p:last-child {
  margin-bottom: 0;
}

.text-blade__link-button {
  display: block;
  position: relative;
  font-weight: bold;
  padding: 12px 16px 8px;
  width: fit-content;
  width: -moz-fit-content;
  border-radius: 2px;
  text-decoration: none;
  line-height: 20px;
  margin: 16px 0 0;
}

@media (min-width: 768px) {
  .text-blade__link-button {
    margin: 24px 0 0;
  }
}

.text-blade__link-list {
  border-bottom: 1px solid #E5E5E5;
  padding: 0;
  line-height: 16px;
  margin: 16px 0;
  /****************************
    two column list formatting, as seen on Deans Council page (/committees/deans-council) and Working Group Detail page (/committees/atlas/)
    ****************************/
}

@media (min-width: 768px) {
  .text-blade__link-list {
    margin: 24px 0;
  }
}

.text-blade__link-list:last-child {
  margin-bottom: 0;
}

.text-blade__link-list-item {
  border-top: 1px solid #E5E5E5;
  margin: 0;
}

.text-blade__link-list-item::before {
  content: "";
  display: none;
}

.text-blade__link-list-item.text-blade__link-list-pdf a::after {
  content: '';
  background-image: url("/wp-content/themes/ucla-wp-child/images/icons/download-blue.svg");
  width: 20px;
  height: 20px;
  float: right;
}

.text-blade__link-list-item.text-blade__link-list-pdf a:hover::after {
  content: '';
  background-image: url("/wp-content/themes/ucla-wp-child/images/icons/download-white.svg");
}

.text-blade__link-list-item a {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25rem;
  padding: 14px 16px;
  text-decoration: none;
}

.text-blade__link-list-two-col {
  line-height: 24px;
  color: #333333;
}

.text-blade__link-list-name {
  font-weight: bold;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 768px) {
  .text-blade__link-list-name {
    width: 40%;
    margin: 0 104px 0 0;
  }
}

.text-blade__link-list-division {
  display: inline-block;
  width: 100%;
  word-wrap: break-word;
}

@media (min-width: 768px) {
  .text-blade__link-list-division {
    width: 40%;
  }
}

.text-blade__contact-us {
  line-height: 24px;
  color: #333333;
}

.text-blade__contact-us-left {
  font-weight: bold;
  width: 86px;
  margin: 0 24px 0 0;
  display: inline-block;
  vertical-align: top;
}

.text-blade__contact-us-right {
  display: inline-block;
  width: 57%;
  word-wrap: break-word;
}

.text-blade__contact-us-right a:link {
  color: #00598C;
}

.text-blade__contact-us-right a:visited {
  color: #5223B0;
}

.text-blade__contact-us-right a:hover {
  background-color: #0079BF;
  color: #FFFFFF;
}

.text-blade__contact-us-right a:focus {
  background-color: #0079BF;
  color: #FFFFFF;
  outline: 1px dotted #0079BF;
  outline-offset: 2px;
}

.text-blade__contact-us-right a:active {
  background-color: #003B5C;
  color: #FFFFFF;
}

.text-blade__heading-three-heading {
  margin: 24px 0 0;
}

@media (min-width: 768px) {
  .text-blade__heading-three-heading {
    margin: 48px 0 0;
  }
}

.text-blade__heading-three-link {
  text-decoration: none;
}

.text-blade__heading-three-wysiwyg {
  margin: 16px 0 0;
}

@media (min-width: 768px) {
  .text-blade__heading-three-wysiwyg {
    margin: 24px 0 0;
  }
}

.text-blade__heading-three-wysiwyg > ul {
  padding-inline-start: 24px;
}

.text-blade__description-list {
  margin: 24px 0 0 0;
}

.text-blade__description-item {
  margin: 0 0 16px 0;
  font-size: 16px;
  line-height: 24px;
}

.text-blade__description-term {
  font-weight: bold;
  max-width: 176px;
  width: 22%;
  vertical-align: top;
}

@media (min-width: 600px) {
  .text-blade__description-term {
    display: inline-block;
    margin: 0 24px 0 0;
  }
}

.text-blade__description-detail {
  max-width: 576px;
  width: 72%;
  vertical-align: top;
}

@media (min-width: 600px) {
  .text-blade__description-detail {
    display: inline-block;
  }
}

/*
  Override Component Library styles for typography
*/
.mark-text {
  padding: 3px;
}

.insert-text {
  padding: 3px;
}

.error404 .page-title {
  font-size: 36px;
  line-height: 40px;
}

.error404 .ucla.campus a {
  color: #FFFFFF;
}

.one-col .col {
  margin: 0;
}

.page-two-col .col,
.custom-post-taxonomy-page .col,
.custom-post-archive-page .col,
.search .col {
  margin: 0;
}

@media (min-width: 768px) {
  .page-two-col .col.span_1_of_12,
  .custom-post-taxonomy-page .col.span_1_of_12,
  .custom-post-archive-page .col.span_1_of_12,
  .search .col.span_1_of_12 {
    margin: 1% 0 1% 1.6%;
  }
  .page-two-col .col.span_3_of_12,
  .custom-post-taxonomy-page .col.span_3_of_12,
  .custom-post-archive-page .col.span_3_of_12,
  .search .col.span_3_of_12 {
    margin: 0 0 0 1.6%;
  }
}

.custom-post-archive-page .col.span_8_of_12,
.search .col.span_8_of_12 {
  margin: 0 0 32px;
}

@media (min-width: 600px) {
  .custom-post-archive-page .col.span_8_of_12,
  .search .col.span_8_of_12 {
    margin: 0 0 64px;
  }
}

.custom-post-taxonomy-page .col.span_8_of_12 {
  margin: 0 0 32px;
}

.custom-post-taxonomy-page .col.span_3_of_12 {
  margin: 0;
}

@media (min-width: 600px) {
  .custom-post-taxonomy-page .col.span_8_of_12 {
    margin: 0 0 64px;
  }
  .custom-post-taxonomy-page .col.span_3_of_12 {
    margin: 0 0 1.6%;
  }
}

@media (min-width: 768px) {
  .custom-post-taxonomy-page .col.span_3_of_12 {
    margin: 0 0 0 1.6%;
  }
}

.ucla.campus {
  padding: 0 24px;
}

.search form.search-form .search-submit {
  display: inline-block;
  padding: 12px 16px 8px !important;
  -webkit-appearance: none;
  background: #00598C;
  color: #FFFFFF;
  border: none;
  border-radius: 2px 2px 2px 2px;
}

.search form.search-form label {
  margin-bottom: 16px;
}

.search form.search-form label input.search-field {
  border: 1px solid #808080;
  border-radius: 2px;
}

.search .result-number {
  display: block;
  color: #333;
  line-height: 1.5rem;
}

.search .search-term {
  display: block;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.search .search-correction {
  display: block;
  color: #333;
  line-height: 1.5rem;
}

.search .select.mobile .select__label, .search .select.tablet .select__label, .search .select.desktop .select__label {
  display: inline-block;
  width: 25%;
}

.search .select.mobile .select__menu, .search .select.tablet .select__menu, .search .select.desktop .select__menu {
  display: inline-block;
  width: calc(75% - 16px);
}

.search .select.tablet {
  display: none;
}

.search .select.desktop {
  display: none;
}

.search .entry-content {
  padding: 32px 0px;
}

.search .entry-content p {
  margin: 0;
}

.search .entry-content .link {
  display: block;
  word-wrap: break-word;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
}

.search .entry-content .thumbnail-image {
  display: block;
  width: 66%;
  margin: 0 0 16px;
}

@media (min-width: 768px) {
  .search .entry-content .thumbnail-image {
    margin: 0;
  }
}

.search .entry-content .thumbnail-image img {
  height: auto;
}

@media (min-width: 768px) {
  .search form.search-form label {
    display: inline;
  }
  .search form.search-form label input.search-field {
    width: calc(100% - 88px);
    border-radius: 2px 0px 0px 2px;
  }
  .search form.search-form .search-submit {
    padding: 14px 16px 10px !important;
    border-radius: 0px 2px 2px 0px;
    position: relative;
    left: -4px;
  }
  .search .select.mobile {
    display: none;
  }
  .search .select.tablet {
    display: inline-block;
    float: right;
    width: 48.3%;
  }
  .search .select.tablet .select__label {
    width: 20%;
  }
  .search .select.tablet .select__menu {
    width: calc(80% - 16px);
  }
  .search .entry-content .thumbnail-image {
    width: 180px;
    display: inline-block;
    float: left;
    margin-right: 32px;
  }
  .search .entry-content::after {
    content: '';
    display: block;
    clear: both;
  }
  .search .entry-content p.mb-32 {
    margin-bottom: 16px !important;
  }
}

@media (min-width: 1024px) {
  .search form.search-form .search-submit {
    border-radius: 0px 2px 2px 0px;
  }
  .search form.search-form label {
    border: none;
  }
  .search form.search-form label input.search-field {
    width: calc(100% - 94px);
  }
  .search .select.tablet {
    display: none;
  }
  .search .select.desktop {
    display: block;
  }
  .search .select.desktop .select__label {
    width: 23%;
  }
  .search .select.desktop .select__menu {
    width: calc(77% - 16px);
  }
}

.search-desktop #block-search.is-active .gsc-input[name='search'], .search-result .gsc-input[name='search'] {
  padding: 11px 12px 11px 38px !important;
  width: calc(100% - 46px) !important;
  background-color: #EBEBEB !important;
  background-position: 40px center !important;
}

.search-desktop #block-search.is-active .gsc-input[name='search']:focus, .search-result .gsc-input[name='search']:focus {
  outline: -webkit-focus-ring-color auto 1px !important;
}

.search-desktop #block-search.is-active .gsc-input-box, .search-result .gsc-input-box {
  border-color: #333333;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 0;
}

.search-desktop #block-search.is-active table.gsc-search-box td.gsc-input, .search-result table.gsc-search-box td.gsc-input {
  padding-right: 0px;
}

.search-desktop #block-search.is-active table.gsc-search-box td.gsc-input, .search-desktop #block-search.is-active table.gsc-search-box td.gsc-search-button, .search-result table.gsc-search-box td.gsc-input, .search-result table.gsc-search-box td.gsc-search-button {
  display: block;
  width: 100%;
}

.search-desktop #block-search.is-active table.gsc-search-box td.gsc-input, .search-result table.gsc-search-box td.gsc-input {
  margin-bottom: 16px;
  height: auto !important;
}

.search-desktop #block-search.is-active td, .search-result td {
  padding: 1px 0px 0px;
  background-color: #EBEBEB;
}

.search-desktop #block-search.is-active td.gsib_a::before, .search-result td.gsib_a::before {
  content: ' ';
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/themes/ucla-sc/images/icons/search-grey60.svg");
  background-position: center;
  background-size: cover;
  position: absolute;
  margin: 12px;
}

.search-desktop #block-search.is-active td button.gsc-search-button, .search-result td button.gsc-search-button {
  padding: 12px;
  background: #00598C;
}

.search-desktop #block-search.is-active td button.gsc-search-button::after, .search-result td button.gsc-search-button::after {
  content: "Search";
}

.search-desktop #block-search.is-active td.gsc-search-button, .search-result td.gsc-search-button {
  background: #FFFFFF;
  position: relative;
}

.search-desktop #block-search.is-active td.gsc-search-button button, .search-result td.gsc-search-button button {
  width: 88px;
  height: 44px;
  position: relative;
  left: -2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  cursor: pointer;
}

.search-desktop #block-search.is-active td.gsc-search-button button:hover, .search-result td.gsc-search-button button:hover {
  background: #0079BF;
}

.mobile-search .gsc-search-button, .mobile-search .gsc-clear-button {
  display: none;
}

.mobile-search .gsc-search-box {
  position: relative;
}

.mobile-search .gsc-search-box::before {
  display: block;
  content: ' ';
  width: 18px;
  height: 18px;
  position: absolute;
  background-image: url(/wp-content/themes/ucla-sc/images/icons/search-grey60.svg);
  background-position: center;
  margin: 12px;
  background-size: cover;
  z-index: 2;
}

.mobile-search .gsc-search-box td.gsc-input {
  background: #EBEBEB;
}

.mobile-search .gsc-input-box {
  border: none;
  background-color: #EBEBEB;
  border-radius: 0;
}

.mobile-search .gsc-input-box input {
  background-color: #EBEBEB !important;
  margin-left: 28px !important;
}

.mobile-search .gsc-input-box #gs_tti50 {
  padding: 11px 12px 11px 38px !important;
}

.mobile-search .gsc-search-box {
  margin: 0;
}

.search-result .page-header {
  margin-bottom: 0 !important;
}

.search-result .gsc-adBlock {
  display: none !important;
}

.search-result .gsc-above-wrapper-area-container {
  margin-bottom: 1.5rem !important;
}

.search-result .gsc-above-wrapper-area-container td {
  background: #FFFFFF;
}

.search-result .gsc-above-wrapper-area-container td.gsc-result-info-container {
  display: block;
  padding-top: 2rem;
  height: auto !important;
}

.search-result .gsc-above-wrapper-area-container td.gsc-orderby-container {
  display: block;
  padding-top: 1rem;
}

.search-result .gsc-above-wrapper-area {
  border-bottom: none;
  border-bottom: 1px solid #E5E5E5;
}

.search-result .gsc-control-cse, .search-result .gsc-above-wrapper-area {
  padding: 0;
}

.search-result .gsc-result-info, .search-result .gsc-orderby, .search-result .gsc-inline-block {
  font-size: 16px;
  color: #333333;
  text-align: left;
}

.search-result .gsc-selected-option {
  font-weight: 400;
  text-align: left;
}

.search-result .gsc-selected-option-container {
  padding: 8px 24px 8px 16px;
  width: calc(100% - 42px);
  box-shadow: none;
  border-color: #808080;
}

.search-result .gsc-option-menu-container {
  width: 55%;
}

.search-result .gsc-option-menu {
  border-color: #808080 !important;
}

.search-result .gsc-option-selector {
  background: url("../../images/icons/arrow-down-defaultblue.svg") no-repeat !important;
  width: 15px !important;
  height: 17px !important;
  background-size: cover !important;
}

.search-result .gsc-resultsbox-visible {
  max-width: 777px;
}

.search-result .gsc-resultsbox-visible .gsc-result {
  border-bottom: 1px solid #E5E5E5 !important;
  padding: 32px 0;
}

.search-result .gsc-resultsbox-visible .gsc-result .gs-title, .search-result .gsc-resultsbox-visible .gsc-result .gw-title * {
  font-size: 24px !important;
  line-height: 27px !important;
}

.search-result .gsc-resultsbox-visible .gsc-result .gsc-url-top {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1rem;
}

.search-result .gsc-resultsbox-visible .gsc-result .gsc-table-result {
  font-size: 16px;
  line-height: 24px;
}

.search-result .gsc-resultsbox-visible .gsc-result .gs-fileFormat, .search-result .gsc-resultsbox-visible .gsc-result .gs-fileFormatType {
  font-size: 16px;
}

.search-result .gsc-resultsbox-visible .gsc-result .gsc-thumbnail-inside {
  margin-bottom: 0.5rem;
}

.search-result .gsc-resultsbox-visible .gsc-thumbnail-inside, .search-result .gsc-resultsbox-visible .gsc-url-top, .search-result .gsc-resultsbox-visible .gsc-table-result {
  padding: 0;
}

.search-result .gsc-control-cse .gs-spelling, .search-result .gsc-control-cse .gs-result .gs-title, .search-result .gsc-control-cse .gs-result .gs-title * {
  font-size: 24px !important;
  line-height: 27px !important;
}

.search-result .gcsc-find-more-on-google {
  display: none;
}

.search-result .gsc-results .gsc-cursor-box {
  border-bottom: 1px solid #E5E5E5;
  padding-top: 40px;
  margin-bottom: 45px;
}

.search-result .gsc-cursor-box {
  font-size: 16px;
}

.search-result .gsc-cursor-box .gsc-cursor-page {
  padding: 14px 16px;
  margin: 0px !important;
  font-weight: bold;
}

.search-result .gsc-cursor-box.gs-bidi-start-align {
  padding: 12px !important;
  background: none;
  border: none;
  margin-bottom: 20px;
  margin-left: -25px;
}

.search-result .gcsc-find-more-on-google-root {
  display: none;
}

.search-result .gs-result .gs-image, .search-result .gs-result .gs-promotion-image {
  border: none;
}

.search-result .gs-webResult.gs-no-results-result .gs-snippet {
  border: none;
  background: none;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
}

.search-result .gcsc-find-more-on-google-branding, .search-result .gcsc-branding {
  margin-top: 32px;
}

.search-result .gcsc-branding {
  display: none;
}

.gsst_a .gscb_a {
  color: #00598C !important;
}

.gsst_a:hover {
  background: none;
}

@media (min-width: 768px) {
  .search-desktop #block-search.is-active table.gsc-search-box td.gsc-input, .search-desktop #block-search.is-active table.gsc-search-box td.gsc-search-button, .search-result table.gsc-search-box td.gsc-input, .search-result table.gsc-search-box td.gsc-search-button {
    display: table-cell;
    width: 100%;
  }
  .search-desktop #block-search.is-active table.gsc-search-box div.gsc-input-box, .search-result table.gsc-search-box div.gsc-input-box {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .search-desktop #block-search.is-active table.gsc-search-box td.gsc-search-button button, .search-result table.gsc-search-box td.gsc-search-button button {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
  }
  .search-result .page-header {
    margin-bottom: 64px !important;
  }
  .search-result .gsc-above-wrapper-area {
    border-bottom: 0;
  }
  .search-result .gsc-above-wrapper-area-container td.gsc-result-info-container {
    display: table-cell;
    padding-top: 0;
  }
  .search-result .gsc-above-wrapper-area-container td.gsc-orderby-container {
    display: table-cell;
    padding-top: inherit;
  }
  .search-result .gsc-above-wrapper-area-container td.gsc-orderby-container .gsc-orderby {
    text-align: right;
    float: right;
    max-width: 497px;
    width: 100%;
  }
  .search-result .gsc-resultsbox-visible .gsc-expansionArea .gsc-result:first-child {
    border-top: 1px solid #E5E5E5;
  }
}

@media (min-width: 1024px) {
  .mobile-search {
    display: none;
  }
}

.single-announcement__title {
  margin: 0 0 16px 0;
}

.single-announcement__date {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
}

.taxonomy-page__filter-term {
  font-weight: bold;
}

/*# sourceMappingURL=global.css.map */
