/******************************************************************************************
* ----------------------------------------------------------------------------------------
* _____ _____  ___  _____
* |  _  \ ___ \/ _ \|  _  \
* | | | | |_/ / /_\ \ | | |
* | | | |    /|  _  | | | |
* | |/ /| |\ \| | | | |/ /
* |___/ \_| \_\_| |_/___/
*
* ----------------------------------------------------------------------------------------
* Created for KEO/RIS Marketing.
* Author: Darin Radimaker | github - id8
* ----------------------------------------------------------------------------------------
* Date: 6/8/2016 |  Time: 12:37 PM
* ----------------------------------------------------------------------------------------
*******************************************************************************************/
body *::selection {
  background: #701d46;
  color: #0d0e14;
}
@font-face {
}
/*! 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 {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3em;
  color: #0d0e14;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #701d46;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1d6b92;
  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.3em;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 1.3em;
  margin-bottom: 1.3em;
  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: "Lato", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 0.925;
  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: 0;
  margin-bottom: 0.325em;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0.1625em;
}
h1,
.h1 {
  font-size: 2.75em;
}
h2,
.h2 {
  font-size: 2.25em;
}
h3,
.h3 {
  font-size: 1.875em;
}
h4,
.h4 {
  font-size: 1.5em;
}
h5,
.h5 {
  font-size: 1em;
}
h6,
.h6 {
  font-size: 1em;
}
p {
  margin: 0 0 0.65em;
}
.lead {
  margin-bottom: 1.3em;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.5em;
  }
}
small,
.small {
  font-size: 87%;
}
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: #701d46;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #217ba7;
}
.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: #701d46;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #217ba7;
}
.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.35em;
  margin: 2.6em 0 1.3em;
  border-bottom: 1px solid #dfdfff;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0.65em;
}
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: 1.3em;
}
dt,
dd {
  line-height: 1.3em;
}
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.65em 1.3em;
  margin: 0 0 1.3em;
  font-size: 1.125em;
  border-left: 5px solid #701d46;
}
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.3em;
  color: #0d0e14;
}
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 #701d46;
  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: @line-height-computed;
  font-style: normal;
  line-height: @line-height-base;
}
 */
