/*!
	Theme Name: Honeymoons 
	Description: Honeymoons.com Custom Theme
	Version: 10.0
	Author: Jim Campbell
	Tags: HTML5, CSS3
*/ @import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;700;900&amp;family=Playfair+Display:wght@700&amp;display=swap"); 
@import url(https://honeymoons.com/wp-content/themes/honeymoons/fancybox/dist/jquery.fancybox.min.css);
@import url(https://honeymoons.com/wp-content/themes/honeymoons/slick/slick.css);
@import url(https://honeymoons.com/wp-content/themes/honeymoons/slick/slick-theme.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;700&amp;display=swap');
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #FF2B64;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #B82E54;
  --secondary: #707070;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #FFF2EB;
  --dark: #243234;
  --red: #B82E54;
  --light-red: #DF819C;
  --cream: #FFEBE0;
  --dark-cream: #ffdbc7;
  --gray: #707070;
  --black: #222;
  --white: #fff;
  --light-gray: #EBECEF;
  --pink: #FF2B64;
  --light-pink: #FFB3C7;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Nunito Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

/** jim **/

.moble-menu-icon button {
  display:none!important;
}

@media (max-width:768px) {
  #hero-image {
    display:none;
  }
  
  .wp-block-button__link {
      background: #b82e54;
      border-radius: 0px!important;
      display: inline-block!important;
      width: 100%!important;
      text-align: center!important;
      font-size: 16px!important;
      line-height: 26px!important;
  }
  
  #section-content .article-header {
    background: #fff;
    padding: 10px 20px 0px 20px;
    margin: -0px -20px 0px;
}
  
  
}

/** end jim **/



*, ::after, ::before {
  box-sizing: border-box
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(34, 34, 34, 0)
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block
}


body {
  margin: 0;
  font-family: "Nunito Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff !important;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem
}
p {
  margin-top: 0;
  margin-bottom: 1rem
}
abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem
}
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0
}
dt {
  font-weight: 700
}
dd {
  margin-bottom: .5rem;
  margin-left: 0
}
blockquote {
  margin: 0 0 1rem
}
b, strong {
  font-weight: bolder
}
small {
  font-size: 80%
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
a {
  color: #b82e54;
  text-decoration: none;
  background-color: transparent
}
a:hover {
  color: #7b1f38;
  text-decoration: none
}
a:not([href]) {
  color: inherit;
  text-decoration: none
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none
}
code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}
figure {
  margin: 0 0 1rem
}
img {
  vertical-align: middle;
  border-style: none
}
svg {
  overflow: hidden;
  vertical-align: middle
}
table {
  border-collapse: collapse
}
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}
th {
  text-align: inherit
}
label {
  display: inline-block;
  margin-bottom: .5rem
}
button {
  border-radius: 0
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
[role=button] {
  cursor: pointer
}
select {
  word-wrap: normal
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
textarea {
  overflow: auto;
  resize: vertical
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}
progress {
  vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}
output {
  display: inline-block
}
summary {
  display: list-item;
  cursor: pointer
}
template {
  display: none
}
[hidden] {
  display: none !important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2
}
.h1, h1 {
  font-size: 2.25rem;
  padding:10px 0px;
}
.h2, h2 {
  font-size: 25px;
  padding:10px 0px;
}
.h3, h3 {
  font-size: 20px;
  padding:10px 0px;
}
.h4, h4 {
  font-size: 18px;
  padding:10px 0px;
}
.h5, h5 {
  font-size: 16px;
  padding:10px 0px;
}
.h6, h6 {
  font-size: 16px;
  padding:10px 0px;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300
}
.display-1 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2
}
.display-2 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2
}
.display-3 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2
}
.display-4 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(34, 34, 34, .1)
}
.small, small {
  font-size: 80%;
  font-weight: 400
}
.mark, mark {
  padding: .2em;
  background-color: #fcf8e3
}
.list-unstyled {
  padding-left: 0;
  list-style: none
}
.list-inline {
  padding-left: 0;
  list-style: none
}
.list-inline-item {
  display: inline-block
}
.list-inline-item:not(:last-child) {
  margin-right: .5rem
}
.initialism {
  font-size: 90%;
  text-transform: uppercase
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d
}
.blockquote-footer::before {
  content: "\2014\00A0"
}
.img-fluid {
  max-width: 100%;
  height: auto
}
.img-thumbnail {
  padding: .25rem;
  background-color: #fcf9f6;
  border: 1px solid #dee2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto
}
.figure {
  display: inline-block
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}
.figure-caption {
  font-size: 90%;
  color: #6c757d
}
code {
  font-size: 87.5%;
  color: #ff2b64;
  word-wrap: break-word
}
a > code {
  color: inherit
}
kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}


.wp-block-image img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}



@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}
@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}
@media (min-width:1200px) {
  .container {
    max-width: 1400px
  }
}
.container-fluid, .container-lg, .container-md, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:768px) {
  .container, .container-md, .container-sm {
    max-width: 720px
  }
}
@media (min-width:992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px
  }
}
@media (min-width:1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}
.no-gutters {
  margin-right: 0;
  margin-left: 0
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}
.order-first {
  order: -1
}
.order-last {
  order: 13
}
.order-0 {
  order: 0
}
.order-1 {
  order: 1
}
.order-2 {
  order: 2
}
.order-3 {
  order: 3
}
.order-4 {
  order: 4
}
.order-5 {
  order: 5
}
.order-6 {
  order: 6
}
.order-7 {
  order: 7
}
.order-8 {
  order: 8
}
.order-9 {
  order: 9
}
.order-10 {
  order: 10
}
.order-11 {
  order: 11
}
.order-12 {
  order: 12
}
.offset-1 {
  margin-left: 8.3333333333%
}
.offset-2 {
  margin-left: 16.6666666667%
}
.offset-3 {
  margin-left: 25%
}
.offset-4 {
  margin-left: 33.3333333333%
}
.offset-5 {
  margin-left: 41.6666666667%
}
.offset-6 {
  margin-left: 50%
}
.offset-7 {
  margin-left: 58.3333333333%
}
.offset-8 {
  margin-left: 66.6666666667%
}
.offset-9 {
  margin-left: 75%
}
.offset-10 {
  margin-left: 83.3333333333%
}
.offset-11 {
  margin-left: 91.6666666667%
}
@media (min-width:576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-sm-first {
    order: -1
  }
  .order-sm-last {
    order: 13
  }
  .order-sm-0 {
    order: 0
  }
  .order-sm-1 {
    order: 1
  }
  .order-sm-2 {
    order: 2
  }
  .order-sm-3 {
    order: 3
  }
  .order-sm-4 {
    order: 4
  }
  .order-sm-5 {
    order: 5
  }
  .order-sm-6 {
    order: 6
  }
  .order-sm-7 {
    order: 7
  }
  .order-sm-8 {
    order: 8
  }
  .order-sm-9 {
    order: 9
  }
  .order-sm-10 {
    order: 10
  }
  .order-sm-11 {
    order: 11
  }
  .order-sm-12 {
    order: 12
  }
  .offset-sm-0 {
    margin-left: 0
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%
  }
  .offset-sm-3 {
    margin-left: 25%
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%
  }
  .offset-sm-6 {
    margin-left: 50%
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%
  }
  .offset-sm-9 {
    margin-left: 75%
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%
  }
}
@media (min-width:768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-md-first {
    order: -1
  }
  .order-md-last {
    order: 13
  }
  .order-md-0 {
    order: 0
  }
  .order-md-1 {
    order: 1
  }
  .order-md-2 {
    order: 2
  }
  .order-md-3 {
    order: 3
  }
  .order-md-4 {
    order: 4
  }
  .order-md-5 {
    order: 5
  }
  .order-md-6 {
    order: 6
  }
  .order-md-7 {
    order: 7
  }
  .order-md-8 {
    order: 8
  }
  .order-md-9 {
    order: 9
  }
  .order-md-10 {
    order: 10
  }
  .order-md-11 {
    order: 11
  }
  .order-md-12 {
    order: 12
  }
  .offset-md-0 {
    margin-left: 0
  }
  .offset-md-1 {
    margin-left: 8.3333333333%
  }
  .offset-md-2 {
    margin-left: 16.6666666667%
  }
  .offset-md-3 {
    margin-left: 25%
  }
  .offset-md-4 {
    margin-left: 33.3333333333%
  }
  .offset-md-5 {
    margin-left: 41.6666666667%
  }
  .offset-md-6 {
    margin-left: 50%
  }
  .offset-md-7 {
    margin-left: 58.3333333333%
  }
  .offset-md-8 {
    margin-left: 66.6666666667%
  }
  .offset-md-9 {
    margin-left: 75%
  }
  .offset-md-10 {
    margin-left: 83.3333333333%
  }
  .offset-md-11 {
    margin-left: 91.6666666667%
  }
}
@media (min-width:992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-lg-first {
    order: -1
  }
  .order-lg-last {
    order: 13
  }
  .order-lg-0 {
    order: 0
  }
  .order-lg-1 {
    order: 1
  }
  .order-lg-2 {
    order: 2
  }
  .order-lg-3 {
    order: 3
  }
  .order-lg-4 {
    order: 4
  }
  .order-lg-5 {
    order: 5
  }
  .order-lg-6 {
    order: 6
  }
  .order-lg-7 {
    order: 7
  }
  .order-lg-8 {
    order: 8
  }
  .order-lg-9 {
    order: 9
  }
  .order-lg-10 {
    order: 10
  }
  .order-lg-11 {
    order: 11
  }
  .order-lg-12 {
    order: 12
  }
  .offset-lg-0 {
    margin-left: 0
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%
  }
  .offset-lg-3 {
    margin-left: 25%
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%
  }
  .offset-lg-6 {
    margin-left: 50%
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%
  }
  .offset-lg-9 {
    margin-left: 75%
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%
  }
}
@media (min-width:1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-xl-first {
    order: -1
  }
  .order-xl-last {
    order: 13
  }
  .order-xl-0 {
    order: 0
  }
  .order-xl-1 {
    order: 1
  }
  .order-xl-2 {
    order: 2
  }
  .order-xl-3 {
    order: 3
  }
  .order-xl-4 {
    order: 4
  }
  .order-xl-5 {
    order: 5
  }
  .order-xl-6 {
    order: 6
  }
  .order-xl-7 {
    order: 7
  }
  .order-xl-8 {
    order: 8
  }
  .order-xl-9 {
    order: 9
  }
  .order-xl-10 {
    order: 10
  }
  .order-xl-11 {
    order: 11
  }
  .order-xl-12 {
    order: 12
  }
  .offset-xl-0 {
    margin-left: 0
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%
  }
  .offset-xl-3 {
    margin-left: 25%
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%
  }
  .offset-xl-6 {
    margin-left: 50%
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%
  }
  .offset-xl-9 {
    margin-left: 75%
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000
}
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #707070
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #707070
}
.table tbody + tbody {
  border-top: 2px solid #707070
}
.table-sm td, .table-sm th {
  padding: .3rem
}
.table-bordered {
  border: 1px solid #707070
}
.table-bordered td, .table-bordered th {
  border: 1px solid #707070
}
.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px
}
.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(34, 34, 34, .05)
}
.table-hover tbody tr:hover {
  color: #000;
  background-color: rgba(34, 34, 34, .075)
}
.table-primary, .table-primary > td, .table-primary > th {
  background-color: #ebc4cf
}
.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #da92a6
}
.table-hover .table-primary:hover {
  background-color: #e5b1c0
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #e5b1c0
}
.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d7d7d7
}
.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
  border-color: #b5b5b5
}
.table-hover .table-secondary:hover {
  background-color: #cacaca
}
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #cacaca
}
.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb
}
.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #8fd19e
}
.table-hover .table-success:hover {
  background-color: #b1dfbb
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb
}
.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb
}
.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #86cfda
}
.table-hover .table-info:hover {
  background-color: #abdde5
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5
}
.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba
}
.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
  border-color: #ffdf7e
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1
}
.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb
}
.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #ed969e
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7
}
.table-light, .table-light > td, .table-light > th {
  background-color: #fffbf9
}
.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
  border-color: #fff8f5
}
.table-hover .table-light:hover {
  background-color: #ffeae0
}
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ffeae0
}
.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c2c6c6
}
.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #8d9495
}
.table-hover .table-dark:hover {
  background-color: #b5baba
}
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b5baba
}
.table-red, .table-red > td, .table-red > th {
  background-color: #ebc4cf
}
.table-red tbody + tbody, .table-red td, .table-red th, .table-red thead th {
  border-color: #da92a6
}
.table-hover .table-red:hover {
  background-color: #e5b1c0
}
.table-hover .table-red:hover > td, .table-hover .table-red:hover > th {
  background-color: #e5b1c0
}
.table-light-red, .table-light-red > td, .table-light-red > th {
  background-color: #f6dce3
}
.table-light-red tbody + tbody, .table-light-red td, .table-light-red th, .table-light-red thead th {
  border-color: #eebdcc
}
.table-hover .table-light-red:hover {
  background-color: #f1c8d3
}
.table-hover .table-light-red:hover > td, .table-hover .table-light-red:hover > th {
  background-color: #f1c8d3
}
.table-cream, .table-cream > td, .table-cream > th {
  background-color: #fff9f6
}
.table-cream tbody + tbody, .table-cream td, .table-cream th, .table-cream thead th {
  border-color: #fff5ef
}
.table-hover .table-cream:hover {
  background-color: #ffe8dd
}
.table-hover .table-cream:hover > td, .table-hover .table-cream:hover > th {
  background-color: #ffe8dd
}
.table-dark-cream, .table-dark-cream > td, .table-dark-cream > th {
  background-color: #fff5ef
}
.table-dark-cream tbody + tbody, .table-dark-cream td, .table-dark-cream th, .table-dark-cream thead th {
  border-color: #ffece2
}
.table-hover .table-dark-cream:hover {
  background-color: #ffe5d6
}
.table-hover .table-dark-cream:hover > td, .table-hover .table-dark-cream:hover > th {
  background-color: #ffe5d6
}
.table-gray, .table-gray > td, .table-gray > th {
  background-color: #d7d7d7
}
.table-gray tbody + tbody, .table-gray td, .table-gray th, .table-gray thead th {
  border-color: #b5b5b5
}
.table-hover .table-gray:hover {
  background-color: #cacaca
}
.table-hover .table-gray:hover > td, .table-hover .table-gray:hover > th {
  background-color: #cacaca
}
.table-black, .table-black > td, .table-black > th {
  background-color: #c1c1c1
}
.table-black tbody + tbody, .table-black td, .table-black th, .table-black thead th {
  border-color: #8c8c8c
}
.table-hover .table-black:hover {
  background-color: #b4b4b4
}
.table-hover .table-black:hover > td, .table-hover .table-black:hover > th {
  background-color: #b4b4b4
}
.table-white, .table-white > td, .table-white > th {
  background-color: #fff
}
.table-white tbody + tbody, .table-white td, .table-white th, .table-white thead th {
  border-color: #fff
}
.table-hover .table-white:hover {
  background-color: #f2f2f2
}
.table-hover .table-white:hover > td, .table-hover .table-white:hover > th {
  background-color: #f2f2f2
}
.table-light-gray, .table-light-gray > td, .table-light-gray > th {
  background-color: #f9fafb
}
.table-light-gray tbody + tbody, .table-light-gray td, .table-light-gray th, .table-light-gray thead th {
  border-color: #f5f5f7
}
.table-hover .table-light-gray:hover {
  background-color: #eaedf1
}
.table-hover .table-light-gray:hover > td, .table-hover .table-light-gray:hover > th {
  background-color: #eaedf1
}
.table-pink, .table-pink > td, .table-pink > th {
  background-color: #ffc4d4
}
.table-pink tbody + tbody, .table-pink td, .table-pink th, .table-pink thead th {
  border-color: #ff91ae
}
.table-hover .table-pink:hover {
  background-color: #ffabc1
}
.table-hover .table-pink:hover > td, .table-hover .table-pink:hover > th {
  background-color: #ffabc1
}
.table-light-pink, .table-light-pink > td, .table-light-pink > th {
  background-color: #ffeaef
}
.table-light-pink tbody + tbody, .table-light-pink td, .table-light-pink th, .table-light-pink thead th {
  border-color: #ffd7e2
}
.table-hover .table-light-pink:hover {
  background-color: #ffd1dc
}
.table-hover .table-light-pink:hover > td, .table-hover .table-light-pink:hover > th {
  background-color: #ffd1dc
}
.table-active, .table-active > td, .table-active > th {
  background-color: rgba(34, 34, 34, .075)
}
.table-hover .table-active:hover {
  background-color: rgba(21, 21, 21, .075)
}
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(21, 21, 21, .075)
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #707070
}
.table-dark {
  color: #fff;
  background-color: #343a40
}
.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #454d55
}
.table-dark.table-bordered {
  border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .05)
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .075)
}
@media (max-width:575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-sm > .table-bordered {
    border: 0
  }
}
@media (max-width:767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-md > .table-bordered {
    border: 0
  }
}
@media (max-width:991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-lg > .table-bordered {
    border: 0
  }
}
@media (max-width:1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-xl > .table-bordered {
    border: 0
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}
.table-responsive > .table-bordered {
  border: 0
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #e1859e;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(184, 46, 84, .25)
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}
input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
  appearance: none
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff
}
.form-control-file, .form-control-range {
  display: block;
  width: 100%
}
.col-form-label {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}
.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5
}
.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .5rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0
}
.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}
select.form-control[multiple], select.form-control[size] {
  height: auto
}
textarea.form-control {
  height: auto
}
.form-group {
  margin-bottom: 1rem
}
.form-text {
  display: block;
  margin-top: .25rem
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}
.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem
}
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem
}
.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  color: #6c757d
}
.form-check-label {
  margin-bottom: 0
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, .9);
  border-radius: 0
}
.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
  display: block
}
.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .25rem) center;
  background-size: calc(.75em + .5rem) calc(.75em + .5rem)
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(.375em + .25rem) right calc(.375em + .25rem)
}
.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(.75em + 2.5rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .5rem) calc(.75em + .5rem)
}
.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745
}
.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block
}
.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745
}
.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745
}
.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745
}
.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, .9);
  border-radius: 0
}
.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
  display: block
}
.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .25rem) center;
  background-size: calc(.75em + .5rem) calc(.75em + .5rem)
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(.375em + .25rem) right calc(.375em + .25rem)
}
.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(.75em + 2.5rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .5rem) calc(.75em + .5rem)
}
.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545
}
.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block
}
.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545
}
.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545
}
.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545
}
.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center
}
.form-inline .form-check {
  width: 100%
}
@media (min-width:576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
  .form-inline .form-control-plaintext {
    display: inline-block
  }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center
  }
  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}
