/******************************************************************************************
* ----------------------------------------------------------------------------------------
* _____ _____  ___  _____
* |  _  \ ___ \/ _ \|  _  \
* | | | | |_/ / /_\ \ | | |
* | | | |    /|  _  | | | |
* | |/ /| |\ \| | | | |/ /
* |___/ \_| \_\_| |_/___/
*
* ----------------------------------------------------------------------------------------
* Created for KEO/RIS Marketing.
* Author: Darin Radimaker | github - id8
* ----------------------------------------------------------------------------------------
* Date: 6/8/2016 |  Time: 12:37 PM
* ----------------------------------------------------------------------------------------
*******************************************************************************************/
body *::selection {
  background: #f5a801;
  color: #fff;
}
:root {
  --brand-primary: #f5a801;
  --brand-secondary: #6cbc5f;
  --brand-tertiary: #1fad9d;
  --brand-black: #262828;
  --brand-gray-dark: #262828;
  --brand-gray: #424B54;
  --brand-gray-light: #E0E1E3;
  --brand-text-on-dark: #fff;
  --grid-gutter-width: 62px;
  --gutter: 62px;
  --half-gutter: (62px * .5);
  --quarter-gutter: (62px * .25);
}
@font-face {
  font-family: "ICO";
  src: url("../fonts/icomoon.eot?#iefix");
  src: url("../fonts/icomoon.eot?#iefix") format("eot"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg") format("svg");
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 20px;
}
body {
  font-size: 20px;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 20px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
  color: #262828;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #f5a801;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #a97401;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5em;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0em;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  border-top: 1px solid #dfdfff;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  line-height: 1;
  color: #0000ef;
  font-size: 87.5%;
}
h1 .large,
h2 .large,
h3 .large,
h4 .large,
h5 .large,
h6 .large,
.h1 .large,
.h2 .large,
.h3 .large,
.h4 .large,
.h5 .large,
.h6 .large {
  font-size: 112.5%;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 1em;
  margin-bottom: 0.25em;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0.5em;
  margin-top: 0;
  margin-bottom: 0.125em;
}
h1,
.h1 {
  font-size: 2em;
}
h2,
.h2 {
  font-size: 1.4em;
}
h3,
.h3 {
  font-size: 1.3em;
}
h4,
.h4 {
  font-size: 1.2em;
}
h5,
.h5 {
  font-size: 1.1em;
}
h6,
.h6 {
  font-size: 1em;
}
p {
  margin: 0 0 0.5em;
}
.lead {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.5em;
  }
}
small,
.small {
  font-size: 50%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #0000ef;
}
.text-primary {
  color: #f5a801;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c28501;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #f5a801;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #c28501;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: -0.5em;
  margin: 2em 0 1em;
  border-bottom: 1px solid #dfdfff;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0.5em;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
dt,
dd {
  line-height: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #0000ef;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0.5em 1em;
  margin: 0 0 1em;
  font-size: 1.125em;
  border-left: 5px solid #6cbc5f;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5em;
  color: #262828;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #6cbc5f;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: 1.5em;
}
#live-area h1,
#live-area .h1,
#live-area h2,
#live-area .h2,
#live-area h3,
#live-area .h3,
#live-area h4,
#live-area .h4,
#live-area h5,
#live-area .h5,
#live-area h6,
#live-area .h6 {
  line-height: 1em;
  text-transform: normal;
  margin-top: 0.175em;
}
#live-area h1.text-xl,
#live-area .h1.text-xl,
#live-area h2.text-xl,
#live-area .h2.text-xl,
#live-area h3.text-xl,
#live-area .h3.text-xl,
#live-area h4.text-xl,
#live-area .h4.text-xl,
#live-area h5.text-xl,
#live-area .h5.text-xl,
#live-area h6.text-xl,
#live-area .h6.text-xl,
#live-area h1.text-lg,
#live-area .h1.text-lg,
#live-area h2.text-lg,
#live-area .h2.text-lg,
#live-area h3.text-lg,
#live-area .h3.text-lg,
#live-area h4.text-lg,
#live-area .h4.text-lg,
#live-area h5.text-lg,
#live-area .h5.text-lg,
#live-area h6.text-lg,
#live-area .h6.text-lg,
#live-area h1.text-xxl,
#live-area .h1.text-xxl,
#live-area h2.text-xxl,
#live-area .h2.text-xxl,
#live-area h3.text-xxl,
#live-area .h3.text-xxl,
#live-area h4.text-xxl,
#live-area .h4.text-xxl,
#live-area h5.text-xxl,
#live-area .h5.text-xxl,
#live-area h6.text-xxl,
#live-area .h6.text-xxl,
#live-area h1.text-sm,
#live-area .h1.text-sm,
#live-area h2.text-sm,
#live-area .h2.text-sm,
#live-area h3.text-sm,
#live-area .h3.text-sm,
#live-area h4.text-sm,
#live-area .h4.text-sm,
#live-area h5.text-sm,
#live-area .h5.text-sm,
#live-area h6.text-sm,
#live-area .h6.text-sm {
  line-height: 1em;
}
strong {
  font-weight: 700;
}
strong h1,
strong .h1,
strong h2,
strong .h2,
strong h3,
strong .h3,
strong h4,
strong .h4,
strong h5,
strong .h5,
strong h6,
strong .h6 {
  font-weight: 900;
}
h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong,
h5 strong,
.h5 strong,
h6 strong,
.h6 strong {
  color: #f5a801;
  font-weight: 900;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  letter-spacing: 0em;
  margin-top: 0;
  margin-bottom: 31px;
  margin-left: 0em;
  width: 100%;
}
h1:only-child,
.h1:only-child,
h2:only-child,
.h2:only-child,
h3:only-child,
.h3:only-child,
h4:only-child,
.h4:only-child,
h5:only-child,
.h5:only-child,
h6:only-child,
.h6:only-child {
  margin-bottom: 0;
}
.text-object h1,
.text-object .h1,
.text-object h2,
.text-object .h2,
.text-object h3,
.text-object .h3,
.text-object h4,
.text-object .h4,
.text-object h5,
.text-object .h5,
.text-object h6,
.text-object .h6 {
  margin-bottom: 31px;
}
.text-object h1:only-child,
.text-object .h1:only-child,
.text-object h2:only-child,
.text-object .h2:only-child,
.text-object h3:only-child,
.text-object .h3:only-child,
.text-object h4:only-child,
.text-object .h4:only-child,
.text-object h5:only-child,
.text-object .h5:only-child,
.text-object h6:only-child,
.text-object .h6:only-child {
  margin-bottom: 31px;
}
.text-object:only-child h1,
.text-object:only-child .h1,
.text-object:only-child h2,
.text-object:only-child .h2,
.text-object:only-child h3,
.text-object:only-child .h3,
.text-object:only-child h4,
.text-object:only-child .h4,
.text-object:only-child h5,
.text-object:only-child .h5,
.text-object:only-child h6,
.text-object:only-child .h6 {
  margin-bottom: 31px;
}
.text-object:only-child h1:only-child,
.text-object:only-child .h1:only-child,
.text-object:only-child h2:only-child,
.text-object:only-child .h2:only-child,
.text-object:only-child h3:only-child,
.text-object:only-child .h3:only-child,
.text-object:only-child h4:only-child,
.text-object:only-child .h4:only-child,
.text-object:only-child h5:only-child,
.text-object:only-child .h5:only-child,
.text-object:only-child h6:only-child,
.text-object:only-child .h6:only-child {
  margin-bottom: 31px;
}
.column > h1:last-child,
.column > h2:last-child,
.column > h3:last-child,
.column > h4:last-child,
.column > h5:last-child,
.column > h6:last-child {
  margin-bottom: 0;
}
p {
  display: inline-block;
  width: 100%;
  margin: 0 0 31px;
}
p:empty {
  display: none !important;
}
.pt-image {
  margin: 0 0 31px;
}
.pt-image:last-child {
  margin-bottom: 0;
}
div.text-object:last-child ul:last-child,
div.text-object:last-child li:last-child,
div.text-object:last-child p:last-child {
  margin-bottom: 0;
}
div.text-object:last-child h1:last-child,
div.text-object:last-child .h1:last-child,
div.text-object:last-child h2:last-child,
div.text-object:last-child .h2:last-child,
div.text-object:last-child h3:last-child,
div.text-object:last-child .h3:last-child,
div.text-object:last-child h4:last-child,
div.text-object:last-child .h4:last-child,
div.text-object:last-child h5:last-child,
div.text-object:last-child .h5:last-child,
div.text-object:last-child h6:last-child,
div.text-object:last-child .h6:last-child {
  margin-bottom: 0;
}
#live-area .pt-image,
#content .pt-image {
  margin: 0 0 31px;
}
#live-area .pt-image:last-child,
#content .pt-image:last-child {
  margin-bottom: 0;
}
#live-area .pt-image img,
#content .pt-image img {
  max-width: 100%;
  width: auto;
}
#live-area .pt-image.img-inline img,
#content .pt-image.img-inline img {
  display: inline-block;
}
#live-area .pt-image.img-cover img,
#content .pt-image.img-cover img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  max-width: none;
}
#live-area .pt-image.img-contain img,
#content .pt-image.img-contain img {
  object-fit: contain;
  object-position: center center;
  width: 100%;
  height: 100%;
  max-width: none;
}
#live-area .pt-image.img-icon-sm img,
#content .pt-image.img-icon-sm img {
  width: 60px;
  display: inline-block;
}
#live-area .pt-image.img-icon-md img,
#content .pt-image.img-icon-md img {
  width: 120px;
  display: inline-block;
}
#live-area .pt-image.img-icon-lg img,
#content .pt-image.img-icon-lg img {
  width: 240px;
  display: inline-block;
}
#live-area img.img-cover,
#content img.img-cover {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  max-width: none;
}
#live-area img.img-contain,
#content img.img-contain {
  object-fit: contain;
  object-position: center center;
  width: 100%;
  height: 100%;
  max-width: none;
}
#live-area img.img-icon-sm,
#content img.img-icon-sm {
  width: 120px;
  display: inline-block;
}
#live-area img.img-icon-md,
#content img.img-icon-md {
  width: 240px;
  display: inline-block;
}
#live-area img.img-icon-lg,
#content img.img-icon-lg {
  width: 360px;
  display: inline-block;
}
a i.fa,
a i.b-icon,
a span.b-icon {
  margin-bottom: 0px;
  margin-right: 0.25em;
}
i.fa,
.b-icon {
  margin-bottom: 31px;
}
i.fa.h-icon,
.b-icon.h-icon {
  margin-bottom: 0;
  margin-right: 0.25em;
  vertical-align: bottom;
}
i.fa:last-child,
.b-icon:last-child {
  margin-bottom: 0;
}
.btn i,
.btn span.b-icon {
  color: inherit;
}
.btn {
  margin-bottom: 31px;
  font-weight: 600;
}
.btn:last-child {
  margin-bottom: 0;
}
#live-area .text-object ul,
#live-area .text-object ol {
  font-size: 1em;
  line-height: 1.5em;
  padding: 0 0 0 0;
  width: 100%;
  margin: 0 0 0 0;
  list-style: none;
}
#live-area .text-object ul ul,
#live-area .text-object ol ul,
#live-area .text-object ul ol,
#live-area .text-object ol ol {
  margin-bottom: 0;
}
#live-area .text-object ul li,
#live-area .text-object ol li {
  width: 100%;
  padding-left: 1.5em;
  margin-bottom: 10.33333333px;
}
#live-area .text-object ul li li,
#live-area .text-object ol li li {
  margin-bottom: 10.33333333px;
}
#live-area .text-object ul li li:last-child,
#live-area .text-object ol li li:last-child {
  margin-bottom: 0;
}
#live-area .text-object ul li li li,
#live-area .text-object ol li li li {
  margin-bottom: 10.33333333px;
}
#live-area .text-object ul li li li:last-child,
#live-area .text-object ol li li li:last-child {
  margin-bottom: 0;
}
#live-area .text-object ul li:before,
#live-area .text-object ol li:before {
  font-weight: bold;
  display: inline-block;
  min-width: 1.5em;
  width: auto;
  padding-right: 1em;
  margin-left: -1.5em;
}
#live-area .text-object ul li:before {
  content: '\2022';
}
#live-area .text-object ol {
  counter-reset: section;
  list-style-type: none;
}
#live-area .text-object ol li:before {
  counter-increment: section;
  content: counters(section, ".");
}
#live-area ul,
#live-area ol {
  margin-bottom: 31px;
}
blockquote {
  padding: 0.5em 1em;
  margin: 0 0 1em;
  font-size: 1.125em;
  border-left: 5px solid #6cbc5f;
}
blockquote p:last-child {
  font-size: 0.75em;
  font-style: italic;
}
blockquote p:last-child:only-child {
  font-size: 1em;
  font-style: normal;
}
hr {
  width: 100%;
  margin-top: 31px;
  margin-bottom: 31px;
  border: 0;
  border-top: 1px solid #E0E1E3;
}
column > hr:only-child,
.text-object:first-child > hr:only-child,
.text-object:last-child > hr:only-child {
  margin: 0 0 0 0;
}
column > hr:last-child,
.text-object:first-child > hr:last-child,
.text-object:last-child > hr:last-child {
  margin-bottom: 0;
}
column > hr:first-child,
.text-object:first-child > hr:first-child,
.text-object:last-child > hr:first-child {
  margin-top: 0;
}
p + hr,
h1 + hr,
h2 + hr,
h3 + hr,
h4 + hr,
h5 + hr,
h6 + hr,
ul + hr,
ol + hr,
div.text-object + hr {
  margin-top: 0;
}
iframe {
  max-width: 100%;
  width: 100%;
  display: inline-block;
}
.next-prev-links {
  border-top: 1px solid #262828;
}
.next-prev-links a.btn {
  margin: 20px 0 20px 0;
  display: inline-block;
}
.text-2x {
  font-size: 2em;
  line-height: 1.5em;
}
.text-2x h1,
.text-2x .h1,
.text-2x h2,
.text-2x .h2,
.text-2x h3,
.text-2x .h3,
.text-2x h4,
.text-2x .h4,
.text-2x h5,
.text-2x .h5,
.text-2x h6,
.text-2x .h6 {
  line-height: 1em;
}
.text-2x h1.text-xl,
.text-2x .h1.text-xl,
.text-2x h2.text-xl,
.text-2x .h2.text-xl,
.text-2x h3.text-xl,
.text-2x .h3.text-xl,
.text-2x h4.text-xl,
.text-2x .h4.text-xl,
.text-2x h5.text-xl,
.text-2x .h5.text-xl,
.text-2x h6.text-xl,
.text-2x .h6.text-xl,
.text-2x h1.text-xxl,
.text-2x .h1.text-xxl,
.text-2x h2.text-xxl,
.text-2x .h2.text-xxl,
.text-2x h3.text-xxl,
.text-2x .h3.text-xxl,
.text-2x h4.text-xxl,
.text-2x .h4.text-xxl,
.text-2x h5.text-xxl,
.text-2x .h5.text-xxl,
.text-2x h6.text-xxl,
.text-2x .h6.text-xxl,
.text-2x h1.text-lg,
.text-2x .h1.text-lg,
.text-2x h2.text-lg,
.text-2x .h2.text-lg,
.text-2x h3.text-lg,
.text-2x .h3.text-lg,
.text-2x h4.text-lg,
.text-2x .h4.text-lg,
.text-2x h5.text-lg,
.text-2x .h5.text-lg,
.text-2x h6.text-lg,
.text-2x .h6.text-lg,
.text-2x h1.text-sm,
.text-2x .h1.text-sm,
.text-2x h2.text-sm,
.text-2x .h2.text-sm,
.text-2x h3.text-sm,
.text-2x .h3.text-sm,
.text-2x h4.text-sm,
.text-2x .h4.text-sm,
.text-2x h5.text-sm,
.text-2x .h5.text-sm,
.text-2x h6.text-sm,
.text-2x .h6.text-sm {
  line-height: 1em;
}
.text-2x h1,
.text-2x .h1,
.text-2x h2,
.text-2x .h2,
.text-2x h3,
.text-2x .h3,
.text-2x h4,
.text-2x .h4,
.text-2x h5,
.text-2x .h5,
.text-2x h6,
.text-2x .h6 {
  margin-bottom: 31px;
}
.text-2x h1:only-child,
.text-2x .h1:only-child,
.text-2x h2:only-child,
.text-2x .h2:only-child,
.text-2x h3:only-child,
.text-2x .h3:only-child,
.text-2x h4:only-child,
.text-2x .h4:only-child,
.text-2x h5:only-child,
.text-2x .h5:only-child,
.text-2x h6:only-child,
.text-2x .h6:only-child {
  margin-bottom: 0;
}
.text-2x .text-object h1,
.text-2x .text-object .h1,
.text-2x .text-object h2,
.text-2x .text-object .h2,
.text-2x .text-object h3,
.text-2x .text-object .h3,
.text-2x .text-object h4,
.text-2x .text-object .h4,
.text-2x .text-object h5,
.text-2x .text-object .h5,
.text-2x .text-object h6,
.text-2x .text-object .h6 {
  margin-bottom: 31px;
}
.text-2x .text-object h1:only-child,
.text-2x .text-object .h1:only-child,
.text-2x .text-object h2:only-child,
.text-2x .text-object .h2:only-child,
.text-2x .text-object h3:only-child,
.text-2x .text-object .h3:only-child,
.text-2x .text-object h4:only-child,
.text-2x .text-object .h4:only-child,
.text-2x .text-object h5:only-child,
.text-2x .text-object .h5:only-child,
.text-2x .text-object h6:only-child,
.text-2x .text-object .h6:only-child {
  margin-bottom: 31px;
}
.text-2x .text-object:only-child h1,
.text-2x .text-object:only-child .h1,
.text-2x .text-object:only-child h2,
.text-2x .text-object:only-child .h2,
.text-2x .text-object:only-child h3,
.text-2x .text-object:only-child .h3,
.text-2x .text-object:only-child h4,
.text-2x .text-object:only-child .h4,
.text-2x .text-object:only-child h5,
.text-2x .text-object:only-child .h5,
.text-2x .text-object:only-child h6,
.text-2x .text-object:only-child .h6 {
  margin-bottom: 31px;
}
.text-2x .text-object:only-child h1:only-child,
.text-2x .text-object:only-child .h1:only-child,
.text-2x .text-object:only-child h2:only-child,
.text-2x .text-object:only-child .h2:only-child,
.text-2x .text-object:only-child h3:only-child,
.text-2x .text-object:only-child .h3:only-child,
.text-2x .text-object:only-child h4:only-child,
.text-2x .text-object:only-child .h4:only-child,
.text-2x .text-object:only-child h5:only-child,
.text-2x .text-object:only-child .h5:only-child,
.text-2x .text-object:only-child h6:only-child,
.text-2x .text-object:only-child .h6:only-child {
  margin-bottom: 0;
}
.text-2x ul li,
.text-2x ol li {
  margin-bottom: 10.33333333px;
}
.text-2x ul li li,
.text-2x ol li li {
  margin-bottom: 10.33333333px;
}
.text-2x ul li li:last-child,
.text-2x ol li li:last-child {
  margin-bottom: 0;
}
.text-2x ul li li li,
.text-2x ol li li li {
  margin-bottom: 10.33333333px;
}
.text-2x ul li li li:last-child,
.text-2x ol li li li:last-child {
  margin-bottom: 0;
}
.text-2x .btn {
  margin-bottom: 31px;
}
.text-2x .btn:last-child {
  margin-bottom: 0px;
}
.text-2x p {
  margin: 0 0 31px;
}
.text-2x p:empty {
  display: none !important;
}
.text-2x i.fa,
.text-2x .b-icon {
  margin-bottom: 31px;
}
.text-2x i.fa.h-icon,
.text-2x .b-icon.h-icon {
  margin-bottom: 0;
}
.text-2x i.fa:last-child,
.text-2x .b-icon:last-child {
  margin-bottom: 0;
}
.text-2x .pt-image {
  margin: 0 0 31px;
}
.text-2x .pt-image:last-child {
  margin-bottom: 0;
}
.text-2x #live-area ul,
.text-2x #live-area ol {
  margin: 0 0 31px;
}
.text-2x #live-area ul ul,
.text-2x #live-area ol ul,
.text-2x #live-area ul ol,
.text-2x #live-area ol ol {
  margin-bottom: 0;
  margin-top: 0;
}
.text-2x hr {
  margin-top: 31px;
  margin-bottom: 31px;
  border: 0;
  border-top: 1px solid #262828;
}
.text-2x p + hr,
.text-2x h1 + hr,
.text-2x h2 + hr,
.text-2x h3 + hr,
.text-2x h4 + hr,
.text-2x h5 + hr,
.text-2x h6 + hr,
.text-2x ul + hr,
.text-2x ol + hr {
  margin-top: 0;
}
.text-3x {
  font-size: 3em;
  line-height: 1.5em;
}
.text-3x h1,
.text-3x .h1,
.text-3x h2,
.text-3x .h2,
.text-3x h3,
.text-3x .h3,
.text-3x h4,
.text-3x .h4,
.text-3x h5,
.text-3x .h5,
.text-3x h6,
.text-3x .h6 {
  line-height: 1em;
}
.text-3x h1.text-xl,
.text-3x .h1.text-xl,
.text-3x h2.text-xl,
.text-3x .h2.text-xl,
.text-3x h3.text-xl,
.text-3x .h3.text-xl,
.text-3x h4.text-xl,
.text-3x .h4.text-xl,
.text-3x h5.text-xl,
.text-3x .h5.text-xl,
.text-3x h6.text-xl,
.text-3x .h6.text-xl,
.text-3x h1.text-xxl,
.text-3x .h1.text-xxl,
.text-3x h2.text-xxl,
.text-3x .h2.text-xxl,
.text-3x h3.text-xxl,
.text-3x .h3.text-xxl,
.text-3x h4.text-xxl,
.text-3x .h4.text-xxl,
.text-3x h5.text-xxl,
.text-3x .h5.text-xxl,
.text-3x h6.text-xxl,
.text-3x .h6.text-xxl,
.text-3x h1.text-lg,
.text-3x .h1.text-lg,
.text-3x h2.text-lg,
.text-3x .h2.text-lg,
.text-3x h3.text-lg,
.text-3x .h3.text-lg,
.text-3x h4.text-lg,
.text-3x .h4.text-lg,
.text-3x h5.text-lg,
.text-3x .h5.text-lg,
.text-3x h6.text-lg,
.text-3x .h6.text-lg,
.text-3x h1.text-sm,
.text-3x .h1.text-sm,
.text-3x h2.text-sm,
.text-3x .h2.text-sm,
.text-3x h3.text-sm,
.text-3x .h3.text-sm,
.text-3x h4.text-sm,
.text-3x .h4.text-sm,
.text-3x h5.text-sm,
.text-3x .h5.text-sm,
.text-3x h6.text-sm,
.text-3x .h6.text-sm {
  line-height: 1em;
}
.text-3x h1,
.text-3x .h1,
.text-3x h2,
.text-3x .h2,
.text-3x h3,
.text-3x .h3,
.text-3x h4,
.text-3x .h4,
.text-3x h5,
.text-3x .h5,
.text-3x h6,
.text-3x .h6 {
  margin-bottom: 31px;
}
.text-3x h1:only-child,
.text-3x .h1:only-child,
.text-3x h2:only-child,
.text-3x .h2:only-child,
.text-3x h3:only-child,
.text-3x .h3:only-child,
.text-3x h4:only-child,
.text-3x .h4:only-child,
.text-3x h5:only-child,
.text-3x .h5:only-child,
.text-3x h6:only-child,
.text-3x .h6:only-child {
  margin-bottom: 0;
}
.text-3x .text-object h1,
.text-3x .text-object .h1,
.text-3x .text-object h2,
.text-3x .text-object .h2,
.text-3x .text-object h3,
.text-3x .text-object .h3,
.text-3x .text-object h4,
.text-3x .text-object .h4,
.text-3x .text-object h5,
.text-3x .text-object .h5,
.text-3x .text-object h6,
.text-3x .text-object .h6 {
  margin-bottom: 31px;
}
.text-3x .text-object h1:only-child,
.text-3x .text-object .h1:only-child,
.text-3x .text-object h2:only-child,
.text-3x .text-object .h2:only-child,
.text-3x .text-object h3:only-child,
.text-3x .text-object .h3:only-child,
.text-3x .text-object h4:only-child,
.text-3x .text-object .h4:only-child,
.text-3x .text-object h5:only-child,
.text-3x .text-object .h5:only-child,
.text-3x .text-object h6:only-child,
.text-3x .text-object .h6:only-child {
  margin-bottom: 31px;
}
.text-3x .text-object:only-child h1,
.text-3x .text-object:only-child .h1,
.text-3x .text-object:only-child h2,
.text-3x .text-object:only-child .h2,
.text-3x .text-object:only-child h3,
.text-3x .text-object:only-child .h3,
.text-3x .text-object:only-child h4,
.text-3x .text-object:only-child .h4,
.text-3x .text-object:only-child h5,
.text-3x .text-object:only-child .h5,
.text-3x .text-object:only-child h6,
.text-3x .text-object:only-child .h6 {
  margin-bottom: 31px;
}
.text-3x .text-object:only-child h1:only-child,
.text-3x .text-object:only-child .h1:only-child,
.text-3x .text-object:only-child h2:only-child,
.text-3x .text-object:only-child .h2:only-child,
.text-3x .text-object:only-child h3:only-child,
.text-3x .text-object:only-child .h3:only-child,
.text-3x .text-object:only-child h4:only-child,
.text-3x .text-object:only-child .h4:only-child,
.text-3x .text-object:only-child h5:only-child,
.text-3x .text-object:only-child .h5:only-child,
.text-3x .text-object:only-child h6:only-child,
.text-3x .text-object:only-child .h6:only-child {
  margin-bottom: 0;
}
.text-3x ul li,
.text-3x ol li {
  margin-bottom: 10.33333333px;
}
.text-3x ul li li,
.text-3x ol li li {
  margin-bottom: 10.33333333px;
}
.text-3x ul li li:last-child,
.text-3x ol li li:last-child {
  margin-bottom: 0;
}
.text-3x ul li li li,
.text-3x ol li li li {
  margin-bottom: 10.33333333px;
}
.text-3x ul li li li:last-child,
.text-3x ol li li li:last-child {
  margin-bottom: 0;
}
.text-3x .btn {
  margin-bottom: 31px;
}
.text-3x .btn:last-child {
  margin-bottom: 0px;
}
.text-3x p {
  margin: 0 0 31px;
}
.text-3x p:empty {
  display: none !important;
}
.text-3x i.fa,
.text-3x .b-icon {
  margin-bottom: 31px;
}
.text-3x i.fa.h-icon,
.text-3x .b-icon.h-icon {
  margin-bottom: 0;
}
.text-3x i.fa:last-child,
.text-3x .b-icon:last-child {
  margin-bottom: 0;
}
.text-3x .pt-image {
  margin: 0 0 31px;
}
.text-3x .pt-image:last-child {
  margin-bottom: 0;
}
.text-3x #live-area ul,
.text-3x #live-area ol {
  margin: 0 0 31px;
}
.text-3x #live-area ul ul,
.text-3x #live-area ol ul,
.text-3x #live-area ul ol,
.text-3x #live-area ol ol {
  margin-bottom: 0;
  margin-top: 0;
}
.text-3x hr {
  margin-top: 31px;
  margin-bottom: 31px;
  border: 0;
  border-top: 1px solid #262828;
}
.text-3x p + hr,
.text-3x h1 + hr,
.text-3x h2 + hr,
.text-3x h3 + hr,
.text-3x h4 + hr,
.text-3x h5 + hr,
.text-3x h6 + hr,
.text-3x ul + hr,
.text-3x ol + hr {
  margin-top: 0;
}
.text-4x {
  font-size: 4em;
  line-height: 1.5em;
}
.text-4x h1,
.text-4x .h1,
.text-4x h2,
.text-4x .h2,
.text-4x h3,
.text-4x .h3,
.text-4x h4,
.text-4x .h4,
.text-4x h5,
.text-4x .h5,
.text-4x h6,
.text-4x .h6 {
  line-height: 1em;
}
.text-4x h1.text-xl,
.text-4x .h1.text-xl,
.text-4x h2.text-xl,
.text-4x .h2.text-xl,
.text-4x h3.text-xl,
.text-4x .h3.text-xl,
.text-4x h4.text-xl,
.text-4x .h4.text-xl,
.text-4x h5.text-xl,
.text-4x .h5.text-xl,
.text-4x h6.text-xl,
.text-4x .h6.text-xl,
.text-4x h1.text-xxl,
.text-4x .h1.text-xxl,
.text-4x h2.text-xxl,
.text-4x .h2.text-xxl,
.text-4x h3.text-xxl,
.text-4x .h3.text-xxl,
.text-4x h4.text-xxl,
.text-4x .h4.text-xxl,
.text-4x h5.text-xxl,
.text-4x .h5.text-xxl,
.text-4x h6.text-xxl,
.text-4x .h6.text-xxl,
.text-4x h1.text-lg,
.text-4x .h1.text-lg,
.text-4x h2.text-lg,
.text-4x .h2.text-lg,
.text-4x h3.text-lg,
.text-4x .h3.text-lg,
.text-4x h4.text-lg,
.text-4x .h4.text-lg,
.text-4x h5.text-lg,
.text-4x .h5.text-lg,
.text-4x h6.text-lg,
.text-4x .h6.text-lg,
.text-4x h1.text-sm,
.text-4x .h1.text-sm,
.text-4x h2.text-sm,
.text-4x .h2.text-sm,
.text-4x h3.text-sm,
.text-4x .h3.text-sm,
.text-4x h4.text-sm,
.text-4x .h4.text-sm,
.text-4x h5.text-sm,
.text-4x .h5.text-sm,
.text-4x h6.text-sm,
.text-4x .h6.text-sm {
  line-height: 1em;
}
.text-4x h1,
.text-4x .h1,
.text-4x h2,
.text-4x .h2,
.text-4x h3,
.text-4x .h3,
.text-4x h4,
.text-4x .h4,
.text-4x h5,
.text-4x .h5,
.text-4x h6,
.text-4x .h6 {
  margin-bottom: 31px;
}
.text-4x h1:only-child,
.text-4x .h1:only-child,
.text-4x h2:only-child,
.text-4x .h2:only-child,
.text-4x h3:only-child,
.text-4x .h3:only-child,
.text-4x h4:only-child,
.text-4x .h4:only-child,
.text-4x h5:only-child,
.text-4x .h5:only-child,
.text-4x h6:only-child,
.text-4x .h6:only-child {
  margin-bottom: 0;
}
.text-4x .text-object h1,
.text-4x .text-object .h1,
.text-4x .text-object h2,
.text-4x .text-object .h2,
.text-4x .text-object h3,
.text-4x .text-object .h3,
.text-4x .text-object h4,
.text-4x .text-object .h4,
.text-4x .text-object h5,
.text-4x .text-object .h5,
.text-4x .text-object h6,
.text-4x .text-object .h6 {
  margin-bottom: 31px;
}
.text-4x .text-object h1:only-child,
.text-4x .text-object .h1:only-child,
.text-4x .text-object h2:only-child,
.text-4x .text-object .h2:only-child,
.text-4x .text-object h3:only-child,
.text-4x .text-object .h3:only-child,
.text-4x .text-object h4:only-child,
.text-4x .text-object .h4:only-child,
.text-4x .text-object h5:only-child,
.text-4x .text-object .h5:only-child,
.text-4x .text-object h6:only-child,
.text-4x .text-object .h6:only-child {
  margin-bottom: 31px;
}
.text-4x .text-object:only-child h1,
.text-4x .text-object:only-child .h1,
.text-4x .text-object:only-child h2,
.text-4x .text-object:only-child .h2,
.text-4x .text-object:only-child h3,
.text-4x .text-object:only-child .h3,
.text-4x .text-object:only-child h4,
.text-4x .text-object:only-child .h4,
.text-4x .text-object:only-child h5,
.text-4x .text-object:only-child .h5,
.text-4x .text-object:only-child h6,
.text-4x .text-object:only-child .h6 {
  margin-bottom: 31px;
}
.text-4x .text-object:only-child h1:only-child,
.text-4x .text-object:only-child .h1:only-child,
.text-4x .text-object:only-child h2:only-child,
.text-4x .text-object:only-child .h2:only-child,
.text-4x .text-object:only-child h3:only-child,
.text-4x .text-object:only-child .h3:only-child,
.text-4x .text-object:only-child h4:only-child,
.text-4x .text-object:only-child .h4:only-child,
.text-4x .text-object:only-child h5:only-child,
.text-4x .text-object:only-child .h5:only-child,
.text-4x .text-object:only-child h6:only-child,
.text-4x .text-object:only-child .h6:only-child {
  margin-bottom: 0;
}
.text-4x ul li,
.text-4x ol li {
  margin-bottom: 10.33333333px;
}
.text-4x ul li li,
.text-4x ol li li {
  margin-bottom: 10.33333333px;
}
.text-4x ul li li:last-child,
.text-4x ol li li:last-child {
  margin-bottom: 0;
}
.text-4x ul li li li,
.text-4x ol li li li {
  margin-bottom: 10.33333333px;
}
.text-4x ul li li li:last-child,
.text-4x ol li li li:last-child {
  margin-bottom: 0;
}
.text-4x .btn {
  margin-bottom: 31px;
}
.text-4x .btn:last-child {
  margin-bottom: 0px;
}
.text-4x p {
  margin: 0 0 31px;
}
.text-4x p:empty {
  display: none !important;
}
.text-4x i.fa,
.text-4x .b-icon {
  margin-bottom: 31px;
}
.text-4x i.fa.h-icon,
.text-4x .b-icon.h-icon {
  margin-bottom: 0;
}
.text-4x i.fa:last-child,
.text-4x .b-icon:last-child {
  margin-bottom: 0;
}
.text-4x .pt-image {
  margin: 0 0 31px;
}
.text-4x .pt-image:last-child {
  margin-bottom: 0;
}
.text-4x #live-area ul,
.text-4x #live-area ol {
  margin: 0 0 31px;
}
.text-4x #live-area ul ul,
.text-4x #live-area ol ul,
.text-4x #live-area ul ol,
.text-4x #live-area ol ol {
  margin-bottom: 0;
  margin-top: 0;
}
.text-4x hr {
  margin-top: 31px;
  margin-bottom: 31px;
  border: 0;
  border-top: 1px solid #262828;
}
.text-4x p + hr,
.text-4x h1 + hr,
.text-4x h2 + hr,
.text-4x h3 + hr,
.text-4x h4 + hr,
.text-4x h5 + hr,
.text-4x h6 + hr,
.text-4x ul + hr,
.text-4x ol + hr {
  margin-top: 0;
}
.text-5x {
  font-size: 5em;
  line-height: 1.5em;
}
.text-5x h1,
.text-5x .h1,
.text-5x h2,
.text-5x .h2,
.text-5x h3,
.text-5x .h3,
.text-5x h4,
.text-5x .h4,
.text-5x h5,
.text-5x .h5,
.text-5x h6,
.text-5x .h6 {
  line-height: 1em;
}
.text-5x h1.text-xl,
.text-5x .h1.text-xl,
.text-5x h2.text-xl,
.text-5x .h2.text-xl,
.text-5x h3.text-xl,
.text-5x .h3.text-xl,
.text-5x h4.text-xl,
.text-5x .h4.text-xl,
.text-5x h5.text-xl,
.text-5x .h5.text-xl,
.text-5x h6.text-xl,
.text-5x .h6.text-xl,
.text-5x h1.text-xxl,
.text-5x .h1.text-xxl,
.text-5x h2.text-xxl,
.text-5x .h2.text-xxl,
.text-5x h3.text-xxl,
.text-5x .h3.text-xxl,
.text-5x h4.text-xxl,
.text-5x .h4.text-xxl,
.text-5x h5.text-xxl,
.text-5x .h5.text-xxl,
.text-5x h6.text-xxl,
.text-5x .h6.text-xxl,
.text-5x h1.text-lg,
.text-5x .h1.text-lg,
.text-5x h2.text-lg,
.text-5x .h2.text-lg,
.text-5x h3.text-lg,
.text-5x .h3.text-lg,
.text-5x h4.text-lg,
.text-5x .h4.text-lg,
.text-5x h5.text-lg,
.text-5x .h5.text-lg,
.text-5x h6.text-lg,
.text-5x .h6.text-lg,
.text-5x h1.text-sm,
.text-5x .h1.text-sm,
.text-5x h2.text-sm,
.text-5x .h2.text-sm,
.text-5x h3.text-sm,
.text-5x .h3.text-sm,
.text-5x h4.text-sm,
.text-5x .h4.text-sm,
.text-5x h5.text-sm,
.text-5x .h5.text-sm,
.text-5x h6.text-sm,
.text-5x .h6.text-sm {
  line-height: 1em;
}
.text-5x h1,
.text-5x .h1,
.text-5x h2,
.text-5x .h2,
.text-5x h3,
.text-5x .h3,
.text-5x h4,
.text-5x .h4,
.text-5x h5,
.text-5x .h5,
.text-5x h6,
.text-5x .h6 {
  margin-bottom: 31px;
}
.text-5x h1:only-child,
.text-5x .h1:only-child,
.text-5x h2:only-child,
.text-5x .h2:only-child,
.text-5x h3:only-child,
.text-5x .h3:only-child,
.text-5x h4:only-child,
.text-5x .h4:only-child,
.text-5x h5:only-child,
.text-5x .h5:only-child,
.text-5x h6:only-child,
.text-5x .h6:only-child {
  margin-bottom: 0;
}
.text-5x .text-object h1,
.text-5x .text-object .h1,
.text-5x .text-object h2,
.text-5x .text-object .h2,
.text-5x .text-object h3,
.text-5x .text-object .h3,
.text-5x .text-object h4,
.text-5x .text-object .h4,
.text-5x .text-object h5,
.text-5x .text-object .h5,
.text-5x .text-object h6,
.text-5x .text-object .h6 {
  margin-bottom: 31px;
}
.text-5x .text-object h1:only-child,
.text-5x .text-object .h1:only-child,
.text-5x .text-object h2:only-child,
.text-5x .text-object .h2:only-child,
.text-5x .text-object h3:only-child,
.text-5x .text-object .h3:only-child,
.text-5x .text-object h4:only-child,
.text-5x .text-object .h4:only-child,
.text-5x .text-object h5:only-child,
.text-5x .text-object .h5:only-child,
.text-5x .text-object h6:only-child,
.text-5x .text-object .h6:only-child {
  margin-bottom: 31px;
}
.text-5x .text-object:only-child h1,
.text-5x .text-object:only-child .h1,
.text-5x .text-object:only-child h2,
.text-5x .text-object:only-child .h2,
.text-5x .text-object:only-child h3,
.text-5x .text-object:only-child .h3,
.text-5x .text-object:only-child h4,
.text-5x .text-object:only-child .h4,
.text-5x .text-object:only-child h5,
.text-5x .text-object:only-child .h5,
.text-5x .text-object:only-child h6,
.text-5x .text-object:only-child .h6 {
  margin-bottom: 31px;
}
.text-5x .text-object:only-child h1:only-child,
.text-5x .text-object:only-child .h1:only-child,
.text-5x .text-object:only-child h2:only-child,
.text-5x .text-object:only-child .h2:only-child,
.text-5x .text-object:only-child h3:only-child,
.text-5x .text-object:only-child .h3:only-child,
.text-5x .text-object:only-child h4:only-child,
.text-5x .text-object:only-child .h4:only-child,
.text-5x .text-object:only-child h5:only-child,
.text-5x .text-object:only-child .h5:only-child,
.text-5x .text-object:only-child h6:only-child,
.text-5x .text-object:only-child .h6:only-child {
  margin-bottom: 0;
}
.text-5x ul li,
.text-5x ol li {
  margin-bottom: 10.33333333px;
}
.text-5x ul li li,
.text-5x ol li li {
  margin-bottom: 10.33333333px;
}
.text-5x ul li li:last-child,
.text-5x ol li li:last-child {
  margin-bottom: 0;
}
.text-5x ul li li li,
.text-5x ol li li li {
  margin-bottom: 10.33333333px;
}
.text-5x ul li li li:last-child,
.text-5x ol li li li:last-child {
  margin-bottom: 0;
}
.text-5x .btn {
  margin-bottom: 31px;
}
.text-5x .btn:last-child {
  margin-bottom: 0px;
}
.text-5x p {
  margin: 0 0 31px;
}
.text-5x p:empty {
  display: none !important;
}
.text-5x i.fa,
.text-5x .b-icon {
  margin-bottom: 31px;
}
.text-5x i.fa.h-icon,
.text-5x .b-icon.h-icon {
  margin-bottom: 0;
}
.text-5x i.fa:last-child,
.text-5x .b-icon:last-child {
  margin-bottom: 0;
}
.text-5x .pt-image {
  margin: 0 0 31px;
}
.text-5x .pt-image:last-child {
  margin-bottom: 0;
}
.text-5x #live-area ul,
.text-5x #live-area ol {
  margin: 0 0 31px;
}
.text-5x #live-area ul ul,
.text-5x #live-area ol ul,
.text-5x #live-area ul ol,
.text-5x #live-area ol ol {
  margin-bottom: 0;
  margin-top: 0;
}
.text-5x hr {
  margin-top: 31px;
  margin-bottom: 31px;
  border: 0;
  border-top: 1px solid #262828;
}
.text-5x p + hr,
.text-5x h1 + hr,
.text-5x h2 + hr,
.text-5x h3 + hr,
.text-5x h4 + hr,
.text-5x h5 + hr,
.text-5x h6 + hr,
.text-5x ul + hr,
.text-5x ol + hr {
  margin-top: 0;
}
.text-sm {
  font-size: 0.75em;
  line-height: 1.5em;
}
.text-sm h1,
.text-sm .h1,
.text-sm h2,
.text-sm .h2,
.text-sm h3,
.text-sm .h3,
.text-sm h4,
.text-sm .h4,
.text-sm h5,
.text-sm .h5,
.text-sm h6,
.text-sm .h6 {
  line-height: 1em;
}
.text-sm h1.text-xl,
.text-sm .h1.text-xl,
.text-sm h2.text-xl,
.text-sm .h2.text-xl,
.text-sm h3.text-xl,
.text-sm .h3.text-xl,
.text-sm h4.text-xl,
.text-sm .h4.text-xl,
.text-sm h5.text-xl,
.text-sm .h5.text-xl,
.text-sm h6.text-xl,
.text-sm .h6.text-xl,
.text-sm h1.text-xxl,
.text-sm .h1.text-xxl,
.text-sm h2.text-xxl,
.text-sm .h2.text-xxl,
.text-sm h3.text-xxl,
.text-sm .h3.text-xxl,
.text-sm h4.text-xxl,
.text-sm .h4.text-xxl,
.text-sm h5.text-xxl,
.text-sm .h5.text-xxl,
.text-sm h6.text-xxl,
.text-sm .h6.text-xxl,
.text-sm h1.text-lg,
.text-sm .h1.text-lg,
.text-sm h2.text-lg,
.text-sm .h2.text-lg,
.text-sm h3.text-lg,
.text-sm .h3.text-lg,
.text-sm h4.text-lg,
.text-sm .h4.text-lg,
.text-sm h5.text-lg,
.text-sm .h5.text-lg,
.text-sm h6.text-lg,
.text-sm .h6.text-lg,
.text-sm h1.text-sm,
.text-sm .h1.text-sm,
.text-sm h2.text-sm,
.text-sm .h2.text-sm,
.text-sm h3.text-sm,
.text-sm .h3.text-sm,
.text-sm h4.text-sm,
.text-sm .h4.text-sm,
.text-sm h5.text-sm,
.text-sm .h5.text-sm,
.text-sm h6.text-sm,
.text-sm .h6.text-sm {
  line-height: 1em;
}
.text-sm h1,
.text-sm .h1,
.text-sm h2,
.text-sm .h2,
.text-sm h3,
.text-sm .h3,
.text-sm h4,
.text-sm .h4,
.text-sm h5,
.text-sm .h5,
.text-sm h6,
.text-sm .h6 {
  margin-bottom: 23.25px;
}
.text-sm h1:only-child,
.text-sm .h1:only-child,
.text-sm h2:only-child,
.text-sm .h2:only-child,
.text-sm h3:only-child,
.text-sm .h3:only-child,
.text-sm h4:only-child,
.text-sm .h4:only-child,
.text-sm h5:only-child,
.text-sm .h5:only-child,
.text-sm h6:only-child,
.text-sm .h6:only-child {
  margin-bottom: 0;
}
.text-sm .text-object h1,
.text-sm .text-object .h1,
.text-sm .text-object h2,
.text-sm .text-object .h2,
.text-sm .text-object h3,
.text-sm .text-object .h3,
.text-sm .text-object h4,
.text-sm .text-object .h4,
.text-sm .text-object h5,
.text-sm .text-object .h5,
.text-sm .text-object h6,
.text-sm .text-object .h6 {
  margin-bottom: 23.25px;
}
.text-sm .text-object h1:only-child,
.text-sm .text-object .h1:only-child,
.text-sm .text-object h2:only-child,
.text-sm .text-object .h2:only-child,
.text-sm .text-object h3:only-child,
.text-sm .text-object .h3:only-child,
.text-sm .text-object h4:only-child,
.text-sm .text-object .h4:only-child,
.text-sm .text-object h5:only-child,
.text-sm .text-object .h5:only-child,
.text-sm .text-object h6:only-child,
.text-sm .text-object .h6:only-child {
  margin-bottom: 23.25px;
}
.text-sm .text-object:only-child h1,
.text-sm .text-object:only-child .h1,
.text-sm .text-object:only-child h2,
.text-sm .text-object:only-child .h2,
.text-sm .text-object:only-child h3,
.text-sm .text-object:only-child .h3,
.text-sm .text-object:only-child h4,
.text-sm .text-object:only-child .h4,
.text-sm .text-object:only-child h5,
.text-sm .text-object:only-child .h5,
.text-sm .text-object:only-child h6,
.text-sm .text-object:only-child .h6 {
  margin-bottom: 23.25px;
}
.text-sm .text-object:only-child h1:only-child,
.text-sm .text-object:only-child .h1:only-child,
.text-sm .text-object:only-child h2:only-child,
.text-sm .text-object:only-child .h2:only-child,
.text-sm .text-object:only-child h3:only-child,
.text-sm .text-object:only-child .h3:only-child,
.text-sm .text-object:only-child h4:only-child,
.text-sm .text-object:only-child .h4:only-child,
.text-sm .text-object:only-child h5:only-child,
.text-sm .text-object:only-child .h5:only-child,
.text-sm .text-object:only-child h6:only-child,
.text-sm .text-object:only-child .h6:only-child {
  margin-bottom: 0;
}
.text-sm ul li,
.text-sm ol li {
  margin-bottom: 7.75px;
}
.text-sm ul li li,
.text-sm ol li li {
  margin-bottom: 7.75px;
}
.text-sm ul li li:last-child,
.text-sm ol li li:last-child {
  margin-bottom: 0;
}
.text-sm ul li li li,
.text-sm ol li li li {
  margin-bottom: 7.75px;
}
.text-sm ul li li li:last-child,
.text-sm ol li li li:last-child {
  margin-bottom: 0;
}
.text-sm .btn {
  margin-bottom: 31px;
}
.text-sm .btn:last-child {
  margin-bottom: 0px;
}
.text-sm p {
  margin: 0 0 23.25px;
}
.text-sm p:empty {
  display: none !important;
}
.text-sm i.fa,
.text-sm .b-icon {
  margin-bottom: 23.25px;
}
.text-sm i.fa.h-icon,
.text-sm .b-icon.h-icon {
  margin-bottom: 0;
}
.text-sm i.fa:last-child,
.text-sm .b-icon:last-child {
  margin-bottom: 0;
}
.text-sm .pt-image {
  margin: 0 0 23.25px;
}
.text-sm .pt-image:last-child {
  margin-bottom: 0;
}
.text-sm #live-area ul,
.text-sm #live-area ol {
  margin: 0 0 23.25px;
}
.text-sm #live-area ul ul,
.text-sm #live-area ol ul,
.text-sm #live-area ul ol,
.text-sm #live-area ol ol {
  margin-bottom: 0;
  margin-top: 0;
}
.text-sm hr {
  margin-top: 23.25px;
  margin-bottom: 23.25px;
  border: 0;
  border-top: 1px solid #262828;
}
.text-sm p + hr,
.text-sm h1 + hr,
.text-sm h2 + hr,
.text-sm h3 + hr,
.text-sm h4 + hr,
.text-sm h5 + hr,
.text-sm h6 + hr,
.text-sm ul + hr,
.text-sm ol + hr {
  margin-top: 0;
}
.text-lg {
  font-size: 1.25em;
  line-height: 1.5em;
}
.text-lg h1,
.text-lg .h1,
.text-lg h2,
.text-lg .h2,
.text-lg h3,
.text-lg .h3,
.text-lg h4,
.text-lg .h4,
.text-lg h5,
.text-lg .h5,
.text-lg h6,
.text-lg .h6 {
  line-height: 1em;
}
.text-lg h1.text-xl,
.text-lg .h1.text-xl,
.text-lg h2.text-xl,
.text-lg .h2.text-xl,
.text-lg h3.text-xl,
.text-lg .h3.text-xl,
.text-lg h4.text-xl,
.text-lg .h4.text-xl,
.text-lg h5.text-xl,
.text-lg .h5.text-xl,
.text-lg h6.text-xl,
.text-lg .h6.text-xl,
.text-lg h1.text-xxl,
.text-lg .h1.text-xxl,
.text-lg h2.text-xxl,
.text-lg .h2.text-xxl,
.text-lg h3.text-xxl,
.text-lg .h3.text-xxl,
.text-lg h4.text-xxl,
.text-lg .h4.text-xxl,
.text-lg h5.text-xxl,
.text-lg .h5.text-xxl,
.text-lg h6.text-xxl,
.text-lg .h6.text-xxl,
.text-lg h1.text-lg,
.text-lg .h1.text-lg,
.text-lg h2.text-lg,
.text-lg .h2.text-lg,
.text-lg h3.text-lg,
.text-lg .h3.text-lg,
.text-lg h4.text-lg,
.text-lg .h4.text-lg,
.text-lg h5.text-lg,
.text-lg .h5.text-lg,
.text-lg h6.text-lg,
.text-lg .h6.text-lg,
.text-lg h1.text-sm,
.text-lg .h1.text-sm,
.text-lg h2.text-sm,
.text-lg .h2.text-sm,
.text-lg h3.text-sm,
.text-lg .h3.text-sm,
.text-lg h4.text-sm,
.text-lg .h4.text-sm,
.text-lg h5.text-sm,
.text-lg .h5.text-sm,
.text-lg h6.text-sm,
.text-lg .h6.text-sm {
  line-height: 1em;
}
.text-lg h1,
.text-lg .h1,
.text-lg h2,
.text-lg .h2,
.text-lg h3,
.text-lg .h3,
.text-lg h4,
.text-lg .h4,
.text-lg h5,
.text-lg .h5,
.text-lg h6,
.text-lg .h6 {
  margin-bottom: 38.75px;
}
.text-lg h1:only-child,
.text-lg .h1:only-child,
.text-lg h2:only-child,
.text-lg .h2:only-child,
.text-lg h3:only-child,
.text-lg .h3:only-child,
.text-lg h4:only-child,
.text-lg .h4:only-child,
.text-lg h5:only-child,
.text-lg .h5:only-child,
.text-lg h6:only-child,
.text-lg .h6:only-child {
  margin-bottom: 0;
}
.text-lg .text-object h1,
.text-lg .text-object .h1,
.text-lg .text-object h2,
.text-lg .text-object .h2,
.text-lg .text-object h3,
.text-lg .text-object .h3,
.text-lg .text-object h4,
.text-lg .text-object .h4,
.text-lg .text-object h5,
.text-lg .text-object .h5,
.text-lg .text-object h6,
.text-lg .text-object .h6 {
  margin-bottom: 38.75px;
}
.text-lg .text-object h1:only-child,
.text-lg .text-object .h1:only-child,
.text-lg .text-object h2:only-child,
.text-lg .text-object .h2:only-child,
.text-lg .text-object h3:only-child,
.text-lg .text-object .h3:only-child,
.text-lg .text-object h4:only-child,
.text-lg .text-object .h4:only-child,
.text-lg .text-object h5:only-child,
.text-lg .text-object .h5:only-child,
.text-lg .text-object h6:only-child,
.text-lg .text-object .h6:only-child {
  margin-bottom: 38.75px;
}
.text-lg .text-object:only-child h1,
.text-lg .text-object:only-child .h1,
.text-lg .text-object:only-child h2,
.text-lg .text-object:only-child .h2,
.text-lg .text-object:only-child h3,
.text-lg .text-object:only-child .h3,
.text-lg .text-object:only-child h4,
.text-lg .text-object:only-child .h4,
.text-lg .text-object:only-child h5,
.text-lg .text-object:only-child .h5,
.text-lg .text-object:only-child h6,
.text-lg .text-object:only-child .h6 {
  margin-bottom: 38.75px;
}
.text-lg .text-object:only-child h1:only-child,
.text-lg .text-object:only-child .h1:only-child,
.text-lg .text-object:only-child h2:only-child,
.text-lg .text-object:only-child .h2:only-child,
.text-lg .text-object:only-child h3:only-child,
.text-lg .text-object:only-child .h3:only-child,
.text-lg .text-object:only-child h4:only-child,
.text-lg .text-object:only-child .h4:only-child,
.text-lg .text-object:only-child h5:only-child,
.text-lg .text-object:only-child .h5:only-child,
.text-lg .text-object:only-child h6:only-child,
.text-lg .text-object:only-child .h6:only-child {
  margin-bottom: 0;
}
.text-lg ul li,
.text-lg ol li {
  margin-bottom: 12.91666667px;
}
.text-lg ul li li,
.text-lg ol li li {
  margin-bottom: 12.91666667px;
}
.text-lg ul li li:last-child,
.text-lg ol li li:last-child {
  margin-bottom: 0;
}
.text-lg ul li li li,
.text-lg ol li li li {
  margin-bottom: 12.91666667px;
}
.text-lg ul li li li:last-child,
.text-lg ol li li li:last-child {
  margin-bottom: 0;
}
.text-lg .btn {
  margin-bottom: 31px;
}
.text-lg .btn:last-child {
  margin-bottom: 0px;
}
.text-lg p {
  margin: 0 0 38.75px;
}
.text-lg p:empty {
  display: none !important;
}
.text-lg i.fa,
.text-lg .b-icon {
  margin-bottom: 38.75px;
}
.text-lg i.fa.h-icon,
.text-lg .b-icon.h-icon {
  margin-bottom: 0;
}
.text-lg i.fa:last-child,
.text-lg .b-icon:last-child {
  margin-bottom: 0;
}
.text-lg .pt-image {
  margin: 0 0 38.75px;
}
.text-lg .pt-image:last-child {
  margin-bottom: 0;
}
.text-lg #live-area ul,
.text-lg #live-area ol {
  margin: 0 0 38.75px;
}
.text-lg #live-area ul ul,
.text-lg #live-area ol ul,
.text-lg #live-area ul ol,
.text-lg #live-area ol ol {
  margin-bottom: 0;
  margin-top: 0;
}
.text-lg hr {
  margin-top: 38.75px;
  margin-bottom: 38.75px;
  border: 0;
  border-top: 1px solid #262828;
}
.text-lg p + hr,
.text-lg h1 + hr,
.text-lg h2 + hr,
.text-lg h3 + hr,
.text-lg h4 + hr,
.text-lg h5 + hr,
.text-lg h6 + hr,
.text-lg ul + hr,
.text-lg ol + hr {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .text-lg {
    font-size: 1.125em;
  }
  .text-lg h1,
  .text-lg .h1,
  .text-lg h2,
  .text-lg .h2,
  .text-lg h3,
  .text-lg .h3,
  .text-lg h4,
  .text-lg .h4,
  .text-lg h5,
  .text-lg .h5,
  .text-lg h6,
  .text-lg .h6 {
    line-height: 1em;
  }
  .text-lg h1.text-xl,
  .text-lg .h1.text-xl,
  .text-lg h2.text-xl,
  .text-lg .h2.text-xl,
  .text-lg h3.text-xl,
  .text-lg .h3.text-xl,
  .text-lg h4.text-xl,
  .text-lg .h4.text-xl,
  .text-lg h5.text-xl,
  .text-lg .h5.text-xl,
  .text-lg h6.text-xl,
  .text-lg .h6.text-xl,
  .text-lg h1.text-xxl,
  .text-lg .h1.text-xxl,
  .text-lg h2.text-xxl,
  .text-lg .h2.text-xxl,
  .text-lg h3.text-xxl,
  .text-lg .h3.text-xxl,
  .text-lg h4.text-xxl,
  .text-lg .h4.text-xxl,
  .text-lg h5.text-xxl,
  .text-lg .h5.text-xxl,
  .text-lg h6.text-xxl,
  .text-lg .h6.text-xxl,
  .text-lg h1.text-lg,
  .text-lg .h1.text-lg,
  .text-lg h2.text-lg,
  .text-lg .h2.text-lg,
  .text-lg h3.text-lg,
  .text-lg .h3.text-lg,
  .text-lg h4.text-lg,
  .text-lg .h4.text-lg,
  .text-lg h5.text-lg,
  .text-lg .h5.text-lg,
  .text-lg h6.text-lg,
  .text-lg .h6.text-lg,
  .text-lg h1.text-sm,
  .text-lg .h1.text-sm,
  .text-lg h2.text-sm,
  .text-lg .h2.text-sm,
  .text-lg h3.text-sm,
  .text-lg .h3.text-sm,
  .text-lg h4.text-sm,
  .text-lg .h4.text-sm,
  .text-lg h5.text-sm,
  .text-lg .h5.text-sm,
  .text-lg h6.text-sm,
  .text-lg .h6.text-sm {
    line-height: 1em;
  }
  .text-lg h1,
  .text-lg .h1,
  .text-lg h2,
  .text-lg .h2,
  .text-lg h3,
  .text-lg .h3,
  .text-lg h4,
  .text-lg .h4,
  .text-lg h5,
  .text-lg .h5,
  .text-lg h6,
  .text-lg .h6 {
    margin-bottom: 34.875px;
  }
  .text-lg h1:only-child,
  .text-lg .h1:only-child,
  .text-lg h2:only-child,
  .text-lg .h2:only-child,
  .text-lg h3:only-child,
  .text-lg .h3:only-child,
  .text-lg h4:only-child,
  .text-lg .h4:only-child,
  .text-lg h5:only-child,
  .text-lg .h5:only-child,
  .text-lg h6:only-child,
  .text-lg .h6:only-child {
    margin-bottom: 0;
  }
  .text-lg .text-object h1,
  .text-lg .text-object .h1,
  .text-lg .text-object h2,
  .text-lg .text-object .h2,
  .text-lg .text-object h3,
  .text-lg .text-object .h3,
  .text-lg .text-object h4,
  .text-lg .text-object .h4,
  .text-lg .text-object h5,
  .text-lg .text-object .h5,
  .text-lg .text-object h6,
  .text-lg .text-object .h6 {
    margin-bottom: 34.875px;
  }
  .text-lg .text-object h1:only-child,
  .text-lg .text-object .h1:only-child,
  .text-lg .text-object h2:only-child,
  .text-lg .text-object .h2:only-child,
  .text-lg .text-object h3:only-child,
  .text-lg .text-object .h3:only-child,
  .text-lg .text-object h4:only-child,
  .text-lg .text-object .h4:only-child,
  .text-lg .text-object h5:only-child,
  .text-lg .text-object .h5:only-child,
  .text-lg .text-object h6:only-child,
  .text-lg .text-object .h6:only-child {
    margin-bottom: 34.875px;
  }
  .text-lg .text-object:only-child h1,
  .text-lg .text-object:only-child .h1,
  .text-lg .text-object:only-child h2,
  .text-lg .text-object:only-child .h2,
  .text-lg .text-object:only-child h3,
  .text-lg .text-object:only-child .h3,
  .text-lg .text-object:only-child h4,
  .text-lg .text-object:only-child .h4,
  .text-lg .text-object:only-child h5,
  .text-lg .text-object:only-child .h5,
  .text-lg .text-object:only-child h6,
  .text-lg .text-object:only-child .h6 {
    margin-bottom: 34.875px;
  }
  .text-lg .text-object:only-child h1:only-child,
  .text-lg .text-object:only-child .h1:only-child,
  .text-lg .text-object:only-child h2:only-child,
  .text-lg .text-object:only-child .h2:only-child,
  .text-lg .text-object:only-child h3:only-child,
  .text-lg .text-object:only-child .h3:only-child,
  .text-lg .text-object:only-child h4:only-child,
  .text-lg .text-object:only-child .h4:only-child,
  .text-lg .text-object:only-child h5:only-child,
  .text-lg .text-object:only-child .h5:only-child,
  .text-lg .text-object:only-child h6:only-child,
  .text-lg .text-object:only-child .h6:only-child {
    margin-bottom: 0;
  }
  .text-lg ul li,
  .text-lg ol li {
    margin-bottom: 11.625px;
  }
  .text-lg ul li li,
  .text-lg ol li li {
    margin-bottom: 11.625px;
  }
  .text-lg ul li li:last-child,
  .text-lg ol li li:last-child {
    margin-bottom: 0;
  }
  .text-lg ul li li li,
  .text-lg ol li li li {
    margin-bottom: 11.625px;
  }
  .text-lg ul li li li:last-child,
  .text-lg ol li li li:last-child {
    margin-bottom: 0;
  }
  .text-lg .btn {
    margin-bottom: 31px;
  }
  .text-lg .btn:last-child {
    margin-bottom: 0px;
  }
  .text-lg p {
    margin: 0 0 34.875px;
  }
  .text-lg p:empty {
    display: none !important;
  }
  .text-lg i.fa,
  .text-lg .b-icon {
    margin-bottom: 34.875px;
  }
  .text-lg i.fa.h-icon,
  .text-lg .b-icon.h-icon {
    margin-bottom: 0;
  }
  .text-lg i.fa:last-child,
  .text-lg .b-icon:last-child {
    margin-bottom: 0;
  }
  .text-lg .pt-image {
    margin: 0 0 34.875px;
  }
  .text-lg .pt-image:last-child {
    margin-bottom: 0;
  }
  .text-lg #live-area ul,
  .text-lg #live-area ol {
    margin: 0 0 34.875px;
  }
  .text-lg #live-area ul ul,
  .text-lg #live-area ol ul,
  .text-lg #live-area ul ol,
  .text-lg #live-area ol ol {
    margin-bottom: 0;
    margin-top: 0;
  }
  .text-lg hr {
    margin-top: 34.875px;
    margin-bottom: 34.875px;
    border: 0;
    border-top: 1px solid #262828;
  }
  .text-lg p + hr,
  .text-lg h1 + hr,
  .text-lg h2 + hr,
  .text-lg h3 + hr,
  .text-lg h4 + hr,
  .text-lg h5 + hr,
  .text-lg h6 + hr,
  .text-lg ul + hr,
  .text-lg ol + hr {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .text-lg {
    font-size: 1em;
  }
  .text-lg h1,
  .text-lg .h1,
  .text-lg h2,
  .text-lg .h2,
  .text-lg h3,
  .text-lg .h3,
  .text-lg h4,
  .text-lg .h4,
  .text-lg h5,
  .text-lg .h5,
  .text-lg h6,
  .text-lg .h6 {
    line-height: 1em;
  }
  .text-lg h1.text-xl,
  .text-lg .h1.text-xl,
  .text-lg h2.text-xl,
  .text-lg .h2.text-xl,
  .text-lg h3.text-xl,
  .text-lg .h3.text-xl,
  .text-lg h4.text-xl,
  .text-lg .h4.text-xl,
  .text-lg h5.text-xl,
  .text-lg .h5.text-xl,
  .text-lg h6.text-xl,
  .text-lg .h6.text-xl,
  .text-lg h1.text-xxl,
  .text-lg .h1.text-xxl,
  .text-lg h2.text-xxl,
  .text-lg .h2.text-xxl,
  .text-lg h3.text-xxl,
  .text-lg .h3.text-xxl,
  .text-lg h4.text-xxl,
  .text-lg .h4.text-xxl,
  .text-lg h5.text-xxl,
  .text-lg .h5.text-xxl,
  .text-lg h6.text-xxl,
  .text-lg .h6.text-xxl,
  .text-lg h1.text-lg,
  .text-lg .h1.text-lg,
  .text-lg h2.text-lg,
  .text-lg .h2.text-lg,
  .text-lg h3.text-lg,
  .text-lg .h3.text-lg,
  .text-lg h4.text-lg,
  .text-lg .h4.text-lg,
  .text-lg h5.text-lg,
  .text-lg .h5.text-lg,
  .text-lg h6.text-lg,
  .text-lg .h6.text-lg,
  .text-lg h1.text-sm,
  .text-lg .h1.text-sm,
  .text-lg h2.text-sm,
  .text-lg .h2.text-sm,
  .text-lg h3.text-sm,
  .text-lg .h3.text-sm,
  .text-lg h4.text-sm,
  .text-lg .h4.text-sm,
  .text-lg h5.text-sm,
  .text-lg .h5.text-sm,
  .text-lg h6.text-sm,
  .text-lg .h6.text-sm {
    line-height: 1em;
  }
  .text-lg h1,
  .text-lg .h1,
  .text-lg h2,
  .text-lg .h2,
  .text-lg h3,
  .text-lg .h3,
  .text-lg h4,
  .text-lg .h4,
  .text-lg h5,
  .text-lg .h5,
  .text-lg h6,
  .text-lg .h6 {
    margin-bottom: 31px;
  }
  .text-lg h1:only-child,
  .text-lg .h1:only-child,
  .text-lg h2:only-child,
  .text-lg .h2:only-child,
  .text-lg h3:only-child,
  .text-lg .h3:only-child,
  .text-lg h4:only-child,
  .text-lg .h4:only-child,
  .text-lg h5:only-child,
  .text-lg .h5:only-child,
  .text-lg h6:only-child,
  .text-lg .h6:only-child {
    margin-bottom: 0;
  }
  .text-lg .text-object h1,
  .text-lg .text-object .h1,
  .text-lg .text-object h2,
  .text-lg .text-object .h2,
  .text-lg .text-object h3,
  .text-lg .text-object .h3,
  .text-lg .text-object h4,
  .text-lg .text-object .h4,
  .text-lg .text-object h5,
  .text-lg .text-object .h5,
  .text-lg .text-object h6,
  .text-lg .text-object .h6 {
    margin-bottom: 31px;
  }
  .text-lg .text-object h1:only-child,
  .text-lg .text-object .h1:only-child,
  .text-lg .text-object h2:only-child,
  .text-lg .text-object .h2:only-child,
  .text-lg .text-object h3:only-child,
  .text-lg .text-object .h3:only-child,
  .text-lg .text-object h4:only-child,
  .text-lg .text-object .h4:only-child,
  .text-lg .text-object h5:only-child,
  .text-lg .text-object .h5:only-child,
  .text-lg .text-object h6:only-child,
  .text-lg .text-object .h6:only-child {
    margin-bottom: 31px;
  }
  .text-lg .text-object:only-child h1,
  .text-lg .text-object:only-child .h1,
  .text-lg .text-object:only-child h2,
  .text-lg .text-object:only-child .h2,
  .text-lg .text-object:only-child h3,
  .text-lg .text-object:only-child .h3,
  .text-lg .text-object:only-child h4,
  .text-lg .text-object:only-child .h4,
  .text-lg .text-object:only-child h5,
  .text-lg .text-object:only-child .h5,
  .text-lg .text-object:only-child h6,
  .text-lg .text-object:only-child .h6 {
    margin-bottom: 31px;
  }
  .text-lg .text-object:only-child h1:only-child,
  .text-lg .text-object:only-child .h1:only-child,
  .text-lg .text-object:only-child h2:only-child,
  .text-lg .text-object:only-child .h2:only-child,
  .text-lg .text-object:only-child h3:only-child,
  .text-lg .text-object:only-child .h3:only-child,
  .text-lg .text-object:only-child h4:only-child,
  .text-lg .text-object:only-child .h4:only-child,
  .text-lg .text-object:only-child h5:only-child,
  .text-lg .text-object:only-child .h5:only-child,
  .text-lg .text-object:only-child h6:only-child,
  .text-lg .text-object:only-child .h6:only-child {
    margin-bottom: 0;
  }
  .text-lg ul li,
  .text-lg ol li {
    margin-bottom: 10.33333333px;
  }
  .text-lg ul li li,
  .text-lg ol li li {
    margin-bottom: 10.33333333px;
  }
  .text-lg ul li li:last-child,
  .text-lg ol li li:last-child {
    margin-bottom: 0;
  }
  .text-lg ul li li li,
  .text-lg ol li li li {
    margin-bottom: 10.33333333px;
  }
  .text-lg ul li li li:last-child,
  .text-lg ol li li li:last-child {
    margin-bottom: 0;
  }
  .text-lg .btn {
    margin-bottom: 31px;
  }
  .text-lg .btn:last-child {
    margin-bottom: 0px;
  }
  .text-lg p {
    margin: 0 0 31px;
  }
  .text-lg p:empty {
    display: none !important;
  }
  .text-lg i.fa,
  .text-lg .b-icon {
    margin-bottom: 31px;
  }
  .text-lg i.fa.h-icon,
  .text-lg .b-icon.h-icon {
    margin-bottom: 0;
  }
  .text-lg i.fa:last-child,
  .text-lg .b-icon:last-child {
    margin-bottom: 0;
  }
  .text-lg .pt-image {
    margin: 0 0 31px;
  }
  .text-lg .pt-image:last-child {
    margin-bottom: 0;
  }
  .text-lg #live-area ul,
  .text-lg #live-area ol {
    margin: 0 0 31px;
  }
  .text-lg #live-area ul ul,
  .text-lg #live-area ol ul,
  .text-lg #live-area ul ol,
  .text-lg #live-area ol ol {
    margin-bottom: 0;
    margin-top: 0;
  }
  .text-lg hr {
    margin-top: 31px;
    margin-bottom: 31px;
    border: 0;
    border-top: 1px solid #262828;
  }
  .text-lg p + hr,
  .text-lg h1 + hr,
  .text-lg h2 + hr,
  .text-lg h3 + hr,
  .text-lg h4 + hr,
  .text-lg h5 + hr,
  .text-lg h6 + hr,
  .text-lg ul + hr,
  .text-lg ol + hr {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .text-lg {
    font-size: 0.875em;
  }
  .text-lg h1,
  .text-lg .h1,
  .text-lg h2,
  .text-lg .h2,
  .text-lg h3,
  .text-lg .h3,
  .text-lg h4,
  .text-lg .h4,
  .text-lg h5,
  .text-lg .h5,
  .text-lg h6,
  .text-lg .h6 {
    line-height: 1em;
  }
  .text-lg h1.text-xl,
  .text-lg .h1.text-xl,
  .text-lg h2.text-xl,
  .text-lg .h2.text-xl,
  .text-lg h3.text-xl,
  .text-lg .h3.text-xl,
  .text-lg h4.text-xl,
  .text-lg .h4.text-xl,
  .text-lg h5.text-xl,
  .text-lg .h5.text-xl,
  .text-lg h6.text-xl,
  .text-lg .h6.text-xl,
  .text-lg h1.text-xxl,
  .text-lg .h1.text-xxl,
  .text-lg h2.text-xxl,
  .text-lg .h2.text-xxl,
  .text-lg h3.text-xxl,
  .text-lg .h3.text-xxl,
  .text-lg h4.text-xxl,
  .text-lg .h4.text-xxl,
  .text-lg h5.text-xxl,
  .text-lg .h5.text-xxl,
  .text-lg h6.text-xxl,
  .text-lg .h6.text-xxl,
  .text-lg h1.text-lg,
  .text-lg .h1.text-lg,
  .text-lg h2.text-lg,
  .text-lg .h2.text-lg,
  .text-lg h3.text-lg,
  .text-lg .h3.text-lg,
  .text-lg h4.text-lg,
  .text-lg .h4.text-lg,
  .text-lg h5.text-lg,
  .text-lg .h5.text-lg,
  .text-lg h6.text-lg,
  .text-lg .h6.text-lg,
  .text-lg h1.text-sm,
  .text-lg .h1.text-sm,
  .text-lg h2.text-sm,
  .text-lg .h2.text-sm,
  .text-lg h3.text-sm,
  .text-lg .h3.text-sm,
  .text-lg h4.text-sm,
  .text-lg .h4.text-sm,
  .text-lg h5.text-sm,
  .text-lg .h5.text-sm,
  .text-lg h6.text-sm,
  .text-lg .h6.text-sm {
    line-height: 1em;
  }
  .text-lg h1,
  .text-lg .h1,
  .text-lg h2,
  .text-lg .h2,
  .text-lg h3,
  .text-lg .h3,
  .text-lg h4,
  .text-lg .h4,
  .text-lg h5,
  .text-lg .h5,
  .text-lg h6,
  .text-lg .h6 {
    margin-bottom: 27.125px;
  }
  .text-lg h1:only-child,
  .text-lg .h1:only-child,
  .text-lg h2:only-child,
  .text-lg .h2:only-child,
  .text-lg h3:only-child,
  .text-lg .h3:only-child,
  .text-lg h4:only-child,
  .text-lg .h4:only-child,
  .text-lg h5:only-child,
  .text-lg .h5:only-child,
  .text-lg h6:only-child,
  .text-lg .h6:only-child {
    margin-bottom: 0;
  }
  .text-lg .text-object h1,
  .text-lg .text-object .h1,
  .text-lg .text-object h2,
  .text-lg .text-object .h2,
  .text-lg .text-object h3,
  .text-lg .text-object .h3,
  .text-lg .text-object h4,
  .text-lg .text-object .h4,
  .text-lg .text-object h5,
  .text-lg .text-object .h5,
  .text-lg .text-object h6,
  .text-lg .text-object .h6 {
    margin-bottom: 27.125px;
  }
  .text-lg .text-object h1:only-child,
  .text-lg .text-object .h1:only-child,
  .text-lg .text-object h2:only-child,
  .text-lg .text-object .h2:only-child,
  .text-lg .text-object h3:only-child,
  .text-lg .text-object .h3:only-child,
  .text-lg .text-object h4:only-child,
  .text-lg .text-object .h4:only-child,
  .text-lg .text-object h5:only-child,
  .text-lg .text-object .h5:only-child,
  .text-lg .text-object h6:only-child,
  .text-lg .text-object .h6:only-child {
    margin-bottom: 27.125px;
  }
  .text-lg .text-object:only-child h1,
  .text-lg .text-object:only-child .h1,
  .text-lg .text-object:only-child h2,
  .text-lg .text-object:only-child .h2,
  .text-lg .text-object:only-child h3,
  .text-lg .text-object:only-child .h3,
  .text-lg .text-object:only-child h4,
  .text-lg .text-object:only-child .h4,
  .text-lg .text-object:only-child h5,
  .text-lg .text-object:only-child .h5,
  .text-lg .text-object:only-child h6,
  .text-lg .text-object:only-child .h6 {
    margin-bottom: 27.125px;
  }
  .text-lg .text-object:only-child h1:only-child,
  .text-lg .text-object:only-child .h1:only-child,
  .text-lg .text-object:only-child h2:only-child,
  .text-lg .text-object:only-child .h2:only-child,
  .text-lg .text-object:only-child h3:only-child,
  .text-lg .text-object:only-child .h3:only-child,
  .text-lg .text-object:only-child h4:only-child,
  .text-lg .text-object:only-child .h4:only-child,
  .text-lg .text-object:only-child h5:only-child,
  .text-lg .text-object:only-child .h5:only-child,
  .text-lg .text-object:only-child h6:only-child,
  .text-lg .text-object:only-child .h6:only-child {
    margin-bottom: 0;
  }
  .text-lg ul li,
  .text-lg ol li {
    margin-bottom: 9.04166667px;
  }
  .text-lg ul li li,
  .text-lg ol li li {
    margin-bottom: 9.04166667px;
  }
  .text-lg ul li li:last-child,
  .text-lg ol li li:last-child {
    margin-bottom: 0;
  }
  .text-lg ul li li li,
  .text-lg ol li li li {
    margin-bottom: 9.04166667px;
  }
  .text-lg ul li li li:last-child,
  .text-lg ol li li li:last-child {
    margin-bottom: 0;
  }
  .text-lg .btn {
    margin-bottom: 31px;
  }
  .text-lg .btn:last-child {
    margin-bottom: 0px;
  }
  .text-lg p {
    margin: 0 0 27.125px;
  }
  .text-lg p:empty {
    display: none !important;
  }
  .text-lg i.fa,
  .text-lg .b-icon {
    margin-bottom: 27.125px;
  }
  .text-lg i.fa.h-icon,
  .text-lg .b-icon.h-icon {
    margin-bottom: 0;
  }
  .text-lg i.fa:last-child,
  .text-lg .b-icon:last-child {
    margin-bottom: 0;
  }
  .text-lg .pt-image {
    margin: 0 0 27.125px;
  }
  .text-lg .pt-image:last-child {
    margin-bottom: 0;
  }
  .text-lg #live-area ul,
  .text-lg #live-area ol {
    margin: 0 0 27.125px;
  }
  .text-lg #live-area ul ul,
  .text-lg #live-area ol ul,
  .text-lg #live-area ul ol,
  .text-lg #live-area ol ol {
    margin-bottom: 0;
    margin-top: 0;
  }
  .text-lg hr {
    margin-top: 27.125px;
    margin-bottom: 27.125px;
    border: 0;
    border-top: 1px solid #262828;
  }
  .text-lg p + hr,
  .text-lg h1 + hr,
  .text-lg h2 + hr,
  .text-lg h3 + hr,
  .text-lg h4 + hr,
  .text-lg h5 + hr,
  .text-lg h6 + hr,
  .text-lg ul + hr,
  .text-lg ol + hr {
    margin-top: 0;
  }
}
.text-xl {
  font-size: 2em;
  line-height: 1.5em;
}
.text-xl h1,
.text-xl .h1,
.text-xl h2,
.text-xl .h2,
.text-xl h3,
.text-xl .h3,
.text-xl h4,
.text-xl .h4,
.text-xl h5,
.text-xl .h5,
.text-xl h6,
.text-xl .h6 {
  line-height: 1em;
}
.text-xl h1.text-xl,
.text-xl .h1.text-xl,
.text-xl h2.text-xl,
.text-xl .h2.text-xl,
.text-xl h3.text-xl,
.text-xl .h3.text-xl,
.text-xl h4.text-xl,
.text-xl .h4.text-xl,
.text-xl h5.text-xl,
.text-xl .h5.text-xl,
.text-xl h6.text-xl,
.text-xl .h6.text-xl,
.text-xl h1.text-xxl,
.text-xl .h1.text-xxl,
.text-xl h2.text-xxl,
.text-xl .h2.text-xxl,
.text-xl h3.text-xxl,
.text-xl .h3.text-xxl,
.text-xl h4.text-xxl,
.text-xl .h4.text-xxl,
.text-xl h5.text-xxl,
.text-xl .h5.text-xxl,
.text-xl h6.text-xxl,
.text-xl .h6.text-xxl,
.text-xl h1.text-lg,
.text-xl .h1.text-lg,
.text-xl h2.text-lg,
.text-xl .h2.text-lg,
.text-xl h3.text-lg,
.text-xl .h3.text-lg,
.text-xl h4.text-lg,
.text-xl .h4.text-lg,
.text-xl h5.text-lg,
.text-xl .h5.text-lg,
.text-xl h6.text-lg,
.text-xl .h6.text-lg,
.text-xl h1.text-sm,
.text-xl .h1.text-sm,
.text-xl h2.text-sm,
.text-xl .h2.text-sm,
.text-xl h3.text-sm,
.text-xl .h3.text-sm,
.text-xl h4.text-sm,
.text-xl .h4.text-sm,
.text-xl h5.text-sm,
.text-xl .h5.text-sm,
.text-xl h6.text-sm,
.text-xl .h6.text-sm {
  line-height: 1em;
}
.text-xl h1,
.text-xl .h1,
.text-xl h2,
.text-xl .h2,
.text-xl h3,
.text-xl .h3,
.text-xl h4,
.text-xl .h4,
.text-xl h5,
.text-xl .h5,
.text-xl h6,
.text-xl .h6 {
  margin-bottom: 62px;
}
.text-xl h1:only-child,
.text-xl .h1:only-child,
.text-xl h2:only-child,
.text-xl .h2:only-child,
.text-xl h3:only-child,
.text-xl .h3:only-child,
.text-xl h4:only-child,
.text-xl .h4:only-child,
.text-xl h5:only-child,
.text-xl .h5:only-child,
.text-xl h6:only-child,
.text-xl .h6:only-child {
  margin-bottom: 0;
}
.text-xl .text-object h1,
.text-xl .text-object .h1,
.text-xl .text-object h2,
.text-xl .text-object .h2,
.text-xl .text-object h3,
.text-xl .text-object .h3,
.text-xl .text-object h4,
.text-xl .text-object .h4,
.text-xl .text-object h5,
.text-xl .text-object .h5,
.text-xl .text-object h6,
.text-xl .text-object .h6 {
  margin-bottom: 62px;
}
.text-xl .text-object h1:only-child,
.text-xl .text-object .h1:only-child,
.text-xl .text-object h2:only-child,
.text-xl .text-object .h2:only-child,
.text-xl .text-object h3:only-child,
.text-xl .text-object .h3:only-child,
.text-xl .text-object h4:only-child,
.text-xl .text-object .h4:only-child,
.text-xl .text-object h5:only-child,
.text-xl .text-object .h5:only-child,
.text-xl .text-object h6:only-child,
.text-xl .text-object .h6:only-child {
  margin-bottom: 62px;
}
.text-xl .text-object:only-child h1,
.text-xl .text-object:only-child .h1,
.text-xl .text-object:only-child h2,
.text-xl .text-object:only-child .h2,
.text-xl .text-object:only-child h3,
.text-xl .text-object:only-child .h3,
.text-xl .text-object:only-child h4,
.text-xl .text-object:only-child .h4,
.text-xl .text-object:only-child h5,
.text-xl .text-object:only-child .h5,
.text-xl .text-object:only-child h6,
.text-xl .text-object:only-child .h6 {
  margin-bottom: 62px;
}
.text-xl .text-object:only-child h1:only-child,
.text-xl .text-object:only-child .h1:only-child,
.text-xl .text-object:only-child h2:only-child,
.text-xl .text-object:only-child .h2:only-child,
.text-xl .text-object:only-child h3:only-child,
.text-xl .text-object:only-child .h3:only-child,
.text-xl .text-object:only-child h4:only-child,
.text-xl .text-object:only-child .h4:only-child,
.text-xl .text-object:only-child h5:only-child,
.text-xl .text-object:only-child .h5:only-child,
.text-xl .text-object:only-child h6:only-child,
.text-xl .text-object:only-child .h6:only-child {
  margin-bottom: 0;
}
.text-xl ul li,
.text-xl ol li {
  margin-bottom: 20.66666667px;
}
.text-xl ul li li,
.text-xl ol li li {
  margin-bottom: 20.66666667px;
}
.text-xl ul li li:last-child,
.text-xl ol li li:last-child {
  margin-bottom: 0;
}
.text-xl ul li li li,
.text-xl ol li li li {
  margin-bottom: 20.66666667px;
}
.text-xl ul li li li:last-child,
.text-xl ol li li li:last-child {
  margin-bottom: 0;
}
.text-xl .btn {
  margin-bottom: 31px;
}
.text-xl .btn:last-child {
  margin-bottom: 0px;
}
.text-xl p {
  margin: 0 0 62px;
}
.text-xl p:empty {
  display: none !important;
}
.text-xl i.fa,
.text-xl .b-icon {
  margin-bottom: 62px;
}
.text-xl i.fa.h-icon,
.text-xl .b-icon.h-icon {
  margin-bottom: 0;
}
.text-xl i.fa:last-child,
.text-xl .b-icon:last-child {
  margin-bottom: 0;
}
.text-xl .pt-image {
  margin: 0 0 62px;
}
.text-xl .pt-image:last-child {
  margin-bottom: 0;
}
.text-xl #live-area ul,
.text-xl #live-area ol {
  margin: 0 0 62px;
}
.text-xl #live-area ul ul,
.text-xl #live-area ol ul,
.text-xl #live-area ul ol,
.text-xl #live-area ol ol {
  margin-bottom: 0;
  margin-top: 0;
}
.text-xl hr {
  margin-top: 62px;
  margin-bottom: 62px;
  border: 0;
  border-top: 1px solid #262828;
}
.text-xl p + hr,
.text-xl h1 + hr,
.text-xl h2 + hr,
.text-xl h3 + hr,
.text-xl h4 + hr,
.text-xl h5 + hr,
.text-xl h6 + hr,
.text-xl ul + hr,
.text-xl ol + hr {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .text-xl {
    font-size: 1.75em;
  }
  .text-xl h1,
  .text-xl .h1,
  .text-xl h2,
  .text-xl .h2,
  .text-xl h3,
  .text-xl .h3,
  .text-xl h4,
  .text-xl .h4,
  .text-xl h5,
  .text-xl .h5,
  .text-xl h6,
  .text-xl .h6 {
    line-height: 1em;
  }
  .text-xl h1.text-xl,
  .text-xl .h1.text-xl,
  .text-xl h2.text-xl,
  .text-xl .h2.text-xl,
  .text-xl h3.text-xl,
  .text-xl .h3.text-xl,
  .text-xl h4.text-xl,
  .text-xl .h4.text-xl,
  .text-xl h5.text-xl,
  .text-xl .h5.text-xl,
  .text-xl h6.text-xl,
  .text-xl .h6.text-xl,
  .text-xl h1.text-xxl,
  .text-xl .h1.text-xxl,
  .text-xl h2.text-xxl,
  .text-xl .h2.text-xxl,
  .text-xl h3.text-xxl,
  .text-xl .h3.text-xxl,
  .text-xl h4.text-xxl,
  .text-xl .h4.text-xxl,
  .text-xl h5.text-xxl,
  .text-xl .h5.text-xxl,
  .text-xl h6.text-xxl,
  .text-xl .h6.text-xxl,
  .text-xl h1.text-lg,
  .text-xl .h1.text-lg,
  .text-xl h2.text-lg,
  .text-xl .h2.text-lg,
  .text-xl h3.text-lg,
  .text-xl .h3.text-lg,
  .text-xl h4.text-lg,
  .text-xl .h4.text-lg,
  .text-xl h5.text-lg,
  .text-xl .h5.text-lg,
  .text-xl h6.text-lg,
  .text-xl .h6.text-lg,
  .text-xl h1.text-sm,
  .text-xl .h1.text-sm,
  .text-xl h2.text-sm,
  .text-xl .h2.text-sm,
  .text-xl h3.text-sm,
  .text-xl .h3.text-sm,
  .text-xl h4.text-sm,
  .text-xl .h4.text-sm,
  .text-xl h5.text-sm,
  .text-xl .h5.text-sm,
  .text-xl h6.text-sm,
  .text-xl .h6.text-sm {
    line-height: 1em;
  }
  .text-xl h1,
  .text-xl .h1,
  .text-xl h2,
  .text-xl .h2,
  .text-xl h3,
  .text-xl .h3,
  .text-xl h4,
  .text-xl .h4,
  .text-xl h5,
  .text-xl .h5,
  .text-xl h6,
  .text-xl .h6 {
    margin-bottom: 54.25px;
  }
  .text-xl h1:only-child,
  .text-xl .h1:only-child,
  .text-xl h2:only-child,
  .text-xl .h2:only-child,
  .text-xl h3:only-child,
  .text-xl .h3:only-child,
  .text-xl h4:only-child,
  .text-xl .h4:only-child,
  .text-xl h5:only-child,
  .text-xl .h5:only-child,
  .text-xl h6:only-child,
  .text-xl .h6:only-child {
    margin-bottom: 0;
  }
  .text-xl .text-object h1,
  .text-xl .text-object .h1,
  .text-xl .text-object h2,
  .text-xl .text-object .h2,
  .text-xl .text-object h3,
  .text-xl .text-object .h3,
  .text-xl .text-object h4,
  .text-xl .text-object .h4,
  .text-xl .text-object h5,
  .text-xl .text-object .h5,
  .text-xl .text-object h6,
  .text-xl .text-object .h6 {
    margin-bottom: 54.25px;
  }
  .text-xl .text-object h1:only-child,
  .text-xl .text-object .h1:only-child,
  .text-xl .text-object h2:only-child,
  .text-xl .text-object .h2:only-child,
  .text-xl .text-object h3:only-child,
  .text-xl .text-object .h3:only-child,
  .text-xl .text-object h4:only-child,
  .text-xl .text-object .h4:only-child,
  .text-xl .text-object h5:only-child,
  .text-xl .text-object .h5:only-child,
  .text-xl .text-object h6:only-child,
  .text-xl .text-object .h6:only-child {
    margin-bottom: 54.25px;
  }
  .text-xl .text-object:only-child h1,
  .text-xl .text-object:only-child .h1,
  .text-xl .text-object:only-child h2,
  .text-xl .text-object:only-child .h2,
  .text-xl .text-object:only-child h3,
  .text-xl .text-object:only-child .h3,
  .text-xl .text-object:only-child h4,
  .text-xl .text-object:only-child .h4,
  .text-xl .text-object:only-child h5,
  .text-xl .text-object:only-child .h5,
  .text-xl .text-object:only-child h6,
  .text-xl .text-object:only-child .h6 {
    margin-bottom: 54.25px;
  }
  .text-xl .text-object:only-child h1:only-child,
  .text-xl .text-object:only-child .h1:only-child,
  .text-xl .text-object:only-child h2:only-child,
  .text-xl .text-object:only-child .h2:only-child,
  .text-xl .text-object:only-child h3:only-child,
  .text-xl .text-object:only-child .h3:only-child,
  .text-xl .text-object:only-child h4:only-child,
  .text-xl .text-object:only-child .h4:only-child,
  .text-xl .text-object:only-child h5:only-child,
  .text-xl .text-object:only-child .h5:only-child,
  .text-xl .text-object:only-child h6:only-child,
  .text-xl .text-object:only-child .h6:only-child {
    margin-bottom: 0;
  }
  .text-xl ul li,
  .text-xl ol li {
    margin-bottom: 18.08333333px;
  }
  .text-xl ul li li,
  .text-xl ol li li {
    margin-bottom: 18.08333333px;
  }
  .text-xl ul li li:last-child,
  .text-xl ol li li:last-child {
    margin-bottom: 0;
  }
  .text-xl ul li li li,
  .text-xl ol li li li {
    margin-bottom: 18.08333333px;
  }
  .text-xl ul li li li:last-child,
  .text-xl ol li li li:last-child {
    margin-bottom: 0;
  }
  .text-xl .btn {
    margin-bottom: 31px;
  }
  .text-xl .btn:last-child {
    margin-bottom: 0px;
  }
  .text-xl p {
    margin: 0 0 54.25px;
  }
  .text-xl p:empty {
    display: none !important;
  }
  .text-xl i.fa,
  .text-xl .b-icon {
    margin-bottom: 54.25px;
  }
  .text-xl i.fa.h-icon,
  .text-xl .b-icon.h-icon {
    margin-bottom: 0;
  }
  .text-xl i.fa:last-child,
  .text-xl .b-icon:last-child {
    margin-bottom: 0;
  }
  .text-xl .pt-image {
    margin: 0 0 54.25px;
  }
  .text-xl .pt-image:last-child {
    margin-bottom: 0;
  }
  .text-xl #live-area ul,
  .text-xl #live-area ol {
    margin: 0 0 54.25px;
  }
  .text-xl #live-area ul ul,
  .text-xl #live-area ol ul,
  .text-xl #live-area ul ol,
  .text-xl #live-area ol ol {
    margin-bottom: 0;
    margin-top: 0;
  }
  .text-xl hr {
    margin-top: 54.25px;
    margin-bottom: 54.25px;
    border: 0;
    border-top: 1px solid #262828;
  }
  .text-xl p + hr,
  .text-xl h1 + hr,
  .text-xl h2 + hr,
  .text-xl h3 + hr,
  .text-xl h4 + hr,
  .text-xl h5 + hr,
  .text-xl h6 + hr,
  .text-xl ul + hr,
  .text-xl ol + hr {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .text-xl {
    font-size: 1.5em;
  }
  .text-xl h1,
  .text-xl .h1,
  .text-xl h2,
  .text-xl .h2,
  .text-xl h3,
  .text-xl .h3,
  .text-xl h4,
  .text-xl .h4,
  .text-xl h5,
  .text-xl .h5,
  .text-xl h6,
  .text-xl .h6 {
    line-height: 1em;
  }
  .text-xl h1.text-xl,
  .text-xl .h1.text-xl,
  .text-xl h2.text-xl,
  .text-xl .h2.text-xl,
  .text-xl h3.text-xl,
  .text-xl .h3.text-xl,
  .text-xl h4.text-xl,
  .text-xl .h4.text-xl,
  .text-xl h5.text-xl,
  .text-xl .h5.text-xl,
  .text-xl h6.text-xl,
  .text-xl .h6.text-xl,
  .text-xl h1.text-xxl,
  .text-xl .h1.text-xxl,
  .text-xl h2.text-xxl,
  .text-xl .h2.text-xxl,
  .text-xl h3.text-xxl,
  .text-xl .h3.text-xxl,
  .text-xl h4.text-xxl,
  .text-xl .h4.text-xxl,
  .text-xl h5.text-xxl,
  .text-xl .h5.text-xxl,
  .text-xl h6.text-xxl,
  .text-xl .h6.text-xxl,
  .text-xl h1.text-lg,
  .text-xl .h1.text-lg,
  .text-xl h2.text-lg,
  .text-xl .h2.text-lg,
  .text-xl h3.text-lg,
  .text-xl .h3.text-lg,
  .text-xl h4.text-lg,
  .text-xl .h4.text-lg,
  .text-xl h5.text-lg,
  .text-xl .h5.text-lg,
  .text-xl h6.text-lg,
  .text-xl .h6.text-lg,
  .text-xl h1.text-sm,
  .text-xl .h1.text-sm,
  .text-xl h2.text-sm,
  .text-xl .h2.text-sm,
  .text-xl h3.text-sm,
  .text-xl .h3.text-sm,
  .text-xl h4.text-sm,
  .text-xl .h4.text-sm,
  .text-xl h5.text-sm,
  .text-xl .h5.text-sm,
  .text-xl h6.text-sm,
  .text-xl .h6.text-sm {
    line-height: 1em;
  }
  .text-xl h1,
  .text-xl .h1,
  .text-xl h2,
  .text-xl .h2,
  .text-xl h3,
  .text-xl .h3,
  .text-xl h4,
  .text-xl .h4,
  .text-xl h5,
  .text-xl .h5,
  .text-xl h6,
  .text-xl .h6 {
    margin-bottom: 46.5px;
  }
  .text-xl h1:only-child,
  .text-xl .h1:only-child,
  .text-xl h2:only-child,
  .text-xl .h2:only-child,
  .text-xl h3:only-child,
  .text-xl .h3:only-child,
  .text-xl h4:only-child,
  .text-xl .h4:only-child,
  .text-xl h5:only-child,
  .text-xl .h5:only-child,
  .text-xl h6:only-child,
  .text-xl .h6:only-child {
    margin-bottom: 0;
  }
  .text-xl .text-object h1,
  .text-xl .text-object .h1,
  .text-xl .text-object h2,
  .text-xl .text-object .h2,
  .text-xl .text-object h3,
  .text-xl .text-object .h3,
  .text-xl .text-object h4,
  .text-xl .text-object .h4,
  .text-xl .text-object h5,
  .text-xl .text-object .h5,
  .text-xl .text-object h6,
  .text-xl .text-object .h6 {
    margin-bottom: 46.5px;
  }
  .text-xl .text-object h1:only-child,
  .text-xl .text-object .h1:only-child,
  .text-xl .text-object h2:only-child,
  .text-xl .text-object .h2:only-child,
  .text-xl .text-object h3:only-child,
  .text-xl .text-object .h3:only-child,
  .text-xl .text-object h4:only-child,
  .text-xl .text-object .h4:only-child,
  .text-xl .text-object h5:only-child,
  .text-xl .text-object .h5:only-child,
  .text-xl .text-object h6:only-child,
  .text-xl .text-object .h6:only-child {
    margin-bottom: 46.5px;
  }
  .text-xl .text-object:only-child h1,
  .text-xl .text-object:only-child .h1,
  .text-xl .text-object:only-child h2,
  .text-xl .text-object:only-child .h2,
  .text-xl .text-object:only-child h3,
  .text-xl .text-object:only-child .h3,
  .text-xl .text-object:only-child h4,
  .text-xl .text-object:only-child .h4,
  .text-xl .text-object:only-child h5,
  .text-xl .text-object:only-child .h5,
  .text-xl .text-object:only-child h6,
  .text-xl .text-object:only-child .h6 {
    margin-bottom: 46.5px;
  }
  .text-xl .text-object:only-child h1:only-child,
  .text-xl .text-object:only-child .h1:only-child,
  .text-xl .text-object:only-child h2:only-child,
  .text-xl .text-object:only-child .h2:only-child,
  .text-xl .text-object:only-child h3:only-child,
  .text-xl .text-object:only-child .h3:only-child,
  .text-xl .text-object:only-child h4:only-child,
  .text-xl .text-object:only-child .h4:only-child,
  .text-xl .text-object:only-child h5:only-child,
  .text-xl .text-object:only-child .h5:only-child,
  .text-xl .text-object:only-child h6:only-child,
  .text-xl .text-object:only-child .h6:only-child {
    margin-bottom: 0;
  }
  .text-xl ul li,
  .text-xl ol li {
    margin-bottom: 15.5px;
  }
  .text-xl ul li li,
  .text-xl ol li li {
    margin-bottom: 15.5px;
  }
  .text-xl ul li li:last-child,
  .text-xl ol li li:last-child {
    margin-bottom: 0;
  }
  .text-xl ul li li li,
  .text-xl ol li li li {
    margin-bottom: 15.5px;
  }
  .text-xl ul li li li:last-child,
  .text-xl ol li li li:last-child {
    margin-bottom: 0;
  }
  .text-xl .btn {
    margin-bottom: 31px;
  }
  .text-xl .btn:last-child {
    margin-bottom: 0px;
  }
  .text-xl p {
    margin: 0 0 46.5px;
  }
  .text-xl p:empty {
    display: none !important;
  }
  .text-xl i.fa,
  .text-xl .b-icon {
    margin-bottom: 46.5px;
  }
  .text-xl i.fa.h-icon,
  .text-xl .b-icon.h-icon {
    margin-bottom: 0;
  }
  .text-xl i.fa:last-child,
  .text-xl .b-icon:last-child {
    margin-bottom: 0;
  }
  .text-xl .pt-image {
    margin: 0 0 46.5px;
  }
  .text-xl .pt-image:last-child {
    margin-bottom: 0;
  }
  .text-xl #live-area ul,
  .text-xl #live-area ol {
    margin: 0 0 46.5px;
  }
  .text-xl #live-area ul ul,
  .text-xl #live-area ol ul,
  .text-xl #live-area ul ol,
  .text-xl #live-area ol ol {
    margin-bottom: 0;
    margin-top: 0;
  }
  .text-xl hr {
    margin-top: 46.5px;
    margin-bottom: 46.5px;
    border: 0;
    border-top: 1px solid #262828;
  }
  .text-xl p + hr,
  .text-xl h1 + hr,
  .text-xl h2 + hr,
  .text-xl h3 + hr,
  .text-xl h4 + hr,
  .text-xl h5 + hr,
  .text-xl h6 + hr,
  .text-xl ul + hr,
  .text-xl ol + hr {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .text-xl {
    font-size: 1.25em;
  }
  .text-xl h1,
  .text-xl .h1,
  .text-xl h2,
  .text-xl .h2,
  .text-xl h3,
  .text-xl .h3,
  .text-xl h4,
  .text-xl .h4,
  .text-xl h5,
  .text-xl .h5,
  .text-xl h6,
  .text-xl .h6 {
    line-height: 1em;
  }
  .text-xl h1.text-xl,
  .text-xl .h1.text-xl,
  .text-xl h2.text-xl,
  .text-xl .h2.text-xl,
  .text-xl h3.text-xl,
  .text-xl .h3.text-xl,
  .text-xl h4.text-xl,
  .text-xl .h4.text-xl,
  .text-xl h5.text-xl,
  .text-xl .h5.text-xl,
  .text-xl h6.text-xl,
  .text-xl .h6.text-xl,
  .text-xl h1.text-xxl,
  .text-xl .h1.text-xxl,
  .text-xl h2.text-xxl,
  .text-xl .h2.text-xxl,
  .text-xl h3.text-xxl,
  .text-xl .h3.text-xxl,
  .text-xl h4.text-xxl,
  .text-xl .h4.text-xxl,
  .text-xl h5.text-xxl,
  .text-xl .h5.text-xxl,
  .text-xl h6.text-xxl,
  .text-xl .h6.text-xxl,
  .text-xl h1.text-lg,
  .text-xl .h1.text-lg,
  .text-xl h2.text-lg,
  .text-xl .h2.text-lg,
  .text-xl h3.text-lg,
  .text-xl .h3.text-lg,
  .text-xl h4.text-lg,
  .text-xl .h4.text-lg,
  .text-xl h5.text-lg,
  .text-xl .h5.text-lg,
  .text-xl h6.text-lg,
  .text-xl .h6.text-lg,
  .text-xl h1.text-sm,
  .text-xl .h1.text-sm,
  .text-xl h2.text-sm,
  .text-xl .h2.text-sm,
  .text-xl h3.text-sm,
  .text-xl .h3.text-sm,
  .text-xl h4.text-sm,
  .text-xl .h4.text-sm,
  .text-xl h5.text-sm,
  .text-xl .h5.text-sm,
  .text-xl h6.text-sm,
  .text-xl .h6.text-sm {
    line-height: 1em;
  }
  .text-xl h1,
  .text-xl .h1,
  .text-xl h2,
  .text-xl .h2,
  .text-xl h3,
  .text-xl .h3,
  .text-xl h4,
  .text-xl .h4,
  .text-xl h5,
  .text-xl .h5,
  .text-xl h6,
  .text-xl .h6 {
    margin-bottom: 38.75px;
  }
  .text-xl h1:only-child,
  .text-xl .h1:only-child,
  .text-xl h2:only-child,
  .text-xl .h2:only-child,
  .text-xl h3:only-child,
  .text-xl .h3:only-child,
  .text-xl h4:only-child,
  .text-xl .h4:only-child,
  .text-xl h5:only-child,
  .text-xl .h5:only-child,
  .text-xl h6:only-child,
  .text-xl .h6:only-child {
    margin-bottom: 0;
  }
  .text-xl .text-object h1,
  .text-xl .text-object .h1,
  .text-xl .text-object h2,
  .text-xl .text-object .h2,
  .text-xl .text-object h3,
  .text-xl .text-object .h3,
  .text-xl .text-object h4,
  .text-xl .text-object .h4,
  .text-xl .text-object h5,
  .text-xl .text-object .h5,
  .text-xl .text-object h6,
  .text-xl .text-object .h6 {
    margin-bottom: 38.75px;
  }
  .text-xl .text-object h1:only-child,
  .text-xl .text-object .h1:only-child,
  .text-xl .text-object h2:only-child,
  .text-xl .text-object .h2:only-child,
  .text-xl .text-object h3:only-child,
  .text-xl .text-object .h3:only-child,
  .text-xl .text-object h4:only-child,
  .text-xl .text-object .h4:only-child,
  .text-xl .text-object h5:only-child,
  .text-xl .text-object .h5:only-child,
  .text-xl .text-object h6:only-child,
  .text-xl .text-object .h6:only-child {
    margin-bottom: 38.75px;
  }
  .text-xl .text-object:only-child h1,
  .text-xl .text-object:only-child .h1,
  .text-xl .text-object:only-child h2,
  .text-xl .text-object:only-child .h2,
  .text-xl .text-object:only-child h3,
  .text-xl .text-object:only-child .h3,
  .text-xl .text-object:only-child h4,
  .text-xl .text-object:only-child .h4,
  .text-xl .text-object:only-child h5,
  .text-xl .text-object:only-child .h5,
  .text-xl .text-object:only-child h6,
  .text-xl .text-object:only-child .h6 {
    margin-bottom: 38.75px;
  }
  .text-xl .text-object:only-child h1:only-child,
  .text-xl .text-object:only-child .h1:only-child,
  .text-xl .text-object:only-child h2:only-child,
  .text-xl .text-object:only-child .h2:only-child,
  .text-xl .text-object:only-child h3:only-child,
  .text-xl .text-object:only-child .h3:only-child,
  .text-xl .text-object:only-child h4:only-child,
  .text-xl .text-object:only-child .h4:only-child,
  .text-xl .text-object:only-child h5:only-child,
  .text-xl .text-object:only-child .h5:only-child,
  .text-xl .text-object:only-child h6:only-child,
  .text-xl .text-object:only-child .h6:only-child {
    margin-bottom: 0;
  }
  .text-xl ul li,
  .text-xl ol li {
    margin-bottom: 12.91666667px;
  }
  .text-xl ul li li,
  .text-xl ol li li {
    margin-bottom: 12.91666667px;
  }
  .text-xl ul li li:last-child,
  .text-xl ol li li:last-child {
    margin-bottom: 0;
  }
  .text-xl ul li li li,
  .text-xl ol li li li {
    margin-bottom: 12.91666667px;
  }
  .text-xl ul li li li:last-child,
  .text-xl ol li li li:last-child {
    margin-bottom: 0;
  }
  .text-xl .btn {
    margin-bottom: 31px;
  }
  .text-xl .btn:last-child {
    margin-bottom: 0px;
  }
  .text-xl p {
    margin: 0 0 38.75px;
  }
  .text-xl p:empty {
    display: none !important;
  }
  .text-xl i.fa,
  .text-xl .b-icon {
    margin-bottom: 38.75px;
  }
  .text-xl i.fa.h-icon,
  .text-xl .b-icon.h-icon {
    margin-bottom: 0;
  }
  .text-xl i.fa:last-child,
  .text-xl .b-icon:last-child {
    margin-bottom: 0;
  }
  .text-xl .pt-image {
    margin: 0 0 38.75px;
  }
  .text-xl .pt-image:last-child {
    margin-bottom: 0;
  }
  .text-xl #live-area ul,
  .text-xl #live-area ol {
    margin: 0 0 38.75px;
  }
  .text-xl #live-area ul ul,
  .text-xl #live-area ol ul,
  .text-xl #live-area ul ol,
  .text-xl #live-area ol ol {
    margin-bottom: 0;
    margin-top: 0;
  }
  .text-xl hr {
    margin-top: 38.75px;
    margin-bottom: 38.75px;
    border: 0;
    border-top: 1px solid #262828;
  }
  .text-xl p + hr,
  .text-xl h1 + hr,
  .text-xl h2 + hr,
  .text-xl h3 + hr,
  .text-xl h4 + hr,
  .text-xl h5 + hr,
  .text-xl h6 + hr,
  .text-xl ul + hr,
  .text-xl ol + hr {
    margin-top: 0;
  }
}
.text-xxl {
  font-size: 2.25em;
  line-height: 1.5em;
}
.text-xxl h1,
.text-xxl .h1,
.text-xxl h2,
.text-xxl .h2,
.text-xxl h3,
.text-xxl .h3,
.text-xxl h4,
.text-xxl .h4,
.text-xxl h5,
.text-xxl .h5,
.text-xxl h6,
.text-xxl .h6 {
  line-height: 1em;
}
.text-xxl h1.text-xl,
.text-xxl .h1.text-xl,
.text-xxl h2.text-xl,
.text-xxl .h2.text-xl,
.text-xxl h3.text-xl,
.text-xxl .h3.text-xl,
.text-xxl h4.text-xl,
.text-xxl .h4.text-xl,
.text-xxl h5.text-xl,
.text-xxl .h5.text-xl,
.text-xxl h6.text-xl,
.text-xxl .h6.text-xl,
.text-xxl h1.text-xxl,
.text-xxl .h1.text-xxl,
.text-xxl h2.text-xxl,
.text-xxl .h2.text-xxl,
.text-xxl h3.text-xxl,
.text-xxl .h3.text-xxl,
.text-xxl h4.text-xxl,
.text-xxl .h4.text-xxl,
.text-xxl h5.text-xxl,
.text-xxl .h5.text-xxl,
.text-xxl h6.text-xxl,
.text-xxl .h6.text-xxl,
.text-xxl h1.text-lg,
.text-xxl .h1.text-lg,
.text-xxl h2.text-lg,
.text-xxl .h2.text-lg,
.text-xxl h3.text-lg,
.text-xxl .h3.text-lg,
.text-xxl h4.text-lg,
.text-xxl .h4.text-lg,
.text-xxl h5.text-lg,
.text-xxl .h5.text-lg,
.text-xxl h6.text-lg,
.text-xxl .h6.text-lg,
.text-xxl h1.text-sm,
.text-xxl .h1.text-sm,
.text-xxl h2.text-sm,
.text-xxl .h2.text-sm,
.text-xxl h3.text-sm,
.text-xxl .h3.text-sm,
.text-xxl h4.text-sm,
.text-xxl .h4.text-sm,
.text-xxl h5.text-sm,
.text-xxl .h5.text-sm,
.text-xxl h6.text-sm,
.text-xxl .h6.text-sm {
  line-height: 1em;
}
.text-xxl h1,
.text-xxl .h1,
.text-xxl h2,
.text-xxl .h2,
.text-xxl h3,
.text-xxl .h3,
.text-xxl h4,
.text-xxl .h4,
.text-xxl h5,
.text-xxl .h5,
.text-xxl h6,
.text-xxl .h6 {
  margin-bottom: 62px;
}
.text-xxl h1:only-child,
.text-xxl .h1:only-child,
.text-xxl h2:only-child,
.text-xxl .h2:only-child,
.text-xxl h3:only-child,
.text-xxl .h3:only-child,
.text-xxl h4:only-child,
.text-xxl .h4:only-child,
.text-xxl h5:only-child,
.text-xxl .h5:only-child,
.text-xxl h6:only-child,
.text-xxl .h6:only-child {
  margin-bottom: 0;
}
.text-xxl .text-object h1,
.text-xxl .text-object .h1,
.text-xxl .text-object h2,
.text-xxl .text-object .h2,
.text-xxl .text-object h3,
.text-xxl .text-object .h3,
.text-xxl .text-object h4,
.text-xxl .text-object .h4,
.text-xxl .text-object h5,
.text-xxl .text-object .h5,
.text-xxl .text-object h6,
.text-xxl .text-object .h6 {
  margin-bottom: 62px;
}
.text-xxl .text-object h1:only-child,
.text-xxl .text-object .h1:only-child,
.text-xxl .text-object h2:only-child,
.text-xxl .text-object .h2:only-child,
.text-xxl .text-object h3:only-child,
.text-xxl .text-object .h3:only-child,
.text-xxl .text-object h4:only-child,
.text-xxl .text-object .h4:only-child,
.text-xxl .text-object h5:only-child,
.text-xxl .text-object .h5:only-child,
.text-xxl .text-object h6:only-child,
.text-xxl .text-object .h6:only-child {
  margin-bottom: 62px;
}
.text-xxl .text-object:only-child h1,
.text-xxl .text-object:only-child .h1,
.text-xxl .text-object:only-child h2,
.text-xxl .text-object:only-child .h2,
.text-xxl .text-object:only-child h3,
.text-xxl .text-object:only-child .h3,
.text-xxl .text-object:only-child h4,
.text-xxl .text-object:only-child .h4,
.text-xxl .text-object:only-child h5,
.text-xxl .text-object:only-child .h5,
.text-xxl .text-object:only-child h6,
.text-xxl .text-object:only-child .h6 {
  margin-bottom: 62px;
}
.text-xxl .text-object:only-child h1:only-child,
.text-xxl .text-object:only-child .h1:only-child,
.text-xxl .text-object:only-child h2:only-child,
.text-xxl .text-object:only-child .h2:only-child,
.text-xxl .text-object:only-child h3:only-child,
.text-xxl .text-object:only-child .h3:only-child,
.text-xxl .text-object:only-child h4:only-child,
.text-xxl .text-object:only-child .h4:only-child,
.text-xxl .text-object:only-child h5:only-child,
.text-xxl .text-object:only-child .h5:only-child,
.text-xxl .text-object:only-child h6:only-child,
.text-xxl .text-object:only-child .h6:only-child {
  margin-bottom: 0;
}
.text-xxl ul li,
.text-xxl ol li {
  margin-bottom: 20.66666667px;
}
.text-xxl ul li li,
.text-xxl ol li li {
  margin-bottom: 20.66666667px;
}
.text-xxl ul li li:last-child,
.text-xxl ol li li:last-child {
  margin-bottom: 0;
}
.text-xxl ul li li li,
.text-xxl ol li li li {
  margin-bottom: 20.66666667px;
}
.text-xxl ul li li li:last-child,
.text-xxl ol li li li:last-child {
  margin-bottom: 0;
}
.text-xxl .btn {
  margin-bottom: 31px;
}
.text-xxl .btn:last-child {
  margin-bottom: 0px;
}
.text-xxl p {
  margin: 0 0 62px;
}
.text-xxl p:empty {
  display: none !important;
}
.text-xxl i.fa,
.text-xxl .b-icon {
  margin-bottom: 62px;
}
.text-xxl i.fa.h-icon,
.text-xxl .b-icon.h-icon {
  margin-bottom: 0;
}
.text-xxl i.fa:last-child,
.text-xxl .b-icon:last-child {
  margin-bottom: 0;
}
.text-xxl .pt-image {
  margin: 0 0 62px;
}
.text-xxl .pt-image:last-child {
  margin-bottom: 0;
}
.text-xxl #live-area ul,
.text-xxl #live-area ol {
  margin: 0 0 62px;
}
.text-xxl #live-area ul ul,
.text-xxl #live-area ol ul,
.text-xxl #live-area ul ol,
.text-xxl #live-area ol ol {
  margin-bottom: 0;
  margin-top: 0;
}
.text-xxl hr {
  margin-top: 62px;
  margin-bottom: 62px;
  border: 0;
  border-top: 1px solid #262828;
}
.text-xxl p + hr,
.text-xxl h1 + hr,
.text-xxl h2 + hr,
.text-xxl h3 + hr,
.text-xxl h4 + hr,
.text-xxl h5 + hr,
.text-xxl h6 + hr,
.text-xxl ul + hr,
.text-xxl ol + hr {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .text-xxl {
    font-size: 2em;
  }
  .text-xxl h1,
  .text-xxl .h1,
  .text-xxl h2,
  .text-xxl .h2,
  .text-xxl h3,
  .text-xxl .h3,
  .text-xxl h4,
  .text-xxl .h4,
  .text-xxl h5,
  .text-xxl .h5,
  .text-xxl h6,
  .text-xxl .h6 {
    line-height: 1em;
  }
  .text-xxl h1.text-xl,
  .text-xxl .h1.text-xl,
  .text-xxl h2.text-xl,
  .text-xxl .h2.text-xl,
  .text-xxl h3.text-xl,
  .text-xxl .h3.text-xl,
  .text-xxl h4.text-xl,
  .text-xxl .h4.text-xl,
  .text-xxl h5.text-xl,
  .text-xxl .h5.text-xl,
  .text-xxl h6.text-xl,
  .text-xxl .h6.text-xl,
  .text-xxl h1.text-xxl,
  .text-xxl .h1.text-xxl,
  .text-xxl h2.text-xxl,
  .text-xxl .h2.text-xxl,
  .text-xxl h3.text-xxl,
  .text-xxl .h3.text-xxl,
  .text-xxl h4.text-xxl,
  .text-xxl .h4.text-xxl,
  .text-xxl h5.text-xxl,
  .text-xxl .h5.text-xxl,
  .text-xxl h6.text-xxl,
  .text-xxl .h6.text-xxl,
  .text-xxl h1.text-lg,
  .text-xxl .h1.text-lg,
  .text-xxl h2.text-lg,
  .text-xxl .h2.text-lg,
  .text-xxl h3.text-lg,
  .text-xxl .h3.text-lg,
  .text-xxl h4.text-lg,
  .text-xxl .h4.text-lg,
  .text-xxl h5.text-lg,
  .text-xxl .h5.text-lg,
  .text-xxl h6.text-lg,
  .text-xxl .h6.text-lg,
  .text-xxl h1.text-sm,
  .text-xxl .h1.text-sm,
  .text-xxl h2.text-sm,
  .text-xxl .h2.text-sm,
  .text-xxl h3.text-sm,
  .text-xxl .h3.text-sm,
  .text-xxl h4.text-sm,
  .text-xxl .h4.text-sm,
  .text-xxl h5.text-sm,
  .text-xxl .h5.text-sm,
  .text-xxl h6.text-sm,
  .text-xxl .h6.text-sm {
    line-height: 1em;
  }
  .text-xxl h1,
  .text-xxl .h1,
  .text-xxl h2,
  .text-xxl .h2,
  .text-xxl h3,
  .text-xxl .h3,
  .text-xxl h4,
  .text-xxl .h4,
  .text-xxl h5,
  .text-xxl .h5,
  .text-xxl h6,
  .text-xxl .h6 {
    margin-bottom: 62px;
  }
  .text-xxl h1:only-child,
  .text-xxl .h1:only-child,
  .text-xxl h2:only-child,
  .text-xxl .h2:only-child,
  .text-xxl h3:only-child,
  .text-xxl .h3:only-child,
  .text-xxl h4:only-child,
  .text-xxl .h4:only-child,
  .text-xxl h5:only-child,
  .text-xxl .h5:only-child,
  .text-xxl h6:only-child,
  .text-xxl .h6:only-child {
    margin-bottom: 0;
  }
  .text-xxl .text-object h1,
  .text-xxl .text-object .h1,
  .text-xxl .text-object h2,
  .text-xxl .text-object .h2,
  .text-xxl .text-object h3,
  .text-xxl .text-object .h3,
  .text-xxl .text-object h4,
  .text-xxl .text-object .h4,
  .text-xxl .text-object h5,
  .text-xxl .text-object .h5,
  .text-xxl .text-object h6,
  .text-xxl .text-object .h6 {
    margin-bottom: 62px;
  }
  .text-xxl .text-object h1:only-child,
  .text-xxl .text-object .h1:only-child,
  .text-xxl .text-object h2:only-child,
  .text-xxl .text-object .h2:only-child,
  .text-xxl .text-object h3:only-child,
  .text-xxl .text-object .h3:only-child,
  .text-xxl .text-object h4:only-child,
  .text-xxl .text-object .h4:only-child,
  .text-xxl .text-object h5:only-child,
  .text-xxl .text-object .h5:only-child,
  .text-xxl .text-object h6:only-child,
  .text-xxl .text-object .h6:only-child {
    margin-bottom: 62px;
  }
  .text-xxl .text-object:only-child h1,
  .text-xxl .text-object:only-child .h1,
  .text-xxl .text-object:only-child h2,
  .text-xxl .text-object:only-child .h2,
  .text-xxl .text-object:only-child h3,
  .text-xxl .text-object:only-child .h3,
  .text-xxl .text-object:only-child h4,
  .text-xxl .text-object:only-child .h4,
  .text-xxl .text-object:only-child h5,
  .text-xxl .text-object:only-child .h5,
  .text-xxl .text-object:only-child h6,
  .text-xxl .text-object:only-child .h6 {
    margin-bottom: 62px;
  }
  .text-xxl .text-object:only-child h1:only-child,
  .text-xxl .text-object:only-child .h1:only-child,
  .text-xxl .text-object:only-child h2:only-child,
  .text-xxl .text-object:only-child .h2:only-child,
  .text-xxl .text-object:only-child h3:only-child,
  .text-xxl .text-object:only-child .h3:only-child,
  .text-xxl .text-object:only-child h4:only-child,
  .text-xxl .text-object:only-child .h4:only-child,
  .text-xxl .text-object:only-child h5:only-child,
  .text-xxl .text-object:only-child .h5:only-child,
  .text-xxl .text-object:only-child h6:only-child,
  .text-xxl .text-object:only-child .h6:only-child {
    margin-bottom: 0;
  }
  .text-xxl ul li,
  .text-xxl ol li {
    margin-bottom: 20.66666667px;
  }
  .text-xxl ul li li,
  .text-xxl ol li li {
    margin-bottom: 20.66666667px;
  }
  .text-xxl ul li li:last-child,
  .text-xxl ol li li:last-child {
    margin-bottom: 0;
  }
  .text-xxl ul li li li,
  .text-xxl ol li li li {
    margin-bottom: 20.66666667px;
  }
  .text-xxl ul li li li:last-child,
  .text-xxl ol li li li:last-child {
    margin-bottom: 0;
  }
  .text-xxl .btn {
    margin-bottom: 31px;
  }
  .text-xxl .btn:last-child {
    margin-bottom: 0px;
  }
  .text-xxl p {
    margin: 0 0 62px;
  }
  .text-xxl p:empty {
    display: none !important;
  }
  .text-xxl i.fa,
  .text-xxl .b-icon {
    margin-bottom: 62px;
  }
  .text-xxl i.fa.h-icon,
  .text-xxl .b-icon.h-icon {
    margin-bottom: 0;
  }
  .text-xxl i.fa:last-child,
  .text-xxl .b-icon:last-child {
    margin-bottom: 0;
  }
  .text-xxl .pt-image {
    margin: 0 0 62px;
  }
  .text-xxl .pt-image:last-child {
    margin-bottom: 0;
  }
  .text-xxl #live-area ul,
  .text-xxl #live-area ol {
    margin: 0 0 62px;
  }
  .text-xxl #live-area ul ul,
  .text-xxl #live-area ol ul,
  .text-xxl #live-area ul ol,
  .text-xxl #live-area ol ol {
    margin-bottom: 0;
    margin-top: 0;
  }
  .text-xxl hr {
    margin-top: 62px;
    margin-bottom: 62px;
    border: 0;
    border-top: 1px solid #262828;
  }
  .text-xxl p + hr,
  .text-xxl h1 + hr,
  .text-xxl h2 + hr,
  .text-xxl h3 + hr,
  .text-xxl h4 + hr,
  .text-xxl h5 + hr,
  .text-xxl h6 + hr,
  .text-xxl ul + hr,
  .text-xxl ol + hr {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .text-xxl {
    font-size: 1.75em;
  }
  .text-xxl h1,
  .text-xxl .h1,
  .text-xxl h2,
  .text-xxl .h2,
  .text-xxl h3,
  .text-xxl .h3,
  .text-xxl h4,
  .text-xxl .h4,
  .text-xxl h5,
  .text-xxl .h5,
  .text-xxl h6,
  .text-xxl .h6 {
    line-height: 1em;
  }
  .text-xxl h1.text-xl,
  .text-xxl .h1.text-xl,
  .text-xxl h2.text-xl,
  .text-xxl .h2.text-xl,
  .text-xxl h3.text-xl,
  .text-xxl .h3.text-xl,
  .text-xxl h4.text-xl,
  .text-xxl .h4.text-xl,
  .text-xxl h5.text-xl,
  .text-xxl .h5.text-xl,
  .text-xxl h6.text-xl,
  .text-xxl .h6.text-xl,
  .text-xxl h1.text-xxl,
  .text-xxl .h1.text-xxl,
  .text-xxl h2.text-xxl,
  .text-xxl .h2.text-xxl,
  .text-xxl h3.text-xxl,
  .text-xxl .h3.text-xxl,
  .text-xxl h4.text-xxl,
  .text-xxl .h4.text-xxl,
  .text-xxl h5.text-xxl,
  .text-xxl .h5.text-xxl,
  .text-xxl h6.text-xxl,
  .text-xxl .h6.text-xxl,
  .text-xxl h1.text-lg,
  .text-xxl .h1.text-lg,
  .text-xxl h2.text-lg,
  .text-xxl .h2.text-lg,
  .text-xxl h3.text-lg,
  .text-xxl .h3.text-lg,
  .text-xxl h4.text-lg,
  .text-xxl .h4.text-lg,
  .text-xxl h5.text-lg,
  .text-xxl .h5.text-lg,
  .text-xxl h6.text-lg,
  .text-xxl .h6.text-lg,
  .text-xxl h1.text-sm,
  .text-xxl .h1.text-sm,
  .text-xxl h2.text-sm,
  .text-xxl .h2.text-sm,
  .text-xxl h3.text-sm,
  .text-xxl .h3.text-sm,
  .text-xxl h4.text-sm,
  .text-xxl .h4.text-sm,
  .text-xxl h5.text-sm,
  .text-xxl .h5.text-sm,
  .text-xxl h6.text-sm,
  .text-xxl .h6.text-sm {
    line-height: 1em;
  }
  .text-xxl h1,
  .text-xxl .h1,
  .text-xxl h2,
  .text-xxl .h2,
  .text-xxl h3,
  .text-xxl .h3,
  .text-xxl h4,
  .text-xxl .h4,
  .text-xxl h5,
  .text-xxl .h5,
  .text-xxl h6,
  .text-xxl .h6 {
    margin-bottom: 54.25px;
  }
  .text-xxl h1:only-child,
  .text-xxl .h1:only-child,
  .text-xxl h2:only-child,
  .text-xxl .h2:only-child,
  .text-xxl h3:only-child,
  .text-xxl .h3:only-child,
  .text-xxl h4:only-child,
  .text-xxl .h4:only-child,
  .text-xxl h5:only-child,
  .text-xxl .h5:only-child,
  .text-xxl h6:only-child,
  .text-xxl .h6:only-child {
    margin-bottom: 0;
  }
  .text-xxl .text-object h1,
  .text-xxl .text-object .h1,
  .text-xxl .text-object h2,
  .text-xxl .text-object .h2,
  .text-xxl .text-object h3,
  .text-xxl .text-object .h3,
  .text-xxl .text-object h4,
  .text-xxl .text-object .h4,
  .text-xxl .text-object h5,
  .text-xxl .text-object .h5,
  .text-xxl .text-object h6,
  .text-xxl .text-object .h6 {
    margin-bottom: 54.25px;
  }
  .text-xxl .text-object h1:only-child,
  .text-xxl .text-object .h1:only-child,
  .text-xxl .text-object h2:only-child,
  .text-xxl .text-object .h2:only-child,
  .text-xxl .text-object h3:only-child,
  .text-xxl .text-object .h3:only-child,
  .text-xxl .text-object h4:only-child,
  .text-xxl .text-object .h4:only-child,
  .text-xxl .text-object h5:only-child,
  .text-xxl .text-object .h5:only-child,
  .text-xxl .text-object h6:only-child,
  .text-xxl .text-object .h6:only-child {
    margin-bottom: 54.25px;
  }
  .text-xxl .text-object:only-child h1,
  .text-xxl .text-object:only-child .h1,
  .text-xxl .text-object:only-child h2,
  .text-xxl .text-object:only-child .h2,
  .text-xxl .text-object:only-child h3,
  .text-xxl .text-object:only-child .h3,
  .text-xxl .text-object:only-child h4,
  .text-xxl .text-object:only-child .h4,
  .text-xxl .text-object:only-child h5,
  .text-xxl .text-object:only-child .h5,
  .text-xxl .text-object:only-child h6,
  .text-xxl .text-object:only-child .h6 {
    margin-bottom: 54.25px;
  }
  .text-xxl .text-object:only-child h1:only-child,
  .text-xxl .text-object:only-child .h1:only-child,
  .text-xxl .text-object:only-child h2:only-child,
  .text-xxl .text-object:only-child .h2:only-child,
  .text-xxl .text-object:only-child h3:only-child,
  .text-xxl .text-object:only-child .h3:only-child,
  .text-xxl .text-object:only-child h4:only-child,
  .text-xxl .text-object:only-child .h4:only-child,
  .text-xxl .text-object:only-child h5:only-child,
  .text-xxl .text-object:only-child .h5:only-child,
  .text-xxl .text-object:only-child h6:only-child,
  .text-xxl .text-object:only-child .h6:only-child {
    margin-bottom: 0;
  }
  .text-xxl ul li,
  .text-xxl ol li {
    margin-bottom: 18.08333333px;
  }
  .text-xxl ul li li,
  .text-xxl ol li li {
    margin-bottom: 18.08333333px;
  }
  .text-xxl ul li li:last-child,
  .text-xxl ol li li:last-child {
    margin-bottom: 0;
  }
  .text-xxl ul li li li,
  .text-xxl ol li li li {
    margin-bottom: 18.08333333px;
  }
  .text-xxl ul li li li:last-child,
  .text-xxl ol li li li:last-child {
    margin-bottom: 0;
  }
  .text-xxl .btn {
    margin-bottom: 31px;
  }
  .text-xxl .btn:last-child {
    margin-bottom: 0px;
  }
  .text-xxl p {
    margin: 0 0 54.25px;
  }
  .text-xxl p:empty {
    display: none !important;
  }
  .text-xxl i.fa,
  .text-xxl .b-icon {
    margin-bottom: 54.25px;
  }
  .text-xxl i.fa.h-icon,
  .text-xxl .b-icon.h-icon {
    margin-bottom: 0;
  }
  .text-xxl i.fa:last-child,
  .text-xxl .b-icon:last-child {
    margin-bottom: 0;
  }
  .text-xxl .pt-image {
    margin: 0 0 54.25px;
  }
  .text-xxl .pt-image:last-child {
    margin-bottom: 0;
  }
  .text-xxl #live-area ul,
  .text-xxl #live-area ol {
    margin: 0 0 54.25px;
  }
  .text-xxl #live-area ul ul,
  .text-xxl #live-area ol ul,
  .text-xxl #live-area ul ol,
  .text-xxl #live-area ol ol {
    margin-bottom: 0;
    margin-top: 0;
  }
  .text-xxl hr {
    margin-top: 54.25px;
    margin-bottom: 54.25px;
    border: 0;
    border-top: 1px solid #262828;
  }
  .text-xxl p + hr,
  .text-xxl h1 + hr,
  .text-xxl h2 + hr,
  .text-xxl h3 + hr,
  .text-xxl h4 + hr,
  .text-xxl h5 + hr,
  .text-xxl h6 + hr,
  .text-xxl ul + hr,
  .text-xxl ol + hr {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .text-xxl {
    font-size: 1.5em;
  }
  .text-xxl h1,
  .text-xxl .h1,
  .text-xxl h2,
  .text-xxl .h2,
  .text-xxl h3,
  .text-xxl .h3,
  .text-xxl h4,
  .text-xxl .h4,
  .text-xxl h5,
  .text-xxl .h5,
  .text-xxl h6,
  .text-xxl .h6 {
    line-height: 1em;
  }
  .text-xxl h1.text-xl,
  .text-xxl .h1.text-xl,
  .text-xxl h2.text-xl,
  .text-xxl .h2.text-xl,
  .text-xxl h3.text-xl,
  .text-xxl .h3.text-xl,
  .text-xxl h4.text-xl,
  .text-xxl .h4.text-xl,
  .text-xxl h5.text-xl,
  .text-xxl .h5.text-xl,
  .text-xxl h6.text-xl,
  .text-xxl .h6.text-xl,
  .text-xxl h1.text-xxl,
  .text-xxl .h1.text-xxl,
  .text-xxl h2.text-xxl,
  .text-xxl .h2.text-xxl,
  .text-xxl h3.text-xxl,
  .text-xxl .h3.text-xxl,
  .text-xxl h4.text-xxl,
  .text-xxl .h4.text-xxl,
  .text-xxl h5.text-xxl,
  .text-xxl .h5.text-xxl,
  .text-xxl h6.text-xxl,
  .text-xxl .h6.text-xxl,
  .text-xxl h1.text-lg,
  .text-xxl .h1.text-lg,
  .text-xxl h2.text-lg,
  .text-xxl .h2.text-lg,
  .text-xxl h3.text-lg,
  .text-xxl .h3.text-lg,
  .text-xxl h4.text-lg,
  .text-xxl .h4.text-lg,
  .text-xxl h5.text-lg,
  .text-xxl .h5.text-lg,
  .text-xxl h6.text-lg,
  .text-xxl .h6.text-lg,
  .text-xxl h1.text-sm,
  .text-xxl .h1.text-sm,
  .text-xxl h2.text-sm,
  .text-xxl .h2.text-sm,
  .text-xxl h3.text-sm,
  .text-xxl .h3.text-sm,
  .text-xxl h4.text-sm,
  .text-xxl .h4.text-sm,
  .text-xxl h5.text-sm,
  .text-xxl .h5.text-sm,
  .text-xxl h6.text-sm,
  .text-xxl .h6.text-sm {
    line-height: 1em;
  }
  .text-xxl h1,
  .text-xxl .h1,
  .text-xxl h2,
  .text-xxl .h2,
  .text-xxl h3,
  .text-xxl .h3,
  .text-xxl h4,
  .text-xxl .h4,
  .text-xxl h5,
  .text-xxl .h5,
  .text-xxl h6,
  .text-xxl .h6 {
    margin-bottom: 46.5px;
  }
  .text-xxl h1:only-child,
  .text-xxl .h1:only-child,
  .text-xxl h2:only-child,
  .text-xxl .h2:only-child,
  .text-xxl h3:only-child,
  .text-xxl .h3:only-child,
  .text-xxl h4:only-child,
  .text-xxl .h4:only-child,
  .text-xxl h5:only-child,
  .text-xxl .h5:only-child,
  .text-xxl h6:only-child,
  .text-xxl .h6:only-child {
    margin-bottom: 0;
  }
  .text-xxl .text-object h1,
  .text-xxl .text-object .h1,
  .text-xxl .text-object h2,
  .text-xxl .text-object .h2,
  .text-xxl .text-object h3,
  .text-xxl .text-object .h3,
  .text-xxl .text-object h4,
  .text-xxl .text-object .h4,
  .text-xxl .text-object h5,
  .text-xxl .text-object .h5,
  .text-xxl .text-object h6,
  .text-xxl .text-object .h6 {
    margin-bottom: 46.5px;
  }
  .text-xxl .text-object h1:only-child,
  .text-xxl .text-object .h1:only-child,
  .text-xxl .text-object h2:only-child,
  .text-xxl .text-object .h2:only-child,
  .text-xxl .text-object h3:only-child,
  .text-xxl .text-object .h3:only-child,
  .text-xxl .text-object h4:only-child,
  .text-xxl .text-object .h4:only-child,
  .text-xxl .text-object h5:only-child,
  .text-xxl .text-object .h5:only-child,
  .text-xxl .text-object h6:only-child,
  .text-xxl .text-object .h6:only-child {
    margin-bottom: 46.5px;
  }
  .text-xxl .text-object:only-child h1,
  .text-xxl .text-object:only-child .h1,
  .text-xxl .text-object:only-child h2,
  .text-xxl .text-object:only-child .h2,
  .text-xxl .text-object:only-child h3,
  .text-xxl .text-object:only-child .h3,
  .text-xxl .text-object:only-child h4,
  .text-xxl .text-object:only-child .h4,
  .text-xxl .text-object:only-child h5,
  .text-xxl .text-object:only-child .h5,
  .text-xxl .text-object:only-child h6,
  .text-xxl .text-object:only-child .h6 {
    margin-bottom: 46.5px;
  }
  .text-xxl .text-object:only-child h1:only-child,
  .text-xxl .text-object:only-child .h1:only-child,
  .text-xxl .text-object:only-child h2:only-child,
  .text-xxl .text-object:only-child .h2:only-child,
  .text-xxl .text-object:only-child h3:only-child,
  .text-xxl .text-object:only-child .h3:only-child,
  .text-xxl .text-object:only-child h4:only-child,
  .text-xxl .text-object:only-child .h4:only-child,
  .text-xxl .text-object:only-child h5:only-child,
  .text-xxl .text-object:only-child .h5:only-child,
  .text-xxl .text-object:only-child h6:only-child,
  .text-xxl .text-object:only-child .h6:only-child {
    margin-bottom: 0;
  }
  .text-xxl ul li,
  .text-xxl ol li {
    margin-bottom: 15.5px;
  }
  .text-xxl ul li li,
  .text-xxl ol li li {
    margin-bottom: 15.5px;
  }
  .text-xxl ul li li:last-child,
  .text-xxl ol li li:last-child {
    margin-bottom: 0;
  }
  .text-xxl ul li li li,
  .text-xxl ol li li li {
    margin-bottom: 15.5px;
  }
  .text-xxl ul li li li:last-child,
  .text-xxl ol li li li:last-child {
    margin-bottom: 0;
  }
  .text-xxl .btn {
    margin-bottom: 31px;
  }
  .text-xxl .btn:last-child {
    margin-bottom: 0px;
  }
  .text-xxl p {
    margin: 0 0 46.5px;
  }
  .text-xxl p:empty {
    display: none !important;
  }
  .text-xxl i.fa,
  .text-xxl .b-icon {
    margin-bottom: 46.5px;
  }
  .text-xxl i.fa.h-icon,
  .text-xxl .b-icon.h-icon {
    margin-bottom: 0;
  }
  .text-xxl i.fa:last-child,
  .text-xxl .b-icon:last-child {
    margin-bottom: 0;
  }
  .text-xxl .pt-image {
    margin: 0 0 46.5px;
  }
  .text-xxl .pt-image:last-child {
    margin-bottom: 0;
  }
  .text-xxl #live-area ul,
  .text-xxl #live-area ol {
    margin: 0 0 46.5px;
  }
  .text-xxl #live-area ul ul,
  .text-xxl #live-area ol ul,
  .text-xxl #live-area ul ol,
  .text-xxl #live-area ol ol {
    margin-bottom: 0;
    margin-top: 0;
  }
  .text-xxl hr {
    margin-top: 46.5px;
    margin-bottom: 46.5px;
    border: 0;
    border-top: 1px solid #262828;
  }
  .text-xxl p + hr,
  .text-xxl h1 + hr,
  .text-xxl h2 + hr,
  .text-xxl h3 + hr,
  .text-xxl h4 + hr,
  .text-xxl h5 + hr,
  .text-xxl h6 + hr,
  .text-xxl ul + hr,
  .text-xxl ol + hr {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .text-xxl {
    font-size: 1em;
  }
  .text-xxl h1,
  .text-xxl .h1,
  .text-xxl h2,
  .text-xxl .h2,
  .text-xxl h3,
  .text-xxl .h3,
  .text-xxl h4,
  .text-xxl .h4,
  .text-xxl h5,
  .text-xxl .h5,
  .text-xxl h6,
  .text-xxl .h6 {
    line-height: 1em;
  }
  .text-xxl h1.text-xl,
  .text-xxl .h1.text-xl,
  .text-xxl h2.text-xl,
  .text-xxl .h2.text-xl,
  .text-xxl h3.text-xl,
  .text-xxl .h3.text-xl,
  .text-xxl h4.text-xl,
  .text-xxl .h4.text-xl,
  .text-xxl h5.text-xl,
  .text-xxl .h5.text-xl,
  .text-xxl h6.text-xl,
  .text-xxl .h6.text-xl,
  .text-xxl h1.text-xxl,
  .text-xxl .h1.text-xxl,
  .text-xxl h2.text-xxl,
  .text-xxl .h2.text-xxl,
  .text-xxl h3.text-xxl,
  .text-xxl .h3.text-xxl,
  .text-xxl h4.text-xxl,
  .text-xxl .h4.text-xxl,
  .text-xxl h5.text-xxl,
  .text-xxl .h5.text-xxl,
  .text-xxl h6.text-xxl,
  .text-xxl .h6.text-xxl,
  .text-xxl h1.text-lg,
  .text-xxl .h1.text-lg,
  .text-xxl h2.text-lg,
  .text-xxl .h2.text-lg,
  .text-xxl h3.text-lg,
  .text-xxl .h3.text-lg,
  .text-xxl h4.text-lg,
  .text-xxl .h4.text-lg,
  .text-xxl h5.text-lg,
  .text-xxl .h5.text-lg,
  .text-xxl h6.text-lg,
  .text-xxl .h6.text-lg,
  .text-xxl h1.text-sm,
  .text-xxl .h1.text-sm,
  .text-xxl h2.text-sm,
  .text-xxl .h2.text-sm,
  .text-xxl h3.text-sm,
  .text-xxl .h3.text-sm,
  .text-xxl h4.text-sm,
  .text-xxl .h4.text-sm,
  .text-xxl h5.text-sm,
  .text-xxl .h5.text-sm,
  .text-xxl h6.text-sm,
  .text-xxl .h6.text-sm {
    line-height: 1em;
  }
  .text-xxl h1,
  .text-xxl .h1,
  .text-xxl h2,
  .text-xxl .h2,
  .text-xxl h3,
  .text-xxl .h3,
  .text-xxl h4,
  .text-xxl .h4,
  .text-xxl h5,
  .text-xxl .h5,
  .text-xxl h6,
  .text-xxl .h6 {
    margin-bottom: 31px;
  }
  .text-xxl h1:only-child,
  .text-xxl .h1:only-child,
  .text-xxl h2:only-child,
  .text-xxl .h2:only-child,
  .text-xxl h3:only-child,
  .text-xxl .h3:only-child,
  .text-xxl h4:only-child,
  .text-xxl .h4:only-child,
  .text-xxl h5:only-child,
  .text-xxl .h5:only-child,
  .text-xxl h6:only-child,
  .text-xxl .h6:only-child {
    margin-bottom: 0;
  }
  .text-xxl .text-object h1,
  .text-xxl .text-object .h1,
  .text-xxl .text-object h2,
  .text-xxl .text-object .h2,
  .text-xxl .text-object h3,
  .text-xxl .text-object .h3,
  .text-xxl .text-object h4,
  .text-xxl .text-object .h4,
  .text-xxl .text-object h5,
  .text-xxl .text-object .h5,
  .text-xxl .text-object h6,
  .text-xxl .text-object .h6 {
    margin-bottom: 31px;
  }
  .text-xxl .text-object h1:only-child,
  .text-xxl .text-object .h1:only-child,
  .text-xxl .text-object h2:only-child,
  .text-xxl .text-object .h2:only-child,
  .text-xxl .text-object h3:only-child,
  .text-xxl .text-object .h3:only-child,
  .text-xxl .text-object h4:only-child,
  .text-xxl .text-object .h4:only-child,
  .text-xxl .text-object h5:only-child,
  .text-xxl .text-object .h5:only-child,
  .text-xxl .text-object h6:only-child,
  .text-xxl .text-object .h6:only-child {
    margin-bottom: 31px;
  }
  .text-xxl .text-object:only-child h1,
  .text-xxl .text-object:only-child .h1,
  .text-xxl .text-object:only-child h2,
  .text-xxl .text-object:only-child .h2,
  .text-xxl .text-object:only-child h3,
  .text-xxl .text-object:only-child .h3,
  .text-xxl .text-object:only-child h4,
  .text-xxl .text-object:only-child .h4,
  .text-xxl .text-object:only-child h5,
  .text-xxl .text-object:only-child .h5,
  .text-xxl .text-object:only-child h6,
  .text-xxl .text-object:only-child .h6 {
    margin-bottom: 31px;
  }
  .text-xxl .text-object:only-child h1:only-child,
  .text-xxl .text-object:only-child .h1:only-child,
  .text-xxl .text-object:only-child h2:only-child,
  .text-xxl .text-object:only-child .h2:only-child,
  .text-xxl .text-object:only-child h3:only-child,
  .text-xxl .text-object:only-child .h3:only-child,
  .text-xxl .text-object:only-child h4:only-child,
  .text-xxl .text-object:only-child .h4:only-child,
  .text-xxl .text-object:only-child h5:only-child,
  .text-xxl .text-object:only-child .h5:only-child,
  .text-xxl .text-object:only-child h6:only-child,
  .text-xxl .text-object:only-child .h6:only-child {
    margin-bottom: 0;
  }
  .text-xxl ul li,
  .text-xxl ol li {
    margin-bottom: 10.33333333px;
  }
  .text-xxl ul li li,
  .text-xxl ol li li {
    margin-bottom: 10.33333333px;
  }
  .text-xxl ul li li:last-child,
  .text-xxl ol li li:last-child {
    margin-bottom: 0;
  }
  .text-xxl ul li li li,
  .text-xxl ol li li li {
    margin-bottom: 10.33333333px;
  }
  .text-xxl ul li li li:last-child,
  .text-xxl ol li li li:last-child {
    margin-bottom: 0;
  }
  .text-xxl .btn {
    margin-bottom: 31px;
  }
  .text-xxl .btn:last-child {
    margin-bottom: 0px;
  }
  .text-xxl p {
    margin: 0 0 31px;
  }
  .text-xxl p:empty {
    display: none !important;
  }
  .text-xxl i.fa,
  .text-xxl .b-icon {
    margin-bottom: 31px;
  }
  .text-xxl i.fa.h-icon,
  .text-xxl .b-icon.h-icon {
    margin-bottom: 0;
  }
  .text-xxl i.fa:last-child,
  .text-xxl .b-icon:last-child {
    margin-bottom: 0;
  }
  .text-xxl .pt-image {
    margin: 0 0 31px;
  }
  .text-xxl .pt-image:last-child {
    margin-bottom: 0;
  }
  .text-xxl #live-area ul,
  .text-xxl #live-area ol {
    margin: 0 0 31px;
  }
  .text-xxl #live-area ul ul,
  .text-xxl #live-area ol ul,
  .text-xxl #live-area ul ol,
  .text-xxl #live-area ol ol {
    margin-bottom: 0;
    margin-top: 0;
  }
  .text-xxl hr {
    margin-top: 31px;
    margin-bottom: 31px;
    border: 0;
    border-top: 1px solid #262828;
  }
  .text-xxl p + hr,
  .text-xxl h1 + hr,
  .text-xxl h2 + hr,
  .text-xxl h3 + hr,
  .text-xxl h4 + hr,
  .text-xxl h5 + hr,
  .text-xxl h6 + hr,
  .text-xxl ul + hr,
  .text-xxl ol + hr {
    margin-top: 0;
  }
}
.heading-h1 {
  font-size: 2em;
  line-height: 1em;
}
.heading-h1 i.fa,
.heading-h1 i.b-icon {
  font-size: inherit;
  line-height: inherit;
}
.heading-h2 {
  font-size: 1.4em;
  line-height: 1em;
}
.heading-h2 i.fa,
.heading-h2 i.b-icon {
  font-size: inherit;
  line-height: inherit;
}
.heading-h3 {
  font-size: 1.3em;
  line-height: 1em;
}
.heading-h3 i.fa,
.heading-h3 i.b-icon {
  font-size: inherit;
  line-height: inherit;
}
.heading-h4 {
  font-size: 1.2em;
  line-height: 1em;
}
.heading-h4 i.fa,
.heading-h4 i.b-icon {
  font-size: inherit;
  line-height: inherit;
}
.heading-h5 {
  font-size: 1.1em;
  line-height: 1em;
}
.heading-h5 i.fa,
.heading-h5 i.b-icon {
  font-size: inherit;
  line-height: inherit;
}
.heading-h6 {
  font-size: 1em;
  line-height: 1em;
}
.heading-h6 i.fa,
.heading-h6 i.b-icon {
  font-size: inherit;
  line-height: inherit;
}
.text-reset {
  font-size: 20px;
  line-height: 1.5em;
}
.text-reset i.fa,
.text-reset i.b-icon {
  font-size: inherit;
  line-height: inherit;
}
.text-reset h1,
.text-reset .h1,
.text-reset h2,
.text-reset .h2,
.text-reset h3,
.text-reset .h3,
.text-reset h4,
.text-reset .h4,
.text-reset h5,
.text-reset .h5,
.text-reset h6,
.text-reset .h6 {
  line-height: 1em;
}
.text-reset h1.text-xl,
.text-reset .h1.text-xl,
.text-reset h2.text-xl,
.text-reset .h2.text-xl,
.text-reset h3.text-xl,
.text-reset .h3.text-xl,
.text-reset h4.text-xl,
.text-reset .h4.text-xl,
.text-reset h5.text-xl,
.text-reset .h5.text-xl,
.text-reset h6.text-xl,
.text-reset .h6.text-xl,
.text-reset h1.text-xxl,
.text-reset .h1.text-xxl,
.text-reset h2.text-xxl,
.text-reset .h2.text-xxl,
.text-reset h3.text-xxl,
.text-reset .h3.text-xxl,
.text-reset h4.text-xxl,
.text-reset .h4.text-xxl,
.text-reset h5.text-xxl,
.text-reset .h5.text-xxl,
.text-reset h6.text-xxl,
.text-reset .h6.text-xxl,
.text-reset h1.text-lg,
.text-reset .h1.text-lg,
.text-reset h2.text-lg,
.text-reset .h2.text-lg,
.text-reset h3.text-lg,
.text-reset .h3.text-lg,
.text-reset h4.text-lg,
.text-reset .h4.text-lg,
.text-reset h5.text-lg,
.text-reset .h5.text-lg,
.text-reset h6.text-lg,
.text-reset .h6.text-lg,
.text-reset h1.text-sm,
.text-reset .h1.text-sm,
.text-reset h2.text-sm,
.text-reset .h2.text-sm,
.text-reset h3.text-sm,
.text-reset .h3.text-sm,
.text-reset h4.text-sm,
.text-reset .h4.text-sm,
.text-reset h5.text-sm,
.text-reset .h5.text-sm,
.text-reset h6.text-sm,
.text-reset .h6.text-sm {
  line-height: 1em;
}
.text-reset h1,
.text-reset .h1,
.text-reset h2,
.text-reset .h2,
.text-reset h3,
.text-reset .h3,
.text-reset h4,
.text-reset .h4,
.text-reset h5,
.text-reset .h5,
.text-reset h6,
.text-reset .h6 {
  margin-bottom: 31px;
}
.text-reset h1:only-child,
.text-reset .h1:only-child,
.text-reset h2:only-child,
.text-reset .h2:only-child,
.text-reset h3:only-child,
.text-reset .h3:only-child,
.text-reset h4:only-child,
.text-reset .h4:only-child,
.text-reset h5:only-child,
.text-reset .h5:only-child,
.text-reset h6:only-child,
.text-reset .h6:only-child {
  margin-bottom: 0;
}
.text-reset .text-object h1,
.text-reset .text-object .h1,
.text-reset .text-object h2,
.text-reset .text-object .h2,
.text-reset .text-object h3,
.text-reset .text-object .h3,
.text-reset .text-object h4,
.text-reset .text-object .h4,
.text-reset .text-object h5,
.text-reset .text-object .h5,
.text-reset .text-object h6,
.text-reset .text-object .h6 {
  margin-bottom: 31px;
}
.text-reset .text-object h1:only-child,
.text-reset .text-object .h1:only-child,
.text-reset .text-object h2:only-child,
.text-reset .text-object .h2:only-child,
.text-reset .text-object h3:only-child,
.text-reset .text-object .h3:only-child,
.text-reset .text-object h4:only-child,
.text-reset .text-object .h4:only-child,
.text-reset .text-object h5:only-child,
.text-reset .text-object .h5:only-child,
.text-reset .text-object h6:only-child,
.text-reset .text-object .h6:only-child {
  margin-bottom: 31px;
}
.text-reset .text-object:only-child h1,
.text-reset .text-object:only-child .h1,
.text-reset .text-object:only-child h2,
.text-reset .text-object:only-child .h2,
.text-reset .text-object:only-child h3,
.text-reset .text-object:only-child .h3,
.text-reset .text-object:only-child h4,
.text-reset .text-object:only-child .h4,
.text-reset .text-object:only-child h5,
.text-reset .text-object:only-child .h5,
.text-reset .text-object:only-child h6,
.text-reset .text-object:only-child .h6 {
  margin-bottom: 31px;
}
.text-reset .text-object:only-child h1:only-child,
.text-reset .text-object:only-child .h1:only-child,
.text-reset .text-object:only-child h2:only-child,
.text-reset .text-object:only-child .h2:only-child,
.text-reset .text-object:only-child h3:only-child,
.text-reset .text-object:only-child .h3:only-child,
.text-reset .text-object:only-child h4:only-child,
.text-reset .text-object:only-child .h4:only-child,
.text-reset .text-object:only-child h5:only-child,
.text-reset .text-object:only-child .h5:only-child,
.text-reset .text-object:only-child h6:only-child,
.text-reset .text-object:only-child .h6:only-child {
  margin-bottom: 0;
}
.text-reset ul li,
.text-reset ol li {
  margin-bottom: 10.33333333px;
}
.text-reset ul li li,
.text-reset ol li li {
  margin-bottom: 10.33333333px;
}
.text-reset ul li li:last-child,
.text-reset ol li li:last-child {
  margin-bottom: 0;
}
.text-reset ul li li li,
.text-reset ol li li li {
  margin-bottom: 10.33333333px;
}
.text-reset ul li li li:last-child,
.text-reset ol li li li:last-child {
  margin-bottom: 0;
}
.text-reset .btn {
  margin-bottom: 31px;
}
.text-reset .btn:last-child {
  margin-bottom: 0px;
}
.text-reset p {
  margin: 0 0 31px;
}
.text-reset p:empty {
  display: none !important;
}
.text-reset i.fa,
.text-reset .b-icon {
  margin-bottom: 31px;
}
.text-reset i.fa.h-icon,
.text-reset .b-icon.h-icon {
  margin-bottom: 0;
}
.text-reset i.fa:last-child,
.text-reset .b-icon:last-child {
  margin-bottom: 0;
}
.text-reset .pt-image {
  margin: 0 0 31px;
}
.text-reset .pt-image:last-child {
  margin-bottom: 0;
}
.text-reset #live-area ul,
.text-reset #live-area ol {
  margin: 0 0 31px;
}
.text-reset #live-area ul ul,
.text-reset #live-area ol ul,
.text-reset #live-area ul ol,
.text-reset #live-area ol ol {
  margin-bottom: 0;
  margin-top: 0;
}
.text-reset hr {
  margin-top: 31px;
  margin-bottom: 31px;
  border: 0;
  border-top: 1px solid #262828;
}
.text-reset p + hr,
.text-reset h1 + hr,
.text-reset h2 + hr,
.text-reset h3 + hr,
.text-reset h4 + hr,
.text-reset h5 + hr,
.text-reset h6 + hr,
.text-reset ul + hr,
.text-reset ol + hr {
  margin-top: 0;
}
#live-area section .row.icon-block .pt-image,
#content section .row.icon-block .pt-image {
  width: 100%;
  text-align: inherit;
}
#live-area section .row.icon-block .pt-image img,
#content section .row.icon-block .pt-image img {
  display: inline-block;
  max-width: 186px;
}
#live-area section .row.logos-row .column,
#content section .row.logos-row .column {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
#live-area section .row.logos-row .pt-image,
#content section .row.logos-row .pt-image {
  box-sizing: border-box;
  padding: 31px 15.5px;
  width: 160px;
  margin-bottom: 0px;
}
#live-area section .row.logos-row .pt-image img,
#content section .row.logos-row .pt-image img {
  margin-bottom: 0px;
}
.note {
  padding: 1rem;
  color: black;
  font-size: 0.875rem !important;
  animation: colorchange 10s infinite;
  margin-bottom: 1rem;
}
.note:before {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 400;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted black;
  width: 100%;
  display: inline-block;
}
.note.general {
  background: #ffeec6;
}
.note.general:before {
  content: 'general note';
}
.note.graphics {
  background: #a7fffc;
}
.note.graphics:before {
  content: 'graphics note';
}
.note.development {
  background: #ffaea7;
}
.note.development:before {
  content: 'development note';
}
.note.copy {
  background: #f6a7ff;
}
.note.copy:before {
  content: 'copy note';
}
.note.layout {
  background: #e5ffa7;
}
.note.layout:before {
  content: 'layout note';
}
.note {
  display: none !important;
}
.note *:last-child {
  margin-bottom: 0 !important;
}
body.logged-in.admin-bar .note {
  width: 100%;
  display: inline-block !important;
}
#live-area section .row .column .text-object.quad-list ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
#live-area section .row .column .text-object.quad-list ul:before,
#live-area section .row .column .text-object.quad-list ul:after {
  display: none !important;
}
@media (max-width: 480px) {
  #live-area section .row .column .text-object.quad-list li {
    width: 100%;
    padding-right: 1em;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  #live-area section .row .column .text-object.quad-list li {
    width: 50%;
    padding-right: 1em;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  #live-area section .row .column .text-object.quad-list li {
    width: 33.333%;
    padding-right: 1em;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  #live-area section .row .column .text-object.quad-list li {
    width: 25%;
    padding-right: 1em;
    display: inline-block;
  }
}
#live-area section .row .column .text-object.checkmark-list ul li:before {
  content: "\f00c";
  padding-right: 0.4em;
  color: #f5a801;
  font-family: FontAwesome;
}
#live-area section .row .column .text-object.map-list ul li:before {
  content: "\f041";
  padding-right: 0.4em;
  color: #f5a801;
  font-family: FontAwesome;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 31px;
  padding-right: 31px;
}
@media (min-width: 768px) {
  .container {
    width: 762px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 982px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1182px;
  }
}
@media (min-width: 1470px) {
  .container {
    width: 1362px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 31px;
  padding-right: 31px;
}
.row {
  margin-left: -31px;
  margin-right: -31px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 31px;
  padding-right: 31px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1470px) {
  .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 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #0000ef;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1em;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5em;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 0.75em;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: inherit;
  color: #000067;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 1em;
  line-height: 1.5em;
  color: #262828;
}
.form-control {
  display: block;
  width: 100%;
  height: 2.15em;
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1.5em;
  color: #262828;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0em;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #dfdfff;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 2.15em;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 12em;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 24em;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 1em;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 2em;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 12em;
  padding: 5px 10px;
  font-size: 0.5em;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 12em;
  line-height: 12em;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 12em;
  padding: 5px 10px;
  font-size: 0.5em;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 12em;
  line-height: 12em;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 12em;
  min-height: 1.5em;
  padding: 6px 10px;
  font-size: 0.5em;
  line-height: 1.5;
}
.input-lg {
  height: 24em;
  padding: 10px 16px;
  font-size: 1.125em;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-lg {
  height: 24em;
  line-height: 24em;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 24em;
  padding: 10px 16px;
  font-size: 1.125em;
  line-height: 1.3333333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 24em;
  line-height: 24em;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 24em;
  min-height: 2.125em;
  padding: 11px 16px;
  font-size: 1.125em;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 2.6875em;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 2.15em;
  height: 2.15em;
  line-height: 2.15em;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 24em;
  height: 24em;
  line-height: 24em;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 12em;
  height: 12em;
  line-height: 12em;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 6em;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #646969;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 8em;
}
.form-horizontal .form-group {
  margin-left: -31px;
  margin-right: -31px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 31px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 1.125em;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 0.5em;
  }
}
.btn {
  display: inline-block;
  margin: 0 0 0 0;
  font-weight: 600;
  font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 0.5em 1em;
  font-size: 1em;
  line-height: 1em;
  border-radius: 0em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:only-child {
  margin-bottom: 0;
}
.btn span {
  vertical-align: baseline;
  display: inline-block;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #fff;
  background-color: #262828;
  border: 2px solid rgba(38, 40, 40, 0);
  transition: background 0.125s, border 0.125s;
  border-radius: 0em;
}
.btn-default:active,
.btn-default.active,
.btn-default:focus,
.btn-default.focus,
.btn-default:hover,
.btn-default:hover {
  color: #262828;
  background: rgba(38, 40, 40, 0);
  border-color: #262828;
}
.open > .dropdown-toggle.btn-default {
  color: #262828;
  background-color: #0d0e0e;
  border-color: #080909;
}
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #262828;
  background-color: #000000;
  border-color: #000000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #262828;
  border-color: #262828;
}
.btn-default .badge {
  color: #262828;
  background-color: #fff;
}
.btn-primary {
  color: #262828;
  background-color: #f5a801;
  border: 2px solid rgba(245, 168, 1, 0);
  transition: background 0.125s, border 0.125s;
  border-radius: 0em;
}
.btn-primary:active,
.btn-primary.active,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:hover {
  color: #f5a801;
  background: rgba(245, 168, 1, 0);
  border-color: #f5a801;
}
.open > .dropdown-toggle.btn-primary {
  color: #f5a801;
  background-color: #c28501;
  border-color: #b87e01;
}
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #f5a801;
  background-color: #9f6d01;
  border-color: #765100;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #f5a801;
  border-color: #f5a801;
}
.btn-primary .badge {
  color: #f5a801;
  background-color: #262828;
}
.btn-secondary {
  color: #fff;
  background-color: #6cbc5f;
  border: 2px solid rgba(108, 188, 95, 0);
  transition: background 0.125s, border 0.125s;
  border-radius: 0em;
}
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:hover,
.btn-secondary:hover {
  color: #6cbc5f;
  background: rgba(108, 188, 95, 0);
  border-color: #6cbc5f;
}
.open > .dropdown-toggle.btn-secondary {
  color: #6cbc5f;
  background-color: #52a444;
  border-color: #4e9c41;
}
.open > .dropdown-toggle.btn-secondary:hover,
.open > .dropdown-toggle.btn-secondary:focus,
.open > .dropdown-toggle.btn-secondary.focus {
  color: #6cbc5f;
  background-color: #458a3a;
  border-color: #376e2e;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #6cbc5f;
  border-color: #6cbc5f;
}
.btn-secondary .badge {
  color: #6cbc5f;
  background-color: #fff;
}
.btn-tertiary {
  color: #262828;
  background-color: #1fad9d;
  border: 2px solid rgba(31, 173, 157, 0);
  transition: background 0.125s, border 0.125s;
  border-radius: 0em;
}
.btn-tertiary:active,
.btn-tertiary.active,
.btn-tertiary:focus,
.btn-tertiary.focus,
.btn-tertiary:hover,
.btn-tertiary:hover {
  color: #1fad9d;
  background: rgba(31, 173, 157, 0);
  border-color: #1fad9d;
}
.open > .dropdown-toggle.btn-tertiary {
  color: #1fad9d;
  background-color: #178276;
  border-color: #16796e;
}
.open > .dropdown-toggle.btn-tertiary:hover,
.open > .dropdown-toggle.btn-tertiary:focus,
.open > .dropdown-toggle.btn-tertiary.focus {
  color: #1fad9d;
  background-color: #12635a;
  border-color: #0c413b;
}
.btn-tertiary:active,
.btn-tertiary.active,
.open > .dropdown-toggle.btn-tertiary {
  background-image: none;
}
.btn-tertiary.disabled,
.btn-tertiary[disabled],
fieldset[disabled] .btn-tertiary,
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled.focus,
.btn-tertiary[disabled].focus,
fieldset[disabled] .btn-tertiary.focus,
.btn-tertiary.disabled:active,
.btn-tertiary[disabled]:active,
fieldset[disabled] .btn-tertiary:active,
.btn-tertiary.disabled.active,
.btn-tertiary[disabled].active,
fieldset[disabled] .btn-tertiary.active {
  background-color: #1fad9d;
  border-color: #1fad9d;
}
.btn-tertiary .badge {
  color: #1fad9d;
  background-color: #262828;
}
.btn-danger {
  color: #fff;
  background-color: #B02E0C;
  border: 2px solid rgba(176, 46, 12, 0);
  transition: background 0.125s, border 0.125s;
  border-radius: 0em;
}
.btn-danger:active,
.btn-danger.active,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:hover,
.btn-danger:hover {
  color: #B02E0C;
  background: rgba(176, 46, 12, 0);
  border-color: #B02E0C;
}
.open > .dropdown-toggle.btn-danger {
  color: #B02E0C;
  background-color: #802209;
  border-color: #771f08;
}
.open > .dropdown-toggle.btn-danger:hover,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #B02E0C;
  background-color: #5f1906;
  border-color: #390f04;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #B02E0C;
  border-color: #B02E0C;
}
.btn-danger .badge {
  color: #B02E0C;
  background-color: #fff;
}
.btn-link {
  color: #f5a801;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #a97401;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #0000ef;
  text-decoration: none;
}
.btn-lg {
  padding: 0.5em 1em;
  font-size: 1.125em;
  line-height: 1.3333333;
  border-radius: 0em;
}
.btn-sm {
  padding: 0.5em 1em;
  font-size: 0.5em;
  line-height: 1.5;
  border-radius: 0em;
}
.btn-xs {
  padding: 0.5em 1em;
  font-size: 0.5em;
  line-height: 1.5;
  border-radius: 0em;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
#searchsubmit {
  border: 0px solid;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.breadcrumb-container {
  padding-top: 15.5px;
  padding-bottom: 15.5px;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 1em;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0em;
  font-size: 0.875em;
}
@media (max-width: 768px) {
  .breadcrumb {
    font-size: 0.675em;
  }
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #0000ef;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 1em 0;
  border-radius: 0em;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5em;
  text-decoration: none;
  color: #f5a801;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0em;
  border-top-left-radius: 0em;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0em;
  border-top-right-radius: 0em;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #a97401;
  background-color: #dfdfff;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #f5a801;
  border-color: #f5a801;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #0000ef;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 1.125em;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 0.5em;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 1em 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #dfdfff;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #0000ef;
  background-color: #fff;
  cursor: not-allowed;
}
.alert {
  padding: 15px;
  margin-bottom: 1em;
  border: 1px solid transparent;
  border-radius: 0em;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0em;
  border-top-left-radius: 0em;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0em;
  border-bottom-left-radius: 0em;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #dfdfff;
  color: #0000ef;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #0000ef;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #f5a801;
  border-color: #f5a801;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffecc3;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
#live-area {
  z-index: 1;
  position: relative;
  border-color: #f5a801;
  display: block;
  float: left;
  width: 100%;
}
#live-area img {
  max-width: 100%;
}
@media (max-width: 992px) {
}
@media (max-width: 992px) {
  #live-area {
    padding-top: 75px;
  }
}
@media (max-width: 992px) {
}
section {
  padding: 0 0;
  display: block;
  float: left;
  position: relative;
  width: 100%;
  z-index: 1;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  padding-top: 62px;
  padding-bottom: 62px;
}
section .container-fluid {
  float: initial;
}
.column {
  padding-top: 15.5px;
  padding-bottom: 15.5px;
}
.column:empty {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
}
.container.wraps-page-content,
#sidebar-container {
  padding-top: 31px;
  padding-bottom: 62px;
}
article {
  display: block;
  position: relative;
}
#content .featured-image-article {
  width: 100%;
  display: inline-block;
}
#content .featured-image-article img {
  margin: 0 0 31px;
}
#content .feed-content {
  margin: 0 0 31px;
}
.feed-header {
  margin: 0 0 31px;
}
.feed-article {
  margin: 0 0 62px;
}
.bs-flex-fix:before,
.bs-flex-fix:after {
  display: none !important;
}
.flex-xs-stretch-nowrap {
  display: block;
}
@media (min-width: 0) {
  .flex-xs-stretch-nowrap {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  .flex-xs-stretch-nowrap:before,
  .flex-xs-stretch-nowrap:after {
    display: none !important;
  }
}
.flex-xs-center-nowrap {
  display: block;
}
@media (min-width: 0) {
  .flex-xs-center-nowrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
  .flex-xs-center-nowrap:before,
  .flex-xs-center-nowrap:after {
    display: none !important;
  }
}
.flex-xs-start-nowrap {
  display: block;
}
@media (min-width: 0) {
  .flex-xs-start-nowrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .flex-xs-start-nowrap:before,
  .flex-xs-start-nowrap:after {
    display: none !important;
  }
}
.flex-xs-end-nowrap {
  display: block;
}
@media (min-width: 0) {
  .flex-xs-end-nowrap {
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
  .flex-xs-end-nowrap:before,
  .flex-xs-end-nowrap:after {
    display: none !important;
  }
}
.flex-xs-stretch {
  display: block;
}
@media (min-width: 0) {
  .flex-xs-stretch {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .flex-xs-stretch:before,
  .flex-xs-stretch:after {
    display: none !important;
  }
}
.flex-xs-center {
  display: block;
}
@media (min-width: 0) {
  .flex-xs-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .flex-xs-center:before,
  .flex-xs-center:after {
    display: none !important;
  }
}
.flex-xs-start {
  display: block;
}
@media (min-width: 0) {
  .flex-xs-start {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .flex-xs-start:before,
  .flex-xs-start:after {
    display: none !important;
  }
}
.flex-xs-end {
  display: block;
}
@media (min-width: 0) {
  .flex-xs-end {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .flex-xs-end:before,
  .flex-xs-end:after {
    display: none !important;
  }
}
.flex-xs-baseline {
  display: block;
}
@media (min-width: 0) {
  .flex-xs-baseline {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
  }
  .flex-xs-baseline:before,
  .flex-xs-baseline:after {
    display: none !important;
  }
}
.flex-xs-baseline-last {
  display: block;
}
@media (min-width: 0) {
  .flex-xs-baseline-last {
    display: flex;
    align-items: last-baseline;
    flex-wrap: wrap;
  }
  .flex-xs-baseline-last:before,
  .flex-xs-baseline-last:after {
    display: none !important;
  }
}
.flex-xs-reset {
  display: block;
}
@media (min-width: 0) {
  .flex-xs-reset {
    display: block;
  }
}
.flex-sm-stretch-nowrap {
  display: block;
}
@media (min-width: 768px) {
  .flex-sm-stretch-nowrap {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  .flex-sm-stretch-nowrap:before,
  .flex-sm-stretch-nowrap:after {
    display: none !important;
  }
}
.flex-sm-center-nowrap {
  display: block;
}
@media (min-width: 768px) {
  .flex-sm-center-nowrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
  .flex-sm-center-nowrap:before,
  .flex-sm-center-nowrap:after {
    display: none !important;
  }
}
.flex-sm-start-nowrap {
  display: block;
}
@media (min-width: 768px) {
  .flex-sm-start-nowrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .flex-sm-start-nowrap:before,
  .flex-sm-start-nowrap:after {
    display: none !important;
  }
}
.flex-sm-end-nowrap {
  display: block;
}
@media (min-width: 768px) {
  .flex-sm-end-nowrap {
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
  .flex-sm-end-nowrap:before,
  .flex-sm-end-nowrap:after {
    display: none !important;
  }
}
.flex-sm-stretch {
  display: block;
}
@media (min-width: 768px) {
  .flex-sm-stretch {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .flex-sm-stretch:before,
  .flex-sm-stretch:after {
    display: none !important;
  }
}
.flex-sm-center {
  display: block;
}
@media (min-width: 768px) {
  .flex-sm-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .flex-sm-center:before,
  .flex-sm-center:after {
    display: none !important;
  }
}
.flex-sm-start {
  display: block;
}
@media (min-width: 768px) {
  .flex-sm-start {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .flex-sm-start:before,
  .flex-sm-start:after {
    display: none !important;
  }
}
.flex-sm-end {
  display: block;
}
@media (min-width: 768px) {
  .flex-sm-end {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .flex-sm-end:before,
  .flex-sm-end:after {
    display: none !important;
  }
}
.flex-sm-baseline {
  display: block;
}
@media (min-width: 768px) {
  .flex-sm-baseline {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
  }
  .flex-sm-baseline:before,
  .flex-sm-baseline:after {
    display: none !important;
  }
}
.flex-sm-baseline-last {
  display: block;
}
@media (min-width: 768px) {
  .flex-sm-baseline-last {
    display: flex;
    align-items: last-baseline;
    flex-wrap: wrap;
  }
  .flex-sm-baseline-last:before,
  .flex-sm-baseline-last:after {
    display: none !important;
  }
}
.flex-sm-reset {
  display: block;
}
@media (min-width: 768px) {
  .flex-sm-reset {
    display: block;
  }
}
.flex-md-stretch-nowrap {
  display: block;
}
@media (min-width: 992px) {
  .flex-md-stretch-nowrap {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  .flex-md-stretch-nowrap:before,
  .flex-md-stretch-nowrap:after {
    display: none !important;
  }
}
.flex-md-center-nowrap {
  display: block;
}
@media (min-width: 992px) {
  .flex-md-center-nowrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
  .flex-md-center-nowrap:before,
  .flex-md-center-nowrap:after {
    display: none !important;
  }
}
.flex-md-start-nowrap {
  display: block;
}
@media (min-width: 992px) {
  .flex-md-start-nowrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .flex-md-start-nowrap:before,
  .flex-md-start-nowrap:after {
    display: none !important;
  }
}
.flex-md-end-nowrap {
  display: block;
}
@media (min-width: 992px) {
  .flex-md-end-nowrap {
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
  .flex-md-end-nowrap:before,
  .flex-md-end-nowrap:after {
    display: none !important;
  }
}
.flex-md-stretch {
  display: block;
}
@media (min-width: 992px) {
  .flex-md-stretch {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .flex-md-stretch:before,
  .flex-md-stretch:after {
    display: none !important;
  }
}
.flex-md-center {
  display: block;
}
@media (min-width: 992px) {
  .flex-md-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .flex-md-center:before,
  .flex-md-center:after {
    display: none !important;
  }
}
.flex-md-start {
  display: block;
}
@media (min-width: 992px) {
  .flex-md-start {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .flex-md-start:before,
  .flex-md-start:after {
    display: none !important;
  }
}
.flex-md-end {
  display: block;
}
@media (min-width: 992px) {
  .flex-md-end {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .flex-md-end:before,
  .flex-md-end:after {
    display: none !important;
  }
}
.flex-md-baseline {
  display: block;
}
@media (min-width: 992px) {
  .flex-md-baseline {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
  }
  .flex-md-baseline:before,
  .flex-md-baseline:after {
    display: none !important;
  }
}
.flex-md-baseline-last {
  display: block;
}
@media (min-width: 992px) {
  .flex-md-baseline-last {
    display: flex;
    align-items: last-baseline;
    flex-wrap: wrap;
  }
  .flex-md-baseline-last:before,
  .flex-md-baseline-last:after {
    display: none !important;
  }
}
.flex-md-reset {
  display: block;
}
@media (min-width: 992px) {
  .flex-md-reset {
    display: block;
  }
}
.flex-lg-stretch-nowrap {
  display: block;
}
@media (min-width: 1200px) {
  .flex-lg-stretch-nowrap {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  .flex-lg-stretch-nowrap:before,
  .flex-lg-stretch-nowrap:after {
    display: none !important;
  }
}
.flex-lg-center-nowrap {
  display: block;
}
@media (min-width: 1200px) {
  .flex-lg-center-nowrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
  .flex-lg-center-nowrap:before,
  .flex-lg-center-nowrap:after {
    display: none !important;
  }
}
.flex-lg-start-nowrap {
  display: block;
}
@media (min-width: 1200px) {
  .flex-lg-start-nowrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .flex-lg-start-nowrap:before,
  .flex-lg-start-nowrap:after {
    display: none !important;
  }
}
.flex-lg-end-nowrap {
  display: block;
}
@media (min-width: 1200px) {
  .flex-lg-end-nowrap {
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
  .flex-lg-end-nowrap:before,
  .flex-lg-end-nowrap:after {
    display: none !important;
  }
}
.flex-lg-stretch {
  display: block;
}
@media (min-width: 1200px) {
  .flex-lg-stretch {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .flex-lg-stretch:before,
  .flex-lg-stretch:after {
    display: none !important;
  }
}
.flex-lg-center {
  display: block;
}
@media (min-width: 1200px) {
  .flex-lg-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .flex-lg-center:before,
  .flex-lg-center:after {
    display: none !important;
  }
}
.flex-lg-start {
  display: block;
}
@media (min-width: 1200px) {
  .flex-lg-start {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .flex-lg-start:before,
  .flex-lg-start:after {
    display: none !important;
  }
}
.flex-lg-end {
  display: block;
}
@media (min-width: 1200px) {
  .flex-lg-end {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .flex-lg-end:before,
  .flex-lg-end:after {
    display: none !important;
  }
}
.flex-lg-baseline {
  display: block;
}
@media (min-width: 1200px) {
  .flex-lg-baseline {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
  }
  .flex-lg-baseline:before,
  .flex-lg-baseline:after {
    display: none !important;
  }
}
.flex-lg-baseline-last {
  display: block;
}
@media (min-width: 1200px) {
  .flex-lg-baseline-last {
    display: flex;
    align-items: last-baseline;
    flex-wrap: wrap;
  }
  .flex-lg-baseline-last:before,
  .flex-lg-baseline-last:after {
    display: none !important;
  }
}
.flex-lg-reset {
  display: block;
}
@media (min-width: 1200px) {
  .flex-lg-reset {
    display: block;
  }
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.justify-space-between {
  justify-content: space-between;
}
.justify-space-evenly {
  justify-content: space-evenly;
}
.justify-space-around {
  justify-content: space-around;
}
@media (max-width: 768px) and (min-width: 480px) {
  .row-md-fifths {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
  }
  .row-md-fifths:before,
  .row-md-fifths:after {
    display: none !important;
  }
  .row-md-fifths .column {
    width: 50%;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .row-md-fifths {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
  }
  .row-md-fifths:before,
  .row-md-fifths:after {
    display: none !important;
  }
  .row-md-fifths .column {
    width: 33.3333333%;
  }
}
@media (min-width: 0) {
  .row-xs-fifths .column {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .row-sm-fifths .column {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .row-md-fifths .column {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .row-lg-fifths .column {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .row-xl-fifths .column {
    width: 20%;
  }
}
@media (min-width: 0) {
  .pad-xs-1,
  div.pad-xs-1,
  .container.pad-xs-1 {
    padding: 31px;
  }
  .pad-xs-1 > .row,
  div.pad-xs-1 > .row,
  .container.pad-xs-1 > .row {
    margin-left: -31px;
    margin-right: -31px;
  }
  .pad-xs-1-horz,
  div.pad-xs-1-horz,
  .container.pad-xs-1-horz {
    padding-left: 31px;
    padding-right: 31px;
  }
  .pad-xs-1-horz > .row,
  div.pad-xs-1-horz > .row,
  .container.pad-xs-1-horz > .row {
    margin-left: -31px;
    margin-right: -31px;
  }
  .pad-xs-1-vert,
  div.pad-xs-1-vert,
  .row.pad-xs-1-vert,
  .container.pad-xs-1-vert {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .pad-xs-1-top,
  div.pad-xs-1-top,
  .row.pad-xs-1-top,
  .container.pad-xs-1-top {
    padding-top: 31px;
  }
  .pad-xs-1-bottom,
  div.pad-xs-1-bottom,
  .row.pad-xs-1-bottom,
  .container.pad-xs-1-bottom {
    padding-bottom: 31px;
  }
  .pad-xs-1-left,
  div.pad-xs-1-left,
  .container.pad-xs-1-left {
    padding-left: 31px;
  }
  .pad-xs-1-right,
  div.pad-xs-1-right,
  .container.pad-xs-1-right {
    padding-right: 31px;
  }
  section.pad-xs-1,
  .row.pad-xs-1,
  section.pad-xs-1-horz,
  .row.pad-xs-1-horz,
  section.pad-xs-1-left,
  .row.pad-xs-1-left,
  section.pad-xs-1-right,
  .row.pad-xs-1-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 0) {
  .pad-xs-2,
  div.pad-xs-2,
  .container.pad-xs-2 {
    padding: 62px;
  }
  .pad-xs-2 > .row,
  div.pad-xs-2 > .row,
  .container.pad-xs-2 > .row {
    margin-left: -62px;
    margin-right: -62px;
  }
  .pad-xs-2-horz,
  div.pad-xs-2-horz,
  .container.pad-xs-2-horz {
    padding-left: 62px;
    padding-right: 62px;
  }
  .pad-xs-2-horz > .row,
  div.pad-xs-2-horz > .row,
  .container.pad-xs-2-horz > .row {
    margin-left: -62px;
    margin-right: -62px;
  }
  .pad-xs-2-vert,
  div.pad-xs-2-vert,
  .row.pad-xs-2-vert,
  .container.pad-xs-2-vert {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .pad-xs-2-top,
  div.pad-xs-2-top,
  .row.pad-xs-2-top,
  .container.pad-xs-2-top {
    padding-top: 62px;
  }
  .pad-xs-2-bottom,
  div.pad-xs-2-bottom,
  .row.pad-xs-2-bottom,
  .container.pad-xs-2-bottom {
    padding-bottom: 62px;
  }
  .pad-xs-2-left,
  div.pad-xs-2-left,
  .container.pad-xs-2-left {
    padding-left: 62px;
  }
  .pad-xs-2-right,
  div.pad-xs-2-right,
  .container.pad-xs-2-right {
    padding-right: 62px;
  }
  section.pad-xs-2,
  .row.pad-xs-2,
  section.pad-xs-2-horz,
  .row.pad-xs-2-horz,
  section.pad-xs-2-left,
  .row.pad-xs-2-left,
  section.pad-xs-2-right,
  .row.pad-xs-2-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 0) {
  .pad-xs-3,
  div.pad-xs-3,
  .container.pad-xs-3 {
    padding: 93px;
  }
  .pad-xs-3 > .row,
  div.pad-xs-3 > .row,
  .container.pad-xs-3 > .row {
    margin-left: -93px;
    margin-right: -93px;
  }
  .pad-xs-3-horz,
  div.pad-xs-3-horz,
  .container.pad-xs-3-horz {
    padding-left: 93px;
    padding-right: 93px;
  }
  .pad-xs-3-horz > .row,
  div.pad-xs-3-horz > .row,
  .container.pad-xs-3-horz > .row {
    margin-left: -93px;
    margin-right: -93px;
  }
  .pad-xs-3-vert,
  div.pad-xs-3-vert,
  .row.pad-xs-3-vert,
  .container.pad-xs-3-vert {
    padding-top: 93px;
    padding-bottom: 93px;
  }
  .pad-xs-3-top,
  div.pad-xs-3-top,
  .row.pad-xs-3-top,
  .container.pad-xs-3-top {
    padding-top: 93px;
  }
  .pad-xs-3-bottom,
  div.pad-xs-3-bottom,
  .row.pad-xs-3-bottom,
  .container.pad-xs-3-bottom {
    padding-bottom: 93px;
  }
  .pad-xs-3-left,
  div.pad-xs-3-left,
  .container.pad-xs-3-left {
    padding-left: 93px;
  }
  .pad-xs-3-right,
  div.pad-xs-3-right,
  .container.pad-xs-3-right {
    padding-right: 93px;
  }
  section.pad-xs-3,
  .row.pad-xs-3,
  section.pad-xs-3-horz,
  .row.pad-xs-3-horz,
  section.pad-xs-3-left,
  .row.pad-xs-3-left,
  section.pad-xs-3-right,
  .row.pad-xs-3-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 0) {
  .pad-xs-4,
  div.pad-xs-4,
  .container.pad-xs-4 {
    padding: 124px;
  }
  .pad-xs-4 > .row,
  div.pad-xs-4 > .row,
  .container.pad-xs-4 > .row {
    margin-left: -124px;
    margin-right: -124px;
  }
  .pad-xs-4-horz,
  div.pad-xs-4-horz,
  .container.pad-xs-4-horz {
    padding-left: 124px;
    padding-right: 124px;
  }
  .pad-xs-4-horz > .row,
  div.pad-xs-4-horz > .row,
  .container.pad-xs-4-horz > .row {
    margin-left: -124px;
    margin-right: -124px;
  }
  .pad-xs-4-vert,
  div.pad-xs-4-vert,
  .row.pad-xs-4-vert,
  .container.pad-xs-4-vert {
    padding-top: 124px;
    padding-bottom: 124px;
  }
  .pad-xs-4-top,
  div.pad-xs-4-top,
  .row.pad-xs-4-top,
  .container.pad-xs-4-top {
    padding-top: 124px;
  }
  .pad-xs-4-bottom,
  div.pad-xs-4-bottom,
  .row.pad-xs-4-bottom,
  .container.pad-xs-4-bottom {
    padding-bottom: 124px;
  }
  .pad-xs-4-left,
  div.pad-xs-4-left,
  .container.pad-xs-4-left {
    padding-left: 124px;
  }
  .pad-xs-4-right,
  div.pad-xs-4-right,
  .container.pad-xs-4-right {
    padding-right: 124px;
  }
  section.pad-xs-4,
  .row.pad-xs-4,
  section.pad-xs-4-horz,
  .row.pad-xs-4-horz,
  section.pad-xs-4-left,
  .row.pad-xs-4-left,
  section.pad-xs-4-right,
  .row.pad-xs-4-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 0) {
  .pad-xs-5,
  div.pad-xs-5,
  .container.pad-xs-5 {
    padding: 155px;
  }
  .pad-xs-5 > .row,
  div.pad-xs-5 > .row,
  .container.pad-xs-5 > .row {
    margin-left: -155px;
    margin-right: -155px;
  }
  .pad-xs-5-horz,
  div.pad-xs-5-horz,
  .container.pad-xs-5-horz {
    padding-left: 155px;
    padding-right: 155px;
  }
  .pad-xs-5-horz > .row,
  div.pad-xs-5-horz > .row,
  .container.pad-xs-5-horz > .row {
    margin-left: -155px;
    margin-right: -155px;
  }
  .pad-xs-5-vert,
  div.pad-xs-5-vert,
  .row.pad-xs-5-vert,
  .container.pad-xs-5-vert {
    padding-top: 155px;
    padding-bottom: 155px;
  }
  .pad-xs-5-top,
  div.pad-xs-5-top,
  .row.pad-xs-5-top,
  .container.pad-xs-5-top {
    padding-top: 155px;
  }
  .pad-xs-5-bottom,
  div.pad-xs-5-bottom,
  .row.pad-xs-5-bottom,
  .container.pad-xs-5-bottom {
    padding-bottom: 155px;
  }
  .pad-xs-5-left,
  div.pad-xs-5-left,
  .container.pad-xs-5-left {
    padding-left: 155px;
  }
  .pad-xs-5-right,
  div.pad-xs-5-right,
  .container.pad-xs-5-right {
    padding-right: 155px;
  }
  section.pad-xs-5,
  .row.pad-xs-5,
  section.pad-xs-5-horz,
  .row.pad-xs-5-horz,
  section.pad-xs-5-left,
  .row.pad-xs-5-left,
  section.pad-xs-5-right,
  .row.pad-xs-5-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 0) {
  .pad-xs-6,
  div.pad-xs-6,
  .container.pad-xs-6 {
    padding: 186px;
  }
  .pad-xs-6 > .row,
  div.pad-xs-6 > .row,
  .container.pad-xs-6 > .row {
    margin-left: -186px;
    margin-right: -186px;
  }
  .pad-xs-6-horz,
  div.pad-xs-6-horz,
  .container.pad-xs-6-horz {
    padding-left: 186px;
    padding-right: 186px;
  }
  .pad-xs-6-horz > .row,
  div.pad-xs-6-horz > .row,
  .container.pad-xs-6-horz > .row {
    margin-left: -186px;
    margin-right: -186px;
  }
  .pad-xs-6-vert,
  div.pad-xs-6-vert,
  .row.pad-xs-6-vert,
  .container.pad-xs-6-vert {
    padding-top: 186px;
    padding-bottom: 186px;
  }
  .pad-xs-6-top,
  div.pad-xs-6-top,
  .row.pad-xs-6-top,
  .container.pad-xs-6-top {
    padding-top: 186px;
  }
  .pad-xs-6-bottom,
  div.pad-xs-6-bottom,
  .row.pad-xs-6-bottom,
  .container.pad-xs-6-bottom {
    padding-bottom: 186px;
  }
  .pad-xs-6-left,
  div.pad-xs-6-left,
  .container.pad-xs-6-left {
    padding-left: 186px;
  }
  .pad-xs-6-right,
  div.pad-xs-6-right,
  .container.pad-xs-6-right {
    padding-right: 186px;
  }
  section.pad-xs-6,
  .row.pad-xs-6,
  section.pad-xs-6-horz,
  .row.pad-xs-6-horz,
  section.pad-xs-6-left,
  .row.pad-xs-6-left,
  section.pad-xs-6-right,
  .row.pad-xs-6-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 0) {
  .pad-xs-7,
  div.pad-xs-7,
  .container.pad-xs-7 {
    padding: 217px;
  }
  .pad-xs-7 > .row,
  div.pad-xs-7 > .row,
  .container.pad-xs-7 > .row {
    margin-left: -217px;
    margin-right: -217px;
  }
  .pad-xs-7-horz,
  div.pad-xs-7-horz,
  .container.pad-xs-7-horz {
    padding-left: 217px;
    padding-right: 217px;
  }
  .pad-xs-7-horz > .row,
  div.pad-xs-7-horz > .row,
  .container.pad-xs-7-horz > .row {
    margin-left: -217px;
    margin-right: -217px;
  }
  .pad-xs-7-vert,
  div.pad-xs-7-vert,
  .row.pad-xs-7-vert,
  .container.pad-xs-7-vert {
    padding-top: 217px;
    padding-bottom: 217px;
  }
  .pad-xs-7-top,
  div.pad-xs-7-top,
  .row.pad-xs-7-top,
  .container.pad-xs-7-top {
    padding-top: 217px;
  }
  .pad-xs-7-bottom,
  div.pad-xs-7-bottom,
  .row.pad-xs-7-bottom,
  .container.pad-xs-7-bottom {
    padding-bottom: 217px;
  }
  .pad-xs-7-left,
  div.pad-xs-7-left,
  .container.pad-xs-7-left {
    padding-left: 217px;
  }
  .pad-xs-7-right,
  div.pad-xs-7-right,
  .container.pad-xs-7-right {
    padding-right: 217px;
  }
  section.pad-xs-7,
  .row.pad-xs-7,
  section.pad-xs-7-horz,
  .row.pad-xs-7-horz,
  section.pad-xs-7-left,
  .row.pad-xs-7-left,
  section.pad-xs-7-right,
  .row.pad-xs-7-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 0) {
  .pad-xs-0,
  div.pad-xs-0,
  .container.pad-xs-0 {
    padding: 0px;
  }
  .pad-xs-0 > .row,
  div.pad-xs-0 > .row,
  .container.pad-xs-0 > .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pad-xs-0-horz,
  div.pad-xs-0-horz,
  .container.pad-xs-0-horz {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pad-xs-0-horz > .row,
  div.pad-xs-0-horz > .row,
  .container.pad-xs-0-horz > .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pad-xs-0-vert,
  div.pad-xs-0-vert,
  .row.pad-xs-0-vert,
  .container.pad-xs-0-vert {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pad-xs-0-top,
  div.pad-xs-0-top,
  .row.pad-xs-0-top,
  .container.pad-xs-0-top {
    padding-top: 0px;
  }
  .pad-xs-0-bottom,
  div.pad-xs-0-bottom,
  .row.pad-xs-0-bottom,
  .container.pad-xs-0-bottom {
    padding-bottom: 0px;
  }
  .pad-xs-0-left,
  div.pad-xs-0-left,
  .container.pad-xs-0-left {
    padding-left: 0px;
  }
  .pad-xs-0-right,
  div.pad-xs-0-right,
  .container.pad-xs-0-right {
    padding-right: 0px;
  }
  section.pad-xs-0,
  .row.pad-xs-0,
  section.pad-xs-0-horz,
  .row.pad-xs-0-horz,
  section.pad-xs-0-left,
  .row.pad-xs-0-left,
  section.pad-xs-0-right,
  .row.pad-xs-0-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .pad-sm-1,
  div.pad-sm-1,
  .container.pad-sm-1 {
    padding: 31px;
  }
  .pad-sm-1 > .row,
  div.pad-sm-1 > .row,
  .container.pad-sm-1 > .row {
    margin-left: -31px;
    margin-right: -31px;
  }
  .pad-sm-1-horz,
  div.pad-sm-1-horz,
  .container.pad-sm-1-horz {
    padding-left: 31px;
    padding-right: 31px;
  }
  .pad-sm-1-horz > .row,
  div.pad-sm-1-horz > .row,
  .container.pad-sm-1-horz > .row {
    margin-left: -31px;
    margin-right: -31px;
  }
  .pad-sm-1-vert,
  div.pad-sm-1-vert,
  .row.pad-sm-1-vert,
  .container.pad-sm-1-vert {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .pad-sm-1-top,
  div.pad-sm-1-top,
  .row.pad-sm-1-top,
  .container.pad-sm-1-top {
    padding-top: 31px;
  }
  .pad-sm-1-bottom,
  div.pad-sm-1-bottom,
  .row.pad-sm-1-bottom,
  .container.pad-sm-1-bottom {
    padding-bottom: 31px;
  }
  .pad-sm-1-left,
  div.pad-sm-1-left,
  .container.pad-sm-1-left {
    padding-left: 31px;
  }
  .pad-sm-1-right,
  div.pad-sm-1-right,
  .container.pad-sm-1-right {
    padding-right: 31px;
  }
  section.pad-sm-1,
  .row.pad-sm-1,
  section.pad-sm-1-horz,
  .row.pad-sm-1-horz,
  section.pad-sm-1-left,
  .row.pad-sm-1-left,
  section.pad-sm-1-right,
  .row.pad-sm-1-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .pad-sm-2,
  div.pad-sm-2,
  .container.pad-sm-2 {
    padding: 62px;
  }
  .pad-sm-2 > .row,
  div.pad-sm-2 > .row,
  .container.pad-sm-2 > .row {
    margin-left: -62px;
    margin-right: -62px;
  }
  .pad-sm-2-horz,
  div.pad-sm-2-horz,
  .container.pad-sm-2-horz {
    padding-left: 62px;
    padding-right: 62px;
  }
  .pad-sm-2-horz > .row,
  div.pad-sm-2-horz > .row,
  .container.pad-sm-2-horz > .row {
    margin-left: -62px;
    margin-right: -62px;
  }
  .pad-sm-2-vert,
  div.pad-sm-2-vert,
  .row.pad-sm-2-vert,
  .container.pad-sm-2-vert {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .pad-sm-2-top,
  div.pad-sm-2-top,
  .row.pad-sm-2-top,
  .container.pad-sm-2-top {
    padding-top: 62px;
  }
  .pad-sm-2-bottom,
  div.pad-sm-2-bottom,
  .row.pad-sm-2-bottom,
  .container.pad-sm-2-bottom {
    padding-bottom: 62px;
  }
  .pad-sm-2-left,
  div.pad-sm-2-left,
  .container.pad-sm-2-left {
    padding-left: 62px;
  }
  .pad-sm-2-right,
  div.pad-sm-2-right,
  .container.pad-sm-2-right {
    padding-right: 62px;
  }
  section.pad-sm-2,
  .row.pad-sm-2,
  section.pad-sm-2-horz,
  .row.pad-sm-2-horz,
  section.pad-sm-2-left,
  .row.pad-sm-2-left,
  section.pad-sm-2-right,
  .row.pad-sm-2-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .pad-sm-3,
  div.pad-sm-3,
  .container.pad-sm-3 {
    padding: 93px;
  }
  .pad-sm-3 > .row,
  div.pad-sm-3 > .row,
  .container.pad-sm-3 > .row {
    margin-left: -93px;
    margin-right: -93px;
  }
  .pad-sm-3-horz,
  div.pad-sm-3-horz,
  .container.pad-sm-3-horz {
    padding-left: 93px;
    padding-right: 93px;
  }
  .pad-sm-3-horz > .row,
  div.pad-sm-3-horz > .row,
  .container.pad-sm-3-horz > .row {
    margin-left: -93px;
    margin-right: -93px;
  }
  .pad-sm-3-vert,
  div.pad-sm-3-vert,
  .row.pad-sm-3-vert,
  .container.pad-sm-3-vert {
    padding-top: 93px;
    padding-bottom: 93px;
  }
  .pad-sm-3-top,
  div.pad-sm-3-top,
  .row.pad-sm-3-top,
  .container.pad-sm-3-top {
    padding-top: 93px;
  }
  .pad-sm-3-bottom,
  div.pad-sm-3-bottom,
  .row.pad-sm-3-bottom,
  .container.pad-sm-3-bottom {
    padding-bottom: 93px;
  }
  .pad-sm-3-left,
  div.pad-sm-3-left,
  .container.pad-sm-3-left {
    padding-left: 93px;
  }
  .pad-sm-3-right,
  div.pad-sm-3-right,
  .container.pad-sm-3-right {
    padding-right: 93px;
  }
  section.pad-sm-3,
  .row.pad-sm-3,
  section.pad-sm-3-horz,
  .row.pad-sm-3-horz,
  section.pad-sm-3-left,
  .row.pad-sm-3-left,
  section.pad-sm-3-right,
  .row.pad-sm-3-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .pad-sm-4,
  div.pad-sm-4,
  .container.pad-sm-4 {
    padding: 124px;
  }
  .pad-sm-4 > .row,
  div.pad-sm-4 > .row,
  .container.pad-sm-4 > .row {
    margin-left: -124px;
    margin-right: -124px;
  }
  .pad-sm-4-horz,
  div.pad-sm-4-horz,
  .container.pad-sm-4-horz {
    padding-left: 124px;
    padding-right: 124px;
  }
  .pad-sm-4-horz > .row,
  div.pad-sm-4-horz > .row,
  .container.pad-sm-4-horz > .row {
    margin-left: -124px;
    margin-right: -124px;
  }
  .pad-sm-4-vert,
  div.pad-sm-4-vert,
  .row.pad-sm-4-vert,
  .container.pad-sm-4-vert {
    padding-top: 124px;
    padding-bottom: 124px;
  }
  .pad-sm-4-top,
  div.pad-sm-4-top,
  .row.pad-sm-4-top,
  .container.pad-sm-4-top {
    padding-top: 124px;
  }
  .pad-sm-4-bottom,
  div.pad-sm-4-bottom,
  .row.pad-sm-4-bottom,
  .container.pad-sm-4-bottom {
    padding-bottom: 124px;
  }
  .pad-sm-4-left,
  div.pad-sm-4-left,
  .container.pad-sm-4-left {
    padding-left: 124px;
  }
  .pad-sm-4-right,
  div.pad-sm-4-right,
  .container.pad-sm-4-right {
    padding-right: 124px;
  }
  section.pad-sm-4,
  .row.pad-sm-4,
  section.pad-sm-4-horz,
  .row.pad-sm-4-horz,
  section.pad-sm-4-left,
  .row.pad-sm-4-left,
  section.pad-sm-4-right,
  .row.pad-sm-4-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .pad-sm-5,
  div.pad-sm-5,
  .container.pad-sm-5 {
    padding: 155px;
  }
  .pad-sm-5 > .row,
  div.pad-sm-5 > .row,
  .container.pad-sm-5 > .row {
    margin-left: -155px;
    margin-right: -155px;
  }
  .pad-sm-5-horz,
  div.pad-sm-5-horz,
  .container.pad-sm-5-horz {
    padding-left: 155px;
    padding-right: 155px;
  }
  .pad-sm-5-horz > .row,
  div.pad-sm-5-horz > .row,
  .container.pad-sm-5-horz > .row {
    margin-left: -155px;
    margin-right: -155px;
  }
  .pad-sm-5-vert,
  div.pad-sm-5-vert,
  .row.pad-sm-5-vert,
  .container.pad-sm-5-vert {
    padding-top: 155px;
    padding-bottom: 155px;
  }
  .pad-sm-5-top,
  div.pad-sm-5-top,
  .row.pad-sm-5-top,
  .container.pad-sm-5-top {
    padding-top: 155px;
  }
  .pad-sm-5-bottom,
  div.pad-sm-5-bottom,
  .row.pad-sm-5-bottom,
  .container.pad-sm-5-bottom {
    padding-bottom: 155px;
  }
  .pad-sm-5-left,
  div.pad-sm-5-left,
  .container.pad-sm-5-left {
    padding-left: 155px;
  }
  .pad-sm-5-right,
  div.pad-sm-5-right,
  .container.pad-sm-5-right {
    padding-right: 155px;
  }
  section.pad-sm-5,
  .row.pad-sm-5,
  section.pad-sm-5-horz,
  .row.pad-sm-5-horz,
  section.pad-sm-5-left,
  .row.pad-sm-5-left,
  section.pad-sm-5-right,
  .row.pad-sm-5-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .pad-sm-6,
  div.pad-sm-6,
  .container.pad-sm-6 {
    padding: 186px;
  }
  .pad-sm-6 > .row,
  div.pad-sm-6 > .row,
  .container.pad-sm-6 > .row {
    margin-left: -186px;
    margin-right: -186px;
  }
  .pad-sm-6-horz,
  div.pad-sm-6-horz,
  .container.pad-sm-6-horz {
    padding-left: 186px;
    padding-right: 186px;
  }
  .pad-sm-6-horz > .row,
  div.pad-sm-6-horz > .row,
  .container.pad-sm-6-horz > .row {
    margin-left: -186px;
    margin-right: -186px;
  }
  .pad-sm-6-vert,
  div.pad-sm-6-vert,
  .row.pad-sm-6-vert,
  .container.pad-sm-6-vert {
    padding-top: 186px;
    padding-bottom: 186px;
  }
  .pad-sm-6-top,
  div.pad-sm-6-top,
  .row.pad-sm-6-top,
  .container.pad-sm-6-top {
    padding-top: 186px;
  }
  .pad-sm-6-bottom,
  div.pad-sm-6-bottom,
  .row.pad-sm-6-bottom,
  .container.pad-sm-6-bottom {
    padding-bottom: 186px;
  }
  .pad-sm-6-left,
  div.pad-sm-6-left,
  .container.pad-sm-6-left {
    padding-left: 186px;
  }
  .pad-sm-6-right,
  div.pad-sm-6-right,
  .container.pad-sm-6-right {
    padding-right: 186px;
  }
  section.pad-sm-6,
  .row.pad-sm-6,
  section.pad-sm-6-horz,
  .row.pad-sm-6-horz,
  section.pad-sm-6-left,
  .row.pad-sm-6-left,
  section.pad-sm-6-right,
  .row.pad-sm-6-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .pad-sm-7,
  div.pad-sm-7,
  .container.pad-sm-7 {
    padding: 217px;
  }
  .pad-sm-7 > .row,
  div.pad-sm-7 > .row,
  .container.pad-sm-7 > .row {
    margin-left: -217px;
    margin-right: -217px;
  }
  .pad-sm-7-horz,
  div.pad-sm-7-horz,
  .container.pad-sm-7-horz {
    padding-left: 217px;
    padding-right: 217px;
  }
  .pad-sm-7-horz > .row,
  div.pad-sm-7-horz > .row,
  .container.pad-sm-7-horz > .row {
    margin-left: -217px;
    margin-right: -217px;
  }
  .pad-sm-7-vert,
  div.pad-sm-7-vert,
  .row.pad-sm-7-vert,
  .container.pad-sm-7-vert {
    padding-top: 217px;
    padding-bottom: 217px;
  }
  .pad-sm-7-top,
  div.pad-sm-7-top,
  .row.pad-sm-7-top,
  .container.pad-sm-7-top {
    padding-top: 217px;
  }
  .pad-sm-7-bottom,
  div.pad-sm-7-bottom,
  .row.pad-sm-7-bottom,
  .container.pad-sm-7-bottom {
    padding-bottom: 217px;
  }
  .pad-sm-7-left,
  div.pad-sm-7-left,
  .container.pad-sm-7-left {
    padding-left: 217px;
  }
  .pad-sm-7-right,
  div.pad-sm-7-right,
  .container.pad-sm-7-right {
    padding-right: 217px;
  }
  section.pad-sm-7,
  .row.pad-sm-7,
  section.pad-sm-7-horz,
  .row.pad-sm-7-horz,
  section.pad-sm-7-left,
  .row.pad-sm-7-left,
  section.pad-sm-7-right,
  .row.pad-sm-7-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .pad-sm-0,
  div.pad-sm-0,
  .container.pad-sm-0 {
    padding: 0px;
  }
  .pad-sm-0 > .row,
  div.pad-sm-0 > .row,
  .container.pad-sm-0 > .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pad-sm-0-horz,
  div.pad-sm-0-horz,
  .container.pad-sm-0-horz {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pad-sm-0-horz > .row,
  div.pad-sm-0-horz > .row,
  .container.pad-sm-0-horz > .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pad-sm-0-vert,
  div.pad-sm-0-vert,
  .row.pad-sm-0-vert,
  .container.pad-sm-0-vert {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pad-sm-0-top,
  div.pad-sm-0-top,
  .row.pad-sm-0-top,
  .container.pad-sm-0-top {
    padding-top: 0px;
  }
  .pad-sm-0-bottom,
  div.pad-sm-0-bottom,
  .row.pad-sm-0-bottom,
  .container.pad-sm-0-bottom {
    padding-bottom: 0px;
  }
  .pad-sm-0-left,
  div.pad-sm-0-left,
  .container.pad-sm-0-left {
    padding-left: 0px;
  }
  .pad-sm-0-right,
  div.pad-sm-0-right,
  .container.pad-sm-0-right {
    padding-right: 0px;
  }
  section.pad-sm-0,
  .row.pad-sm-0,
  section.pad-sm-0-horz,
  .row.pad-sm-0-horz,
  section.pad-sm-0-left,
  .row.pad-sm-0-left,
  section.pad-sm-0-right,
  .row.pad-sm-0-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .pad-md-1,
  div.pad-md-1,
  .container.pad-md-1 {
    padding: 31px;
  }
  .pad-md-1 > .row,
  div.pad-md-1 > .row,
  .container.pad-md-1 > .row {
    margin-left: -31px;
    margin-right: -31px;
  }
  .pad-md-1-horz,
  div.pad-md-1-horz,
  .container.pad-md-1-horz {
    padding-left: 31px;
    padding-right: 31px;
  }
  .pad-md-1-horz > .row,
  div.pad-md-1-horz > .row,
  .container.pad-md-1-horz > .row {
    margin-left: -31px;
    margin-right: -31px;
  }
  .pad-md-1-vert,
  div.pad-md-1-vert,
  .row.pad-md-1-vert,
  .container.pad-md-1-vert {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .pad-md-1-top,
  div.pad-md-1-top,
  .row.pad-md-1-top,
  .container.pad-md-1-top {
    padding-top: 31px;
  }
  .pad-md-1-bottom,
  div.pad-md-1-bottom,
  .row.pad-md-1-bottom,
  .container.pad-md-1-bottom {
    padding-bottom: 31px;
  }
  .pad-md-1-left,
  div.pad-md-1-left,
  .container.pad-md-1-left {
    padding-left: 31px;
  }
  .pad-md-1-right,
  div.pad-md-1-right,
  .container.pad-md-1-right {
    padding-right: 31px;
  }
  section.pad-md-1,
  .row.pad-md-1,
  section.pad-md-1-horz,
  .row.pad-md-1-horz,
  section.pad-md-1-left,
  .row.pad-md-1-left,
  section.pad-md-1-right,
  .row.pad-md-1-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .pad-md-2,
  div.pad-md-2,
  .container.pad-md-2 {
    padding: 62px;
  }
  .pad-md-2 > .row,
  div.pad-md-2 > .row,
  .container.pad-md-2 > .row {
    margin-left: -62px;
    margin-right: -62px;
  }
  .pad-md-2-horz,
  div.pad-md-2-horz,
  .container.pad-md-2-horz {
    padding-left: 62px;
    padding-right: 62px;
  }
  .pad-md-2-horz > .row,
  div.pad-md-2-horz > .row,
  .container.pad-md-2-horz > .row {
    margin-left: -62px;
    margin-right: -62px;
  }
  .pad-md-2-vert,
  div.pad-md-2-vert,
  .row.pad-md-2-vert,
  .container.pad-md-2-vert {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .pad-md-2-top,
  div.pad-md-2-top,
  .row.pad-md-2-top,
  .container.pad-md-2-top {
    padding-top: 62px;
  }
  .pad-md-2-bottom,
  div.pad-md-2-bottom,
  .row.pad-md-2-bottom,
  .container.pad-md-2-bottom {
    padding-bottom: 62px;
  }
  .pad-md-2-left,
  div.pad-md-2-left,
  .container.pad-md-2-left {
    padding-left: 62px;
  }
  .pad-md-2-right,
  div.pad-md-2-right,
  .container.pad-md-2-right {
    padding-right: 62px;
  }
  section.pad-md-2,
  .row.pad-md-2,
  section.pad-md-2-horz,
  .row.pad-md-2-horz,
  section.pad-md-2-left,
  .row.pad-md-2-left,
  section.pad-md-2-right,
  .row.pad-md-2-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .pad-md-3,
  div.pad-md-3,
  .container.pad-md-3 {
    padding: 93px;
  }
  .pad-md-3 > .row,
  div.pad-md-3 > .row,
  .container.pad-md-3 > .row {
    margin-left: -93px;
    margin-right: -93px;
  }
  .pad-md-3-horz,
  div.pad-md-3-horz,
  .container.pad-md-3-horz {
    padding-left: 93px;
    padding-right: 93px;
  }
  .pad-md-3-horz > .row,
  div.pad-md-3-horz > .row,
  .container.pad-md-3-horz > .row {
    margin-left: -93px;
    margin-right: -93px;
  }
  .pad-md-3-vert,
  div.pad-md-3-vert,
  .row.pad-md-3-vert,
  .container.pad-md-3-vert {
    padding-top: 93px;
    padding-bottom: 93px;
  }
  .pad-md-3-top,
  div.pad-md-3-top,
  .row.pad-md-3-top,
  .container.pad-md-3-top {
    padding-top: 93px;
  }
  .pad-md-3-bottom,
  div.pad-md-3-bottom,
  .row.pad-md-3-bottom,
  .container.pad-md-3-bottom {
    padding-bottom: 93px;
  }
  .pad-md-3-left,
  div.pad-md-3-left,
  .container.pad-md-3-left {
    padding-left: 93px;
  }
  .pad-md-3-right,
  div.pad-md-3-right,
  .container.pad-md-3-right {
    padding-right: 93px;
  }
  section.pad-md-3,
  .row.pad-md-3,
  section.pad-md-3-horz,
  .row.pad-md-3-horz,
  section.pad-md-3-left,
  .row.pad-md-3-left,
  section.pad-md-3-right,
  .row.pad-md-3-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .pad-md-4,
  div.pad-md-4,
  .container.pad-md-4 {
    padding: 124px;
  }
  .pad-md-4 > .row,
  div.pad-md-4 > .row,
  .container.pad-md-4 > .row {
    margin-left: -124px;
    margin-right: -124px;
  }
  .pad-md-4-horz,
  div.pad-md-4-horz,
  .container.pad-md-4-horz {
    padding-left: 124px;
    padding-right: 124px;
  }
  .pad-md-4-horz > .row,
  div.pad-md-4-horz > .row,
  .container.pad-md-4-horz > .row {
    margin-left: -124px;
    margin-right: -124px;
  }
  .pad-md-4-vert,
  div.pad-md-4-vert,
  .row.pad-md-4-vert,
  .container.pad-md-4-vert {
    padding-top: 124px;
    padding-bottom: 124px;
  }
  .pad-md-4-top,
  div.pad-md-4-top,
  .row.pad-md-4-top,
  .container.pad-md-4-top {
    padding-top: 124px;
  }
  .pad-md-4-bottom,
  div.pad-md-4-bottom,
  .row.pad-md-4-bottom,
  .container.pad-md-4-bottom {
    padding-bottom: 124px;
  }
  .pad-md-4-left,
  div.pad-md-4-left,
  .container.pad-md-4-left {
    padding-left: 124px;
  }
  .pad-md-4-right,
  div.pad-md-4-right,
  .container.pad-md-4-right {
    padding-right: 124px;
  }
  section.pad-md-4,
  .row.pad-md-4,
  section.pad-md-4-horz,
  .row.pad-md-4-horz,
  section.pad-md-4-left,
  .row.pad-md-4-left,
  section.pad-md-4-right,
  .row.pad-md-4-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .pad-md-5,
  div.pad-md-5,
  .container.pad-md-5 {
    padding: 155px;
  }
  .pad-md-5 > .row,
  div.pad-md-5 > .row,
  .container.pad-md-5 > .row {
    margin-left: -155px;
    margin-right: -155px;
  }
  .pad-md-5-horz,
  div.pad-md-5-horz,
  .container.pad-md-5-horz {
    padding-left: 155px;
    padding-right: 155px;
  }
  .pad-md-5-horz > .row,
  div.pad-md-5-horz > .row,
  .container.pad-md-5-horz > .row {
    margin-left: -155px;
    margin-right: -155px;
  }
  .pad-md-5-vert,
  div.pad-md-5-vert,
  .row.pad-md-5-vert,
  .container.pad-md-5-vert {
    padding-top: 155px;
    padding-bottom: 155px;
  }
  .pad-md-5-top,
  div.pad-md-5-top,
  .row.pad-md-5-top,
  .container.pad-md-5-top {
    padding-top: 155px;
  }
  .pad-md-5-bottom,
  div.pad-md-5-bottom,
  .row.pad-md-5-bottom,
  .container.pad-md-5-bottom {
    padding-bottom: 155px;
  }
  .pad-md-5-left,
  div.pad-md-5-left,
  .container.pad-md-5-left {
    padding-left: 155px;
  }
  .pad-md-5-right,
  div.pad-md-5-right,
  .container.pad-md-5-right {
    padding-right: 155px;
  }
  section.pad-md-5,
  .row.pad-md-5,
  section.pad-md-5-horz,
  .row.pad-md-5-horz,
  section.pad-md-5-left,
  .row.pad-md-5-left,
  section.pad-md-5-right,
  .row.pad-md-5-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .pad-md-6,
  div.pad-md-6,
  .container.pad-md-6 {
    padding: 186px;
  }
  .pad-md-6 > .row,
  div.pad-md-6 > .row,
  .container.pad-md-6 > .row {
    margin-left: -186px;
    margin-right: -186px;
  }
  .pad-md-6-horz,
  div.pad-md-6-horz,
  .container.pad-md-6-horz {
    padding-left: 186px;
    padding-right: 186px;
  }
  .pad-md-6-horz > .row,
  div.pad-md-6-horz > .row,
  .container.pad-md-6-horz > .row {
    margin-left: -186px;
    margin-right: -186px;
  }
  .pad-md-6-vert,
  div.pad-md-6-vert,
  .row.pad-md-6-vert,
  .container.pad-md-6-vert {
    padding-top: 186px;
    padding-bottom: 186px;
  }
  .pad-md-6-top,
  div.pad-md-6-top,
  .row.pad-md-6-top,
  .container.pad-md-6-top {
    padding-top: 186px;
  }
  .pad-md-6-bottom,
  div.pad-md-6-bottom,
  .row.pad-md-6-bottom,
  .container.pad-md-6-bottom {
    padding-bottom: 186px;
  }
  .pad-md-6-left,
  div.pad-md-6-left,
  .container.pad-md-6-left {
    padding-left: 186px;
  }
  .pad-md-6-right,
  div.pad-md-6-right,
  .container.pad-md-6-right {
    padding-right: 186px;
  }
  section.pad-md-6,
  .row.pad-md-6,
  section.pad-md-6-horz,
  .row.pad-md-6-horz,
  section.pad-md-6-left,
  .row.pad-md-6-left,
  section.pad-md-6-right,
  .row.pad-md-6-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .pad-md-7,
  div.pad-md-7,
  .container.pad-md-7 {
    padding: 217px;
  }
  .pad-md-7 > .row,
  div.pad-md-7 > .row,
  .container.pad-md-7 > .row {
    margin-left: -217px;
    margin-right: -217px;
  }
  .pad-md-7-horz,
  div.pad-md-7-horz,
  .container.pad-md-7-horz {
    padding-left: 217px;
    padding-right: 217px;
  }
  .pad-md-7-horz > .row,
  div.pad-md-7-horz > .row,
  .container.pad-md-7-horz > .row {
    margin-left: -217px;
    margin-right: -217px;
  }
  .pad-md-7-vert,
  div.pad-md-7-vert,
  .row.pad-md-7-vert,
  .container.pad-md-7-vert {
    padding-top: 217px;
    padding-bottom: 217px;
  }
  .pad-md-7-top,
  div.pad-md-7-top,
  .row.pad-md-7-top,
  .container.pad-md-7-top {
    padding-top: 217px;
  }
  .pad-md-7-bottom,
  div.pad-md-7-bottom,
  .row.pad-md-7-bottom,
  .container.pad-md-7-bottom {
    padding-bottom: 217px;
  }
  .pad-md-7-left,
  div.pad-md-7-left,
  .container.pad-md-7-left {
    padding-left: 217px;
  }
  .pad-md-7-right,
  div.pad-md-7-right,
  .container.pad-md-7-right {
    padding-right: 217px;
  }
  section.pad-md-7,
  .row.pad-md-7,
  section.pad-md-7-horz,
  .row.pad-md-7-horz,
  section.pad-md-7-left,
  .row.pad-md-7-left,
  section.pad-md-7-right,
  .row.pad-md-7-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .pad-md-0,
  div.pad-md-0,
  .container.pad-md-0 {
    padding: 0px;
  }
  .pad-md-0 > .row,
  div.pad-md-0 > .row,
  .container.pad-md-0 > .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pad-md-0-horz,
  div.pad-md-0-horz,
  .container.pad-md-0-horz {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pad-md-0-horz > .row,
  div.pad-md-0-horz > .row,
  .container.pad-md-0-horz > .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pad-md-0-vert,
  div.pad-md-0-vert,
  .row.pad-md-0-vert,
  .container.pad-md-0-vert {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pad-md-0-top,
  div.pad-md-0-top,
  .row.pad-md-0-top,
  .container.pad-md-0-top {
    padding-top: 0px;
  }
  .pad-md-0-bottom,
  div.pad-md-0-bottom,
  .row.pad-md-0-bottom,
  .container.pad-md-0-bottom {
    padding-bottom: 0px;
  }
  .pad-md-0-left,
  div.pad-md-0-left,
  .container.pad-md-0-left {
    padding-left: 0px;
  }
  .pad-md-0-right,
  div.pad-md-0-right,
  .container.pad-md-0-right {
    padding-right: 0px;
  }
  section.pad-md-0,
  .row.pad-md-0,
  section.pad-md-0-horz,
  .row.pad-md-0-horz,
  section.pad-md-0-left,
  .row.pad-md-0-left,
  section.pad-md-0-right,
  .row.pad-md-0-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  .pad-lg-1,
  div.pad-lg-1,
  .container.pad-lg-1 {
    padding: 31px;
  }
  .pad-lg-1 > .row,
  div.pad-lg-1 > .row,
  .container.pad-lg-1 > .row {
    margin-left: -31px;
    margin-right: -31px;
  }
  .pad-lg-1-horz,
  div.pad-lg-1-horz,
  .container.pad-lg-1-horz {
    padding-left: 31px;
    padding-right: 31px;
  }
  .pad-lg-1-horz > .row,
  div.pad-lg-1-horz > .row,
  .container.pad-lg-1-horz > .row {
    margin-left: -31px;
    margin-right: -31px;
  }
  .pad-lg-1-vert,
  div.pad-lg-1-vert,
  .row.pad-lg-1-vert,
  .container.pad-lg-1-vert {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .pad-lg-1-top,
  div.pad-lg-1-top,
  .row.pad-lg-1-top,
  .container.pad-lg-1-top {
    padding-top: 31px;
  }
  .pad-lg-1-bottom,
  div.pad-lg-1-bottom,
  .row.pad-lg-1-bottom,
  .container.pad-lg-1-bottom {
    padding-bottom: 31px;
  }
  .pad-lg-1-left,
  div.pad-lg-1-left,
  .container.pad-lg-1-left {
    padding-left: 31px;
  }
  .pad-lg-1-right,
  div.pad-lg-1-right,
  .container.pad-lg-1-right {
    padding-right: 31px;
  }
  section.pad-lg-1,
  .row.pad-lg-1,
  section.pad-lg-1-horz,
  .row.pad-lg-1-horz,
  section.pad-lg-1-left,
  .row.pad-lg-1-left,
  section.pad-lg-1-right,
  .row.pad-lg-1-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  .pad-lg-2,
  div.pad-lg-2,
  .container.pad-lg-2 {
    padding: 62px;
  }
  .pad-lg-2 > .row,
  div.pad-lg-2 > .row,
  .container.pad-lg-2 > .row {
    margin-left: -62px;
    margin-right: -62px;
  }
  .pad-lg-2-horz,
  div.pad-lg-2-horz,
  .container.pad-lg-2-horz {
    padding-left: 62px;
    padding-right: 62px;
  }
  .pad-lg-2-horz > .row,
  div.pad-lg-2-horz > .row,
  .container.pad-lg-2-horz > .row {
    margin-left: -62px;
    margin-right: -62px;
  }
  .pad-lg-2-vert,
  div.pad-lg-2-vert,
  .row.pad-lg-2-vert,
  .container.pad-lg-2-vert {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .pad-lg-2-top,
  div.pad-lg-2-top,
  .row.pad-lg-2-top,
  .container.pad-lg-2-top {
    padding-top: 62px;
  }
  .pad-lg-2-bottom,
  div.pad-lg-2-bottom,
  .row.pad-lg-2-bottom,
  .container.pad-lg-2-bottom {
    padding-bottom: 62px;
  }
  .pad-lg-2-left,
  div.pad-lg-2-left,
  .container.pad-lg-2-left {
    padding-left: 62px;
  }
  .pad-lg-2-right,
  div.pad-lg-2-right,
  .container.pad-lg-2-right {
    padding-right: 62px;
  }
  section.pad-lg-2,
  .row.pad-lg-2,
  section.pad-lg-2-horz,
  .row.pad-lg-2-horz,
  section.pad-lg-2-left,
  .row.pad-lg-2-left,
  section.pad-lg-2-right,
  .row.pad-lg-2-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  .pad-lg-3,
  div.pad-lg-3,
  .container.pad-lg-3 {
    padding: 93px;
  }
  .pad-lg-3 > .row,
  div.pad-lg-3 > .row,
  .container.pad-lg-3 > .row {
    margin-left: -93px;
    margin-right: -93px;
  }
  .pad-lg-3-horz,
  div.pad-lg-3-horz,
  .container.pad-lg-3-horz {
    padding-left: 93px;
    padding-right: 93px;
  }
  .pad-lg-3-horz > .row,
  div.pad-lg-3-horz > .row,
  .container.pad-lg-3-horz > .row {
    margin-left: -93px;
    margin-right: -93px;
  }
  .pad-lg-3-vert,
  div.pad-lg-3-vert,
  .row.pad-lg-3-vert,
  .container.pad-lg-3-vert {
    padding-top: 93px;
    padding-bottom: 93px;
  }
  .pad-lg-3-top,
  div.pad-lg-3-top,
  .row.pad-lg-3-top,
  .container.pad-lg-3-top {
    padding-top: 93px;
  }
  .pad-lg-3-bottom,
  div.pad-lg-3-bottom,
  .row.pad-lg-3-bottom,
  .container.pad-lg-3-bottom {
    padding-bottom: 93px;
  }
  .pad-lg-3-left,
  div.pad-lg-3-left,
  .container.pad-lg-3-left {
    padding-left: 93px;
  }
  .pad-lg-3-right,
  div.pad-lg-3-right,
  .container.pad-lg-3-right {
    padding-right: 93px;
  }
  section.pad-lg-3,
  .row.pad-lg-3,
  section.pad-lg-3-horz,
  .row.pad-lg-3-horz,
  section.pad-lg-3-left,
  .row.pad-lg-3-left,
  section.pad-lg-3-right,
  .row.pad-lg-3-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  .pad-lg-4,
  div.pad-lg-4,
  .container.pad-lg-4 {
    padding: 124px;
  }
  .pad-lg-4 > .row,
  div.pad-lg-4 > .row,
  .container.pad-lg-4 > .row {
    margin-left: -124px;
    margin-right: -124px;
  }
  .pad-lg-4-horz,
  div.pad-lg-4-horz,
  .container.pad-lg-4-horz {
    padding-left: 124px;
    padding-right: 124px;
  }
  .pad-lg-4-horz > .row,
  div.pad-lg-4-horz > .row,
  .container.pad-lg-4-horz > .row {
    margin-left: -124px;
    margin-right: -124px;
  }
  .pad-lg-4-vert,
  div.pad-lg-4-vert,
  .row.pad-lg-4-vert,
  .container.pad-lg-4-vert {
    padding-top: 124px;
    padding-bottom: 124px;
  }
  .pad-lg-4-top,
  div.pad-lg-4-top,
  .row.pad-lg-4-top,
  .container.pad-lg-4-top {
    padding-top: 124px;
  }
  .pad-lg-4-bottom,
  div.pad-lg-4-bottom,
  .row.pad-lg-4-bottom,
  .container.pad-lg-4-bottom {
    padding-bottom: 124px;
  }
  .pad-lg-4-left,
  div.pad-lg-4-left,
  .container.pad-lg-4-left {
    padding-left: 124px;
  }
  .pad-lg-4-right,
  div.pad-lg-4-right,
  .container.pad-lg-4-right {
    padding-right: 124px;
  }
  section.pad-lg-4,
  .row.pad-lg-4,
  section.pad-lg-4-horz,
  .row.pad-lg-4-horz,
  section.pad-lg-4-left,
  .row.pad-lg-4-left,
  section.pad-lg-4-right,
  .row.pad-lg-4-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  .pad-lg-5,
  div.pad-lg-5,
  .container.pad-lg-5 {
    padding: 155px;
  }
  .pad-lg-5 > .row,
  div.pad-lg-5 > .row,
  .container.pad-lg-5 > .row {
    margin-left: -155px;
    margin-right: -155px;
  }
  .pad-lg-5-horz,
  div.pad-lg-5-horz,
  .container.pad-lg-5-horz {
    padding-left: 155px;
    padding-right: 155px;
  }
  .pad-lg-5-horz > .row,
  div.pad-lg-5-horz > .row,
  .container.pad-lg-5-horz > .row {
    margin-left: -155px;
    margin-right: -155px;
  }
  .pad-lg-5-vert,
  div.pad-lg-5-vert,
  .row.pad-lg-5-vert,
  .container.pad-lg-5-vert {
    padding-top: 155px;
    padding-bottom: 155px;
  }
  .pad-lg-5-top,
  div.pad-lg-5-top,
  .row.pad-lg-5-top,
  .container.pad-lg-5-top {
    padding-top: 155px;
  }
  .pad-lg-5-bottom,
  div.pad-lg-5-bottom,
  .row.pad-lg-5-bottom,
  .container.pad-lg-5-bottom {
    padding-bottom: 155px;
  }
  .pad-lg-5-left,
  div.pad-lg-5-left,
  .container.pad-lg-5-left {
    padding-left: 155px;
  }
  .pad-lg-5-right,
  div.pad-lg-5-right,
  .container.pad-lg-5-right {
    padding-right: 155px;
  }
  section.pad-lg-5,
  .row.pad-lg-5,
  section.pad-lg-5-horz,
  .row.pad-lg-5-horz,
  section.pad-lg-5-left,
  .row.pad-lg-5-left,
  section.pad-lg-5-right,
  .row.pad-lg-5-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  .pad-lg-6,
  div.pad-lg-6,
  .container.pad-lg-6 {
    padding: 186px;
  }
  .pad-lg-6 > .row,
  div.pad-lg-6 > .row,
  .container.pad-lg-6 > .row {
    margin-left: -186px;
    margin-right: -186px;
  }
  .pad-lg-6-horz,
  div.pad-lg-6-horz,
  .container.pad-lg-6-horz {
    padding-left: 186px;
    padding-right: 186px;
  }
  .pad-lg-6-horz > .row,
  div.pad-lg-6-horz > .row,
  .container.pad-lg-6-horz > .row {
    margin-left: -186px;
    margin-right: -186px;
  }
  .pad-lg-6-vert,
  div.pad-lg-6-vert,
  .row.pad-lg-6-vert,
  .container.pad-lg-6-vert {
    padding-top: 186px;
    padding-bottom: 186px;
  }
  .pad-lg-6-top,
  div.pad-lg-6-top,
  .row.pad-lg-6-top,
  .container.pad-lg-6-top {
    padding-top: 186px;
  }
  .pad-lg-6-bottom,
  div.pad-lg-6-bottom,
  .row.pad-lg-6-bottom,
  .container.pad-lg-6-bottom {
    padding-bottom: 186px;
  }
  .pad-lg-6-left,
  div.pad-lg-6-left,
  .container.pad-lg-6-left {
    padding-left: 186px;
  }
  .pad-lg-6-right,
  div.pad-lg-6-right,
  .container.pad-lg-6-right {
    padding-right: 186px;
  }
  section.pad-lg-6,
  .row.pad-lg-6,
  section.pad-lg-6-horz,
  .row.pad-lg-6-horz,
  section.pad-lg-6-left,
  .row.pad-lg-6-left,
  section.pad-lg-6-right,
  .row.pad-lg-6-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  .pad-lg-7,
  div.pad-lg-7,
  .container.pad-lg-7 {
    padding: 217px;
  }
  .pad-lg-7 > .row,
  div.pad-lg-7 > .row,
  .container.pad-lg-7 > .row {
    margin-left: -217px;
    margin-right: -217px;
  }
  .pad-lg-7-horz,
  div.pad-lg-7-horz,
  .container.pad-lg-7-horz {
    padding-left: 217px;
    padding-right: 217px;
  }
  .pad-lg-7-horz > .row,
  div.pad-lg-7-horz > .row,
  .container.pad-lg-7-horz > .row {
    margin-left: -217px;
    margin-right: -217px;
  }
  .pad-lg-7-vert,
  div.pad-lg-7-vert,
  .row.pad-lg-7-vert,
  .container.pad-lg-7-vert {
    padding-top: 217px;
    padding-bottom: 217px;
  }
  .pad-lg-7-top,
  div.pad-lg-7-top,
  .row.pad-lg-7-top,
  .container.pad-lg-7-top {
    padding-top: 217px;
  }
  .pad-lg-7-bottom,
  div.pad-lg-7-bottom,
  .row.pad-lg-7-bottom,
  .container.pad-lg-7-bottom {
    padding-bottom: 217px;
  }
  .pad-lg-7-left,
  div.pad-lg-7-left,
  .container.pad-lg-7-left {
    padding-left: 217px;
  }
  .pad-lg-7-right,
  div.pad-lg-7-right,
  .container.pad-lg-7-right {
    padding-right: 217px;
  }
  section.pad-lg-7,
  .row.pad-lg-7,
  section.pad-lg-7-horz,
  .row.pad-lg-7-horz,
  section.pad-lg-7-left,
  .row.pad-lg-7-left,
  section.pad-lg-7-right,
  .row.pad-lg-7-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  .pad-lg-0,
  div.pad-lg-0,
  .container.pad-lg-0 {
    padding: 0px;
  }
  .pad-lg-0 > .row,
  div.pad-lg-0 > .row,
  .container.pad-lg-0 > .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pad-lg-0-horz,
  div.pad-lg-0-horz,
  .container.pad-lg-0-horz {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pad-lg-0-horz > .row,
  div.pad-lg-0-horz > .row,
  .container.pad-lg-0-horz > .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pad-lg-0-vert,
  div.pad-lg-0-vert,
  .row.pad-lg-0-vert,
  .container.pad-lg-0-vert {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pad-lg-0-top,
  div.pad-lg-0-top,
  .row.pad-lg-0-top,
  .container.pad-lg-0-top {
    padding-top: 0px;
  }
  .pad-lg-0-bottom,
  div.pad-lg-0-bottom,
  .row.pad-lg-0-bottom,
  .container.pad-lg-0-bottom {
    padding-bottom: 0px;
  }
  .pad-lg-0-left,
  div.pad-lg-0-left,
  .container.pad-lg-0-left {
    padding-left: 0px;
  }
  .pad-lg-0-right,
  div.pad-lg-0-right,
  .container.pad-lg-0-right {
    padding-right: 0px;
  }
  section.pad-lg-0,
  .row.pad-lg-0,
  section.pad-lg-0-horz,
  .row.pad-lg-0-horz,
  section.pad-lg-0-left,
  .row.pad-lg-0-left,
  section.pad-lg-0-right,
  .row.pad-lg-0-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 0) {
  .text-xs-last-center {
    text-align-last: center;
  }
  .text-xs-last-right {
    text-align-last: right;
  }
  .text-xs-last-left {
    text-align-last: left;
  }
  .text-xs-center {
    text-align: center;
  }
  .text-xs-justify {
    text-align: justify;
  }
  .text-xs-right {
    text-align: right;
  }
  .text-xs-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .text-sm-last-center {
    text-align-last: center;
  }
  .text-sm-last-right {
    text-align-last: right;
  }
  .text-sm-last-left {
    text-align-last: left;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .text-md-last-center {
    text-align-last: center;
  }
  .text-md-last-right {
    text-align-last: right;
  }
  .text-md-last-left {
    text-align-last: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .text-lg-last-center {
    text-align-last: center;
  }
  .text-lg-last-right {
    text-align-last: right;
  }
  .text-lg-last-left {
    text-align-last: left;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-left {
    text-align: left;
  }
}
section {
  background-size: cover;
}
.bg-white {
  border-color: #262828;
  background: #fff;
  color: #262828;
}
.bg-white h1,
.bg-white h2,
.bg-white h3,
.bg-white h4,
.bg-white h5,
.bg-white h6 {
  color: #262828;
}
.bg-white p,
.bg-white li {
  color: #262828;
}
.bg-white i.fa,
.bg-white i.b-icon {
  color: #262828 !important;
}
.bg-white div.text-object a {
  color: #f5a801;
}
.bg-white div.text-object a:hover {
  text-decoration: underline;
}
.bg-white ul li a,
.bg-white ol li a {
  color: #f5a801;
}
.bg-white ul li:before,
.bg-white ol li:before {
  color: #262828;
}
.bg-white hr {
  border-top-color: #262828;
}
.bg-white .column {
  border-color: #262828;
}
.bg-white .btn {
  text-decoration: none;
}
.bg-white .btn:hover {
  text-decoration: none;
}
.bg-white .btn i,
.bg-white .btn span.b-icon {
  color: inherit !important;
}
.bg-white .btn.btn-default {
  color: #fff;
  background-color: #f5a801;
  border-color: #f5a801;
}
.bg-white .btn.btn-default:hover,
.bg-white .btn.btn-default:focus {
  color: #f5a801;
  background-color: rgba(245, 168, 1, 0);
  outline-color: #f5a801;
  border-color: #f5a801;
}
.bg-white .btn.btn-default:hover:before,
.bg-white .btn.btn-default:focus:before {
  color: #f5a801;
}
.bg-white .btn.btn-default:hover:after,
.bg-white .btn.btn-default:focus:after {
  color: #f5a801;
}
.bg-white .text-primary {
  color: #f5a801;
}
a.bg-white .text-primary:hover,
a.bg-white .text-primary:focus {
  color: #c28501;
}
.bg-white .text-primary-strip {
  display: inline-block;
  background: #f5a801;
  color: #262828;
  padding: 0.5em 0.75em 0.375em 0.75em;
  width: auto;
}
.bg-black {
  border-color: #E0E1E3;
  background: #262828;
  color: #E0E1E3;
}
.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6 {
  color: #E0E1E3;
}
.bg-black p,
.bg-black li {
  color: #E0E1E3;
}
.bg-black i.fa,
.bg-black i.b-icon {
  color: #E0E1E3 !important;
}
.bg-black div.text-object a {
  color: #f5a801;
}
.bg-black div.text-object a:hover {
  text-decoration: underline;
}
.bg-black ul li a,
.bg-black ol li a {
  color: #f5a801;
}
.bg-black ul li:before,
.bg-black ol li:before {
  color: #E0E1E3;
}
.bg-black hr {
  border-top-color: #E0E1E3;
}
.bg-black .column {
  border-color: #E0E1E3;
}
.bg-black .btn {
  text-decoration: none;
}
.bg-black .btn:hover {
  text-decoration: none;
}
.bg-black .btn i,
.bg-black .btn span.b-icon {
  color: inherit !important;
}
.bg-black .btn.btn-default {
  color: #262828;
  background-color: #f5a801;
  border-color: #f5a801;
}
.bg-black .btn.btn-default:hover,
.bg-black .btn.btn-default:focus {
  color: #f5a801;
  background-color: rgba(245, 168, 1, 0);
  outline-color: #f5a801;
  border-color: #f5a801;
}
.bg-black .btn.btn-default:hover:before,
.bg-black .btn.btn-default:focus:before {
  color: #f5a801;
}
.bg-black .btn.btn-default:hover:after,
.bg-black .btn.btn-default:focus:after {
  color: #f5a801;
}
.bg-black .text-primary {
  color: #f5a801;
}
a.bg-black .text-primary:hover,
a.bg-black .text-primary:focus {
  color: #c28501;
}
.bg-black .text-primary-strip {
  display: inline-block;
  background: #f5a801;
  color: #262828;
  padding: 0.5em 0.75em 0.375em 0.75em;
  width: auto;
}
.bg-black {
  border-color: #fff;
  background: #262828;
  color: #fff;
}
.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6 {
  color: #fff;
}
.bg-black p,
.bg-black li {
  color: #fff;
}
.bg-black i.fa,
.bg-black i.b-icon {
  color: #fff !important;
}
.bg-black div.text-object a {
  color: #f5a801;
}
.bg-black div.text-object a:hover {
  text-decoration: underline;
}
.bg-black ul li a,
.bg-black ol li a {
  color: #f5a801;
}
.bg-black ul li:before,
.bg-black ol li:before {
  color: #fff;
}
.bg-black hr {
  border-top-color: #fff;
}
.bg-black .column {
  border-color: #fff;
}
.bg-black .btn {
  text-decoration: none;
}
.bg-black .btn:hover {
  text-decoration: none;
}
.bg-black .btn i,
.bg-black .btn span.b-icon {
  color: inherit !important;
}
.bg-black .btn.btn-default {
  color: #262828;
  background-color: #f5a801;
  border-color: #f5a801;
}
.bg-black .btn.btn-default:hover,
.bg-black .btn.btn-default:focus {
  color: #f5a801;
  background-color: rgba(245, 168, 1, 0);
  outline-color: #f5a801;
  border-color: #f5a801;
}
.bg-black .btn.btn-default:hover:before,
.bg-black .btn.btn-default:focus:before {
  color: #f5a801;
}
.bg-black .btn.btn-default:hover:after,
.bg-black .btn.btn-default:focus:after {
  color: #f5a801;
}
.bg-black .text-primary {
  color: #f5a801;
}
a.bg-black .text-primary:hover,
a.bg-black .text-primary:focus {
  color: #c28501;
}
.bg-black .text-primary-strip {
  display: inline-block;
  background: #f5a801;
  color: #262828;
  padding: 0.5em 0.75em 0.375em 0.75em;
  width: auto;
}
.bg-gray-dark {
  border-color: #fff;
  background: #262828;
  color: #fff;
}
.bg-gray-dark h1,
.bg-gray-dark h2,
.bg-gray-dark h3,
.bg-gray-dark h4,
.bg-gray-dark h5,
.bg-gray-dark h6 {
  color: #fff;
}
.bg-gray-dark p,
.bg-gray-dark li {
  color: #fff;
}
.bg-gray-dark i.fa,
.bg-gray-dark i.b-icon {
  color: #fff !important;
}
.bg-gray-dark div.text-object a {
  color: #f5a801;
}
.bg-gray-dark div.text-object a:hover {
  text-decoration: underline;
}
.bg-gray-dark ul li a,
.bg-gray-dark ol li a {
  color: #f5a801;
}
.bg-gray-dark ul li:before,
.bg-gray-dark ol li:before {
  color: #fff;
}
.bg-gray-dark hr {
  border-top-color: #fff;
}
.bg-gray-dark .column {
  border-color: #fff;
}
.bg-gray-dark .btn {
  text-decoration: none;
}
.bg-gray-dark .btn:hover {
  text-decoration: none;
}
.bg-gray-dark .btn i,
.bg-gray-dark .btn span.b-icon {
  color: inherit !important;
}
.bg-gray-dark .btn.btn-default {
  color: #262828;
  background-color: #f5a801;
  border-color: #f5a801;
}
.bg-gray-dark .btn.btn-default:hover,
.bg-gray-dark .btn.btn-default:focus {
  color: #f5a801;
  background-color: rgba(245, 168, 1, 0);
  outline-color: #f5a801;
  border-color: #f5a801;
}
.bg-gray-dark .btn.btn-default:hover:before,
.bg-gray-dark .btn.btn-default:focus:before {
  color: #f5a801;
}
.bg-gray-dark .btn.btn-default:hover:after,
.bg-gray-dark .btn.btn-default:focus:after {
  color: #f5a801;
}
.bg-gray-dark .text-primary {
  color: #f5a801;
}
a.bg-gray-dark .text-primary:hover,
a.bg-gray-dark .text-primary:focus {
  color: #c28501;
}
.bg-gray-dark .text-primary-strip {
  display: inline-block;
  background: #f5a801;
  color: #262828;
  padding: 0.5em 0.75em 0.375em 0.75em;
  width: auto;
}
.bg-gray {
  border-color: #fff;
  background: #424B54;
  color: #fff;
}
.bg-gray h1,
.bg-gray h2,
.bg-gray h3,
.bg-gray h4,
.bg-gray h5,
.bg-gray h6 {
  color: #fff;
}
.bg-gray p,
.bg-gray li {
  color: #fff;
}
.bg-gray i.fa,
.bg-gray i.b-icon {
  color: #fff !important;
}
.bg-gray div.text-object a {
  color: #f5a801;
}
.bg-gray div.text-object a:hover {
  text-decoration: underline;
}
.bg-gray ul li a,
.bg-gray ol li a {
  color: #f5a801;
}
.bg-gray ul li:before,
.bg-gray ol li:before {
  color: #fff;
}
.bg-gray hr {
  border-top-color: #fff;
}
.bg-gray .column {
  border-color: #fff;
}
.bg-gray .btn {
  text-decoration: none;
}
.bg-gray .btn:hover {
  text-decoration: none;
}
.bg-gray .btn i,
.bg-gray .btn span.b-icon {
  color: inherit !important;
}
.bg-gray .btn.btn-default {
  color: #424B54;
  background-color: #f5a801;
  border-color: #f5a801;
}
.bg-gray .btn.btn-default:hover,
.bg-gray .btn.btn-default:focus {
  color: #f5a801;
  background-color: rgba(245, 168, 1, 0);
  outline-color: #f5a801;
  border-color: #f5a801;
}
.bg-gray .btn.btn-default:hover:before,
.bg-gray .btn.btn-default:focus:before {
  color: #f5a801;
}
.bg-gray .btn.btn-default:hover:after,
.bg-gray .btn.btn-default:focus:after {
  color: #f5a801;
}
.bg-gray .text-primary {
  color: #f5a801;
}
a.bg-gray .text-primary:hover,
a.bg-gray .text-primary:focus {
  color: #c28501;
}
.bg-gray .text-primary-strip {
  display: inline-block;
  background: #f5a801;
  color: #262828;
  padding: 0.5em 0.75em 0.375em 0.75em;
  width: auto;
}
.bg-gray-light {
  border-color: #262828;
  background: #E0E1E3;
  color: #262828;
}
.bg-gray-light h1,
.bg-gray-light h2,
.bg-gray-light h3,
.bg-gray-light h4,
.bg-gray-light h5,
.bg-gray-light h6 {
  color: #262828;
}
.bg-gray-light p,
.bg-gray-light li {
  color: #262828;
}
.bg-gray-light i.fa,
.bg-gray-light i.b-icon {
  color: #262828 !important;
}
.bg-gray-light div.text-object a {
  color: #1fad9d;
}
.bg-gray-light div.text-object a:hover {
  text-decoration: underline;
}
.bg-gray-light ul li a,
.bg-gray-light ol li a {
  color: #1fad9d;
}
.bg-gray-light ul li:before,
.bg-gray-light ol li:before {
  color: #262828;
}
.bg-gray-light hr {
  border-top-color: #262828;
}
.bg-gray-light .column {
  border-color: #262828;
}
.bg-gray-light .btn {
  text-decoration: none;
}
.bg-gray-light .btn:hover {
  text-decoration: none;
}
.bg-gray-light .btn i,
.bg-gray-light .btn span.b-icon {
  color: inherit !important;
}
.bg-gray-light .btn.btn-default {
  color: #E0E1E3;
  background-color: #1fad9d;
  border-color: #1fad9d;
}
.bg-gray-light .btn.btn-default:hover,
.bg-gray-light .btn.btn-default:focus {
  color: #1fad9d;
  background-color: rgba(31, 173, 157, 0);
  outline-color: #1fad9d;
  border-color: #1fad9d;
}
.bg-gray-light .btn.btn-default:hover:before,
.bg-gray-light .btn.btn-default:focus:before {
  color: #1fad9d;
}
.bg-gray-light .btn.btn-default:hover:after,
.bg-gray-light .btn.btn-default:focus:after {
  color: #1fad9d;
}
.bg-gray-light .text-primary {
  color: #f5a801;
}
a.bg-gray-light .text-primary:hover,
a.bg-gray-light .text-primary:focus {
  color: #c28501;
}
.bg-gray-light .text-primary-strip {
  display: inline-block;
  background: #f5a801;
  color: #262828;
  padding: 0.5em 0.75em 0.375em 0.75em;
  width: auto;
}
.bg-primary {
  border-color: #262828;
  background: #f5a801;
  color: #262828;
}
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6 {
  color: #262828;
}
.bg-primary p,
.bg-primary li {
  color: #262828;
}
.bg-primary i.fa,
.bg-primary i.b-icon {
  color: #262828 !important;
}
.bg-primary div.text-object a {
  color: #262828;
}
.bg-primary div.text-object a:hover {
  text-decoration: underline;
}
.bg-primary ul li a,
.bg-primary ol li a {
  color: #262828;
}
.bg-primary ul li:before,
.bg-primary ol li:before {
  color: #262828;
}
.bg-primary hr {
  border-top-color: #262828;
}
.bg-primary .column {
  border-color: #262828;
}
.bg-primary .btn {
  text-decoration: none;
}
.bg-primary .btn:hover {
  text-decoration: none;
}
.bg-primary .btn i,
.bg-primary .btn span.b-icon {
  color: inherit !important;
}
.bg-primary .btn.btn-default {
  color: #f5a801;
  background-color: #262828;
  border-color: #262828;
}
.bg-primary .btn.btn-default:hover,
.bg-primary .btn.btn-default:focus {
  color: #262828;
  background-color: rgba(38, 40, 40, 0);
  outline-color: #262828;
  border-color: #262828;
}
.bg-primary .btn.btn-default:hover:before,
.bg-primary .btn.btn-default:focus:before {
  color: #262828;
}
.bg-primary .btn.btn-default:hover:after,
.bg-primary .btn.btn-default:focus:after {
  color: #262828;
}
.bg-primary .text-primary {
  color: #f5a801;
}
a.bg-primary .text-primary:hover,
a.bg-primary .text-primary:focus {
  color: #c28501;
}
.bg-primary .text-primary-strip {
  display: inline-block;
  background: #f5a801;
  color: #262828;
  padding: 0.5em 0.75em 0.375em 0.75em;
  width: auto;
}
.bg-secondary {
  border-color: #262828;
  background: #6cbc5f;
  color: #262828;
}
.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4,
.bg-secondary h5,
.bg-secondary h6 {
  color: #262828;
}
.bg-secondary p,
.bg-secondary li {
  color: #262828;
}
.bg-secondary i.fa,
.bg-secondary i.b-icon {
  color: #262828 !important;
}
.bg-secondary div.text-object a {
  color: #262828;
}
.bg-secondary div.text-object a:hover {
  text-decoration: underline;
}
.bg-secondary ul li a,
.bg-secondary ol li a {
  color: #262828;
}
.bg-secondary ul li:before,
.bg-secondary ol li:before {
  color: #262828;
}
.bg-secondary hr {
  border-top-color: #262828;
}
.bg-secondary .column {
  border-color: #262828;
}
.bg-secondary .btn {
  text-decoration: none;
}
.bg-secondary .btn:hover {
  text-decoration: none;
}
.bg-secondary .btn i,
.bg-secondary .btn span.b-icon {
  color: inherit !important;
}
.bg-secondary .btn.btn-default {
  color: #6cbc5f;
  background-color: #262828;
  border-color: #262828;
}
.bg-secondary .btn.btn-default:hover,
.bg-secondary .btn.btn-default:focus {
  color: #262828;
  background-color: rgba(38, 40, 40, 0);
  outline-color: #262828;
  border-color: #262828;
}
.bg-secondary .btn.btn-default:hover:before,
.bg-secondary .btn.btn-default:focus:before {
  color: #262828;
}
.bg-secondary .btn.btn-default:hover:after,
.bg-secondary .btn.btn-default:focus:after {
  color: #262828;
}
.bg-secondary .text-primary {
  color: #f5a801;
}
a.bg-secondary .text-primary:hover,
a.bg-secondary .text-primary:focus {
  color: #c28501;
}
.bg-secondary .text-primary-strip {
  display: inline-block;
  background: #f5a801;
  color: #262828;
  padding: 0.5em 0.75em 0.375em 0.75em;
  width: auto;
}
.bg-tertiary {
  border-color: #262828;
  background: #1fad9d;
  color: #262828;
}
.bg-tertiary h1,
.bg-tertiary h2,
.bg-tertiary h3,
.bg-tertiary h4,
.bg-tertiary h5,
.bg-tertiary h6 {
  color: #262828;
}
.bg-tertiary p,
.bg-tertiary li {
  color: #262828;
}
.bg-tertiary i.fa,
.bg-tertiary i.b-icon {
  color: #262828 !important;
}
.bg-tertiary div.text-object a {
  color: #262828;
}
.bg-tertiary div.text-object a:hover {
  text-decoration: underline;
}
.bg-tertiary ul li a,
.bg-tertiary ol li a {
  color: #262828;
}
.bg-tertiary ul li:before,
.bg-tertiary ol li:before {
  color: #262828;
}
.bg-tertiary hr {
  border-top-color: #262828;
}
.bg-tertiary .column {
  border-color: #262828;
}
.bg-tertiary .btn {
  text-decoration: none;
}
.bg-tertiary .btn:hover {
  text-decoration: none;
}
.bg-tertiary .btn i,
.bg-tertiary .btn span.b-icon {
  color: inherit !important;
}
.bg-tertiary .btn.btn-default {
  color: #1fad9d;
  background-color: #262828;
  border-color: #262828;
}
.bg-tertiary .btn.btn-default:hover,
.bg-tertiary .btn.btn-default:focus {
  color: #262828;
  background-color: rgba(38, 40, 40, 0);
  outline-color: #262828;
  border-color: #262828;
}
.bg-tertiary .btn.btn-default:hover:before,
.bg-tertiary .btn.btn-default:focus:before {
  color: #262828;
}
.bg-tertiary .btn.btn-default:hover:after,
.bg-tertiary .btn.btn-default:focus:after {
  color: #262828;
}
.bg-tertiary .text-primary {
  color: #f5a801;
}
a.bg-tertiary .text-primary:hover,
a.bg-tertiary .text-primary:focus {
  color: #c28501;
}
.bg-tertiary .text-primary-strip {
  display: inline-block;
  background: #f5a801;
  color: #262828;
  padding: 0.5em 0.75em 0.375em 0.75em;
  width: auto;
}
.bg-image-dark {
  z-index: 2;
  border-color: #fff;
  color: #262828;
  background-size: cover;
  background-position: center center;
}
.bg-image-dark:before {
  z-index: -1;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
}
.bg-image-dark h1,
.bg-image-dark h2,
.bg-image-dark h3,
.bg-image-dark h4,
.bg-image-dark h5,
.bg-image-dark h6 {
  color: #fff;
}
.bg-image-dark p,
.bg-image-dark li {
  color: #fff;
}
.bg-image-dark i.fa,
.bg-image-dark i.b-icon {
  color: #fff !important;
}
.bg-image-dark div.text-object a {
  color: #f5a801;
}
.bg-image-dark div.text-object a:hover {
  text-decoration: underline;
}
.bg-image-dark ul li a,
.bg-image-dark ol li a {
  color: #f5a801;
}
.bg-image-dark ul li:before,
.bg-image-dark ol li:before {
  color: #fff;
}
.bg-image-dark hr {
  border-top-color: #fff;
}
.bg-image-dark .column {
  border-color: #fff;
}
.bg-image-dark .btn {
  text-decoration: none;
}
.bg-image-dark .btn:hover {
  text-decoration: none;
}
.bg-image-dark .btn i,
.bg-image-dark .btn span.b-icon {
  color: inherit !important;
}
.bg-image-dark .btn.btn-default {
  color: #262828;
  background-color: #f5a801;
  border-color: #f5a801;
}
.bg-image-dark .btn.btn-default:hover,
.bg-image-dark .btn.btn-default:focus {
  color: #f5a801;
  background-color: rgba(245, 168, 1, 0);
  outline-color: #f5a801;
  border-color: #f5a801;
}
.bg-image-dark .btn.btn-default:hover:before,
.bg-image-dark .btn.btn-default:focus:before {
  color: #f5a801;
}
.bg-image-dark .btn.btn-default:hover:after,
.bg-image-dark .btn.btn-default:focus:after {
  color: #f5a801;
}
.bg-image-dark .text-primary {
  color: #f5a801;
}
a.bg-image-dark .text-primary:hover,
a.bg-image-dark .text-primary:focus {
  color: #c28501;
}
.bg-image-dark .text-primary-strip {
  display: inline-block;
  background: #f5a801;
  color: #262828;
  padding: 0.5em 0.75em 0.375em 0.75em;
  width: auto;
}
.bg-image-dark:before {
  display: none;
}
.bg-image-dark-overlay {
  z-index: 2;
  border-color: #fff;
  color: #262828;
  background-size: cover;
  background-position: center center;
}
.bg-image-dark-overlay:before {
  z-index: -1;
  position: absolute;
  background: rgba(38, 40, 40, 0.75);
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
}
.bg-image-dark-overlay h1,
.bg-image-dark-overlay h2,
.bg-image-dark-overlay h3,
.bg-image-dark-overlay h4,
.bg-image-dark-overlay h5,
.bg-image-dark-overlay h6 {
  color: #fff;
}
.bg-image-dark-overlay p,
.bg-image-dark-overlay li {
  color: #fff;
}
.bg-image-dark-overlay i.fa,
.bg-image-dark-overlay i.b-icon {
  color: #fff !important;
}
.bg-image-dark-overlay div.text-object a {
  color: #f5a801;
}
.bg-image-dark-overlay div.text-object a:hover {
  text-decoration: underline;
}
.bg-image-dark-overlay ul li a,
.bg-image-dark-overlay ol li a {
  color: #f5a801;
}
.bg-image-dark-overlay ul li:before,
.bg-image-dark-overlay ol li:before {
  color: #fff;
}
.bg-image-dark-overlay hr {
  border-top-color: #fff;
}
.bg-image-dark-overlay .column {
  border-color: #fff;
}
.bg-image-dark-overlay .btn {
  text-decoration: none;
}
.bg-image-dark-overlay .btn:hover {
  text-decoration: none;
}
.bg-image-dark-overlay .btn i,
.bg-image-dark-overlay .btn span.b-icon {
  color: inherit !important;
}
.bg-image-dark-overlay .btn.btn-default {
  color: #262828;
  background-color: #f5a801;
  border-color: #f5a801;
}
.bg-image-dark-overlay .btn.btn-default:hover,
.bg-image-dark-overlay .btn.btn-default:focus {
  color: #f5a801;
  background-color: rgba(245, 168, 1, 0);
  outline-color: #f5a801;
  border-color: #f5a801;
}
.bg-image-dark-overlay .btn.btn-default:hover:before,
.bg-image-dark-overlay .btn.btn-default:focus:before {
  color: #f5a801;
}
.bg-image-dark-overlay .btn.btn-default:hover:after,
.bg-image-dark-overlay .btn.btn-default:focus:after {
  color: #f5a801;
}
.bg-image-dark-overlay .text-primary {
  color: #f5a801;
}
a.bg-image-dark-overlay .text-primary:hover,
a.bg-image-dark-overlay .text-primary:focus {
  color: #c28501;
}
.bg-image-dark-overlay .text-primary-strip {
  display: inline-block;
  background: #f5a801;
  color: #262828;
  padding: 0.5em 0.75em 0.375em 0.75em;
  width: auto;
}
.bg-image-primary-overlay {
  z-index: 2;
  border-color: #262828;
  color: #262828;
  background-size: cover;
  background-position: center center;
}
.bg-image-primary-overlay:before {
  z-index: -1;
  position: absolute;
  background: rgba(245, 168, 1, 0.75);
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}
.bg-image-primary-overlay h1,
.bg-image-primary-overlay h2,
.bg-image-primary-overlay h3,
.bg-image-primary-overlay h4,
.bg-image-primary-overlay h5,
.bg-image-primary-overlay h6 {
  color: #262828;
}
.bg-image-primary-overlay p,
.bg-image-primary-overlay li {
  color: #262828;
}
.bg-image-primary-overlay i.fa,
.bg-image-primary-overlay i.b-icon {
  color: #262828 !important;
}
.bg-image-primary-overlay div.text-object a {
  color: #262828;
}
.bg-image-primary-overlay div.text-object a:hover {
  text-decoration: underline;
}
.bg-image-primary-overlay ul li a,
.bg-image-primary-overlay ol li a {
  color: #262828;
}
.bg-image-primary-overlay ul li:before,
.bg-image-primary-overlay ol li:before {
  color: #262828;
}
.bg-image-primary-overlay hr {
  border-top-color: #262828;
}
.bg-image-primary-overlay .column {
  border-color: #262828;
}
.bg-image-primary-overlay .btn {
  text-decoration: none;
}
.bg-image-primary-overlay .btn:hover {
  text-decoration: none;
}
.bg-image-primary-overlay .btn i,
.bg-image-primary-overlay .btn span.b-icon {
  color: inherit !important;
}
.bg-image-primary-overlay .btn.btn-default {
  color: #f5a801;
  background-color: #262828;
  border-color: #262828;
}
.bg-image-primary-overlay .btn.btn-default:hover,
.bg-image-primary-overlay .btn.btn-default:focus {
  color: #262828;
  background-color: rgba(38, 40, 40, 0);
  outline-color: #262828;
  border-color: #262828;
}
.bg-image-primary-overlay .btn.btn-default:hover:before,
.bg-image-primary-overlay .btn.btn-default:focus:before {
  color: #262828;
}
.bg-image-primary-overlay .btn.btn-default:hover:after,
.bg-image-primary-overlay .btn.btn-default:focus:after {
  color: #262828;
}
.bg-image-primary-overlay .text-primary {
  color: #f5a801;
}
a.bg-image-primary-overlay .text-primary:hover,
a.bg-image-primary-overlay .text-primary:focus {
  color: #c28501;
}
.bg-image-primary-overlay .text-primary-strip {
  display: inline-block;
  background: #f5a801;
  color: #262828;
  padding: 0.5em 0.75em 0.375em 0.75em;
  width: auto;
}
.bg-dark-overlay {
  z-index: 2;
  border-color: #fff;
  color: #262828;
  background-size: cover;
  background-position: center center;
}
.bg-dark-overlay:before {
  z-index: -1;
  position: absolute;
  background: rgba(38, 40, 40, 0.75);
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
}
.bg-dark-overlay h1,
.bg-dark-overlay h2,
.bg-dark-overlay h3,
.bg-dark-overlay h4,
.bg-dark-overlay h5,
.bg-dark-overlay h6 {
  color: #fff;
}
.bg-dark-overlay p,
.bg-dark-overlay li {
  color: #fff;
}
.bg-dark-overlay i.fa,
.bg-dark-overlay i.b-icon {
  color: #fff !important;
}
.bg-dark-overlay div.text-object a {
  color: #f5a801;
}
.bg-dark-overlay div.text-object a:hover {
  text-decoration: underline;
}
.bg-dark-overlay ul li a,
.bg-dark-overlay ol li a {
  color: #f5a801;
}
.bg-dark-overlay ul li:before,
.bg-dark-overlay ol li:before {
  color: #fff;
}
.bg-dark-overlay hr {
  border-top-color: #fff;
}
.bg-dark-overlay .column {
  border-color: #fff;
}
.bg-dark-overlay .btn {
  text-decoration: none;
}
.bg-dark-overlay .btn:hover {
  text-decoration: none;
}
.bg-dark-overlay .btn i,
.bg-dark-overlay .btn span.b-icon {
  color: inherit !important;
}
.bg-dark-overlay .btn.btn-default {
  color: #262828;
  background-color: #f5a801;
  border-color: #f5a801;
}
.bg-dark-overlay .btn.btn-default:hover,
.bg-dark-overlay .btn.btn-default:focus {
  color: #f5a801;
  background-color: rgba(245, 168, 1, 0);
  outline-color: #f5a801;
  border-color: #f5a801;
}
.bg-dark-overlay .btn.btn-default:hover:before,
.bg-dark-overlay .btn.btn-default:focus:before {
  color: #f5a801;
}
.bg-dark-overlay .btn.btn-default:hover:after,
.bg-dark-overlay .btn.btn-default:focus:after {
  color: #f5a801;
}
.bg-dark-overlay .text-primary {
  color: #f5a801;
}
a.bg-dark-overlay .text-primary:hover,
a.bg-dark-overlay .text-primary:focus {
  color: #c28501;
}
.bg-dark-overlay .text-primary-strip {
  display: inline-block;
  background: #f5a801;
  color: #262828;
  padding: 0.5em 0.75em 0.375em 0.75em;
  width: auto;
}
.bg-image-light {
  z-index: 2;
  border-color: #E0E1E3;
  color: #262828;
  background-size: cover;
  background-position: center center;
}
.bg-image-light:before {
  z-index: -1;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
}
.bg-image-light h1,
.bg-image-light h2,
.bg-image-light h3,
.bg-image-light h4,
.bg-image-light h5,
.bg-image-light h6 {
  color: #262828;
}
.bg-image-light p,
.bg-image-light li {
  color: #262828;
}
.bg-image-light i.fa,
.bg-image-light i.b-icon {
  color: #262828 !important;
}
.bg-image-light div.text-object a {
  color: #f5a801;
}
.bg-image-light div.text-object a:hover {
  text-decoration: underline;
}
.bg-image-light ul li a,
.bg-image-light ol li a {
  color: #f5a801;
}
.bg-image-light ul li:before,
.bg-image-light ol li:before {
  color: #262828;
}
.bg-image-light hr {
  border-top-color: #E0E1E3;
}
.bg-image-light .column {
  border-color: #E0E1E3;
}
.bg-image-light .btn {
  text-decoration: none;
}
.bg-image-light .btn:hover {
  text-decoration: none;
}
.bg-image-light .btn i,
.bg-image-light .btn span.b-icon {
  color: inherit !important;
}
.bg-image-light .btn.btn-default {
  color: #fff;
  background-color: #f5a801;
  border-color: #f5a801;
}
.bg-image-light .btn.btn-default:hover,
.bg-image-light .btn.btn-default:focus {
  color: #f5a801;
  background-color: rgba(245, 168, 1, 0);
  outline-color: #f5a801;
  border-color: #f5a801;
}
.bg-image-light .btn.btn-default:hover:before,
.bg-image-light .btn.btn-default:focus:before {
  color: #f5a801;
}
.bg-image-light .btn.btn-default:hover:after,
.bg-image-light .btn.btn-default:focus:after {
  color: #f5a801;
}
.bg-image-light .text-primary {
  color: #f5a801;
}
a.bg-image-light .text-primary:hover,
a.bg-image-light .text-primary:focus {
  color: #c28501;
}
.bg-image-light .text-primary-strip {
  display: inline-block;
  background: #f5a801;
  color: #262828;
  padding: 0.5em 0.75em 0.375em 0.75em;
  width: auto;
}
.bg-image-light:before {
  display: none;
}
.bg-image-light-overlay {
  z-index: 2;
  border-color: #E0E1E3;
  color: #262828;
  background-size: cover;
  background-position: center center;
}
.bg-image-light-overlay:before {
  z-index: -1;
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
}
.bg-image-light-overlay h1,
.bg-image-light-overlay h2,
.bg-image-light-overlay h3,
.bg-image-light-overlay h4,
.bg-image-light-overlay h5,
.bg-image-light-overlay h6 {
  color: #262828;
}
.bg-image-light-overlay p,
.bg-image-light-overlay li {
  color: #262828;
}
.bg-image-light-overlay i.fa,
.bg-image-light-overlay i.b-icon {
  color: #262828 !important;
}
.bg-image-light-overlay div.text-object a {
  color: #f5a801;
}
.bg-image-light-overlay div.text-object a:hover {
  text-decoration: underline;
}
.bg-image-light-overlay ul li a,
.bg-image-light-overlay ol li a {
  color: #f5a801;
}
.bg-image-light-overlay ul li:before,
.bg-image-light-overlay ol li:before {
  color: #262828;
}
.bg-image-light-overlay hr {
  border-top-color: #E0E1E3;
}
.bg-image-light-overlay .column {
  border-color: #E0E1E3;
}
.bg-image-light-overlay .btn {
  text-decoration: none;
}
.bg-image-light-overlay .btn:hover {
  text-decoration: none;
}
.bg-image-light-overlay .btn i,
.bg-image-light-overlay .btn span.b-icon {
  color: inherit !important;
}
.bg-image-light-overlay .btn.btn-default {
  color: #fff;
  background-color: #f5a801;
  border-color: #f5a801;
}
.bg-image-light-overlay .btn.btn-default:hover,
.bg-image-light-overlay .btn.btn-default:focus {
  color: #f5a801;
  background-color: rgba(245, 168, 1, 0);
  outline-color: #f5a801;
  border-color: #f5a801;
}
.bg-image-light-overlay .btn.btn-default:hover:before,
.bg-image-light-overlay .btn.btn-default:focus:before {
  color: #f5a801;
}
.bg-image-light-overlay .btn.btn-default:hover:after,
.bg-image-light-overlay .btn.btn-default:focus:after {
  color: #f5a801;
}
.bg-image-light-overlay .text-primary {
  color: #f5a801;
}
a.bg-image-light-overlay .text-primary:hover,
a.bg-image-light-overlay .text-primary:focus {
  color: #c28501;
}
.bg-image-light-overlay .text-primary-strip {
  display: inline-block;
  background: #f5a801;
  color: #262828;
  padding: 0.5em 0.75em 0.375em 0.75em;
  width: auto;
}
.bg-center {
  background-position: center center !important;
}
.bg-repeat-vert {
  background-size: 100%;
  background-repeat: repeat-y;
}
.bg-cover {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-half-image-black {
  z-index: 1;
  position: relative;
}
.bg-half-image-black:before,
.bg-half-image-black:after {
  width: 50%;
  z-index: -1;
  display: block;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
}
.bg-half-image-black:before {
  background: transparent;
  left: 0;
}
.bg-half-image-black:after {
  background: #262828;
  right: 0;
}
@media (max-width: 991px) {
  .bg-half-image-black .row .column ~ .column {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .bg-half-image-black:before,
  .bg-half-image-black:after {
    width: 100%;
    height: 50%;
    z-index: -1;
    display: block;
    content: '';
    position: absolute;
    top: initial;
    left: 0;
  }
  .bg-half-image-black:after {
    background: #262828;
    top: 0px;
  }
  .bg-half-image-black:after {
    top: 50%;
  }
}
@media (max-width: 767px) {
  .bg-half-image-black:before,
  .bg-half-image-black:after {
    display: none;
  }
}
div.heading-wrap {
  box-sizing: border-box;
  padding-top: 31px;
  padding-bottom: 31px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
}
#term-description p:last-child {
  margin-bottom: 0px;
}
.navbar {
  z-index: 1;
  display: block;
  min-height: 0px;
}
.nav {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.nav li {
  z-index: 1;
  display: inline-block;
  width: auto;
  position: relative;
}
.nav li a {
  display: inline-block;
  width: 100%;
}
.nav li ul {
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
.nav li ul li {
  width: 100%;
}
.nav li ul li a {
  width: 100%;
}
.nav li ul li ul {
  position: relative;
  width: 100%;
  padding-left: 0em;
}
.nav li ul li ul li {
  width: 100%;
  padding-left: 0px;
}
.nav li ul li ul li a {
  width: 100%;
}
.nav li a:hover + ul,
.nav li a:focus + ul,
.nav li a:active + ul {
  display: block;
}
.nav li:hover ul,
.nav li:focus ul,
.nav li:active ul {
  display: block;
}
#top-nav,
#main-nav {
  font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
  text-transform: normal;
  border: 0px solid;
  position: relative;
  z-index: 6;
}
#top-nav > div.container,
#main-nav > div.container {
  max-width: 100%;
}
#top-nav {
  padding-top: 6.2px;
  padding-bottom: 6.2px;
  background: #262828;
  font-size: 0.75em;
  font-weight: 400;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  color: #fff;
  width: auto;
  text-align: right;
}
#top-nav .menu-short-container {
  width: auto;
  vertical-align: middle;
  display: inline-block;
  float: none;
}
#top-nav #menu-top-menu {
  width: auto;
  vertical-align: middle;
  display: inline-block;
  float: none;
}
#top-nav ul.nav {
  width: auto;
  vertical-align: bottom;
  display: inline-block;
  margin-right: 2em;
  margin-left: 2em;
}
#top-nav ul.nav li {
  border-top: 0px;
  border-bottom: 0px;
  float: right;
}
#top-nav ul.nav li a {
  display: inline-block;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  color: #fff;
  padding: 0.5em 1.25em;
}
#top-nav ul.nav li a:hover {
  color: #f5a801;
}
#top-nav .social-links {
  vertical-align: bottom;
  display: inline-block;
  width: auto;
  font-size: 1.25em;
}
#top-nav .social-links .social-link {
  color: #fff;
  border-radius: 100%;
}
#top-nav .social-links .social-link i {
  margin-right: 0;
  color: #fff;
}
#top-nav .social-links .social-link:hover,
#top-nav .social-links .social-link:focus,
#top-nav .social-links .social-link:active {
  color: #f5a801;
}
#top-nav .social-links .social-link:hover i,
#top-nav .social-links .social-link:focus i,
#top-nav .social-links .social-link:active i {
  color: #f5a801;
}
#main-nav {
  z-index: 9;
  background: #ffffff;
  font-size: 1em;
  font-weight: 400;
  font-style: inherit;
  line-height: 0.9;
  padding: 0;
  position: fixed;
  width: 100%;
}
#main-nav > .container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  #main-nav {
    font-size: 0.8em;
  }
}
#main-nav .brand-container {
  display: inline-block;
  vertical-align: middle;
  float: left;
}
#main-nav .brand-container a.navbar-brand {
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
  margin: 0px;
}
#main-nav .brand-container a.navbar-brand #logo {
  height: 100px;
  padding-top: 15.5px;
  padding-bottom: 15.5px;
  position: relative;
  width: auto;
}
#main-nav .brand-container a.navbar-brand #logo img {
  width: auto;
  height: 100%;
}
@media (max-width: 1199px) {
  #main-nav .brand-container a.navbar-brand #logo {
    height: 75px;
  }
}
@media (max-width: 991px) {
  #main-nav .brand-container a.navbar-brand #logo {
    height: 75px;
  }
}
#main-nav .navbar-collapse {
  width: 100%;
  text-align: right;
  position: relative;
  display: inline-block;
}
#main-nav .navbar-collapse > div {
  display: inline-block;
}
#main-nav .navbar-collapse > div > ul {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
#main-nav .navbar-collapse > div > ul li a {
  display: inline-block;
  width: 100%;
}
#main-nav .navbar-collapse > div > ul > li {
  font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: inherit;
  text-transform: normal;
  line-height: 100px;
}
@media (max-width: 1199px) {
  #main-nav .navbar-collapse > div > ul > li {
    line-height: 75px;
  }
}
#main-nav .navbar-collapse > div > ul > li > a {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  float: none;
  padding: 1em 1em 1em 1em;
  color: #262828;
}
#main-nav .navbar-collapse > div > ul > li > a:hover,
#main-nav .navbar-collapse > div > ul > li > a:focus,
#main-nav .navbar-collapse > div > ul > li > a:active {
  color: #f5a801;
}
#main-nav .navbar-collapse > div > ul > li > a:hover:before,
#main-nav .navbar-collapse > div > ul > li > a:focus:before,
#main-nav .navbar-collapse > div > ul > li > a:active:before {
  color: #f5a801;
}
#main-nav .navbar-collapse > div > ul > li > ul {
  text-align: left;
  line-height: 1.25em;
  padding: 0em 0em;
  background: #262828;
  font-size: 0.675em;
  display: block;
  visibility: hidden;
  overflow: hidden;
  transform-origin: 50% 0;
  transform: rotateX(-90deg);
  transition: transform 0.25s ease-in-out;
  left: 50%;
  margin-left: -125px;
  top: 99px;
  width: 250px;
}
@media (max-width: 1199px) {
  #main-nav .navbar-collapse > div > ul > li > ul {
    top: 75px;
    width: 225px;
    margin-left: -101.25px;
  }
}
#main-nav .navbar-collapse > div > ul > li > ul li {
  vertical-align: top;
  overflow: hidden;
  font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
#main-nav .navbar-collapse > div > ul > li > ul li a {
  border-top: 1px solid #f5a801;
}
#main-nav .navbar-collapse > div > ul > li > ul li a {
  overflow: visible;
  padding: 1.5em 2em;
  line-height: 1em;
  color: #fff;
}
#main-nav .navbar-collapse > div > ul > li > ul li a:hover,
#main-nav .navbar-collapse > div > ul > li > ul li a:focus,
#main-nav .navbar-collapse > div > ul > li > ul li a:active {
  color: #f5a801;
}
#main-nav .navbar-collapse > div > ul > li > ul li a:before {
  transition: margin-left 0.5s;
}
#main-nav .navbar-collapse > div > ul > li > ul li.menu-item-has-children {
  padding-bottom: 1.5em / 2;
}
#main-nav .navbar-collapse > div > ul > li > ul li.menu-item-has-children a {
  padding-bottom: 1.5em / 2;
}
#main-nav .navbar-collapse > div > ul > li > ul li li {
  border-top: 0px solid #f5a801;
  padding: 0 0 0 0;
}
#main-nav .navbar-collapse > div > ul > li > ul li li:last-child a:last-child {
  border-bottom: 0;
}
#main-nav .navbar-collapse > div > ul > li > ul li li a {
  text-indent: 1em;
  border-top: 1px solid #f5a801;
}
#main-nav .navbar-collapse > div > ul > li > ul li li a {
  padding: 1.5em / 2 2em;
}
#main-nav .navbar-collapse > div > ul > li:hover ul,
#main-nav .navbar-collapse > div > ul > li a:hover + ul,
#main-nav .navbar-collapse > div > ul > li:focus ul,
#main-nav .navbar-collapse > div > ul > li a:focus + ul > li:active ul,
#main-nav .navbar-collapse > div > ul > li a:active + ul {
  visibility: visible;
  transform: rotateX(0deg);
}
body #main-nav li.logged-in {
  display: none;
}
body.logged-in #main-nav li.logged-in {
  display: inline-block;
}
body.logged-in #main-nav li.logged-out {
  display: none;
}
@media (min-width: 992px) {
  div.header-spacer {
    height: 75px;
  }
}
@media (min-width: 1200px) {
  div.header-spacer {
    height: 100px;
  }
}
span.cart-quantity {
  padding: 0.25em;
  font-size: 0.5em;
  border-radius: 100%;
  line-height: 1.6em;
  width: 2em;
  height: 2em;
  text-align: center;
  display: none;
  margin-left: 0.25em;
  background: #f5a801;
  color: #262828;
}
span.cart-quantity.has-items {
  display: inline-block;
}
i.b-icon,
span.b-icon {
  font-family: "ICO";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  width: auto;
  position: relative;
  height: auto;
}
i.b-icon:before,
span.b-icon:before {
  font-family: "ICO";
  display: inline-block;
}
i.b-icon.bicon-01:before,
span.b-icon.bicon-01:before {
  content: "\e900";
}
i.b-icon.bicon-01:before,
span.b-icon.bicon-01:before {
  content: "\e900";
}
i.b-icon.bicon-02:before,
span.b-icon.bicon-02:before {
  content: "\e901";
}
i.b-icon.bicon-03:before,
span.b-icon.bicon-03:before {
  content: "\e902";
}
i.b-icon.bicon-04:before,
span.b-icon.bicon-04:before {
  content: "\e903";
}
i.b-icon.bicon-05:before,
span.b-icon.bicon-05:before {
  content: "\e904";
}
i.b-icon.bicon-06:before,
span.b-icon.bicon-06:before {
  content: "\e905";
}
i.b-icon.bicon-07:before,
span.b-icon.bicon-07:before {
  content: "\e906";
}
i.b-icon.bicon-08:before,
span.b-icon.bicon-08:before {
  content: "\e907";
}
i.b-icon.bicon-09:before,
span.b-icon.bicon-09:before {
  content: "\e908";
}
i.b-icon.bicon-10:before,
span.b-icon.bicon-10:before {
  content: "\e909";
}
i.b-icon.bicon-11:before,
span.b-icon.bicon-11:before {
  content: "\e90a";
}
i.b-icon.bicon-12:before,
span.b-icon.bicon-12:before {
  content: "\e90b";
}
i.b-icon.bicon-13:before,
span.b-icon.bicon-13:before {
  content: "\e90c";
}
i.b-icon.bicon-14:before,
span.b-icon.bicon-14:before {
  content: "\e90d";
}
i.b-icon.bicon-15:before,
span.b-icon.bicon-15:before {
  content: "\e90e";
}
i.b-icon.bicon-16:before,
span.b-icon.bicon-16:before {
  content: "\e90f";
}
i.b-icon.bicon-17:before,
span.b-icon.bicon-17:before {
  content: "\e910";
}
i.b-icon.bicon-18:before,
span.b-icon.bicon-18:before {
  content: "\e911";
}
i.b-icon.bicon-19:before,
span.b-icon.bicon-19:before {
  content: "\e912";
}
i.b-icon.bicon-20:before,
span.b-icon.bicon-20:before {
  content: "\e913";
}
i.b-icon.bicon-21:before,
span.b-icon.bicon-21:before {
  content: "\e914";
}
i.b-icon.bicon-22:before,
span.b-icon.bicon-22:before {
  content: "\e915";
}
i.b-icon.bicon-23:before,
span.b-icon.bicon-23:before {
  content: "\e916";
}
i.b-icon.bicon-24:before,
span.b-icon.bicon-24:before {
  content: "\e917";
}
i.b-icon.bicon-25:before,
span.b-icon.bicon-25:before {
  content: "\e918";
}
i.b-icon.bicon-26:before,
span.b-icon.bicon-26:before {
  content: "\e919";
}
i.b-icon.bicon-27:before,
span.b-icon.bicon-27:before {
  content: "\e91a";
}
i.b-icon.bicon-28:before,
span.b-icon.bicon-28:before {
  content: "\e91b";
}
i.b-icon.bicon-29:before,
span.b-icon.bicon-29:before {
  content: "\e91c";
}
i.b-icon.bicon-30:before,
span.b-icon.bicon-30:before {
  content: "\e91d";
}
i.b-icon.bicon-31:before,
span.b-icon.bicon-31:before {
  content: "\e91e";
}
i.b-icon.bicon-32:before,
span.b-icon.bicon-32:before {
  content: "\e91f";
}
i.b-icon.bicon-33:before,
span.b-icon.bicon-33:before {
  content: "\e920";
}
i.b-icon.bicon-34:before,
span.b-icon.bicon-34:before {
  content: "\e921";
}
i.b-icon.bicon-35:before,
span.b-icon.bicon-35:before {
  content: "\e922";
}
i.b-icon.bicon-36:before,
span.b-icon.bicon-36:before {
  content: "\e923";
}
i.b-icon.bicon-37:before,
span.b-icon.bicon-37:before {
  content: "\e924";
}
i.b-icon.bicon-38:before,
span.b-icon.bicon-38:before {
  content: "\e925";
}
i.b-icon.bicon-39:before,
span.b-icon.bicon-39:before {
  content: "\e926";
}
i.b-icon.bicon-40:before,
span.b-icon.bicon-40:before {
  content: "\e927";
}
i.b-icon.bicon-41:before,
span.b-icon.bicon-41:before {
  content: "\e928";
}
i.b-icon.bicon-42:before,
span.b-icon.bicon-42:before {
  content: "\e929";
}
i.b-icon.bicon-43:before,
span.b-icon.bicon-43:before {
  content: "\e92a";
}
i.b-icon.bicon-44:before,
span.b-icon.bicon-44:before {
  content: "\e92b";
}
i.b-icon.bicon-45:before,
span.b-icon.bicon-45:before {
  content: "\e92c";
}
i.b-icon.bicon-46:before,
span.b-icon.bicon-46:before {
  content: "\e92d";
}
i.b-icon.bicon-47:before,
span.b-icon.bicon-47:before {
  content: "\e92e";
}
i.b-icon.bicon-48:before,
span.b-icon.bicon-48:before {
  content: "\e92f";
}
i.b-icon.bicon-49:before,
span.b-icon.bicon-49:before {
  content: "\e930";
}
i.b-icon.bicon-50:before,
span.b-icon.bicon-50:before {
  content: "\e931";
}
i.b-icon.bicon-51:before,
span.b-icon.bicon-51:before {
  content: "\e932";
}
i.b-icon.bicon-52:before,
span.b-icon.bicon-52:before {
  content: "\e933";
}
i.b-icon.bicon-53:before,
span.b-icon.bicon-53:before {
  content: "\e934";
}
i.b-icon.bicon-54:before,
span.b-icon.bicon-54:before {
  content: "\e935";
}
i.b-icon.bicon-55:before,
span.b-icon.bicon-55:before {
  content: "\e936";
}
i.b-icon.bicon-56:before,
span.b-icon.bicon-56:before {
  content: "\e937";
}
i.b-icon.bicon-57:before,
span.b-icon.bicon-57:before {
  content: "\e938";
}
i.b-icon.bicon-58:before,
span.b-icon.bicon-58:before {
  content: "\e939";
}
i.b-icon.bicon-59:before,
span.b-icon.bicon-59:before {
  content: "\e93a";
}
i.b-icon.bicon-60:before,
span.b-icon.bicon-60:before {
  content: "\e93b";
}
i.b-icon.bicon-61:before,
span.b-icon.bicon-61:before {
  content: "\e93c";
}
i.b-icon.bicon-62:before,
span.b-icon.bicon-62:before {
  content: "\e93d";
}
i.b-icon.bicon-63:before,
span.b-icon.bicon-63:before {
  content: "\e93e";
}
i.b-icon.bicon-64:before,
span.b-icon.bicon-64:before {
  content: "\e93f";
}
i.b-icon.bicon-65:before,
span.b-icon.bicon-65:before {
  content: "\e940";
}
i.b-icon.bicon-66:before,
span.b-icon.bicon-66:before {
  content: "\e941";
}
i.b-icon.bicon-67:before,
span.b-icon.bicon-67:before {
  content: "\e942";
}
i.b-icon.bicon-68:before,
span.b-icon.bicon-68:before {
  content: "\e943";
}
i.b-icon.bicon-69:before,
span.b-icon.bicon-69:before {
  content: "\e944";
}
i.b-icon.bicon-70:before,
span.b-icon.bicon-70:before {
  content: "\e945";
}
i.b-icon.bicon-71:before,
span.b-icon.bicon-71:before {
  content: "\e946";
}
i.b-icon.bicon-72:before,
span.b-icon.bicon-72:before {
  content: "\e947";
}
i.b-icon.bicon-73:before,
span.b-icon.bicon-73:before {
  content: "\e948";
}
i.b-icon.bicon-74:before,
span.b-icon.bicon-74:before {
  content: "\e949";
}
i.b-icon.bicon-75:before,
span.b-icon.bicon-75:before {
  content: "\e94a";
}
i.b-icon.bicon-76:before,
span.b-icon.bicon-76:before {
  content: "\e94b";
}
i.b-icon.bicon-77:before,
span.b-icon.bicon-77:before {
  content: "\e94c";
}
i.b-icon.bicon-78:before,
span.b-icon.bicon-78:before {
  content: "\e94d";
}
i.b-icon.bicon-79:before,
span.b-icon.bicon-79:before {
  content: "\e94e";
}
i.b-icon.bicon-80:before,
span.b-icon.bicon-80:before {
  content: "\e94f";
}
i.b-icon.bicon-81:before,
span.b-icon.bicon-81:before {
  content: "\e950";
}
i.b-icon.bicon-82:before,
span.b-icon.bicon-82:before {
  content: "\e951";
}
i.b-icon.bicon-83:before,
span.b-icon.bicon-83:before {
  content: "\e952";
}
i.b-icon.bicon-84:before,
span.b-icon.bicon-84:before {
  content: "\e953";
}
i.b-icon.bicon-85:before,
span.b-icon.bicon-85:before {
  content: "\e954";
}
i.b-icon.bicon-86:before,
span.b-icon.bicon-86:before {
  content: "\e955";
}
i.b-icon.bicon-87:before,
span.b-icon.bicon-87:before {
  content: "\e956";
}
i.b-icon.bicon-88:before,
span.b-icon.bicon-88:before {
  content: "\e957";
}
i.b-icon.bicon-89:before,
span.b-icon.bicon-89:before {
  content: "\e958";
}
i.b-icon.bicon-90:before,
span.b-icon.bicon-90:before {
  content: "\e959";
}
i.b-icon.bicon-91:before,
span.b-icon.bicon-91:before {
  content: "\e95a";
}
i.b-icon.bicon-92:before,
span.b-icon.bicon-92:before {
  content: "\e95b";
}
i.b-icon.bicon-93:before,
span.b-icon.bicon-93:before {
  content: "\e95c";
}
i.b-icon.bicon-94:before,
span.b-icon.bicon-94:before {
  content: "\e95d";
}
i.b-icon.bicon-95:before,
span.b-icon.bicon-95:before {
  content: "\e95e";
}
i.b-icon.bicon-96:before,
span.b-icon.bicon-96:before {
  content: "\e95f";
}
i.b-icon.bicon-97:before,
span.b-icon.bicon-97:before {
  content: "\e960";
}
i.b-icon.bicon-98:before,
span.b-icon.bicon-98:before {
  content: "\e961";
}
i.b-icon.bicon-99:before,
span.b-icon.bicon-99:before {
  content: "\e962";
}
i.b-icon.bicon-100:before,
span.b-icon.bicon-100:before {
  content: "\e963";
}
i.fa.icon-2x,
.b-icon.icon-2x {
  font-size: 2em;
  line-height: 1;
}
i.fa.icon-3x,
.b-icon.icon-3x {
  font-size: 3em;
  line-height: 1;
}
i.fa.icon-4x,
.b-icon.icon-4x {
  font-size: 4em;
  line-height: 1;
}
i.fa.icon-5x,
.b-icon.icon-5x {
  font-size: 5em;
  line-height: 1;
}
#content img {
  max-width: 100%;
  width: auto;
  height: auto;
}
img.alignright {
  float: right;
  margin-left: 1em;
  display: inline-block;
}
img.alignleft {
  float: left;
  margin-right: 1em;
  display: inline-block;
}
@media (max-width: 992px) {
  img.alignleft.size-full,
  img.alignright.size-full {
    float: none;
    display: block;
  }
}
@media (max-width: 768px) {
  img.alignleft,
  img.alignright {
    display: block;
    float: none;
    margin-top: 1em;
    margin-bottom: 1em;
    max-width: 100%;
    height: auto;
  }
}
img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
img.text-center {
  display: inline-block;
  margin: auto auto;
}
footer {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
footer .specialty-statement {
  margin-top: 31px;
  margin-bottom: 31px;
}
@media (max-width: 992px) {
  footer .logo-container {
    text-align: center;
    float: left;
    width: 100%;
  }
}
footer img.inline-logo {
  width: 100%;
  max-width: 250px;
}
footer ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
footer ul li a {
  margin-bottom: 0.5em;
}
footer ul li li {
  margin-bottom: 0.5em;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  padding-left: 1em;
}
footer ul li li a {
  margin-bottom: 0px;
  font-size: 0.75em;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
footer ul li li:before {
  margin-left: -1em;
  content: '\25A0';
  display: inline-block;
  width: 1em;
  margin-top: -0.125em;
  float: left;
}
footer ul li li li {
  padding-left: 2em;
}
footer ul li a {
  display: inline-block;
  width: 100%;
  padding: 0em;
}
footer ul li a:hover {
  text-decoration: none;
}
footer ul li ul {
  margin-bottom: 0px;
  font-size: 1em;
  text-transform: none;
}
footer ul li ul li {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 0em;
}
footer ul li ul li a {
  font-weight: inherit;
}
@media (max-width: 992px) {
  footer .row {
    padding-bottom: 2em;
  }
  footer .row h1,
  footer .row h2,
  footer .row h3,
  footer .row h4,
  footer .row ul {
    text-align: left;
  }
  footer .row.footer-widget-area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .row.footer-widget-area > div {
    width: 33%;
  }
}
@media (max-width: 992px) and (max-width: 991px) {
  footer .row.footer-widget-area > div {
    width: 100%;
    margin-bottom: 1em;
  }
}
footer .row.footer-widget-area .footer-widget {
  width: 25%;
}
footer .row.footer-widget-area .footer-widget h4 {
  margin-bottom: 0.5em;
}
footer .row.footer-widget-area .footer-widget ul li a {
  font-size: 0.875em;
}
footer .row.footer-widget-area .footer-widget:first-child {
  width: 50%;
}
footer .row.footer-widget-area .footer-widget:first-child ul {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
footer .row.footer-widget-area .footer-widget:first-child ul li {
  width: 50%;
  padding-right: 1em;
}
footer .row.footer-widget-area .footer-widget:first-child ul li.all-courses a {
  color: #fff;
}
footer .row.footer-widget-area .footer-widget:first-child ul li.all-courses a:after {
  content: '>>';
}
@media (max-width: 991px) {
  footer .row.footer-widget-area .footer-widget {
    width: 50%;
    margin-bottom: 62px;
  }
  footer .row.footer-widget-area .footer-widget:first-child {
    width: 100%;
  }
}
@media (max-width: 768px) {
  footer .row.footer-widget-area .footer-widget {
    width: 100%;
  }
  footer .row.footer-widget-area .footer-widget:first-child ul li {
    width: 100%;
  }
}
footer .information-row p {
  margin-bottom: 0;
  color: #ACB7BE;
}
footer .after-footer {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 0.75em;
}
footer .after-footer p {
  width: auto;
  margin-right: 1em;
}
footer .after-footer ul.menu {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
  marign-left: 1em;
}
footer .after-footer ul.menu li {
  width: auto;
  padding: 0 0 0 0;
}
footer .after-footer ul.menu li a {
  color: #fff;
  padding: 0.25em 0.5em;
  margin: 0 0 0 0;
}
#sidebar {
  padding-bottom: 1em;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
#sidebar aside {
  border-left: 1px solid #f5a801;
  width: 100%;
}
#sidebar ul li {
  padding-left: 0;
}
#sidebar ul li:before {
  display: none;
}
#sidebar ul li li {
  text-indent: 1em;
}
#sidebar ul li li li {
  text-indent: 2em;
}
#sidebar a {
  text-decoration: none;
}
#sidebar .widget_nav_menu {
  padding-top: 0px;
  padding-bottom: 0px;
}
#sidebar h4 {
  padding: 0.25em 0.5em;
  border-bottom: 1px solid #f5a801;
  margin-bottom: 0px;
}
#sidebar ul {
  list-style: none;
  font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}
#sidebar ul li a {
  text-decoration: none ;
  color: #262828;
  font-size: 0.75em;
  padding: 0.25em 1em;
  width: 100%;
  display: block;
  border-bottom: 1px solid #f5a801;
}
#sidebar ul li a:hover {
  color: #f5a801;
}
/* 3RD TIER PAGE TEMPLATE */
@media (max-width: 992px) {
}
@media (max-width: 768px) {
  .author-singleton {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .author-singleton .single-author {
    order: 1;
  }
  .author-singleton .sidebar-container-single {
    margin-top: 62px;
    order: 3;
  }
}
@media (max-width: 992px) {
  #main-nav #navbar {
    display: none !important;
  }
  #main-nav {
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 301;
  }
  #main-nav > .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}
@media (min-width: 992px) {
  #mobile-menu-container,
  #mobile-trigger {
    display: none !important;
  }
}
#mobile-trigger {
  position: fixed;
  top: 0;
  right: 15.5px;
  font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
  overflow: hidden;
  white-space: nowrap;
  color: #262828;
  background: #ffffff;
  height: 75px;
  width: 75px;
  padding: 10px 15px;
  z-index: 301;
  transform: translateZ(0);
}
#mobile-trigger #x-container {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
}
#mobile-trigger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #262828;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#mobile-trigger span:nth-child(1) {
  top: 19.5px;
}
#mobile-trigger span:nth-child(2),
#mobile-trigger span:nth-child(3) {
  top: 26.5px;
}
#mobile-trigger span:nth-child(4) {
  top: 33.5px;
}
#mobile-trigger.open span:nth-child(1) {
  top: 26.5px;
  width: 0%;
  left: 50%;
}
#mobile-trigger.open span:nth-child(2) {
  transform: rotate(45deg);
}
#mobile-trigger.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#mobile-trigger.open span:nth-child(4) {
  top: 26.5px;
  width: 0%;
  left: 50%;
}
#scrollLock {
  display: block;
  position: fixed;
  width: 100%;
  height: 0;
  z-index: 200;
  top: 0;
  left: 0;
  background: #262828;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.125s;
}
#scrollLock.scrollLock {
  opacity: 0;
  height: 100%;
  visibility: visible;
}
body.scrollLock {
  overflow: hidden;
  min-height: 5000%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0px;
}
.mobile-menu {
  font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
  display: block;
  width: 100%;
  max-height: 100%;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 300;
  height: 0;
  transition: transform 0.125s, right 0.125s;
  font-size: 1.125em;
  background: #ffffff;
  transform: translateZ(0);
}
.mobile-menu.open {
  top: 75px;
  border-top: 1px solid #E0E1E3;
  height: 100%;
}
.mobile-menu nav#mobile-menu-nav {
  height: 100%;
  max-height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.mobile-menu nav#mobile-menu-nav ul.menu {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.mobile-menu nav#mobile-menu-nav ul.menu > li {
  border-top: 1px solid #E0E1E3;
}
.mobile-menu nav#mobile-menu-nav ul.menu li {
  position: relative;
  padding: 0 0 0 0;
}
.mobile-menu nav#mobile-menu-nav ul.menu li.menu-item-has-children {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.mobile-menu nav#mobile-menu-nav ul.menu li a {
  color: #262828;
  padding-top: 1em;
  padding-left: 31px;
  padding-right: 31px;
  padding-bottom: 1em;
  line-height: 1em;
  display: inline-block;
  vertical-align: bottom;
  font-weight: 400;
  font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
}
.mobile-menu nav#mobile-menu-nav ul.menu li a i.fa {
  font-size: 1em;
}
.mobile-menu nav#mobile-menu-nav ul.menu li ul.sub-menu {
  list-style: none;
  position: relative;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  text-align: left;
  background: #ffffff;
  transform: translateZ(0);
  transition: transform 0.125s, max-height 0.125s;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 0px;
}
.mobile-menu nav#mobile-menu-nav ul.menu li a.main-item {
  width: 80%;
  width: calc(100% - 3em);
}
.mobile-menu nav#mobile-menu-nav ul.menu li li {
  padding-left: 31px;
}
.mobile-menu nav#mobile-menu-nav ul.menu li li.sub-menu ul.sub-menu {
  height: auto;
  max-height: 1000px;
}
.mobile-menu nav#mobile-menu-nav ul.menu li a.submenulink,
.mobile-menu nav#mobile-menu-nav ul.menu li li.sub-menu a.submenulink {
  color: #262828;
  background: #ffffff;
  width: auto;
  line-height: inherit;
  width: 3em;
  padding: 1em 1em;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.mobile-menu nav#mobile-menu-nav ul.menu li a.submenulink i,
.mobile-menu nav#mobile-menu-nav ul.menu li li.sub-menu a.submenulink i {
  position: absolute;
  left: 50%;
  top: 50%;
  float: none !important;
  margin-top: -0.5em;
  margin-left: -0.4em;
}
.mobile-menu nav#mobile-menu-nav ul.menu li a.submenulink.open + ul.sub-menu {
  max-height: 1000px;
}
.mobile-menu a.submenulink {
  display: inline-block;
  color: #262828;
  background: #ffffff;
  width: 100%;
  padding: 1em 0;
  box-sizing: border-box;
}
.mobile-menu a.submenulink i {
  margin-left: 0px;
  margin-right: 0px;
}
#mobile-menu-nav > ul.menu > li {
  position: relative;
}
@media (max-width: 991px) {
  #top-nav {
    display: none;
  }
}
@media (max-width: 991px) {
  body.admin-bar {
    top: 46px;
  }
  body.admin-bar.scrollLock {
    top: 0px !important;
  }
  body.admin-bar #wp-admin-bar-new_draft,
  body.admin-bar #wp-admin-bar-gform-forms {
    display: none !important;
  }
  body.admin-bar #mobile-trigger,
  body.admin-bar #main-nav {
    top: 46px;
  }
  body.admin-bar #mobile-menu-container {
    margin-top: 46px;
  }
  body.admin-bar #wpadminbar {
    position: fixed !important;
  }
}
.store-launch {
  display: none !important;
}
#mobile-menu-container {
  transform: translateY(-120%);
  transform-origin: 100% 50%;
}
#mobile-menu-container.open {
  transform: translateY(0);
}
.social-links {
  float: right;
  text-align: right;
}
@media (max-width: 991px) {
  .social-links {
    text-align: left;
    margin-top: 1em;
  }
}
@media (max-width: 767px) {
  .social-links {
    text-align: center;
    margin-top: 1em;
  }
}
.social-links .social-link {
  font-size: 1em;
  height: auto;
  width: auto;
  padding: 0.4em 0.675em;
  text-align: center;
  display: inline-block;
  margin-left: 0em;
  margin-right: 0em;
  background: inherit;
  position: relative;
}
.social-links .social-link i {
  font-size: 1em;
  width: 1em;
  height: 1em;
  color: inherit;
}
.social-links .social-link:hover i {
  color: inherit;
}
footer .social-links {
  float: none;
  text-align: center;
  margin-bottom: 1em;
  margin-top: 2em;
}
#live-area .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
}
section .gform_wrapper.gravity-theme label,
section .gform_wrapper.gravity-theme legend {
  font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.125em;
}
section .gform_wrapper.gravity-theme label.gfield_label,
section .gform_wrapper.gravity-theme legend.gfield_label {
  font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.125em;
}
section .gform_wrapper.gravity-theme .gchoice label,
section .gform_wrapper.gravity-theme .ginput_container_consent label,
section .gform_wrapper.gravity-theme .ginput_complex label,
section .gform_wrapper.gravity-theme .gchoice legend,
section .gform_wrapper.gravity-theme .ginput_container_consent legend,
section .gform_wrapper.gravity-theme .ginput_complex legend {
  font-weight: 300;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 1em;
}
section .gform_wrapper.gravity-theme .ginput_complex label,
section .gform_wrapper.gravity-theme .ginput_complex legend {
  font-size: 0.75em;
}
section .gform_wrapper.gravity-theme input[type=color],
section .gform_wrapper.gravity-theme input[type=date],
section .gform_wrapper.gravity-theme input[type=datetime-local],
section .gform_wrapper.gravity-theme input[type=datetime],
section .gform_wrapper.gravity-theme input[type=email],
section .gform_wrapper.gravity-theme input[type=month],
section .gform_wrapper.gravity-theme input[type=number],
section .gform_wrapper.gravity-theme input[type=password],
section .gform_wrapper.gravity-theme input[type=search],
section .gform_wrapper.gravity-theme input[type=tel],
section .gform_wrapper.gravity-theme input[type=text],
section .gform_wrapper.gravity-theme input[type=time],
section .gform_wrapper.gravity-theme input[type=url],
section .gform_wrapper.gravity-theme input[type=week],
section .gform_wrapper.gravity-theme select,
section .gform_wrapper.gravity-theme textarea {
  background: transparent;
  border: 1px solid;
  border-radius: 1em;
  padding: 0.25em 1em 0.25em 1em;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300;
}
section .gform_wrapper.gravity-theme input[type=color]:focus,
section .gform_wrapper.gravity-theme input[type=date]:focus,
section .gform_wrapper.gravity-theme input[type=datetime-local]:focus,
section .gform_wrapper.gravity-theme input[type=datetime]:focus,
section .gform_wrapper.gravity-theme input[type=email]:focus,
section .gform_wrapper.gravity-theme input[type=month]:focus,
section .gform_wrapper.gravity-theme input[type=number]:focus,
section .gform_wrapper.gravity-theme input[type=password]:focus,
section .gform_wrapper.gravity-theme input[type=search]:focus,
section .gform_wrapper.gravity-theme input[type=tel]:focus,
section .gform_wrapper.gravity-theme input[type=text]:focus,
section .gform_wrapper.gravity-theme input[type=time]:focus,
section .gform_wrapper.gravity-theme input[type=url]:focus,
section .gform_wrapper.gravity-theme input[type=week]:focus,
section .gform_wrapper.gravity-theme select:focus,
section .gform_wrapper.gravity-theme textarea:focus {
  outline: 0;
  box-shadow: 0px 0px 0px 2px #f5a801;
}
section .gform_button.button {
  margin-bottom: 31px;
  display: inline-block;
  margin: 0 0 0 0;
  font-weight: 600;
  font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 0.5em 1em;
  font-size: 1em;
  line-height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #262828;
  border: 2px solid rgba(38, 40, 40, 0);
  transition: background 0.125s, border 0.125s;
  border-radius: 0em;
}
section .gform_button.button i,
section .gform_button.button span.b-icon {
  color: inherit;
}
section .gform_button.button:last-child {
  margin-bottom: 0;
}
section .gform_button.button:only-child {
  margin-bottom: 0;
}
section .gform_button.button span {
  vertical-align: baseline;
  display: inline-block;
}
section .gform_button.button:focus,
section .gform_button.button:active:focus,
section .gform_button.button.active:focus,
section .gform_button.button.focus,
section .gform_button.button:active.focus,
section .gform_button.button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
section .gform_button.button:hover,
section .gform_button.button:focus,
section .gform_button.button.focus {
  color: #fff;
  text-decoration: none;
}
section .gform_button.button:active,
section .gform_button.button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
section .gform_button.button.disabled,
section .gform_button.button[disabled],
fieldset[disabled] section .gform_button.button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
asection .gform_button.button.disabled,
fieldset[disabled] asection .gform_button.button {
  pointer-events: none;
}
section .gform_button.button:active,
section .gform_button.button.active,
section .gform_button.button:focus,
section .gform_button.button.focus,
section .gform_button.button:hover,
section .gform_button.button:hover {
  color: #262828;
  background: rgba(38, 40, 40, 0);
  border-color: #262828;
}
.open > .dropdown-togglesection .gform_button.button {
  color: #262828;
  background-color: #0d0e0e;
  border-color: #080909;
}
.open > .dropdown-togglesection .gform_button.button:hover,
.open > .dropdown-togglesection .gform_button.button:focus,
.open > .dropdown-togglesection .gform_button.button.focus {
  color: #262828;
  background-color: #000000;
  border-color: #000000;
}
section .gform_button.button:active,
section .gform_button.button.active,
.open > .dropdown-togglesection .gform_button.button {
  background-image: none;
}
section .gform_button.button.disabled,
section .gform_button.button[disabled],
fieldset[disabled] section .gform_button.button,
section .gform_button.button.disabled:hover,
section .gform_button.button[disabled]:hover,
fieldset[disabled] section .gform_button.button:hover,
section .gform_button.button.disabled:focus,
section .gform_button.button[disabled]:focus,
fieldset[disabled] section .gform_button.button:focus,
section .gform_button.button.disabled.focus,
section .gform_button.button[disabled].focus,
fieldset[disabled] section .gform_button.button.focus,
section .gform_button.button.disabled:active,
section .gform_button.button[disabled]:active,
fieldset[disabled] section .gform_button.button:active,
section .gform_button.button.disabled.active,
section .gform_button.button[disabled].active,
fieldset[disabled] section .gform_button.button.active {
  background-color: #262828;
  border-color: #262828;
}
section .gform_button.button .badge {
  color: #262828;
  background-color: #fff;
}
#scrollLockModal {
  display: block;
  position: fixed;
  width: 100%;
  height: 0;
  z-index: 300;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
  transition: opacity 0.3s;
  transition-timing-function: ease-in-out;
}
#scrollLockModal.scrollLock {
  opacity: 0.35;
  height: 100%;
  visibility: visible;
}
#cta-modal {
  box-shadow: 0px 4px 4px 3px rgba(38, 40, 40, 0.25);
  position: fixed;
  max-height: 100%;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  vertical-align: middle;
  display: block;
  top: -500000%;
  left: 50%;
  transform: translate(-50%) translateY(-50%) scale(0, 0);
  z-index: 301;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: transform 0.3s;
  transition-timing-function: ease-in-out;
  background: #fff;
}
@media (max-width: 991px) {
  #cta-modal {
    width: 100%;
  }
}
#cta-modal.open {
  visibility: visible;
  top: 50%;
  transform: translate(-50%) translateY(-50%) scale(1, 1);
  display: block;
}
#cta-modal #closeModal {
  font-size: 1em;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0.6em 0.8em;
  z-index: 22;
  text-align: center;
  background: #262828;
  color: #fff;
}
#cta-modal #closeModal i {
  width: 1em;
  height: 1em;
  color: inherit;
}
@media (min-width: 767px) {
  #cta-modal .row.content-row-cta-modal {
    display: flex;
    align-items: stretch;
  }
}
@media (max-width: 767px) {
  #cta-modal {
    width: calc(100% - 40px);
  }
}
#cta-modal .row.content-row-cta-modal .column {
  padding-top: 62px;
  padding-bottom: 62px;
}
#cta-modal {
  background: #fff;
}
#cta-modal form div.validation_error {
  display: none !important;
}
#cta-modal form .gform_body ul.gform_fields {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#cta-modal form .gform_body ul.gform_fields span.gform_wrapper.gfield_required {
  color: #1fad9d !important;
}
#cta-modal form .gform_body ul.gform_fields label {
  color: #262828;
}
#cta-modal form .gform_body ul.gform_fields li.name-field {
  width: 25%;
}
#cta-modal form .gform_body ul.gform_fields li.phone-field {
  width: 25%;
}
#cta-modal form .gform_body ul.gform_fields li.email-field {
  width: 25%;
}
#cta-modal form .gform_body ul.gform_fields li.company {
  width: 25%;
}
#cta-modal form .gform_body ul.gform_fields li.subject {
  width: 100%;
}
#cta-modal form .gform_body ul.gform_fields li.dropdown-field {
  width: 100%;
}
#cta-modal form .gform_body ul.gform_fields li.message-field {
  width: 100%;
}
#cta-modal form .gform_body ul.gform_fields li.name-field input,
#cta-modal form .gform_body ul.gform_fields li.phone-field input,
#cta-modal form .gform_body ul.gform_fields li.email-field input,
#cta-modal form .gform_body ul.gform_fields li.dropdown-field input,
#cta-modal form .gform_body ul.gform_fields li.message-field input,
#cta-modal form .gform_body ul.gform_fields li.company input,
#cta-modal form .gform_body ul.gform_fields li.subject input,
#cta-modal form .gform_body ul.gform_fields li.name-field textarea,
#cta-modal form .gform_body ul.gform_fields li.phone-field textarea,
#cta-modal form .gform_body ul.gform_fields li.email-field textarea,
#cta-modal form .gform_body ul.gform_fields li.dropdown-field textarea,
#cta-modal form .gform_body ul.gform_fields li.message-field textarea,
#cta-modal form .gform_body ul.gform_fields li.company textarea,
#cta-modal form .gform_body ul.gform_fields li.subject textarea,
#cta-modal form .gform_body ul.gform_fields li.name-field select,
#cta-modal form .gform_body ul.gform_fields li.phone-field select,
#cta-modal form .gform_body ul.gform_fields li.email-field select,
#cta-modal form .gform_body ul.gform_fields li.dropdown-field select,
#cta-modal form .gform_body ul.gform_fields li.message-field select,
#cta-modal form .gform_body ul.gform_fields li.company select,
#cta-modal form .gform_body ul.gform_fields li.subject select {
  width: 100%;
  background: #fff;
  color: #262828;
  border: 1px solid #262828 !important;
}
#cta-modal form .gform_body ul.gform_fields li.name-field input:focus,
#cta-modal form .gform_body ul.gform_fields li.phone-field input:focus,
#cta-modal form .gform_body ul.gform_fields li.email-field input:focus,
#cta-modal form .gform_body ul.gform_fields li.dropdown-field input:focus,
#cta-modal form .gform_body ul.gform_fields li.message-field input:focus,
#cta-modal form .gform_body ul.gform_fields li.company input:focus,
#cta-modal form .gform_body ul.gform_fields li.subject input:focus,
#cta-modal form .gform_body ul.gform_fields li.name-field textarea:focus,
#cta-modal form .gform_body ul.gform_fields li.phone-field textarea:focus,
#cta-modal form .gform_body ul.gform_fields li.email-field textarea:focus,
#cta-modal form .gform_body ul.gform_fields li.dropdown-field textarea:focus,
#cta-modal form .gform_body ul.gform_fields li.message-field textarea:focus,
#cta-modal form .gform_body ul.gform_fields li.company textarea:focus,
#cta-modal form .gform_body ul.gform_fields li.subject textarea:focus,
#cta-modal form .gform_body ul.gform_fields li.name-field select:focus,
#cta-modal form .gform_body ul.gform_fields li.phone-field select:focus,
#cta-modal form .gform_body ul.gform_fields li.email-field select:focus,
#cta-modal form .gform_body ul.gform_fields li.dropdown-field select:focus,
#cta-modal form .gform_body ul.gform_fields li.message-field select:focus,
#cta-modal form .gform_body ul.gform_fields li.company select:focus,
#cta-modal form .gform_body ul.gform_fields li.subject select:focus {
  outline: none !important;
}
#cta-modal form .gform_body ul.gform_fields li.name-field input::placeholder,
#cta-modal form .gform_body ul.gform_fields li.phone-field input::placeholder,
#cta-modal form .gform_body ul.gform_fields li.email-field input::placeholder,
#cta-modal form .gform_body ul.gform_fields li.dropdown-field input::placeholder,
#cta-modal form .gform_body ul.gform_fields li.message-field input::placeholder,
#cta-modal form .gform_body ul.gform_fields li.company input::placeholder,
#cta-modal form .gform_body ul.gform_fields li.subject input::placeholder,
#cta-modal form .gform_body ul.gform_fields li.name-field textarea::placeholder,
#cta-modal form .gform_body ul.gform_fields li.phone-field textarea::placeholder,
#cta-modal form .gform_body ul.gform_fields li.email-field textarea::placeholder,
#cta-modal form .gform_body ul.gform_fields li.dropdown-field textarea::placeholder,
#cta-modal form .gform_body ul.gform_fields li.message-field textarea::placeholder,
#cta-modal form .gform_body ul.gform_fields li.company textarea::placeholder,
#cta-modal form .gform_body ul.gform_fields li.subject textarea::placeholder,
#cta-modal form .gform_body ul.gform_fields li.name-field select::placeholder,
#cta-modal form .gform_body ul.gform_fields li.phone-field select::placeholder,
#cta-modal form .gform_body ul.gform_fields li.email-field select::placeholder,
#cta-modal form .gform_body ul.gform_fields li.dropdown-field select::placeholder,
#cta-modal form .gform_body ul.gform_fields li.message-field select::placeholder,
#cta-modal form .gform_body ul.gform_fields li.company select::placeholder,
#cta-modal form .gform_body ul.gform_fields li.subject select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #262828;
  opacity: 1;
  /* Firefox */
}
#cta-modal form .gform_body ul.gform_fields li.name-field input:-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.phone-field input:-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.email-field input:-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.dropdown-field input:-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.message-field input:-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.company input:-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.subject input:-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.name-field textarea:-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.phone-field textarea:-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.email-field textarea:-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.dropdown-field textarea:-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.message-field textarea:-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.company textarea:-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.subject textarea:-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.name-field select:-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.phone-field select:-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.email-field select:-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.dropdown-field select:-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.message-field select:-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.company select:-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.subject select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #262828;
}
#cta-modal form .gform_body ul.gform_fields li.name-field input::-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.phone-field input::-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.email-field input::-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.dropdown-field input::-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.message-field input::-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.company input::-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.subject input::-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.name-field textarea::-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.phone-field textarea::-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.email-field textarea::-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.dropdown-field textarea::-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.message-field textarea::-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.company textarea::-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.subject textarea::-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.name-field select::-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.phone-field select::-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.email-field select::-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.dropdown-field select::-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.message-field select::-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.company select::-ms-input-placeholder,
#cta-modal form .gform_body ul.gform_fields li.subject select::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #262828;
}
@media (max-width: 991px) {
  #cta-modal form .gform_body ul.gform_fields li.message-field {
    width: 100%;
  }
  #cta-modal form .gform_body ul.gform_fields li.name-field {
    width: 50%;
  }
  #cta-modal form .gform_body ul.gform_fields li.phone-field {
    width: 50%;
  }
  #cta-modal form .gform_body ul.gform_fields li.email-field {
    width: 50%;
  }
  #cta-modal form .gform_body ul.gform_fields li.company {
    width: 50%;
  }
  #cta-modal form .gform_body ul.gform_fields li.subject {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #cta-modal form .gform_body ul.gform_fields li.name-field {
    width: 100%;
  }
  #cta-modal form .gform_body ul.gform_fields li.phone-field {
    width: 100%;
  }
  #cta-modal form .gform_body ul.gform_fields li.email-field {
    width: 100%;
  }
  #cta-modal form .gform_body ul.gform_fields li.company {
    width: 100%;
  }
  #cta-modal form .gform_body ul.gform_fields li.subject {
    width: 100%;
  }
  #cta-modal form .gform_body ul.gform_fields li.name-field {
    width: 100%;
  }
  #cta-modal form .gform_body ul.gform_fields li.phone-field {
    width: 100%;
  }
  #cta-modal form .gform_body ul.gform_fields li.email-field {
    width: 100%;
  }
  #cta-modal form .gform_body ul.gform_fields li.dropdown-field {
    width: 100%;
  }
  #cta-modal form .gform_body ul.gform_fields li.message-field {
    width: 100%;
  }
}
#cta-modal #cta-logo {
  display: inline-block;
  max-width: 320px;
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 31px;
}
#cta-modal #cta-logo img {
  width: 100%;
  height: auto;
}
#cta-modal .address-phone {
  font-size: 14px;
}
#cta-modal .address-phone a {
  box-sizing: border-box;
  padding-left: 1.5em;
  font-weight: 400;
  color: #fff;
  width: 100%;
  display: inline-block;
}
#cta-modal .address-phone a span {
  display: inline-block;
  width: 100%;
}
#cta-modal .address-phone a i {
  margin-top: 0.6em;
  display: inline-block;
  float: left;
  margin-left: -1.5em;
}
#cta-modal .gform_wrapper .gform_footer .gform_button.button {
  background: #f5a801;
  color: #262828;
}
@media (min-width: 992px) {
}
#cta-modal .gform_wrapper .gform_footer .gform_button.button:hover {
  color: #f5a801;
  border-color: #f5a801;
  background: #262828;
}
@media (min-width: 0) {
  .border-xs-top {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-width: 1px;
    border-color: #9db1bd;
    border-style: solid;
  }
}
@media (min-width: 0) {
  .border-xs-right {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 1px;
    border-color: #9db1bd;
    border-style: solid;
  }
}
@media (min-width: 0) {
  .border-xs-left {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-left-width: 1px;
    border-color: #9db1bd;
    border-style: solid;
  }
}
@media (min-width: 0) {
  .border-xs-bottom {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-bottom-width: 1px;
    border-color: #9db1bd;
    border-style: solid;
  }
}
@media (min-width: 0) {
  .border-xs-none {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-none-width: 1px;
    border-color: #9db1bd;
    border-style: solid;
  }
}
@media (min-width: 768px) {
  .border-sm-top {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-width: 1px;
    border-color: #9db1bd;
    border-style: solid;
  }
}
@media (min-width: 768px) {
  .border-sm-right {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 1px;
    border-color: #9db1bd;
    border-style: solid;
  }
}
@media (min-width: 768px) {
  .border-sm-bottom {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-bottom-width: 1px;
    border-color: #9db1bd;
    border-style: solid;
  }
}
@media (min-width: 768px) {
  .border-sm-left {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-left-width: 1px;
    border-color: #9db1bd;
    border-style: solid;
  }
}
@media (min-width: 768px) {
  .border-sm-none {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-none-width: 1px;
    border-color: #9db1bd;
    border-style: solid;
  }
}
@media (min-width: 992px) {
  .border-md-top {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-width: 1px;
    border-color: #9db1bd;
    border-style: solid;
  }
}
@media (min-width: 992px) {
  .border-md-right {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 1px;
    border-color: #9db1bd;
    border-style: solid;
  }
}
@media (min-width: 992px) {
  .border-md-bottom {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-bottom-width: 1px;
    border-color: #9db1bd;
    border-style: solid;
  }
}
@media (min-width: 992px) {
  .border-md-left {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-left-width: 1px;
    border-color: #9db1bd;
    border-style: solid;
  }
}
@media (min-width: 992px) {
  .border-md-none {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-none-width: 1px;
    border-color: #9db1bd;
    border-style: solid;
  }
}
@media (min-width: 1200px) {
  .border-lg-top {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-width: 1px;
    border-color: #9db1bd;
    border-style: solid;
  }
}
@media (min-width: 1200px) {
  .border-lg-right {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 1px;
    border-color: #9db1bd;
    border-style: solid;
  }
}
@media (min-width: 1200px) {
  .border-lg-bottom {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-bottom-width: 1px;
    border-color: #9db1bd;
    border-style: solid;
  }
}
@media (min-width: 1200px) {
  .border-lg-left {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-left-width: 1px;
    border-color: #9db1bd;
    border-style: solid;
  }
}
@media (min-width: 1200px) {
  .border-lg-none {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-none-width: 1px;
    border-color: #9db1bd;
    border-style: solid;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.pager:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.t-primary {
  color: #f5a801;
}
.t-primary p {
  color: inherit;
}
.t-primary h1,
.t-primary h2,
.t-primary h3,
.t-primary h4,
.t-primary h5,
.t-primary h6 {
  color: inherit;
}
.t-primary i.fa,
.t-primary i.b-icon {
  color: inherit;
}
p.t-primary,
h1.t-primary,
h2.t-primary,
h3.t-primary,
h4.t-primary,
h5.t-primary,
h6.t-primary,
i.fa.t-primary,
i.b-icon.t-primary {
  color: #f5a801;
}
.t-secondary {
  color: #6cbc5f;
}
.t-secondary p {
  color: inherit;
}
.t-secondary h1,
.t-secondary h2,
.t-secondary h3,
.t-secondary h4,
.t-secondary h5,
.t-secondary h6 {
  color: inherit;
}
.t-secondary i.fa,
.t-secondary i.b-icon {
  color: inherit;
}
p.t-secondary,
h1.t-secondary,
h2.t-secondary,
h3.t-secondary,
h4.t-secondary,
h5.t-secondary,
h6.t-secondary,
i.fa.t-secondary,
i.b-icon.t-secondary {
  color: #6cbc5f;
}
.t-tertiary {
  color: #1fad9d;
}
.t-tertiary p {
  color: inherit;
}
.t-tertiary h1,
.t-tertiary h2,
.t-tertiary h3,
.t-tertiary h4,
.t-tertiary h5,
.t-tertiary h6 {
  color: inherit;
}
.t-tertiary i.fa,
.t-tertiary i.b-icon {
  color: inherit;
}
p.t-tertiary,
h1.t-tertiary,
h2.t-tertiary,
h3.t-tertiary,
h4.t-tertiary,
h5.t-tertiary,
h6.t-tertiary,
i.fa.t-tertiary,
i.b-icon.t-tertiary {
  color: #1fad9d;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1470px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table !important;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1470px) {
  .hidden-xl {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.woocommerce a.button.add_to_cart_button,
.woocommerce button.button.alt,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce a.button.wc-forward,
checkout-button.button.alt.wc-forward {
  margin-bottom: 31px;
  display: inline-block;
  margin: 0 0 0 0;
  font-weight: 600;
  font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 0.5em 1em;
  font-size: 1em;
  line-height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #262828;
  background-color: #f5a801;
  border: 2px solid rgba(245, 168, 1, 0);
  transition: background 0.125s, border 0.125s;
  border-radius: 0em;
}
.woocommerce a.button.add_to_cart_button i,
.woocommerce button.button.alt i,
.woocommerce button.button i,
.woocommerce a.button i,
.woocommerce a.button.alt i,
.woocommerce a.button.wc-forward i,
checkout-button.button.alt.wc-forward i,
.woocommerce a.button.add_to_cart_button span.b-icon,
.woocommerce button.button.alt span.b-icon,
.woocommerce button.button span.b-icon,
.woocommerce a.button span.b-icon,
.woocommerce a.button.alt span.b-icon,
.woocommerce a.button.wc-forward span.b-icon,
checkout-button.button.alt.wc-forward span.b-icon {
  color: inherit;
}
.woocommerce a.button.add_to_cart_button:last-child,
.woocommerce button.button.alt:last-child,
.woocommerce button.button:last-child,
.woocommerce a.button:last-child,
.woocommerce a.button.alt:last-child,
.woocommerce a.button.wc-forward:last-child,
checkout-button.button.alt.wc-forward:last-child {
  margin-bottom: 0;
}
.woocommerce a.button.add_to_cart_button:only-child,
.woocommerce button.button.alt:only-child,
.woocommerce button.button:only-child,
.woocommerce a.button:only-child,
.woocommerce a.button.alt:only-child,
.woocommerce a.button.wc-forward:only-child,
checkout-button.button.alt.wc-forward:only-child {
  margin-bottom: 0;
}
.woocommerce a.button.add_to_cart_button span,
.woocommerce button.button.alt span,
.woocommerce button.button span,
.woocommerce a.button span,
.woocommerce a.button.alt span,
.woocommerce a.button.wc-forward span,
checkout-button.button.alt.wc-forward span {
  vertical-align: baseline;
  display: inline-block;
}
.woocommerce a.button.add_to_cart_button:focus,
.woocommerce button.button.alt:focus,
.woocommerce button.button:focus,
.woocommerce a.button:focus,
.woocommerce a.button.alt:focus,
.woocommerce a.button.wc-forward:focus,
checkout-button.button.alt.wc-forward:focus,
.woocommerce a.button.add_to_cart_button:active:focus,
.woocommerce button.button.alt:active:focus,
.woocommerce button.button:active:focus,
.woocommerce a.button:active:focus,
.woocommerce a.button.alt:active:focus,
.woocommerce a.button.wc-forward:active:focus,
checkout-button.button.alt.wc-forward:active:focus,
.woocommerce a.button.add_to_cart_button.active:focus,
.woocommerce button.button.alt.active:focus,
.woocommerce button.button.active:focus,
.woocommerce a.button.active:focus,
.woocommerce a.button.alt.active:focus,
.woocommerce a.button.wc-forward.active:focus,
checkout-button.button.alt.wc-forward.active:focus,
.woocommerce a.button.add_to_cart_button.focus,
.woocommerce button.button.alt.focus,
.woocommerce button.button.focus,
.woocommerce a.button.focus,
.woocommerce a.button.alt.focus,
.woocommerce a.button.wc-forward.focus,
checkout-button.button.alt.wc-forward.focus,
.woocommerce a.button.add_to_cart_button:active.focus,
.woocommerce button.button.alt:active.focus,
.woocommerce button.button:active.focus,
.woocommerce a.button:active.focus,
.woocommerce a.button.alt:active.focus,
.woocommerce a.button.wc-forward:active.focus,
checkout-button.button.alt.wc-forward:active.focus,
.woocommerce a.button.add_to_cart_button.active.focus,
.woocommerce button.button.alt.active.focus,
.woocommerce button.button.active.focus,
.woocommerce a.button.active.focus,
.woocommerce a.button.alt.active.focus,
.woocommerce a.button.wc-forward.active.focus,
checkout-button.button.alt.wc-forward.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.woocommerce a.button.add_to_cart_button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button.wc-forward:hover,
checkout-button.button.alt.wc-forward:hover,
.woocommerce a.button.add_to_cart_button:focus,
.woocommerce button.button.alt:focus,
.woocommerce button.button:focus,
.woocommerce a.button:focus,
.woocommerce a.button.alt:focus,
.woocommerce a.button.wc-forward:focus,
checkout-button.button.alt.wc-forward:focus,
.woocommerce a.button.add_to_cart_button.focus,
.woocommerce button.button.alt.focus,
.woocommerce button.button.focus,
.woocommerce a.button.focus,
.woocommerce a.button.alt.focus,
.woocommerce a.button.wc-forward.focus,
checkout-button.button.alt.wc-forward.focus {
  color: #fff;
  text-decoration: none;
}
.woocommerce a.button.add_to_cart_button:active,
.woocommerce button.button.alt:active,
.woocommerce button.button:active,
.woocommerce a.button:active,
.woocommerce a.button.alt:active,
.woocommerce a.button.wc-forward:active,
checkout-button.button.alt.wc-forward:active,
.woocommerce a.button.add_to_cart_button.active,
.woocommerce button.button.alt.active,
.woocommerce button.button.active,
.woocommerce a.button.active,
.woocommerce a.button.alt.active,
.woocommerce a.button.wc-forward.active,
checkout-button.button.alt.wc-forward.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.woocommerce a.button.add_to_cart_button.disabled,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.disabled,
.woocommerce a.button.disabled,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.wc-forward.disabled,
checkout-button.button.alt.wc-forward.disabled,
.woocommerce a.button.add_to_cart_button[disabled],
.woocommerce button.button.alt[disabled],
.woocommerce button.button[disabled],
.woocommerce a.button[disabled],
.woocommerce a.button.alt[disabled],
.woocommerce a.button.wc-forward[disabled],
checkout-button.button.alt.wc-forward[disabled],
fieldset[disabled] .woocommerce a.button.add_to_cart_button,
fieldset[disabled] .woocommerce button.button.alt,
fieldset[disabled] .woocommerce button.button,
fieldset[disabled] .woocommerce a.button,
fieldset[disabled] .woocommerce a.button.alt,
fieldset[disabled] .woocommerce a.button.wc-forward,
fieldset[disabled] checkout-button.button.alt.wc-forward {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.woocommerce a.button.add_to_cart_button.disabled,
a.woocommerce button.button.alt.disabled,
a.woocommerce button.button.disabled,
a.woocommerce a.button.disabled,
a.woocommerce a.button.alt.disabled,
a.woocommerce a.button.wc-forward.disabled,
acheckout-button.button.alt.wc-forward.disabled,
fieldset[disabled] a.woocommerce a.button.add_to_cart_button,
fieldset[disabled] a.woocommerce button.button.alt,
fieldset[disabled] a.woocommerce button.button,
fieldset[disabled] a.woocommerce a.button,
fieldset[disabled] a.woocommerce a.button.alt,
fieldset[disabled] a.woocommerce a.button.wc-forward,
fieldset[disabled] acheckout-button.button.alt.wc-forward {
  pointer-events: none;
}
.woocommerce a.button.add_to_cart_button:active,
.woocommerce button.button.alt:active,
.woocommerce button.button:active,
.woocommerce a.button:active,
.woocommerce a.button.alt:active,
.woocommerce a.button.wc-forward:active,
checkout-button.button.alt.wc-forward:active,
.woocommerce a.button.add_to_cart_button.active,
.woocommerce button.button.alt.active,
.woocommerce button.button.active,
.woocommerce a.button.active,
.woocommerce a.button.alt.active,
.woocommerce a.button.wc-forward.active,
checkout-button.button.alt.wc-forward.active,
.woocommerce a.button.add_to_cart_button:focus,
.woocommerce button.button.alt:focus,
.woocommerce button.button:focus,
.woocommerce a.button:focus,
.woocommerce a.button.alt:focus,
.woocommerce a.button.wc-forward:focus,
checkout-button.button.alt.wc-forward:focus,
.woocommerce a.button.add_to_cart_button.focus,
.woocommerce button.button.alt.focus,
.woocommerce button.button.focus,
.woocommerce a.button.focus,
.woocommerce a.button.alt.focus,
.woocommerce a.button.wc-forward.focus,
checkout-button.button.alt.wc-forward.focus,
.woocommerce a.button.add_to_cart_button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button.wc-forward:hover,
checkout-button.button.alt.wc-forward:hover,
.woocommerce a.button.add_to_cart_button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button.wc-forward:hover,
checkout-button.button.alt.wc-forward:hover {
  color: #f5a801;
  background: rgba(245, 168, 1, 0);
  border-color: #f5a801;
}
.open > .dropdown-toggle.woocommerce a.button.add_to_cart_button,
.open > .dropdown-toggle.woocommerce button.button.alt,
.open > .dropdown-toggle.woocommerce button.button,
.open > .dropdown-toggle.woocommerce a.button,
.open > .dropdown-toggle.woocommerce a.button.alt,
.open > .dropdown-toggle.woocommerce a.button.wc-forward,
.open > .dropdown-togglecheckout-button.button.alt.wc-forward {
  color: #f5a801;
  background-color: #c28501;
  border-color: #b87e01;
}
.open > .dropdown-toggle.woocommerce a.button.add_to_cart_button:hover,
.open > .dropdown-toggle.woocommerce button.button.alt:hover,
.open > .dropdown-toggle.woocommerce button.button:hover,
.open > .dropdown-toggle.woocommerce a.button:hover,
.open > .dropdown-toggle.woocommerce a.button.alt:hover,
.open > .dropdown-toggle.woocommerce a.button.wc-forward:hover,
.open > .dropdown-togglecheckout-button.button.alt.wc-forward:hover,
.open > .dropdown-toggle.woocommerce a.button.add_to_cart_button:focus,
.open > .dropdown-toggle.woocommerce button.button.alt:focus,
.open > .dropdown-toggle.woocommerce button.button:focus,
.open > .dropdown-toggle.woocommerce a.button:focus,
.open > .dropdown-toggle.woocommerce a.button.alt:focus,
.open > .dropdown-toggle.woocommerce a.button.wc-forward:focus,
.open > .dropdown-togglecheckout-button.button.alt.wc-forward:focus,
.open > .dropdown-toggle.woocommerce a.button.add_to_cart_button.focus,
.open > .dropdown-toggle.woocommerce button.button.alt.focus,
.open > .dropdown-toggle.woocommerce button.button.focus,
.open > .dropdown-toggle.woocommerce a.button.focus,
.open > .dropdown-toggle.woocommerce a.button.alt.focus,
.open > .dropdown-toggle.woocommerce a.button.wc-forward.focus,
.open > .dropdown-togglecheckout-button.button.alt.wc-forward.focus {
  color: #f5a801;
  background-color: #9f6d01;
  border-color: #765100;
}
.woocommerce a.button.add_to_cart_button:active,
.woocommerce button.button.alt:active,
.woocommerce button.button:active,
.woocommerce a.button:active,
.woocommerce a.button.alt:active,
.woocommerce a.button.wc-forward:active,
checkout-button.button.alt.wc-forward:active,
.woocommerce a.button.add_to_cart_button.active,
.woocommerce button.button.alt.active,
.woocommerce button.button.active,
.woocommerce a.button.active,
.woocommerce a.button.alt.active,
.woocommerce a.button.wc-forward.active,
checkout-button.button.alt.wc-forward.active,
.open > .dropdown-toggle.woocommerce a.button.add_to_cart_button,
.open > .dropdown-toggle.woocommerce button.button.alt,
.open > .dropdown-toggle.woocommerce button.button,
.open > .dropdown-toggle.woocommerce a.button,
.open > .dropdown-toggle.woocommerce a.button.alt,
.open > .dropdown-toggle.woocommerce a.button.wc-forward,
.open > .dropdown-togglecheckout-button.button.alt.wc-forward {
  background-image: none;
}
.woocommerce a.button.add_to_cart_button.disabled,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.disabled,
.woocommerce a.button.disabled,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.wc-forward.disabled,
checkout-button.button.alt.wc-forward.disabled,
.woocommerce a.button.add_to_cart_button[disabled],
.woocommerce button.button.alt[disabled],
.woocommerce button.button[disabled],
.woocommerce a.button[disabled],
.woocommerce a.button.alt[disabled],
.woocommerce a.button.wc-forward[disabled],
checkout-button.button.alt.wc-forward[disabled],
fieldset[disabled] .woocommerce a.button.add_to_cart_button,
fieldset[disabled] .woocommerce button.button.alt,
fieldset[disabled] .woocommerce button.button,
fieldset[disabled] .woocommerce a.button,
fieldset[disabled] .woocommerce a.button.alt,
fieldset[disabled] .woocommerce a.button.wc-forward,
fieldset[disabled] checkout-button.button.alt.wc-forward,
.woocommerce a.button.add_to_cart_button.disabled:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.wc-forward.disabled:hover,
checkout-button.button.alt.wc-forward.disabled:hover,
.woocommerce a.button.add_to_cart_button[disabled]:hover,
.woocommerce button.button.alt[disabled]:hover,
.woocommerce button.button[disabled]:hover,
.woocommerce a.button[disabled]:hover,
.woocommerce a.button.alt[disabled]:hover,
.woocommerce a.button.wc-forward[disabled]:hover,
checkout-button.button.alt.wc-forward[disabled]:hover,
fieldset[disabled] .woocommerce a.button.add_to_cart_button:hover,
fieldset[disabled] .woocommerce button.button.alt:hover,
fieldset[disabled] .woocommerce button.button:hover,
fieldset[disabled] .woocommerce a.button:hover,
fieldset[disabled] .woocommerce a.button.alt:hover,
fieldset[disabled] .woocommerce a.button.wc-forward:hover,
fieldset[disabled] checkout-button.button.alt.wc-forward:hover,
.woocommerce a.button.add_to_cart_button.disabled:focus,
.woocommerce button.button.alt.disabled:focus,
.woocommerce button.button.disabled:focus,
.woocommerce a.button.disabled:focus,
.woocommerce a.button.alt.disabled:focus,
.woocommerce a.button.wc-forward.disabled:focus,
checkout-button.button.alt.wc-forward.disabled:focus,
.woocommerce a.button.add_to_cart_button[disabled]:focus,
.woocommerce button.button.alt[disabled]:focus,
.woocommerce button.button[disabled]:focus,
.woocommerce a.button[disabled]:focus,
.woocommerce a.button.alt[disabled]:focus,
.woocommerce a.button.wc-forward[disabled]:focus,
checkout-button.button.alt.wc-forward[disabled]:focus,
fieldset[disabled] .woocommerce a.button.add_to_cart_button:focus,
fieldset[disabled] .woocommerce button.button.alt:focus,
fieldset[disabled] .woocommerce button.button:focus,
fieldset[disabled] .woocommerce a.button:focus,
fieldset[disabled] .woocommerce a.button.alt:focus,
fieldset[disabled] .woocommerce a.button.wc-forward:focus,
fieldset[disabled] checkout-button.button.alt.wc-forward:focus,
.woocommerce a.button.add_to_cart_button.disabled.focus,
.woocommerce button.button.alt.disabled.focus,
.woocommerce button.button.disabled.focus,
.woocommerce a.button.disabled.focus,
.woocommerce a.button.alt.disabled.focus,
.woocommerce a.button.wc-forward.disabled.focus,
checkout-button.button.alt.wc-forward.disabled.focus,
.woocommerce a.button.add_to_cart_button[disabled].focus,
.woocommerce button.button.alt[disabled].focus,
.woocommerce button.button[disabled].focus,
.woocommerce a.button[disabled].focus,
.woocommerce a.button.alt[disabled].focus,
.woocommerce a.button.wc-forward[disabled].focus,
checkout-button.button.alt.wc-forward[disabled].focus,
fieldset[disabled] .woocommerce a.button.add_to_cart_button.focus,
fieldset[disabled] .woocommerce button.button.alt.focus,
fieldset[disabled] .woocommerce button.button.focus,
fieldset[disabled] .woocommerce a.button.focus,
fieldset[disabled] .woocommerce a.button.alt.focus,
fieldset[disabled] .woocommerce a.button.wc-forward.focus,
fieldset[disabled] checkout-button.button.alt.wc-forward.focus,
.woocommerce a.button.add_to_cart_button.disabled:active,
.woocommerce button.button.alt.disabled:active,
.woocommerce button.button.disabled:active,
.woocommerce a.button.disabled:active,
.woocommerce a.button.alt.disabled:active,
.woocommerce a.button.wc-forward.disabled:active,
checkout-button.button.alt.wc-forward.disabled:active,
.woocommerce a.button.add_to_cart_button[disabled]:active,
.woocommerce button.button.alt[disabled]:active,
.woocommerce button.button[disabled]:active,
.woocommerce a.button[disabled]:active,
.woocommerce a.button.alt[disabled]:active,
.woocommerce a.button.wc-forward[disabled]:active,
checkout-button.button.alt.wc-forward[disabled]:active,
fieldset[disabled] .woocommerce a.button.add_to_cart_button:active,
fieldset[disabled] .woocommerce button.button.alt:active,
fieldset[disabled] .woocommerce button.button:active,
fieldset[disabled] .woocommerce a.button:active,
fieldset[disabled] .woocommerce a.button.alt:active,
fieldset[disabled] .woocommerce a.button.wc-forward:active,
fieldset[disabled] checkout-button.button.alt.wc-forward:active,
.woocommerce a.button.add_to_cart_button.disabled.active,
.woocommerce button.button.alt.disabled.active,
.woocommerce button.button.disabled.active,
.woocommerce a.button.disabled.active,
.woocommerce a.button.alt.disabled.active,
.woocommerce a.button.wc-forward.disabled.active,
checkout-button.button.alt.wc-forward.disabled.active,
.woocommerce a.button.add_to_cart_button[disabled].active,
.woocommerce button.button.alt[disabled].active,
.woocommerce button.button[disabled].active,
.woocommerce a.button[disabled].active,
.woocommerce a.button.alt[disabled].active,
.woocommerce a.button.wc-forward[disabled].active,
checkout-button.button.alt.wc-forward[disabled].active,
fieldset[disabled] .woocommerce a.button.add_to_cart_button.active,
fieldset[disabled] .woocommerce button.button.alt.active,
fieldset[disabled] .woocommerce button.button.active,
fieldset[disabled] .woocommerce a.button.active,
fieldset[disabled] .woocommerce a.button.alt.active,
fieldset[disabled] .woocommerce a.button.wc-forward.active,
fieldset[disabled] checkout-button.button.alt.wc-forward.active {
  background-color: #f5a801;
  border-color: #f5a801;
}
.woocommerce a.button.add_to_cart_button .badge,
.woocommerce button.button.alt .badge,
.woocommerce button.button .badge,
.woocommerce a.button .badge,
.woocommerce a.button.alt .badge,
.woocommerce a.button.wc-forward .badge,
checkout-button.button.alt.wc-forward .badge {
  color: #f5a801;
  background-color: #262828;
}
section#main.woo-main {
  padding-top: 0px;
}
.woocommerce-notices-wrapper + .breadcrumb-container {
  margin-top: 31px;
}
.woocommerce-notices-wrapper:empty + .breadcrumb-container {
  margin-top: 0;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  margin-bottom: 0px;
}
.single #sidebar-container section.woo-main > .container.breadcrumb-container {
  padding-bottom: 31px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  margin-bottom: 31px;
  width: 100%;
  background: #E0E1E3;
}
.woocommerce-error {
  border-top: 0.5em solid #f5a801;
}
.woocommerce-error:before {
  color: #f5a801;
}
.woocommerce-message {
  border-top: 0.5em solid #262828;
}
.woocommerce-message:before {
  color: #262828;
}
.woocommerce-info {
  border-top: 0.5em solid #1fad9d;
}
.woocommerce-info:before {
  color: #1fad9d;
}
.woocommerce .filter-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 0.5em;
}
@media (max-width: 991px) {
  .woocommerce .filter-container {
    width: 100%;
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 1px solid;
  }
}
.woocommerce .filter-container p.woocommerce-result-count {
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
  margin: 0 1em 0 0;
  width: auto;
  color: #424B54;
}
.woocommerce .filter-container form.woocommerce-ordering {
  width: auto;
  display: inline-block;
  margin-bottom: 0;
}
.page-template-page-landing div.product-row {
  justify-content: center;
}
.woocommerce #live-area section.woo-main div.product .woocommerce-tabs {
  width: 100%;
}
.woocommerce #live-area section.woo-main div.product .woocommerce-tabs .panel {
  margin-bottom: 31px;
  width: 100%;
  background: #fff;
  padding: 31px;
}
.woocommerce #live-area section.woo-main div.product .woocommerce-tabs ul.tabs.wc-tabs {
  margin-bottom: 0;
}
.woocommerce #live-area section.woo-main div.product ul.tabs li {
  border-radius: 0px;
  background: #E0E1E3;
}
.woocommerce #live-area section.woo-main div.product ul.tabs li.active {
  background: #fff;
}
.woocommerce section.woo-main div.login-notification {
  padding: 15.5px;
  margin-top: 15.5px;
  color: #262828;
}
.woocommerce section.woo-main div.login-notification strong {
  margin-right: 1em;
}
#live-area .woocommerce-products-header .header-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
#live-area .woocommerce-products-header .title-column {
  order: 1;
  display: flex;
  align-items: center;
}
#live-area .woocommerce-products-header .title-column .text-object {
  border-bottom: 1px solid;
  width: 100%;
}
#live-area .woocommerce .woocommerce-cart-form {
  background: #fff;
}
#live-area .woocommerce .shop_table {
  background: #fff;
}
#live-area .woocommerce .woocommerce-checkout.checkout {
  padding: 31px;
  background: #fff;
}
section div.image-card-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
}
section div.image-card-container div.link-card {
  width: 25%;
  width: calc(25% - (62px * 0.5));
  margin: 15.5px;
  background-size: cover !important;
  background-position: center center !important;
}
@media (max-width: 992px) {
  section div.image-card-container div.link-card {
    width: calc(50% - (62px * 0.5));
    margin: 15.5px;
  }
}
@media (max-width: 768px) {
  section div.image-card-container div.link-card {
    width: calc(100% - (62px * 0.5));
    margin: 15.5px;
  }
}
section div.image-card-container div.link-card a {
  background: rgba(38, 40, 40, 0.4);
  transition: background 0.125s;
  width: 100%;
  height: 100%;
  padding-bottom: 150%;
  position: relative;
  text-align: center;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
section div.image-card-container div.link-card a:hover {
  background: rgba(108, 188, 95, 0.6);
}
section div.image-card-container div.link-card a div.card-content {
  position: absolute;
  width: 100%;
  padding: 62px 31px;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
@media (min-width: 992px) and (max-width: 1200px) {
  section div.image-card-container div.link-card a div.card-content h3 {
    font-size: 1.25em;
  }
}
@media (max-width: 768px) {
}
#live-area div.acredditors-cat,
#content div.acredditors-cat {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#live-area div.acredditors-cat .accreditor-cat,
#content div.acredditors-cat .accreditor-cat {
  width: 180px;
  padding: 20px;
  position: relative;
}
#live-area div.acredditors-cat .accreditor-cat img,
#content div.acredditors-cat .accreditor-cat img {
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: contain;
  margin-right: 10px;
}
.woocommerce nav.woocommerce-pagination ul {
  margin-bottom: 31px;
  margin-top: 31px;
  font-size: 1.05em;
  display: inline-flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.woocommerce nav.woocommerce-pagination ul .page-numbers.current {
  border: 0px solid transparent;
}
.woocommerce nav.woocommerce-pagination ul li {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
#sidebar-woo {
  margin-bottom: 31px;
}
@media (min-width: 768px) {
}
#sidebar-woo .woo-sidebar-widget {
  width: 100%;
  margin-bottom: 1em;
}
#sidebar-woo .woo-sidebar-widget > p {
  width: 100%;
  margin: 0 0 0 0;
}
#sidebar-woo .woo-sidebar-widget .facetwp-facet {
  font-size: 0.8em;
  line-height: 1.125em;
  margin-bottom: 0.25em;
}
#sidebar-woo .woo-sidebar-widget .facetwp-facet .facetwp-counter {
  font-size: 0.75em;
}
#sidebar-woo .woo-sidebar-widget .facetwp-facet.checked {
  font-weight: 700;
}
.facetwp-toggle {
  margin-top: 0.5em;
  color: #f5a801;
  display: inline-block;
}
.facetwp-toggle:hover {
  text-decoration: underline;
  color: #f5a801;
}
.facetwp-toggle:after {
  content: '...';
}
.facetwp-checkbox {
  background: transparent !important;
}
.facetwp-checkbox:before {
  content: '\f10c';
  font-family: FontAwesome;
  color: #262828;
  margin-left: -20px;
  display: block;
  width: 16px;
  font-size: 16px;
  float: left;
}
.facetwp-checkbox.checked:before {
  content: '\f111';
}
span.widget-title {
  font-size: 1em;
  font-weight: 700;
  font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #262828;
  display: inline-block;
  width: 100%;
}
.sidebar-container-single .widget_nav_menu ul,
#sidebar-woo .widget_nav_menu ul {
  font-size: 0.8em;
  line-height: 1.125em;
  padding-left: 0px;
  list-style: none;
}
.sidebar-container-single .widget_nav_menu ul li,
#sidebar-woo .widget_nav_menu ul li {
  padding-left: 5px;
  margin-bottom: 4px;
}
.sidebar-container-single .widget_nav_menu ul li a,
#sidebar-woo .widget_nav_menu ul li a {
  text-decoration: underline;
}
.sidebar-container-single .widget_nav_menu ul li:before,
#sidebar-woo .widget_nav_menu ul li:before {
  font-family: FontAwesome;
  color: #262828;
  margin-left: -20px;
  display: block;
  width: 16px;
  font-size: 16px;
  float: left;
  display: none;
}
.sidebar-container-single .widget_nav_menu ul li.current-menu-item:before,
#sidebar-woo .widget_nav_menu ul li.current-menu-item:before {
  display: none;
  content: '\f111';
}
.sidebar-container-single .widget_nav_menu ul li > ul,
#sidebar-woo .widget_nav_menu ul li > ul {
  padding-left: 0.5em;
}
@media (min-width: 991px) {
  #sidebar-woo .facetwp-flyout-open {
    display: none;
  }
}
@media (max-width: 991px) {
  #sidebar-woo .sidebar-content {
    display: none;
  }
}
.facetwp-flyout .facetwp-flyout-wrap .facetwp-flyout-content {
  font-size: 16px;
}
.facetwp-flyout .facetwp-flyout-wrap .facetwp-flyout-content h3 {
  margin-bottom: 0.25em;
  font-size: 1.125em;
}
.facetwp-flyout .facetwp-flyout-wrap .facetwp-flyout-content .facetwp-checkbox {
  line-height: 1.5;
  margin-bottom: 1px;
}
.facetwp-flyout .facetwp-flyout-wrap .facetwp-flyout-content .facetwp-facet {
  margin-bottom: 31px;
}
.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
  width: clamp(80px, 100%, 120px);
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background: #fff;
}
.woocommerce table.shop_table td.product-name a {
  color: #262828;
}
.woocommerce table.shop_table td div.warnings {
  width: 100%;
  padding-top: 0.25em;
  margin-top: 0.25em;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.125em;
}
.woocommerce table.shop_table td span.alert {
  padding: 0.25em 0.375em;
  margin: 0 0 0 0;
  clear: both;
  display: inline-block;
  font-size: 0.75em;
  line-height: 1.125em;
}
.product-single-details {
  max-width: 100%;
}
#live-area .woo-main .product-single-details div.title-area {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #262828;
}
#live-area .woo-main .product-single-details div.title-area h1 {
  margin-bottom: 0.25em;
}
#live-area .woo-main .product-single-details div.title-area span.course-author {
  width: 100%;
  display: inline-block;
  padding-bottom: 1em;
}
#live-area .woo-main .product-single-details .row.product-overview-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#live-area .woo-main .product-single-details .row.product-overview-row:before,
#live-area .woo-main .product-single-details .row.product-overview-row:after {
  display: none !important;
}
#live-area .woo-main .product-single-details .course-image {
  width: 40%;
  margin-bottom: 31px;
  margin-top: 31px;
  display: flex;
  align-items: flex-start;
}
#live-area .woo-main .product-single-details .course-image div.single-image-wrap {
  width: clamp(280px, 100%, 360px);
  position: relative;
  container-type: inline-size;
  container-name: image-wrap;
}
@media (max-width: 768px) {
  #live-area .woo-main .product-single-details .course-image div.single-image-wrap {
    width: clamp(100px, 200px, 100%);
  }
}
#live-area .woo-main .product-single-details .course-image img {
  width: 100%;
}
#live-area .woo-main .product-single-details .course-overview {
  width: 60%;
  margin-top: 31px;
  margin-bottom: 31px;
}
@media (max-width: 768px) {
  #live-area .woo-main .product-single-details .course-overview {
    margin-top: 15.5px;
    margin-bottom: 15.5px;
  }
}
@media (max-width: 768px) {
  #live-area .woo-main .product-single-details .course-image,
  #live-area .woo-main .product-single-details .course-overview {
    width: 100%;
  }
}
#live-area .woo-main .product-single-details div.course-credit-hours,
#live-area .woo-main .product-single-details div.target-audience {
  width: 100%;
  display: inline-block;
}
#live-area .woo-main .product-single-details div.course-credit-hours a,
#live-area .woo-main .product-single-details div.target-audience a {
  font-size: 0.8em;
  color: #262828;
}
#live-area .woo-main .product-single-details span.label {
  font-weight: 700;
}
#live-area .woo-main .product-single-details .icon-elements {
  width: 100%;
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 1.25em;
}
#live-area .woo-main .product-single-details .buttons-area {
  width: 100%;
}
#live-area .woo-main .product-single-details .buttons-area form.cart {
  margin-bottom: 0px;
  margin-bottom: 0.5em;
}
#live-area .woo-main .product-single-details .buttons-area button.single_add_to_cart_button {
  width: 100%;
}
#live-area .woo-main .product-single-details .buttons-area a.btn {
  width: 100%;
}
#live-area .woo-main .product-single-details div.reviews {
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
}
#live-area .woo-main .product-single-details div.customer {
  width: 100%;
  display: flex;
  padding-bottom: 1em;
  padding-top: 1em;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.8em;
}
#live-area .woo-main .product-single-details div.customer div.image {
  border-radius: 100%;
  background: #f5a801;
  padding: 1em;
  width: 4em;
  height: 4em;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
}
#live-area .woo-main .product-single-details div.customer div.image i {
  font-size: 2em;
}
#live-area .woo-main .product-single-details div.customer div.customer-details {
  width: calc(100% - 6em);
  margin-left: 1.75em;
  display: inline-block;
}
#live-area .woo-main .product-single-details div.customer div.customer-details span.name {
  font-weight: 700;
  font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
  line-height: 1em;
}
#live-area .woo-main .product-single-details div.customer div.customer-details p:last-child {
  margin-bottom: 0;
}
#live-area .woo-main .product-single-details div.customer {
  border-top: 1px solid #424B54;
}
#live-area .woo-main .product-single-details div.customer:first-child {
  padding-top: 0;
  border-top: 0;
}
div.accordion-course {
  width: 100%;
  display: inline-block;
  margin-top: -1px;
  border-top: 2px solid #262828;
  border-bottom: 2px solid #262828;
}
div.accordion-course .accordion-header {
  padding-top: 1em;
  padding-bottom: 1em;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
div.accordion-course .accordion-header h2,
div.accordion-course .accordion-header h3 {
  font-size: 1.25em;
  margin: 0 0 0 0;
  margin-right: 1em;
  max-width: calc(100% - 3em);
}
@media (max-width: 768px) {
  div.accordion-course .accordion-header h2,
  div.accordion-course .accordion-header h3 {
    font-size: 1.125em;
  }
}
div.accordion-course .accordion-header span.accordion-control {
  width: 2em;
  height: auto;
  display: inline-block;
  text-align: center;
}
div.accordion-course .accordion-header span.accordion-control i {
  color: #262828;
  transition: transform rotate 0.125s;
}
div.accordion-course.active span.accordion-control i {
  transform: rotate(180deg);
}
div.accordion-course .accordion-content {
  height: 0;
  overflow: hidden;
  width: 100%;
  float: left;
  max-height: 0;
  transition: height 0.125s;
}
div.accordion-course .accordion-content .sub-element {
  margin-top: 1em;
  display: inline-block;
  font-size: 0.875em;
}
div.accordion-course .accordion-content .sub-element h3 {
  margin-bottom: 0.5em;
}
div.accordion-course .accordion-content .sub-element:first-child {
  margin-top: 0;
}
div.accordion-course .accordion-content .sub-element:last-child {
  margin-bottom: 2em;
}
div.accordion-course.active .accordion-content {
  display: inline-block;
  height: auto;
  max-height: 5000px;
}
#live-area div.ce-information-accordions {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 2px solid #262828;
}
#live-area div.ce-information-accordions div.accordions {
  padding-left: 1em;
  padding-right: 1em;
}
#live-area div.ce-information-accordions div.accordions div.accordion-course {
  border-bottom: 1px solid #262828;
  border-top: 1px solid #262828;
}
#live-area div.ce-information-accordions div.accordions div.accordion-course:first-child {
  border-top: 0px solid;
}
#live-area div.ce-information-accordions div.accordions div.accordion-course:last-child {
  border-bottom: 0px solid;
}
#live-area div.ce-information-accordions div.accordions div.accordion-course div.accordion-content {
  font-size: 0.75em;
  line-height: 1.5em;
}
#live-area div.ce-information-accordions div.accordions div.accordion-course .accred {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
}
#live-area div.ce-information-accordions div.accordions div.accordion-course .accred div.img-holder {
  position: relative;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  height: 150px;
}
#live-area div.ce-information-accordions div.accordions div.accordion-course .accred img {
  width: 100%;
  height: 100%;
  object-position: left center;
  object-fit: contain;
}
#customer-reviews {
  padding-top: 1em;
}
#live-area div.product-row,
#content div.product-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  z-index: 1;
  gap: 15.5px;
}
#live-area div.product-row div.product.product-grid-item,
#content div.product-row div.product.product-grid-item {
  z-index: 1;
  display: block;
  box-sizing: border-box;
  background: #fff;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  box-shadow: 0px 0px 15px 2px rgb(10 10 0 / 15%);
  transition: transform 0.25s;
  transform: scale(1);
}
#live-area div.product-row div.product.product-grid-item:hover,
#content div.product-row div.product.product-grid-item:hover {
  z-index: 3;
  transform: scale(1.1);
}
#live-area div.product-row div.product.product-grid-item .woocommerce-LoopProduct-link.woocommerce-loop-product__link,
#content div.product-row div.product.product-grid-item .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: inline-block;
  width: 100%;
}
#live-area div.product-row div.product.product-grid-item .woocommerce-LoopProduct-link.woocommerce-loop-product__link .category-image-wrap,
#content div.product-row div.product.product-grid-item .woocommerce-LoopProduct-link.woocommerce-loop-product__link .category-image-wrap {
  display: inline-block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #E0E1E3;
  container-type: inline-size;
  container-name: image-wrap;
}
#live-area div.product-row div.product.product-grid-item .woocommerce-LoopProduct-link.woocommerce-loop-product__link .category-image-wrap img,
#content div.product-row div.product.product-grid-item .woocommerce-LoopProduct-link.woocommerce-loop-product__link .category-image-wrap img {
  width: 100%;
  object-fit: contain;
}
#live-area div.product-row div.product.product-grid-item .woocommerce-LoopProduct-link.woocommerce-loop-product__link .category-content-wrap,
#content div.product-row div.product.product-grid-item .woocommerce-LoopProduct-link.woocommerce-loop-product__link .category-content-wrap {
  padding: 0.25em 0.5em 0 0.5em;
}
#live-area div.product-row div.product.product-grid-item .woocommerce-LoopProduct-link.woocommerce-loop-product__link .category-extra-content-wrap,
#content div.product-row div.product.product-grid-item .woocommerce-LoopProduct-link.woocommerce-loop-product__link .category-extra-content-wrap {
  padding: 0.125em 0.5em 1em 0.5em;
}
#live-area div.product-row div.product.product-grid-item a.button,
#content div.product-row div.product.product-grid-item a.button {
  margin-top: 0px;
  width: 100%;
}
#live-area div.product-row div.product.product-grid-item h2.woocommerce-loop-product__title,
#content div.product-row div.product.product-grid-item h2.woocommerce-loop-product__title {
  color: #262828;
  font-size: 0.875em;
  line-height: 1em;
  font-weight: 700;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 0;
}
#live-area div.product-row div.product.product-grid-item span.price,
#content div.product-row div.product.product-grid-item span.price {
  width: 100%;
  display: inline-block;
  font-size: 0.875em;
  font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1em;
}
#live-area div.product-row div.product.product-grid-item span.price span.amount,
#content div.product-row div.product.product-grid-item span.price span.amount {
  font-size: 0.875em;
  color: #6cbc5f;
}
#live-area div.product-row div.product.product-grid-item .course-overview-loop,
#content div.product-row div.product.product-grid-item .course-overview-loop {
  width: 100%;
  display: inline-block;
}
#live-area div.product-row div.product.product-grid-item .course-overview-loop div.course-authors-loop,
#content div.product-row div.product.product-grid-item .course-overview-loop div.course-authors-loop,
#live-area div.product-row div.product.product-grid-item .course-overview-loop div.course-credit-hours,
#content div.product-row div.product.product-grid-item .course-overview-loop div.course-credit-hours {
  width: 100%;
  display: inline-block;
  font-size: 0.875em;
  color: #262828;
}
#live-area div.product-row div.product.product-grid-item .course-overview-loop div.course-authors-loop span.label,
#content div.product-row div.product.product-grid-item .course-overview-loop div.course-authors-loop span.label,
#live-area div.product-row div.product.product-grid-item .course-overview-loop div.course-credit-hours span.label,
#content div.product-row div.product.product-grid-item .course-overview-loop div.course-credit-hours span.label {
  font-weight: 700;
}
#live-area div.product-row div.product.product-grid-item .course-overview-loop div.course-authors-loop,
#content div.product-row div.product.product-grid-item .course-overview-loop div.course-authors-loop {
  margin-bottom: 0.25em;
}
#live-area div.product-row div.product.product-grid-item .course-overview-loop span.price,
#content div.product-row div.product.product-grid-item .course-overview-loop span.price {
  margin-bottom: 0.125em;
}
#live-area .icon-elements,
#content .icon-elements {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  z-index: 1;
}
#live-area .icon-elements div.learning-level,
#content .icon-elements div.learning-level,
#live-area .icon-elements div.course-type,
#content .icon-elements div.course-type {
  margin-right: 0.5em;
  width: 2em;
  height: 2em;
  position: relative;
}
#live-area .icon-elements div.learning-level img,
#content .icon-elements div.learning-level img,
#live-area .icon-elements div.course-type img,
#content .icon-elements div.course-type img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
#live-area .icon-elements div.learning-level:hover span.tooltip-item,
#content .icon-elements div.learning-level:hover span.tooltip-item,
#live-area .icon-elements div.course-type:hover span.tooltip-item,
#content .icon-elements div.course-type:hover span.tooltip-item,
#live-area .icon-elements div.learning-level:focus-within span.tooltip-item,
#content .icon-elements div.learning-level:focus-within span.tooltip-item,
#live-area .icon-elements div.course-type:focus-within span.tooltip-item,
#content .icon-elements div.course-type:focus-within span.tooltip-item {
  display: block;
}
#live-area .icon-elements div.learning-level span.tooltip-item,
#content .icon-elements div.learning-level span.tooltip-item,
#live-area .icon-elements div.course-type span.tooltip-item,
#content .icon-elements div.course-type span.tooltip-item {
  position: absolute;
  font-size: 0.7em;
  left: 50%;
  top: 0;
  width: auto;
  padding: 0.5em 0.5em 0.5em;
  display: none;
  line-height: 1;
  transform: translateX(-50%) translateY(-100%);
  background: #262828;
  border-radius: 0.25em;
  color: #fff;
  z-index: 1;
}
#live-area .icon-elements div.learning-level span.tooltip-item:after,
#content .icon-elements div.learning-level span.tooltip-item:after,
#live-area .icon-elements div.course-type span.tooltip-item:after,
#content .icon-elements div.course-type span.tooltip-item:after {
  content: '';
  background: #262828;
  z-index: -1;
  width: 1em;
  height: 1em;
  transform: rotate(45deg);
  left: calc(50% - 0.5em);
  top: calc(100% - 0.5em);
  position: absolute;
}
div.product-row div.product.product-grid-item {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 768px) {
  div.product-row div.product.product-grid-item {
    font-size: 0.875em;
    width: 45%;
    width: calc(50% - 15.5px);
  }
}
@media (min-width: 768px) {
  div.product-row div.product.product-grid-item {
    width: calc(100% / 2 - 15.5px);
  }
}
@media (min-width: 992px) {
  div.product-row div.product.product-grid-item {
    width: calc(100% / 3 - 15.5px);
  }
}
@media (min-width: 1200px) {
  div.product-row div.product.product-grid-item {
    width: calc(100% / 4 - 15.5px);
  }
}
@media (max-width: 991px) {
  .woo-main .sidebar-container-single {
    display: none;
  }
}
span.sale-container {
  position: absolute;
  display: block;
  height: auto;
  top: 50%;
  font-size: 12cqw;
  padding: 0.5em 1em;
  width: 110cqw;
  margin-left: -5cqw;
  margin-top: -5cqw;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.75);
  transform: rotate(-13deg) skew(-13deg);
  text-align: center;
  background: #EB4511;
  color: #fff;
  line-height: 1em;
}
span.sale-container .sale-type {
  font-style: italic;
  line-height: 1;
  font-size: 0.5em;
  width: 100%;
  text-align: center;
}
span.sale-container .sale-type,
span.sale-container .sale-value {
  transform: skew(13deg);
}
span.sale-container .sale-value {
  text-align: center;
  width: 100%;
  font-weight: 800;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #1fad9d;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price del,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price del {
  color: #262828;
}
#live-area .wdm-col-3-2-1.hentry {
  width: 25%;
  height: auto;
  min-width: none;
  max-width: none;
  max-height: none;
  min-height: none;
}
#live-area .wdm-course-grid {
  min-width: none;
  max-width: none;
  max-height: none;
  min-height: none;
  height: auto;
  width: 100%;
}
#live-area .wdm-course-image img:hover {
  transform: scale(1, 1) translateZ(0);
}
#live-area .hentry .wdm-course-grid > a.wdm-course-thumbnail {
  height: auto;
  min-width: none;
  max-width: none;
  max-height: none;
  min-height: none;
}
#live-area .wdm-course-grid {
  width: 100%;
  display: inline-block;
  height: auto;
}
#live-area .eb_my_course_article .wdm-course-image {
  width: 100%;
  height: auto;
  border-radius: 0 0 0 0;
}
#live-area .eb-course-card-title.eb-course-title,
#live-area .eb-course-card-title {
  color: #262828;
  font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1em;
  height: auto;
}
#live-area .eb-course-action-btn-suspended,
#live-area .eb-course-action-btn-start,
#live-area .eb-course-action-btn-resume,
#live-area .eb-course-action-btn-completed {
  width: 100%;
  position: relative;
  margin-bottom: 31px;
  display: inline-block;
  margin: 0 0 0 0;
  font-weight: 600;
  font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 0.5em 1em;
  font-size: 1em;
  line-height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #262828;
  background-color: #f5a801;
  border: 2px solid rgba(245, 168, 1, 0);
  transition: background 0.125s, border 0.125s;
  border-radius: 0em;
  margin-top: 1em;
}
#live-area .eb-course-action-btn-suspended i,
#live-area .eb-course-action-btn-start i,
#live-area .eb-course-action-btn-resume i,
#live-area .eb-course-action-btn-completed i,
#live-area .eb-course-action-btn-suspended span.b-icon,
#live-area .eb-course-action-btn-start span.b-icon,
#live-area .eb-course-action-btn-resume span.b-icon,
#live-area .eb-course-action-btn-completed span.b-icon {
  color: inherit;
}
#live-area .eb-course-action-btn-suspended:last-child,
#live-area .eb-course-action-btn-start:last-child,
#live-area .eb-course-action-btn-resume:last-child,
#live-area .eb-course-action-btn-completed:last-child {
  margin-bottom: 0;
}
#live-area .eb-course-action-btn-suspended:only-child,
#live-area .eb-course-action-btn-start:only-child,
#live-area .eb-course-action-btn-resume:only-child,
#live-area .eb-course-action-btn-completed:only-child {
  margin-bottom: 0;
}
#live-area .eb-course-action-btn-suspended span,
#live-area .eb-course-action-btn-start span,
#live-area .eb-course-action-btn-resume span,
#live-area .eb-course-action-btn-completed span {
  vertical-align: baseline;
  display: inline-block;
}
#live-area .eb-course-action-btn-suspended:focus,
#live-area .eb-course-action-btn-start:focus,
#live-area .eb-course-action-btn-resume:focus,
#live-area .eb-course-action-btn-completed:focus,
#live-area .eb-course-action-btn-suspended:active:focus,
#live-area .eb-course-action-btn-start:active:focus,
#live-area .eb-course-action-btn-resume:active:focus,
#live-area .eb-course-action-btn-completed:active:focus,
#live-area .eb-course-action-btn-suspended.active:focus,
#live-area .eb-course-action-btn-start.active:focus,
#live-area .eb-course-action-btn-resume.active:focus,
#live-area .eb-course-action-btn-completed.active:focus,
#live-area .eb-course-action-btn-suspended.focus,
#live-area .eb-course-action-btn-start.focus,
#live-area .eb-course-action-btn-resume.focus,
#live-area .eb-course-action-btn-completed.focus,
#live-area .eb-course-action-btn-suspended:active.focus,
#live-area .eb-course-action-btn-start:active.focus,
#live-area .eb-course-action-btn-resume:active.focus,
#live-area .eb-course-action-btn-completed:active.focus,
#live-area .eb-course-action-btn-suspended.active.focus,
#live-area .eb-course-action-btn-start.active.focus,
#live-area .eb-course-action-btn-resume.active.focus,
#live-area .eb-course-action-btn-completed.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#live-area .eb-course-action-btn-suspended:hover,
#live-area .eb-course-action-btn-start:hover,
#live-area .eb-course-action-btn-resume:hover,
#live-area .eb-course-action-btn-completed:hover,
#live-area .eb-course-action-btn-suspended:focus,
#live-area .eb-course-action-btn-start:focus,
#live-area .eb-course-action-btn-resume:focus,
#live-area .eb-course-action-btn-completed:focus,
#live-area .eb-course-action-btn-suspended.focus,
#live-area .eb-course-action-btn-start.focus,
#live-area .eb-course-action-btn-resume.focus,
#live-area .eb-course-action-btn-completed.focus {
  color: #fff;
  text-decoration: none;
}
#live-area .eb-course-action-btn-suspended:active,
#live-area .eb-course-action-btn-start:active,
#live-area .eb-course-action-btn-resume:active,
#live-area .eb-course-action-btn-completed:active,
#live-area .eb-course-action-btn-suspended.active,
#live-area .eb-course-action-btn-start.active,
#live-area .eb-course-action-btn-resume.active,
#live-area .eb-course-action-btn-completed.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#live-area .eb-course-action-btn-suspended.disabled,
#live-area .eb-course-action-btn-start.disabled,
#live-area .eb-course-action-btn-resume.disabled,
#live-area .eb-course-action-btn-completed.disabled,
#live-area .eb-course-action-btn-suspended[disabled],
#live-area .eb-course-action-btn-start[disabled],
#live-area .eb-course-action-btn-resume[disabled],
#live-area .eb-course-action-btn-completed[disabled],
fieldset[disabled] #live-area .eb-course-action-btn-suspended,
fieldset[disabled] #live-area .eb-course-action-btn-start,
fieldset[disabled] #live-area .eb-course-action-btn-resume,
fieldset[disabled] #live-area .eb-course-action-btn-completed {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a#live-area .eb-course-action-btn-suspended.disabled,
a#live-area .eb-course-action-btn-start.disabled,
a#live-area .eb-course-action-btn-resume.disabled,
a#live-area .eb-course-action-btn-completed.disabled,
fieldset[disabled] a#live-area .eb-course-action-btn-suspended,
fieldset[disabled] a#live-area .eb-course-action-btn-start,
fieldset[disabled] a#live-area .eb-course-action-btn-resume,
fieldset[disabled] a#live-area .eb-course-action-btn-completed {
  pointer-events: none;
}
#live-area .eb-course-action-btn-suspended:active,
#live-area .eb-course-action-btn-start:active,
#live-area .eb-course-action-btn-resume:active,
#live-area .eb-course-action-btn-completed:active,
#live-area .eb-course-action-btn-suspended.active,
#live-area .eb-course-action-btn-start.active,
#live-area .eb-course-action-btn-resume.active,
#live-area .eb-course-action-btn-completed.active,
#live-area .eb-course-action-btn-suspended:focus,
#live-area .eb-course-action-btn-start:focus,
#live-area .eb-course-action-btn-resume:focus,
#live-area .eb-course-action-btn-completed:focus,
#live-area .eb-course-action-btn-suspended.focus,
#live-area .eb-course-action-btn-start.focus,
#live-area .eb-course-action-btn-resume.focus,
#live-area .eb-course-action-btn-completed.focus,
#live-area .eb-course-action-btn-suspended:hover,
#live-area .eb-course-action-btn-start:hover,
#live-area .eb-course-action-btn-resume:hover,
#live-area .eb-course-action-btn-completed:hover,
#live-area .eb-course-action-btn-suspended:hover,
#live-area .eb-course-action-btn-start:hover,
#live-area .eb-course-action-btn-resume:hover,
#live-area .eb-course-action-btn-completed:hover {
  color: #f5a801;
  background: rgba(245, 168, 1, 0);
  border-color: #f5a801;
}
.open > .dropdown-toggle#live-area .eb-course-action-btn-suspended,
.open > .dropdown-toggle#live-area .eb-course-action-btn-start,
.open > .dropdown-toggle#live-area .eb-course-action-btn-resume,
.open > .dropdown-toggle#live-area .eb-course-action-btn-completed {
  color: #f5a801;
  background-color: #c28501;
  border-color: #b87e01;
}
.open > .dropdown-toggle#live-area .eb-course-action-btn-suspended:hover,
.open > .dropdown-toggle#live-area .eb-course-action-btn-start:hover,
.open > .dropdown-toggle#live-area .eb-course-action-btn-resume:hover,
.open > .dropdown-toggle#live-area .eb-course-action-btn-completed:hover,
.open > .dropdown-toggle#live-area .eb-course-action-btn-suspended:focus,
.open > .dropdown-toggle#live-area .eb-course-action-btn-start:focus,
.open > .dropdown-toggle#live-area .eb-course-action-btn-resume:focus,
.open > .dropdown-toggle#live-area .eb-course-action-btn-completed:focus,
.open > .dropdown-toggle#live-area .eb-course-action-btn-suspended.focus,
.open > .dropdown-toggle#live-area .eb-course-action-btn-start.focus,
.open > .dropdown-toggle#live-area .eb-course-action-btn-resume.focus,
.open > .dropdown-toggle#live-area .eb-course-action-btn-completed.focus {
  color: #f5a801;
  background-color: #9f6d01;
  border-color: #765100;
}
#live-area .eb-course-action-btn-suspended:active,
#live-area .eb-course-action-btn-start:active,
#live-area .eb-course-action-btn-resume:active,
#live-area .eb-course-action-btn-completed:active,
#live-area .eb-course-action-btn-suspended.active,
#live-area .eb-course-action-btn-start.active,
#live-area .eb-course-action-btn-resume.active,
#live-area .eb-course-action-btn-completed.active,
.open > .dropdown-toggle#live-area .eb-course-action-btn-suspended,
.open > .dropdown-toggle#live-area .eb-course-action-btn-start,
.open > .dropdown-toggle#live-area .eb-course-action-btn-resume,
.open > .dropdown-toggle#live-area .eb-course-action-btn-completed {
  background-image: none;
}
#live-area .eb-course-action-btn-suspended.disabled,
#live-area .eb-course-action-btn-start.disabled,
#live-area .eb-course-action-btn-resume.disabled,
#live-area .eb-course-action-btn-completed.disabled,
#live-area .eb-course-action-btn-suspended[disabled],
#live-area .eb-course-action-btn-start[disabled],
#live-area .eb-course-action-btn-resume[disabled],
#live-area .eb-course-action-btn-completed[disabled],
fieldset[disabled] #live-area .eb-course-action-btn-suspended,
fieldset[disabled] #live-area .eb-course-action-btn-start,
fieldset[disabled] #live-area .eb-course-action-btn-resume,
fieldset[disabled] #live-area .eb-course-action-btn-completed,
#live-area .eb-course-action-btn-suspended.disabled:hover,
#live-area .eb-course-action-btn-start.disabled:hover,
#live-area .eb-course-action-btn-resume.disabled:hover,
#live-area .eb-course-action-btn-completed.disabled:hover,
#live-area .eb-course-action-btn-suspended[disabled]:hover,
#live-area .eb-course-action-btn-start[disabled]:hover,
#live-area .eb-course-action-btn-resume[disabled]:hover,
#live-area .eb-course-action-btn-completed[disabled]:hover,
fieldset[disabled] #live-area .eb-course-action-btn-suspended:hover,
fieldset[disabled] #live-area .eb-course-action-btn-start:hover,
fieldset[disabled] #live-area .eb-course-action-btn-resume:hover,
fieldset[disabled] #live-area .eb-course-action-btn-completed:hover,
#live-area .eb-course-action-btn-suspended.disabled:focus,
#live-area .eb-course-action-btn-start.disabled:focus,
#live-area .eb-course-action-btn-resume.disabled:focus,
#live-area .eb-course-action-btn-completed.disabled:focus,
#live-area .eb-course-action-btn-suspended[disabled]:focus,
#live-area .eb-course-action-btn-start[disabled]:focus,
#live-area .eb-course-action-btn-resume[disabled]:focus,
#live-area .eb-course-action-btn-completed[disabled]:focus,
fieldset[disabled] #live-area .eb-course-action-btn-suspended:focus,
fieldset[disabled] #live-area .eb-course-action-btn-start:focus,
fieldset[disabled] #live-area .eb-course-action-btn-resume:focus,
fieldset[disabled] #live-area .eb-course-action-btn-completed:focus,
#live-area .eb-course-action-btn-suspended.disabled.focus,
#live-area .eb-course-action-btn-start.disabled.focus,
#live-area .eb-course-action-btn-resume.disabled.focus,
#live-area .eb-course-action-btn-completed.disabled.focus,
#live-area .eb-course-action-btn-suspended[disabled].focus,
#live-area .eb-course-action-btn-start[disabled].focus,
#live-area .eb-course-action-btn-resume[disabled].focus,
#live-area .eb-course-action-btn-completed[disabled].focus,
fieldset[disabled] #live-area .eb-course-action-btn-suspended.focus,
fieldset[disabled] #live-area .eb-course-action-btn-start.focus,
fieldset[disabled] #live-area .eb-course-action-btn-resume.focus,
fieldset[disabled] #live-area .eb-course-action-btn-completed.focus,
#live-area .eb-course-action-btn-suspended.disabled:active,
#live-area .eb-course-action-btn-start.disabled:active,
#live-area .eb-course-action-btn-resume.disabled:active,
#live-area .eb-course-action-btn-completed.disabled:active,
#live-area .eb-course-action-btn-suspended[disabled]:active,
#live-area .eb-course-action-btn-start[disabled]:active,
#live-area .eb-course-action-btn-resume[disabled]:active,
#live-area .eb-course-action-btn-completed[disabled]:active,
fieldset[disabled] #live-area .eb-course-action-btn-suspended:active,
fieldset[disabled] #live-area .eb-course-action-btn-start:active,
fieldset[disabled] #live-area .eb-course-action-btn-resume:active,
fieldset[disabled] #live-area .eb-course-action-btn-completed:active,
#live-area .eb-course-action-btn-suspended.disabled.active,
#live-area .eb-course-action-btn-start.disabled.active,
#live-area .eb-course-action-btn-resume.disabled.active,
#live-area .eb-course-action-btn-completed.disabled.active,
#live-area .eb-course-action-btn-suspended[disabled].active,
#live-area .eb-course-action-btn-start[disabled].active,
#live-area .eb-course-action-btn-resume[disabled].active,
#live-area .eb-course-action-btn-completed[disabled].active,
fieldset[disabled] #live-area .eb-course-action-btn-suspended.active,
fieldset[disabled] #live-area .eb-course-action-btn-start.active,
fieldset[disabled] #live-area .eb-course-action-btn-resume.active,
fieldset[disabled] #live-area .eb-course-action-btn-completed.active {
  background-color: #f5a801;
  border-color: #f5a801;
}
#live-area .eb-course-action-btn-suspended .badge,
#live-area .eb-course-action-btn-start .badge,
#live-area .eb-course-action-btn-resume .badge,
#live-area .eb-course-action-btn-completed .badge {
  color: #f5a801;
  background-color: #262828;
}
#live-area .eb-course-action-progress-cont {
  height: auto;
  width: 100%;
  display: inline-block;
  background: transparent;
  position: relative;
}
#live-area .eb-course-action-progress-cont:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #E0E1E3;
  height: 4px;
}
#live-area .wdm-caption {
  padding: 1em;
}
#live-area .eb-course-action-cont {
  height: auto;
  width: 100%;
  display: inline-block;
}
#live-area .eb-course-progres-wrap {
  padding-top: 1em;
  padding-bottom: 0;
}
#live-area .single-state-ce .single-state-content {
  display: inline-block;
  margin: auto auto;
  max-width: 55ex;
}
#live-area .single-state-ce .board-name {
  font-size: 1em;
  width: 100%;
  margin-bottom: 0.5em;
}
#live-area .single-state-ce .board-name a {
  color: inherit;
  text-decoration: underline;
}
#live-area .single-state-ce .state-ce-info {
  width: 100%;
  display: inline-block;
}
#live-area .single-state-ce .profession-item {
  width: 100%;
  display: inline-block;
  padding-top: 2em;
  margin-top: 2em;
  border-top: 1px solid;
}
#live-area .single-state-ce .profession-item .accred {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
}
#live-area .single-state-ce .profession-item .accred div.img-holder {
  position: relative;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  height: 150px;
}
#live-area .single-state-ce .profession-item .accred img {
  width: 100%;
  height: 100%;
  object-position: left center;
  object-fit: contain;
}
#live-area .single-state-ce .prof-spec {
  width: 100%;
  margin-top: 0.25em;
  display: inline-block;
}
#live-area .single-state-ce .prof-spec h3 {
  margin-top: 0px;
  font-weight: 700;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
#live-area .single-state-ce .prof-spec h3:after {
  content: ':';
  margin-left: 0.125em;
  margin-right: 0.125em;
  width: auto;
}
#live-area .single-state-ce .prof-spec p,
#live-area .single-state-ce .prof-spec h3 {
  width: auto;
  display: inline;
  float: left;
  font-size: 1em;
  line-height: 1.5em;
}
#live-area .single-state-ce .prof-spec p:empty,
#live-area .single-state-ce .prof-spec h3:empty {
  display: none;
}
#live-area .single-state-ce .prof-spec p:last-of-type,
#live-area .single-state-ce .prof-spec h3:last-of-type {
  margin-bottom: 0;
}
#live-area .single-state-ce .prof-spec.general_description p,
#live-area .single-state-ce .prof-spec.notes p {
  width: 100%;
}
div.state-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  padding-top: 2em;
  max-width: 100%;
  width: 100%;
}
.course-authors {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 200px));
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 3em;
  padding-top: 2em;
  max-width: 100%;
  width: 100%;
}
.course-authors a.course-author {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.course-authors a.course-author img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1.25;
  object-fit: cover;
  object-position: center top;
}
.course-authors a.course-author span {
  width: 100%;
  display: inline-block;
  color: #262828;
  margin-top: 1px solid #262828;
  padding-top: 0.5em;
}
.eb-update-profile input,
.eb-update-profile select,
.eb-update-profile textarea {
  font-size: 1rem;
  padding: 0.25em;
  margin: 0 0 0 0;
}
.eb-update-profile button {
  padding: 0.5em 1em;
}
.eb-update-profile .eb-profile-txt-field {
  padding: 0 0 0 0;
}
.eb-update-profile legend,
.eb-update-profile fieldset legend {
  width: 100%;
  text-transform: none;
  font-weight: 700;
  line-height: 1em;
  font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 1.125em;
  color: inherit;
  display: inline-block;
  border: 0;
  margin-bottom: 1em;
}
.eb-update-profile fieldset,
.eb-update-profile .eb-profile-row-block {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1em;
  font-size: 16px;
}
.eb-update-profile fieldset > *,
.eb-update-profile .eb-profile-row-block > * {
  flex-grow: 1;
  margin: 0 0 0 0;
}
.eb-update-profile fieldset *,
.eb-update-profile .eb-profile-row-block * {
  box-sizing: border-box;
}
.eb-update-profile fieldset label,
.eb-update-profile .eb-profile-row-block label {
  font-weight: 300;
}
.eb-update-profile fieldset + fieldset {
  margin-top: 1em;
}
.eb-update-profile fieldset.serialized-field-prof-liscense #fieldset {
  padding-left: 1em;
  border-left: 1px solid #262828;
}
.eb-update-profile fieldset.serialized-field-prof-liscense {
  margin-bottom: 2em;
}
.eb-update-profile .eb-profile-txt-field,
.eb-update-profile .eb-profile-row-block {
  width: 100%;
}
.eb-update-profile .eb-profile-txt-field.serialized-field-prof-liscense,
.eb-update-profile .woocommerce-form-row.serialized-field-prof-liscense {
  width: 100%;
  display: block;
  opacity: 0.25;
  display: none;
}
.eb-update-profile .cust_enable_asha:after {
  content: 'Provide your ASHA account number if you would like us to report your credits to the American Speech-Language-Hearing Association.';
  font-size: 0.75em;
  line-height: 1.5em;
  display: inline-block;
}
.eb-update-profile .eb-profile-txt-field.state,
.eb-update-profile .eb-profile-txt-field.zip {
  width: 300px;
}
.eb-update-profile .eb-profile-txt-field:has(#country),
.eb-update-profile .eb-profile-txt-field:has(#city) {
  width: 300px;
}
@media (min-width: 768px) {
  .eb-update-profile .eb-profile-txt-field.cust_enable_asha {
    width: calc(50% - 1em);
  }
  .eb-update-profile .eb-profile-txt-field.cust_asha_no {
    width: calc(50% - 1em);
  }
  .eb-update-profile .eb_city {
    width: 50%;
  }
  .eb-update-profile .eb_state {
    width: 50px;
  }
  .eb-update-profile .eb_zip {
    width: 120px;
  }
}
.profession_item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #f5a801;
}
.profession_item .input-item {
  box-sizing: border-box;
  padding-right: 0.25em;
  width: calc(33.3333% - 1em);
}
.profession_item .input-item.subprofession {
  display: none;
  width: 100%;
  margin-bottom: 1em;
}
.profession_item .input-item.subprofession label {
  margin-top: 0.5em;
}
.profession_item .input-item.subprofession p {
  margin-top: 0;
  font-size: 0.75em;
  margin-bottom: 0.25em;
}
.profession_item .input-item > input,
.profession_item .input-item > select {
  padding: 0.25em 0.5em;
  font-size: 1em;
  line-height: 1.25em;
  width: 100%;
}
.profession_item.visible-sub-profession .input-item.subprofession {
  display: block;
}
.profession_item button {
  align-self: flex-end;
  padding: 0.125em 0.25em;
  line-height: 1em;
}
.profession_item button.remove-profession {
  padding: 0.375em;
  color: #fff;
  background-color: #B02E0C;
  border: 2px solid rgba(176, 46, 12, 0);
  transition: background 0.125s, border 0.125s;
  border-radius: 0em;
}
.profession_item button.remove-profession:active,
.profession_item button.remove-profession.active,
.profession_item button.remove-profession:focus,
.profession_item button.remove-profession.focus,
.profession_item button.remove-profession:hover,
.profession_item button.remove-profession:hover {
  color: #B02E0C;
  background: rgba(176, 46, 12, 0);
  border-color: #B02E0C;
}
.open > .dropdown-toggle.profession_item button.remove-profession {
  color: #B02E0C;
  background-color: #802209;
  border-color: #771f08;
}
.open > .dropdown-toggle.profession_item button.remove-profession:hover,
.open > .dropdown-toggle.profession_item button.remove-profession:focus,
.open > .dropdown-toggle.profession_item button.remove-profession.focus {
  color: #B02E0C;
  background-color: #5f1906;
  border-color: #390f04;
}
.profession_item button.remove-profession:active,
.profession_item button.remove-profession.active,
.open > .dropdown-toggle.profession_item button.remove-profession {
  background-image: none;
}
.profession_item button.remove-profession.disabled,
.profession_item button.remove-profession[disabled],
fieldset[disabled] .profession_item button.remove-profession,
.profession_item button.remove-profession.disabled:hover,
.profession_item button.remove-profession[disabled]:hover,
fieldset[disabled] .profession_item button.remove-profession:hover,
.profession_item button.remove-profession.disabled:focus,
.profession_item button.remove-profession[disabled]:focus,
fieldset[disabled] .profession_item button.remove-profession:focus,
.profession_item button.remove-profession.disabled.focus,
.profession_item button.remove-profession[disabled].focus,
fieldset[disabled] .profession_item button.remove-profession.focus,
.profession_item button.remove-profession.disabled:active,
.profession_item button.remove-profession[disabled]:active,
fieldset[disabled] .profession_item button.remove-profession:active,
.profession_item button.remove-profession.disabled.active,
.profession_item button.remove-profession[disabled].active,
fieldset[disabled] .profession_item button.remove-profession.active {
  background-color: #B02E0C;
  border-color: #B02E0C;
}
.profession_item button.remove-profession .badge {
  color: #B02E0C;
  background-color: #fff;
}
#addProfession {
  padding: 0.25em 0.75em;
  color: #fff;
  background-color: #6cbc5f;
  border: 2px solid rgba(108, 188, 95, 0);
  transition: background 0.125s, border 0.125s;
  border-radius: 0em;
}
#addProfession:active,
#addProfession.active,
#addProfession:focus,
#addProfession.focus,
#addProfession:hover,
#addProfession:hover {
  color: #6cbc5f;
  background: rgba(108, 188, 95, 0);
  border-color: #6cbc5f;
}
.open > .dropdown-toggle#addProfession {
  color: #6cbc5f;
  background-color: #52a444;
  border-color: #4e9c41;
}
.open > .dropdown-toggle#addProfession:hover,
.open > .dropdown-toggle#addProfession:focus,
.open > .dropdown-toggle#addProfession.focus {
  color: #6cbc5f;
  background-color: #458a3a;
  border-color: #376e2e;
}
#addProfession:active,
#addProfession.active,
.open > .dropdown-toggle#addProfession {
  background-image: none;
}
#addProfession.disabled,
#addProfession[disabled],
fieldset[disabled] #addProfession,
#addProfession.disabled:hover,
#addProfession[disabled]:hover,
fieldset[disabled] #addProfession:hover,
#addProfession.disabled:focus,
#addProfession[disabled]:focus,
fieldset[disabled] #addProfession:focus,
#addProfession.disabled.focus,
#addProfession[disabled].focus,
fieldset[disabled] #addProfession.focus,
#addProfession.disabled:active,
#addProfession[disabled]:active,
fieldset[disabled] #addProfession:active,
#addProfession.disabled.active,
#addProfession[disabled].active,
fieldset[disabled] #addProfession.active {
  background-color: #6cbc5f;
  border-color: #6cbc5f;
}
#addProfession .badge {
  color: #6cbc5f;
  background-color: #fff;
}
#eb-update-profile #addProfession,
#addProfession {
  flex-grow: initial;
}
.serialized-field-prof-license > label,
.serialized-field-prof-license > span {
  opacity: 0.5;
}
.profession-header {
  margin-top: 0.5em;
}
.professional-information {
  width: 100%;
  display: inline-block;
}
.eb-small {
  font-size: 0.75em;
  font-weight: normal;
  color: inherit;
}
.eb-profile-txt-area-field label,
.eb-profile-password-field label,
.eb-profile-txt-field label {
  line-height: 1.5em;
}
fieldset.password-fields .eb-profile-txt-field {
  width: 100%;
}
div.accordion-profile {
  width: 100%;
  display: inline-block;
  margin-top: -1px;
  border-top: 1px solid #262828;
  border-bottom: 1px solid #262828;
}
div.accordion-profile .accordion-header {
  padding-top: 1em;
  padding-bottom: 1em;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
div.accordion-profile .accordion-header h2,
div.accordion-profile .accordion-header h3,
div.accordion-profile .accordion-header h4 {
  font-size: 1.125em;
  margin: 0 0 0 0;
  margin-right: 1em;
  max-width: calc(100% - 3em);
}
div.accordion-profile .accordion-header span.accordion-control {
  width: 2em;
  height: auto;
  display: inline-block;
  text-align: center;
}
div.accordion-profile .accordion-header span.accordion-control i {
  color: #262828;
  transition: transform rotate 0.125s;
}
div.accordion-profile.active span.accordion-control i {
  transform: rotate(180deg);
}
div.accordion-profile .accordion-content {
  height: 0;
  overflow: hidden;
  width: 100%;
  float: left;
  max-height: 0;
  transition: height 0.125s;
}
div.accordion-profile .accordion-content .sub-element {
  margin-top: 1em;
  display: inline-block;
  font-size: 0.875em;
}
div.accordion-profile .accordion-content .sub-element:first-child {
  margin-top: 0;
}
div.accordion-profile .accordion-content .sub-element:last-child {
  margin-bottom: 2em;
}
div.accordion-profile.active .accordion-content {
  display: inline-block;
  height: auto;
  max-height: 5000px;
  padding-bottom: 2em;
}
.eb-profile-form-submit .button-primary {
  margin-bottom: 31px;
  display: inline-block;
  margin: 0 0 0 0;
  font-weight: 600;
  font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 0.5em 1em;
  font-size: 1em;
  line-height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #262828;
  background-color: #f5a801;
  border: 2px solid rgba(245, 168, 1, 0);
  transition: background 0.125s, border 0.125s;
  border-radius: 0em;
}
.eb-profile-form-submit .button-primary i,
.eb-profile-form-submit .button-primary span.b-icon {
  color: inherit;
}
.eb-profile-form-submit .button-primary:last-child {
  margin-bottom: 0;
}
.eb-profile-form-submit .button-primary:only-child {
  margin-bottom: 0;
}
.eb-profile-form-submit .button-primary span {
  vertical-align: baseline;
  display: inline-block;
}
.eb-profile-form-submit .button-primary:focus,
.eb-profile-form-submit .button-primary:active:focus,
.eb-profile-form-submit .button-primary.active:focus,
.eb-profile-form-submit .button-primary.focus,
.eb-profile-form-submit .button-primary:active.focus,
.eb-profile-form-submit .button-primary.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.eb-profile-form-submit .button-primary:hover,
.eb-profile-form-submit .button-primary:focus,
.eb-profile-form-submit .button-primary.focus {
  color: #fff;
  text-decoration: none;
}
.eb-profile-form-submit .button-primary:active,
.eb-profile-form-submit .button-primary.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.eb-profile-form-submit .button-primary.disabled,
.eb-profile-form-submit .button-primary[disabled],
fieldset[disabled] .eb-profile-form-submit .button-primary {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.eb-profile-form-submit .button-primary.disabled,
fieldset[disabled] a.eb-profile-form-submit .button-primary {
  pointer-events: none;
}
.eb-profile-form-submit .button-primary:active,
.eb-profile-form-submit .button-primary.active,
.eb-profile-form-submit .button-primary:focus,
.eb-profile-form-submit .button-primary.focus,
.eb-profile-form-submit .button-primary:hover,
.eb-profile-form-submit .button-primary:hover {
  color: #f5a801;
  background: rgba(245, 168, 1, 0);
  border-color: #f5a801;
}
.open > .dropdown-toggle.eb-profile-form-submit .button-primary {
  color: #f5a801;
  background-color: #c28501;
  border-color: #b87e01;
}
.open > .dropdown-toggle.eb-profile-form-submit .button-primary:hover,
.open > .dropdown-toggle.eb-profile-form-submit .button-primary:focus,
.open > .dropdown-toggle.eb-profile-form-submit .button-primary.focus {
  color: #f5a801;
  background-color: #9f6d01;
  border-color: #765100;
}
.eb-profile-form-submit .button-primary:active,
.eb-profile-form-submit .button-primary.active,
.open > .dropdown-toggle.eb-profile-form-submit .button-primary {
  background-image: none;
}
.eb-profile-form-submit .button-primary.disabled,
.eb-profile-form-submit .button-primary[disabled],
fieldset[disabled] .eb-profile-form-submit .button-primary,
.eb-profile-form-submit .button-primary.disabled:hover,
.eb-profile-form-submit .button-primary[disabled]:hover,
fieldset[disabled] .eb-profile-form-submit .button-primary:hover,
.eb-profile-form-submit .button-primary.disabled:focus,
.eb-profile-form-submit .button-primary[disabled]:focus,
fieldset[disabled] .eb-profile-form-submit .button-primary:focus,
.eb-profile-form-submit .button-primary.disabled.focus,
.eb-profile-form-submit .button-primary[disabled].focus,
fieldset[disabled] .eb-profile-form-submit .button-primary.focus,
.eb-profile-form-submit .button-primary.disabled:active,
.eb-profile-form-submit .button-primary[disabled]:active,
fieldset[disabled] .eb-profile-form-submit .button-primary:active,
.eb-profile-form-submit .button-primary.disabled.active,
.eb-profile-form-submit .button-primary[disabled].active,
fieldset[disabled] .eb-profile-form-submit .button-primary.active {
  background-color: #f5a801;
  border-color: #f5a801;
}
.eb-profile-form-submit .button-primary .badge {
  color: #f5a801;
  background-color: #262828;
}
.eb-error {
  padding: 15px;
  margin-bottom: 1em;
  border: 1px solid transparent;
  border-radius: 0em;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.eb-error h4 {
  margin-top: 0;
  color: inherit;
}
.eb-error .alert-link {
  font-weight: bold;
}
.eb-error > p,
.eb-error > ul {
  margin-bottom: 0;
}
.eb-error > p + p {
  margin-top: 5px;
}
.eb-error hr {
  border-top-color: #f7e1b5;
}
.eb-error .alert-link {
  color: #66512c;
}
.eb-success {
  padding: 15px;
  margin-bottom: 1em;
  border: 1px solid transparent;
  border-radius: 0em;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.eb-success h4 {
  margin-top: 0;
  color: inherit;
}
.eb-success .alert-link {
  font-weight: bold;
}
.eb-success > p,
.eb-success > ul {
  margin-bottom: 0;
}
.eb-success > p + p {
  margin-top: 5px;
}
.eb-success hr {
  border-top-color: #c9e2b3;
}
.eb-success .alert-link {
  color: #2b542c;
}
.eb-small {
  font-size: small;
  display: block;
  letter-spacing: unset;
  color: #999999;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation {
  width: 100% ;
}
@media (min-width: 768px) {
  .woocommerce-account nav.woocommerce-MyAccount-navigation {
    border-right: 1px solid #262828;
  }
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul li {
  padding: 0 0 0 0;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #262828;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul li:before {
  display: none;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 0px;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #262828;
  font-weight: 700;
}
.form-row label span.required {
  margin-left: 0.25em;
}
.woocommerce-account-info {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
label[for="eb_cf_cust_enable_asha"]:after {
  content: '( for SLPs/Audiologists only )';
  display: inline-block;
  font-weight: normal;
  width: 100%;
  font-size: 0.75em;
  line-height: 1;
  margin-top: 0;
  float: left;
  padding-left: 1em;
}
#live-area .employee .pt-image {
  width: auto;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border: 5px solid #f5a801;
}
#live-area .employee .pt-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
#live-area .employee .name-title h3 {
  font-size: 1.125em;
  margin-bottom: 0.125em;
}
#live-area .employee .name-title h4 {
  font-size: 1em;
  font-weight: 400;
  font-style: italic;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
#live-area .employee .name-title + .text-object {
  font-size: 0.75em;
  line-height: 1.25em;
}
.text-object.bordered-circle {
  width: 80%;
  padding-bottom: 80%;
  margin-left: 10%;
  margin-top: 10%;
  border-radius: 100%;
  border: 5px dashed #262828;
  position: relative;
  text-align: center;
  color: #262828;
}
.text-object.bordered-circle.secondary {
  border: 5px dashed #6cbc5f;
  color: #6cbc5f;
}
.text-object.bordered-circle.primary {
  border: 5px dashed #f5a801;
  color: #f5a801;
}
.text-object.bordered-circle.tertiary {
  border: 5px dashed #1fad9d;
  color: #1fad9d;
}
.text-object.bordered-circle.advanced {
  border: 5px dashed #EB4511;
  color: #EB4511;
}
.text-object.bordered-circle p {
  position: absolute;
  font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
  top: calc(50% - 1em);
  left: 0;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
}
.text-object.bordered-circle p:nth-child(2) {
  position: absolute;
  font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
  top: calc(50% + 0.5em);
  left: 0;
  text-align: center;
  color: black;
  font-size: 1em;
  font-weight: 700;
}
/* Timeline */
#live-area .steps {
  z-index: 1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#live-area .steps .section-header {
  text-align: center;
}
#live-area .steps .section-header hr {
  border: 1px solid #fff;
  width: 56px;
}
#live-area .steps::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #fff;
  opacity: 0.4;
  top: 0;
  bottom: 0;
  left: 50%;
  height: 100%;
}
#live-area .steps .step-container {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
#live-area .steps .step-container:before,
#live-area .steps .step-container:after {
  display: none !important;
}
#live-area .steps .step-container .column {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 0;
  position: relative;
  background-color: inherit;
  width: calc(50% + 2em);
}
#live-area .steps .step-container .column:nth-child(even) {
  left: calc(50% - 2em);
  flex-direction: row-reverse;
}
#live-area .steps .step-container .column .pt-image {
  width: 100%;
  width: calc(100% - 4em - (62px/2));
  height: auto;
  padding-bottom: 50%;
  order: 1;
  position: relative;
  border-radius: 1em 1em 0 0;
  overflow: hidden;
  margin-bottom: 0;
}
#live-area .steps .step-container .column .pt-image img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  max-width: none !important;
  height: 100%;
  width: 100%;
}
#live-area .steps .step-container .column::after {
  order: 4;
  content: '';
  display: block;
  width: 31px;
  background-color: #fff;
  height: 3px;
  margin-top: calc(2em - 3px);
  opacity: 0.4;
  flex-shrink: 0;
}
#live-area .steps .step-container .step-content {
  order: 1;
  background-color: white;
  width: 100%;
  width: calc(100% - 4em - (62px/2));
  padding: 31px;
  border-radius: 0 0 1em 1em;
  position: relative;
  box-shadow: 0px 16px 27px rgb(0 11 30 / 10%);
}
#live-area .steps .step-date {
  order: 5;
  font-weight: 900;
  font-size: 1em;
  color: #ffffff;
  width: 4em;
  height: 4em;
  margin: 0 0 0 0;
  background-color: #262828;
  border-radius: 50%;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 7;
}
@media (max-width: 991px) {
  #live-area .steps:after {
    left: 31px;
  }
  #live-area .steps .step-container .column {
    left: 0;
    flex-direction: row-reverse;
    width: auto;
    margin-bottom: 31px;
  }
  #live-area .steps .step-container .column:nth-child(even) {
    left: 0;
  }
}
/** ahhhhahhah */
.profession-list .column {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1em;
}
.profession-list .column .profession-card {
  width: clamp(280px, calc(33.3333% - 0.67em), 100%);
  padding: 40px;
  border: 1px solid black;
}
.profession-list .column .profession-card a {
  padding: 0.5em 1em;
  background: black;
  color: white;
  margin-bottom: 1em;
  display: inline-block;
  margin-right: auto;
}
.profession-list .column .profession-card a:last-child {
  margin-bottom: 0;
}
.edwiser-container .edwiser-bridge,
.lost-password-wrap,
.woocommerce-account-wraps {
  max-width: 100% !important;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 1em auto;
  align-items: stretch;
}
.edwiser-container .edwiser-bridge .wdm-eb-user-login-form-wrap,
.lost-password-wrap .wdm-eb-user-login-form-wrap,
.woocommerce-account-wraps .wdm-eb-user-login-form-wrap,
.edwiser-container .edwiser-bridge .account-page-form,
.lost-password-wrap .account-page-form,
.woocommerce-account-wraps .account-page-form {
  order: 1;
  width: 500px;
  max-width: 100%;
  margin: 0 0 0 0;
}
.edwiser-container .edwiser-bridge .wdm-eb-user-login-form-wrap .eb-login-button,
.lost-password-wrap .wdm-eb-user-login-form-wrap .eb-login-button,
.woocommerce-account-wraps .wdm-eb-user-login-form-wrap .eb-login-button,
.edwiser-container .edwiser-bridge .account-page-form .eb-login-button,
.lost-password-wrap .account-page-form .eb-login-button,
.woocommerce-account-wraps .account-page-form .eb-login-button {
  margin-left: 0;
}
.edwiser-container .edwiser-bridge .account-page-form,
.lost-password-wrap .account-page-form,
.woocommerce-account-wraps .account-page-form,
.edwiser-container .edwiser-bridge .som-pass-strength-form,
.lost-password-wrap .som-pass-strength-form,
.woocommerce-account-wraps .som-pass-strength-form {
  padding: 2rem;
  border: 1px solid #ddd;
}
.edwiser-container .edwiser-bridge .account-page-form #somfrp_user_info,
.lost-password-wrap .account-page-form #somfrp_user_info,
.woocommerce-account-wraps .account-page-form #somfrp_user_info,
.edwiser-container .edwiser-bridge .som-pass-strength-form #somfrp_user_info,
.lost-password-wrap .som-pass-strength-form #somfrp_user_info,
.woocommerce-account-wraps .som-pass-strength-form #somfrp_user_info,
.edwiser-container .edwiser-bridge .account-page-form #som_new_user_pass_again,
.lost-password-wrap .account-page-form #som_new_user_pass_again,
.woocommerce-account-wraps .account-page-form #som_new_user_pass_again,
.edwiser-container .edwiser-bridge .som-pass-strength-form #som_new_user_pass_again,
.lost-password-wrap .som-pass-strength-form #som_new_user_pass_again,
.woocommerce-account-wraps .som-pass-strength-form #som_new_user_pass_again,
.edwiser-container .edwiser-bridge .account-page-form #som_new_user_pass,
.lost-password-wrap .account-page-form #som_new_user_pass,
.woocommerce-account-wraps .account-page-form #som_new_user_pass,
.edwiser-container .edwiser-bridge .som-pass-strength-form #som_new_user_pass,
.lost-password-wrap .som-pass-strength-form #som_new_user_pass,
.woocommerce-account-wraps .som-pass-strength-form #som_new_user_pass {
  width: 100%;
}
.edwiser-container .edwiser-bridge .account-page-form legend,
.lost-password-wrap .account-page-form legend,
.woocommerce-account-wraps .account-page-form legend,
.edwiser-container .edwiser-bridge .som-pass-strength-form legend,
.lost-password-wrap .som-pass-strength-form legend,
.woocommerce-account-wraps .som-pass-strength-form legend {
  font-weight: 600;
  color: #262828;
  border-bottom: none;
}
.edwiser-container .edwiser-bridge .image-login-container,
.lost-password-wrap .image-login-container,
.woocommerce-account-wraps .image-login-container {
  order: 1;
  flex-grow: 1;
  min-height: 300px;
}
@media (max-width: 992px) {
  .edwiser-container .edwiser-bridge .image-login-container,
  .lost-password-wrap .image-login-container,
  .woocommerce-account-wraps .image-login-container {
    order: 1;
    width: 100%;
  }
  .edwiser-container .edwiser-bridge .wdm-eb-user-login-form-wrap,
  .lost-password-wrap .wdm-eb-user-login-form-wrap,
  .woocommerce-account-wraps .wdm-eb-user-login-form-wrap {
    order: 2;
    width: 100%;
  }
}
label {
  letter-spacing: 0 !important;
}
.gapped-form {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
}
.gapped-form .form-row {
  width: 100%;
}
.gapped-form .form-row input {
  padding: 0.5em 0.75em;
  font-size: 1rem;
}
.gapped-form .form-row label {
  width: 100%;
  font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.gapped-form button.btn {
  margin-bottom: 31px;
  display: inline-block;
  margin: 0 0 0 0;
  font-weight: 600;
  font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 0.5em 1em;
  font-size: 1em;
  line-height: 1em;
  border-radius: 0em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gapped-form button.btn i,
.gapped-form button.btn span.b-icon {
  color: inherit;
}
.gapped-form button.btn:last-child {
  margin-bottom: 0;
}
.gapped-form button.btn:only-child {
  margin-bottom: 0;
}
.gapped-form button.btn span {
  vertical-align: baseline;
  display: inline-block;
}
.gapped-form button.btn:focus,
.gapped-form button.btn:active:focus,
.gapped-form button.btn.active:focus,
.gapped-form button.btn.focus,
.gapped-form button.btn:active.focus,
.gapped-form button.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.gapped-form button.btn:hover,
.gapped-form button.btn:focus,
.gapped-form button.btn.focus {
  color: #fff;
  text-decoration: none;
}
.gapped-form button.btn:active,
.gapped-form button.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.gapped-form button.btn.disabled,
.gapped-form button.btn[disabled],
fieldset[disabled] .gapped-form button.btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.gapped-form button.btn.disabled,
fieldset[disabled] a.gapped-form button.btn {
  pointer-events: none;
}
.gapped-form input[type="submit"],
.gapped-form button {
  -webkit-appearance: button;
  cursor: pointer;
  font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #262828;
  background: #f5a801;
  border: 2px solid #f5a801;
  padding: 0.25em 2em;
}
.gapped-form input[type="submit"]:hover,
.gapped-form button:hover,
.gapped-form input[type="submit"]:focus,
.gapped-form button:focus,
.gapped-form input[type="submit"]:active,
.gapped-form button:active {
  background: #fff;
}
.btn .mobile-break {
  display: none;
}
@media (max-width: 991px) {
  .btn .mobile-break {
    display: inline;
    height: 0;
    overflow: hidden;
    line-height: 0px;
  }
}
/*# sourceMappingURL=bootstrap.css.map */