.weight-100 h1 {
  font-weight: '100';
}
.weight-100 h2 {
  font-weight: '100';
}
.weight-100 h3 {
  font-weight: '100';
}
.weight-100 h4 {
  font-weight: '100';
}
.weight-100 h5 {
  font-weight: '100';
}
.weight-100 h6 {
  font-weight: '100';
}
.weight-300 h1 {
  font-weight: '300';
}
.weight-300 h2 {
  font-weight: '300';
}
.weight-300 h3 {
  font-weight: '300';
}
.weight-300 h4 {
  font-weight: '300';
}
.weight-300 h5 {
  font-weight: '300';
}
.weight-300 h6 {
  font-weight: '300';
}
.weight-500 h1 {
  font-weight: '500';
}
.weight-500 h2 {
  font-weight: '500';
}
.weight-500 h3 {
  font-weight: '500';
}
.weight-500 h4 {
  font-weight: '500';
}
.weight-500 h5 {
  font-weight: '500';
}
.weight-500 h6 {
  font-weight: '500';
}
.weight-900 h1 {
  font-weight: '900';
}
.weight-900 h2 {
  font-weight: '900';
}
.weight-900 h3 {
  font-weight: '900';
}
.weight-900 h4 {
  font-weight: '900';
}
.weight-900 h5 {
  font-weight: '900';
}
.weight-900 h6 {
  font-weight: '900';
}
.text-xs {
  font-size: 0.5em;
  line-height: 1.3em;
}
.text-sm {
  font-size: 0.875em;
  line-height: 1.3em;
}
.text-md {
  font-size: 1rem;
  line-height: 1.3em;
}
.text-lg {
  font-size: 1.25em;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  .text-lg {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .text-lg {
    font-size: 1em;
  }
}
@media (max-width: 1199px) {
  .text-lg {
    font-size: 1.25em;
  }
}
.text-xl {
  font-size: 1.5em;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  .text-xl {
    font-size: 1.25em;
  }
}
@media (max-width: 991px) {
  .text-xl {
    font-size: 1.5em;
  }
}
@media (max-width: 1199px) {
  .text-xl {
    font-size: 1.75em;
  }
}
.text-2x {
  font-size: 2em;
}
.text-3x {
  font-size: 3em;
}
.text-4x {
  font-size: 4em;
}
.text-5x {
  font-size: 5em;
}
.lightWeight {
  font-weight: 100;
}
.pumpSubhead {
  font-size: 2em;
  width: 100%;
  display: inline-block;
}
@media (max-width: 767px) {
  .pumpSubhead {
    font-size: 1.15em;
  }
}
@media (max-width: 991px) {
  .pumpSubhead {
    font-size: 1.35em;
  }
}
@media (max-width: 1199px) {
  .pumpSubhead {
    font-size: 1.55em;
  }
}
p:last-child {
  margin-bottom: 0px;
}
p > .btn {
  margin-top: 14.28571429px;
  clear: both;
  display: inline-block;
}
.btn {
  margin-top: 14.28571429px;
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.btn {
  text-transform: none;
  letter-spacing: 0em;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-left: -0.05em;
}
h1,
.h1 {
  /*   text-transform: uppercase; */
}
strong {
  font-weight: 700;
}
div h1:last-child,
div h2:last-child,
div h3:last-child,
div h4:last-child,
div h5:last-child,
div h6:last-child,
div p:last-child {
  margin-bottom: 0px;
}
div h1:last-child:first-child,
div h2:last-child:first-child,
div h3:last-child:first-child,
div h4:last-child:first-child,
div h5:last-child:first-child,
div h6:last-child:first-child,
div p:last-child:first-child {
  margin-bottom: .25em;
}
.live-area section h1:last-child,
.live-area section h2:last-child,
.live-area section h3:last-child,
.live-area section h4:last-child,
.live-area section h5:last-child,
.live-area section h6:last-child,
.live-area section p:last-child {
  margin-bottom: 0px;
}
.live-area section h1:last-child:first-child,
.live-area section h2:last-child:first-child,
.live-area section h3:last-child:first-child,
.live-area section h4:last-child:first-child,
.live-area section h5:last-child:first-child,
.live-area section h6:last-child:first-child,
.live-area section p:last-child:first-child {
  margin-bottom: .75em;
}
.arrowed-ul-before {
  position: relative;
}
.arrowed-ul-before:before {
  display: inline-block;
  position: absolute;
  line-height: 1;
  height: 1em;
  left: 0;
  width: 1em;
  content: '\2022';
  top: 0;
  color: inherit;
  margin-top: .5em;
  font-size: .75em;
  vertical-align: middle;
}
.live-area article ul {
  list-style: none;
  padding-left: 0;
  font-size: 1em;
  margin-bottom: .5em;
  /*       font-family: @headings-font-family; */
  font-weight: 400;
  /*     text-transform: uppercase; */
}
.live-area article ul li {
  padding: .125em;
  padding-left: 1.125em;
  position: relative;
}
.live-area article ul li:before {
  display: inline-block;
  position: absolute;
  line-height: 1;
  height: 1em;
  left: 0;
  width: 1em;
  content: '\2022';
  top: 0;
  color: inherit;
  margin-top: .5em;
  font-size: .75em;
  vertical-align: middle;
}
.live-area article ul + .btn {
  margin-top: .5em;
}
section > div.container {
  max-width: 100%;
}
a.fulldiv-link {
  color: inherit;
}
a.fulldiv-link:hover {
  color: inherit;
}
blockquote {
  padding: 0.65em 1.3em;
  margin: 0 0 1.3em;
  font-size: 1.125em;
  border-left: 5px solid #701d46;
}
blockquote p:last-child {
  font-size: .75em;
  font-style: italic;
}
blockquote p:last-child:only-child {
  font-size: 1em;
  font-style: normal;
}
hr {
  margin-top: 1.3em;
  margin-bottom: 1.3em;
  border: 0;
  border-top: 1px solid #0d0e14;
}
hr {
  border-top: 1px solid #0d0e14;
}
.next-prev-links {
  border-top: 1px solid #0d0e14;
}
.next-prev-links a.btn {
  margin: 20px 0px 20px 0px;
  display: inline-block;
}
@media (max-width: 767px) {
  .center-xs .column {
    text-align: center;
  }
  .center-xs .column ul {
    display: inline-block;
    text-align: left;
    width: auto;
  }
}
@media (max-width: 991px) {
  .center-sm .column {
    text-align: center;
  }
  .center-sm .column ul {
    display: inline-block;
    text-align: left;
    width: auto;
  }
}
@media (max-width: 1199px) {
  .center-md .column {
    text-align: center;
  }
  .center-md .column ul {
    display: inline-block;
    text-align: left;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .center-lg .column {
    text-align: center;
  }
  .center-lg .column ul {
    display: inline-block;
    text-align: left;
    width: auto;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.row {
  margin-left: -25px;
  margin-right: -25px;
}
.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: 25px;
  padding-right: 25px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
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: 1.3em;
}
.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.3em;
  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.975em;
    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: 1.3em;
  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.3em;
  color: #0d0e14;
}
.form-control {
  display: block;
  width: 100%;
  height: 2.15em;
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1.3em;
  color: #0d0e14;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #dfdfff;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 2.15em;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 13em;
  }
  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: 1.3em;
  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: 2.3em;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 13em;
  padding: 5px 10px;
  font-size: 0.875em;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 13em;
  line-height: 13em;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 13em;
  padding: 5px 10px;
  font-size: 0.875em;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 13em;
  line-height: 13em;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 13em;
  min-height: 2.175em;
  padding: 6px 10px;
  font-size: 0.875em;
  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.425em;
  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: 13em;
  height: 13em;
  line-height: 13em;
}
.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: 6.3em;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #3f4461;
}
@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: 8.3em;
}
.form-horizontal .form-group {
  margin-left: -25px;
  margin-right: -25px;
}
@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: 25px;
}
@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.875em;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 0.75em 1em;
  font-size: 1em;
  line-height: 1em;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn span {
  vertical-align: baseline;
  display: inline-block;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #fff;
  background-color: #0d0e14;
  border-color: #0d0e14;
}
.btn-default:active,
.btn-default.active,
.btn-default:focus,
.btn-default.focus,
.btn-default:hover,
.btn-default:hover {
  color: #0d0e14;
  background-color: #fff;
  border-color: #0d0e14;
}
.open > .dropdown-toggle.btn-default {
  color: #0d0e14;
  background-color: #000000;
  border-color: #000000;
}
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #0d0e14;
  background-color: #000000;
  border-color: #000000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #0d0e14;
  border-color: #0d0e14;
}
.btn-default .badge {
  color: #0d0e14;
  background-color: #fff;
}
.btn-default.btn-line {
  color: #0d0e14;
  background-color: transparent;
  border-color: #0d0e14;
  border-width: 1px;
  position: relative;
  overflow: hidden;
}
.btn-default.btn-line:before {
  color: #0d0e14;
}
.btn-default.btn-line:focus,
.btn-default.btn-line.focus,
.btn-default.btn-line:hover {
  color: #494f71;
  border-color: #494f71;
}
.btn-default.btn-line:focus:after,
.btn-default.btn-line.focus:after,
.btn-default.btn-line:hover:after {
  color: #0d0e14;
}
.btn-default.btn-line:focus:before,
.btn-default.btn-line.focus:before,
.btn-default.btn-line:hover:before {
  color: #0d0e14;
}
.btn-default.btn-line.disabled,
.btn-default.btn-line[disabled],
fieldset[disabled] .btn-default.btn-line,
.btn-default.btn-line.disabled:hover,
.btn-default.btn-line[disabled]:hover,
fieldset[disabled] .btn-default.btn-line:hover,
.btn-default.btn-line.disabled:focus,
.btn-default.btn-line[disabled]:focus,
fieldset[disabled] .btn-default.btn-line:focus,
.btn-default.btn-line.disabled.focus,
.btn-default.btn-line[disabled].focus,
fieldset[disabled] .btn-default.btn-line.focus,
.btn-default.btn-line.disabled:active,
.btn-default.btn-line[disabled]:active,
fieldset[disabled] .btn-default.btn-line:active,
.btn-default.btn-line.disabled.active,
.btn-default.btn-line[disabled].active,
fieldset[disabled] .btn-default.btn-line.active {
  background-color: #0d0e14;
  border-color: #0d0e14;
}
.btn-default.btn-brand,
.btn-default.btn-primary,
.btn-brand,
.btn-primary {
  color: #fff;
  background-color: #701d46;
  border-color: #701d46;
}
.btn-default.btn-brand:active,
.btn-default.btn-primary:active,
.btn-brand:active,
.btn-primary:active,
.btn-default.btn-brand.active,
.btn-default.btn-primary.active,
.btn-brand.active,
.btn-primary.active,
.btn-default.btn-brand:focus,
.btn-default.btn-primary:focus,
.btn-brand:focus,
.btn-primary:focus,
.btn-default.btn-brand.focus,
.btn-default.btn-primary.focus,
.btn-brand.focus,
.btn-primary.focus,
.btn-default.btn-brand:hover,
.btn-default.btn-primary:hover,
.btn-brand:hover,
.btn-primary:hover,
.btn-default.btn-brand:hover,
.btn-default.btn-primary:hover,
.btn-brand:hover,
.btn-primary:hover {
  color: #701d46;
  background-color: #fff;
  border-color: #701d46;
}
.open > .dropdown-toggle.btn-default.btn-brand,
.open > .dropdown-toggle.btn-default.btn-primary,
.open > .dropdown-toggle.btn-brand,
.open > .dropdown-toggle.btn-primary {
  color: #701d46;
  background-color: #217ba7;
  border-color: #1f749f;
}
.open > .dropdown-toggle.btn-default.btn-brand:hover,
.open > .dropdown-toggle.btn-default.btn-primary:hover,
.open > .dropdown-toggle.btn-brand:hover,
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-default.btn-brand:focus,
.open > .dropdown-toggle.btn-default.btn-primary:focus,
.open > .dropdown-toggle.btn-brand:focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-default.btn-brand.focus,
.open > .dropdown-toggle.btn-default.btn-primary.focus,
.open > .dropdown-toggle.btn-brand.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #701d46;
  background-color: #1b6589;
  border-color: #144c67;
}
.btn-default.btn-brand:active,
.btn-default.btn-primary:active,
.btn-brand:active,
.btn-primary:active,
.btn-default.btn-brand.active,
.btn-default.btn-primary.active,
.btn-brand.active,
.btn-primary.active,
.open > .dropdown-toggle.btn-default.btn-brand,
.open > .dropdown-toggle.btn-default.btn-primary,
.open > .dropdown-toggle.btn-brand,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-default.btn-brand.disabled,
.btn-default.btn-primary.disabled,
.btn-brand.disabled,
.btn-primary.disabled,
.btn-default.btn-brand[disabled],
.btn-default.btn-primary[disabled],
.btn-brand[disabled],
.btn-primary[disabled],
fieldset[disabled] .btn-default.btn-brand,
fieldset[disabled] .btn-default.btn-primary,
fieldset[disabled] .btn-brand,
fieldset[disabled] .btn-primary,
.btn-default.btn-brand.disabled:hover,
.btn-default.btn-primary.disabled:hover,
.btn-brand.disabled:hover,
.btn-primary.disabled:hover,
.btn-default.btn-brand[disabled]:hover,
.btn-default.btn-primary[disabled]:hover,
.btn-brand[disabled]:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-default.btn-brand:hover,
fieldset[disabled] .btn-default.btn-primary:hover,
fieldset[disabled] .btn-brand:hover,
fieldset[disabled] .btn-primary:hover,
.btn-default.btn-brand.disabled:focus,
.btn-default.btn-primary.disabled:focus,
.btn-brand.disabled:focus,
.btn-primary.disabled:focus,
.btn-default.btn-brand[disabled]:focus,
.btn-default.btn-primary[disabled]:focus,
.btn-brand[disabled]:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-default.btn-brand:focus,
fieldset[disabled] .btn-default.btn-primary:focus,
fieldset[disabled] .btn-brand:focus,
fieldset[disabled] .btn-primary:focus,
.btn-default.btn-brand.disabled.focus,
.btn-default.btn-primary.disabled.focus,
.btn-brand.disabled.focus,
.btn-primary.disabled.focus,
.btn-default.btn-brand[disabled].focus,
.btn-default.btn-primary[disabled].focus,
.btn-brand[disabled].focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-default.btn-brand.focus,
fieldset[disabled] .btn-default.btn-primary.focus,
fieldset[disabled] .btn-brand.focus,
fieldset[disabled] .btn-primary.focus,
.btn-default.btn-brand.disabled:active,
.btn-default.btn-primary.disabled:active,
.btn-brand.disabled:active,
.btn-primary.disabled:active,
.btn-default.btn-brand[disabled]:active,
.btn-default.btn-primary[disabled]:active,
.btn-brand[disabled]:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-default.btn-brand:active,
fieldset[disabled] .btn-default.btn-primary:active,
fieldset[disabled] .btn-brand:active,
fieldset[disabled] .btn-primary:active,
.btn-default.btn-brand.disabled.active,
.btn-default.btn-primary.disabled.active,
.btn-brand.disabled.active,
.btn-primary.disabled.active,
.btn-default.btn-brand[disabled].active,
.btn-default.btn-primary[disabled].active,
.btn-brand[disabled].active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-default.btn-brand.active,
fieldset[disabled] .btn-default.btn-primary.active,
fieldset[disabled] .btn-brand.active,
fieldset[disabled] .btn-primary.active {
  background-color: #701d46;
  border-color: #701d46;
}
.btn-default.btn-brand .badge,
.btn-default.btn-primary .badge,
.btn-brand .badge,
.btn-primary .badge {
  color: #701d46;
  background-color: #fff;
}
.btn-default.btn-brand.btn-line,
.btn-default.btn-primary.btn-line,
.btn-brand.btn-line,
.btn-primary.btn-line {
  color: #701d46;
  background-color: transparent;
  border-color: #701d46;
  border-width: 1px;
  position: relative;
  overflow: hidden;
}
.btn-default.btn-brand.btn-line:before,
.btn-default.btn-primary.btn-line:before,
.btn-brand.btn-line:before,
.btn-primary.btn-line:before {
  color: #701d46;
}
.btn-default.btn-brand.btn-line:focus,
.btn-default.btn-primary.btn-line:focus,
.btn-brand.btn-line:focus,
.btn-primary.btn-line:focus,
.btn-default.btn-brand.btn-line.focus,
.btn-default.btn-primary.btn-line.focus,
.btn-brand.btn-line.focus,
.btn-primary.btn-line.focus,
.btn-default.btn-brand.btn-line:hover,
.btn-default.btn-primary.btn-line:hover,
.btn-brand.btn-line:hover,
.btn-primary.btn-line:hover {
  color: #a6d6ee;
  border-color: #a6d6ee;
}
.btn-default.btn-brand.btn-line:focus:after,
.btn-default.btn-primary.btn-line:focus:after,
.btn-brand.btn-line:focus:after,
.btn-primary.btn-line:focus:after,
.btn-default.btn-brand.btn-line.focus:after,
.btn-default.btn-primary.btn-line.focus:after,
.btn-brand.btn-line.focus:after,
.btn-primary.btn-line.focus:after,
.btn-default.btn-brand.btn-line:hover:after,
.btn-default.btn-primary.btn-line:hover:after,
.btn-brand.btn-line:hover:after,
.btn-primary.btn-line:hover:after {
  color: #701d46;
}
.btn-default.btn-brand.btn-line:focus:before,
.btn-default.btn-primary.btn-line:focus:before,
.btn-brand.btn-line:focus:before,
.btn-primary.btn-line:focus:before,
.btn-default.btn-brand.btn-line.focus:before,
.btn-default.btn-primary.btn-line.focus:before,
.btn-brand.btn-line.focus:before,
.btn-primary.btn-line.focus:before,
.btn-default.btn-brand.btn-line:hover:before,
.btn-default.btn-primary.btn-line:hover:before,
.btn-brand.btn-line:hover:before,
.btn-primary.btn-line:hover:before {
  color: #701d46;
}
.btn-default.btn-brand.btn-line.disabled,
.btn-default.btn-primary.btn-line.disabled,
.btn-brand.btn-line.disabled,
.btn-primary.btn-line.disabled,
.btn-default.btn-brand.btn-line[disabled],
.btn-default.btn-primary.btn-line[disabled],
.btn-brand.btn-line[disabled],
.btn-primary.btn-line[disabled],
fieldset[disabled] .btn-default.btn-brand.btn-line,
fieldset[disabled] .btn-default.btn-primary.btn-line,
fieldset[disabled] .btn-brand.btn-line,
fieldset[disabled] .btn-primary.btn-line,
.btn-default.btn-brand.btn-line.disabled:hover,
.btn-default.btn-primary.btn-line.disabled:hover,
.btn-brand.btn-line.disabled:hover,
.btn-primary.btn-line.disabled:hover,
.btn-default.btn-brand.btn-line[disabled]:hover,
.btn-default.btn-primary.btn-line[disabled]:hover,
.btn-brand.btn-line[disabled]:hover,
.btn-primary.btn-line[disabled]:hover,
fieldset[disabled] .btn-default.btn-brand.btn-line:hover,
fieldset[disabled] .btn-default.btn-primary.btn-line:hover,
fieldset[disabled] .btn-brand.btn-line:hover,
fieldset[disabled] .btn-primary.btn-line:hover,
.btn-default.btn-brand.btn-line.disabled:focus,
.btn-default.btn-primary.btn-line.disabled:focus,
.btn-brand.btn-line.disabled:focus,
.btn-primary.btn-line.disabled:focus,
.btn-default.btn-brand.btn-line[disabled]:focus,
.btn-default.btn-primary.btn-line[disabled]:focus,
.btn-brand.btn-line[disabled]:focus,
.btn-primary.btn-line[disabled]:focus,
fieldset[disabled] .btn-default.btn-brand.btn-line:focus,
fieldset[disabled] .btn-default.btn-primary.btn-line:focus,
fieldset[disabled] .btn-brand.btn-line:focus,
fieldset[disabled] .btn-primary.btn-line:focus,
.btn-default.btn-brand.btn-line.disabled.focus,
.btn-default.btn-primary.btn-line.disabled.focus,
.btn-brand.btn-line.disabled.focus,
.btn-primary.btn-line.disabled.focus,
.btn-default.btn-brand.btn-line[disabled].focus,
.btn-default.btn-primary.btn-line[disabled].focus,
.btn-brand.btn-line[disabled].focus,
.btn-primary.btn-line[disabled].focus,
fieldset[disabled] .btn-default.btn-brand.btn-line.focus,
fieldset[disabled] .btn-default.btn-primary.btn-line.focus,
fieldset[disabled] .btn-brand.btn-line.focus,
fieldset[disabled] .btn-primary.btn-line.focus,
.btn-default.btn-brand.btn-line.disabled:active,
.btn-default.btn-primary.btn-line.disabled:active,
.btn-brand.btn-line.disabled:active,
.btn-primary.btn-line.disabled:active,
.btn-default.btn-brand.btn-line[disabled]:active,
.btn-default.btn-primary.btn-line[disabled]:active,
.btn-brand.btn-line[disabled]:active,
.btn-primary.btn-line[disabled]:active,
fieldset[disabled] .btn-default.btn-brand.btn-line:active,
fieldset[disabled] .btn-default.btn-primary.btn-line:active,
fieldset[disabled] .btn-brand.btn-line:active,
fieldset[disabled] .btn-primary.btn-line:active,
.btn-default.btn-brand.btn-line.disabled.active,
.btn-default.btn-primary.btn-line.disabled.active,
.btn-brand.btn-line.disabled.active,
.btn-primary.btn-line.disabled.active,
.btn-default.btn-brand.btn-line[disabled].active,
.btn-default.btn-primary.btn-line[disabled].active,
.btn-brand.btn-line[disabled].active,
.btn-primary.btn-line[disabled].active,
fieldset[disabled] .btn-default.btn-brand.btn-line.active,
fieldset[disabled] .btn-default.btn-primary.btn-line.active,
fieldset[disabled] .btn-brand.btn-line.active,
fieldset[disabled] .btn-primary.btn-line.active {
  background-color: #701d46;
  border-color: #701d46;
}
.btn-secondary,
.btn-default.btn-secondary {
  color: #fff;
  background-color: #701d46;
  border-color: #701d46;
}
.btn-secondary:active,
.btn-default.btn-secondary:active,
.btn-secondary.active,
.btn-default.btn-secondary.active,
.btn-secondary:focus,
.btn-default.btn-secondary:focus,
.btn-secondary.focus,
.btn-default.btn-secondary.focus,
.btn-secondary:hover,
.btn-default.btn-secondary:hover,
.btn-secondary:hover,
.btn-default.btn-secondary:hover {
  color: #701d46;
  background-color: #fff;
  border-color: #701d46;
}
.open > .dropdown-toggle.btn-secondary,
.open > .dropdown-toggle.btn-default.btn-secondary {
  color: #701d46;
  background-color: #217ba7;
  border-color: #1f749f;
}
.open > .dropdown-toggle.btn-secondary:hover,
.open > .dropdown-toggle.btn-default.btn-secondary:hover,
.open > .dropdown-toggle.btn-secondary:focus,
.open > .dropdown-toggle.btn-default.btn-secondary:focus,
.open > .dropdown-toggle.btn-secondary.focus,
.open > .dropdown-toggle.btn-default.btn-secondary.focus {
  color: #701d46;
  background-color: #1b6589;
  border-color: #144c67;
}
.btn-secondary:active,
.btn-default.btn-secondary:active,
.btn-secondary.active,
.btn-default.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary,
.open > .dropdown-toggle.btn-default.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-default.btn-secondary.disabled,
.btn-secondary[disabled],
.btn-default.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
fieldset[disabled] .btn-default.btn-secondary,
.btn-secondary.disabled:hover,
.btn-default.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
.btn-default.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
fieldset[disabled] .btn-default.btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-default.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
.btn-default.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-default.btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-default.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
.btn-default.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
fieldset[disabled] .btn-default.btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-default.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
.btn-default.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
fieldset[disabled] .btn-default.btn-secondary:active,
.btn-secondary.disabled.active,
.btn-default.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
.btn-default.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active,
fieldset[disabled] .btn-default.btn-secondary.active {
  background-color: #701d46;
  border-color: #701d46;
}
.btn-secondary .badge,
.btn-default.btn-secondary .badge {
  color: #701d46;
  background-color: #fff;
}
.btn-secondary.btn-line,
.btn-default.btn-secondary.btn-line {
  color: #701d46;
  background-color: transparent;
  border-color: #701d46;
  border-width: 1px;
  position: relative;
  overflow: hidden;
}
.btn-secondary.btn-line:before,
.btn-default.btn-secondary.btn-line:before {
  color: #701d46;
}
.btn-secondary.btn-line:focus,
.btn-default.btn-secondary.btn-line:focus,
.btn-secondary.btn-line.focus,
.btn-default.btn-secondary.btn-line.focus,
.btn-secondary.btn-line:hover,
.btn-default.btn-secondary.btn-line:hover {
  color: #a6d6ee;
  border-color: #a6d6ee;
}
.btn-secondary.btn-line:focus:after,
.btn-default.btn-secondary.btn-line:focus:after,
.btn-secondary.btn-line.focus:after,
.btn-default.btn-secondary.btn-line.focus:after,
.btn-secondary.btn-line:hover:after,
.btn-default.btn-secondary.btn-line:hover:after {
  color: #701d46;
}
.btn-secondary.btn-line:focus:before,
.btn-default.btn-secondary.btn-line:focus:before,
.btn-secondary.btn-line.focus:before,
.btn-default.btn-secondary.btn-line.focus:before,
.btn-secondary.btn-line:hover:before,
.btn-default.btn-secondary.btn-line:hover:before {
  color: #701d46;
}
.btn-secondary.btn-line.disabled,
.btn-default.btn-secondary.btn-line.disabled,
.btn-secondary.btn-line[disabled],
.btn-default.btn-secondary.btn-line[disabled],
fieldset[disabled] .btn-secondary.btn-line,
fieldset[disabled] .btn-default.btn-secondary.btn-line,
.btn-secondary.btn-line.disabled:hover,
.btn-default.btn-secondary.btn-line.disabled:hover,
.btn-secondary.btn-line[disabled]:hover,
.btn-default.btn-secondary.btn-line[disabled]:hover,
fieldset[disabled] .btn-secondary.btn-line:hover,
fieldset[disabled] .btn-default.btn-secondary.btn-line:hover,
.btn-secondary.btn-line.disabled:focus,
.btn-default.btn-secondary.btn-line.disabled:focus,
.btn-secondary.btn-line[disabled]:focus,
.btn-default.btn-secondary.btn-line[disabled]:focus,
fieldset[disabled] .btn-secondary.btn-line:focus,
fieldset[disabled] .btn-default.btn-secondary.btn-line:focus,
.btn-secondary.btn-line.disabled.focus,
.btn-default.btn-secondary.btn-line.disabled.focus,
.btn-secondary.btn-line[disabled].focus,
.btn-default.btn-secondary.btn-line[disabled].focus,
fieldset[disabled] .btn-secondary.btn-line.focus,
fieldset[disabled] .btn-default.btn-secondary.btn-line.focus,
.btn-secondary.btn-line.disabled:active,
.btn-default.btn-secondary.btn-line.disabled:active,
.btn-secondary.btn-line[disabled]:active,
.btn-default.btn-secondary.btn-line[disabled]:active,
fieldset[disabled] .btn-secondary.btn-line:active,
fieldset[disabled] .btn-default.btn-secondary.btn-line:active,
.btn-secondary.btn-line.disabled.active,
.btn-default.btn-secondary.btn-line.disabled.active,
.btn-secondary.btn-line[disabled].active,
.btn-default.btn-secondary.btn-line[disabled].active,
fieldset[disabled] .btn-secondary.btn-line.active,
fieldset[disabled] .btn-default.btn-secondary.btn-line.active {
  background-color: #701d46;
  border-color: #701d46;
}
.btn-link {
  color: #701d46;
  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: #1d6b92;
  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.75em 1em;
  font-size: 1.125em;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.75em 1em;
  font-size: 0.875em;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs {
  padding: 0.375em 0.5em;
  font-size: 0.875em;
  line-height: 1.5;
  border-radius: 0px;
}
.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%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 1.3em 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.3em;
  text-decoration: none;
  color: #701d46;
  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: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #1d6b92;
  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: #701d46;
  border-color: #701d46;
  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.875em;
  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: 1.3em 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: 1.3em;
  border: 1px solid transparent;
  border-radius: 0px;
}
.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: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
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: #701d46;
  border-color: #701d46;
}
.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: #d1eaf6;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.live-area {
  z-index: 1;
  position: relative;
}
.live-area img {
  max-width: 100%;
}
section {
  padding: 0 0;
  display: block;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
}
article {
  display: block;
  position: relative;
}
aside section {
  padding: 1em 0 ;
}
@media (min-width: 992px) {
  .md-flex-row-stretch,
  .md-row-stretch {
    display: flex;
    align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .flex-row-stretch,
  .row-stretch {
    display: flex;
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  .md-flex-row-center,
  .md-row-center {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .flex-row-center,
  .row-center {
    display: flex;
    align-items: center;
  }
}
.border-left {
  border-left: 1px solid #701d46;
}
div[class*="border-left-xs"] {
  padding-left: 25px;
}
div[class*="border-left-md"] {
  padding-left: 62.5px;
}
div[class*="border-left-lg"] {
  padding-left: 75px;
}
div[class*="border-left-xl"] {
  padding-left: 87.5px;
}
.border-left-xs,
.border-left-md,
.border-left-lg,
.border-left-xl {
  border-left: .75em solid ;
}
.border-left-xs-yellow,
.border-left-md-yellow,
.border-left-lg-yellow,
.border-left-xl-yellow {
  border-left: 0.75em solid #701d46;
}
.h-row {
  margin-bottom: 1.5em;
}
.xs-pad,
div.xs-pad,
.row.xs-pad,
.container.xs-pad {
  padding: 25px;
}
.xs-pad > .row,
div.xs-pad > .row,
.row.xs-pad > .row,
.container.xs-pad > .row {
  margin-left: -25px;
  margin-right: -25px;
}
.xs-pad-horz,
div.xs-pad-horz,
.row.xs-pad-horz,
.container.xs-pad-horz {
  padding-left: 25px;
  padding-right: 25px;
}
.xs-pad-horz > .row,
div.xs-pad-horz > .row,
.row.xs-pad-horz > .row,
.container.xs-pad-horz > .row {
  margin-left: -25px;
  margin-right: -25px;
}
.xs-pad-vert,
div.xs-pad-vert,
.row.xs-pad-vert,
.container.xs-pad-vert {
  padding-top: 25px;
  padding-bottom: 25px;
}
.xs-pad-top,
div.xs-pad-top,
.row.xs-pad-top,
.container.xs-pad-top {
  padding-top: 25px;
}
.xs-pad-bottom,
div.xs-pad-bottom,
.row.xs-pad-bottom,
.container.xs-pad-bottom {
  padding-bottom: 25px;
}
.sm-pad,
div.sm-pad,
.row.sm-pad,
.container.sm-pad {
  padding: 50px;
}
.sm-pad > .row,
div.sm-pad > .row,
.row.sm-pad > .row,
.container.sm-pad > .row {
  margin-left: -50px;
  margin-right: -50px;
}
.sm-pad-horz,
div.sm-pad-horz,
.row.sm-pad-horz,
.container.sm-pad-horz {
  padding-left: 50px;
  padding-right: 50px;
}
.sm-pad-horz > .row,
div.sm-pad-horz > .row,
.row.sm-pad-horz > .row,
.container.sm-pad-horz > .row {
  margin-left: -50px;
  margin-right: -50px;
}
.sm-pad-vert,
div.sm-pad-vert,
.row.sm-pad-vert,
.container.sm-pad-vert {
  padding-top: 50px;
  padding-bottom: 50px;
}
.sm-pad-top,
div.sm-pad-top,
.row.sm-pad-top,
.container.sm-pad-top {
  padding-top: 50px;
}
.sm-pad-bottom,
div.sm-pad-bottom,
.row.sm-pad-bottom,
.container.sm-pad-bottom {
  padding-bottom: 50px;
}
.md-pad,
div.md-pad,
.row.md-pad,
.container.md-pad {
  padding: 62.5px;
}
.md-pad > .row,
div.md-pad > .row,
.row.md-pad > .row,
.container.md-pad > .row {
  margin-left: -62.5px;
  margin-right: -62.5px;
}
.md-pad-horz,
div.md-pad-horz,
.row.md-pad-horz,
.container.md-pad-horz {
  padding-left: 62.5px;
  padding-right: 62.5px;
}
.md-pad-horz > .row,
div.md-pad-horz > .row,
.row.md-pad-horz > .row,
.container.md-pad-horz > .row {
  margin-left: -62.5px;
  margin-right: -62.5px;
}
.md-pad-vert,
div.md-pad-vert,
.row.md-pad-vert,
.container.md-pad-vert {
  padding-top: 62.5px;
  padding-bottom: 62.5px;
}
.md-pad-top,
div.md-pad-top,
.row.md-pad-top,
.container.md-pad-top {
  padding-top: 62.5px;
}
.md-pad-bottom,
div.md-pad-bottom,
.row.md-pad-bottom,
.container.md-pad-bottom {
  padding-bottom: 62.5px;
}
.lg-pad,
div.lg-pad,
.row.lg-pad,
.container.lg-pad {
  padding: 75px;
}
.lg-pad > .row,
div.lg-pad > .row,
.row.lg-pad > .row,
.container.lg-pad > .row {
  margin-left: -75px;
  margin-right: -75px;
}
.lg-pad-horz,
div.lg-pad-horz,
.row.lg-pad-horz,
.container.lg-pad-horz {
  padding-left: 75px;
  padding-right: 75px;
}
.lg-pad-horz > .row,
div.lg-pad-horz > .row,
.row.lg-pad-horz > .row,
.container.lg-pad-horz > .row {
  margin-left: -75px;
  margin-right: -75px;
}
.lg-pad-vert,
div.lg-pad-vert,
.row.lg-pad-vert,
.container.lg-pad-vert {
  padding-top: 75px;
  padding-bottom: 75px;
}
.lg-pad-top,
div.lg-pad-top,
.row.lg-pad-top,
.container.lg-pad-top {
  padding-top: 75px;
}
.lg-pad-bottom,
div.lg-pad-bottom,
.row.lg-pad-bottom,
.container.lg-pad-bottom {
  padding-bottom: 75px;
}
.xl-pad,
div.xl-pad,
.row.xl-pad,
.container.xl-pad {
  padding: 87.5px;
}
.xl-pad > .row,
div.xl-pad > .row,
.row.xl-pad > .row,
.container.xl-pad > .row {
  margin-left: -87.5px;
  margin-right: -87.5px;
}
.xl-pad-horz,
div.xl-pad-horz,
.row.xl-pad-horz,
.container.xl-pad-horz {
  padding-left: 87.5px;
  padding-right: 87.5px;
}
.xl-pad-horz > .row,
div.xl-pad-horz > .row,
.row.xl-pad-horz > .row,
.container.xl-pad-horz > .row {
  margin-left: -87.5px;
  margin-right: -87.5px;
}
.xl-pad-vert,
div.xl-pad-vert,
.row.xl-pad-vert,
.container.xl-pad-vert {
  padding-top: 87.5px;
  padding-bottom: 87.5px;
}
.xl-pad-top,
div.xl-pad-top,
.row.xl-pad-top,
.container.xl-pad-top {
  padding-top: 87.5px;
}
.xl-pad-bottom,
div.xl-pad-bottom,
.row.xl-pad-bottom,
.container.xl-pad-bottom {
  padding-bottom: 87.5px;
}
.no-pad,
div.no-pad,
.row.no-pad,
.container.no-pad {
  padding: 0px;
}
.no-pad > .row,
div.no-pad > .row,
.row.no-pad > .row,
.container.no-pad > .row {
  margin-left: 0px;
  margin-right: 0px;
}
.no-pad-horz,
div.no-pad-horz,
.row.no-pad-horz,
.container.no-pad-horz {
  padding-left: 0px;
  padding-right: 0px;
}
.no-pad-horz > .row,
div.no-pad-horz > .row,
.row.no-pad-horz > .row,
.container.no-pad-horz > .row {
  margin-left: 0px;
  margin-right: 0px;
}
.no-pad-vert,
div.no-pad-vert,
.row.no-pad-vert,
.container.no-pad-vert {
  padding-top: 0px;
  padding-bottom: 0px;
}
.no-pad-top,
div.no-pad-top,
.row.no-pad-top,
.container.no-pad-top {
  padding-top: 0px;
}
.no-pad-bottom,
div.no-pad-bottom,
.row.no-pad-bottom,
.container.no-pad-bottom {
  padding-bottom: 0px;
}
.reg-pad,
div.reg-pad,
.row.reg-pad,
.container.reg-pad {
  padding: 25px;
}
.reg-pad > .row,
div.reg-pad > .row,
.row.reg-pad > .row,
.container.reg-pad > .row {
  margin-left: -25px;
  margin-right: -25px;
}
.reg-pad-horz,
div.reg-pad-horz,
.row.reg-pad-horz,
.container.reg-pad-horz {
  padding-left: 25px;
  padding-right: 25px;
}
.reg-pad-horz > .row,
div.reg-pad-horz > .row,
.row.reg-pad-horz > .row,
.container.reg-pad-horz > .row {
  margin-left: -25px;
  margin-right: -25px;
}
.reg-pad-vert,
div.reg-pad-vert,
.row.reg-pad-vert,
.container.reg-pad-vert {
  padding-top: 25px;
  padding-bottom: 25px;
}
.reg-pad-top,
div.reg-pad-top,
.row.reg-pad-top,
.container.reg-pad-top {
  padding-top: 25px;
}
.reg-pad-bottom,
div.reg-pad-bottom,
.row.reg-pad-bottom,
.container.reg-pad-bottom {
  padding-bottom: 25px;
}
.pad,
div.pad,
.row.pad,
.container.pad {
  padding: 25px;
}
.pad > .row,
div.pad > .row,
.row.pad > .row,
.container.pad > .row {
  margin-left: -25px;
  margin-right: -25px;
}
.pad-horz,
div.pad-horz,
.row.pad-horz,
.container.pad-horz {
  padding-left: 25px;
  padding-right: 25px;
}
.pad-horz > .row,
div.pad-horz > .row,
.row.pad-horz > .row,
.container.pad-horz > .row {
  margin-left: -25px;
  margin-right: -25px;
}
.pad-vert,
div.pad-vert,
.row.pad-vert,
.container.pad-vert {
  padding-top: 25px;
  padding-bottom: 25px;
}
.pad-top,
div.pad-top,
.row.pad-top,
.container.pad-top {
  padding-top: 25px;
}
.pad-bottom,
div.pad-bottom,
.row.pad-bottom,
.container.pad-bottom {
  padding-bottom: 25px;
}
.pad-xs,
div.pad-xs,
.row.pad-xs,
.container.pad-xs {
  padding: 25px;
}
.pad-xs > .row,
div.pad-xs > .row,
.row.pad-xs > .row,
.container.pad-xs > .row {
  margin-left: -25px;
  margin-right: -25px;
}
.pad-xs-horz,
div.pad-xs-horz,
.row.pad-xs-horz,
.container.pad-xs-horz {
  padding-left: 25px;
  padding-right: 25px;
}
.pad-xs-horz > .row,
div.pad-xs-horz > .row,
.row.pad-xs-horz > .row,
.container.pad-xs-horz > .row {
  margin-left: -25px;
  margin-right: -25px;
}
.pad-xs-vert,
div.pad-xs-vert,
.row.pad-xs-vert,
.container.pad-xs-vert {
  padding-top: 25px;
  padding-bottom: 25px;
}
.pad-sm,
div.pad-sm,
.row.pad-sm,
.container.pad-sm {
  padding: 50px;
}
.pad-sm > .row,
div.pad-sm > .row,
.row.pad-sm > .row,
.container.pad-sm > .row {
  margin-left: -50px;
  margin-right: -50px;
}
.pad-sm-horz,
div.pad-sm-horz,
.row.pad-sm-horz,
.container.pad-sm-horz {
  padding-left: 50px;
  padding-right: 50px;
}
.pad-sm-horz > .row,
div.pad-sm-horz > .row,
.row.pad-sm-horz > .row,
.container.pad-sm-horz > .row {
  margin-left: -50px;
  margin-right: -50px;
}
.pad-sm-vert,
div.pad-sm-vert,
.row.pad-sm-vert,
.container.pad-sm-vert {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pad-md,
div.pad-md,
.row.pad-md,
.container.pad-md {
  padding: 62.5px;
}
.pad-md > .row,
div.pad-md > .row,
.row.pad-md > .row,
.container.pad-md > .row {
  margin-left: -62.5px;
  margin-right: -62.5px;
}
.pad-md-horz,
div.pad-md-horz,
.row.pad-md-horz,
.container.pad-md-horz {
  padding-left: 62.5px;
  padding-right: 62.5px;
}
.pad-md-horz > .row,
div.pad-md-horz > .row,
.row.pad-md-horz > .row,
.container.pad-md-horz > .row {
  margin-left: -62.5px;
  margin-right: -62.5px;
}
.pad-md-vert,
div.pad-md-vert,
.row.pad-md-vert,
.container.pad-md-vert {
  padding-top: 62.5px;
  padding-bottom: 62.5px;
}
.pad-lg,
div.pad-lg,
.row.pad-lg,
.container.pad-lg {
  padding: 75px;
}
.pad-lg > .row,
div.pad-lg > .row,
.row.pad-lg > .row,
.container.pad-lg > .row {
  margin-left: -75px;
  margin-right: -75px;
}
.pad-lg-horz,
div.pad-lg-horz,
.row.pad-lg-horz,
.container.pad-lg-horz {
  padding-left: 75px;
  padding-right: 75px;
}
.pad-lg-horz > .row,
div.pad-lg-horz > .row,
.row.pad-lg-horz > .row,
.container.pad-lg-horz > .row {
  margin-left: -75px;
  margin-right: -75px;
}
.pad-lg-vert,
div.pad-lg-vert,
.row.pad-lg-vert,
.container.pad-lg-vert {
  padding-top: 75px;
  padding-bottom: 75px;
}
.pad-xl,
div.pad-xl,
.row.pad-xl,
.container.pad-xl {
  padding: 87.5px;
}
.pad-xl > .row,
div.pad-xl > .row,
.row.pad-xl > .row,
.container.pad-xl > .row {
  margin-left: -87.5px;
  margin-right: -87.5px;
}
.pad-xl-horz,
div.pad-xl-horz,
.row.pad-xl-horz,
.container.pad-xl-horz {
  padding-left: 87.5px;
  padding-right: 87.5px;
}
.pad-xl-horz > .row,
div.pad-xl-horz > .row,
.row.pad-xl-horz > .row,
.container.pad-xl-horz > .row {
  margin-left: -87.5px;
  margin-right: -87.5px;
}
.pad-xl-vert,
div.pad-xl-vert,
.row.pad-xl-vert,
.container.pad-xl-vert {
  padding-top: 87.5px;
  padding-bottom: 87.5px;
}
.pad-no,
div.pad-no,
.row.pad-no,
.container.pad-no {
  padding: 0px;
}
.pad-no > .row,
div.pad-no > .row,
.row.pad-no > .row,
.container.pad-no > .row {
  margin-left: 0px;
  margin-right: 0px;
}
.pad-no-horz,
div.pad-no-horz,
.row.pad-no-horz,
.container.pad-no-horz {
  padding-left: 0px;
  padding-right: 0px;
}
.pad-no-horz > .row,
div.pad-no-horz > .row,
.row.pad-no-horz > .row,
.container.pad-no-horz > .row {
  margin-left: 0px;
  margin-right: 0px;
}
.pad-no-vert,
div.pad-no-vert,
.row.pad-no-vert,
.container.pad-no-vert {
  padding-top: 0px;
  padding-bottom: 0px;
}
.pad-reg,
div.pad-reg,
.row.pad-reg,
.container.pad-reg {
  padding: 25px;
}
.pad-reg > .row,
div.pad-reg > .row,
.row.pad-reg > .row,
.container.pad-reg > .row {
  margin-left: -25px;
  margin-right: -25px;
}
.pad-reg-horz,
div.pad-reg-horz,
.row.pad-reg-horz,
.container.pad-reg-horz {
  padding-left: 25px;
  padding-right: 25px;
}
.pad-reg-horz > .row,
div.pad-reg-horz > .row,
.row.pad-reg-horz > .row,
.container.pad-reg-horz > .row {
  margin-left: -25px;
  margin-right: -25px;
}
.pad-reg-vert,
div.pad-reg-vert,
.row.pad-reg-vert,
.container.pad-reg-vert {
  padding-top: 25px;
  padding-bottom: 25px;
}
.pad,
div.pad,
.row.pad,
.container.pad {
  padding: 25px;
}
.pad > .row,
div.pad > .row,
.row.pad > .row,
.container.pad > .row {
  margin-left: -25px;
  margin-right: -25px;
}
.pad-horz,
div.pad-horz,
.row.pad-horz,
.container.pad-horz {
  padding-left: 25px;
  padding-right: 25px;
}
.pad-horz > .row,
div.pad-horz > .row,
.row.pad-horz > .row,
.container.pad-horz > .row {
  margin-left: -25px;
  margin-right: -25px;
}
.pad-vert,
div.pad-vert,
.row.pad-vert,
.container.pad-vert {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: "screen-sm-min") {
  .pad-left-xs {
    padding-left: 25px;
    padding-right: 0px;
  }
}
@media (min-width: "screen-sm-min") {
  .pad-right-xs {
    padding-right: 25px;
    padding-left: 0px;
  }
}
@media (min-width: "screen-sm-min") {
  .pad-left-sm {
    padding-left: 25px;
    padding-right: 0px;
  }
}
@media (min-width: "screen-sm-min") {
  .pad-right-sm {
    padding-right: 25px;
    padding-left: 0px;
  }
}
@media (min-width: "screen-md-min") {
  .pad-left-md {
    padding-left: 25px;
    padding-right: 0px;
  }
}
@media (min-width: "screen-md-min") {
  .pad-right-md {
    padding-right: 25px;
    padding-left: 0px;
  }
}
@media (min-width: "screen-lg-min") {
  .pad-left-lg {
    padding-left: 25px;
    padding-right: 0px;
  }
}
@media (min-width: "screen-lg-min") {
  .pad-right-lg {
    padding-right: 25px;
    padding-left: 0px;
  }
}
@media (min-width: "screen-sm-min") {
  .xs-pad-left {
    padding-left: 25px;
    padding-right: 0px;
  }
}
@media (min-width: "screen-sm-min") {
  .xs-pad-right {
    padding-right: 25px;
    padding-left: 0px;
  }
}
@media (min-width: "screen-sm-min") {
  .sm-pad-left {
    padding-left: 25px;
    padding-right: 0px;
  }
}
@media (min-width: "screen-sm-min") {
  .sm-pad-right {
    padding-right: 25px;
    padding-left: 0px;
  }
}
@media (min-width: "screen-md-min") {
  .md-pad-left {
    padding-left: 25px;
    padding-right: 0px;
  }
}
@media (min-width: "screen-md-min") {
  .md-pad-right {
    padding-right: 25px;
    padding-left: 0px;
  }
}
@media (min-width: "screen-lg-min") {
  .lg-pad-left {
    padding-left: 25px;
    padding-right: 0px;
  }
}
@media (min-width: "screen-lg-min") {
  .lg-pad-right {
    padding-right: 25px;
    padding-left: 0px;
  }
}
section {
  background-size: cover;
}
i,
span.b-icon {
  color: #701d46;
}
.btn i,
.btn span.b-icon {
  color: inherit;
}
ul li a {
  color: #0d0e14;
}
.bg-full-overlay-dark {
  z-index: 2;
  border-color: #fff;
  color: #fff;
}
.bg-full-overlay-dark .hr-row .column {
  border-color: #fff;
}
.bg-full-overlay-dark:before {
  z-index: -1;
  position: absolute;
  background: #0d0e14;
  opacity: .75;
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
}
.bg-full-overlay-dark h1,
.bg-full-overlay-dark h2,
.bg-full-overlay-dark h3,
.bg-full-overlay-dark h4,
.bg-full-overlay-dark h5,
.bg-full-overlay-dark h6,
.bg-full-overlay-dark p,
.bg-full-overlay-dark li {
  color: #fff;
}
.bg-full-overlay-dark i,
.bg-full-overlay-dark span.b-icon {
  color: #fff;
}
.bg-full-overlay-dark a {
  color: #fff;
}
.bg-full-overlay-dark a:hover {
  color: #fff;
  text-decoration: underline;
}
.bg-full-overlay-dark ul li a {
  color: #fff;
}
.bg-full-overlay-dark ul li:before {
  color: #0d0e14;
}
.bg-full-overlay-dark hr {
  border-top-color: #fff;
}
.bg-full-overlay-dark .btn {
  text-decoration: none;
  color: #0d0e14;
}
.bg-full-overlay-dark .btn:hover {
  text-decoration: none;
}
.bg-full-overlay-dark .btn i,
.bg-full-overlay-dark .btn span.b-icon {
  color: inherit !important;
}
.bg-full-overlay-dark .btn.btn-default {
  color: #0d0e14;
  background-color: #fff;
  outline-color: #fff;
  border-color: #fff;
}
.bg-full-overlay-dark .btn.btn-default:hover,
.bg-full-overlay-dark .btn.btn-default:focus {
  color: #fff;
  background: #0d0e14;
  border: 1px solid #fff;
}
.bg-full-overlay-dark .btn.btn-default:hover:before,
.bg-full-overlay-dark .btn.btn-default:focus:before {
  color: #0d0e14;
}
.bg-full-overlay-dark .btn.btn-default:hover:after,
.bg-full-overlay-dark .btn.btn-default:focus:after {
  color: #0d0e14;
}
.bg-full-overlay-dark .btn.btn-default.btn-line {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.bg-full-overlay-dark .btn.btn-default.btn-line:before {
  color: #fff;
}
.bg-full-overlay-dark .btn.btn-default.btn-line:hover,
.bg-full-overlay-dark .btn.btn-default.btn-line:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-full-overlay-dark .btn.btn-default.btn-line:hover:before,
.bg-full-overlay-dark .btn.btn-default.btn-line:focus:before {
  color: #fff;
}
.bg-full-overlay-dark .btn.btn-default.btn-line:hover:after,
.bg-full-overlay-dark .btn.btn-default.btn-line:focus:after {
  color: #fff;
}
.bg-full-overlay-dark .btn.btn-primary {
  color: #fff;
}
.bg-full-overlay-dark .btn.btn-primary:hover,
.bg-full-overlay-dark .btn.btn-primary:focus {
  background: #701d46;
  color: #fff;
  border-color: #fff;
  border: 1px solid #fff;
}
.bg-full-overlay-dark .btn.btn-primary:hover:before,
.bg-full-overlay-dark .btn.btn-primary:focus:before {
  color: #fff;
}
.bg-full-overlay-dark .btn.btn-primary:hover:after,
.bg-full-overlay-dark .btn.btn-primary:focus:after {
  color: #fff;
}
.bg-full-overlay-light {
  z-index: 2;
  border-color: #0d0e14;
  color: #0d0e14;
}
.bg-full-overlay-light .hr-row .column {
  border-color: #0d0e14;
}
.bg-full-overlay-light:before {
  z-index: -1;
  position: absolute;
  background: #fff;
  opacity: .75;
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
}
.bg-full-overlay-light h1,
.bg-full-overlay-light h2,
.bg-full-overlay-light h3,
.bg-full-overlay-light h4,
.bg-full-overlay-light h5,
.bg-full-overlay-light h6,
.bg-full-overlay-light p,
.bg-full-overlay-light li {
  color: #0d0e14;
}
.bg-full-overlay-light i,
.bg-full-overlay-light span.b-icon {
  color: #0d0e14;
}
.bg-full-overlay-light a {
  color: #0d0e14;
}
.bg-full-overlay-light a:hover {
  color: #0d0e14;
  text-decoration: underline;
}
.bg-full-overlay-light ul li a {
  color: #0d0e14;
}
.bg-full-overlay-light ul li:before {
  color: #fff;
}
.bg-full-overlay-light hr {
  border-top-color: #0d0e14;
}
.bg-full-overlay-light .btn {
  text-decoration: none;
  color: #fff;
}
.bg-full-overlay-light .btn:hover {
  text-decoration: none;
}
.bg-full-overlay-light .btn i,
.bg-full-overlay-light .btn span.b-icon {
  color: inherit !important;
}
.bg-full-overlay-light .btn.btn-default {
  color: #fff;
  background-color: #0d0e14;
  outline-color: #0d0e14;
  border-color: #0d0e14;
}
.bg-full-overlay-light .btn.btn-default:hover,
.bg-full-overlay-light .btn.btn-default:focus {
  color: #0d0e14;
  background: #fff;
  border: 1px solid #0d0e14;
}
.bg-full-overlay-light .btn.btn-default:hover:before,
.bg-full-overlay-light .btn.btn-default:focus:before {
  color: #fff;
}
.bg-full-overlay-light .btn.btn-default:hover:after,
.bg-full-overlay-light .btn.btn-default:focus:after {
  color: #fff;
}
.bg-full-overlay-light .btn.btn-default.btn-line {
  color: #0d0e14;
  background-color: transparent;
  border-color: #0d0e14;
}
.bg-full-overlay-light .btn.btn-default.btn-line:before {
  color: #0d0e14;
}
.bg-full-overlay-light .btn.btn-default.btn-line:hover,
.bg-full-overlay-light .btn.btn-default.btn-line:focus {
  color: #0d0e14;
  background-color: rgba(13, 14, 20, 0.1);
}
.bg-full-overlay-light .btn.btn-default.btn-line:hover:before,
.bg-full-overlay-light .btn.btn-default.btn-line:focus:before {
  color: #0d0e14;
}
.bg-full-overlay-light .btn.btn-default.btn-line:hover:after,
.bg-full-overlay-light .btn.btn-default.btn-line:focus:after {
  color: #0d0e14;
}
.bg-full-overlay-light .btn.btn-primary {
  color: #0d0e14;
}
.bg-full-overlay-light .btn.btn-primary:hover,
.bg-full-overlay-light .btn.btn-primary:focus {
  background: #701d46;
  color: #0d0e14;
  border-color: #0d0e14;
  border: 1px solid #0d0e14;
}
.bg-full-overlay-light .btn.btn-primary:hover:before,
.bg-full-overlay-light .btn.btn-primary:focus:before {
  color: #0d0e14;
}
.bg-full-overlay-light .btn.btn-primary:hover:after,
.bg-full-overlay-light .btn.btn-primary:focus:after {
  color: #0d0e14;
}
.bg-image-dark {
  z-index: 2;
  border-color: #fff;
  color: #fff;
}
.bg-image-dark .hr-row .column {
  border-color: #fff;
}
.bg-image-dark:before {
  z-index: -1;
  position: absolute;
  background: rgba(0, 0, 0, 0);
  opacity: .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,
.bg-image-dark p,
.bg-image-dark li {
  color: #fff;
}
.bg-image-dark i,
.bg-image-dark span.b-icon {
  color: #fff;
}
.bg-image-dark a {
  color: #fff;
}
.bg-image-dark a:hover {
  color: #fff;
  text-decoration: underline;
}
.bg-image-dark ul li a {
  color: #fff;
}
.bg-image-dark ul li:before {
  color: #0d0e14;
}
.bg-image-dark hr {
  border-top-color: #fff;
}
.bg-image-dark .btn {
  text-decoration: none;
  color: #0d0e14;
}
.bg-image-dark .btn:hover {
  text-decoration: none;
}
.bg-image-dark .btn i,
.bg-image-dark .btn span.b-icon {
  color: inherit !important;
}
.bg-image-dark .btn.btn-default {
  color: #0d0e14;
  background-color: #fff;
  outline-color: #fff;
  border-color: #fff;
}
.bg-image-dark .btn.btn-default:hover,
.bg-image-dark .btn.btn-default:focus {
  color: #fff;
  background: #0d0e14;
  border: 1px solid #fff;
}
.bg-image-dark .btn.btn-default:hover:before,
.bg-image-dark .btn.btn-default:focus:before {
  color: #0d0e14;
}
.bg-image-dark .btn.btn-default:hover:after,
.bg-image-dark .btn.btn-default:focus:after {
  color: #0d0e14;
}
.bg-image-dark .btn.btn-default.btn-line {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.bg-image-dark .btn.btn-default.btn-line:before {
  color: #fff;
}
.bg-image-dark .btn.btn-default.btn-line:hover,
.bg-image-dark .btn.btn-default.btn-line:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-image-dark .btn.btn-default.btn-line:hover:before,
.bg-image-dark .btn.btn-default.btn-line:focus:before {
  color: #fff;
}
.bg-image-dark .btn.btn-default.btn-line:hover:after,
.bg-image-dark .btn.btn-default.btn-line:focus:after {
  color: #fff;
}
.bg-image-dark .btn.btn-primary {
  color: #fff;
}
.bg-image-dark .btn.btn-primary:hover,
.bg-image-dark .btn.btn-primary:focus {
  background: #701d46;
  color: #fff;
  border-color: #fff;
  border: 1px solid #fff;
}
.bg-image-dark .btn.btn-primary:hover:before,
.bg-image-dark .btn.btn-primary:focus:before {
  color: #fff;
}
.bg-image-dark .btn.btn-primary:hover:after,
.bg-image-dark .btn.btn-primary:focus:after {
  color: #fff;
}
.bg-image-light {
  z-index: 2;
  border-color: #0d0e14;
  color: #0d0e14;
}
.bg-image-light .hr-row .column {
  border-color: #0d0e14;
}
.bg-image-light:before {
  z-index: -1;
  position: absolute;
  background: rgba(0, 0, 0, 0);
  opacity: .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,
.bg-image-light p,
.bg-image-light li {
  color: #0d0e14;
}
.bg-image-light i,
.bg-image-light span.b-icon {
  color: #0d0e14;
}
.bg-image-light a {
  color: #0d0e14;
}
.bg-image-light a:hover {
  color: #0d0e14;
  text-decoration: underline;
}
.bg-image-light ul li a {
  color: #0d0e14;
}
.bg-image-light ul li:before {
  color: #fff;
}
.bg-image-light hr {
  border-top-color: #0d0e14;
}
.bg-image-light .btn {
  text-decoration: none;
  color: #fff;
}
.bg-image-light .btn:hover {
  text-decoration: none;
}
.bg-image-light .btn i,
.bg-image-light .btn span.b-icon {
  color: inherit !important;
}
.bg-image-light .btn.btn-default {
  color: #fff;
  background-color: #0d0e14;
  outline-color: #0d0e14;
  border-color: #0d0e14;
}
.bg-image-light .btn.btn-default:hover,
.bg-image-light .btn.btn-default:focus {
  color: #0d0e14;
  background: #fff;
  border: 1px solid #0d0e14;
}
.bg-image-light .btn.btn-default:hover:before,
.bg-image-light .btn.btn-default:focus:before {
  color: #fff;
}
.bg-image-light .btn.btn-default:hover:after,
.bg-image-light .btn.btn-default:focus:after {
  color: #fff;
}
.bg-image-light .btn.btn-default.btn-line {
  color: #0d0e14;
  background-color: transparent;
  border-color: #0d0e14;
}
.bg-image-light .btn.btn-default.btn-line:before {
  color: #0d0e14;
}
.bg-image-light .btn.btn-default.btn-line:hover,
.bg-image-light .btn.btn-default.btn-line:focus {
  color: #0d0e14;
  background-color: rgba(13, 14, 20, 0.1);
}
.bg-image-light .btn.btn-default.btn-line:hover:before,
.bg-image-light .btn.btn-default.btn-line:focus:before {
  color: #0d0e14;
}
.bg-image-light .btn.btn-default.btn-line:hover:after,
.bg-image-light .btn.btn-default.btn-line:focus:after {
  color: #0d0e14;
}
.bg-image-light .btn.btn-primary {
  color: #0d0e14;
}
.bg-image-light .btn.btn-primary:hover,
.bg-image-light .btn.btn-primary:focus {
  background: #701d46;
  color: #0d0e14;
  border-color: #0d0e14;
  border: 1px solid #0d0e14;
}
.bg-image-light .btn.btn-primary:hover:before,
.bg-image-light .btn.btn-primary:focus:before {
  color: #0d0e14;
}
.bg-image-light .btn.btn-primary:hover:after,
.bg-image-light .btn.btn-primary:focus:after {
  color: #0d0e14;
}
.bg-image-dark-overlay {
  z-index: 2;
  border-color: #fff;
  color: #fff;
}
.bg-image-dark-overlay .hr-row .column {
  border-color: #fff;
}
.bg-image-dark-overlay:before {
  z-index: -1;
  position: absolute;
  background: #0d0e14;
  opacity: .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,
.bg-image-dark-overlay p,
.bg-image-dark-overlay li {
  color: #fff;
}
.bg-image-dark-overlay i,
.bg-image-dark-overlay span.b-icon {
  color: #fff;
}
.bg-image-dark-overlay a {
  color: #fff;
}
.bg-image-dark-overlay a:hover {
  color: #fff;
  text-decoration: underline;
}
.bg-image-dark-overlay ul li a {
  color: #fff;
}
.bg-image-dark-overlay ul li:before {
  color: #0d0e14;
}
.bg-image-dark-overlay hr {
  border-top-color: #fff;
}
.bg-image-dark-overlay .btn {
  text-decoration: none;
  color: #0d0e14;
}
.bg-image-dark-overlay .btn:hover {
  text-decoration: none;
}
.bg-image-dark-overlay .btn i,
.bg-image-dark-overlay .btn span.b-icon {
  color: inherit !important;
}
.bg-image-dark-overlay .btn.btn-default {
  color: #0d0e14;
  background-color: #fff;
  outline-color: #fff;
  border-color: #fff;
}
.bg-image-dark-overlay .btn.btn-default:hover,
.bg-image-dark-overlay .btn.btn-default:focus {
  color: #fff;
  background: #0d0e14;
  border: 1px solid #fff;
}
.bg-image-dark-overlay .btn.btn-default:hover:before,
.bg-image-dark-overlay .btn.btn-default:focus:before {
  color: #0d0e14;
}
.bg-image-dark-overlay .btn.btn-default:hover:after,
.bg-image-dark-overlay .btn.btn-default:focus:after {
  color: #0d0e14;
}
.bg-image-dark-overlay .btn.btn-default.btn-line {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.bg-image-dark-overlay .btn.btn-default.btn-line:before {
  color: #fff;
}
.bg-image-dark-overlay .btn.btn-default.btn-line:hover,
.bg-image-dark-overlay .btn.btn-default.btn-line:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-image-dark-overlay .btn.btn-default.btn-line:hover:before,
.bg-image-dark-overlay .btn.btn-default.btn-line:focus:before {
  color: #fff;
}
.bg-image-dark-overlay .btn.btn-default.btn-line:hover:after,
.bg-image-dark-overlay .btn.btn-default.btn-line:focus:after {
  color: #fff;
}
.bg-image-dark-overlay .btn.btn-primary {
  color: #fff;
}
.bg-image-dark-overlay .btn.btn-primary:hover,
.bg-image-dark-overlay .btn.btn-primary:focus {
  background: #701d46;
  color: #fff;
  border-color: #fff;
  border: 1px solid #fff;
}
.bg-image-dark-overlay .btn.btn-primary:hover:before,
.bg-image-dark-overlay .btn.btn-primary:focus:before {
  color: #fff;
}
.bg-image-dark-overlay .btn.btn-primary:hover:after,
.bg-image-dark-overlay .btn.btn-primary:focus:after {
  color: #fff;
}
.bg-image-light-overlay {
  z-index: 2;
  border-color: #0d0e14;
  color: #0d0e14;
}
.bg-image-light-overlay .hr-row .column {
  border-color: #0d0e14;
}
.bg-image-light-overlay:before {
  z-index: -1;
  position: absolute;
  background: #fff;
  opacity: .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,
.bg-image-light-overlay p,
.bg-image-light-overlay li {
  color: #0d0e14;
}
.bg-image-light-overlay i,
.bg-image-light-overlay span.b-icon {
  color: #0d0e14;
}
.bg-image-light-overlay a {
  color: #0d0e14;
}
.bg-image-light-overlay a:hover {
  color: #0d0e14;
  text-decoration: underline;
}
.bg-image-light-overlay ul li a {
  color: #0d0e14;
}
.bg-image-light-overlay ul li:before {
  color: #fff;
}
.bg-image-light-overlay hr {
  border-top-color: #0d0e14;
}
.bg-image-light-overlay .btn {
  text-decoration: none;
  color: #fff;
}
.bg-image-light-overlay .btn:hover {
  text-decoration: none;
}
.bg-image-light-overlay .btn i,
.bg-image-light-overlay .btn span.b-icon {
  color: inherit !important;
}
.bg-image-light-overlay .btn.btn-default {
  color: #fff;
  background-color: #0d0e14;
  outline-color: #0d0e14;
  border-color: #0d0e14;
}
.bg-image-light-overlay .btn.btn-default:hover,
.bg-image-light-overlay .btn.btn-default:focus {
  color: #0d0e14;
  background: #fff;
  border: 1px solid #0d0e14;
}
.bg-image-light-overlay .btn.btn-default:hover:before,
.bg-image-light-overlay .btn.btn-default:focus:before {
  color: #fff;
}
.bg-image-light-overlay .btn.btn-default:hover:after,
.bg-image-light-overlay .btn.btn-default:focus:after {
  color: #fff;
}
.bg-image-light-overlay .btn.btn-default.btn-line {
  color: #0d0e14;
  background-color: transparent;
  border-color: #0d0e14;
}
.bg-image-light-overlay .btn.btn-default.btn-line:before {
  color: #0d0e14;
}
.bg-image-light-overlay .btn.btn-default.btn-line:hover,
.bg-image-light-overlay .btn.btn-default.btn-line:focus {
  color: #0d0e14;
  background-color: rgba(13, 14, 20, 0.1);
}
.bg-image-light-overlay .btn.btn-default.btn-line:hover:before,
.bg-image-light-overlay .btn.btn-default.btn-line:focus:before {
  color: #0d0e14;
}
.bg-image-light-overlay .btn.btn-default.btn-line:hover:after,
.bg-image-light-overlay .btn.btn-default.btn-line:focus:after {
  color: #0d0e14;
}
.bg-image-light-overlay .btn.btn-primary {
  color: #0d0e14;
}
.bg-image-light-overlay .btn.btn-primary:hover,
.bg-image-light-overlay .btn.btn-primary:focus {
  background: #701d46;
  color: #0d0e14;
  border-color: #0d0e14;
  border: 1px solid #0d0e14;
}
.bg-image-light-overlay .btn.btn-primary:hover:before,
.bg-image-light-overlay .btn.btn-primary:focus:before {
  color: #0d0e14;
}
.bg-image-light-overlay .btn.btn-primary:hover:after,
.bg-image-light-overlay .btn.btn-primary:focus:after {
  color: #0d0e14;
}
.bg-light-overlay {
  position: relative;
  z-index: 2;
  border-color: #0d0e14;
  color: #0d0e14;
}
.bg-light-overlay .hr-row .column {
  border-color: #0d0e14;
}
.bg-light-overlay:before {
  z-index: -1;
  position: absolute;
  background: #fff;
  opacity: .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,
.bg-light-overlay p,
.bg-light-overlay li {
  color: #0d0e14;
}
.bg-light-overlay i,
.bg-light-overlay span.b-icon {
  color: #0d0e14;
}
.bg-light-overlay a {
  color: #0d0e14;
}
.bg-light-overlay a:hover {
  color: #0d0e14;
  text-decoration: underline;
}
.bg-light-overlay ul li a {
  color: #0d0e14;
}
.bg-light-overlay ul li:before {
  color: #fff;
}
.bg-light-overlay hr {
  border-top-color: #0d0e14;
}
.bg-light-overlay .btn {
  text-decoration: none;
  color: #fff;
}
.bg-light-overlay .btn:hover {
  text-decoration: none;
}
.bg-light-overlay .btn i,
.bg-light-overlay .btn span.b-icon {
  color: inherit !important;
}
.bg-light-overlay .btn.btn-default {
  color: #fff;
  background-color: #0d0e14;
  outline-color: #0d0e14;
  border-color: #0d0e14;
}
.bg-light-overlay .btn.btn-default:hover,
.bg-light-overlay .btn.btn-default:focus {
  color: #0d0e14;
  background: #fff;
  border: 1px solid #0d0e14;
}
.bg-light-overlay .btn.btn-default:hover:before,
.bg-light-overlay .btn.btn-default:focus:before {
  color: #fff;
}
.bg-light-overlay .btn.btn-default:hover:after,
.bg-light-overlay .btn.btn-default:focus:after {
  color: #fff;
}
.bg-light-overlay .btn.btn-default.btn-line {
  color: #0d0e14;
  background-color: transparent;
  border-color: #0d0e14;
}
.bg-light-overlay .btn.btn-default.btn-line:before {
  color: #0d0e14;
}
.bg-light-overlay .btn.btn-default.btn-line:hover,
.bg-light-overlay .btn.btn-default.btn-line:focus {
  color: #0d0e14;
  background-color: rgba(13, 14, 20, 0.1);
}
.bg-light-overlay .btn.btn-default.btn-line:hover:before,
.bg-light-overlay .btn.btn-default.btn-line:focus:before {
  color: #0d0e14;
}
.bg-light-overlay .btn.btn-default.btn-line:hover:after,
.bg-light-overlay .btn.btn-default.btn-line:focus:after {
  color: #0d0e14;
}
.bg-light-overlay .btn.btn-primary {
  color: #0d0e14;
}
.bg-light-overlay .btn.btn-primary:hover,
.bg-light-overlay .btn.btn-primary:focus {
  background: #701d46;
  color: #0d0e14;
  border-color: #0d0e14;
  border: 1px solid #0d0e14;
}
.bg-light-overlay .btn.btn-primary:hover:before,
.bg-light-overlay .btn.btn-primary:focus:before {
  color: #0d0e14;
}
.bg-light-overlay .btn.btn-primary:hover:after,
.bg-light-overlay .btn.btn-primary:focus:after {
  color: #0d0e14;
}
.bg-dark-overlay {
  position: relative;
  z-index: 2;
  border-color: #fff;
  color: #fff;
}
.bg-dark-overlay .hr-row .column {
  border-color: #fff;
}
.bg-dark-overlay:before {
  z-index: -1;
  position: absolute;
  background: #0d0e14;
  opacity: .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,
.bg-dark-overlay p,
.bg-dark-overlay li {
  color: #fff;
}
.bg-dark-overlay i,
.bg-dark-overlay span.b-icon {
  color: #fff;
}
.bg-dark-overlay a {
  color: #fff;
}
.bg-dark-overlay a:hover {
  color: #fff;
  text-decoration: underline;
}
.bg-dark-overlay ul li a {
  color: #fff;
}
.bg-dark-overlay ul li:before {
  color: #0d0e14;
}
.bg-dark-overlay hr {
  border-top-color: #fff;
}
.bg-dark-overlay .btn {
  text-decoration: none;
  color: #0d0e14;
}
.bg-dark-overlay .btn:hover {
  text-decoration: none;
}
.bg-dark-overlay .btn i,
.bg-dark-overlay .btn span.b-icon {
  color: inherit !important;
}
.bg-dark-overlay .btn.btn-default {
  color: #0d0e14;
  background-color: #fff;
  outline-color: #fff;
  border-color: #fff;
}
.bg-dark-overlay .btn.btn-default:hover,
.bg-dark-overlay .btn.btn-default:focus {
  color: #fff;
  background: #0d0e14;
  border: 1px solid #fff;
}
.bg-dark-overlay .btn.btn-default:hover:before,
.bg-dark-overlay .btn.btn-default:focus:before {
  color: #0d0e14;
}
.bg-dark-overlay .btn.btn-default:hover:after,
.bg-dark-overlay .btn.btn-default:focus:after {
  color: #0d0e14;
}
.bg-dark-overlay .btn.btn-default.btn-line {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.bg-dark-overlay .btn.btn-default.btn-line:before {
  color: #fff;
}
.bg-dark-overlay .btn.btn-default.btn-line:hover,
.bg-dark-overlay .btn.btn-default.btn-line:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-dark-overlay .btn.btn-default.btn-line:hover:before,
.bg-dark-overlay .btn.btn-default.btn-line:focus:before {
  color: #fff;
}
.bg-dark-overlay .btn.btn-default.btn-line:hover:after,
.bg-dark-overlay .btn.btn-default.btn-line:focus:after {
  color: #fff;
}
.bg-dark-overlay .btn.btn-primary {
  color: #fff;
}
.bg-dark-overlay .btn.btn-primary:hover,
.bg-dark-overlay .btn.btn-primary:focus {
  background: #701d46;
  color: #fff;
  border-color: #fff;
  border: 1px solid #fff;
}
.bg-dark-overlay .btn.btn-primary:hover:before,
.bg-dark-overlay .btn.btn-primary:focus:before {
  color: #fff;
}
.bg-dark-overlay .btn.btn-primary:hover:after,
.bg-dark-overlay .btn.btn-primary:focus:after {
  color: #fff;
}
.bg-white {
  border-color: #060814;
  background: #fff;
  color: #060814;
}
.bg-white .hr-row .column {
  border-color: #060814;
}
.bg-white h1,
.bg-white h2,
.bg-white h3,
.bg-white h4,
.bg-white h5,
.bg-white h6,
.bg-white p,
.bg-white li {
  color: #060814;
}
.bg-white i,
.bg-white span.b-icon {
  color: #060814;
}
.bg-white a {
  color: #701d46;
}
.bg-white a:hover {
  color: #701d46;
  text-decoration: underline;
}
.bg-white ul li a {
  color: #701d46;
}
.bg-white ul li:before {
  color: #fff;
}
.bg-white hr {
  border-top-color: #060814;
}
.bg-white .btn {
  text-decoration: none;
}
.bg-white .btn:not(.btn-line) {
  color: #fff;
}
.bg-white .btn:hover {
  text-decoration: none;
}
.bg-white .btn i,
.bg-white .btn span.b-icon {
  color: inherit !important;
}
.bg-white .btn.btn-default {
  color: #fff;
  background-color: #060814;
  outline-color: #060814;
  border-color: #060814;
}
.bg-white .btn.btn-default:hover,
.bg-white .btn.btn-default:focus {
  color: #060814;
  background: #fff;
  border: 1px solid #060814;
}
.bg-white .btn.btn-default:hover:before,
.bg-white .btn.btn-default:focus:before {
  color: #fff;
}
.bg-white .btn.btn-default:hover:after,
.bg-white .btn.btn-default:focus:after {
  color: #fff;
}
.bg-white .btn.btn-default.btn-line {
  color: #060814;
  background-color: transparent;
  border-color: #060814;
}
.bg-white .btn.btn-default.btn-line:before {
  color: #060814;
}
.bg-white .btn.btn-default.btn-line:hover,
.bg-white .btn.btn-default.btn-line:focus {
  color: #060814;
  background-color: rgba(6, 8, 20, 0.1);
}
.bg-white .btn.btn-default.btn-line:hover:before,
.bg-white .btn.btn-default.btn-line:focus:before {
  color: #060814;
}
.bg-white .btn.btn-default.btn-line:hover:after,
.bg-white .btn.btn-default.btn-line:focus:after {
  color: #060814;
}
.bg-black {
  border-color: #fff;
  background: #060814;
  color: #fff;
}
.bg-black .hr-row .column {
  border-color: #fff;
}
.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6,
.bg-black p,
.bg-black li {
  color: #fff;
}
.bg-black i,
.bg-black span.b-icon {
  color: #fff;
}
.bg-black a {
  color: #701d46;
}
.bg-black a:hover {
  color: #701d46;
  text-decoration: underline;
}
.bg-black ul li a {
  color: #701d46;
}
.bg-black ul li:before {
  color: #060814;
}
.bg-black hr {
  border-top-color: #fff;
}
.bg-black .btn {
  text-decoration: none;
}
.bg-black .btn:not(.btn-line) {
  color: #060814;
}
.bg-black .btn:hover {
  text-decoration: none;
}
.bg-black .btn i,
.bg-black .btn span.b-icon {
  color: inherit !important;
}
.bg-black .btn.btn-default {
  color: #060814;
  background-color: #fff;
  outline-color: #fff;
  border-color: #fff;
}
.bg-black .btn.btn-default:hover,
.bg-black .btn.btn-default:focus {
  color: #fff;
  background: #060814;
  border: 1px solid #fff;
}
.bg-black .btn.btn-default:hover:before,
.bg-black .btn.btn-default:focus:before {
  color: #060814;
}
.bg-black .btn.btn-default:hover:after,
.bg-black .btn.btn-default:focus:after {
  color: #060814;
}
.bg-black .btn.btn-default.btn-line {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.bg-black .btn.btn-default.btn-line:before {
  color: #fff;
}
.bg-black .btn.btn-default.btn-line:hover,
.bg-black .btn.btn-default.btn-line:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-black .btn.btn-default.btn-line:hover:before,
.bg-black .btn.btn-default.btn-line:focus:before {
  color: #fff;
}
.bg-black .btn.btn-default.btn-line:hover:after,
.bg-black .btn.btn-default.btn-line:focus:after {
  color: #fff;
}
.bg-gray {
  border-color: #fff;
  background: #787872;
  color: #fff;
}
.bg-gray .hr-row .column {
  border-color: #fff;
}
.bg-gray h1,
.bg-gray h2,
.bg-gray h3,
.bg-gray h4,
.bg-gray h5,
.bg-gray h6,
.bg-gray p,
.bg-gray li {
  color: #fff;
}
.bg-gray i,
.bg-gray span.b-icon {
  color: #fff;
}
.bg-gray a {
  color: #701d46;
}
.bg-gray a:hover {
  color: #701d46;
  text-decoration: underline;
}
.bg-gray ul li a {
  color: #701d46;
}
.bg-gray ul li:before {
  color: #787872;
}
.bg-gray hr {
  border-top-color: #fff;
}
.bg-gray .btn {
  text-decoration: none;
}
.bg-gray .btn:not(.btn-line) {
  color: #787872;
}
.bg-gray .btn:hover {
  text-decoration: none;
}
.bg-gray .btn i,
.bg-gray .btn span.b-icon {
  color: inherit !important;
}
.bg-gray .btn.btn-default {
  color: #787872;
  background-color: #fff;
  outline-color: #fff;
  border-color: #fff;
}
.bg-gray .btn.btn-default:hover,
.bg-gray .btn.btn-default:focus {
  color: #fff;
  background: #787872;
  border: 1px solid #fff;
}
.bg-gray .btn.btn-default:hover:before,
.bg-gray .btn.btn-default:focus:before {
  color: #787872;
}
.bg-gray .btn.btn-default:hover:after,
.bg-gray .btn.btn-default:focus:after {
  color: #787872;
}
.bg-gray .btn.btn-default.btn-line {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.bg-gray .btn.btn-default.btn-line:before {
  color: #fff;
}
.bg-gray .btn.btn-default.btn-line:hover,
.bg-gray .btn.btn-default.btn-line:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-gray .btn.btn-default.btn-line:hover:before,
.bg-gray .btn.btn-default.btn-line:focus:before {
  color: #fff;
}
.bg-gray .btn.btn-default.btn-line:hover:after,
.bg-gray .btn.btn-default.btn-line:focus:after {
  color: #fff;
}
.bg-white-clip {
  border-color: #000;
  background: #fff;
  color: #000;
  background-clip: padding-box;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  padding-top: 25px;
  padding-bottom: 25px;
}
.bg-white-clip .hr-row .column {
  border-color: #000;
}
.bg-white-clip h1,
.bg-white-clip h2,
.bg-white-clip h3,
.bg-white-clip h4,
.bg-white-clip h5,
.bg-white-clip h6,
.bg-white-clip p,
.bg-white-clip li {
  color: #000;
}
.bg-white-clip i,
.bg-white-clip span.b-icon {
  color: #000;
}
.bg-white-clip a {
  color: #701d46;
}
.bg-white-clip a:hover {
  color: #701d46;
  text-decoration: underline;
}
.bg-white-clip ul li a {
  color: #701d46;
}
.bg-white-clip ul li:before {
  color: #fff;
}
.bg-white-clip hr {
  border-top-color: #000;
}
.bg-white-clip .btn {
  text-decoration: none;
}
.bg-white-clip .btn:not(.btn-line) {
  color: #fff;
}
.bg-white-clip .btn:hover {
  text-decoration: none;
}
.bg-white-clip .btn i,
.bg-white-clip .btn span.b-icon {
  color: inherit !important;
}
.bg-white-clip .btn.btn-default {
  color: #fff;
  background-color: #000;
  outline-color: #000;
  border-color: #000;
}
.bg-white-clip .btn.btn-default:hover,
.bg-white-clip .btn.btn-default:focus {
  color: #000;
  background: #fff;
  border: 1px solid #000;
}
.bg-white-clip .btn.btn-default:hover:before,
.bg-white-clip .btn.btn-default:focus:before {
  color: #fff;
}
.bg-white-clip .btn.btn-default:hover:after,
.bg-white-clip .btn.btn-default:focus:after {
  color: #fff;
}
.bg-white-clip .btn.btn-default.btn-line {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.bg-white-clip .btn.btn-default.btn-line:before {
  color: #000;
}
.bg-white-clip .btn.btn-default.btn-line:hover,
.bg-white-clip .btn.btn-default.btn-line:focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-white-clip .btn.btn-default.btn-line:hover:before,
.bg-white-clip .btn.btn-default.btn-line:focus:before {
  color: #000;
}
.bg-white-clip .btn.btn-default.btn-line:hover:after,
.bg-white-clip .btn.btn-default.btn-line:focus:after {
  color: #000;
}
.bg-primary {
  border-color: #fff;
  background: #701d46;
  color: #fff;
}
.bg-primary .hr-row .column {
  border-color: #fff;
}
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-primary p,
.bg-primary li {
  color: #fff;
}
.bg-primary i,
.bg-primary span.b-icon {
  color: #fff;
}
.bg-primary a {
  color: #0d0e14;
}
.bg-primary a:hover {
  color: #0d0e14;
  text-decoration: underline;
}
.bg-primary ul li a {
  color: #0d0e14;
}
.bg-primary ul li:before {
  color: #701d46;
}
.bg-primary hr {
  border-top-color: #fff;
}
.bg-primary .btn {
  text-decoration: none;
}
.bg-primary .btn:not(.btn-line) {
  color: #701d46;
}
.bg-primary .btn:hover {
  text-decoration: none;
}
.bg-primary .btn i,
.bg-primary .btn span.b-icon {
  color: inherit !important;
}
.bg-primary .btn.btn-default {
  color: #701d46;
  background-color: #fff;
  outline-color: #fff;
  border-color: #fff;
}
.bg-primary .btn.btn-default:hover,
.bg-primary .btn.btn-default:focus {
  color: #fff;
  background: #701d46;
  border: 1px solid #fff;
}
.bg-primary .btn.btn-default:hover:before,
.bg-primary .btn.btn-default:focus:before {
  color: #701d46;
}
.bg-primary .btn.btn-default:hover:after,
.bg-primary .btn.btn-default:focus:after {
  color: #701d46;
}
.bg-primary .btn.btn-default.btn-line {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.bg-primary .btn.btn-default.btn-line:before {
  color: #fff;
}
.bg-primary .btn.btn-default.btn-line:hover,
.bg-primary .btn.btn-default.btn-line:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-primary .btn.btn-default.btn-line:hover:before,
.bg-primary .btn.btn-default.btn-line:focus:before {
  color: #fff;
}
.bg-primary .btn.btn-default.btn-line:hover:after,
.bg-primary .btn.btn-default.btn-line:focus:after {
  color: #fff;
}
.bg-center {
  background-position: center center !important;
}
.bg-repeat-vert {
  background-size: 100%;
  background-repeat: repeat-y;
}
.bg-cover {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-fixed {
  background-attachment: fixed;
}
.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 a:hover + ul,
.nav li a:focus + ul,
.nav li a:active + ul {
  display: block;
}
.nav li:hover ul,
.nav li:focus ul,
.nav li:active ul {
  display: block;
}
#top-nav,
#main-nav {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-transform: normal;
  border: 0px solid;
  position: relative;
  z-index: 6;
}
#top-nav > div.container,
#main-nav > div.container {
  max-width: 100%;
}
#top-nav {
  background: #701d46;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #fff;
  width: auto;
  text-align: right;
}
#top-nav .menu-top-menu-container {
  width: auto;
  vertical-align: middle;
  display: inline-block;
  float: none;
}
#top-nav #menu-top-menu {
  width: auto;
  vertical-align: middle;
  display: inline-block;
  float: none;
}
#top-nav ul.nav li a {
  display: inline-block;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  color: #fff;
  padding: .5em;
}
#top-nav .social-links {
  display: inline-block;
  margin-left: 1em;
}
#top-nav .social-links .social-link {
  background: #701d46;
  border-left-color: #701d46;
  border-right-color: #701d46;
}
#top-nav .social-links .social-link:before {
  border-bottom-color: #701d46;
}
#top-nav .social-links .social-link:after {
  border-top-color: #701d46;
}
#top-nav .social-links .social-link i {
  color: #fff;
}
#top-nav .social-links .social-link:hover,
#top-nav .social-links .social-link:focus,
#top-nav .social-links .social-link:active {
  background: #fff;
  border-left-color: #fff;
  border-right-color: #fff;
}
#top-nav .social-links .social-link:hover:before,
#top-nav .social-links .social-link:focus:before,
#top-nav .social-links .social-link:active:before {
  border-bottom-color: #fff;
}
#top-nav .social-links .social-link:hover:after,
#top-nav .social-links .social-link:focus:after,
#top-nav .social-links .social-link:active:after {
  border-top-color: #fff;
}
#top-nav .social-links .social-link:hover i,
#top-nav .social-links .social-link:focus i,
#top-nav .social-links .social-link:active i {
  color: #701d46;
}
#main-nav {
  z-index: 9;
  background: #fff;
  font-size: 1em;
  font-weight: 700;
  font-style: normal;
  line-height: .9;
  text-align: left;
  position: relative;
}
#main-nav .container {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  #main-nav {
    font-size: 1em;
  }
}
#main-nav .brand-container {
  display: inline-block;
  vertical-align: middle;
  float: left;
}
#main-nav .brand-container a.navbar-brand {
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
  margin: 0px;
}
#main-nav .brand-container a.navbar-brand #logo {

  height: 96px;
  width: 118px;
  position: relative;
  background: url('../images/HG_Title_Agency_Logo_96.png'), rgba(13, 14, 20, 0);
  background-size: cover;
  display: block;
}
@media (max-width: 1199px) {
  #main-nav .brand-container a.navbar-brand #logo {
    height: 72px;
    width: 89px;
  }
}
@media (max-width: 991px) {
  #main-nav .brand-container a.navbar-brand #logo {
    height: 48px;
    width: 59px;
  }
}
#main-nav .navbar-collapse {
  width: 100%;
  text-align: left;
  position: relative;
  display: inline-block;
  float: right;
}
#main-nav .navbar-collapse .menu-main-menu-container {
  display: inline-block;
  width: 100%;
  text-align: right;
}
#main-nav li a {
  display: inline-block;
  width: 100%;
}
#main-nav #menu-main-menu {
  position: relative;
  display: inline-block;
  text-align: left;
  /*     > li:hover ul { visibility: visible; max-height:@sub-menu-transition-max-height;} */
  /*     > li a:hover + ul { visibility: visible; max-height:@sub-menu-transition-max-height;} */
}
#main-nav #menu-main-menu > li {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: Normal;
}
@media (max-width: 1199px) {
}
#main-nav #menu-main-menu > li > a:before {
  /* 
          display: inline-block;
          vertical-align: middle;
          color: @main-nav-color;
          margin-left: (-2 * @main-nav-top-level-pad);
          padding: 0px @main-nav-top-level-pad;
          content: '|'; */
}
#main-nav #menu-main-menu > li:before {
  /*         height: @main-nav-height;
        display: inline-block;
        vertical-align: middle;
        margin: 0px;
        content: ''; 

        @media (max-width: @screen-md-max) {
          height: @main-nav-adjusted-height;
        } */
}
#main-nav #menu-main-menu > li > ul {
  display: block;
  visibility: hidden;
  overflow: hidden;
  transform-origin: 50% 0;
  transform: rotateX(-90deg);
  transition: transform 0.25s ease-in-out;
  left: 50%;
  margin-left: -112.5px;
  top: 96px;
  width: 250px;
  box-shadow: 1px 4px 3px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1199px) {
  #main-nav #menu-main-menu > li > ul {
    top: 72px;
    width: 225px;
    margin-left: -101.25px;
  }
}
#main-nav #menu-main-menu > li > a {
  display: inline-block;
  vertical-align: middle;
  float: none;
  padding: 0.75em 0.75em 0.75em 0.75em;
}
#main-nav #menu-main-menu > li > a {
  color: #777;
}
#main-nav #menu-main-menu > li > a:hover,
#main-nav #menu-main-menu > li > a:focus,
#main-nav #menu-main-menu > li > a:active {
  color: #701d46;
}
#main-nav #menu-main-menu > li > a:hover:before,
#main-nav #menu-main-menu > li > a:focus:before,
#main-nav #menu-main-menu > li > a:active:before {
  color: #701d46;
}
#main-nav #menu-main-menu > li:hover > a,
#main-nav #menu-main-menu > li:focus > a,
#main-nav #menu-main-menu > li:active > a {
  color: #777;
}
#main-nav #menu-main-menu > li:hover > a:hover,
#main-nav #menu-main-menu > li:focus > a:hover,
#main-nav #menu-main-menu > li:active > a:hover,
#main-nav #menu-main-menu > li:hover > a:focus,
#main-nav #menu-main-menu > li:focus > a:focus,
#main-nav #menu-main-menu > li:active > a:focus,
#main-nav #menu-main-menu > li:hover > a:active,
#main-nav #menu-main-menu > li:focus > a:active,
#main-nav #menu-main-menu > li:active > a:active {
  color: #701d46;
}
#main-nav #menu-main-menu > li:hover ul,
#main-nav #menu-main-menu > li a:hover + ul,
#main-nav #menu-main-menu > li:focus ul,
#main-nav #menu-main-menu > li a:focus + ul > li:active ul,
#main-nav #menu-main-menu > li a:active + ul {
  visibility: visible;
  transform: rotateX(0deg);
}
#main-nav li ul {
  padding: 0em 0em;
  background: rgba(13, 14, 20, 0.8);
  font-size: 0.75em;
}
#main-nav li ul li {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#main-nav li ul li:hover,
#main-nav li ul li:focus,
#main-nav li ul li:active {
  color: #701d46;
}
#main-nav li ul li:hover a,
#main-nav li ul li:focus a,
#main-nav li ul li:active a {
  color: #701d46;
}
#main-nav li ul li a {
  width: auto;
  overflow: visible;
  padding: 1.5em 2em;
  color: #fff;
}
#main-nav li ul li a:hover,
#main-nav li ul li a:focus,
#main-nav li ul li a:active {
  color: #701d46;
}
#main-nav li ul li a:before {
  transition: margin-left 0.5s;
}
#main-nav li ul li:first-child {
  border-top: 0px solid transparent;
}
#main-nav li ul li a:hover:before,
#main-nav li ul li:hover a:before,
#main-nav li ul li a:active:before,
#main-nav li ul li:active a:before,
#main-nav li ul li a:focus:before,
#main-nav li ul li:focus a:before {
  margin-left: 82%;
}
#main-nav li ul li a:hover:after,
#main-nav li ul li:hover a:after,
#main-nav li ul li a:active:after,
#main-nav li ul li:active a:after,
#main-nav li ul li a:focus:after,
#main-nav li ul li:focus a:after {
  transform: translateX(-19.5%);
}
#main-nav li ul li {
  vertical-align: top;
  overflow: hidden;
}
#main-nav li ul li a:after {
  font-family: 'ICO';
  color: #fff;
  display: inline-block;
  position: absolute;
  content: '';
  z-index: -1;
  font-size: 20em;
  line-height: 0px;
  transform: translateX(-101%);
  height: 0em;
  width: 1em;
  left: 0px;
  top: 53%;
  margin-top: 0;
  transition: transform 0.35s ease-out;
}
article.home-page {
  margin-top: -96px;
}
article.home-page section p:empty {
  display: none;
}
.heading-wrap {
  background: url(../images/basic-header.jpg);
  z-index: 2;
  border-color: #fff;
  color: #fff;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
}
.heading-wrap .hr-row .column {
  border-color: #fff;
}
.heading-wrap:before {
  z-index: -1;
  position: absolute;
  background: rgba(0, 0, 0, 0);
  opacity: .75;
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
}
.heading-wrap h1,
.heading-wrap h2,
.heading-wrap h3,
.heading-wrap h4,
.heading-wrap h5,
.heading-wrap h6,
.heading-wrap p,
.heading-wrap li {
  color: #fff;
}
.heading-wrap i,
.heading-wrap span.b-icon {
  color: #fff;
}
.heading-wrap a {
  color: #fff;
}
.heading-wrap a:hover {
  color: #fff;
  text-decoration: underline;
}
.heading-wrap ul li a {
  color: #fff;
}
.heading-wrap ul li:before {
  color: #0d0e14;
}
.heading-wrap hr {
  border-top-color: #fff;
}
.heading-wrap .btn {
  text-decoration: none;
  color: #0d0e14;
}
.heading-wrap .btn:hover {
  text-decoration: none;
}
.heading-wrap .btn i,
.heading-wrap .btn span.b-icon {
  color: inherit !important;
}
.heading-wrap .btn.btn-default {
  color: #0d0e14;
  background-color: #fff;
  outline-color: #fff;
  border-color: #fff;
}
.heading-wrap .btn.btn-default:hover,
.heading-wrap .btn.btn-default:focus {
  color: #fff;
  background: #0d0e14;
  border: 1px solid #fff;
}
.heading-wrap .btn.btn-default:hover:before,
.heading-wrap .btn.btn-default:focus:before {
  color: #0d0e14;
}
.heading-wrap .btn.btn-default:hover:after,
.heading-wrap .btn.btn-default:focus:after {
  color: #0d0e14;
}
.heading-wrap .btn.btn-default.btn-line {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.heading-wrap .btn.btn-default.btn-line:before {
  color: #fff;
}
.heading-wrap .btn.btn-default.btn-line:hover,
.heading-wrap .btn.btn-default.btn-line:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.heading-wrap .btn.btn-default.btn-line:hover:before,
.heading-wrap .btn.btn-default.btn-line:focus:before {
  color: #fff;
}
.heading-wrap .btn.btn-default.btn-line:hover:after,
.heading-wrap .btn.btn-default.btn-line:focus:after {
  color: #fff;
}
.heading-wrap .btn.btn-primary {
  color: #fff;
}
.heading-wrap .btn.btn-primary:hover,
.heading-wrap .btn.btn-primary:focus {
  background: #701d46;
  color: #fff;
  border-color: #fff;
  border: 1px solid #fff;
}
.heading-wrap .btn.btn-primary:hover:before,
.heading-wrap .btn.btn-primary:focus:before {
  color: #fff;
}
.heading-wrap .btn.btn-primary:hover:after,
.heading-wrap .btn.btn-primary:focus:after {
  color: #fff;
}
.heading-wrap h1 {
  font-weight: 700;
  font-size: 4.5em;
  margin-bottom: 0px;
  line-height: .8em;
}
.heading-wrap h2 {
  text-transform: uppercase;
  font-weight: 500;
  color: #701d46;
  font-size: 3em;
  line-height: .8em;
  margin-bottom: 0;
}
.heading-wrap p {
  margin-top: .5em;
  margin-left: -0.25em;
  margin-bottom: 0;
}
.heading-wrap .btn {
  margin-top: 0px;
  padding: .25em .75em;
  font-size: 1em;
  display: inline-block;
}
.heading-wrap .heading-row > div {
  background: #fff;
}
@media (max-width: 992px) {
  .heading-wrap .heading-row > div {
    font-size: .75em;
    padding: 1.5em;
  }
}
@media (min-width: 992px) {
  .heading-wrap {
    min-height: 600px;
    margin-top: -96px;
    display: flex;
    align-items: flex-end;
  }
  .heading-wrap .heading-row > div {
    background: #fff;
    padding: 3em;
    max-width: 60%;
    width: auto !important;
    display: inline-block;
    float: none;
  }
}
.heading-wrap .heading-row {
  padding-top: 3em;
}
.heading-wrap .heading-row .page-desc {
  padding-left: .25em;
  padding-right: .25em;
  font-size: 1.25em;
  letter-spacing: .025em;
}
.heading-wrap .breadcrumb-row a {
  color: #701d46;
}
.heading-wrap .breadcrumb-row a:hover {
  color: ligthen(#701d46, 30%);
}
.heading-wrap .breadcrumb-row .breadCrumb {
  margin-top: 2em;
  background: #060814;
  display: inline-block;
  padding: 10px;
}
.single-format-standard .heading-row h1 {
  font-size: 2.5em;
}
.promoHeading.category .heading-wrap {
  min-height: 400px;
}
i.b-icon,
span.b-icon {
  font-family: "ICO";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1em;
  width: auto;
  position: relative;
  height: auto;
  margin-bottom: .25em;
}
i.b-icon:before,
span.b-icon:before {
  line-height: 1em;
  font-size: 1em;
  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";
}
.b-icon.icon-2x {
  font-size: 2em;
}
.b-icon.icon-3x {
  font-size: 3em;
}
.b-icon.icon-4x {
  font-size: 4em;
}
.b-icon.icon-5x {
  font-size: 5em;
}
.history-page .pt-image {
  width: 100%;
}
.pt-image {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.pt-image img {
  max-width: 100%;
}
.pt-image.row {
  display: block;
  width: 100%;
  text-align: center;
}
.pt-image.full-width {
  display: block;
  width: 100%;
  text-align: center;
}
.pt-image.full-width img {
  display: inline-block;
  float: none;
  max-width: 100%;
}
.pt-image.circle-image {
  width: 300px;
  height: 0px;
  padding: 0px 10px 280px 10px;
  overflow: hidden;
  box-sizing: border-box;
  border: 10px solid #fff;
  border-radius: 50%;
  position: relative;
}
.pt-image.circle-image img {
  position: absolute;
  height: 102%;
  top: -2px;
  width: auto;
  left: -2px;
}
img.alignright {
  float: right;
  margin-left: 1em;
  display: inline-block;
}
img.alignleft {
  float: right;
  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;
}
.text-icon-cols {
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-widtH: 992px) {
  .text-icon-cols {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.text-icon-cols .text-col {
  padding-top: 25px;
  padding-bottom: 25px;
}
.text-icon-cols .icon-col {
  padding-top: 25px;
  padding-bottom: 25px;
}
.text-img-cols .img-col {
  display: flex;
  align-items: flex-end;
}
.text-img-cols .text-col {
  display: flex;
  align-items: center;
}
.split-cta .text-col {
  border-right: 1px solid;
  padding-top: 25px;
  padding-bottom: 25px;
}
.split-cta .text-col:last-child {
  border-right: 0px;
}
@media (max-width: 992px) {
  .split-cta .text-col {
    border-bottom: 1px solid;
    border-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .split-cta .text-col:last-child {
    border-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .split-cta .text-col {
    padding-left: 50px;
    padding-right: 50px;
  }
  .split-cta .text-col > .row {
    margin-left: -50px;
    margin-right: -50px;
  }
  .split-cta .text-col:first-child {
    padding-left: 25px;
  }
  .split-cta .text-col:last-child {
    border-right: 0px;
    padding-right: 25px;
  }
}
#tinymce span.fakeHeading,
.fakeHeading {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
  line-height: .925em;
}
@media (max-width: 992px) {
  #tinymce span.fakeHeading,
  .fakeHeading {
    display: inline-block;
    width: 100%;
  }
}
.price-block {
  text-align: center;
  font-size: 1.5em;
}
.price-block h2,
.price-block h3,
.price-block h4 {
  width: 100%;
}
.price-block p {
  width: 100%;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
}
.price-block p span.superPrice {
  width: 100%;
  font-weight: 900;
  display: inline-block;
  font-size: 3em;
  line-height: .8em;
}
span.superPrice {
  width: 100%;
  font-weight: 900;
  display: inline-block;
  font-size: 3em;
  line-height: .8em;
  color: inherit;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.bg-gray span.superPrice,
.bg-black span.superPrice {
  width: 100%;
  font-weight: 900;
  display: inline-block;
  font-size: 3em;
  line-height: .8em;
  color: #701d46;
}
.bg-gray p + span.superPrice,
.bg-black p + span.superPrice {
  margin-top: 5px;
}
#tinymce span.superPrice {
  color: #701d46;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
}
#tinymce span.newsDate,
span.newsDate {
  padding: 10px 15px;
  width: auto;
  display: inline-block;
  background: #060814;
  color: #701d46;
  font-size: 1.5em;
  font-weight: 900;
  font-style: normal;
  font: "Lato", Helvetica, Arial, sans-serif;
}
.post-listing {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.post-listing .post-edit-link {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  padding: 5px 10px;
  background: #701d46;
  color: #fff;
}
.post-listing .feat-img {
  display: inline-block;
  float: left;
  width: 25%;
  height: auto;
}
.post-listing .feat-img + .article-obj {
  float: left;
  padding-left: 50px;
  display: inline-block;
  width: 75%;
}
.post-listing .article-obj {
  float: left;
  padding-left: 50px;
  display: inline-block;
  width: 100%;
}
.single-post > .featured-image {
  max-width: 320px;
  height: auto;
  display: inline-block;
  float: left;
  margin-right: 50px;
  margin-bottom: 50px;
}
.t-primary {
  color: #701d46;
}
.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-secondary {
  color: #701d46;
}
.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;
}
.gallery-col {
  text-align: center;
}
iframe {
  max-width: 100%;
}
div.col-md-6 iframe {
  margin-top: 20px;
}
.video-container {
  margin-top: .5em;
  margin-bottom: .5em;
  height: 0px;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.video-container iframe {
  margin-top: 0px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100%;
}
.walkthrough {
  padding: 0px;
  z-index: 1;
}
.walkthrough h2 {
  width: 100%;
  margin-top: 25px;
  text-shadow: 0px 0px 23px rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 4;
}
.walkthrough .walkthrough p:last-child {
  margin-bottom: 0px !important;
}
.walkthrough iframe {
  max-width: 100%;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .md-flex-row-center .column ~ .column,
  .md-flex-row-stretch .column ~ .column {
    margin-top: 15px;
  }
  .md-flex-row-center .column ~ .column.border-right,
  .md-flex-row-stretch .column ~ .column.border-right {
    margin-top: 0px;
  }
}
.hr-row .column {
  padding-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
}
@media (min-width: 992px) {
  .hr-row .column {
    margin-bottom: 25px;
    padding-top: 25px;
  }
}
@media (max-width: 992px) {
  section.price-grid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  section.price-grid-full {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  section.price-grid-full .text-icon-cols {
    text-align: center;
    padding: 35px 25px;
  }
}
#top-nav ul.nav li.btn-primary a:hover {
  color: #701d46;
}
@media (min-width: 768px) {
  .race-info-row {
    display: flex;
    align-items: flex-end;
  }
}
.race-info-row .circle-img {
  max-width: 280px;
  display: inline-block;
  border: 5px solid #fff;
  border-radius: 100%;
}
footer {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
}
footer ul {
  padding-left: 0px;
  list-style: none;
}
footer .before-footer {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  border-top: 1px dotted #212433;
  font-weight: 600;
  text-transform: uppercase;
}
footer .before-footer a {
  font-weight: 100;
  color: #fff;
}
footer .before-footer a:hover {
  color: #701d46;
}
footer .before-footer img {
  max-width: 100%;
  padding: 0px 12px;
}
footer .before-footer p {
  margin-top: .125em;
}
footer .before-footer p.company-title {
  font-size: .75em;
  line-height: 1em;
}
footer .center-footer {
  padding-top: 62.5px;
  padding-bottom: 62.5px;
  border-color: #fff;
  background: #0d0e14;
  color: #fff;
}
footer .center-footer ul {
  font-weight: 600;
}
footer .center-footer ul > li {
  margin-bottom: .75em;
}
footer .center-footer ul > li > a {
  border-bottom: 1px solid #fff;
  padding: .5em 0em;
}
footer .center-footer ul ul > li {
  margin-bottom: 0px;
}
footer .center-footer ul ul > li > a {
  font-weight: 400;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  border-bottom: 0px solid transparent;
}
footer .center-footer ul a {
  display: inline-block;
}
footer .center-footer ul li a {
  margin-bottom: .25em;
  width: 100%;
}
footer .center-footer ul ul {
  margin-bottom: 0px;
  font-size: .8em;
  text-transform: none;
  font-weight: 300;
}
footer .center-footer ul ul li a {
  padding: .125em 0em;
}
footer .center-footer .hr-row .column {
  border-color: #fff;
}
footer .center-footer h1,
footer .center-footer h2,
footer .center-footer h3,
footer .center-footer h4,
footer .center-footer h5,
footer .center-footer h6,
footer .center-footer p,
footer .center-footer li {
  color: #fff;
}
footer .center-footer i,
footer .center-footer span.b-icon {
  color: #fff;
}
footer .center-footer a {
  color: #fff;
}
footer .center-footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .center-footer ul li a {
  color: #fff;
}
footer .center-footer ul li:before {
  color: #0d0e14;
}
footer .center-footer hr {
  border-top-color: #fff;
}
footer .center-footer .btn {
  text-decoration: none;
}
footer .center-footer .btn:not(.btn-line) {
  color: #0d0e14;
}
footer .center-footer .btn:hover {
  text-decoration: none;
}
footer .center-footer .btn i,
footer .center-footer .btn span.b-icon {
  color: inherit !important;
}
footer .center-footer .btn.btn-default {
  color: #0d0e14;
  background-color: #fff;
  outline-color: #fff;
  border-color: #fff;
}
footer .center-footer .btn.btn-default:hover,
footer .center-footer .btn.btn-default:focus {
  color: #fff;
  background: #0d0e14;
  border: 1px solid #fff;
}
footer .center-footer .btn.btn-default:hover:before,
footer .center-footer .btn.btn-default:focus:before {
  color: #0d0e14;
}
footer .center-footer .btn.btn-default:hover:after,
footer .center-footer .btn.btn-default:focus:after {
  color: #0d0e14;
}
footer .center-footer .btn.btn-default.btn-line {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
footer .center-footer .btn.btn-default.btn-line:before {
  color: #fff;
}
footer .center-footer .btn.btn-default.btn-line:hover,
footer .center-footer .btn.btn-default.btn-line:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
footer .center-footer .btn.btn-default.btn-line:hover:before,
footer .center-footer .btn.btn-default.btn-line:focus:before {
  color: #fff;
}
footer .center-footer .btn.btn-default.btn-line:hover:after,
footer .center-footer .btn.btn-default.btn-line:focus:after {
  color: #fff;
}
footer .center-footer a {
  color: inherit;
}
footer .center-footer a:hover {
  color: #701d46;
}
@media (max-width: 767px) {
  footer .center-footer {
    text-align: center;
  }
  footer .center-footer .footer-widget-area .widget_nav_menu {
    padding-bottom: .0em;
    padding-top: 0em;
    padding-left: 50px;
    padding-right: 50px;
  }
  footer .center-footer .footer-widget-area .widget_nav_menu ul li {
    margin-top: .5em;
    margin-bottom: .5em;
  }
}
@media (max-width: 992px) {
  footer .center-footer {
    display: none;
  }
}
footer .after-footer {
  padding-top: 25px;
  padding-bottom: 25px;
  border-color: #fff;
  background: #0d0e14;
  color: #fff;
  border-top: 1px solid #fff;
  font-size: .6em;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
footer .after-footer .hr-row .column {
  border-color: #fff;
}
footer .after-footer h1,
footer .after-footer h2,
footer .after-footer h3,
footer .after-footer h4,
footer .after-footer h5,
footer .after-footer h6,
footer .after-footer p,
footer .after-footer li {
  color: #fff;
}
footer .after-footer i,
footer .after-footer span.b-icon {
  color: #fff;
}
footer .after-footer a {
  color: #fff;
}
footer .after-footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .after-footer ul li a {
  color: #fff;
}
footer .after-footer ul li:before {
  color: #0d0e14;
}
footer .after-footer hr {
  border-top-color: #fff;
}
footer .after-footer .btn {
  text-decoration: none;
}
footer .after-footer .btn:not(.btn-line) {
  color: #0d0e14;
}
footer .after-footer .btn:hover {
  text-decoration: none;
}
footer .after-footer .btn i,
footer .after-footer .btn span.b-icon {
  color: inherit !important;
}
footer .after-footer .btn.btn-default {
  color: #0d0e14;
  background-color: #fff;
  outline-color: #fff;
  border-color: #fff;
}
footer .after-footer .btn.btn-default:hover,
footer .after-footer .btn.btn-default:focus {
  color: #fff;
  background: #0d0e14;
  border: 1px solid #fff;
}
footer .after-footer .btn.btn-default:hover:before,
footer .after-footer .btn.btn-default:focus:before {
  color: #0d0e14;
}
footer .after-footer .btn.btn-default:hover:after,
footer .after-footer .btn.btn-default:focus:after {
  color: #0d0e14;
}
footer .after-footer .btn.btn-default.btn-line {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
footer .after-footer .btn.btn-default.btn-line:before {
  color: #fff;
}
footer .after-footer .btn.btn-default.btn-line:hover,
footer .after-footer .btn.btn-default.btn-line:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
footer .after-footer .btn.btn-default.btn-line:hover:before,
footer .after-footer .btn.btn-default.btn-line:focus:before {
  color: #fff;
}
footer .after-footer .btn.btn-default.btn-line:hover:after,
footer .after-footer .btn.btn-default.btn-line:focus:after {
  color: #fff;
}
footer .after-footer i,
footer .after-footer span.b-icon {
  color: #0d0e14;
}
footer .after-footer a {
  color: inherit;
}
footer .after-footer a:hover {
  color: #701d46;
}
footer .after-footer .logo-link #footer-logo {
  height: 96px;
  width: 175px;
  position: relative;
  background: url('../images/logo3x.png'), #0d0e14;
  background: url('../images/logo.svg'), #0d0e14;
  background-size: cover;
  display: block;
}
footer .after-footer .col-2 {
  text-align: right;
}
@media (min-width: 1200px) {
  footer .after-footer .logo-container {
    width: auto;
  }
  footer .after-footer .col-1 {
    float: left;
    width: auto;
  }
  footer .after-footer .col-2 {
    float: right;
    width: auto;
  }
  footer .after-footer .social-links {
    float: right;
    width: auto;
  }
}
@media (max-width: 992px) {
  footer .after-footer .logo-link {
    display: inline-block;
  }
  footer .after-footer .logo-container {
    text-align: center;
    float: left;
    width: 100%;
  }
  footer .after-footer .col-1,
  footer .after-footer .col-2 {
    text-align: center;
    margin-bottom: .5em;
    margin-top: .5em;
    width: 100%;
  }
  footer .after-footer .col-1 {
    float: right;
  }
  footer .after-footer .col-2 {
    float: left;
  }
  footer .after-footer .social-links {
    text-align: center;
    float: right;
    width: 100%;
  }
}
.page-template-page-sidebar #content #article-content ul a {
  font-size: 1.125em;
  color: #0d0e14;
  padding-bottom: .25em;
  padding-top: .25em;
  text-decoration: underline;
}
.page-template-page-sidebar #content #article-content ul a:hover {
  color: #701d46;
  text-decoration: underline;
}
.page-template-page-sidebar #content article #article-content a.btn {
  margin-top: 0;
  margin-bottom: 14.28571429px;
}
#sidebar {
  padding-bottom: 1em;
}
#sidebar aside {
  border-left: 1px solid #0d0e14;
  width: 100%;
}
#sidebar ul li {
  padding: 0px;
}
#sidebar ul li:before {
  display: none;
}
#sidebar a {
  text-decoration: none;
}
#sidebar .widget_nav_menu {
  padding-top: 0px;
  padding-bottom: 0px;
}
#sidebar h4 {
  padding: .25em .25em;
  border-bottom: 1px solid #0d0e14;
  margin-bottom: 0px;
}
#sidebar ul {
  list-style: none;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}