#email-signup #gform_wrapper_1 #gform_1 input[type=submit], .btn, .pagination .page-numbers.current, .pagination .page-numbers.next, .pagination .page-numbers.prev, footer #gform_wrapper_1 #gform_1 input[type=submit] {
  display: inline-block;
  font-weight: 400;
  color: #000;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1rem 1.5rem;
  font-size: .875rem;
  line-height: 1;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  #email-signup #gform_wrapper_1 #gform_1 input[type=submit], .btn, .pagination .page-numbers.current, .pagination .page-numbers.next, .pagination .page-numbers.prev, footer #gform_wrapper_1 #gform_1 input[type=submit] {
    transition: none
  }
}
#email-signup #gform_wrapper_1 #gform_1 input[type=submit]:hover, .btn:hover, .pagination .page-numbers.current:hover, .pagination .page-numbers.next:hover, .pagination .page-numbers.prev:hover, footer #gform_wrapper_1 #gform_1 input[type=submit]:hover {
  color: #000;
  text-decoration: none
}
#email-signup #gform_wrapper_1 #gform_1 input.focus[type=submit], #email-signup #gform_wrapper_1 #gform_1 input[type=submit]:focus, .btn.focus, .btn:focus, .pagination .focus.page-numbers.current, .pagination .focus.page-numbers.next, .pagination .focus.page-numbers.prev, .pagination .page-numbers.current:focus, .pagination .page-numbers.next:focus, .pagination .page-numbers.prev:focus, footer #gform_wrapper_1 #gform_1 input.focus[type=submit], footer #gform_wrapper_1 #gform_1 input[type=submit]:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(184, 46, 84, .25)
}
#email-signup #gform_wrapper_1 #gform_1 input.disabled[type=submit], #email-signup #gform_wrapper_1 #gform_1 input[type=submit]:disabled, .btn.disabled, .btn:disabled, .pagination .disabled.page-numbers.current, .pagination .disabled.page-numbers.next, .pagination .disabled.page-numbers.prev, .pagination .page-numbers.current:disabled, .pagination .page-numbers.next:disabled, .pagination .page-numbers.prev:disabled, footer #gform_wrapper_1 #gform_1 input.disabled[type=submit], footer #gform_wrapper_1 #gform_1 input[type=submit]:disabled {
  opacity: .65
}
#email-signup #gform_wrapper_1 #gform_1 input[type=submit]:not(:disabled):not(.disabled), .btn:not(:disabled):not(.disabled), .pagination .page-numbers.current:not(:disabled):not(.disabled), .pagination .page-numbers.next:not(:disabled):not(.disabled), .pagination .page-numbers.prev:not(:disabled):not(.disabled), footer #gform_wrapper_1 #gform_1 input[type=submit]:not(:disabled):not(.disabled) {
  cursor: pointer
}
.pagination a.disabled.page-numbers.current, .pagination a.disabled.page-numbers.next, .pagination a.disabled.page-numbers.prev, .pagination fieldset:disabled a.page-numbers.current, .pagination fieldset:disabled a.page-numbers.next, .pagination fieldset:disabled a.page-numbers.prev, a.btn.disabled, fieldset:disabled .pagination a.page-numbers.current, fieldset:disabled .pagination a.page-numbers.next, fieldset:disabled .pagination a.page-numbers.prev, fieldset:disabled a.btn {
  pointer-events: none
}
#email-signup #gform_wrapper_1 #gform_1 input[type=submit], .btn-primary, .pagination .page-numbers.next, .pagination .page-numbers.prev, footer #gform_wrapper_1 #gform_1 input[type=submit] {
  color: #fff;
  background-color: #b82e54;
  border-color: #b82e54
}
#email-signup #gform_wrapper_1 #gform_1 input[type=submit]:hover, .btn-primary:hover, .pagination .page-numbers.next:hover, .pagination .page-numbers.prev:hover, footer #gform_wrapper_1 #gform_1 input[type=submit]:hover {
  color: #fff;
  background-color: #992646;
  border-color: #8f2441
}
#email-signup #gform_wrapper_1 #gform_1 input.focus[type=submit], #email-signup #gform_wrapper_1 #gform_1 input[type=submit]:focus, .btn-primary.focus, .btn-primary:focus, .pagination .focus.page-numbers.next, .pagination .focus.page-numbers.prev, .pagination .page-numbers.next:focus, .pagination .page-numbers.prev:focus, footer #gform_wrapper_1 #gform_1 input.focus[type=submit], footer #gform_wrapper_1 #gform_1 input[type=submit]:focus {
  color: #fff;
  background-color: #992646;
  border-color: #8f2441;
  box-shadow: 0 0 0 .2rem rgba(195, 77, 110, .5)
}
#email-signup #gform_wrapper_1 #gform_1 input.disabled[type=submit], #email-signup #gform_wrapper_1 #gform_1 input[type=submit]:disabled, .btn-primary.disabled, .btn-primary:disabled, .pagination .disabled.page-numbers.next, .pagination .disabled.page-numbers.prev, .pagination .page-numbers.next:disabled, .pagination .page-numbers.prev:disabled, footer #gform_wrapper_1 #gform_1 input.disabled[type=submit], footer #gform_wrapper_1 #gform_1 input[type=submit]:disabled {
  color: #fff;
  background-color: #b82e54;
  border-color: #b82e54
}
#email-signup #gform_wrapper_1 #gform_1 .show > input.dropdown-toggle[type=submit], #email-signup #gform_wrapper_1 #gform_1 input[type=submit]:not(:disabled):not(.disabled).active, #email-signup #gform_wrapper_1 #gform_1 input[type=submit]:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .pagination .page-numbers.next:not(:disabled):not(.disabled).active, .pagination .page-numbers.next:not(:disabled):not(.disabled):active, .pagination .page-numbers.prev:not(:disabled):not(.disabled).active, .pagination .page-numbers.prev:not(:disabled):not(.disabled):active, .pagination .show > .dropdown-toggle.page-numbers.next, .pagination .show > .dropdown-toggle.page-numbers.prev, .show > .btn-primary.dropdown-toggle, footer #gform_wrapper_1 #gform_1 .show > input.dropdown-toggle[type=submit], footer #gform_wrapper_1 #gform_1 input[type=submit]:not(:disabled):not(.disabled).active, footer #gform_wrapper_1 #gform_1 input[type=submit]:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #8f2441;
  border-color: #85213d
}
#email-signup #gform_wrapper_1 #gform_1 .show > input.dropdown-toggle[type=submit]:focus, #email-signup #gform_wrapper_1 #gform_1 input[type=submit]:not(:disabled):not(.disabled).active:focus, #email-signup #gform_wrapper_1 #gform_1 input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .pagination .page-numbers.next:not(:disabled):not(.disabled).active:focus, .pagination .page-numbers.next:not(:disabled):not(.disabled):active:focus, .pagination .page-numbers.prev:not(:disabled):not(.disabled).active:focus, .pagination .page-numbers.prev:not(:disabled):not(.disabled):active:focus, .pagination .show > .dropdown-toggle.page-numbers.next:focus, .pagination .show > .dropdown-toggle.page-numbers.prev:focus, .show > .btn-primary.dropdown-toggle:focus, footer #gform_wrapper_1 #gform_1 .show > input.dropdown-toggle[type=submit]:focus, footer #gform_wrapper_1 #gform_1 input[type=submit]:not(:disabled):not(.disabled).active:focus, footer #gform_wrapper_1 #gform_1 input[type=submit]:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(195, 77, 110, .5)
}
.btn-secondary {
  color: #fff;
  background-color: #707070;
  border-color: #707070
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5d5d5d;
  border-color: #575757
}
.btn-secondary.focus, .btn-secondary:focus {
  color: #fff;
  background-color: #5d5d5d;
  border-color: #575757;
  box-shadow: 0 0 0 .2rem rgba(133, 133, 133, .5)
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #707070;
  border-color: #707070
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #575757;
  border-color: #505050
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(133, 133, 133, .5)
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34
}
.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b
}
.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00
}
.btn-warning.focus, .btn-warning:focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500
}
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130
}
.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}
.btn-light {
  color: #212529;
  background-color: #fff2eb;
  border-color: #fff2eb
}
.btn-light:hover {
  color: #212529;
  background-color: #ffd9c5;
  border-color: #ffd1b8
}
.btn-light.focus, .btn-light:focus {
  color: #212529;
  background-color: #ffd9c5;
  border-color: #ffd1b8;
  box-shadow: 0 0 0 .2rem rgba(222, 211, 206, .5)
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #fff2eb;
  border-color: #fff2eb
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #ffd1b8;
  border-color: #ffc9ab
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 211, 206, .5)
}
.btn-dark, .pagination .page-numbers.current {
  color: #fff;
  background-color: #243234;
  border-color: #243234
}
.btn-dark:hover, .pagination .page-numbers.current:hover {
  color: #fff;
  background-color: #141c1d;
  border-color: #0f1516
}
.btn-dark.focus, .btn-dark:focus, .pagination .focus.page-numbers.current, .pagination .page-numbers.current:focus {
  color: #fff;
  background-color: #141c1d;
  border-color: #0f1516;
  box-shadow: 0 0 0 .2rem rgba(69, 81, 82, .5)
}
.btn-dark.disabled, .btn-dark:disabled, .pagination .disabled.page-numbers.current, .pagination .page-numbers.current:disabled {
  color: #fff;
  background-color: #243234;
  border-color: #243234
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .pagination .page-numbers.current:not(:disabled):not(.disabled).active, .pagination .page-numbers.current:not(:disabled):not(.disabled):active, .pagination .show > .dropdown-toggle.page-numbers.current, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0f1516;
  border-color: #0a0e0e
}
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .pagination .page-numbers.current:not(:disabled):not(.disabled).active:focus, .pagination .page-numbers.current:not(:disabled):not(.disabled):active:focus, .pagination .show > .dropdown-toggle.page-numbers.current:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(69, 81, 82, .5)
}
.btn-red {
  color: #fff;
  background-color: #b82e54;
  border-color: #b82e54
}
.btn-red:hover {
  color: #fff;
  background-color: #992646;
  border-color: #8f2441
}
.btn-red.focus, .btn-red:focus {
  color: #fff;
  background-color: #992646;
  border-color: #8f2441;
  box-shadow: 0 0 0 .2rem rgba(195, 77, 110, .5)
}
.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #b82e54;
  border-color: #b82e54
}
.btn-red:not(:disabled):not(.disabled).active, .btn-red:not(:disabled):not(.disabled):active, .show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #8f2441;
  border-color: #85213d
}
.btn-red:not(:disabled):not(.disabled).active:focus, .btn-red:not(:disabled):not(.disabled):active:focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(195, 77, 110, .5)
}
.btn-light-red {
  color: #212529;
  background-color: #df819c;
  border-color: #df819c
}
.btn-light-red:hover {
  color: #fff;
  background-color: #d76284;
  border-color: #d5587c
}
.btn-light-red.focus, .btn-light-red:focus {
  color: #fff;
  background-color: #d76284;
  border-color: #d5587c;
  box-shadow: 0 0 0 .2rem rgba(195, 115, 139, .5)
}
.btn-light-red.disabled, .btn-light-red:disabled {
  color: #212529;
  background-color: #df819c;
  border-color: #df819c
}
.btn-light-red:not(:disabled):not(.disabled).active, .btn-light-red:not(:disabled):not(.disabled):active, .show > .btn-light-red.dropdown-toggle {
  color: #fff;
  background-color: #d5587c;
  border-color: #d24e74
}
.btn-light-red:not(:disabled):not(.disabled).active:focus, .btn-light-red:not(:disabled):not(.disabled):active:focus, .show > .btn-light-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(195, 115, 139, .5)
}
.btn-cream {
  color: #212529;
  background-color: #ffebe0;
  border-color: #ffebe0
}
.btn-cream:hover {
  color: #212529;
  background-color: #ffd2ba;
  border-color: #ffcaad
}
.btn-cream.focus, .btn-cream:focus {
  color: #212529;
  background-color: #ffd2ba;
  border-color: #ffcaad;
  box-shadow: 0 0 0 .2rem rgba(222, 205, 197, .5)
}
.btn-cream.disabled, .btn-cream:disabled {
  color: #212529;
  background-color: #ffebe0;
  border-color: #ffebe0
}
.btn-cream:not(:disabled):not(.disabled).active, .btn-cream:not(:disabled):not(.disabled):active, .show > .btn-cream.dropdown-toggle {
  color: #212529;
  background-color: #ffcaad;
  border-color: #ffc2a0
}
.btn-cream:not(:disabled):not(.disabled).active:focus, .btn-cream:not(:disabled):not(.disabled):active:focus, .show > .btn-cream.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 205, 197, .5)
}
.btn-dark-cream {
  color: #212529;
  background-color: #ffdbc7;
  border-color: #ffdbc7
}
.btn-dark-cream:hover {
  color: #212529;
  background-color: #ffc2a0;
  border-color: #ffba94
}
.btn-dark-cream.focus, .btn-dark-cream:focus {
  color: #212529;
  background-color: #ffc2a0;
  border-color: #ffba94;
  box-shadow: 0 0 0 .2rem rgba(222, 191, 175, .5)
}
.btn-dark-cream.disabled, .btn-dark-cream:disabled {
  color: #212529;
  background-color: #ffdbc7;
  border-color: #ffdbc7
}
.btn-dark-cream:not(:disabled):not(.disabled).active, .btn-dark-cream:not(:disabled):not(.disabled):active, .show > .btn-dark-cream.dropdown-toggle {
  color: #212529;
  background-color: #ffba94;
  border-color: #ffb187
}
.btn-dark-cream:not(:disabled):not(.disabled).active:focus, .btn-dark-cream:not(:disabled):not(.disabled):active:focus, .show > .btn-dark-cream.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 191, 175, .5)
}
.btn-gray {
  color: #fff;
  background-color: #707070;
  border-color: #707070
}
.btn-gray:hover {
  color: #fff;
  background-color: #5d5d5d;
  border-color: #575757
}
.btn-gray.focus, .btn-gray:focus {
  color: #fff;
  background-color: #5d5d5d;
  border-color: #575757;
  box-shadow: 0 0 0 .2rem rgba(133, 133, 133, .5)
}
.btn-gray.disabled, .btn-gray:disabled {
  color: #fff;
  background-color: #707070;
  border-color: #707070
}
.btn-gray:not(:disabled):not(.disabled).active, .btn-gray:not(:disabled):not(.disabled):active, .show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #575757;
  border-color: #505050
}
.btn-gray:not(:disabled):not(.disabled).active:focus, .btn-gray:not(:disabled):not(.disabled):active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(133, 133, 133, .5)
}
.btn-black {
  color: #fff;
  background-color: #222;
  border-color: #222
}
.btn-black:hover {
  color: #fff;
  background-color: #0f0f0f;
  border-color: #090909
}
.btn-black.focus, .btn-black:focus {
  color: #fff;
  background-color: #0f0f0f;
  border-color: #090909;
  box-shadow: 0 0 0 .2rem rgba(67, 67, 67, .5)
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #222;
  border-color: #222
}
.btn-black:not(:disabled):not(.disabled).active, .btn-black:not(:disabled):not(.disabled):active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: #090909;
  border-color: #020202
}
.btn-black:not(:disabled):not(.disabled).active:focus, .btn-black:not(:disabled):not(.disabled):active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(67, 67, 67, .5)
}
.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff
}
.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6
}
.btn-white.focus, .btn-white:focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5)
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff
}
.btn-white:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled):active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf
}
.btn-white:not(:disabled):not(.disabled).active:focus, .btn-white:not(:disabled):not(.disabled):active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5)
}
.btn-light-gray {
  color: #212529;
  background-color: #ebecef;
  border-color: #ebecef
}
.btn-light-gray:hover {
  color: #212529;
  background-color: #d6d8de;
  border-color: #cfd1d8
}
.btn-light-gray.focus, .btn-light-gray:focus {
  color: #212529;
  background-color: #d6d8de;
  border-color: #cfd1d8;
  box-shadow: 0 0 0 .2rem rgba(205, 206, 209, .5)
}
.btn-light-gray.disabled, .btn-light-gray:disabled {
  color: #212529;
  background-color: #ebecef;
  border-color: #ebecef
}
.btn-light-gray:not(:disabled):not(.disabled).active, .btn-light-gray:not(:disabled):not(.disabled):active, .show > .btn-light-gray.dropdown-toggle {
  color: #212529;
  background-color: #cfd1d8;
  border-color: #c8cad3
}
.btn-light-gray:not(:disabled):not(.disabled).active:focus, .btn-light-gray:not(:disabled):not(.disabled):active:focus, .show > .btn-light-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(205, 206, 209, .5)
}
.btn-pink {
  color: #fff;
  background-color: #ff2b64;
  border-color: #ff2b64
}
.btn-pink:hover {
  color: #fff;
  background-color: #ff0548;
  border-color: #f70042
}
.btn-pink.focus, .btn-pink:focus {
  color: #fff;
  background-color: #ff0548;
  border-color: #f70042;
  box-shadow: 0 0 0 .2rem rgba(255, 75, 123, .5)
}
.btn-pink.disabled, .btn-pink:disabled {
  color: #fff;
  background-color: #ff2b64;
  border-color: #ff2b64
}
.btn-pink:not(:disabled):not(.disabled).active, .btn-pink:not(:disabled):not(.disabled):active, .show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #f70042;
  border-color: #ea003f
}
.btn-pink:not(:disabled):not(.disabled).active:focus, .btn-pink:not(:disabled):not(.disabled):active:focus, .show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 75, 123, .5)
}
.btn-light-pink {
  color: #212529;
  background-color: #ffb3c7;
  border-color: #ffb3c7
}
.btn-light-pink:hover {
  color: #212529;
  background-color: #ff8dab;
  border-color: #ff80a1
}
.btn-light-pink.focus, .btn-light-pink:focus {
  color: #212529;
  background-color: #ff8dab;
  border-color: #ff80a1;
  box-shadow: 0 0 0 .2rem rgba(222, 158, 175, .5)
}
.btn-light-pink.disabled, .btn-light-pink:disabled {
  color: #212529;
  background-color: #ffb3c7;
  border-color: #ffb3c7
}
.btn-light-pink:not(:disabled):not(.disabled).active, .btn-light-pink:not(:disabled):not(.disabled):active, .show > .btn-light-pink.dropdown-toggle {
  color: #212529;
  background-color: #ff80a1;
  border-color: #ff7398
}
.btn-light-pink:not(:disabled):not(.disabled).active:focus, .btn-light-pink:not(:disabled):not(.disabled):active:focus, .show > .btn-light-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 158, 175, .5)
}
.btn-outline-primary {
  color: #b82e54;
  border-color: #b82e54
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #b82e54;
  border-color: #b82e54
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(184, 46, 84, .5)
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #b82e54;
  background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #b82e54;
  border-color: #b82e54
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(184, 46, 84, .5)
}
.btn-outline-secondary {
  color: #707070;
  border-color: #707070
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #707070;
  border-color: #707070
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(112, 112, 112, .5)
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #707070;
  background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #707070;
  border-color: #707070
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(112, 112, 112, .5)
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}
.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}
.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-light {
  color: #fff2eb;
  border-color: #fff2eb
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #fff2eb;
  border-color: #fff2eb
}
.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 242, 235, .5)
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #fff2eb;
  background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #fff2eb;
  border-color: #fff2eb
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 242, 235, .5)
}
.btn-outline-dark {
  color: #243234;
  border-color: #243234
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #243234;
  border-color: #243234
}
.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(36, 50, 52, .5)
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #243234;
  background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #243234;
  border-color: #243234
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(36, 50, 52, .5)
}
.btn-outline-red {
  color: #b82e54;
  border-color: #b82e54
}
.btn-outline-red:hover {
  color: #fff;
  background-color: #b82e54;
  border-color: #b82e54
}
.btn-outline-red.focus, .btn-outline-red:focus {
  box-shadow: 0 0 0 .2rem rgba(184, 46, 84, .5)
}
.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #b82e54;
  background-color: transparent
}
.btn-outline-red:not(:disabled):not(.disabled).active, .btn-outline-red:not(:disabled):not(.disabled):active, .show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #b82e54;
  border-color: #b82e54
}
.btn-outline-red:not(:disabled):not(.disabled).active:focus, .btn-outline-red:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(184, 46, 84, .5)
}
.btn-outline-light-red {
  color: #df819c;
  border-color: #df819c
}
.btn-outline-light-red:hover {
  color: #212529;
  background-color: #df819c;
  border-color: #df819c
}
.btn-outline-light-red.focus, .btn-outline-light-red:focus {
  box-shadow: 0 0 0 .2rem rgba(223, 129, 156, .5)
}
.btn-outline-light-red.disabled, .btn-outline-light-red:disabled {
  color: #df819c;
  background-color: transparent
}
.btn-outline-light-red:not(:disabled):not(.disabled).active, .btn-outline-light-red:not(:disabled):not(.disabled):active, .show > .btn-outline-light-red.dropdown-toggle {
  color: #212529;
  background-color: #df819c;
  border-color: #df819c
}
.btn-outline-light-red:not(:disabled):not(.disabled).active:focus, .btn-outline-light-red:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(223, 129, 156, .5)
}
.btn-outline-cream {
  color: #ffebe0;
  border-color: #ffebe0
}
.btn-outline-cream:hover {
  color: #212529;
  background-color: #ffebe0;
  border-color: #ffebe0
}
.btn-outline-cream.focus, .btn-outline-cream:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 235, 224, .5)
}
.btn-outline-cream.disabled, .btn-outline-cream:disabled {
  color: #ffebe0;
  background-color: transparent
}
.btn-outline-cream:not(:disabled):not(.disabled).active, .btn-outline-cream:not(:disabled):not(.disabled):active, .show > .btn-outline-cream.dropdown-toggle {
  color: #212529;
  background-color: #ffebe0;
  border-color: #ffebe0
}
.btn-outline-cream:not(:disabled):not(.disabled).active:focus, .btn-outline-cream:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-cream.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 235, 224, .5)
}
.btn-outline-dark-cream {
  color: #ffdbc7;
  border-color: #ffdbc7
}
.btn-outline-dark-cream:hover {
  color: #212529;
  background-color: #ffdbc7;
  border-color: #ffdbc7
}
.btn-outline-dark-cream.focus, .btn-outline-dark-cream:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 219, 199, .5)
}
.btn-outline-dark-cream.disabled, .btn-outline-dark-cream:disabled {
  color: #ffdbc7;
  background-color: transparent
}
.btn-outline-dark-cream:not(:disabled):not(.disabled).active, .btn-outline-dark-cream:not(:disabled):not(.disabled):active, .show > .btn-outline-dark-cream.dropdown-toggle {
  color: #212529;
  background-color: #ffdbc7;
  border-color: #ffdbc7
}
.btn-outline-dark-cream:not(:disabled):not(.disabled).active:focus, .btn-outline-dark-cream:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark-cream.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 219, 199, .5)
}
.btn-outline-gray {
  color: #707070;
  border-color: #707070
}
.btn-outline-gray:hover {
  color: #fff;
  background-color: #707070;
  border-color: #707070
}
.btn-outline-gray.focus, .btn-outline-gray:focus {
  box-shadow: 0 0 0 .2rem rgba(112, 112, 112, .5)
}
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #707070;
  background-color: transparent
}
.btn-outline-gray:not(:disabled):not(.disabled).active, .btn-outline-gray:not(:disabled):not(.disabled):active, .show > .btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #707070;
  border-color: #707070
}
.btn-outline-gray:not(:disabled):not(.disabled).active:focus, .btn-outline-gray:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(112, 112, 112, .5)
}
.btn-outline-black {
  color: #222;
  border-color: #222
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #222;
  border-color: #222
}
.btn-outline-black.focus, .btn-outline-black:focus {
  box-shadow: 0 0 0 .2rem rgba(34, 34, 34, .5)
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #222;
  background-color: transparent
}
.btn-outline-black:not(:disabled):not(.disabled).active, .btn-outline-black:not(:disabled):not(.disabled):active, .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #222;
  border-color: #222
}
.btn-outline-black:not(:disabled):not(.disabled).active:focus, .btn-outline-black:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(34, 34, 34, .5)
}
.btn-outline-white {
  color: #fff;
  border-color: #fff
}
.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff
}
.btn-outline-white.focus, .btn-outline-white:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent
}
.btn-outline-white:not(:disabled):not(.disabled).active, .btn-outline-white:not(:disabled):not(.disabled):active, .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff
}
.btn-outline-white:not(:disabled):not(.disabled).active:focus, .btn-outline-white:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}
.btn-outline-light-gray {
  color: #ebecef;
  border-color: #ebecef
}
.btn-outline-light-gray:hover {
  color: #212529;
  background-color: #ebecef;
  border-color: #ebecef
}
.btn-outline-light-gray.focus, .btn-outline-light-gray:focus {
  box-shadow: 0 0 0 .2rem rgba(235, 236, 239, .5)
}
.btn-outline-light-gray.disabled, .btn-outline-light-gray:disabled {
  color: #ebecef;
  background-color: transparent
}
.btn-outline-light-gray:not(:disabled):not(.disabled).active, .btn-outline-light-gray:not(:disabled):not(.disabled):active, .show > .btn-outline-light-gray.dropdown-toggle {
  color: #212529;
  background-color: #ebecef;
  border-color: #ebecef
}
.btn-outline-light-gray:not(:disabled):not(.disabled).active:focus, .btn-outline-light-gray:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(235, 236, 239, .5)
}
.btn-outline-pink {
  color: #ff2b64;
  border-color: #ff2b64
}
.btn-outline-pink:hover {
  color: #fff;
  background-color: #ff2b64;
  border-color: #ff2b64
}
.btn-outline-pink.focus, .btn-outline-pink:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 43, 100, .5)
}
.btn-outline-pink.disabled, .btn-outline-pink:disabled {
  color: #ff2b64;
  background-color: transparent
}
.btn-outline-pink:not(:disabled):not(.disabled).active, .btn-outline-pink:not(:disabled):not(.disabled):active, .show > .btn-outline-pink.dropdown-toggle {
  color: #fff;
  background-color: #ff2b64;
  border-color: #ff2b64
}
.btn-outline-pink:not(:disabled):not(.disabled).active:focus, .btn-outline-pink:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 43, 100, .5)
}
.btn-outline-light-pink {
  color: #ffb3c7;
  border-color: #ffb3c7
}
.btn-outline-light-pink:hover {
  color: #212529;
  background-color: #ffb3c7;
  border-color: #ffb3c7
}
.btn-outline-light-pink.focus, .btn-outline-light-pink:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 179, 199, .5)
}
.btn-outline-light-pink.disabled, .btn-outline-light-pink:disabled {
  color: #ffb3c7;
  background-color: transparent
}
.btn-outline-light-pink:not(:disabled):not(.disabled).active, .btn-outline-light-pink:not(:disabled):not(.disabled):active, .show > .btn-outline-light-pink.dropdown-toggle {
  color: #212529;
  background-color: #ffb3c7;
  border-color: #ffb3c7
}
.btn-outline-light-pink:not(:disabled):not(.disabled).active:focus, .btn-outline-light-pink:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 179, 199, .5)
}
.btn-link {
  font-weight: 400;
  color: #b82e54;
  text-decoration: none
}
.btn-link:hover {
  color: #7b1f38;
  text-decoration: none
}
.btn-link.focus, .btn-link:focus {
  text-decoration: none
}
.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none
}
#email-signup #gform_wrapper_1 #gform_1 .btn-group-lg > input[type=submit], .btn-group-lg > .btn, .btn-lg, .pagination .btn-group-lg > .page-numbers.current, .pagination .btn-group-lg > .page-numbers.next, .pagination .btn-group-lg > .page-numbers.prev, footer #gform_wrapper_1 #gform_1 .btn-group-lg > input[type=submit] {
  padding: 1.5rem 2rem;
  font-size: .875rem;
  line-height: 1;
  border-radius: .3rem
}
#email-signup #gform_wrapper_1 #gform_1 .btn-group-sm > input[type=submit], .btn-group-sm > .btn, .btn-sm, .pagination .page-numbers.current, .pagination .page-numbers.next, .pagination .page-numbers.prev, footer #gform_wrapper_1 #gform_1 .btn-group-sm > input[type=submit] {
  padding: .75rem 1rem;
  font-size: .875rem;
  line-height: 1;
  border-radius: .2rem
}
.btn-block {
  display: block;
  width: 100%
}
.btn-block + .btn-block {
  margin-top: .5rem
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%
}
.fade {
  transition: opacity .15s linear
}
@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}
.fade:not(.show) {
  opacity: 0
}
.collapse:not(.show) {
  display: none
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}
@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative
}
.dropdown-toggle {
  white-space: nowrap
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}
.dropdown-toggle:empty::after {
  margin-left: 0
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(34, 34, 34, .15);
  border-radius: 0
}
.dropdown-menu-left {
  right: auto;
  left: 0
}
.dropdown-menu-right {
  right: 0;
  left: auto
}
@media (min-width:576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto
  }
}
@media (min-width:768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto
  }
}
@media (min-width:992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto
  }
}
@media (min-width:1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0
}
.dropright .dropdown-toggle::after {
  vertical-align: 0
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""
}
.dropleft .dropdown-toggle::after {
  display: none
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto
}
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #b82e54
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent
}
.dropdown-menu.show {
  display: block
}
.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap
}
.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle
}
#email-signup #gform_wrapper_1 #gform_1 .btn-group-vertical > input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .btn-group > input[type=submit], .btn-group-vertical > .btn, .btn-group > .btn, .pagination .btn-group-vertical > .page-numbers.current, .pagination .btn-group-vertical > .page-numbers.next, .pagination .btn-group-vertical > .page-numbers.prev, .pagination .btn-group > .page-numbers.current, .pagination .btn-group > .page-numbers.next, .pagination .btn-group > .page-numbers.prev, footer #gform_wrapper_1 #gform_1 .btn-group-vertical > input[type=submit], footer #gform_wrapper_1 #gform_1 .btn-group > input[type=submit] {
  position: relative;
  flex: 1 1 auto
}
#email-signup #gform_wrapper_1 #gform_1 .btn-group-vertical > input[type=submit]:hover, #email-signup #gform_wrapper_1 #gform_1 .btn-group > input[type=submit]:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:hover, .pagination .btn-group-vertical > .page-numbers.current:hover, .pagination .btn-group-vertical > .page-numbers.next:hover, .pagination .btn-group-vertical > .page-numbers.prev:hover, .pagination .btn-group > .page-numbers.current:hover, .pagination .btn-group > .page-numbers.next:hover, .pagination .btn-group > .page-numbers.prev:hover, footer #gform_wrapper_1 #gform_1 .btn-group-vertical > input[type=submit]:hover, footer #gform_wrapper_1 #gform_1 .btn-group > input[type=submit]:hover {
  z-index: 1
}
#email-signup #gform_wrapper_1 #gform_1 .btn-group-vertical > input.active[type=submit], #email-signup #gform_wrapper_1 #gform_1 .btn-group-vertical > input[type=submit]:active, #email-signup #gform_wrapper_1 #gform_1 .btn-group-vertical > input[type=submit]:focus, #email-signup #gform_wrapper_1 #gform_1 .btn-group > input.active[type=submit], #email-signup #gform_wrapper_1 #gform_1 .btn-group > input[type=submit]:active, #email-signup #gform_wrapper_1 #gform_1 .btn-group > input[type=submit]:focus, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .pagination .btn-group-vertical > .active.page-numbers.current, .pagination .btn-group-vertical > .active.page-numbers.next, .pagination .btn-group-vertical > .active.page-numbers.prev, .pagination .btn-group-vertical > .page-numbers.current:active, .pagination .btn-group-vertical > .page-numbers.current:focus, .pagination .btn-group-vertical > .page-numbers.next:active, .pagination .btn-group-vertical > .page-numbers.next:focus, .pagination .btn-group-vertical > .page-numbers.prev:active, .pagination .btn-group-vertical > .page-numbers.prev:focus, .pagination .btn-group > .active.page-numbers.current, .pagination .btn-group > .active.page-numbers.next, .pagination .btn-group > .active.page-numbers.prev, .pagination .btn-group > .page-numbers.current:active, .pagination .btn-group > .page-numbers.current:focus, .pagination .btn-group > .page-numbers.next:active, .pagination .btn-group > .page-numbers.next:focus, .pagination .btn-group > .page-numbers.prev:active, .pagination .btn-group > .page-numbers.prev:focus, footer #gform_wrapper_1 #gform_1 .btn-group-vertical > input.active[type=submit], footer #gform_wrapper_1 #gform_1 .btn-group-vertical > input[type=submit]:active, footer #gform_wrapper_1 #gform_1 .btn-group-vertical > input[type=submit]:focus, footer #gform_wrapper_1 #gform_1 .btn-group > input.active[type=submit], footer #gform_wrapper_1 #gform_1 .btn-group > input[type=submit]:active, footer #gform_wrapper_1 #gform_1 .btn-group > input[type=submit]:focus {
  z-index: 1
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}
.btn-toolbar .input-group {
  width: auto
}
#email-signup #gform_wrapper_1 #gform_1 .btn-group > input[type=submit]:not(:first-child), .btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child), .pagination .btn-group > .page-numbers.current:not(:first-child), .pagination .btn-group > .page-numbers.next:not(:first-child), .pagination .btn-group > .page-numbers.prev:not(:first-child), footer #gform_wrapper_1 #gform_1 .btn-group > input[type=submit]:not(:first-child) {
  margin-left: -1px
}
#email-signup #gform_wrapper_1 #gform_1 .btn-group > .btn-group:not(:last-child) > input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .pagination .btn-group > .btn-group:not(:last-child) > .page-numbers.current, .pagination .btn-group > .btn-group:not(:last-child) > .page-numbers.next, .pagination .btn-group > .btn-group:not(:last-child) > .page-numbers.prev, .pagination .btn-group > .page-numbers.current:not(:last-child):not(.dropdown-toggle), .pagination .btn-group > .page-numbers.next:not(:last-child):not(.dropdown-toggle), .pagination .btn-group > .page-numbers.prev:not(:last-child):not(.dropdown-toggle), footer #gform_wrapper_1 #gform_1 .btn-group > .btn-group:not(:last-child) > input[type=submit], footer #gform_wrapper_1 #gform_1 .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
#email-signup #gform_wrapper_1 #gform_1 .btn-group > .btn-group:not(:first-child) > input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .btn-group > input[type=submit]:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child), .pagination .btn-group > .btn-group:not(:first-child) > .page-numbers.current, .pagination .btn-group > .btn-group:not(:first-child) > .page-numbers.next, .pagination .btn-group > .btn-group:not(:first-child) > .page-numbers.prev, .pagination .btn-group > .page-numbers.current:not(:first-child), .pagination .btn-group > .page-numbers.next:not(:first-child), .pagination .btn-group > .page-numbers.prev:not(:first-child), footer #gform_wrapper_1 #gform_1 .btn-group > .btn-group:not(:first-child) > input[type=submit], footer #gform_wrapper_1 #gform_1 .btn-group > input[type=submit]:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem
}
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0
}
#email-signup #gform_wrapper_1 #gform_1 .btn-group-sm > input[type=submit] + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split, .pagination .btn-group-sm > .page-numbers.current + .dropdown-toggle-split, .pagination .btn-group-sm > .page-numbers.next + .dropdown-toggle-split, .pagination .btn-group-sm > .page-numbers.prev + .dropdown-toggle-split, .pagination .page-numbers.current + .dropdown-toggle-split, .pagination .page-numbers.next + .dropdown-toggle-split, .pagination .page-numbers.prev + .dropdown-toggle-split, footer #gform_wrapper_1 #gform_1 .btn-group-sm > input[type=submit] + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}
#email-signup #gform_wrapper_1 #gform_1 .btn-group-lg > input[type=submit] + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split, .pagination .btn-group-lg > .page-numbers.current + .dropdown-toggle-split, .pagination .btn-group-lg > .page-numbers.next + .dropdown-toggle-split, .pagination .btn-group-lg > .page-numbers.prev + .dropdown-toggle-split, footer #gform_wrapper_1 #gform_1 .btn-group-lg > input[type=submit] + .dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center
}
#email-signup #gform_wrapper_1 #gform_1 .btn-group-vertical > input[type=submit], .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .pagination .btn-group-vertical > .page-numbers.current, .pagination .btn-group-vertical > .page-numbers.next, .pagination .btn-group-vertical > .page-numbers.prev, footer #gform_wrapper_1 #gform_1 .btn-group-vertical > input[type=submit] {
  width: 100%
}
#email-signup #gform_wrapper_1 #gform_1 .btn-group-vertical > input[type=submit]:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child), .pagination .btn-group-vertical > .page-numbers.current:not(:first-child), .pagination .btn-group-vertical > .page-numbers.next:not(:first-child), .pagination .btn-group-vertical > .page-numbers.prev:not(:first-child), footer #gform_wrapper_1 #gform_1 .btn-group-vertical > input[type=submit]:not(:first-child) {
  margin-top: -1px
}
#email-signup #gform_wrapper_1 #gform_1 .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .pagination .btn-group-vertical > .btn-group:not(:last-child) > .page-numbers.current, .pagination .btn-group-vertical > .btn-group:not(:last-child) > .page-numbers.next, .pagination .btn-group-vertical > .btn-group:not(:last-child) > .page-numbers.prev, .pagination .btn-group-vertical > .page-numbers.current:not(:last-child):not(.dropdown-toggle), .pagination .btn-group-vertical > .page-numbers.next:not(:last-child):not(.dropdown-toggle), .pagination .btn-group-vertical > .page-numbers.prev:not(:last-child):not(.dropdown-toggle), footer #gform_wrapper_1 #gform_1 .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit], footer #gform_wrapper_1 #gform_1 .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
#email-signup #gform_wrapper_1 #gform_1 .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .btn-group-vertical > input[type=submit]:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child), .pagination .btn-group-vertical > .btn-group:not(:first-child) > .page-numbers.current, .pagination .btn-group-vertical > .btn-group:not(:first-child) > .page-numbers.next, .pagination .btn-group-vertical > .btn-group:not(:first-child) > .page-numbers.prev, .pagination .btn-group-vertical > .page-numbers.current:not(:first-child), .pagination .btn-group-vertical > .page-numbers.next:not(:first-child), .pagination .btn-group-vertical > .page-numbers.prev:not(:first-child), footer #gform_wrapper_1 #gform_1 .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit], footer #gform_wrapper_1 #gform_1 .btn-group-vertical > input[type=submit]:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
#email-signup #gform_wrapper_1 #gform_1 .btn-group-toggle > .btn-group > input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .btn-group-toggle > input[type=submit], .btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn, .pagination .btn-group-toggle > .btn-group > .page-numbers.current, .pagination .btn-group-toggle > .btn-group > .page-numbers.next, .pagination .btn-group-toggle > .btn-group > .page-numbers.prev, .pagination .btn-group-toggle > .page-numbers.current, .pagination .btn-group-toggle > .page-numbers.next, .pagination .btn-group-toggle > .page-numbers.prev, footer #gform_wrapper_1 #gform_1 .btn-group-toggle > .btn-group > input[type=submit], footer #gform_wrapper_1 #gform_1 .btn-group-toggle > input[type=submit] {
  margin-bottom: 0
}
#email-signup #gform_wrapper_1 #gform_1 .btn-group-toggle > input[type=submit] input[type=checkbox], #email-signup #gform_wrapper_1 #gform_1 .btn-group-toggle > input[type=submit] input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .pagination .btn-group-toggle > .page-numbers.current input[type=checkbox], .pagination .btn-group-toggle > .page-numbers.current input[type=radio], .pagination .btn-group-toggle > .page-numbers.next input[type=checkbox], .pagination .btn-group-toggle > .page-numbers.next input[type=radio], .pagination .btn-group-toggle > .page-numbers.prev input[type=checkbox], .pagination .btn-group-toggle > .page-numbers.prev input[type=radio], footer #gform_wrapper_1 #gform_1 .btn-group-toggle > input[type=submit] input[type=checkbox], footer #gform_wrapper_1 #gform_1 .btn-group-toggle > input[type=submit] input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%
}
.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0
}
.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
  margin-left: -1px
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4
}
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.input-group > .custom-file {
  display: flex;
  align-items: center
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.input-group-append, .input-group-prepend {
  display: flex
}
#email-signup #gform_wrapper_1 #gform_1 .input-group-append input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .input-group-prepend input[type=submit], .input-group-append #email-signup #gform_wrapper_1 #gform_1 input[type=submit], .input-group-append .btn, .input-group-append .pagination .page-numbers.current, .input-group-append .pagination .page-numbers.next, .input-group-append .pagination .page-numbers.prev, .input-group-append footer #gform_wrapper_1 #gform_1 input[type=submit], .input-group-prepend #email-signup #gform_wrapper_1 #gform_1 input[type=submit], .input-group-prepend .btn, .input-group-prepend .pagination .page-numbers.current, .input-group-prepend .pagination .page-numbers.next, .input-group-prepend .pagination .page-numbers.prev, .input-group-prepend footer #gform_wrapper_1 #gform_1 input[type=submit], .pagination .input-group-append .page-numbers.current, .pagination .input-group-append .page-numbers.next, .pagination .input-group-append .page-numbers.prev, .pagination .input-group-prepend .page-numbers.current, .pagination .input-group-prepend .page-numbers.next, .pagination .input-group-prepend .page-numbers.prev, footer #gform_wrapper_1 #gform_1 .input-group-append input[type=submit], footer #gform_wrapper_1 #gform_1 .input-group-prepend input[type=submit] {
  position: relative;
  z-index: 2
}
#email-signup #gform_wrapper_1 #gform_1 .input-group-append input[type=submit]:focus, #email-signup #gform_wrapper_1 #gform_1 .input-group-prepend input[type=submit]:focus, .input-group-append #email-signup #gform_wrapper_1 #gform_1 input[type=submit]:focus, .input-group-append .btn:focus, .input-group-append .pagination .page-numbers.current:focus, .input-group-append .pagination .page-numbers.next:focus, .input-group-append .pagination .page-numbers.prev:focus, .input-group-append footer #gform_wrapper_1 #gform_1 input[type=submit]:focus, .input-group-prepend #email-signup #gform_wrapper_1 #gform_1 input[type=submit]:focus, .input-group-prepend .btn:focus, .input-group-prepend .pagination .page-numbers.current:focus, .input-group-prepend .pagination .page-numbers.next:focus, .input-group-prepend .pagination .page-numbers.prev:focus, .input-group-prepend footer #gform_wrapper_1 #gform_1 input[type=submit]:focus, .pagination .input-group-append .page-numbers.current:focus, .pagination .input-group-append .page-numbers.next:focus, .pagination .input-group-append .page-numbers.prev:focus, .pagination .input-group-prepend .page-numbers.current:focus, .pagination .input-group-prepend .page-numbers.next:focus, .pagination .input-group-prepend .page-numbers.prev:focus, footer #gform_wrapper_1 #gform_1 .input-group-append input[type=submit]:focus, footer #gform_wrapper_1 #gform_1 .input-group-prepend input[type=submit]:focus {
  z-index: 3
}
#email-signup #gform_wrapper_1 #gform_1 .input-group-append .btn + input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .input-group-append .input-group-text + input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .input-group-append .pagination .page-numbers.current + input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .input-group-append .pagination .page-numbers.next + input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .input-group-append .pagination .page-numbers.prev + input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .input-group-append .pagination input[type=submit] + .page-numbers.current, #email-signup #gform_wrapper_1 #gform_1 .input-group-append .pagination input[type=submit] + .page-numbers.next, #email-signup #gform_wrapper_1 #gform_1 .input-group-append .pagination input[type=submit] + .page-numbers.prev, #email-signup #gform_wrapper_1 #gform_1 .input-group-append input[type=submit] + .btn, #email-signup #gform_wrapper_1 #gform_1 .input-group-append input[type=submit] + .input-group-text, #email-signup #gform_wrapper_1 #gform_1 .input-group-append input[type=submit] + input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .input-group-prepend .btn + input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .input-group-prepend .input-group-text + input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .input-group-prepend .pagination .page-numbers.current + input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .input-group-prepend .pagination .page-numbers.next + input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .input-group-prepend .pagination .page-numbers.prev + input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .input-group-prepend .pagination input[type=submit] + .page-numbers.current, #email-signup #gform_wrapper_1 #gform_1 .input-group-prepend .pagination input[type=submit] + .page-numbers.next, #email-signup #gform_wrapper_1 #gform_1 .input-group-prepend .pagination input[type=submit] + .page-numbers.prev, #email-signup #gform_wrapper_1 #gform_1 .input-group-prepend input[type=submit] + .btn, #email-signup #gform_wrapper_1 #gform_1 .input-group-prepend input[type=submit] + .input-group-text, #email-signup #gform_wrapper_1 #gform_1 .input-group-prepend input[type=submit] + input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .pagination .input-group-append .page-numbers.current + input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .pagination .input-group-append .page-numbers.next + input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .pagination .input-group-append .page-numbers.prev + input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .pagination .input-group-append input[type=submit] + .page-numbers.current, #email-signup #gform_wrapper_1 #gform_1 .pagination .input-group-append input[type=submit] + .page-numbers.next, #email-signup #gform_wrapper_1 #gform_1 .pagination .input-group-append input[type=submit] + .page-numbers.prev, #email-signup #gform_wrapper_1 #gform_1 .pagination .input-group-prepend .page-numbers.current + input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .pagination .input-group-prepend .page-numbers.next + input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .pagination .input-group-prepend .page-numbers.prev + input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .pagination .input-group-prepend input[type=submit] + .page-numbers.current, #email-signup #gform_wrapper_1 #gform_1 .pagination .input-group-prepend input[type=submit] + .page-numbers.next, #email-signup #gform_wrapper_1 #gform_1 .pagination .input-group-prepend input[type=submit] + .page-numbers.prev, #email-signup footer #gform_wrapper_1 #gform_1 .input-group-append input[type=submit] + input[type=submit], #email-signup footer #gform_wrapper_1 #gform_1 .input-group-prepend input[type=submit] + input[type=submit], .input-group-append #email-signup #gform_wrapper_1 #gform_1 .btn + input[type=submit], .input-group-append #email-signup #gform_wrapper_1 #gform_1 .input-group-text + input[type=submit], .input-group-append #email-signup #gform_wrapper_1 #gform_1 input[type=submit] + .btn, .input-group-append #email-signup #gform_wrapper_1 #gform_1 input[type=submit] + .input-group-text, .input-group-append #email-signup #gform_wrapper_1 #gform_1 input[type=submit] + input[type=submit], .input-group-append #email-signup footer #gform_wrapper_1 #gform_1 input[type=submit] + input[type=submit], .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-append .pagination #email-signup #gform_wrapper_1 #gform_1 .page-numbers.current + input[type=submit], .input-group-append .pagination #email-signup #gform_wrapper_1 #gform_1 .page-numbers.next + input[type=submit], .input-group-append .pagination #email-signup #gform_wrapper_1 #gform_1 .page-numbers.prev + input[type=submit], .input-group-append .pagination #email-signup #gform_wrapper_1 #gform_1 input[type=submit] + .page-numbers.current, .input-group-append .pagination #email-signup #gform_wrapper_1 #gform_1 input[type=submit] + .page-numbers.next, .input-group-append .pagination #email-signup #gform_wrapper_1 #gform_1 input[type=submit] + .page-numbers.prev, .input-group-append .pagination .btn + .page-numbers.current, .input-group-append .pagination .btn + .page-numbers.next, .input-group-append .pagination .btn + .page-numbers.prev, .input-group-append .pagination .input-group-text + .page-numbers.current, .input-group-append .pagination .input-group-text + .page-numbers.next, .input-group-append .pagination .input-group-text + .page-numbers.prev, .input-group-append .pagination .page-numbers.current + .btn, .input-group-append .pagination .page-numbers.current + .input-group-text, .input-group-append .pagination .page-numbers.current + .page-numbers.current, .input-group-append .pagination .page-numbers.current + .page-numbers.next, .input-group-append .pagination .page-numbers.current + .page-numbers.prev, .input-group-append .pagination .page-numbers.next + .btn, .input-group-append .pagination .page-numbers.next + .input-group-text, .input-group-append .pagination .page-numbers.next + .page-numbers.current, .input-group-append .pagination .page-numbers.next + .page-numbers.next, .input-group-append .pagination .page-numbers.next + .page-numbers.prev, .input-group-append .pagination .page-numbers.prev + .btn, .input-group-append .pagination .page-numbers.prev + .input-group-text, .input-group-append .pagination .page-numbers.prev + .page-numbers.current, .input-group-append .pagination .page-numbers.prev + .page-numbers.next, .input-group-append .pagination .page-numbers.prev + .page-numbers.prev, .input-group-append .pagination footer #gform_wrapper_1 #gform_1 .page-numbers.current + input[type=submit], .input-group-append .pagination footer #gform_wrapper_1 #gform_1 .page-numbers.next + input[type=submit], .input-group-append .pagination footer #gform_wrapper_1 #gform_1 .page-numbers.prev + input[type=submit], .input-group-append .pagination footer #gform_wrapper_1 #gform_1 input[type=submit] + .page-numbers.current, .input-group-append .pagination footer #gform_wrapper_1 #gform_1 input[type=submit] + .page-numbers.next, .input-group-append .pagination footer #gform_wrapper_1 #gform_1 input[type=submit] + .page-numbers.prev, .input-group-append footer #gform_wrapper_1 #gform_1 .btn + input[type=submit], .input-group-append footer #gform_wrapper_1 #gform_1 .input-group-text + input[type=submit], .input-group-append footer #gform_wrapper_1 #gform_1 input[type=submit] + .btn, .input-group-append footer #gform_wrapper_1 #gform_1 input[type=submit] + .input-group-text, .input-group-append footer #gform_wrapper_1 #gform_1 input[type=submit] + input[type=submit], .input-group-prepend #email-signup #gform_wrapper_1 #gform_1 .btn + input[type=submit], .input-group-prepend #email-signup #gform_wrapper_1 #gform_1 .input-group-text + input[type=submit], .input-group-prepend #email-signup #gform_wrapper_1 #gform_1 input[type=submit] + .btn, .input-group-prepend #email-signup #gform_wrapper_1 #gform_1 input[type=submit] + .input-group-text, .input-group-prepend #email-signup #gform_wrapper_1 #gform_1 input[type=submit] + input[type=submit], .input-group-prepend #email-signup footer #gform_wrapper_1 #gform_1 input[type=submit] + input[type=submit], .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .pagination #email-signup #gform_wrapper_1 #gform_1 .page-numbers.current + input[type=submit], .input-group-prepend .pagination #email-signup #gform_wrapper_1 #gform_1 .page-numbers.next + input[type=submit], .input-group-prepend .pagination #email-signup #gform_wrapper_1 #gform_1 .page-numbers.prev + input[type=submit], .input-group-prepend .pagination #email-signup #gform_wrapper_1 #gform_1 input[type=submit] + .page-numbers.current, .input-group-prepend .pagination #email-signup #gform_wrapper_1 #gform_1 input[type=submit] + .page-numbers.next, .input-group-prepend .pagination #email-signup #gform_wrapper_1 #gform_1 input[type=submit] + .page-numbers.prev, .input-group-prepend .pagination .btn + .page-numbers.current, .input-group-prepend .pagination .btn + .page-numbers.next, .input-group-prepend .pagination .btn + .page-numbers.prev, .input-group-prepend .pagination .input-group-text + .page-numbers.current, .input-group-prepend .pagination .input-group-text + .page-numbers.next, .input-group-prepend .pagination .input-group-text + .page-numbers.prev, .input-group-prepend .pagination .page-numbers.current + .btn, .input-group-prepend .pagination .page-numbers.current + .input-group-text, .input-group-prepend .pagination .page-numbers.current + .page-numbers.current, .input-group-prepend .pagination .page-numbers.current + .page-numbers.next, .input-group-prepend .pagination .page-numbers.current + .page-numbers.prev, .input-group-prepend .pagination .page-numbers.next + .btn, .input-group-prepend .pagination .page-numbers.next + .input-group-text, .input-group-prepend .pagination .page-numbers.next + .page-numbers.current, .input-group-prepend .pagination .page-numbers.next + .page-numbers.next, .input-group-prepend .pagination .page-numbers.next + .page-numbers.prev, .input-group-prepend .pagination .page-numbers.prev + .btn, .input-group-prepend .pagination .page-numbers.prev + .input-group-text, .input-group-prepend .pagination .page-numbers.prev + .page-numbers.current, .input-group-prepend .pagination .page-numbers.prev + .page-numbers.next, .input-group-prepend .pagination .page-numbers.prev + .page-numbers.prev, .input-group-prepend .pagination footer #gform_wrapper_1 #gform_1 .page-numbers.current + input[type=submit], .input-group-prepend .pagination footer #gform_wrapper_1 #gform_1 .page-numbers.next + input[type=submit], .input-group-prepend .pagination footer #gform_wrapper_1 #gform_1 .page-numbers.prev + input[type=submit], .input-group-prepend .pagination footer #gform_wrapper_1 #gform_1 input[type=submit] + .page-numbers.current, .input-group-prepend .pagination footer #gform_wrapper_1 #gform_1 input[type=submit] + .page-numbers.next, .input-group-prepend .pagination footer #gform_wrapper_1 #gform_1 input[type=submit] + .page-numbers.prev, .input-group-prepend footer #gform_wrapper_1 #gform_1 .btn + input[type=submit], .input-group-prepend footer #gform_wrapper_1 #gform_1 .input-group-text + input[type=submit], .input-group-prepend footer #gform_wrapper_1 #gform_1 input[type=submit] + .btn, .input-group-prepend footer #gform_wrapper_1 #gform_1 input[type=submit] + .input-group-text, .input-group-prepend footer #gform_wrapper_1 #gform_1 input[type=submit] + input[type=submit], .pagination .input-group-append #email-signup #gform_wrapper_1 #gform_1 .page-numbers.current + input[type=submit], .pagination .input-group-append #email-signup #gform_wrapper_1 #gform_1 .page-numbers.next + input[type=submit], .pagination .input-group-append #email-signup #gform_wrapper_1 #gform_1 .page-numbers.prev + input[type=submit], .pagination .input-group-append #email-signup #gform_wrapper_1 #gform_1 input[type=submit] + .page-numbers.current, .pagination .input-group-append #email-signup #gform_wrapper_1 #gform_1 input[type=submit] + .page-numbers.next, .pagination .input-group-append #email-signup #gform_wrapper_1 #gform_1 input[type=submit] + .page-numbers.prev, .pagination .input-group-append .btn + .page-numbers.current, .pagination .input-group-append .btn + .page-numbers.next, .pagination .input-group-append .btn + .page-numbers.prev, .pagination .input-group-append .input-group-text + .page-numbers.current, .pagination .input-group-append .input-group-text + .page-numbers.next, .pagination .input-group-append .input-group-text + .page-numbers.prev, .pagination .input-group-append .page-numbers.current + .btn, .pagination .input-group-append .page-numbers.current + .input-group-text, .pagination .input-group-append .page-numbers.current + .page-numbers.current, .pagination .input-group-append .page-numbers.current + .page-numbers.next, .pagination .input-group-append .page-numbers.current + .page-numbers.prev, .pagination .input-group-append .page-numbers.next + .btn, .pagination .input-group-append .page-numbers.next + .input-group-text, .pagination .input-group-append .page-numbers.next + .page-numbers.current, .pagination .input-group-append .page-numbers.next + .page-numbers.next, .pagination .input-group-append .page-numbers.next + .page-numbers.prev, .pagination .input-group-append .page-numbers.prev + .btn, .pagination .input-group-append .page-numbers.prev + .input-group-text, .pagination .input-group-append .page-numbers.prev + .page-numbers.current, .pagination .input-group-append .page-numbers.prev + .page-numbers.next, .pagination .input-group-append .page-numbers.prev + .page-numbers.prev, .pagination .input-group-append footer #gform_wrapper_1 #gform_1 .page-numbers.current + input[type=submit], .pagination .input-group-append footer #gform_wrapper_1 #gform_1 .page-numbers.next + input[type=submit], .pagination .input-group-append footer #gform_wrapper_1 #gform_1 .page-numbers.prev + input[type=submit], .pagination .input-group-append footer #gform_wrapper_1 #gform_1 input[type=submit] + .page-numbers.current, .pagination .input-group-append footer #gform_wrapper_1 #gform_1 input[type=submit] + .page-numbers.next, .pagination .input-group-append footer #gform_wrapper_1 #gform_1 input[type=submit] + .page-numbers.prev, .pagination .input-group-prepend #email-signup #gform_wrapper_1 #gform_1 .page-numbers.current + input[type=submit], .pagination .input-group-prepend #email-signup #gform_wrapper_1 #gform_1 .page-numbers.next + input[type=submit], .pagination .input-group-prepend #email-signup #gform_wrapper_1 #gform_1 .page-numbers.prev + input[type=submit], .pagination .input-group-prepend #email-signup #gform_wrapper_1 #gform_1 input[type=submit] + .page-numbers.current, .pagination .input-group-prepend #email-signup #gform_wrapper_1 #gform_1 input[type=submit] + .page-numbers.next, .pagination .input-group-prepend #email-signup #gform_wrapper_1 #gform_1 input[type=submit] + .page-numbers.prev, .pagination .input-group-prepend .btn + .page-numbers.current, .pagination .input-group-prepend .btn + .page-numbers.next, .pagination .input-group-prepend .btn + .page-numbers.prev, .pagination .input-group-prepend .input-group-text + .page-numbers.current, .pagination .input-group-prepend .input-group-text + .page-numbers.next, .pagination .input-group-prepend .input-group-text + .page-numbers.prev, .pagination .input-group-prepend .page-numbers.current + .btn, .pagination .input-group-prepend .page-numbers.current + .input-group-text, .pagination .input-group-prepend .page-numbers.current + .page-numbers.current, .pagination .input-group-prepend .page-numbers.current + .page-numbers.next, .pagination .input-group-prepend .page-numbers.current + .page-numbers.prev, .pagination .input-group-prepend .page-numbers.next + .btn, .pagination .input-group-prepend .page-numbers.next + .input-group-text, .pagination .input-group-prepend .page-numbers.next + .page-numbers.current, .pagination .input-group-prepend .page-numbers.next + .page-numbers.next, .pagination .input-group-prepend .page-numbers.next + .page-numbers.prev, .pagination .input-group-prepend .page-numbers.prev + .btn, .pagination .input-group-prepend .page-numbers.prev + .input-group-text, .pagination .input-group-prepend .page-numbers.prev + .page-numbers.current, .pagination .input-group-prepend .page-numbers.prev + .page-numbers.next, .pagination .input-group-prepend .page-numbers.prev + .page-numbers.prev, .pagination .input-group-prepend footer #gform_wrapper_1 #gform_1 .page-numbers.current + input[type=submit], .pagination .input-group-prepend footer #gform_wrapper_1 #gform_1 .page-numbers.next + input[type=submit], .pagination .input-group-prepend footer #gform_wrapper_1 #gform_1 .page-numbers.prev + input[type=submit], .pagination .input-group-prepend footer #gform_wrapper_1 #gform_1 input[type=submit] + .page-numbers.current, .pagination .input-group-prepend footer #gform_wrapper_1 #gform_1 input[type=submit] + .page-numbers.next, .pagination .input-group-prepend footer #gform_wrapper_1 #gform_1 input[type=submit] + .page-numbers.prev, footer #email-signup #gform_wrapper_1 #gform_1 .input-group-append input[type=submit] + input[type=submit], footer #email-signup #gform_wrapper_1 #gform_1 .input-group-prepend input[type=submit] + input[type=submit], footer #gform_wrapper_1 #gform_1 .input-group-append .btn + input[type=submit], footer #gform_wrapper_1 #gform_1 .input-group-append .input-group-text + input[type=submit], footer #gform_wrapper_1 #gform_1 .input-group-append .pagination .page-numbers.current + input[type=submit], footer #gform_wrapper_1 #gform_1 .input-group-append .pagination .page-numbers.next + input[type=submit], footer #gform_wrapper_1 #gform_1 .input-group-append .pagination .page-numbers.prev + input[type=submit], footer #gform_wrapper_1 #gform_1 .input-group-append .pagination input[type=submit] + .page-numbers.current, footer #gform_wrapper_1 #gform_1 .input-group-append .pagination input[type=submit] + .page-numbers.next, footer #gform_wrapper_1 #gform_1 .input-group-append .pagination input[type=submit] + .page-numbers.prev, footer #gform_wrapper_1 #gform_1 .input-group-append input[type=submit] + .btn, footer #gform_wrapper_1 #gform_1 .input-group-append input[type=submit] + .input-group-text, footer #gform_wrapper_1 #gform_1 .input-group-append input[type=submit] + input[type=submit], footer #gform_wrapper_1 #gform_1 .input-group-prepend .btn + input[type=submit], footer #gform_wrapper_1 #gform_1 .input-group-prepend .input-group-text + input[type=submit], footer #gform_wrapper_1 #gform_1 .input-group-prepend .pagination .page-numbers.current + input[type=submit], footer #gform_wrapper_1 #gform_1 .input-group-prepend .pagination .page-numbers.next + input[type=submit], footer #gform_wrapper_1 #gform_1 .input-group-prepend .pagination .page-numbers.prev + input[type=submit], footer #gform_wrapper_1 #gform_1 .input-group-prepend .pagination input[type=submit] + .page-numbers.current, footer #gform_wrapper_1 #gform_1 .input-group-prepend .pagination input[type=submit] + .page-numbers.next, footer #gform_wrapper_1 #gform_1 .input-group-prepend .pagination input[type=submit] + .page-numbers.prev, footer #gform_wrapper_1 #gform_1 .input-group-prepend input[type=submit] + .btn, footer #gform_wrapper_1 #gform_1 .input-group-prepend input[type=submit] + .input-group-text, footer #gform_wrapper_1 #gform_1 .input-group-prepend input[type=submit] + input[type=submit], footer #gform_wrapper_1 #gform_1 .pagination .input-group-append .page-numbers.current + input[type=submit], footer #gform_wrapper_1 #gform_1 .pagination .input-group-append .page-numbers.next + input[type=submit], footer #gform_wrapper_1 #gform_1 .pagination .input-group-append .page-numbers.prev + input[type=submit], footer #gform_wrapper_1 #gform_1 .pagination .input-group-append input[type=submit] + .page-numbers.current, footer #gform_wrapper_1 #gform_1 .pagination .input-group-append input[type=submit] + .page-numbers.next, footer #gform_wrapper_1 #gform_1 .pagination .input-group-append input[type=submit] + .page-numbers.prev, footer #gform_wrapper_1 #gform_1 .pagination .input-group-prepend .page-numbers.current + input[type=submit], footer #gform_wrapper_1 #gform_1 .pagination .input-group-prepend .page-numbers.next + input[type=submit], footer #gform_wrapper_1 #gform_1 .pagination .input-group-prepend .page-numbers.prev + input[type=submit], footer #gform_wrapper_1 #gform_1 .pagination .input-group-prepend input[type=submit] + .page-numbers.current, footer #gform_wrapper_1 #gform_1 .pagination .input-group-prepend input[type=submit] + .page-numbers.next, footer #gform_wrapper_1 #gform_1 .pagination .input-group-prepend input[type=submit] + .page-numbers.prev, footer .input-group-append #email-signup #gform_wrapper_1 #gform_1 input[type=submit] + input[type=submit], footer .input-group-prepend #email-signup #gform_wrapper_1 #gform_1 input[type=submit] + input[type=submit] {
  margin-left: -1px
}
.input-group-prepend {
  margin-right: -1px
}
.input-group-append {
  margin-left: -1px
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0
}
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0
}
.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px)
}
#email-signup #gform_wrapper_1 #gform_1 .input-group-lg > .input-group-append > input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .input-group-lg > .input-group-prepend > input[type=submit], .input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text, .pagination .input-group-lg > .input-group-append > .page-numbers.current, .pagination .input-group-lg > .input-group-append > .page-numbers.next, .pagination .input-group-lg > .input-group-append > .page-numbers.prev, .pagination .input-group-lg > .input-group-prepend > .page-numbers.current, .pagination .input-group-lg > .input-group-prepend > .page-numbers.next, .pagination .input-group-lg > .input-group-prepend > .page-numbers.prev, footer #gform_wrapper_1 #gform_1 .input-group-lg > .input-group-append > input[type=submit], footer #gform_wrapper_1 #gform_1 .input-group-lg > .input-group-prepend > input[type=submit] {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}
.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + .5rem + 2px)
}
#email-signup #gform_wrapper_1 #gform_1 .input-group-sm > .input-group-append > input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .input-group-sm > .input-group-prepend > input[type=submit], .input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text, .pagination .input-group-sm > .input-group-append > .page-numbers.current, .pagination .input-group-sm > .input-group-append > .page-numbers.next, .pagination .input-group-sm > .input-group-append > .page-numbers.prev, .pagination .input-group-sm > .input-group-prepend > .page-numbers.current, .pagination .input-group-sm > .input-group-prepend > .page-numbers.next, .pagination .input-group-sm > .input-group-prepend > .page-numbers.prev, footer #gform_wrapper_1 #gform_1 .input-group-sm > .input-group-append > input[type=submit], footer #gform_wrapper_1 #gform_1 .input-group-sm > .input-group-prepend > input[type=submit] {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}
.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.75rem
}
#email-signup #gform_wrapper_1 #gform_1 .input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle), #email-signup #gform_wrapper_1 #gform_1 .input-group > .input-group-append:not(:last-child) > input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .input-group > .input-group-prepend > input[type=submit], .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .pagination .input-group > .input-group-append:last-child > .page-numbers.current:not(:last-child):not(.dropdown-toggle), .pagination .input-group > .input-group-append:last-child > .page-numbers.next:not(:last-child):not(.dropdown-toggle), .pagination .input-group > .input-group-append:last-child > .page-numbers.prev:not(:last-child):not(.dropdown-toggle), .pagination .input-group > .input-group-append:not(:last-child) > .page-numbers.current, .pagination .input-group > .input-group-append:not(:last-child) > .page-numbers.next, .pagination .input-group > .input-group-append:not(:last-child) > .page-numbers.prev, .pagination .input-group > .input-group-prepend > .page-numbers.current, .pagination .input-group > .input-group-prepend > .page-numbers.next, .pagination .input-group > .input-group-prepend > .page-numbers.prev, footer #gform_wrapper_1 #gform_1 .input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle), footer #gform_wrapper_1 #gform_1 .input-group > .input-group-append:not(:last-child) > input[type=submit], footer #gform_wrapper_1 #gform_1 .input-group > .input-group-prepend > input[type=submit] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
#email-signup #gform_wrapper_1 #gform_1 .input-group > .input-group-append > input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child), #email-signup #gform_wrapper_1 #gform_1 .input-group > .input-group-prepend:not(:first-child) > input[type=submit], .input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .pagination .input-group > .input-group-append > .page-numbers.current, .pagination .input-group > .input-group-append > .page-numbers.next, .pagination .input-group > .input-group-append > .page-numbers.prev, .pagination .input-group > .input-group-prepend:first-child > .page-numbers.current:not(:first-child), .pagination .input-group > .input-group-prepend:first-child > .page-numbers.next:not(:first-child), .pagination .input-group > .input-group-prepend:first-child > .page-numbers.prev:not(:first-child), .pagination .input-group > .input-group-prepend:not(:first-child) > .page-numbers.current, .pagination .input-group > .input-group-prepend:not(:first-child) > .page-numbers.next, .pagination .input-group > .input-group-prepend:not(:first-child) > .page-numbers.prev, footer #gform_wrapper_1 #gform_1 .input-group > .input-group-append > input[type=submit], footer #gform_wrapper_1 #gform_1 .input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child), footer #gform_wrapper_1 #gform_1 .input-group > .input-group-prepend:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #b82e54;
  background-color: #b82e54
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(184, 46, 84, .25)
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e1859e
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #ebaebf;
  border-color: #ebaebf
}
.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d
}
.custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #e9ecef
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top
}
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px
}
.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #b82e54;
  background-color: #b82e54
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(184, 46, 84, .5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(184, 46, 84, .5)
}
.custom-radio .custom-control-label::before {
  border-radius: 50%
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(184, 46, 84, .5)
}
.custom-switch {
  padding-left: 2.25rem
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem
}
.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .custom-switch .custom-control-label::after {
    transition: none
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(.75rem)
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(184, 46, 84, .5)
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1.75rem .5rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  appearance: none
}
.custom-select:focus {
  border-color: #e1859e;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(184, 46, 84, .25)
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef
}
.custom-select::-ms-expand {
  display: none
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}
.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin-bottom: 0
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin: 0;
  opacity: 0
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #e1859e;
  box-shadow: 0 0 0 .2rem rgba(184, 46, 84, .25)
}
.custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse)
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1rem);
  padding: .5rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0 0 0
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none
}
.custom-range:focus {
  outline: 0
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fcf9f6, 0 0 0 .2rem rgba(184, 46, 84, .25)
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fcf9f6, 0 0 0 .2rem rgba(184, 46, 84, .25)
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fcf9f6, 0 0 0 .2rem rgba(184, 46, 84, .25)
}
.custom-range::-moz-focus-outer {
  border: 0
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #b82e54;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}
@media (prefers-reduced-motion:reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #ebaebf
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #b82e54;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}
@media (prefers-reduced-motion:reduce) {
  .custom-range::-moz-range-thumb {
    transition: none
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #ebaebf
}
.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #b82e54;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}
@media (prefers-reduced-motion:reduce) {
  .custom-range::-ms-thumb {
    transition: none
  }
}
.custom-range::-ms-thumb:active {
  background-color: #ebaebf
}
.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd
}
.custom-range:disabled::-moz-range-track {
  cursor: default
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd
}
.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.nav-link {
  display: block;
  padding: 0px;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-item {
  margin-bottom: -1px
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fcf9f6;
  border-color: #dee2e6 #dee2e6 #fcf9f6
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.nav-pills .nav-link {
  border-radius: 0
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #b82e54
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center
}
.tab-content > .tab-pane {
  display: none
}
.tab-content > .active {
  display: block
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem
}
.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none
}
.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%
}
@media (max-width:575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0
  }
}
@media (min-width:576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }
  .navbar-expand-sm .navbar-toggler {
    display: none
  }
}
@media (max-width:767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0
  }
}
@media (min-width:768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }
  .navbar-expand-md .navbar-toggler {
    display: none
  }
}
@media (max-width:991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0
  }
}
@media (min-width:992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }
  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}
