/******************************************************************************************
* ----------------------------------------------------------------------------------------
* _____ _____  ___  _____
* |  _  \ ___ \/ _ \|  _  \
* | | | | |_/ / /_\ \ | | |
* | | | |    /|  _  | | | |
* | |/ /| |\ \| | | | |/ /
* |___/ \_| \_\_| |_/___/
*
* ----------------------------------------------------------------------------------------
* Created for KEO/RIS Marketing.
* Author: Darin Radimaker | github - id8
* ----------------------------------------------------------------------------------------
* Date: 6/8/2016 |  Time: 12:37 PM
* ----------------------------------------------------------------------------------------
*******************************************************************************************/

.logo-postitive-nomargin {
  background: url("../images/logo-positive-nomargin.svg");
  background: url('../images/logo-positive-nomargin3x.png');
}

.logo-negative-nomargin {
  background: url("../images/logo-negative-nomargin.svg");
  background: url('../images/logo-negative-nomargin3x.png');
}

body *::-moz-selection {
  background: #00223f;
  color: #fff;
}

body *::selection {
  background: #00223f;
  color: #fff;
}

@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");
}

@font-face {
  font-family: "FTS";
  font-weight: 100;
  src: url("../fonts/SpecialtyFonts/05ab513f-5e4c-48a6-8d93-194d81b035ae.eot?#iefix");
  src: url("../fonts/SpecialtyFonts/05ab513f-5e4c-48a6-8d93-194d81b035ae.eot?#iefix") format("eot"), url("../fonts/SpecialtyFonts/ca54c98e-ff57-4109-81d4-797e4c74e323.woff2") format("woff2"), url("../fonts/SpecialtyFonts/b541f133-d72f-409b-94d9-9b770cf9b902.woff") format("woff"), url("../fonts/SpecialtyFonts/398c07c2-f13f-44f0-bd3c-920609331f30.ttf") format("truetype");
}

@font-face {
  font-family: "FTS";
  font-weight: 100;
  font-style: italic;
  src: url("../fonts/SpecialtyFonts/cc43309e-1013-4dab-a70d-f018ac8c9a9f.eot?#iefix");
  src: url("../fonts/SpecialtyFonts/cc43309e-1013-4dab-a70d-f018ac8c9a9f.eot?#iefix") format("eot"), url("../fonts/SpecialtyFonts/2a1ffee4-9b13-404f-a8d8-e374d2c921ab.woff2") format("woff2"), url("../fonts/SpecialtyFonts/b479ca81-eed9-4b9e-8c6a-23290934d720.woff") format("woff"), url("../fonts/SpecialtyFonts/906a41f5-2f84-454b-925a-887517767c1b.ttf") format("truetype");
}

@font-face {
  font-family: "FTS";
  font-weight: 400;
  src: url("../fonts/SpecialtyFonts/51dcf39e-31e4-44dd-9b5a-69f391c240ed.eot?#iefix");
  src: url("../fonts/SpecialtyFonts/51dcf39e-31e4-44dd-9b5a-69f391c240ed.eot?#iefix") format("eot"), url("../fonts/SpecialtyFonts/560a2a1a-cef8-472e-a1e7-f217c9802af4.woff2") format("woff2"), url("../fonts/SpecialtyFonts/42b8057d-a076-40a7-a3b4-76ec1321211c.woff") format("woff"), url("../fonts/SpecialtyFonts/35d1d8d0-e6d2-44ab-ae23-5af3e8d60c45.ttf") format("truetype");
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: 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: 16px;
}

body {
  font-size: 16px;
  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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #00223f;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #ff4d00;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #b33600;
  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: #fff;
  border: 1px solid #ddd;
  border-radius: 0.75em;
  -webkit-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: 'Roboto', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  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: 3em;
}

h2,
.h2 {
  font-size: 2em;
}

h3,
.h3 {
  font-size: 1.5em;
}

h4,
.h4 {
  font-size: 1.25em;
}

h5,
.h5 {
  font-size: 1.125em;
}

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: .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: #ff4d00;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #cc3e00;
}

.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: #ff4d00;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #cc3e00;
}

.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 #6fd24a;
}

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: #14344e;
}

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 #6fd24a;
  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: uppercase;
}

#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 {
  line-height: 1em;
}

strong {
  font-weight: 500;
}

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: 400;
}

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: #ff4d00;
  font-weight: 400;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  letter-spacing: 0em;
  margin-top: 0;
  margin-bottom: 24px;
  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: 24px;
}

.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: 24px;
}

.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: 24px;
}

.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: 24px;
}

.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 24px;
}

p:empty {
  display: none !important;
}

.pt-image {
  margin: 0 0 24px;
}

.pt-image:last-child {
  margin-bottom: 0;
}

#live-area .column div.text-object:last-child ul:last-child,
#live-area .column div.text-object:last-child li:last-child,
#live-area .column div.text-object:last-child p:last-child {
  margin-bottom: 0;
}

#live-area .column div.text-object:last-child h1:last-child,
#live-area .column div.text-object:last-child .h1:last-child,
#live-area .column div.text-object:last-child h2:last-child,
#live-area .column div.text-object:last-child .h2:last-child,
#live-area .column div.text-object:last-child h3:last-child,
#live-area .column div.text-object:last-child .h3:last-child,
#live-area .column div.text-object:last-child h4:last-child,
#live-area .column div.text-object:last-child .h4:last-child,
#live-area .column div.text-object:last-child h5:last-child,
#live-area .column div.text-object:last-child .h5:last-child,
#live-area .column div.text-object:last-child h6:last-child,
#live-area .column div.text-object:last-child .h6:last-child {
  margin-bottom: 0;
}

a i.fa,
a i.b-icon,
a span.b-icon {
  margin-bottom: 0px;
  margin-right: .25em;
}

i.fa,
.b-icon {
  margin-bottom: 24px;
}

i.fa.h-icon,
.b-icon.h-icon {
  margin-bottom: 0;
  margin-right: .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: 24px;
  font-weight: 500;
}

.btn:last-child {
  margin-bottom: 0;
}

#live-area ul,
#live-area 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 ul ul,
#live-area ol ul,
#live-area ul ol,
#live-area ol ol {
  margin-bottom: 0;
}

#live-area ul li,
#live-area ol li {
  width: 100%;
  padding-left: 1.5em;
  margin-bottom: 8px;
}

#live-area ul li li,
#live-area ol li li {
  margin-bottom: 8px;
}

#live-area ul li li:last-child,
#live-area ol li li:last-child {
  margin-bottom: 0;
}

#live-area ul li li li,
#live-area ol li li li {
  margin-bottom: 8px;
}

#live-area ul li li li:last-child,
#live-area ol li li li:last-child {
  margin-bottom: 0;
}

#live-area ul li:before,
#live-area ol li:before {
  margin-left: -1.5em;
  display: inline-block;
  width: 1em;
  float: left;
}

#live-area ul li:before {
  content: '+';
}

#live-area ol {
  counter-reset: section;
  list-style-type: none;
}

#live-area ol li:before {
  counter-increment: section;
  content: counters(section, ".");
}

#live-area ul,
#live-area ol {
  margin-bottom: 24px;
}

blockquote {
  padding: 0.5em 1em;
  margin: 0 0 1em;
  font-size: 1.125em;
  border-left: 5px solid #6fd24a;
}

blockquote p:last-child {
  font-size: .75em;
  font-style: italic;
}

blockquote p:last-child:only-child {
  font-size: 1em;
  font-style: normal;
}

hr {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #92a1ae;
}

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 #00223f;
}

.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 {
  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: 24px;
}

.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: 24px;
}

.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: 24px;
}

.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: 24px;
}

.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: 8px;
}

.text-2x ul li li,
.text-2x ol li li {
  margin-bottom: 8px;
}

.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: 8px;
}

.text-2x ul li li li:last-child,
.text-2x ol li li li:last-child {
  margin-bottom: 0;
}

.text-2x .btn {
  margin-bottom: 24px;
}

.text-2x .btn:last-child {
  margin-bottom: 0px;
}

.text-2x p {
  margin: 0 0 24px;
}

.text-2x p:empty {
  display: none !important;
}

.text-2x i.fa,
.text-2x .b-icon {
  margin-bottom: 24px;
}

.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 24px;
}

.text-2x .pt-image:last-child {
  margin-bottom: 0;
}

.text-2x #live-area ul,
.text-2x #live-area ol {
  margin: 0 0 24px;
}

.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: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #00223f;
}

.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 {
  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: 24px;
}

.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: 24px;
}

.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: 24px;
}

.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: 24px;
}

.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: 8px;
}

.text-3x ul li li,
.text-3x ol li li {
  margin-bottom: 8px;
}

.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: 8px;
}

.text-3x ul li li li:last-child,
.text-3x ol li li li:last-child {
  margin-bottom: 0;
}

.text-3x .btn {
  margin-bottom: 24px;
}

.text-3x .btn:last-child {
  margin-bottom: 0px;
}

.text-3x p {
  margin: 0 0 24px;
}

.text-3x p:empty {
  display: none !important;
}

.text-3x i.fa,
.text-3x .b-icon {
  margin-bottom: 24px;
}

.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 24px;
}

.text-3x .pt-image:last-child {
  margin-bottom: 0;
}

.text-3x #live-area ul,
.text-3x #live-area ol {
  margin: 0 0 24px;
}

.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: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #00223f;
}

.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 {
  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: 24px;
}

.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: 24px;
}

.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: 24px;
}

.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: 24px;
}

.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: 8px;
}

.text-4x ul li li,
.text-4x ol li li {
  margin-bottom: 8px;
}

.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: 8px;
}

.text-4x ul li li li:last-child,
.text-4x ol li li li:last-child {
  margin-bottom: 0;
}

.text-4x .btn {
  margin-bottom: 24px;
}

.text-4x .btn:last-child {
  margin-bottom: 0px;
}

.text-4x p {
  margin: 0 0 24px;
}

.text-4x p:empty {
  display: none !important;
}

.text-4x i.fa,
.text-4x .b-icon {
  margin-bottom: 24px;
}

.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 24px;
}

.text-4x .pt-image:last-child {
  margin-bottom: 0;
}

.text-4x #live-area ul,
.text-4x #live-area ol {
  margin: 0 0 24px;
}

.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: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #00223f;
}

.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 {
  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: 24px;
}

.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: 24px;
}

.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: 24px;
}

.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: 24px;
}

.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: 8px;
}

.text-5x ul li li,
.text-5x ol li li {
  margin-bottom: 8px;
}

.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: 8px;
}

.text-5x ul li li li:last-child,
.text-5x ol li li li:last-child {
  margin-bottom: 0;
}

.text-5x .btn {
  margin-bottom: 24px;
}

.text-5x .btn:last-child {
  margin-bottom: 0px;
}

.text-5x p {
  margin: 0 0 24px;
}

.text-5x p:empty {
  display: none !important;
}

.text-5x i.fa,
.text-5x .b-icon {
  margin-bottom: 24px;
}

.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 24px;
}

.text-5x .pt-image:last-child {
  margin-bottom: 0;
}

.text-5x #live-area ul,
.text-5x #live-area ol {
  margin: 0 0 24px;
}

.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: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #00223f;
}

.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;
}

.heading-h1 {
  font-size: 3em;
  line-height: 1em;
}

.heading-h1 i.fa,
.heading-h1 i.b-icon {
  font-size: inherit;
  line-height: inherit;
}

.heading-h2 {
  font-size: 2em;
  line-height: 1em;
}

.heading-h2 i.fa,
.heading-h2 i.b-icon {
  font-size: inherit;
  line-height: inherit;
}

.heading-h3 {
  font-size: 1.5em;
  line-height: 1em;
}

.heading-h3 i.fa,
.heading-h3 i.b-icon {
  font-size: inherit;
  line-height: inherit;
}

.heading-h4 {
  font-size: 1.25em;
  line-height: 1em;
}

.heading-h4 i.fa,
.heading-h4 i.b-icon {
  font-size: inherit;
  line-height: inherit;
}

.heading-h5 {
  font-size: 1.125em;
  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: 16px;
  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 {
  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: 24px;
}

.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: 24px;
}

.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: 24px;
}

.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: 24px;
}

.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: 8px;
}

.text-reset ul li li,
.text-reset ol li li {
  margin-bottom: 8px;
}

.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: 8px;
}

.text-reset ul li li li:last-child,
.text-reset ol li li li:last-child {
  margin-bottom: 0;
}

.text-reset .btn {
  margin-bottom: 24px;
}

.text-reset .btn:last-child {
  margin-bottom: 0px;
}

.text-reset p {
  margin: 0 0 24px;
}

.text-reset p:empty {
  display: none !important;
}

.text-reset i.fa,
.text-reset .b-icon {
  margin-bottom: 24px;
}

.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 24px;
}

.text-reset .pt-image:last-child {
  margin-bottom: 0;
}

.text-reset #live-area ul,
.text-reset #live-area ol {
  margin: 0 0 24px;
}

.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: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #00223f;
}

.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: 144px;
}

#live-area section .row.logos-row .column,
#content section .row.logos-row .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#live-area section .row.logos-row .pt-image,
#content section .row.logos-row .pt-image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 12px;
  width: 220px;
  margin-bottom: 0px;
}

#live-area section .row.logos-row .pt-image img,
#content section .row.logos-row .pt-image img {
  margin-bottom: 0px;
}

#live-area .pt-image {
  margin: 0 0 24px;
}

#live-area .pt-image.img-inline img {
  display: inline-block;
}

#live-area .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 {
  object-fit: contain;
  object-position: center center;
  width: 100%;
  height: 100%;
  max-width: none;
}

#live-area .pt-image.img-icon-sm img {
  width: 120px;
  display: inline-block;
}

#live-area .pt-image.img-icon-md img {
  width: 240px;
  display: inline-block;
}

#live-area .pt-image.img-icon-lg img {
  width: 360px;
  display: inline-block;
}

#live-area .pt-image:last-child {
  margin-bottom: 0;
}

#live-area .pt-image + div.pt-ds {
  margin-top: -24px;
}

#live-area img.img-inline {
  display: inline-block;
}

#live-area img.img-cover {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  max-width: none;
}

#live-area img.img-contain {
  object-fit: contain;
  object-position: center center;
  width: 100%;
  height: 100%;
  max-width: none;
}

@-webkit-keyframes colorchange {
  0% {
    background: #FF009A;
  }

  25% {
    background: #8057CD;
  }

  50% {
    background: #00ADEE;
  }

  75% {
    background: #8057CD;
  }

  100% {
    background: #FF009A;
  }
}

@keyframes colorchange {
  0% {
    background: #FF009A;
  }

  25% {
    background: #8057CD;
  }

  50% {
    background: #00ADEE;
  }

  75% {
    background: #8057CD;
  }

  100% {
    background: #FF009A;
  }
}

.note {
  padding: 1rem;
  color: #fff;
  font-size: 1rem !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-animation: colorchange 10s infinite;
  animation: colorchange 10s infinite;
  margin-bottom: 1rem;
}

.note p:before {
  content: "[ ";
}

.note p:after {
  content: " ]";
}

.note {
  display: none !important;
}

.note *:last-child {
  margin-bottom: 0 !important;
}

body.logged-in.role-administrator span.highlighted-copy {
  display: inline-block;
  background: yellow;
  color: black;
}

body.logged-in.role-administrator .note {
  width: 100%;
  display: inline-block !important;
}

#live-area section .row .column .text-object.quad-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  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: #ff4d00;
  font-family: FontAwesome;
}

#live-area section .row .column .text-object.map-list ul li:before {
  content: "\f041";
  padding-right: 0.4em;
  color: #ff4d00;
  font-family: FontAwesome;
}

#live-area.text-muted,
#live-area .text-muted {
  color: #0000ef;
}

#live-area.text-muted h1,
#live-area .text-muted h1,
#live-area.text-muted h2,
#live-area .text-muted h2,
#live-area.text-muted h3,
#live-area .text-muted h3,
#live-area.text-muted h4,
#live-area .text-muted h4,
#live-area.text-muted h5,
#live-area .text-muted h5,
#live-area.text-muted h6,
#live-area .text-muted h6,
#live-area.text-muted blockquote,
#live-area .text-muted blockquote,
#live-area.text-muted address,
#live-area .text-muted address,
#live-area.text-muted li,
#live-area .text-muted li,
#live-area.text-muted span,
#live-area .text-muted span,
#live-area.text-muted strong,
#live-area .text-muted strong,
#live-area.text-muted p,
#live-area .text-muted p {
  color: #0000ef;
}

#live-area.text-primary,
#live-area .text-primary {
  color: #ff4d00;
}

#live-area.text-primary h1,
#live-area .text-primary h1,
#live-area.text-primary h2,
#live-area .text-primary h2,
#live-area.text-primary h3,
#live-area .text-primary h3,
#live-area.text-primary h4,
#live-area .text-primary h4,
#live-area.text-primary h5,
#live-area .text-primary h5,
#live-area.text-primary h6,
#live-area .text-primary h6,
#live-area.text-primary blockquote,
#live-area .text-primary blockquote,
#live-area.text-primary address,
#live-area .text-primary address,
#live-area.text-primary li,
#live-area .text-primary li,
#live-area.text-primary span,
#live-area .text-primary span,
#live-area.text-primary strong,
#live-area .text-primary strong,
#live-area.text-primary p,
#live-area .text-primary p {
  color: #ff4d00;
}

#live-area.text-secondary,
#live-area .text-secondary {
  color: #6fd24a;
}

#live-area.text-secondary h1,
#live-area .text-secondary h1,
#live-area.text-secondary h2,
#live-area .text-secondary h2,
#live-area.text-secondary h3,
#live-area .text-secondary h3,
#live-area.text-secondary h4,
#live-area .text-secondary h4,
#live-area.text-secondary h5,
#live-area .text-secondary h5,
#live-area.text-secondary h6,
#live-area .text-secondary h6,
#live-area.text-secondary blockquote,
#live-area .text-secondary blockquote,
#live-area.text-secondary address,
#live-area .text-secondary address,
#live-area.text-secondary li,
#live-area .text-secondary li,
#live-area.text-secondary span,
#live-area .text-secondary span,
#live-area.text-secondary strong,
#live-area .text-secondary strong,
#live-area.text-secondary p,
#live-area .text-secondary p {
  color: #6fd24a;
}

#live-area.text-tertiary,
#live-area .text-tertiary {
  color: #009fd2;
}

#live-area.text-tertiary h1,
#live-area .text-tertiary h1,
#live-area.text-tertiary h2,
#live-area .text-tertiary h2,
#live-area.text-tertiary h3,
#live-area .text-tertiary h3,
#live-area.text-tertiary h4,
#live-area .text-tertiary h4,
#live-area.text-tertiary h5,
#live-area .text-tertiary h5,
#live-area.text-tertiary h6,
#live-area .text-tertiary h6,
#live-area.text-tertiary blockquote,
#live-area .text-tertiary blockquote,
#live-area.text-tertiary address,
#live-area .text-tertiary address,
#live-area.text-tertiary li,
#live-area .text-tertiary li,
#live-area.text-tertiary span,
#live-area .text-tertiary span,
#live-area.text-tertiary strong,
#live-area .text-tertiary strong,
#live-area.text-tertiary p,
#live-area .text-tertiary p {
  color: #009fd2;
}

#live-area.text-reset,
#live-area .text-reset {
  color: inherit;
}

#live-area.text-reset h1,
#live-area .text-reset h1,
#live-area.text-reset h2,
#live-area .text-reset h2,
#live-area.text-reset h3,
#live-area .text-reset h3,
#live-area.text-reset h4,
#live-area .text-reset h4,
#live-area.text-reset h5,
#live-area .text-reset h5,
#live-area.text-reset h6,
#live-area .text-reset h6,
#live-area.text-reset blockquote,
#live-area .text-reset blockquote,
#live-area.text-reset address,
#live-area .text-reset address,
#live-area.text-reset li,
#live-area .text-reset li,
#live-area.text-reset span,
#live-area .text-reset span,
#live-area.text-reset strong,
#live-area .text-reset strong,
#live-area.text-reset p,
#live-area .text-reset p {
  color: inherit;
}

#live-area h1.text-muted,
#live-area h2.text-muted,
#live-area h3.text-muted,
#live-area h4.text-muted,
#live-area h5.text-muted,
#live-area h6.text-muted,
#live-area blockquote.text-muted,
#live-area address.text-muted,
#live-area li.text-muted,
#live-area span.text-muted,
#live-area strong.text-muted,
#live-area p.text-muted,
#live-area h1 .text-muted,
#live-area h2 .text-muted,
#live-area h3 .text-muted,
#live-area h4 .text-muted,
#live-area h5 .text-muted,
#live-area h6 .text-muted,
#live-area blockquote .text-muted,
#live-area address .text-muted,
#live-area li .text-muted,
#live-area span .text-muted,
#live-area strong .text-muted,
#live-area p .text-muted {
  color: #0000ef;
}

#live-area h1.text-muted h1,
#live-area h2.text-muted h1,
#live-area h3.text-muted h1,
#live-area h4.text-muted h1,
#live-area h5.text-muted h1,
#live-area h6.text-muted h1,
#live-area blockquote.text-muted h1,
#live-area address.text-muted h1,
#live-area li.text-muted h1,
#live-area span.text-muted h1,
#live-area strong.text-muted h1,
#live-area p.text-muted h1,
#live-area h1 .text-muted h1,
#live-area h2 .text-muted h1,
#live-area h3 .text-muted h1,
#live-area h4 .text-muted h1,
#live-area h5 .text-muted h1,
#live-area h6 .text-muted h1,
#live-area blockquote .text-muted h1,
#live-area address .text-muted h1,
#live-area li .text-muted h1,
#live-area span .text-muted h1,
#live-area strong .text-muted h1,
#live-area p .text-muted h1,
#live-area h1.text-muted h2,
#live-area h2.text-muted h2,
#live-area h3.text-muted h2,
#live-area h4.text-muted h2,
#live-area h5.text-muted h2,
#live-area h6.text-muted h2,
#live-area blockquote.text-muted h2,
#live-area address.text-muted h2,
#live-area li.text-muted h2,
#live-area span.text-muted h2,
#live-area strong.text-muted h2,
#live-area p.text-muted h2,
#live-area h1 .text-muted h2,
#live-area h2 .text-muted h2,
#live-area h3 .text-muted h2,
#live-area h4 .text-muted h2,
#live-area h5 .text-muted h2,
#live-area h6 .text-muted h2,
#live-area blockquote .text-muted h2,
#live-area address .text-muted h2,
#live-area li .text-muted h2,
#live-area span .text-muted h2,
#live-area strong .text-muted h2,
#live-area p .text-muted h2,
#live-area h1.text-muted h3,
#live-area h2.text-muted h3,
#live-area h3.text-muted h3,
#live-area h4.text-muted h3,
#live-area h5.text-muted h3,
#live-area h6.text-muted h3,
#live-area blockquote.text-muted h3,
#live-area address.text-muted h3,
#live-area li.text-muted h3,
#live-area span.text-muted h3,
#live-area strong.text-muted h3,
#live-area p.text-muted h3,
#live-area h1 .text-muted h3,
#live-area h2 .text-muted h3,
#live-area h3 .text-muted h3,
#live-area h4 .text-muted h3,
#live-area h5 .text-muted h3,
#live-area h6 .text-muted h3,
#live-area blockquote .text-muted h3,
#live-area address .text-muted h3,
#live-area li .text-muted h3,
#live-area span .text-muted h3,
#live-area strong .text-muted h3,
#live-area p .text-muted h3,
#live-area h1.text-muted h4,
#live-area h2.text-muted h4,
#live-area h3.text-muted h4,
#live-area h4.text-muted h4,
#live-area h5.text-muted h4,
#live-area h6.text-muted h4,
#live-area blockquote.text-muted h4,
#live-area address.text-muted h4,
#live-area li.text-muted h4,
#live-area span.text-muted h4,
#live-area strong.text-muted h4,
#live-area p.text-muted h4,
#live-area h1 .text-muted h4,
#live-area h2 .text-muted h4,
#live-area h3 .text-muted h4,
#live-area h4 .text-muted h4,
#live-area h5 .text-muted h4,
#live-area h6 .text-muted h4,
#live-area blockquote .text-muted h4,
#live-area address .text-muted h4,
#live-area li .text-muted h4,
#live-area span .text-muted h4,
#live-area strong .text-muted h4,
#live-area p .text-muted h4,
#live-area h1.text-muted h5,
#live-area h2.text-muted h5,
#live-area h3.text-muted h5,
#live-area h4.text-muted h5,
#live-area h5.text-muted h5,
#live-area h6.text-muted h5,
#live-area blockquote.text-muted h5,
#live-area address.text-muted h5,
#live-area li.text-muted h5,
#live-area span.text-muted h5,
#live-area strong.text-muted h5,
#live-area p.text-muted h5,
#live-area h1 .text-muted h5,
#live-area h2 .text-muted h5,
#live-area h3 .text-muted h5,
#live-area h4 .text-muted h5,
#live-area h5 .text-muted h5,
#live-area h6 .text-muted h5,
#live-area blockquote .text-muted h5,
#live-area address .text-muted h5,
#live-area li .text-muted h5,
#live-area span .text-muted h5,
#live-area strong .text-muted h5,
#live-area p .text-muted h5,
#live-area h1.text-muted h6,
#live-area h2.text-muted h6,
#live-area h3.text-muted h6,
#live-area h4.text-muted h6,
#live-area h5.text-muted h6,
#live-area h6.text-muted h6,
#live-area blockquote.text-muted h6,
#live-area address.text-muted h6,
#live-area li.text-muted h6,
#live-area span.text-muted h6,
#live-area strong.text-muted h6,
#live-area p.text-muted h6,
#live-area h1 .text-muted h6,
#live-area h2 .text-muted h6,
#live-area h3 .text-muted h6,
#live-area h4 .text-muted h6,
#live-area h5 .text-muted h6,
#live-area h6 .text-muted h6,
#live-area blockquote .text-muted h6,
#live-area address .text-muted h6,
#live-area li .text-muted h6,
#live-area span .text-muted h6,
#live-area strong .text-muted h6,
#live-area p .text-muted h6,
#live-area h1.text-muted blockquote,
#live-area h2.text-muted blockquote,
#live-area h3.text-muted blockquote,
#live-area h4.text-muted blockquote,
#live-area h5.text-muted blockquote,
#live-area h6.text-muted blockquote,
#live-area blockquote.text-muted blockquote,
#live-area address.text-muted blockquote,
#live-area li.text-muted blockquote,
#live-area span.text-muted blockquote,
#live-area strong.text-muted blockquote,
#live-area p.text-muted blockquote,
#live-area h1 .text-muted blockquote,
#live-area h2 .text-muted blockquote,
#live-area h3 .text-muted blockquote,
#live-area h4 .text-muted blockquote,
#live-area h5 .text-muted blockquote,
#live-area h6 .text-muted blockquote,
#live-area blockquote .text-muted blockquote,
#live-area address .text-muted blockquote,
#live-area li .text-muted blockquote,
#live-area span .text-muted blockquote,
#live-area strong .text-muted blockquote,
#live-area p .text-muted blockquote,
#live-area h1.text-muted address,
#live-area h2.text-muted address,
#live-area h3.text-muted address,
#live-area h4.text-muted address,
#live-area h5.text-muted address,
#live-area h6.text-muted address,
#live-area blockquote.text-muted address,
#live-area address.text-muted address,
#live-area li.text-muted address,
#live-area span.text-muted address,
#live-area strong.text-muted address,
#live-area p.text-muted address,
#live-area h1 .text-muted address,
#live-area h2 .text-muted address,
#live-area h3 .text-muted address,
#live-area h4 .text-muted address,
#live-area h5 .text-muted address,
#live-area h6 .text-muted address,
#live-area blockquote .text-muted address,
#live-area address .text-muted address,
#live-area li .text-muted address,
#live-area span .text-muted address,
#live-area strong .text-muted address,
#live-area p .text-muted address,
#live-area h1.text-muted li,
#live-area h2.text-muted li,
#live-area h3.text-muted li,
#live-area h4.text-muted li,
#live-area h5.text-muted li,
#live-area h6.text-muted li,
#live-area blockquote.text-muted li,
#live-area address.text-muted li,
#live-area li.text-muted li,
#live-area span.text-muted li,
#live-area strong.text-muted li,
#live-area p.text-muted li,
#live-area h1 .text-muted li,
#live-area h2 .text-muted li,
#live-area h3 .text-muted li,
#live-area h4 .text-muted li,
#live-area h5 .text-muted li,
#live-area h6 .text-muted li,
#live-area blockquote .text-muted li,
#live-area address .text-muted li,
#live-area li .text-muted li,
#live-area span .text-muted li,
#live-area strong .text-muted li,
#live-area p .text-muted li,
#live-area h1.text-muted span,
#live-area h2.text-muted span,
#live-area h3.text-muted span,
#live-area h4.text-muted span,
#live-area h5.text-muted span,
#live-area h6.text-muted span,
#live-area blockquote.text-muted span,
#live-area address.text-muted span,
#live-area li.text-muted span,
#live-area span.text-muted span,
#live-area strong.text-muted span,
#live-area p.text-muted span,
#live-area h1 .text-muted span,
#live-area h2 .text-muted span,
#live-area h3 .text-muted span,
#live-area h4 .text-muted span,
#live-area h5 .text-muted span,
#live-area h6 .text-muted span,
#live-area blockquote .text-muted span,
#live-area address .text-muted span,
#live-area li .text-muted span,
#live-area span .text-muted span,
#live-area strong .text-muted span,
#live-area p .text-muted span,
#live-area h1.text-muted strong,
#live-area h2.text-muted strong,
#live-area h3.text-muted strong,
#live-area h4.text-muted strong,
#live-area h5.text-muted strong,
#live-area h6.text-muted strong,
#live-area blockquote.text-muted strong,
#live-area address.text-muted strong,
#live-area li.text-muted strong,
#live-area span.text-muted strong,
#live-area strong.text-muted strong,
#live-area p.text-muted strong,
#live-area h1 .text-muted strong,
#live-area h2 .text-muted strong,
#live-area h3 .text-muted strong,
#live-area h4 .text-muted strong,
#live-area h5 .text-muted strong,
#live-area h6 .text-muted strong,
#live-area blockquote .text-muted strong,
#live-area address .text-muted strong,
#live-area li .text-muted strong,
#live-area span .text-muted strong,
#live-area strong .text-muted strong,
#live-area p .text-muted strong,
#live-area h1.text-muted p,
#live-area h2.text-muted p,
#live-area h3.text-muted p,
#live-area h4.text-muted p,
#live-area h5.text-muted p,
#live-area h6.text-muted p,
#live-area blockquote.text-muted p,
#live-area address.text-muted p,
#live-area li.text-muted p,
#live-area span.text-muted p,
#live-area strong.text-muted p,
#live-area p.text-muted p,
#live-area h1 .text-muted p,
#live-area h2 .text-muted p,
#live-area h3 .text-muted p,
#live-area h4 .text-muted p,
#live-area h5 .text-muted p,
#live-area h6 .text-muted p,
#live-area blockquote .text-muted p,
#live-area address .text-muted p,
#live-area li .text-muted p,
#live-area span .text-muted p,
#live-area strong .text-muted p,
#live-area p .text-muted p {
  color: #0000ef;
}

