@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://static.cdn.yoga/_orsd/os/assets/fa/6.1.0/free/css/all.css?x=1669245055");
@import url("https://os.cdn.yoga/v/10.0.0/lib/ygeditor/cb/assets/ionicons/css/ionicons.min.css?x=1669245055");
@import url("https://static.cdn.yoga/_orsd/os/assets/icons/styles.css?x=1669245055");
@import url("https://os.cdn.yoga/v/10.0.0/lib/animate/animate.css?x=1669245055");
@import url("https://os.cdn.yoga/v/10.0.0/lib/mediaelement/mediaelementplayer.css?x=1669245055");

@charset "UTF-8";
/*!
 * OrangeSeed CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */
/*!
 * OrangeSeed CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */
/*$card-inner-border-radius:          0px !default;*/
/* paths */
/* font */
/* colors */
/* embed responsive */
/* btn xs */
/* match btn to content builder */
/* container widths */
/* orangeseed color pallet */
/*#230067;*/
/* misc */
/* record menus */
/* color pallete */
/* theme colors yiq */
/* colors yiq */
/* typeography */
/* ?? */
/* feature defaults */
/* record defaults */
/* snippets */
/* grids */
/* cards */
/* wells */
/* foxy cart */
/* fancybox */
/* temporary fix for bootstrap 4 migration */
/* ?? */
/* ?? */
/* orsd-media-gallery */
/* orsd-media-gallery-fullscreen */
/* tables */
/*!
 * OrangeSeed CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */
/* decoration */
 
:root {
  --blue: #008cba;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #f04124;
  --orange: #fd7e14;
  --yellow: #e99002;
  --green: #43ac6a;
  --teal: #20c997;
  --cyan: #5bc0de;
  --white: #ffffff;
  --gray: #888888;
  --gray-dark: #333333;
  --gray-light: #cccccc;
  --primary: #f7921e;
  --secondary: #422b1b;
  --success: #43ac6a;
  --info: #5bc0de;
  --warning: #e99002;
  --danger: #f04124;
  --light: #eeeeee;
  --dark: #222222;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Segoe UI, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: Segoe UI, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  text-align: left;
  background-color: #ffffff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b, strong {
  font-weight: 900;
}
small {
  font-size: 80%;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #756a26;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #3b3613;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #888888;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: Segoe UI;
  font-weight: 500;
  line-height: 1.2;
  color: #422b1b;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small, .small {
  font-size: 80%;
  font-weight: 400;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #888888;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0px;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #888888;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #222222;
  border-radius: 0px;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #222222;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #222222;
}
.table th, .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm th, .table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th, .table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #222222;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary, .table-primary > th, .table-primary > td {
  background-color: #fde0c0;
}
.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
  border-color: #fbc68a;
}
.table-hover .table-primary:hover {
  background-color: #fcd4a7;
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #fcd4a7;
}
.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #cac4bf;
}
.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
  border-color: #9d9188;
}
.table-hover .table-secondary:hover {
  background-color: #beb7b1;
}
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #beb7b1;
}
.table-success, .table-success > th, .table-success > td {
  background-color: #cae8d5;
}
.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
  border-color: #9dd4b2;
}
.table-hover .table-success:hover {
  background-color: #b8e0c7;
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b8e0c7;
}
.table-info, .table-info > th, .table-info > td {
  background-color: #d1edf6;
}
.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
  border-color: #aadeee;
}
.table-hover .table-info:hover {
  background-color: #bce5f2;
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #bce5f2;
}
.table-warning, .table-warning > th, .table-warning > td {
  background-color: #f9e0b8;
}
.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
  border-color: #f4c57b;
}
.table-hover .table-warning:hover {
  background-color: #f7d6a0;
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #f7d6a0;
}
.table-danger, .table-danger > th, .table-danger > td {
  background-color: #fbcac2;
}
.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
  border-color: #f79c8d;
}
.table-hover .table-danger:hover {
  background-color: #f9b5aa;
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f9b5aa;
}
.table-light, .table-light > th, .table-light > td {
  background-color: #fafafa;
}
.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
  border-color: #f6f6f6;
}
.table-hover .table-light:hover {
  background-color: #ededed;
}
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ededed;
}
.table-dark, .table-dark > th, .table-dark > td {
  background-color: #c1c1c1;
}
.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
  border-color: #8c8c8c;
}
.table-hover .table-dark:hover {
  background-color: #b4b4b4;
}
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b4b4b4;
}
.table-active, .table-active > th, .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #ffffff;
  background-color: #333333;
  border-color: #464646;
}
.table .thead-light th {
  color: #495057;
  background-color: #eeeeee;
  border-color: #dee2e6;
}
.table-dark {
  color: #ffffff;
  background-color: #333333;
}
.table-dark th, .table-dark td, .table-dark thead th {
  border-color: #464646;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control, .form-group .select2-container {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .form-group .select2-container {
    transition: none;
  }
}
.form-control::-ms-expand, .form-group .select2-container::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .form-group .select2-container:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #fbce99;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 146, 30, 0.25);
}
.form-control::placeholder, .form-group .select2-container::placeholder {
  color: #888888;
  opacity: 1;
}
.form-control:disabled, .form-group .select2-container:disabled, .form-control[readonly], .form-group .select2-container[readonly] {
  background-color: #eeeeee;
  opacity: 1;
}
input[type="date"].form-control, .form-group input.select2-container[type="date"], input[type="time"].form-control, .form-group input.select2-container[type="time"], input[type="datetime-local"].form-control, .form-group input.select2-container[type="datetime-local"], input[type="month"].form-control, .form-group input.select2-container[type="month"] {
  appearance: none;
}
select.form-control:-moz-focusring, .form-group select.select2-container:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value, .form-group select.select2-container:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}
.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #222222;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0px;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0px;
}
select.form-control[size], .form-group select.select2-container[size], select.form-control[multiple], .form-group select.select2-container[multiple] {
  height: auto;
}
textarea.form-control, .form-group textarea.select2-container {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col, .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #888888;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #43ac6a;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(67, 172, 106, 0.9);
  border-radius: 0px;
}
.form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}
.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .was-validated .form-group .select2-container:valid, .form-group .was-validated .select2-container:valid, .form-control.is-valid, .form-group .is-valid.select2-container {
  border-color: #43ac6a;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2343ac6a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .form-group .select2-container:valid:focus, .form-group .was-validated .select2-container:valid:focus, .form-control.is-valid:focus, .form-group .is-valid.select2-container:focus {
  border-color: #43ac6a;
  box-shadow: 0 0 0 0.2rem rgba(67, 172, 106, 0.25);
}
.was-validated select.form-control:valid, .was-validated .form-group select.select2-container:valid, .form-group .was-validated select.select2-container:valid, select.form-control.is-valid, .form-group select.is-valid.select2-container {
  padding-right: 2rem !important;
  background-position: right 1rem center;
}
.was-validated textarea.form-control:valid, .was-validated .form-group textarea.select2-container:valid, .form-group .was-validated textarea.select2-container:valid, textarea.form-control.is-valid, .form-group textarea.is-valid.select2-container {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #43ac6a;
  padding-right: calc(0.75em + 2.0625rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.5rem center / 8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2343ac6a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.5rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #43ac6a;
  box-shadow: 0 0 0 0.2rem rgba(67, 172, 106, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #43ac6a;
}
.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #43ac6a;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #43ac6a;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #61c185;
  background-color: #61c185;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(67, 172, 106, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #43ac6a;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #43ac6a;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #43ac6a;
  box-shadow: 0 0 0 0.2rem rgba(67, 172, 106, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f04124;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(240, 65, 36, 0.9);
  border-radius: 0px;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}
.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .was-validated .form-group .select2-container:invalid, .form-group .was-validated .select2-container:invalid, .form-control.is-invalid, .form-group .is-invalid.select2-container {
  border-color: #f04124;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f04124' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f04124' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .form-group .select2-container:invalid:focus, .form-group .was-validated .select2-container:invalid:focus, .form-control.is-invalid:focus, .form-group .is-invalid.select2-container:focus {
  border-color: #f04124;
  box-shadow: 0 0 0 0.2rem rgba(240, 65, 36, 0.25);
}
.was-validated select.form-control:invalid, .was-validated .form-group select.select2-container:invalid, .form-group .was-validated select.select2-container:invalid, select.form-control.is-invalid, .form-group select.is-invalid.select2-container {
  padding-right: 2rem !important;
  background-position: right 1rem center;
}
.was-validated textarea.form-control:invalid, .was-validated .form-group textarea.select2-container:invalid, .form-group .was-validated textarea.select2-container:invalid, textarea.form-control.is-invalid, .form-group textarea.is-invalid.select2-container {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #f04124;
  padding-right: calc(0.75em + 2.0625rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.5rem center / 8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f04124' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f04124' stroke='none'/%3e%3c/svg%3e") center right 1.5rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #f04124;
  box-shadow: 0 0 0 0.2rem rgba(240, 65, 36, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f04124;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f04124;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f04124;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f36a54;
  background-color: #f36a54;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(240, 65, 36, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f04124;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f04124;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f04124;
  box-shadow: 0 0 0 0.2rem rgba(240, 65, 36, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .form-group .select2-container, .form-group .form-inline .select2-container {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group, .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 300;
  color: #222222;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 13px 28px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #222222;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 146, 30, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #ffffff;
  background-color: #f7921e;
  border-color: #f7921e;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #e77f08;
  border-color: #da7808;
}
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #e77f08;
  border-color: #da7808;
  box-shadow: 0 0 0 0.2rem rgba(248, 162, 64, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #f7921e;
  border-color: #f7921e;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #da7808;
  border-color: #ce7107;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 162, 64, 0.5);
}
.btn-secondary {
  color: #ffffff;
  background-color: #422b1b;
  border-color: #422b1b;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #271910;
  border-color: #1e130c;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: #271910;
  border-color: #1e130c;
  box-shadow: 0 0 0 0.2rem rgba(94, 75, 61, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #422b1b;
  border-color: #422b1b;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #1e130c;
  border-color: #150e08;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 75, 61, 0.5);
}
.btn-success {
  color: #ffffff;
  background-color: #43ac6a;
  border-color: #43ac6a;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #389059;
  border-color: #358753;
}
.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: #389059;
  border-color: #358753;
  box-shadow: 0 0 0 0.2rem rgba(95, 184, 128, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #43ac6a;
  border-color: #43ac6a;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #358753;
  border-color: #317e4e;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(95, 184, 128, 0.5);
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #3bb4d8;
  border-color: #31b0d5;
}
.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: #3bb4d8;
  border-color: #31b0d5;
  box-shadow: 0 0 0 0.2rem rgba(116, 201, 227, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #2aaacf;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 201, 227, 0.5);
}
.btn-warning {
  color: #ffffff;
  background-color: #e99002;
  border-color: #e99002;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #c37902;
  border-color: #b67102;
}
.btn-warning:focus, .btn-warning.focus {
  color: #ffffff;
  background-color: #c37902;
  border-color: #b67102;
  box-shadow: 0 0 0 0.2rem rgba(236, 161, 40, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #ffffff;
  background-color: #e99002;
  border-color: #e99002;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #b67102;
  border-color: #aa6901;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 161, 40, 0.5);
}
.btn-danger {
  color: #ffffff;
  background-color: #f04124;
  border-color: #f04124;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #df2d0f;
  border-color: #d32a0e;
}
.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: #df2d0f;
  border-color: #d32a0e;
  box-shadow: 0 0 0 0.2rem rgba(242, 94, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #f04124;
  border-color: #f04124;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #d32a0e;
  border-color: #c7280e;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 94, 69, 0.5);
}
.btn-light {
  color: #222222;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn-light:hover {
  color: #222222;
  background-color: #dbdbdb;
  border-color: #d5d5d5;
}
.btn-light:focus, .btn-light.focus {
  color: #222222;
  background-color: #dbdbdb;
  border-color: #d5d5d5;
  box-shadow: 0 0 0 0.2rem rgba(207, 207, 207, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #222222;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #222222;
  background-color: #d5d5d5;
  border-color: #cecece;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 207, 207, 0.5);
}
.btn-dark {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #0f0f0f;
  border-color: #090909;
}
.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: #0f0f0f;
  border-color: #090909;
  box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #090909;
  border-color: #020202;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5);
}
.btn-outline-primary {
  color: #f7921e;
  border-color: #f7921e;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #f7921e;
  border-color: #f7921e;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 146, 30, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #f7921e;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #f7921e;
  border-color: #f7921e;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 146, 30, 0.5);
}
.btn-outline-secondary {
  color: #422b1b;
  border-color: #422b1b;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #422b1b;
  border-color: #422b1b;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 43, 27, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #422b1b;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #422b1b;
  border-color: #422b1b;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 43, 27, 0.5);
}
.btn-outline-success {
  color: #43ac6a;
  border-color: #43ac6a;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #43ac6a;
  border-color: #43ac6a;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 172, 106, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #43ac6a;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #43ac6a;
  border-color: #43ac6a;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 172, 106, 0.5);
}
.btn-outline-info {
  color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5);
}
.btn-outline-warning {
  color: #e99002;
  border-color: #e99002;
}
.btn-outline-warning:hover {
  color: #ffffff;
  background-color: #e99002;
  border-color: #e99002;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 144, 2, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #e99002;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #e99002;
  border-color: #e99002;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 144, 2, 0.5);
}
.btn-outline-danger {
  color: #f04124;
  border-color: #f04124;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #f04124;
  border-color: #f04124;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 65, 36, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f04124;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #f04124;
  border-color: #f04124;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 65, 36, 0.5);
}
.btn-outline-light {
  color: #eeeeee;
  border-color: #eeeeee;
}
.btn-outline-light:hover {
  color: #222222;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #eeeeee;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #222222;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}
.btn-outline-dark {
  color: #222222;
  border-color: #222222;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #222222;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #756a26;
  text-decoration: none;
}
.btn-link:hover {
  color: #3b3613;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #888888;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup, .dropright, .dropdown, .dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #222222;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #222222;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #151515;
  text-decoration: none;
  background-color: #eeeeee;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #f7921e;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #888888;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #222222;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 21px;
  padding-left: 21px;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .form-group .input-group > .select2-container, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .form-group .input-group > .select2-container + .form-control, .form-group .input-group > .form-control + .select2-container, .form-group .input-group > .select2-container + .select2-container, .input-group > .form-control + .custom-select, .form-group .input-group > .select2-container + .custom-select, .input-group > .form-control + .custom-file, .form-group .input-group > .select2-container + .custom-file, .input-group > .form-control-plaintext + .form-control, .form-group .input-group > .form-control-plaintext + .select2-container, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .form-group .input-group > .custom-select + .select2-container, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .form-group .input-group > .custom-file + .select2-container, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .form-group .input-group > .select2-container:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child), .form-group .input-group > .select2-container:not(:first-child), .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child), .form-group .input-group:not(.has-validation) > .select2-container:not(:last-child), .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label, .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n + 3), .form-group .input-group.has-validation > .select2-container:nth-last-child(n + 3), .input-group.has-validation > .custom-select:nth-last-child(n + 3), .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label, .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-prepend, .input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea), .form-group .input-group-lg > .select2-container:not(textarea), .input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control, .form-group .input-group-lg > .select2-container, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0px;
}
.input-group-sm > .form-control:not(textarea), .form-group .input-group-sm > .select2-container:not(textarea), .input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control, .form-group .input-group-sm > .select2-container, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0px;
}
.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.5rem;
}
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #f7921e;
  background-color: #f7921e;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(247, 146, 30, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #fbce99;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #fde6ca;
  border-color: #fde6ca;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #888888;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eeeeee;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #f7921e;
  background-color: #f7921e;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(247, 146, 30, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(247, 146, 30, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(247, 146, 30, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(247, 146, 30, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.5rem 0.375rem 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.5rem center / 8px 10px no-repeat;
  border: 1px solid #cccccc;
  border-radius: 0px;
  appearance: none;
}
.custom-select:focus {
  border-color: #fbce99;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 146, 30, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.5rem;
  background-image: none;
}
.custom-select:disabled {
  color: #888888;
  background-color: #eeeeee;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #fbce99;
  box-shadow: 0 0 0 0.2rem rgba(247, 146, 30, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #eeeeee;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.5rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.5rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #eeeeee;
  border-left: inherit;
  border-radius: 0 0px 0px 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(247, 146, 30, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(247, 146, 30, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(247, 146, 30, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #f7921e;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #fde6ca;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #f7921e;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #fde6ca;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #f7921e;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #fde6ca;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #cccccc;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: rgba(0, 0, 0, 0.1);
}
.nav-tabs .nav-link.disabled {
  color: #cccccc;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #f7921e;
}
.nav-fill > .nav-link, .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link, .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.7);
}
.navbar-dark .navbar-text a {
  color: #ffffff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 0;
}
.card-img, .card-img-top, .card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img, .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-img, .card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eeeeee;
  border-radius: 0px;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #888888;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #888888;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0px;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #888888;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.page-link:hover {
  z-index: 2;
  color: #3b3613;
  text-decoration: none;
  background-color: #eeeeee;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 146, 30, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #f7921e;
  border-color: #f38609;
}
.page-item.disabled .page-link {
  color: #eeeeee;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.badge {
  display: inline-block;
  padding: 0.25em 1rem;
  font-size: 75%;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #ffffff;
  background-color: #f7921e;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #ffffff;
  background-color: #da7808;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 146, 30, 0.5);
}
.badge-secondary {
  color: #ffffff;
  background-color: #422b1b;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #ffffff;
  background-color: #1e130c;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(66, 43, 27, 0.5);
}
.badge-success {
  color: #ffffff;
  background-color: #43ac6a;
}
a.badge-success:hover, a.badge-success:focus {
  color: #ffffff;
  background-color: #358753;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(67, 172, 106, 0.5);
}
.badge-info {
  color: #ffffff;
  background-color: #5bc0de;
}
a.badge-info:hover, a.badge-info:focus {
  color: #ffffff;
  background-color: #31b0d5;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5);
}
.badge-warning {
  color: #ffffff;
  background-color: #e99002;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #ffffff;
  background-color: #b67102;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 144, 2, 0.5);
}
.badge-danger {
  color: #ffffff;
  background-color: #f04124;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #ffffff;
  background-color: #d32a0e;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 65, 36, 0.5);
}
.badge-light {
  color: #222222;
  background-color: #eeeeee;
}
a.badge-light:hover, a.badge-light:focus {
  color: #222222;
  background-color: #d5d5d5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}
.badge-dark {
  color: #ffffff;
  background-color: #222222;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #ffffff;
  background-color: #090909;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}
.jumbotron {
  padding: 4rem 2rem;
  margin-bottom: 4rem;
  background-color: #eeeeee;
  border-radius: 0px;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 8rem 4rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #804c10;
  background-color: #fde9d2;
  border-color: #fde0c0;
}
.alert-primary hr {
  border-top-color: #fcd4a7;
}
.alert-primary .alert-link {
  color: #53310a;
}
.alert-secondary {
  color: #22160e;
  background-color: #d9d5d1;
  border-color: #cac4bf;
}
.alert-secondary hr {
  border-top-color: #beb7b1;
}
.alert-secondary .alert-link {
  color: black;
}
.alert-success {
  color: #235937;
  background-color: #d9eee1;
  border-color: #cae8d5;
}
.alert-success hr {
  border-top-color: #b8e0c7;
}
.alert-success .alert-link {
  color: #153420;
}
.alert-info {
  color: #2f6473;
  background-color: #def2f8;
  border-color: #d1edf6;
}
.alert-info hr {
  border-top-color: #bce5f2;
}
.alert-info .alert-link {
  color: #20454f;
}
.alert-warning {
  color: #794b01;
  background-color: #fbe9cc;
  border-color: #f9e0b8;
}
.alert-warning hr {
  border-top-color: #f7d6a0;
}
.alert-warning .alert-link {
  color: #462c01;
}
.alert-danger {
  color: #7d2213;
  background-color: #fcd9d3;
  border-color: #fbcac2;
}
.alert-danger hr {
  border-top-color: #f9b5aa;
}
.alert-danger .alert-link {
  color: #51160c;
}
.alert-light {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fafafa;
}
.alert-light hr {
  border-top-color: #ededed;
}
.alert-light .alert-link {
  color: #636363;
}
.alert-dark {
  color: #121212;
  background-color: lightgray;
  border-color: #c1c1c1;
}
.alert-dark hr {
  border-top-color: #b4b4b4;
}
.alert-dark .alert-link {
  color: black;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #cccccc;
  border-radius: 0px;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #f7921e;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0px;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #222222;
  background-color: #eeeeee;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #888888;
  pointer-events: none;
  background-color: #eeeeee;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #f7921e;
  border-color: #f7921e;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #804c10;
  background-color: #fde0c0;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #804c10;
  background-color: #fcd4a7;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #804c10;
  border-color: #804c10;
}
.list-group-item-secondary {
  color: #22160e;
  background-color: #cac4bf;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #22160e;
  background-color: #beb7b1;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #22160e;
  border-color: #22160e;
}
.list-group-item-success {
  color: #235937;
  background-color: #cae8d5;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #235937;
  background-color: #b8e0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #235937;
  border-color: #235937;
}
.list-group-item-info {
  color: #2f6473;
  background-color: #d1edf6;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #2f6473;
  background-color: #bce5f2;
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #2f6473;
  border-color: #2f6473;
}
.list-group-item-warning {
  color: #794b01;
  background-color: #f9e0b8;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #794b01;
  background-color: #f7d6a0;
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #794b01;
  border-color: #794b01;
}
.list-group-item-danger {
  color: #7d2213;
  background-color: #fbcac2;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7d2213;
  background-color: #f9b5aa;
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #7d2213;
  border-color: #7d2213;
}
.list-group-item-light {
  color: #7c7c7c;
  background-color: #fafafa;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7c7c7c;
  background-color: #ededed;
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #7c7c7c;
  border-color: #7c7c7c;
}
.list-group-item-dark {
  color: #121212;
  background-color: #c1c1c1;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #121212;
  background-color: #b4b4b4;
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #121212;
  border-color: #121212;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #888888;
  text-shadow: none;
  opacity: 0.5;
}
.close:hover {
  color: #888888;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Segoe UI, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Segoe UI, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0px;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0px 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0px 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #422b1b;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #222222;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #f7921e !important;
}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #da7808 !important;
}
.bg-secondary {
  background-color: #422b1b !important;
}
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
  background-color: #1e130c !important;
}
.bg-success {
  background-color: #43ac6a !important;
}
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
  background-color: #358753 !important;
}
.bg-info {
  background-color: #5bc0de !important;
}
a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
  background-color: #31b0d5 !important;
}
.bg-warning {
  background-color: #e99002 !important;
}
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
  background-color: #b67102 !important;
}
.bg-danger {
  background-color: #f04124 !important;
}
a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
  background-color: #d32a0e !important;
}
.bg-light {
  background-color: #eeeeee !important;
}
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
  background-color: #d5d5d5 !important;
}
.bg-dark {
  background-color: #222222 !important;
}
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
  background-color: #090909 !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #f7921e !important;
}
.border-secondary {
  border-color: #422b1b !important;
}
.border-success {
  border-color: #43ac6a !important;
}
.border-info {
  border-color: #5bc0de !important;
}
.border-warning {
  border-color: #e99002 !important;
}
.border-danger {
  border-color: #f04124 !important;
}
.border-light {
  border-color: #eeeeee !important;
}
.border-dark {
  border-color: #222222 !important;
}
.border-white {
  border-color: #ffffff !important;
}
.rounded-sm {
  border-radius: 0px !important;
}
.rounded {
  border-radius: 0px !important;
}
.rounded-top {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.rounded-right {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.rounded-left {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.rounded-lg {
  border-radius: 0px !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-1by3::before {
  padding-top: 300%;
}
.embed-responsive-3by1::before {
  padding-top: 33.33333333%;
}
.embed-responsive-9by21::before {
  padding-top: 233.33333333%;
}
.embed-responsive-9by16::before {
  padding-top: 177.77777778%;
}
.embed-responsive-3by4::before {
  padding-top: 133.33333333%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.user-select-none {
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.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-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: 1rem !important;
}
.mt-3, .my-3 {
  margin-top: 1rem !important;
}
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}
.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5, .my-5 {
  margin-top: 3rem !important;
}
.mr-5, .mx-5 {
  margin-right: 3rem !important;
}
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}
.ml-5, .mx-5 {
  margin-left: 3rem !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-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: 1rem !important;
}
.pt-3, .py-3 {
  padding-top: 1rem !important;
}
.pr-3, .px-3 {
  padding-right: 1rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}
.pl-3, .px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5, .py-5 {
  padding-top: 3rem !important;
}
.pr-5, .px-5 {
  padding-right: 3rem !important;
}
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}
.pl-5, .px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}
.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}
.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5, .mx-n5 {
  margin-left: -3rem !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: 576px) {
  .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-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: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !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-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: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !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-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: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !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-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: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !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: 992px) {
  .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-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: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !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-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: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !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: 1200px) {
  .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-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: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !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-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: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !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;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: 900 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #ffffff !important;
}
.text-primary {
  color: #f7921e !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #c26b07 !important;
}
.text-secondary {
  color: #422b1b !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #0c0805 !important;
}
.text-success {
  color: #43ac6a !important;
}
a.text-success:hover, a.text-success:focus {
  color: #2e7548 !important;
}
.text-info {
  color: #5bc0de !important;
}
a.text-info:hover, a.text-info:focus {
  color: #28a1c5 !important;
}
.text-warning {
  color: #e99002 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #9d6101 !important;
}
.text-danger {
  color: #f04124 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #bb260d !important;
}
.text-light {
  color: #eeeeee !important;
}
a.text-light:hover, a.text-light:focus {
  color: #c8c8c8 !important;
}
.text-dark {
  color: #222222 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}
.text-body {
  color: #222222 !important;
}
.text-muted {
  color: #888888 !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *, *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre, blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.navbar {
  font-size: 0.875rem;
  font-weight: 500;
}
.bg-primary .dropdown-menu {
  background-color: #f7921e;
}
.bg-primary .dropdown-menu .dropdown-item, .bg-primary .dropdown-menu .dropdown-item:focus {
  color: rgba(255, 255, 255, 0.7);
}
.bg-primary .dropdown-menu .dropdown-item.active, .bg-primary .dropdown-menu .dropdown-item:hover, .bg-primary .dropdown-menu .dropdown-item:focus {
  background-color: #f38609;
  color: #fff;
}
.bg-dark {
  background-color: #333333 !important;
}
.bg-dark .dropdown-menu {
  background-color: #333333;
}
.bg-dark .dropdown-menu .dropdown-item, .bg-dark .dropdown-menu .dropdown-item:focus {
  color: rgba(255, 255, 255, 0.7);
}
.bg-dark .dropdown-menu .dropdown-item.active, .bg-dark .dropdown-menu .dropdown-item:hover, .bg-dark .dropdown-menu .dropdown-item:focus {
  background-color: #262626;
  color: #fff;
}
.bg-light .dropdown-menu {
  background-color: #eeeeee;
}
.bg-light .dropdown-menu .dropdown-item, .bg-light .dropdown-menu .dropdown-item:focus {
  color: rgba(0, 0, 0, 0.5);
}
.bg-light .dropdown-menu .dropdown-item.active, .bg-light .dropdown-menu .dropdown-item:hover, .bg-light .dropdown-menu .dropdown-item:focus {
  background-color: #fbfbfb;
  color: rgba(0, 0, 0, 0.7);
}
.btn-primary {
  border-color: #f38609;
}
.btn-secondary {
  border-color: #301f14;
}
.btn-success {
  border-color: #3c9a5f;
}
.btn-info {
  border-color: #46b8da;
  color: #ffffff;
}
.btn-danger {
  border-color: #ea2f10;
}
.btn-warning {
  border-color: #d08002;
  color: #ffffff;
}
.btn-light {
  border-color: #e1e1e1;
}
.btn-dark {
  border-color: #151515;
}
.btn-group .dropdown-menu {
  border-top-width: 0;
}
.btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu {
  background-color: #f7921e;
  border-color: #f38609;
}
.btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-item:hover, .btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-item:focus {
  background-color: #e47e08;
}
.btn-group .dropdown-toggle.btn-secondary ~ .dropdown-menu {
  background-color: #422b1b;
  border-color: #301f14;
}
.btn-group .dropdown-toggle.btn-secondary ~ .dropdown-menu .dropdown-item {
  color: #222222;
}
.btn-group .dropdown-toggle.btn-secondary ~ .dropdown-menu .dropdown-item:hover, .btn-group .dropdown-toggle.btn-secondary ~ .dropdown-menu .dropdown-item:focus {
  background-color: #25180f;
}
.btn-group .dropdown-toggle.btn-success ~ .dropdown-menu {
  background-color: #43ac6a;
  border-color: #3c9a5f;
}
.btn-group .dropdown-toggle.btn-success ~ .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.btn-group .dropdown-toggle.btn-success ~ .dropdown-menu .dropdown-item:hover, .btn-group .dropdown-toggle.btn-success ~ .dropdown-menu .dropdown-item:focus {
  background-color: #388f58;
}
.btn-group .dropdown-toggle.btn-info ~ .dropdown-menu {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-group .dropdown-toggle.btn-info ~ .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.btn-group .dropdown-toggle.btn-info ~ .dropdown-menu .dropdown-item:hover, .btn-group .dropdown-toggle.btn-info ~ .dropdown-menu .dropdown-item:focus {
  background-color: #39b3d7;
}
.btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu {
  background-color: #e99002;
  border-color: #d08002;
}
.btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu .dropdown-item:hover, .btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu .dropdown-item:focus {
  background-color: #c17702;
}
.btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu {
  background-color: #f04124;
  border-color: #ea2f10;
}
.btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu .dropdown-item:hover, .btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu .dropdown-item:focus {
  background-color: #dc2c0f;
}
.text-secondary {
  color: #495057 !important;
}
.blockquote-footer {
  color: #888888;
}
table {
  font-size: 0.875rem;
}
.table-primary, .table-success, .table-info, .table-warning, .table-danger {
  color: #fff;
}
.table-primary, .table-primary > th, .table-primary > td {
  background-color: #f7921e;
}
.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #422b1b;
}
.table-light, .table-light > th, .table-light > td {
  background-color: #eeeeee;
}
.table-dark, .table-dark > th, .table-dark > td {
  background-color: #222222;
}
.table-success, .table-success > th, .table-success > td {
  background-color: #43ac6a;
}
.table-info, .table-info > th, .table-info > td {
  background-color: #5bc0de;
}
.table-danger, .table-danger > th, .table-danger > td {
  background-color: #f04124;
}
.table-warning, .table-warning > th, .table-warning > td {
  background-color: #e99002;
}
.table-active, .table-active > th, .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-primary:hover, .table-hover .table-primary:hover > th, .table-hover .table-primary:hover > td {
  background-color: #f38609;
}
.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > th, .table-hover .table-secondary:hover > td {
  background-color: #301f14;
}
.table-hover .table-light:hover, .table-hover .table-light:hover > th, .table-hover .table-light:hover > td {
  background-color: #e1e1e1;
}
.table-hover .table-dark:hover, .table-hover .table-dark:hover > th, .table-hover .table-dark:hover > td {
  background-color: #151515;
}
.table-hover .table-success:hover, .table-hover .table-success:hover > th, .table-hover .table-success:hover > td {
  background-color: #3c9a5f;
}
.table-hover .table-info:hover, .table-hover .table-info:hover > th, .table-hover .table-info:hover > td {
  background-color: #46b8da;
}
.table-hover .table-danger:hover, .table-hover .table-danger:hover > th, .table-hover .table-danger:hover > td {
  background-color: #ea2f10;
}
.table-hover .table-warning:hover, .table-hover .table-warning:hover > th, .table-hover .table-warning:hover > td {
  background-color: #d08002;
}
.table-hover .table-active:hover, .table-hover .table-active:hover > th, .table-hover .table-active:hover > td {
  background-color: rgba(0, 0, 0, 0.075);
}
label, .control-label, .help-block, .checkbox, .radio, .form-control-feedback {
  font-size: 0.875rem;
}
.dropdown-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: 300;
}
.nav-tabs .nav-link, .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:hover, .nav-tabs .nav-link.disabled:focus {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #eeeeee;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  background-color: #fbfbfb;
}
.nav-pills .active {
  border: 1px solid #f38609;
}
.breadcrumb {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: uppercase;
}
.pagination {
  font-weight: 300;
}
.pagination .page-link {
  border-color: transparent;
  border-radius: 3px;
  margin-left: 0.1em;
  margin-right: 0.1em;
}
.pagination .page-link:hover, .pagination .page-link:focus {
  text-decoration: none;
}
.pagination .page-item.disabled .page-link {
  border-color: transparent;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link, .pagination-lg .page-item:first-child .page-link, .pagination-lg .page-item:last-child .page-link, .pagination-sm .page-item:first-child .page-link, .pagination-sm .page-item:last-child .page-link {
  border-radius: 3px;
}
.list-group {
  font-size: 0.875rem;
  font-weight: 300;
}
.close {
  opacity: 0.6;
  text-shadow: none;
}
.close:hover, .close:focus {
  opacity: 1;
}
.alert {
  font-size: 0.875rem;
  font-weight: 300;
  color: #ffffff;
}
.alert-primary, .alert-primary > th, .alert-primary > td {
  background-color: #f7921e;
}
.alert-secondary, .alert-secondary > th, .alert-secondary > td {
  background-color: #422b1b;
}
.alert-success, .alert-success > th, .alert-success > td {
  background-color: #43ac6a;
}
.alert-info, .alert-info > th, .alert-info > td {
  background-color: #5bc0de;
}
.alert-danger, .alert-danger > th, .alert-danger > td {
  background-color: #f04124;
}
.alert-warning, .alert-warning > th, .alert-warning > td {
  background-color: #e99002;
}
.alert-dark, .alert-dark > th, .alert-dark > td {
  background-color: #222222;
}
.alert-light, .alert-light > th, .alert-light > td {
  background-color: #eeeeee;
}
.alert .alert-link {
  font-weight: normal;
  color: #fff;
  text-decoration: underline;
}
.alert-secondary, .alert-secondary a:not(.btn), .alert-secondary .alert-link, .alert-light, .alert-light a:not(.btn), .alert-light .alert-link {
  color: #222222;
}
.badge {
  padding-bottom: 0.3em;
}
.badge-warning, .badge-info {
  color: #ffffff;
}
.progress[value] {
  height: 22px;
  padding: 2px;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
}
.popover-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/**********************************
    Adjustment for css frameworks
***********************************/
/* For Material Design Lite */
.mdl-cell {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* Images' default margin */
/* only for orsd-block */
.orsd-block img, .orsd-block .container img {
  margin: 1.4rem 0 1rem;
}
.orsd-block .container img:not([style^=width]) {
  width: 100%;
  height: auto;
}
.orsd-block .container p > img {
  margin: 0 0 0.25rem;
}
/**********************************
    Default Typography
***********************************/
.display {
  margin-bottom: 0.5rem;
}
.display h1 {
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.4;
  text-transform: uppercase;
}
.display p {
  font-size: 1.3rem;
  font-style: italic;
}
@media (max-width: 1024px) {
  .display h1 {
    font-size: 2.2rem;
  }
  .display p {
    font-size: 1.1rem;
  }
}
/**********************************
    Basic Elements
***********************************/
img {
  max-width: 100%;
}
figure {
  margin: 0;
}
/**********************************
    Simple Grid
    (if css framework not used)
***********************************/
@media (min-width: 768px) {
  .column {
    float: left;
    padding-left: 1rem;
    /* beta3 */
    padding-right: 1rem;
    /* beta3 */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .column.full {
    width: 100%;
  }
  .column.two-third {
    width: 66.7%;
  }
  .column.two-fourth {
    width: 75%;
  }
  .column.two-fifth {
    width: 80%;
  }
  .column.two-sixth {
    width: 83.3%;
  }
  .column.half {
    width: 50%;
  }
  .column.third {
    width: 33.3%;
  }
  .column.fourth {
    width: 25%;
  }
  .column.fifth {
    width: 20%;
  }
  .column.sixth {
    width: 16.6%;
  }
  .column.flow-opposite {
    float: right;
  }
}
/**********************************
    Useful Classes
***********************************/
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.padding-20 {
  padding: 20px;
}
.padding-25 {
  padding: 25px;
}
.padding-30 {
  padding: 30px;
}
.padding-35 {
  padding: 35px;
}
.padding-40 {
  padding: 40px;
}
@media (max-width: 540px) {
  /*.center {text-align:initial}
  .right {text-align:initial}
  .left {text-align:initial}*/
  .padding-20 {
    padding: 0;
  }
  .padding-25 {
    padding: 0;
  }
  .padding-30 {
    padding: 0;
  }
  .padding-35 {
    padding: 0;
  }
  .padding-40 {
    padding: 0;
  }
}
.margin-0 {
  margin: 0 !important;
}
.margin-20 {
  margin: 20px !important;
}
.margin-25 {
  margin: 25px !important;
}
.margin-30 {
  margin: 30px !important;
}
.margin-35 {
  margin: 35px !important;
}
.margin-40 {
  margin: 40px !important;
}
.is-card {
  display: table;
  background-color: #fff;
}
.is-card > * {
  display: table;
}
.is-card-circle {
  width: 280px;
  height: 280px;
  border-radius: 500px;
  padding: 70px;
  margin: 0 auto;
}
@media (max-width: 540px) {
  .is-card-circle {
    zoom: 0.7;
    -moz-transform: scale(0.7);
  }
}
.is-card-content-centered {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.max-390 {
  max-width: 390px;
  margin: 0 auto;
}
.shadow-1 {
  /* card */
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.shadow-2 {
  /* screenshot */
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}
.shadow-3 {
  /* highlight */
  -webkit-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
}
img.circle {
  border-radius: 500px;
  margin-top: 0;
}
img.bordered {
  border: #dee2e6 1px solid;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-top: 1.4em;
  margin-bottom: 1em;
}
.embed-responsive-21by9 {
  padding-bottom: 42.8571428571%;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive-1by1 {
  padding-bottom: 100%;
}
.embed-responsive-1by3 {
  padding-bottom: 300%;
}
.embed-responsive-3by1 {
  padding-bottom: 33.3333333333%;
}
.embed-responsive-9by21 {
  padding-bottom: 233.3333333333%;
}
.embed-responsive-9by16 {
  padding-bottom: 177.7777777778%;
}
.embed-responsive-3by4 {
  padding-bottom: 133.3333333333%;
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.list {
  position: relative;
  margin: 1.5em 0;
  box-shadow: none;
}
.list > i {
  position: absolute;
  left: -3px;
  top: 7px;
  font-size: 1.7em;
  line-height: 1;
}
.list > h2, .list > h3 {
  margin: 0 0 0 50px !important;
  line-height: 1.2 !important;
}
.list > p {
  margin: 5px 0 0 50px !important;
}
.quote {
  position: relative;
  margin: 1.5em 0;
}
.quote > i {
  position: absolute;
  top: -10px;
  left: -7px;
  font-size: 2em;
}
.quote > small {
  margin-left: 50px;
  opacity: 0.7;
  font-size: 1em;
}
.quote > p {
  margin-left: 50px;
  font-size: 1.5em;
}
@media (max-width: 540px) {
  .quote > i {
    left: -15px;
    font-size: 1.5em;
  }
  .quote > small {
    margin-left: 20px;
    ont-size: 1em;
  }
  .quote > p {
    margin-left: 20px;
    font-size: 1.2em;
  }
}
.is-social {
  line-height: 1;
  margin-bottom: 1.5em;
}
.is-social a > i {
  text-decoration: none;
  color: #333;
  font-size: 1.2em;
  margin: 0 15px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.is-social a:first-child > i {
  margin: 0 15px 0 0;
}
.is-social a:last-child > i {
  margin: 0 0 0 15px;
}
.is-social a:hover > i {
  color: #3b3613;
}
.is-light-text .is-social a > i {
  color: #eeeeee;
}
.is-light-text .is-social a:hover > i {
  color: #eeeeee;
}
.is-dark-text .is-social a > i {
  color: #222222;
}
.is-dark-text .is-social a:hover > i {
  color: #222222;
}
.is-rounded-button-big a {
  display: inline-block;
  text-align: center;
  margin: 0 20px;
  border-radius: 500px;
  width: 110px;
  height: 110px;
  background-color: #aaa;
  overflow: hidden;
  text-decoration: none;
}
.is-rounded-button-big a i {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.is-rounded-button-big a:first-child {
  margin: 0 20px 0 0;
}
.is-rounded-button-big a:last-child {
  margin: 0 0 0 20px;
}
.is-rounded-button-medium a {
  display: inline-block;
  text-align: center;
  margin: 0 20px;
  border-radius: 500px;
  width: 70px;
  height: 70px;
  background-color: #aaa;
  overflow: hidden;
  text-decoration: none;
}
.is-rounded-button-medium a i {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.is-rounded-button-medium a:first-child {
  margin: 0 20px 0 0;
}
.is-rounded-button-medium a:last-child {
  margin: 0 0 0 20px;
}
.is-boxed-button-big {
  display: inline-block;
}
.is-boxed-button-big a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 110px;
  height: 110px;
  background-color: #aaa;
  text-decoration: none;
}
.is-boxed-button-big a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.is-boxed-button-big2 {
  display: inline-block;
}
.is-boxed-button-big2 a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 150px;
  height: 70px;
  background-color: #aaa;
  text-decoration: none;
}
.is-boxed-button-big2 a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.is-boxed-button-medium {
  display: inline-block;
}
.is-boxed-button-medium a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 70px;
  height: 70px;
  background-color: #aaa;
  text-decoration: none;
}
.is-boxed-button-medium a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.is-boxed-button-medium2 {
  display: inline-block;
}
.is-boxed-button-medium2 a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 100px;
  height: 50px;
  background-color: #aaa;
  text-decoration: none;
}
.is-boxed-button-medium2 a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.is-boxed-button-small {
  display: inline-block;
}
.is-boxed-button-small a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 20px 0 0;
  width: 50px;
  height: 50px;
  background-color: #aaa;
  text-decoration: none;
}
.is-boxed-button-small a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.height-20 {
  height: 20px;
}
.height-40 {
  height: 40px;
}
.height-60 {
  height: 60px;
}
.height-80 {
  height: 80px;
}
.height-100 {
  height: 100px;
}
.height-120 {
  height: 120px;
}
.height-140 {
  height: 140px;
}
.height-160 {
  height: 160px;
}
.height-180 {
  height: 180px;
}
.height-200 {
  height: 200px;
}
.height-220 {
  height: 220px;
}
.height-240 {
  height: 240px;
}
.height-260 {
  height: 260px;
}
.height-280 {
  height: 280px;
}
.height-300 {
  height: 300px;
}
@media (max-width: 640px) {
  .height-20 {
    height: 20px;
  }
  .height-40 {
    height: 30px;
  }
  .height-60 {
    height: 40px;
  }
  .height-80 {
    height: 45px;
  }
  .height-100 {
    height: 50px;
  }
  .height-120 {
    height: 55px;
  }
  .height-140 {
    height: 60px;
  }
  .height-160 {
    height: 65px;
  }
  .height-180 {
    height: 70px;
  }
  .height-200 {
    height: 75px;
  }
  .height-220 {
    height: 80px;
  }
  .height-240 {
    height: 85px;
  }
  .height-260 {
    height: 90px;
  }
  .height-280 {
    height: 95px;
  }
  .height-300 {
    height: 100px;
  }
}
/* CHANGED - MTF - YOGA
  Set upto 48px to rem. Anything after that is so large it should probably be
  set pixels - We only adjust the smallest fonts since those are the ones that may need to be
  increased. Anything over 24px should probably just be set as pixels, otherwise
  it could get out of control
 */
.size-12 {
  font-size: 0.75rem !important;
}
.size-14 {
  font-size: 0.875rem !important;
}
.size-16 {
  font-size: 1rem !important;
}
/* base */
.size-18 {
  font-size: 1.125rem !important;
}
.size-21 {
  font-size: 1.3125rem !important;
}
.size-24 {
  font-size: 1.5rem !important;
}
.size-28 {
  font-size: 1.75rem !important;
}
.size-32 {
  font-size: 2rem !important;
}
.size-35 {
  font-size: 2.1875rem !important;
}
.size-38 {
  font-size: 2.375rem !important;
}
.size-42 {
  font-size: 2.625rem !important;
}
.size-46 {
  font-size: 2.875rem !important;
}
.size-48 {
  font-size: 3rem !important;
}
.size-50 {
  font-size: 50px !important;
}
.size-54 {
  font-size: 54px !important;
}
.size-60 {
  font-size: 60px !important;
}
.size-64 {
  font-size: 64px !important;
}
.size-68 {
  font-size: 68px !important;
}
.size-72 {
  font-size: 72px !important;
}
.size-76 {
  font-size: 76px !important;
}
.size-80 {
  font-size: 80px !important;
}
.size-84 {
  font-size: 84px !important;
}
.size-88 {
  font-size: 88px !important;
}
.size-92 {
  font-size: 92px !important;
}
.size-96 {
  font-size: 96px !important;
}
.size-100 {
  font-size: 100px !important;
}
.size-104 {
  font-size: 104px !important;
}
.size-108 {
  font-size: 108px !important;
}
.size-112 {
  font-size: 112px !important;
}
.size-116 {
  font-size: 116px !important;
}
.size-120 {
  font-size: 120px !important;
}
.size-124 {
  font-size: 124px !important;
}
.size-128 {
  font-size: 128px !important;
}
.size-132 {
  font-size: 132px !important;
}
.size-136 {
  font-size: 136px !important;
}
.size-140 {
  font-size: 140px !important;
}
.size-144 {
  font-size: 144px !important;
}
.size-148 {
  font-size: 148px !important;
}
.size-152 {
  font-size: 152px !important;
}
.size-156 {
  font-size: 156px !important;
}
.size-160 {
  font-size: 160px !important;
}
.size-164 {
  font-size: 164px !important;
}
.size-168 {
  font-size: 168px !important;
}
.size-172 {
  font-size: 172px !important;
}
.size-176 {
  font-size: 176px !important;
}
.size-180 {
  font-size: 180px !important;
}
.size-184 {
  font-size: 184px !important;
}
.size-188 {
  font-size: 188px !important;
}
.size-192 {
  font-size: 192px !important;
}
.size-196 {
  font-size: 196px !important;
}
.size-200 {
  font-size: 200px !important;
}
.size-204 {
  font-size: 204px !important;
}
.size-208 {
  font-size: 208px !important;
}
.size-212 {
  font-size: 212px !important;
}
.size-216 {
  font-size: 216px !important;
}
.size-220 {
  font-size: 220px !important;
}
@media (max-width: 1024px) {
  /* base */
  .size-12 {
    font-size: 0.75rem !important;
  }
  .size-14 {
    font-size: 0.875rem !important;
  }
  .size-16 {
    font-size: 1rem !important;
  }
  .size-18 {
    font-size: 1.125rem !important;
  }
  .size-21 {
    font-size: 1.3125rem !important;
  }
  .size-24 {
    font-size: 1.5rem !important;
  }
  .size-28 {
    font-size: 1.75rem !important;
  }
  .size-32 {
    font-size: 2rem !important;
  }
  .size-35 {
    font-size: 2.1875rem !important;
  }
  .size-38 {
    font-size: 2.375rem !important;
  }
  .size-42 {
    font-size: 2.625rem !important;
  }
  .size-46 {
    font-size: 2.875rem !important;
  }
  .size-48 {
    font-size: 3rem !important;
  }
  .size-50 {
    font-size: 50px !important;
  }
  .size-54 {
    font-size: 54px !important;
  }
  .size-60 {
    font-size: 60px !important;
  }
  .size-64 {
    font-size: 64px !important;
  }
  .size-68 {
    font-size: 68px !important;
  }
  .size-72 {
    font-size: 72px !important;
  }
  .size-76 {
    font-size: 73px !important;
  }
  .size-80 {
    font-size: 74px !important;
  }
  .size-84 {
    font-size: 75px !important;
  }
  .size-88 {
    font-size: 76px !important;
  }
  .size-92 {
    font-size: 77px !important;
  }
  .size-96 {
    font-size: 78px !important;
  }
  .size-100 {
    font-size: 79px !important;
  }
  .size-104 {
    font-size: 80px !important;
  }
  .size-108 {
    font-size: 81px !important;
  }
  .size-112 {
    font-size: 82px !important;
  }
  .size-116 {
    font-size: 84px !important;
  }
  .size-120 {
    font-size: 85px !important;
  }
  .size-124 {
    font-size: 86px !important;
  }
  .size-128 {
    font-size: 87px !important;
  }
  .size-132 {
    font-size: 88px !important;
  }
  .size-136 {
    font-size: 89px !important;
  }
  .size-140 {
    font-size: 90px !important;
  }
  .size-144 {
    font-size: 91px !important;
  }
  .size-148 {
    font-size: 92px !important;
  }
  .size-152 {
    font-size: 93px !important;
  }
  .size-156 {
    font-size: 94px !important;
  }
  .size-160 {
    font-size: 95px !important;
  }
  .size-164 {
    font-size: 96px !important;
  }
  .size-168 {
    font-size: 97px !important;
  }
  .size-172 {
    font-size: 98px !important;
  }
  .size-176 {
    font-size: 99px !important;
  }
  .size-180 {
    font-size: 100px !important;
  }
  .size-184 {
    font-size: 111px !important;
  }
  .size-188 {
    font-size: 112px !important;
  }
  .size-192 {
    font-size: 113px !important;
  }
  .size-196 {
    font-size: 114px !important;
  }
  .size-200 {
    font-size: 115px !important;
  }
  .size-204 {
    font-size: 116px !important;
  }
  .size-208 {
    font-size: 117px !important;
  }
  .size-212 {
    font-size: 118px !important;
  }
  .size-216 {
    font-size: 119px !important;
  }
  .size-220 {
    font-size: 120px !important;
  }
}
@media (max-width: 640px) {
  .size-12 {
    font-size: 0.75rem !important;
  }
  .size-14 {
    font-size: 0.875rem !important;
  }
  .size-16 {
    font-size: 1rem !important;
  }
  .size-18 {
    font-size: 1.125rem !important;
  }
  .size-21 {
    font-size: 1.3125rem !important;
  }
  .size-24 {
    font-size: 1.375rem !important;
  }
  .size-28 {
    font-size: 1.5rem !important;
  }
  .size-32 {
    font-size: 1.625rem !important;
  }
  .size-35 {
    font-size: 1.75rem !important;
  }
  .size-38 {
    font-size: 1.875rem !important;
  }
  .size-42 {
    font-size: 2rem !important;
  }
  .size-46 {
    font-size: 2.125rem !important;
  }
  .size-48 {
    font-size: 2.25rem !important;
  }
  .size-50 {
    font-size: 36px !important;
  }
  .size-54 {
    font-size: 36px !important;
  }
  .size-60 {
    font-size: 36px !important;
  }
  .size-64 {
    font-size: 36px !important;
  }
  .size-68 {
    font-size: 36px !important;
  }
  .size-72 {
    font-size: 36px !important;
  }
  .size-76 {
    font-size: 36px !important;
  }
  .size-80 {
    font-size: 36px !important;
  }
  .size-84 {
    font-size: 36px !important;
  }
  .size-88 {
    font-size: 36px !important;
  }
  .size-92 {
    font-size: 36px !important;
  }
  .size-96 {
    font-size: 36px !important;
  }
  .size-100 {
    font-size: 36px !important;
  }
  .size-104 {
    font-size: 36px !important;
  }
  .size-108 {
    font-size: 36px !important;
  }
  .size-112 {
    font-size: 36px !important;
  }
  .size-116 {
    font-size: 36px !important;
  }
  .size-120 {
    font-size: 36px !important;
  }
  .size-124 {
    font-size: 36px !important;
  }
  .size-128 {
    font-size: 36px !important;
  }
  .size-132 {
    font-size: 36px !important;
  }
  .size-136 {
    font-size: 36px !important;
  }
  .size-140 {
    font-size: 36px !important;
  }
  .size-144 {
    font-size: 36px !important;
  }
  .size-148 {
    font-size: 36px !important;
  }
  .size-152 {
    font-size: 36px !important;
  }
  .size-156 {
    font-size: 36px !important;
  }
  .size-160 {
    font-size: 36px !important;
  }
  .size-164 {
    font-size: 36px !important;
  }
  .size-168 {
    font-size: 36px !important;
  }
  .size-172 {
    font-size: 36px !important;
  }
  .size-176 {
    font-size: 36px !important;
  }
  .size-180 {
    font-size: 36px !important;
  }
  .size-184 {
    font-size: 36px !important;
  }
  .size-188 {
    font-size: 36px !important;
  }
  .size-192 {
    font-size: 36px !important;
  }
  .size-196 {
    font-size: 36px !important;
  }
  .size-200 {
    font-size: 36px !important;
  }
  .size-204 {
    font-size: 36px !important;
  }
  .size-208 {
    font-size: 36px !important;
  }
  .size-212 {
    font-size: 36px !important;
  }
  .size-216 {
    font-size: 36px !important;
  }
  .size-220 {
    font-size: 36px !important;
  }
}
/* If text wrapped with span-style during editing, don't apply the fix here (See line59) */
.size-12 span {
  font-size: 0.75rem !important;
}
.size-14 span {
  font-size: 0.875rem !important;
}
.size-16 span {
  font-size: 1rem !important;
}
/* base */
.size-18 span {
  font-size: 1.125rem !important;
}
.size-21 span {
  font-size: 1.3125rem !important;
}
.size-24 span {
  font-size: 1.5rem !important;
}
.size-28 span {
  font-size: 1.75rem !important;
}
.size-32 span {
  font-size: 2rem !important;
}
.size-35 span {
  font-size: 2.1875rem !important;
}
.size-38 span {
  font-size: 2.375rem !important;
}
.size-42 span {
  font-size: 2.625rem !important;
}
.size-46 span {
  font-size: 2.875rem !important;
}
.size-48 span {
  font-size: 3rem !important;
}
.size-50 span {
  font-size: 50px !important;
}
.size-54 span {
  font-size: 54px !important;
}
.size-60 span {
  font-size: 60px !important;
}
.size-64 span {
  font-size: 64px !important;
}
.size-68 span {
  font-size: 68px !important;
}
.size-72 span {
  font-size: 72px !important;
}
.size-76 span {
  font-size: 76px !important;
}
.size-80 span {
  font-size: 80px !important;
}
.size-84 span {
  font-size: 84px !important;
}
.size-88 span {
  font-size: 88px !important;
}
.size-92 span {
  font-size: 92px !important;
}
.size-96 span {
  font-size: 96px !important;
}
.size-100 span {
  font-size: 100px !important;
}
.size-104 span {
  font-size: 104px !important;
}
.size-108 span {
  font-size: 108px !important;
}
.size-112 span {
  font-size: 112px !important;
}
.size-116 span {
  font-size: 116px !important;
}
.size-120 span {
  font-size: 120px !important;
}
.size-124 span {
  font-size: 124px !important;
}
.size-128 span {
  font-size: 128px !important;
}
.size-132 span {
  font-size: 132px !important;
}
.size-136 span {
  font-size: 136px !important;
}
.size-140 span {
  font-size: 140px !important;
}
.size-144 span {
  font-size: 144px !important;
}
.size-148 span {
  font-size: 148px !important;
}
.size-152 span {
  font-size: 152px !important;
}
.size-156 span {
  font-size: 156px !important;
}
.size-160 span {
  font-size: 160px !important;
}
.size-164 span {
  font-size: 164px !important;
}
.size-168 span {
  font-size: 168px !important;
}
.size-172 span {
  font-size: 172px !important;
}
.size-176 span {
  font-size: 176px !important;
}
.size-180 span {
  font-size: 180px !important;
}
.size-184 span {
  font-size: 184px !important;
}
.size-188 span {
  font-size: 188px !important;
}
.size-192 span {
  font-size: 192px !important;
}
.size-196 span {
  font-size: 196px !important;
}
.size-200 span {
  font-size: 200px !important;
}
.size-204 span {
  font-size: 204px !important;
}
.size-208 span {
  font-size: 208px !important;
}
.size-212 span {
  font-size: 212px !important;
}
.size-216 span {
  font-size: 216px !important;
}
.size-220 span {
  font-size: 220px !important;
}
@media (max-width: 1024px) {
  /* base */
  .size-12 span {
    font-size: 0.75rem !important;
  }
  .size-14 span {
    font-size: 0.875rem !important;
  }
  .size-16 span {
    font-size: 1rem !important;
  }
  .size-18 span {
    font-size: 1.125rem !important;
  }
  .size-21 span {
    font-size: 1.3125rem !important;
  }
  .size-24 span {
    font-size: 1.5rem !important;
  }
  .size-28 span {
    font-size: 1.75rem !important;
  }
  .size-32 span {
    font-size: 2rem !important;
  }
  .size-35 span {
    font-size: 2.1875rem !important;
  }
  .size-38 span {
    font-size: 2.375rem !important;
  }
  .size-42 span {
    font-size: 2.625rem !important;
  }
  .size-46 span {
    font-size: 2.875rem !important;
  }
  .size-48 span {
    font-size: 3rem !important;
  }
  .size-50 span {
    font-size: 50px !important;
  }
  .size-54 span {
    font-size: 54px !important;
  }
  .size-60 span {
    font-size: 60px !important;
  }
  .size-64 span {
    font-size: 64px !important;
  }
  .size-68 span {
    font-size: 68px !important;
  }
  .size-72 span {
    font-size: 72px !important;
  }
  .size-76 span {
    font-size: 73px !important;
  }
  .size-80 span {
    font-size: 74px !important;
  }
  .size-84 span {
    font-size: 75px !important;
  }
  .size-88 span {
    font-size: 76px !important;
  }
  .size-92 span {
    font-size: 77px !important;
  }
  .size-96 span {
    font-size: 78px !important;
  }
  .size-100 span {
    font-size: 79px !important;
  }
  .size-104 span {
    font-size: 80px !important;
  }
  .size-108 span {
    font-size: 81px !important;
  }
  .size-112 span {
    font-size: 82px !important;
  }
  .size-116 span {
    font-size: 84px !important;
  }
  .size-120 span {
    font-size: 85px !important;
  }
  .size-124 span {
    font-size: 86px !important;
  }
  .size-128 span {
    font-size: 87px !important;
  }
  .size-132 span {
    font-size: 88px !important;
  }
  .size-136 span {
    font-size: 89px !important;
  }
  .size-140 span {
    font-size: 90px !important;
  }
  .size-144 span {
    font-size: 91px !important;
  }
  .size-148 span {
    font-size: 92px !important;
  }
  .size-152 span {
    font-size: 93px !important;
  }
  .size-156 span {
    font-size: 94px !important;
  }
  .size-160 span {
    font-size: 95px !important;
  }
  .size-164 span {
    font-size: 96px !important;
  }
  .size-168 span {
    font-size: 97px !important;
  }
  .size-172 span {
    font-size: 98px !important;
  }
  .size-176 span {
    font-size: 99px !important;
  }
  .size-180 span {
    font-size: 100px !important;
  }
  .size-184 span {
    font-size: 111px !important;
  }
  .size-188 span {
    font-size: 112px !important;
  }
  .size-192 span {
    font-size: 113px !important;
  }
  .size-196 span {
    font-size: 114px !important;
  }
  .size-200 span {
    font-size: 115px !important;
  }
  .size-204 span {
    font-size: 116px !important;
  }
  .size-208 span {
    font-size: 117px !important;
  }
  .size-212 span {
    font-size: 118px !important;
  }
  .size-216 span {
    font-size: 119px !important;
  }
  .size-220 span {
    font-size: 120px !important;
  }
}
@media (max-width: 640px) {
  .size-12 span {
    font-size: 0.75rem !important;
  }
  .size-14 span {
    font-size: 0.875rem !important;
  }
  .size-16 span {
    font-size: 1rem !important;
  }
  .size-18 span {
    font-size: 1.125rem !important;
  }
  .size-21 span {
    font-size: 1.3125rem !important;
  }
  .size-24 span {
    font-size: 1.375rem !important;
  }
  .size-28 span {
    font-size: 1.5rem !important;
  }
  .size-32 span {
    font-size: 1.625rem !important;
  }
  .size-35 span {
    font-size: 1.75rem !important;
  }
  .size-38 span {
    font-size: 1.875rem !important;
  }
  .size-42 span {
    font-size: 2rem !important;
  }
  .size-46 span {
    font-size: 2.125rem !important;
  }
  .size-48 span {
    font-size: 2.25rem !important;
  }
  .size-50 span {
    font-size: 36px !important;
  }
  .size-54 span {
    font-size: 36px !important;
  }
  .size-60 span {
    font-size: 36px !important;
  }
  .size-64 span {
    font-size: 36px !important;
  }
  .size-68 span {
    font-size: 36px !important;
  }
  .size-72 span {
    font-size: 36px !important;
  }
  .size-76 span {
    font-size: 36px !important;
  }
  .size-80 span {
    font-size: 36px !important;
  }
  .size-84 span {
    font-size: 36px !important;
  }
  .size-88 span {
    font-size: 36px !important;
  }
  .size-92 span {
    font-size: 36px !important;
  }
  .size-96 span {
    font-size: 36px !important;
  }
  .size-100 span {
    font-size: 36px !important;
  }
  .size-104 span {
    font-size: 36px !important;
  }
  .size-108 span {
    font-size: 36px !important;
  }
  .size-112 span {
    font-size: 36px !important;
  }
  .size-116 span {
    font-size: 36px !important;
  }
  .size-120 span {
    font-size: 36px !important;
  }
  .size-124 span {
    font-size: 36px !important;
  }
  .size-128 span {
    font-size: 36px !important;
  }
  .size-132 span {
    font-size: 36px !important;
  }
  .size-136 span {
    font-size: 36px !important;
  }
  .size-140 span {
    font-size: 36px !important;
  }
  .size-144 span {
    font-size: 36px !important;
  }
  .size-148 span {
    font-size: 36px !important;
  }
  .size-152 span {
    font-size: 36px !important;
  }
  .size-156 span {
    font-size: 36px !important;
  }
  .size-160 span {
    font-size: 36px !important;
  }
  .size-164 span {
    font-size: 36px !important;
  }
  .size-168 span {
    font-size: 36px !important;
  }
  .size-172 span {
    font-size: 36px !important;
  }
  .size-176 span {
    font-size: 36px !important;
  }
  .size-180 span {
    font-size: 36px !important;
  }
  .size-184 span {
    font-size: 36px !important;
  }
  .size-188 span {
    font-size: 36px !important;
  }
  .size-192 span {
    font-size: 36px !important;
  }
  .size-196 span {
    font-size: 36px !important;
  }
  .size-200 span {
    font-size: 36px !important;
  }
  .size-204 span {
    font-size: 36px !important;
  }
  .size-208 span {
    font-size: 36px !important;
  }
  .size-212 span {
    font-size: 36px !important;
  }
  .size-216 span {
    font-size: 36px !important;
  }
  .size-220 span {
    font-size: 36px !important;
  }
}
@media (max-width: 1024px) {
  .margin-left-1024-reset {
    margin-left: 0px !important;
  }
  .margin-right-1024-reset {
    margin-right: 0px !important;
  }
}
.letter-spacing-25 {
  letter-spacing: 25px !important;
}
.letter-spacing-24 {
  letter-spacing: 24px !important;
}
.letter-spacing-23 {
  letter-spacing: 23px !important;
}
.letter-spacing-22 {
  letter-spacing: 22px !important;
}
.letter-spacing-21 {
  letter-spacing: 21px !important;
}
.letter-spacing-20 {
  letter-spacing: 20px !important;
}
.letter-spacing-19 {
  letter-spacing: 19px !important;
}
.letter-spacing-18 {
  letter-spacing: 18px !important;
}
.letter-spacing-17 {
  letter-spacing: 17px !important;
}
.letter-spacing-16 {
  letter-spacing: 16px !important;
}
.letter-spacing-15 {
  letter-spacing: 15px !important;
}
.letter-spacing-14 {
  letter-spacing: 14px !important;
}
.letter-spacing-13 {
  letter-spacing: 13px !important;
}
.letter-spacing-12 {
  letter-spacing: 12px !important;
}
.letter-spacing-11 {
  letter-spacing: 11px !important;
}
.letter-spacing-10 {
  letter-spacing: 10px !important;
}
.letter-spacing-9 {
  letter-spacing: 9px !important;
}
.letter-spacing-8 {
  letter-spacing: 8px !important;
}
.letter-spacing-7 {
  letter-spacing: 7px !important;
}
.letter-spacing-6 {
  letter-spacing: 6px !important;
}
.letter-spacing-5 {
  letter-spacing: 5px !important;
}
.letter-spacing-4 {
  letter-spacing: 4px !important;
}
.letter-spacing-3 {
  letter-spacing: 3px !important;
}
.letter-spacing-2 {
  letter-spacing: 2px !important;
}
.letter-spacing-1 {
  letter-spacing: 1px !important;
}
@media (max-width: 1024px) {
  .letter-spacing-25 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-24 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-23 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-22 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-21 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-20 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-19 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-18 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-17 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-16 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-15 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-14 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-13 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-12 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-11 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-10 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-9 {
    letter-spacing: 5px !important;
  }
  .letter-spacing-8 {
    letter-spacing: 4px !important;
  }
  .letter-spacing-7 {
    letter-spacing: 4px !important;
  }
  .letter-spacing-6 {
    letter-spacing: 3px !important;
  }
  .letter-spacing-5 {
    letter-spacing: 3px !important;
  }
}
/**********************************
    Title Styles
***********************************/
.is-light-text * {
  color: #eeeeee;
}
.is-dark-text * {
  color: #222222;
}
/* Style 1 */
.is-title1-96 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.is-title1-80 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.is-title1-64 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.is-title1-48 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.is-title1-32 {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* Style 2 */
.is-title2-96 {
  margin-top: 25px;
  margin-bottom: 20px;
}
.is-title2-80 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.is-title2-64 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.is-title2-48 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.is-title2-32 {
  margin-top: 10px;
  margin-bottom: 15px;
}
/* Style 3 */
.is-title3-96 {
  margin-top: 30px;
  margin-bottom: 35px;
  padding: 20px 0;
  border-top: #000000 2px solid;
  border-bottom: #000000 2px solid;
}
.is-title3-80 {
  margin-top: 25px;
  margin-bottom: 33px;
  padding: 20px 0;
  border-top: #000000 2px solid;
  border-bottom: #000000 2px solid;
}
.is-title3-64 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 18px 0;
  border-top: #000000 2px solid;
  border-bottom: #000000 2px solid;
}
.is-title3-48 {
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 18px 0;
  border-top: #000000 2px solid;
  border-bottom: #000000 2px solid;
}
.is-title3-32 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 0;
  border-top: #000000 2px solid;
  border-bottom: #000000 2px solid;
}
.is-light-text .is-title3-96 {
  border-top: #ffffff 2px solid;
  border-bottom: #ffffff 2px solid;
}
.is-light-text .is-title3-80 {
  border-top: #ffffff 2px solid;
  border-bottom: #ffffff 2px solid;
}
.is-light-text .is-title3-64 {
  border-top: #ffffff 2px solid;
  border-bottom: #ffffff 2px solid;
}
.is-light-text .is-title3-48 {
  border-top: #ffffff 2px solid;
  border-bottom: #ffffff 2px solid;
}
.is-light-text .is-title3-32 {
  border-top: #ffffff 2px solid;
  border-bottom: #ffffff 2px solid;
}
.is-dark-text .is-title3-96 {
  border-top: #000000 2px solid;
  border-bottom: #000000 2px solid;
}
.is-dark-text .is-title3-80 {
  border-top: #000000 2px solid;
  border-bottom: #000000 2px solid;
}
.is-dark-text .is-title3-64 {
  border-top: #000000 2px solid;
  border-bottom: #000000 2px solid;
}
.is-dark-text .is-title3-48 {
  border-top: #000000 2px solid;
  border-bottom: #000000 2px solid;
}
.is-dark-text .is-title3-32 {
  border-top: #000000 2px solid;
  border-bottom: #000000 2px solid;
}
/* Style 4 */
.is-title4-96 {
  margin-top: 30px;
  margin-bottom: 35px;
  padding: 20px 30px;
  border: #000000 2px solid;
}
.is-title4-80 {
  margin-top: 25px;
  margin-bottom: 33px;
  padding: 20px 30px;
  border: #000000 2px solid;
}
.is-title4-64 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 18px 28px;
  border: #000000 2px solid;
}
.is-title4-48 {
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 18px 25px;
  border: #000000 2px solid;
}
.is-title4-32 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 20px;
  border: #000000 2px solid;
}
.is-light-text .is-title4-96 {
  border: #ffffff 2px solid;
}
.is-light-text .is-title4-80 {
  border: #ffffff 2px solid;
}
.is-light-text .is-title4-64 {
  border: #ffffff 2px solid;
}
.is-light-text .is-title4-48 {
  border: #ffffff 2px solid;
}
.is-light-text .is-title4-32 {
  border: #ffffff 2px solid;
}
.is-dark-text .is-title4-96 {
  border: #000000 2px solid;
}
.is-dark-text .is-title4-80 {
  border: #000000 2px solid;
}
.is-dark-text .is-title4-64 {
  border: #000000 2px solid;
}
.is-dark-text .is-title4-48 {
  border: #000000 2px solid;
}
.is-dark-text .is-title4-32 {
  border: #000000 2px solid;
}
/* Style 5 */
.is-title5-96 {
  margin-top: 10px;
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: #000000 2px solid;
}
.is-title5-80 {
  margin-top: 10px;
  margin-bottom: 33px;
  padding-bottom: 25px;
  border-bottom: #000000 2px solid;
}
.is-title5-64 {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: #000000 2px solid;
}
.is-title5-48 {
  margin-top: 10px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: #000000 2px solid;
}
.is-title5-32 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #000000 2px solid;
}
.is-light-text .is-title5-96 {
  border-bottom: #ffffff 2px solid;
}
.is-light-text .is-title5-80 {
  border-bottom: #ffffff 2px solid;
}
.is-light-text .is-title5-64 {
  border-bottom: #ffffff 2px solid;
}
.is-light-text .is-title5-48 {
  border-bottom: #ffffff 2px solid;
}
.is-light-text .is-title5-32 {
  border-bottom: #ffffff 2px solid;
}
.is-dark-text .is-title5-96 {
  border-bottom: #000000 2px solid;
}
.is-dark-text .is-title5-80 {
  border-bottom: #000000 2px solid;
}
.is-dark-text .is-title5-64 {
  border-bottom: #000000 2px solid;
}
.is-dark-text .is-title5-48 {
  border-bottom: #000000 2px solid;
}
.is-dark-text .is-title5-32 {
  border-bottom: #000000 2px solid;
}
/* Extra Title Styles */
.is-title-lite {
  letter-spacing: 3px;
  word-spacing: 5px;
}
.is-title-lite.is-title3-96, .is-title-lite.is-title4-96, .is-title-lite.is-title5-96 {
  letter-spacing: 4px;
  word-spacing: 8px;
}
.is-title-lite.is-title3-80, .is-title-lite.is-title4-80, .is-title-lite.is-title5-80 {
  letter-spacing: 4px;
  word-spacing: 8px;
}
.is-title-lite.is-title3-64, .is-title-lite.is-title4-64, .is-title-lite.is-title5-64 {
  letter-spacing: 4px;
  word-spacing: 8px;
}
.is-title-lite.is-title3-48, .is-title-lite.is-title4-48, .is-title-lite.is-title5-48 {
  letter-spacing: 4px;
  word-spacing: 8px;
}
.is-title-lite.is-title3-32, .is-title-lite.is-title4-32, .is-title-lite.is-title5-32 {
  letter-spacing: 3px;
  word-spacing: 5px;
}
.is-title-bold {
  font-weight: 800;
}
.is-title-bold.is-title3-96, .is-title-bold.is-title4-96, .is-title-bold.is-title5-96 {
  border-width: 4px;
}
.is-title-bold.is-title3-80, .is-title-bold.is-title4-80, .is-title-bold.is-title5-80 {
  border-width: 4px;
}
.is-title-bold.is-title3-64, .is-title-bold.is-title4-64, .is-title-bold.is-title5-64 {
  border-width: 3px;
}
.is-title-bold.is-title3-48, .is-title-bold.is-title4-48, .is-title-bold.is-title5-48 {
  border-width: 3px;
}
.is-title-bold.is-title3-32, .is-title-bold.is-title4-32, .is-title-bold.is-title5-32 {
  border-width: 2px;
}
/**********************************
    Into Styles
***********************************/
.is-info1 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-style: italic;
}
.is-info1.size-21 {
  margin-top: 12px;
}
.is-info1.size-24 {
  margin-top: 15px;
}
.is-info2 {
  margin-top: 10px;
  margin-bottom: 0px;
}
.is-info2.size-21 {
  margin-top: 12px;
}
.is-info2.size-24 {
  margin-top: 15px;
}
/**********************************
    Buttons Styles
***********************************/
.is-btn, a.is-btn {
  padding: 10px 50px;
  font-size: 1rem;
  line-height: 2rem;
  border-radius: 0;
  letter-spacing: 3px;
  display: inline-block;
  margin: 3px 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-transition: all 0.16s ease;
  transition: all 0.16s ease;
  text-decoration: none;
  color: #000;
}
.is-btn:hover, .is-btn:visited, .is-btn:focus, a.is-btn:hover, a.is-btn:visited, a.is-btn:focus {
  color: initial;
  text-decoration: initial;
  opacity: initial;
}
/* prevent overide */
/* ghost1 default */
.is-btn-ghost1, a.is-btn-ghost1 {
  color: #000000;
  border: 2px solid #222222;
}
/* ghost1 light-text */
.is-light-text .is-btn-ghost1, .is-dark-text .is-light-text .is-btn-ghost1, .is-light-text a.is-btn-ghost1, .is-dark-text .is-light-text a.is-btn-ghost1 {
  color: #ffffff;
  border: 2px solid #ffffff;
}
/* ghost1 dark-text */
.is-dark-text .is-btn-ghost1, .is-light-text .is-dark-text .is-btn-ghost1, .is-dark-text a.is-btn-ghost1, .is-light-text .is-dark-text a.is-btn-ghost1 {
  color: #000000;
  border: 2px solid #222222;
}
/* ghost2 default */
.is-btn-ghost2, a.is-btn-ghost2 {
  color: #000000;
  border: 2px solid #dcdcdc;
  background-color: #dcdcdc;
}
/* ghost2 light-text */
.is-light-text .is-btn-ghost2, .is-dark-text .is-light-text .is-btn-ghost2, .is-light-text a.is-btn-ghost2, .is-dark-text .is-light-text a.is-btn-ghost2 {
  color: #000;
  border: 2px solid #f9f9f9;
  background-color: #f9f9f9;
}
/* ghost2 dark-text */
.is-dark-text .is-btn-ghost2, .is-light-text .is-dark-text .is-btn-ghost2, .is-dark-text a.is-btn-ghost2, .is-light-text .is-dark-text a.is-btn-ghost2 {
  color: #000;
  border: 2px solid #d7d7d7;
  background-color: #d7d7d7;
}
.is-btn.is-btn-small, .is-btn-small {
  padding: 5px 25px;
  font-size: 0.85em;
}
.is-btn.is-upper, .is-upper {
  text-transform: uppercase;
}
.is-btn.is-rounded-30, .is-rounded-30 {
  border-radius: 30px;
}
/* backward compatible */
/*
.btn {
  padding: 7px 25px;
  font-size: 1em;
  line-height: 2em;
  border-radius: 5px;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-transition: all 0.16s ease;
  transition: all 0.16s ease;
}*/
/*
.btn.btn-primary {color: #ffffff;background-color: $primary;}
.btn.btn-primary:hover {color: #ffffff;background-color: $primary;border-color: $primary;}
 */