@media (max-width:1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0
  }
}
@media (min-width:1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }
  .navbar-expand-xl .navbar-toggler {
    display: none
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start
}
.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0
}
.navbar-expand .navbar-nav {
  flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}
.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-xl {
  flex-wrap: nowrap
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto
}
.navbar-expand .navbar-toggler {
  display: none
}
.navbar-light .navbar-brand {
  color: rgba(34, 34, 34, .9)
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(34, 34, 34, .9)
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(34, 34, 34, .5)
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(34, 34, 34, .7)
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(34, 34, 34, .3)
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(34, 34, 34, .9)
}
.navbar-light .navbar-toggler {
  color: rgba(34, 34, 34, .5);
  border-color: rgba(34, 34, 34, .1)
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2834,34,34,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-light .navbar-text {
  color: rgba(34, 34, 34, .5)
}
.navbar-light .navbar-text a {
  color: rgba(34, 34, 34, .9)
}
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(34, 34, 34, .9)
}
.navbar-dark .navbar-brand {
  color: #fff
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5)
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, .75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25)
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .1)
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, .5)
}
.navbar-dark .navbar-text a {
  color: #fff
}
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(34, 34, 34, .125);
  border-radius: 0
}
.card > hr {
  margin-right: 0;
  margin-left: 0
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 2rem
}
.card-title {
  margin-bottom: .75rem
}
.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0
}
.card-text:last-child {
  margin-bottom: 0
}
.card-link:hover {
  text-decoration: none
}
.card-link + .card-link {
  margin-left: 2rem
}
.card-header {
  padding: .75rem 2rem;
  margin-bottom: 0;
  background-color: rgba(34, 34, 34, .03);
  border-bottom: 1px solid rgba(34, 34, 34, .125)
}
.card-header:first-child {
  border-radius: 0 0 0 0
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0
}
.card-footer {
  padding: .75rem 2rem;
  background-color: rgba(34, 34, 34, .03);
  border-top: 1px solid rgba(34, 34, 34, .125)
}
.card-footer:last-child {
  border-radius: 0 0 0 0
}
.card-header-tabs {
  margin-right: -1rem;
  margin-bottom: -.75rem;
  margin-left: -1rem;
  border-bottom: 0
}
.card-header-pills {
  margin-right: -1rem;
  margin-left: -1rem
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem
}
.card-img, .card-img-bottom, .card-img-top {
  flex-shrink: 0;
  width: 100%
}
.card-img, .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.card-img, .card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
.card-deck .card {
  margin-bottom: 15px
}
@media (min-width:576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px
  }
}
.card-group > .card {
  margin-bottom: 15px
}
@media (min-width:576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0
  }
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0
  }
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0
  }
}
.card-columns .card {
  margin-bottom: .75rem
}
@media (min-width:576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1
  }
  .card-columns .card {
    display: inline-block;
    width: 100%
  }
}
.accordion > .card {
  overflow: hidden
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0
}
.breadcrumb-item {
  display: flex
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none
}
.breadcrumb-item.active {
  color: #6c757d
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0
}
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #b82e54;
  background-color: #fff;
  border: 1px solid #dee2e6
}
.page-link:hover {
  z-index: 2;
  color: #7b1f38;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(184, 46, 84, .25)
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #b82e54;
  border-color: #b82e54
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem
}
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem
}
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .badge {
    transition: none
  }
}
a.badge:focus, a.badge:hover {
  text-decoration: none
}
.badge:empty {
  display: none
}
#email-signup #gform_wrapper_1 #gform_1 input[type=submit] .badge, .btn .badge, .pagination .page-numbers.current .badge, .pagination .page-numbers.next .badge, .pagination .page-numbers.prev .badge, footer #gform_wrapper_1 #gform_1 input[type=submit] .badge {
  position: relative;
  top: -1px
}
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem
}
.badge-primary {
  color: #fff;
  background-color: #b82e54
}
a.badge-primary:focus, a.badge-primary:hover {
  color: #fff;
  background-color: #8f2441
}
a.badge-primary.focus, a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(184, 46, 84, .5)
}
.badge-secondary {
  color: #fff;
  background-color: #707070
}
a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fff;
  background-color: #575757
}
a.badge-secondary.focus, a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(112, 112, 112, .5)
}
.badge-success {
  color: #fff;
  background-color: #28a745
}
a.badge-success:focus, a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34
}
a.badge-success.focus, a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.badge-info {
  color: #fff;
  background-color: #17a2b8
}
a.badge-info:focus, a.badge-info:hover {
  color: #fff;
  background-color: #117a8b
}
a.badge-info.focus, a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.badge-warning {
  color: #212529;
  background-color: #ffc107
}
a.badge-warning:focus, a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00
}
a.badge-warning.focus, a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.badge-danger {
  color: #fff;
  background-color: #dc3545
}
a.badge-danger:focus, a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130
}
a.badge-danger.focus, a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.badge-light {
  color: #212529;
  background-color: #fff2eb
}
a.badge-light:focus, a.badge-light:hover {
  color: #212529;
  background-color: #ffd1b8
}
a.badge-light.focus, a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 242, 235, .5)
}
.badge-dark {
  color: #fff;
  background-color: #243234
}
a.badge-dark:focus, a.badge-dark:hover {
  color: #fff;
  background-color: #0f1516
}
a.badge-dark.focus, a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(36, 50, 52, .5)
}
.badge-red {
  color: #fff;
  background-color: #b82e54
}
a.badge-red:focus, a.badge-red:hover {
  color: #fff;
  background-color: #8f2441
}
a.badge-red.focus, a.badge-red:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(184, 46, 84, .5)
}
.badge-light-red {
  color: #212529;
  background-color: #df819c
}
a.badge-light-red:focus, a.badge-light-red:hover {
  color: #212529;
  background-color: #d5587c
}
a.badge-light-red.focus, a.badge-light-red:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(223, 129, 156, .5)
}
.badge-cream {
  color: #212529;
  background-color: #ffebe0
}
a.badge-cream:focus, a.badge-cream:hover {
  color: #212529;
  background-color: #ffcaad
}
a.badge-cream.focus, a.badge-cream:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 235, 224, .5)
}
.badge-dark-cream {
  color: #212529;
  background-color: #ffdbc7
}
a.badge-dark-cream:focus, a.badge-dark-cream:hover {
  color: #212529;
  background-color: #ffba94
}
a.badge-dark-cream.focus, a.badge-dark-cream:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 219, 199, .5)
}
.badge-gray {
  color: #fff;
  background-color: #707070
}
a.badge-gray:focus, a.badge-gray:hover {
  color: #fff;
  background-color: #575757
}
a.badge-gray.focus, a.badge-gray:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(112, 112, 112, .5)
}
.badge-black {
  color: #fff;
  background-color: #222
}
a.badge-black:focus, a.badge-black:hover {
  color: #fff;
  background-color: #090909
}
a.badge-black.focus, a.badge-black:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(34, 34, 34, .5)
}
.badge-white {
  color: #212529;
  background-color: #fff
}
a.badge-white:focus, a.badge-white:hover {
  color: #212529;
  background-color: #e6e6e6
}
a.badge-white.focus, a.badge-white:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}
.badge-light-gray {
  color: #212529;
  background-color: #ebecef
}
a.badge-light-gray:focus, a.badge-light-gray:hover {
  color: #212529;
  background-color: #cfd1d8
}
a.badge-light-gray.focus, a.badge-light-gray:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(235, 236, 239, .5)
}
.badge-pink {
  color: #fff;
  background-color: #ff2b64
}
a.badge-pink:focus, a.badge-pink:hover {
  color: #fff;
  background-color: #f70042
}
a.badge-pink.focus, a.badge-pink:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 43, 100, .5)
}
.badge-light-pink {
  color: #212529;
  background-color: #ffb3c7
}
a.badge-light-pink:focus, a.badge-light-pink:hover {
  color: #212529;
  background-color: #ff80a1
}
a.badge-light-pink.focus, a.badge-light-pink:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 179, 199, .5)
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem
}
@media (min-width:576px) {
  .jumbotron {
    padding: 4rem 2rem
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0
}
.alert-heading {
  color: inherit
}
.alert-link {
  font-weight: 700
}
.alert-dismissible {
  padding-right: 4rem
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit
}
.alert-primary {
  color: #fcf7f8;
  background-color: #b82e54;
  border-color: #b82e54
}
.alert-primary hr {
  border-top-color: #a4294b
}
.alert-primary .alert-link {
  color: #eed2d8
}
.alert-secondary {
  color: #f9f9f9;
  background-color: #707070;
  border-color: #707070
}
.alert-secondary hr {
  border-top-color: #636363
}
.alert-secondary .alert-link {
  color: #e0e0e0
}
.alert-success {
  color: #f6fbf8;
  background-color: #28a745;
  border-color: #28a745
}
.alert-success hr {
  border-top-color: #23923d
}
.alert-success .alert-link {
  color: #d3ebdd
}
.alert-info {
  color: #f6fbfc;
  background-color: #17a2b8;
  border-color: #17a2b8
}
.alert-info hr {
  border-top-color: #148ea1
}
.alert-info .alert-link {
  color: #d0eaef
}
.alert-warning {
  color: #fffdf5;
  background-color: #ffc107;
  border-color: #ffc107
}
.alert-warning hr {
  border-top-color: #edb100
}
.alert-warning .alert-link {
  color: #fff3c2
}
.alert-danger {
  color: #fef7f8;
  background-color: #dc3545;
  border-color: #dc3545
}
.alert-danger hr {
  border-top-color: #d32535
}
.alert-danger .alert-link {
  color: #f8cad0
}
.alert-light {
  color: #fffefe;
  background-color: #fff2eb;
  border-color: #fff2eb
}
.alert-light hr {
  border-top-color: #ffe1d2
}
.alert-light .alert-link {
  color: #ffcbcb
}
.alert-dark {
  color: #f6f7f7;
  background-color: #243234;
  border-color: #243234
}
.alert-dark hr {
  border-top-color: #1a2425
}
.alert-dark .alert-link {
  color: #dbdfdf
}
.alert-red {
  color: #fcf7f8;
  background-color: #b82e54;
  border-color: #b82e54
}
.alert-red hr {
  border-top-color: #a4294b
}
.alert-red .alert-link {
  color: #eed2d8
}
.alert-light-red {
  color: #fefafb;
  background-color: #df819c;
  border-color: #df819c
}
.alert-light-red hr {
  border-top-color: #da6d8c
}
.alert-light-red .alert-link {
  color: #f6d0d9
}
.alert-cream {
  color: #fffefe;
  background-color: #ffebe0;
  border-color: #ffebe0
}
.alert-cream hr {
  border-top-color: #ffdbc7
}
.alert-cream .alert-link {
  color: #ffcbcb
}
.alert-dark-cream {
  color: #fffefd;
  background-color: #ffdbc7;
  border-color: #ffdbc7
}
.alert-dark-cream hr {
  border-top-color: #ffcbae
}
.alert-dark-cream .alert-link {
  color: #ffe5ca
}
.alert-gray {
  color: #f9f9f9;
  background-color: #707070;
  border-color: #707070
}
.alert-gray hr {
  border-top-color: #636363
}
.alert-gray .alert-link {
  color: #e0e0e0
}
.alert-black {
  color: #f6f6f6;
  background-color: #222;
  border-color: #222
}
.alert-black hr {
  border-top-color: #151515
}
.alert-black .alert-link {
  color: #ddd
}
.alert-white {
  color: #fff;
  background-color: #fff;
  border-color: #fff
}
.alert-white hr {
  border-top-color: #f2f2f2
}
.alert-white .alert-link {
  color: #e6e6e6
}
.alert-light-gray {
  color: #fefefe;
  background-color: #ebecef;
  border-color: #ebecef
}
.alert-light-gray hr {
  border-top-color: #dddfe4
}
.alert-light-gray .alert-link {
  color: #e5e5e5
}
.alert-pink {
  color: #fff7f9;
  background-color: #ff2b64;
  border-color: #ff2b64
}
.alert-pink hr {
  border-top-color: #ff1251
}
.alert-pink .alert-link {
  color: #ffc4d3
}
.alert-light-pink {
  color: #fffcfd;
  background-color: #ffb3c7;
  border-color: #ffb3c7
}
.alert-light-pink hr {
  border-top-color: #ff9ab4
}
.alert-light-pink .alert-link {
  color: #ffc9db
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }
  to {
    background-position: 0 0
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: 0
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #b82e54;
  transition: width .6s ease
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    animation: none
  }
}
.media {
  display: flex;
  align-items: flex-start
}
.media-body {
  flex: 1
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit
}
.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa
}
.list-group-item-action:active {
  color: #000;
  background-color: #e9ecef
}
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(34, 34, 34, .125)
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #b82e54;
  border-color: #b82e54
}
.list-group-item + .list-group-item {
  border-top-width: 0
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px
}
.list-group-horizontal {
  flex-direction: row
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px
}
@media (min-width:576px) {
  .list-group-horizontal-sm {
    flex-direction: row
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}
@media (min-width:768px) {
  .list-group-horizontal-md {
    flex-direction: row
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}
@media (min-width:992px) {
  .list-group-horizontal-lg {
    flex-direction: row
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}
@media (min-width:1200px) {
  .list-group-horizontal-xl {
    flex-direction: row
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}
.list-group-flush {
  border-radius: 0
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0
}
.list-group-item-primary {
  color: #70283c;
  background-color: #ebc4cf
}
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #70283c;
  background-color: #e5b1c0
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #70283c;
  border-color: #70283c
}
.list-group-item-secondary {
  color: #4b4b4b;
  background-color: #d7d7d7
}
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #4b4b4b;
  background-color: #cacaca
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #4b4b4b;
  border-color: #4b4b4b
}
.list-group-item-success {
  color: #256734;
  background-color: #c3e6cb
}
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #256734;
  background-color: #b1dfbb
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #256734;
  border-color: #256734
}
.list-group-item-info {
  color: #1c6570;
  background-color: #bee5eb
}
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #1c6570;
  background-color: #abdde5
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #1c6570;
  border-color: #1c6570
}
.list-group-item-warning {
  color: #957514;
  background-color: #ffeeba
}
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #957514;
  background-color: #ffe8a1
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #957514;
  border-color: #957514
}
.list-group-item-danger {
  color: #832c34;
  background-color: #f5c6cb
}
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #832c34;
  background-color: #f1b0b7
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #832c34;
  border-color: #832c34
}
.list-group-item-light {
  color: #958e8b;
  background-color: #fffbf9
}
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #958e8b;
  background-color: #ffeae0
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #958e8b;
  border-color: #958e8b
}
.list-group-item-dark {
  color: #232a2b;
  background-color: #c2c6c6
}
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #232a2b;
  background-color: #b5baba
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #232a2b;
  border-color: #232a2b
}
.list-group-item-red {
  color: #70283c;
  background-color: #ebc4cf
}
.list-group-item-red.list-group-item-action:focus, .list-group-item-red.list-group-item-action:hover {
  color: #70283c;
  background-color: #e5b1c0
}
.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: #70283c;
  border-color: #70283c
}
.list-group-item-light-red {
  color: #845361;
  background-color: #f6dce3
}
.list-group-item-light-red.list-group-item-action:focus, .list-group-item-light-red.list-group-item-action:hover {
  color: #845361;
  background-color: #f1c8d3
}
.list-group-item-light-red.list-group-item-action.active {
  color: #fff;
  background-color: #845361;
  border-color: #845361
}
.list-group-item-cream {
  color: #958b85;
  background-color: #fff9f6
}
.list-group-item-cream.list-group-item-action:focus, .list-group-item-cream.list-group-item-action:hover {
  color: #958b85;
  background-color: #ffe8dd
}
.list-group-item-cream.list-group-item-action.active {
  color: #fff;
  background-color: #958b85;
  border-color: #958b85
}
.list-group-item-dark-cream {
  color: #958278;
  background-color: #fff5ef
}
.list-group-item-dark-cream.list-group-item-action:focus, .list-group-item-dark-cream.list-group-item-action:hover {
  color: #958278;
  background-color: #ffe5d6
}
.list-group-item-dark-cream.list-group-item-action.active {
  color: #fff;
  background-color: #958278;
  border-color: #958278
}
.list-group-item-gray {
  color: #4b4b4b;
  background-color: #d7d7d7
}
.list-group-item-gray.list-group-item-action:focus, .list-group-item-gray.list-group-item-action:hover {
  color: #4b4b4b;
  background-color: #cacaca
}
.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: #4b4b4b;
  border-color: #4b4b4b
}
.list-group-item-black {
  color: #222;
  background-color: #c1c1c1
}
.list-group-item-black.list-group-item-action:focus, .list-group-item-black.list-group-item-action:hover {
  color: #222;
  background-color: #b4b4b4
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: #222;
  border-color: #222
}
.list-group-item-white {
  color: #959595;
  background-color: #fff
}
.list-group-item-white.list-group-item-action:focus, .list-group-item-white.list-group-item-action:hover {
  color: #959595;
  background-color: #f2f2f2
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #959595;
  border-color: #959595
}
.list-group-item-light-gray {
  color: #8b8b8d;
  background-color: #f9fafb
}
.list-group-item-light-gray.list-group-item-action:focus, .list-group-item-light-gray.list-group-item-action:hover {
  color: #8b8b8d;
  background-color: #eaedf1
}
.list-group-item-light-gray.list-group-item-action.active {
  color: #fff;
  background-color: #8b8b8d;
  border-color: #8b8b8d
}
.list-group-item-pink {
  color: #952744;
  background-color: #ffc4d4
}
.list-group-item-pink.list-group-item-action:focus, .list-group-item-pink.list-group-item-action:hover {
  color: #952744;
  background-color: #ffabc1
}
.list-group-item-pink.list-group-item-action.active {
  color: #fff;
  background-color: #952744;
  border-color: #952744
}
.list-group-item-light-pink {
  color: #956d78;
  background-color: #ffeaef
}
.list-group-item-light-pink.list-group-item-action:focus, .list-group-item-light-pink.list-group-item-action:hover {
  color: #956d78;
  background-color: #ffd1dc
}
.list-group-item-light-pink.list-group-item-action.active {
  color: #fff;
  background-color: #956d78;
  border-color: #956d78
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #222;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}
.close:hover {
  color: #222;
  text-decoration: none
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0
}
a.close.disabled {
  pointer-events: none
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: .875rem;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .25rem .75rem rgba(34, 34, 34, .1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: .25rem
}
.toast:not(:last-child) {
  margin-bottom: .75rem
}
.toast.showing {
  opacity: 1
}
.toast.show {
  display: block;
  opacity: 1
}
.toast.hide {
  display: none
}
.toast-header {
  display: flex;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05)
}
.toast-body {
  padding: .75rem
}
.modal-open {
  overflow: hidden
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px)
}
@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}
.modal.show .modal-dialog {
  transform: none
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02)
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}
.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  flex-shrink: 0
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem)
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: ""
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(34, 34, 34, .2);
  border-radius: .3rem;
  outline: 0
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #222
}
.modal-backdrop.fade {
  opacity: 0
}
.modal-backdrop.show {
  opacity: .5
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #707070;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #707070;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px)
}
.modal-footer > * {
  margin: .25rem
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}
@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content
  }
  .modal-sm {
    max-width: 300px
  }
}
@media (min-width:992px) {
  .modal-lg, .modal-xl {
    max-width: 800px
  }
}
@media (min-width:1200px) {
  .modal-xl {
    max-width: 1140px
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Nunito Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0
}
.tooltip.show {
  opacity: .9
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #222
}
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #222
}
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #222
}
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #222
}
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #222;
  border-radius: 0
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Nunito Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(34, 34, 34, .2);
  border-radius: .3rem
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem
}
.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}
.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: .5rem
}
.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
  bottom: calc(-.5rem - 1px)
}
.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(34, 34, 34, .25)
}
.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff
}
.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: .5rem
}
.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}
.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(34, 34, 34, .25)
}
.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff
}
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: .5rem
}
.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
  top: calc(-.5rem - 1px)
}
.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(34, 34, 34, .25)
}
.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7
}
.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: .5rem
}
.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}
.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(34, 34, 34, .25)
}
.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff
}
.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}
.popover-header:empty {
  display: none
}
.popover-body {
  padding: .5rem .75rem;
  color: #000
}
.carousel {
  position: relative
}
.carousel.pointer-event {
  touch-action: pan-y
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: ""
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block
}
.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%)
}
.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%)
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s
}
@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease
}
@media (prefers-reduced-motion:reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none
  }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}