#live-area h1.text-primary,
#live-area h2.text-primary,
#live-area h3.text-primary,
#live-area h4.text-primary,
#live-area h5.text-primary,
#live-area h6.text-primary,
#live-area blockquote.text-primary,
#live-area address.text-primary,
#live-area li.text-primary,
#live-area span.text-primary,
#live-area strong.text-primary,
#live-area p.text-primary,
#live-area h1 .text-primary,
#live-area h2 .text-primary,
#live-area h3 .text-primary,
#live-area h4 .text-primary,
#live-area h5 .text-primary,
#live-area h6 .text-primary,
#live-area blockquote .text-primary,
#live-area address .text-primary,
#live-area li .text-primary,
#live-area span .text-primary,
#live-area strong .text-primary,
#live-area p .text-primary {
  color: #ff4d00;
}

#live-area h1.text-primary h1,
#live-area h2.text-primary h1,
#live-area h3.text-primary h1,
#live-area h4.text-primary h1,
#live-area h5.text-primary h1,
#live-area h6.text-primary h1,
#live-area blockquote.text-primary h1,
#live-area address.text-primary h1,
#live-area li.text-primary h1,
#live-area span.text-primary h1,
#live-area strong.text-primary h1,
#live-area p.text-primary h1,
#live-area h1 .text-primary h1,
#live-area h2 .text-primary h1,
#live-area h3 .text-primary h1,
#live-area h4 .text-primary h1,
#live-area h5 .text-primary h1,
#live-area h6 .text-primary h1,
#live-area blockquote .text-primary h1,
#live-area address .text-primary h1,
#live-area li .text-primary h1,
#live-area span .text-primary h1,
#live-area strong .text-primary h1,
#live-area p .text-primary h1,
#live-area h1.text-primary h2,
#live-area h2.text-primary h2,
#live-area h3.text-primary h2,
#live-area h4.text-primary h2,
#live-area h5.text-primary h2,
#live-area h6.text-primary h2,
#live-area blockquote.text-primary h2,
#live-area address.text-primary h2,
#live-area li.text-primary h2,
#live-area span.text-primary h2,
#live-area strong.text-primary h2,
#live-area p.text-primary h2,
#live-area h1 .text-primary h2,
#live-area h2 .text-primary h2,
#live-area h3 .text-primary h2,
#live-area h4 .text-primary h2,
#live-area h5 .text-primary h2,
#live-area h6 .text-primary h2,
#live-area blockquote .text-primary h2,
#live-area address .text-primary h2,
#live-area li .text-primary h2,
#live-area span .text-primary h2,
#live-area strong .text-primary h2,
#live-area p .text-primary h2,
#live-area h1.text-primary h3,
#live-area h2.text-primary h3,
#live-area h3.text-primary h3,
#live-area h4.text-primary h3,
#live-area h5.text-primary h3,
#live-area h6.text-primary h3,
#live-area blockquote.text-primary h3,
#live-area address.text-primary h3,
#live-area li.text-primary h3,
#live-area span.text-primary h3,
#live-area strong.text-primary h3,
#live-area p.text-primary h3,
#live-area h1 .text-primary h3,
#live-area h2 .text-primary h3,
#live-area h3 .text-primary h3,
#live-area h4 .text-primary h3,
#live-area h5 .text-primary h3,
#live-area h6 .text-primary h3,
#live-area blockquote .text-primary h3,
#live-area address .text-primary h3,
#live-area li .text-primary h3,
#live-area span .text-primary h3,
#live-area strong .text-primary h3,
#live-area p .text-primary h3,
#live-area h1.text-primary h4,
#live-area h2.text-primary h4,
#live-area h3.text-primary h4,
#live-area h4.text-primary h4,
#live-area h5.text-primary h4,
#live-area h6.text-primary h4,
#live-area blockquote.text-primary h4,
#live-area address.text-primary h4,
#live-area li.text-primary h4,
#live-area span.text-primary h4,
#live-area strong.text-primary h4,
#live-area p.text-primary h4,
#live-area h1 .text-primary h4,
#live-area h2 .text-primary h4,
#live-area h3 .text-primary h4,
#live-area h4 .text-primary h4,
#live-area h5 .text-primary h4,
#live-area h6 .text-primary h4,
#live-area blockquote .text-primary h4,
#live-area address .text-primary h4,
#live-area li .text-primary h4,
#live-area span .text-primary h4,
#live-area strong .text-primary h4,
#live-area p .text-primary h4,
#live-area h1.text-primary h5,
#live-area h2.text-primary h5,
#live-area h3.text-primary h5,
#live-area h4.text-primary h5,
#live-area h5.text-primary h5,
#live-area h6.text-primary h5,
#live-area blockquote.text-primary h5,
#live-area address.text-primary h5,
#live-area li.text-primary h5,
#live-area span.text-primary h5,
#live-area strong.text-primary h5,
#live-area p.text-primary h5,
#live-area h1 .text-primary h5,
#live-area h2 .text-primary h5,
#live-area h3 .text-primary h5,
#live-area h4 .text-primary h5,
#live-area h5 .text-primary h5,
#live-area h6 .text-primary h5,
#live-area blockquote .text-primary h5,
#live-area address .text-primary h5,
#live-area li .text-primary h5,
#live-area span .text-primary h5,
#live-area strong .text-primary h5,
#live-area p .text-primary h5,
#live-area h1.text-primary h6,
#live-area h2.text-primary h6,
#live-area h3.text-primary h6,
#live-area h4.text-primary h6,
#live-area h5.text-primary h6,
#live-area h6.text-primary h6,
#live-area blockquote.text-primary h6,
#live-area address.text-primary h6,
#live-area li.text-primary h6,
#live-area span.text-primary h6,
#live-area strong.text-primary h6,
#live-area p.text-primary h6,
#live-area h1 .text-primary h6,
#live-area h2 .text-primary h6,
#live-area h3 .text-primary h6,
#live-area h4 .text-primary h6,
#live-area h5 .text-primary h6,
#live-area h6 .text-primary h6,
#live-area blockquote .text-primary h6,
#live-area address .text-primary h6,
#live-area li .text-primary h6,
#live-area span .text-primary h6,
#live-area strong .text-primary h6,
#live-area p .text-primary h6,
#live-area h1.text-primary blockquote,
#live-area h2.text-primary blockquote,
#live-area h3.text-primary blockquote,
#live-area h4.text-primary blockquote,
#live-area h5.text-primary blockquote,
#live-area h6.text-primary blockquote,
#live-area blockquote.text-primary blockquote,
#live-area address.text-primary blockquote,
#live-area li.text-primary blockquote,
#live-area span.text-primary blockquote,
#live-area strong.text-primary blockquote,
#live-area p.text-primary blockquote,
#live-area h1 .text-primary blockquote,
#live-area h2 .text-primary blockquote,
#live-area h3 .text-primary blockquote,
#live-area h4 .text-primary blockquote,
#live-area h5 .text-primary blockquote,
#live-area h6 .text-primary blockquote,
#live-area blockquote .text-primary blockquote,
#live-area address .text-primary blockquote,
#live-area li .text-primary blockquote,
#live-area span .text-primary blockquote,
#live-area strong .text-primary blockquote,
#live-area p .text-primary blockquote,
#live-area h1.text-primary address,
#live-area h2.text-primary address,
#live-area h3.text-primary address,
#live-area h4.text-primary address,
#live-area h5.text-primary address,
#live-area h6.text-primary address,
#live-area blockquote.text-primary address,
#live-area address.text-primary address,
#live-area li.text-primary address,
#live-area span.text-primary address,
#live-area strong.text-primary address,
#live-area p.text-primary address,
#live-area h1 .text-primary address,
#live-area h2 .text-primary address,
#live-area h3 .text-primary address,
#live-area h4 .text-primary address,
#live-area h5 .text-primary address,
#live-area h6 .text-primary address,
#live-area blockquote .text-primary address,
#live-area address .text-primary address,
#live-area li .text-primary address,
#live-area span .text-primary address,
#live-area strong .text-primary address,
#live-area p .text-primary address,
#live-area h1.text-primary li,
#live-area h2.text-primary li,
#live-area h3.text-primary li,
#live-area h4.text-primary li,
#live-area h5.text-primary li,
#live-area h6.text-primary li,
#live-area blockquote.text-primary li,
#live-area address.text-primary li,
#live-area li.text-primary li,
#live-area span.text-primary li,
#live-area strong.text-primary li,
#live-area p.text-primary li,
#live-area h1 .text-primary li,
#live-area h2 .text-primary li,
#live-area h3 .text-primary li,
#live-area h4 .text-primary li,
#live-area h5 .text-primary li,
#live-area h6 .text-primary li,
#live-area blockquote .text-primary li,
#live-area address .text-primary li,
#live-area li .text-primary li,
#live-area span .text-primary li,
#live-area strong .text-primary li,
#live-area p .text-primary li,
#live-area h1.text-primary span,
#live-area h2.text-primary span,
#live-area h3.text-primary span,
#live-area h4.text-primary span,
#live-area h5.text-primary span,
#live-area h6.text-primary span,
#live-area blockquote.text-primary span,
#live-area address.text-primary span,
#live-area li.text-primary span,
#live-area span.text-primary span,
#live-area strong.text-primary span,
#live-area p.text-primary span,
#live-area h1 .text-primary span,
#live-area h2 .text-primary span,
#live-area h3 .text-primary span,
#live-area h4 .text-primary span,
#live-area h5 .text-primary span,
#live-area h6 .text-primary span,
#live-area blockquote .text-primary span,
#live-area address .text-primary span,
#live-area li .text-primary span,
#live-area span .text-primary span,
#live-area strong .text-primary span,
#live-area p .text-primary span,
#live-area h1.text-primary strong,
#live-area h2.text-primary strong,
#live-area h3.text-primary strong,
#live-area h4.text-primary strong,
#live-area h5.text-primary strong,
#live-area h6.text-primary strong,
#live-area blockquote.text-primary strong,
#live-area address.text-primary strong,
#live-area li.text-primary strong,
#live-area span.text-primary strong,
#live-area strong.text-primary strong,
#live-area p.text-primary strong,
#live-area h1 .text-primary strong,
#live-area h2 .text-primary strong,
#live-area h3 .text-primary strong,
#live-area h4 .text-primary strong,
#live-area h5 .text-primary strong,
#live-area h6 .text-primary strong,
#live-area blockquote .text-primary strong,
#live-area address .text-primary strong,
#live-area li .text-primary strong,
#live-area span .text-primary strong,
#live-area strong .text-primary strong,
#live-area p .text-primary strong,
#live-area h1.text-primary p,
#live-area h2.text-primary p,
#live-area h3.text-primary p,
#live-area h4.text-primary p,
#live-area h5.text-primary p,
#live-area h6.text-primary p,
#live-area blockquote.text-primary p,
#live-area address.text-primary p,
#live-area li.text-primary p,
#live-area span.text-primary p,
#live-area strong.text-primary p,
#live-area p.text-primary p,
#live-area h1 .text-primary p,
#live-area h2 .text-primary p,
#live-area h3 .text-primary p,
#live-area h4 .text-primary p,
#live-area h5 .text-primary p,
#live-area h6 .text-primary p,
#live-area blockquote .text-primary p,
#live-area address .text-primary p,
#live-area li .text-primary p,
#live-area span .text-primary p,
#live-area strong .text-primary p,
#live-area p .text-primary p {
  color: #ff4d00;
}

#live-area h1.text-secondary,
#live-area h2.text-secondary,
#live-area h3.text-secondary,
#live-area h4.text-secondary,
#live-area h5.text-secondary,
#live-area h6.text-secondary,
#live-area blockquote.text-secondary,
#live-area address.text-secondary,
#live-area li.text-secondary,
#live-area span.text-secondary,
#live-area strong.text-secondary,
#live-area p.text-secondary,
#live-area h1 .text-secondary,
#live-area h2 .text-secondary,
#live-area h3 .text-secondary,
#live-area h4 .text-secondary,
#live-area h5 .text-secondary,
#live-area h6 .text-secondary,
#live-area blockquote .text-secondary,
#live-area address .text-secondary,
#live-area li .text-secondary,
#live-area span .text-secondary,
#live-area strong .text-secondary,
#live-area p .text-secondary {
  color: #6fd24a;
}

#live-area h1.text-secondary h1,
#live-area h2.text-secondary h1,
#live-area h3.text-secondary h1,
#live-area h4.text-secondary h1,
#live-area h5.text-secondary h1,
#live-area h6.text-secondary h1,
#live-area blockquote.text-secondary h1,
#live-area address.text-secondary h1,
#live-area li.text-secondary h1,
#live-area span.text-secondary h1,
#live-area strong.text-secondary h1,
#live-area p.text-secondary h1,
#live-area h1 .text-secondary h1,
#live-area h2 .text-secondary h1,
#live-area h3 .text-secondary h1,
#live-area h4 .text-secondary h1,
#live-area h5 .text-secondary h1,
#live-area h6 .text-secondary h1,
#live-area blockquote .text-secondary h1,
#live-area address .text-secondary h1,
#live-area li .text-secondary h1,
#live-area span .text-secondary h1,
#live-area strong .text-secondary h1,
#live-area p .text-secondary h1,
#live-area h1.text-secondary h2,
#live-area h2.text-secondary h2,
#live-area h3.text-secondary h2,
#live-area h4.text-secondary h2,
#live-area h5.text-secondary h2,
#live-area h6.text-secondary h2,
#live-area blockquote.text-secondary h2,
#live-area address.text-secondary h2,
#live-area li.text-secondary h2,
#live-area span.text-secondary h2,
#live-area strong.text-secondary h2,
#live-area p.text-secondary h2,
#live-area h1 .text-secondary h2,
#live-area h2 .text-secondary h2,
#live-area h3 .text-secondary h2,
#live-area h4 .text-secondary h2,
#live-area h5 .text-secondary h2,
#live-area h6 .text-secondary h2,
#live-area blockquote .text-secondary h2,
#live-area address .text-secondary h2,
#live-area li .text-secondary h2,
#live-area span .text-secondary h2,
#live-area strong .text-secondary h2,
#live-area p .text-secondary h2,
#live-area h1.text-secondary h3,
#live-area h2.text-secondary h3,
#live-area h3.text-secondary h3,
#live-area h4.text-secondary h3,
#live-area h5.text-secondary h3,
#live-area h6.text-secondary h3,
#live-area blockquote.text-secondary h3,
#live-area address.text-secondary h3,
#live-area li.text-secondary h3,
#live-area span.text-secondary h3,
#live-area strong.text-secondary h3,
#live-area p.text-secondary h3,
#live-area h1 .text-secondary h3,
#live-area h2 .text-secondary h3,
#live-area h3 .text-secondary h3,
#live-area h4 .text-secondary h3,
#live-area h5 .text-secondary h3,
#live-area h6 .text-secondary h3,
#live-area blockquote .text-secondary h3,
#live-area address .text-secondary h3,
#live-area li .text-secondary h3,
#live-area span .text-secondary h3,
#live-area strong .text-secondary h3,
#live-area p .text-secondary h3,
#live-area h1.text-secondary h4,
#live-area h2.text-secondary h4,
#live-area h3.text-secondary h4,
#live-area h4.text-secondary h4,
#live-area h5.text-secondary h4,
#live-area h6.text-secondary h4,
#live-area blockquote.text-secondary h4,
#live-area address.text-secondary h4,
#live-area li.text-secondary h4,
#live-area span.text-secondary h4,
#live-area strong.text-secondary h4,
#live-area p.text-secondary h4,
#live-area h1 .text-secondary h4,
#live-area h2 .text-secondary h4,
#live-area h3 .text-secondary h4,
#live-area h4 .text-secondary h4,
#live-area h5 .text-secondary h4,
#live-area h6 .text-secondary h4,
#live-area blockquote .text-secondary h4,
#live-area address .text-secondary h4,
#live-area li .text-secondary h4,
#live-area span .text-secondary h4,
#live-area strong .text-secondary h4,
#live-area p .text-secondary h4,
#live-area h1.text-secondary h5,
#live-area h2.text-secondary h5,
#live-area h3.text-secondary h5,
#live-area h4.text-secondary h5,
#live-area h5.text-secondary h5,
#live-area h6.text-secondary h5,
#live-area blockquote.text-secondary h5,
#live-area address.text-secondary h5,
#live-area li.text-secondary h5,
#live-area span.text-secondary h5,
#live-area strong.text-secondary h5,
#live-area p.text-secondary h5,
#live-area h1 .text-secondary h5,
#live-area h2 .text-secondary h5,
#live-area h3 .text-secondary h5,
#live-area h4 .text-secondary h5,
#live-area h5 .text-secondary h5,
#live-area h6 .text-secondary h5,
#live-area blockquote .text-secondary h5,
#live-area address .text-secondary h5,
#live-area li .text-secondary h5,
#live-area span .text-secondary h5,
#live-area strong .text-secondary h5,
#live-area p .text-secondary h5,
#live-area h1.text-secondary h6,
#live-area h2.text-secondary h6,
#live-area h3.text-secondary h6,
#live-area h4.text-secondary h6,
#live-area h5.text-secondary h6,
#live-area h6.text-secondary h6,
#live-area blockquote.text-secondary h6,
#live-area address.text-secondary h6,
#live-area li.text-secondary h6,
#live-area span.text-secondary h6,
#live-area strong.text-secondary h6,
#live-area p.text-secondary h6,
#live-area h1 .text-secondary h6,
#live-area h2 .text-secondary h6,
#live-area h3 .text-secondary h6,
#live-area h4 .text-secondary h6,
#live-area h5 .text-secondary h6,
#live-area h6 .text-secondary h6,
#live-area blockquote .text-secondary h6,
#live-area address .text-secondary h6,
#live-area li .text-secondary h6,
#live-area span .text-secondary h6,
#live-area strong .text-secondary h6,
#live-area p .text-secondary h6,
#live-area h1.text-secondary blockquote,
#live-area h2.text-secondary blockquote,
#live-area h3.text-secondary blockquote,
#live-area h4.text-secondary blockquote,
#live-area h5.text-secondary blockquote,
#live-area h6.text-secondary blockquote,
#live-area blockquote.text-secondary blockquote,
#live-area address.text-secondary blockquote,
#live-area li.text-secondary blockquote,
#live-area span.text-secondary blockquote,
#live-area strong.text-secondary blockquote,
#live-area p.text-secondary blockquote,
#live-area h1 .text-secondary blockquote,
#live-area h2 .text-secondary blockquote,
#live-area h3 .text-secondary blockquote,
#live-area h4 .text-secondary blockquote,
#live-area h5 .text-secondary blockquote,
#live-area h6 .text-secondary blockquote,
#live-area blockquote .text-secondary blockquote,
#live-area address .text-secondary blockquote,
#live-area li .text-secondary blockquote,
#live-area span .text-secondary blockquote,
#live-area strong .text-secondary blockquote,
#live-area p .text-secondary blockquote,
#live-area h1.text-secondary address,
#live-area h2.text-secondary address,
#live-area h3.text-secondary address,
#live-area h4.text-secondary address,
#live-area h5.text-secondary address,
#live-area h6.text-secondary address,
#live-area blockquote.text-secondary address,
#live-area address.text-secondary address,
#live-area li.text-secondary address,
#live-area span.text-secondary address,
#live-area strong.text-secondary address,
#live-area p.text-secondary address,
#live-area h1 .text-secondary address,
#live-area h2 .text-secondary address,
#live-area h3 .text-secondary address,
#live-area h4 .text-secondary address,
#live-area h5 .text-secondary address,
#live-area h6 .text-secondary address,
#live-area blockquote .text-secondary address,
#live-area address .text-secondary address,
#live-area li .text-secondary address,
#live-area span .text-secondary address,
#live-area strong .text-secondary address,
#live-area p .text-secondary address,
#live-area h1.text-secondary li,
#live-area h2.text-secondary li,
#live-area h3.text-secondary li,
#live-area h4.text-secondary li,
#live-area h5.text-secondary li,
#live-area h6.text-secondary li,
#live-area blockquote.text-secondary li,
#live-area address.text-secondary li,
#live-area li.text-secondary li,
#live-area span.text-secondary li,
#live-area strong.text-secondary li,
#live-area p.text-secondary li,
#live-area h1 .text-secondary li,
#live-area h2 .text-secondary li,
#live-area h3 .text-secondary li,
#live-area h4 .text-secondary li,
#live-area h5 .text-secondary li,
#live-area h6 .text-secondary li,
#live-area blockquote .text-secondary li,
#live-area address .text-secondary li,
#live-area li .text-secondary li,
#live-area span .text-secondary li,
#live-area strong .text-secondary li,
#live-area p .text-secondary li,
#live-area h1.text-secondary span,
#live-area h2.text-secondary span,
#live-area h3.text-secondary span,
#live-area h4.text-secondary span,
#live-area h5.text-secondary span,
#live-area h6.text-secondary span,
#live-area blockquote.text-secondary span,
#live-area address.text-secondary span,
#live-area li.text-secondary span,
#live-area span.text-secondary span,
#live-area strong.text-secondary span,
#live-area p.text-secondary span,
#live-area h1 .text-secondary span,
#live-area h2 .text-secondary span,
#live-area h3 .text-secondary span,
#live-area h4 .text-secondary span,
#live-area h5 .text-secondary span,
#live-area h6 .text-secondary span,
#live-area blockquote .text-secondary span,
#live-area address .text-secondary span,
#live-area li .text-secondary span,
#live-area span .text-secondary span,
#live-area strong .text-secondary span,
#live-area p .text-secondary span,
#live-area h1.text-secondary strong,
#live-area h2.text-secondary strong,
#live-area h3.text-secondary strong,
#live-area h4.text-secondary strong,
#live-area h5.text-secondary strong,
#live-area h6.text-secondary strong,
#live-area blockquote.text-secondary strong,
#live-area address.text-secondary strong,
#live-area li.text-secondary strong,
#live-area span.text-secondary strong,
#live-area strong.text-secondary strong,
#live-area p.text-secondary strong,
#live-area h1 .text-secondary strong,
#live-area h2 .text-secondary strong,
#live-area h3 .text-secondary strong,
#live-area h4 .text-secondary strong,
#live-area h5 .text-secondary strong,
#live-area h6 .text-secondary strong,
#live-area blockquote .text-secondary strong,
#live-area address .text-secondary strong,
#live-area li .text-secondary strong,
#live-area span .text-secondary strong,
#live-area strong .text-secondary strong,
#live-area p .text-secondary strong,
#live-area h1.text-secondary p,
#live-area h2.text-secondary p,
#live-area h3.text-secondary p,
#live-area h4.text-secondary p,
#live-area h5.text-secondary p,
#live-area h6.text-secondary p,
#live-area blockquote.text-secondary p,
#live-area address.text-secondary p,
#live-area li.text-secondary p,
#live-area span.text-secondary p,
#live-area strong.text-secondary p,
#live-area p.text-secondary p,
#live-area h1 .text-secondary p,
#live-area h2 .text-secondary p,
#live-area h3 .text-secondary p,
#live-area h4 .text-secondary p,
#live-area h5 .text-secondary p,
#live-area h6 .text-secondary p,
#live-area blockquote .text-secondary p,
#live-area address .text-secondary p,
#live-area li .text-secondary p,
#live-area span .text-secondary p,
#live-area strong .text-secondary p,
#live-area p .text-secondary p {
  color: #6fd24a;
}

#live-area h1.text-tertiary,
#live-area h2.text-tertiary,
#live-area h3.text-tertiary,
#live-area h4.text-tertiary,
#live-area h5.text-tertiary,
#live-area h6.text-tertiary,
#live-area blockquote.text-tertiary,
#live-area address.text-tertiary,
#live-area li.text-tertiary,
#live-area span.text-tertiary,
#live-area strong.text-tertiary,
#live-area p.text-tertiary,
#live-area h1 .text-tertiary,
#live-area h2 .text-tertiary,
#live-area h3 .text-tertiary,
#live-area h4 .text-tertiary,
#live-area h5 .text-tertiary,
#live-area h6 .text-tertiary,
#live-area blockquote .text-tertiary,
#live-area address .text-tertiary,
#live-area li .text-tertiary,
#live-area span .text-tertiary,
#live-area strong .text-tertiary,
#live-area p .text-tertiary {
  color: #009fd2;
}