.btn.btn-default {
  color: #333333;
  background-color: #d3d3d3;
}
.btn.btn-default:hover {
  color: #111;
  background-color: #ccc;
  border-color: #ccc;
}
/*!
 * OrangeSeed CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */
.orsd-block .snippet-v2, .orsd-feature .snippet-v2 {
  /**********************************
        Adjustment for Bootstrap
    ***********************************/
  /**********************************
        General
    ***********************************/
  /*html { font-size: 100%; }
    body {
      margin: 0;
      font-family: "Open Sans", sans-serif;
      font-size: 100%;
      line-height: $line-height-base;
      font-weight: 300;
    }
    p, td, li, label {
      font-size: 1.07em;
      line-height: 2;
      font-weight: 300;
    }
    h1, h2, h3, h4, h5, h6 {
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      letter-spacing: 0px;
      line-height: 1.4;
    }

    h1 {font-size: 2.36em;margin:0.4em 0;}
    h2 {font-size: 2em;margin:0.6em 0;}
    h3 {font-size: 1.73em;margin:0.7em 0;}
    h4 {font-size: 1.6em;margin:0.8em 0;}
    h5 {font-size: 1.48em;margin:0.8em 0;}
    h6 {font-size: 1.3em;margin:0.8em 0;}
    p {margin:1em 0;}
    */
  /* FIX: Preventing Chrome from wrapping text with span-style (during editing) */
  /*.display h1 span {font-size: 3em;line-height:1.4;}
    .display p span {font-size: 1.3em;line-height:2;}
    h1 span {font-size: 2.36em;line-height:1.4;}
    h2 span {font-size: 2em;line-height:1.4;}
    h3 span {font-size: 1.73em;line-height:1.4;}
    h4 span {font-size: 1.6em;line-height:1.4;}
    h5 span {font-size: 1.48em;line-height:1.4;}
    h6 span {font-size: 1.3em;line-height:1.4;}
    p span {font-size: 1.07em; line-height: 2;}
    li span {font-size: 1.07em; line-height: 2;}*/
  /**********************************
        Elements
    ***********************************/
  /* backward compatible */
  /**********************************
        Title Styles
    ***********************************/
  /* Style 1 */
  /* Style 2 */
  /* Style 3 */
  /* Style 4 */
  /* Style 5 */
  /* Extra Title Styles */
  /**********************************
        Into Styles
    ***********************************/
  /**********************************
        Buttons Styles
    ***********************************/
  /* ghost1 default */
  /* ghost1 light-text */
  /* ghost1 dark-text */
  /* ghost2 default */
  /* ghost2 light-text */
  /* ghost2 dark-text */
  /**********************************
        Header Image with Caption
    ***********************************/
  /* Text */
  /* Cosmetic */
  /* One */
  /* Two */
  /* Three */
  /* Four */
  /* Five */
  /* Six */
  /* Seven */
  /* Eight */
  /*JCY styles*/
  /*.flex-item-twelvth,
    .flex-item-xs-1,
    .flex-item-sm-1,
    .flex-item-md-1,
    .flex-item-lg-1,
    .flex-item-xl-1  {
      -webkit-flex: 1 1 8.33333333%;
      -ms-flex: 1 1 8.33333333%;
      flex: 1 1 8.33333333%;
      padding: 5px;
    }

    .flex-item-sixth,
    .flex-item-xs-2,
    .flex-item-sm-2,
    .flex-item-md-2,
    .flex-item-lg-2,
    .flex-item-xl-2  {
      -webkit-flex: 1 1 16.66666667%;
      -ms-flex: 1 1 16.66666667%;
      flex: 1 1 16.66666667%;
      padding: 10px;
    }

    .flex-item-fourth,
    .flex-item-xs-3,
    .flex-item-sm-3,
    .flex-item-md-3,
    .flex-item-lg-3,
    .flex-item-xl-3  {
      -webkit-flex: 1 1 25%;
      -ms-flex: 1 1 25%;
      flex: 1 1 25%;
      padding: 10px;
    }

    .flex-item-third,
    .flex-item-xs-4,
    .flex-item-sm-4,
    .flex-item-md-4,
    .flex-item-lg-4,
    .flex-item-xl-4 {
      -webkit-flex: 1 1 33.33333333%;
      -ms-flex: 1 1 33.33333333%;
      flex: 1 1 33.33333333%;
      padding: 10px;

    }

    .flex-item-fifth,
    .flex-item-xs-5,
    .flex-item-sm-5,
    .flex-item-md-5,
    .flex-item-lg-5,
    .flex-item-xl-5 {
      -webkit-flex: 1 1 41.66666667%;
      -ms-flex: 1 1 41.66666667%;
      flex: 1 1 41.66666667%;
      padding: 10px;

    }

    .flex-item-half,
    .flex-item-xs-6,
    .flex-item-sm-6,
    .flex-item-md-6,
    .flex-item-lg-6,
    .flex-item-xl-6 {
      -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      padding: 10px;

    }

    .flex-item-seven-twelvths,
    .flex-item-xs-7,
    .flex-item-sm-7,
    .flex-item-md-7,
    .flex-item-lg-7,
    .flex-item-xl-7 {
      -webkit-flex: 1 1 58.33333333%;
      -ms-flex: 1 1 58.33333333%;
      flex: 1 1 58.33333333%;
      padding: 10px;
    }

    .flex-item-two-thirds,
    .flex-item-xs-8,
    .flex-item-sm-8,
    .flex-item-md-8,
    .flex-item-lg-8,
    .flex-item-xl-8  {
      -webkit-flex: 2 1 66.66666667%;
      -ms-flex: 2 1 66.66666667%;
      flex: 2 1 66.66666667%;
      padding: 10px;

    }

    .flex-item-three-fourths,
    .flex-item-xs-9,
    .flex-item-sm-9,
    .flex-item-md-9,
    .flex-item-lg-9,
    .flex-item-xl-9 {
      -webkit-flex: 1 1 75%;
      -ms-flex: 1 1 75%;
      flex: 1 1 75%;
      padding: 10px;
    }

    .flex-item-five-sixths,
    .flex-item-xs-10,
    .flex-item-sm-10,
    .flex-item-md-10,
    .flex-item-lg-10,
    .flex-item-xl-10  {
      -webkit-flex: 1 1 83.33333333%;
      -ms-flex: 1 1 83.33333333%;
      flex: 1 1 83.33333333%;
      padding: 10px;
    }

    .flex-item-full,
    .flex-item-xs-11,
    .flex-item-sm-11,
    .flex-item-md-11,
    .flex-item-lg-11,
    .flex-item-xl-11 {
      -webkit-flex: 0 1 91.66666667%;
      -ms-flex: 0 1 91.66666667%;
      flex: 0 1 91.66666667%;
      padding: 10px;
    }
    .flex-item-full,
    .flex-item-xs-12,
    .flex-item-sm-12,
    .flex-item-md-12,
    .flex-item-lg-12,
    .flex-item-xl-12 {
      -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      padding: 10px;
    }*/
  /*snippets*/
  /* social bars */
}
.orsd-block .snippet-v2 p, .orsd-block .snippet-v2 h1, .orsd-block .snippet-v2 h2, .orsd-block .snippet-v2 h3, .orsd-block .snippet-v2 h4, .orsd-block .snippet-v2 h5, .orsd-block .snippet-v2 h6, .orsd-feature .snippet-v2 p, .orsd-feature .snippet-v2 h1, .orsd-feature .snippet-v2 h2, .orsd-feature .snippet-v2 h3, .orsd-feature .snippet-v2 h4, .orsd-feature .snippet-v2 h5, .orsd-feature .snippet-v2 h6 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.orsd-block .snippet-v2 .container-fluid > .row, .orsd-block .snippet-v2 .container-sm > .row, .orsd-block .snippet-v2 .container-md > .row, .orsd-block .snippet-v2 .container-lg > .row, .orsd-block .snippet-v2 .container-xl > .row, .orsd-block .snippet-v2 .container-fluid > div > .row, .orsd-block .snippet-v2 .container-sm > div > .row, .orsd-block .snippet-v2 .container-md > div > .row, .orsd-block .snippet-v2 .container-lg > div > .row, .orsd-block .snippet-v2 .container-xl > div > .row, .orsd-feature .snippet-v2 .container-fluid > .row, .orsd-feature .snippet-v2 .container-sm > .row, .orsd-feature .snippet-v2 .container-md > .row, .orsd-feature .snippet-v2 .container-lg > .row, .orsd-feature .snippet-v2 .container-xl > .row, .orsd-feature .snippet-v2 .container-fluid > div > .row, .orsd-feature .snippet-v2 .container-sm > div > .row, .orsd-feature .snippet-v2 .container-md > div > .row, .orsd-feature .snippet-v2 .container-lg > div > .row, .orsd-feature .snippet-v2 .container-xl > div > .row {
  padding-top: 10px;
  padding-bottom: 10px;
}
.orsd-block .snippet-v2 .row img, .orsd-feature .snippet-v2 .row img {
  margin: 1.4em 0 1em;
}
.orsd-block .snippet-v2 .row-tool, .orsd-feature .snippet-v2 .row-tool {
  margin-left: -15px;
}
.orsd-block .snippet-v2 .display, .orsd-feature .snippet-v2 .display {
  margin-bottom: 0.5em;
}
.orsd-block .snippet-v2 .display h1, .orsd-feature .snippet-v2 .display h1 {
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.4;
  text-transform: uppercase;
}
.orsd-block .snippet-v2 .display p, .orsd-feature .snippet-v2 .display p {
  font-size: 1.3rem;
  font-style: italic;
}
@media (max-width: 1024px) {
  .orsd-block .snippet-v2, .orsd-feature .snippet-v2 {
    /*h1 {font-size: 2em;}
      h2 {font-size: 1.73em;}
      h3 {font-size: 1.6em;}
      h4 {font-size: 1.48em;}
      h5 {font-size: 1.3em;font-weight:bold;}
      h6 {font-size: 1em;font-weight:bold;}*/
    /* FIX: Preventing Chrome from wrapping text with span-style (during editing) */
    /*p span {font-size: 1.07em; line-height: 2;}
      li span {font-size: 1.07em; line-height: 2;}*/
  }
  .orsd-block .snippet-v2 .display h1, .orsd-feature .snippet-v2 .display h1 {
    font-size: 2.2rem;
  }
  .orsd-block .snippet-v2 .display p, .orsd-feature .snippet-v2 .display p {
    font-size: 1.1rem;
  }
  .orsd-block .snippet-v2 .display h1 span, .orsd-feature .snippet-v2 .display h1 span {
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .orsd-block .snippet-v2 .display p span, .orsd-feature .snippet-v2 .display p span {
    font-size: 1.1rem;
    line-height: 2;
  }
  .orsd-block .snippet-v2 h1 span, .orsd-feature .snippet-v2 h1 span {
    font-size: 2rem;
    line-height: 1.5;
  }
  .orsd-block .snippet-v2 h2 span, .orsd-feature .snippet-v2 h2 span {
    font-size: 1.73rem;
    line-height: 1.5;
  }
  .orsd-block .snippet-v2 h3 span, .orsd-feature .snippet-v2 h3 span {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .orsd-block .snippet-v2 h4 span, .orsd-feature .snippet-v2 h4 span {
    font-size: 1.48rem;
    line-height: 1.5;
  }
  .orsd-block .snippet-v2 h5 span, .orsd-feature .snippet-v2 h5 span {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .orsd-block .snippet-v2 h6 span, .orsd-feature .snippet-v2 h6 span {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.orsd-block .snippet-v2 hr, .orsd-feature .snippet-v2 hr {
  border: none;
  border-top: rgba(0, 0, 0, 0.18) 1px solid;
  margin: 2rem 0 !important;
}
.orsd-block .snippet-v2 img, .orsd-feature .snippet-v2 img {
  max-width: 100%;
  height: auto;
}
.orsd-block .snippet-v2 figure, .orsd-feature .snippet-v2 figure {
  margin: 0;
}
.orsd-block .snippet-v2 ol, .orsd-block .snippet-v2 ul, .orsd-feature .snippet-v2 ol, .orsd-feature .snippet-v2 ul {
  line-height: inherit;
  font-weight: inherit;
}
.orsd-block .snippet-v2 .center, .orsd-feature .snippet-v2 .center {
  text-align: center;
}
.orsd-block .snippet-v2 .right, .orsd-feature .snippet-v2 .right {
  text-align: right;
}
.orsd-block .snippet-v2 .left, .orsd-feature .snippet-v2 .left {
  text-align: left;
}
.orsd-block .snippet-v2 .padding-20, .orsd-feature .snippet-v2 .padding-20 {
  padding: 20px;
}
.orsd-block .snippet-v2 .padding-25, .orsd-feature .snippet-v2 .padding-25 {
  padding: 25px;
}
.orsd-block .snippet-v2 .padding-30, .orsd-feature .snippet-v2 .padding-30 {
  padding: 30px;
}
.orsd-block .snippet-v2 .padding-35, .orsd-feature .snippet-v2 .padding-35 {
  padding: 35px;
}
.orsd-block .snippet-v2 .padding-40, .orsd-feature .snippet-v2 .padding-40 {
  padding: 40px;
}
@media (max-width: 540px) {
  .orsd-block .snippet-v2 .center, .orsd-feature .snippet-v2 .center {
    text-align: initial;
  }
  .orsd-block .snippet-v2 .right, .orsd-feature .snippet-v2 .right {
    text-align: initial;
  }
  .orsd-block .snippet-v2 .left, .orsd-feature .snippet-v2 .left {
    text-align: initial;
  }
  .orsd-block .snippet-v2 .padding-20, .orsd-feature .snippet-v2 .padding-20 {
    padding: 0;
  }
  .orsd-block .snippet-v2 .padding-25, .orsd-feature .snippet-v2 .padding-25 {
    padding: 0;
  }
  .orsd-block .snippet-v2 .padding-30, .orsd-feature .snippet-v2 .padding-30 {
    padding: 0;
  }
  .orsd-block .snippet-v2 .padding-35, .orsd-feature .snippet-v2 .padding-35 {
    padding: 0;
  }
  .orsd-block .snippet-v2 .padding-40, .orsd-feature .snippet-v2 .padding-40 {
    padding: 0;
  }
}
.orsd-block .snippet-v2 .margin-0, .orsd-feature .snippet-v2 .margin-0 {
  margin: 0 !important;
}
.orsd-block .snippet-v2 .margin-20, .orsd-feature .snippet-v2 .margin-20 {
  margin: 20px !important;
}
.orsd-block .snippet-v2 .margin-25, .orsd-feature .snippet-v2 .margin-25 {
  margin: 25px !important;
}
.orsd-block .snippet-v2 .margin-30, .orsd-feature .snippet-v2 .margin-30 {
  margin: 30px !important;
}
.orsd-block .snippet-v2 .margin-35, .orsd-feature .snippet-v2 .margin-35 {
  margin: 35px !important;
}
.orsd-block .snippet-v2 .margin-40, .orsd-feature .snippet-v2 .margin-40 {
  margin: 40px !important;
}
.orsd-block .snippet-v2 .is-card, .orsd-feature .snippet-v2 .is-card {
  display: table;
  background-color: #fff;
}
.orsd-block .snippet-v2 .is-card > *, .orsd-feature .snippet-v2 .is-card > * {
  display: table;
}
.orsd-block .snippet-v2 .is-card-circle, .orsd-feature .snippet-v2 .is-card-circle {
  width: 280px;
  height: 280px;
  border-radius: 500px;
  padding: 70px;
  margin: 0 auto;
}
@media (max-width: 540px) {
  .orsd-block .snippet-v2 .is-card-circle, .orsd-feature .snippet-v2 .is-card-circle {
    zoom: 0.7;
    -moz-transform: scale(0.7);
  }
}
.orsd-block .snippet-v2 .is-card-content-centered, .orsd-feature .snippet-v2 .is-card-content-centered {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.orsd-block .snippet-v2 .max-390, .orsd-feature .snippet-v2 .max-390 {
  max-width: 390px;
  margin: 0 auto;
}
.orsd-block .snippet-v2 .shadow-1, .orsd-feature .snippet-v2 .shadow-1 {
  /* card */
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.orsd-block .snippet-v2 .shadow-2, .orsd-feature .snippet-v2 .shadow-2 {
  /* screenshot */
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}
.orsd-block .snippet-v2 .shadow-3, .orsd-feature .snippet-v2 .shadow-3 {
  /* highlight */
  -webkit-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
}
.orsd-block .snippet-v2 img.circle, .orsd-feature .snippet-v2 img.circle {
  border-radius: 500px;
  margin-top: 0;
}
.orsd-block .snippet-v2 img.bordered, .orsd-feature .snippet-v2 img.bordered {
  border: #ccc 1px solid;
}
.orsd-block .snippet-v2 .embed-responsive, .orsd-feature .snippet-v2 .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-top: 1.4em;
  margin-bottom: 1em;
}
.orsd-block .snippet-v2 .embed-responsive-21by9, .orsd-feature .snippet-v2 .embed-responsive-21by9 {
  padding-bottom: 42.8571428571%;
}
.orsd-block .snippet-v2 .embed-responsive-16by9, .orsd-feature .snippet-v2 .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.orsd-block .snippet-v2 .embed-responsive-4by3, .orsd-feature .snippet-v2 .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.orsd-block .snippet-v2 .embed-responsive-1by1, .orsd-feature .snippet-v2 .embed-responsive-1by1 {
  padding-bottom: 100%;
}
.orsd-block .snippet-v2 .embed-responsive-1by3, .orsd-feature .snippet-v2 .embed-responsive-1by3 {
  padding-bottom: 300%;
}
.orsd-block .snippet-v2 .embed-responsive-3by1, .orsd-feature .snippet-v2 .embed-responsive-3by1 {
  padding-bottom: 33.3333333333%;
}
.orsd-block .snippet-v2 .embed-responsive-9by21, .orsd-feature .snippet-v2 .embed-responsive-9by21 {
  padding-bottom: 233.3333333333%;
}
.orsd-block .snippet-v2 .embed-responsive-9by16, .orsd-feature .snippet-v2 .embed-responsive-9by16 {
  padding-bottom: 177.7777777778%;
}
.orsd-block .snippet-v2 .embed-responsive-3by4, .orsd-feature .snippet-v2 .embed-responsive-3by4 {
  padding-bottom: 133.3333333333%;
}
.orsd-block .snippet-v2 .embed-responsive iframe, .orsd-feature .snippet-v2 .embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.orsd-block .snippet-v2 .list, .orsd-feature .snippet-v2 .list {
  position: relative;
  margin: 1.5em 0;
}
.orsd-block .snippet-v2 .list > i, .orsd-feature .snippet-v2 .list > i {
  position: absolute;
  left: -3px;
  top: 7px;
  font-size: 1.7rem;
  line-height: 1;
}
.orsd-block .snippet-v2 .list > h2, .orsd-block .snippet-v2 .list > h3, .orsd-feature .snippet-v2 .list > h2, .orsd-feature .snippet-v2 .list > h3 {
  margin: 0 0 0 50px;
}
.orsd-block .snippet-v2 .list > p, .orsd-feature .snippet-v2 .list > p {
  margin: 5px 0 0 50px;
}
.orsd-block .snippet-v2 .quote, .orsd-feature .snippet-v2 .quote {
  position: relative;
  margin: 1.5em 0;
}
.orsd-block .snippet-v2 .quote > i, .orsd-feature .snippet-v2 .quote > i {
  position: absolute;
  top: -10px;
  left: -7px;
  font-size: 2rem;
}
.orsd-block .snippet-v2 .quote > small, .orsd-feature .snippet-v2 .quote > small {
  margin-left: 50px;
  opacity: 0.7;
  font-size: 1rem;
}
.orsd-block .snippet-v2 .quote > p, .orsd-feature .snippet-v2 .quote > p {
  margin-left: 50px;
  font-size: 1.5rem;
}
@media (max-width: 540px) {
  .orsd-block .snippet-v2 .quote > i, .orsd-feature .snippet-v2 .quote > i {
    left: -10px;
    font-size: 1.5rem;
  }
  .orsd-block .snippet-v2 .quote > small, .orsd-feature .snippet-v2 .quote > small {
    margin-left: 20px;
    font-size: 1rem;
  }
  .orsd-block .snippet-v2 .quote > p, .orsd-feature .snippet-v2 .quote > p {
    margin-left: 20px;
    font-size: 1.2rem;
  }
}
.orsd-block .snippet-v2 .is-social, .orsd-feature .snippet-v2 .is-social {
  line-height: 1;
  margin-bottom: 1.5em;
}
.orsd-block .snippet-v2 .is-social a > i, .orsd-feature .snippet-v2 .is-social a > i {
  text-decoration: none;
  color: #333;
  font-size: 1.2rem;
  margin: 0 15px 0 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.orsd-block .snippet-v2 .is-social a:hover > i, .orsd-feature .snippet-v2 .is-social a:hover > i {
  color: #3b3613;
}
.orsd-block .snippet-v2 .is-light-text .is-social a > i, .orsd-feature .snippet-v2 .is-light-text .is-social a > i {
  color: #fff;
}
.orsd-block .snippet-v2 .is-light-text .is-social a:hover > i, .orsd-feature .snippet-v2 .is-light-text .is-social a:hover > i {
  color: #fff;
}
.orsd-block .snippet-v2 .is-dark-text .is-social a > i, .orsd-feature .snippet-v2 .is-dark-text .is-social a > i {
  color: #000;
}
.orsd-block .snippet-v2 .is-dark-text .is-social a:hover > i, .orsd-feature .snippet-v2 .is-dark-text .is-social a:hover > i {
  color: #000;
}
.orsd-block .snippet-v2 .social, .orsd-feature .snippet-v2 .social {
  line-height: 1;
  margin-bottom: 1.5em;
}
.orsd-block .snippet-v2 .social a > i, .orsd-feature .snippet-v2 .social a > i {
  text-decoration: none;
  color: #333;
  font-size: 1.2rem;
  margin: 0 15px 0 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.orsd-block .snippet-v2 .social a:hover > i, .orsd-feature .snippet-v2 .social a:hover > i {
  color: #3b3613;
}
.orsd-block .snippet-v2 .is-light-text .social a > i, .orsd-feature .snippet-v2 .is-light-text .social a > i {
  color: #fff;
}
.orsd-block .snippet-v2 .is-light-text .social a:hover > i, .orsd-feature .snippet-v2 .is-light-text .social a:hover > i {
  color: #fff;
}
.orsd-block .snippet-v2 .is-rounded-button-big, .orsd-feature .snippet-v2 .is-rounded-button-big {
  display: inline-block;
}
.orsd-block .snippet-v2 .is-rounded-button-big a, .orsd-feature .snippet-v2 .is-rounded-button-big a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 20px;
  border-radius: 500px;
  width: 110px;
  height: 110px;
  background-color: #aaa;
}
.orsd-block .snippet-v2 .is-rounded-button-big a i, .orsd-feature .snippet-v2 .is-rounded-button-big a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 40px;
}
.orsd-block .snippet-v2 .is-rounded-button-big a:first-child, .orsd-feature .snippet-v2 .is-rounded-button-big a:first-child {
  margin: 0 20px 0 0;
}
.orsd-block .snippet-v2 .is-rounded-button-big a:last-child, .orsd-feature .snippet-v2 .is-rounded-button-big a:last-child {
  margin: 0 0 0 20px;
}
.orsd-block .snippet-v2 .is-rounded-button-medium, .orsd-feature .snippet-v2 .is-rounded-button-medium {
  display: inline-block;
}
.orsd-block .snippet-v2 .is-rounded-button-medium a, .orsd-feature .snippet-v2 .is-rounded-button-medium a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 20px;
  border-radius: 500px;
  width: 70px;
  height: 70px;
  background-color: #aaa;
}
.orsd-block .snippet-v2 .is-rounded-button-medium a i, .orsd-feature .snippet-v2 .is-rounded-button-medium a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 30px;
}
.orsd-block .snippet-v2 .is-boxed-button-big, .orsd-feature .snippet-v2 .is-boxed-button-big {
  display: inline-block;
}
.orsd-block .snippet-v2 .is-boxed-button-big a, .orsd-feature .snippet-v2 .is-boxed-button-big a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 110px;
  height: 110px;
  background-color: #aaa;
}
.orsd-block .snippet-v2 .is-boxed-button-big a i, .orsd-feature .snippet-v2 .is-boxed-button-big a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 40px;
}
.orsd-block .snippet-v2 .is-boxed-button-big2, .orsd-feature .snippet-v2 .is-boxed-button-big2 {
  display: inline-block;
}
.orsd-block .snippet-v2 .is-boxed-button-big2 a, .orsd-feature .snippet-v2 .is-boxed-button-big2 a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 150px;
  height: 70px;
  background-color: #aaa;
}
.orsd-block .snippet-v2 .is-boxed-button-big2 a i, .orsd-feature .snippet-v2 .is-boxed-button-big2 a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 35px;
}
.orsd-block .snippet-v2 .is-boxed-button-medium, .orsd-feature .snippet-v2 .is-boxed-button-medium {
  display: inline-block;
}
.orsd-block .snippet-v2 .is-boxed-button-medium a, .orsd-feature .snippet-v2 .is-boxed-button-medium a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 70px;
  height: 70px;
  background-color: #aaa;
}
.orsd-block .snippet-v2 .is-boxed-button-medium a i, .orsd-feature .snippet-v2 .is-boxed-button-medium a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 30px;
}
.orsd-block .snippet-v2 .is-boxed-button-medium2, .orsd-feature .snippet-v2 .is-boxed-button-medium2 {
  display: inline-block;
}
.orsd-block .snippet-v2 .is-boxed-button-medium2 a, .orsd-feature .snippet-v2 .is-boxed-button-medium2 a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 100px;
  height: 50px;
  background-color: #aaa;
}
.orsd-block .snippet-v2 .is-boxed-button-medium2 a i, .orsd-feature .snippet-v2 .is-boxed-button-medium2 a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 25px;
}
.orsd-block .snippet-v2 .is-boxed-button-small, .orsd-feature .snippet-v2 .is-boxed-button-small {
  display: inline-block;
}
.orsd-block .snippet-v2 .is-boxed-button-small a, .orsd-feature .snippet-v2 .is-boxed-button-small a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 20px 0 0;
  width: 50px;
  height: 50px;
  background-color: #aaa;
}
.orsd-block .snippet-v2 .is-boxed-button-small a i, .orsd-feature .snippet-v2 .is-boxed-button-small a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 20px;
}
.orsd-block .snippet-v2 .size-12, .orsd-feature .snippet-v2 .size-12 {
  font-size: 12px;
}
.orsd-block .snippet-v2 .size-14, .orsd-feature .snippet-v2 .size-14 {
  font-size: 14px;
}
.orsd-block .snippet-v2 .size-16, .orsd-feature .snippet-v2 .size-16 {
  font-size: 16px;
}
.orsd-block .snippet-v2 .size-18, .orsd-feature .snippet-v2 .size-18 {
  font-size: 18px;
}
.orsd-block .snippet-v2 .size-21, .orsd-feature .snippet-v2 .size-21 {
  font-size: 21px;
}
.orsd-block .snippet-v2 .size-24, .orsd-feature .snippet-v2 .size-24 {
  font-size: 24px;
}
.orsd-block .snippet-v2 .size-32, .orsd-feature .snippet-v2 .size-32 {
  font-size: 32px;
}
.orsd-block .snippet-v2 .size-48, .orsd-feature .snippet-v2 .size-48 {
  font-size: 48px;
}
.orsd-block .snippet-v2 .size-64, .orsd-feature .snippet-v2 .size-64 {
  font-size: 64px;
}
.orsd-block .snippet-v2 .size-80, .orsd-feature .snippet-v2 .size-80 {
  font-size: 80px;
}
.orsd-block .snippet-v2 .size-96, .orsd-feature .snippet-v2 .size-96 {
  font-size: 96px;
}
@media (max-width: 1024px) {
  .orsd-block .snippet-v2 .size-12, .orsd-feature .snippet-v2 .size-12 {
    font-size: 12px;
  }
  .orsd-block .snippet-v2 .size-14, .orsd-feature .snippet-v2 .size-14 {
    font-size: 14px;
  }
  .orsd-block .snippet-v2 .size-16, .orsd-feature .snippet-v2 .size-16 {
    font-size: 16px;
  }
  .orsd-block .snippet-v2 .size-18, .orsd-feature .snippet-v2 .size-18 {
    font-size: 18px;
  }
  .orsd-block .snippet-v2 .size-21, .orsd-feature .snippet-v2 .size-21 {
    font-size: 21px;
  }
  .orsd-block .snippet-v2 .size-24, .orsd-feature .snippet-v2 .size-24 {
    font-size: 24px;
  }
  .orsd-block .snippet-v2 .size-32, .orsd-feature .snippet-v2 .size-32 {
    font-size: 28px;
  }
  .orsd-block .snippet-v2 .size-48, .orsd-feature .snippet-v2 .size-48 {
    font-size: 32px;
  }
  .orsd-block .snippet-v2 .size-64, .orsd-feature .snippet-v2 .size-64 {
    font-size: 36px;
  }
  .orsd-block .snippet-v2 .size-80, .orsd-feature .snippet-v2 .size-80 {
    font-size: 40px;
  }
  .orsd-block .snippet-v2 .size-96, .orsd-feature .snippet-v2 .size-96 {
    font-size: 44px;
  }
}
.orsd-block .snippet-v2 .is-light-text *, .orsd-feature .snippet-v2 .is-light-text * {
  color: #fff;
}
.orsd-block .snippet-v2 .is-dark-text *, .orsd-feature .snippet-v2 .is-dark-text * {
  color: #000;
}
.orsd-block .snippet-v2 .is-title1-96, .orsd-feature .snippet-v2 .is-title1-96 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.orsd-block .snippet-v2 .is-title1-80, .orsd-feature .snippet-v2 .is-title1-80 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.orsd-block .snippet-v2 .is-title1-64, .orsd-feature .snippet-v2 .is-title1-64 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.orsd-block .snippet-v2 .is-title1-48, .orsd-feature .snippet-v2 .is-title1-48 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.orsd-block .snippet-v2 .is-title1-32, .orsd-feature .snippet-v2 .is-title1-32 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.orsd-block .snippet-v2 .is-title2-96, .orsd-feature .snippet-v2 .is-title2-96 {
  margin-top: 25px;
  margin-bottom: 20px;
}
.orsd-block .snippet-v2 .is-title2-80, .orsd-feature .snippet-v2 .is-title2-80 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.orsd-block .snippet-v2 .is-title2-64, .orsd-feature .snippet-v2 .is-title2-64 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.orsd-block .snippet-v2 .is-title2-48, .orsd-feature .snippet-v2 .is-title2-48 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.orsd-block .snippet-v2 .is-title2-32, .orsd-feature .snippet-v2 .is-title2-32 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.orsd-block .snippet-v2 .is-title3-96, .orsd-feature .snippet-v2 .is-title3-96 {
  margin-top: 30px;
  margin-bottom: 35px;
  padding: 20px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.orsd-block .snippet-v2 .is-title3-80, .orsd-feature .snippet-v2 .is-title3-80 {
  margin-top: 25px;
  margin-bottom: 33px;
  padding: 20px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.orsd-block .snippet-v2 .is-title3-64, .orsd-feature .snippet-v2 .is-title3-64 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 18px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.orsd-block .snippet-v2 .is-title3-48, .orsd-feature .snippet-v2 .is-title3-48 {
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 18px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.orsd-block .snippet-v2 .is-title3-32, .orsd-feature .snippet-v2 .is-title3-32 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.orsd-block .snippet-v2 .is-light-text .is-title3-96, .orsd-feature .snippet-v2 .is-light-text .is-title3-96 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}
.orsd-block .snippet-v2 .is-light-text .is-title3-80, .orsd-feature .snippet-v2 .is-light-text .is-title3-80 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}
.orsd-block .snippet-v2 .is-light-text .is-title3-64, .orsd-feature .snippet-v2 .is-light-text .is-title3-64 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}
.orsd-block .snippet-v2 .is-light-text .is-title3-48, .orsd-feature .snippet-v2 .is-light-text .is-title3-48 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}
.orsd-block .snippet-v2 .is-light-text .is-title3-32, .orsd-feature .snippet-v2 .is-light-text .is-title3-32 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}
.orsd-block .snippet-v2 .is-dark-text .is-title3-96, .orsd-feature .snippet-v2 .is-dark-text .is-title3-96 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.orsd-block .snippet-v2 .is-dark-text .is-title3-80, .orsd-feature .snippet-v2 .is-dark-text .is-title3-80 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.orsd-block .snippet-v2 .is-dark-text .is-title3-64, .orsd-feature .snippet-v2 .is-dark-text .is-title3-64 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.orsd-block .snippet-v2 .is-dark-text .is-title3-48, .orsd-feature .snippet-v2 .is-dark-text .is-title3-48 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.orsd-block .snippet-v2 .is-dark-text .is-title3-32, .orsd-feature .snippet-v2 .is-dark-text .is-title3-32 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.orsd-block .snippet-v2 .is-title4-96, .orsd-feature .snippet-v2 .is-title4-96 {
  margin-top: 30px;
  margin-bottom: 35px;
  padding: 20px 30px;
  border: #000 2px solid;
}
.orsd-block .snippet-v2 .is-title4-80, .orsd-feature .snippet-v2 .is-title4-80 {
  margin-top: 25px;
  margin-bottom: 33px;
  padding: 20px 30px;
  border: #000 2px solid;
}
.orsd-block .snippet-v2 .is-title4-64, .orsd-feature .snippet-v2 .is-title4-64 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 18px 28px;
  border: #000 2px solid;
}
.orsd-block .snippet-v2 .is-title4-48, .orsd-feature .snippet-v2 .is-title4-48 {
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 18px 25px;
  border: #000 2px solid;
}
.orsd-block .snippet-v2 .is-title4-32, .orsd-feature .snippet-v2 .is-title4-32 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 20px;
  border: #000 2px solid;
}
.orsd-block .snippet-v2 .is-light-text .is-title4-96, .orsd-feature .snippet-v2 .is-light-text .is-title4-96 {
  border: #fff 2px solid;
}
.orsd-block .snippet-v2 .is-light-text .is-title4-80, .orsd-feature .snippet-v2 .is-light-text .is-title4-80 {
  border: #fff 2px solid;
}
.orsd-block .snippet-v2 .is-light-text .is-title4-64, .orsd-feature .snippet-v2 .is-light-text .is-title4-64 {
  border: #fff 2px solid;
}
.orsd-block .snippet-v2 .is-light-text .is-title4-48, .orsd-feature .snippet-v2 .is-light-text .is-title4-48 {
  border: #fff 2px solid;
}
.orsd-block .snippet-v2 .is-light-text .is-title4-32, .orsd-feature .snippet-v2 .is-light-text .is-title4-32 {
  border: #fff 2px solid;
}
.orsd-block .snippet-v2 .is-dark-text .is-title4-96, .orsd-feature .snippet-v2 .is-dark-text .is-title4-96 {
  border: #000 2px solid;
}
.orsd-block .snippet-v2 .is-dark-text .is-title4-80, .orsd-feature .snippet-v2 .is-dark-text .is-title4-80 {
  border: #000 2px solid;
}
.orsd-block .snippet-v2 .is-dark-text .is-title4-64, .orsd-feature .snippet-v2 .is-dark-text .is-title4-64 {
  border: #000 2px solid;
}
.orsd-block .snippet-v2 .is-dark-text .is-title4-48, .orsd-feature .snippet-v2 .is-dark-text .is-title4-48 {
  border: #000 2px solid;
}
.orsd-block .snippet-v2 .is-dark-text .is-title4-32, .orsd-feature .snippet-v2 .is-dark-text .is-title4-32 {
  border: #000 2px solid;
}
.orsd-block .snippet-v2 .is-title5-96, .orsd-feature .snippet-v2 .is-title5-96 {
  margin-top: 10px;
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: #000 2px solid;
}
.orsd-block .snippet-v2 .is-title5-80, .orsd-feature .snippet-v2 .is-title5-80 {
  margin-top: 10px;
  margin-bottom: 33px;
  padding-bottom: 25px;
  border-bottom: #000 2px solid;
}
.orsd-block .snippet-v2 .is-title5-64, .orsd-feature .snippet-v2 .is-title5-64 {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: #000 2px solid;
}
.orsd-block .snippet-v2 .is-title5-48, .orsd-feature .snippet-v2 .is-title5-48 {
  margin-top: 10px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: #000 2px solid;
}
.orsd-block .snippet-v2 .is-title5-32, .orsd-feature .snippet-v2 .is-title5-32 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #000 2px solid;
}
.orsd-block .snippet-v2 .is-light-text .is-title5-96, .orsd-feature .snippet-v2 .is-light-text .is-title5-96 {
  border-bottom: #fff 2px solid;
}
.orsd-block .snippet-v2 .is-light-text .is-title5-80, .orsd-feature .snippet-v2 .is-light-text .is-title5-80 {
  border-bottom: #fff 2px solid;
}
.orsd-block .snippet-v2 .is-light-text .is-title5-64, .orsd-feature .snippet-v2 .is-light-text .is-title5-64 {
  border-bottom: #fff 2px solid;
}
.orsd-block .snippet-v2 .is-light-text .is-title5-48, .orsd-feature .snippet-v2 .is-light-text .is-title5-48 {
  border-bottom: #fff 2px solid;
}
.orsd-block .snippet-v2 .is-light-text .is-title5-32, .orsd-feature .snippet-v2 .is-light-text .is-title5-32 {
  border-bottom: #fff 2px solid;
}
.orsd-block .snippet-v2 .is-dark-text .is-title5-96, .orsd-feature .snippet-v2 .is-dark-text .is-title5-96 {
  border-bottom: #000 2px solid;
}
.orsd-block .snippet-v2 .is-dark-text .is-title5-80, .orsd-feature .snippet-v2 .is-dark-text .is-title5-80 {
  border-bottom: #000 2px solid;
}
.orsd-block .snippet-v2 .is-dark-text .is-title5-64, .orsd-feature .snippet-v2 .is-dark-text .is-title5-64 {
  border-bottom: #000 2px solid;
}
.orsd-block .snippet-v2 .is-dark-text .is-title5-48, .orsd-feature .snippet-v2 .is-dark-text .is-title5-48 {
  border-bottom: #000 2px solid;
}
.orsd-block .snippet-v2 .is-dark-text .is-title5-32, .orsd-feature .snippet-v2 .is-dark-text .is-title5-32 {
  border-bottom: #000 2px solid;
}
.orsd-block .snippet-v2 .is-title-lite, .orsd-feature .snippet-v2 .is-title-lite {
  letter-spacing: 3px;
  word-spacing: 5px;
}
.orsd-block .snippet-v2 .is-title-lite.is-title3-96, .orsd-block .snippet-v2 .is-title-lite.is-title4-96, .orsd-block .snippet-v2 .is-title-lite.is-title5-96, .orsd-feature .snippet-v2 .is-title-lite.is-title3-96, .orsd-feature .snippet-v2 .is-title-lite.is-title4-96, .orsd-feature .snippet-v2 .is-title-lite.is-title5-96 {
  letter-spacing: 4px;
  word-spacing: 8px;
}
.orsd-block .snippet-v2 .is-title-lite.is-title3-80, .orsd-block .snippet-v2 .is-title-lite.is-title4-80, .orsd-block .snippet-v2 .is-title-lite.is-title5-80, .orsd-feature .snippet-v2 .is-title-lite.is-title3-80, .orsd-feature .snippet-v2 .is-title-lite.is-title4-80, .orsd-feature .snippet-v2 .is-title-lite.is-title5-80 {
  letter-spacing: 4px;
  word-spacing: 8px;
}
.orsd-block .snippet-v2 .is-title-lite.is-title3-64, .orsd-block .snippet-v2 .is-title-lite.is-title4-64, .orsd-block .snippet-v2 .is-title-lite.is-title5-64, .orsd-feature .snippet-v2 .is-title-lite.is-title3-64, .orsd-feature .snippet-v2 .is-title-lite.is-title4-64, .orsd-feature .snippet-v2 .is-title-lite.is-title5-64 {
  letter-spacing: 4px;
  word-spacing: 8px;
}
.orsd-block .snippet-v2 .is-title-lite.is-title3-48, .orsd-block .snippet-v2 .is-title-lite.is-title4-48, .orsd-block .snippet-v2 .is-title-lite.is-title5-48, .orsd-feature .snippet-v2 .is-title-lite.is-title3-48, .orsd-feature .snippet-v2 .is-title-lite.is-title4-48, .orsd-feature .snippet-v2 .is-title-lite.is-title5-48 {
  letter-spacing: 4px;
  word-spacing: 8px;
}
.orsd-block .snippet-v2 .is-title-lite.is-title3-32, .orsd-block .snippet-v2 .is-title-lite.is-title4-32, .orsd-block .snippet-v2 .is-title-lite.is-title5-32, .orsd-feature .snippet-v2 .is-title-lite.is-title3-32, .orsd-feature .snippet-v2 .is-title-lite.is-title4-32, .orsd-feature .snippet-v2 .is-title-lite.is-title5-32 {
  letter-spacing: 3px;
  word-spacing: 5px;
}
.orsd-block .snippet-v2 .is-title-bold, .orsd-feature .snippet-v2 .is-title-bold {
  font-weight: 800;
}
.orsd-block .snippet-v2 .is-title-bold.is-title3-96, .orsd-block .snippet-v2 .is-title-bold.is-title4-96, .orsd-block .snippet-v2 .is-title-bold.is-title5-96, .orsd-feature .snippet-v2 .is-title-bold.is-title3-96, .orsd-feature .snippet-v2 .is-title-bold.is-title4-96, .orsd-feature .snippet-v2 .is-title-bold.is-title5-96 {
  border-width: 4px;
}
.orsd-block .snippet-v2 .is-title-bold.is-title3-80, .orsd-block .snippet-v2 .is-title-bold.is-title4-80, .orsd-block .snippet-v2 .is-title-bold.is-title5-80, .orsd-feature .snippet-v2 .is-title-bold.is-title3-80, .orsd-feature .snippet-v2 .is-title-bold.is-title4-80, .orsd-feature .snippet-v2 .is-title-bold.is-title5-80 {
  border-width: 4px;
}
.orsd-block .snippet-v2 .is-title-bold.is-title3-64, .orsd-block .snippet-v2 .is-title-bold.is-title4-64, .orsd-block .snippet-v2 .is-title-bold.is-title5-64, .orsd-feature .snippet-v2 .is-title-bold.is-title3-64, .orsd-feature .snippet-v2 .is-title-bold.is-title4-64, .orsd-feature .snippet-v2 .is-title-bold.is-title5-64 {
  border-width: 3px;
}
.orsd-block .snippet-v2 .is-title-bold.is-title3-48, .orsd-block .snippet-v2 .is-title-bold.is-title4-48, .orsd-block .snippet-v2 .is-title-bold.is-title5-48, .orsd-feature .snippet-v2 .is-title-bold.is-title3-48, .orsd-feature .snippet-v2 .is-title-bold.is-title4-48, .orsd-feature .snippet-v2 .is-title-bold.is-title5-48 {
  border-width: 3px;
}
.orsd-block .snippet-v2 .is-title-bold.is-title3-32, .orsd-block .snippet-v2 .is-title-bold.is-title4-32, .orsd-block .snippet-v2 .is-title-bold.is-title5-32, .orsd-feature .snippet-v2 .is-title-bold.is-title3-32, .orsd-feature .snippet-v2 .is-title-bold.is-title4-32, .orsd-feature .snippet-v2 .is-title-bold.is-title5-32 {
  border-width: 2px;
}
.orsd-block .snippet-v2 .is-info1, .orsd-feature .snippet-v2 .is-info1 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-style: italic;
}
.orsd-block .snippet-v2 .is-info1.size-21, .orsd-feature .snippet-v2 .is-info1.size-21 {
  margin-top: 12px;
}
.orsd-block .snippet-v2 .is-info1.size-24, .orsd-feature .snippet-v2 .is-info1.size-24 {
  margin-top: 15px;
}
.orsd-block .snippet-v2 .is-info2, .orsd-feature .snippet-v2 .is-info2 {
  margin-top: 10px;
  margin-bottom: 0px;
}
.orsd-block .snippet-v2 .is-info2.size-21, .orsd-feature .snippet-v2 .is-info2.size-21 {
  margin-top: 12px;
}
.orsd-block .snippet-v2 .is-info2.size-24, .orsd-feature .snippet-v2 .is-info2.size-24 {
  margin-top: 15px;
}
.orsd-block .snippet-v2 .is-btn, .orsd-feature .snippet-v2 .is-btn {
  padding: 10px 50px;
  font-size: 1rem;
  line-height: 2rem;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  border-radius: 0;
  letter-spacing: 3px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-transition: all 0.16s ease;
  transition: all 0.16s ease;
}
.orsd-block .snippet-v2 .is-btn-ghost1, .orsd-feature .snippet-v2 .is-btn-ghost1 {
  color: #000;
  border: 2px solid #111;
}
.orsd-block .snippet-v2 .is-btn-ghost1:hover, .orsd-block .snippet-v2 .is-btn-ghost1:active, .orsd-block .snippet-v2 .is-btn-ghost1:focus, .orsd-feature .snippet-v2 .is-btn-ghost1:hover, .orsd-feature .snippet-v2 .is-btn-ghost1:active, .orsd-feature .snippet-v2 .is-btn-ghost1:focus {
  color: #fff;
  background-color: #111;
  border: 2px solid #111;
  text-decoration: none;
}
.orsd-block .snippet-v2 .is-light-text .is-btn-ghost1, .orsd-block .snippet-v2 .is-dark-text .is-light-text .is-btn-ghost1, .orsd-feature .snippet-v2 .is-light-text .is-btn-ghost1, .orsd-feature .snippet-v2 .is-dark-text .is-light-text .is-btn-ghost1 {
  color: #fff;
  border: 2px solid #fff;
}
.orsd-block .snippet-v2 .is-light-text .is-btn-ghost1:hover, .orsd-block .snippet-v2 .is-light-text .is-btn-ghost1:active, .orsd-block .snippet-v2 .is-light-text .is-btn-ghost1:focus, .orsd-block .snippet-v2 .is-dark-text .is-light-text .is-btn-ghost1:hover, .orsd-block .snippet-v2 .is-dark-text .is-light-text .is-btn-ghost1:active, .orsd-block .snippet-v2 .is-dark-text .is-light-text .is-btn-ghost1:focus, .orsd-feature .snippet-v2 .is-light-text .is-btn-ghost1:hover, .orsd-feature .snippet-v2 .is-light-text .is-btn-ghost1:active, .orsd-feature .snippet-v2 .is-light-text .is-btn-ghost1:focus, .orsd-feature .snippet-v2 .is-dark-text .is-light-text .is-btn-ghost1:hover, .orsd-feature .snippet-v2 .is-dark-text .is-light-text .is-btn-ghost1:active, .orsd-feature .snippet-v2 .is-dark-text .is-light-text .is-btn-ghost1:focus {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}
.orsd-block .snippet-v2 .is-dark-text .is-btn-ghost1, .orsd-block .snippet-v2 .is-light-text .is-dark-text .is-btn-ghost1, .orsd-feature .snippet-v2 .is-dark-text .is-btn-ghost1, .orsd-feature .snippet-v2 .is-light-text .is-dark-text .is-btn-ghost1 {
  color: #000;
  border: 2px solid #111;
}
.orsd-block .snippet-v2 .is-dark-text .is-btn-ghost1:hover, .orsd-block .snippet-v2 .is-dark-text .is-btn-ghost1:active, .orsd-block .snippet-v2 .is-dark-text .is-btn-ghost1:focus, .orsd-block .snippet-v2 .is-light-text .is-dark-text .is-btn-ghost1:hover, .orsd-block .snippet-v2 .is-light-text .is-dark-text .is-btn-ghost1:active, .orsd-block .snippet-v2 .is-light-text .is-dark-text .is-btn-ghost1:focus, .orsd-feature .snippet-v2 .is-dark-text .is-btn-ghost1:hover, .orsd-feature .snippet-v2 .is-dark-text .is-btn-ghost1:active, .orsd-feature .snippet-v2 .is-dark-text .is-btn-ghost1:focus, .orsd-feature .snippet-v2 .is-light-text .is-dark-text .is-btn-ghost1:hover, .orsd-feature .snippet-v2 .is-light-text .is-dark-text .is-btn-ghost1:active, .orsd-feature .snippet-v2 .is-light-text .is-dark-text .is-btn-ghost1:focus {
  color: #fff;
  background-color: #111;
  border: 2px solid #111;
}
.orsd-block .snippet-v2 .is-btn-ghost2, .orsd-feature .snippet-v2 .is-btn-ghost2 {
  color: #000;
  border: 2px solid #d7d7d7;
  background-color: #d7d7d7;
}
.orsd-block .snippet-v2 .is-btn-ghost2:hover, .orsd-block .snippet-v2 .is-btn-ghost2:active, .orsd-block .snippet-v2 .is-btn-ghost2:focus, .orsd-feature .snippet-v2 .is-btn-ghost2:hover, .orsd-feature .snippet-v2 .is-btn-ghost2:active, .orsd-feature .snippet-v2 .is-btn-ghost2:focus {
  color: #000;
  background-color: #cdcdcd;
  border: 2px solid #cdcdcd;
  text-decoration: none;
}
.orsd-block .snippet-v2 .is-light-text .is-btn-ghost2, .orsd-block .snippet-v2 .is-dark-text .is-light-text .is-btn-ghost2, .orsd-feature .snippet-v2 .is-light-text .is-btn-ghost2, .orsd-feature .snippet-v2 .is-dark-text .is-light-text .is-btn-ghost2 {
  color: #000;
  border: 2px solid #f9f9f9;
  background-color: #f9f9f9;
}
.orsd-block .snippet-v2 .is-light-text .is-btn-ghost2:hover, .orsd-block .snippet-v2 .is-light-text .is-btn-ghost2:active, .orsd-block .snippet-v2 .is-light-text .is-btn-ghost2:focus, .orsd-block .snippet-v2 .is-dark-text .is-light-text .is-btn-ghost2:hover, .orsd-block .snippet-v2 .is-dark-text .is-light-text .is-btn-ghost2:active, .orsd-block .snippet-v2 .is-dark-text .is-light-text .is-btn-ghost2:focus, .orsd-feature .snippet-v2 .is-light-text .is-btn-ghost2:hover, .orsd-feature .snippet-v2 .is-light-text .is-btn-ghost2:active, .orsd-feature .snippet-v2 .is-light-text .is-btn-ghost2:focus, .orsd-feature .snippet-v2 .is-dark-text .is-light-text .is-btn-ghost2:hover, .orsd-feature .snippet-v2 .is-dark-text .is-light-text .is-btn-ghost2:active, .orsd-feature .snippet-v2 .is-dark-text .is-light-text .is-btn-ghost2:focus {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}
.orsd-block .snippet-v2 .is-dark-text .is-btn-ghost2, .orsd-block .snippet-v2 .is-light-text .is-dark-text .is-btn-ghost2, .orsd-feature .snippet-v2 .is-dark-text .is-btn-ghost2, .orsd-feature .snippet-v2 .is-light-text .is-dark-text .is-btn-ghost2 {
  color: #000;
  border: 2px solid #d7d7d7;
  background-color: #d7d7d7;
}
.orsd-block .snippet-v2 .is-dark-text .is-btn-ghost2:hover, .orsd-block .snippet-v2 .is-dark-text .is-btn-ghost2:active, .orsd-block .snippet-v2 .is-dark-text .is-btn-ghost2:focus, .orsd-block .snippet-v2 .is-light-text .is-dark-text .is-btn-ghost2:hover, .orsd-block .snippet-v2 .is-light-text .is-dark-text .is-btn-ghost2:active, .orsd-block .snippet-v2 .is-light-text .is-dark-text .is-btn-ghost2:focus, .orsd-feature .snippet-v2 .is-dark-text .is-btn-ghost2:hover, .orsd-feature .snippet-v2 .is-dark-text .is-btn-ghost2:active, .orsd-feature .snippet-v2 .is-dark-text .is-btn-ghost2:focus, .orsd-feature .snippet-v2 .is-light-text .is-dark-text .is-btn-ghost2:hover, .orsd-feature .snippet-v2 .is-light-text .is-dark-text .is-btn-ghost2:active, .orsd-feature .snippet-v2 .is-light-text .is-dark-text .is-btn-ghost2:focus {
  color: #000;
  background-color: #cdcdcd;
  border: 2px solid #cdcdcd;
}
.orsd-block .snippet-v2 .is-btn-small, .orsd-feature .snippet-v2 .is-btn-small {
  padding: 5px 25px;
  font-size: 0.85rem;
}
.orsd-block .snippet-v2 .is-upper, .orsd-feature .snippet-v2 .is-upper {
  text-transform: uppercase;
}
.orsd-block .snippet-v2 .is-rounded-30, .orsd-feature .snippet-v2 .is-rounded-30 {
  border-radius: 30px;
}
.orsd-block .snippet-v2 figure.hdr, .orsd-feature .snippet-v2 figure.hdr {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000;
}
.orsd-block .snippet-v2 figure.hdr img, .orsd-feature .snippet-v2 figure.hdr img {
  position: relative;
  display: block;
  width: 100%;
  opacity: 0.8;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.orsd-block .snippet-v2 figure.hdr:hover img, .orsd-feature .snippet-v2 figure.hdr:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.orsd-block .snippet-v2 figure.hdr figcaption, .orsd-feature .snippet-v2 figure.hdr figcaption {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  padding: 0 2.5em;
  color: #fff;
  font-size: 1.55rem;
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
}
.orsd-block .snippet-v2 figure.hdr h2, .orsd-feature .snippet-v2 figure.hdr h2 {
  font-weight: 300;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}
.orsd-block .snippet-v2 figure.hdr h2 span, .orsd-feature .snippet-v2 figure.hdr h2 span {
  font-weight: 800;
}
.orsd-block .snippet-v2 figure.hdr p, .orsd-feature .snippet-v2 figure.hdr p {
  letter-spacing: 1px;
  font-size: 68.5%;
  text-transform: uppercase;
}
.orsd-block .snippet-v2 figure.hdr h2, .orsd-block .snippet-v2 figure.hdr p, .orsd-feature .snippet-v2 figure.hdr h2, .orsd-feature .snippet-v2 figure.hdr p {
  margin: 0;
  z-index: 10000;
}
.orsd-block .snippet-v2 figure.hdr div, .orsd-feature .snippet-v2 figure.hdr div {
  height: 100%;
  z-index: 0;
}
.orsd-block .snippet-v2 figure.hdr div::before, .orsd-block .snippet-v2 figure.hdr div::after, .orsd-feature .snippet-v2 figure.hdr div::before, .orsd-feature .snippet-v2 figure.hdr div::after {
  position: absolute;
  content: "";
}
.orsd-block .snippet-v2 figure.one div::before, .orsd-feature .snippet-v2 figure.one div::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.orsd-block .snippet-v2 figure.one div::after, .orsd-feature .snippet-v2 figure.one div::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.orsd-block .snippet-v2 figure.two div::before, .orsd-feature .snippet-v2 figure.two div::before {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.orsd-block .snippet-v2 figure.two div::after, .orsd-feature .snippet-v2 figure.two div::after {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.orsd-block .snippet-v2 figure.three figcaption, .orsd-feature .snippet-v2 figure.three figcaption {
  height: 70%;
}
.orsd-block .snippet-v2 figure.three p, .orsd-feature .snippet-v2 figure.three p {
  margin: 1em 0 0;
  padding: 2em;
  border: 1px solid #fff;
}
.orsd-block .snippet-v2 figure.four figcaption, .orsd-feature .snippet-v2 figure.four figcaption {
  height: 60%;
  text-align: left;
}
.orsd-block .snippet-v2 figure.four p, .orsd-feature .snippet-v2 figure.four p {
  position: absolute;
  right: 50px;
  bottom: 50px;
  left: 50px;
  padding: 2em;
  border: 7px solid #fff;
}
.orsd-block .snippet-v2 figure.five figcaption, .orsd-feature .snippet-v2 figure.five figcaption {
  height: 100%;
  text-align: right;
}
.orsd-block .snippet-v2 figure.five h2, .orsd-feature .snippet-v2 figure.five h2 {
  position: absolute;
  left: 50px;
  right: 50px;
  top: 10%;
  border-bottom: 5px solid #fff;
}
.orsd-block .snippet-v2 figure.five p, .orsd-feature .snippet-v2 figure.five p {
  position: absolute;
  right: 50px;
  bottom: 10%;
}
.orsd-block .snippet-v2 figure.six figcaption, .orsd-feature .snippet-v2 figure.six figcaption {
  height: 70%;
}
.orsd-block .snippet-v2 figure.six h2, .orsd-feature .snippet-v2 figure.six h2 {
  padding-bottom: 3%;
  border-bottom: 1px solid #fff;
}
.orsd-block .snippet-v2 figure.six p, .orsd-feature .snippet-v2 figure.six p {
  padding-top: 6%;
}
.orsd-block .snippet-v2 figure.seven figcaption, .orsd-feature .snippet-v2 figure.seven figcaption {
  height: 90%;
  text-align: left;
}
.orsd-block .snippet-v2 figure.seven h2, .orsd-feature .snippet-v2 figure.seven h2 {
  border-bottom: 3px solid #fff;
}
.orsd-block .snippet-v2 figure.seven p, .orsd-feature .snippet-v2 figure.seven p {
  padding-top: 1em;
}
.orsd-block .snippet-v2 figure.eight figcaption, .orsd-feature .snippet-v2 figure.eight figcaption {
  height: 100%;
  text-align: right;
}
.orsd-block .snippet-v2 figure.eight h2, .orsd-feature .snippet-v2 figure.eight h2 {
  position: absolute;
  left: 50%;
  right: 50px;
  bottom: 10%;
}
.orsd-block .snippet-v2 figure.eight p, .orsd-feature .snippet-v2 figure.eight p {
  position: absolute;
  left: 50px;
  right: 50%;
  top: 10%;
  padding-right: 0.5em;
  border-right: 1px solid #fff;
}
.orsd-block .snippet-v2 .is-rounded-button-medium a, .orsd-feature .snippet-v2 .is-rounded-button-medium a {
  margin: 2px 10px;
}
.orsd-block .snippet-v2 .is-boxed-button-medium2 a, .orsd-block .snippet-v2 .is-boxed-button-big2 a, .orsd-feature .snippet-v2 .is-boxed-button-medium2 a, .orsd-feature .snippet-v2 .is-boxed-button-big2 a {
  margin: 0 30px 5px 0;
}
.orsd-block .snippet-v2 .is-btn, .orsd-feature .snippet-v2 .is-btn {
  margin-bottom: 1em;
}
.orsd-block .snippet-v2 .size-txt-12, .orsd-feature .snippet-v2 .size-txt-12 {
  font-size: 1rem;
}
.orsd-block .snippet-v2 .size-txt-14, .orsd-feature .snippet-v2 .size-txt-14 {
  font-size: 1rem;
}
.orsd-block .snippet-v2 .size-txt-15, .orsd-feature .snippet-v2 .size-txt-15 {
  font-size: 2rem;
}
.orsd-block .snippet-v2 .size-txt-16, .orsd-feature .snippet-v2 .size-txt-16 {
  font-size: 2rem;
}
.orsd-block .snippet-v2 .size-txt-18, .orsd-feature .snippet-v2 .size-txt-18 {
  font-size: 2rem;
}
.orsd-block .snippet-v2 .size-txt-21, .orsd-feature .snippet-v2 .size-txt-21 {
  font-size: 1rem;
}
.orsd-block .snippet-v2 .size-txt-24, .orsd-feature .snippet-v2 .size-txt-24 {
  font-size: 2rem;
}
.orsd-block .snippet-v2 .size-txt-26, .orsd-feature .snippet-v2 .size-txt-26 {
  font-size: 2rem;
}
.orsd-block .snippet-v2 .size-txt-28, .orsd-feature .snippet-v2 .size-txt-28 {
  font-size: 2rem;
}
.orsd-block .snippet-v2 .size-txt-30, .orsd-feature .snippet-v2 .size-txt-30 {
  font-size: 3rem;
}
.orsd-block .snippet-v2 .size-txt-32, .orsd-feature .snippet-v2 .size-txt-32 {
  font-size: 3rem;
}
.orsd-block .snippet-v2 .size-txt-36, .orsd-feature .snippet-v2 .size-txt-36 {
  font-size: 3rem;
}
.orsd-block .snippet-v2 .size-txt-40, .orsd-feature .snippet-v2 .size-txt-40 {
  font-size: 3rem;
}
.orsd-block .snippet-v2 .size-txt-44, .orsd-feature .snippet-v2 .size-txt-44 {
  font-size: 4rem;
}
.orsd-block .snippet-v2 .size-txt-48, .orsd-feature .snippet-v2 .size-txt-48 {
  font-size: 4rem;
}
.orsd-block .snippet-v2 .size-txt-64, .orsd-feature .snippet-v2 .size-txt-64 {
  font-size: 5rem;
}
.orsd-block .snippet-v2 .size-txt-80, .orsd-feature .snippet-v2 .size-txt-80 {
  font-size: 6rem;
}
.orsd-block .snippet-v2 .size-txt-90, .orsd-feature .snippet-v2 .size-txt-90 {
  font-size: 7rem;
}
.orsd-block .snippet-v2 .size-txt-96, .orsd-feature .snippet-v2 .size-txt-96 {
  font-size: 7rem;
}
@media (max-width: 1024px) {
  .orsd-block .snippet-v2 .size-txt-12, .orsd-feature .snippet-v2 .size-txt-12 {
    font-size: 1rem;
  }
  .orsd-block .snippet-v2 .size-txt-14, .orsd-feature .snippet-v2 .size-txt-14 {
    font-size: 1rem;
  }
  .orsd-block .snippet-v2 .size-txt-15, .orsd-feature .snippet-v2 .size-txt-15 {
    font-size: 2rem;
  }
  .orsd-block .snippet-v2 .size-txt-16, .orsd-feature .snippet-v2 .size-txt-16 {
    font-size: 2rem;
  }
  .orsd-block .snippet-v2 .size-txt-18, .orsd-feature .snippet-v2 .size-txt-18 {
    font-size: 2rem;
  }
  .orsd-block .snippet-v2 .size-txt-21, .orsd-feature .snippet-v2 .size-txt-21 {
    font-size: 1rem;
  }
  .orsd-block .snippet-v2 .size-txt-24, .orsd-feature .snippet-v2 .size-txt-24 {
    font-size: 2rem;
  }
  .orsd-block .snippet-v2 .size-txt-32, .orsd-feature .snippet-v2 .size-txt-32 {
    font-size: 2rem;
  }
  .orsd-block .snippet-v2 .size-txt-48, .orsd-feature .snippet-v2 .size-txt-48 {
    font-size: 3rem;
  }
  .orsd-block .snippet-v2 .size-txt-64, .orsd-feature .snippet-v2 .size-txt-64 {
    font-size: 3rem;
  }
  .orsd-block .snippet-v2 .size-txt-80, .orsd-feature .snippet-v2 .size-txt-80 {
    font-size: 3rem;
  }
  .orsd-block .snippet-v2 .size-txt-96, .orsd-feature .snippet-v2 .size-txt-96 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 992px) {
  .orsd-block .snippet-v2 .flex-item-fourth, .orsd-block .snippet-v2 .flex-item-third, .orsd-block .snippet-v2 .flex-item-half, .orsd-block .snippet-v2 .flex-item-two-thirds, .orsd-feature .snippet-v2 .flex-item-fourth, .orsd-feature .snippet-v2 .flex-item-third, .orsd-feature .snippet-v2 .flex-item-half, .orsd-feature .snippet-v2 .flex-item-two-thirds {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 10px;
  }
  .orsd-block .snippet-v2 .btn-lg, .orsd-block .snippet-v2 .btn-group-lg > .btn, .orsd-feature .snippet-v2 .btn-lg, .orsd-feature .snippet-v2 .btn-group-lg > .btn {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .orsd-block .snippet-v2 .is-rounded-button-medium a, .orsd-feature .snippet-v2 .is-rounded-button-medium a {
    float: none;
    margin: 5px auto;
  }
  .orsd-block .snippet-v2 .size-txt-12, .orsd-feature .snippet-v2 .size-txt-12 {
    font-size: 1rem;
  }
  .orsd-block .snippet-v2 .size-txt-14, .orsd-feature .snippet-v2 .size-txt-14 {
    font-size: 1rem;
  }
  .orsd-block .snippet-v2 .size-txt-15, .orsd-feature .snippet-v2 .size-txt-15 {
    font-size: 2rem;
  }
  .orsd-block .snippet-v2 .size-txt-16, .orsd-feature .snippet-v2 .size-txt-16 {
    font-size: 2rem;
  }
  .orsd-block .snippet-v2 .size-txt-18, .orsd-feature .snippet-v2 .size-txt-18 {
    font-size: 2rem;
  }
  .orsd-block .snippet-v2 .size-txt-21, .orsd-feature .snippet-v2 .size-txt-21 {
    font-size: 1rem;
  }
  .orsd-block .snippet-v2 .size-txt-24, .orsd-feature .snippet-v2 .size-txt-24 {
    font-size: 2rem;
  }
  .orsd-block .snippet-v2 .size-txt-32, .orsd-feature .snippet-v2 .size-txt-32 {
    font-size: 3rem;
  }
  .orsd-block .snippet-v2 .size-txt-48, .orsd-feature .snippet-v2 .size-txt-48 {
    font-size: 3rem;
  }
  .orsd-block .snippet-v2 .size-txt-64, .orsd-feature .snippet-v2 .size-txt-64 {
    font-size: 3rem;
  }
  .orsd-block .snippet-v2 .size-txt-80, .orsd-feature .snippet-v2 .size-txt-80 {
    font-size: 4rem;
  }
  .orsd-block .snippet-v2 .size-txt-96, .orsd-feature .snippet-v2 .size-txt-96 {
    font-size: 5rem;
  }
}
.orsd-block .snippet-v2 .oblong-50, .orsd-feature .snippet-v2 .oblong-50 {
  border-radius: 50px;
}
.orsd-block .snippet-v2 .oblong-20, .orsd-feature .snippet-v2 .oblong-20 {
  border-radius: 20px;
}
.orsd-block .snippet-v2 .s-twitter, .orsd-block .snippet-v2 .is-boxed-button-small a.s-twitter, .orsd-block .snippet-v2 .is-boxed-button-medium2 a.s-twitter, .orsd-block .snippet-v2 .is-boxed-button-big a.s-twitter, .orsd-block .snippet-v2 .is-boxed-button-big2 a.s-twitter, .orsd-block .snippet-v2 .is-rounded-button-medium a.s-twitter, .orsd-block .snippet-v2 .is-rounded-button-big a.s-twitter, .orsd-feature .snippet-v2 .s-twitter, .orsd-feature .snippet-v2 .is-boxed-button-small a.s-twitter, .orsd-feature .snippet-v2 .is-boxed-button-medium2 a.s-twitter, .orsd-feature .snippet-v2 .is-boxed-button-big a.s-twitter, .orsd-feature .snippet-v2 .is-boxed-button-big2 a.s-twitter, .orsd-feature .snippet-v2 .is-rounded-button-medium a.s-twitter, .orsd-feature .snippet-v2 .is-rounded-button-big a.s-twitter {
  background-color: #00bfff;
}
.orsd-block .snippet-v2 .s-facebook, .orsd-block .snippet-v2 .is-boxed-button-small a.s-facebook, .orsd-block .snippet-v2 .is-boxed-button-medium2 a.s-facebook, .orsd-block .snippet-v2 .is-boxed-button-big a.s-facebook, .orsd-block .snippet-v2 .is-boxed-button-big2 a.s-facebook, .orsd-block .snippet-v2 .is-rounded-button-medium a.s-facebook, .orsd-block .snippet-v2 .is-rounded-button-big a.s-facebook, .orsd-feature .snippet-v2 .s-facebook, .orsd-feature .snippet-v2 .is-boxed-button-small a.s-facebook, .orsd-feature .snippet-v2 .is-boxed-button-medium2 a.s-facebook, .orsd-feature .snippet-v2 .is-boxed-button-big a.s-facebook, .orsd-feature .snippet-v2 .is-boxed-button-big2 a.s-facebook, .orsd-feature .snippet-v2 .is-rounded-button-medium a.s-facebook, .orsd-feature .snippet-v2 .is-rounded-button-big a.s-facebook {
  background-color: #128BDB;
}
.orsd-block .snippet-v2 .s-email, .orsd-block .snippet-v2 .is-boxed-button-small a.s-email, .orsd-block .snippet-v2 .is-boxed-button-medium2 a.s-email, .orsd-block .snippet-v2 .is-boxed-button-big a.s-email, .orsd-block .snippet-v2 .is-boxed-button-big2 a.s-email, .orsd-block .snippet-v2 .is-rounded-button-medium a.s-email, .orsd-block .snippet-v2 .is-rounded-button-big a.s-email, .orsd-feature .snippet-v2 .s-email, .orsd-feature .snippet-v2 .is-boxed-button-small a.s-email, .orsd-feature .snippet-v2 .is-boxed-button-medium2 a.s-email, .orsd-feature .snippet-v2 .is-boxed-button-big a.s-email, .orsd-feature .snippet-v2 .is-boxed-button-big2 a.s-email, .orsd-feature .snippet-v2 .is-rounded-button-medium a.s-email, .orsd-feature .snippet-v2 .is-rounded-button-big a.s-email {
  background-color: #ff69B4;
}
.orsd-block .snippet-v2 .s-youtube, .orsd-block .snippet-v2 .is-boxed-button-small a.s-youtube, .orsd-block .snippet-v2 .is-boxed-button-medium2 a.s-youtube, .orsd-block .snippet-v2 .is-boxed-button-big a.s-youtube, .orsd-block .snippet-v2 .is-boxed-button-big2 a.s-youtube, .orsd-block .snippet-v2 .is-rounded-button-medium a.s-youtube, .orsd-block .snippet-v2 .is-rounded-button-big a.s-youtube, .orsd-feature .snippet-v2 .s-youtube, .orsd-feature .snippet-v2 .is-boxed-button-small a.s-youtube, .orsd-feature .snippet-v2 .is-boxed-button-medium2 a.s-youtube, .orsd-feature .snippet-v2 .is-boxed-button-big a.s-youtube, .orsd-feature .snippet-v2 .is-boxed-button-big2 a.s-youtube, .orsd-feature .snippet-v2 .is-rounded-button-medium a.s-youtube, .orsd-feature .snippet-v2 .is-rounded-button-big a.s-youtube {
  background-color: #E20000;
}
.orsd-block .snippet-v2 .s-web, .orsd-block .snippet-v2 .is-boxed-button-small a.s-web, .orsd-block .snippet-v2 .is-boxed-button-medium2 a.s-web, .orsd-block .snippet-v2 .is-boxed-button-big a.s-web, .orsd-block .snippet-v2 .is-boxed-button-big2 a.s-web, .orsd-block .snippet-v2 .is-rounded-button-medium a.s-web, .orsd-block .snippet-v2 .is-rounded-button-big a.s-web, .orsd-feature .snippet-v2 .s-web, .orsd-feature .snippet-v2 .is-boxed-button-small a.s-web, .orsd-feature .snippet-v2 .is-boxed-button-medium2 a.s-web, .orsd-feature .snippet-v2 .is-boxed-button-big a.s-web, .orsd-feature .snippet-v2 .is-boxed-button-big2 a.s-web, .orsd-feature .snippet-v2 .is-rounded-button-medium a.s-web, .orsd-feature .snippet-v2 .is-rounded-button-big a.s-web {
  background-color: #0569AA;
}
.orsd-block .snippet-v2 .s-googleplus, .orsd-block .snippet-v2 .is-boxed-button-small a.s-googleplus, .orsd-block .snippet-v2 .is-boxed-button-medium2 a.s-googleplus, .orsd-block .snippet-v2 .is-boxed-button-big a.s-googleplus, .orsd-block .snippet-v2 .is-boxed-button-big2 a.s-googleplus, .orsd-block .snippet-v2 .is-rounded-button-medium a.s-googleplus, .orsd-block .snippet-v2 .is-rounded-button-big a.s-googleplus, .orsd-feature .snippet-v2 .s-googleplus, .orsd-feature .snippet-v2 .is-boxed-button-small a.s-googleplus, .orsd-feature .snippet-v2 .is-boxed-button-medium2 a.s-googleplus, .orsd-feature .snippet-v2 .is-boxed-button-big a.s-googleplus, .orsd-feature .snippet-v2 .is-boxed-button-big2 a.s-googleplus, .orsd-feature .snippet-v2 .is-rounded-button-medium a.s-googleplus, .orsd-feature .snippet-v2 .is-rounded-button-big a.s-googleplus {
  background-color: #DF311F;
}
.orsd-block .snippet-v2 .s-instagram, .orsd-block .snippet-v2 .is-boxed-button-small a.s-instagram, .orsd-block .snippet-v2 .is-boxed-button-medium2 a.s-instagram, .orsd-block .snippet-v2 .is-boxed-button-big a.s-instagram, .orsd-block .snippet-v2 .is-boxed-button-big2 a.s-instagram, .orsd-block .snippet-v2 .is-rounded-button-medium a.s-instagram, .orsd-block .snippet-v2 .is-rounded-button-big a.s-instagram, .orsd-feature .snippet-v2 .s-instagram, .orsd-feature .snippet-v2 .is-boxed-button-small a.s-instagram, .orsd-feature .snippet-v2 .is-boxed-button-medium2 a.s-instagram, .orsd-feature .snippet-v2 .is-boxed-button-big a.s-instagram, .orsd-feature .snippet-v2 .is-boxed-button-big2 a.s-instagram, .orsd-feature .snippet-v2 .is-rounded-button-medium a.s-instagram, .orsd-feature .snippet-v2 .is-rounded-button-big a.s-instagram {
  background-color: #0569AA;
}
@media (max-width: 540px) {
  .orsd-block .snippet-v2 .center, .orsd-feature .snippet-v2 .center {
    text-align: center;
  }
  .orsd-block .snippet-v2 .display h1, .orsd-feature .snippet-v2 .display h1 {
    font-size: 1.5rem;
    /* font-size: floor($font-size-base * 1.5); }*/
  }
}
.orsd-block .snippet-v2 .orsd-snippet-44 img.rounded-circle, .orsd-feature .snippet-v2 .orsd-snippet-44 img.rounded-circle {
  min-width: 45px;
}
.orsd-block .snippet-v2 .orsd-snippet-52 .is-boxed-button-big a.s-twitter, .orsd-block .snippet-v2 .orsd-snippet-52 .is-boxed-button-big a.s-facebook, .orsd-block .snippet-v2 .orsd-snippet-52 .is-boxed-button-big a.s-youtube, .orsd-block .snippet-v2 .orsd-snippet-52 .is-boxed-button-big a.s-web, .orsd-block .snippet-v2 .orsd-snippet-52 .is-boxed-button-big a.s-email, .orsd-feature .snippet-v2 .orsd-snippet-52 .is-boxed-button-big a.s-twitter, .orsd-feature .snippet-v2 .orsd-snippet-52 .is-boxed-button-big a.s-facebook, .orsd-feature .snippet-v2 .orsd-snippet-52 .is-boxed-button-big a.s-youtube, .orsd-feature .snippet-v2 .orsd-snippet-52 .is-boxed-button-big a.s-web, .orsd-feature .snippet-v2 .orsd-snippet-52 .is-boxed-button-big a.s-email {
  height: 80px;
}
.orsd-block .snippet-v2 .orsd-snippet-89 .is-card, .orsd-block .snippet-v2 .orsd-snippet-141 .is-card, .orsd-feature .snippet-v2 .orsd-snippet-89 .is-card, .orsd-feature .snippet-v2 .orsd-snippet-141 .is-card {
  border-radius: 20px;
}
.orsd-block .snippet-v2 .orsd-snippet-96 .is-card, .orsd-block .snippet-v2 .orsd-snippet-97 .is-card, .orsd-block .snippet-v2 .orsd-snippet-161 .is-card, .orsd-feature .snippet-v2 .orsd-snippet-96 .is-card, .orsd-feature .snippet-v2 .orsd-snippet-97 .is-card, .orsd-feature .snippet-v2 .orsd-snippet-161 .is-card {
  border-radius: 30px;
}
.orsd-block .snippet-v2 .orsd-snippet-96 .is-card, .orsd-block .snippet-v2 .orsd-snippet-161 .is-card, .orsd-feature .snippet-v2 .orsd-snippet-96 .is-card, .orsd-feature .snippet-v2 .orsd-snippet-161 .is-card {
  width: 100%;
  max-width: 400px;
}
.orsd-block .snippet-v2 .orsd-snippet-98 .is-card, .orsd-feature .snippet-v2 .orsd-snippet-98 .is-card {
  border-radius: 20px;
}
.orsd-block .snippet-v2 .orsd-snippet-98 .btn-lg, .orsd-block .snippet-v2 .orsd-snippet-98 .btn-group-lg > .btn, .orsd-block .snippet-v2 .orsd-snippet-102 .btn-lg, .orsd-block .snippet-v2 .orsd-snippet-102 .btn-group-lg > .btn, .orsd-block .snippet-v2 .orsd-snippet-103 .btn-lg, .orsd-block .snippet-v2 .orsd-snippet-103 .btn-group-lg > .btn, .orsd-block .snippet-v2 .orsd-snippet-104 .btn-lg, .orsd-block .snippet-v2 .orsd-snippet-104 .btn-group-lg > .btn, .orsd-block .snippet-v2 .orsd-snippet-115 .btn-lg, .orsd-block .snippet-v2 .orsd-snippet-115 .btn-group-lg > .btn, .orsd-block .snippet-v2 .orsd-snippet-119 .btn-lg, .orsd-block .snippet-v2 .orsd-snippet-119 .btn-group-lg > .btn, .orsd-block .snippet-v2 .orsd-snippet-126 .btn-lg, .orsd-block .snippet-v2 .orsd-snippet-126 .btn-group-lg > .btn, .orsd-block .snippet-v2 .orsd-snippet-153 .btn-lg, .orsd-block .snippet-v2 .orsd-snippet-153 .btn-group-lg > .btn, .orsd-block .snippet-v2 .orsd-snippet-154 .btn-lg, .orsd-block .snippet-v2 .orsd-snippet-154 .btn-group-lg > .btn, .orsd-block .snippet-v2 .orsd-snippet-157 .btn-lg, .orsd-block .snippet-v2 .orsd-snippet-157 .btn-group-lg > .btn, .orsd-block .snippet-v2 .orsd-snippet-159 .btn-lg, .orsd-block .snippet-v2 .orsd-snippet-159 .btn-group-lg > .btn, .orsd-block .snippet-v2 .orsd-snippet-163 .btn-lg, .orsd-block .snippet-v2 .orsd-snippet-163 .btn-group-lg > .btn, .orsd-feature .snippet-v2 .orsd-snippet-98 .btn-lg, .orsd-feature .snippet-v2 .orsd-snippet-98 .btn-group-lg > .btn, .orsd-feature .snippet-v2 .orsd-snippet-102 .btn-lg, .orsd-feature .snippet-v2 .orsd-snippet-102 .btn-group-lg > .btn, .orsd-feature .snippet-v2 .orsd-snippet-103 .btn-lg, .orsd-feature .snippet-v2 .orsd-snippet-103 .btn-group-lg > .btn, .orsd-feature .snippet-v2 .orsd-snippet-104 .btn-lg, .orsd-feature .snippet-v2 .orsd-snippet-104 .btn-group-lg > .btn, .orsd-feature .snippet-v2 .orsd-snippet-115 .btn-lg, .orsd-feature .snippet-v2 .orsd-snippet-115 .btn-group-lg > .btn, .orsd-feature .snippet-v2 .orsd-snippet-119 .btn-lg, .orsd-feature .snippet-v2 .orsd-snippet-119 .btn-group-lg > .btn, .orsd-feature .snippet-v2 .orsd-snippet-126 .btn-lg, .orsd-feature .snippet-v2 .orsd-snippet-126 .btn-group-lg > .btn, .orsd-feature .snippet-v2 .orsd-snippet-153 .btn-lg, .orsd-feature .snippet-v2 .orsd-snippet-153 .btn-group-lg > .btn, .orsd-feature .snippet-v2 .orsd-snippet-154 .btn-lg, .orsd-feature .snippet-v2 .orsd-snippet-154 .btn-group-lg > .btn, .orsd-feature .snippet-v2 .orsd-snippet-157 .btn-lg, .orsd-feature .snippet-v2 .orsd-snippet-157 .btn-group-lg > .btn, .orsd-feature .snippet-v2 .orsd-snippet-159 .btn-lg, .orsd-feature .snippet-v2 .orsd-snippet-159 .btn-group-lg > .btn, .orsd-feature .snippet-v2 .orsd-snippet-163 .btn-lg, .orsd-feature .snippet-v2 .orsd-snippet-163 .btn-group-lg > .btn {
  border-radius: 50px;
}
.orsd-block .snippet-v2 .orsd-snippet-64 .is-rounded-button-big a, .orsd-feature .snippet-v2 .orsd-snippet-64 .is-rounded-button-big a {
  width: 90px;
  height: 90px;
}
.orsd-block .snippet-v2 .orsd-snippet-68 p, .orsd-feature .snippet-v2 .orsd-snippet-68 p {
  line-height: 2;
}
.orsd-block .snippet-v2 .orsd-snippet-72 .icon, .orsd-feature .snippet-v2 .orsd-snippet-72 .icon {
  line-height: 1;
  vertical-align: middle;
}
.orsd-block .snippet-v2 .orsd-snippet-72 h3 span, .orsd-feature .snippet-v2 .orsd-snippet-72 h3 span {
  vertical-align: middle;
}
.orsd-block .snippet-v2 .orsd-snippet-73 .icon, .orsd-block .snippet-v2 .orsd-snippet-76 .icon, .orsd-feature .snippet-v2 .orsd-snippet-73 .icon, .orsd-feature .snippet-v2 .orsd-snippet-76 .icon {
  color: #808080;
}
.orsd-block .snippet-v2 .orsd-snippet-74 .icon, .orsd-feature .snippet-v2 .orsd-snippet-74 .icon {
  color: #C0C0C0;
}
.orsd-block .snippet-v2 .orsd-snippet-82 h1, .orsd-feature .snippet-v2 .orsd-snippet-82 h1 {
  letter-spacing: 8px;
}
.orsd-block .snippet-v2 .orsd-snippet-84 p, .orsd-feature .snippet-v2 .orsd-snippet-84 p {
  position: relative;
}
.orsd-block .snippet-v2 .orsd-snippet-84 .icon, .orsd-feature .snippet-v2 .orsd-snippet-84 .icon {
  position: absolute;
  top: -15px;
  left: 0;
}
.orsd-block .snippet-v2 .orsd-snippet-85 .icon, .orsd-feature .snippet-v2 .orsd-snippet-85 .icon {
  vertical-align: middle;
}
.orsd-block .snippet-v2 .orsd-snippet-94 h3 .icon, .orsd-feature .snippet-v2 .orsd-snippet-94 h3 .icon {
  line-height: 1;
  vertical-align: middle;
}
.orsd-block .snippet-v2 .orsd-snippet-94 h3 span, .orsd-feature .snippet-v2 .orsd-snippet-94 h3 span {
  vertical-align: middle;
}
.orsd-block .snippet-v2 .orsd-snippet-124 .icon, .orsd-block .snippet-v2 .orsd-snippet-177 .icon, .orsd-block .snippet-v2 .orsd-snippet-178 .icon, .orsd-block .snippet-v2 .orsd-snippet-179 .icon, .orsd-block .snippet-v2 .orsd-snippet-180 .icon, .orsd-block .snippet-v2 .orsd-snippet-197 .icon, .orsd-block .snippet-v2 .orsd-snippet-198 .icon, .orsd-block .snippet-v2 .orsd-snippet-199 .icon, .orsd-block .snippet-v2 .orsd-snippet-200 .icon, .orsd-block .snippet-v2 .orsd-snippet-217 .icon, .orsd-block .snippet-v2 .orsd-snippet-218 .icon, .orsd-block .snippet-v2 .orsd-snippet-219 .icon, .orsd-block .snippet-v2 .orsd-snippet-220 .icon, .orsd-block .snippet-v2 .orsd-snippet-237 .icon, .orsd-block .snippet-v2 .orsd-snippet-238 .icon, .orsd-block .snippet-v2 .orsd-snippet-239 .icon, .orsd-block .snippet-v2 .orsd-snippet-240 .icon, .orsd-feature .snippet-v2 .orsd-snippet-124 .icon, .orsd-feature .snippet-v2 .orsd-snippet-177 .icon, .orsd-feature .snippet-v2 .orsd-snippet-178 .icon, .orsd-feature .snippet-v2 .orsd-snippet-179 .icon, .orsd-feature .snippet-v2 .orsd-snippet-180 .icon, .orsd-feature .snippet-v2 .orsd-snippet-197 .icon, .orsd-feature .snippet-v2 .orsd-snippet-198 .icon, .orsd-feature .snippet-v2 .orsd-snippet-199 .icon, .orsd-feature .snippet-v2 .orsd-snippet-200 .icon, .orsd-feature .snippet-v2 .orsd-snippet-217 .icon, .orsd-feature .snippet-v2 .orsd-snippet-218 .icon, .orsd-feature .snippet-v2 .orsd-snippet-219 .icon, .orsd-feature .snippet-v2 .orsd-snippet-220 .icon, .orsd-feature .snippet-v2 .orsd-snippet-237 .icon, .orsd-feature .snippet-v2 .orsd-snippet-238 .icon, .orsd-feature .snippet-v2 .orsd-snippet-239 .icon, .orsd-feature .snippet-v2 .orsd-snippet-240 .icon {
  line-height: 1;
}
.orsd-block .snippet-v2 .orsd-snippet-268 .icon, .orsd-block .snippet-v2 .orsd-snippet-269 .icon, .orsd-block .snippet-v2 .orsd-snippet-270 .icon, .orsd-block .snippet-v2 .orsd-snippet-271 .icon, .orsd-block .snippet-v2 .orsd-snippet-272 .icon, .orsd-block .snippet-v2 .orsd-snippet-273 .icon, .orsd-block .snippet-v2 .orsd-snippet-274 .icon, .orsd-block .snippet-v2 .orsd-snippet-275 .icon, .orsd-block .snippet-v2 .orsd-snippet-276 .icon, .orsd-block .snippet-v2 .orsd-snippet-277 .icon, .orsd-block .snippet-v2 .orsd-snippet-278 .icon, .orsd-block .snippet-v2 .orsd-snippet-279 .icon, .orsd-feature .snippet-v2 .orsd-snippet-268 .icon, .orsd-feature .snippet-v2 .orsd-snippet-269 .icon, .orsd-feature .snippet-v2 .orsd-snippet-270 .icon, .orsd-feature .snippet-v2 .orsd-snippet-271 .icon, .orsd-feature .snippet-v2 .orsd-snippet-272 .icon, .orsd-feature .snippet-v2 .orsd-snippet-273 .icon, .orsd-feature .snippet-v2 .orsd-snippet-274 .icon, .orsd-feature .snippet-v2 .orsd-snippet-275 .icon, .orsd-feature .snippet-v2 .orsd-snippet-276 .icon, .orsd-feature .snippet-v2 .orsd-snippet-277 .icon, .orsd-feature .snippet-v2 .orsd-snippet-278 .icon, .orsd-feature .snippet-v2 .orsd-snippet-279 .icon {
  line-height: 1.5;
}
.orsd-block .snippet-v2 .orsd-snippet-133 p, .orsd-block .snippet-v2 .orsd-snippet-140 p, .orsd-block .snippet-v2 .orsd-snippet-143 p, .orsd-feature .snippet-v2 .orsd-snippet-133 p, .orsd-feature .snippet-v2 .orsd-snippet-140 p, .orsd-feature .snippet-v2 .orsd-snippet-143 p {
  line-height: 1;
}
.orsd-block .snippet-v2 .orsd-snippet-91 .icon, .orsd-feature .snippet-v2 .orsd-snippet-91 .icon {
  line-height: 1.3;
}
.orsd-block .snippet-v2 .orsd-snippet-99 .display, .orsd-feature .snippet-v2 .orsd-snippet-99 .display {
  margin-bottom: -2em;
}
.orsd-block .snippet-v2 .orsd-snippet-105 .is-card h3 span, .orsd-feature .snippet-v2 .orsd-snippet-105 .is-card h3 span {
  font-weight: 600;
}
.orsd-block .snippet-v2 .orsd-snippet-123 h3, .orsd-block .snippet-v2 .orsd-snippet-147 h2, .orsd-block .snippet-v2 .orsd-snippet-149 p, .orsd-block .snippet-v2 .orsd-snippet-150 h1, .orsd-block .snippet-v2 .orsd-snippet-151 h1, .orsd-block .snippet-v2 .orsd-snippet-152 p, .orsd-block .snippet-v2 .orsd-snippet-159, .orsd-block .snippet-v2 .orsd-snippet-161 h1 span, .orsd-feature .snippet-v2 .orsd-snippet-123 h3, .orsd-feature .snippet-v2 .orsd-snippet-147 h2, .orsd-feature .snippet-v2 .orsd-snippet-149 p, .orsd-feature .snippet-v2 .orsd-snippet-150 h1, .orsd-feature .snippet-v2 .orsd-snippet-151 h1, .orsd-feature .snippet-v2 .orsd-snippet-152 p, .orsd-feature .snippet-v2 .orsd-snippet-159, .orsd-feature .snippet-v2 .orsd-snippet-161 h1 span {
  font-weight: 800;
}
.orsd-block .snippet-v2 .orsd-snippet-141 .is-card, .orsd-feature .snippet-v2 .orsd-snippet-141 .is-card {
  display: table;
  width: 100%;
}
.orsd-block .snippet-v2 .orsd-snippet-141 .is-card .icon, .orsd-feature .snippet-v2 .orsd-snippet-141 .is-card .icon {
  vertical-align: middle;
}
.orsd-block .snippet-v2 .orsd-snippet-141 .is-card strong, .orsd-feature .snippet-v2 .orsd-snippet-141 .is-card strong {
  font-weight: 800;
}
.orsd-block .snippet-v2 .orsd-snippet-155 .is-card, .orsd-feature .snippet-v2 .orsd-snippet-155 .is-card {
  width: 100%;
  max-width: 450px;
}
.orsd-block .snippet-v2 .orsd-snippet-155 .is-card, .orsd-feature .snippet-v2 .orsd-snippet-155 .is-card {
  width: 100%;
  max-width: 700px;
}
.orsd-block .snippet-v2 .orsd-snippet-160 .is-rounded-button-medium a, .orsd-feature .snippet-v2 .orsd-snippet-160 .is-rounded-button-medium a {
  background-color: #fff;
}
.orsd-block .snippet-v2 .orsd-snippet-160 .is-rounded-button-medium a i, .orsd-feature .snippet-v2 .orsd-snippet-160 .is-rounded-button-medium a i {
  background-color: #1a1a1a;
}
.orsd-block .snippet-v2 .ephox-summary-card, .orsd-feature .snippet-v2 .ephox-summary-card {
  border: 1px solid #AAA;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 10px;
  overflow: hidden;
  margin-bottom: 1em;
}
.orsd-block .snippet-v2 .ephox-summary-card a, .orsd-feature .snippet-v2 .ephox-summary-card a {
  text-decoration: none;
  color: inherit;
}
.orsd-block .snippet-v2 .ephox-summary-card a:visited, .orsd-feature .snippet-v2 .ephox-summary-card a:visited {
  color: inherit;
}
.orsd-block .snippet-v2 .ephox-summary-card-title, .orsd-feature .snippet-v2 .ephox-summary-card-title {
  font-size: 1.2rem;
  display: block;
}
.orsd-block .snippet-v2 .ephox-summary-card-author, .orsd-feature .snippet-v2 .ephox-summary-card-author {
  color: #999;
  display: block;
  margin-top: 0.5rem;
}
.orsd-block .snippet-v2 .ephox-summary-card-website, .orsd-feature .snippet-v2 .ephox-summary-card-website {
  color: #999;
  display: block;
  margin-top: 0.5rem;
}
.orsd-block .snippet-v2 .ephox-summary-card-thumbnail, .orsd-feature .snippet-v2 .ephox-summary-card-thumbnail {
  max-width: 180px;
  max-height: 180px;
  margin-left: 2em;
  float: right;
}
.orsd-block .snippet-v2 .ephox-summary-card-description, .orsd-feature .snippet-v2 .ephox-summary-card-description {
  margin-top: 0.5em;
  display: block;
}
.orsd-block .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item, .orsd-feature .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item {
  margin-bottom: 15px;
}
.orsd-block .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item > a, .orsd-feature .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item > a {
  min-width: 70px;
  padding: 0.5em 0.1em 0.5em 0.9em;
  text-align: center;
  color: #fff;
  display: block;
}
.orsd-block .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item > a > i, .orsd-feature .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item > a > i {
  font-size: 20px;
}
@media (min-width: 768px) {
  .orsd-block .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item > a > i, .orsd-feature .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item > a > i {
    font-size: 30px;
  }
}
.orsd-block .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item.snippet-v2-social-bar-twitter > a, .orsd-feature .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item.snippet-v2-social-bar-twitter > a {
  background-color: #00bfff;
}
.orsd-block .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item.snippet-v2-social-bar-facebook > a, .orsd-feature .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item.snippet-v2-social-bar-facebook > a {
  background-color: #128BDB;
}
.orsd-block .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item.snippet-v2-social-bar-googleplus > a, .orsd-feature .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item.snippet-v2-social-bar-googleplus > a {
  background-color: #03A9F4;
}
.orsd-block .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item.snippet-v2-social-bar-pinterest > a, .orsd-feature .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item.snippet-v2-social-bar-pinterest > a {
  background-color: #BD081C;
}
.orsd-block .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item.snippet-v2-social-bar-linkedin > a, .orsd-feature .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item.snippet-v2-social-bar-linkedin > a {
  background-color: #0077B5;
}
.orsd-block .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item.snippet-v2-social-bar-instagram > a, .orsd-feature .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item.snippet-v2-social-bar-instagram > a {
  background-color: #2B2B2B;
}
.orsd-block .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item.snippet-v2-social-bar-youtube > a, .orsd-feature .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item.snippet-v2-social-bar-youtube > a {
  background-color: #E20000;
}
.orsd-block .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item.snippet-v2-social-bar-website > a, .orsd-feature .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item.snippet-v2-social-bar-website > a {
  background-color: #0569AA;
}
.orsd-block .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item.snippet-v2-social-bar-email > a, .orsd-feature .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item.snippet-v2-social-bar-email > a {
  background-color: #ff69B4;
}
.orsd-block .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item.snippet-v2-social-bar-phone > a, .orsd-feature .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item.snippet-v2-social-bar-phone > a {
  background-color: #CD0074;
}
.orsd-block .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item.snippet-v2-social-bar-mobile > a, .orsd-feature .snippet-v2 .snippet-v2-social-bar-container-1 .snippet-v2-social-bar-item.snippet-v2-social-bar-mobile > a {
  background-color: #E6399B;
}
/*!
 * OrangeSeed CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */
/*!
 * OrangeSeed CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */
.text-strikethrough {
  text-decoration: line-through !important;
}
/* reset p, h tags to match content builder */
p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
/* end content builder reset */
/*!
 * OrangeSeed CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */
html {
  font-size: 100%;
  line-height: 1.5;
}
@media (min-width: 576px) {
  html {
    font-size: 100%;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 100%;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 100%;
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 100%;
    line-height: 1.5;
  }
}
.base {
  font-size: 100%;
  line-height: 1.5;
}
@media (min-width: 576px) {
  .base {
    font-size: 100%;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .base {
    font-size: 100%;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .base {
    font-size: 100%;
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  .base {
    font-size: 100%;
    line-height: 1.5;
  }
}
/* sometimes we want to use a size without adjustment */
.base-xs {
  font-size: 16px;
  line-height: 1.5;
}
.base-sm {
  font-size: 16px;
  line-height: 1.5;
}
.base-md {
  font-size: 18px;
  line-height: 1.5;
}
.base-lg {
  font-size: 18px;
  line-height: 1.5;
}
.base-xl {
  font-size: 18px;
  line-height: 1.5;
}
/* additional text sizes */
.text-xs {
  font-size: 0.8em;
}
.text-sm {
  font-size: 0.9em;
}
.text-md {
  font-size: 1em;
}
.text-lg {
  font-size: 1.1em;
}
.text-xl {
  font-size: 1.2em;
}
.text-xxl {
  font-size: 1.5em;
}
.record-title h2 {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
/*!
 * OrangeSeed CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */
/*
overflow: hidden;
    z-index: 1000;
    display: block;
    padding: 12px 18px;
    max-height: 96px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    user-select: none;
 */
/*
background-color: rgba(0, 0, 0, .3);
    color: white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
 */
/* cards and carousel */
/*
.card {
  .orsd-media-container {
    margin-bottom: 0px;
  }
}*/
/* lightcase */
#lightcase-case.orsd-media-gallery #lightcase-content {
  background: transparent;
}
#lightcase-case.orsd-media-gallery #lightcase-content .lightcase-inlineWrap {
  background-color: #000000;
  padding: 0px !important;
}
.card {
  /*!
 * OrangeSeed CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */
}
.card .orsd-media-container {
  margin-bottom: 0;
}
.card .orsd-media-container.orsd-media-layout-simple:not(.fullscreen) .orsd-media-menu-wrapper {
  height: 100%;
}
.card .orsd-media-container.orsd-media-layout-simple:not(.fullscreen) .orsd-media-menu-wrapper .orsd-media-menu {
  height: 100%;
  align-items: center;
  justify-content: center;
}
.card .orsd-media-container.orsd-media-layout-simple:not(.fullscreen) .orsd-media-menu-wrapper .orsd-media-menu .carousel-btn-expand {
  height: 100%;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  background-color: transparent;
  opacity: 0;
  color: #222222;
  border-color: transparent;
}
.card .orsd-media-container.orsd-media-layout-simple:not(.fullscreen) .orsd-media-menu-wrapper .orsd-media-menu .carousel-btn-expand:hover {
  opacity: 0.5;
}
/*
.section-container:not('.p-0') {
  .orsd-media-container {
  @include media-breakpoint-down(md) {
    margin-left: -$grid-gutter-width;
    margin-right: -$grid-gutter-width;
    width: 100vh;
  }
}
}*/
.orsd-media-container {
  background-color: transparent;
  margin-bottom: 28px;
  position: relative;
  visibility: hidden;
  overflow: hidden;
  /*&.orsd-media-filmstrip-nav-on {
    .carousel-btn-indicators-slide {
      opacity: 1;
    }
  }*/
  /*.carousel-btn-indicators-slide {
    opacity: 0;
  }*/
  /*!
 * OrangeSeed CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */
  /*!
 * OrangeSeed CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */
  /* FULL-SCREEN */
  /*
&.fullscreen {
  height:100%;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 0px;
  border-bottom: none;
  background: $orsd-media-fs-container-bg;

  &.fullscreen-api {
    >.carousel {
      &.slide {
        height: 100vh;
      }
    }
  }
  >.carousel {
    &.slide {
      height: 100%;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: stretch;
      .carousel-btn-expand {
        display: none !important;
      }
      .carousel-menu-items {
        .btn-enlarge {
          display: none !important;
        }
      }
      &.init,
      &:hover {
        .carousel-btn-slide {
          display: block;
        }
        .carousel-btn-expand {
          display: none !important;
        }
      }
    }
    >.carousel-top {
      >.orsd-media-slide {
        width: 100% !important;
        max-width: 100% !important;
        height: calc(100% - 65px) !important;
        padding-top: 0px !important;
        >div {
          &.active {
            border-left-color: transparent;
            border-right-color: transparent;
          }
          >.orsd-media-image {
            >.orsd-media-image-sm {
              display: none;
            }
            >.orsd-media-image-lg {
              display: block !important;
            }
          }
        }
      }
      >.carousel-btn-slide {
        position: absolute;
        z-index: 20;
        width: 18px;
        height: 96px;
        background: $orsd-media-fs-btn-slide-bg;
        color: $orsd-media-fs-btn-slide-color;
        top: 50%;
        transform: translateY(-50%);
        line-height: 96px;
        text-align: center;
        font-size: 18px;
        display: none;
        cursor: pointer;

        &:hover {
          background: $orsd-media-fs-btn-slide-hover-bg;
          color: $orsd-media-fs-btn-slide-hover-color;
        }
      }

      >.carousel-indicators-container {
        bottom: 4px;
        opacity: 1;
        >.carousel-indicators-scrollable {
          >.carousel-indicators {
            li {
              background-color: $orsd-media-fs-indicator-background-color;
              -webkit-background-size: $orsd-media-fs-indicator-background-size;
              background-size:$orsd-media-fs-indicator-background-size;

              &.muted {
                border-color: $orsd-media-fs-indicator-border-muted;
              }
              &.active {
                border: $orsd-media-fs-indicator-border-active;
              }
              &:hover {
                background-color: rgba(255, 255, 255, .2);
              }
            }
          }
        }
      }
    }
    >.carousel-menu {
      >.carousel-info {
        background: $orsd-media-fs-btn-menu-bg;
        color: $orsd-media-fs-btn-menu-color;

        > .carousel-caption-title {
          color: $orsd-media-fs-caption-title-color;
        }
        > .btn {
          background: $orsd-media-fs-btn-menu-bg;
          color: $orsd-media-fs-btn-menu-color;

          &:hover {
            background: $orsd-media-fs-btn-menu-hover-bg;
            color: $orsd-media-fs-btn-menu-hover-color;
          }
        }
      }
      >.carousel-caption-text {
        color: $orsd-media-fs-caption-text-color;
        &.carousel-caption-text-hide {
          &.hover {
            white-space: normal;
          }
          display: block !important;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          -webkit-transition: max-height .15s ease-out;
          -moz-transition: max-height .15s ease-out;
          transition: max-height .15s ease-out;
        }
      }

      .orsd-media-count {
        display:none;
      }
    }
  }

  &.orsd-media-menu-off {
    .carousel-menu {
      display: block;
    }
  }

  &.orsd-media-menu-items-off {
    .carousel-menu-items {
      display: inline;
    }
    .carousel-indicators-container {
      display: block;
    }
  }
  &.orsd-media-filmstrip-hover {
    .carousel-indicators-container {
      display: block;
    }
  }
  &.orsd-media-filmstrip-off,
  &.orsd-media-filmstrip-hover {
    .carousel-indicators-container {
      display: block;
    }
    .orsd-media-slide {
      >.orsd-media-type-vimeo,
      >.orsd-media-type-youtube {
        >div {
          height: 100% !important;
        }
      }
      >.orsd-media-type-video {
        .orsd-media-video {
          width: 100% !important;
          height: 100% !important;
          margin: 0px;
        }
      }
      >.orsd-media-type-youtube {
        .mejs__mediaelement {
          display: flex;
          justify-content: center;
          align-items: center;

          > mediaelementwrapper {
            position: relative;
            display: block;
            width: 100%;
            padding: 0;
            overflow: hidden;

            &::before {
              padding-top: 56.25%;
              display:block;
              content: " ";
            }

            > iframe {
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 100%;
              border: 0;
            }
          }
        }
      }
    }
  }
  &.orsd-media-layout-icon {
    opacity: 1;
    .orsd-media-layout-icon-btn {
      display: none !important;
    }
  }

  &.orsd-media-layout-simple {
    .carousel-tag-menu {
      display: block;
    }
  }



  &.thumb-wall {
    .carousel-indicators-container {
      height: calc(100% - 3px);
      >.carousel-indicators-scrollable {
        >.carousel-indicators {
          justify-content: space-between;
          >li {
            margin: 8px !important;
          }
        }
      }
    }
  }
}
*/
  /*!
 * OrangeSeed CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */
  /* THUMB-WALL */
  /*
&.thumb-wall {
  &.orsd-media-filmstrip-hover,
  &.orsd-media-filmstrip-off {
    .carousel-indicators-container {
      display: block;
    }
  }
  .carousel {
    >.carousel-top {
      >.carousel-btn-expand {
        display: none !important;
      }
      >.carousel-indicators-container {
        opacity: 1;
        top: 0px;
        height: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: $orsd-media-indicator-background-color;

        >.carousel-indicators-scrollable {
          overflow: initial;
          overflow-y: auto;
          height: 100%;

          >.carousel-indicators {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            align-content: flex-start;
            padding: 8px;
            width: 100%;
            left: 0px !important;
            li {
              margin: 5px;
              height: 54px;
              width: 100px;
              @include media-breakpoint-up('sm') {
                height: 70px;
                width: 124px;
              }
              &.flex-empty-space {
                display: block;
                width:100px;
                height:0;
                border-color: transparent !important;
                background-color: transparent !important;
                cursor: default;
                @include media-breakpoint-up('sm') {
                  width: 124px;
                }
              }
            }
            img {
              @include media-breakpoint-up('sm') {
                height: 70px;
                width: 124px;
              }
            }
          }
        }
        >.carousel-btn-indicators-slide,
        >.carousel-btn-slide {
          display: none !important;
        }
      }
      >.carousel-btn-slide {
        display: none !important;
      }
    }
  }
}
*/
}
.orsd-media-container .orsd-media-caption {
  pointer-events: none;
}
.orsd-media-container .orsd-media-caption .orsd-media-caption-text {
  pointer-events: auto;
}
.orsd-media-container .orsd-media-caption .orsd-media-caption-text > p {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #fff;
}
.orsd-media-container .orsd-media-caption .orsd-media-caption-text > p a {
  text-decoration: underline;
  color: #FAFAFA;
}
@media (max-width: 991.98px) {
  .orsd-media-container .orsd-media-caption .orsd-media-caption-text {
    display: none !important;
  }
}
.orsd-media-container.orsd-media-video-playing .orsd-media-caption-wrapper, .orsd-media-container.orsd-media-video-playing .orsd-media-menu-wrapper {
  display: none !important;
}
.orsd-media-container.orsd-media-video-playing .orsd-media-is-youtube .orsd-media-video-container {
  width: 100%;
}
.orsd-media-container.orsd-media-video-playing .carousel-control > a {
  background: rgba(0, 0, 0, 0.1) !important;
}
.orsd-media-container:not(.fullscreen) .orsd-media-caption-wrapper, .orsd-media-container:not(.fullscreen) .orsd-media-menu-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}
.orsd-media-container .carousel.orsd-media-is-video .carousel-item, .orsd-media-container .carousel.orsd-media-is-youtube .carousel-item, .orsd-media-container .carousel.orsd-media-is-vimeo .carousel-item {
  cursor: pointer;
}
.orsd-media-container .carousel.orsd-media-is-youtube .orsd-media-video-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orsd-media-container .carousel-inner {
  margin: 0 !important;
}
.orsd-media-container .carousel-inner .carousel-item div.orsd-media-image-lg-container {
  display: none;
}
.orsd-media-container .carousel-inner .carousel-item div img {
  width: auto !important;
  max-width: 100% !important;
}
.orsd-media-container.orsd-media-caption-text-full .orsd-media-caption {
  background-color: rgba(0, 0, 0, 0.1) !important;
  max-height: min-content !important;
  height: auto !important;
}
.orsd-media-container.orsd-media-caption-text-full .orsd-media-caption .orsd-media-caption-text {
  height: auto !important;
  max-height: min-content !important;
  cursor: zoom-out !important;
  white-space: pre-wrap !important;
}
.orsd-media-container .carousel-container {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #000000;
}
.orsd-media-container .carousel-container .orsd-media-video-container div.orsd-media-image-lg-container, .orsd-media-container .carousel-container .orsd-media-video-container div.orsd-media-image-sm-container {
  display: block;
}
.orsd-media-container .carousel-container .orsd-media-video-container div.orsd-media-image-lg-container:hover, .orsd-media-container .carousel-container .orsd-media-video-container div.orsd-media-image-sm-container:hover {
  background-color: #000;
}
.orsd-media-container .carousel-container .orsd-media-video-container div.orsd-media-image-lg-container:hover img, .orsd-media-container .carousel-container .orsd-media-video-container div.orsd-media-image-sm-container:hover img {
  opacity: 0.9;
}
.orsd-media-container .carousel-container .carousel-control {
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  width: 40px;
  min-width: 40px;
  pointer-events: none;
}
.orsd-media-container .carousel-container .carousel-control > a {
  width: 40px;
  max-width: 40px;
  height: 100px;
  max-height: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  pointer-events: all;
}
.orsd-media-container .carousel-container .carousel-control.carousel-control-prev {
  justify-content: flex-start;
}
.orsd-media-container .carousel-container .carousel-control.carousel-control-prev > a {
  padding-left: 10px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  align-items: flex-start;
}
.orsd-media-container .carousel-container .carousel-control.carousel-control-next {
  justify-content: flex-end;
}
.orsd-media-container .carousel-container .carousel-control.carousel-control-next > a {
  padding-right: 10px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  align-items: flex-end;
}
.orsd-media-container .carousel-container .orsd-media-menu {
  z-index: 10;
}
.orsd-media-container .carousel-container .orsd-media-menu > .btn {
  flex: 0 0 auto;
  opacity: 0.4;
}
.orsd-media-container .carousel-container .orsd-media-menu > .btn:hover {
  opacity: 0.9;
}
.orsd-media-container .carousel-indicators-container {
  padding-top: 0.6rem;
}
.orsd-media-container .carousel-indicators-container .carousel-indicators-scrollable {
  min-height: 30px;
  position: relative;
}
.orsd-media-container .carousel-indicators-container .carousel-indicators {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
}
.orsd-media-container .carousel-indicators-container .carousel-indicators li {
  min-width: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-bottom-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.orsd-media-container .carousel-indicators-container .carousel-indicators li.orsd-media-muted {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6) !important;
  background-blend-mode: overlay;
}
.orsd-media-container .orsd-media-tag-menu li.list-inline-item {
  padding-bottom: 0.2rem;
}
.orsd-media-container .orsd-media-tag-menu li.list-inline-item.active {
  border-bottom: 1px solid #756a26;
}
.orsd-media-container .orsd-media-tag-menu li.list-inline-item a:hover {
  text-decoration: none;
  color: #696022;
}
.orsd-media-container.orsd-media-layout-single .carousel-indicators-container, .orsd-media-container.orsd-media-layout-single .carousel-control, .orsd-media-container.orsd-media-layout-single .orsd-media-tag-menu, .orsd-media-container.orsd-media-layout-single .carousel-btn-wall {
  display: none !important;
}
.orsd-media-container.fullscreen.orsd-media-filmstrip-on:not(.fullscreen):not(.thumb-wall):not(.indicator-use-image) .carousel-indicators li, .orsd-media-container.orsd-media-layout-inline.orsd-media-filmstrip-on:not(.fullscreen):not(.thumb-wall):not(.indicator-use-image) .carousel-indicators li, .orsd-media-container.orsd-media-layout-slide.orsd-media-filmstrip-on:not(.fullscreen):not(.thumb-wall):not(.indicator-use-image) .carousel-indicators li, .orsd-media-container.orsd-media-layout-simple.orsd-media-filmstrip-on:not(.fullscreen):not(.thumb-wall):not(.indicator-use-image) .carousel-indicators li {
  background-image: none !important;
  background-color: #f7921e;
}
.orsd-media-container.fullscreen.orsd-media-filmstrip-on:not(.fullscreen):not(.thumb-wall):not(.indicator-use-image) .carousel-indicators li.muted, .orsd-media-container.orsd-media-layout-inline.orsd-media-filmstrip-on:not(.fullscreen):not(.thumb-wall):not(.indicator-use-image) .carousel-indicators li.muted, .orsd-media-container.orsd-media-layout-slide.orsd-media-filmstrip-on:not(.fullscreen):not(.thumb-wall):not(.indicator-use-image) .carousel-indicators li.muted, .orsd-media-container.orsd-media-layout-simple.orsd-media-filmstrip-on:not(.fullscreen):not(.thumb-wall):not(.indicator-use-image) .carousel-indicators li.muted {
  background-color: white;
}
.orsd-media-container.fullscreen.orsd-media-filmstrip-on:not(.fullscreen):not(.thumb-wall).indicator-use-image .carousel-indicators-container .carousel-indicators, .orsd-media-container.orsd-media-layout-inline.orsd-media-filmstrip-on:not(.fullscreen):not(.thumb-wall).indicator-use-image .carousel-indicators-container .carousel-indicators, .orsd-media-container.orsd-media-layout-slide.orsd-media-filmstrip-on:not(.fullscreen):not(.thumb-wall).indicator-use-image .carousel-indicators-container .carousel-indicators, .orsd-media-container.orsd-media-layout-simple.orsd-media-filmstrip-on:not(.fullscreen):not(.thumb-wall).indicator-use-image .carousel-indicators-container .carousel-indicators {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  padding-top: 0.5rem;
}
.orsd-media-container.fullscreen.orsd-media-filmstrip-on:not(.fullscreen):not(.thumb-wall).indicator-use-image .carousel-indicators-container .carousel-indicators li, .orsd-media-container.orsd-media-layout-inline.orsd-media-filmstrip-on:not(.fullscreen):not(.thumb-wall).indicator-use-image .carousel-indicators-container .carousel-indicators li, .orsd-media-container.orsd-media-layout-slide.orsd-media-filmstrip-on:not(.fullscreen):not(.thumb-wall).indicator-use-image .carousel-indicators-container .carousel-indicators li, .orsd-media-container.orsd-media-layout-simple.orsd-media-filmstrip-on:not(.fullscreen):not(.thumb-wall).indicator-use-image .carousel-indicators-container .carousel-indicators li {
  height: 70px;
  width: 124px;
  min-width: 124px;
}
.orsd-media-container.fullscreen .orsd-media-menu-wrapper, .orsd-media-container.orsd-media-layout-inline .orsd-media-menu-wrapper, .orsd-media-container.orsd-media-layout-slide .orsd-media-menu-wrapper, .orsd-media-container.orsd-media-layout-simple .orsd-media-menu-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
}
.orsd-media-container.fullscreen .orsd-media-menu-wrapper .orsd-media-menu, .orsd-media-container.orsd-media-layout-inline .orsd-media-menu-wrapper .orsd-media-menu, .orsd-media-container.orsd-media-layout-slide .orsd-media-menu-wrapper .orsd-media-menu, .orsd-media-container.orsd-media-layout-simple .orsd-media-menu-wrapper .orsd-media-menu {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  left: -50%;
}
.orsd-media-container.fullscreen .orsd-media-menu-wrapper .orsd-media-menu i, .orsd-media-container.orsd-media-layout-inline .orsd-media-menu-wrapper .orsd-media-menu i, .orsd-media-container.orsd-media-layout-slide .orsd-media-menu-wrapper .orsd-media-menu i, .orsd-media-container.orsd-media-layout-simple .orsd-media-menu-wrapper .orsd-media-menu i {
  font-size: 1.5rem;
  cursor: pointer;
}
.orsd-media-container.fullscreen .orsd-media-caption-wrapper, .orsd-media-container.orsd-media-layout-inline .orsd-media-caption-wrapper, .orsd-media-container.orsd-media-layout-slide .orsd-media-caption-wrapper, .orsd-media-container.orsd-media-layout-simple .orsd-media-caption-wrapper {
  position: absolute;
  bottom: 0px;
  left: 50%;
}
.orsd-media-container.fullscreen .orsd-media-caption-wrapper .orsd-media-caption, .orsd-media-container.orsd-media-layout-inline .orsd-media-caption-wrapper .orsd-media-caption, .orsd-media-container.orsd-media-layout-slide .orsd-media-caption-wrapper .orsd-media-caption, .orsd-media-container.orsd-media-layout-simple .orsd-media-caption-wrapper .orsd-media-caption {
  position: relative;
  left: -50%;
  z-index: 1000;
  max-height: 96px;
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.5));
  user-select: none;
  display: block;
  padding: 12px 18px 0.5rem;
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.orsd-media-container.fullscreen .orsd-media-caption-wrapper .orsd-media-caption .orsd-media-caption-title, .orsd-media-container.orsd-media-layout-inline .orsd-media-caption-wrapper .orsd-media-caption .orsd-media-caption-title, .orsd-media-container.orsd-media-layout-slide .orsd-media-caption-wrapper .orsd-media-caption .orsd-media-caption-title, .orsd-media-container.orsd-media-layout-simple .orsd-media-caption-wrapper .orsd-media-caption .orsd-media-caption-title {
  font-size: 1.3rem;
  flex: 1 0 calc(100% - 50px);
  transition: opacity 0.15s ease-in;
  height: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.orsd-media-container.fullscreen .orsd-media-caption-wrapper .orsd-media-caption .orsd-media-caption-title > small, .orsd-media-container.orsd-media-layout-inline .orsd-media-caption-wrapper .orsd-media-caption .orsd-media-caption-title > small, .orsd-media-container.orsd-media-layout-slide .orsd-media-caption-wrapper .orsd-media-caption .orsd-media-caption-title > small, .orsd-media-container.orsd-media-layout-simple .orsd-media-caption-wrapper .orsd-media-caption .orsd-media-caption-title > small {
  font-size: 55%;
  text-transform: uppercase;
  font-weight: bold;
  color: #d9d9d9;
}
.orsd-media-container.fullscreen .orsd-media-caption-wrapper .orsd-media-caption .orsd-media-caption-count, .orsd-media-container.orsd-media-layout-inline .orsd-media-caption-wrapper .orsd-media-caption .orsd-media-caption-count, .orsd-media-container.orsd-media-layout-slide .orsd-media-caption-wrapper .orsd-media-caption .orsd-media-caption-count, .orsd-media-container.orsd-media-layout-simple .orsd-media-caption-wrapper .orsd-media-caption .orsd-media-caption-count {
  flex: 0 0 auto;
  text-align: right;
  transition: opacity 0.15s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.2rem;
  padding-right: 0.2rem;
}
.orsd-media-container.fullscreen .orsd-media-caption-wrapper .orsd-media-caption .orsd-media-caption-text, .orsd-media-container.orsd-media-layout-inline .orsd-media-caption-wrapper .orsd-media-caption .orsd-media-caption-text, .orsd-media-container.orsd-media-layout-slide .orsd-media-caption-wrapper .orsd-media-caption .orsd-media-caption-text, .orsd-media-container.orsd-media-layout-simple .orsd-media-caption-wrapper .orsd-media-caption .orsd-media-caption-text {
  max-height: 1.3rem;
  height: 1.3rem;
  cursor: zoom-in;
  flex: 1 0 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: opacity 0.15s ease-in;
}
.orsd-media-container.fullscreen .carousel-indicators-container, .orsd-media-container.orsd-media-layout-inline .carousel-indicators-container, .orsd-media-container.orsd-media-layout-slide .carousel-indicators-container, .orsd-media-container.orsd-media-layout-simple .carousel-indicators-container {
  display: flex;
  position: relative;
  flex-direction: row;
}
.orsd-media-container.fullscreen .carousel-indicators-container .carousel-indicators-scrollable, .orsd-media-container.orsd-media-layout-inline .carousel-indicators-container .carousel-indicators-scrollable, .orsd-media-container.orsd-media-layout-slide .carousel-indicators-container .carousel-indicators-scrollable, .orsd-media-container.orsd-media-layout-simple .carousel-indicators-container .carousel-indicators-scrollable {
  flex: 1 1 auto;
}
.orsd-media-container.fullscreen .carousel-indicators-container .carousel-indicators-scrollable .carousel-indicators, .orsd-media-container.orsd-media-layout-inline .carousel-indicators-container .carousel-indicators-scrollable .carousel-indicators, .orsd-media-container.orsd-media-layout-slide .carousel-indicators-container .carousel-indicators-scrollable .carousel-indicators, .orsd-media-container.orsd-media-layout-simple .carousel-indicators-container .carousel-indicators-scrollable .carousel-indicators {
  top: 0.4rem;
}
.orsd-media-container.fullscreen .carousel-indicators-container .carousel-indicators-scrollable .carousel-indicators > li, .orsd-media-container.orsd-media-layout-inline .carousel-indicators-container .carousel-indicators-scrollable .carousel-indicators > li, .orsd-media-container.orsd-media-layout-slide .carousel-indicators-container .carousel-indicators-scrollable .carousel-indicators > li, .orsd-media-container.orsd-media-layout-simple .carousel-indicators-container .carousel-indicators-scrollable .carousel-indicators > li {
  cursor: pointer;
}
.orsd-media-container.fullscreen .carousel-indicators-container .carousel-indicators-scrollable .carousel-indicators > li.active, .orsd-media-container.orsd-media-layout-inline .carousel-indicators-container .carousel-indicators-scrollable .carousel-indicators > li.active, .orsd-media-container.orsd-media-layout-slide .carousel-indicators-container .carousel-indicators-scrollable .carousel-indicators > li.active, .orsd-media-container.orsd-media-layout-simple .carousel-indicators-container .carousel-indicators-scrollable .carousel-indicators > li.active {
  cursor: default;
}
.orsd-media-container.orsd-media-layout-simple:not(.fullscreen) {
  background-color: transparent;
}
.orsd-media-container.orsd-media-layout-simple:not(.fullscreen).orsd-media-caption-text-full .orsd-media-caption {
  background-color: transparent;
}
.orsd-media-container.orsd-media-layout-simple:not(.fullscreen) .carousel-footer, .orsd-media-container.orsd-media-layout-simple:not(.fullscreen) .orsd-media-caption-wrapper, .orsd-media-container.orsd-media-layout-simple:not(.fullscreen) .carousel-control, .orsd-media-container.orsd-media-layout-simple:not(.fullscreen) .carousel-btn-wall, .orsd-media-container.orsd-media-layout-simple:not(.fullscreen) .carousel-btn-expand {
  display: none;
}
.orsd-media-container.orsd-media-layout-simple:not(.fullscreen).orsd-media-sublayout-caption .orsd-media-caption-text {
  display: block !important;
}
.orsd-media-container.orsd-media-layout-simple:not(.fullscreen) .orsd-media-menu-wrapper {
  order: 0;
  position: absolute;
  top: 0;
}
.orsd-media-container.orsd-media-layout-simple:not(.fullscreen) .carousel-inner {
  order: 1;
  cursor: pointer;
}
.orsd-media-container.orsd-media-layout-simple:not(.fullscreen) .orsd-media-menu {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.orsd-media-container.orsd-media-layout-simple:not(.fullscreen) .orsd-media-caption-wrapper {
  display: flex !important;
  justify-content: center;
  position: relative;
  order: 2;
}
.orsd-media-container.orsd-media-layout-simple:not(.fullscreen) .orsd-media-caption {
  width: fit-content;
  background: transparent;
  text-align: center;
  justify-content: center;
}
.orsd-media-container.orsd-media-layout-simple:not(.fullscreen) .orsd-media-caption-count {
  order: 3;
  margin-top: 0.5rem;
}
.orsd-media-container.orsd-media-layout-simple:not(.fullscreen) .carousel-container {
  background-color: transparent;
}
.orsd-media-container.orsd-media-layout-simple:not(.fullscreen) .orsd-media-caption-text {
  color: #222222;
  display: none !important;
}
.orsd-media-container.orsd-media-layout-slide:not(.fullscreen) .carousel-indicators-container {
  display: none;
}
.orsd-media-container.orsd-media-layout-slide:not(.fullscreen).thumb-wall .carousel-indicators-container {
  display: block !important;
}
.orsd-media-container.orsd-media-layout-slide:not(.fullscreen).thumb-wall .carousel-footer {
  display: block !important;
}
.orsd-media-container.orsd-media-layout-slide:not(.fullscreen).orsd-media-sublayout-simple .carousel-container {
  background-color: transparent;
}
.orsd-media-container.orsd-media-layout-slide:not(.fullscreen).orsd-media-sublayout-simple .carousel-footer {
  display: none;
}
.orsd-media-container.orsd-media-layout-slide:not(.fullscreen).orsd-media-sublayout-simple .orsd-media-caption {
  background: transparent;
}
.orsd-media-container.orsd-media-layout-slide:not(.fullscreen).orsd-media-sublayout-simple .orsd-media-caption-title {
  dipslay: none !important;
}
.orsd-media-container.orsd-media-layout-slide:not(.fullscreen).orsd-media-sublayout-simple .orsd-media-caption-text {
  display: none !important;
}
.orsd-media-container.orsd-media-layout-slide:not(.fullscreen).orsd-media-sublayout-simple .orsd-media-caption-count {
  width: 100%;
}
.orsd-media-container.orsd-media-layout-slide:not(.fullscreen).orsd-media-sublayout-simple .orsd-media-menu {
  justify-content: center;
}
.orsd-media-container.orsd-media-layout-icon {
  background-color: transparent;
  border-bottom-color: transparent;
}
.orsd-media-container.orsd-media-layout-icon:hover {
  opacity: 0.8;
}
.orsd-media-container.orsd-media-layout-icon:not(.fullscreen) .carousel.slide {
  display: none;
}
.orsd-media-container.orsd-media-layout-icon:not(.fullscreen) .carousel-caption-text {
  display: none;
}
.orsd-media-container.orsd-media-layout-icon:not(.fullscreen) .orsd-media-layout-icon-btn {
  width: 24px;
  height: 20px;
  text-align: center;
  cursor: pointer;
}
.orsd-media-container .title-prefix {
  font-size: 0.8rem;
  position: absolute;
  text-transform: uppercase;
  color: #fafafa;
  top: 0;
  left: 0;
  z-index: 10;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.orsd-media-container.fullscreen {
  margin-bottom: 0;
  height: 100%;
  /*.carousel-btn-indicators-slide {
    opacity: 1;
  }*/
}
.orsd-media-container.fullscreen .title-prefix {
  font-size: 1rem;
}
.orsd-media-container.fullscreen .carousel {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.orsd-media-container.fullscreen .orsd-media-menu .carousel-btn-expand {
  display: none;
}
.orsd-media-container.fullscreen .orsd-media-menu .carsousel-btn-wall i {
  font-size: 2rem !important;
}
.orsd-media-container.fullscreen .carousel-wrapper {
  height: calc(100vh - 96px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 auto;
}
.orsd-media-container.fullscreen.orsd-media-tag-menu-on .carousel-wrapper {
  height: calc(100vh - 145px);
}
.orsd-media-container.fullscreen .carousel-fade .carousel-item {
  transition-duration: 0ms;
}
.orsd-media-container.fullscreen .carousel-footer {
  flex: 1 0 96px;
  height: 96px;
}
@media (orientation: landscape) and (max-width: 991.98px) {
  .orsd-media-container.fullscreen .carousel-footer {
    display: none;
  }
}
.orsd-media-container.fullscreen.orsd-media-tag-menu-on .carousel-footer {
  flex: 1 0 145px;
  height: 145px;
}
.orsd-media-container.fullscreen .carousel-container {
  overflow: hidden;
  height: 100%;
  justify-content: center;
}
.orsd-media-container.fullscreen .carousel-container .carousel-inner {
  overflow: visible;
}
.orsd-media-container.fullscreen .carousel-container .carousel-inner.flex {
  display: flex;
  align-items: center;
}
.orsd-media-container.fullscreen .carousel-container .carousel-inner .carousel-item > .picture-container {
  width: 100%;
}
.orsd-media-container.fullscreen .carousel-container .carousel-inner .carousel-item > .picture-container img {
  object-fit: contain;
}
.orsd-media-container.fullscreen .carousel-container .carousel-inner .carousel-item > .embed-responsive {
  overflow: visible;
}
.orsd-media-container.fullscreen .carousel-container .carousel-inner .carousel-item > .embed-responsive:before {
  padding-top: 0 !important;
}
.orsd-media-container.fullscreen .carousel-container .carousel-inner .carousel-item > .embed-responsive .embed-responsive-item {
  position: relative;
}
.orsd-media-container.fullscreen .carousel-container .carousel-inner .carousel-item > .embed-responsive .embed-responsive-item .orsd-media-image {
  border: 1px solid #444;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px;
}
.orsd-media-container.fullscreen .carousel-container .carousel-inner .carousel-item div.orsd-media-image-sm-container {
  display: none;
}
.orsd-media-container.fullscreen .carousel-container .carousel-inner .carousel-item div.orsd-media-image-lg-container {
  display: block;
}
.orsd-media-container.fullscreen .carousel-container .carousel-inner .carousel-item div.orsd-media-image-lg-container img {
  width: 100% !important;
  max-height: calc(100vh - 74px);
}
.orsd-media-container.fullscreen .carousel-container .carousel-inner .carousel-item div.orsd-media-image-lg-container img.orsd-media-image-portrait {
  width: auto !important;
}
.orsd-media-container.fullscreen .carousel-container .orsd-media-caption-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}
.orsd-media-container.fullscreen .carousel-container .orsd-media-caption-wrapper .orsd-media-caption-title {
  text-align: center;
  padding-left: 50px;
}
.orsd-media-container.fullscreen .carousel-container .orsd-media-caption-wrapper .orsd-media-caption-text {
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
}
.orsd-media-container.fullscreen .orsd-media-tag-menu a {
  color: #ffffff;
}
.orsd-media-container.fullscreen .orsd-media-tag-menu li.list-inline-item.active {
  border-bottom: 1px solid #ffffff;
}
.orsd-media-container.fullscreen .orsd-media-tag-menu li.list-inline-item a:hover {
  color: #f7f7f7 !important;
}
.orsd-media-container.fullscreen .orsd-media-menu-wrapper {
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 10px;
  transition: opacity 0.5s ease-in-out;
  transition-delay: 3s;
  opacity: 0;
  z-index: 20010;
}
.orsd-media-container.fullscreen .orsd-media-menu-wrapper:hover {
  transition-delay: 0s;
  opacity: 1 !important;
}
.orsd-media-container.fullscreen .orsd-media-menu-wrapper i {
  font-size: 2rem !important;
}
.orsd-media-container.fullscreen .carousel-indicators {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  padding-top: 0.5rem;
}
.orsd-media-container.fullscreen .carousel-indicators > li {
  height: 54px;
  width: 100px;
  min-width: 100px;
  position: relative;
  background-position: center;
  border: 1px solid #000;
  transition: all 0.2s ease-in-out;
}
.orsd-media-container.fullscreen .carousel-indicators > li:not(.active):hover {
  transform: scale(1.06);
}
.orsd-media-container.fullscreen .carousel-indicators > li.active {
  border-color: #fff;
}
@media (min-width: 576px) {
  .orsd-media-container.fullscreen .carousel-indicators > li {
    height: 70px;
    width: 124px;
    min-width: 124px;
  }
}
.orsd-media-container.fullscreen.thumb-wall .carousel-indicators-container {
  height: 100%;
}
.orsd-media-container.thumb-wall .carousel-wrapper {
  display: none;
}
.orsd-media-container.thumb-wall .carousel-footer {
  flex: unset !important;
}
.orsd-media-container.thumb-wall .orsd-media-menu-sub {
  display: none;
}
.orsd-media-container.thumb-wall .carousel-indicators-container {
  overflow-y: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.orsd-media-container.thumb-wall .carousel-indicators-scrollable {
  height: 100%;
}
.orsd-media-container.thumb-wall .carousel-indicators-scrollable > .carousel-indicators {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: flex-start;
  padding: 8px;
  width: 100%;
  left: 0px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.orsd-media-container.thumb-wall .carousel-indicators-scrollable > .carousel-indicators li {
  margin: 5px;
  height: 54px;
  width: 100px;
  cursor: pointer;
  border: 1px solid #000;
  transition: all 0.2s ease-in-out;
  opacity: 1 !important;
}
.orsd-media-container.thumb-wall .carousel-indicators-scrollable > .carousel-indicators li.orsd-media-muted {
  opacity: 1 !important;
  background-color: #000;
  background-blend-mode: normal !important;
}
.orsd-media-container.thumb-wall .carousel-indicators-scrollable > .carousel-indicators li:not(.active):hover {
  transform: scale(1.06);
}
.orsd-media-container.thumb-wall .carousel-indicators-scrollable > .carousel-indicators li.active {
  opacity: 0.6;
  background-color: #fff;
}
@media (min-width: 576px) {
  .orsd-media-container.thumb-wall .carousel-indicators-scrollable > .carousel-indicators li {
    height: 70px;
    width: 124px;
  }
}
.orsd-media-container.thumb-wall .carousel-indicators-scrollable > .carousel-indicators li.flex-empty-space {
  display: block;
  width: 100px;
  height: 0;
  border-color: transparent !important;
  background-color: transparent !important;
  cursor: default;
}
@media (min-width: 576px) {
  .orsd-media-container.thumb-wall .carousel-indicators-scrollable > .carousel-indicators li.flex-empty-space {
    width: 124px;
  }
}
@media (min-width: 576px) {
  .orsd-media-container.thumb-wall .carousel-indicators-scrollable > .carousel-indicators img {
    height: 70px;
    width: 124px;
  }
}
/*

body {
  @media (device-width: 100vw) and (device-height: 100vh) {
    .orsd-media-container {
      .carousel-top {
        >.carousel-btn-expand {
          margin-top: 10px;
        }
        .orsd-media-type-image {
          .orsd-media-image-lg {
            width: 100%;
            height: auto;
          }
        }
      }
    }
  }

  @media (device-width: 100vw) and (device-height: 100vh) and (orientation: landscape) {
    .orsd-media-container {
      margin-bottom: 0px;
      .carousel-menu {
        display: none !important;
      }
      .carousel-top {
        >.orsd-media-slide {
          &.carousel-inner {
            >.orsd-media-type-image {
              .orsd-media-image-lg {
                height: 100% !important;
                width: auto !important;
              }
            }
            >.orsd-media-type-youtube,
            >.orsd-media-type-vimeo,
            >.orsd-media-type-video {
              padding-bottom: 0px !important;
            }
          }
        }
        .carousel-indicators-container {
          display: none !important;
        }
      }
    }
  }
}
*/
.edge--bottom {
  position: relative;
  z-index: 1;
}
.edge--bottom:after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--bottom:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}
.edge--bottom--reverse {
  position: relative;
  z-index: 1;
}
.edge--bottom--reverse:after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--bottom--reverse:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 100%;
}
.edge--top {
  position: relative;
  z-index: 1;
}
.edge--top:before {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}
.edge--top--reverse {
  position: relative;
  z-index: 1;
}
.edge--top--reverse:before {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top--reverse:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}
.edge--both {
  position: relative;
  z-index: 1;
}
.edge--both:before, .edge--both:after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}
.edge--both:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}
.edge--both--reverse {
  position: relative;
  z-index: 1;
}
.edge--both--reverse:before, .edge--both--reverse:after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both--reverse:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}
.edge--both--reverse:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 0;
}
/*!
 * OrangeSeed CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */
.column-container.col-12 > .subcontainer {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .column-container.col-12 > .subcontainer {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .column-container.col-12 > .subcontainer {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .column-container.col-12 > .subcontainer {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .column-container.col-12 > .subcontainer {
    max-width: 1140px;
  }
}
.subcontainer-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#body-container > .section-container:nth-child(1) {
  order: 10;
}
#body-container > .section-container:nth-child(2) {
  order: 20;
}
#body-container > .section-container:nth-child(3) {
  order: 30;
}
#body-container > .section-container:nth-child(4) {
  order: 40;
}
#body-container > .section-container:nth-child(5) {
  order: 50;
}
#body-container > .section-container:nth-child(6) {
  order: 60;
}
#body-container > .section-container:nth-child(7) {
  order: 70;
}
#body-container > .section-container:nth-child(8) {
  order: 80;
}
#body-container > .section-container:nth-child(9) {
  order: 90;
}
#body-container > .section-container:nth-child(10) {
  order: 100;
}
#body-container > .section-container:nth-child(11) {
  order: 110;
}
#body-container > .section-container:nth-child(12) {
  order: 120;
}
#body-container > .section-container:nth-child(13) {
  order: 130;
}
#body-container > .section-container:nth-child(14) {
  order: 140;
}
#body-container > .section-container:nth-child(15) {
  order: 150;
}
#body-container > .section-container:nth-child(16) {
  order: 160;
}
#body-container > .section-container:nth-child(17) {
  order: 170;
}
#body-container > .section-container:nth-child(18) {
  order: 180;
}
#body-container > .section-container:nth-child(19) {
  order: 190;
}
#body-container > .section-container:nth-child(20) {
  order: 200;
}
.section-container {
  display: flex;
  flex-direction: column;
}
/*
.section-container {
  &.px-0 {
    > .container {
      > .row {
        margin-left: -($grid-gutter-width + 3);
        margin-right: -($grid-gutter-width + 3);
      }
    }
  }
}*/
/*!
 * OrangeSeed CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */
form :invalid {
  border: 1px solid #f04124;
}
form:invalid {
  border: none;
}
form .input-group-append > button.btn {
  padding: revert;
}
form.save-required input:not(.save-required-exempt), form.save-required button:not(.save-required-exempt), form.save-required textarea:not(.save-required-exempt), form.save-required select:not(.save-required-exempt), form.save-required label:not(.save-required-exempt), form.save-required .mce-tinymce:not(.save-required-exempt), form.save-required .input-group a:not(.save-required-exempt) {
  pointer-events: none;
}
form.save-required .save-required-exempt {
  border-color: #43ac6a;
}
form.save-required #formButtons button {
  border-color: #ffffff;
}
form.minimal-layout input:not([type="submit"]) {
  background: transparent;
  border-color: transparent;
  border-bottom: 1px solid #ababab;
  box-shadow: none;
  color: #ababab;
}
form.minimal-layout input:not([type="submit"]).focus, form.minimal-layout input:not([type="submit"]):focus, form.minimal-layout input:not([type="submit"]).form-control:focus, form.minimal-layout .form-group input.select2-container:not([type="submit"]):focus, .form-group form.minimal-layout input.select2-container:not([type="submit"]):focus {
  background: transparent;
  border-color: transparent;
  border-bottom: 1px solid #cdcdcd;
  box-shadow: none;
  color: #ababab;
}
form .btn-label-top {
  margin-top: calc(0.75em + 0.75rem + 2px);
}
form .btn-label-top-sm {
  margin-top: calc(0.75em + 0.5rem + 2px);
}
form .btn-label-top-lg {
  margin-top: calc(0.75em + 1rem + 2px);
}
form .orsd-form-popover {
  min-width: 260px;
}
form .col-form-12 {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
form.bootstrap-form-tabbed #tabContainer {
  margin-bottom: 1.75rem;
}
@media (max-width: 991.98px) {
  form.bootstrap-form-tabbed #tabContainer {
    flex-wrap: nowrap;
  }
  form.bootstrap-form-tabbed #tabContainer > li {
    white-space: nowrap;
  }
}
form.bootstrap-form-tabbed #tabContainer li.nav-item {
  margin-right: 1.15rem;
}
form.bootstrap-form-tabbed #tabContainer li.nav-item > .nav-link {
  padding: 0.4rem 0.75rem;
  border-top-width: 2px;
  border-top-style: solid;
}
form.bootstrap-form-tabbed #tabContainer li.nav-item > .nav-link .svg-inline--fa {
  font-size: 0.85rem;
}
form.bootstrap-form-tabbed #tabContainer li.nav-item > .nav-link.active {
  border-bottom-color: #93C03F;
}
form.bootstrap-form-tabbed #tabContainer li.border-form-error-danger a.nav-link {
  border-top-color: #f04124;
}
form.bootstrap-form-tabbed #tabContainer li.border-form-error-danger a.nav-link svg.svg-inline--fa {
  color: #f04124;
}
form.bootstrap-form-tabbed #tabContainer li.border-form-error-warning a.nav-link {
  border-top-color: #e99002;
}
form.bootstrap-form-tabbed #tabContainer li.border-form-error-warning a.nav-link svg.svg-inline--fa {
  color: #e99002;
}
form.bootstrap-form-tabbed #tabContainer li.border-form-error-info a.nav-link {
  border-top-color: #5bc0de;
}
form.bootstrap-form-tabbed #tabContainer li.border-form-error-info a.nav-link svg.svg-inline--fa {
  color: #5bc0de;
}
form.bootstrap-form-simple .bootstrap-sub-form {
  border-top: 1px solid transparent;
  /*background: #fdfdfd;*/
  border-bottom: 1px solid transparent;
  padding-top: 15px;
  margin-bottom: 15px;
}
form.bootstrap-form-simple .bootstrap-sub-form.row {
  margin-right: 0;
  margin-left: 0;
}
form.bootstrap-form-simple .bootstrap-sub-form .section {
  margin-top: 1rem;
  border-bottom-color: transparent;
}
.bootstrap-sub-form.row {
  margin-left: 0;
  margin-right: 0;
}
.bootstrap-sub-form > .bootstrap-sub-form {
  margin-left: 0;
  margin-right: 0;
}
.form-row.field-container, .form-group.field-container {
  align-items: flex-start;
  width: 100% !important;
}
.form-group .select2-container {
  width: 100% !important;
  padding: 0.125rem 0.5rem;
  min-height: calc(1.5em + 1.5rem + 2px);
  height: auto;
}
.form-group .select2-container .select2-selection--single {
  border: none !important;
}
.form-group .select2-container.select2-container--focus .select2-selection {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent;
}
.form-group .select2-container.select2-container--disabled .select2-selection {
  background-color: transparent;
}
.form-group .select2-container .select2-selection__rendered {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.form-group .select2-container .select2-selection.form-control, .form-group .select2-container .select2-selection.select2-container {
  padding: 0 !important;
  border-color: transparent;
}
.ui-slider .ui-slider-handle {
  height: 2.3em !important;
}
.alt-checkbox-label {
  margin-left: 0.8rem;
}
.form-check.ui-sortable-handle > .fa-sort {
  margin-right: 10px;
}
.custom-checkbox label.form-check {
  padding-left: 0;
}
.form-group label > u {
  text-decoration-color: #B4BABF;
  text-underline-offset: 0.36rem;
}
.form-group .help-block, .form-group label {
  transition: color 0.7s;
}
.form-group .help-block {
  width: 100%;
  padding-right: 0.35rem;
}
.form-group .help-block.form-error {
  color: #f04124;
}
.form-group .help-block > .w-100 {
  width: auto !important;
}
.form-group:hover .help-block, .form-group:focus .help-block, .form-group:focus-within .help-block {
  font-weight: bold;
}
.form-group:hover .help-block.form-error, .form-group:focus .help-block.form-error, .form-group:focus-within .help-block.form-error {
  color: #f04124 !important;
}
.form-group:hover label, .form-group:focus label, .form-group:focus-within label {
  font-weight: bold;
}
.form-group:hover label.text-white, .form-group:focus label.text-white, .form-group:focus-within label.text-white {
  color: #fafafa;
}
.form-group:hover label + .orsd-dictionary-bd, .form-group:focus label + .orsd-dictionary-bd, .form-group:focus-within label + .orsd-dictionary-bd {
  font-weight: bold;
}
.form-group:hover label + .orsd-dictionary-bd.text-white, .form-group:focus label + .orsd-dictionary-bd.text-white, .form-group:focus-within label + .orsd-dictionary-bd.text-white {
  color: #fafafa;
}
.form-group:hover label > u, .form-group:focus label > u, .form-group:focus-within label > u {
  text-decoration-color: #222222;
  filter: brightness(40%);
}
.form-group:hover.form-advanced-field-on label, .form-group:focus.form-advanced-field-on label, .form-group:focus-within.form-advanced-field-on label {
  font-weight: 500;
}
.form-group:hover.form-advanced-field-on label.text-white, .form-group:focus.form-advanced-field-on label.text-white, .form-group:focus-within.form-advanced-field-on label.text-white {
  color: #f2f2f2 !important;
}
.form-group.orsd-field-focus .help-block {
  font-weight: bold;
}
.form-group.orsd-field-focus label {
  font-weight: bold;
}
.form-group.orsd-field-focus label.text-white {
  color: #fafafa;
}
.form-group.orsd-field-focus.form-advanced-field-on label {
  font-weight: 500;
}
.form-group.orsd-field-focus.form-advanced-field-on label.text-white {
  color: #f2f2f2 !important;
}
/* multiselect2 */
.orsd-multiselect-2 .orsd-multiselect-2-available, .orsd-multiselect-2 .orsd-multiselect-2-assigned {
  width: calc(50% - 25px);
}
.orsd-multiselect-2 .orsd-multiselect-2-buttons {
  width: 50px;
}
/* code mirror */
div.code-mirror {
  margin-bottom: 0.5rem;
}
div.CodeMirror {
  height: 900px;
  max-height: 900px;
  border: 1px solid #dfdfdf;
}
/* switch */
/*
.switch {
  font-size: $font-size-base;
  position: relative;
  display: block;
  margin-top: 2.6rem;

  input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;

    + label {
      position: relative;
      min-width: calc(calc(calc(1.5em + 0.75rem + 2px) * .8) * 2);
      border-radius: $switch-border-radius;
      height: $switch-height;
      line-height: $switch-height;
      display: inline-block;
      cursor: pointer;
      outline: none;
      user-select: none;
      vertical-align: middle;
      text-indent: calc(calc(calc(calc(1.5em + 0.75rem + 2px) * .8) * 2) + .5rem);
    }

    + label::before,
    + label::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: calc(calc(calc(1.5em + 0.75rem + 2px) * .8) * 2);
      bottom: 0;
      display: block;
    }

    + label::before {
      right: 0;
      background-color: $switch-bg;
      border-radius: $switch-border-radius;
      transition: $switch-transition;
    }

    + label::after {
      top: $switch-thumb-padding;
      left: $switch-thumb-padding;
      width: calc(calc(calc(1.5em + 0.75rem + 2px) * .8) - calc(2px * 2));
      height: calc(calc(calc(1.5em + 0.75rem + 2px) * .8) - calc(2px * 2));
      border-radius: $switch-thumb-border-radius;
      background-color: $switch-thumb-bg;
      transition: $switch-transition;
    }

    &:checked + label::before {
      background-color: $switch-checked-bg;
    }

    &:checked + label::after {
      margin-left: $switch-height;
    }

    &:focus + label::before {
      outline: none;
      box-shadow: $switch-focus-box-shadow;
    }

    &:disabled + label {
      color: $switch-disabled-color;
      cursor: not-allowed;
    }

    &:disabled + label::before {
      background-color: $switch-disabled-bg;
    }
  }

  // Small variation
  &.switch-sm {
    font-size: $font-size-sm;
    margin-top: 0rem;

    input {
      + label {
        min-width: calc(calc(calc(1.5em + 0.5rem + 2px) * .8) * 2);
        height: $switch-height-sm;
        line-height: $switch-height-sm;
        text-indent: calc(calc(calc(calc(1.5em + 0.5rem + 2px) * .8) * 2) + .5rem);
      }

      + label::before {
        width: calc(calc(calc(1.5em + 0.5rem + 2px) * .8) * 2);
      }

      + label::after {
        width: calc(calc(calc(1.5em + 0.5rem + 2px) * .8) - calc(2px * 2));
        height: calc(calc(calc(1.5em + 0.5rem + 2px) * .8) - calc(2px * 2));
      }

      &:checked + label::after {
        margin-left: $switch-height-sm;
      }
    }
  }

  // Large variation
  &.switch-lg {
    font-size: $font-size-lg;
    margin-top: 0;

    input {
      + label {
        min-width: calc(calc(calc(1.5em + 1rem + 2px) * .8) * 2);
        height: $switch-height-lg;
        line-height: $switch-height-lg;
        text-indent: calc(calc(calc(calc(1.5em + 1rem + 2px) * .8) * 2) + .5rem);
      }

      + label::before {
        width: calc(calc(calc(1.5em + 1rem + 2px) * .8) * 2);
      }

      + label::after {
        width: calc(calc(calc(1.5em + 1rem + 2px) * .8) - calc(2px * 2));
        height: calc(calc(calc(1.5em + 1rem + 2px) * .8) - calc(2px * 2));
      }

      &:checked + label::after {
        margin-left: $switch-height-lg;
      }
    }
  }

  + .switch {
    margin-left: 1rem;
  }
}
*/
/* live address blocks */
.liveaddress-block-container {
  border-bottom: 1px solid #fafafa;
}
.liveaddress-block-container:last-child {
  margin-bottom: 0 !important;
  border-bottom: 1px solid transparent;
}
/* event recurrence rules */
.dynfield {
  color: #5bc0de;
  text-decoration: underline;
  cursor: pointer;
}
ul.multiselect-container li {
  padding-top: 3px;
  padding-bottom: 3px;
}
ul.multiselect-container li label {
  padding-left: 0.3rem;
  justify-content: flex-start;
}
/* query builder */
.query-builder {
  width: 100%;
}
.query-builder .rules-group-container {
  flex: 1 0 100%;
}
.query-builder .rules-group-container .pull-right {
  float: right;
}
.query-builder .rules-group-container .pull-left {
  float: left;
}
.query-builder .rule-value-container label {
  justify-content: left;
}
/* official section */
.section {
  margin-top: 2rem;
  padding-top: 1rem;
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.section .section-header {
  margin-top: 0.2rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #888888;
}
.section .section-header h4 {
  color: #f7921e;
}
.section:first-of-type {
  margin-top: 0px;
}
.section + form.bootstrap-form-tabbed {
  margin-top: 2rem;
}
.section h4 {
  font-size: 1.4rem;
}
.section h4:only-child {
  margin-bottom: 0px;
}
.section > .section-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  /*padding-left: 5px;
    padding-right: 5px;*/
}
.section .section-body {
  font-size: 0.9rem;
}
.section .section-body p:last-child {
  margin-bottom: 0;
}
.section + .sub-section {
  margin-top: 0;
}
.section li > p {
  margin-top: 0;
}
/* end section */
/* official sub section */
.sub-section {
  margin-top: 1rem;
  margin-bottom: 1.1rem;
  display: flex;
  flex-wrap: wrap;
}
.sub-section > .form-group {
  margin-bottom: 0.5rem;
}
.sub-section.plain {
  border-top: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}
.sub-section.plain h5 {
  font-size: 0.97rem !important;
  font-weight: bold;
}
.sub-section.sub-section-plain {
  border-top: none;
  margin-top: 0px;
  margin-bottom: 0.5rem;
  padding-top: 0px;
}
.sub-section .sub-section-header {
  margin-top: 0.2rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #888888;
}
.sub-section .sub-section-header h5 {
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
  color: #422b1b;
}
.sub-section .sub-section-header h5:only-child {
  margin-bottom: 0px;
}
.sub-section .sub-section-header li > p {
  margin-top: 0;
}
.sub-section .sub-section-header p {
  font-size: 0.9rem;
}
.sub-section .sub-section-header p:last-child {
  margin-bottom: 0;
}
.sub-section .sub-section-body {
  margin-top: 0.5rem;
}
.subForm > .section {
  display: block;
}
.subForm > div:first-of-type {
  margin-top: 0;
}
.subForm .sub-section:first-of-type {
  margin-top: 0;
}
/* end sub section */
/* official intro section */
.intro-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.intro-section p:last-child {
  margin-bottom: 0px;
}
/* end intro */
.sub-section-2 {
  margin-top: 1.5rem;
}
.sub-section-2 .form-group h5 {
  color: #495057;
}
/* multirange - bootstrap fixes */
.input-range-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.input-range-wrapper label {
  padding-right: 0.75rem;
}
.input-range-wrapper .input-range {
  height: 30px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
  flex: 1 0 auto;
}
.input-range-wrapper .input-range .noUi-target {
  background: #ffffff;
  border-radius: 0px;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.input-range-wrapper .input-range .noUi-target .noUi-connect {
  background: #f7921e;
}
.input-range-wrapper .input-range .noUi-target .noUi-handle::before, .input-range-wrapper .input-range .noUi-target .noUi-handle::after {
  background: #495057;
}
.input-range-wrapper .input-range .noUi-target .noUi-handle .noUi-tooltip {
  opacity: 1;
  font-size: 0.7rem;
  color: #495057;
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid transparent;
}
.input-range-wrapper .input-range .noUi-target .noUi-handle:hover .noUi-tooltip, .input-range-wrapper .input-range .noUi-target .noUi-handle:focus .noUi-tooltip, .input-range-wrapper .input-range .noUi-target .noUi-handle:focus-within .noUi-tooltip, .input-range-wrapper .input-range .noUi-target .noUi-handle:active .noUi-tooltip {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #cccccc;
}
.input-range-wrapper .help-block {
  font-size: 0.7rem;
  flex: 1 0 100%;
}
label.required::after {
  content: "*";
  color: #f04124;
  margin-left: 0.25rem;
}
.required-note {
  color: #f04124;
  margin-bottom: 0.4rem;
}
form.form-use-user, form.form-use-public {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 0.5rem;
  border: 1px solid #ccc;
}
form.form-use-user > .nav-tabs, form.form-use-public > .nav-tabs {
  order: 2;
}
form.form-use-user > .tab-content, form.form-use-public > .tab-content {
  order: 3;
}
form.form-use-admin {
  display: flex;
  flex-direction: column;
}
form > .inline-top-right {
  order: 1;
  padding: 0px;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
form > .inline-top-left {
  order: 1;
  padding: 0px;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
form > .inline-top-center {
  order: 1;
  padding: 0px;
  justify-content: center;
  margin-bottom: 2rem;
}
form > .inline-bottom-right {
  order: 4;
  padding: 0px;
  justify-content: flex-end;
  margin-top: 2rem;
}
form > .inline-bottom-left {
  order: 4;
  padding: 0px;
  justify-content: flex-start;
  margin-top: 2rem;
}
form > .inline-bottom-center {
  order: 1;
  padding: 0px;
  justify-content: center;
  margin-top: 2rem;
}
form .form-messages {
  border-top-width: 3px !important;
  border-bottom-width: 3px !important;
  border-left-width: 0px !important;
  border-right-width: 0px !important;
  background-color: rgba(255, 255, 255, 0.7);
}
form .form-messages li > h5 {
  margin-left: -20px;
  margin-bottom: 0.7rem;
}
form .form-messages li.text-sm {
  font-size: 0.85em;
}
.input-phone .input-group img {
  max-width: 32px;
}
.input-phone .input-group .dropdown-toggle::after {
  display: none;
}
.input-phone .input-group .dropdown-menu.dropdown-menu-scrollable {
  max-height: 100vh;
  overflow-y: auto;
}
.select2-selection--multiple.form-control, .form-group .select2-selection--multiple.select2-container {
  padding: 0.4rem;
  height: auto;
}
.select2-selection--single.form-control, .form-group .select2-selection--single.select2-container {
  padding-top: 0px;
  padding-bottom: 0px;
}
.form-group {
  margin-bottom: 1rem;
}
.form-group .simplecolorpicker.inline {
  display: block;
}
button.multiselect {
  font-size: 1rem;
  font-weight: 400;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (prefers-reduced-motion: reduce) {
  button.multiselect {
    transition: none;
  }
}
/*
.custom-control-label.custom-control-label-empty {
  &::before {
    left: 0;
  }
  &::after {
    left: 0;
  }
}
*/
.form-inline .form-group {
  margin-bottom: 0.5rem;
}
.bootstrap-form-sub-nav .nav-link {
  background: #fafafa;
  border-top: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  color: #9c9c9c;
}
.bootstrap-form-sub-nav .nav-link.active {
  color: #fff;
  text-decoration: none;
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #93C03F;
}
.form-advanced-field-on label:not(.form-check-label), .form-advanced-field-on label.form-check {
  font-weight: 500;
}
.form-advanced-field-off {
  display: none !important;
}
.custom-control-input:checked ~ .custom-control-label.bg-advanced::before {
  background-color: #007bff;
  border-color: #003166;
}
.custom-control-input[type="checkbox"] ~ .custom-control-label.required::before {
  border-color: #f04124;
}
.custom-control-input[type="checkbox"] ~ .custom-control-label.required::after {
  content: "";
  color: inherit;
  margin-left: 0;
}
.form-multi-check-label {
  padding-left: 1.25rem;
}
.orsd-image-group img.img-fluid {
  max-width: 60%;
}
.orsd-image-group .orsd-image-group-item label {
  color: initial;
}
.field-container-rows label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.field-container-rows.field-container-rows-striped .field-container:nth-child(odd) {
  background-color: #fafafa;
}
.form-horizontal .form-group {
  display: flex;
}
.input-validation-icon {
  opacity: 0;
}
.input-validation-icon.input-validation-icon-success {
  color: #43ac6a;
  opacity: 1;
}
.input-validation-icon.input-validation-icon-failure {
  color: #f04124;
  opacity: 0;
}
/* alt checkboxes */
.custom-checkbox.custom-checkbox-alt .custom-control-input ~ .custom-control-label:before {
  width: 2rem;
  height: 2rem;
  background: none;
  border: none;
}
.custom-checkbox.custom-checkbox-alt .custom-control-input ~ .custom-control-label:after {
  height: 2rem;
  width: 2rem;
}
.custom-checkbox.custom-checkbox-alt.custom-checkbox-alt-lock .custom-control-input ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23bbbbbb' d='M423.5 0C339.5.3 272 69.5 272 153.5V224H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48h-48v-71.1c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v80c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-80C576 68 507.5-.3 423.5 0z'/%3E%3C/svg%3E");
}
.custom-checkbox.custom-checkbox-alt.custom-checkbox-alt-lock .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%231d1d1d' d='M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z'/%3E%3C/svg%3E");
}
.custom-checkbox.custom-checkbox-alt.custom-checkbox-alt-star .custom-control-input ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23bbbbbb' d='M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z'/%3E%3C/svg%3E");
}
.custom-checkbox.custom-checkbox-alt.custom-checkbox-alt-star .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23fcd459' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'/%3E%3C/svg%3E");
}
.custom-checkbox.custom-checkbox-alt.custom-checkbox-alt-check .custom-control-input ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23bbbbbb' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}
.custom-checkbox.custom-checkbox-alt.custom-checkbox-alt-check .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='%231d1d1d' d='M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 0 0 0 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144.13 144.13 0 0 1-26 2.61zm313.82 58.1l-110.55-85.44a331.25 331.25 0 0 0 81.25-102.07 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 0 0-147.32 37.7L45.46 3.37A16 16 0 0 0 23 6.18L3.37 31.45A16 16 0 0 0 6.18 53.9l588.36 454.73a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zm-183.72-142l-39.3-30.38A94.75 94.75 0 0 0 416 256a94.76 94.76 0 0 0-121.31-92.21A47.65 47.65 0 0 1 304 192a46.64 46.64 0 0 1-1.54 10l-73.61-56.89A142.31 142.31 0 0 1 320 112a143.92 143.92 0 0 1 144 144c0 21.63-5.29 41.79-13.9 60.11z'/%3E%3C/svg%3E");
}
.custom-checkbox.custom-checkbox-alt.custom-checkbox-alt-checkbox .custom-control-input ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23bbbbbb' d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z'/%3E%3C/svg%3E");
}
.custom-checkbox.custom-checkbox-alt.custom-checkbox-alt-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%2393c03f' d='M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zm-204.686-98.059l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L184 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.379 6.25 22.628.001z'/%3E%3C/svg%3E");
}
.custom-checkbox.custom-checkbox-alt.custom-checkbox-alt-eye .custom-control-input ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='%23bbbbbb' d='M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 0 0 0 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144.13 144.13 0 0 1-26 2.61zm313.82 58.1l-110.55-85.44a331.25 331.25 0 0 0 81.25-102.07 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 0 0-147.32 37.7L45.46 3.37A16 16 0 0 0 23 6.18L3.37 31.45A16 16 0 0 0 6.18 53.9l588.36 454.73a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zm-183.72-142l-39.3-30.38A94.75 94.75 0 0 0 416 256a94.76 94.76 0 0 0-121.31-92.21A47.65 47.65 0 0 1 304 192a46.64 46.64 0 0 1-1.54 10l-73.61-56.89A142.31 142.31 0 0 1 320 112a143.92 143.92 0 0 1 144 144c0 21.63-5.29 41.79-13.9 60.11z'/%3E%3C/svg%3E");
}
.custom-checkbox.custom-checkbox-alt.custom-checkbox-alt-eye .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%2393c03f' d='M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z'/%3E%3C/svg%3E");
}
.custom-checkbox.custom-checkbox-alt.custom-checkbox-alt-eye-off .custom-control-input ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23bbbbbb' d='M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z'/%3E%3C/svg%3E");
}
.custom-checkbox.custom-checkbox-alt.custom-checkbox-alt-eye-off .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='%231d1d1d' d='M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 0 0 0 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144.13 144.13 0 0 1-26 2.61zm313.82 58.1l-110.55-85.44a331.25 331.25 0 0 0 81.25-102.07 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 0 0-147.32 37.7L45.46 3.37A16 16 0 0 0 23 6.18L3.37 31.45A16 16 0 0 0 6.18 53.9l588.36 454.73a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zm-183.72-142l-39.3-30.38A94.75 94.75 0 0 0 416 256a94.76 94.76 0 0 0-121.31-92.21A47.65 47.65 0 0 1 304 192a46.64 46.64 0 0 1-1.54 10l-73.61-56.89A142.31 142.31 0 0 1 320 112a143.92 143.92 0 0 1 144 144c0 21.63-5.29 41.79-13.9 60.11z'/%3E%3C/svg%3E");
}
.orsd-list-container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: white;
  border: 1px solid #cccccc;
}
.bootstrap-form.form-horizontal label.col-form-label {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 2rem;
}
.bootstrap-form.form-horizontal:not(.form-tabs) .field-container:not(.section, .sub-section) {
  padding: 0.5rem;
  transition: 0.3s;
  border: 1px solid transparent;
  border-left-width: 5px !important;
}
.bootstrap-form.form-horizontal:not(.form-tabs) .field-container:not(.section, .sub-section):hover, .bootstrap-form.form-horizontal:not(.form-tabs) .field-container:not(.section, .sub-section):focus, .bootstrap-form.form-horizontal:not(.form-tabs) .field-container:not(.section, .sub-section):focus-within {
  background: #f7f7f7;
  border: 1px solid #dedede;
}
.bootstrap-form.form-horizontal:not(.form-tabs) .field-container:not(.section, .sub-section):focus-within, .bootstrap-form.form-horizontal:not(.form-tabs) .field-container:not(.section, .sub-section):focus-visible, .bootstrap-form.form-horizontal:not(.form-tabs) .field-container:not(.section, .sub-section):active {
  border-color: #f7921e;
}
/*!
 * OrangeSeed CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */
.card-wrap {
  margin-left: 15px;
  margin-right: 15px;
}
.card-wrap.card-deck {
  /* small - flex-direction row , margin-left and margin right 15px */
  flex: 1 1 auto;
}
.card-wrap.card-group .card {
  flex: 1 1 auto;
  margin-bottom: 1.5rem;
  /* small - flex-direction row , margin-left and margin right 15px  */
}
.card-wrap.card-group .card + .card {
  border-left-width: 1px;
}
.card.orsd-card-trans {
  border: none;
  background-color: transparent !important;
}
.card.orsd-card-trans:hover {
  background-color: transparent !important;
}
.card.orsd-card-trans .card-body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card img, .card picture {
  margin: 0rem 0rem 0rem 0rem;
}
.card .list-group-item {
  background: transparent;
}
.card .card-header .btn-block-flush, .card .card-footer .btn-block-flush {
  margin: -0.75rem -1.25rem;
  width: calc(100% + (1.25rem  * 2));
}
.card .card-body .btn-block-flush {
  margin: -1.25rem;
  width: calc(100% + (1.25rem  * 2));
}
.card .card-body .card-title {
  color: #222222;
}
.card > .sub-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 100%;
  width: 100%;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  flex: 1 1 100%;
  margin: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.card > .sub-card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .sub-card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.card > .sub-card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