.carousel-control-prev {
  left: 0
}
.carousel-control-next {
  right: 0
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease
}
@media (prefers-reduced-motion:reduce) {
  .carousel-indicators li {
    transition: none
  }
}
.carousel-indicators .active {
  opacity: 1
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg)
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em
}
@keyframes spinner-grow {
  0% {
    transform: scale(0)
  }
  50% {
    opacity: 1;
    transform: none
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem
}
.align-baseline {
  vertical-align: baseline !important
}
.align-top {
  vertical-align: top !important
}
.align-middle {
  vertical-align: middle !important
}
.align-bottom {
  vertical-align: bottom !important
}
.align-text-bottom {
  vertical-align: text-bottom !important
}
.align-text-top {
  vertical-align: text-top !important
}
.bg-primary {
  background-color: #b82e54 !important
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #8f2441 !important
}
.bg-secondary {
  background-color: #707070 !important
}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #575757 !important
}
.bg-success {
  background-color: #28a745 !important
}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important
}
.bg-info {
  background-color: #17a2b8 !important
}
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important
}
.bg-warning {
  background-color: #ffc107 !important
}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important
}
.bg-danger {
  background-color: #dc3545 !important
}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important
}
.bg-light {
  background-color: #fff2eb !important
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #ffd1b8 !important
}
.bg-dark {
  background-color: #243234 !important
}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #0f1516 !important
}
.bg-red {
  background-color: #b82e54 !important
}
a.bg-red:focus, a.bg-red:hover, button.bg-red:focus, button.bg-red:hover {
  background-color: #8f2441 !important
}
.bg-light-red {
  background-color: #df819c !important
}
a.bg-light-red:focus, a.bg-light-red:hover, button.bg-light-red:focus, button.bg-light-red:hover {
  background-color: #d5587c !important
}
.bg-cream {
  background-color: #ffebe0 !important
}
a.bg-cream:focus, a.bg-cream:hover, button.bg-cream:focus, button.bg-cream:hover {
  background-color: #ffcaad !important
}
.bg-dark-cream {
  background-color: #ffdbc7 !important
}
a.bg-dark-cream:focus, a.bg-dark-cream:hover, button.bg-dark-cream:focus, button.bg-dark-cream:hover {
  background-color: #ffba94 !important
}
.bg-gray {
  background-color: #707070 !important
}
a.bg-gray:focus, a.bg-gray:hover, button.bg-gray:focus, button.bg-gray:hover {
  background-color: #575757 !important
}
.bg-black {
  background-color: #222 !important
}
a.bg-black:focus, a.bg-black:hover, button.bg-black:focus, button.bg-black:hover {
  background-color: #090909 !important
}
.bg-white, .box, .card .card-inner {
  background-color: #fff !important
}
.card a.card-inner:focus, .card a.card-inner:hover, .card button.card-inner:focus, .card button.card-inner:hover, a.bg-white:focus, a.bg-white:hover, a.box:focus, a.box:hover, button.bg-white:focus, button.bg-white:hover, button.box:focus, button.box:hover {
  background-color: #e6e6e6 !important
}
.bg-light-gray {
  background-color: #ebecef !important
}
a.bg-light-gray:focus, a.bg-light-gray:hover, button.bg-light-gray:focus, button.bg-light-gray:hover {
  background-color: #cfd1d8 !important
}
.bg-pink {
  background-color: #ff2b64 !important
}
a.bg-pink:focus, a.bg-pink:hover, button.bg-pink:focus, button.bg-pink:hover {
  background-color: #f70042 !important
}
.bg-light-pink {
  background-color: #ffb3c7 !important
}
a.bg-light-pink:focus, a.bg-light-pink:hover, button.bg-light-pink:focus, button.bg-light-pink:hover {
  background-color: #ff80a1 !important
}
.bg-white, .box, .card .card-inner {
  background-color: #fff !important
}
.bg-transparent {
  background-color: transparent !important
}
.border, .box {
  border: 1px solid #707070 !important
}
.border-top {
  border-top: 1px solid #707070 !important
}
.border-right {
  border-right: 1px solid #707070 !important
}
.border-bottom {
  border-bottom: 1px solid #707070 !important
}
.border-left {
  border-left: 1px solid #707070 !important
}
.border-0 {
  border: 0 !important
}
.border-top-0 {
  border-top: 0 !important
}
.border-right-0 {
  border-right: 0 !important
}
.border-bottom-0 {
  border-bottom: 0 !important
}
.border-left-0 {
  border-left: 0 !important
}
.border-primary {
  border-color: #b82e54 !important
}
.border-secondary {
  border-color: #707070 !important
}
.border-success {
  border-color: #28a745 !important
}
.border-info {
  border-color: #17a2b8 !important
}
.border-warning {
  border-color: #ffc107 !important
}
.border-danger {
  border-color: #dc3545 !important
}
.border-light {
  border-color: #fff2eb !important
}
.border-dark {
  border-color: #243234 !important
}
.border-red {
  border-color: #b82e54 !important
}
.border-light-red {
  border-color: #df819c !important
}
.border-cream {
  border-color: #ffebe0 !important
}
.border-dark-cream {
  border-color: #ffdbc7 !important
}
.border-gray, header #main-nav-wrap #main-nav .dropdown .dropdown-menu {
  border-color: #707070 !important
}
.border-black {
  border-color: #222 !important
}
.border-white {
  border-color: #fff !important
}
.border-light-gray, .box {
  border-color: #ebecef !important
}
.border-pink {
  border-color: #ff2b64 !important
}
.border-light-pink {
  border-color: #ffb3c7 !important
}
.border-white {
  border-color: #fff !important
}
.rounded-sm {
  border-radius: .2rem !important
}
.rounded {
  border-radius: 0 !important
}
.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important
}
.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important
}
.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important
}
.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important
}
.rounded-lg {
  border-radius: .3rem !important
}
.rounded-circle {
  border-radius: 50% !important
}
.rounded-pill {
  border-radius: 50rem !important
}
.rounded-0 {
  border-radius: 0 !important
}
.clearfix::after {
  display: block;
  clear: both;
  content: ""
}
.d-none {
  display: none !important
}
.d-inline {
  display: inline !important
}
.d-inline-block {
  display: inline-block !important
}
.d-block {
  display: block !important
}
.d-table {
  display: table !important
}
.d-table-row {
  display: table-row !important
}
.d-table-cell {
  display: table-cell !important
}
.d-flex {
  display: flex !important
}
.d-inline-flex {
  display: inline-flex !important
}
@media (min-width:576px) {
  .d-sm-none {
    display: none !important
  }
  .d-sm-inline {
    display: inline !important
  }
  .d-sm-inline-block {
    display: inline-block !important
  }
  .d-sm-block {
    display: block !important
  }
  .d-sm-table {
    display: table !important
  }
  .d-sm-table-row {
    display: table-row !important
  }
  .d-sm-table-cell {
    display: table-cell !important
  }
  .d-sm-flex {
    display: flex !important
  }
  .d-sm-inline-flex {
    display: inline-flex !important
  }
}
@media (min-width:768px) {
  .d-md-none {
    display: none !important
  }
  .d-md-inline {
    display: inline !important
  }
  .d-md-inline-block {
    display: inline-block !important
  }
  .d-md-block {
    display: block !important
  }
  .d-md-table {
    display: table !important
  }
  .d-md-table-row {
    display: table-row !important
  }
  .d-md-table-cell {
    display: table-cell !important
  }
  .d-md-flex {
    display: flex !important
  }
  .d-md-inline-flex {
    display: inline-flex !important
  }
}
@media (min-width:992px) {
  .d-lg-none {
    display: none !important
  }
  .d-lg-inline {
    display: inline !important
  }
  .d-lg-inline-block {
    display: inline-block !important
  }
  .d-lg-block {
    display: block !important
  }
  .d-lg-table {
    display: table !important
  }
  .d-lg-table-row {
    display: table-row !important
  }
  .d-lg-table-cell {
    display: table-cell !important
  }
  .d-lg-flex {
    display: flex !important
  }
  .d-lg-inline-flex {
    display: inline-flex !important
  }
}
@media (min-width:1200px) {
  .d-xl-none {
    display: none !important
  }
  .d-xl-inline {
    display: inline !important
  }
  .d-xl-inline-block {
    display: inline-block !important
  }
  .d-xl-block {
    display: block !important
  }
  .d-xl-table {
    display: table !important
  }
  .d-xl-table-row {
    display: table-row !important
  }
  .d-xl-table-cell {
    display: table-cell !important
  }
  .d-xl-flex {
    display: flex !important
  }
  .d-xl-inline-flex {
    display: inline-flex !important
  }
}
@media print {
  .d-print-none {
    display: none !important
  }
  .d-print-inline {
    display: inline !important
  }
  .d-print-inline-block {
    display: inline-block !important
  }
  .d-print-block {
    display: block !important
  }
  .d-print-table {
    display: table !important
  }
  .d-print-table-row {
    display: table-row !important
  }
  .d-print-table-cell {
    display: table-cell !important
  }
  .d-print-flex {
    display: flex !important
  }
  .d-print-inline-flex {
    display: inline-flex !important
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}
.embed-responsive::before {
  display: block;
  content: ""
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%
}
.embed-responsive-16by9::before {
  padding-top: 56.25%
}
.embed-responsive-4by3::before {
  padding-top: 75%
}
.embed-responsive-1by1::before {
  padding-top: 100%
}
.flex-row {
  flex-direction: row !important
}
.flex-column {
  flex-direction: column !important
}
.flex-row-reverse {
  flex-direction: row-reverse !important
}
.flex-column-reverse {
  flex-direction: column-reverse !important
}
.flex-wrap {
  flex-wrap: wrap !important
}
.flex-nowrap {
  flex-wrap: nowrap !important
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important
}
.flex-fill {
  flex: 1 1 auto !important
}
.flex-grow-0 {
  flex-grow: 0 !important
}
.flex-grow-1 {
  flex-grow: 1 !important
}
.flex-shrink-0 {
  flex-shrink: 0 !important
}
.flex-shrink-1 {
  flex-shrink: 1 !important
}
.justify-content-start {
  justify-content: flex-start !important
}
.justify-content-end {
  justify-content: flex-end !important
}
.justify-content-center {
  justify-content: center !important
}
.justify-content-between {
  justify-content: space-between !important
}
.justify-content-around {
  justify-content: space-around !important
}
.align-items-start {
  align-items: flex-start !important
}
.align-items-end {
  align-items: flex-end !important
}
.align-items-center {
  align-items: center !important
}
.align-items-baseline {
  align-items: baseline !important
}
.align-items-stretch {
  align-items: stretch !important
}
.align-content-start {
  align-content: flex-start !important
}
.align-content-end {
  align-content: flex-end !important
}
.align-content-center {
  align-content: center !important
}
.align-content-between {
  align-content: space-between !important
}
.align-content-around {
  align-content: space-around !important
}
.align-content-stretch {
  align-content: stretch !important
}
.align-self-auto {
  align-self: auto !important
}
.align-self-start {
  align-self: flex-start !important
}
.align-self-end {
  align-self: flex-end !important
}
.align-self-center {
  align-self: center !important
}
.align-self-baseline {
  align-self: baseline !important
}
.align-self-stretch {
  align-self: stretch !important
}
@media (min-width:576px) {
  .flex-sm-row {
    flex-direction: row !important
  }
  .flex-sm-column {
    flex-direction: column !important
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }
  .flex-sm-fill {
    flex: 1 1 auto !important
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important
  }
  .justify-content-sm-start {
    justify-content: flex-start !important
  }
  .justify-content-sm-end {
    justify-content: flex-end !important
  }
  .justify-content-sm-center {
    justify-content: center !important
  }
  .justify-content-sm-between {
    justify-content: space-between !important
  }
  .justify-content-sm-around {
    justify-content: space-around !important
  }
  .align-items-sm-start {
    align-items: flex-start !important
  }
  .align-items-sm-end {
    align-items: flex-end !important
  }
  .align-items-sm-center {
    align-items: center !important
  }
  .align-items-sm-baseline {
    align-items: baseline !important
  }
  .align-items-sm-stretch {
    align-items: stretch !important
  }
  .align-content-sm-start {
    align-content: flex-start !important
  }
  .align-content-sm-end {
    align-content: flex-end !important
  }
  .align-content-sm-center {
    align-content: center !important
  }
  .align-content-sm-between {
    align-content: space-between !important
  }
  .align-content-sm-around {
    align-content: space-around !important
  }
  .align-content-sm-stretch {
    align-content: stretch !important
  }
  .align-self-sm-auto {
    align-self: auto !important
  }
  .align-self-sm-start {
    align-self: flex-start !important
  }
  .align-self-sm-end {
    align-self: flex-end !important
  }
  .align-self-sm-center {
    align-self: center !important
  }
  .align-self-sm-baseline {
    align-self: baseline !important
  }
  .align-self-sm-stretch {
    align-self: stretch !important
  }
}
@media (min-width:768px) {
  .flex-md-row {
    flex-direction: row !important
  }
  .flex-md-column {
    flex-direction: column !important
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important
  }
  .flex-md-wrap {
    flex-wrap: wrap !important
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }
  .flex-md-fill {
    flex: 1 1 auto !important
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important
  }
  .justify-content-md-start {
    justify-content: flex-start !important
  }
  .justify-content-md-end {
    justify-content: flex-end !important
  }
  .justify-content-md-center {
    justify-content: center !important
  }
  .justify-content-md-between {
    justify-content: space-between !important
  }
  .justify-content-md-around {
    justify-content: space-around !important
  }
  .align-items-md-start {
    align-items: flex-start !important
  }
  .align-items-md-end {
    align-items: flex-end !important
  }
  .align-items-md-center {
    align-items: center !important
  }
  .align-items-md-baseline {
    align-items: baseline !important
  }
  .align-items-md-stretch {
    align-items: stretch !important
  }
  .align-content-md-start {
    align-content: flex-start !important
  }
  .align-content-md-end {
    align-content: flex-end !important
  }
  .align-content-md-center {
    align-content: center !important
  }
  .align-content-md-between {
    align-content: space-between !important
  }
  .align-content-md-around {
    align-content: space-around !important
  }
  .align-content-md-stretch {
    align-content: stretch !important
  }
  .align-self-md-auto {
    align-self: auto !important
  }
  .align-self-md-start {
    align-self: flex-start !important
  }
  .align-self-md-end {
    align-self: flex-end !important
  }
  .align-self-md-center {
    align-self: center !important
  }
  .align-self-md-baseline {
    align-self: baseline !important
  }
  .align-self-md-stretch {
    align-self: stretch !important
  }
}
@media (min-width:992px) {
  .flex-lg-row {
    flex-direction: row !important
  }
  .flex-lg-column {
    flex-direction: column !important
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }
  .flex-lg-fill {
    flex: 1 1 auto !important
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important
  }
  .justify-content-lg-start {
    justify-content: flex-start !important
  }
  .justify-content-lg-end {
    justify-content: flex-end !important
  }
  .justify-content-lg-center {
    justify-content: center !important
  }
  .justify-content-lg-between {
    justify-content: space-between !important
  }
  .justify-content-lg-around {
    justify-content: space-around !important
  }
  .align-items-lg-start {
    align-items: flex-start !important
  }
  .align-items-lg-end {
    align-items: flex-end !important
  }
  .align-items-lg-center {
    align-items: center !important
  }
  .align-items-lg-baseline {
    align-items: baseline !important
  }
  .align-items-lg-stretch {
    align-items: stretch !important
  }
  .align-content-lg-start {
    align-content: flex-start !important
  }
  .align-content-lg-end {
    align-content: flex-end !important
  }
  .align-content-lg-center {
    align-content: center !important
  }
  .align-content-lg-between {
    align-content: space-between !important
  }
  .align-content-lg-around {
    align-content: space-around !important
  }
  .align-content-lg-stretch {
    align-content: stretch !important
  }
  .align-self-lg-auto {
    align-self: auto !important
  }
  .align-self-lg-start {
    align-self: flex-start !important
  }
  .align-self-lg-end {
    align-self: flex-end !important
  }
  .align-self-lg-center {
    align-self: center !important
  }
  .align-self-lg-baseline {
    align-self: baseline !important
  }
  .align-self-lg-stretch {
    align-self: stretch !important
  }
}
@media (min-width:1200px) {
  .flex-xl-row {
    flex-direction: row !important
  }
  .flex-xl-column {
    flex-direction: column !important
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }
  .flex-xl-fill {
    flex: 1 1 auto !important
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important
  }
  .justify-content-xl-start {
    justify-content: flex-start !important
  }
  .justify-content-xl-end {
    justify-content: flex-end !important
  }
  .justify-content-xl-center {
    justify-content: center !important
  }
  .justify-content-xl-between {
    justify-content: space-between !important
  }
  .justify-content-xl-around {
    justify-content: space-around !important
  }
  .align-items-xl-start {
    align-items: flex-start !important
  }
  .align-items-xl-end {
    align-items: flex-end !important
  }
  .align-items-xl-center {
    align-items: center !important
  }
  .align-items-xl-baseline {
    align-items: baseline !important
  }
  .align-items-xl-stretch {
    align-items: stretch !important
  }
  .align-content-xl-start {
    align-content: flex-start !important
  }
  .align-content-xl-end {
    align-content: flex-end !important
  }
  .align-content-xl-center {
    align-content: center !important
  }
  .align-content-xl-between {
    align-content: space-between !important
  }
  .align-content-xl-around {
    align-content: space-around !important
  }
  .align-content-xl-stretch {
    align-content: stretch !important
  }
  .align-self-xl-auto {
    align-self: auto !important
  }
  .align-self-xl-start {
    align-self: flex-start !important
  }
  .align-self-xl-end {
    align-self: flex-end !important
  }
  .align-self-xl-center {
    align-self: center !important
  }
  .align-self-xl-baseline {
    align-self: baseline !important
  }
  .align-self-xl-stretch {
    align-self: stretch !important
  }
}
.float-left {
  float: left !important
}
.float-right {
  float: right !important
}
.float-none {
  float: none !important
}
@media (min-width:576px) {
  .float-sm-left {
    float: left !important
  }
  .float-sm-right {
    float: right !important
  }
  .float-sm-none {
    float: none !important
  }
}
@media (min-width:768px) {
  .float-md-left {
    float: left !important
  }
  .float-md-right {
    float: right !important
  }
  .float-md-none {
    float: none !important
  }
}
@media (min-width:992px) {
  .float-lg-left {
    float: left !important
  }
  .float-lg-right {
    float: right !important
  }
  .float-lg-none {
    float: none !important
  }
}
@media (min-width:1200px) {
  .float-xl-left {
    float: left !important
  }
  .float-xl-right {
    float: right !important
  }
  .float-xl-none {
    float: none !important
  }
}
.user-select-all {
  user-select: all !important
}
.user-select-auto {
  user-select: auto !important
}
.user-select-none {
  user-select: none !important
}
.overflow-auto {
  overflow: auto !important
}
.overflow-hidden {
  overflow: hidden !important
}
.position-static {
  position: static !important
}
.position-relative {
  position: relative !important
}
.position-absolute {
  position: absolute !important
}
.position-fixed {
  position: fixed !important
}
.position-sticky {
  position: sticky !important
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030
}
@supports (position:sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal
}
.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(34, 34, 34, .075) !important
}
.shadow, header #main-nav-wrap #main-nav .dropdown .dropdown-menu {
  box-shadow: 0 .5rem 1rem rgba(34, 34, 34, .15) !important
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(34, 34, 34, .175) !important
}
.shadow-none {
  box-shadow: none !important
}
.w-25 {
  width: 25% !important
}
.w-50 {
  width: 50% !important
}
.w-75 {
  width: 75% !important
}
.w-100, footer #gform_wrapper_1 #gform_1 input {
  width: 100% !important
}
.w-auto {
  width: auto !important
}
.h-25 {
  height: 25% !important
}
.h-50 {
  height: 50% !important
}
.h-75 {
  height: 75% !important
}
.h-100 {
  height: 100% !important
}
.h-auto {
  height: auto !important
}
.mw-100 {
  max-width: 100% !important
}
.mh-100 {
  max-height: 100% !important
}
.min-vw-100 {
  min-width: 100vw !important
}
.min-vh-100 {
  min-height: 100vh !important
}
.vw-100 {
  width: 100vw !important
}
.vh-100 {
  height: 100vh !important
}
.m-0 {
  margin: 0 !important
}
.mt-0, .my-0 {
  margin-top: 0 !important
}
.mr-0, .mx-0 {
  margin-right: 0 !important
}
.mb-0, .my-0 {
  margin-bottom: 0 !important
}
.ml-0, .mx-0 {
  margin-left: 0 !important
}
.m-1 {
  margin: .25rem !important
}
.mt-1, .my-1 {
  margin-top: .25rem !important
}
.mr-1, .mx-1 {
  margin-right: .25rem !important
}
.mb-1, .my-1 {
  margin-bottom: .25rem !important
}
.ml-1, .mx-1 {
  margin-left: .25rem !important
}
.m-2 {
  margin: .5rem !important
}
.mt-2, .my-2 {
  margin-top: .5rem !important
}
.mr-2, .mx-2 {
  margin-right: .5rem !important
}
.mb-2, .my-2 {
  margin-bottom: .5rem !important
}
.ml-2, .mx-2 {
  margin-left: .5rem !important
}
.m-3 {
  margin: 1rem !important
}
.box, .mt-3, .my-3 {
  margin-top: 1rem !important
}
.mr-3, .mx-3 {
  margin-right: 1rem !important
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important
}
.ml-3, .mx-3 {
  margin-left: 1rem !important
}
.m-4 {
  margin: 1.5rem !important
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important
}
.mr-4, .mx-4 {
  margin-right: 1.5rem !important
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important
}
.ml-4, .mx-4 {
  margin-left: 1.5rem !important
}
.m-5 {
  margin: 3rem !important
}
.mt-5, .my-5 {
  margin-top: 3rem !important
}
.mr-5, .mx-5 {
  margin-right: 3rem !important
}
.mb-5, .my-5 {
  margin-bottom: 3rem !important
}
.ml-5, .mx-5 {
  margin-left: 3rem !important
}
.p-0 {
  padding: 0 !important
}
.pt-0, .py-0 {
  padding-top: 0 !important
}
.pr-0, .px-0 {
  padding-right: 0 !important
}
.pb-0, .py-0 {
  padding-bottom: 0 !important
}
.pl-0, .px-0 {
  padding-left: 0 !important
}
.p-1 {
  padding: .25rem !important
}
.pt-1, .py-1 {
  padding-top: .25rem !important
}
.pr-1, .px-1 {
  padding-right: .25rem !important
}
.pb-1, .py-1 {
  padding-bottom: .25rem !important
}
.pl-1, .px-1 {
  padding-left: .25rem !important
}
.p-2 {
  padding: .5rem !important
}
.pt-2, .py-2 {
  padding-top: .5rem !important
}
.pr-2, .px-2 {
  padding-right: .5rem !important
}
.pb-2, .py-2 {
  padding-bottom: .5rem !important
}
.pl-2, .px-2 {
  padding-left: .5rem !important
}
.box, .p-3 {
  padding: 1rem !important
}
.pt-3, .py-3 {
  padding-top: 1rem !important
}
.pr-3, .px-3 {
  padding-right: 1rem !important
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important
}
.pl-3, .px-3 {
  padding-left: 1rem !important
}
.card .card-inner, .p-4 {
  padding: 1.5rem !important
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important
}
.pr-4, .px-4 {
  padding-right: 1.5rem !important
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important
}
.pl-4, .px-4 {
  padding-left: 1.5rem !important
}
.p-5 {
  padding: 3rem !important
}
.pt-5, .py-5 {
  padding-top: 3rem !important
}
.pr-5, .px-5 {
  padding-right: 3rem !important
}
.pb-5, .py-5 {
  padding-bottom: 3rem !important
}
.pl-5, .px-5 {
  padding-left: 3rem !important
}
.m-n1 {
  margin: -.25rem !important
}
.mt-n1, .my-n1 {
  margin-top: -.25rem !important
}
.mr-n1, .mx-n1 {
  margin-right: -.25rem !important
}
.mb-n1, .my-n1 {
  margin-bottom: -.25rem !important
}
.ml-n1, .mx-n1 {
  margin-left: -.25rem !important
}
.m-n2 {
  margin: -.5rem !important
}
.mt-n2, .my-n2 {
  margin-top: -.5rem !important
}
.mr-n2, .mx-n2 {
  margin-right: -.5rem !important
}
.mb-n2, .my-n2 {
  margin-bottom: -.5rem !important
}
.ml-n2, .mx-n2 {
  margin-left: -.5rem !important
}
.m-n3 {
  margin: -1rem !important
}
.mt-n3, .my-n3 {
  margin-top: -1rem !important
}
.mr-n3, .mx-n3 {
  margin-right: -1rem !important
}
.mb-n3, .my-n3 {
  margin-bottom: -1rem !important
}
.ml-n3, .mx-n3 {
  margin-left: -1rem !important
}
.m-n4 {
  margin: -1.5rem !important
}
.mt-n4, .my-n4 {
  margin-top: -1.5rem !important
}
.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important
}
.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important
}
.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important
}
.m-n5 {
  margin: -3rem !important
}
.mt-n5, .my-n5 {
  margin-top: -3rem !important
}
.mr-n5, .mx-n5 {
  margin-right: -3rem !important
}
.mb-n5, .my-n5 {
  margin-bottom: -3rem !important
}
.ml-n5, .mx-n5 {
  margin-left: -3rem !important
}
.m-auto {
  margin: auto !important
}
.mt-auto, .my-auto {
  margin-top: auto !important
}
.mr-auto, .mx-auto {
  margin-right: auto !important
}
.mb-auto, .my-auto {
  margin-bottom: auto !important
}
.ml-auto, .mx-auto {
  margin-left: auto !important
}
@media (min-width:576px) {
  .m-sm-0 {
    margin: 0 !important
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important
  }
  .m-sm-1 {
    margin: .25rem !important
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: .25rem !important
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: .25rem !important
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem !important
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: .25rem !important
  }
  .m-sm-2 {
    margin: .5rem !important
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: .5rem !important
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: .5rem !important
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem !important
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: .5rem !important
  }
  .m-sm-3 {
    margin: 1rem !important
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important
  }
  .m-sm-4 {
    margin: 1.5rem !important
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important
  }
  .m-sm-5 {
    margin: 3rem !important
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important
  }
  .p-sm-0 {
    padding: 0 !important
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important
  }
  .p-sm-1 {
    padding: .25rem !important
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: .25rem !important
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: .25rem !important
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem !important
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: .25rem !important
  }
  .p-sm-2 {
    padding: .5rem !important
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: .5rem !important
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: .5rem !important
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem !important
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: .5rem !important
  }
  .p-sm-3 {
    padding: 1rem !important
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important
  }
  .p-sm-4 {
    padding: 1.5rem !important
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important
  }
  .p-sm-5 {
    padding: 3rem !important
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important
  }
  .m-sm-n1 {
    margin: -.25rem !important
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -.25rem !important
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -.25rem !important
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -.25rem !important
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -.25rem !important
  }
  .m-sm-n2 {
    margin: -.5rem !important
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -.5rem !important
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -.5rem !important
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -.5rem !important
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -.5rem !important
  }
  .m-sm-n3 {
    margin: -1rem !important
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important
  }
  .m-sm-n4 {
    margin: -1.5rem !important
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important
  }
  .m-sm-n5 {
    margin: -3rem !important
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important
  }
  .m-sm-auto {
    margin: auto !important
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important
  }
}
@media (min-width:768px) {
  .m-md-0 {
    margin: 0 !important
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important
  }
  .m-md-1 {
    margin: .25rem !important
  }
  .mt-md-1, .my-md-1 {
    margin-top: .25rem !important
  }
  .mr-md-1, .mx-md-1 {
    margin-right: .25rem !important
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: .25rem !important
  }
  .ml-md-1, .mx-md-1 {
    margin-left: .25rem !important
  }
  .m-md-2 {
    margin: .5rem !important
  }
  .mt-md-2, .my-md-2 {
    margin-top: .5rem !important
  }
  .mr-md-2, .mx-md-2 {
    margin-right: .5rem !important
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: .5rem !important
  }
  .ml-md-2, .mx-md-2 {
    margin-left: .5rem !important
  }
  .m-md-3 {
    margin: 1rem !important
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important
  }
  .m-md-4 {
    margin: 1.5rem !important
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important
  }
  .m-md-5 {
    margin: 3rem !important
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important
  }
  .p-md-0 {
    padding: 0 !important
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important
  }
  .p-md-1 {
    padding: .25rem !important
  }
  .pt-md-1, .py-md-1 {
    padding-top: .25rem !important
  }
  .pr-md-1, .px-md-1 {
    padding-right: .25rem !important
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: .25rem !important
  }
  .pl-md-1, .px-md-1 {
    padding-left: .25rem !important
  }
  .p-md-2 {
    padding: .5rem !important
  }
  .pt-md-2, .py-md-2 {
    padding-top: .5rem !important
  }
  .pr-md-2, .px-md-2 {
    padding-right: .5rem !important
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: .5rem !important
  }
  .pl-md-2, .px-md-2 {
    padding-left: .5rem !important
  }
  .p-md-3 {
    padding: 1rem !important
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important
  }
  .p-md-4 {
    padding: 1.5rem !important
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important
  }
  .p-md-5 {
    padding: 3rem !important
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important
  }
  .m-md-n1 {
    margin: -.25rem !important
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -.25rem !important
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -.25rem !important
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -.25rem !important
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -.25rem !important
  }
  .m-md-n2 {
    margin: -.5rem !important
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -.5rem !important
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -.5rem !important
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -.5rem !important
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -.5rem !important
  }
  .m-md-n3 {
    margin: -1rem !important
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important
  }
  .m-md-n4 {
    margin: -1.5rem !important
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important
  }
  .m-md-n5 {
    margin: -3rem !important
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important
  }
  .m-md-auto {
    margin: auto !important
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important
  }
}
@media (min-width:992px) {
  .m-lg-0 {
    margin: 0 !important
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important
  }
  .m-lg-1 {
    margin: .25rem !important
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: .25rem !important
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: .25rem !important
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem !important
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: .25rem !important
  }
  .m-lg-2 {
    margin: .5rem !important
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: .5rem !important
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: .5rem !important
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem !important
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: .5rem !important
  }
  .m-lg-3 {
    margin: 1rem !important
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important
  }
  .m-lg-4 {
    margin: 1.5rem !important
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important
  }
  .m-lg-5 {
    margin: 3rem !important
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important
  }
  .p-lg-0 {
    padding: 0 !important
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important
  }
  .p-lg-1 {
    padding: .25rem !important
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: .25rem !important
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: .25rem !important
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem !important
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: .25rem !important
  }
  .p-lg-2 {
    padding: .5rem !important
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: .5rem !important
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: .5rem !important
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem !important
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: .5rem !important
  }
  .p-lg-3 {
    padding: 1rem !important
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important
  }
  .p-lg-4 {
    padding: 1.5rem !important
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important
  }
  .p-lg-5 {
    padding: 3rem !important
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important
  }
  .m-lg-n1 {
    margin: -.25rem !important
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -.25rem !important
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -.25rem !important
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -.25rem !important
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -.25rem !important
  }
  .m-lg-n2 {
    margin: -.5rem !important
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -.5rem !important
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -.5rem !important
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -.5rem !important
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -.5rem !important
  }
  .m-lg-n3 {
    margin: -1rem !important
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important
  }
  .m-lg-n4 {
    margin: -1.5rem !important
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important
  }
  .m-lg-n5 {
    margin: -3rem !important
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important
  }
  .m-lg-auto {
    margin: auto !important
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important
  }
}
@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0 !important
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important
  }
  .m-xl-1 {
    margin: .25rem !important
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: .25rem !important
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: .25rem !important
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: .25rem !important
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: .25rem !important
  }
  .m-xl-2 {
    margin: .5rem !important
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: .5rem !important
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: .5rem !important
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: .5rem !important
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: .5rem !important
  }
  .m-xl-3 {
    margin: 1rem !important
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important
  }
  .m-xl-4 {
    margin: 1.5rem !important
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important
  }
  .m-xl-5 {
    margin: 3rem !important
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important
  }
  .p-xl-0 {
    padding: 0 !important
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important
  }
  .p-xl-1 {
    padding: .25rem !important
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: .25rem !important
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: .25rem !important
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem !important
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: .25rem !important
  }
  .p-xl-2 {
    padding: .5rem !important
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: .5rem !important
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: .5rem !important
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: .5rem !important
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: .5rem !important
  }
  .p-xl-3 {
    padding: 1rem !important
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important
  }
  .p-xl-4 {
    padding: 1.5rem !important
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important
  }
  .p-xl-5 {
    padding: 3rem !important
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important
  }
  .m-xl-n1 {
    margin: -.25rem !important
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -.25rem !important
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -.25rem !important
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -.25rem !important
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -.25rem !important
  }
  .m-xl-n2 {
    margin: -.5rem !important
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -.5rem !important
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -.5rem !important
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -.5rem !important
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -.5rem !important
  }
  .m-xl-n3 {
    margin: -1rem !important
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important
  }
  .m-xl-n4 {
    margin: -1.5rem !important
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important
  }
  .m-xl-n5 {
    margin: -3rem !important
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important
  }
  .m-xl-auto {
    margin: auto !important
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0)
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}
.text-justify {
  text-align: justify !important
}
.text-wrap {
  white-space: normal !important
}
.text-nowrap {
  white-space: nowrap !important
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.text-left {
  text-align: left !important
}
.text-right {
  text-align: right !important
}
.text-center {
  text-align: center !important
}
@media (min-width:576px) {
  .text-sm-left {
    text-align: left !important
  }
  .text-sm-right {
    text-align: right !important
  }
  .text-sm-center {
    text-align: center !important
  }
}
@media (min-width:768px) {
  .text-md-left {
    text-align: left !important
  }
  .text-md-right {
    text-align: right !important
  }
  .text-md-center {
    text-align: center !important
  }
}
@media (min-width:992px) {
  .text-lg-left {
    text-align: left !important
  }
  .text-lg-right {
    text-align: right !important
  }
  .text-lg-center {
    text-align: center !important
  }
}
@media (min-width:1200px) {
  .text-xl-left {
    text-align: left !important
  }
  .text-xl-right {
    text-align: right !important
  }
  .text-xl-center {
    text-align: center !important
  }
}
.text-lowercase {
  text-transform: lowercase !important
}
.text-uppercase {
  text-transform: uppercase !important
}
.text-capitalize {
  text-transform: capitalize !important
}
.font-weight-light {
  font-weight: 300 !important
}
.font-weight-lighter {
  font-weight: lighter !important
}
.font-weight-normal {
  font-weight: 400 !important
}
.font-weight-bold {
  font-weight: 700 !important
}
.font-weight-bolder {
  font-weight: bolder !important
}
.font-italic {
  font-style: italic !important
}
.text-white {
  color: #fff !important
}
.text-primary {
  color: #b82e54 !important
}
a.text-primary:focus, a.text-primary:hover {
  color: #7b1f38 !important
}
.text-secondary {
  color: #707070 !important
}
a.text-secondary:focus, a.text-secondary:hover {
  color: #4a4a4a !important
}
.text-success {
  color: #28a745 !important
}
a.text-success:focus, a.text-success:hover {
  color: #19692c !important
}
.text-info {
  color: #17a2b8 !important
}
a.text-info:focus, a.text-info:hover {
  color: #0f6674 !important
}
.text-warning {
  color: #ffc107 !important
}
a.text-warning:focus, a.text-warning:hover {
  color: #ba8b00 !important
}
.text-danger {
  color: #dc3545 !important
}
a.text-danger:focus, a.text-danger:hover {
  color: #a71d2a !important
}
.text-light {
  color: #fff2eb !important
}
a.text-light:focus, a.text-light:hover {
  color: #ffc09f !important
}
.text-dark {
  color: #243234 !important
}
a.text-dark:focus, a.text-dark:hover {
  color: #050707 !important
}
.text-red {
  color: #b82e54 !important
}
a.text-red:focus, a.text-red:hover {
  color: #7b1f38 !important
}
.text-light-red {
  color: #df819c !important
}
a.text-light-red:focus, a.text-light-red:hover {
  color: #d0446c !important
}
.text-cream {
  color: #ffebe0 !important
}
a.text-cream:focus, a.text-cream:hover {
  color: #ffba94 !important
}
.text-dark-cream {
  color: #ffdbc7 !important
}
a.text-dark-cream:focus, a.text-dark-cream:hover {
  color: #ffa97a !important
}
.text-gray {
  color: #707070 !important
}
a.text-gray:focus, a.text-gray:hover {
  color: #4a4a4a !important
}
.text-black {
  color: #222 !important
}
a.text-black:focus, a.text-black:hover {
  color: #000 !important
}
.text-white {
  color: #fff !important
}
a.text-white:focus, a.text-white:hover {
  color: #d9d9d9 !important
}
.text-light-gray {
  color: #ebecef !important
}
a.text-light-gray:focus, a.text-light-gray:hover {
  color: #c1c4cd !important
}
.text-pink {
  color: #ff2b64 !important
}
a.text-pink:focus, a.text-pink:hover {
  color: #de003c !important
}
.text-light-pink {
  color: #ffb3c7 !important
}
a.text-light-pink:focus, a.text-light-pink:hover {
  color: #ff678f !important
}
.text-body {
  color: #000 !important
}
.text-muted {
  color: #6c757d !important
}
.text-black-50 {
  color: rgba(34, 34, 34, .5) !important
}
.text-white-50 {
  color: rgba(255, 255, 255, .5) !important
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}
.text-decoration-none {
  text-decoration: none !important
}
.text-break {
  word-wrap: break-word !important
}
.text-reset {
  color: inherit !important
}
.visible {
  visibility: visible !important
}
.invisible {
  visibility: hidden !important
}
@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important
  }
  a:not(.btn) {
    text-decoration: underline
  }
  abbr[title]::after {
    content: " ("attr(title) ")"
  }
  pre {
    white-space: pre-wrap !important
  }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid
  }
  thead {
    display: table-header-group
  }
  img, tr {
    page-break-inside: avoid
  }
  h2, h3, p {
    orphans: 3;
    widows: 3
  }
  h2, h3 {
    page-break-after: avoid
  }
  @page {
    size: a3
  }
  body {
    min-width: 992px !important
  }
  .container {
    min-width: 992px !important
  }
  .navbar {
    display: none
  }
  .badge {
    border: 1px solid #222
  }
  .table {
    border-collapse: collapse !important
  }
  .table td, .table th {
    background-color: #fff !important
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important
  }
  .table-dark {
    color: inherit
  }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #707070
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #707070
  }
}
#email-signup #gform_wrapper_1 #gform_1 input[type=submit], .sans, footer #gform_wrapper_1 #gform_1 input[type=submit] {
  font-family: "Nunito Sans", sans-serif !important
}
.serif {
  font-family: "Poppins", sans-serif;
}
.script {
  font-family: "Nunito Sans", sans-serif !important
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500!important;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width:576px) {
  h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0
  }
}
.label {
  font-weight: 300 !important;
  margin: 0 0 -5px 0;
  letter-spacing: 0;
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
  color: #b82e54;
  font-size: 24px
}
@media only screen and (max-width:767px) {
  .label {
    font-size: 28px
  }
}
@media only screen and (max-width:576px) {
  .label {
    font-size: 24px
  }
}
.label.font-24 {
  font-size: 24px
}
@media only screen and (max-width:767px) {
  .label.font-24 {
    font-size: 20px
  }
}
@media only screen and (max-width:576px) {
  .label.font-24 {
    font-size: 18px
  }
}
.label.font-18 {
  font-size: 18px
}
@media only screen and (max-width:576px) {
  .label.font-18 {
    font-size: 16px
  }
}
.label.font-14 {
  font-size: 14px
}
.sub-label {
  font-size: 16px;
  color: #707070;
  font-weight: 700;
  text-transform: uppercase;
  margin: -5px 0 0 0
}
@media only screen and (max-width:991px) {
  .display-2 {
    font-size: 3rem
  }
}
@media only screen and (max-width:767px) {
  .display-2 {
    font-size: 2.5rem
  }
}
@media only screen and (max-width:576px) {
  .display-2 {
    font-size: 2.25rem
  }
}
@media only screen and (max-width:991px) {
  .display-3 {
    font-size: 2.5rem
  }
}
@media only screen and (max-width:767px) {
  .display-3 {
    font-size: 2.25rem
  }
}
@media only screen and (max-width:576px) {
  .display-3 {
    font-size: 2rem
  }
}
@media only screen and (max-width:991px) {
  .display-4 {
    font-size: 2.25rem
  }
}
@media only screen and (max-width:767px) {
  .display-4 {
    font-size: 2rem
  }
}
@media only screen and (max-width:576px) {
  .display-4 {
    font-size: 1.8rem
  }
}
.font-36 {
  font-size: 36px
}
@media only screen and (max-width:767px) {
  .font-36 {
    font-size: 28px
  }
}
@media only screen and (max-width:576px) {
  .font-36 {
    font-size: 24px
  }
}
.font-28 {
  font-size: 28px
}
@media only screen and (max-width:767px) {
  .font-28 {
    font-size: 24px
  }
}
@media only screen and (max-width:576px) {
  .font-28 {
    font-size: 20px
  }
}
.font-24 {
  font-size: 24px
}
@media only screen and (max-width:767px) {
  .font-24 {
    font-size: 20px
  }
}
@media only screen and (max-width:576px) {
  .font-24 {
    font-size: 18px
  }
}
.font-18 {
  font-size: 18px
}
@media only screen and (max-width:576px) {
  .font-18 {
    font-size: 16px
  }
}
.font-16 {
  font-size: 16px
}
.font-14 {
  font-size: 14px
}
.font-12 {
  font-size: 12px
}
* {
  -webkit-font-smoothing: subpixel-antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important
}
* {
  min-height: 0;
  min-width: 0
}
html {
  scroll-behavior: smooth
}
body {
  min-height: 100vh;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  background-color: #fff !important
}
main {
  min-height: 100vh;
  z-index: 9
}
@media only screen and (max-width:1400px) {
  .container {
    max-width: 1200px !important;
    padding-left: 30px !important;
    padding-right: 30px !important
  }
}
@media only screen and (max-width:991px) {
  .container {
    max-width: 100% !important;
    padding-left: 25px !important;
    padding-right: 25px !important
  }
}
@media only screen and (max-width:767px) {
  .container {
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important
  }
}
@media only screen and (max-width:576px) {
  .container {
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important
  }
}
@media only screen and (max-width:576px) {
  .container#article-wrap {
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important
  }
  
  .card .card-inner, .p-4 {
    padding: 10px!important;
  }
}
.container#articles-wrap {
  margin-top: 40px
}
hr {
  border-top: 2px solid #dbe6e6;
  margin: 2.5rem 0
}
hr.small {
  margin: 1px 0
}
a.link-wrap {
  color: inherit !important
}
#categories-3 ul, header #main-nav-wrap #main-nav .dropdown .dropdown-menu ul li ul.sub-menu, ul.clean {
  padding: 0;
  margin: 0;
  list-style: none
}
#categories-3 ul li, header #main-nav-wrap #main-nav .dropdown .dropdown-menu ul li ul.sub-menu li, ul.clean li {
  padding: 0
}
ul li {
  padding: 5px 0
}
ul li strong:first-of-type {
  font-family: "Nunito Sans", sans-serif
}
b, strong {
  font-weight: 900 !important
}
button {
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700 !important;
  padding: 2rem;
  line-height: 1;
  letter-spacing: 1px;
  border-radius: 0 !important
}
.btn-wrap {
  margin-top: .75rem;
  position: absolute;
  bottom: 0;
  left: 0 !important;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px
}
@media only screen and (max-width:767px) {
  .btn-wrap {
    width: 140px
  }
}
.btn-wrap.right {
  position: absolute;
  width: auto;
  bottom: auto !important;
  left: auto !important;
  top: 0 !important;
  right: 0 !important
}
@media only screen and (max-width:991px) {
  .btn-wrap.right {
    right: 30px !important
  }
}
@media only screen and (max-width:767px) {
  .btn-wrap.right {
    position: relative;
    right: 0 !important;
    padding-bottom: 1rem
  }
}
.btn-wrap .btn-btn {
  display: flex;
  width: 110px;
  justify-content: space-between
}
@media only screen and (max-width:767px) {
  .btn-wrap .btn-btn {
    width: 80px
  }
}
.btn-indicator {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  text-align: right
}
.wide {
  width: 100% !important
}
#article-wrap #breadcrumb-wrap .bc-item, #article-wrap #breadcrumb-wrap .bc-item a, .noshadow, header #main-nav-wrap #main-nav .dropdown .dropdown-menu ul li .sub-menu a, header #main-nav-wrap #main-nav .dropdown .dropdown-menu ul li a {
  text-shadow: 0 0 0 transparent !important;
  box-shadow: 0 0 0 transparent !important
}
.text-shadow {
  text-shadow: 0 0 10px rgba(0, 0, 0, .4)
}
.no-image {
  position: relative;
  background-color: rgba(0, 0, 0, .5);
  background-blend-mode: multiply
}
#side-menu {
  position: fixed !important;
  height: 100vh;
  left: 0;
  width: 320px;
  background: #fff;
  border-left: 1px solid gray;
  box-shadow: 0 0 10px rgba(0, 0, 0, .4);
  z-index: 1000000;
  padding: 15px;
  transform: translate(-325px, 0);
  transition: .3s transform ease
}
#side-menu.open {
  transform: translate(0, 0) !important;
  transition: .3s transform ease
}
#side-menu #search-wrapper {
  box-shadow: 0 0 0 transparent !important
}
#side-menu #search-wrapper input[type=search] {
  box-sizing: border-box !important;
  padding: 1rem 1.5rem !important;
  height: 49px !important
}
#side-menu .logo-svg {
  fill: #A62547
}
#side-menu .logo-hearts {
  fill: #FF2B64
}
#side-menu-wrap {
  border-top: 1px solid gray;
  margin-top: 20px;
  margin-bottom: 20px
}
#side-menu-wrap li {
  padding: 12px 0;
  border-bottom: 1px solid gray;
  text-transform: uppercase;
  font-weight: 700
}
#side-menu-wrap li a {
  color: #000;
  font-size: 14px;
}
#side-menu-wrap li a:hover {
  color: #b82e54
}
#side-menu-wrap li::after {
  content: '';
  display: block;
  border-bottom: 6px solid #b82e54;
  position: relative;
  top: 12px;
  margin-top: -6px;
  width: 0;
  transition: .3s width ease
}
#side-menu-wrap li:hover::after {
  width: 100%;
  transition: .3s width ease
}
.social li {
  border: 2px solid #b82e54
}
.social li:hover {
  border: 2px solid #7b1f38
}
.ad-policy {
  margin-top: 1rem
}
.section, section {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem
}
.section.section-inner, section.section-inner {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem
}
.section.section-small, section.section-small {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem
}
#sidebar section {
  padding-top: 2.75rem;
  padding-bottom: 0
}
#sidebar section.last {
  padding-bottom: 0
}
@media only screen and (max-width:767px) {
  #sidebar section.last {
    padding-bottom: 2.75rem
  }
}
.bg-map {
  background: url(https://cdn.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://honeymoons.com/wp-content/uploads/2020/07/bg-map.jpg);
  background-position: right center;
  background-repeat: repeat-y;
  background-size: 750px 750px;
  position: relative;
  padding: 5.5rem 0
}
.bg-map .container {
  z-index: 2;
  position: relative
}
.bg-map:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, #fff 1%, #fff 65%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #fff 1%, #fff 65%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #fff 1%, #fff 65%, rgba(255, 255, 255, 0) 100%)
}
.bg-cream #breadcrumb-wrap .bc-item, .single-hotel #breadcrumb-wrap .bc-item {
  color: #243234;
  display: flex;
  align-items: center
}
@media only screen and (max-width:767px) {
  .bg-cream #breadcrumb-wrap .bc-item, .single-hotel #breadcrumb-wrap .bc-item {
    font-size: 12px
  }
}
@media only screen and (max-width:576px) {
  .bg-cream #breadcrumb-wrap .bc-item, .single-hotel #breadcrumb-wrap .bc-item {
    font-size: 10px
  }
}
.bg-cream #breadcrumb-wrap .bc-item a, .single-hotel #breadcrumb-wrap .bc-item a {
  color: #b82e54 !important
}
.bg-cream #breadcrumb-wrap .bc-item a:hover, .single-hotel #breadcrumb-wrap .bc-item a:hover {
  color: #243234 !important
}
.tear-cream-top {
  position: relative;
  padding-top: 5.5rem
}
.tear-cream-top::before {
  width: 100%;
  height: 15px;
  z-index: 1;
  background: url("https://cdn.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://honeymoons.com/wp-content/themes/honeymoons/img/cream-top.png");
  background-repeat: repeat-x;
  position: absolute;
  top: -15px;
  left: 0;
  content: '';
  display: block
}
.tear-cream-bottom {
  position: relative;
  padding-bottom: 5.5rem
}
.tear-cream-bottom::after {
  width: 100%;
  height: 15px;
  background: url("https://cdn.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://honeymoons.com/wp-content/themes/honeymoons/img/cream-bottom.png");
  background-repeat: repeat-x;
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: 1;
  content: '';
  display: block
}
.tear-dark-top {
  position: relative;
  padding-top: 2.5rem
}
.tear-dark-top::before {
  width: 100%;
  height: 15px;
  background: url("https://cdn.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://honeymoons.com/wp-content/uploads/2020/07/black-top.png");
  background-repeat: repeat-x;
  position: absolute;
  top: -15px;
  left: 0;
  z-index: 1;
  content: '';
  display: block
}
.tear-dark-bottom {
  position: relative;
  padding-bottom: 2.5rem
}
.tear-dark-bottom::after {
  width: 100%;
  height: 15px;
  background: url("https://cdn.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://honeymoons.com/wp-content/uploads/2020/07/black-bottom.png");
  background-repeat: repeat-x;
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: 1;
  content: '';
  display: block
}
header {
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .3);
  z-index: 10;
  position: relative;
  background: #fff;
  padding-top: 10px;
  width: 100%;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