#live-area h1.text-tertiary h1,
#live-area h2.text-tertiary h1,
#live-area h3.text-tertiary h1,
#live-area h4.text-tertiary h1,
#live-area h5.text-tertiary h1,
#live-area h6.text-tertiary h1,
#live-area blockquote.text-tertiary h1,
#live-area address.text-tertiary h1,
#live-area li.text-tertiary h1,
#live-area span.text-tertiary h1,
#live-area strong.text-tertiary h1,
#live-area p.text-tertiary h1,
#live-area h1 .text-tertiary h1,
#live-area h2 .text-tertiary h1,
#live-area h3 .text-tertiary h1,
#live-area h4 .text-tertiary h1,
#live-area h5 .text-tertiary h1,
#live-area h6 .text-tertiary h1,
#live-area blockquote .text-tertiary h1,
#live-area address .text-tertiary h1,
#live-area li .text-tertiary h1,
#live-area span .text-tertiary h1,
#live-area strong .text-tertiary h1,
#live-area p .text-tertiary h1,
#live-area h1.text-tertiary h2,
#live-area h2.text-tertiary h2,
#live-area h3.text-tertiary h2,
#live-area h4.text-tertiary h2,
#live-area h5.text-tertiary h2,
#live-area h6.text-tertiary h2,
#live-area blockquote.text-tertiary h2,
#live-area address.text-tertiary h2,
#live-area li.text-tertiary h2,
#live-area span.text-tertiary h2,
#live-area strong.text-tertiary h2,
#live-area p.text-tertiary h2,
#live-area h1 .text-tertiary h2,
#live-area h2 .text-tertiary h2,
#live-area h3 .text-tertiary h2,
#live-area h4 .text-tertiary h2,
#live-area h5 .text-tertiary h2,
#live-area h6 .text-tertiary h2,
#live-area blockquote .text-tertiary h2,
#live-area address .text-tertiary h2,
#live-area li .text-tertiary h2,
#live-area span .text-tertiary h2,
#live-area strong .text-tertiary h2,
#live-area p .text-tertiary h2,
#live-area h1.text-tertiary h3,
#live-area h2.text-tertiary h3,
#live-area h3.text-tertiary h3,
#live-area h4.text-tertiary h3,
#live-area h5.text-tertiary h3,
#live-area h6.text-tertiary h3,
#live-area blockquote.text-tertiary h3,
#live-area address.text-tertiary h3,
#live-area li.text-tertiary h3,
#live-area span.text-tertiary h3,
#live-area strong.text-tertiary h3,
#live-area p.text-tertiary h3,
#live-area h1 .text-tertiary h3,
#live-area h2 .text-tertiary h3,
#live-area h3 .text-tertiary h3,
#live-area h4 .text-tertiary h3,
#live-area h5 .text-tertiary h3,
#live-area h6 .text-tertiary h3,
#live-area blockquote .text-tertiary h3,
#live-area address .text-tertiary h3,
#live-area li .text-tertiary h3,
#live-area span .text-tertiary h3,
#live-area strong .text-tertiary h3,
#live-area p .text-tertiary h3,
#live-area h1.text-tertiary h4,
#live-area h2.text-tertiary h4,
#live-area h3.text-tertiary h4,
#live-area h4.text-tertiary h4,
#live-area h5.text-tertiary h4,
#live-area h6.text-tertiary h4,
#live-area blockquote.text-tertiary h4,
#live-area address.text-tertiary h4,
#live-area li.text-tertiary h4,
#live-area span.text-tertiary h4,
#live-area strong.text-tertiary h4,
#live-area p.text-tertiary h4,
#live-area h1 .text-tertiary h4,
#live-area h2 .text-tertiary h4,
#live-area h3 .text-tertiary h4,
#live-area h4 .text-tertiary h4,
#live-area h5 .text-tertiary h4,
#live-area h6 .text-tertiary h4,
#live-area blockquote .text-tertiary h4,
#live-area address .text-tertiary h4,
#live-area li .text-tertiary h4,
#live-area span .text-tertiary h4,
#live-area strong .text-tertiary h4,
#live-area p .text-tertiary h4,
#live-area h1.text-tertiary h5,
#live-area h2.text-tertiary h5,
#live-area h3.text-tertiary h5,
#live-area h4.text-tertiary h5,
#live-area h5.text-tertiary h5,
#live-area h6.text-tertiary h5,
#live-area blockquote.text-tertiary h5,
#live-area address.text-tertiary h5,
#live-area li.text-tertiary h5,
#live-area span.text-tertiary h5,
#live-area strong.text-tertiary h5,
#live-area p.text-tertiary h5,
#live-area h1 .text-tertiary h5,
#live-area h2 .text-tertiary h5,
#live-area h3 .text-tertiary h5,
#live-area h4 .text-tertiary h5,
#live-area h5 .text-tertiary h5,
#live-area h6 .text-tertiary h5,
#live-area blockquote .text-tertiary h5,
#live-area address .text-tertiary h5,
#live-area li .text-tertiary h5,
#live-area span .text-tertiary h5,
#live-area strong .text-tertiary h5,
#live-area p .text-tertiary h5,
#live-area h1.text-tertiary h6,
#live-area h2.text-tertiary h6,
#live-area h3.text-tertiary h6,
#live-area h4.text-tertiary h6,
#live-area h5.text-tertiary h6,
#live-area h6.text-tertiary h6,
#live-area blockquote.text-tertiary h6,
#live-area address.text-tertiary h6,
#live-area li.text-tertiary h6,
#live-area span.text-tertiary h6,
#live-area strong.text-tertiary h6,
#live-area p.text-tertiary h6,
#live-area h1 .text-tertiary h6,
#live-area h2 .text-tertiary h6,
#live-area h3 .text-tertiary h6,
#live-area h4 .text-tertiary h6,
#live-area h5 .text-tertiary h6,
#live-area h6 .text-tertiary h6,
#live-area blockquote .text-tertiary h6,
#live-area address .text-tertiary h6,
#live-area li .text-tertiary h6,
#live-area span .text-tertiary h6,
#live-area strong .text-tertiary h6,
#live-area p .text-tertiary h6,
#live-area h1.text-tertiary blockquote,
#live-area h2.text-tertiary blockquote,
#live-area h3.text-tertiary blockquote,
#live-area h4.text-tertiary blockquote,
#live-area h5.text-tertiary blockquote,
#live-area h6.text-tertiary blockquote,
#live-area blockquote.text-tertiary blockquote,
#live-area address.text-tertiary blockquote,
#live-area li.text-tertiary blockquote,
#live-area span.text-tertiary blockquote,
#live-area strong.text-tertiary blockquote,
#live-area p.text-tertiary blockquote,
#live-area h1 .text-tertiary blockquote,
#live-area h2 .text-tertiary blockquote,
#live-area h3 .text-tertiary blockquote,
#live-area h4 .text-tertiary blockquote,
#live-area h5 .text-tertiary blockquote,
#live-area h6 .text-tertiary blockquote,
#live-area blockquote .text-tertiary blockquote,
#live-area address .text-tertiary blockquote,
#live-area li .text-tertiary blockquote,
#live-area span .text-tertiary blockquote,
#live-area strong .text-tertiary blockquote,
#live-area p .text-tertiary blockquote,
#live-area h1.text-tertiary address,
#live-area h2.text-tertiary address,
#live-area h3.text-tertiary address,
#live-area h4.text-tertiary address,
#live-area h5.text-tertiary address,
#live-area h6.text-tertiary address,
#live-area blockquote.text-tertiary address,
#live-area address.text-tertiary address,
#live-area li.text-tertiary address,
#live-area span.text-tertiary address,
#live-area strong.text-tertiary address,
#live-area p.text-tertiary address,
#live-area h1 .text-tertiary address,
#live-area h2 .text-tertiary address,
#live-area h3 .text-tertiary address,
#live-area h4 .text-tertiary address,
#live-area h5 .text-tertiary address,
#live-area h6 .text-tertiary address,
#live-area blockquote .text-tertiary address,
#live-area address .text-tertiary address,
#live-area li .text-tertiary address,
#live-area span .text-tertiary address,
#live-area strong .text-tertiary address,
#live-area p .text-tertiary address,
#live-area h1.text-tertiary li,
#live-area h2.text-tertiary li,
#live-area h3.text-tertiary li,
#live-area h4.text-tertiary li,
#live-area h5.text-tertiary li,
#live-area h6.text-tertiary li,
#live-area blockquote.text-tertiary li,
#live-area address.text-tertiary li,
#live-area li.text-tertiary li,
#live-area span.text-tertiary li,
#live-area strong.text-tertiary li,
#live-area p.text-tertiary li,
#live-area h1 .text-tertiary li,
#live-area h2 .text-tertiary li,
#live-area h3 .text-tertiary li,
#live-area h4 .text-tertiary li,
#live-area h5 .text-tertiary li,
#live-area h6 .text-tertiary li,
#live-area blockquote .text-tertiary li,
#live-area address .text-tertiary li,
#live-area li .text-tertiary li,
#live-area span .text-tertiary li,
#live-area strong .text-tertiary li,
#live-area p .text-tertiary li,
#live-area h1.text-tertiary span,
#live-area h2.text-tertiary span,
#live-area h3.text-tertiary span,
#live-area h4.text-tertiary span,
#live-area h5.text-tertiary span,
#live-area h6.text-tertiary span,
#live-area blockquote.text-tertiary span,
#live-area address.text-tertiary span,
#live-area li.text-tertiary span,
#live-area span.text-tertiary span,
#live-area strong.text-tertiary span,
#live-area p.text-tertiary span,
#live-area h1 .text-tertiary span,
#live-area h2 .text-tertiary span,
#live-area h3 .text-tertiary span,
#live-area h4 .text-tertiary span,
#live-area h5 .text-tertiary span,
#live-area h6 .text-tertiary span,
#live-area blockquote .text-tertiary span,
#live-area address .text-tertiary span,
#live-area li .text-tertiary span,
#live-area span .text-tertiary span,
#live-area strong .text-tertiary span,
#live-area p .text-tertiary span,
#live-area h1.text-tertiary strong,
#live-area h2.text-tertiary strong,
#live-area h3.text-tertiary strong,
#live-area h4.text-tertiary strong,
#live-area h5.text-tertiary strong,
#live-area h6.text-tertiary strong,
#live-area blockquote.text-tertiary strong,
#live-area address.text-tertiary strong,
#live-area li.text-tertiary strong,
#live-area span.text-tertiary strong,
#live-area strong.text-tertiary strong,
#live-area p.text-tertiary strong,
#live-area h1 .text-tertiary strong,
#live-area h2 .text-tertiary strong,
#live-area h3 .text-tertiary strong,
#live-area h4 .text-tertiary strong,
#live-area h5 .text-tertiary strong,
#live-area h6 .text-tertiary strong,
#live-area blockquote .text-tertiary strong,
#live-area address .text-tertiary strong,
#live-area li .text-tertiary strong,
#live-area span .text-tertiary strong,
#live-area strong .text-tertiary strong,
#live-area p .text-tertiary strong,
#live-area h1.text-tertiary p,
#live-area h2.text-tertiary p,
#live-area h3.text-tertiary p,
#live-area h4.text-tertiary p,
#live-area h5.text-tertiary p,
#live-area h6.text-tertiary p,
#live-area blockquote.text-tertiary p,
#live-area address.text-tertiary p,
#live-area li.text-tertiary p,
#live-area span.text-tertiary p,
#live-area strong.text-tertiary p,
#live-area p.text-tertiary p,
#live-area h1 .text-tertiary p,
#live-area h2 .text-tertiary p,
#live-area h3 .text-tertiary p,
#live-area h4 .text-tertiary p,
#live-area h5 .text-tertiary p,
#live-area h6 .text-tertiary p,
#live-area blockquote .text-tertiary p,
#live-area address .text-tertiary p,
#live-area li .text-tertiary p,
#live-area span .text-tertiary p,
#live-area strong .text-tertiary p,
#live-area p .text-tertiary p {
  color: #009fd2;
}

#live-area h1.text-reset,
#live-area h2.text-reset,
#live-area h3.text-reset,
#live-area h4.text-reset,
#live-area h5.text-reset,
#live-area h6.text-reset,
#live-area blockquote.text-reset,
#live-area address.text-reset,
#live-area li.text-reset,
#live-area span.text-reset,
#live-area strong.text-reset,
#live-area p.text-reset,
#live-area h1 .text-reset,
#live-area h2 .text-reset,
#live-area h3 .text-reset,
#live-area h4 .text-reset,
#live-area h5 .text-reset,
#live-area h6 .text-reset,
#live-area blockquote .text-reset,
#live-area address .text-reset,
#live-area li .text-reset,
#live-area span .text-reset,
#live-area strong .text-reset,
#live-area p .text-reset {
  color: inherit;
}

#live-area h1.text-reset h1,
#live-area h2.text-reset h1,
#live-area h3.text-reset h1,
#live-area h4.text-reset h1,
#live-area h5.text-reset h1,
#live-area h6.text-reset h1,
#live-area blockquote.text-reset h1,
#live-area address.text-reset h1,
#live-area li.text-reset h1,
#live-area span.text-reset h1,
#live-area strong.text-reset h1,
#live-area p.text-reset h1,
#live-area h1 .text-reset h1,
#live-area h2 .text-reset h1,
#live-area h3 .text-reset h1,
#live-area h4 .text-reset h1,
#live-area h5 .text-reset h1,
#live-area h6 .text-reset h1,
#live-area blockquote .text-reset h1,
#live-area address .text-reset h1,
#live-area li .text-reset h1,
#live-area span .text-reset h1,
#live-area strong .text-reset h1,
#live-area p .text-reset h1,
#live-area h1.text-reset h2,
#live-area h2.text-reset h2,
#live-area h3.text-reset h2,
#live-area h4.text-reset h2,
#live-area h5.text-reset h2,
#live-area h6.text-reset h2,
#live-area blockquote.text-reset h2,
#live-area address.text-reset h2,
#live-area li.text-reset h2,
#live-area span.text-reset h2,
#live-area strong.text-reset h2,
#live-area p.text-reset h2,
#live-area h1 .text-reset h2,
#live-area h2 .text-reset h2,
#live-area h3 .text-reset h2,
#live-area h4 .text-reset h2,
#live-area h5 .text-reset h2,
#live-area h6 .text-reset h2,
#live-area blockquote .text-reset h2,
#live-area address .text-reset h2,
#live-area li .text-reset h2,
#live-area span .text-reset h2,
#live-area strong .text-reset h2,
#live-area p .text-reset h2,
#live-area h1.text-reset h3,
#live-area h2.text-reset h3,
#live-area h3.text-reset h3,
#live-area h4.text-reset h3,
#live-area h5.text-reset h3,
#live-area h6.text-reset h3,
#live-area blockquote.text-reset h3,
#live-area address.text-reset h3,
#live-area li.text-reset h3,
#live-area span.text-reset h3,
#live-area strong.text-reset h3,
#live-area p.text-reset h3,
#live-area h1 .text-reset h3,
#live-area h2 .text-reset h3,
#live-area h3 .text-reset h3,
#live-area h4 .text-reset h3,
#live-area h5 .text-reset h3,
#live-area h6 .text-reset h3,
#live-area blockquote .text-reset h3,
#live-area address .text-reset h3,
#live-area li .text-reset h3,
#live-area span .text-reset h3,
#live-area strong .text-reset h3,
#live-area p .text-reset h3,
#live-area h1.text-reset h4,
#live-area h2.text-reset h4,
#live-area h3.text-reset h4,
#live-area h4.text-reset h4,
#live-area h5.text-reset h4,
#live-area h6.text-reset h4,
#live-area blockquote.text-reset h4,
#live-area address.text-reset h4,
#live-area li.text-reset h4,
#live-area span.text-reset h4,
#live-area strong.text-reset h4,
#live-area p.text-reset h4,
#live-area h1 .text-reset h4,
#live-area h2 .text-reset h4,
#live-area h3 .text-reset h4,
#live-area h4 .text-reset h4,
#live-area h5 .text-reset h4,
#live-area h6 .text-reset h4,
#live-area blockquote .text-reset h4,
#live-area address .text-reset h4,
#live-area li .text-reset h4,
#live-area span .text-reset h4,
#live-area strong .text-reset h4,
#live-area p .text-reset h4,
#live-area h1.text-reset h5,
#live-area h2.text-reset h5,
#live-area h3.text-reset h5,
#live-area h4.text-reset h5,
#live-area h5.text-reset h5,
#live-area h6.text-reset h5,
#live-area blockquote.text-reset h5,
#live-area address.text-reset h5,
#live-area li.text-reset h5,
#live-area span.text-reset h5,
#live-area strong.text-reset h5,
#live-area p.text-reset h5,
#live-area h1 .text-reset h5,
#live-area h2 .text-reset h5,
#live-area h3 .text-reset h5,
#live-area h4 .text-reset h5,
#live-area h5 .text-reset h5,
#live-area h6 .text-reset h5,
#live-area blockquote .text-reset h5,
#live-area address .text-reset h5,
#live-area li .text-reset h5,
#live-area span .text-reset h5,
#live-area strong .text-reset h5,
#live-area p .text-reset h5,
#live-area h1.text-reset h6,
#live-area h2.text-reset h6,
#live-area h3.text-reset h6,
#live-area h4.text-reset h6,
#live-area h5.text-reset h6,
#live-area h6.text-reset h6,
#live-area blockquote.text-reset h6,
#live-area address.text-reset h6,
#live-area li.text-reset h6,
#live-area span.text-reset h6,
#live-area strong.text-reset h6,
#live-area p.text-reset h6,
#live-area h1 .text-reset h6,
#live-area h2 .text-reset h6,
#live-area h3 .text-reset h6,
#live-area h4 .text-reset h6,
#live-area h5 .text-reset h6,
#live-area h6 .text-reset h6,
#live-area blockquote .text-reset h6,
#live-area address .text-reset h6,
#live-area li .text-reset h6,
#live-area span .text-reset h6,
#live-area strong .text-reset h6,
#live-area p .text-reset h6,
#live-area h1.text-reset blockquote,
#live-area h2.text-reset blockquote,
#live-area h3.text-reset blockquote,
#live-area h4.text-reset blockquote,
#live-area h5.text-reset blockquote,
#live-area h6.text-reset blockquote,
#live-area blockquote.text-reset blockquote,
#live-area address.text-reset blockquote,
#live-area li.text-reset blockquote,
#live-area span.text-reset blockquote,
#live-area strong.text-reset blockquote,
#live-area p.text-reset blockquote,
#live-area h1 .text-reset blockquote,
#live-area h2 .text-reset blockquote,
#live-area h3 .text-reset blockquote,
#live-area h4 .text-reset blockquote,
#live-area h5 .text-reset blockquote,
#live-area h6 .text-reset blockquote,
#live-area blockquote .text-reset blockquote,
#live-area address .text-reset blockquote,
#live-area li .text-reset blockquote,
#live-area span .text-reset blockquote,
#live-area strong .text-reset blockquote,
#live-area p .text-reset blockquote,
#live-area h1.text-reset address,
#live-area h2.text-reset address,
#live-area h3.text-reset address,
#live-area h4.text-reset address,
#live-area h5.text-reset address,
#live-area h6.text-reset address,
#live-area blockquote.text-reset address,
#live-area address.text-reset address,
#live-area li.text-reset address,
#live-area span.text-reset address,
#live-area strong.text-reset address,
#live-area p.text-reset address,
#live-area h1 .text-reset address,
#live-area h2 .text-reset address,
#live-area h3 .text-reset address,
#live-area h4 .text-reset address,
#live-area h5 .text-reset address,
#live-area h6 .text-reset address,
#live-area blockquote .text-reset address,
#live-area address .text-reset address,
#live-area li .text-reset address,
#live-area span .text-reset address,
#live-area strong .text-reset address,
#live-area p .text-reset address,
#live-area h1.text-reset li,
#live-area h2.text-reset li,
#live-area h3.text-reset li,
#live-area h4.text-reset li,
#live-area h5.text-reset li,
#live-area h6.text-reset li,
#live-area blockquote.text-reset li,
#live-area address.text-reset li,
#live-area li.text-reset li,
#live-area span.text-reset li,
#live-area strong.text-reset li,
#live-area p.text-reset li,
#live-area h1 .text-reset li,
#live-area h2 .text-reset li,
#live-area h3 .text-reset li,
#live-area h4 .text-reset li,
#live-area h5 .text-reset li,
#live-area h6 .text-reset li,
#live-area blockquote .text-reset li,
#live-area address .text-reset li,
#live-area li .text-reset li,
#live-area span .text-reset li,
#live-area strong .text-reset li,
#live-area p .text-reset li,
#live-area h1.text-reset span,
#live-area h2.text-reset span,
#live-area h3.text-reset span,
#live-area h4.text-reset span,
#live-area h5.text-reset span,
#live-area h6.text-reset span,
#live-area blockquote.text-reset span,
#live-area address.text-reset span,
#live-area li.text-reset span,
#live-area span.text-reset span,
#live-area strong.text-reset span,
#live-area p.text-reset span,
#live-area h1 .text-reset span,
#live-area h2 .text-reset span,
#live-area h3 .text-reset span,
#live-area h4 .text-reset span,
#live-area h5 .text-reset span,
#live-area h6 .text-reset span,
#live-area blockquote .text-reset span,
#live-area address .text-reset span,
#live-area li .text-reset span,
#live-area span .text-reset span,
#live-area strong .text-reset span,
#live-area p .text-reset span,
#live-area h1.text-reset strong,
#live-area h2.text-reset strong,
#live-area h3.text-reset strong,
#live-area h4.text-reset strong,
#live-area h5.text-reset strong,
#live-area h6.text-reset strong,
#live-area blockquote.text-reset strong,
#live-area address.text-reset strong,
#live-area li.text-reset strong,
#live-area span.text-reset strong,
#live-area strong.text-reset strong,
#live-area p.text-reset strong,
#live-area h1 .text-reset strong,
#live-area h2 .text-reset strong,
#live-area h3 .text-reset strong,
#live-area h4 .text-reset strong,
#live-area h5 .text-reset strong,
#live-area h6 .text-reset strong,
#live-area blockquote .text-reset strong,
#live-area address .text-reset strong,
#live-area li .text-reset strong,
#live-area span .text-reset strong,
#live-area strong .text-reset strong,
#live-area p .text-reset strong,
#live-area h1.text-reset p,
#live-area h2.text-reset p,
#live-area h3.text-reset p,
#live-area h4.text-reset p,
#live-area h5.text-reset p,
#live-area h6.text-reset p,
#live-area blockquote.text-reset p,
#live-area address.text-reset p,
#live-area li.text-reset p,
#live-area span.text-reset p,
#live-area strong.text-reset p,
#live-area p.text-reset p,
#live-area h1 .text-reset p,
#live-area h2 .text-reset p,
#live-area h3 .text-reset p,
#live-area h4 .text-reset p,
#live-area h5 .text-reset p,
#live-area h6 .text-reset p,
#live-area blockquote .text-reset p,
#live-area address .text-reset p,
#live-area li .text-reset p,
#live-area span .text-reset p,
#live-area strong .text-reset p,
#live-area p .text-reset p {
  color: inherit;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 992px) {
  .container {
    width: 968px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.row {
  margin-left: -24px;
  margin-right: -24px;
}

.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: 24px;
  padding-right: 24px;
}

.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: 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%;
  }
}

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: #fff;
}

.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: #14344e;
}

.form-control {
  display: block;
  width: 100%;
  height: 2.15em;
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1.5em;
  color: #14344e;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0.75em;
  -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, -webkit-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: #0067bf;
}

@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: -24px;
  margin-right: -24px;
}

@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: 24px;
}

@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: 500;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  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.375em 2em;
  padding-bottom: 0.5em;
  padding-top: 0.65em;
  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: inherit;
  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: inherit;
  background-color: #ff4d00;
  border: 0.125em solid #ff4d00;
  -webkit-transition: background 0.35s, border 0.35s;
  transition: background 0.35s, border 0.35s;
  border-radius: 0em;
}

.btn-default:active,
.btn-default.active,
.btn-default:focus,
.btn-default.focus,
.btn-default:hover,
.btn-default:hover {
  color: inherit;
  background: rgba(255, 77, 0, 0.8);
  border-color: #ff4d00;
}

.open > .dropdown-toggle.btn-default {
  color: #ff4d00;
  background-color: #cc3e00;
  border-color: #c23b00;
}

.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #ff4d00;
  background-color: #a83300;
  border-color: #802700;
}

.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: #ff4d00;
  border-color: #ff4d00;
}

.btn-default .badge {
  color: #ff4d00;
  background-color: inherit;
}

.btn-primary {
  color: #fff;
  background-color: #ff4d00;
  border: 0.125em solid #ff4d00;
  -webkit-transition: background 0.35s, border 0.35s;
  transition: background 0.35s, border 0.35s;
  border-radius: 0em;
}

.btn-primary:active,
.btn-primary.active,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:hover {
  color: #fff;
  background: rgba(255, 77, 0, 0.8);
  border-color: #ff4d00;
}

.open > .dropdown-toggle.btn-primary {
  color: #ff4d00;
  background-color: #cc3e00;
  border-color: #c23b00;
}

.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ff4d00;
  background-color: #a83300;
  border-color: #802700;
}

.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: #ff4d00;
  border-color: #ff4d00;
}

.btn-primary .badge {
  color: #ff4d00;
  background-color: #fff;
}

.btn-secondary {
  color: #fff;
  background-color: #6fd24a;
  border: 0.125em solid #6fd24a;
  -webkit-transition: background 0.35s, border 0.35s;
  transition: background 0.35s, border 0.35s;
  border-radius: 0em;
}

.btn-secondary:active,
.btn-secondary.active,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:hover,
.btn-secondary:hover {
  color: #fff;
  background: rgba(111, 210, 74, 0.8);
  border-color: #6fd24a;
}

.open > .dropdown-toggle.btn-secondary {
  color: #6fd24a;
  background-color: #55bb2e;
  border-color: #51b22c;
}

.open > .dropdown-toggle.btn-secondary:hover,
.open > .dropdown-toggle.btn-secondary:focus,
.open > .dropdown-toggle.btn-secondary.focus {
  color: #6fd24a;
  background-color: #489e27;
  border-color: #397d1f;
}

.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: #6fd24a;
  border-color: #6fd24a;
}

.btn-secondary .badge {
  color: #6fd24a;
  background-color: #fff;
}

.btn-tertiary {
  color: #fff;
  background-color: #009fd2;
  border: 0.125em solid #009fd2;
  -webkit-transition: background 0.35s, border 0.35s;
  transition: background 0.35s, border 0.35s;
  border-radius: 0em;
}

.btn-tertiary:active,
.btn-tertiary.active,
.btn-tertiary:focus,
.btn-tertiary.focus,
.btn-tertiary:hover,
.btn-tertiary:hover {
  color: #fff;
  background: rgba(0, 159, 210, 0.8);
  border-color: #009fd2;
}

.open > .dropdown-toggle.btn-tertiary {
  color: #009fd2;
  background-color: #00789f;
  border-color: #007195;
}

.open > .dropdown-toggle.btn-tertiary:hover,
.open > .dropdown-toggle.btn-tertiary:focus,
.open > .dropdown-toggle.btn-tertiary.focus {
  color: #009fd2;
  background-color: #005d7b;
  border-color: #003e52;
}

.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: #009fd2;
  border-color: #009fd2;
}

.btn-tertiary .badge {
  color: #009fd2;
  background-color: #fff;
}

.btn-link {
  color: #ff4d00;
  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: #b33600;
  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.375em 2em;
  padding-bottom: 0.5em;
  padding-top: 0.65em;
  font-size: 1.125em;
  line-height: 1.3333333;
  border-radius: 0em;
}

.btn-sm {
  padding: 0.375em 2em;
  padding-bottom: 0.5em;
  padding-top: 0.65em;
  font-size: 0.5em;
  line-height: 1.5;
  border-radius: 0em;
}

.btn-xs {
  padding: 0.375em 2em;
  padding-bottom: 0.5em;
  padding-top: 0.65em;
  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;
  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: 12px;
  padding-bottom: 12px;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 1em;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0.75em;
}

.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: 0.75em;
}

.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: #ff4d00;
  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: 0.75em;
  border-top-left-radius: 0.75em;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0.75em;
  border-top-right-radius: 0.75em;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #b33600;
  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: #ff4d00;
  border-color: #ff4d00;
  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: 0.75em;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.alert i {
  margin-right: 0.5em;
}

.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: 0.75em;
  border-top-left-radius: 0.75em;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.75em;
  border-bottom-left-radius: 0.75em;
}

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: #ff4d00;
  border-color: #ff4d00;
}

.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: #ffdbcc;
}

.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%;
}

body {
  min-width: 1200px;
}

body.presentation-body {
  min-width: 100%;
}

.flx-wrp {
  width: 100%;
  display: inline-block;
  padding: 0 0 0 0;
}

#live-area {
  z-index: 1;
  position: relative;
  border-color: #ff4d00;
  float: left;
  width: 100%;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-width: 1200px;
  height: -webkit-calc(100vh - 5.75em);
  height: calc(100vh - 5.75em);
}

#live-area img {
  max-width: 100%;
}

body.admin-bar #live-area {
  height: -webkit-calc(100vh - 5.75em - 32px);
  height: calc(100vh - 5.75em - 32px);
}

@media (max-width: 768px) {
  body.admin-bar #live-area {
    height: -webkit-calc(100vh - 5.75em - 46px);
    height: calc(100vh - 5.75em - 46px);
  }
}

.page-template-page-login #live-area {
  height: 100vh;
}