#sidebar ul li a {
  text-decoration: none ;
  color: #0d0e14;
  padding: .25em .5em;
  width: 100%;
  display: block;
  border-bottom: 1px solid #0d0e14;
}
#sidebar ul li a:hover {
  color: #701d46;
}
#sidebar section > div > ul.menu > li > a {
  font-weight: 600;
}
#sidebar .cta-widget {
  border-top: 1px solid #060814;
  border-right: 1px solid #060814;
  border-bottom: 1px solid #060814;
  padding: 1.5em ;
}
#sidebar .cta-widget h4 {
  padding: 0;
  max-width: 75%;
  margin-top: .5em;
  border-bottom: 0px;
}
#sidebar .cta-widget .btn {
  margin-bottom: .5em;
}
/* 3RD TIER PAGE TEMPLATE */
.page-template-page-sidebar article #content ul {
  margin-left: 10px;
}
.page-template-page-sidebar article #content h3,
.page-template-page-sidebar article #content h4 {
  clear: left;
}
.page-template-page-sidebar article #content hr {
  padding-top: 2em;
  margin-bottom: 2em;
  border: 0;
  border-bottom: 1px solid #ccc;
}
.page-template-page-sidebar article #content .bg-cover {
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
}
/* TESTIMONIALS */
.testimonials-page .border-all strong {
  display: block;
  clear: both;
  margin-top: .75em;
}
#searchform {
  display: table-row;
  display: flex;
  align-items: center;
  padding: 0px 5px 0px 0px;
}
#searchform input {
  width: 100%;
}
#searchform #searchsubmit {
  margin-top: 0px;
}
#searchform #searchsubmit:after {
  display: none;
}
#wrap {
  z-index: 1;
}
@media screen and (max-width: 782px) {
}
@media (max-width: 992px) {
  #main-nav #navbar {
    display: none !important;
  }
  #main-nav {
    background: #fff;
  }
}
@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: 1px;
  right: 20px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  color: #000;
  background: #fff;
  padding: 16px;
  line-height: 14px !important;
  z-index: 288;
  transform: translateZ(0);
}
@media (min-width: 768px) {
  #mobile-trigger {
    position: fixed;
    right: calc((((100% - 740px) * .5) + 15px)) !important;
  }
}
#scrollLock {
  display: block;
  position: fixed;
  width: 100%;
  height: 0;
  z-index: 200;
  top: 0;
  left: 0;
  background: #fff;
  opacity: .0;
  visibility: hidden;
  transition: opacity 0.125s;
}
#scrollLock.scrollLock {
  opacity: .75;
  height: 100%;
  visibility: visible;
}
#scrollLockModal {
  display: block;
  position: fixed;
  width: 100%;
  height: 0;
  z-index: 400;
  top: 0;
  left: 0;
  background: #fff;
  opacity: .0;
  visibility: hidden;
  transition: opacity 0.125s;
}
#scrollLockModal.scrollLock {
  opacity: .75;
  height: 100%;
  visibility: visible;
}
body.scrollLock {
  overflow: hidden;
  min-height: 5000%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0px;
}
.mobile-menu {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  display: block;
  width: 300px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0px;
  right: -300px;
  z-index: 300;
  transition: transform 0.125s, right 0.125s;
  line-height: .95em;
  font-size: 1em;
  background: #fff;
  transform: translateZ(0);
}
.mobile-menu.open {
  right: 0px;
}
.mobile-menu .submenuHeading {
  width: 100%;
  color: #701d46;
  padding: 0.5em;
  background: #e6e6e6;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #000000;
}
.mobile-menu nav#mobile-menu-nav {
  height: 100%;
  max-height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  border-left: 2px solid #000;
}
.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 {
  padding-left: 1.25em;
  padding-right: 0.5em;
  position: relative;
  border-bottom: 1px solid #000000;
  padding-top: .125em;
  padding-bottom: .125em;
  vertical-align: middle;
}
.mobile-menu nav#mobile-menu-nav ul.menu li.menu-item-has-children {
  position: relative;
}
.mobile-menu nav#mobile-menu-nav ul.menu li a {
  color: #000;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  line-height: 1em;
  width: 100%;
  display: inline-block;
  text-transform: none;
  vertical-align: bottom;
  font-weight: 100;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.mobile-menu nav#mobile-menu-nav ul.menu li a i {
  font-size: .8em;
  margin-left: -0.625em;
  margin-right: 0.625em;
  margin-bottom: 0px;
}
.mobile-menu nav#mobile-menu-nav ul.menu li a i.fa {
  font-size: 1em;
}
.mobile-menu nav#mobile-menu-nav ul.menu li.minor a {
  font-weight: 100;
}
.mobile-menu nav#mobile-menu-nav ul.menu li a.main-item {
  width: 225px;
}
.mobile-menu nav#mobile-menu-nav ul.menu li a.main-item + a.submenulink {
  width: 40px;
  border-left: 1px dotted #000;
  padding-left: 10px;
  text-align: center;
  cursor: pointer;
}
.mobile-menu nav#mobile-menu-nav ul.menu li a.main-item + a.submenulink i {
  float: none !important;
  margin: 0px 0px 0px 0px;
}
.mobile-menu nav#mobile-menu-nav ul.menu li a.submenulink.open + ul.sub-menu {
  right: 0px;
}
.mobile-menu nav#mobile-menu-nav ul.menu li ul.sub-menu {
  padding-left: 0px;
  padding-right: 0px;
  list-style: none;
  margin: 0px 0px 0px 0px;
  position: fixed;
  top: 0px;
  text-align: left;
  width: 280px;
  right: -290px;
  border-left: 2px solid #000;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  transform: translateZ(0);
  transition: transform 0.125s, right 0.125s;
  z-index: 400;
}
.mobile-menu nav#mobile-menu-nav ul.menu li ul.sub-menu li a.submenulink {
  text-align: center;
}
.mobile-menu nav#mobile-menu-nav ul.menu li ul.sub-menu li a.submenulink i {
  margin-left: 0px;
  margin-right: 0px;
  font-size: 1em;
}
.mobile-menu nav#mobile-menu-nav ul.menu li ul.sub-menu li ul.sub-menu {
  padding-left: 0px;
  padding-right: 0px;
  list-style: none;
  margin: 0px 0px 0px 0px;
  position: fixed;
  top: 0px;
  width: 260px;
  right: -270px;
  border-left: 2px solid #000;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  transform: translateZ(0);
  transition: transform 0.125s, right 0.125s;
  z-index: 400;
}
.mobile-menu #mobile-trigger-inside,
.mobile-menu a.submenulink.back,
.mobile-menu a.submenulink {
  display: inline-block;
  color: #000;
  background: #fff;
  width: 100%;
  padding: 0.5em 0;
  box-sizing: border-box;
}
.mobile-menu #mobile-trigger-inside i,
.mobile-menu a.submenulink.back i,
.mobile-menu a.submenulink i {
  margin-left: 0px;
  margin-right: 0px;
}
.mobile-menu #mobile-trigger-inside,
.mobile-menu a.submenulink.submenuback {
  border-bottom: 1px solid #000;
  height: 40px;
  text-align: right !important;
  font-weight: 100;
  width: 100%;
  padding: 0.5em;
  line-height: 1.25em;
}
.mobile-menu #mobile-trigger-inside i,
.mobile-menu a.submenulink.submenuback i {
  float: left;
  font-size: 1em !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.mobile-menu nav#mobile-menu-nav ul.menu li a.submenulink.half-menu-item {
  width: 50px;
  position: absolute;
  right: 0;
  background: transparent;
  color: #000;
  top: 0;
}
.mobile-menu nav#mobile-menu-nav ul.menu li a.submenulink.main-item {
  font-weight: 100;
  color: #000;
  background: #fff;
  vertical-align: bottom;
}
#mobile-menu-nav > ul.menu > li {
  padding-top: 1px;
  position: relative;
}
#mobile-menu-nav > ul.menu > li:before {
  display: none;
}
.mobile-menu nav#mobile-menu-nav > ul.menu > li > ul.sub-menu > li.link-row span {
  margin-top: .5em;
  display: inline-block;
}
.mobile-menu nav#mobile-menu-nav > ul.menu > li > ul.sub-menu > li.link-row ul.sub-menu {
  z-index: 1;
  display: inline-block;
  position: relative;
  width: 100%;
  color: #000;
  left: 0;
  top: 0;
  border-left: 0px;
}
.mobile-menu nav#mobile-menu-nav > ul.menu > li > ul.sub-menu > li.link-row ul.sub-menu li {
  border-bottom: 0px;
  width: auto;
  float: left;
  padding-left: .25em;
  padding-right: 0.25em;
}
.mobile-menu nav#mobile-menu-nav > ul.menu > li > ul.sub-menu > li.link-row ul.sub-menu li a {
  padding-left: 0px;
  padding-right: 0px;
  font-size: .75em;
}
.mobile-menu nav#mobile-menu-nav > ul.menu > li > ul.sub-menu > li.link-row ul.sub-menu a.submenulink.submenuback {
  display: none;
}
body.css3-animations-enabled .mobile-menu {
  transform: translateX(0px);
}
body.css3-animations-enabled .mobile-menu.open {
  right: -300px;
  transform: translateX(-300px);
}
body.css3-animations-enabled .mobile-menu.open a.submenulink + ul.sub-menu {
  transform: translateX(0px);
  right: -300px;
}
body.css3-animations-enabled .mobile-menu.open a.submenulink.open + ul.sub-menu {
  transform: translateX(-300px);
}
body.css3-animations-enabled .mobile-menu nav#mobile-menu-nav ul.menu li a.submenulink + ul.sub-menu {
  transform: translateX(0px);
  right: -300px;
}
body.css3-animations-enabled .mobile-menu nav#mobile-menu-nav ul.menu li a.submenulink.open + ul.sub-menu {
  transform: translateX(-300px);
}
@media (max-width: 991px) {
  #top-nav {
    display: none;
  }
}
@media (max-width: 991px) {
  body.logged-in.scrollLock {
    top: 46px !important;
  }
  body.logged-in.scrollLock #wpadminbar {
    display: none;
  }
  body.logged-in #mobile-trigger,
  body.logged-in #mobile-menu-container {
    top: 46px;
  }
}
.store-launch {
  display: none !important;
}
.social-links {
  text-align: right;
  font-size: 1em;
}
@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;
  font-size: 16px;
  height: auto;
  width: auto;
  padding: .5em .5em;
  line-height: 1em;
  text-align: center;
  display: inline-block;
  margin-left: 0em;
  margin-right: 0em;
  background: #fff;
  color: #0d0e14;
  position: relative;
}
.social-links .social-link i {
  font-size: 1em;
  width: 1em;
  height: 1em;
}
.social-links .social-link:hover {
  background: #701d46;
  border-left-color: #701d46;
  border-right-color: #701d46;
}
.social-links .social-link:hover i {
  color: #0d0e14;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
  padding-top: 0px;
}
.gform_wrapper ul li.gfield {
  clear: none !important;
}
.gform_wrapper .gform_footer {
  width: 100%;
  padding: 1em 1em;
}
.gform_fields {
  list-style: none;
  padding-left: 0px;
}
.gform_wrapper {
  margin-right: 0px;
  max-width: 100%;
}
.gform_wrapper ul li hr {
  padding: 0px 0px 0px 0px !important;
  margin-top: .5em !important;
  margin-bottom: .5em !important;
}
.gform_wrapper .gform_body ul li {
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}
.gform_wrapper .gform_body ul li:before {
  content: '';
  display: none;
}
.gform_wrapper .gform_body hr + h1,
.gform_wrapper .gform_body hr + h2,
.gform_wrapper .gform_body hr + h3,
.gform_wrapper .gform_body hr + h4,
.gform_wrapper .gform_body hr + h5,
.gform_wrapper .gform_body hr + h6 {
  margin-top: 0.325em;
}
.gform_wrapper .gform_body h1,
.gform_wrapper .gform_body h2,
.gform_wrapper .gform_body h3,
.gform_wrapper .gform_body h4,
.gform_wrapper .gform_body h5,
.gform_wrapper .gform_body h6 {
  font-weight: 700;
  font-size: 1.25em;
}
.gform_wrapper .gform_body h1 + p,
.gform_wrapper .gform_body h2 + p,
.gform_wrapper .gform_body h3 + p,
.gform_wrapper .gform_body h4 + p,
.gform_wrapper .gform_body h5 + p,
.gform_wrapper .gform_body h6 + p {
  margin-top: .5em;
  margin-bottom: 1em;
}
.gform_wrapper .gform_body h1.gsection_title,
.gform_wrapper .gform_body h2.gsection_title,
.gform_wrapper .gform_body h3.gsection_title,
.gform_wrapper .gform_body h4.gsection_title,
.gform_wrapper .gform_body h5.gsection_title,
.gform_wrapper .gform_body h6.gsection_title {
  display: none;
}
.gform_wrapper .gform_body ul.gform_fields {
  margin-left: 0px;
}
.gform_wrapper .gform_body ul.gform_fields li.field_admin_only {
  display: none;
}
.gform_wrapper .gform_body ul.top_label {
  display: inline-block;
  padding-bottom: 1em;
  margin-left: 0px;
}
.gform_wrapper .gform_body ul.top_label li {
  width: 100%;
  display: inline-block;
  margin-top: .5em;
}
.gform_wrapper .gform_body ul.top_label li.xs-half {
  width: 50%;
}
.gform_wrapper .gform_body ul.top_label li.xs-third {
  width: 33.3333%;
}
.gform_wrapper .gform_body ul.top_label li.xs-quarter {
  width: 25%;
}
.gform_wrapper .gform_body ul.top_label li.xs-fifth {
  width: 20%;
}
@media (min-width: 768px) {
  .gform_wrapper .gform_body ul.top_label li.sm-half {
    width: 50%;
  }
  .gform_wrapper .gform_body ul.top_label li.sm-third {
    width: 33.3333%;
  }
  .gform_wrapper .gform_body ul.top_label li.sm-quarter {
    width: 25%;
  }
  .gform_wrapper .gform_body ul.top_label li.sm-fifth {
    width: 20%;
  }
}
@media (min-width: 991px) {
  .gform_wrapper .gform_body ul.top_label li.half {
    width: 50%;
  }
  .gform_wrapper .gform_body ul.top_label li.third {
    width: 33.3333%;
  }
  .gform_wrapper .gform_body ul.top_label li.quarter {
    width: 25%;
  }
  .gform_wrapper .gform_body ul.top_label li.fifth {
    width: 20%;
  }
  .gform_wrapper .gform_body ul.top_label li p {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    margin-top: .5em;
    margin-bottom: .5em;
  }
}
.gform_wrapper .gform_body ul.top_label li.clear-div {
  display: inline-block;
  width: 100%;
  padding-bottom: 1em;
}
.gform_wrapper .gform_body ul.top_label li.sm-clear-div {
  display: none !important;
}
@media (max-width: 991px) {
  .gform_wrapper .gform_body ul.top_label li.sm-clear-div {
    display: inline-block !important;
    width: 100%;
    padding-bottom: 1em;
  }
}
.gform_wrapper .gform_body ul.top_label li.gfield.gsection {
  margin-top: 0px;
  margin-bottom: .5em;
  float: left;
  width: 100%;
  display: inline-block;
  border-bottom: 0px;
}
.gform_wrapper .gform_body ul.top_label li.gfield.gsection h2 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.gform_wrapper .gform_body ul.top_label li img.img-responsive {
  max-width: 100%;
  border-right: 1px solid #000;
  padding: 1em;
}
.gform_wrapper .gform_body ul.top_label li hr {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-top: 0em;
  padding-bottom: 0em;
}
.gform_wrapper .gform_body ul.top_label li ul.gfield_checkbox {
  padding-left: 0px;
}
.gform_wrapper .gform_body ul.top_label li .ginput_container_checkbox {
  margin-top: .5em;
}
.gform_wrapper .gform_body ul.top_label li .ginput_container_checkbox li {
  margin-bottom: 0px;
}
.gform_wrapper .gform_body ul.top_label li input.large,
.gform_wrapper .gform_body ul.top_label li textarea.large,
.gform_wrapper .gform_body ul.top_label li select.large {
  width: 100%;
}
.gform_wrapper .gform_body ul.top_label li .datepicker {
  width: 100%;
}
.gform_wrapper .gform_body ul.top_label li .ginput_container_number {
  width: 150px;
}
.gform_wrapper .gform_body ul.top_label li .ginput_container_number:after {
  display: inline-block;
  content: 'QTY';
  margin-left: 1em;
  font-size: 1em;
  font-weight: normal;
}
.gform_wrapper .gform_body ul.top_label li .ginput_container_number input {
  width: 50px;
}
.gform_wrapper .gform_body ul.top_label li label {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: .25em;
}
.gform_wrapper .gform_body ul.top_label li span label {
  font-size: 1em;
}
.gform_wrapper .gform_body ul.top_label li input:focus {
  outline: none;
  box-shadow: none;
}
.gform_wrapper .gform_body ul.top_label li input:focus::-webkit-input-placeholder {
  color: #aaa;
}
.gform_wrapper .gform_body ul.top_label li input:focus::-moz-placeholder {
  color: #aaa;
}
.gform_wrapper .gform_body ul.top_label li input:focus:-moz-placeholder {
  color: #aaa;
}
.gform_wrapper .gform_body ul.top_label li input:focus:-ms-input-placeholder {
  color: #aaa;
}
.gform_wrapper .gform_body ul.top_label li input::-webkit-input-placeholder {
  color: #aaa;
}
.gform_wrapper .gform_body ul.top_label li input::-moz-placeholder {
  color: #aaa;
}
.gform_wrapper .gform_body ul.top_label li input:-moz-placeholder {
  color: #aaa;
}
.gform_wrapper .gform_body ul.top_label li input:-ms-input-placeholder {
  color: #aaa;
}
.gform_wrapper .gform_body ul.top_label li select {
  padding: .25em;
  font-size: 1em;
}
.gform_wrapper .gform_body ul.top_label li input[type="text"] {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: .25em;
  font-size: 1em;
}
.gform_wrapper .gform_body ul.top_label li input[type="checkbox"],
.gform_wrapper .gform_body ul.top_label li input[type="radio"] {
  margin-top: 0px;
}
.gform_wrapper .gform_body ul.top_label li input[type="checkbox"] + label,
.gform_wrapper .gform_body ul.top_label li input[type="radio"] + label {
  margin-bottom: 0;
  font-size: .8em;
  margin-left: .25em;
  white-space: nowrap;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.gform_wrapper .gform_body ul.top_label li .ginput_container_radio {
  margin-top: 0px;
}
.gform_wrapper .gform_body ul.top_label li ul.gfield_radio li {
  padding-left: 0px;
  display: inline-flex;
  width: auto;
  float: none;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 20px;
}
.gform_wrapper .gform_body ul.top_label li textarea {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: .25em;
  font-size: 1em;
}
.gform_wrapper .gform_body ul.top_label li.hide-sub span label {
  display: none;
}
@media (max-width: 768px) {
  .gform_wrapper .gform_body ul.top_label li ul.gfield_radio li {
    width: 100% ;
  }
}
.gform_wrapper .gform_body ul.top_label li.gfield_error {
  background-color: inherit;
  margin-bottom: 0px !important;
  border-top: 0px;
  border-bottom: 0px;
  padding-top: 0px !important;
}
.gform_wrapper .gform_body ul.top_label li.gfield_error .ginput_container {
  margin-top: 8px !important;
}
.gform_wrapper .gform_body ul.top_label li.gfield_error label.gfield_label {
  margin-top: 0px !important;
}
.gform_wrapper .gform_body ul.top_label li.gfield_error input {
  border: #701d46;
}
.gform_wrapper .gform_body ul.top_label .gfield_description {
  margin-top: 10px;
  padding-top: 0px;
  padding-right: 0px;
  font-weight: 400;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message {
  font-size: .75em;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
  display: inline-block;
  background-color: #701d46;
  border-color: #fff;
  background: #701d46;
  color: #fff;
  margin-top: .5em;
  padding: .125em .5em;
  width: auto;
}
a.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message:hover,
a.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message:focus {
  background-color: #217ba7;
}
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message .hr-row .column {
  border-color: #fff;
}
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message h1,
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message h2,
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message h3,
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message h4,
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message h5,
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message h6,
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message p,
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message li {
  color: #fff;
}
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message i,
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message span.b-icon {
  color: #fff;
}
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message a {
  color: #0d0e14;
}
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message a:hover {
  color: #0d0e14;
  text-decoration: underline;
}
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message ul li a {
  color: #0d0e14;
}
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message ul li:before {
  color: #701d46;
}
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message hr {
  border-top-color: #fff;
}
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message .btn {
  text-decoration: none;
}
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message .btn:not(.btn-line) {
  color: #701d46;
}
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message .btn:hover {
  text-decoration: none;
}
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message .btn i,
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message .btn span.b-icon {
  color: inherit !important;
}
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message .btn.btn-default {
  color: #701d46;
  background-color: #fff;
  outline-color: #fff;
  border-color: #fff;
}
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message .btn.btn-default:hover,
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message .btn.btn-default:focus {
  color: #fff;
  background: #701d46;
  border: 1px solid #fff;
}
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message .btn.btn-default:hover:before,
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message .btn.btn-default:focus:before {
  color: #701d46;
}
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message .btn.btn-default:hover:after,
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message .btn.btn-default:focus:after {
  color: #701d46;
}
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message .btn.btn-default.btn-line {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message .btn.btn-default.btn-line:before {
  color: #fff;
}
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message .btn.btn-default.btn-line:hover,
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message .btn.btn-default.btn-line:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message .btn.btn-default.btn-line:hover:before,
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message .btn.btn-default.btn-line:focus:before {
  color: #fff;
}
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message .btn.btn-default.btn-line:hover:after,
.gform_wrapper .gform_body ul.top_label .gfield_description.validation_message .btn.btn-default.btn-line:focus:after {
  color: #fff;
}
.gform_wrapper .gform_body ul.top_label .main-selection {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.gform_wrapper .gform_body ul.top_label .main-selection label {
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 900;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
  margin-bottom: 0px;
}
.gform_wrapper .gform_body ul.top_label .main-selection label .gfield_required {
  display: none;
}
.gform_wrapper .gform_body ul.top_label .main-selection select {
  font-size: 1.5em;
  vertical-align: middle;
}
.gform_wrapper .gform_body ul.top_label .main-selection .ginput_container_select {
  display: inline-block;
  margin-bottom: 10px;
}
.gform_wrapper .gform_body .gform_hidden label {
  display: none;
}
.gform_wrapper div.validation_error {
  font-size: 1.25em;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
  background-color: #701d46;
  border-color: #fff;
  background: #701d46;
  color: #fff;
  padding: 1em;
  margin-bottom: 0em;
}
a.gform_wrapper div.validation_error:hover,
a.gform_wrapper div.validation_error:focus {
  background-color: #217ba7;
}
.gform_wrapper div.validation_error .hr-row .column {
  border-color: #fff;
}
.gform_wrapper div.validation_error h1,
.gform_wrapper div.validation_error h2,
.gform_wrapper div.validation_error h3,
.gform_wrapper div.validation_error h4,
.gform_wrapper div.validation_error h5,
.gform_wrapper div.validation_error h6,
.gform_wrapper div.validation_error p,
.gform_wrapper div.validation_error li {
  color: #fff;
}
.gform_wrapper div.validation_error i,
.gform_wrapper div.validation_error span.b-icon {
  color: #fff;
}
.gform_wrapper div.validation_error a {
  color: #0d0e14;
}
.gform_wrapper div.validation_error a:hover {
  color: #0d0e14;
  text-decoration: underline;
}
.gform_wrapper div.validation_error ul li a {
  color: #0d0e14;
}
.gform_wrapper div.validation_error ul li:before {
  color: #701d46;
}
.gform_wrapper div.validation_error hr {
  border-top-color: #fff;
}
.gform_wrapper div.validation_error .btn {
  text-decoration: none;
}
.gform_wrapper div.validation_error .btn:not(.btn-line) {
  color: #701d46;
}
.gform_wrapper div.validation_error .btn:hover {
  text-decoration: none;
}
.gform_wrapper div.validation_error .btn i,
.gform_wrapper div.validation_error .btn span.b-icon {
  color: inherit !important;
}
.gform_wrapper div.validation_error .btn.btn-default {
  color: #701d46;
  background-color: #fff;
  outline-color: #fff;
  border-color: #fff;
}
.gform_wrapper div.validation_error .btn.btn-default:hover,
.gform_wrapper div.validation_error .btn.btn-default:focus {
  color: #fff;
  background: #701d46;
  border: 1px solid #fff;
}
.gform_wrapper div.validation_error .btn.btn-default:hover:before,
.gform_wrapper div.validation_error .btn.btn-default:focus:before {
  color: #701d46;
}
.gform_wrapper div.validation_error .btn.btn-default:hover:after,
.gform_wrapper div.validation_error .btn.btn-default:focus:after {
  color: #701d46;
}
.gform_wrapper div.validation_error .btn.btn-default.btn-line {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.gform_wrapper div.validation_error .btn.btn-default.btn-line:before {
  color: #fff;
}
.gform_wrapper div.validation_error .btn.btn-default.btn-line:hover,
.gform_wrapper div.validation_error .btn.btn-default.btn-line:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.gform_wrapper div.validation_error .btn.btn-default.btn-line:hover:before,
.gform_wrapper div.validation_error .btn.btn-default.btn-line:focus:before {
  color: #fff;
}
.gform_wrapper div.validation_error .btn.btn-default.btn-line:hover:after,
.gform_wrapper div.validation_error .btn.btn-default.btn-line:focus:after {
  color: #fff;
}
.gform_wrapper .btn.btn-default {
  margin-top: 0px;
}
.gform_wrapper .gform_title {
  margin-bottom: .5em;
}
.gform_wrapper .instruction.validation_message {
  font-size: .75em;
  margin-top: .35em;
  color: #720007;
  display: none;
}
.gform_wrapper .gform_footer {
  padding-bottom: 0px;
  padding-top: 0px;
}
.gform_wrapper .ginput_complex.has_street span {
  padding-rigth: 1em;
  width: 100%;
}
@media (min-width: 991px) {
  .gform_wrapper .ginput_complex.has_street span:nth-child(1) {
    width: 100%;
    padding-right: 0px;
  }
  .gform_wrapper .ginput_complex.has_street span:nth-child(1) input {
    width: 100%;
  }
  .gform_wrapper .ginput_complex.has_street span:nth-child(2) {
    width: 100%;
    padding-right: 0px;
  }
  .gform_wrapper .ginput_complex.has_street span:nth-child(2) input {
    width: 100%;
  }
  .gform_wrapper .ginput_complex.has_street span:nth-child(n+3) {
    width: 25%;
  }
  .gform_wrapper .ginput_complex.has_street span:nth-child(n+3) input,
  .gform_wrapper .ginput_complex.has_street span:nth-child(n+3) select {
    width: 100%;
  }
  .gform_wrapper .ginput_complex.has_street span:last-child {
    padding-right: 0px;
  }
}
.gform_wrapper .ginput_complex span {
  width: auto;
  padding-right: 15px;
  padding-bottom: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  display: inline-block;
}
.gform_wrapper .ginput_complex span label {
  font-weight: 400;
  width: auto;
  float: none;
  clear: both;
  display: block;
}
.gform_wrapper .ginput_complex span input,
.gform_wrapper .ginput_complex span select {
  float: none;
}
.gform_wrapper .gform-body > ul.gform_fields > li > label {
  font-size: 1.125em;
}
.gform_footer input[type="submit"] {
  display: none;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.gform_wrapper form.form-flex .gform_body ul.gform_fields.top_label {
  display: flex;
  padding-bottom: 0px;
  align-items: flex-end;
}
.gform_wrapper form.form-flex .gform_body ul.gform_fields.top_label li {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  margin-right: 10px;
}
.gform_wrapper form.form-flex .gform_body ul.gform_fields.top_label li label {
  font-size: 1em;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
  margin-bottom: 5px;
}
.gform_wrapper form.form-flex .gform_body ul.gform_fields.top_label li label + div {
  margin-top: 0px;
}
.gform_wrapper form.form-flex .gform_body ul.gform_fields.top_label li button {
  margin: 0px 0px 0px 0px;
}
.gform_wrapper form.form-flex .gform_footer {
  padding: 0px 0px 0px 0px !important;
  margin: 0px 0px 0px 0px !important;
}
.border-right {
  border-right: 1px solid;
}
.border-right:last-child {
  border-right: 0px;
}
@media (max-width: 992px) {
  .border-right {
    border-bottom: 1px solid;
    border-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .border-right:last-child {
    border-bottom: 0px;
  }
}
.border-left {
  border-left: 1px solid;
}
.border-left:last-child {
  border-left: 0px;
}
@media (max-width: 992px) {
  .border-left {
    border-top: 1px solid;
    border-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .border-left:last-child {
    border-top: 0px;
  }
}
.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;
}
@-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 (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;
  }
}
.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;
  }
}
div.img-container {
  position: relative;
  min-height: 300px;
  display: flex;
  border-bottom: 5px solid #701d46;
}
div.img-container .item {
  background-size: cover !important;
  background-position: center center !important;
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  width: 100%;
  text-align: center;
  z-index: 1;
}
div.img-container .item .container {
  padding-left: 0px;
  padding-right: 0px;
}
div.img-container .item .container .caption {
  text-align: left;
  color: #fff;
  text-shadow: 0px 0px 13px #000;
  padding: 35px;
  font-size: 1.75em;
  line-height: 1;
}
div.img-container .item .container .caption h1 {
  text-transform: none;
  font-size: 1em;
  margin-bottom: 0px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
div.img-container .item .container .caption .special-text {
  text-transform: uppercase;
  font-size: 1em;
  margin-top: 1em;
}
div.img-container .item .container .caption .special-text strong {
  line-height: .9em;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 2em;
  font-weight: 900;
}
footer {
  border-top: 5px solid #701d46;
}
#main-nav {
  border-bottom: 5px solid #701d46;
  border-top: 1px solid #701d46;
}
#cta-modal {
  display: block;
  position: fixed;
  background: #fff;
  top: 10%;
  left: 50%;
  width: 80%;
  height: 80%;
  margin-top: 0;
  margin-left: -40%;
  z-index: 999;
  display: none;
  padding-top: 42px;
  padding-bottom: 42px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}
#cta-modal .second-col {
  padding-top: 45px;
  margin-top: 45px;
  border-top: 1px solid #000;
}
@media (min-width: 992px) {
  #cta-modal {
    top: 50%;
    left: 50%;
    width: 700px;
    height: 405px;
    margin-top: -202.5px;
    margin-left: -350px;
  }
  #cta-modal .first-col {
    padding-right: 30px;
  }
  #cta-modal .second-col {
    margin-top: 0px;
    padding-top: 0px;
    border-top: 0px;
    border-left: 1px solid #000;
    padding-left: 30px;
  }
}
#cta-modal.open {
  display: block;
}
#cta-modal #closeModal {
  padding: 7px 10px;
  background: #fff;
  color: #fff;
  top: 0;
  right: 0;
  position: absolute;
}
#closeModal i {
  color: #000;
}
.form-group {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  position: relative;
}
.form-group label {
  box-sizing: border-box;
  font-weight: 800;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  display: block;
  font-size: 15px;
  line-height: 17px;
}
.form-group input,
.form-group textarea {
  color: #000;
  border: 1px solid #000;
  background: #fff;
  max-width: 100%;
  width: 100%;
  margin-top: 0px;
  box-sizing: border-box;
  font-weight: 400;
  padding: 5px 10px;
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 17px;
}
.form-group input:focus ~ label,
.form-group textarea:focus ~ label,
.form-group input.activated ~ label,
.form-group textarea.activated ~ label {
  top: -29px;
}
.form-group input:focus,
.form-group textarea:focus {
  box-shadow: 0px 0px 0px;
  outline: none !important;
}
.form-group.has-error input {
  border-color: #720007;
}
.form-group textarea {
  height: 100px;
}
div.alert.help-block {
  margin-bottom: 5px;
}
div.alert.help-block.alert-danger {
  font-size: 12px;
  font-weight: 400;
  padding: 3px 9px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: auto;
  display: inline-block;
  color: #fff;
  background: #720007;
  border: 0px solid transparent;
}
div.alert.help-block.alert-success {
  font-size: 12px;
  font-weight: 400;
  display: block;
  color: #0d0e14;
  background: #c5f12c;
  border: 0px solid transparent;
}
.whychooseus {
  background: url(../images/bg-why-choose-us.jpg);
  background-size: cover;
  background-position: center center;
  border-top: 5px solid #701d46;
  border-bottom: 5px solid #701d46;
}
.testimonials h2 {
  margin-bottom: 1em !important;
}
.testimonials .testimonial {
  border: 1px solid #eee;
}
.testimonials .testimonial p {
  padding: 15px;
  width: 100%;
}
.testimonials .testimonial span.author {
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid #eee;
  font-weight: 700;
  margin-bottom: 1em;
}
.border-bottom-row {
  border-bottom: 5px solid #701d46;
}
.serv-row {
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: fixed !important;
  text-shadow: 1px 1px 4px #000;
}
.serv-row h2 {
  color: #ffcf44;
}
.serv-row h2 span {
  font-size: .75em;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  color: #fff;
}
.serv-row .serv-img {
  padding: 10px;
  width: 100%;
  border: 1px solid #ccc;
}
.serv-row .desc-col {
  border-right: 1px solid #ffcf44;
}
address {
  font-style: normal;
}
div.team-block {
  background: url(../images/black-orchid.jpg);
  background-attachment: fixed;
  background-repeat: repeat;
}
div.team-member {
  margin-bottom: 1em;
  padding: 10px;
  width: 320px;
  text-align: center;
  display: inline-block;
  height: auto;
  vertical-align: top;
}
div.team-member .person-obj {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  padding: 30px;
  width: 280px;
  height: 480px;
  display: inline-block;
  border: 1px solid #ccc;
  text-align: center;
}
div.team-member .person-obj h3 {
  margin-top: 1em;
  font-size: 1.125em;
}
div.team-member .person-obj span.title {
  font-style: italic;
  width: 100%;
  display: inline-block;
}
div.team-member .person-obj span.qoute {
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 0;
}
div.team-member .person-obj img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .team-row div.col-xs-12 {
    margin-bottom: 1em;
  }
}
.cta-row h1,
.cta-row h2,
.cta-row h3 {
  text-transform: uppercase;
}
.icon-3 {
  max-width: 128px !important;
}
.icon-3 + span {
  width: 100%;
  font-weight: 900;
  font-size: 1.5em;
  display: inline-block;
  padding: 15px 0px 0px 0px;
}
.form-rows h1,
.form-rows label,
.form-rows p {
  text-shadow: 0px 0px 3px #000;
}
.btn-default.btn-special {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0px 0px 3px #000;
}
.mail-link {
  padding: 5px 10px;
  color: #fff !important;
  border: 1px solid #fff;
  text-shadow: 0px 0px 3px #000;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  margin-top: 10px;
  display: inline-block;
}
.mail-link:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
}
.slider-pro {
  margin-top: -1em;
}
.no-bg .sp-layer .container .caption {
  padding: 0px;
  background: transparent;
}
.sp-layer {
  line-height: 1em;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.sp-layer .container .caption {
  padding: 50px;
  background: rgba(13, 14, 20, 0.7);
  width: auto;
  display: inline-block;
  max-width: 700px;
  text-transform: uppercase;
}
.sp-layer .container a .caption {
  transform: translateX(0);
  transition: transform 1s;
}
.sp-layer .container a .caption:hover {
  transform: translateX(10px);
}
.sp-layer h3 {
  margin-top: 0px;
  margin-bottom: 0em;
  color: #fff;
  float: left;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
}
.sp-layer h3 .slide-title {
  display: inline-block;
  width: auto;
  clear: right;
  line-height: .925em;
  font-size: 2.5em;
}
.sp-layer h3 .slide-subtitle {
  line-height: .925em;
  font-size: 1.25em;
  color: #701d46;
}
.sp-layer p {
  display: inline-block;
  width: 100%;
  float: left;
  font-size: 1.125em;
  color: #fff;
}
.sp-layer .btn {
  font-size: .75em;
  padding: .25em .5em;
  background: #701d46;
  display: inline-block;
  margin-top: 0px;
}
#HomePageSliderS .sp-layer {
  padding-top: 96px;
}
.live-area section div.gallery {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.live-area section div.gallery > dl.gallery-item {
  width: 12.5% !important;
  height: auto;
  box-sizing: border-box;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  padding: 0px 5px;
}
@media (max-width: 992px) {
  .live-area section div.gallery > dl.gallery-item {
    width: 25% !important;
  }
}
.live-area section div.gallery > dl.gallery-item img {
  width: 100%;
  height: auto;
  max-width: 150px;
}
.live-area section div.gallery > dl.gallery-item .wp-caption-text.gallery-caption {
  display: none;
}
/*# sourceMappingURL=../base-boot/bootstrap.css.map */