header #logo-bar-wrap {
  padding: 0 0 10px 0 !important
}
header #logo-bar-wrap #logo #logo-img {
  width: auto;
  height: 60px
}
@media only screen and (max-width:767px) {
  header #logo-bar-wrap #logo #logo-img {
    height: 50px !important
  }
}
@media only screen and (max-width:576px) {
  header #logo-bar-wrap #logo #logo-img {
    height: 40px !important
  }
}
header #logo-bar-wrap #logo #logo-img .logo-svg {
  fill: #B82E54
}
header #logo-bar-wrap #logo #logo-img .logo-hearts {
  fill: #FF2B64 !important
}
@media only screen and (max-width:991px) {
  header #logo-bar-wrap #logo .justify-content-center {
    justify-content: flex-start !important
  }
}
header #logo-bar-wrap #menu button {
  border-width: 0;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none
}
@media only screen and (max-width:767px) {
  header #logo-bar-wrap #menu button {
    width: 100%
  }
  header #logo-bar-wrap #menu button .fa-2x {
    font-size: 30px
  }
}
@media only screen and (max-width:991px) {
  header #logo-bar-wrap #social .justify-content-start {
    justify-content: flex-end !important
  }
}
header #main-nav-wrap {
  border-top: 1px solid #707070;
  font-family: "Nunito Sans", sans-serif;
  padding: 0 !important
}
header #main-nav-wrap #main-nav {
  padding: 0;
  margin: 0;
  list-style: none
}
header #main-nav-wrap #main-nav li {
  text-transform: uppercase;
  padding: 8px 8px 0 8px;
  font-weight: 700;
  border-bottom: 0 solid #b82e54;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