div.view-area {
  width: 100%;
  padding: 24px;
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

div.view-container {
  min-width: 544px;
  display: inline-block;
  width: 100%;
  margin: auto auto;
  max-width: 100%;
}

section {
  padding: 0 0;
  display: block;
  float: left;
  position: relative;
  width: 100%;
  z-index: 1;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
  padding-top: 48px;
  padding-bottom: 48px;
  overflow: hidden;
}

section .container-fluid {
  float: initial;
}

.column {
  padding-top: 12px;
  padding-bottom: 12px;
}

.column:empty {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {

}

.container.wraps-page-content,
#sidebar-container {
  padding-top: 24px;
  padding-bottom: 48px;
}

.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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: last-baseline;
    -webkit-align-items: last-baseline;
    -ms-flex-align: last-baseline;
    align-items: last-baseline;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: last-baseline;
    -webkit-align-items: last-baseline;
    -ms-flex-align: last-baseline;
    align-items: last-baseline;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: last-baseline;
    -webkit-align-items: last-baseline;
    -ms-flex-align: last-baseline;
    align-items: last-baseline;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: last-baseline;
    -webkit-align-items: last-baseline;
    -ms-flex-align: last-baseline;
    align-items: last-baseline;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-space-evenly {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.justify-space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (max-width: 768px) and (min-width: 480px) {
  .row-md-fifths {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    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: 24px;
  }

  .pad-xs-1 > .row,
  div.pad-xs-1 > .row,
  .container.pad-xs-1 > .row {
    margin-left: -24px;
    margin-right: -24px;
  }

  .pad-xs-1-horz,
  div.pad-xs-1-horz,
  .container.pad-xs-1-horz {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pad-xs-1-horz > .row,
  div.pad-xs-1-horz > .row,
  .container.pad-xs-1-horz > .row {
    margin-left: -24px;
    margin-right: -24px;
  }

  .pad-xs-1-vert,
  div.pad-xs-1-vert,
  .row.pad-xs-1-vert,
  .container.pad-xs-1-vert {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pad-xs-1-top,
  div.pad-xs-1-top,
  .row.pad-xs-1-top,
  .container.pad-xs-1-top {
    padding-top: 24px;
  }

  .pad-xs-1-bottom,
  div.pad-xs-1-bottom,
  .row.pad-xs-1-bottom,
  .container.pad-xs-1-bottom {
    padding-bottom: 24px;
  }

  .pad-xs-1-left,
  div.pad-xs-1-left,
  .container.pad-xs-1-left {
    padding-left: 24px;
  }

  .pad-xs-1-right,
  div.pad-xs-1-right,
  .container.pad-xs-1-right {
    padding-right: 24px;
  }

  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: 48px;
  }

  .pad-xs-2 > .row,
  div.pad-xs-2 > .row,
  .container.pad-xs-2 > .row {
    margin-left: -48px;
    margin-right: -48px;
  }

  .pad-xs-2-horz,
  div.pad-xs-2-horz,
  .container.pad-xs-2-horz {
    padding-left: 48px;
    padding-right: 48px;
  }

  .pad-xs-2-horz > .row,
  div.pad-xs-2-horz > .row,
  .container.pad-xs-2-horz > .row {
    margin-left: -48px;
    margin-right: -48px;
  }

  .pad-xs-2-vert,
  div.pad-xs-2-vert,
  .row.pad-xs-2-vert,
  .container.pad-xs-2-vert {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .pad-xs-2-top,
  div.pad-xs-2-top,
  .row.pad-xs-2-top,
  .container.pad-xs-2-top {
    padding-top: 48px;
  }

  .pad-xs-2-bottom,
  div.pad-xs-2-bottom,
  .row.pad-xs-2-bottom,
  .container.pad-xs-2-bottom {
    padding-bottom: 48px;
  }

  .pad-xs-2-left,
  div.pad-xs-2-left,
  .container.pad-xs-2-left {
    padding-left: 48px;
  }

  .pad-xs-2-right,
  div.pad-xs-2-right,
  .container.pad-xs-2-right {
    padding-right: 48px;
  }

  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: 72px;
  }

  .pad-xs-3 > .row,
  div.pad-xs-3 > .row,
  .container.pad-xs-3 > .row {
    margin-left: -72px;
    margin-right: -72px;
  }

  .pad-xs-3-horz,
  div.pad-xs-3-horz,
  .container.pad-xs-3-horz {
    padding-left: 72px;
    padding-right: 72px;
  }

  .pad-xs-3-horz > .row,
  div.pad-xs-3-horz > .row,
  .container.pad-xs-3-horz > .row {
    margin-left: -72px;
    margin-right: -72px;
  }

  .pad-xs-3-vert,
  div.pad-xs-3-vert,
  .row.pad-xs-3-vert,
  .container.pad-xs-3-vert {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .pad-xs-3-top,
  div.pad-xs-3-top,
  .row.pad-xs-3-top,
  .container.pad-xs-3-top {
    padding-top: 72px;
  }

  .pad-xs-3-bottom,
  div.pad-xs-3-bottom,
  .row.pad-xs-3-bottom,
  .container.pad-xs-3-bottom {
    padding-bottom: 72px;
  }

  .pad-xs-3-left,
  div.pad-xs-3-left,
  .container.pad-xs-3-left {
    padding-left: 72px;
  }

  .pad-xs-3-right,
  div.pad-xs-3-right,
  .container.pad-xs-3-right {
    padding-right: 72px;
  }

  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: 96px;
  }

  .pad-xs-4 > .row,
  div.pad-xs-4 > .row,
  .container.pad-xs-4 > .row {
    margin-left: -96px;
    margin-right: -96px;
  }

  .pad-xs-4-horz,
  div.pad-xs-4-horz,
  .container.pad-xs-4-horz {
    padding-left: 96px;
    padding-right: 96px;
  }

  .pad-xs-4-horz > .row,
  div.pad-xs-4-horz > .row,
  .container.pad-xs-4-horz > .row {
    margin-left: -96px;
    margin-right: -96px;
  }

  .pad-xs-4-vert,
  div.pad-xs-4-vert,
  .row.pad-xs-4-vert,
  .container.pad-xs-4-vert {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .pad-xs-4-top,
  div.pad-xs-4-top,
  .row.pad-xs-4-top,
  .container.pad-xs-4-top {
    padding-top: 96px;
  }

  .pad-xs-4-bottom,
  div.pad-xs-4-bottom,
  .row.pad-xs-4-bottom,
  .container.pad-xs-4-bottom {
    padding-bottom: 96px;
  }

  .pad-xs-4-left,
  div.pad-xs-4-left,
  .container.pad-xs-4-left {
    padding-left: 96px;
  }

  .pad-xs-4-right,
  div.pad-xs-4-right,
  .container.pad-xs-4-right {
    padding-right: 96px;
  }

  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: 120px;
  }

  .pad-xs-5 > .row,
  div.pad-xs-5 > .row,
  .container.pad-xs-5 > .row {
    margin-left: -120px;
    margin-right: -120px;
  }

  .pad-xs-5-horz,
  div.pad-xs-5-horz,
  .container.pad-xs-5-horz {
    padding-left: 120px;
    padding-right: 120px;
  }

  .pad-xs-5-horz > .row,
  div.pad-xs-5-horz > .row,
  .container.pad-xs-5-horz > .row {
    margin-left: -120px;
    margin-right: -120px;
  }

  .pad-xs-5-vert,
  div.pad-xs-5-vert,
  .row.pad-xs-5-vert,
  .container.pad-xs-5-vert {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .pad-xs-5-top,
  div.pad-xs-5-top,
  .row.pad-xs-5-top,
  .container.pad-xs-5-top {
    padding-top: 120px;
  }

  .pad-xs-5-bottom,
  div.pad-xs-5-bottom,
  .row.pad-xs-5-bottom,
  .container.pad-xs-5-bottom {
    padding-bottom: 120px;
  }

  .pad-xs-5-left,
  div.pad-xs-5-left,
  .container.pad-xs-5-left {
    padding-left: 120px;
  }

  .pad-xs-5-right,
  div.pad-xs-5-right,
  .container.pad-xs-5-right {
    padding-right: 120px;
  }

  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: 144px;
  }

  .pad-xs-6 > .row,
  div.pad-xs-6 > .row,
  .container.pad-xs-6 > .row {
    margin-left: -144px;
    margin-right: -144px;
  }

  .pad-xs-6-horz,
  div.pad-xs-6-horz,
  .container.pad-xs-6-horz {
    padding-left: 144px;
    padding-right: 144px;
  }

  .pad-xs-6-horz > .row,
  div.pad-xs-6-horz > .row,
  .container.pad-xs-6-horz > .row {
    margin-left: -144px;
    margin-right: -144px;
  }

  .pad-xs-6-vert,
  div.pad-xs-6-vert,
  .row.pad-xs-6-vert,
  .container.pad-xs-6-vert {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .pad-xs-6-top,
  div.pad-xs-6-top,
  .row.pad-xs-6-top,
  .container.pad-xs-6-top {
    padding-top: 144px;
  }

  .pad-xs-6-bottom,
  div.pad-xs-6-bottom,
  .row.pad-xs-6-bottom,
  .container.pad-xs-6-bottom {
    padding-bottom: 144px;
  }

  .pad-xs-6-left,
  div.pad-xs-6-left,
  .container.pad-xs-6-left {
    padding-left: 144px;
  }

  .pad-xs-6-right,
  div.pad-xs-6-right,
  .container.pad-xs-6-right {
    padding-right: 144px;
  }

  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: 168px;
  }

  .pad-xs-7 > .row,
  div.pad-xs-7 > .row,
  .container.pad-xs-7 > .row {
    margin-left: -168px;
    margin-right: -168px;
  }

  .pad-xs-7-horz,
  div.pad-xs-7-horz,
  .container.pad-xs-7-horz {
    padding-left: 168px;
    padding-right: 168px;
  }

  .pad-xs-7-horz > .row,
  div.pad-xs-7-horz > .row,
  .container.pad-xs-7-horz > .row {
    margin-left: -168px;
    margin-right: -168px;
  }

  .pad-xs-7-vert,
  div.pad-xs-7-vert,
  .row.pad-xs-7-vert,
  .container.pad-xs-7-vert {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .pad-xs-7-top,
  div.pad-xs-7-top,
  .row.pad-xs-7-top,
  .container.pad-xs-7-top {
    padding-top: 168px;
  }

  .pad-xs-7-bottom,
  div.pad-xs-7-bottom,
  .row.pad-xs-7-bottom,
  .container.pad-xs-7-bottom {
    padding-bottom: 168px;
  }

  .pad-xs-7-left,
  div.pad-xs-7-left,
  .container.pad-xs-7-left {
    padding-left: 168px;
  }

  .pad-xs-7-right,
  div.pad-xs-7-right,
  .container.pad-xs-7-right {
    padding-right: 168px;
  }

  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: 24px;
  }

  .pad-sm-1 > .row,
  div.pad-sm-1 > .row,
  .container.pad-sm-1 > .row {
    margin-left: -24px;
    margin-right: -24px;
  }

  .pad-sm-1-horz,
  div.pad-sm-1-horz,
  .container.pad-sm-1-horz {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pad-sm-1-horz > .row,
  div.pad-sm-1-horz > .row,
  .container.pad-sm-1-horz > .row {
    margin-left: -24px;
    margin-right: -24px;
  }

  .pad-sm-1-vert,
  div.pad-sm-1-vert,
  .row.pad-sm-1-vert,
  .container.pad-sm-1-vert {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pad-sm-1-top,
  div.pad-sm-1-top,
  .row.pad-sm-1-top,
  .container.pad-sm-1-top {
    padding-top: 24px;
  }

  .pad-sm-1-bottom,
  div.pad-sm-1-bottom,
  .row.pad-sm-1-bottom,
  .container.pad-sm-1-bottom {
    padding-bottom: 24px;
  }

  .pad-sm-1-left,
  div.pad-sm-1-left,
  .container.pad-sm-1-left {
    padding-left: 24px;
  }

  .pad-sm-1-right,
  div.pad-sm-1-right,
  .container.pad-sm-1-right {
    padding-right: 24px;
  }

  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: 48px;
  }

  .pad-sm-2 > .row,
  div.pad-sm-2 > .row,
  .container.pad-sm-2 > .row {
    margin-left: -48px;
    margin-right: -48px;
  }

  .pad-sm-2-horz,
  div.pad-sm-2-horz,
  .container.pad-sm-2-horz {
    padding-left: 48px;
    padding-right: 48px;
  }

  .pad-sm-2-horz > .row,
  div.pad-sm-2-horz > .row,
  .container.pad-sm-2-horz > .row {
    margin-left: -48px;
    margin-right: -48px;
  }

  .pad-sm-2-vert,
  div.pad-sm-2-vert,
  .row.pad-sm-2-vert,
  .container.pad-sm-2-vert {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .pad-sm-2-top,
  div.pad-sm-2-top,
  .row.pad-sm-2-top,
  .container.pad-sm-2-top {
    padding-top: 48px;
  }

  .pad-sm-2-bottom,
  div.pad-sm-2-bottom,
  .row.pad-sm-2-bottom,
  .container.pad-sm-2-bottom {
    padding-bottom: 48px;
  }

  .pad-sm-2-left,
  div.pad-sm-2-left,
  .container.pad-sm-2-left {
    padding-left: 48px;
  }

  .pad-sm-2-right,
  div.pad-sm-2-right,
  .container.pad-sm-2-right {
    padding-right: 48px;
  }

  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: 72px;
  }

  .pad-sm-3 > .row,
  div.pad-sm-3 > .row,
  .container.pad-sm-3 > .row {
    margin-left: -72px;
    margin-right: -72px;
  }

  .pad-sm-3-horz,
  div.pad-sm-3-horz,
  .container.pad-sm-3-horz {
    padding-left: 72px;
    padding-right: 72px;
  }

  .pad-sm-3-horz > .row,
  div.pad-sm-3-horz > .row,
  .container.pad-sm-3-horz > .row {
    margin-left: -72px;
    margin-right: -72px;
  }

  .pad-sm-3-vert,
  div.pad-sm-3-vert,
  .row.pad-sm-3-vert,
  .container.pad-sm-3-vert {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .pad-sm-3-top,
  div.pad-sm-3-top,
  .row.pad-sm-3-top,
  .container.pad-sm-3-top {
    padding-top: 72px;
  }

  .pad-sm-3-bottom,
  div.pad-sm-3-bottom,
  .row.pad-sm-3-bottom,
  .container.pad-sm-3-bottom {
    padding-bottom: 72px;
  }

  .pad-sm-3-left,
  div.pad-sm-3-left,
  .container.pad-sm-3-left {
    padding-left: 72px;
  }

  .pad-sm-3-right,
  div.pad-sm-3-right,
  .container.pad-sm-3-right {
    padding-right: 72px;
  }

  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: 96px;
  }

  .pad-sm-4 > .row,
  div.pad-sm-4 > .row,
  .container.pad-sm-4 > .row {
    margin-left: -96px;
    margin-right: -96px;
  }

  .pad-sm-4-horz,
  div.pad-sm-4-horz,
  .container.pad-sm-4-horz {
    padding-left: 96px;
    padding-right: 96px;
  }

  .pad-sm-4-horz > .row,
  div.pad-sm-4-horz > .row,
  .container.pad-sm-4-horz > .row {
    margin-left: -96px;
    margin-right: -96px;
  }

  .pad-sm-4-vert,
  div.pad-sm-4-vert,
  .row.pad-sm-4-vert,
  .container.pad-sm-4-vert {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .pad-sm-4-top,
  div.pad-sm-4-top,
  .row.pad-sm-4-top,
  .container.pad-sm-4-top {
    padding-top: 96px;
  }

  .pad-sm-4-bottom,
  div.pad-sm-4-bottom,
  .row.pad-sm-4-bottom,
  .container.pad-sm-4-bottom {
    padding-bottom: 96px;
  }

  .pad-sm-4-left,
  div.pad-sm-4-left,
  .container.pad-sm-4-left {
    padding-left: 96px;
  }

  .pad-sm-4-right,
  div.pad-sm-4-right,
  .container.pad-sm-4-right {
    padding-right: 96px;
  }

  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: 120px;
  }

  .pad-sm-5 > .row,
  div.pad-sm-5 > .row,
  .container.pad-sm-5 > .row {
    margin-left: -120px;
    margin-right: -120px;
  }

  .pad-sm-5-horz,
  div.pad-sm-5-horz,
  .container.pad-sm-5-horz {
    padding-left: 120px;
    padding-right: 120px;
  }

  .pad-sm-5-horz > .row,
  div.pad-sm-5-horz > .row,
  .container.pad-sm-5-horz > .row {
    margin-left: -120px;
    margin-right: -120px;
  }

  .pad-sm-5-vert,
  div.pad-sm-5-vert,
  .row.pad-sm-5-vert,
  .container.pad-sm-5-vert {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .pad-sm-5-top,
  div.pad-sm-5-top,
  .row.pad-sm-5-top,
  .container.pad-sm-5-top {
    padding-top: 120px;
  }

  .pad-sm-5-bottom,
  div.pad-sm-5-bottom,
  .row.pad-sm-5-bottom,
  .container.pad-sm-5-bottom {
    padding-bottom: 120px;
  }

  .pad-sm-5-left,
  div.pad-sm-5-left,
  .container.pad-sm-5-left {
    padding-left: 120px;
  }

  .pad-sm-5-right,
  div.pad-sm-5-right,
  .container.pad-sm-5-right {
    padding-right: 120px;
  }

  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: 144px;
  }

  .pad-sm-6 > .row,
  div.pad-sm-6 > .row,
  .container.pad-sm-6 > .row {
    margin-left: -144px;
    margin-right: -144px;
  }

  .pad-sm-6-horz,
  div.pad-sm-6-horz,
  .container.pad-sm-6-horz {
    padding-left: 144px;
    padding-right: 144px;
  }

  .pad-sm-6-horz > .row,
  div.pad-sm-6-horz > .row,
  .container.pad-sm-6-horz > .row {
    margin-left: -144px;
    margin-right: -144px;
  }

  .pad-sm-6-vert,
  div.pad-sm-6-vert,
  .row.pad-sm-6-vert,
  .container.pad-sm-6-vert {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .pad-sm-6-top,
  div.pad-sm-6-top,
  .row.pad-sm-6-top,
  .container.pad-sm-6-top {
    padding-top: 144px;
  }

  .pad-sm-6-bottom,
  div.pad-sm-6-bottom,
  .row.pad-sm-6-bottom,
  .container.pad-sm-6-bottom {
    padding-bottom: 144px;
  }

  .pad-sm-6-left,
  div.pad-sm-6-left,
  .container.pad-sm-6-left {
    padding-left: 144px;
  }

  .pad-sm-6-right,
  div.pad-sm-6-right,
  .container.pad-sm-6-right {
    padding-right: 144px;
  }

  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: 168px;
  }

  .pad-sm-7 > .row,
  div.pad-sm-7 > .row,
  .container.pad-sm-7 > .row {
    margin-left: -168px;
    margin-right: -168px;
  }

  .pad-sm-7-horz,
  div.pad-sm-7-horz,
  .container.pad-sm-7-horz {
    padding-left: 168px;
    padding-right: 168px;
  }

  .pad-sm-7-horz > .row,
  div.pad-sm-7-horz > .row,
  .container.pad-sm-7-horz > .row {
    margin-left: -168px;
    margin-right: -168px;
  }

  .pad-sm-7-vert,
  div.pad-sm-7-vert,
  .row.pad-sm-7-vert,
  .container.pad-sm-7-vert {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .pad-sm-7-top,
  div.pad-sm-7-top,
  .row.pad-sm-7-top,
  .container.pad-sm-7-top {
    padding-top: 168px;
  }

  .pad-sm-7-bottom,
  div.pad-sm-7-bottom,
  .row.pad-sm-7-bottom,
  .container.pad-sm-7-bottom {
    padding-bottom: 168px;
  }

  .pad-sm-7-left,
  div.pad-sm-7-left,
  .container.pad-sm-7-left {
    padding-left: 168px;
  }

  .pad-sm-7-right,
  div.pad-sm-7-right,
  .container.pad-sm-7-right {
    padding-right: 168px;
  }

  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: 24px;
  }

  .pad-md-1 > .row,
  div.pad-md-1 > .row,
  .container.pad-md-1 > .row {
    margin-left: -24px;
    margin-right: -24px;
  }

  .pad-md-1-horz,
  div.pad-md-1-horz,
  .container.pad-md-1-horz {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pad-md-1-horz > .row,
  div.pad-md-1-horz > .row,
  .container.pad-md-1-horz > .row {
    margin-left: -24px;
    margin-right: -24px;
  }

  .pad-md-1-vert,
  div.pad-md-1-vert,
  .row.pad-md-1-vert,
  .container.pad-md-1-vert {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pad-md-1-top,
  div.pad-md-1-top,
  .row.pad-md-1-top,
  .container.pad-md-1-top {
    padding-top: 24px;
  }

  .pad-md-1-bottom,
  div.pad-md-1-bottom,
  .row.pad-md-1-bottom,
  .container.pad-md-1-bottom {
    padding-bottom: 24px;
  }

  .pad-md-1-left,
  div.pad-md-1-left,
  .container.pad-md-1-left {
    padding-left: 24px;
  }

  .pad-md-1-right,
  div.pad-md-1-right,
  .container.pad-md-1-right {
    padding-right: 24px;
  }

  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: 48px;
  }

  .pad-md-2 > .row,
  div.pad-md-2 > .row,
  .container.pad-md-2 > .row {
    margin-left: -48px;
    margin-right: -48px;
  }

  .pad-md-2-horz,
  div.pad-md-2-horz,
  .container.pad-md-2-horz {
    padding-left: 48px;
    padding-right: 48px;
  }

  .pad-md-2-horz > .row,
  div.pad-md-2-horz > .row,
  .container.pad-md-2-horz > .row {
    margin-left: -48px;
    margin-right: -48px;
  }

  .pad-md-2-vert,
  div.pad-md-2-vert,
  .row.pad-md-2-vert,
  .container.pad-md-2-vert {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .pad-md-2-top,
  div.pad-md-2-top,
  .row.pad-md-2-top,
  .container.pad-md-2-top {
    padding-top: 48px;
  }

  .pad-md-2-bottom,
  div.pad-md-2-bottom,
  .row.pad-md-2-bottom,
  .container.pad-md-2-bottom {
    padding-bottom: 48px;
  }

  .pad-md-2-left,
  div.pad-md-2-left,
  .container.pad-md-2-left {
    padding-left: 48px;
  }

  .pad-md-2-right,
  div.pad-md-2-right,
  .container.pad-md-2-right {
    padding-right: 48px;
  }

  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: 72px;
  }

  .pad-md-3 > .row,
  div.pad-md-3 > .row,
  .container.pad-md-3 > .row {
    margin-left: -72px;
    margin-right: -72px;
  }

  .pad-md-3-horz,
  div.pad-md-3-horz,
  .container.pad-md-3-horz {
    padding-left: 72px;
    padding-right: 72px;
  }

  .pad-md-3-horz > .row,
  div.pad-md-3-horz > .row,
  .container.pad-md-3-horz > .row {
    margin-left: -72px;
    margin-right: -72px;
  }

  .pad-md-3-vert,
  div.pad-md-3-vert,
  .row.pad-md-3-vert,
  .container.pad-md-3-vert {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .pad-md-3-top,
  div.pad-md-3-top,
  .row.pad-md-3-top,
  .container.pad-md-3-top {
    padding-top: 72px;
  }

  .pad-md-3-bottom,
  div.pad-md-3-bottom,
  .row.pad-md-3-bottom,
  .container.pad-md-3-bottom {
    padding-bottom: 72px;
  }

  .pad-md-3-left,
  div.pad-md-3-left,
  .container.pad-md-3-left {
    padding-left: 72px;
  }

  .pad-md-3-right,
  div.pad-md-3-right,
  .container.pad-md-3-right {
    padding-right: 72px;
  }

  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: 96px;
  }

  .pad-md-4 > .row,
  div.pad-md-4 > .row,
  .container.pad-md-4 > .row {
    margin-left: -96px;
    margin-right: -96px;
  }

  .pad-md-4-horz,
  div.pad-md-4-horz,
  .container.pad-md-4-horz {
    padding-left: 96px;
    padding-right: 96px;
  }

  .pad-md-4-horz > .row,
  div.pad-md-4-horz > .row,
  .container.pad-md-4-horz > .row {
    margin-left: -96px;
    margin-right: -96px;
  }

  .pad-md-4-vert,
  div.pad-md-4-vert,
  .row.pad-md-4-vert,
  .container.pad-md-4-vert {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .pad-md-4-top,
  div.pad-md-4-top,
  .row.pad-md-4-top,
  .container.pad-md-4-top {
    padding-top: 96px;
  }

  .pad-md-4-bottom,
  div.pad-md-4-bottom,
  .row.pad-md-4-bottom,
  .container.pad-md-4-bottom {
    padding-bottom: 96px;
  }

  .pad-md-4-left,
  div.pad-md-4-left,
  .container.pad-md-4-left {
    padding-left: 96px;
  }

  .pad-md-4-right,
  div.pad-md-4-right,
  .container.pad-md-4-right {
    padding-right: 96px;
  }

  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: 120px;
  }

  .pad-md-5 > .row,
  div.pad-md-5 > .row,
  .container.pad-md-5 > .row {
    margin-left: -120px;
    margin-right: -120px;
  }

  .pad-md-5-horz,
  div.pad-md-5-horz,
  .container.pad-md-5-horz {
    padding-left: 120px;
    padding-right: 120px;
  }

  .pad-md-5-horz > .row,
  div.pad-md-5-horz > .row,
  .container.pad-md-5-horz > .row {
    margin-left: -120px;
    margin-right: -120px;
  }

  .pad-md-5-vert,
  div.pad-md-5-vert,
  .row.pad-md-5-vert,
  .container.pad-md-5-vert {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .pad-md-5-top,
  div.pad-md-5-top,
  .row.pad-md-5-top,
  .container.pad-md-5-top {
    padding-top: 120px;
  }

  .pad-md-5-bottom,
  div.pad-md-5-bottom,
  .row.pad-md-5-bottom,
  .container.pad-md-5-bottom {
    padding-bottom: 120px;
  }

  .pad-md-5-left,
  div.pad-md-5-left,
  .container.pad-md-5-left {
    padding-left: 120px;
  }

  .pad-md-5-right,
  div.pad-md-5-right,
  .container.pad-md-5-right {
    padding-right: 120px;
  }

  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: 144px;
  }

  .pad-md-6 > .row,
  div.pad-md-6 > .row,
  .container.pad-md-6 > .row {
    margin-left: -144px;
    margin-right: -144px;
  }

  .pad-md-6-horz,
  div.pad-md-6-horz,
  .container.pad-md-6-horz {
    padding-left: 144px;
    padding-right: 144px;
  }

  .pad-md-6-horz > .row,
  div.pad-md-6-horz > .row,
  .container.pad-md-6-horz > .row {
    margin-left: -144px;
    margin-right: -144px;
  }

  .pad-md-6-vert,
  div.pad-md-6-vert,
  .row.pad-md-6-vert,
  .container.pad-md-6-vert {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .pad-md-6-top,
  div.pad-md-6-top,
  .row.pad-md-6-top,
  .container.pad-md-6-top {
    padding-top: 144px;
  }

  .pad-md-6-bottom,
  div.pad-md-6-bottom,
  .row.pad-md-6-bottom,
  .container.pad-md-6-bottom {
    padding-bottom: 144px;
  }

  .pad-md-6-left,
  div.pad-md-6-left,
  .container.pad-md-6-left {
    padding-left: 144px;
  }

  .pad-md-6-right,
  div.pad-md-6-right,
  .container.pad-md-6-right {
    padding-right: 144px;
  }

  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: 168px;
  }

  .pad-md-7 > .row,
  div.pad-md-7 > .row,
  .container.pad-md-7 > .row {
    margin-left: -168px;
    margin-right: -168px;
  }

  .pad-md-7-horz,
  div.pad-md-7-horz,
  .container.pad-md-7-horz {
    padding-left: 168px;
    padding-right: 168px;
  }

  .pad-md-7-horz > .row,
  div.pad-md-7-horz > .row,
  .container.pad-md-7-horz > .row {
    margin-left: -168px;
    margin-right: -168px;
  }

  .pad-md-7-vert,
  div.pad-md-7-vert,
  .row.pad-md-7-vert,
  .container.pad-md-7-vert {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .pad-md-7-top,
  div.pad-md-7-top,
  .row.pad-md-7-top,
  .container.pad-md-7-top {
    padding-top: 168px;
  }

  .pad-md-7-bottom,
  div.pad-md-7-bottom,
  .row.pad-md-7-bottom,
  .container.pad-md-7-bottom {
    padding-bottom: 168px;
  }

  .pad-md-7-left,
  div.pad-md-7-left,
  .container.pad-md-7-left {
    padding-left: 168px;
  }

  .pad-md-7-right,
  div.pad-md-7-right,
  .container.pad-md-7-right {
    padding-right: 168px;
  }

  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: 24px;
  }

  .pad-lg-1 > .row,
  div.pad-lg-1 > .row,
  .container.pad-lg-1 > .row {
    margin-left: -24px;
    margin-right: -24px;
  }

  .pad-lg-1-horz,
  div.pad-lg-1-horz,
  .container.pad-lg-1-horz {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pad-lg-1-horz > .row,
  div.pad-lg-1-horz > .row,
  .container.pad-lg-1-horz > .row {
    margin-left: -24px;
    margin-right: -24px;
  }

  .pad-lg-1-vert,
  div.pad-lg-1-vert,
  .row.pad-lg-1-vert,
  .container.pad-lg-1-vert {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pad-lg-1-top,
  div.pad-lg-1-top,
  .row.pad-lg-1-top,
  .container.pad-lg-1-top {
    padding-top: 24px;
  }

  .pad-lg-1-bottom,
  div.pad-lg-1-bottom,
  .row.pad-lg-1-bottom,
  .container.pad-lg-1-bottom {
    padding-bottom: 24px;
  }

  .pad-lg-1-left,
  div.pad-lg-1-left,
  .container.pad-lg-1-left {
    padding-left: 24px;
  }

  .pad-lg-1-right,
  div.pad-lg-1-right,
  .container.pad-lg-1-right {
    padding-right: 24px;
  }

  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: 48px;
  }

  .pad-lg-2 > .row,
  div.pad-lg-2 > .row,
  .container.pad-lg-2 > .row {
    margin-left: -48px;
    margin-right: -48px;
  }

  .pad-lg-2-horz,
  div.pad-lg-2-horz,
  .container.pad-lg-2-horz {
    padding-left: 48px;
    padding-right: 48px;
  }

  .pad-lg-2-horz > .row,
  div.pad-lg-2-horz > .row,
  .container.pad-lg-2-horz > .row {
    margin-left: -48px;
    margin-right: -48px;
  }

  .pad-lg-2-vert,
  div.pad-lg-2-vert,
  .row.pad-lg-2-vert,
  .container.pad-lg-2-vert {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .pad-lg-2-top,
  div.pad-lg-2-top,
  .row.pad-lg-2-top,
  .container.pad-lg-2-top {
    padding-top: 48px;
  }

  .pad-lg-2-bottom,
  div.pad-lg-2-bottom,
  .row.pad-lg-2-bottom,
  .container.pad-lg-2-bottom {
    padding-bottom: 48px;
  }

  .pad-lg-2-left,
  div.pad-lg-2-left,
  .container.pad-lg-2-left {
    padding-left: 48px;
  }

  .pad-lg-2-right,
  div.pad-lg-2-right,
  .container.pad-lg-2-right {
    padding-right: 48px;
  }

  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: 72px;
  }

  .pad-lg-3 > .row,
  div.pad-lg-3 > .row,
  .container.pad-lg-3 > .row {
    margin-left: -72px;
    margin-right: -72px;
  }

  .pad-lg-3-horz,
  div.pad-lg-3-horz,
  .container.pad-lg-3-horz {
    padding-left: 72px;
    padding-right: 72px;
  }

  .pad-lg-3-horz > .row,
  div.pad-lg-3-horz > .row,
  .container.pad-lg-3-horz > .row {
    margin-left: -72px;
    margin-right: -72px;
  }

  .pad-lg-3-vert,
  div.pad-lg-3-vert,
  .row.pad-lg-3-vert,
  .container.pad-lg-3-vert {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .pad-lg-3-top,
  div.pad-lg-3-top,
  .row.pad-lg-3-top,
  .container.pad-lg-3-top {
    padding-top: 72px;
  }

  .pad-lg-3-bottom,
  div.pad-lg-3-bottom,
  .row.pad-lg-3-bottom,
  .container.pad-lg-3-bottom {
    padding-bottom: 72px;
  }

  .pad-lg-3-left,
  div.pad-lg-3-left,
  .container.pad-lg-3-left {
    padding-left: 72px;
  }

  .pad-lg-3-right,
  div.pad-lg-3-right,
  .container.pad-lg-3-right {
    padding-right: 72px;
  }

  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: 96px;
  }

  .pad-lg-4 > .row,
  div.pad-lg-4 > .row,
  .container.pad-lg-4 > .row {
    margin-left: -96px;
    margin-right: -96px;
  }

  .pad-lg-4-horz,
  div.pad-lg-4-horz,
  .container.pad-lg-4-horz {
    padding-left: 96px;
    padding-right: 96px;
  }

  .pad-lg-4-horz > .row,
  div.pad-lg-4-horz > .row,
  .container.pad-lg-4-horz > .row {
    margin-left: -96px;
    margin-right: -96px;
  }

  .pad-lg-4-vert,
  div.pad-lg-4-vert,
  .row.pad-lg-4-vert,
  .container.pad-lg-4-vert {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .pad-lg-4-top,
  div.pad-lg-4-top,
  .row.pad-lg-4-top,
  .container.pad-lg-4-top {
    padding-top: 96px;
  }

  .pad-lg-4-bottom,
  div.pad-lg-4-bottom,
  .row.pad-lg-4-bottom,
  .container.pad-lg-4-bottom {
    padding-bottom: 96px;
  }

  .pad-lg-4-left,
  div.pad-lg-4-left,
  .container.pad-lg-4-left {
    padding-left: 96px;
  }

  .pad-lg-4-right,
  div.pad-lg-4-right,
  .container.pad-lg-4-right {
    padding-right: 96px;
  }

  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: 120px;
  }

  .pad-lg-5 > .row,
  div.pad-lg-5 > .row,
  .container.pad-lg-5 > .row {
    margin-left: -120px;
    margin-right: -120px;
  }

  .pad-lg-5-horz,
  div.pad-lg-5-horz,
  .container.pad-lg-5-horz {
    padding-left: 120px;
    padding-right: 120px;
  }

  .pad-lg-5-horz > .row,
  div.pad-lg-5-horz > .row,
  .container.pad-lg-5-horz > .row {
    margin-left: -120px;
    margin-right: -120px;
  }

  .pad-lg-5-vert,
  div.pad-lg-5-vert,
  .row.pad-lg-5-vert,
  .container.pad-lg-5-vert {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .pad-lg-5-top,
  div.pad-lg-5-top,
  .row.pad-lg-5-top,
  .container.pad-lg-5-top {
    padding-top: 120px;
  }

  .pad-lg-5-bottom,
  div.pad-lg-5-bottom,
  .row.pad-lg-5-bottom,
  .container.pad-lg-5-bottom {
    padding-bottom: 120px;
  }

  .pad-lg-5-left,
  div.pad-lg-5-left,
  .container.pad-lg-5-left {
    padding-left: 120px;
  }

  .pad-lg-5-right,
  div.pad-lg-5-right,
  .container.pad-lg-5-right {
    padding-right: 120px;
  }

  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: 144px;
  }

  .pad-lg-6 > .row,
  div.pad-lg-6 > .row,
  .container.pad-lg-6 > .row {
    margin-left: -144px;
    margin-right: -144px;
  }

  .pad-lg-6-horz,
  div.pad-lg-6-horz,
  .container.pad-lg-6-horz {
    padding-left: 144px;
    padding-right: 144px;
  }

  .pad-lg-6-horz > .row,
  div.pad-lg-6-horz > .row,
  .container.pad-lg-6-horz > .row {
    margin-left: -144px;
    margin-right: -144px;
  }

  .pad-lg-6-vert,
  div.pad-lg-6-vert,
  .row.pad-lg-6-vert,
  .container.pad-lg-6-vert {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .pad-lg-6-top,
  div.pad-lg-6-top,
  .row.pad-lg-6-top,
  .container.pad-lg-6-top {
    padding-top: 144px;
  }

  .pad-lg-6-bottom,
  div.pad-lg-6-bottom,
  .row.pad-lg-6-bottom,
  .container.pad-lg-6-bottom {
    padding-bottom: 144px;
  }

  .pad-lg-6-left,
  div.pad-lg-6-left,
  .container.pad-lg-6-left {
    padding-left: 144px;
  }

  .pad-lg-6-right,
  div.pad-lg-6-right,
  .container.pad-lg-6-right {
    padding-right: 144px;
  }

  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: 168px;
  }

  .pad-lg-7 > .row,
  div.pad-lg-7 > .row,
  .container.pad-lg-7 > .row {
    margin-left: -168px;
    margin-right: -168px;
  }

  .pad-lg-7-horz,
  div.pad-lg-7-horz,
  .container.pad-lg-7-horz {
    padding-left: 168px;
    padding-right: 168px;
  }

  .pad-lg-7-horz > .row,
  div.pad-lg-7-horz > .row,
  .container.pad-lg-7-horz > .row {
    margin-left: -168px;
    margin-right: -168px;
  }

  .pad-lg-7-vert,
  div.pad-lg-7-vert,
  .row.pad-lg-7-vert,
  .container.pad-lg-7-vert {
    padding-top: 168px;
    padding-bottom: 168px;
  }

  .pad-lg-7-top,
  div.pad-lg-7-top,
  .row.pad-lg-7-top,
  .container.pad-lg-7-top {
    padding-top: 168px;
  }

  .pad-lg-7-bottom,
  div.pad-lg-7-bottom,
  .row.pad-lg-7-bottom,
  .container.pad-lg-7-bottom {
    padding-bottom: 168px;
  }

  .pad-lg-7-left,
  div.pad-lg-7-left,
  .container.pad-lg-7-left {
    padding-left: 168px;
  }

  .pad-lg-7-right,
  div.pad-lg-7-right,
  .container.pad-lg-7-right {
    padding-right: 168px;
  }

  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 {
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-white {
  border-color: #00223f;
  background: #fff;
  color: #00223f;
}

.bg-white h1,
.bg-white h2,
.bg-white h3,
.bg-white h4,
.bg-white h5,
.bg-white h6 {
  color: #00223f;
}

.bg-white p,
.bg-white li {
  color: #00223f;
}

.bg-white i.fa,
.bg-white i.b-icon {
  color: #00223f !important;
}

.bg-white div.text-object a {
  color: #ff4d00;
}

.bg-white div.text-object a:hover {
  text-decoration: underline;
}

.bg-white ul li a,
.bg-white ol li a {
  color: #ff4d00;
}

.bg-white ul li:before,
.bg-white ol li:before {
  color: #ff4d00;
}

.bg-white hr {
  border-top-color: #00223f;
}

.bg-white .column {
  border-color: #00223f;
}

.bg-white .btn,
.bg-white .gform_button {
  text-decoration: none;
}

.bg-white .btn:hover,
.bg-white .gform_button:hover {
  text-decoration: none;
}

.bg-white .btn i,
.bg-white .gform_button i,
.bg-white .btn span.b-icon,
.bg-white .gform_button span.b-icon {
  color: inherit !important;
}

.bg-white .btn.btn-default,
.bg-white .gform_button.btn-default,
.bg-white .btn.button,
.bg-white .gform_button.button {
  color: #00223f;
  background-color: rgba(255, 77, 0, 0);
  border-color: #ff4d00;
}

.bg-white .btn.btn-default:hover,
.bg-white .gform_button.btn-default:hover,
.bg-white .btn.button:hover,
.bg-white .gform_button.button:hover,
.bg-white .btn.btn-default:focus,
.bg-white .gform_button.btn-default:focus,
.bg-white .btn.button:focus,
.bg-white .gform_button.button:focus {
  color: #fff;
  background-color: #ff4d00;
  outline-color: #ff4d00;
  border-color: #ff4d00;
}

.bg-white .btn.btn-default:hover:before,
.bg-white .gform_button.btn-default:hover:before,
.bg-white .btn.button:hover:before,
.bg-white .gform_button.button:hover:before,
.bg-white .btn.btn-default:focus:before,
.bg-white .gform_button.btn-default:focus:before,
.bg-white .btn.button:focus:before,
.bg-white .gform_button.button:focus:before {
  color: #ff4d00;
}

.bg-white .btn.btn-default:hover:after,
.bg-white .gform_button.btn-default:hover:after,
.bg-white .btn.button:hover:after,
.bg-white .gform_button.button:hover:after,
.bg-white .btn.btn-default:focus:after,
.bg-white .gform_button.btn-default:focus:after,
.bg-white .btn.button:focus:after,
.bg-white .gform_button.button:focus:after {
  color: #ff4d00;
}

.bg-black {
  border-color: #92a1ae;
  background: #00223f;
  color: #92a1ae;
}

.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6 {
  color: #92a1ae;
}

.bg-black p,
.bg-black li {
  color: #92a1ae;
}

.bg-black i.fa,
.bg-black i.b-icon {
  color: #92a1ae !important;
}

.bg-black div.text-object a {
  color: #ff4d00;
}

.bg-black div.text-object a:hover {
  text-decoration: underline;
}

.bg-black ul li a,
.bg-black ol li a {
  color: #ff4d00;
}

.bg-black ul li:before,
.bg-black ol li:before {
  color: #ff4d00;
}

.bg-black hr {
  border-top-color: #92a1ae;
}

.bg-black .column {
  border-color: #92a1ae;
}

.bg-black .btn,
.bg-black .gform_button {
  text-decoration: none;
}

.bg-black .btn:hover,
.bg-black .gform_button:hover {
  text-decoration: none;
}

.bg-black .btn i,
.bg-black .gform_button i,
.bg-black .btn span.b-icon,
.bg-black .gform_button span.b-icon {
  color: inherit !important;
}

.bg-black .btn.btn-default,
.bg-black .gform_button.btn-default,
.bg-black .btn.button,
.bg-black .gform_button.button {
  color: #92a1ae;
  background-color: rgba(255, 77, 0, 0);
  border-color: #ff4d00;
}

.bg-black .btn.btn-default:hover,
.bg-black .gform_button.btn-default:hover,
.bg-black .btn.button:hover,
.bg-black .gform_button.button:hover,
.bg-black .btn.btn-default:focus,
.bg-black .gform_button.btn-default:focus,
.bg-black .btn.button:focus,
.bg-black .gform_button.button:focus {
  color: #00223f;
  background-color: #ff4d00;
  outline-color: #ff4d00;
  border-color: #ff4d00;
}

.bg-black .btn.btn-default:hover:before,
.bg-black .gform_button.btn-default:hover:before,
.bg-black .btn.button:hover:before,
.bg-black .gform_button.button:hover:before,
.bg-black .btn.btn-default:focus:before,
.bg-black .gform_button.btn-default:focus:before,
.bg-black .btn.button:focus:before,
.bg-black .gform_button.button:focus:before {
  color: #ff4d00;
}

.bg-black .btn.btn-default:hover:after,
.bg-black .gform_button.btn-default:hover:after,
.bg-black .btn.button:hover:after,
.bg-black .gform_button.button:hover:after,
.bg-black .btn.btn-default:focus:after,
.bg-black .gform_button.btn-default:focus:after,
.bg-black .btn.button:focus:after,
.bg-black .gform_button.button:focus:after {
  color: #ff4d00;
}

.bg-black {
  border-color: #fff;
  background: #00223f;
  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: #ff4d00;
}

.bg-black div.text-object a:hover {
  text-decoration: underline;
}

.bg-black ul li a,
.bg-black ol li a {
  color: #ff4d00;
}

.bg-black ul li:before,
.bg-black ol li:before {
  color: #ff4d00;
}

.bg-black hr {
  border-top-color: #fff;
}

.bg-black .column {
  border-color: #fff;
}

.bg-black .btn,
.bg-black .gform_button {
  text-decoration: none;
}

.bg-black .btn:hover,
.bg-black .gform_button:hover {
  text-decoration: none;
}

.bg-black .btn i,
.bg-black .gform_button i,
.bg-black .btn span.b-icon,
.bg-black .gform_button span.b-icon {
  color: inherit !important;
}

.bg-black .btn.btn-default,
.bg-black .gform_button.btn-default,
.bg-black .btn.button,
.bg-black .gform_button.button {
  color: #fff;
  background-color: rgba(255, 77, 0, 0);
  border-color: #ff4d00;
}

.bg-black .btn.btn-default:hover,
.bg-black .gform_button.btn-default:hover,
.bg-black .btn.button:hover,
.bg-black .gform_button.button:hover,
.bg-black .btn.btn-default:focus,
.bg-black .gform_button.btn-default:focus,
.bg-black .btn.button:focus,
.bg-black .gform_button.button:focus {
  color: #00223f;
  background-color: #ff4d00;
  outline-color: #ff4d00;
  border-color: #ff4d00;
}

.bg-black .btn.btn-default:hover:before,
.bg-black .gform_button.btn-default:hover:before,
.bg-black .btn.button:hover:before,
.bg-black .gform_button.button:hover:before,
.bg-black .btn.btn-default:focus:before,
.bg-black .gform_button.btn-default:focus:before,
.bg-black .btn.button:focus:before,
.bg-black .gform_button.button:focus:before {
  color: #ff4d00;
}

.bg-black .btn.btn-default:hover:after,
.bg-black .gform_button.btn-default:hover:after,
.bg-black .btn.button:hover:after,
.bg-black .gform_button.button:hover:after,
.bg-black .btn.btn-default:focus:after,
.bg-black .gform_button.btn-default:focus:after,
.bg-black .btn.button:focus:after,
.bg-black .gform_button.button:focus:after {
  color: #ff4d00;
}

.bg-gray-dark {
  border-color: #fff;
  background: #14344e;
  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: #ff4d00;
}

.bg-gray-dark div.text-object a:hover {
  text-decoration: underline;
}

.bg-gray-dark ul li a,
.bg-gray-dark ol li a {
  color: #ff4d00;
}

.bg-gray-dark ul li:before,
.bg-gray-dark ol li:before {
  color: #ff4d00;
}

.bg-gray-dark hr {
  border-top-color: #fff;
}

.bg-gray-dark .column {
  border-color: #fff;
}

.bg-gray-dark .btn,
.bg-gray-dark .gform_button {
  text-decoration: none;
}

.bg-gray-dark .btn:hover,
.bg-gray-dark .gform_button:hover {
  text-decoration: none;
}

.bg-gray-dark .btn i,
.bg-gray-dark .gform_button i,
.bg-gray-dark .btn span.b-icon,
.bg-gray-dark .gform_button span.b-icon {
  color: inherit !important;
}

.bg-gray-dark .btn.btn-default,
.bg-gray-dark .gform_button.btn-default,
.bg-gray-dark .btn.button,
.bg-gray-dark .gform_button.button {
  color: #fff;
  background-color: rgba(255, 77, 0, 0);
  border-color: #ff4d00;
}

.bg-gray-dark .btn.btn-default:hover,
.bg-gray-dark .gform_button.btn-default:hover,
.bg-gray-dark .btn.button:hover,
.bg-gray-dark .gform_button.button:hover,
.bg-gray-dark .btn.btn-default:focus,
.bg-gray-dark .gform_button.btn-default:focus,
.bg-gray-dark .btn.button:focus,
.bg-gray-dark .gform_button.button:focus {
  color: #14344e;
  background-color: #ff4d00;
  outline-color: #ff4d00;
  border-color: #ff4d00;
}

.bg-gray-dark .btn.btn-default:hover:before,
.bg-gray-dark .gform_button.btn-default:hover:before,
.bg-gray-dark .btn.button:hover:before,
.bg-gray-dark .gform_button.button:hover:before,
.bg-gray-dark .btn.btn-default:focus:before,
.bg-gray-dark .gform_button.btn-default:focus:before,
.bg-gray-dark .btn.button:focus:before,
.bg-gray-dark .gform_button.button:focus:before {
  color: #ff4d00;
}

.bg-gray-dark .btn.btn-default:hover:after,
.bg-gray-dark .gform_button.btn-default:hover:after,
.bg-gray-dark .btn.button:hover:after,
.bg-gray-dark .gform_button.button:hover:after,
.bg-gray-dark .btn.btn-default:focus:after,
.bg-gray-dark .gform_button.btn-default:focus:after,
.bg-gray-dark .btn.button:focus:after,
.bg-gray-dark .gform_button.button:focus:after {
  color: #ff4d00;
}

.bg-gray {
  border-color: #00223f;
  background: #5d7385;
  color: #00223f;
}

.bg-gray h1,
.bg-gray h2,
.bg-gray h3,
.bg-gray h4,
.bg-gray h5,
.bg-gray h6 {
  color: #00223f;
}

.bg-gray p,
.bg-gray li {
  color: #00223f;
}

.bg-gray i.fa,
.bg-gray i.b-icon {
  color: #00223f !important;
}

.bg-gray div.text-object a {
  color: #ff4d00;
}

.bg-gray div.text-object a:hover {
  text-decoration: underline;
}

.bg-gray ul li a,
.bg-gray ol li a {
  color: #ff4d00;
}

.bg-gray ul li:before,
.bg-gray ol li:before {
  color: #ff4d00;
}

.bg-gray hr {
  border-top-color: #00223f;
}

.bg-gray .column {
  border-color: #00223f;
}

.bg-gray .btn,
.bg-gray .gform_button {
  text-decoration: none;
}

.bg-gray .btn:hover,
.bg-gray .gform_button:hover {
  text-decoration: none;
}

.bg-gray .btn i,
.bg-gray .gform_button i,
.bg-gray .btn span.b-icon,
.bg-gray .gform_button span.b-icon {
  color: inherit !important;
}

.bg-gray .btn.btn-default,
.bg-gray .gform_button.btn-default,
.bg-gray .btn.button,
.bg-gray .gform_button.button {
  color: #00223f;
  background-color: rgba(255, 77, 0, 0);
  border-color: #ff4d00;
}

.bg-gray .btn.btn-default:hover,
.bg-gray .gform_button.btn-default:hover,
.bg-gray .btn.button:hover,
.bg-gray .gform_button.button:hover,
.bg-gray .btn.btn-default:focus,
.bg-gray .gform_button.btn-default:focus,
.bg-gray .btn.button:focus,
.bg-gray .gform_button.button:focus {
  color: #5d7385;
  background-color: #ff4d00;
  outline-color: #ff4d00;
  border-color: #ff4d00;
}

.bg-gray .btn.btn-default:hover:before,
.bg-gray .gform_button.btn-default:hover:before,
.bg-gray .btn.button:hover:before,
.bg-gray .gform_button.button:hover:before,
.bg-gray .btn.btn-default:focus:before,
.bg-gray .gform_button.btn-default:focus:before,
.bg-gray .btn.button:focus:before,
.bg-gray .gform_button.button:focus:before {
  color: #ff4d00;
}

.bg-gray .btn.btn-default:hover:after,
.bg-gray .gform_button.btn-default:hover:after,
.bg-gray .btn.button:hover:after,
.bg-gray .gform_button.button:hover:after,
.bg-gray .btn.btn-default:focus:after,
.bg-gray .gform_button.btn-default:focus:after,
.bg-gray .btn.button:focus:after,
.bg-gray .gform_button.button:focus:after {
  color: #ff4d00;
}

.bg-gray-light {
  border-color: #00223f;
  background: #92a1ae;
  color: #00223f;
}

.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: #00223f;
}

.bg-gray-light p,
.bg-gray-light li {
  color: #00223f;
}

.bg-gray-light i.fa,
.bg-gray-light i.b-icon {
  color: #00223f !important;
}

.bg-gray-light div.text-object a {
  color: #009fd2;
}

.bg-gray-light div.text-object a:hover {
  text-decoration: underline;
}

.bg-gray-light ul li a,
.bg-gray-light ol li a {
  color: #009fd2;
}

.bg-gray-light ul li:before,
.bg-gray-light ol li:before {
  color: #009fd2;
}

.bg-gray-light hr {
  border-top-color: #00223f;
}

.bg-gray-light .column {
  border-color: #00223f;
}

.bg-gray-light .btn,
.bg-gray-light .gform_button {
  text-decoration: none;
}

.bg-gray-light .btn:hover,
.bg-gray-light .gform_button:hover {
  text-decoration: none;
}

.bg-gray-light .btn i,
.bg-gray-light .gform_button i,
.bg-gray-light .btn span.b-icon,
.bg-gray-light .gform_button span.b-icon {
  color: inherit !important;
}

.bg-gray-light .btn.btn-default,
.bg-gray-light .gform_button.btn-default,
.bg-gray-light .btn.button,
.bg-gray-light .gform_button.button {
  color: #00223f;
  background-color: rgba(0, 159, 210, 0);
  border-color: #009fd2;
}

.bg-gray-light .btn.btn-default:hover,
.bg-gray-light .gform_button.btn-default:hover,
.bg-gray-light .btn.button:hover,
.bg-gray-light .gform_button.button:hover,
.bg-gray-light .btn.btn-default:focus,
.bg-gray-light .gform_button.btn-default:focus,
.bg-gray-light .btn.button:focus,
.bg-gray-light .gform_button.button:focus {
  color: #92a1ae;
  background-color: #009fd2;
  outline-color: #009fd2;
  border-color: #009fd2;
}

.bg-gray-light .btn.btn-default:hover:before,
.bg-gray-light .gform_button.btn-default:hover:before,
.bg-gray-light .btn.button:hover:before,
.bg-gray-light .gform_button.button:hover:before,
.bg-gray-light .btn.btn-default:focus:before,
.bg-gray-light .gform_button.btn-default:focus:before,
.bg-gray-light .btn.button:focus:before,
.bg-gray-light .gform_button.button:focus:before {
  color: #009fd2;
}

.bg-gray-light .btn.btn-default:hover:after,
.bg-gray-light .gform_button.btn-default:hover:after,
.bg-gray-light .btn.button:hover:after,
.bg-gray-light .gform_button.button:hover:after,
.bg-gray-light .btn.btn-default:focus:after,
.bg-gray-light .gform_button.btn-default:focus:after,
.bg-gray-light .btn.button:focus:after,
.bg-gray-light .gform_button.button:focus:after {
  color: #009fd2;
}

.bg-primary {
  border-color: #fff;
  background: #ff4d00;
  color: #fff;
}

.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6 {
  color: #fff;
}

.bg-primary p,
.bg-primary li {
  color: #fff;
}

.bg-primary i.fa,
.bg-primary i.b-icon {
  color: #fff !important;
}

.bg-primary div.text-object a {
  color: #fff;
}

.bg-primary div.text-object a:hover {
  text-decoration: underline;
}

.bg-primary ul li a,
.bg-primary ol li a {
  color: #fff;
}

.bg-primary ul li:before,
.bg-primary ol li:before {
  color: #fff;
}

.bg-primary hr {
  border-top-color: #fff;
}

.bg-primary .column {
  border-color: #fff;
}

.bg-primary .btn,
.bg-primary .gform_button {
  text-decoration: none;
}

.bg-primary .btn:hover,
.bg-primary .gform_button:hover {
  text-decoration: none;
}

.bg-primary .btn i,
.bg-primary .gform_button i,
.bg-primary .btn span.b-icon,
.bg-primary .gform_button span.b-icon {
  color: inherit !important;
}

.bg-primary .btn.btn-default,
.bg-primary .gform_button.btn-default,
.bg-primary .btn.button,
.bg-primary .gform_button.button {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border-color: #fff;
}

.bg-primary .btn.btn-default:hover,
.bg-primary .gform_button.btn-default:hover,
.bg-primary .btn.button:hover,
.bg-primary .gform_button.button:hover,
.bg-primary .btn.btn-default:focus,
.bg-primary .gform_button.btn-default:focus,
.bg-primary .btn.button:focus,
.bg-primary .gform_button.button:focus {
  color: #ff4d00;
  background-color: #fff;
  outline-color: #fff;
  border-color: #fff;
}

.bg-primary .btn.btn-default:hover:before,
.bg-primary .gform_button.btn-default:hover:before,
.bg-primary .btn.button:hover:before,
.bg-primary .gform_button.button:hover:before,
.bg-primary .btn.btn-default:focus:before,
.bg-primary .gform_button.btn-default:focus:before,
.bg-primary .btn.button:focus:before,
.bg-primary .gform_button.button:focus:before {
  color: #fff;
}

.bg-primary .btn.btn-default:hover:after,
.bg-primary .gform_button.btn-default:hover:after,
.bg-primary .btn.button:hover:after,
.bg-primary .gform_button.button:hover:after,
.bg-primary .btn.btn-default:focus:after,
.bg-primary .gform_button.btn-default:focus:after,
.bg-primary .btn.button:focus:after,
.bg-primary .gform_button.button:focus:after {
  color: #fff;
}

.bg-secondary {
  border-color: #14344e;
  background: #6fd24a;
  color: #00223f;
}

.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4,
.bg-secondary h5,
.bg-secondary h6 {
  color: #00223f;
}

.bg-secondary p,
.bg-secondary li {
  color: #00223f;
}

.bg-secondary i.fa,
.bg-secondary i.b-icon {
  color: #00223f !important;
}

.bg-secondary div.text-object a {
  color: #ff4d00;
}

.bg-secondary div.text-object a:hover {
  text-decoration: underline;
}

.bg-secondary ul li a,
.bg-secondary ol li a {
  color: #ff4d00;
}

.bg-secondary ul li:before,
.bg-secondary ol li:before {
  color: #ff4d00;
}

.bg-secondary hr {
  border-top-color: #14344e;
}

.bg-secondary .column {
  border-color: #14344e;
}

.bg-secondary .btn,
.bg-secondary .gform_button {
  text-decoration: none;
}

.bg-secondary .btn:hover,
.bg-secondary .gform_button:hover {
  text-decoration: none;
}

.bg-secondary .btn i,
.bg-secondary .gform_button i,
.bg-secondary .btn span.b-icon,
.bg-secondary .gform_button span.b-icon {
  color: inherit !important;
}

.bg-secondary .btn.btn-default,
.bg-secondary .gform_button.btn-default,
.bg-secondary .btn.button,
.bg-secondary .gform_button.button {
  color: #00223f;
  background-color: rgba(255, 77, 0, 0);
  border-color: #ff4d00;
}

.bg-secondary .btn.btn-default:hover,
.bg-secondary .gform_button.btn-default:hover,
.bg-secondary .btn.button:hover,
.bg-secondary .gform_button.button:hover,
.bg-secondary .btn.btn-default:focus,
.bg-secondary .gform_button.btn-default:focus,
.bg-secondary .btn.button:focus,
.bg-secondary .gform_button.button:focus {
  color: #6fd24a;
  background-color: #ff4d00;
  outline-color: #ff4d00;
  border-color: #ff4d00;
}

.bg-secondary .btn.btn-default:hover:before,
.bg-secondary .gform_button.btn-default:hover:before,
.bg-secondary .btn.button:hover:before,
.bg-secondary .gform_button.button:hover:before,
.bg-secondary .btn.btn-default:focus:before,
.bg-secondary .gform_button.btn-default:focus:before,
.bg-secondary .btn.button:focus:before,
.bg-secondary .gform_button.button:focus:before {
  color: #ff4d00;
}

.bg-secondary .btn.btn-default:hover:after,
.bg-secondary .gform_button.btn-default:hover:after,
.bg-secondary .btn.button:hover:after,
.bg-secondary .gform_button.button:hover:after,
.bg-secondary .btn.btn-default:focus:after,
.bg-secondary .gform_button.btn-default:focus:after,
.bg-secondary .btn.button:focus:after,
.bg-secondary .gform_button.button:focus:after {
  color: #ff4d00;
}

.bg-tertiary {
  border-color: #fff;
  background: #009fd2;
  color: #fff;
}

.bg-tertiary h1,
.bg-tertiary h2,
.bg-tertiary h3,
.bg-tertiary h4,
.bg-tertiary h5,
.bg-tertiary h6 {
  color: #fff;
}

.bg-tertiary p,
.bg-tertiary li {
  color: #fff;
}

.bg-tertiary i.fa,
.bg-tertiary i.b-icon {
  color: #fff !important;
}

.bg-tertiary div.text-object a {
  color: #ff4d00;
}

.bg-tertiary div.text-object a:hover {
  text-decoration: underline;
}

.bg-tertiary ul li a,
.bg-tertiary ol li a {
  color: #ff4d00;
}

.bg-tertiary ul li:before,
.bg-tertiary ol li:before {
  color: #ff4d00;
}

.bg-tertiary hr {
  border-top-color: #fff;
}

.bg-tertiary .column {
  border-color: #fff;
}

.bg-tertiary .btn,
.bg-tertiary .gform_button {
  text-decoration: none;
}

.bg-tertiary .btn:hover,
.bg-tertiary .gform_button:hover {
  text-decoration: none;
}

.bg-tertiary .btn i,
.bg-tertiary .gform_button i,
.bg-tertiary .btn span.b-icon,
.bg-tertiary .gform_button span.b-icon {
  color: inherit !important;
}

.bg-tertiary .btn.btn-default,
.bg-tertiary .gform_button.btn-default,
.bg-tertiary .btn.button,
.bg-tertiary .gform_button.button {
  color: #fff;
  background-color: rgba(255, 77, 0, 0);
  border-color: #ff4d00;
}

.bg-tertiary .btn.btn-default:hover,
.bg-tertiary .gform_button.btn-default:hover,
.bg-tertiary .btn.button:hover,
.bg-tertiary .gform_button.button:hover,
.bg-tertiary .btn.btn-default:focus,
.bg-tertiary .gform_button.btn-default:focus,
.bg-tertiary .btn.button:focus,
.bg-tertiary .gform_button.button:focus {
  color: #009fd2;
  background-color: #ff4d00;
  outline-color: #ff4d00;
  border-color: #ff4d00;
}

.bg-tertiary .btn.btn-default:hover:before,
.bg-tertiary .gform_button.btn-default:hover:before,
.bg-tertiary .btn.button:hover:before,
.bg-tertiary .gform_button.button:hover:before,
.bg-tertiary .btn.btn-default:focus:before,
.bg-tertiary .gform_button.btn-default:focus:before,
.bg-tertiary .btn.button:focus:before,
.bg-tertiary .gform_button.button:focus:before {
  color: #ff4d00;
}

.bg-tertiary .btn.btn-default:hover:after,
.bg-tertiary .gform_button.btn-default:hover:after,
.bg-tertiary .btn.button:hover:after,
.bg-tertiary .gform_button.button:hover:after,
.bg-tertiary .btn.btn-default:focus:after,
.bg-tertiary .gform_button.btn-default:focus:after,
.bg-tertiary .btn.button:focus:after,
.bg-tertiary .gform_button.button:focus:after {
  color: #ff4d00;
}

.bg-image-dark {
  z-index: 2;
  border-color: #fff;
  color: #00223f;
  -webkit-background-size: cover;
  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: #ff4d00;
}

.bg-image-dark div.text-object a:hover {
  text-decoration: underline;
}

.bg-image-dark ul li a,
.bg-image-dark ol li a {
  color: #ff4d00;
}

.bg-image-dark ul li:before,
.bg-image-dark ol li:before {
  color: #ff4d00;
}

.bg-image-dark hr {
  border-top-color: #fff;
}

.bg-image-dark .column {
  border-color: #fff;
}

.bg-image-dark .btn,
.bg-image-dark .gform_button {
  text-decoration: none;
}

.bg-image-dark .btn:hover,
.bg-image-dark .gform_button:hover {
  text-decoration: none;
}

.bg-image-dark .btn i,
.bg-image-dark .gform_button i,
.bg-image-dark .btn span.b-icon,
.bg-image-dark .gform_button span.b-icon {
  color: inherit !important;
}

.bg-image-dark .btn.btn-default,
.bg-image-dark .gform_button.btn-default,
.bg-image-dark .btn.button,
.bg-image-dark .gform_button.button {
  color: #fff;
  background-color: rgba(255, 77, 0, 0);
  border-color: #ff4d00;
}

.bg-image-dark .btn.btn-default:hover,
.bg-image-dark .gform_button.btn-default:hover,
.bg-image-dark .btn.button:hover,
.bg-image-dark .gform_button.button:hover,
.bg-image-dark .btn.btn-default:focus,
.bg-image-dark .gform_button.btn-default:focus,
.bg-image-dark .btn.button:focus,
.bg-image-dark .gform_button.button:focus {
  color: #00223f;
  background-color: #ff4d00;
  outline-color: #ff4d00;
  border-color: #ff4d00;
}

.bg-image-dark .btn.btn-default:hover:before,
.bg-image-dark .gform_button.btn-default:hover:before,
.bg-image-dark .btn.button:hover:before,
.bg-image-dark .gform_button.button:hover:before,
.bg-image-dark .btn.btn-default:focus:before,
.bg-image-dark .gform_button.btn-default:focus:before,
.bg-image-dark .btn.button:focus:before,
.bg-image-dark .gform_button.button:focus:before {
  color: #ff4d00;
}

.bg-image-dark .btn.btn-default:hover:after,
.bg-image-dark .gform_button.btn-default:hover:after,
.bg-image-dark .btn.button:hover:after,
.bg-image-dark .gform_button.button:hover:after,
.bg-image-dark .btn.btn-default:focus:after,
.bg-image-dark .gform_button.btn-default:focus:after,
.bg-image-dark .btn.button:focus:after,
.bg-image-dark .gform_button.button:focus:after {
  color: #ff4d00;
}

.bg-image-dark:before {
  display: none;
}

.bg-image-dark-overlay {
  z-index: 2;
  border-color: #fff;
  color: #00223f;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.bg-image-dark-overlay:before {
  z-index: -1;
  position: absolute;
  background: rgba(20, 52, 78, 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: #ff4d00;
}

.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: #ff4d00;
}

.bg-image-dark-overlay ul li:before,
.bg-image-dark-overlay ol li:before {
  color: #ff4d00;
}

.bg-image-dark-overlay hr {
  border-top-color: #fff;
}

.bg-image-dark-overlay .column {
  border-color: #fff;
}

.bg-image-dark-overlay .btn,
.bg-image-dark-overlay .gform_button {
  text-decoration: none;
}

.bg-image-dark-overlay .btn:hover,
.bg-image-dark-overlay .gform_button:hover {
  text-decoration: none;
}

.bg-image-dark-overlay .btn i,
.bg-image-dark-overlay .gform_button i,
.bg-image-dark-overlay .btn span.b-icon,
.bg-image-dark-overlay .gform_button span.b-icon {
  color: inherit !important;
}

.bg-image-dark-overlay .btn.btn-default,
.bg-image-dark-overlay .gform_button.btn-default,
.bg-image-dark-overlay .btn.button,
.bg-image-dark-overlay .gform_button.button {
  color: #fff;
  background-color: rgba(255, 77, 0, 0);
  border-color: #ff4d00;
}

.bg-image-dark-overlay .btn.btn-default:hover,
.bg-image-dark-overlay .gform_button.btn-default:hover,
.bg-image-dark-overlay .btn.button:hover,
.bg-image-dark-overlay .gform_button.button:hover,
.bg-image-dark-overlay .btn.btn-default:focus,
.bg-image-dark-overlay .gform_button.btn-default:focus,
.bg-image-dark-overlay .btn.button:focus,
.bg-image-dark-overlay .gform_button.button:focus {
  color: #14344e;
  background-color: #ff4d00;
  outline-color: #ff4d00;
  border-color: #ff4d00;
}

.bg-image-dark-overlay .btn.btn-default:hover:before,
.bg-image-dark-overlay .gform_button.btn-default:hover:before,
.bg-image-dark-overlay .btn.button:hover:before,
.bg-image-dark-overlay .gform_button.button:hover:before,
.bg-image-dark-overlay .btn.btn-default:focus:before,
.bg-image-dark-overlay .gform_button.btn-default:focus:before,
.bg-image-dark-overlay .btn.button:focus:before,
.bg-image-dark-overlay .gform_button.button:focus:before {
  color: #ff4d00;
}

.bg-image-dark-overlay .btn.btn-default:hover:after,
.bg-image-dark-overlay .gform_button.btn-default:hover:after,
.bg-image-dark-overlay .btn.button:hover:after,
.bg-image-dark-overlay .gform_button.button:hover:after,
.bg-image-dark-overlay .btn.btn-default:focus:after,
.bg-image-dark-overlay .gform_button.btn-default:focus:after,
.bg-image-dark-overlay .btn.button:focus:after,
.bg-image-dark-overlay .gform_button.button:focus:after {
  color: #ff4d00;
}

.bg-dark-overlay {
  z-index: 2;
  border-color: #fff;
  color: #00223f;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.bg-dark-overlay:before {
  z-index: -1;
  position: absolute;
  background: rgba(20, 52, 78, 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: #ff4d00;
}

.bg-dark-overlay div.text-object a:hover {
  text-decoration: underline;
}

.bg-dark-overlay ul li a,
.bg-dark-overlay ol li a {
  color: #ff4d00;
}

.bg-dark-overlay ul li:before,
.bg-dark-overlay ol li:before {
  color: #ff4d00;
}

.bg-dark-overlay hr {
  border-top-color: #fff;
}

.bg-dark-overlay .column {
  border-color: #fff;
}

.bg-dark-overlay .btn,
.bg-dark-overlay .gform_button {
  text-decoration: none;
}

.bg-dark-overlay .btn:hover,
.bg-dark-overlay .gform_button:hover {
  text-decoration: none;
}

.bg-dark-overlay .btn i,
.bg-dark-overlay .gform_button i,
.bg-dark-overlay .btn span.b-icon,
.bg-dark-overlay .gform_button span.b-icon {
  color: inherit !important;
}

.bg-dark-overlay .btn.btn-default,
.bg-dark-overlay .gform_button.btn-default,
.bg-dark-overlay .btn.button,
.bg-dark-overlay .gform_button.button {
  color: #fff;
  background-color: rgba(255, 77, 0, 0);
  border-color: #ff4d00;
}

.bg-dark-overlay .btn.btn-default:hover,
.bg-dark-overlay .gform_button.btn-default:hover,
.bg-dark-overlay .btn.button:hover,
.bg-dark-overlay .gform_button.button:hover,
.bg-dark-overlay .btn.btn-default:focus,
.bg-dark-overlay .gform_button.btn-default:focus,
.bg-dark-overlay .btn.button:focus,
.bg-dark-overlay .gform_button.button:focus {
  color: #14344e;
  background-color: #ff4d00;
  outline-color: #ff4d00;
  border-color: #ff4d00;
}

.bg-dark-overlay .btn.btn-default:hover:before,
.bg-dark-overlay .gform_button.btn-default:hover:before,
.bg-dark-overlay .btn.button:hover:before,
.bg-dark-overlay .gform_button.button:hover:before,
.bg-dark-overlay .btn.btn-default:focus:before,
.bg-dark-overlay .gform_button.btn-default:focus:before,
.bg-dark-overlay .btn.button:focus:before,
.bg-dark-overlay .gform_button.button:focus:before {
  color: #ff4d00;
}

.bg-dark-overlay .btn.btn-default:hover:after,
.bg-dark-overlay .gform_button.btn-default:hover:after,
.bg-dark-overlay .btn.button:hover:after,
.bg-dark-overlay .gform_button.button:hover:after,
.bg-dark-overlay .btn.btn-default:focus:after,
.bg-dark-overlay .gform_button.btn-default:focus:after,
.bg-dark-overlay .btn.button:focus:after,
.bg-dark-overlay .gform_button.button:focus:after {
  color: #ff4d00;
}

.bg-image-light {
  z-index: 2;
  border-color: #92a1ae;
  color: #00223f;
  -webkit-background-size: cover;
  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: #00223f;
}

.bg-image-light p,
.bg-image-light li {
  color: #00223f;
}

.bg-image-light i.fa,
.bg-image-light i.b-icon {
  color: #00223f !important;
}

.bg-image-light div.text-object a {
  color: #ff4d00;
}

.bg-image-light div.text-object a:hover {
  text-decoration: underline;
}

.bg-image-light ul li a,
.bg-image-light ol li a {
  color: #ff4d00;
}

.bg-image-light ul li:before,
.bg-image-light ol li:before {
  color: #ff4d00;
}

.bg-image-light hr {
  border-top-color: #92a1ae;
}

.bg-image-light .column {
  border-color: #92a1ae;
}

.bg-image-light .btn,
.bg-image-light .gform_button {
  text-decoration: none;
}

.bg-image-light .btn:hover,
.bg-image-light .gform_button:hover {
  text-decoration: none;
}

.bg-image-light .btn i,
.bg-image-light .gform_button i,
.bg-image-light .btn span.b-icon,
.bg-image-light .gform_button span.b-icon {
  color: inherit !important;
}

.bg-image-light .btn.btn-default,
.bg-image-light .gform_button.btn-default,
.bg-image-light .btn.button,
.bg-image-light .gform_button.button {
  color: #00223f;
  background-color: rgba(255, 77, 0, 0);
  border-color: #ff4d00;
}

.bg-image-light .btn.btn-default:hover,
.bg-image-light .gform_button.btn-default:hover,
.bg-image-light .btn.button:hover,
.bg-image-light .gform_button.button:hover,
.bg-image-light .btn.btn-default:focus,
.bg-image-light .gform_button.btn-default:focus,
.bg-image-light .btn.button:focus,
.bg-image-light .gform_button.button:focus {
  color: #fff;
  background-color: #ff4d00;
  outline-color: #ff4d00;
  border-color: #ff4d00;
}

.bg-image-light .btn.btn-default:hover:before,
.bg-image-light .gform_button.btn-default:hover:before,
.bg-image-light .btn.button:hover:before,
.bg-image-light .gform_button.button:hover:before,
.bg-image-light .btn.btn-default:focus:before,
.bg-image-light .gform_button.btn-default:focus:before,
.bg-image-light .btn.button:focus:before,
.bg-image-light .gform_button.button:focus:before {
  color: #ff4d00;
}

.bg-image-light .btn.btn-default:hover:after,
.bg-image-light .gform_button.btn-default:hover:after,
.bg-image-light .btn.button:hover:after,
.bg-image-light .gform_button.button:hover:after,
.bg-image-light .btn.btn-default:focus:after,
.bg-image-light .gform_button.btn-default:focus:after,
.bg-image-light .btn.button:focus:after,
.bg-image-light .gform_button.button:focus:after {
  color: #ff4d00;
}

.bg-image-light:before {
  display: none;
}

.bg-image-light-overlay {
  z-index: 2;
  border-color: #92a1ae;
  color: #00223f;
  -webkit-background-size: cover;
  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: #00223f;
}

.bg-image-light-overlay p,
.bg-image-light-overlay li {
  color: #00223f;
}

.bg-image-light-overlay i.fa,
.bg-image-light-overlay i.b-icon {
  color: #00223f !important;
}

.bg-image-light-overlay div.text-object a {
  color: #ff4d00;
}

.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: #ff4d00;
}

.bg-image-light-overlay ul li:before,
.bg-image-light-overlay ol li:before {
  color: #ff4d00;
}

.bg-image-light-overlay hr {
  border-top-color: #92a1ae;
}

.bg-image-light-overlay .column {
  border-color: #92a1ae;
}

.bg-image-light-overlay .btn,
.bg-image-light-overlay .gform_button {
  text-decoration: none;
}

.bg-image-light-overlay .btn:hover,
.bg-image-light-overlay .gform_button:hover {
  text-decoration: none;
}

.bg-image-light-overlay .btn i,
.bg-image-light-overlay .gform_button i,
.bg-image-light-overlay .btn span.b-icon,
.bg-image-light-overlay .gform_button span.b-icon {
  color: inherit !important;
}

.bg-image-light-overlay .btn.btn-default,
.bg-image-light-overlay .gform_button.btn-default,
.bg-image-light-overlay .btn.button,
.bg-image-light-overlay .gform_button.button {
  color: #00223f;
  background-color: rgba(255, 77, 0, 0);
  border-color: #ff4d00;
}

.bg-image-light-overlay .btn.btn-default:hover,
.bg-image-light-overlay .gform_button.btn-default:hover,
.bg-image-light-overlay .btn.button:hover,
.bg-image-light-overlay .gform_button.button:hover,
.bg-image-light-overlay .btn.btn-default:focus,
.bg-image-light-overlay .gform_button.btn-default:focus,
.bg-image-light-overlay .btn.button:focus,
.bg-image-light-overlay .gform_button.button:focus {
  color: #fff;
  background-color: #ff4d00;
  outline-color: #ff4d00;
  border-color: #ff4d00;
}

.bg-image-light-overlay .btn.btn-default:hover:before,
.bg-image-light-overlay .gform_button.btn-default:hover:before,
.bg-image-light-overlay .btn.button:hover:before,
.bg-image-light-overlay .gform_button.button:hover:before,
.bg-image-light-overlay .btn.btn-default:focus:before,
.bg-image-light-overlay .gform_button.btn-default:focus:before,
.bg-image-light-overlay .btn.button:focus:before,
.bg-image-light-overlay .gform_button.button:focus:before {
  color: #ff4d00;
}

.bg-image-light-overlay .btn.btn-default:hover:after,
.bg-image-light-overlay .gform_button.btn-default:hover:after,
.bg-image-light-overlay .btn.button:hover:after,
.bg-image-light-overlay .gform_button.button:hover:after,
.bg-image-light-overlay .btn.btn-default:focus:after,
.bg-image-light-overlay .gform_button.btn-default:focus:after,
.bg-image-light-overlay .btn.button:focus:after,
.bg-image-light-overlay .gform_button.button:focus:after {
  color: #ff4d00;
}

.bg-light-overlay {
  z-index: 2;
  border-color: #92a1ae;
  color: #00223f;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.bg-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-light-overlay h1,
.bg-light-overlay h2,
.bg-light-overlay h3,
.bg-light-overlay h4,
.bg-light-overlay h5,
.bg-light-overlay h6 {
  color: #00223f;
}

.bg-light-overlay p,
.bg-light-overlay li {
  color: #00223f;
}

.bg-light-overlay i.fa,
.bg-light-overlay i.b-icon {
  color: #00223f !important;
}

.bg-light-overlay div.text-object a {
  color: #ff4d00;
}

.bg-light-overlay div.text-object a:hover {
  text-decoration: underline;
}

.bg-light-overlay ul li a,
.bg-light-overlay ol li a {
  color: #ff4d00;
}

.bg-light-overlay ul li:before,
.bg-light-overlay ol li:before {
  color: #ff4d00;
}

.bg-light-overlay hr {
  border-top-color: #92a1ae;
}

.bg-light-overlay .column {
  border-color: #92a1ae;
}

.bg-light-overlay .btn,
.bg-light-overlay .gform_button {
  text-decoration: none;
}

.bg-light-overlay .btn:hover,
.bg-light-overlay .gform_button:hover {
  text-decoration: none;
}

.bg-light-overlay .btn i,
.bg-light-overlay .gform_button i,
.bg-light-overlay .btn span.b-icon,
.bg-light-overlay .gform_button span.b-icon {
  color: inherit !important;
}

.bg-light-overlay .btn.btn-default,
.bg-light-overlay .gform_button.btn-default,
.bg-light-overlay .btn.button,
.bg-light-overlay .gform_button.button {
  color: #00223f;
  background-color: rgba(255, 77, 0, 0);
  border-color: #ff4d00;
}

.bg-light-overlay .btn.btn-default:hover,
.bg-light-overlay .gform_button.btn-default:hover,
.bg-light-overlay .btn.button:hover,
.bg-light-overlay .gform_button.button:hover,
.bg-light-overlay .btn.btn-default:focus,
.bg-light-overlay .gform_button.btn-default:focus,
.bg-light-overlay .btn.button:focus,
.bg-light-overlay .gform_button.button:focus {
  color: #fff;
  background-color: #ff4d00;
  outline-color: #ff4d00;
  border-color: #ff4d00;
}

.bg-light-overlay .btn.btn-default:hover:before,
.bg-light-overlay .gform_button.btn-default:hover:before,
.bg-light-overlay .btn.button:hover:before,
.bg-light-overlay .gform_button.button:hover:before,
.bg-light-overlay .btn.btn-default:focus:before,
.bg-light-overlay .gform_button.btn-default:focus:before,
.bg-light-overlay .btn.button:focus:before,
.bg-light-overlay .gform_button.button:focus:before {
  color: #ff4d00;
}

.bg-light-overlay .btn.btn-default:hover:after,
.bg-light-overlay .gform_button.btn-default:hover:after,
.bg-light-overlay .btn.button:hover:after,
.bg-light-overlay .gform_button.button:hover:after,
.bg-light-overlay .btn.btn-default:focus:after,
.bg-light-overlay .gform_button.btn-default:focus:after,
.bg-light-overlay .btn.button:focus:after,
.bg-light-overlay .gform_button.button:focus:after {
  color: #ff4d00;
}

.bg-image-primary-overlay {
  z-index: 2;
  border-color: #fff;
  color: #00223f;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.bg-image-primary-overlay:before {
  z-index: -1;
  position: absolute;
  background: rgba(255, 77, 0, 0.75);
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
}

.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: #fff;
}

.bg-image-primary-overlay p,
.bg-image-primary-overlay li {
  color: #fff;
}

.bg-image-primary-overlay i.fa,
.bg-image-primary-overlay i.b-icon {
  color: #fff !important;
}

.bg-image-primary-overlay div.text-object a {
  color: #00223f;
}

.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: #00223f;
}

.bg-image-primary-overlay ul li:before,
.bg-image-primary-overlay ol li:before {
  color: #00223f;
}

.bg-image-primary-overlay hr {
  border-top-color: #fff;
}

.bg-image-primary-overlay .column {
  border-color: #fff;
}

.bg-image-primary-overlay .btn,
.bg-image-primary-overlay .gform_button {
  text-decoration: none;
}

.bg-image-primary-overlay .btn:hover,
.bg-image-primary-overlay .gform_button:hover {
  text-decoration: none;
}

.bg-image-primary-overlay .btn i,
.bg-image-primary-overlay .gform_button i,
.bg-image-primary-overlay .btn span.b-icon,
.bg-image-primary-overlay .gform_button span.b-icon {
  color: inherit !important;
}

.bg-image-primary-overlay .btn.btn-default,
.bg-image-primary-overlay .gform_button.btn-default,
.bg-image-primary-overlay .btn.button,
.bg-image-primary-overlay .gform_button.button {
  color: #fff;
  background-color: rgba(0, 34, 63, 0);
  border-color: #00223f;
}

.bg-image-primary-overlay .btn.btn-default:hover,
.bg-image-primary-overlay .gform_button.btn-default:hover,
.bg-image-primary-overlay .btn.button:hover,
.bg-image-primary-overlay .gform_button.button:hover,
.bg-image-primary-overlay .btn.btn-default:focus,
.bg-image-primary-overlay .gform_button.btn-default:focus,
.bg-image-primary-overlay .btn.button:focus,
.bg-image-primary-overlay .gform_button.button:focus {
  color: #ff4d00;
  background-color: #00223f;
  outline-color: #00223f;
  border-color: #00223f;
}

.bg-image-primary-overlay .btn.btn-default:hover:before,
.bg-image-primary-overlay .gform_button.btn-default:hover:before,
.bg-image-primary-overlay .btn.button:hover:before,
.bg-image-primary-overlay .gform_button.button:hover:before,
.bg-image-primary-overlay .btn.btn-default:focus:before,
.bg-image-primary-overlay .gform_button.btn-default:focus:before,
.bg-image-primary-overlay .btn.button:focus:before,
.bg-image-primary-overlay .gform_button.button:focus:before {
  color: #00223f;
}

.bg-image-primary-overlay .btn.btn-default:hover:after,
.bg-image-primary-overlay .gform_button.btn-default:hover:after,
.bg-image-primary-overlay .btn.button:hover:after,
.bg-image-primary-overlay .gform_button.button:hover:after,
.bg-image-primary-overlay .btn.btn-default:focus:after,
.bg-image-primary-overlay .gform_button.btn-default:focus:after,
.bg-image-primary-overlay .btn.button:focus:after,
.bg-image-primary-overlay .gform_button.button:focus:after {
  color: #00223f;
}

.bg-center {
  background-position: center center !important;
}

.bg-repeat-vert {
  -webkit-background-size: 100%;
  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: #00223f;
  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: #00223f;
    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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 24px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
}

.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;
}

#control-nav {
  min-width: 1200px;
  z-index: 9;
  background: #00223f;
  font-size: 1em;
  font-weight: 300;
  font-style: normal;
  line-height: .9;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#control-nav:before,
#control-nav:after {
  display: none !important;
}

#control-nav div.logo-img {
  width: auto;
  padding: 15px 0;
  position: relative;
  height: 4em;
}

#control-nav div.logo-img img {
  width: 100%;
  height: 100%;
  object-position: left center;
  object-fit: contain;
  display: inline-block;
}

#control-nav * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#control-nav nav.nav {
  display: inline-block;
  width: auto;
}

#control-nav nav.nav > ul {
  width: 100%;
  vertical-align: middle;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

#control-nav nav.nav > ul li a {
  display: inline-block;
  width: 100%;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

#control-nav nav.nav > ul > li {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: normal;
  line-height: 4em;
  color: #fff;
}

