body {
  font-family: 'Open Sans', sans-serif;
  color: #767267;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Kreon, sans-serif;
  color: #181409;
  font-size: 60px;
  line-height: 72px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Kreon, sans-serif;
  color: #181409;
  font-size: 46px;
  line-height: 58px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Kreon, sans-serif;
  color: #181409;
  font-size: 34px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Kreon, sans-serif;
  color: #181409;
  font-size: 26px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-top: 12px;
  font-family: Kreon, sans-serif;
  color: #181409;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: Kreon, sans-serif;
  color: #181409;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

p {
  margin-bottom: 12px;
  color: #767267;
}

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

a:hover {
  color: #f6ca74;
  text-decoration: underline;
}

ul,
ol {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 0px;
  font-size: 16px;
  line-height: 28px;
  list-style-type: none;
}

li {
  margin-bottom: 12px;
  padding-left: 24px;
  background-image: url('../images/Circle.svg');
  background-position: 0px 8px;
  background-repeat: no-repeat;
  color: #181409;
}

label {
  display: block;
  margin-bottom: 12px;
  font-family: 'Roboto Condensed';
  color: #181409;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

blockquote {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0px 0px 0px 24px;
  border-left: 4px solid #e8be6d;
  color: #767267;
  font-size: 22px;
  line-height: 34px;
  font-weight: 300;
}

.p-large {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 34px;
  font-weight: 300;
}

.p-large.highlited {
  color: #e8be6d;
}

.p-small {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #a9a59a;
  font-size: 14px;
  line-height: 26px;
}

.p-small.invert.opacity {
  color: hsla(0, 0%, 100%, .5);
  font-weight: 300;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.style-guide-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-guide-color.dark-bg {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d346d;
}

.style-guide-color.active-color {
  background-color: #e8be6d;
}

.style-guide-color.headings {
  background-color: #181409;
}

.style-guide-color.default-copy {
  background-color: #767267;
}

.style-guide-color.light-copy {
  background-color: #a9a59a;
}

.style-guide-color.light-bg {
  background-color: #efeae0;
}

.style-guide-color.hover-color {
  background-color: #f6ca74;
}

.style-guide-color.dividers {
  background-color: #e1ddd2;
}

.button {
  position: relative;
  z-index: 1;
  min-width: 160px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 48px;
  background-color: #e8be6d;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .06);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Kreon, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #f6ca74;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .12);
  color: #fff;
  text-decoration: none;
}

.button.small {
  padding: 14px 36px;
  font-size: 13px;
  line-height: 23px;
}

.button.invert {
  background-color: #fff;
  color: #e8be6d;
}

.button.invert:hover {
  background-color: #f6ca74;
  color: #fff;
}

.button.t-margin-24 {
  margin-top: 24px;
}

.button.horizontal-form {
  height: 58px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-column-count: 1;
  column-count: 1;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #fff;
}

.section.tint {
  background-image: url('../images/Texture-BG.png');
  background-position: 0px 0px;
}

.section.dark {
  background-color: #1d346d;
}

.section.narrow {
  padding-top: 36px;
  padding-bottom: 36px;
}

.section.narrow.tint {
  background-color: #efeae0;
}

.section.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section.relative {
  position: relative;
}

.section.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.no-b-padding {
  padding-bottom: 0px;
}

.section.footer {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(0deg, #e8be6d 50%, #1d346d 0);
  background-image: linear-gradient(90deg, #e8be6d 50%, #1d346d 0);
}

.fluid-cell {
  padding: 24px 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.fluid-cell.center {
  text-align: center;
}

.fluid-cell._67-percent {
  width: 66.7%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._70-percent {
  width: 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._50-percent {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._100-percent {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.link-cell {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #a9a59a;
}

.fluid-cell.link-cell:hover {
  margin-top: -6px;
  text-decoration: none;
}

.fluid-cell.block {
  margin: 24px 2%;
  padding: 48px 4%;
  background-color: #fff;
}

.fluid-cell.block.dark {
  border-style: none;
  background-color: #1d346d;
}

.fluid-cell.block.dark.in-text {
  margin-top: 36px;
  margin-bottom: 36px;
}

.fluid-cell.block.in-text {
  margin: 36px 0px;
  padding-top: 36px;
}

.fluid-cell.block.shadow {
  position: relative;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .07);
}

.fluid-cell.no-b-padding {
  padding-bottom: 0px;
}

.fluid-cell._33-percent {
  width: 33.3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.fw-block {
  padding: 84px 4%;
}

.fluid-cell.fw-block.footer-left {
  position: relative;
  background-color: #00b4c3;
}

.fluid-cell.fw-block.dark {
  background-color: #1d346d;
}

.fluid-cell.fw-block.dark.stalion-block {
  width: 53%;
  padding-top: 60px;
  padding-right: 14%;
  padding-bottom: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.fw-block.bg-img {
  background-image: url('../images/Holy-Boss.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fluid-cell.fw-block.bg-img.imagining {
  background-image: url('../images/Imagining.jpg');
  background-position: 0px 50%;
}

.fluid-cell.fw-block.bg-img.holy-boss {
  background-image: url('../images/Holy-Boss_1.jpg');
}

.fluid-cell.fw-block.bg-img.bourbon-courage {
  background-image: url('../images/Bourbon-Courage.jpg');
}

.fluid-cell.fw-block.bg-img.long-river {
  background-image: url('../images/Long-River.jpg');
}

.fluid-cell.fw-block.highlighted {
  background-color: #e8be6d;
}

.fluid-cell._40-percent {
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.underlined-item {
  padding-bottom: 12px;
  padding-left: 0px;
  border-bottom: 1px solid #e1ddd2;
  background-image: none;
  background-repeat: repeat;
  font-family: 'Roboto Condensed';
  color: #767267;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.invert {
  color: #fff;
}

.invert.opacity {
  color: hsla(0, 0%, 100%, .7);
}

.subheading {
  margin-bottom: 8px;
  padding-top: 12px;
  font-family: Kreon, sans-serif;
  color: #e8be6d;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.subheading.date {
  margin-bottom: 0px;
  color: #00b4c3;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1.5px;
}

.subheading.date.above {
  margin-bottom: -6px;
}

.subheading.invert {
  color: #fff;
}

.subheading.dark {
  color: #181409;
}

.subheading.b-padding-24 {
  margin-bottom: 24px;
}

.text-field {
  height: 58px;
  margin-bottom: 12px;
  padding-left: 20px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #1d346d;
  background-color: hsla(40, 32%, 91%, .36);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 28px;
}

.text-field:focus {
  border-bottom-color: #f6ca74;
}

.text-field::-webkit-input-placeholder {
  color: #a9a59a;
}

.text-field:-ms-input-placeholder {
  color: #a9a59a;
}

.text-field::placeholder {
  color: #a9a59a;
}

.text-field.text-area {
  min-height: 120px;
  padding-top: 12px;
}

.text-field.horizontal {
  margin-bottom: 0px;
}

.text-field.on-dark {
  border-bottom-style: none;
  background-color: #fff;
}

.form-block {
  margin-bottom: 12px;
  padding-top: 12px;
}

.form-block.reduced-spacing {
  margin-bottom: 0px;
  padding-top: 0px;
}

.form-block.more-tb-padding {
  margin-bottom: 36px;
  padding-top: 24px;
}

.nav-link {
  margin-right: 12px;
  margin-left: 12px;
  padding: 12px 0px 10px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Kreon, sans-serif;
  color: #181409;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}

.nav-link:hover {
  border-bottom-color: #e8be6d;
  color: #181409;
  text-decoration: none;
}

.nav-link.w--current {
  border-bottom-color: #e8be6d;
  color: #181409;
}

.nav-link.button {
  min-width: auto;
  margin-right: 0px;
  padding-right: 36px;
  padding-left: 36px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.container.stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.stretch.no-padding {
  padding-right: 0%;
  padding-left: 0%;
}

.container.nav {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container._w-float-gall {
  position: relative;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.nav-link-top {
  display: inline;
  padding: 14px 12px;
  font-family: Roboto;
  color: #181409;
  font-weight: 400;
}

.nav-link-top:hover {
  color: #f6ca74;
  text-decoration: none;
}

.nav-link-top.icon {
  height: 48px;
  padding-right: 24px;
  padding-left: 24px;
}

.nav-link-top.icon.search {
  margin-right: 12px;
  background-image: url('../images/Search-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.search-bar {
  position: absolute;
  left: 0px;
  top: 6px;
  right: 0px;
  z-index: 1001;
  width: 100%;
  padding: 24px;
  background-color: #fff;
  box-shadow: 0 6px 24px 0 rgba(10, 2, 45, .06);
}

.dropdown-link {
  padding: 12px 0px;
  border-bottom: 1px solid #e1ddd2;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #181409;
  font-size: 14px;
  cursor: pointer;
}

.dropdown-link:hover {
  text-decoration: none;
}

.dropdown-link.last,
.dropdown-link:last-child {
  border-bottom-style: none;
}

.dropdown-link.nav {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #181409;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

.dropdown-link.nav:hover {
  color: #f6ca74;
}

.dropdown-list {
  box-shadow: 1px 1px 3px 0 #000;
}

.dropdown-list.w--open {
  padding: 12px 24px;
  background-color: #fff;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .12);
}

.dropdown-list.nav.w--open {
  left: -16px;
  top: 41px;
  padding: 12px 24px;
  background-color: #fff;
}

.dropdown-nav {
  padding: 0px;
  color: #181409;
}

.sm-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 36px;
  margin-right: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.sm-icon.fb {
  background-image: url('../images/FB-icon_1.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.sm-icon.tw {
  background-image: url('../images/TW-icon_1.svg');
  background-size: auto;
}

.sm-icon.share-bar {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0px 3px;
}

.sm-icon.share-bar.fb {
  background-image: url('../images/FB-icon.svg');
  background-position: 50% 50%;
  background-size: auto 14px;
  background-repeat: no-repeat;
}

.sm-icon.share-bar.tw {
  background-image: url('../images/TW-icon.svg');
  background-position: 50% 50%;
  background-size: auto 12px;
  background-repeat: no-repeat;
}

.sm-icon.share-bar.email {
  background-image: url('../images/Email-icon.svg');
  background-position: 50% 50%;
  background-size: auto 12px;
  background-repeat: no-repeat;
}

.sm-icon.email {
  background-color: #a9a59a;
}

.dropdown-nav-link {
  color: #181409;
}

.dropdown-nav-link:hover {
  color: #181409;
  text-decoration: none;
}

.nav-bar {
  padding: 24px 2%;
  background-color: #fff;
  text-transform: capitalize;
}

ol,
.numbered-list {
  margin-left: 20px;
  list-style-type: decimal;
}

ol li,
.numbered-item {
  padding-left: 4px;
  background-image: none;
  background-repeat: repeat;
}

.fake-h1 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Kreon, sans-serif;
  color: #181409;
  font-size: 60px;
  line-height: 72px;
  font-weight: 400;
}

.fake-h2 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Kreon, sans-serif;
  color: #181409;
  font-size: 46px;
  line-height: 58px;
  font-weight: 400;
}

.fake-h2.invert {
  color: #fff;
}

.fake-h3 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Kreon, sans-serif;
  color: #181409;
  font-size: 34px;
  line-height: 46px;
  font-weight: 400;
}

.fake-h3.invert {
  color: #fff;
}

.fake-h4 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Kreon, sans-serif;
  color: #181409;
  font-size: 26px;
  line-height: 38px;
  font-weight: 400;
}

.fake-h5 {
  margin-bottom: 8px;
  padding-top: 12px;
  font-family: Kreon, sans-serif;
  color: #181409;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.fake-h5.invert {
  color: #fff;
}

.fake-h5.highlighted {
  color: #e8be6d;
}

.style-guide-color-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e1ddd2;
}

.style-guide-color-block.first {
  padding-top: 24px;
  border-top: 1px solid #e1ddd2;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-link {
  display: inline-block;
  margin-top: 6px;
  border-bottom: 2px solid #e8be6d;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Kreon, sans-serif;
  color: #1d346d;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta-link:hover {
  border-bottom-color: #fff;
  color: #f6ca74;
  text-decoration: none;
}

.text-deco {
  color: #00b4c3;
}

.divider {
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
  background-color: hsla(0, 0%, 100%, .12);
}

.footer-link {
  display: block;
  margin-bottom: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Kreon, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 38px;
  font-weight: 300;
}

.footer-link:hover {
  color: #181409;
  text-decoration: none;
}

.floating-logo {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -80px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.footer-bg-deco {
  position: relative;
  top: -80px;
  z-index: -1;
  width: 100%;
  height: 120px;
  margin-bottom: -80px;
  background-color: #00b4c3;
  background-image: url('../images/BG-deco.jpg');
  background-position: 50% 50%;
  background-size: 796px;
}

.footer-nav-wrap {
  width: 45%;
  margin-right: 5%;
  margin-bottom: 24px;
  float: left;
  clear: right;
}

.footer-nav-wrap.right {
  margin-right: 0%;
  margin-left: 5%;
}

.block {
  padding: 36px;
}

.form-item-wrap {
  width: 98%;
}

.deco-strip {
  position: absolute;
  left: 0px;
  top: -18px;
  right: 0px;
  width: 60%;
  height: 36px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/BG-deco.jpg');
  background-position: 0px 0px;
  background-size: 796px;
}

.deco-lines {
  position: absolute;
  left: 0px;
  top: -22px;
  right: 0px;
  display: block;
  width: 44px;
  height: 55px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Deco-IMG_1Deco IMG.png');
  background-position: 50% 50%;
  background-size: 44px;
  background-repeat: no-repeat;
}

.center {
  text-align: center;
}

.advanced-search-link {
  display: block;
  margin-left: 6px;
  color: #a9a59a;
  line-height: 22px;
  text-align: center;
}

.advanced-search-link:hover {
  color: #a9a59a;
}

.dotted-bar {
  height: 34px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Dotted-BG.png');
  background-position: 0px 0px;
}

.p-info {
  margin-bottom: 12px;
  font-family: Kreon, sans-serif;
  color: #e8be6d;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.p-info.above {
  margin-bottom: -6px;
}

.p-info.top-margin,
.top-margin {
  margin-top: 48px;
}

.relative {
  position: relative;
}

.slider {
  position: relative;
  width: auto;
  height: auto;
  background-color: transparent;
}

.left-arrow {
  position: absolute;
  right: 0px;
  bottom: 84px;
  width: 48px;
  height: 48px;
  margin-right: 48px;
  margin-bottom: -84px;
  background-color: #1d346d;
  background-image: url('../images/Arrow-Left.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .12);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.right-arrow {
  position: absolute;
  right: 0px;
  bottom: 84px;
  width: 48px;
  height: 48px;
  margin-right: 0px;
  margin-bottom: -84px;
  background-color: #e8be6d;
  background-image: url('../images/Arrow-Right.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .12);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.right-arrow:hover {
  background-color: #f6ca74;
}

.foating-bar {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px 4%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 -6px 12px 0 rgba(53, 54, 77, .06);
}

.top-bar-copy {
  display: inline-block;
  margin-right: 12px;
}

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.deco-heading-left {
  padding-left: 48px;
  background-image: url('../images/Anchor-Icon.svg');
  background-position: 0px 60%;
  background-repeat: no-repeat;
}

.deco-heading-top {
  padding-top: 36px;
  background-image: url('../images/Deco-Title-Top.png');
  background-position: 50% 0px;
  background-size: 140px;
  background-repeat: no-repeat;
}

.floating-deco-1 {
  position: absolute;
  left: auto;
  right: auto;
  bottom: -100px;
}

.deco-anchor {
  width: 38px;
  height: 28px;
  margin-bottom: 48px;
  background-image: url('../images/Anchor-Icon-White.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.floating-gallery {
  position: absolute;
  top: 10%;
  right: 2%;
  bottom: 0px;
  width: 53%;
}

.fluid-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e8be6d;
}

.fluid-col.table {
  background-color: transparent;
}

.fluid-col-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(0, 0, 0, .12);
  border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.fluid-col-cell.table-cell {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right-style: none;
}

.fluid-col-cell.last,
.fluid-col-cell:last-child {
  border-bottom-style: none;
}

.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 24px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.success-message {
  background-color: #e8be6d;
}

html.w-mod-js *[data-ix="scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 36px);
  -ms-transform: translate(0px, 36px);
  transform: translate(0px, 36px);
}

@media (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 60px;
  }
  h2 {
    font-size: 40px;
    line-height: 52px;
  }
  h3 {
    font-size: 30px;
    line-height: 42px;
  }
  h4 {
    font-size: 24px;
    line-height: 36px;
  }
  a:hover {
    color: #f6ca74;
  }
  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .fluid-cell {
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fluid-cell._70-percent {
    width: 100%;
  }
  .fluid-cell.block {
    margin: 12px 2%;
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .fluid-cell.fw-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .fluid-cell.fw-block.bg-img {
    background-position: 0px 50%;
  }
  .fluid-cell.fw-block.bg-img.holy-boss {
    background-position: 100% 50%;
  }
  .fluid-cell.fw-block.bg-img.long-river {
    background-position: 100% 50%;
  }
  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 24px;
    border-bottom-width: 1px;
    border-bottom-color: hsla(0, 0%, 100%, .12);
    background-color: #1d346d;
    color: #fff;
    font-weight: 400;
  }
  .nav-link:hover {
    border-bottom-color: hsla(0, 0%, 100%, .12);
    color: #fff;
  }
  .nav-link.w--current {
    padding-left: 18px;
    border-left: 6px solid #f6ca74;
    border-bottom-color: hsla(0, 0%, 100%, .12);
    color: #fff;
  }
  .nav-link.button {
    margin-top: 0px;
    padding-left: 24px;
    border-bottom-style: none;
    background-color: #e8be6d;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
  }
  .menu-button {
    width: 72px;
    height: 72px;
    background-color: #e8be6d;
    background-image: url('../images/Menu-icon.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .menu-button:hover {
    background-color: #f6ca74;
  }
  .menu-button.w--open {
    background-color: #f6ca74;
    background-image: url('../images/Menu-close-icon.svg');
    background-size: auto;
  }
  .container.nav {
    padding-right: 0%;
  }
  .logo-img {
    padding-top: 12px;
  }
  .nav-link-top.icon {
    width: 72px;
    height: 72px;
    float: right;
    clear: none;
  }
  .nav-link-top.icon.search {
    display: block;
    margin-right: 0px;
  }
  .search-bar {
    position: fixed;
    top: 72px;
    z-index: 1000;
  }
  .dropdown-link.nav {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-color: hsla(0, 0%, 100%, .12);
    background-color: #e8be6d;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
  .dropdown-link.nav:hover {
    color: #181409;
  }
  .dropdown-list.nav.w--open {
    margin: 16px -24px -20px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #e8be6d;
  }
  .dropdown-nav {
    background-image: url('../images/Anchor-Icon.svg');
    background-position: 100% 50%;
    background-size: 17px;
    background-repeat: no-repeat;
    color: #fff;
  }
  .dropdown-nav-link {
    color: #fff;
  }
  .dropdown-nav-link:hover {
    color: #fff;
  }
  .nav-bar {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .06);
  }
  .fake-h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .fake-h2 {
    font-size: 40px;
    line-height: 52px;
  }
  .fake-h3 {
    font-size: 30px;
    line-height: 42px;
  }
  .fake-h4 {
    font-size: 24px;
    line-height: 36px;
  }
  .nav-menu {
    background-color: transparent;
  }
  .footer-link {
    font-size: 24px;
    line-height: 36px;
  }
  .deco-strip {
    width: 80%;
  }
  .left-arrow {
    bottom: 60px;
    margin-bottom: -60px;
  }
  .right-arrow {
    bottom: 60px;
    margin-bottom: -60px;
  }
  .logo-link {
    width: 60px;
  }
  .fluid-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fluid-col-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .table {
    padding-bottom: 12px;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 42px;
    line-height: 54px;
  }
  h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 34px;
    line-height: 46px;
  }
  h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 26px;
    line-height: 38px;
  }
  h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 34px;
  }
  h5 {
    padding-top: 8px;
    font-size: 18px;
    line-height: 30px;
  }
  blockquote {
    font-size: 20px;
    line-height: 32px;
  }
  .p-large {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 32px;
  }
  .button {
    min-width: 100px;
    margin-bottom: 12px;
    padding: 14px 36px;
  }
  .button.t-margin-24 {
    margin-top: 12px;
  }
  .button.horizontal-form {
    width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .section {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .section.narrow {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .section.wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .section.footer {
    background-image: none;
  }
  .fluid-cell {
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .fluid-cell._67-percent {
    width: 100%;
  }
  .fluid-cell._70-percent {
    width: 100%;
  }
  .fluid-cell._50-percent {
    width: 100%;
  }
  .fluid-cell._50-percent._2nd-copy-col-mobile {
    margin-top: -12px;
    padding-top: 0px;
  }
  .fluid-cell.link-cell:hover {
    margin-top: 0px;
  }
  .fluid-cell.block {
    margin-right: 3%;
    margin-left: 3%;
    padding-right: 6%;
    padding-left: 6%;
  }
  .fluid-cell._33-percent {
    width: 100%;
  }
  .fluid-cell.fw-block {
    padding: 48px 6%;
  }
  .fluid-cell.fw-block.footer-right {
    padding-top: 96px;
  }
  .fluid-cell.fw-block.dark.footer {
    text-align: center;
  }
  .fluid-cell.fw-block.dark.stalion-block {
    width: 100%;
  }
  .fluid-cell.fw-block.bg-img {
    height: 400px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-position: 50% 50%;
  }
  .fluid-cell.fw-block.highlighted.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .fluid-cell._40-percent {
    width: 100%;
  }
  .subheading {
    margin-bottom: 8px;
    background-image: none;
    font-weight: 700;
  }
  .subheading.date {
    padding-top: 0px;
  }
  .text-field.horizontal {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    border-bottom-style: none;
    text-align: center;
  }
  .form-block.more-tb-padding {
    padding-top: 12px;
  }
  .nav-link.button {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .menu-button {
    width: 60px;
    height: 60px;
  }
  .container {
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .container.stretch.no-padding.reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .container.nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container._w-float-gall {
    margin-top: -36px;
    margin-bottom: -36px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .logo-img {
    padding-top: 14px;
  }
  .form.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .nav-link-top.icon {
    height: 60px;
  }
  .nav-link-top.icon.search {
    width: 60px;
    height: 60px;
  }
  .search-bar {
    top: 60px;
  }
  .sm-icon {
    margin-top: 12px;
  }
  .nav-bar {
    padding-left: 3%;
  }
  .fake-h1 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 42px;
    line-height: 54px;
  }
  .fake-h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 34px;
    line-height: 46px;
  }
  .fake-h2.deco-heading-top {
    padding-top: 36px;
  }
  .fake-h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 26px;
    line-height: 38px;
  }
  .fake-h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 34px;
  }
  .fake-h5 {
    padding-top: 8px;
    font-size: 18px;
    line-height: 30px;
  }
  .divider {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .footer-link {
    font-size: 22px;
    line-height: 34px;
  }
  .floating-logo {
    bottom: -60px;
    width: 120px;
  }
  .footer-nav-wrap {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0px;
    float: none;
    clear: none;
  }
  .footer-nav-wrap.right {
    margin-bottom: 24px;
    margin-left: 0%;
  }
  .block {
    margin-top: 24px;
    padding: 24px;
  }
  .deco-strip {
    width: 85%;
  }
  .deco-lines {
    width: 36px;
    height: 47px;
    background-size: 36px;
  }
  .p-info.top-margin,
  .top-margin {
    margin-top: 36px;
  }
  .left-arrow {
    left: 0px;
    right: auto;
    bottom: 48px;
    margin-bottom: -48px;
  }
  .right-arrow {
    bottom: 48px;
    margin-bottom: -48px;
  }
  .foating-bar {
    padding-right: 6%;
    padding-left: 6%;
  }
  .logo-link {
    width: 50px;
  }
  .deco-anchor {
    margin-bottom: 36px;
  }
  .floating-gallery {
    position: static;
    width: 100%;
  }
  .fluid-col {
    min-width: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .fluid-col.table {
    width: 150px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .fluid-col-cell {
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fluid-col-cell.table-cell {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .table {
    overflow: scroll;
    min-width: 120px;
    padding-bottom: 0px;
  }
}

@media (max-width: 479px) {
  .section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .fluid-cell {
    padding-right: 0px;
    padding-left: 0px;
  }
  .fluid-cell.block {
    margin-right: 0px;
    margin-left: 0px;
    padding: 24px 8%;
  }
  .fluid-cell.fw-block {
    padding: 36px 8%;
  }
  .fluid-cell.fw-block.footer-left {
    padding-bottom: 84px;
  }
  .fluid-cell.fw-block.bg-img {
    height: 300px;
  }
  .fluid-cell.fw-block.bg-img.imagining {
    background-position: 50% 50%;
  }
  .fluid-cell.fw-block.bg-img.holy-boss {
    background-position: 90% 50%;
  }
  .fluid-cell.fw-block.bg-img.bourbon-courage {
    background-position: 0px 50%;
  }
  .container {
    padding-right: 8%;
    padding-left: 8%;
  }
  .container.nav {
    padding-left: 4%;
  }
  .container._w-float-gall {
    margin-top: -24px;
    margin-bottom: -24px;
  }
  .logo-img {
    padding-top: 14px;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sm-icon {
    margin-right: 6px;
    margin-left: 6px;
  }
  .nav-bar {
    padding-left: 4%;
  }
  .divider {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .deco-strip {
    top: -12px;
    height: 24px;
  }
  .p-info {
    display: inline-block;
  }
  .p-info.top-margin,
  .top-margin {
    margin-top: 24px;
  }
  .left-arrow {
    bottom: 36px;
    margin-bottom: -36px;
  }
  .right-arrow {
    right: 0px;
    bottom: 36px;
    margin-bottom: -36px;
  }
  .foating-bar {
    padding: 8px 8%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fluid-col-cell {
    padding-right: 0px;
    padding-left: 0px;
  }
  .table {
    min-width: 100px;
  }
}