header #main-nav-wrap #main-nav li:after {
  content: '';
  position: relative;
  width: 0;
  display: block;
  border-bottom: 6px solid #b82e54;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
header #main-nav-wrap #main-nav li:hover {
  position: relative
}
header #main-nav-wrap #main-nav li:hover:after {
  width: 100%;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
header #main-nav-wrap #main-nav li:hover a {
  color: #222 !important
}
header #main-nav-wrap #main-nav li:hover .dropdown-menu {
  display: block;
  opacity: 1;
  width: 100%;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
header #main-nav-wrap #main-nav li a {
  color: #222
}
@media only screen and (max-width:1400px) {
  header #main-nav-wrap #main-nav li {
    font-size: 14px
  }
}
header #main-nav-wrap #main-nav li .dropdown-menu {
  opacity: 0;
  width: 0;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
header #main-nav-wrap #main-nav .dropdown .dropdown-menu {
  width: 440px !important;
  padding: 2rem !important;
  margin-top: 0 !important
}
header #main-nav-wrap #main-nav .dropdown .dropdown-menu hr {
  margin: 0 0 20px 0
}
header #main-nav-wrap #main-nav .dropdown .dropdown-menu ul {
  padding-bottom: 15px
}
header #main-nav-wrap #main-nav .dropdown .dropdown-menu ul li {
  padding: 0 0 5px 0 !important
}
header #main-nav-wrap #main-nav .dropdown .dropdown-menu ul li:after {
  padding: 0 !important;
  border-bottom: 0 solid #fff
}
header #main-nav-wrap #main-nav .dropdown .dropdown-menu ul li a {
  color: #243234 !important;
  font-weight: 700 !important;
  text-transform: uppercase
}
header #main-nav-wrap #main-nav .dropdown .dropdown-menu ul li .sub-menu li {
  padding: 2px 0 !important
}
header #main-nav-wrap #main-nav .dropdown .dropdown-menu ul li .sub-menu a {
  color: #b82e54 !important;
  font-weight: 300 !important;
  text-transform: capitalize
}
header #main-nav-wrap #main-nav .dropdown .dropdown-menu ul li .sub-menu a:hover {
  color: #243234 !important
}
@media only screen and (max-width:991px) {
  header #main-nav-wrap {
    display: none
  }
  .moble-menu-icon button {
    display:flex!important;
  }
}
header.sticky {
  position: fixed;
  z-index: 10000;
  top: 0;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
header.sticky #main-nav-wrap #main-nav li:hover a {
  color: #222
}
#search-wrap {
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, .3);
  bottom: -200px;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  z-index: 100000
}
#search-wrap.expand {
  bottom: 0
}
#search-wrap button {
  height: 60px;
  width: 90% !important
}
.error404 header, .home header, .page-template-page-home-w-ads header {
  z-index: 10;
  position: fixed;
  top: 0;
  background: 0 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 80px;
  background: -moz-linear-gradient(top, #243234 0, rgba(36, 50, 52, 0) 100%);
  background: -webkit-linear-gradient(top, #243234 0, rgba(36, 50, 52, 0) 100%);
  background: linear-gradient(bottom, #243234 0, rgba(36, 50, 52, 0) 100%);
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  box-shadow: 0 6px 4px -4px transparent
}
@media only screen and (max-width:767px) {
  .error404 header, .home header, .page-template-page-home-w-ads header {
    padding-bottom: 50px
  }
}
@media only screen and (max-width:576px) {
  .error404 header, .home header, .page-template-page-home-w-ads header {
    padding-bottom: 20px
  }
}
.error404 header #logo-bar-wrap #logo #logo-img .logo-svg, .home header #logo-bar-wrap #logo #logo-img .logo-svg, .page-template-page-home-w-ads header #logo-bar-wrap #logo #logo-img .logo-svg {
  fill: #fff
}
.error404 header #logo-bar-wrap #logo #logo-img .logo-hearts, .home header #logo-bar-wrap #logo #logo-img .logo-hearts, .page-template-page-home-w-ads header #logo-bar-wrap #logo #logo-img .logo-hearts {
  fill: #fff
}
.error404 header #logo-bar-wrap #menu button, .home header #logo-bar-wrap #menu button, .page-template-page-home-w-ads header #logo-bar-wrap #menu button {
  text-shadow: 0 0 10px rgba(0, 0, 0, .4)
}
.error404 header #logo-bar-wrap #menu button .text-gray, .home header #logo-bar-wrap #menu button .text-gray, .page-template-page-home-w-ads header #logo-bar-wrap #menu button .text-gray {
  color: #fff !important
}
.error404 header #logo-bar-wrap #social li, .home header #logo-bar-wrap #social li, .page-template-page-home-w-ads header #logo-bar-wrap #social li {
  border-color: #fff;
  color: #fff
}
.error404 header #main-nav-wrap, .home header #main-nav-wrap, .page-template-page-home-w-ads header #main-nav-wrap {
  border-top: 1px solid #fff
}
.error404 header #main-nav-wrap #main-nav li:hover, .home header #main-nav-wrap #main-nav li:hover, .page-template-page-home-w-ads header #main-nav-wrap #main-nav li:hover {
  position: relative
}
.error404 header #main-nav-wrap #main-nav li:hover .dropdown-menu, .home header #main-nav-wrap #main-nav li:hover .dropdown-menu, .page-template-page-home-w-ads header #main-nav-wrap #main-nav li:hover .dropdown-menu {
  display: block;
  opacity: 1;
  width: 100%;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