#control-nav nav.nav > ul > li:hover,
#control-nav nav.nav > ul > li:focus,
#control-nav nav.nav > ul > li:active {
  color: #ff4d00;
}

#control-nav nav.nav > ul > li:hover:before,
#control-nav nav.nav > ul > li:focus:before,
#control-nav nav.nav > ul > li:active:before {
  color: #ff4d00;
}

#control-nav nav.nav > ul > li > a {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  float: none;
  padding: 1em 1em 1em 1em;
  color: inherit;
}

#control-nav nav.nav > ul > li > a:hover,
#control-nav nav.nav > ul > li > a:focus,
#control-nav nav.nav > ul > li > a:active {
  color: inherit;
}

#control-nav nav.nav > ul > li > a:hover:before,
#control-nav nav.nav > ul > li > a:focus:before,
#control-nav nav.nav > ul > li > a:active:before {
  color: inherit;
}

#control-nav nav.nav > ul > li > ul {
  line-height: 1.25em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  padding: 0em 0em;
  background: #14344e;
  display: block;
  visibility: hidden;
  overflow: hidden;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  right: 0%;
  left: initial;
  top: 4em;
  width: 250px;
}

#control-nav nav.nav > ul > li > ul li {
  font-size: 1em;
  vertical-align: top;
  overflow: hidden;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 400;
}