/*!
 * OrangeSeed CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */
.table-float > tbody > tr {
  float: left;
  margin-bottom: 10px;
}
.table-float > tbody > tr > td {
  display: block;
  vertical-align: top;
}
.table-float > thead > tr {
  float: none !important;
  width: 100%;
}
.table-float > thead > tr > td {
  vertical-align: top;
}
/*!
 * OrangeSeed CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */
.orsd-btn-card {
  background-image: url(https://orsd-web.imgix.net/_orsd/os/images/backgrounds/clean-red-orange-paper-background-light-gray.jpg?q=30&w=400&cp=strip&auto=format,compress);
  background-color: #ffffff;
  background-size: 100% 40%;
  background-repeat: no-repeat;
}
.orsd-btn-card:active {
  background-blend-mode: lighten !important;
}
.orsd-btn-card:hover {
  background-blend-mode: lighten !important;
}
.orsd-btn-card:hover .fa-stack svg {
  transition: transform 0.2s;
  transform: scale(1.15) !important;
}
.orsd-btn-card:hover .fa-stack svg:first-child {
  color: #461b49 !important;
  transform: scale(1.25) !important;
}
.orsd-btn-card .fa-stack svg:last-child {
  color: #ffffff !important;
}
.btn-xs, .btn-group-xs > .btn {
  padding: 0.15rem 0.25rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.1rem;
}
.btn-xs + .dropdown-toggle-split, .btn-group-xs > .btn + .dropdown-toggle-split {
  padding-right: 0.1875rem;
  padding-left: 0.1875rem;
}
.btn-palette-a {
  color: #ffffff;
  background-color: #422b1b;
  border-color: #422b1b;
}
.btn-palette-a:hover {
  color: #ffffff;
  background-color: #271910;
  border-color: #1e130c;
}
.btn-palette-a:focus, .btn-palette-a.focus {
  color: #ffffff;
  background-color: #271910;
  border-color: #1e130c;
  box-shadow: 0 0 0 0.2rem rgba(94, 75, 61, 0.5);
}
.btn-palette-a.disabled, .btn-palette-a:disabled {
  color: #ffffff;
  background-color: #422b1b;
  border-color: #422b1b;
}
.btn-palette-a:not(:disabled):not(.disabled):active, .btn-palette-a:not(:disabled):not(.disabled).active, .show > .btn-palette-a.dropdown-toggle {
  color: #ffffff;
  background-color: #1e130c;
  border-color: #150e08;
}
.btn-palette-a:not(:disabled):not(.disabled):active:focus, .btn-palette-a:not(:disabled):not(.disabled).active:focus, .show > .btn-palette-a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 75, 61, 0.5);
}
.btn-palette-b {
  color: #ffffff;
  background-color: #f7921e;
  border-color: #f7921e;
}
.btn-palette-b:hover {
  color: #ffffff;
  background-color: #e77f08;
  border-color: #da7808;
}
.btn-palette-b:focus, .btn-palette-b.focus {
  color: #ffffff;
  background-color: #e77f08;
  border-color: #da7808;
  box-shadow: 0 0 0 0.2rem rgba(248, 162, 64, 0.5);
}
.btn-palette-b.disabled, .btn-palette-b:disabled {
  color: #ffffff;
  background-color: #f7921e;
  border-color: #f7921e;
}
.btn-palette-b:not(:disabled):not(.disabled):active, .btn-palette-b:not(:disabled):not(.disabled).active, .show > .btn-palette-b.dropdown-toggle {
  color: #ffffff;
  background-color: #da7808;
  border-color: #ce7107;
}
.btn-palette-b:not(:disabled):not(.disabled):active:focus, .btn-palette-b:not(:disabled):not(.disabled).active:focus, .show > .btn-palette-b.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 162, 64, 0.5);
}
.btn-palette-c {
  color: #ffffff;
  background-color: #5b521f;
  border-color: #5b521f;
}
.btn-palette-c:hover {
  color: #ffffff;
  background-color: #3e3815;
  border-color: #353012;
}
.btn-palette-c:focus, .btn-palette-c.focus {
  color: #ffffff;
  background-color: #3e3815;
  border-color: #353012;
  box-shadow: 0 0 0 0.2rem rgba(116, 108, 65, 0.5);
}
.btn-palette-c.disabled, .btn-palette-c:disabled {
  color: #ffffff;
  background-color: #5b521f;
  border-color: #5b521f;
}
.btn-palette-c:not(:disabled):not(.disabled):active, .btn-palette-c:not(:disabled):not(.disabled).active, .show > .btn-palette-c.dropdown-toggle {
  color: #ffffff;
  background-color: #353012;
  border-color: #2b270f;
}
.btn-palette-c:not(:disabled):not(.disabled):active:focus, .btn-palette-c:not(:disabled):not(.disabled).active:focus, .show > .btn-palette-c.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 108, 65, 0.5);
}
.btn-palette-d {
  color: #ffffff;
  background-color: #756a26;
  border-color: #756a26;
}
.btn-palette-d:hover {
  color: #ffffff;
  background-color: #58501d;
  border-color: #4f4719;
}
.btn-palette-d:focus, .btn-palette-d.focus {
  color: #ffffff;
  background-color: #58501d;
  border-color: #4f4719;
  box-shadow: 0 0 0 0.2rem rgba(138, 128, 71, 0.5);
}
.btn-palette-d.disabled, .btn-palette-d:disabled {
  color: #ffffff;
  background-color: #756a26;
  border-color: #756a26;
}
.btn-palette-d:not(:disabled):not(.disabled):active, .btn-palette-d:not(:disabled):not(.disabled).active, .show > .btn-palette-d.dropdown-toggle {
  color: #ffffff;
  background-color: #4f4719;
  border-color: #453e16;
}
.btn-palette-d:not(:disabled):not(.disabled):active:focus, .btn-palette-d:not(:disabled):not(.disabled).active:focus, .show > .btn-palette-d.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(138, 128, 71, 0.5);
}
.btn-palette-e {
  color: #222222;
  background-color: #e9ddc3;
  border-color: #e9ddc3;
}
.btn-palette-e:hover {
  color: #222222;
  background-color: #dfcda7;
  border-color: #dbc89e;
}
.btn-palette-e:focus, .btn-palette-e.focus {
  color: #222222;
  background-color: #dfcda7;
  border-color: #dbc89e;
  box-shadow: 0 0 0 0.2rem rgba(203, 193, 171, 0.5);
}
.btn-palette-e.disabled, .btn-palette-e:disabled {
  color: #222222;
  background-color: #e9ddc3;
  border-color: #e9ddc3;
}
.btn-palette-e:not(:disabled):not(.disabled):active, .btn-palette-e:not(:disabled):not(.disabled).active, .show > .btn-palette-e.dropdown-toggle {
  color: #222222;
  background-color: #dbc89e;
  border-color: #d8c394;
}
.btn-palette-e:not(:disabled):not(.disabled):active:focus, .btn-palette-e:not(:disabled):not(.disabled).active:focus, .show > .btn-palette-e.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 193, 171, 0.5);
}
.btn-palette-f {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-palette-f:hover {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-palette-f:focus, .btn-palette-f.focus {
  color: #ffffff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-palette-f.disabled, .btn-palette-f:disabled {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-palette-f:not(:disabled):not(.disabled):active, .btn-palette-f:not(:disabled):not(.disabled).active, .show > .btn-palette-f.dropdown-toggle {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-palette-f:not(:disabled):not(.disabled):active:focus, .btn-palette-f:not(:disabled):not(.disabled).active:focus, .show > .btn-palette-f.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-palette-g {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-palette-g:hover {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-palette-g:focus, .btn-palette-g.focus {
  color: #ffffff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-palette-g.disabled, .btn-palette-g:disabled {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-palette-g:not(:disabled):not(.disabled):active, .btn-palette-g:not(:disabled):not(.disabled).active, .show > .btn-palette-g.dropdown-toggle {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-palette-g:not(:disabled):not(.disabled):active:focus, .btn-palette-g:not(:disabled):not(.disabled).active:focus, .show > .btn-palette-g.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-palette-h {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-palette-h:hover {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-palette-h:focus, .btn-palette-h.focus {
  color: #ffffff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-palette-h.disabled, .btn-palette-h:disabled {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-palette-h:not(:disabled):not(.disabled):active, .btn-palette-h:not(:disabled):not(.disabled).active, .show > .btn-palette-h.dropdown-toggle {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-palette-h:not(:disabled):not(.disabled):active:focus, .btn-palette-h:not(:disabled):not(.disabled).active:focus, .show > .btn-palette-h.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-outline-palette-a {
  color: #422b1b;
  border-color: #422b1b;
}
.btn-outline-palette-a:hover {
  color: #ffffff;
  background-color: #422b1b;
  border-color: #422b1b;
}
.btn-outline-palette-a:focus, .btn-outline-palette-a.focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 43, 27, 0.5);
}
.btn-outline-palette-a.disabled, .btn-outline-palette-a:disabled {
  color: #422b1b;
  background-color: transparent;
}
.btn-outline-palette-a:not(:disabled):not(.disabled):active, .btn-outline-palette-a:not(:disabled):not(.disabled).active, .show > .btn-outline-palette-a.dropdown-toggle {
  color: #ffffff;
  background-color: #422b1b;
  border-color: #422b1b;
}
.btn-outline-palette-a:not(:disabled):not(.disabled):active:focus, .btn-outline-palette-a:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-palette-a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 43, 27, 0.5);
}
.btn-outline-palette-b {
  color: #f7921e;
  border-color: #f7921e;
}
.btn-outline-palette-b:hover {
  color: #ffffff;
  background-color: #f7921e;
  border-color: #f7921e;
}
.btn-outline-palette-b:focus, .btn-outline-palette-b.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 146, 30, 0.5);
}
.btn-outline-palette-b.disabled, .btn-outline-palette-b:disabled {
  color: #f7921e;
  background-color: transparent;
}
.btn-outline-palette-b:not(:disabled):not(.disabled):active, .btn-outline-palette-b:not(:disabled):not(.disabled).active, .show > .btn-outline-palette-b.dropdown-toggle {
  color: #ffffff;
  background-color: #f7921e;
  border-color: #f7921e;
}
.btn-outline-palette-b:not(:disabled):not(.disabled):active:focus, .btn-outline-palette-b:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-palette-b.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 146, 30, 0.5);
}
.btn-outline-palette-c {
  color: #5b521f;
  border-color: #5b521f;
}
.btn-outline-palette-c:hover {
  color: #ffffff;
  background-color: #5b521f;
  border-color: #5b521f;
}
.btn-outline-palette-c:focus, .btn-outline-palette-c.focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 82, 31, 0.5);
}
.btn-outline-palette-c.disabled, .btn-outline-palette-c:disabled {
  color: #5b521f;
  background-color: transparent;
}
.btn-outline-palette-c:not(:disabled):not(.disabled):active, .btn-outline-palette-c:not(:disabled):not(.disabled).active, .show > .btn-outline-palette-c.dropdown-toggle {
  color: #ffffff;
  background-color: #5b521f;
  border-color: #5b521f;
}
.btn-outline-palette-c:not(:disabled):not(.disabled):active:focus, .btn-outline-palette-c:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-palette-c.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 82, 31, 0.5);
}
.btn-outline-palette-d {
  color: #756a26;
  border-color: #756a26;
}
.btn-outline-palette-d:hover {
  color: #ffffff;
  background-color: #756a26;
  border-color: #756a26;
}
.btn-outline-palette-d:focus, .btn-outline-palette-d.focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 106, 38, 0.5);
}
.btn-outline-palette-d.disabled, .btn-outline-palette-d:disabled {
  color: #756a26;
  background-color: transparent;
}
.btn-outline-palette-d:not(:disabled):not(.disabled):active, .btn-outline-palette-d:not(:disabled):not(.disabled).active, .show > .btn-outline-palette-d.dropdown-toggle {
  color: #ffffff;
  background-color: #756a26;
  border-color: #756a26;
}
.btn-outline-palette-d:not(:disabled):not(.disabled):active:focus, .btn-outline-palette-d:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-palette-d.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 106, 38, 0.5);
}
.btn-outline-palette-e {
  color: #e9ddc3;
  border-color: #e9ddc3;
}
.btn-outline-palette-e:hover {
  color: #222222;
  background-color: #e9ddc3;
  border-color: #e9ddc3;
}
.btn-outline-palette-e:focus, .btn-outline-palette-e.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 221, 195, 0.5);
}
.btn-outline-palette-e.disabled, .btn-outline-palette-e:disabled {
  color: #e9ddc3;
  background-color: transparent;
}
.btn-outline-palette-e:not(:disabled):not(.disabled):active, .btn-outline-palette-e:not(:disabled):not(.disabled).active, .show > .btn-outline-palette-e.dropdown-toggle {
  color: #222222;
  background-color: #e9ddc3;
  border-color: #e9ddc3;
}
.btn-outline-palette-e:not(:disabled):not(.disabled):active:focus, .btn-outline-palette-e:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-palette-e.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 221, 195, 0.5);
}
.btn-outline-palette-f {
  color: #000000;
  border-color: #000000;
}
.btn-outline-palette-f:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-palette-f:focus, .btn-outline-palette-f.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-palette-f.disabled, .btn-outline-palette-f:disabled {
  color: #000000;
  background-color: transparent;
}
.btn-outline-palette-f:not(:disabled):not(.disabled):active, .btn-outline-palette-f:not(:disabled):not(.disabled).active, .show > .btn-outline-palette-f.dropdown-toggle {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-palette-f:not(:disabled):not(.disabled):active:focus, .btn-outline-palette-f:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-palette-f.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-palette-g {
  color: #000000;
  border-color: #000000;
}
.btn-outline-palette-g:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-palette-g:focus, .btn-outline-palette-g.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-palette-g.disabled, .btn-outline-palette-g:disabled {
  color: #000000;
  background-color: transparent;
}
.btn-outline-palette-g:not(:disabled):not(.disabled):active, .btn-outline-palette-g:not(:disabled):not(.disabled).active, .show > .btn-outline-palette-g.dropdown-toggle {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-palette-g:not(:disabled):not(.disabled):active:focus, .btn-outline-palette-g:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-palette-g.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-palette-h {
  color: #000000;
  border-color: #000000;
}
.btn-outline-palette-h:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-palette-h:focus, .btn-outline-palette-h.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-palette-h.disabled, .btn-outline-palette-h:disabled {
  color: #000000;
  background-color: transparent;
}
.btn-outline-palette-h:not(:disabled):not(.disabled):active, .btn-outline-palette-h:not(:disabled):not(.disabled).active, .show > .btn-outline-palette-h.dropdown-toggle {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-palette-h:not(:disabled):not(.disabled):active:focus, .btn-outline-palette-h:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-palette-h.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
/*!
 * OrangeSeed CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */
.m-flush {
  margin: 15px !important;
}
.mt-flush, .my-flush {
  margin-top: -15px !important;
}
.mr-flush, .mx-flush {
  margin-right: -15px !important;
}
.mb-flush, .my-flush {
  margin-bottom: -15px !important;
}
.ml-flush, .mx-flush {
  margin-left: -15px !important;
}
@media (min-width: 576px) {
  .m-sm-flush {
    margin: 15px !important;
  }
  .mt-sm-flush, .my-sm-flush {
    margin-top: -15px !important;
  }
  .mr-sm-flush, .mx-sm-flush {
    margin-right: -15px !important;
  }
  .mb-sm-flush, .my-sm-flush {
    margin-bottom: -15px !important;
  }
  .ml-sm-flush, .mx-sm-flush {
    margin-left: -15px !important;
  }
}
@media (min-width: 768px) {
  .m-md-flush {
    margin: 15px !important;
  }
  .mt-md-flush, .my-md-flush {
    margin-top: -15px !important;
  }
  .mr-md-flush, .mx-md-flush {
    margin-right: -15px !important;
  }
  .mb-md-flush, .my-md-flush {
    margin-bottom: -15px !important;
  }
  .ml-md-flush, .mx-md-flush {
    margin-left: -15px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-flush {
    margin: 15px !important;
  }
  .mt-lg-flush, .my-lg-flush {
    margin-top: -15px !important;
  }
  .mr-lg-flush, .mx-lg-flush {
    margin-right: -15px !important;
  }
  .mb-lg-flush, .my-lg-flush {
    margin-bottom: -15px !important;
  }
  .ml-lg-flush, .mx-lg-flush {
    margin-left: -15px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-flush {
    margin: 15px !important;
  }
  .mt-xl-flush, .my-xl-flush {
    margin-top: -15px !important;
  }
  .mr-xl-flush, .mx-xl-flush {
    margin-right: -15px !important;
  }
  .mb-xl-flush, .my-xl-flush {
    margin-bottom: -15px !important;
  }
  .ml-xl-flush, .mx-xl-flush {
    margin-left: -15px !important;
  }
}
/*!
 * OrangeSeed CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */
/* map orsd-columns-* to bootstrap 4 sizes. This means that we cannot do the bootstrap4 small size as of yet */
.orsd-columns-1, .orsd-columns-sm-1, .orsd-columns-md-1, .orsd-columns-lg-1, .orsd-columns-xl-1 {
  column-count: 1;
}
.orsd-columns-2 {
  column-count: 2;
}
.orsd-columns-3 {
  column-count: 3;
}
.orsd-columns-4 {
  column-count: 4;
}
@media (min-width: 576px) {
  .orsd-columns-sm-2 {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .orsd-columns-md-2 {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .orsd-columns-lg-2 {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .orsd-columns-xl-2 {
    column-count: 2;
  }
}
@media (min-width: 576px) {
  .orsd-columns-sm-3 {
    column-count: 3;
  }
}
@media (min-width: 768px) {
  .orsd-columns-md-3 {
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .orsd-columns-lg-3 {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .orsd-columns-xl-3 {
    column-count: 3;
  }
}
@media (min-width: 576px) {
  .orsd-columns-sm-4 {
    column-count: 4;
  }
}
@media (min-width: 768px) {
  .orsd-columns-md-4 {
    column-count: 4;
  }
}
@media (min-width: 992px) {
  .orsd-columns-lg-4 {
    column-count: 4;
  }
}
@media (min-width: 1200px) {
  .orsd-columns-xl-4 {
    column-count: 4;
  }
}
/*!
 * OrangeSeed CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */
.text-link {
  color: #756a26;
  text-decoration: none;
  background-color: transparent;
}
.text-link:hover {
  color: #3b3613;
  text-decoration: underline;
}
input.form-control[type="color"], .form-group input.select2-container[type="color"] {
  padding: 0.4rem 0.75rem;
  height: 3rem;
}
/* fine tune card image sizes */
img.card-img-top {
  height: auto !important;
}
img.card-img-bottom {
  height: auto !important;
}
img.img-responsive {
  width: 100% !important;
  height: auto !important;
}
.mejs__overlay-button {
  background-color: #000 !important;
  border-radius: 50px !important;
  background-image: url("https://orsd-web.imgix.net/_orsd/os/images/misc/mejs-controls.svg") !important;
  background-repeat: no-repeat !important;
}
.mejs__controls {
  height: 50px !important;
}
.embed-responsive .img-thumbnail {
  border: 1px solid #dee2e6 !important;
}
summary.lead {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
img.loaded:not([src]) {
  visibility: visible !important;
  opacity: 1 !important;
}
img:not([src]) {
  visibility: hidden;
  opacity: 0;
}
img[data-src], img[data-srcset] {
  display: inline-block;
  min-height: 1px;
}
div.section-container, div.section-container *, #body-container {
  transition: all 0.2s ease-in-out;
}
div.section-container.lazy-bg, div.section-container.lazy-bg *, #body-container.lazy-bg {
  background-image: none !important;
}
body#modal.orsd-form-hide-nav, body#lc.orsd-form-hide-nav {
  padding-top: 100px;
}
/*
TEST

div.section-container {
  &.container-fluid {
    @include media-breakpoint-down(xs) {
      padding-left: 0px;
      padding-right: 0px;
    }
  }
}
*/
.orsd-editable-block .orsd-editable-item > .row {
  margin-left: 0px;
  margin-right: 0px;
}
#lightcase-overlay {
  z-index: 20000 !important;
}
#lightcase-loading {
  z-index: 20001 !important;
}
#lightcase-case {
  z-index: 20002 !important;
}
.lightcase-icon-close {
  z-index: 20003 !important;
}
.alert ul:last-child {
  margin-bottom: 0px;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  width: 100% !important;
  height: 100% !important;
}
.sub-container > p:only-child {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.sub-container > p:first-child {
  margin-top: 0 !important;
}
.sub-container > p:last-child {
  margin-bottom: 0 !important;
}
table.table-sm th, table.table-sm td {
  padding: 0.3rem;
}
table.table-md th, table.table-md td {
  padding: 0.6rem;
}
table td label:last-child, table th label:last-child {
  margin-bottom: 0px;
}
/* fix for carousel read more buttons being blocked */
.carousel-indicators {
  pointer-events: none !important;
}
.carousel-indicators li {
  pointer-events: all !important;
}
.code-block .code-block-title {
  margin-left: 3px;
}
.code-block.code-block-light pre {
  background-color: #f6f6f6;
  border-color: #e8e8e8;
}
.code-block.code-block-light pre > code {
  color: #3c3c3c;
}
.code-block.code-block-dark pre {
  background-color: #2a2a2a;
  border-color: #252525;
}
.code-block.code-block-dark pre > code {
  color: #eeeeee;
}
.code-block pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  padding: 0.5rem;
}
.code-block pre > code {
  tab-size: 2;
}
.is-btn, a.is-btn {
  white-space: normal;
}
li > ul, li > ol > dl {
  margin-top: 0.25rem !important;
  margin-bottom: 0.5rem !important;
  padding-left: 1rem !important;
}
.feature-bd summary {
  display: block;
  cursor: default;
}
body.website-editor {
  overflow-y: scroll;
}
/* reports
 */
.koolphp-table {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.koolphp-table thead > tr > th {
  white-space: nowrap;
}
/*!
 * OrangeSeed CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */
.foxy-minicart {
  background-color: #ffffff;
  color: #43ac6a !important;
  margin-bottom: 0px;
  margin-right: -15px;
  margin-left: -15px;
  padding: 15px;
  display: flex;
  position: relative;
  border-radius: 0rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.foxy-minicart:hover {
  background-color: white;
  color: #43ac6a !important;
  text-decoration: none;
}
.foxy-minicart:active {
  color: #43ac6a !important;
}
.foxy-minicart .foxy-minicart-items {
  display: block;
  margin-right: 20px;
  font-size: 1.1em;
  float: left;
}
.foxy-minicart .foxy-minicart-items > i.fa {
  font-size: 1.2em;
  margin-right: 15px;
}
.foxy-minicart .foxy-minicart-total {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin-left: 0px;
  padding-right: 20px;
  float: right;
}
.foxy-minicart .fa-caret-right {
  position: absolute;
  font-size: 1.5em;
  right: 8px;
  top: 29%;
}
@media (min-width: 576px) {
  .foxy-minicart .foxy-minicart {
    margin-right: 0px;
    margin-left: 0px;
  }
  .foxy-minicart .foxy-minicart-items {
    font-size: 1.5em;
    margin-right: 40px;
  }
  .foxy-minicart .foxy-minicart-total {
    font-size: 1.7em;
    margin-left: 40px;
    padding-right: 40px;
  }
  .foxy-minicart .fa-caret-right {
    font-size: 2em;
  }
}
.foxy-buy-btn {
  padding: 2px;
}
.foxy-buy-btn .foxy-buy-price {
  font-size: 1.3em;
  font-weight: bold;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
}
/*!
 * OrangeSeed CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */
.d-opacity-none {
  opacity: 0;
}
.d-opacity-25 {
  opacity: 0.25 !important;
}
.d-opacity-50 {
  opacity: 0.5 !important;
}
.d-opacity-75 {
  opacity: 0.75 !important;
}
.d-opacity-100 {
  opacity: 1 !important;
}
@media (min-width: 576px) {
  .d-opacity-sm-none {
    opacity: 0;
  }
  .d-opacity-sm-25 {
    opacity: 0.25 !important;
  }
  .d-opacity-sm-50 {
    opacity: 0.5 !important;
  }
  .d-opacity-sm-75 {
    opacity: 0.75 !important;
  }
  .d-opacity-sm-100 {
    opacity: 1 !important;
  }
}
@media (min-width: 768px) {
  .d-opacity-md-none {
    opacity: 0;
  }
  .d-opacity-md-25 {
    opacity: 0.25 !important;
  }
  .d-opacity-md-50 {
    opacity: 0.5 !important;
  }
  .d-opacity-md-75 {
    opacity: 0.75 !important;
  }
  .d-opacity-md-100 {
    opacity: 1 !important;
  }
}
@media (min-width: 992px) {
  .d-opacity-lg-none {
    opacity: 0;
  }
  .d-opacity-lg-25 {
    opacity: 0.25 !important;
  }
  .d-opacity-lg-50 {
    opacity: 0.5 !important;
  }
  .d-opacity-lg-75 {
    opacity: 0.75 !important;
  }
  .d-opacity-lg-100 {
    opacity: 1 !important;
  }
}
@media (min-width: 1200px) {
  .d-opacity-xl-none {
    opacity: 0;
  }
  .d-opacity-xl-25 {
    opacity: 0.25 !important;
  }
  .d-opacity-xl-50 {
    opacity: 0.5 !important;
  }
  .d-opacity-xl-75 {
    opacity: 0.75 !important;
  }
  .d-opacity-xl-100 {
    opacity: 1 !important;
  }
}
/*!
 * Yoga CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */
:root {
  --orsd-color: #93C03F;
  --orsd-color-blue: #2b5991;
  --palette-a: #422b1b;
  --palette-b: #f7921e;
  --palette-c: #5b521f;
  --palette-d: #756a26;
  --palette-e: #e9ddc3;
  --palette-f: #000000;
  --palette-g: #000000;
  --palette-h: #000000;
  --palette-a-yiq: #ffffff;
  --palette-b-yiq: #ffffff;
  --palette-c-yiq: #ffffff;
  --palette-d-yiq: #ffffff;
  --palette-e-yiq: #222222;
  --palette-f-yiq: #ffffff;
  --palette-g-yiq: #ffffff;
  --palette-h-yiq: #ffffff;
  --primary-yiq: #ffffff;
  --secondary-yiq: #ffffff;
  --success-yiq: #ffffff;
  --info-yiq: #ffffff;
  --warning-yiq: #ffffff;
  --danger-yiq: #ffffff;
  --light-yiq: #222222;
  --dark-yiq: #ffffff;
  --blue-yiq: #ffffff;
  --indigo-yiq: #ffffff;
  --purple-yiq: #ffffff;
  --pink-yiq: #ffffff;
  --red-yiq: #ffffff;
  --orange-yiq: #ffffff;
  --yellow-yiq: #ffffff;
  --green-yiq: #ffffff;
  --teal-yiq: #ffffff;
  --cyan-yiq: #ffffff;
  --white-yiq: #222222;
  --gray-yiq: #ffffff;
  --gray-dark-yiq: #ffffff;
}
body.body-fixed {
  position: fixed;
  width: 100%;
}
body#print {
  background: #fff;
}
.bg-lighter {
  background-color: #fdfdfd !important;
}
a.bg-lighter:hover, a.bg-lighter:focus, button.bg-lighter:hover, button.bg-lighter:focus {
  background-color: #e4e4e4 !important;
}
.bg-gradient-lighter {
  background: #fdfdfd linear-gradient(180deg, #fdfdfd, #fdfdfd) repeat-x !important;
}
body .body-mask {
  display: none;
}
body.body-mask-on .body-mask {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 100;
  width: 100vw;
  height: 100vh;
}
.body-container {
  display: flex;
  flex-direction: column;
}
[data-orsd-go-link] {
  cursor: pointer;
}
.orsd-brand {
  /*font-size: 18px;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #93C03F;
  text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.4);
}
.orsd-brand:hover {
  text-decoration: none;
  color: #93C03F;
}
.orsd-brand span.orsd-sub-brand {
  font-size: 0.7em;
  color: #333;
  padding-left: 2px;
}
.orsd-overlay::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.orsd-mejs-background-video::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.orsd-mejs-background-video .mejs__overlay, .orsd-mejs-background-video .mejs__controls {
  display: none !important;
}
.orsd-brand-color {
  color: #93C03F;
}
.orsd-brand-bg {
  background-color: #93C03F;
}
.orsd-dictionary {
  margin-top: 2rem;
  padding: 0.75rem;
  border-radius: 5px;
}
.orsd-dyk {
  margin-top: 12px;
}
.orsd-dyk h4 span {
  text-decoration: underline;
}
.orsd-dyk h4 .link-more {
  cursor: pointer;
}
.orsd-c-p {
  cursor: pointer;
}
.orsd-c-m {
  cursor: move;
}
.orsd-c-d {
  cursor: default;
}
.dropdown-divider {
  padding: 0.5px;
  background-color: #ccc;
}
/* remove padding from container */
/* TEST
.container-fluid.px-0 {
  padding-left: 0px;
  padding-right: 0px;
  >.row {
    margin-left: 0px;
    margin-right: 0px;
    >div {
      padding-left: 0px;
      padding-right: 0px;
    }
  }
}
.container.p-0 > .row > *:first-child,
.container-fluid.p-0 > .container > .row > *:first-child{
  padding-left: 0px;
}

.container.p-0 > .row > *:last-child,
.container-fluid.p-0 > .container > .row > *:last-child{
  padding-right: 0px;
}
*/
/* when the row is collapsed, makd sure other padding is also 0px */
/* TEST
.container.p-0 > .row > .col-12:first-child,
.container-fluid.p-0 > .container > .row > .col-12:first-child {
  padding-right: 0px;
}

.container.p-0 > .row > .col-12:last-child,
.container-fluid.p-0 > .container > .row > .col-12:last-child{
  padding-left: 0px;
}
*/
img.align-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
img.align-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
img.align-center {
  display: block;
  clear: both;
  margin: auto;
  margin-bottom: 10px;
}
/* widths / heights */
.w-33 {
  width: 33% !important;
}
.w-66 {
  width: 66% !important;
}
.h-33 {
  height: 33% !important;
}
.h-66 {
  height: 66% !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-25 {
  max-width: 25% !important;
}
.mw-50 {
  max-width: 50% !important;
}
.mw-75 {
  max-width: 75% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mw-auto {
  max-width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.h-25 {
  height: 25% !important;
}
.mh-50 {
  max-height: 50% !important;
}
.mh-75 {
  max-height: 75% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.mh-auto {
  max-height: auto !important;
}
.w-33 {
  width: 33% !important;
}
.w-66 {
  width: 66% !important;
}
.mw-33 {
  max-width: 33% !important;
}
.mw-66 {
  max-width: 66% !important;
}
.h-33 {
  height: 33% !important;
}
.h-66 {
  height: 66% !important;
}
.mh-33 {
  max-height: 33% !important;
}
.mh-66 {
  max-height: 66% !important;
}
@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .mw-sm-25 {
    max-width: 25% !important;
  }
  .mw-sm-50 {
    max-width: 50% !important;
  }
  .mw-sm-75 {
    max-width: 75% !important;
  }
  .mw-sm-100 {
    max-width: 100% !important;
  }
  .mw-sm-auto {
    max-width: auto !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .mh-sm-50 {
    max-height: 50% !important;
  }
  .mh-sm-75 {
    max-height: 75% !important;
  }
  .mh-sm-100 {
    max-height: 100% !important;
  }
  .mh-sm-auto {
    max-height: auto !important;
  }
  .w-sm-33 {
    width: 33% !important;
  }
  .w-sm-66 {
    width: 66% !important;
  }
  .mw-sm-33 {
    max-width: 33% !important;
  }
  .mw-sm-66 {
    max-width: 66% !important;
  }
  .h-sm-33 {
    height: 33% !important;
  }
  .h-sm-66 {
    height: 66% !important;
  }
  .mh-sm-33 {
    max-height: 33% !important;
  }
  .mh-sm-66 {
    max-height: 66% !important;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .mw-md-25 {
    max-width: 25% !important;
  }
  .mw-md-50 {
    max-width: 50% !important;
  }
  .mw-md-75 {
    max-width: 75% !important;
  }
  .mw-md-100 {
    max-width: 100% !important;
  }
  .mw-md-auto {
    max-width: auto !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .mh-md-50 {
    max-height: 50% !important;
  }
  .mh-md-75 {
    max-height: 75% !important;
  }
  .mh-md-100 {
    max-height: 100% !important;
  }
  .mh-md-auto {
    max-height: auto !important;
  }
  .w-md-33 {
    width: 33% !important;
  }
  .w-md-66 {
    width: 66% !important;
  }
  .mw-md-33 {
    max-width: 33% !important;
  }
  .mw-md-66 {
    max-width: 66% !important;
  }
  .h-md-33 {
    height: 33% !important;
  }
  .h-md-66 {
    height: 66% !important;
  }
  .mh-md-33 {
    max-height: 33% !important;
  }
  .mh-md-66 {
    max-height: 66% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .mw-lg-25 {
    max-width: 25% !important;
  }
  .mw-lg-50 {
    max-width: 50% !important;
  }
  .mw-lg-75 {
    max-width: 75% !important;
  }
  .mw-lg-100 {
    max-width: 100% !important;
  }
  .mw-lg-auto {
    max-width: auto !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .mh-lg-50 {
    max-height: 50% !important;
  }
  .mh-lg-75 {
    max-height: 75% !important;
  }
  .mh-lg-100 {
    max-height: 100% !important;
  }
  .mh-lg-auto {
    max-height: auto !important;
  }
  .w-lg-33 {
    width: 33% !important;
  }
  .w-lg-66 {
    width: 66% !important;
  }
  .mw-lg-33 {
    max-width: 33% !important;
  }
  .mw-lg-66 {
    max-width: 66% !important;
  }
  .h-lg-33 {
    height: 33% !important;
  }
  .h-lg-66 {
    height: 66% !important;
  }
  .mh-lg-33 {
    max-height: 33% !important;
  }
  .mh-lg-66 {
    max-height: 66% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .mw-xl-25 {
    max-width: 25% !important;
  }
  .mw-xl-50 {
    max-width: 50% !important;
  }
  .mw-xl-75 {
    max-width: 75% !important;
  }
  .mw-xl-100 {
    max-width: 100% !important;
  }
  .mw-xl-auto {
    max-width: auto !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .mh-xl-50 {
    max-height: 50% !important;
  }
  .mh-xl-75 {
    max-height: 75% !important;
  }
  .mh-xl-100 {
    max-height: 100% !important;
  }
  .mh-xl-auto {
    max-height: auto !important;
  }
  .w-xl-33 {
    width: 33% !important;
  }
  .w-xl-66 {
    width: 66% !important;
  }
  .mw-xl-33 {
    max-width: 33% !important;
  }
  .mw-xl-66 {
    max-width: 66% !important;
  }
  .h-xl-33 {
    height: 33% !important;
  }
  .h-xl-66 {
    height: 66% !important;
  }
  .mh-xl-33 {
    max-height: 33% !important;
  }
  .mh-xl-66 {
    max-height: 66% !important;
  }
}
#lightcase-content > .lightcase-contentInner #footer .bg-dark {
  background-color: #ffffff !important;
}
body#modal {
  background-color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-move {
  cursor: move;
}
.cursor-default {
  cursor: default;
}
.cursor-help {
  cursor: help;
}
.orsd-ui-smart-search {
  width: 100%;
  padding-bottom: 6px;
}
.orsd-ui-smart-search .search-text .ui-menu {
  width: 10px;
}
.orsd-ui-smart-search .search-text .search_facet_input {
  padding: 3px 3px 1px;
}
.orsd-ui-smart-search .VS-search .search_facet.is_editing .category {
  color: #fd7e14 !important;
}
.VS-interface.ui-autocomplete .ui-menu-itrem {
  white-space: nowrap;
}
.orsd-ui-smart-search-learn {
  cursor: pointer;
}
.form-control .VS-search .VS-search-box, .form-group .select2-container .VS-search .VS-search-box {
  border: none;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
}
.form-control .VS-search .VS-search-box.VS-focus, .form-group .select2-container .VS-search .VS-search-box.VS-focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control .VS-search .VS-search-box .search_facet_input_container, .form-group .select2-container .VS-search .VS-search-box .search_facet_input_container {
  padding: 2px 0;
}
.form-control .VS-search .search_input input, .form-group .select2-container .VS-search .search_input input {
  line-height: initial;
  height: auto;
  margin-top: 0;
}
.VS-interface.ui-autocomplete .ui-menu-item a, .VS-interface.ui-autocomplete .ui-menu-item div {
  background-color: transparent !important;
  min-height: 40px !important;
  min-width: 220px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: left !important;
  padding: 0.5rem !important;
}
.list-inline.list-inline-separated li:not(:last-child) {
  margin-right: 0px;
}
.list-inline.list-inline-separated li:not(:last-child):after {
  content: " · ";
  font-weight: bold;
}
/* grid initialization */
.orsd-grid {
  display: grid;
}
.orsd-grid-inline {
  display: inline-grid;
}
@keyframes orsdFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes orsdFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
[ui-pnotify].ui-pnotify.orsd-pnotify-bordered-notice {
  background-color: #fafafa;
  color: #000;
  border: 3px solid #e99002;
}
[ui-pnotify].ui-pnotify.orsd-pnotify-bordered-notice .ui-pnotify-container {
  background: transparent;
}
[ui-pnotify].ui-pnotify.orsd-pnotify-bordered-info {
  background-color: #fafafa;
  color: #000;
  border: 3px solid #5bc0de;
}
[ui-pnotify].ui-pnotify.orsd-pnotify-bordered-info .ui-pnotify-container {
  background: transparent;
}
[ui-pnotify].ui-pnotify.orsd-pnotify-bordered-success {
  background-color: #fafafa;
  color: #000;
  border: 3px solid #43ac6a;
}
[ui-pnotify].ui-pnotify.orsd-pnotify-bordered-success .ui-pnotify-container {
  background: transparent;
}
[ui-pnotify].ui-pnotify.orsd-pnotify-bordered-danger {
  background-color: #fafafa;
  color: #000;
  border: 3px solid #f04124;
}
[ui-pnotify].ui-pnotify.orsd-pnotify-bordered-danger .ui-pnotify-container {
  background: transparent;
}
.orsd-ui-search-ql {
  padding: 0.5rem 0.75rem;
}
.text-blur {
  color: transparent;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.scroll-top-button {
  background-color: #756a26;
}
.scroll-top-button:hover {
  background-color: #3b3613;
}
.scroll-top-button:hover span {
  border-bottom-color: #ffffff !important;
}
.scroll-top-button span {
  border-bottom-color: #ffffff !important;
}
.ui-state-highlight {
  min-height: 3rem;
  line-height: 1.2em;
}
.drop-zone {
  background-image: linear-gradient(135deg, #eeeeee 4.55%, #fafafa 4.55%, #fafafa 50%, #eeeeee 50%, #eeeeee 54.55%, #fafafa 54.55%, #fafafa 100%);
  background-size: 31.11px 31.11px;
  border: 1px solid #dee2e6;
  padding: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
}
.drop-zone.drop-zone-danger {
  border-color: #f04124;
}
.drop-zone.drop-zone-danger .drop-zone-label {
  color: #f04124;
}
.drop-zone.drop-zone-dark {
  border-color: #222222;
}
.drop-zone.drop-zone-dark .drop-zone-label {
  color: #222222;
}
.drop-zone .drop-zone-label {
  font-size: 1.1rem;
  font-weight: bold;
}
.s-1 {
  height: 0.25rem;
  min-height: 0.25rem;
}
.s-2 {
  height: 0.5rem;
  min-height: 0.5rem;
}
.s-3 {
  height: 1rem;
  min-height: 1rem;
}
.s-4 {
  height: 1.5rem;
  min-height: 1.5rem;
}
.s-5 {
  height: 3rem;
  min-height: 3rem;
}
.product-price {
  font-size: 1.6rem;
  font-weight: bold;
}
/*
.section {
  +.sub-section {
    margin-top: 3rem;
  }
}*/
.opacity-0 {
  opacity: 0;
}
.opacity-1 {
  opacity: 0.2;
}
.opacity-2 {
  opacity: 0.4;
}
.opacity-3 {
  opacity: 0.6;
}
.opacity-4 {
  opacity: 0.8;
}
.opacity-5 {
  opacity: 1;
}
#orsd-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.8);
}
#orsd-loader svg, #orsd-loader i {
  color: #5bc0de;
}
.settings-menu-section {
  border: 1px solid #dbdbdb;
  border-radius: 15px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  background: #f9f9f9;
}
.settings-menu-section > .section {
  padding-top: 0;
}
.settings-menu-section > .section .section-header > h4 {
  font-size: 0.8rem;
  font-weight: normal !important;
  color: #777;
}
.settings-menu-section .sub-section {
  margin-bottom: 0.3rem;
}
.settings-menu-section .sub-section .sub-section-header h5 {
  font-size: 0.8rem;
  color: #222;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.orsd-nav {
  margin-bottom: 1.6rem;
}
.orsd-nav .nav-link.active {
  border-bottom-color: #f7921e;
}
.orsd-component.container, .orsd-feature.container {
  margin-left: auto !important;
  margin-right: auto !important;
}
.orsd-feature-bottom-nav {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
/*!
 * OrangeSeed CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */
.rounded-top-0 {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
/*!
 * OrangeSeed CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */
.orsd-media-library-list-container {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 280px 280px 280px;
}
.orsd-media-library-list-container .orsd-media-library-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #f8f9fa;
  justify-content: space-between;
}
.orsd-media-library-list-container .orsd-media-library-item > .orsd-media-library-item-info {
  display: flex;
  flex-direction: row;
}
.orsd-media-library-list-container .orsd-media-library-item > .orsd-media-library-item-info > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.orsd-media-library-list-container .orsd-media-library-item > .orsd-media-library-item-info > div img {
  margin-right: 7px;
}
.orsd-media-library-list-container .orsd-media-library-item > .orsd-media-library-item-info > div .btn-group {
  justify-content: space-between;
}
/*!
 * OrangeSeed CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */
.social-youtube-color {
  color: #CC0000;
}
.social-vimeo-color {
  color: #00adef;
}
.social-twitter-color {
  color: #1da1f2;
}
.social-dropbox-color {
  color: #0061ff;
}
article {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

/*
 * OrangeSeed CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */

/*!
 * jQuery UI Bootstrap (0.5)
 * http://addyosmani.github.com/jquery-ui-bootstrap
 *
 * Copyright 2012 - 2013, Addy Osmani
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 * Portions copyright jQuery UI & Twitter Bootstrap
 */


/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { 
  border: 0; clip: rect(0 0 0 0);
  height: 1px; 
  margin: -1px; 
  overflow: hidden; 
  padding: 0; 
  position: absolute; 
  width: 1px; 
}
.ui-helper-reset { 
  margin: 0; 
  padding: 0; 
  border: 0; 
  outline: 0; 
  line-height: 1.3; 
  text-decoration: none; 
  font-size: 100%; 
  list-style: none; 
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}
.ui-helper-clearfix { 
  /*display: inline-block; */
  display:block;
  min-height: 0; /* support: IE7 */
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { 
  height:1%; 
}

/* end clearfix */
.ui-helper-zfix { 
  width: 100%; 
  height: 100%; 
  top: 0; 
  left: 0; 
  position: absolute; 
  opacity: 0; 
  filter:Alpha(Opacity=0); 
}
.ui-front {
  z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { 
  display: block; 
  text-indent: -99999px; 
  overflow: hidden; 
  background-repeat: no-repeat; 
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

/*
 * jQuery UI Resizable 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/resizable/
 */

.ui-resizable { 
  position: relative;
}
.ui-resizable-handle { 
  position: absolute;
  font-size: 0.1px;
  z-index: 99999; 
  display: block; 
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { 
  display: none; 
}
.ui-resizable-n { 
  cursor: n-resize; 
  height: 7px; 
  width: 100%; 
  top: -5px; 
  left: 0; 
}
.ui-resizable-s { 
  cursor: s-resize; 
  height: 7px; 
  width: 100%; 
  bottom: -5px; 
  left: 0; 
}
.ui-resizable-e { 
  cursor: e-resize; 
  width: 7px; 
  right: -5px; 
  top: 0; 
  height: 100%; 
}
.ui-resizable-w { 
  cursor: w-resize; 
  width: 7px; 
  left: -5px; 
  top: 0; 
  height: 100%; 
}
.ui-resizable-se { 
  cursor: se-resize; 
  width: 12px; 
  height: 12px; 
  right: 1px; 
  bottom: 1px; 
}
.ui-resizable-sw { 
  cursor: sw-resize; 
  width: 9px; 
  height: 9px; 
  left: -5px; 
  bottom: -5px; 
}
.ui-resizable-nw { 
  cursor: nw-resize; 
  width: 9px; 
  height: 9px; 
  left: -5px; 
  top: -5px; 
}
.ui-resizable-ne { 
  cursor: ne-resize; 
  width: 9px; 
  height: 9px; 
  right: -5px; 
  top: -5px;
}

/*
 * jQuery UI Selectable 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/selectable/
 */
.ui-selectable-helper { 
  position: absolute; 
  z-index: 100; 
  border:1px dotted black; 
}

/*
 * jQuery UI CSS Framework 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * 
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/* Component containers
----------------------------------*/
.ui-widget {   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:13px; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(https://yoga-xr-s40.imgix.net/orsd-10.0.0/xr/skins/default/lib/jqueryui/bootstrap-clean/images/ui-bg_glass_75_ffffff_1x400.png?auto=format%2Ccompress&ixlib=php-3.3.1&q=65&s=d4ef2f0ddc5a6c408d102b2e3fb2e526) 50% 50% repeat-x; color: #404040; }
.ui-widget-content.ui-tabs { background: none; }
.ui-widget-content a { color: #404040; }
.ui-widget-header {
  font-weight:bold;
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border:1px solid #666;

 }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {

  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);

  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);

  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear background-image;
  -moz-transition: 0.1s linear background-image;
  -ms-transition: 0.1s linear background-image;
  -o-transition: 0.1s linear background-image;
  transition: 0.1s linear background-image;
   overflow: visible;

 }


.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
 }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa;  font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget:active { outline: none; }

/* Interaction Cues
----------------------------------*/


.ui-state-highlight p, .ui-state-error p, .ui-state-default p{
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin:7px 15px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {


  position: relative;
  margin-bottom: 18px;
  color: #404040;
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);


}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {


  position: relative;
  margin-bottom: 18px;
  color: #ffffff;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
 background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);


}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none;  }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(https://yoga-xr-s40.imgix.net/orsd-10.0.0/xr/skins/default/lib/jqueryui/bootstrap-clean/images/ui-icons_222222_256x240.png?auto=format%2Ccompress&ixlib=php-3.3.1&q=65&s=685a03e174df3d348cba5beb145e3da2); }
.ui-widget-content .ui-icon {background-image: url(https://yoga-xr-s40.imgix.net/orsd-10.0.0/xr/skins/default/lib/jqueryui/bootstrap-clean/images/ui-icons_222222_256x240.png?auto=format%2Ccompress&ixlib=php-3.3.1&q=65&s=685a03e174df3d348cba5beb145e3da2); }
.ui-widget-header .ui-icon {background-image: url(https://yoga-xr-s40.imgix.net/orsd-10.0.0/xr/skins/default/lib/jqueryui/bootstrap-clean/images/ui-icons_222222_256x240.png?auto=format%2Ccompress&ixlib=php-3.3.1&q=65&s=685a03e174df3d348cba5beb145e3da2); }
.ui-state-default .ui-icon { background-image: url(https://yoga-xr-s40.imgix.net/orsd-10.0.0/xr/skins/default/lib/jqueryui/bootstrap-clean/images/ui-icons_888888_256x240.png?auto=format%2Ccompress&ixlib=php-3.3.1&q=65&s=bee92002d1e44658071b4b75aeb5b93b); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(https://yoga-xr-s40.imgix.net/orsd-10.0.0/xr/skins/default/lib/jqueryui/bootstrap-clean/images/ui-icons_454545_256x240.png?auto=format%2Ccompress&ixlib=php-3.3.1&q=65&s=71d351ae8080572bbbf4336fe9dbefa0); }
.ui-state-active .ui-icon {background-image: url(https://yoga-xr-s40.imgix.net/orsd-10.0.0/xr/skins/default/lib/jqueryui/bootstrap-clean/images/ui-icons_454545_256x240.png?auto=format%2Ccompress&ixlib=php-3.3.1&q=65&s=71d351ae8080572bbbf4336fe9dbefa0); }
.ui-state-highlight .ui-icon {background-image: url(https://yoga-xr-s40.imgix.net/orsd-10.0.0/xr/skins/default/lib/jqueryui/bootstrap-clean/images/ui-icons_2e83ff_256x240.png?auto=format%2Ccompress&ixlib=php-3.3.1&q=65&s=d67de3d18a193270885c8cc59f637350); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(https://yoga-xr-s40.imgix.net/orsd-10.0.0/xr/skins/default/lib/jqueryui/bootstrap-clean/images/ui-icons_f6cf3b_256x240.png?auto=format%2Ccompress&ixlib=php-3.3.1&q=65&s=ae19a08d356308fe1d9d3019b30a3203); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, 
.ui-corner-top, 
.ui-corner-left, 
.ui-corner-tl { 
  -moz-border-radius-topleft: 4px; 
  -webkit-border-top-left-radius: 4px; 
  -khtml-border-top-left-radius: 4px; 
  border-top-left-radius: 4px; 
}
.ui-corner-all, 
.ui-corner-top, 
.ui-corner-right, 
.ui-corner-tr { 
  -moz-border-radius-topright: 4px; 
  -webkit-border-top-right-radius: 4px; 
  -khtml-border-top-right-radius: 4px; 
  border-top-right-radius: 4px; 
}
.ui-corner-all, 
.ui-corner-bottom, 
.ui-corner-left, 
.ui-corner-bl { 
  -moz-border-radius-bottomleft: 4px; 
  -webkit-border-bottom-left-radius: 4px; 
  -khtml-border-bottom-left-radius: 4px; 
  border-bottom-left-radius: 4px; 
}
.ui-corner-all, 
.ui-corner-bottom, 
.ui-corner-right, 
.ui-corner-br { 
  -moz-border-radius-bottomright: 4px; 
  -webkit-border-bottom-right-radius: 4px; 
  -khtml-border-bottom-right-radius: 4px; 
  border-bottom-right-radius: 4px; 
}


/* Overlays */

.ui-widget-overlay { 
  background: #aaaaaa url(https://yoga-xr-s40.imgix.net/orsd-10.0.0/xr/skins/default/lib/jqueryui/bootstrap-clean/images/ui-bg_flat_0_aaaaaa_40x100.png?auto=format%2Ccompress&ixlib=php-3.3.1&q=65&s=7daccf360c1830d8dc1e5159c7d6ebc1) 50% 50% repeat-x;
  opacity: .30;
  filter:Alpha(Opacity=30); 
}

.ui-widget-shadow { 
  margin: -8px 0 0 -8px; 
  padding: 8px; 
  background: #aaaaaa url(https://yoga-xr-s40.imgix.net/orsd-10.0.0/xr/skins/default/lib/jqueryui/bootstrap-clean/images/ui-bg_flat_0_aaaaaa_40x100.png?auto=format%2Ccompress&ixlib=php-3.3.1&q=65&s=7daccf360c1830d8dc1e5159c7d6ebc1) 50% 50% repeat-x;
  opacity: .30;filter:Alpha(Opacity=30); 
  -moz-border-radius: 8px; 
  -khtml-border-radius: 8px; 
  -webkit-border-radius: 8px; 
  border-radius: 8px; 
}

/*
 * jQuery UI Accordion 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/accordion/
 */

/* IE/Win - Fix animation bug - #4615 */

.ui-accordion { 
  width: 100%; 
}
.ui-accordion .ui-accordion-header { 
  cursor: pointer; 
  position: relative; 
  margin-top: 1px; 
  zoom: 1; 
  font-weight:bold; 
}
.ui-accordion .ui-accordion-li-fix { 
  display: inline; 
}
.ui-accordion .ui-accordion-header-active { 
  border-bottom: 0 !important; 
}
.ui-accordion .ui-accordion-header a { 
  display: block; 
  font-size: 1em; 
  padding: .5em .5em .5em 1.7em; 
}
.ui-accordion-icons .ui-accordion-header a { 
  padding-left: 2.2em; 
}
.ui-accordion .ui-accordion-header .ui-icon { 
  position: absolute; 
  left: .5em; 
  top: 50%; 
  margin-top: -8px; 
}
.ui-accordion .ui-accordion-content { 
  padding: 1em 2.2em; 
  border-top: 0; 
  margin-top: -2px; 
  position: relative; 
  top: 1px; 
  margin-bottom: 2px; 
  overflow: auto; 
  display: none; 
  zoom: 1; 
}
.ui-accordion .ui-accordion-content-active { 
  display: block; 
}

/*
 * jQuery UI Autocomplete 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/autocomplete/
 */

.ui-autocomplete { 
  position: absolute; 
  top: 0;
  left: 0;
  cursor: default; 
}

/*
 * jQuery UI Button 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */

.ui-button {

  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  margin: 0;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;

  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear background-image;
  -moz-transition: 0.1s linear background-image;
  -ms-transition: 0.1s linear background-image;
  -o-transition: 0.1s linear background-image;
  transition: 0.1s linear background-image;
   overflow: visible;
} /* the overflow property removes extra width in IE */

.ui-button-primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}


.ui-button-success{
  color:#ffffff;
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-button-error{
  color:#ffffff;
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }

/*button text element */

.ui-button .ui-button-text { display: block;   }
.ui-button-text-only .ui-button-text {  }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; /*tempfix*/ display:none;}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
/* input.ui-button { padding: .4em 1em; } */

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { top: 50%; margin-top:-3px; margin-bottom:3px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/


.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-state-active {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.4em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */


/*
 * jQuery UI Menu 1.10.0
 *
* Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */

.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; float:left; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1;float: left;clear: left; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { 
  font-weight: normal; 
  margin: 0; 
  color: #ffffff;
  background: #0064cd;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
/* Fix problem with border in ui-state-active */
.ui-menu .ui-menu-item a.ui-state-active {
  padding: 1px .4em;
}

.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon { position: static; float: right; }

.ui-menu { width: 200px; margin-bottom: 2em; }


/*
 * jQuery UI spinner 1.10.0
 *
* Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */

.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
.ui-spinner{}
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
.ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position:-65px -16px;
}

/*
 * jQuery UI Dialog 1.10.0
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { 
  position: absolute; 
  top: 0; 
  left: 0; 
  padding: .2em; 
  width: 300px; 
  overflow: hidden; 
  outline: 0; 
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  /*left: 50%;
  margin-left: -280px;*/
  outline: medium none;
  position: fixed;
  /*top: 10%;
  width: 560px;*/
  z-index: 1050;
}
.ui-dialog .ui-dialog-titlebar { /*padding: .4em 1em;*/
  position: relative;
  padding:5px 15px;
  border:0px 0px 0px 1px solid;
  border-color: white;
  padding: 5px 15px;
  font-size: 18px;
  text-decoration:none;
  background:none;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -khtml-border-bottom-right-radius: 0px;

  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -khtml-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom:1px solid #ccc;
}
.ui-dialog .ui-dialog-title {
  float: left;
  color:#404040;
  font-weight:bold;
  margin-top:5px;
  margin-bottom:5px;
  padding:5px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -20px 0 0 0;
  padding: 1px;
  height: 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  background:none;
  border-width: 0;
  border:none;
  box-shadow: none;
}

.ui-dialog .ui-dialog-titlebar-close span { 
  display: block; 
  margin: 1px;
  text-indent: 9999px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 1px;   filter: alpha(opacity=90);
  -khtml-opacity: 0.90;
  -moz-opacity: 0.90;
  opacity: 0.90;   
}

.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  background-color: #f5f5f5;
  padding: 5px 15px 5px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
  margin-bottom: 0;

}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button{
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0;

  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

}

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

/*
 * jQuery UI Tabs 1.9.2
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/tabs/
 */
 .ui-tabs .ui-tabs-nav{ background:none; border-color: #ddd;border-style: solid;border-width: 0 0 1px;}
.ui-tabs { position: relative; padding: .2em; zoom: 1; border:0px;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */


.ui-tabs .ui-tabs-nav li:hover, .ui-tabs .ui-tabs-nav li a:hover{
  background:whiteSmoke;
  border-bottom:1px solid #ddd;
  padding-bottom:0px;
   color:#00438A;
}

.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; border-bottom:1px solid #DDD; }
.ui-tabs .ui-tabs-nav li {  text-decoration: none; list-style: none; float: left; position: relative; top: 1px; padding: 0px 0px 1px 0px; white-space: nowrap; background:none; border:0px; }

.ui-tabs-nav .ui-state-default{
  -webkit-box-shadow: 0px 0px 0px #ffffff; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 0px 0px 0px #ffffff; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 0px #ffffff; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  text-decoration: none;
  cursor: text;
  padding: 0 15px;
  margin-right: 2px;
  line-height: 34px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;


 }

.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: 0; padding-bottom: 0px; outline:none;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active , .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: #ffffff;
  cursor: default;
  color:gray;
  outline:none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a{background-color: #ffffff;outline:none;border:none;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active:hover{
  background:#ffffff;
  outline:none;
  margin-bottom:0px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; color:#0069D6; background:none; font-weight:normal; margin-bottom:-1px;}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs-panel .ui-button{text-decoration:none;}
.ui-tabs .ui-tabs-hide { display: none !important; }


/* IE fix for background inheritance from ui-widget*/
.ui-tabs .ui-tabs-nav li{
  filter:none;
}

/*
 * jQuery UI Tooltip 1.9.0
 *
 * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/tooltip/
 */
.ui-tooltip {
    padding:8px;
    position:absolute;
    z-index:9999;
    max-width: 300px;
    -o-box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    -webkit-box-shadow: 0 0 5px #ddd;
    /*box-shadow: 0 2px 5px #ddd;*/
    box-shadow: inset 0 1px 0 #ffffff;
}

body .ui-tooltip { border-width:2px; }

/*
 * jQuery UI Datepicker 1.9.0
 *
 * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/datepicker/
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; border:0px; font-weight: bold; width: 100%; padding: 4px 0; background-color: #f5f5f5; color: #808080; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { /*top: 1px;*/ }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }

.ui-datepicker .ui-datepicker-prev-hover { /*left:1px;*/ }
.ui-datepicker .ui-datepicker-next-hover { /*right:1px;*/ }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none; /*sorry for IE5*/
  display/**/: block; /*sorry for IE5*/
  position: absolute; /*must have*/
  z-index: -1; /*must have*/
  filter: mask(); /*must have*/
  top: -4px; /*must have*/
  left: -4px; /*must have*/
  width: 200px; /*must have*/
  height: 200px; /*must have*/
}

.ui-datepicker th{
  font-weight: bold;
  color: gray;
}

.ui-datepicker-today a:hover{
  background-color: #808080;
  color: #ffffff;

}
.ui-datepicker-today a{
  background-color: #BFBFBF;
  cursor: pointer;
  padding: 0 4px;
  margin-bottom:0px;

}


.ui-datepicker td a{
  margin-bottom:0px;
  border:0px;
}

.ui-datepicker td:hover{
    color: #ffffff;
}

.ui-datepicker td .ui-state-default {
  border:0px;
  background:none;
  margin-bottom:0px;
  padding:5px;
  color:gray;
  text-align: center;
  filter:none;
}


.ui-datepicker td .ui-state-active{
  background:#BFBFBF;
  margin-bottom:0px;
  font-size:normal;
  text-shadow: 0px;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ui-datepicker td .ui-state-hover {
    color: #ffffff;
    background: #0064cd;
    background-color: #0064cd;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
    background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
    background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
    background-image: -o-linear-gradient(top, #049cdb, #0064cd);
    background-image: linear-gradient(top, #049cdb, #0064cd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #0064cd #0064cd #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

/*
 * jQuery UI Progressbar 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%;

/*this can be removed if ui-widget-header is blue*/
    color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 }



/*** Input field styling from Bootstrap **/
/* Remove form changes - we are using bootstrap forms ***************
 input, textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}

input[type="text"],
input[type="password"],
.ui-autocomplete-input,
textarea,
.uneditable-input {
  display: inline-block;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
*/


/**Toolbar**/

.ui-toolbar{
  padding: 7px 14px;
  margin: 0 0 18px;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}


/***Dialog fixes**/

.ui-dialog-buttonset .ui-button:nth-child(2){
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
   overflow: visible;
}



/***Wijmo Theming**/

div.wijmo-wijmenu{
  padding:0 20px;
  background-color: #222;
  background-color: #222222;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.wijmo-wijmenu .ui-state-default{
  box-shadow: none;
  color:#BFBFBF;
}

.wijmo-wijmenu .ui-state-default .wijmo-wijmenu-text{    
  color:#BFBFBF;
}

.wijmo-wijmenu .ui-state-hover{
  background: #444;
  background: rgba(255, 255, 255, 0.05);
}

.wijmo-wijmenu .ui-state-hover .wijmo-wijmenu-text{
  color:#ffffff;
}

div.wijmo-wijmenu .ui-widget-header h3{
  position: relative;
  margin-top:1px;
  padding:0;
}

.wijmo-wijmenu h3 a{
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  margin-left: -20px;
  margin-top:1px;
  padding: 8px 20px 12px;
}

.wijmo-wijmenu h3 a:hover{
  background-color: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
  text-decoration: none;
}

.wijmo-wijmenu .ui-widget-header{
  border:0px;
}

.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child{
  padding: 0.3em 0;
}

div.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child{
  background: #333;
  border:0;
  margin:0;
  padding: 6px 0;
  width:160px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

div.wijmo-wijmenu .wijmo-wijmenu-item{
  margin:0;
  border:0;
}

.wijmo-wijmenu a.wijmo-wijmenu-link{
  margin:0;
  line-height: 19px;
  padding: 10px 10px 11px;
  border:0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius:0;
}

div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-link{
  display:block;
  float:none;
  padding: 4px 15px;
  width:auto;
}

div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-text
{
  float:none;
}

.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child .ui-state-hover {
  background: #191919;
}

.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-separator{
  padding: 5px 0;
  background-image: none;
  background-color: #222;
  border-top: 1px solid #444;
  border-bottom:0;
  border-left:0;
  border-right:0;
}

.wijmo-wijmenu .wijmo-wijmenu-item input {
  -moz-transition: none 0s ease 0s;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #111111;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.75);
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1;
  margin: 5px 10px 0 10px;
  padding: 4px 9px;
  width:100px;
}

.wijmo-wijmenu .wijmo-wijmenu-item input:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
}

.wijmo-wijmenu .wijmo-wijmenu-item input:focus {
  background-color: #FFFFFF;
  border: 0 none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  color: #404040;
  outline: 0 none;
  padding: 5px 10px;
  text-shadow: 0 1px 0 #FFFFFF;
}


.wijmo-wijmenu .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  text-shadow:none;
}


.wijmo-wijmenu .ui-state-default{
  box-shadow: none;
  color:#BFBFBF;
  filter: none;
}



/* layout standard - add layout styles for this site here */
#section-header {
  background-image: url(//orsd-web.imgix.net/agt/skins/public1/images/layout/header-theme1.jpg?auto=format%2Ccompress&fm=jpg&q=20), url(//orsd-web.imgix.net/agt/skins/public1/images/layout/header-bg.jpg?auto=format%2Ccompress&fm=jpg&q=50&cs=strip) ;
  background-size: cover, contain;
  background-repeat: no-repeat, repeat-x;
  background-position: center center, center top;
  height:190px;
}
.theme1-hdr #section-header {
  background-image: url(//orsd-web.imgix.net/agt/skins/public1/images/layout/header-theme1.jpg?auto=format%2Ccompress&fm=jpg&q=20), url(//orsd-web.imgix.net/agt/skins/public1/images/layout/header-bg.jpg?auto=format%2Ccompress&fm=jpg&q=50&cs=strip) ;
}
.theme2-hdr #section-header {
  background-image: url(//orsd-web.imgix.net/agt/skins/public1/images/layout/header-theme2.jpg?auto=format%2Ccompress&fm=jpg&q=20), url(//orsd-web.imgix.net/agt/skins/public1/images/layout/header-bg.jpg?auto=format%2Ccompress&fm=jpg&q=50&cs=strip) ;
}
.theme3-hdr #section-header {
  background-image: url(//orsd-web.imgix.net/agt/skins/public1/images/layout/header-theme3.jpg?auto=format%2Ccompress&fm=jpg&q=20), url(//orsd-web.imgix.net/agt/skins/public1/images/layout/header-bg.jpg?auto=format%2Ccompress&fm=jpg&q=50&cs=strip) ;
}
.theme4-hdr #section-header {
  background-image: url(//orsd-web.imgix.net/agt/skins/public1/images/layout/header-theme4.jpg?auto=format%2Ccompress&fm=jpg&q=20), url(//orsd-web.imgix.net/agt/skins/public1/images/layout/header-bg.jpg?auto=format%2Ccompress&fm=jpg&q=50&cs=strip) ;
}
.theme5-hdr #section-header {
  background-image: url(//orsd-web.imgix.net/agt/skins/public1/images/layout/header-theme5.jpg?auto=format%2Ccompress&fm=jpg&q=20), url(//orsd-web.imgix.net/agt/skins/public1/images/layout/header-bg.jpg?auto=format%2Ccompress&fm=jpg&q=50&cs=strip) ;
}
#section-nav {
 background-color: #5b521f; 
}
#nav-main {
 display: flex;
 flex-direction: column;
 justify-content: space-around;
 align-items: left; 
}
#section-philosophy,
#section-mission,
#section-services {
  height:575px;
  padding: 2.5rem .9375rem;
}
#section-philosophy {
 /*background-image: url(//orsd-web.imgix.net/agt/skins/public1/images/layout/farm.png?auto=format%2Ccompress&fm=jpg&q=20), url(//orsd-web.imgix.net/agt/skins/public1/images/layout/philosophy-bg.png?auto=format%2Ccompress&fm=jpg&q=20); 
 background-position: right center, center top;
 background-size:cover, cover;
 background-repeat: no-repeat, no-repeat;
 */
 background: #e9ddc3 url(//orsd-web.imgix.net/agt/skins/public1/images/layout/philosophy-bg.png?auto=format%2Ccompress&fm=jpg&q=20); 
 background-position: center top;
 background-size:cover;
 background-repeat: no-repeat;
  */
 border-bottom: 15px solid #422b1b;
 -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.75);
}
#section-philosophy .container {
 height: 100%;
 display:flex;
 flex-direction:column;
 justify-content: center;
}
#section-services,
#section-mission {
  display:flex;
  flex-direction:row;
  align-items: center;
}
#section-mission {
  background-color: #b2a980;
  background: #b2a980 url(//orsd-web.imgix.net/agt/skins/public1/images/layout/mission-bg.jpg?auto=format%2Ccompress&fm=jpg&q=50&cs=strip) center center no-repeat;
  background-size: cover;
  border-bottom: 15px solid #422b1b;
}
#section-services {
  background: #b2a980 url(//orsd-web.imgix.net/agt/skins/public1/images/layout/services-co-mtn-bg.jpg?auto=format%2Ccompress&fm=jpg&q=20) center center no-repeat;
  background-size: cover;
}
#section-mission .container .row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
#section-services .container .row {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
} 
#mission-main,
#services-main {
 flex: 0 1 100%; 
}
.content-wrapper {
background-color:rgba(0,0,0,.5);
color:#fff;
padding:.9375rem;
}
#section-content {
 background-color: #b2a980; 
 -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.75);
}
#section-content>.container {
 background: #e9ddc3 url(//orsd-web.imgix.net/agt/skins/public1/images/layout/philosophy-bg.png?auto=format%2Ccompress&fm=jpg&q=20);
 background-position: center top;
 background-size:cover;
 background-repeat: no-repeat; 
  -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.75);
}
#content-main {
	  padding: 2.5rem .9375rem;
}
#section-footer {
 padding:1rem;
 color: #e9ddc3;
 background-color: #422b1b;
  background-image: url(//orsd-web.imgix.net/agt/skins/public1/images/layout/header-bg.jpg?auto=format%2Ccompress&fm=jpg&q=50&cs=strip);
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center top;
}
#footer-right, #footer-left {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center; 
}
h2 {
 color: #f69223;
 font-weight: bold;
}
.white-text {
 color: #fff; 
}
.orange-text {
 color: #f69223; 
}
.brown-text {
  color: #422b1b;
}
/******** BUTTONS ********/
.btn {
    display: inline-block;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: .375rem 1rem;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-primary {
    color: #f69223;
    background-color: transparent;
    border-color: #f69223;
  	font-weight:500;
}
.btn-primary:hover {
    color: #756a26;
  	background-color: transparent;
    border-color: #756a26;
}


@media (min-width: 768px) {
/* CSS public1::layout-standard.css - -MD - add layout styles for this site here */
#section-header {
  background-image: url(//orsd-web.imgix.net/agt/skins/public1/images/layout/header-theme1.jpg?auto=format%2Ccompress&fm=jpg&q=20), url(//orsd-web.imgix.net/agt/skins/public1/images/layout/header-bg.jpg?auto=format%2Ccompress&fm=jpg&q=50&cs=strip) ;
  background-size: cover, contain;
  background-repeat: no-repeat, repeat-x;
  background-position: center center, center top;
  height:260px;
}

#section-footer {
 background-color: #422b1b;
 background-image: url(//orsd-web.imgix.net/agt/skins/public1/images/layout/header-bg.jpg?auto=format%2Ccompress&fm=jpg&q=50&cs=strip);
 background-size: contain;
 background-repeat: repeat-x;
 background-position: center top;
}

#section-services {
  background: #b2a980 url(//orsd-web.imgix.net/agt/skins/public1/images/layout/services-co-mtn-bg.jpg?auto=format%2Ccompress&fm=jpg&q=20) center center no-repeat;
  background-size: cover;
}
}


@media (min-width: 992px) {
/* CSS public1::layout-standard.css - -LG - add layout styles for this site here */

#section-header {
  background-image: url(//orsd-web.imgix.net/agt/skins/public1/images/layout/header-theme1.jpg?auto=format%2Ccompress&fm=jpg&q=20), url(//orsd-web.imgix.net/agt/skins/public1/images/layout/header-bg.jpg?auto=format%2Ccompress&fm=jpg&q=50&cs=strip) ;
  background-size: contain, contain;
  background-repeat: no-repeat, repeat-x;
  background-position: center center, center top;
  height:260px;
}

#section-philosophy,
#section-mission,
#section-services {
  height:650px;
}

#nav-main {
 display: flex;
 flex-direction: column;
 justify-content: space-around;
 align-items: center; 
}

#mission-main,
#services-main {
 flex: 0 1 50%; 
}

}


@media (min-width: 1200px) {
/* CSS public1::layout-standard.css - -XL - add layout styles for this site here */

}


.orsd-x-base {color: #000;}