.error404 header #main-nav-wrap #main-nav li:hover a, .home header #main-nav-wrap #main-nav li:hover a, .page-template-page-home-w-ads header #main-nav-wrap #main-nav li:hover a {
  color: #fff !important
}
.error404 header #main-nav-wrap #main-nav li a, .home header #main-nav-wrap #main-nav li a, .page-template-page-home-w-ads header #main-nav-wrap #main-nav li a {
  color: #fff !important;
  text-shadow: 0 0 10px rgba(0, 0, 0, .4)
}
.error404 header #main-nav-wrap #main-nav li .dropdown-menu, .home header #main-nav-wrap #main-nav li .dropdown-menu, .page-template-page-home-w-ads header #main-nav-wrap #main-nav li .dropdown-menu {
  opacity: 0;
  width: 0;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
.error404 header.sticky, .home header.sticky, .page-template-page-home-w-ads header.sticky {
  padding-top: 10px;
  background: #fff;
  padding-bottom: 0;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .3);
  z-index: 10000
}
.error404 header.sticky #logo-bar-wrap #logo #logo-img .logo-svg, .home header.sticky #logo-bar-wrap #logo #logo-img .logo-svg, .page-template-page-home-w-ads header.sticky #logo-bar-wrap #logo #logo-img .logo-svg {
  fill: #B82E54
}
.error404 header.sticky #logo-bar-wrap #logo #logo-img .logo-hearts, .home header.sticky #logo-bar-wrap #logo #logo-img .logo-hearts, .page-template-page-home-w-ads header.sticky #logo-bar-wrap #logo #logo-img .logo-hearts {
  fill: #FF2B64
}
.error404 header.sticky #logo-bar-wrap #menu button, .home header.sticky #logo-bar-wrap #menu button, .page-template-page-home-w-ads header.sticky #logo-bar-wrap #menu button {
  text-shadow: 0 0 0 transparent
}
.error404 header.sticky #logo-bar-wrap #menu button .text-gray, .home header.sticky #logo-bar-wrap #menu button .text-gray, .page-template-page-home-w-ads header.sticky #logo-bar-wrap #menu button .text-gray {
  color: #707070 !important
}
.error404 header.sticky #logo-bar-wrap #social li, .home header.sticky #logo-bar-wrap #social li, .page-template-page-home-w-ads header.sticky #logo-bar-wrap #social li {
  border-color: #707070;
  color: #707070
}
.error404 header.sticky #main-nav-wrap, .home header.sticky #main-nav-wrap, .page-template-page-home-w-ads header.sticky #main-nav-wrap {
  border-top: 1px solid #707070 !important
}
.error404 header.sticky #main-nav-wrap #main-nav li:hover a, .home header.sticky #main-nav-wrap #main-nav li:hover a, .page-template-page-home-w-ads header.sticky #main-nav-wrap #main-nav li:hover a {
  color: #222 !important
}
.error404 header.sticky #main-nav-wrap #main-nav li a, .home header.sticky #main-nav-wrap #main-nav li a, .page-template-page-home-w-ads header.sticky #main-nav-wrap #main-nav li a {
  color: #222 !important;
  text-shadow: 0 0 0 transparent !important
}
#sfm-sidebar .sfm-logo img {
  height: 60px !important;
  max-height: 60px !important
}
#sfm-sidebar .sfm-va-middle {
  padding: 0 30px
}
#sfm-sidebar .sfm-search-form {
  border: 2px solid #dbe6e6;
  background-color: #fff !important;
  margin: 0 0 20px 0
}
#sfm-sidebar .sfm-search-form span {
  top: 20px !important;
  left: auto;
  right: 10%;
  color: #707070 !important
}
#sfm-sidebar .sfm-search-form input {
  padding: 16px !important;
  color: #707070 !important;
  text-align: left !important
}
#sfm-sidebar .sfm-sidebar-close {
  position: absolute !important;
  left: auto !important;
  right: 0 !important
}
#sfm-sidebar .sfm-sidebar-close:after, #sfm-sidebar .sfm-sidebar-close:before {
  height: 2px !important;
  background-color: #707070 !important
}
#sfm-sidebar.sfm-hl-line .sfm-menu li {
  padding: 0;
  border-top: 1px solid #707070
}
#sfm-sidebar.sfm-hl-line .sfm-menu li.sfm-menu-item-26 {
  border-top: 0 solid #707070
}
#sfm-sidebar.sfm-hl-line .sfm-menu li a {
  padding: 20px 0 !important
}
#sfm-sidebar.sfm-hl-line .sfm-menu li > a:before {
  height: 6px;
  bottom: 0
}
#sfm-sidebar.sfm-hl-line .sfm-menu li:hover > a {
  background: rgba(0, 0, 0, 0) !important
}
#sfm-sidebar.sfm-hl-line .sfm-menu li.sfm-active-class > a {
  background: rgba(0, 0, 0, 0) !important
}
#sfm-sidebar .sfm-social li {
  border: 2px solid #b82e54;
  width: 42px;
  height: 42px;
  border-radius: 24px
}
#sfm-sidebar .sfm-social li:hover a:before {
  text-shadow: 0 0 0 transparent
}
#sfm-sidebar .sfm-social li:hover {
  opacity: .8
}
#sfm-sidebar .sfm-social li a:after {
  display: none
}
#sfm-sidebar [class*=sfm-icon-] a {
  font-size: 24px;
  line-height: 0
}
#latest-articles img {
  width: 100%
}
#latest-articles .mr-3 {
  flex-shrink: 0
}
footer {
  font-family: "Nunito Sans", sans-serif;
  margin-top: 5rem
}
footer h4 {
  color: #ff2b64;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Nunito Sans", sans-serif
}
footer .menu {
  padding: 0;
  margin: 0;
  list-style: none
}
footer .menu li {
  padding: 7px 0;
  font-size: 16px
}
footer .menu li a {
  color: #fff;
  font-weight: 100
}
footer .menu li a:hover {
  color: #b82e54
}
.error404 footer #footer-wrap {
  margin-top: 0 !important
}
#breadcrumb-wrap {
  display: flex;
  justify-content: center;
  font-size: 14px;
  text-shadow: 0 0 10px rgba(0, 0, 0, .4);
  padding-top: 10px
}
#breadcrumb-wrap .bc-item {
  color: #fff;
  display: flex;
  align-items: center
}
@media only screen and (max-width:767px) {
  #breadcrumb-wrap .bc-item {
    font-size: 12px
  }
}
@media only screen and (max-width:576px) {
  #breadcrumb-wrap .bc-item {
    font-size: 11px
  }
}
#breadcrumb-wrap .bc-item a {
  color: #fff
}
#breadcrumb-wrap .bc-item a:hover {
  color: #707070
}
.social {
  display: flex;
  align-items: center
}
.social li {
  border: 2px solid #707070;
  border-radius: 24px;
  height: 32px;
  width: 32px;
  margin: 0 5px;
  position: relative
}
.social li a {
  color: #222
}
.social li i, .social li svg {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 16px;
  margin-left: -8px;
  margin-top: -8px
}
.social.share {
  display: block
}
.social.share .a2a_svg {
  background-color: transparent !important;
  border: 2px solid #b82e54;
  border-radius: 24px !important
}
.social.share .a2a_svg i, .social.share .a2a_svg svg {
  width: 28px;
  height: 28px;
  top: 50%;
  left: 50%;
  margin-left: -14px;
  margin-top: -14px
}
.social.share .a2a_svg i path, .social.share .a2a_svg svg path {
  fill: #B82E54 !important
}
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto
}
.video-wrap embed, .video-wrap iframe, .video-wrap object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.map-wrap {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0
}
.map-wrap img {
  max-width: inherit !important
}
.pagination {
  justify-content: space-between;
  align-items: center
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  font-weight: 700
}
.pagination .page-numbers.current {
  font-weight: 700
}
#categories-3 h4 {
  display: none
}
#dest-quote .button-wrap a button {
  border-radius: 25px !important;
  background-color: #b82e54;
	width:100%;
	color: #fff;
	
}
#dest-quote .button-wrap a button:hover {
  background-color: #000;
	
}
#quick-links .link-wrap {
  display: flex;
  align-items: center;
  padding: 5px 0
}
#quick-links .link-wrap::after {
  display: block;
  clear: both;
  content: ""
}
#quick-links .link-icon {
  margin-right: 2rem
}
#quick-links .link-icon .fa-2x {
  font-size: 34px
}
#quick-links .link-text {
  font-family: "Nunito Sans", sans-serif;
  color: #222;
}
.img-wrap {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden
}
.img-wrap.half {
  padding-bottom: 50%
}
.img-wrap.two-thirds {
  padding-bottom: 66.666666%
}
.img-wrap.square {
  padding-bottom: 100%
}
.img-wrap.tall {
  padding-bottom: 120%
}
@media only screen and (max-width:767px) {
  .img-wrap.tall {
    padding-bottom: 50%
  }
}
.img-wrap.vertical {
  padding-bottom: 150%
}
.img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}
.img-wrap:hover img {
  transform: scale(1.1)
}
.card {
  overflow: hidden
}
.card .card-featured {
  position: absolute;
  top: 20px;
  z-index: 100;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  padding: 5px 10px;
  background-color: #b82e54;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700
}
@media only screen and (max-width:576px) {
  .card .card-featured {
    top: 90px;
    width: 100px;
    text-align: center
  }
}
.card .card-img-top {
  opacity: 1;
  transform: scale(1) translateY(0);
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
.card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .4);
  border-color: #707070 !important
}
.card:hover .card-img-top {
  opacity: .9;
  transform: scale(1.05);
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
.card:hover .sub-label {
  color: #b82e54 !important
}
.card:hover .fa-star, .card:hover .fa-star-half, .card:hover .text-uppercase.text-primary {
  color: #707070 !important
}
.card:hover .card-inner {
  margin-top: -100px;
  margin-bottom: 40px
}
.card .card-title {
  font-size: 24px
}
.card .card-inner {
  transform: scale(1);
  margin-top: -60px;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
@media only screen and (max-width:576px) {
  .card .card-inner {
    margin-top: 0
  }
}
.card.article .card-body {
  padding: 2rem
}
@media only screen and (max-width:991px) {
  .card.article .card-body {
    padding: 0
  }
}
@media only screen and (max-width:576px) {
  .card.article .card-body {
    padding: 2rem
  }
}
@media only screen and (max-width:991px) {
  .card.article {
    padding: 20px
  }
}
@media only screen and (max-width:576px) {
  .card.article {
    padding: 0
  }
}
.card.destination {
  min-height: 575px;
  margin-bottom: 1.5rem
}
.card.destination .card-title {
  text-transform: uppercase;
  font-size: 28px
}
@media only screen and (max-width:576px) {
  .card.destination .card-title {
    font-size: 24px
  }
}
@media only screen and (max-width:991px) {
  .card.destination {
    min-height: 0 !important
  }
}
.card.hotel {
  min-height: 575px;
  margin-bottom: 1.5rem
}
@media only screen and (max-width:767px) {
  .card.hotel {
    min-height: 0;
    padding: 20px
  }
  .card.hotel .link-wrap {
    display: flex;
    align-items: flex-start
  }
  .card.hotel .link-wrap img {
    width: 150px;
    height: auto
  }
  .card.hotel .link-wrap .card-body {
    padding: 0 0 0 20px
  }
}
@media only screen and (max-width:576px) {
  .card.hotel picture.card-img, .card.hotel picture.card-img-bottom, .card.hotel picture.card-img-top {
    width: auto !important
  }
  .card.hotel .link-wrap img {
    width: 100px
  }
  .card.hotel .link-wrap .card-body {
    padding: 0 0 0 15px
  }
}
.card.hotel .card-title {
  font-size: 24px
}
.slick-slider .slick-slide {
  height: auto;
  margin: 0 .5rem
}
.slick-slider .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start
}
.slick-slider .slider-text {
  padding-bottom: 75px
}
.btn-slider {
  border-radius: 25px !important;
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none !important;
  font-size: 24px !important
}
.btn-slider i, .btn-slider svg {
  font-size: 24px !important
}
@media only screen and (max-width:767px) {
  .btn-slider {
    border-radius: 18px !important;
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    font-size: 21px !important
  }
  .btn-slider i, .btn-slider svg {
    font-size: 21px !important
  }
}
.home #home-hero-slider {
  height: 90vh
}
@media only screen and (max-width:767px) {
  .home #home-hero-slider {
    height: 95vh
  }
}
@media only screen and (max-width:576px) {
  .home #home-hero-slider {
    height: calc(100vh - 90px)
  }
}
#hero-slider, #home-hero-slider {
  visibility: hidden
}
#hero-slider.slick-initialized, #home-hero-slider.slick-initialized {
  visibility: visible
}
#hero-slider .slick-slide, #home-hero-slider .slick-slide {
  margin: 0 !important
}
#hero-slider .slick-dots, #home-hero-slider .slick-dots {
  bottom: 20px
}
#hero-slider .slick-dots li.slick-active button:before, #home-hero-slider .slick-dots li.slick-active button:before {
  background: #fff;
  border-radius: 10px;
  border: 2px solid #fff;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