#control-nav nav.nav > ul > li > ul li a {
  border-top: 1px solid #5d7385;
}

#control-nav nav.nav > ul > li > ul li a {
  overflow: visible;
  padding: 1.5em 2em;
  line-height: 1em;
  color: #fff;
}

#control-nav nav.nav > ul > li > ul li a:hover,
#control-nav nav.nav > ul > li > ul li a:focus,
#control-nav nav.nav > ul > li > ul li a:active {
  color: #ff4d00;
}

#control-nav nav.nav > ul > li > ul li a:before {
  -webkit-transition: margin-left 0.35s;
  transition: margin-left 0.35s;
}

#control-nav nav.nav > ul > li > ul li.menu-item-has-children {
  padding-bottom: 1.5em / 2;
}

#control-nav nav.nav > ul > li > ul li.menu-item-has-children a {
  padding-bottom: 1.5em / 2;
}

#control-nav nav.nav > ul > li > ul li li {
  border-top: 0px solid #5d7385;
  padding: 0 0 0 0;
}

#control-nav nav.nav > ul > li > ul li li:last-child a:last-child {
  border-bottom: 0;
}

#control-nav nav.nav > ul > li > ul li li a {
  text-indent: 1em;
  border-top: 1px solid #5d7385;
}

#control-nav nav.nav > ul > li > ul li li a {
  padding: 1.5em / 2 2em;
}

#control-nav nav.nav > ul > li:hover ul,
#control-nav nav.nav > ul > li a:hover + ul,
#control-nav nav.nav > ul > li:focus ul,
#control-nav nav.nav > ul > li a:focus + ul > li:active ul,
#control-nav nav.nav > ul > li a:active + ul {
  visibility: visible;
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

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 {
  min-width: 1200px;
  height: 20px;
  display: block;
  float: left;
  position: relative;
  width: 100%;
}

#sidebar {
  padding-bottom: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#sidebar aside {
  border-left: 1px solid #ff4d00;
  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: .25em .5em;
  border-bottom: 1px solid #ff4d00;
  margin-bottom: 0px;
}

#sidebar ul {
  list-style: none;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}

#sidebar ul li a {
  text-decoration: none;
  color: #00223f;
  font-size: .75em;
  padding: .25em 1em;
  width: 100%;
  display: block;
  border-bottom: 1px solid #ff4d00;
}

#sidebar ul li a:hover {
  color: #ff4d00;
}

/* 3RD TIER PAGE TEMPLATE */

.row.page-sidebar-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 992px) {
  .row.page-sidebar-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 992px) {
  #main-nav #navbar {
    display: none !important;
  }

  #main-nav {
    padding-top: 12px;
    padding-bottom: 12px;
    background: #00223f;
    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: 12px;
  right: 12px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  background: #00223f;
  height: 67.5px;
  width: 67.5px;
  padding: 10px 15px;
  z-index: 301;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  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: #fff;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#mobile-trigger span:nth-child(1) {
  top: 15.75px;
}

#mobile-trigger span:nth-child(2),
#mobile-trigger span:nth-child(3) {
  top: 22.75px;
}

#mobile-trigger span:nth-child(4) {
  top: 29.75px;
}

#mobile-trigger.open span:nth-child(1) {
  top: 22.75px;
  width: 0%;
  left: 50%;
}

#mobile-trigger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobile-trigger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mobile-trigger.open span:nth-child(4) {
  top: 22.75px;
  width: 0%;
  left: 50%;
}

#scrollLock {
  display: block;
  position: fixed;
  width: 100%;
  height: 0;
  z-index: 200;
  top: 0;
  left: 0;
  background: #00223f;
  opacity: .0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

#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: 'Roboto', Helvetica, Arial, sans-serif;
  display: block;
  width: 100%;
  max-height: 100%;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 300;
  height: 0;
  -webkit-transition: -webkit-transform 0.35s, right 0.35s;
  transition: transform 0.35s, right 0.35s;
  font-size: 1.125em;
  background: #00223f;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.mobile-menu.open {
  top: 91.5px;
  border-top: 1px solid #92a1ae;
  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 #92a1ae;
}

.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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mobile-menu nav#mobile-menu-nav ul.menu li a {
  color: #fff;
  padding-top: 1em;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 1em;
  line-height: 1em;
  display: inline-block;
  vertical-align: bottom;
  font-weight: 300;
  font-family: 'Roboto', 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: #00223f;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.35s, max-height 0.35s;
  transition: transform 0.35s, max-height 0.35s;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 0px;
}

.mobile-menu nav#mobile-menu-nav ul.menu li a.main-item {
  width: 80%;
  width: -webkit-calc(100% - 3em);
  width: calc(100% - 3em);
}

.mobile-menu nav#mobile-menu-nav ul.menu li li {
  padding-left: 24px;
}

.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: #fff;
  background: #00223f;
  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: #fff;
  background: #00223f;
  width: 100%;
  padding: 1em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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.logged-in {
    top: 46px;
  }

  body.logged-in.scrollLock {
    top: 0px !important;
  }

  body.logged-in #wp-admin-bar-new_draft,
  body.logged-in #wp-admin-bar-gform-forms {
    display: none !important;
  }

  body.logged-in #mobile-trigger,
  body.logged-in #main-nav {
    top: 46px;
  }

  body.logged-in #mobile-menu-container {
    top: 137.5px;
  }

  body.logged-in #wpadminbar {
    position: fixed !important;
  }
}

.store-launch {
  display: none !important;
}

#mobile-menu-container {
  -webkit-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

#mobile-menu-container.open {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  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.2em 0.475em;
  text-align: center;
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
  background: inherit;
  position: relative;
  margin-top: 0.3em;
}

.social-links .social-link i {
  font-size: 1em;
  width: 1em;
  height: 1em;
  color: inherit;
  margin-right: 0;
}

.social-links .social-link:hover i {
  color: inherit;
}

#live-area .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

section .gform_wrapper.gravity-theme label,
section .gform_wrapper.gravity-theme legend {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.125em;
}

section .gform_wrapper.gravity-theme label.gfield_label,
section .gform_wrapper.gravity-theme legend.gfield_label {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 900;
  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;
  -webkit-box-shadow: 0px 0px 0px 2px #ff4d00;
  box-shadow: 0px 0px 0px 2px #ff4d00;
}

section .gform_button.button {
  margin-bottom: 24px;
  display: inline-block;
  margin: 0 0 0 0;
  font-weight: 500;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  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.375em 2em;
  padding-bottom: 0.5em;
  padding-top: 0.65em;
  font-size: 1em;
  line-height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: inherit;
  background-color: #ff4d00;
  border: 0.125em solid #ff4d00;
  -webkit-transition: background 0.35s, border 0.35s;
  transition: background 0.35s, border 0.35s;
  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: inherit;
  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: inherit;
  background: rgba(255, 77, 0, 0.8);
  border-color: #ff4d00;
}

.open > .dropdown-togglesection .gform_button.button {
  color: #ff4d00;
  background-color: #cc3e00;
  border-color: #c23b00;
}

.open > .dropdown-togglesection .gform_button.button:hover,
.open > .dropdown-togglesection .gform_button.button:focus,
.open > .dropdown-togglesection .gform_button.button.focus {
  color: #ff4d00;
  background-color: #a83300;
  border-color: #802700;
}

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: #ff4d00;
  border-color: #ff4d00;
}

section .gform_button.button .badge {
  color: #ff4d00;
  background-color: inherit;
}

#scrollLockModal {
  display: block;
  position: fixed;
  width: 100%;
  height: 0;
  z-index: 300;
  top: 0;
  left: 0;
  background: #fff;
  opacity: .0;
  cursor: pointer;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

#scrollLockModal.scrollLock {
  opacity: .35;
  height: 100%;
  visibility: visible;
}

#cta-modal {
  -webkit-box-shadow: 0px 4px 4px 3px rgba(20, 52, 78, 0.25);
  box-shadow: 0px 4px 4px 3px rgba(20, 52, 78, 0.25);
  position: fixed;
  max-height: 100%;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  vertical-align: middle;
  display: block;
  top: -500000%;
  left: 50%;
  -webkit-transform: translate(-50%) translateY(-50%) scale(0, 0);
  -ms-transform: translate(-50%) translateY(-50%) scale(0, 0);
  transform: translate(-50%) translateY(-50%) scale(0, 0);
  z-index: 301;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background: #fff;
}

