/*!
 Theme Name: sprouts
 Theme URI: http://underscores.me/
 Author: Underscores.me
 Author URI: http://underscores.me/
 Description: Description
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: sprouts
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 sprouts is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/
@font-face {
  font-family: 'proxima_novalight';
  src: url('fonts/proximanova-light-webfont.woff2') format('woff2'), url('fonts/proximanova-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CircularStd';
  src: url('fonts/CircularStd-Book.eot');
  src: local('☺'), url('fonts/CircularStd-Book.woff') format('woff'), url('fonts/CircularStd-Book.ttf') format('truetype'), url('fonts/CircularStd-Book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proximanova-thinregular';
  src: url('fonts/proxima_nova_s_w01sc_thin-webfont.woff2') format('woff2'), url('fonts/proxima_nova_s_w01sc_thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CircularStd';
  src: url('fonts/CircularStd-Bold.eot');
  src: local('☺'), url('fonts/CircularStd-Bold.woff') format('woff'), url('fonts/CircularStd-Bold.ttf') format('truetype'), url('fonts/CircularStd-Bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}
.container {
  padding-left: 2rem;
  padding-right: 2rem;
  margin: auto;
}
@media print, (max-width: 599px) {
  .container {
    width: 100%;
  }
}
@media print, (min-width: 600px) {
  .container {
    width: 100%;
  }
}
@media print, (min-width: 900px) {
  .container {
    width: 860px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 920px;
  }
}
@media (min-width: 1800px) {
  .container {
    width: 1160px;
  }
}
.m-0 {
  margin: 0rem !important;
}
.mt-0, .my-0 {
  margin-top: 0rem !important;
}
.mr-0, .mx-0 {
  margin-right: 0rem !important;
}
.mb-0, .my-0 {
  margin-bottom: 0rem !important;
}
.ml-0, .mx-0 {
  margin-left: 0rem !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}
.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 0.75rem !important;
}
.mt-3, .my-3 {
  margin-top: 0.75rem !important;
}
.mr-3, .mx-3 {
  margin-right: 0.75rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 0.75rem !important;
}
.ml-3, .mx-3 {
  margin-left: 0.75rem !important;
}
.m-4 {
  margin: 1rem !important;
}
.mt-4, .my-4 {
  margin-top: 1rem !important;
}
.mr-4, .mx-4 {
  margin-right: 1rem !important;
}
.mb-4, .my-4 {
  margin-bottom: 1rem !important;
}
.ml-4, .mx-4 {
  margin-left: 1rem !important;
}
.m-5 {
  margin: 1.25rem !important;
}
.mt-5, .my-5 {
  margin-top: 1.25rem !important;
}
.mr-5, .mx-5 {
  margin-right: 1.25rem !important;
}
.mb-5, .my-5 {
  margin-bottom: 1.25rem !important;
}
.ml-5, .mx-5 {
  margin-left: 1.25rem !important;
}
.m-6 {
  margin: 1.5rem !important;
}
.mt-6, .my-6 {
  margin-top: 1.5rem !important;
}
.mr-6, .mx-6 {
  margin-right: 1.5rem !important;
}
.mb-6, .my-6 {
  margin-bottom: 1.5rem !important;
}
.ml-6, .mx-6 {
  margin-left: 1.5rem !important;
}
.m-7 {
  margin: 1.75rem !important;
}
.mt-7, .my-7 {
  margin-top: 1.75rem !important;
}
.mr-7, .mx-7 {
  margin-right: 1.75rem !important;
}
.mb-7, .my-7 {
  margin-bottom: 1.75rem !important;
}
.ml-7, .mx-7 {
  margin-left: 1.75rem !important;
}
.m-8 {
  margin: 2rem !important;
}
.mt-8, .my-8 {
  margin-top: 2rem !important;
}
.mr-8, .mx-8 {
  margin-right: 2rem !important;
}
.mb-8, .my-8 {
  margin-bottom: 2rem !important;
}
.ml-8, .mx-8 {
  margin-left: 2rem !important;
}
.m-9 {
  margin: 2.25rem !important;
}
.mt-9, .my-9 {
  margin-top: 2.25rem !important;
}
.mr-9, .mx-9 {
  margin-right: 2.25rem !important;
}
.mb-9, .my-9 {
  margin-bottom: 2.25rem !important;
}
.ml-9, .mx-9 {
  margin-left: 2.25rem !important;
}
.m-10 {
  margin: 2.5rem !important;
}
.mt-10, .my-10 {
  margin-top: 2.5rem !important;
}
.mr-10, .mx-10 {
  margin-right: 2.5rem !important;
}
.mb-10, .my-10 {
  margin-bottom: 2.5rem !important;
}
.ml-10, .mx-10 {
  margin-left: 2.5rem !important;
}
.m-11 {
  margin: 2.75rem !important;
}
.mt-11, .my-11 {
  margin-top: 2.75rem !important;
}
.mr-11, .mx-11 {
  margin-right: 2.75rem !important;
}
.mb-11, .my-11 {
  margin-bottom: 2.75rem !important;
}
.ml-11, .mx-11 {
  margin-left: 2.75rem !important;
}
.m-12 {
  margin: 3rem !important;
}
.mt-12, .my-12 {
  margin-top: 3rem !important;
}
.mr-12, .mx-12 {
  margin-right: 3rem !important;
}
.mb-12, .my-12 {
  margin-bottom: 3rem !important;
}
.ml-12, .mx-12 {
  margin-left: 3rem !important;
}
.m-13 {
  margin: 3.25rem !important;
}
.mt-13, .my-13 {
  margin-top: 3.25rem !important;
}
.mr-13, .mx-13 {
  margin-right: 3.25rem !important;
}
.mb-13, .my-13 {
  margin-bottom: 3.25rem !important;
}
.ml-13, .mx-13 {
  margin-left: 3.25rem !important;
}
.m-14 {
  margin: 3.5rem !important;
}
.mt-14, .my-14 {
  margin-top: 3.5rem !important;
}
.mr-14, .mx-14 {
  margin-right: 3.5rem !important;
}
.mb-14, .my-14 {
  margin-bottom: 3.5rem !important;
}
.ml-14, .mx-14 {
  margin-left: 3.5rem !important;
}
.m-15 {
  margin: 3.75rem !important;
}
.mt-15, .my-15 {
  margin-top: 3.75rem !important;
}
.mr-15, .mx-15 {
  margin-right: 3.75rem !important;
}
.mb-15, .my-15 {
  margin-bottom: 3.75rem !important;
}
.ml-15, .mx-15 {
  margin-left: 3.75rem !important;
}
.m-16 {
  margin: 4rem !important;
}
.mt-16, .my-16 {
  margin-top: 4rem !important;
}
.mr-16, .mx-16 {
  margin-right: 4rem !important;
}
.mb-16, .my-16 {
  margin-bottom: 4rem !important;
}
.ml-16, .mx-16 {
  margin-left: 4rem !important;
}
.p-0 {
  padding: 0rem !important;
}
.pt-0, .py-0 {
  padding-top: 0rem !important;
}
.pr-0, .px-0 {
  padding-right: 0rem !important;
}
.pb-0, .py-0 {
  padding-bottom: 0rem !important;
}
.pl-0, .px-0 {
  padding-left: 0rem !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}
.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}
.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.pt-3, .py-3 {
  padding-top: 0.75rem !important;
}
.pr-3, .px-3 {
  padding-right: 0.75rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 0.75rem !important;
}
.pl-3, .px-3 {
  padding-left: 0.75rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.pt-4, .py-4 {
  padding-top: 1rem !important;
}
.pr-4, .px-4 {
  padding-right: 1rem !important;
}
.pb-4, .py-4 {
  padding-bottom: 1rem !important;
}
.pl-4, .px-4 {
  padding-left: 1rem !important;
}
.p-5 {
  padding: 1.25rem !important;
}
.pt-5, .py-5 {
  padding-top: 1.25rem !important;
}
.pr-5, .px-5 {
  padding-right: 1.25rem !important;
}
.pb-5, .py-5 {
  padding-bottom: 1.25rem !important;
}
.pl-5, .px-5 {
  padding-left: 1.25rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.pt-6, .py-6 {
  padding-top: 1.5rem !important;
}
.pr-6, .px-6 {
  padding-right: 1.5rem !important;
}
.pb-6, .py-6 {
  padding-bottom: 1.5rem !important;
}
.pl-6, .px-6 {
  padding-left: 1.5rem !important;
}
.p-7 {
  padding: 1.75rem !important;
}
.pt-7, .py-7 {
  padding-top: 1.75rem !important;
}
.pr-7, .px-7 {
  padding-right: 1.75rem !important;
}
.pb-7, .py-7 {
  padding-bottom: 1.75rem !important;
}
.pl-7, .px-7 {
  padding-left: 1.75rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.pt-8, .py-8 {
  padding-top: 2rem !important;
}
.pr-8, .px-8 {
  padding-right: 2rem !important;
}
.pb-8, .py-8 {
  padding-bottom: 2rem !important;
}
.pl-8, .px-8 {
  padding-left: 2rem !important;
}
.p-9 {
  padding: 2.25rem !important;
}
.pt-9, .py-9 {
  padding-top: 2.25rem !important;
}
.pr-9, .px-9 {
  padding-right: 2.25rem !important;
}
.pb-9, .py-9 {
  padding-bottom: 2.25rem !important;
}
.pl-9, .px-9 {
  padding-left: 2.25rem !important;
}
.p-10 {
  padding: 2.5rem !important;
}
.pt-10, .py-10 {
  padding-top: 2.5rem !important;
}
.pr-10, .px-10 {
  padding-right: 2.5rem !important;
}
.pb-10, .py-10 {
  padding-bottom: 2.5rem !important;
}
.pl-10, .px-10 {
  padding-left: 2.5rem !important;
}
.p-11 {
  padding: 2.75rem !important;
}
.pt-11, .py-11 {
  padding-top: 2.75rem !important;
}
.pr-11, .px-11 {
  padding-right: 2.75rem !important;
}
.pb-11, .py-11 {
  padding-bottom: 2.75rem !important;
}
.pl-11, .px-11 {
  padding-left: 2.75rem !important;
}
.p-12 {
  padding: 3rem !important;
}
.pt-12, .py-12 {
  padding-top: 3rem !important;
}
.pr-12, .px-12 {
  padding-right: 3rem !important;
}
.pb-12, .py-12 {
  padding-bottom: 3rem !important;
}
.pl-12, .px-12 {
  padding-left: 3rem !important;
}
.p-13 {
  padding: 3.25rem !important;
}
.pt-13, .py-13 {
  padding-top: 3.25rem !important;
}
.pr-13, .px-13 {
  padding-right: 3.25rem !important;
}
.pb-13, .py-13 {
  padding-bottom: 3.25rem !important;
}
.pl-13, .px-13 {
  padding-left: 3.25rem !important;
}
.p-14 {
  padding: 3.5rem !important;
}
.pt-14, .py-14 {
  padding-top: 3.5rem !important;
}
.pr-14, .px-14 {
  padding-right: 3.5rem !important;
}
.pb-14, .py-14 {
  padding-bottom: 3.5rem !important;
}
.pl-14, .px-14 {
  padding-left: 3.5rem !important;
}
.p-15 {
  padding: 3.75rem !important;
}
.pt-15, .py-15 {
  padding-top: 3.75rem !important;
}
.pr-15, .px-15 {
  padding-right: 3.75rem !important;
}
.pb-15, .py-15 {
  padding-bottom: 3.75rem !important;
}
.pl-15, .px-15 {
  padding-left: 3.75rem !important;
}
.p-16 {
  padding: 4rem !important;
}
.pt-16, .py-16 {
  padding-top: 4rem !important;
}
.pr-16, .px-16 {
  padding-right: 4rem !important;
}
.pb-16, .py-16 {
  padding-bottom: 4rem !important;
}
.pl-16, .px-16 {
  padding-left: 4rem !important;
}
@media print, (max-width: 599px) {
  .m-xs-0 {
    margin: 0rem !important;
  }
  .mt-xs-0, .my-xs-0 {
    margin-top: 0rem !important;
  }
  .mr-xs-0, .mx-xs-0 {
    margin-right: 0rem !important;
  }
  .mb-xs-0, .my-xs-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xs-0, .mx-xs-0 {
    margin-left: 0rem !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-1, .my-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-1, .mx-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1, .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-1, .mx-xs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-2, .my-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-2, .mx-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2, .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-2, .mx-xs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 0.75rem !important;
  }
  .mt-xs-3, .my-xs-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xs-3, .mx-xs-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xs-3, .my-xs-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xs-3, .mx-xs-3 {
    margin-left: 0.75rem !important;
  }
  .m-xs-4 {
    margin: 1rem !important;
  }
  .mt-xs-4, .my-xs-4 {
    margin-top: 1rem !important;
  }
  .mr-xs-4, .mx-xs-4 {
    margin-right: 1rem !important;
  }
  .mb-xs-4, .my-xs-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-4, .mx-xs-4 {
    margin-left: 1rem !important;
  }
  .m-xs-5 {
    margin: 1.25rem !important;
  }
  .mt-xs-5, .my-xs-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xs-5, .mx-xs-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xs-5, .my-xs-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xs-5, .mx-xs-5 {
    margin-left: 1.25rem !important;
  }
  .m-xs-6 {
    margin: 1.5rem !important;
  }
  .mt-xs-6, .my-xs-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xs-6, .mx-xs-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-6, .my-xs-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-6, .mx-xs-6 {
    margin-left: 1.5rem !important;
  }
  .m-xs-7 {
    margin: 1.75rem !important;
  }
  .mt-xs-7, .my-xs-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xs-7, .mx-xs-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xs-7, .my-xs-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xs-7, .mx-xs-7 {
    margin-left: 1.75rem !important;
  }
  .m-xs-8 {
    margin: 2rem !important;
  }
  .mt-xs-8, .my-xs-8 {
    margin-top: 2rem !important;
  }
  .mr-xs-8, .mx-xs-8 {
    margin-right: 2rem !important;
  }
  .mb-xs-8, .my-xs-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xs-8, .mx-xs-8 {
    margin-left: 2rem !important;
  }
  .m-xs-9 {
    margin: 2.25rem !important;
  }
  .mt-xs-9, .my-xs-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xs-9, .mx-xs-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xs-9, .my-xs-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xs-9, .mx-xs-9 {
    margin-left: 2.25rem !important;
  }
  .m-xs-10 {
    margin: 2.5rem !important;
  }
  .mt-xs-10, .my-xs-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xs-10, .mx-xs-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xs-10, .my-xs-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xs-10, .mx-xs-10 {
    margin-left: 2.5rem !important;
  }
  .m-xs-11 {
    margin: 2.75rem !important;
  }
  .mt-xs-11, .my-xs-11 {
    margin-top: 2.75rem !important;
  }
  .mr-xs-11, .mx-xs-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xs-11, .my-xs-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-xs-11, .mx-xs-11 {
    margin-left: 2.75rem !important;
  }
  .m-xs-12 {
    margin: 3rem !important;
  }
  .mt-xs-12, .my-xs-12 {
    margin-top: 3rem !important;
  }
  .mr-xs-12, .mx-xs-12 {
    margin-right: 3rem !important;
  }
  .mb-xs-12, .my-xs-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-12, .mx-xs-12 {
    margin-left: 3rem !important;
  }
  .m-xs-13 {
    margin: 3.25rem !important;
  }
  .mt-xs-13, .my-xs-13 {
    margin-top: 3.25rem !important;
  }
  .mr-xs-13, .mx-xs-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xs-13, .my-xs-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xs-13, .mx-xs-13 {
    margin-left: 3.25rem !important;
  }
  .m-xs-14 {
    margin: 3.5rem !important;
  }
  .mt-xs-14, .my-xs-14 {
    margin-top: 3.5rem !important;
  }
  .mr-xs-14, .mx-xs-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xs-14, .my-xs-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xs-14, .mx-xs-14 {
    margin-left: 3.5rem !important;
  }
  .m-xs-15 {
    margin: 3.75rem !important;
  }
  .mt-xs-15, .my-xs-15 {
    margin-top: 3.75rem !important;
  }
  .mr-xs-15, .mx-xs-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xs-15, .my-xs-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xs-15, .mx-xs-15 {
    margin-left: 3.75rem !important;
  }
  .m-xs-16 {
    margin: 4rem !important;
  }
  .mt-xs-16, .my-xs-16 {
    margin-top: 4rem !important;
  }
  .mr-xs-16, .mx-xs-16 {
    margin-right: 4rem !important;
  }
  .mb-xs-16, .my-xs-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xs-16, .mx-xs-16 {
    margin-left: 4rem !important;
  }
  .p-xs-0 {
    padding: 0rem !important;
  }
  .pt-xs-0, .py-xs-0 {
    padding-top: 0rem !important;
  }
  .pr-xs-0, .px-xs-0 {
    padding-right: 0rem !important;
  }
  .pb-xs-0, .py-xs-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xs-0, .px-xs-0 {
    padding-left: 0rem !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-1, .py-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-1, .px-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1, .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-1, .px-xs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-2, .py-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-2, .px-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2, .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-2, .px-xs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 0.75rem !important;
  }
  .pt-xs-3, .py-xs-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xs-3, .px-xs-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xs-3, .py-xs-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xs-3, .px-xs-3 {
    padding-left: 0.75rem !important;
  }
  .p-xs-4 {
    padding: 1rem !important;
  }
  .pt-xs-4, .py-xs-4 {
    padding-top: 1rem !important;
  }
  .pr-xs-4, .px-xs-4 {
    padding-right: 1rem !important;
  }
  .pb-xs-4, .py-xs-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-4, .px-xs-4 {
    padding-left: 1rem !important;
  }
  .p-xs-5 {
    padding: 1.25rem !important;
  }
  .pt-xs-5, .py-xs-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xs-5, .px-xs-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xs-5, .py-xs-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xs-5, .px-xs-5 {
    padding-left: 1.25rem !important;
  }
  .p-xs-6 {
    padding: 1.5rem !important;
  }
  .pt-xs-6, .py-xs-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xs-6, .px-xs-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-6, .py-xs-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xs-6, .px-xs-6 {
    padding-left: 1.5rem !important;
  }
  .p-xs-7 {
    padding: 1.75rem !important;
  }
  .pt-xs-7, .py-xs-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xs-7, .px-xs-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xs-7, .py-xs-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xs-7, .px-xs-7 {
    padding-left: 1.75rem !important;
  }
  .p-xs-8 {
    padding: 2rem !important;
  }
  .pt-xs-8, .py-xs-8 {
    padding-top: 2rem !important;
  }
  .pr-xs-8, .px-xs-8 {
    padding-right: 2rem !important;
  }
  .pb-xs-8, .py-xs-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xs-8, .px-xs-8 {
    padding-left: 2rem !important;
  }
  .p-xs-9 {
    padding: 2.25rem !important;
  }
  .pt-xs-9, .py-xs-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xs-9, .px-xs-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xs-9, .py-xs-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xs-9, .px-xs-9 {
    padding-left: 2.25rem !important;
  }
  .p-xs-10 {
    padding: 2.5rem !important;
  }
  .pt-xs-10, .py-xs-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xs-10, .px-xs-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xs-10, .py-xs-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xs-10, .px-xs-10 {
    padding-left: 2.5rem !important;
  }
  .p-xs-11 {
    padding: 2.75rem !important;
  }
  .pt-xs-11, .py-xs-11 {
    padding-top: 2.75rem !important;
  }
  .pr-xs-11, .px-xs-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xs-11, .py-xs-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-xs-11, .px-xs-11 {
    padding-left: 2.75rem !important;
  }
  .p-xs-12 {
    padding: 3rem !important;
  }
  .pt-xs-12, .py-xs-12 {
    padding-top: 3rem !important;
  }
  .pr-xs-12, .px-xs-12 {
    padding-right: 3rem !important;
  }
  .pb-xs-12, .py-xs-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-12, .px-xs-12 {
    padding-left: 3rem !important;
  }
  .p-xs-13 {
    padding: 3.25rem !important;
  }
  .pt-xs-13, .py-xs-13 {
    padding-top: 3.25rem !important;
  }
  .pr-xs-13, .px-xs-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xs-13, .py-xs-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xs-13, .px-xs-13 {
    padding-left: 3.25rem !important;
  }
  .p-xs-14 {
    padding: 3.5rem !important;
  }
  .pt-xs-14, .py-xs-14 {
    padding-top: 3.5rem !important;
  }
  .pr-xs-14, .px-xs-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xs-14, .py-xs-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xs-14, .px-xs-14 {
    padding-left: 3.5rem !important;
  }
  .p-xs-15 {
    padding: 3.75rem !important;
  }
  .pt-xs-15, .py-xs-15 {
    padding-top: 3.75rem !important;
  }
  .pr-xs-15, .px-xs-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xs-15, .py-xs-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xs-15, .px-xs-15 {
    padding-left: 3.75rem !important;
  }
  .p-xs-16 {
    padding: 4rem !important;
  }
  .pt-xs-16, .py-xs-16 {
    padding-top: 4rem !important;
  }
  .pr-xs-16, .px-xs-16 {
    padding-right: 4rem !important;
  }
  .pb-xs-16, .py-xs-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xs-16, .px-xs-16 {
    padding-left: 4rem !important;
  }
}
@media print, (min-width: 600px) {
  .m-sm-0 {
    margin: 0rem !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0rem !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0rem !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0rem !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0rem !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 0.75rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1rem !important;
  }
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 1.25rem !important;
  }
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  .mt-sm-6, .my-sm-6 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-6, .mx-sm-6 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-6, .my-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-6, .mx-sm-6 {
    margin-left: 1.5rem !important;
  }
  .m-sm-7 {
    margin: 1.75rem !important;
  }
  .mt-sm-7, .my-sm-7 {
    margin-top: 1.75rem !important;
  }
  .mr-sm-7, .mx-sm-7 {
    margin-right: 1.75rem !important;
  }
  .mb-sm-7, .my-sm-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-sm-7, .mx-sm-7 {
    margin-left: 1.75rem !important;
  }
  .m-sm-8 {
    margin: 2rem !important;
  }
  .mt-sm-8, .my-sm-8 {
    margin-top: 2rem !important;
  }
  .mr-sm-8, .mx-sm-8 {
    margin-right: 2rem !important;
  }
  .mb-sm-8, .my-sm-8 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-8, .mx-sm-8 {
    margin-left: 2rem !important;
  }
  .m-sm-9 {
    margin: 2.25rem !important;
  }
  .mt-sm-9, .my-sm-9 {
    margin-top: 2.25rem !important;
  }
  .mr-sm-9, .mx-sm-9 {
    margin-right: 2.25rem !important;
  }
  .mb-sm-9, .my-sm-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-sm-9, .mx-sm-9 {
    margin-left: 2.25rem !important;
  }
  .m-sm-10 {
    margin: 2.5rem !important;
  }
  .mt-sm-10, .my-sm-10 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-10, .mx-sm-10 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-10, .my-sm-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-10, .mx-sm-10 {
    margin-left: 2.5rem !important;
  }
  .m-sm-11 {
    margin: 2.75rem !important;
  }
  .mt-sm-11, .my-sm-11 {
    margin-top: 2.75rem !important;
  }
  .mr-sm-11, .mx-sm-11 {
    margin-right: 2.75rem !important;
  }
  .mb-sm-11, .my-sm-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-sm-11, .mx-sm-11 {
    margin-left: 2.75rem !important;
  }
  .m-sm-12 {
    margin: 3rem !important;
  }
  .mt-sm-12, .my-sm-12 {
    margin-top: 3rem !important;
  }
  .mr-sm-12, .mx-sm-12 {
    margin-right: 3rem !important;
  }
  .mb-sm-12, .my-sm-12 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-12, .mx-sm-12 {
    margin-left: 3rem !important;
  }
  .m-sm-13 {
    margin: 3.25rem !important;
  }
  .mt-sm-13, .my-sm-13 {
    margin-top: 3.25rem !important;
  }
  .mr-sm-13, .mx-sm-13 {
    margin-right: 3.25rem !important;
  }
  .mb-sm-13, .my-sm-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-sm-13, .mx-sm-13 {
    margin-left: 3.25rem !important;
  }
  .m-sm-14 {
    margin: 3.5rem !important;
  }
  .mt-sm-14, .my-sm-14 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-14, .mx-sm-14 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-14, .my-sm-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-14, .mx-sm-14 {
    margin-left: 3.5rem !important;
  }
  .m-sm-15 {
    margin: 3.75rem !important;
  }
  .mt-sm-15, .my-sm-15 {
    margin-top: 3.75rem !important;
  }
  .mr-sm-15, .mx-sm-15 {
    margin-right: 3.75rem !important;
  }
  .mb-sm-15, .my-sm-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-sm-15, .mx-sm-15 {
    margin-left: 3.75rem !important;
  }
  .m-sm-16 {
    margin: 4rem !important;
  }
  .mt-sm-16, .my-sm-16 {
    margin-top: 4rem !important;
  }
  .mr-sm-16, .mx-sm-16 {
    margin-right: 4rem !important;
  }
  .mb-sm-16, .my-sm-16 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-16, .mx-sm-16 {
    margin-left: 4rem !important;
  }
  .p-sm-0 {
    padding: 0rem !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0rem !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0rem !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0rem !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0rem !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 0.75rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1rem !important;
  }
  .p-sm-5 {
    padding: 1.25rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 1.25rem !important;
  }
  .p-sm-6 {
    padding: 1.5rem !important;
  }
  .pt-sm-6, .py-sm-6 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-6, .px-sm-6 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-6, .py-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-6, .px-sm-6 {
    padding-left: 1.5rem !important;
  }
  .p-sm-7 {
    padding: 1.75rem !important;
  }
  .pt-sm-7, .py-sm-7 {
    padding-top: 1.75rem !important;
  }
  .pr-sm-7, .px-sm-7 {
    padding-right: 1.75rem !important;
  }
  .pb-sm-7, .py-sm-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-sm-7, .px-sm-7 {
    padding-left: 1.75rem !important;
  }
  .p-sm-8 {
    padding: 2rem !important;
  }
  .pt-sm-8, .py-sm-8 {
    padding-top: 2rem !important;
  }
  .pr-sm-8, .px-sm-8 {
    padding-right: 2rem !important;
  }
  .pb-sm-8, .py-sm-8 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-8, .px-sm-8 {
    padding-left: 2rem !important;
  }
  .p-sm-9 {
    padding: 2.25rem !important;
  }
  .pt-sm-9, .py-sm-9 {
    padding-top: 2.25rem !important;
  }
  .pr-sm-9, .px-sm-9 {
    padding-right: 2.25rem !important;
  }
  .pb-sm-9, .py-sm-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-sm-9, .px-sm-9 {
    padding-left: 2.25rem !important;
  }
  .p-sm-10 {
    padding: 2.5rem !important;
  }
  .pt-sm-10, .py-sm-10 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-10, .px-sm-10 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-10, .py-sm-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-10, .px-sm-10 {
    padding-left: 2.5rem !important;
  }
  .p-sm-11 {
    padding: 2.75rem !important;
  }
  .pt-sm-11, .py-sm-11 {
    padding-top: 2.75rem !important;
  }
  .pr-sm-11, .px-sm-11 {
    padding-right: 2.75rem !important;
  }
  .pb-sm-11, .py-sm-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-sm-11, .px-sm-11 {
    padding-left: 2.75rem !important;
  }
  .p-sm-12 {
    padding: 3rem !important;
  }
  .pt-sm-12, .py-sm-12 {
    padding-top: 3rem !important;
  }
  .pr-sm-12, .px-sm-12 {
    padding-right: 3rem !important;
  }
  .pb-sm-12, .py-sm-12 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-12, .px-sm-12 {
    padding-left: 3rem !important;
  }
  .p-sm-13 {
    padding: 3.25rem !important;
  }
  .pt-sm-13, .py-sm-13 {
    padding-top: 3.25rem !important;
  }
  .pr-sm-13, .px-sm-13 {
    padding-right: 3.25rem !important;
  }
  .pb-sm-13, .py-sm-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-sm-13, .px-sm-13 {
    padding-left: 3.25rem !important;
  }
  .p-sm-14 {
    padding: 3.5rem !important;
  }
  .pt-sm-14, .py-sm-14 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-14, .px-sm-14 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-14, .py-sm-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-14, .px-sm-14 {
    padding-left: 3.5rem !important;
  }
  .p-sm-15 {
    padding: 3.75rem !important;
  }
  .pt-sm-15, .py-sm-15 {
    padding-top: 3.75rem !important;
  }
  .pr-sm-15, .px-sm-15 {
    padding-right: 3.75rem !important;
  }
  .pb-sm-15, .py-sm-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-sm-15, .px-sm-15 {
    padding-left: 3.75rem !important;
  }
  .p-sm-16 {
    padding: 4rem !important;
  }
  .pt-sm-16, .py-sm-16 {
    padding-top: 4rem !important;
  }
  .pr-sm-16, .px-sm-16 {
    padding-right: 4rem !important;
  }
  .pb-sm-16, .py-sm-16 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-16, .px-sm-16 {
    padding-left: 4rem !important;
  }
}
@media print, (min-width: 900px) {
  .m-md-0 {
    margin: 0rem !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0rem !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0rem !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0rem !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0rem !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 0.75rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 0.75rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 0.75rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 0.75rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1rem !important;
  }
  .m-md-5 {
    margin: 1.25rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 1.25rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 1.25rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 1.25rem !important;
  }
  .m-md-6 {
    margin: 1.5rem !important;
  }
  .mt-md-6, .my-md-6 {
    margin-top: 1.5rem !important;
  }
  .mr-md-6, .mx-md-6 {
    margin-right: 1.5rem !important;
  }
  .mb-md-6, .my-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-6, .mx-md-6 {
    margin-left: 1.5rem !important;
  }
  .m-md-7 {
    margin: 1.75rem !important;
  }
  .mt-md-7, .my-md-7 {
    margin-top: 1.75rem !important;
  }
  .mr-md-7, .mx-md-7 {
    margin-right: 1.75rem !important;
  }
  .mb-md-7, .my-md-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-md-7, .mx-md-7 {
    margin-left: 1.75rem !important;
  }
  .m-md-8 {
    margin: 2rem !important;
  }
  .mt-md-8, .my-md-8 {
    margin-top: 2rem !important;
  }
  .mr-md-8, .mx-md-8 {
    margin-right: 2rem !important;
  }
  .mb-md-8, .my-md-8 {
    margin-bottom: 2rem !important;
  }
  .ml-md-8, .mx-md-8 {
    margin-left: 2rem !important;
  }
  .m-md-9 {
    margin: 2.25rem !important;
  }
  .mt-md-9, .my-md-9 {
    margin-top: 2.25rem !important;
  }
  .mr-md-9, .mx-md-9 {
    margin-right: 2.25rem !important;
  }
  .mb-md-9, .my-md-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-md-9, .mx-md-9 {
    margin-left: 2.25rem !important;
  }
  .m-md-10 {
    margin: 2.5rem !important;
  }
  .mt-md-10, .my-md-10 {
    margin-top: 2.5rem !important;
  }
  .mr-md-10, .mx-md-10 {
    margin-right: 2.5rem !important;
  }
  .mb-md-10, .my-md-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-10, .mx-md-10 {
    margin-left: 2.5rem !important;
  }
  .m-md-11 {
    margin: 2.75rem !important;
  }
  .mt-md-11, .my-md-11 {
    margin-top: 2.75rem !important;
  }
  .mr-md-11, .mx-md-11 {
    margin-right: 2.75rem !important;
  }
  .mb-md-11, .my-md-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-md-11, .mx-md-11 {
    margin-left: 2.75rem !important;
  }
  .m-md-12 {
    margin: 3rem !important;
  }
  .mt-md-12, .my-md-12 {
    margin-top: 3rem !important;
  }
  .mr-md-12, .mx-md-12 {
    margin-right: 3rem !important;
  }
  .mb-md-12, .my-md-12 {
    margin-bottom: 3rem !important;
  }
  .ml-md-12, .mx-md-12 {
    margin-left: 3rem !important;
  }
  .m-md-13 {
    margin: 3.25rem !important;
  }
  .mt-md-13, .my-md-13 {
    margin-top: 3.25rem !important;
  }
  .mr-md-13, .mx-md-13 {
    margin-right: 3.25rem !important;
  }
  .mb-md-13, .my-md-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-md-13, .mx-md-13 {
    margin-left: 3.25rem !important;
  }
  .m-md-14 {
    margin: 3.5rem !important;
  }
  .mt-md-14, .my-md-14 {
    margin-top: 3.5rem !important;
  }
  .mr-md-14, .mx-md-14 {
    margin-right: 3.5rem !important;
  }
  .mb-md-14, .my-md-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-14, .mx-md-14 {
    margin-left: 3.5rem !important;
  }
  .m-md-15 {
    margin: 3.75rem !important;
  }
  .mt-md-15, .my-md-15 {
    margin-top: 3.75rem !important;
  }
  .mr-md-15, .mx-md-15 {
    margin-right: 3.75rem !important;
  }
  .mb-md-15, .my-md-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-md-15, .mx-md-15 {
    margin-left: 3.75rem !important;
  }
  .m-md-16 {
    margin: 4rem !important;
  }
  .mt-md-16, .my-md-16 {
    margin-top: 4rem !important;
  }
  .mr-md-16, .mx-md-16 {
    margin-right: 4rem !important;
  }
  .mb-md-16, .my-md-16 {
    margin-bottom: 4rem !important;
  }
  .ml-md-16, .mx-md-16 {
    margin-left: 4rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0rem !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0rem !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0rem !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0rem !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 0.75rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 0.75rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 0.75rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 0.75rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1rem !important;
  }
  .p-md-5 {
    padding: 1.25rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 1.25rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 1.25rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 1.25rem !important;
  }
  .p-md-6 {
    padding: 1.5rem !important;
  }
  .pt-md-6, .py-md-6 {
    padding-top: 1.5rem !important;
  }
  .pr-md-6, .px-md-6 {
    padding-right: 1.5rem !important;
  }
  .pb-md-6, .py-md-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-6, .px-md-6 {
    padding-left: 1.5rem !important;
  }
  .p-md-7 {
    padding: 1.75rem !important;
  }
  .pt-md-7, .py-md-7 {
    padding-top: 1.75rem !important;
  }
  .pr-md-7, .px-md-7 {
    padding-right: 1.75rem !important;
  }
  .pb-md-7, .py-md-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-md-7, .px-md-7 {
    padding-left: 1.75rem !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .pt-md-8, .py-md-8 {
    padding-top: 2rem !important;
  }
  .pr-md-8, .px-md-8 {
    padding-right: 2rem !important;
  }
  .pb-md-8, .py-md-8 {
    padding-bottom: 2rem !important;
  }
  .pl-md-8, .px-md-8 {
    padding-left: 2rem !important;
  }
  .p-md-9 {
    padding: 2.25rem !important;
  }
  .pt-md-9, .py-md-9 {
    padding-top: 2.25rem !important;
  }
  .pr-md-9, .px-md-9 {
    padding-right: 2.25rem !important;
  }
  .pb-md-9, .py-md-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-md-9, .px-md-9 {
    padding-left: 2.25rem !important;
  }
  .p-md-10 {
    padding: 2.5rem !important;
  }
  .pt-md-10, .py-md-10 {
    padding-top: 2.5rem !important;
  }
  .pr-md-10, .px-md-10 {
    padding-right: 2.5rem !important;
  }
  .pb-md-10, .py-md-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-10, .px-md-10 {
    padding-left: 2.5rem !important;
  }
  .p-md-11 {
    padding: 2.75rem !important;
  }
  .pt-md-11, .py-md-11 {
    padding-top: 2.75rem !important;
  }
  .pr-md-11, .px-md-11 {
    padding-right: 2.75rem !important;
  }
  .pb-md-11, .py-md-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-md-11, .px-md-11 {
    padding-left: 2.75rem !important;
  }
  .p-md-12 {
    padding: 3rem !important;
  }
  .pt-md-12, .py-md-12 {
    padding-top: 3rem !important;
  }
  .pr-md-12, .px-md-12 {
    padding-right: 3rem !important;
  }
  .pb-md-12, .py-md-12 {
    padding-bottom: 3rem !important;
  }
  .pl-md-12, .px-md-12 {
    padding-left: 3rem !important;
  }
  .p-md-13 {
    padding: 3.25rem !important;
  }
  .pt-md-13, .py-md-13 {
    padding-top: 3.25rem !important;
  }
  .pr-md-13, .px-md-13 {
    padding-right: 3.25rem !important;
  }
  .pb-md-13, .py-md-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-md-13, .px-md-13 {
    padding-left: 3.25rem !important;
  }
  .p-md-14 {
    padding: 3.5rem !important;
  }
  .pt-md-14, .py-md-14 {
    padding-top: 3.5rem !important;
  }
  .pr-md-14, .px-md-14 {
    padding-right: 3.5rem !important;
  }
  .pb-md-14, .py-md-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-14, .px-md-14 {
    padding-left: 3.5rem !important;
  }
  .p-md-15 {
    padding: 3.75rem !important;
  }
  .pt-md-15, .py-md-15 {
    padding-top: 3.75rem !important;
  }
  .pr-md-15, .px-md-15 {
    padding-right: 3.75rem !important;
  }
  .pb-md-15, .py-md-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-md-15, .px-md-15 {
    padding-left: 3.75rem !important;
  }
  .p-md-16 {
    padding: 4rem !important;
  }
  .pt-md-16, .py-md-16 {
    padding-top: 4rem !important;
  }
  .pr-md-16, .px-md-16 {
    padding-right: 4rem !important;
  }
  .pb-md-16, .py-md-16 {
    padding-bottom: 4rem !important;
  }
  .pl-md-16, .px-md-16 {
    padding-left: 4rem !important;
  }
}
@media print, (min-width: 1200px) {
  .m-lg-0 {
    margin: 0rem !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0rem !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0rem !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0rem !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0rem !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 0.75rem !important;
  }
  .m-lg-4 {
    margin: 1rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1rem !important;
  }
  .m-lg-5 {
    margin: 1.25rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 1.25rem !important;
  }
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  .mt-lg-6, .my-lg-6 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-6, .mx-lg-6 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-6, .my-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-6, .mx-lg-6 {
    margin-left: 1.5rem !important;
  }
  .m-lg-7 {
    margin: 1.75rem !important;
  }
  .mt-lg-7, .my-lg-7 {
    margin-top: 1.75rem !important;
  }
  .mr-lg-7, .mx-lg-7 {
    margin-right: 1.75rem !important;
  }
  .mb-lg-7, .my-lg-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-lg-7, .mx-lg-7 {
    margin-left: 1.75rem !important;
  }
  .m-lg-8 {
    margin: 2rem !important;
  }
  .mt-lg-8, .my-lg-8 {
    margin-top: 2rem !important;
  }
  .mr-lg-8, .mx-lg-8 {
    margin-right: 2rem !important;
  }
  .mb-lg-8, .my-lg-8 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-8, .mx-lg-8 {
    margin-left: 2rem !important;
  }
  .m-lg-9 {
    margin: 2.25rem !important;
  }
  .mt-lg-9, .my-lg-9 {
    margin-top: 2.25rem !important;
  }
  .mr-lg-9, .mx-lg-9 {
    margin-right: 2.25rem !important;
  }
  .mb-lg-9, .my-lg-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-lg-9, .mx-lg-9 {
    margin-left: 2.25rem !important;
  }
  .m-lg-10 {
    margin: 2.5rem !important;
  }
  .mt-lg-10, .my-lg-10 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-10, .mx-lg-10 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-10, .my-lg-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-10, .mx-lg-10 {
    margin-left: 2.5rem !important;
  }
  .m-lg-11 {
    margin: 2.75rem !important;
  }
  .mt-lg-11, .my-lg-11 {
    margin-top: 2.75rem !important;
  }
  .mr-lg-11, .mx-lg-11 {
    margin-right: 2.75rem !important;
  }
  .mb-lg-11, .my-lg-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-lg-11, .mx-lg-11 {
    margin-left: 2.75rem !important;
  }
  .m-lg-12 {
    margin: 3rem !important;
  }
  .mt-lg-12, .my-lg-12 {
    margin-top: 3rem !important;
  }
  .mr-lg-12, .mx-lg-12 {
    margin-right: 3rem !important;
  }
  .mb-lg-12, .my-lg-12 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-12, .mx-lg-12 {
    margin-left: 3rem !important;
  }
  .m-lg-13 {
    margin: 3.25rem !important;
  }
  .mt-lg-13, .my-lg-13 {
    margin-top: 3.25rem !important;
  }
  .mr-lg-13, .mx-lg-13 {
    margin-right: 3.25rem !important;
  }
  .mb-lg-13, .my-lg-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-lg-13, .mx-lg-13 {
    margin-left: 3.25rem !important;
  }
  .m-lg-14 {
    margin: 3.5rem !important;
  }
  .mt-lg-14, .my-lg-14 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-14, .mx-lg-14 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-14, .my-lg-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-14, .mx-lg-14 {
    margin-left: 3.5rem !important;
  }
  .m-lg-15 {
    margin: 3.75rem !important;
  }
  .mt-lg-15, .my-lg-15 {
    margin-top: 3.75rem !important;
  }
  .mr-lg-15, .mx-lg-15 {
    margin-right: 3.75rem !important;
  }
  .mb-lg-15, .my-lg-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-lg-15, .mx-lg-15 {
    margin-left: 3.75rem !important;
  }
  .m-lg-16 {
    margin: 4rem !important;
  }
  .mt-lg-16, .my-lg-16 {
    margin-top: 4rem !important;
  }
  .mr-lg-16, .mx-lg-16 {
    margin-right: 4rem !important;
  }
  .mb-lg-16, .my-lg-16 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-16, .mx-lg-16 {
    margin-left: 4rem !important;
  }
  .p-lg-0 {
    padding: 0rem !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0rem !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0rem !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0rem !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0rem !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 0.75rem !important;
  }
  .p-lg-4 {
    padding: 1rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1rem !important;
  }
  .p-lg-5 {
    padding: 1.25rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 1.25rem !important;
  }
  .p-lg-6 {
    padding: 1.5rem !important;
  }
  .pt-lg-6, .py-lg-6 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-6, .px-lg-6 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-6, .py-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-6, .px-lg-6 {
    padding-left: 1.5rem !important;
  }
  .p-lg-7 {
    padding: 1.75rem !important;
  }
  .pt-lg-7, .py-lg-7 {
    padding-top: 1.75rem !important;
  }
  .pr-lg-7, .px-lg-7 {
    padding-right: 1.75rem !important;
  }
  .pb-lg-7, .py-lg-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-lg-7, .px-lg-7 {
    padding-left: 1.75rem !important;
  }
  .p-lg-8 {
    padding: 2rem !important;
  }
  .pt-lg-8, .py-lg-8 {
    padding-top: 2rem !important;
  }
  .pr-lg-8, .px-lg-8 {
    padding-right: 2rem !important;
  }
  .pb-lg-8, .py-lg-8 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-8, .px-lg-8 {
    padding-left: 2rem !important;
  }
  .p-lg-9 {
    padding: 2.25rem !important;
  }
  .pt-lg-9, .py-lg-9 {
    padding-top: 2.25rem !important;
  }
  .pr-lg-9, .px-lg-9 {
    padding-right: 2.25rem !important;
  }
  .pb-lg-9, .py-lg-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-lg-9, .px-lg-9 {
    padding-left: 2.25rem !important;
  }
  .p-lg-10 {
    padding: 2.5rem !important;
  }
  .pt-lg-10, .py-lg-10 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-10, .px-lg-10 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-10, .py-lg-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-10, .px-lg-10 {
    padding-left: 2.5rem !important;
  }
  .p-lg-11 {
    padding: 2.75rem !important;
  }
  .pt-lg-11, .py-lg-11 {
    padding-top: 2.75rem !important;
  }
  .pr-lg-11, .px-lg-11 {
    padding-right: 2.75rem !important;
  }
  .pb-lg-11, .py-lg-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-lg-11, .px-lg-11 {
    padding-left: 2.75rem !important;
  }
  .p-lg-12 {
    padding: 3rem !important;
  }
  .pt-lg-12, .py-lg-12 {
    padding-top: 3rem !important;
  }
  .pr-lg-12, .px-lg-12 {
    padding-right: 3rem !important;
  }
  .pb-lg-12, .py-lg-12 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-12, .px-lg-12 {
    padding-left: 3rem !important;
  }
  .p-lg-13 {
    padding: 3.25rem !important;
  }
  .pt-lg-13, .py-lg-13 {
    padding-top: 3.25rem !important;
  }
  .pr-lg-13, .px-lg-13 {
    padding-right: 3.25rem !important;
  }
  .pb-lg-13, .py-lg-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-lg-13, .px-lg-13 {
    padding-left: 3.25rem !important;
  }
  .p-lg-14 {
    padding: 3.5rem !important;
  }
  .pt-lg-14, .py-lg-14 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-14, .px-lg-14 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-14, .py-lg-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-14, .px-lg-14 {
    padding-left: 3.5rem !important;
  }
  .p-lg-15 {
    padding: 3.75rem !important;
  }
  .pt-lg-15, .py-lg-15 {
    padding-top: 3.75rem !important;
  }
  .pr-lg-15, .px-lg-15 {
    padding-right: 3.75rem !important;
  }
  .pb-lg-15, .py-lg-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-lg-15, .px-lg-15 {
    padding-left: 3.75rem !important;
  }
  .p-lg-16 {
    padding: 4rem !important;
  }
  .pt-lg-16, .py-lg-16 {
    padding-top: 4rem !important;
  }
  .pr-lg-16, .px-lg-16 {
    padding-right: 4rem !important;
  }
  .pb-lg-16, .py-lg-16 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-16, .px-lg-16 {
    padding-left: 4rem !important;
  }
}
@media print, (min-width: 1800px) {
  .m-xl-0 {
    margin: 0rem !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0rem !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0rem !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0rem !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1rem !important;
  }
  .m-xl-5 {
    margin: 1.25rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  .mt-xl-6, .my-xl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-6, .mx-xl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-6, .my-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-6, .mx-xl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xl-7 {
    margin: 1.75rem !important;
  }
  .mt-xl-7, .my-xl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xl-7, .mx-xl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xl-7, .my-xl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xl-7, .mx-xl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xl-8 {
    margin: 2rem !important;
  }
  .mt-xl-8, .my-xl-8 {
    margin-top: 2rem !important;
  }
  .mr-xl-8, .mx-xl-8 {
    margin-right: 2rem !important;
  }
  .mb-xl-8, .my-xl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-8, .mx-xl-8 {
    margin-left: 2rem !important;
  }
  .m-xl-9 {
    margin: 2.25rem !important;
  }
  .mt-xl-9, .my-xl-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xl-9, .mx-xl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xl-9, .my-xl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xl-9, .mx-xl-9 {
    margin-left: 2.25rem !important;
  }
  .m-xl-10 {
    margin: 2.5rem !important;
  }
  .mt-xl-10, .my-xl-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-10, .mx-xl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-10, .my-xl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-10, .mx-xl-10 {
    margin-left: 2.5rem !important;
  }
  .m-xl-11 {
    margin: 2.75rem !important;
  }
  .mt-xl-11, .my-xl-11 {
    margin-top: 2.75rem !important;
  }
  .mr-xl-11, .mx-xl-11 {
    margin-right: 2.75rem !important;
  }
  .mb-xl-11, .my-xl-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-xl-11, .mx-xl-11 {
    margin-left: 2.75rem !important;
  }
  .m-xl-12 {
    margin: 3rem !important;
  }
  .mt-xl-12, .my-xl-12 {
    margin-top: 3rem !important;
  }
  .mr-xl-12, .mx-xl-12 {
    margin-right: 3rem !important;
  }
  .mb-xl-12, .my-xl-12 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-12, .mx-xl-12 {
    margin-left: 3rem !important;
  }
  .m-xl-13 {
    margin: 3.25rem !important;
  }
  .mt-xl-13, .my-xl-13 {
    margin-top: 3.25rem !important;
  }
  .mr-xl-13, .mx-xl-13 {
    margin-right: 3.25rem !important;
  }
  .mb-xl-13, .my-xl-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xl-13, .mx-xl-13 {
    margin-left: 3.25rem !important;
  }
  .m-xl-14 {
    margin: 3.5rem !important;
  }
  .mt-xl-14, .my-xl-14 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-14, .mx-xl-14 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-14, .my-xl-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-14, .mx-xl-14 {
    margin-left: 3.5rem !important;
  }
  .m-xl-15 {
    margin: 3.75rem !important;
  }
  .mt-xl-15, .my-xl-15 {
    margin-top: 3.75rem !important;
  }
  .mr-xl-15, .mx-xl-15 {
    margin-right: 3.75rem !important;
  }
  .mb-xl-15, .my-xl-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xl-15, .mx-xl-15 {
    margin-left: 3.75rem !important;
  }
  .m-xl-16 {
    margin: 4rem !important;
  }
  .mt-xl-16, .my-xl-16 {
    margin-top: 4rem !important;
  }
  .mr-xl-16, .mx-xl-16 {
    margin-right: 4rem !important;
  }
  .mb-xl-16, .my-xl-16 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-16, .mx-xl-16 {
    margin-left: 4rem !important;
  }
  .p-xl-0 {
    padding: 0rem !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0rem !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0rem !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0rem !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xl-4 {
    padding: 1rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1rem !important;
  }
  .p-xl-5 {
    padding: 1.25rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xl-6 {
    padding: 1.5rem !important;
  }
  .pt-xl-6, .py-xl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-6, .px-xl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-6, .py-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-6, .px-xl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xl-7 {
    padding: 1.75rem !important;
  }
  .pt-xl-7, .py-xl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xl-7, .px-xl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xl-7, .py-xl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xl-7, .px-xl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xl-8 {
    padding: 2rem !important;
  }
  .pt-xl-8, .py-xl-8 {
    padding-top: 2rem !important;
  }
  .pr-xl-8, .px-xl-8 {
    padding-right: 2rem !important;
  }
  .pb-xl-8, .py-xl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-8, .px-xl-8 {
    padding-left: 2rem !important;
  }
  .p-xl-9 {
    padding: 2.25rem !important;
  }
  .pt-xl-9, .py-xl-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xl-9, .px-xl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xl-9, .py-xl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xl-9, .px-xl-9 {
    padding-left: 2.25rem !important;
  }
  .p-xl-10 {
    padding: 2.5rem !important;
  }
  .pt-xl-10, .py-xl-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-10, .px-xl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-10, .py-xl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-10, .px-xl-10 {
    padding-left: 2.5rem !important;
  }
  .p-xl-11 {
    padding: 2.75rem !important;
  }
  .pt-xl-11, .py-xl-11 {
    padding-top: 2.75rem !important;
  }
  .pr-xl-11, .px-xl-11 {
    padding-right: 2.75rem !important;
  }
  .pb-xl-11, .py-xl-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-xl-11, .px-xl-11 {
    padding-left: 2.75rem !important;
  }
  .p-xl-12 {
    padding: 3rem !important;
  }
  .pt-xl-12, .py-xl-12 {
    padding-top: 3rem !important;
  }
  .pr-xl-12, .px-xl-12 {
    padding-right: 3rem !important;
  }
  .pb-xl-12, .py-xl-12 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-12, .px-xl-12 {
    padding-left: 3rem !important;
  }
  .p-xl-13 {
    padding: 3.25rem !important;
  }
  .pt-xl-13, .py-xl-13 {
    padding-top: 3.25rem !important;
  }
  .pr-xl-13, .px-xl-13 {
    padding-right: 3.25rem !important;
  }
  .pb-xl-13, .py-xl-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xl-13, .px-xl-13 {
    padding-left: 3.25rem !important;
  }
  .p-xl-14 {
    padding: 3.5rem !important;
  }
  .pt-xl-14, .py-xl-14 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-14, .px-xl-14 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-14, .py-xl-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-14, .px-xl-14 {
    padding-left: 3.5rem !important;
  }
  .p-xl-15 {
    padding: 3.75rem !important;
  }
  .pt-xl-15, .py-xl-15 {
    padding-top: 3.75rem !important;
  }
  .pr-xl-15, .px-xl-15 {
    padding-right: 3.75rem !important;
  }
  .pb-xl-15, .py-xl-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xl-15, .px-xl-15 {
    padding-left: 3.75rem !important;
  }
  .p-xl-16 {
    padding: 4rem !important;
  }
  .pt-xl-16, .py-xl-16 {
    padding-top: 4rem !important;
  }
  .pr-xl-16, .px-xl-16 {
    padding-right: 4rem !important;
  }
  .pb-xl-16, .py-xl-16 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-16, .px-xl-16 {
    padding-left: 4rem !important;
  }
}
.d-flex {
  display: flex;
}
.d-flex.f-row {
  flex-flow: row;
}
.d-flex.f-col {
  flex-flow: column;
}
.d-flex.align-start {
  align-items: flex-start;
}
.d-flex.align-end {
  align-items: flex-end;
}
.d-flex.align-center {
  align-items: center;
}
.d-flex.justify-around {
  justify-content: space-around;
}
.d-flex.justify-between {
  justify-content: space-between;
}
.d-flex.justify-evenly {
  justify-content: space-evenly;
}
.d-flex.justify-stretch {
  justify-content: stretch;
}
.d-flex.justify-start {
  justify-content: flex-start;
}
.d-flex.justify-end {
  justify-content: flex-end;
}
.d-flex.justify-center {
  justify-content: center;
}
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
body, button, input, select, optgroup, textarea, .pure-g [class*=pure-u] {
  color: #404040;
  font-family: 'CircularStd', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
h1, h2 {
  text-transform: uppercase;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: proxima_novalight, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-italic {
  font-style: italic;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
@media print, (max-width: 599px) {
  .text-xs-center {
    text-align: center !important;
  }
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-justify {
    text-align: justify !important;
  }
}
@media print, (min-width: 600px) {
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-justify {
    text-align: justify !important;
  }
}
@media print, (min-width: 900px) {
  .text-md-center {
    text-align: center !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
}
@media print, (min-width: 1200px) {
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-justify {
    text-align: justify !important;
  }
}
@media print, (min-width: 1800px) {
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-justify {
    text-align: justify !important;
  }
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr, .hr {
  display: block;
  width: 75%;
  margin: 1.5rem auto;
  border-bottom: 4px solid #eee;
}
hr.dotted, .hr.dotted {
  width: 100%;
  border-bottom: 3px dotted #eee;
  margin: 1rem auto 0.5rem;
}
hr.dashed, .hr.dashed {
  border-bottom: 3px dashed #eee;
  margin: 0;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
.sticky {
  display: block;
}
.post, .page {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.community-estimate {
  font-size: 1rem;
}
@media print, (max-width: 599px) {
  .community-estimate .introduction .list-title {
    text-align: center;
  }
}
@media print, (min-width: 600px) {
  .community-estimate .introduction .list-title {
    text-align: left;
  }
}
@media print, (min-width: 900px) {
  .community-estimate .introduction .list-title {
    text-align: right;
  }
}
.community-estimate .list-title-container {
  background-color: #f3f3f3;
  -webkit-print-color-adjust: exact;
}
.community-estimate ul {
  margin: 0;
  margin-left: 1rem;
  padding-left: 1rem;
}
.community-estimate ul li {
  padding: 0.2rem;
}
.community-estimate ul.formatted-list {
  list-style-type: none;
  border: 2px solid #f3f3f3;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.community-estimate ul.formatted-list li {
  padding: 0.3rem;
  padding-left: 1rem;
}
.community-estimate ul.alternate > li:nth-child(odd) {
  background-color: #f3f3f3;
  -webkit-print-color-adjust: exact;
}
.community-estimate .deliverables ul {
  font-size: 0.8rem;
}
.community-estimate .assumptions ul {
  width: 90%;
  margin: auto;
  font-size: 0.8rem;
  color: #666;
}
.community-estimate .assumptions ul li {
  margin-bottom: 0.3rem;
}
.community-estimate .notes .copy > p:first-child {
  margin-top: 0;
}
.community-estimate .notes .copy p {
  margin-bottom: 0.5rem;
}
.community-estimate .notes .copy h5 {
  margin: 0;
}
.community-estimate .line-item-desc, .community-estimate .line-item-price {
  margin-bottom: 1rem;
}
.community-estimate .line-item-desc h4, .community-estimate .line-item-price h4 {
  margin: 0;
  padding: 0.7rem 1.5rem 0.5rem;
  background: #f3f3f3;
  -webkit-print-color-adjust: exact;
  border-bottom: 4px solid #eee;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1;
}
.community-estimate .sign-line {
  width: 100%;
  border-bottom: 1px solid #404040;
  height: 100%;
}
.community-estimate #line_total {
  width: fit-content;
}
.community-estimate #line_total h4:nth-child(1) {
  margin: 0;
  padding: 0.7rem 1.5rem 0.5rem;
  background: #f3f3f3;
  -webkit-print-color-adjust: exact;
  border-bottom: 4px solid #eee;
  width: 100%;
  font-weight: bold;
}
.community-estimate #line_total h4:nth-child(2) {
  margin: 0;
  padding: 0.7rem 1.5rem;
  font-weight: bold;
  border: 4px solid #eee;
  border-top: 0;
  width: 100%;
  text-align: right;
  font-size: 1.1rem;
}
.community-estimate section.print-page-break {
  position: relative;
}
.community-estimate section > .branding-footer {
  display: block;
}
.community-estimate section.header > .branding-footer {
  display: none;
}
.community-estimate .branding-footer {
  position: fixed;
  display: block;
  margin: 0;
  left: 0;
  bottom: 0;
  opacity: 0.5;
}
.community-estimate .branding-footer img {
  display: block;
  max-height: 32px;
}
@media print {
  .community-estimate header, .community-estimate section.print-page-break, .community-estimate footer {
    min-height: calc(100vh);
    page-break-after: always;
  }
  .community-estimate .branding-footer {
    page-break-inside: avoid;
  }
}
@media not print {
  .community-estimate {
    background: #f3f3f3;
  }
  .community-estimate header, .community-estimate section.print-page-break, .community-estimate footer {
    background: #fff;
    margin: 40px 0;
    padding: 80px 140px;
    box-shadow: 0px 0px 10px #aaa;
  }
}
/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
 ## Captions
 --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
 ## Galleries
 --------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