#hero-slider .slick-dots li button:before, #home-hero-slider .slick-dots li button:before {
  background: rgba(255, 255, 255, 0);
  font-size: 10px;
  color: #fff;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  opacity: 1;
  content: '';
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
@media only screen and (max-width:767px) {
  #hero-slider .slick-dots li button:before, #home-hero-slider .slick-dots li button:before {
    font-size: 20px;
    width: 20px;
    height: 20px
  }
}
.hero-prev {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -25px
}
.hero-next {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -25px
}
#hero-image, .hero-image {
  width: 100%;
  position: relative;
  background: #243234
}
#hero-image #hero-wrap, #hero-image .hero-wrap, .hero-image #hero-wrap, .hero-image .hero-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 480px;
}
@media only screen and (max-width:767px) {
  #hero-image #hero-wrap, #hero-image .hero-wrap, .hero-image #hero-wrap, .hero-image .hero-wrap {
    display: block
  }
}
#hero-image #hero-wrap.home, #hero-image .hero-wrap.home, .hero-image #hero-wrap.home, .hero-image .hero-wrap.home {
  height: 700px;
  background-size: cover !important;
  background-position: center bottom !important;
}
@media only screen and (max-width:767px) {
  #hero-image #hero-wrap.home, #hero-image .hero-wrap.home, .hero-image #hero-wrap.home, .hero-image .hero-wrap.home {
    height: 500px;
  }
}
@media only screen and (max-width:576px) {
  #hero-image #hero-wrap.home, #hero-image .hero-wrap.home, .hero-image #hero-wrap.home, .hero-image .hero-wrap.home {
    height: 480px;
  }
}
#hero-image #hero-wrap.home .image-text, #hero-image .hero-wrap.home .image-text, .hero-image #hero-wrap.home .image-text, .hero-image .hero-wrap.home .image-text {
  position: absolute;
  width: 100%;
  max-width: 100%;
  top: 200px;
  left: 0;
  color: #fff !important;
  z-index: 4;
  text-align: center;
  text-shadow: 0 0 10px rgba(36, 50, 52, .4);
  padding: 0 50px
}
@media only screen and (max-width:991px) {
  #hero-image #hero-wrap.home .image-text, #hero-image .hero-wrap.home .image-text, .hero-image #hero-wrap.home .image-text, .hero-image .hero-wrap.home .image-text {
    padding: 0 50px !important;
    max-width: 100% !important
  }
}
@media only screen and (max-width:767px) {
  #hero-image #hero-wrap.home .image-text, #hero-image .hero-wrap.home .image-text, .hero-image #hero-wrap.home .image-text, .hero-image .hero-wrap.home .image-text {
    top: 100px;
    padding: 0 30px !important
  }
}
@media only screen and (max-width:576px) {
  #hero-image #hero-wrap.home .image-text, #hero-image .hero-wrap.home .image-text, .hero-image #hero-wrap.home .image-text, .hero-image .hero-wrap.home .image-text {
    top: 100px;
    padding: 0 20px !important
  }
}
#hero-image #hero-wrap.home .image-text.dark, #hero-image .hero-wrap.home .image-text.dark, .hero-image #hero-wrap.home .image-text.dark, .hero-image .hero-wrap.home .image-text.dark {
  color: #222 !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, .5)
}
#hero-image #hero-wrap.home .image-text.bottom, #hero-image .hero-wrap.home .image-text.bottom, .hero-image #hero-wrap.home .image-text.bottom, .hero-image .hero-wrap.home .image-text.bottom {
  top: auto;
  bottom: 100px
}
#hero-image #hero-wrap.home .image-text.left, #hero-image .hero-wrap.home .image-text.left, .hero-image #hero-wrap.home .image-text.left, .hero-image .hero-wrap.home .image-text.left {
  text-align: left !important;
  max-width: 890px !important
}
#hero-image #hero-wrap.home .image-text.right, #hero-image .hero-wrap.home .image-text.right, .hero-image #hero-wrap.home .image-text.right, .hero-image .hero-wrap.home .image-text.right {
  text-align: right !important;
  max-width: 890px !important;
  left: auto;
  right: 0
}
#hero-image #hero-wrap.home .image-text p, #hero-image .hero-wrap.home .image-text p, .hero-image #hero-wrap.home .image-text p, .hero-image .hero-wrap.home .image-text p {
  font-size: 21px;
  line-height: 1.5em
}
@media only screen and (max-width:991px) {
  #hero-image #hero-wrap.home .image-text p, #hero-image .hero-wrap.home .image-text p, .hero-image #hero-wrap.home .image-text p, .hero-image .hero-wrap.home .image-text p {
    font-size: 18px
  }
}
@media only screen and (max-width:576px) {
  #hero-image #hero-wrap.home .image-text p, #hero-image .hero-wrap.home .image-text p, .hero-image #hero-wrap.home .image-text p, .hero-image .hero-wrap.home .image-text p {
    font-size: 16px
  }
}
@media only screen and (max-width:1400px) {
  #hero-image #hero-wrap.home .image-text h1, #hero-image .hero-wrap.home .image-text h1, .hero-image #hero-wrap.home .image-text h1, .hero-image .hero-wrap.home .image-text h1 {
    font-size: 3.75rem
  }
}
@media only screen and (max-width:991px) {
  #hero-image #hero-wrap.home .image-text h1, #hero-image .hero-wrap.home .image-text h1, .hero-image #hero-wrap.home .image-text h1, .hero-image .hero-wrap.home .image-text h1 {
    font-size: 3rem
  }
}
@media only screen and (max-width:767px) {
  #hero-image #hero-wrap.home .image-text h1, #hero-image .hero-wrap.home .image-text h1, .hero-image #hero-wrap.home .image-text h1, .hero-image .hero-wrap.home .image-text h1 {
    font-size: 2.4rem
  }
}
@media only screen and (max-width:576px) {
  #hero-image #hero-wrap.home .image-text h1, #hero-image .hero-wrap.home .image-text h1, .hero-image #hero-wrap.home .image-text h1, .hero-image .hero-wrap.home .image-text h1 {
    font-size: 2rem
  }
}
#email-signup #gform_wrapper_1 #gform_1 #hero-image #hero-wrap.home .image-text .btn-group-lg > input[type=submit], #email-signup #gform_wrapper_1 #gform_1 #hero-image .hero-wrap.home .image-text .btn-group-lg > input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .hero-image #hero-wrap.home .image-text .btn-group-lg > input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .hero-image .hero-wrap.home .image-text .btn-group-lg > input[type=submit], #hero-image #hero-wrap.home .image-text #email-signup #gform_wrapper_1 #gform_1 .btn-group-lg > input[type=submit], #hero-image #hero-wrap.home .image-text .btn-group-lg > .btn, #hero-image #hero-wrap.home .image-text .btn-lg, #hero-image #hero-wrap.home .image-text .pagination .btn-group-lg > .page-numbers.current, #hero-image #hero-wrap.home .image-text .pagination .btn-group-lg > .page-numbers.next, #hero-image #hero-wrap.home .image-text .pagination .btn-group-lg > .page-numbers.prev, #hero-image #hero-wrap.home .image-text footer #gform_wrapper_1 #gform_1 .btn-group-lg > input[type=submit], #hero-image .hero-wrap.home .image-text #email-signup #gform_wrapper_1 #gform_1 .btn-group-lg > input[type=submit], #hero-image .hero-wrap.home .image-text .btn-group-lg > .btn, #hero-image .hero-wrap.home .image-text .btn-lg, #hero-image .hero-wrap.home .image-text .pagination .btn-group-lg > .page-numbers.current, #hero-image .hero-wrap.home .image-text .pagination .btn-group-lg > .page-numbers.next, #hero-image .hero-wrap.home .image-text .pagination .btn-group-lg > .page-numbers.prev, #hero-image .hero-wrap.home .image-text footer #gform_wrapper_1 #gform_1 .btn-group-lg > input[type=submit], .hero-image #hero-wrap.home .image-text #email-signup #gform_wrapper_1 #gform_1 .btn-group-lg > input[type=submit], .hero-image #hero-wrap.home .image-text .btn-group-lg > .btn, .hero-image #hero-wrap.home .image-text .btn-lg, .hero-image #hero-wrap.home .image-text .pagination .btn-group-lg > .page-numbers.current, .hero-image #hero-wrap.home .image-text .pagination .btn-group-lg > .page-numbers.next, .hero-image #hero-wrap.home .image-text .pagination .btn-group-lg > .page-numbers.prev, .hero-image #hero-wrap.home .image-text footer #gform_wrapper_1 #gform_1 .btn-group-lg > input[type=submit], .hero-image .hero-wrap.home .image-text #email-signup #gform_wrapper_1 #gform_1 .btn-group-lg > input[type=submit], .hero-image .hero-wrap.home .image-text .btn-group-lg > .btn, .hero-image .hero-wrap.home .image-text .btn-lg, .hero-image .hero-wrap.home .image-text .pagination .btn-group-lg > .page-numbers.current, .hero-image .hero-wrap.home .image-text .pagination .btn-group-lg > .page-numbers.next, .hero-image .hero-wrap.home .image-text .pagination .btn-group-lg > .page-numbers.prev, .hero-image .hero-wrap.home .image-text footer #gform_wrapper_1 #gform_1 .btn-group-lg > input[type=submit], .pagination #hero-image #hero-wrap.home .image-text .btn-group-lg > .page-numbers.current, .pagination #hero-image #hero-wrap.home .image-text .btn-group-lg > .page-numbers.next, .pagination #hero-image #hero-wrap.home .image-text .btn-group-lg > .page-numbers.prev, .pagination #hero-image .hero-wrap.home .image-text .btn-group-lg > .page-numbers.current, .pagination #hero-image .hero-wrap.home .image-text .btn-group-lg > .page-numbers.next, .pagination #hero-image .hero-wrap.home .image-text .btn-group-lg > .page-numbers.prev, .pagination .hero-image #hero-wrap.home .image-text .btn-group-lg > .page-numbers.current, .pagination .hero-image #hero-wrap.home .image-text .btn-group-lg > .page-numbers.next, .pagination .hero-image #hero-wrap.home .image-text .btn-group-lg > .page-numbers.prev, .pagination .hero-image .hero-wrap.home .image-text .btn-group-lg > .page-numbers.current, .pagination .hero-image .hero-wrap.home .image-text .btn-group-lg > .page-numbers.next, .pagination .hero-image .hero-wrap.home .image-text .btn-group-lg > .page-numbers.prev, footer #gform_wrapper_1 #gform_1 #hero-image #hero-wrap.home .image-text .btn-group-lg > input[type=submit], footer #gform_wrapper_1 #gform_1 #hero-image .hero-wrap.home .image-text .btn-group-lg > input[type=submit], footer #gform_wrapper_1 #gform_1 .hero-image #hero-wrap.home .image-text .btn-group-lg > input[type=submit], footer #gform_wrapper_1 #gform_1 .hero-image .hero-wrap.home .image-text .btn-group-lg > input[type=submit] {
  box-shadow: 0 0 10px rgba(36, 50, 52, .4)
}
@media only screen and (max-width:991px) {
  #email-signup #gform_wrapper_1 #gform_1 #hero-image #hero-wrap.home .image-text .btn-group-lg > input[type=submit], #email-signup #gform_wrapper_1 #gform_1 #hero-image .hero-wrap.home .image-text .btn-group-lg > input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .hero-image #hero-wrap.home .image-text .btn-group-lg > input[type=submit], #email-signup #gform_wrapper_1 #gform_1 .hero-image .hero-wrap.home .image-text .btn-group-lg > input[type=submit], #hero-image #hero-wrap.home .image-text #email-signup #gform_wrapper_1 #gform_1 .btn-group-lg > input[type=submit], #hero-image #hero-wrap.home .image-text .btn-group-lg > .btn, #hero-image #hero-wrap.home .image-text .btn-lg, #hero-image #hero-wrap.home .image-text .pagination .btn-group-lg > .page-numbers.current, #hero-image #hero-wrap.home .image-text .pagination .btn-group-lg > .page-numbers.next, #hero-image #hero-wrap.home .image-text .pagination .btn-group-lg > .page-numbers.prev, #hero-image #hero-wrap.home .image-text footer #gform_wrapper_1 #gform_1 .btn-group-lg > input[type=submit], #hero-image .hero-wrap.home .image-text #email-signup #gform_wrapper_1 #gform_1 .btn-group-lg > input[type=submit], #hero-image .hero-wrap.home .image-text .btn-group-lg > .btn, #hero-image .hero-wrap.home .image-text .btn-lg, #hero-image .hero-wrap.home .image-text .pagination .btn-group-lg > .page-numbers.current, #hero-image .hero-wrap.home .image-text .pagination .btn-group-lg > .page-numbers.next, #hero-image .hero-wrap.home .image-text .pagination .btn-group-lg > .page-numbers.prev, #hero-image .hero-wrap.home .image-text footer #gform_wrapper_1 #gform_1 .btn-group-lg > input[type=submit], .hero-image #hero-wrap.home .image-text #email-signup #gform_wrapper_1 #gform_1 .btn-group-lg > input[type=submit], .hero-image #hero-wrap.home .image-text .btn-group-lg > .btn, .hero-image #hero-wrap.home .image-text .btn-lg, .hero-image #hero-wrap.home .image-text .pagination .btn-group-lg > .page-numbers.current, .hero-image #hero-wrap.home .image-text .pagination .btn-group-lg > .page-numbers.next, .hero-image #hero-wrap.home .image-text .pagination .btn-group-lg > .page-numbers.prev, .hero-image #hero-wrap.home .image-text footer #gform_wrapper_1 #gform_1 .btn-group-lg > input[type=submit], .hero-image .hero-wrap.home .image-text #email-signup #gform_wrapper_1 #gform_1 .btn-group-lg > input[type=submit], .hero-image .hero-wrap.home .image-text .btn-group-lg > .btn, .hero-image .hero-wrap.home .image-text .btn-lg, .hero-image .hero-wrap.home .image-text .pagination .btn-group-lg > .page-numbers.current, .hero-image .hero-wrap.home .image-text .pagination .btn-group-lg > .page-numbers.next, .hero-image .hero-wrap.home .image-text .pagination .btn-group-lg > .page-numbers.prev, .hero-image .hero-wrap.home .image-text footer #gform_wrapper_1 #gform_1 .btn-group-lg > input[type=submit], .pagination #hero-image #hero-wrap.home .image-text .btn-group-lg > .page-numbers.current, .pagination #hero-image #hero-wrap.home .image-text .btn-group-lg > .page-numbers.next, .pagination #hero-image #hero-wrap.home .image-text .btn-group-lg > .page-numbers.prev, .pagination #hero-image .hero-wrap.home .image-text .btn-group-lg > .page-numbers.current, .pagination #hero-image .hero-wrap.home .image-text .btn-group-lg > .page-numbers.next, .pagination #hero-image .hero-wrap.home .image-text .btn-group-lg > .page-numbers.prev, .pagination .hero-image #hero-wrap.home .image-text .btn-group-lg > .page-numbers.current, .pagination .hero-image #hero-wrap.home .image-text .btn-group-lg > .page-numbers.next, .pagination .hero-image #hero-wrap.home .image-text .btn-group-lg > .page-numbers.prev, .pagination .hero-image .hero-wrap.home .image-text .btn-group-lg > .page-numbers.current, .pagination .hero-image .hero-wrap.home .image-text .btn-group-lg > .page-numbers.next, .pagination .hero-image .hero-wrap.home .image-text .btn-group-lg > .page-numbers.prev, footer #gform_wrapper_1 #gform_1 #hero-image #hero-wrap.home .image-text .btn-group-lg > input[type=submit], footer #gform_wrapper_1 #gform_1 #hero-image .hero-wrap.home .image-text .btn-group-lg > input[type=submit], footer #gform_wrapper_1 #gform_1 .hero-image #hero-wrap.home .image-text .btn-group-lg > input[type=submit], footer #gform_wrapper_1 #gform_1 .hero-image .hero-wrap.home .image-text .btn-group-lg > input[type=submit] {
    padding: 1.25rem;
    font-size: .75rem
  }
}
#hero-image #hero-wrap.home:after, #hero-image .hero-wrap.home:after, .hero-image #hero-wrap.home:after, .hero-image .hero-wrap.home:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(bottom, rgba(36, 50, 52, .5) 0, rgba(36, 50, 52, 0) 100%);
  background: -webkit-linear-gradient(bottom, rgba(36, 50, 52, .5) 0, rgba(36, 50, 52, 0) 100%);
  background: linear-gradient(bottom, rgba(36, 50, 52, .5) 0, rgba(36, 50, 52, 0) 100%)
}
#hero-image #hero-wrap.home.light:after, #hero-image .hero-wrap.home.light:after, .hero-image #hero-wrap.home.light:after, .hero-image .hero-wrap.home.light:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}
#hero-image #hero-wrap.fourofour, #hero-image .hero-wrap.fourofour, .hero-image #hero-wrap.fourofour, .hero-image .hero-wrap.fourofour {
  height: 100vh;
  background-size: cover !important;
  background-position: center bottom !important
}
#hero-image #hero-wrap.fourofour:after, #hero-image .hero-wrap.fourofour:after, .hero-image #hero-wrap.fourofour:after, .hero-image .hero-wrap.fourofour:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: 0 0
}
#hero-image #hero-wrap.fourofour .image-text, #hero-image .hero-wrap.fourofour .image-text, .hero-image #hero-wrap.fourofour .image-text, .hero-image .hero-wrap.fourofour .image-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  text-align: center;
  width: 100%
}
#hero-image #hero-wrap.fourofour .image-text h1, #hero-image .hero-wrap.fourofour .image-text h1, .hero-image #hero-wrap.fourofour .image-text h1, .hero-image .hero-wrap.fourofour .image-text h1 {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, .4)
}
#hero-image #hero-wrap.fourofour:after, #hero-image .hero-wrap.fourofour:after, .hero-image #hero-wrap.fourofour:after, .hero-image .hero-wrap.fourofour:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(bottom, #243234 0, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(bottom, #243234 0, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(top, #243234 0, rgba(36, 50, 52, 0) 1000%)
}
#hero-image #hero-wrap.destination .image-text, #hero-image .hero-wrap.destination .image-text, .hero-image #hero-wrap.destination .image-text, .hero-image .hero-wrap.destination .image-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  text-align: center;
  width: 100%
}
@media only screen and (max-width:991px) {
  #hero-image #hero-wrap.destination .image-text, #hero-image .hero-wrap.destination .image-text, .hero-image #hero-wrap.destination .image-text, .hero-image .hero-wrap.destination .image-text {
    padding: 0 50px !important;
    max-width: 100% !important
  }
}
@media only screen and (max-width:767px) {
  #hero-image #hero-wrap.destination .image-text, #hero-image .hero-wrap.destination .image-text, .hero-image #hero-wrap.destination .image-text, .hero-image .hero-wrap.destination .image-text {
    padding: 20px 30px !important
  }
}
@media only screen and (max-width:576px) {
  #hero-image #hero-wrap.destination .image-text, #hero-image .hero-wrap.destination .image-text, .hero-image #hero-wrap.destination .image-text, .hero-image .hero-wrap.destination .image-text {
    padding: 20px !important
  }
}
#hero-image #hero-wrap.destination .image-text h1, #hero-image .hero-wrap.destination .image-text h1, .hero-image #hero-wrap.destination .image-text h1, .hero-image .hero-wrap.destination .image-text h1 {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, .4)
}
@media only screen and (max-width:1400px) {
  #hero-image #hero-wrap.destination .image-text h1, #hero-image .hero-wrap.destination .image-text h1, .hero-image #hero-wrap.destination .image-text h1, .hero-image .hero-wrap.destination .image-text h1 {
    font-size: 3.5rem
  }
}
@media only screen and (max-width:991px) {
  #hero-image #hero-wrap.destination .image-text h1, #hero-image .hero-wrap.destination .image-text h1, .hero-image #hero-wrap.destination .image-text h1, .hero-image .hero-wrap.destination .image-text h1 {
    font-size: 3rem
  }
}
#hero-image #hero-wrap.destination:after, #hero-image .hero-wrap.destination:after, .hero-image #hero-wrap.destination:after, .hero-image .hero-wrap.destination:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(bottom, #243234 0, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(bottom, #243234 0, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(top, #243234 0, rgba(36, 50, 52, 0) 1000%)
}
@media only screen and (max-width:767px) {
  #hero-image #hero-wrap.destination .image-text, #hero-image .hero-wrap.destination .image-text, .hero-image #hero-wrap.destination .image-text, .hero-image .hero-wrap.destination .image-text {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    background-color: #243234;
    padding: 1rem 0 1rem 0
  }
  #hero-image #hero-wrap.destination .image-text .label, #hero-image .hero-wrap.destination .image-text .label, .hero-image #hero-wrap.destination .image-text .label, .hero-image .hero-wrap.destination .image-text .label {
    margin-top: 0;
    color: #b82e54 !important;
    font-size: 24px
  }
  #hero-image #hero-wrap.destination .image-text h1, #hero-image .hero-wrap.destination .image-text h1, .hero-image #hero-wrap.destination .image-text h1, .hero-image .hero-wrap.destination .image-text h1 {
    text-shadow: 0 0 0 transparent;
    margin: 0;
    font-size: 2.5rem
  }
}
#hero-image #hero-wrap.page.overlay:after, #hero-image .hero-wrap.page.overlay:after, .hero-image #hero-wrap.page.overlay:after, .hero-image .hero-wrap.page.overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(bottom, rgba(36, 50, 52, .5) 0, rgba(36, 50, 52, 0) 100%);
  background: -webkit-linear-gradient(bottom, rgba(36, 50, 52, .5) 0, rgba(36, 50, 52, 0) 100%);
  background: linear-gradient(bottom, rgba(36, 50, 52, .5) 0, rgba(36, 50, 52, 0) 100%)
}
#hero-image #hero-wrap.page .image-text, #hero-image .hero-wrap.page .image-text, .hero-image #hero-wrap.page .image-text, .hero-image .hero-wrap.page .image-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  text-align: center !important;
  width: 100%
}
@media only screen and (max-width:991px) {
  #hero-image #hero-wrap.page .image-text, #hero-image .hero-wrap.page .image-text, .hero-image #hero-wrap.page .image-text, .hero-image .hero-wrap.page .image-text {
    padding: 1rem 50px !important;
    max-width: 100% !important
  }
}
@media only screen and (max-width:767px) {
  #hero-image #hero-wrap.page .image-text, #hero-image .hero-wrap.page .image-text, .hero-image #hero-wrap.page .image-text, .hero-image .hero-wrap.page .image-text {
    padding: 2rem 30px !important
  }
}
@media only screen and (max-width:576px) {
  #hero-image #hero-wrap.page .image-text, #hero-image .hero-wrap.page .image-text, .hero-image #hero-wrap.page .image-text, .hero-image .hero-wrap.page .image-text {
    padding: 2rem 20px !important
  }
}
#hero-image #hero-wrap.page .image-text p, #hero-image .hero-wrap.page .image-text p, .hero-image #hero-wrap.page .image-text p, .hero-image .hero-wrap.page .image-text p {
  font-size: 18px
}
@media only screen and (max-width:991px) {
  #hero-image #hero-wrap.page .image-text p, #hero-image .hero-wrap.page .image-text p, .hero-image #hero-wrap.page .image-text p, .hero-image .hero-wrap.page .image-text p {
    font-size: 16px
  }
}
#hero-image #hero-wrap.page .image-text h1, #hero-image .hero-wrap.page .image-text h1, .hero-image #hero-wrap.page .image-text h1, .hero-image .hero-wrap.page .image-text h1 {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, .4)
}
@media only screen and (max-width:1400px) {
  #hero-image #hero-wrap.page .image-text h1, #hero-image .hero-wrap.page .image-text h1, .hero-image #hero-wrap.page .image-text h1, .hero-image .hero-wrap.page .image-text h1 {
    font-size: 2.7rem
  }
}
@media only screen and (max-width:991px) {
  #hero-image #hero-wrap.page .image-text h1, #hero-image .hero-wrap.page .image-text h1, .hero-image #hero-wrap.page .image-text h1, .hero-image .hero-wrap.page .image-text h1 {
    font-size: 2.3rem
  }
}
@media only screen and (max-width:767px) {
  #hero-image #hero-wrap.page .image-text h1, #hero-image .hero-wrap.page .image-text h1, .hero-image #hero-wrap.page .image-text h1, .hero-image .hero-wrap.page .image-text h1 {
    font-size: 2rem
  }
}
@media only screen and (max-width:576px) {
  #hero-image #hero-wrap.page .image-text h1, #hero-image .hero-wrap.page .image-text h1, .hero-image #hero-wrap.page .image-text h1, .hero-image .hero-wrap.page .image-text h1 {
    font-size: 1.8rem
  }
}
#hero-image #hero-wrap.page:after, #hero-image .hero-wrap.page:after, .hero-image #hero-wrap.page:after, .hero-image .hero-wrap.page:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1)
}
@media only screen and (max-width:767px) {
  #hero-image #hero-wrap.page .image-text, #hero-image .hero-wrap.page .image-text, .hero-image #hero-wrap.page .image-text, .hero-image .hero-wrap.page .image-text {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    background-color: #243234;
    padding: 1rem 0 1rem 0
  }
  #hero-image #hero-wrap.page .image-text .label, #hero-image .hero-wrap.page .image-text .label, .hero-image #hero-wrap.page .image-text .label, .hero-image .hero-wrap.page .image-text .label {
    margin-top: 0;
    color: #b82e54 !important;
    font-size: 24px
  }
  #hero-image #hero-wrap.page .image-text h1, #hero-image .hero-wrap.page .image-text h1, .hero-image #hero-wrap.page .image-text h1, .hero-image .hero-wrap.page .image-text h1 {
    text-shadow: 0 0 0 transparent;
    margin: 0;
    font-size: 2.5rem
  }
}
#hero-image .image-credit, .hero-image .image-credit {
  position: absolute;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  bottom: 30px;
  right: 30px;
  color: #fff;
  font-weight: 300;
  text-shadow: 0 0 10px rgba(0, 0, 0, .4);
  z-index: 5
}
@media only screen and (max-width:767px) {
  #hero-image .image-credit, .hero-image .image-credit {
    bottom: auto;
    top: 30px;
    font-size: 12px
  }
}
@media only screen and (max-width:576px) {
  #hero-image .image-credit, .hero-image .image-credit {
    font-size: 11px
  }
}
#hero-image .image-credit a, .hero-image .image-credit a {
  color: #fff;
  font-weight: 700
}
@media only screen and (max-width:767px) {
  #hero-image #hero-wrap.page:after {
    display: none
  }
}
@media only screen and (max-width:576px) {
  #article-wrap .section {
    padding: 0;
    margin: 0
  }
}
@media only screen and (max-width:767px) {
  #article-wrap .repeat-img {
    max-width: 100%;
    width: 100%
  }
}
@media only screen and (max-width:767px) {
  #article-wrap .repeat-img img {
    max-width: 100%;
    width: 100%;
    margin: 0 0 2rem 0 !important;
    padding: 0 !important
  }
}
#article-wrap article.post {
  background: #fff;
  padding: 2.5rem;
  z-index: 10;
  position: relative
}
@media only screen and (max-width:767px) {
  #article-wrap article.post {
    top: 0;
    padding: 0
  }
}
#article-wrap #breadcrumb-wrap {
  justify-content: flex-start;
  margin-bottom: 15px
}
#article-wrap #breadcrumb-wrap .bc-item {
  color: #243234;
  display: flex;
  align-items: center
}
@media only screen and (max-width:767px) {
  #article-wrap #breadcrumb-wrap .bc-item {
    font-size: 12px
  }
}
@media only screen and (max-width:576px) {
  #article-wrap #breadcrumb-wrap .bc-item {
    font-size: 10px
  }
}
#article-wrap #breadcrumb-wrap .bc-item a {
  color: #b82e54 !important
}
#article-wrap #breadcrumb-wrap .bc-item a:hover {
  color: #243234 !important
}
.blog-cats .cat-item, .blog-cats li {
  font-weight: 300;
  font-size: 12px
}
.blog-cats .cat-item a, .blog-cats li a {
  font-size: 18px;
  font-weight: 700
}
.blog-cats .cat-item i, .blog-cats .cat-item svg, .blog-cats li i, .blog-cats li svg {
  color: #243234 !important;
  margin-right: 15px
}
.blog-cats .cat-item .children, .blog-cats li .children {
  list-style: none
}
.blog-cats .cat-item .children a, .blog-cats li .children a {
  font-size: 14px;
  color: #243234
}
.blog-cats:not(.archive) .cat-item:before {
  content: '•';
  display: inline;
  margin-right: 15px;
  top: -3px;
  position: relative
}
#hotel-wrap #hotel-title h1 {
  font-weight: 700
}
#hotel-wrap #section-amenities h3 {
  color: #b82e54 !important
}
#logo-image{
	margin-bottom:20px
}
.heart {
  width: 48px;
  height: 48px;
  background-image: url("https://honeymoons.com/wp-content/uploads/2025/06/rating-heart.png");
  background-size: 48px 48px;
  position: relative
}
.heart-text {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0)
}
#destination-wrap #content-switcher .nav-pills {
  justify-content: flex-start
}
@media only screen and (max-width:991px) {
  #destination-wrap #content-switcher .nav-pills {
    justify-content: center
  }
}
#destination-wrap #content-switcher button {
  min-width: 210px
}
@media only screen and (max-width:576px) {
  #destination-wrap #content-switcher button {
    min-width: 0;
    font-size: 12px
  }
}
#destination-wrap #content-switcher li.left {
  margin-right: 0
}
#destination-wrap #content-switcher li.left button {
  border-bottom-left-radius: 25px !important;
  border-top-left-radius: 25px !important
}
#destination-wrap #content-switcher li.right button {
  border-bottom-right-radius: 25px !important;
  border-top-right-radius: 25px !important
}
#destination-wrap #content-switcher .active button {
  color: #fff;
  background-color: #b82e54;
  border-color: #b82e54
}
#destination-wrap #section-info h3 {
  color: #b82e54 !important
}
#grid {
  min-height: 575px !important
}
#grid::after {
  display: block;
  clear: both;
  content: ""
}
.ad-leaderboard {
  margin: 20px auto;
  width: 768px !important;
	  height: 90px !important;
}
@media only screen and (max-width:767px) {
  .ad-leaderboard {
    width: 320px !important;
	  height: 50px !important;
    overflow: hidden
  }
}
.ad-rectangle {
  margin: 20px auto;
  width: 300px !important
}
#email-signup #gform_wrapper_1 {
  margin-top: 0
}
#email-signup #gform_wrapper_1 #gform_1 {
  display: flex
}
#email-signup #gform_wrapper_1 #gform_1 label {
  display: none
}
#email-signup #gform_wrapper_1 #gform_1 .top_label div.ginput_container {
  margin-top: 0 !important
}
#email-signup #gform_wrapper_1 #gform_1 .gform_body {
  width: 100%;
  margin: 0 10px 0 0
}
#email-signup #gform_wrapper_1 #gform_1 .gform_footer {
  margin: 0 0 0 10px;
  padding: 0;
  width: 50%;
  clear: none;
  display: flex;
  align-items: center
}
#email-signup #gform_wrapper_1 #gform_1 li.gfield {
  margin-top: 0;
  padding: 0
}
#email-signup #gform_wrapper_1 #gform_1 input[type=text] {
  width: 100%;
  line-height: 1;
  font-size: 16px;
  padding: .75rem 1.5rem
}
#email-signup #gform_wrapper_1 #gform_1 input[type=submit] {
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  line-height: 1
}
footer #gform_wrapper_1 {
  margin-top: 0
}
footer #gform_wrapper_1 #gform_1 {
  display: flex
}
footer #gform_wrapper_1 #gform_1 label {
  display: none
}
footer #gform_wrapper_1 #gform_1 .top_label div.ginput_container {
  margin-top: 0 !important
}
footer #gform_wrapper_1 #gform_1 .gform_body {
  width: 100%;
  margin: 0 10px 0 0
}
footer #gform_wrapper_1 #gform_1 .gform_footer {
  margin: 0 0 0 10px;
  padding: 0;
  width: 50%;
  clear: none;
  display: flex;
  align-items: center
}
footer #gform_wrapper_1 #gform_1 li.gfield {
  margin-top: 0;
  padding: 0
}
footer #gform_wrapper_1 #gform_1 input {
  line-height: 1;
  font-size: 16px;
  padding: .75rem 1.5rem
}
footer #gform_wrapper_1 #gform_1 input[type=submit] {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1
}

.hotel-grid-4-col {
	display: grid;
    gap: 10px 10px;
    }
@media (min-width: 576px) {  
 .hotel-grid-4-col {
    grid-template-columns: 1fr;
 }
}
 
@media (min-width: 768px) {  
 .hotel-grid-4-col {
    grid-template-columns: 1fr 1fr;
 }
}
 
@media (min-width: 992px) { 
 .hotel-grid-4-col {
    grid-template-columns: 1fr 1fr 1fr;
 }
}
 
@media (min-width: 1200px) {  
  .hotel-grid-4-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
 }
}