@media (max-width: 991px) {
  #cta-modal {
    width: 100%;
  }
}

#cta-modal.open {
  visibility: visible;
  top: 50%;
  -webkit-transform: translate(-50%) translateY(-50%) scale(1, 1);
  -ms-transform: translate(-50%) translateY(-50%) scale(1, 1);
  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: #00223f;
  color: #fff;
}

#cta-modal #closeModal i {
  width: 1em;
  height: 1em;
  color: inherit;
}

#cta-modal:before {
  display: none !important;
}

#cta-modal .row.content-row-cta-modal {
  margin-top: -1px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#cta-modal .row.content-row-cta-modal:before {
  display: none !important;
}

@media (min-width: 767px) {
  #cta-modal .row.content-row-cta-modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media (max-width: 767px) {
  #cta-modal {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

#cta-modal .row.content-row-cta-modal .column {
  padding: 48px;
}

#cta-modal {
  background: #fff;
}

#cta-modal #cta-logo {
  display: inline-block;
  max-width: 320px;
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 24px;
}

#cta-modal #cta-logo img {
  width: 100%;
  height: auto;
}

#cta-modal .address-phone {
  font-size: 14px;
}

#cta-modal .address-phone a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: .6em;
  display: inline-block;
  float: left;
  margin-left: -1.5em;
}

#cta-modal input,
#cta-modal select,
#cta-modal textarea {
  background: rgba(255, 255, 255, 0.75);
}

#cta-modal input[type="submit"] {
  background: rgba(255, 77, 0, 0);
}

#cta-modal input[type="submit"]:hover {
  background: #ff4d00;
  color: #00223f;
}

@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: #ff4d00;
}

.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: #ff4d00;
}

.t-secondary {
  color: #6fd24a;
}

.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: #6fd24a;
}

.t-tertiary {
  color: #009fd2;
}

.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: #009fd2;
}

@-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;
  }
}

#evis-dashboard {
  height: 100%;
}

#evis-dashboard > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
}

#evis-dashboard > .row > .col-xs-6 {
  position: relative;
  max-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

#evis-dashboard .search-form {
  width: 100%;
  display: block;
  height: 4em;
  border-bottom: 1px solid;
  padding: 1em;
  margin-bottom: 0em;
}

#evis-dashboard .search-form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#evis-dashboard .search-form form label {
  margin-right: 1em;
}

#evis-dashboard .pagination {
  width: 100%;
  background: #fff;
  height: 3.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  text-align: right;
  border-top: 1px solid;
  margin: 0 0 0 0;
  border-radius: 0;
}

div.scrollable-row {
  height: -webkit-calc(100vh - 14em);
  height: calc(100vh - 14em);
  overflow: auto;
  width: 100%;
}

div.scrollable-row table {
  width: 100%;
}

body.admin-bar #live-area .dashboard-column {
  overflow: hidden;
  height: -webkit-calc(100vh - 5.75em - 32px);
  height: calc(100vh - 5.75em - 32px);
}

body.admin-bar #live-area div.scrollable-row {
  height: -webkit-calc(100vh - 5.75em - 32px - 7.75em);
  height: calc(100vh - 5.75em - 32px - 7.75em);
}

@media (max-width: 768px) {
  body.admin-bar #live-area .dashboard-column {
    overflow: hidden;
    height: -webkit-calc(100vh - 5.75em - 32px);
    height: calc(100vh - 5.75em - 32px);
  }

  body.admin-bar #live-area div.scrollable-row {
    height: -webkit-calc(100vh - 5.75em - 46px - 7.75em);
    height: calc(100vh - 5.75em - 46px - 7.75em);
  }
}

/* WP Members */

#wpmem_login,
#wpmem_reg {
  color: #00223f !important;
  border: none;
}

#wpmem_login legend,
#wpmem_reg legend {
  color: #00223f !important;
  font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
  border: none;
  font-weight: 900;
  font-size: 2em !important;
}

#wpmem_reg select {
  color: #00223f;
}

.link-text-forgot a,
.link-text-register a,
.link-text-username a {
  color: #00223f;
  text-decoration: none;
}

#wpmem_login .div_text,
#wpmem_reg .div_checkbox,
#wpmem_reg .div_date,
#wpmem_reg .div_file,
#wpmem_reg .div_image,
#wpmem_reg .div_multicheckbox,
#wpmem_reg .div_multiselect,
#wpmem_reg .div_number,
#wpmem_reg .div_radio,
#wpmem_reg .div_select,
#wpmem_reg .div_text,
#wpmem_reg .div_textarea,
#wpmem_reg .div_url {
  width: 100% !important;
}

#wpmem_login div.link-text {
  width: 100% !important;
  text-align: left !important;
}

#wpmem_reg .req {
  color: #ff4d00 !important;
}

#wpmem_login .button_div,
#wpmem_reg .button_div {
  width: 100% !important;
  text-align: left !important;
}

#wpmem_login button,
#wpmem_login input,
#wpmem_reg button,
#wpmem_reg input,
#wpmem_reg select,
#wpmem_reg textarea {
  background: transparent;
  border: 1px solid #00223f;
  border-radius: 1em;
  padding: 0.25em 1em 0.25em 1em;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 900;
}

#wpmem_login button:hover,
#wpmem_login input:hover,
#wpmem_reg button:hover,
#wpmem_reg input:hover,
#wpmem_reg select:hover,
#wpmem_reg textarea:hover {
  background: transparent;
  border: 1px solid #00223f;
  border-radius: 1em;
  padding: 0.25em 1em 0.25em 1em;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 100;
}

#wpmem_login input[type=password],
#wpmem_login input[type=text],
#wpmem_reg input[type=date],
#wpmem_reg input[type=email],
#wpmem_reg input[type=number],
#wpmem_reg input[type=password],
#wpmem_reg input[type=text],
#wpmem_reg input[type=url],
#wpmem_reg textarea {
  background: transparent;
  border: 1px solid #00223f;
  border-radius: 1em;
  padding: 0.25em 1em 0.25em 1em;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 900;
}

.wp-block-image {
  margin: 0 0;
}

.wpmem-col-margin_fix {
  margin-bottom: 0 !important;
}

.wpmem_msg {
  background: transparent !important;
  border: none !important;
  padding: 0 0 !important;
  width: 100% !important;
  font-size: 1.5em !important;
  margin-bottom: .25em;
  text-align: left !important;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 900;
}

p.marg-bot-fix {
  margin-bottom: 0 !important;
}

.container.login-container {
  displaY: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#login-container {
  margin-left: -24px;
  margin-right: -24px;
  margin-top: -24px;
  margin-bottom: -24px;
  width: 100%;
  width: -webkit-calc(100% + 48px);
  width: calc(100% + 48px);
  height: 100vh;
  background: var(--brand-black);
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#login-container #wpmem_login {
  width: 100%;
}

#login-container .login-wrapper {
  max-width: 500px;
  width: 100%;
}

#wpmem_login_form {
  width: 100%;
}

#wpmem_login fieldset,
#wpmem_reg fieldset {
  margin: 0 0 0 0;
}

body.page-template-page-login {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
}

body.page-template-page-login #live-area,
body.page-template-page-login footer {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

#live-area .acf-fields.-border {
  border-color: #00556d;
  border-width: 0;
}

#live-area .acf-fields .acf-field .acf-input .acf-input-wrap {
  padding: .25em;
}

#live-area .acf-fields .acf-field.message-header {
  border-top: 0px solid transparent !important;
}

#live-area .acf-fields .acf-field.message-header .acf-label label {
  font-size: 1.5em;
}

#live-area .acf-fields .acf-input-prepend,
#live-area .acf-fields .acf-input-append {
  font-size: 1em;
  line-height: 1.5em;
  padding: .25em;
  margin-top: .25em;
}

#live-area .acf-fields .acf-input-prepend {
  margin-right: -0.25em;
}

#live-area .acf-fields .acf-input-append {
  margin-left: -0.25em;
}

#live-area .acf-fields .acf-field input[type=text],
#live-area .acf-fields .acf-field input[type=password],
#live-area .acf-fields .acf-field input[type=date],
#live-area .acf-fields .acf-field input[type=datetime],
#live-area .acf-fields .acf-field input[type=datetime-local],
#live-area .acf-fields .acf-field input[type=email],
#live-area .acf-fields .acf-field input[type=month],
#live-area .acf-fields .acf-field input[type=number],
#live-area .acf-fields .acf-field input[type=search],
#live-area .acf-fields .acf-field input[type=tel],
#live-area .acf-fields .acf-field input[type=time],
#live-area .acf-fields .acf-field input[type=url],
#live-area .acf-fields .acf-field input[type=week],
#live-area .acf-fields .acf-field textarea,
#live-area .acf-fields .acf-field select {
  font-size: 1em;
  border: 1px solid #5d7385;
  line-height: 1.5em;
}

#live-area .acf-fields .acf-field input[type=text]:focus,
#live-area .acf-fields .acf-field input[type=password]:focus,
#live-area .acf-fields .acf-field input[type=date]:focus,
#live-area .acf-fields .acf-field input[type=datetime]:focus,
#live-area .acf-fields .acf-field input[type=datetime-local]:focus,
#live-area .acf-fields .acf-field input[type=email]:focus,
#live-area .acf-fields .acf-field input[type=month]:focus,
#live-area .acf-fields .acf-field input[type=number]:focus,
#live-area .acf-fields .acf-field input[type=search]:focus,
#live-area .acf-fields .acf-field input[type=tel]:focus,
#live-area .acf-fields .acf-field input[type=time]:focus,
#live-area .acf-fields .acf-field input[type=url]:focus,
#live-area .acf-fields .acf-field input[type=week]:focus,
#live-area .acf-fields .acf-field textarea:focus,
#live-area .acf-fields .acf-field select:focus,
#live-area .acf-fields .acf-field input[type=text]:active,
#live-area .acf-fields .acf-field input[type=password]:active,
#live-area .acf-fields .acf-field input[type=date]:active,
#live-area .acf-fields .acf-field input[type=datetime]:active,
#live-area .acf-fields .acf-field input[type=datetime-local]:active,
#live-area .acf-fields .acf-field input[type=email]:active,
#live-area .acf-fields .acf-field input[type=month]:active,
#live-area .acf-fields .acf-field input[type=number]:active,
#live-area .acf-fields .acf-field input[type=search]:active,
#live-area .acf-fields .acf-field input[type=tel]:active,
#live-area .acf-fields .acf-field input[type=time]:active,
#live-area .acf-fields .acf-field input[type=url]:active,
#live-area .acf-fields .acf-field input[type=week]:active,
#live-area .acf-fields .acf-field textarea:active,
#live-area .acf-fields .acf-field select:active {
  outline-width: .125em;
  outline-style: solid;
  outline-color: #00556d;
}

#live-area .acf-fields h1,
#live-area .acf-fields h2,
#live-area .acf-fields h3,
#live-area .acf-fields h4,
#live-area .acf-fields h5,
#live-area .acf-fields h6 {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  text-transform: none;
}

#live-area .acf-fields .acf-field-disabled-text input[type="disabled_text"] {
  border: 0px solid transparent;
  font-weight: 600;
  font-size: 1em;
  color: #00556d;
  background: transparent;
}

#live-area .acf-fields > .acf-field--validate-email + .acf-field {
  border-left: 0px solid #00556d;
}

#live-area .acf-fields > .acf-field--validate-email + .acf-field.-r0[data-width],
#live-area .acf-fields > .acf-field--validate-email + .acf-field.-c0[data-width] {
  border-left: 0px solid #00556d;
}

#live-area .acf-fields > .acf-field--validate-email + .acf-field[data-width] {
  border-left: 0px solid #00556d;
}

#live-area .acf-fields > .acf-field {
  border-top: 1px solid #00556d;
  border-right: 0px solid #00556d;
  border-bottom: 0px solid #00556d;
  padding: 12px 12px;
}

#live-area .acf-fields > .acf-field[data-width] {
  border-left: 1px solid #00556d;
}

#live-area .acf-fields > .acf-field.-c0 {
  border-left: 0px solid transparent;
}

#live-area .acf-fields > .acf-field.-r0 {
  border-left: 0px solid transparent;
  border-top: 0px solid transparent;
}

#live-area .acf-fields > .acf-field.-r0[data-width] {
  border-left: 1px solid #00556d;
}

#live-area .acf-fields > .acf-field.-r0[data-width]:first-child {
  border-left: 0px solid transparent;
}

#live-area .acf-fields > .acf-field.acfe-field-group-layout-block {
  border: 0px solid transparent;
  padding: 0 0 0 0;
  margin-top: 1em;
}

#live-area .acf-fields > .acf-field.acfe-field-group-layout-block.-r0 {
  margin-top: 1em;
}

#live-area .acf-fields > .acf-field.acf-field-message.acfe-no-label {
  padding-left: 0px;
  margin-top: 2em;
  border-top: 0px;
}

#live-area .acf-fields > .acf-field.acf-field-acfe-column {
  padding: 0 0 0 0;
}

#live-area .acf-fields > .acf-field .acf-label label {
  font-weight: 600;
  font-style: normal;
  font-size: 1.125em;
  line-height: 1em;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

#live-area .acf-fields .acf-field input,
#live-area .acf-fields .acf-field select,
#live-area .acf-fields .acf-field textarea {
  border: 1px solid #00223f;
}

#live-area .acf-field.parent-group {
  margin-bottom: 2em;
}

#live-area .acf-field.parent-group > .acf-label {
  font-size: 1.5em;
  padding-bottom: .375em;
}

#live-area .acf-field.parent-group > .acf-input > .acf-fields {
  border: 0px solid transparent;
}

#live-area .acf-field.parent-group > .acf-input > .acf-fields > .acf-field.acf-field-group > .acf-label {
  padding-left: .5em;
  font-size: 1.125em;
}

#live-area .acf-field.parent-group > .acf-input > .acf-fields .acf-field-group {
  padding-top: 1em;
  border-top: 1px solid #00556d;
}

#live-area .acf-field.parent-group > .acf-input > .acf-fields .acf-field-group.-r0 {
  border-top-width: 1px !important;
}

#live-area .acf-field.parent-group > .acf-input > .acf-fields .acf-field-group[data-width] {
  border-left: 1px solid #00556d;
}

#live-area .acf-field.parent-group > .acf-input > .acf-fields .acf-field-group.public_breakdown,
#live-area .acf-field.parent-group > .acf-input > .acf-fields .acf-field-group.staff-breakdown {
  margin-top: 2em;
  display: inline-block;
  width: 100%;
  border-left: 0 solid transparent;
}

#live-area .acf-field.parent-group > .acf-input > .acf-fields .acf-field-group.public_breakdown .acf-fields .acf-field .acf-label,
#live-area .acf-field.parent-group > .acf-input > .acf-fields .acf-field-group.staff-breakdown .acf-fields .acf-field .acf-label {
  padding-left: 0em;
  font-style: italic;
}

#live-area .acf-field.parent-group > .acf-input > .acf-fields .acf-field-group.public_breakdown .acf-fields .acf-field .acf-input input,
#live-area .acf-field.parent-group > .acf-input > .acf-fields .acf-field-group.staff-breakdown .acf-fields .acf-field .acf-input input {
  font-size: 2em;
}

#live-area .acf-field.parent-group > .acf-input > .acf-fields .acf-field-group:first-child {
  border-left: 0px;
}

#live-area .acf-field.parent-group > .acf-input > .acf-fields .acf-field-group > .acf-input > .acf-fields {
  border: 0px solid transparent;
}

#live-area .acf-field.parent-group > .acf-input > .acf-fields .acf-field-group > .acf-input > .acf-fields .acf-field {
  padding: .5em;
  border-left: 0;
  border-bottom: 0;
  border-top: 1px solid #00556d;
}

#live-area .acf-field.parent-group > .acf-input > .acf-fields .acf-field-group > .acf-input > .acf-fields .acf-field[data-width] {
  border-left: 1px solid #00556d;
}

#live-area .acf-field.parent-group > .acf-input > .acf-fields .acf-field-group > .acf-input > .acf-fields .acf-field[data-width]:first-child {
  border-left: 0px;
}

#live-area .acf-field.parent-group > .acf-input > .acf-fields .acf-field-group > .acf-input > .acf-fields .acf-field:first-child {
  border-top: 0px solid transparent;
}

#live-area .acf-field.parent-group > .acf-input > .acf-fields .acf-field-group > .acf-input > .acf-fields .acf-field .acf-label label {
  font-weight: 400;
}

#live-area .acf-field.parent-group > .acf-input > .acf-fields .acf-field-group > .acf-input > .acf-fields .acf-field input {
  width: 100%;
}

#live-area .acf-button {
  margin-top: 1em;
}

#live-area .acf-button.button {
  margin-bottom: 24px;
  display: inline-block;
  margin: 0 0 0 0;
  font-weight: 500;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  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.375em 2em;
  padding-bottom: 0.5em;
  padding-top: 0.65em;
  font-size: 1em;
  line-height: 1em;
  border-radius: 0em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 1em;
}

#live-area .acf-button.button i,
#live-area .acf-button.button span.b-icon {
  color: inherit;
}

#live-area .acf-button.button:last-child {
  margin-bottom: 0;
}

#live-area .acf-button.button:only-child {
  margin-bottom: 0;
}

#live-area .acf-button.button span {
  vertical-align: baseline;
  display: inline-block;
}

#live-area .acf-button.button:focus,
#live-area .acf-button.button:active:focus,
#live-area .acf-button.button.active:focus,
#live-area .acf-button.button.focus,
#live-area .acf-button.button:active.focus,
#live-area .acf-button.button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#live-area .acf-button.button:hover,
#live-area .acf-button.button:focus,
#live-area .acf-button.button.focus {
  color: inherit;
  text-decoration: none;
}

#live-area .acf-button.button:active,
#live-area .acf-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);
}

#live-area .acf-button.button.disabled,
#live-area .acf-button.button[disabled],
fieldset[disabled] #live-area .acf-button.button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a#live-area .acf-button.button.disabled,
fieldset[disabled] a#live-area .acf-button.button {
  pointer-events: none;
}

#live-area .acf-button.button-primary {
  color: #fff;
  background-color: #6fd24a;
  border: 0.125em solid #6fd24a;
  -webkit-transition: background 0.35s, border 0.35s;
  transition: background 0.35s, border 0.35s;
  border-radius: 0em;
}

#live-area .acf-button.button-primary:active,
#live-area .acf-button.button-primary.active,
#live-area .acf-button.button-primary:focus,
#live-area .acf-button.button-primary.focus,
#live-area .acf-button.button-primary:hover,
#live-area .acf-button.button-primary:hover {
  color: #fff;
  background: rgba(111, 210, 74, 0.8);
  border-color: #6fd24a;
}

.open > .dropdown-toggle#live-area .acf-button.button-primary {
  color: #6fd24a;
  background-color: #55bb2e;
  border-color: #51b22c;
}

.open > .dropdown-toggle#live-area .acf-button.button-primary:hover,
.open > .dropdown-toggle#live-area .acf-button.button-primary:focus,
.open > .dropdown-toggle#live-area .acf-button.button-primary.focus {
  color: #6fd24a;
  background-color: #489e27;
  border-color: #397d1f;
}

#live-area .acf-button.button-primary:active,
#live-area .acf-button.button-primary.active,
.open > .dropdown-toggle#live-area .acf-button.button-primary {
  background-image: none;
}

#live-area .acf-button.button-primary.disabled,
#live-area .acf-button.button-primary[disabled],
fieldset[disabled] #live-area .acf-button.button-primary,
#live-area .acf-button.button-primary.disabled:hover,
#live-area .acf-button.button-primary[disabled]:hover,
fieldset[disabled] #live-area .acf-button.button-primary:hover,
#live-area .acf-button.button-primary.disabled:focus,
#live-area .acf-button.button-primary[disabled]:focus,
fieldset[disabled] #live-area .acf-button.button-primary:focus,
#live-area .acf-button.button-primary.disabled.focus,
#live-area .acf-button.button-primary[disabled].focus,
fieldset[disabled] #live-area .acf-button.button-primary.focus,
#live-area .acf-button.button-primary.disabled:active,
#live-area .acf-button.button-primary[disabled]:active,
fieldset[disabled] #live-area .acf-button.button-primary:active,
#live-area .acf-button.button-primary.disabled.active,
#live-area .acf-button.button-primary[disabled].active,
fieldset[disabled] #live-area .acf-button.button-primary.active {
  background-color: #6fd24a;
  border-color: #6fd24a;
}

#live-area .acf-button.button-primary .badge {
  color: #6fd24a;
  background-color: #fff;
}

#live-area .average_totals > .acf-label label {
  font-size: 1.5em;
}

#live-area .average_totals .acf-fields .acf-field .acf-label label {
  font-weight: 600;
}

#live-area .average_totals .acf-fields .acf-field .acf-label p {
  font-style: italic;
}

#live-area .average_totals .acf-fields .acf-field .acf-input-wrap {
  padding: 0 0 0 0;
}

#live-area .average_totals .acf-fields .acf-field input[type="disabled_text"] {
  font-size: 1.5em;
  padding: 0 0 0 0;
}

#live-area .average_totals .acf-fields .acf-field.total input {
  font-size: 2em;
}

#live-area .acf-fields .total_ports.showroom input {
  font-size: 1.5em;
}

.acfe-form-success + div#message.updated {
  padding: 15px;
  margin-bottom: 1em;
  border: 1px solid transparent;
  border-radius: 0.75em;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #6fd24a;
  color: #ffffff;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.acfe-form-success + div#message.updated i {
  margin-right: 0.5em;
}

.acfe-form-success + div#message.updated h4 {
  margin-top: 0;
  color: inherit;
}

.acfe-form-success + div#message.updated .alert-link {
  font-weight: bold;
}

.acfe-form-success + div#message.updated > p,
.acfe-form-success + div#message.updated > ul {
  margin-bottom: 0;
}

.acfe-form-success + div#message.updated > p + p {
  margin-top: 5px;
}

.acfe-form-success + div#message.updated:before {
  content: "\f00c";
  display: inline-block;
  font-family: 'FontAwesome';
  color: inherit;
  margin-right: 1em;
  font-size: 2em;
}

#live-area .acf-field.parent-group > .acf-label .description {
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.5rem;
}

.epoch-for-sort {
  display: none;
}

table.data-table-table {
  min-width: 1000px;
}

table.data-table-table thead th.state span {
  max-width: 5ex;
}

table.data-table-table thead th span {
  max-width: 30ex;
  display: inline-block;
}

table.data-table-table thead th input {
  max-width: 30ex;
  width: 100%;
}

table.dataTable {
  border-collapse: separate;
  border-spacing: 0;
  clear: both;
  margin: 0 auto;
  width: 100%;
}

table.dataTable thead th {
  font-weight: bold;
}

table.dataTable thead td:active {
  outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  position: relative;
  padding-left: 1.125em;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  font-family: 'FontAwesome';
  content: 'HA!';
  display: block;
  width: 2ex;
  height: 2em;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -0.5em;
  font-size: 1em;
  line-height: 1em;
  color: #5d7385;
}

table.dataTable thead .sorting:after {
  content: '\f0dc';
}

table.dataTable thead .sorting_asc:after {
  content: '\f0de';
  color: #ff4d00;
}

table.dataTable thead .sorting_desc:after {
  content: '\f0dd';
  color: #ff4d00;
}

table.dataTable thead .sorting_asc_disabled:after {
  content: '\f0dc';
  color: #92a1ae;
}

table.dataTable thead .sorting_desc_disabled:after {
  content: '\f0dd';
  color: #92a1ae;
}

table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  *cursor: hand;
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
}

.dataTables_wrapper {
  clear: both;
  position: relative;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_length select {
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  padding: 4px;
  padding: 5px;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  margin-top: 0.5em;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  margin-left: 3px;
  padding: 5px;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  margin-top: 0.5em;
  padding-top: 0.25em;
  text-align: right;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing {
  height: 0;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing {
  height: 0;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing {
  height: 0;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}

.dataTables_wrapper:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
}

#side-nav {
  background: #00223f;
  overflow-y: auto;
  overflow-x: hidden;
  width: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#side-nav .dealer-identifier {
  background: #00556d;
  width: 100%;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #00223f;
  padding: 1em;
  color: #fff;
  height: 13em;
}

#side-nav .dealer-identifier span {
  width: 100%;
  display: inline-block;
  margin-bottom: .25em;
}

#side-nav .dealer-identifier span.dealer-title {
  font-size: 2em;
}

#side-nav .dealer-identifier span.dealer-code {
  font-size: 1.5em;
  font-weight: 100;
}

#side-nav .dealer-identifier span.dealer-name {
  font-size: 1.125em;
}

#side-nav .dealer-identifier span.dealer-internal-id {
  font-size: .875em;
  padding-top: .5em;
  margin-top: .25em;
  border-top: 1px solid #fff;
}

#side-nav #side-nav-menu {
  height: -webkit-calc(100% - 13em);
  height: calc(100% - 13em);
  width: 100%;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#side-nav #side-nav-menu ul {
  border-top: 1px solid #00556d;
  border-bottom: 1px solid #00556d;
  margin: 0 0 0 0;
  width: 480px;
}

#side-nav #side-nav-menu ul.main li a {
  padding-top: 1em;
  padding-bottom: 1em;
}

#side-nav #side-nav-menu ul li:before {
  display: none;
}

#side-nav #side-nav-menu ul li {
  width: 100%;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
  text-align: left;
  border-bottom: 1px solid #00556d;
}

#side-nav #side-nav-menu ul li a {
  color: #fff;
  width: 100%;
  padding: .5em 1em;
}

#side-nav #side-nav-menu ul li a > * {
  color: inherit;
  width: 100%;
}

#side-nav #side-nav-menu ul li a > *:before {
  color: inherit;
}

#side-nav #side-nav-menu ul li a i.fa {
  font-size: 2em;
}

#side-nav #side-nav-menu.multi ul {
  width: 240px;
}

#side-nav #side-nav-menu.multi ul li a.active {
  background: #00556d;
}

#side-nav #side-nav-menu.multi ul.main li a.active {
  background: #00556d;
  height: 100%;
}

#side-nav #side-nav-menu.multi ul + ul {
  background: #000d1a;
  border-left: 1px solid #00223f;
  margin-left: -1px;
}

#side-nav #side-nav-menu.multi ul + ul li {
  height: auto;
}

.view-area {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.view-area h1 {
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: #00223f;
}

#presentation-container {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  background: #00223f;
  color: #fff;
  background: #002240;
  background: -webkit-radial-gradient(100% 100%, ellipse, #002240 5%, #000d1a 100%);
  background: radial-gradient(ellipse at 100% 100%, #002240 5%, #000d1a 100%);
  background-attachment: fixed;
}

#slide-container {
  height: 5000px;
  width: 5000px;
  position: relative;
  overflow: hidden;
}

#slides {
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  scroll-snap-type: mandatory;
  scroll-snap-type: y mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#slides::-webkit-scrollbar {
  display: none;
}

.faux-heading {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 1em;
}

div.slide {
  border: 1px solid #002240;
  background: url("../images/slide-images/pres-grid.png");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  width: 100%;
  height: 100%;
  scroll-snap-align: start;
  float: left;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 5em;
}

div.slide.has-watermark {
  background: url("../images/slide-images/watermark-new.svg"), url("../images/slide-images/pres-grid.png");
  -webkit-background-size: 100% 100%, 100% 100%;
  background-size: 100% 100%, 100% 100%;
  background-position: right center, center center;
  background-repeat: no-repeat, no-repeat;
}

div.slide.slide-cols-2 .scol {
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

div.slide.slide-cols-3 .scol {
  width: 50%;
}

div.slide .slide-header,
div.slide .slide-footer {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  height: 3em;
  position: relative;
}

div.slide .slide-header:before,
div.slide .slide-footer:before {
  position: absolute;
  content: '';
  display: block;
  width: 90%;
  border-top: 0.1em solid #009fd2;
}

div.slide .slide-header {
  height: 5em;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.slide .slide-header:before {
  bottom: 0;
}

div.slide .slide-header h1 {
  margin: 0 0 0 0;
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 1em;
}

div.slide .slide-footer {
  height: 3em;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

div.slide .slide-footer div.slide-footer-logo {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.slide .slide-footer div.slide-footer-logo span {
  font-size: .5em;
  margin-left: 1em;
}

div.slide .slide-footer:before {
  top: 0;
}

div.slide .slide-footer img {
  height: 1em;
}

div.slide.standard .scol {
  max-height: -webkit-calc(100% - (5em + 3em));
  max-height: calc(100% - (5em + 3em));
  overflow: hidden;
}

div.slide.standard .scol.min-height {
  min-height: -webkit-calc(100% - (5em + 3em));
  min-height: calc(100% - (5em + 3em));
}

#slides .text-large {
  font-size: 1.25em;
}

#slides .text-small {
  font-size: .75em;
}

div.slide div.scol {
  padding: 5%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.slide div.scol.img {
  padding: 0;
}

div.slide div.scol.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.slide h1,
.slide h2,
.slide h3,
.slide h4,
.slide h5,
.slide h6,
.slide ul,
.slide ol {
  margin-bottom: .5em;
  line-height: 1em;
}

.slide ul,
.slide ol {
  padding-left: 1.25em;
}

.slide span {
  line-height: 1em;
  font-weight: 400;
}

.slide p,
.slide li {
  line-height: 1.5em;
  font-weight: 300;
}

.slide table {
  line-height: 1;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.slide table tr {
  border-top: 1px solid #fff;
}

.slide table td {
  border-right: 1px solid #fff;
  padding: .5em;
}

.slide table td:last-child {
  border-right: 0px solid;
}

.slide table.no-cell-borders td {
  border-right: 0px solid;
}

.slide table thead tr {
  border-top: 0px;
}

.slide table thead td {
  font-weight: 600;
}

.slide table thead + tbody {
  border-top: 1px solid #fff;
}

.slide table tbody td {
  font-weight: 400;
}

.slide ol.letters {
  padding-left: 1.1em;
  list-style-type: upper-alpha;
  list-style-position: outside;
}

.slide ol.letters li {
  padding-left: .25em;
}

.slide ol.letters li::marker {
  color: #ff4d00;
}

.slide ul.plus {
  padding-left: .75em;
  list-style-position: outside;
}

.slide ul.plus li {
  padding-left: .5em;
}

.slide ul.plus li::marker {
  color: #009fd2;
  content: '+';
}

.slide.slide-master .slide-master--primary {
  padding: 3em;
  width: 64%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide.slide-master .slide-master--primary .brand-logo-screen {
  margin-top: 6em;
}

.slide.slide-master .slide-master--primary span.impact-study-title {
  font-size: 4.7em;
  line-height: 1em;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 900;
  position: relative;
  display: inline-block;
  width: 100%;
}

.slide.slide-master .slide-master--primary span.impact-study-title sup {
  top: .95em;
  right: -0.25em;
  position: absolute;
  font-size: .25em;
}

.slide.slide-master .slide-master--primary .cover--container {
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.slide.slide-master .slide-master--primary .cover--title {
  width: 100%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.slide.slide-master .slide-master--secondary {
  width: 36%;
  color: #00223f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 2em 1.5em 2em 7.5em;
}

.slide.slide-master .slide-master--client-details {
  width: 100%;
  display: inline-block;
}

.slide.slide-master .slide-master--accountrep-details {
  width: 100%;
  display: inline-block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.slide.slide-master .accountrep-details--name,
.slide.slide-master .accountrep-details--email {
  display: inline-block;
  width: 100%;
  font-size: 1em;
  text-align: right;
  font-weight: 400;
  color: #14344e;
}

.slide.slide-master .client-details--name,
.slide.slide-master .client-details--region {
  display: inline-block;
  width: 100%;
  font-size: 1.5em;
  text-align: right;
  font-weight: 600;
  color: #14344e;
}

.slide.slide-toc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide.slide-toc .slide-toc--index {
  width: 40%;
  padding-right: 1em;
}

.slide.slide-toc .slide-toc--image {
  width: 60%;
  padding-right: 1em;
  padding-left: 0;
}

.slide.slide-toc .slide-toc--image img {
  width: 100%;
}

.slide.slide-toc span {
  width: 100%;
  display: inline-block;
  margin-bottom: .5em;
}

.slide.slide-toc span.index-title {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 1em;
  font-size: 1.125em;
  margin-bottom: 1em;
  font-weight: 800;
}

.slide.slide-toc span.index-title sup {
  font-size: .5em;
  vertical-align: 0.2em;
  margin-left: 0.2em;
}

.slide.slide-toc span.subtitle {
  font-weight: 600;
}

.slide.slide-toc div.separator {
  margin-top: 1em;
  margin-bottom: 1.5em;
  display: inline-block;
  width: 75%;
  border-top: 0.125em solid #ff4d00;
}

#charge-cycle {
  height: -webkit-calc(100% - (3em + 5em));
  height: calc(100% - (3em + 5em));
}

#charge-cycle .charge-contain {
  width: 100%;
  height: 100%;
  position: relative;
}

#charge-cycle .graph-image {
  width: 70%;
  left: -0.7%;
  top: -4%;
  height: auto;
  display: block;
  position: absolute;
}

#charge-cycle .dta-column {
  width: 100%;
  padding-left: 68%;
}

#charge-cycle .dta-column .table-hold {
  font-size: .8em;
  margin-bottom: 3em;
}

#charge-cycle .dta-column .table-hold table thead td {
  font-weight: 400;
}

#charge-cycle .dta-column .ev-carimg {
  width: 88%;
  margin-left: 15%;
  display: block;
  margin-top: 3em;
}

#charge-cycle .dta-column .every-ev {
  font-size: 1.75em;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 1em;
}

#charge-cycle .dta-column .every-ev span {
  font-weight: 500;
  color: #ff4d00;
  display: inline-block;
  font-size: 1.5em;
}

#charger-requirements {
  padding-top: 1.5em;
}

#charger-requirements th {
  font-size: .875em;
}

#charger-requirements td {
  font-size: .75em;
}

#charger-requirements th.img-th {
  border: .1em solid #fff;
  border-bottom: 0 solid #fff;
  width: 8em;
  height: 8em;
  text-align: center;
  padding: 0;
  font-size: .85em;
  position: relative;
}

#charger-requirements th.img-th:before {
  content: '';
  width: 100%;
  height: 6.5em;
  background: #fff;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}

#charger-requirements th.img-th img {
  width: auto;
  height: 5.9em;
  display: inline-block;
  border-bottom: .05em solid #fff;
  margin-bottom: 1em;
}

#charger-requirements span {
  width: 100%;
  display: inline-block;
  font-weight: 300;
  padding-left: .25em;
  padding-right: .25em;
}

#charger-requirements span.charger-title {
  font-size: .8em;
  font-weight: 600;
  text-transform: uppercase;
}

#charger-requirements span.charger-description {
  font-size: 0.6em;
  min-height: 3em;
  line-height: 1.5em;
}

#charger-requirements span.charger-kwh {
  font-size: .6em;
  padding-bottom: .25em;
}

#charger-requirements span.label {
  font-weight: 600;
  font-size: .6em;
}

#charger-requirements th.Ports,
#charger-requirements th.Chargers {
  width: 5.9em;
  text-align: center;
  padding: 0.15em .5em;
  border: .05em solid #fff;
  border-bottom: 0.1em solid #fff;
}

#charger-requirements th.Ports {
  background: #55bb2e;
  border-left: .1em solid #fff;
}

#charger-requirements th.Chargers {
  background: #00789f;
  border-right: .1em solid #fff;
}

#charger-requirements td.leading-row {
  border-right: 0 solid #fff;
  width: 20em;
}

#charger-requirements td.Ports,
#charger-requirements td.Chargers {
  text-align: center;
  font-weight: 600;
  font-size: .65em;
}

#charger-requirements td.Ports {
  background: rgba(85, 187, 46, 0.5);
  border-left: .1em solid #fff;
}

#charger-requirements td.Ports.empty {
  color: transparent;
  background: rgba(85, 187, 46, 0.1);
}

#charger-requirements td.Chargers {
  background: rgba(0, 120, 159, 0.5);
  border-right: .1em solid #fff;
}

#charger-requirements td.Chargers.empty {
  color: transparent;
  background: rgba(0, 120, 159, 0.1);
}

#charger-requirements tr.totals-row td.Chargers,
#charger-requirements tr.totals-row td.Ports {
  border-bottom: .1em solid #fff;
}

#charger-requirements tr.totals-row td.Chargers {
  background: #00789f;
}

#charger-requirements tr.totals-row td.Ports {
  background: #55bb2e;
}

.chart-graph {
  width: 100%;
  display: inline-block;
}

.chart-graph .chart-graph-title {
  height: 1em;
  margin-bottom: 1em;
  font-size: 1.25em;
  font-weight: 600;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.chart-graph .resize-chart {
  display: inline-block;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.chart-graph canvas {
  width: 100%;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
}

#charging-demand-existing {
  padding-top: 1em;
  padding-bottom: 1em;
}

#charging-demand-existing .charge-contain {
  width: 100%;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#charging-demand-existing .chart-graph {
  width: -webkit-calc(100% - (13em * 1.2) - 4em);
  width: calc(100% - (13em * 1.2) - 4em);
}

#charging-demand-existing .chart-graph #monthlyEnergyUse {
  width: 100%;
  display: inline-block;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
}

#charging-demand-existing .chart-graph #monthlyEnergyUse .highcharts-container {
  height: 100%;
}

#charging-demand-existing .circle-graphs {
  font-size: 1.2em;
  margin-top: .5em;
  height: 100%;
  width: 13em;
}

#charging-demand-existing .circle-graphs .circle-graph {
  height: 13em;
  padding: 15%;
}

#charging-demand-existing .circle-graphs .circle-graph + .circle-graph {
  margin-top: -2em;
}

.circle-graph {
  position: relative;
  display: inline-block;
  padding: 2em;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.circle-graph span {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.circle-graph span.graph-title {
  font-weight: 600;
}

.circle-graph span.metric {
  font-size: 1.2em;
  margin-top: .5em;
  margin-bottom: .5em;
  font-weight: 600;
}

.circle-graph span.description {
  font-size: .675em;
  line-height: 1.25em;
  font-weight: 300;
}

.circle-graph:before {
  position: absolute;
  display: block;
  border: .375ex solid #fff;
  content: '';
  border-radius: 100%;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.circle-graph.green span.metric {
  color: #6fd24a;
}

.circle-graph.green:before {
  border-color: #6fd24a;
  background: rgba(111, 210, 74, 0.15);
}

.circle-graph.blue span.metric {
  color: #009fd2;
}

.circle-graph.blue:before {
  border-color: #009fd2;
  background: rgba(0, 159, 210, 0.15);
}

.circle-graph.orange span.metric {
  color: #ff4d00;
}

.circle-graph.orange:before {
  border-color: #ff4d00;
  background: rgba(255, 77, 0, 0.15);
}

#charging-demand-new .circle-graphs {
  font-size: 1.6em;
  width: 100%;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#charging-demand-new .circle-graphs .circle-graph {
  width: 13em;
  height: 13em;
}

#charging-demand-new .circle-graphs .circle-graph + .circle-graph {
  margin-left: -1em;
}

#peak-load-times {
  padding-top: 1em;
  padding-bottom: 1em;
}

.scol table.list-table td {
  padding-top: .5em;
  padding-bottom: .5em;
}

.scol table.list-table thead {
  border-bottom: .1em solid #fff;
}

.scol table.list-table thead td {
  border-right: 0;
}

.scol table.list-table tbody tr td {
  font-size: .75em;
  line-height: 1.5em;
  border-right: 0;
}

.scol table.list-table tbody tr td a {
  color: #fff;
  text-decoration: underline;
}

#cost-range-table {
  border-bottom: 0px solid transparent;
}

#cost-range-table td.green,
#cost-range-table td.red,
#cost-range-table td.blue {
  text-align: center;
}

#cost-range-table td.green {
  background: rgba(111, 210, 74, 0.7);
}

#cost-range-table td.blue {
  background: rgba(0, 159, 210, 0.7);
}

#cost-range-table td.red {
  background: rgba(255, 77, 0, 0.7);
}

#cost-range-table tbody td.green {
  background: rgba(111, 210, 74, 0.25);
}

#cost-range-table tbody td.blue {
  background: rgba(0, 159, 210, 0.25);
}

#cost-range-table tbody td.red {
  background: rgba(255, 77, 0, 0.25);
}

#cost-range-table thead {
  border-bottom: .15em solid #fff;
  border: 0px solid transparent;
}

#cost-range-table thead td.head {
  border: .1em solid #fff;
  border-bottom: 0 solid transparent;
  padding: 1em;
}

#cost-range-table thead td.head i.fa {
  margin-bottom: 0;
  font-size: 2em;
}

#cost-range-table thead td.head span {
  width: 100%;
  display: inline-block;
}

#cost-range-table thead td.head span.title {
  margin-top: .5em;
  font-weight: 600;
}

#cost-range-table thead td.head span.desc {
  font-size: .675em;
}

#cost-range-table tbody tr td {
  font-size: .75em;
  border: .05em solid #fff;
}

#cost-range-table tbody tr td:last-child {
  border: .05em solid #fff;
}

#cost-range-table tbody tr td:first-child {
  border-left: 0px solid #fff;
}

#cost-range-table tbody tr.reduction {
  border-top: .15em solid #fff;
}

#cost-range-table tbody tr.reduction ~ tr.reduction {
  border-top: .05em solid #fff;
}

#cost-range-table tfoot {
  border-top: .15em solid #fff;
}

#cost-range-table tfoot tr {
  border: 0px solid transparent;
}

#cost-range-table tfoot tr td {
  font-size: .75em;
  border: .1em solid #fff;
  font-weight: 800;
}

#cost-range-table tfoot tr td:first-child {
  border: 0px solid transparent;
}

#finale-slide img {
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: fill;
}

#charger-requirements span.charger-description span {
  display: none;
}

#charger-requirements span.charger-description span.en {
  display: inline-block;
  width: 100%;
}

#presentation-container.lang.locale-fr-ca #slides .text-large {
  font-size: 1.125em;
}

#presentation-container.lang.locale-fr-ca #slides .slide ul.plus.list {
  font-size: .85em;
}

#presentation-container.lang.locale-fr-ca #slides .slide.slide-master .slide-master--primary span.impact-study-title {
  font-size: 3em;
}

#presentation-container.lang.locale-fr-ca #slides #charger-requirements span.charger-description span,
#presentation-container.lang.locale-fr-ca #slides #charger-requirements span.charger-description span.en {
  display: none;
}

#presentation-container.lang.locale-fr-ca #slides #charger-requirements span.charger-description span.fr-ca {
  display: inline-block;
  width: 100%;
}

#financial-graphics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#financial-graphics .step {
  width: 10em;
  min-height: 13em;
  padding: 1em;
  border: 0.1em solid #00789f;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#financial-graphics .step span.number {
  width: 100%;
  font-size: 2em;
  color: #00789f;
  font-weight: 800;
  margin-top: .5em;
  margin-bottom: .25em;
}

#financial-graphics .step span.text {
  width: 100%;
  font-size: .8em;
}

#financial-graphics .step.final {
  background: #55bb2e;
  border-color: #55bb2e;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#financial-graphics div.seperator {
  width: 2em;
  height: .1em;
  background: #00789f;
  border: 0;
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#financial-graphics div.arrow {
  width: 3em;
  height: 2em;
  margin-right: 0.625em;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#financial-graphics div.arrow:before,
#financial-graphics div.arrow:after {
  content: '';
  display: block;
}

#financial-graphics div.arrow:before {
  width: 100%;
  height: .1em;
  background: #00789f;
}

#financial-graphics div.arrow:after {
  border-right: 0.1em solid #00789f;
  border-top: 0.1em solid #00789f;
  position: absolute;
  right: 0.25em;
  top: 50%;
  height: 1.6em;
  width: 1.6em;
  rotate: 45deg;
  margin-top: -0.8em;
}

#live-area:has(#interface-estimate),
body:has(#interface-estimate) {
  min-width: 925px;
}

div#interface-estimate {
  width: 100%;
  min-width: 925px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

div#interface-estimate .leading-strip {
  width: 100%;
  display: block;
  margin-bottom: 1em;
}

div#interface-estimate .leading-strip img {
  width: 400px;
}

div#interface-estimate .leading-strip h1 {
  font-size: 2em;
}

div#interface-estimate .leading-strip hr {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  div#interface-estimate {
    padding-top: 150px;
  }
}

div#interface-estimate * {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

div#interface-estimate form {
  padding: 3rem;
  width: 100%;
  background: #fff;
  color: #000;
}

div#interface-estimate form ~ form {
  padding-top: 0;
}

div#interface-estimate form input,
div#interface-estimate form select {
  border: 3px solid #00223f;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  text-align: right;
  border-radius: 3px;
  padding: .25em;
  max-width: 100%;
  font-weight: 800;
}

div#interface-estimate form input[disabled],
div#interface-estimate form select[disabled] {
  background: rgba(255, 255, 255, 0.5);
}

div#interface-estimate form input[type="checkbox"] {
  margin-right: 1.5em;
  float: right;
}

div#interface-estimate form .acf-fields {
  display: none;
}

div#interface-estimate #client_control {
  padding: 24px;
  background: #fff;
  --form-seperator-minor: #f3f3f3;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

div#interface-estimate #client_control * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div#interface-estimate div.input-group {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div#interface-estimate div.input-group .input {
  width: 100%;
  padding: 0em;
}

div#interface-estimate div.input-group .input label {
  width: -webkit-calc(100% - 7em);
  width: calc(100% - 7em);
}

div#interface-estimate div.input-group .input input:not([type="checkbox"]) {
  width: 6em;
  padding: .5em;
}

div#interface-estimate div.input-group.double .input {
  width: 50%;
}

div#interface-estimate div.input-group.special {
  display: none;
  opacity: .5;
}

div#interface-estimate div.input-group.special > div {
  width: 100%;
}

div#interface-estimate div.input-group.special > div input {
  width: 100%;
}

div#interface-estimate div.input-group input,
div#interface-estimate div.input-group select {
  width: auto;
}

div#interface-estimate div.input-group input[type="checkbox"] {
  width: auto;
}

div#interface-estimate div.input-group div.detailed-explanation {
  font-size: .875em;
  width: 100%;
  display: inline-block;
  font-style: italic;
  margin-top: .5em;
}

div#interface-estimate div.input-group div.detailed-explanation:empty {
  display: none !important;
}

div#interface-estimate div.input-group div.total {
  width: 100%;
  display: block;
  font-size: .875em;
  padding: 1.5em 1em 0 0em;
}

div#interface-estimate div.total span.title {
  display: none;
  width: 100%;
}

div#interface-estimate div.total div.item {
  display: grid;
  grid-template-columns: 75% 10% 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0.25em 0.25em 0.5em 0.25em;
  border-bottom: 1px solid #14344e;
  margin-bottom: 0.75em;
}

div#interface-estimate div.total div.item:last-of-type {
  border-bottom: 0;
}

div#interface-estimate div.total div.item span {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-top: .5em;
  padding: .25em;
}

div#interface-estimate div.total div.item span:after {
  content: '';
  width: 100%;
  display: inline-block;
  position: absolute;
  margin-top: -1.8em;
  font-size: 0.7em;
  font-weight: 600;
  top: 0;
  left: 0;
}

div#interface-estimate div.total div.item span.label {
  font-weight: normal;
  font-style: italic;
  margin-right: 1em;
}

div#interface-estimate div.total div.item span.label:after {
  content: 'Line Item';
}

div#interface-estimate div.total div.item span.count {
  margin-right: 1em;
  background: var(--form-seperator-minor);
  display: inline-block;
}

div#interface-estimate div.total div.item span.count:after {
  content: 'QTY';
}

div#interface-estimate div.total div.item span.value {
  justify-self: flex-end;
  font-weight: bold;
}

div#interface-estimate div.total div.item span.value:after {
  content: 'Total';
}

div#interface-estimate div.total div.item span.value:before {
  content: '$';
}

div#interface-estimate div.total.subtotal-container .total,
div#interface-estimate div.total.subtotal-container .location-total {
  color: #fff;
  width: 100%;
  font-size: 1.25em;
  padding: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div#interface-estimate div.total.subtotal-container span.value {
  font-weight: 800;
}

div#interface-estimate div.total.subtotal-container span.value:before {
  content: '$';
}

div#interface-estimate div.total.subtotal-container .term-value span.label:before {
  content: 'Location - ' counter(mycounter) ' ';
}

div#interface-estimate div.total.subtotal-container .term-value .value {
  display: none;
}

div#interface-estimate div.total.subtotal-container .sign-value {
  padding-bottom: 0;
}

div#interface-estimate div.total.subtotal-container .annual-value,
div#interface-estimate div.total.subtotal-container .monthly-value {
  padding-top: .25em;
  padding-bottom: .25em;
}

div#interface-estimate div.total.subtotal-container .sign-value,
div#interface-estimate div.total.subtotal-container .annual-value,
div#interface-estimate div.total.subtotal-container .monthly-value {
  text-align: right;
  font-size: .9em;
}

div#interface-estimate div.total.subtotal-container .term-value {
  border-top: 1px dotted white;
}

div#interface-estimate div.total.subtotal-container .not-included span {
  text-decoration: line-through;
}

div#interface-estimate div.total.subtotal-container .not-included span.label:after {
  content: ' is excluded';
}

div#interface-estimate div.total.subtotal-container:empty {
  display: none;
  padding: 0;
}

div#interface-estimate div.main-controls h2 {
  margin-bottom: 0.25em;
}

div#interface-estimate div.main-controls .input-group {
  width: 100%;
}

div#interface-estimate div.main-controls .input-group .input {
  padding: .5em;
  width: 50%;
}

div#interface-estimate div.main-controls .input-group .input input,
div#interface-estimate div.main-controls .input-group .input label {
  width: 100%;
}

div#interface-estimate div.main-controls .input-group .input #clientName,
div#interface-estimate div.main-controls .input-group .input #idNum {
  text-align: left;
  font-weight: normal;
}

div#interface-estimate div.main-controls .input-group .input.client-zipcode,
div#interface-estimate div.main-controls .input-group .input.location-count {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

div#interface-estimate div.main-controls .input-group .input.location-count,
div#interface-estimate div.main-controls .input-group .input.subscription-term {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

div#interface-estimate div.main-controls .input-group .input.location-count input,
div#interface-estimate div.main-controls .input-group .input.subscription-term input,
div#interface-estimate div.main-controls .input-group .input.location-count select,
div#interface-estimate div.main-controls .input-group .input.subscription-term select {
  margin-left: 1em;
}

div#interface-estimate div.main-controls .input-group .input.location-count select,
div#interface-estimate div.main-controls .input-group .input.subscription-term select {
  padding: .5em;
}

div#interface-estimate div.main-controls .input-group .input.location-count label,
div#interface-estimate div.main-controls .input-group .input.subscription-term label,
div#interface-estimate div.main-controls .input-group .input.location-count input,
div#interface-estimate div.main-controls .input-group .input.subscription-term input,
div#interface-estimate div.main-controls .input-group .input.location-count select,
div#interface-estimate div.main-controls .input-group .input.subscription-term select {
  width: auto;
}

div#interface-estimate #locationsArea {
  padding-top: 1em;
}

div#interface-estimate #locationsArea:before:not(:empty) {
  content: 'Locations';
  display: inline-block;
  text-align: center;
  font-weight: 100;
  font-style: italic;
  font-size: 1.25em;
  color: #6fd24a;
}

div#interface-estimate div.locations-items {
  counter-reset: mycounter;
}

div#interface-estimate div.locations-items .location-item {
  counter-increment: mycounter;
  border-left: 2px solid #6fd24a;
  border-right: 2px solid #6fd24a;
  border-top: 5px solid #6fd24a;
  width: 100%;
}

div#interface-estimate div.locations-items .location-item:before {
  content: 'Location - ' counter(mycounter);
  padding: 1em;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  background: #6fd24a;
}

div#interface-estimate div.locations-items .location-item div.total.subtotal-container {
  background: #6fd24a;
}

div#interface-estimate div.locations-items .location-item:nth-child(even) {
  border-left: 2px solid #ff4d00;
  border-right: 2px solid #ff4d00;
  border-top: 2px solid #ff4d00;
  background: rgba(0, 0, 0, 0.02);
}

div#interface-estimate div.locations-items .location-item:nth-child(even):before {
  background: #ff4d00;
}

div#interface-estimate div.locations-items .location-item:nth-child(even) div.total.subtotal-container {
  background: #ff4d00;
}

div#interface-estimate div.locations-items .location-item .input-group.main {
  padding-bottom: 0;
}

div#interface-estimate div.locations-items .location-item .input-group.main .input.location-include,
div#interface-estimate div.locations-items .location-item .input-group.main .input.location-name {
  padding-bottom: 1em;
  width: 50%;
}

div#interface-estimate div.locations-items .location-item .input-group.main .input.location-name {
  padding-right: 2em;
  border-right: 1px solid var(--form-seperator-minor);
}

div#interface-estimate div.locations-items .location-item .input-group.main .input.location-name label {
  width: 100%;
}

div#interface-estimate div.locations-items .location-item .input-group.main .input.location-name input {
  width: 100%;
}

div#interface-estimate div.locations-items .location-item .input-group.main .input.location-include {
  padding-left: 2em;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

div#interface-estimate div.locations-items .location-item .input-group.main .input.location-include label {
  margin-bottom: 0;
  width: auto;
  margin-right: 1em;
}

div#interface-estimate div.locations-items .location-item .input-group.main .input.location-include input {
  width: auto;
  margin: 0 0 0 0;
  display: inline-block;
}

div#interface-estimate div.locations-items .location-item .input-group {
  width: -webkit-calc(100% - 2rem);
  width: calc(100% - 2rem);
  margin-left: 1rem;
  padding: 1em;
  border-bottom: 1px solid var(--form-seperator-minor);
}

div#interface-estimate div.locations-items .location-item .input-group:last-of-type {
  border-bottom: 0px;
}

div#interface-estimate #factory {
  opacity: .5;
}

div#interface-estimate #total-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 3px solid #009fd2;
  border-top: 3px solid #009fd2;
}

div#interface-estimate #total-container div.line {
  width: 100%;
  padding: .5em .5em .5em .5em;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

div#interface-estimate #total-container div.line:first-child {
  padding-top: 1.5em;
}

div#interface-estimate #total-container div.line.final-total {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: .5em;
  padding-top: .5em;
  padding-bottom: .5em;
  border-top: 1px dotted #009fd2;
  color: #009fd2;
  display: none;
}

div#interface-estimate #total-container div.line.final-total > * {
  font-size: 1.75em;
}

div#interface-estimate #total-container div.line .due-today-credits.total-item {
  color: red;
}

div#interface-estimate #total-container div.line .due-today-credits.total-item:before {
  content: '-$';
}

div#interface-estimate #total-container div.line .due-today-credits.total-item:empty {
  display: none;
}

div#interface-estimate #total-container div.line.Monthly-total {
  margin-bottom: 0;
  margin-top: 0em;
  padding-top: .5em;
  padding-bottom: .5em;
  border-top: 1px dotted #009fd2;
}

div#interface-estimate #total-container div.line.Monthly-total > * {
  font-size: 1.125em;
}

div#interface-estimate #total-container div.name {
  font-weight: 300;
  margin-right: 1em;
}

div#interface-estimate #total-container div.total-item {
  font-size: 1em;
  font-weight: 600;
}

div#interface-estimate #total-container div.total-item:before {
  content: '$';
}

div#interface-estimate #message {
  width: 100%;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  padding: 1em 2em;
  font-size: 1.5em;
  color: #fff;
  background: #6fd24a;
  border: 1px solid #009fd2;
  border-left: 2px solid #009fd2;
  border-right: 2px solid #009fd2;
  border-radius: .25em;
  margin-top: 1em;
  margin-bottom: 1em;
}

div#interface-estimate #total-breakdown {
  width: 100%;
}

div#interface-estimate #total-breakdown h2 {
  font-size: 1.75em;
  padding: 2rem 1rem 1rem 1rem;
  background: #009fd2;
  color: #fff;
  margin-bottom: 0;
}

div#interface-estimate #total-breakdown table {
  width: 100%;
  position: relative;
  overflow: hidden;
}

div#interface-estimate #total-breakdown table td,
div#interface-estimate #total-breakdown table th {
  padding: .5em 1em;
  border: 1px solid #5d7385;
}

div#interface-estimate #total-breakdown table th {
  background: #009fd2;
  color: #fff;
}

div#interface-estimate #total-breakdown table td.value {
  text-align: right;
}

div#interface-estimate #total-breakdown table td.value:before {
  content: '$';
}

div#interface-estimate #total-breakdown table span.sku {
  font-size: .6em;
  font-weight: 500;
  width: 100%;
  display: inline-block;
  float: left;
}

div#interface-estimate #total-breakdown table .breakdown tr:nth-child(even) {
  background: #f3f3f3;
}

div#interface-estimate #total-breakdown table .breakdown tr:last-of-type {
  border-bottom: 0;
}

div#interface-estimate .acf-form-submit {
  display: flex !important;
  -webkit-box-pack: space-between !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
}

div#interface-estimate #client_control .total-breakdown .Monthly-column {
  display: none;
}

div#interface-estimate #client_control .total-breakdown .Annual-column {
  display: none;
}

div#interface-estimate #client_control .subtotal-container .location-total.sign-value,
div#interface-estimate #client_control .subtotal-container .location-total.annual-value,
div#interface-estimate #client_control .subtotal-container .location-total.monthly-value {
  display: none;
}

div#interface-estimate #client_control .total-container .Monthly-total,
div#interface-estimate #client_control .total-container .Annual-total,
div#interface-estimate #client_control .total-container .due-today {
  display: none;
}

div#interface-estimate #client_control .input-group .item span.sku {
  display: none;
}

div#interface-estimate #client_control .item.fixed span.value.monthly-value {
  display: none;
}

div#interface-estimate #client_control .item.fixed span.value.annual-value {
  display: none;
}

div#interface-estimate #client_control .item.fixed span.value.term-value {
  display: inline-block;
}

div#interface-estimate #client_control .item.recurring span.value.monthly-value {
  display: none;
}

div#interface-estimate #client_control .item.recurring span.value.annual-value {
  display: none;
}

div#interface-estimate #client_control .item.recurring span.value.term-value {
  display: none;
}

div#interface-estimate #client_control.Monthly .item.recurring span.value.monthly-value {
  display: inline-block;
}

div#interface-estimate #client_control.Monthly .total-breakdown .Monthly-column,
div#interface-estimate #client_control.Monthly .total-breakdown .signed-column {
  display: table-cell;
}

div#interface-estimate #client_control.Monthly .total-container .Monthly-total,
div#interface-estimate #client_control.Monthly .total-container .due-today {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

div#interface-estimate #client_control.Monthly .subtotal-container .location-total.sign-value,
div#interface-estimate #client_control.Monthly .subtotal-container .location-total.monthly-value {
  display: inline-block;
}

div#interface-estimate #client_control.Term .item.recurring span.value.term-value {
  display: inline-block;
}

div#interface-estimate .payment-controls {
  padding: .5em;
  margin-top: .5em;
  border-top: 1px solid black;
  margin-bottom: 2em;
  width: 100%;
}

div#interface-estimate .payment-controls h3 {
  margin: 0 0 0 0;
  font-size: 1em;
  width: auto;
  display: inline-block;
  margin-right: 1em;
}

div#interface-estimate .payment-controls label {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div#interface-estimate .payment-controls input {
  margin: 0 .5em 0 0;
}

div#interface-estimate .payment-controls span {
  margin-right: 2em;
  display: inline-block;
}

div#interface-estimate .control-container {
  width: clamp(650px, 800px, 100%);
  padding-right: 50px;
}

div#interface-estimate .total-area-container {
  width: clamp(500px, 800px, 100%);
}

div#interface-estimate #client_control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*# sourceMappingURL=../base-boot/bootstrap.css.map */