/* new colours */
main .color-gray-100,
main a.color-gray-100,
.color-gray-100,
a.color-gray-100 {
  color: #aaa;
}

main .color-gray-100 > *,
main a.color-gray-100 > *,
.color-gray-100 > *,
a.color-gray-100 > * {
  color: #aaa;
}

@media (min-width: 576px) {
  main .color-gray-100 .color-sm-gray-100,
  main a.color-gray-100 .color-sm-gray-100,
  .color-gray-100 .color-sm-gray-100,
  a.color-gray-100 .color-sm-gray-100 {
    color: #aaa;
  }
  main .color-gray-100 .color-sm-gray-100 > *,
  main a.color-gray-100 .color-sm-gray-100 > *,
  .color-gray-100 .color-sm-gray-100 > *,
  a.color-gray-100 .color-sm-gray-100 > * {
    color: #aaa;
  }
}

@media (min-width: 768px) {
  main .color-gray-100 .color-md-gray-100,
  main a.color-gray-100 .color-md-gray-100,
  .color-gray-100 .color-md-gray-100,
  a.color-gray-100 .color-md-gray-100 {
    color: #aaa;
  }
  main .color-gray-100 .color-md-gray-100 > *,
  main a.color-gray-100 .color-md-gray-100 > *,
  .color-gray-100 .color-md-gray-100 > *,
  a.color-gray-100 .color-md-gray-100 > * {
    color: #aaa;
  }
}

@media (min-width: 992px) {
  main .color-gray-100 .color-lg-gray-100,
  main a.color-gray-100 .color-lg-gray-100,
  .color-gray-100 .color-lg-gray-100,
  a.color-gray-100 .color-lg-gray-100 {
    color: #aaa;
  }
  main .color-gray-100 .color-lg-gray-100 > *,
  main a.color-gray-100 .color-lg-gray-100 > *,
  .color-gray-100 .color-lg-gray-100 > *,
  a.color-gray-100 .color-lg-gray-100 > * {
    color: #aaa;
  }
}

@media (min-width: 1200px) {
  main .color-gray-100 .color-xl-gray-100,
  main a.color-gray-100 .color-xl-gray-100,
  .color-gray-100 .color-xl-gray-100,
  a.color-gray-100 .color-xl-gray-100 {
    color: #aaa;
  }
  main .color-gray-100 .color-xl-gray-100 > *,
  main a.color-gray-100 .color-xl-gray-100 > *,
  .color-gray-100 .color-xl-gray-100 > *,
  a.color-gray-100 .color-xl-gray-100 > * {
    color: #aaa;
  }
}

.btn-gray-100 {
  color: #aaa;
  background: #fdf9ee;
  border: 1px solid #aaa;
}

.btn-gray-100 * {
  color: #aaa !important;
}

.btn-gray-100:hover {
  background: #aaa !important;
  color: #fdf9ee !important;
}

.btn-gray-100:hover * {
  color: #fdf9ee !important;
}

.btn-gray-100:visited {
  color: #aaa;
}

.btn-gray-100.solid {
  color: #fdf9ee !important;
  background: #aaa;
}

.btn-gray-100.solid * {
  color: #fdf9ee !important;
}

.btn-gray-100.solid:hover {
  background: #fdf9ee !important;
  color: #aaa !important;
}

.btn-gray-100.solid:hover * {
  color: #aaa !important;
}

.btn-gray-100.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-gray-dark,
main a.color-gray-dark,
.color-gray-dark,
a.color-gray-dark {
  color: #383a3e;
}

main .color-gray-dark > *,
main a.color-gray-dark > *,
.color-gray-dark > *,
a.color-gray-dark > * {
  color: #383a3e;
}

@media (min-width: 576px) {
  main .color-gray-dark .color-sm-gray-dark,
  main a.color-gray-dark .color-sm-gray-dark,
  .color-gray-dark .color-sm-gray-dark,
  a.color-gray-dark .color-sm-gray-dark {
    color: #383a3e;
  }
  main .color-gray-dark .color-sm-gray-dark > *,
  main a.color-gray-dark .color-sm-gray-dark > *,
  .color-gray-dark .color-sm-gray-dark > *,
  a.color-gray-dark .color-sm-gray-dark > * {
    color: #383a3e;
  }
}

@media (min-width: 768px) {
  main .color-gray-dark .color-md-gray-dark,
  main a.color-gray-dark .color-md-gray-dark,
  .color-gray-dark .color-md-gray-dark,
  a.color-gray-dark .color-md-gray-dark {
    color: #383a3e;
  }
  main .color-gray-dark .color-md-gray-dark > *,
  main a.color-gray-dark .color-md-gray-dark > *,
  .color-gray-dark .color-md-gray-dark > *,
  a.color-gray-dark .color-md-gray-dark > * {
    color: #383a3e;
  }
}

@media (min-width: 992px) {
  main .color-gray-dark .color-lg-gray-dark,
  main a.color-gray-dark .color-lg-gray-dark,
  .color-gray-dark .color-lg-gray-dark,
  a.color-gray-dark .color-lg-gray-dark {
    color: #383a3e;
  }
  main .color-gray-dark .color-lg-gray-dark > *,
  main a.color-gray-dark .color-lg-gray-dark > *,
  .color-gray-dark .color-lg-gray-dark > *,
  a.color-gray-dark .color-lg-gray-dark > * {
    color: #383a3e;
  }
}

@media (min-width: 1200px) {
  main .color-gray-dark .color-xl-gray-dark,
  main a.color-gray-dark .color-xl-gray-dark,
  .color-gray-dark .color-xl-gray-dark,
  a.color-gray-dark .color-xl-gray-dark {
    color: #383a3e;
  }
  main .color-gray-dark .color-xl-gray-dark > *,
  main a.color-gray-dark .color-xl-gray-dark > *,
  .color-gray-dark .color-xl-gray-dark > *,
  a.color-gray-dark .color-xl-gray-dark > * {
    color: #383a3e;
  }
}

.btn-gray-dark {
  color: #383a3e;
  background: #fdf9ee;
  border: 1px solid #383a3e;
}

.btn-gray-dark * {
  color: #383a3e !important;
}

.btn-gray-dark:hover {
  background: #383a3e !important;
  color: #fdf9ee !important;
}

.btn-gray-dark:hover * {
  color: #fdf9ee !important;
}

.btn-gray-dark:visited {
  color: #383a3e;
}

.btn-gray-dark.solid {
  color: #fdf9ee !important;
  background: #383a3e;
}

.btn-gray-dark.solid * {
  color: #fdf9ee !important;
}

.btn-gray-dark.solid:hover {
  background: #fdf9ee !important;
  color: #383a3e !important;
}

.btn-gray-dark.solid:hover * {
  color: #383a3e !important;
}

.btn-gray-dark.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-gray-medium,
main a.color-gray-medium,
.color-gray-medium,
a.color-gray-medium {
  color: #58595b;
}

main .color-gray-medium > *,
main a.color-gray-medium > *,
.color-gray-medium > *,
a.color-gray-medium > * {
  color: #58595b;
}

@media (min-width: 576px) {
  main .color-gray-medium .color-sm-gray-medium,
  main a.color-gray-medium .color-sm-gray-medium,
  .color-gray-medium .color-sm-gray-medium,
  a.color-gray-medium .color-sm-gray-medium {
    color: #58595b;
  }
  main .color-gray-medium .color-sm-gray-medium > *,
  main a.color-gray-medium .color-sm-gray-medium > *,
  .color-gray-medium .color-sm-gray-medium > *,
  a.color-gray-medium .color-sm-gray-medium > * {
    color: #58595b;
  }
}

@media (min-width: 768px) {
  main .color-gray-medium .color-md-gray-medium,
  main a.color-gray-medium .color-md-gray-medium,
  .color-gray-medium .color-md-gray-medium,
  a.color-gray-medium .color-md-gray-medium {
    color: #58595b;
  }
  main .color-gray-medium .color-md-gray-medium > *,
  main a.color-gray-medium .color-md-gray-medium > *,
  .color-gray-medium .color-md-gray-medium > *,
  a.color-gray-medium .color-md-gray-medium > * {
    color: #58595b;
  }
}

@media (min-width: 992px) {
  main .color-gray-medium .color-lg-gray-medium,
  main a.color-gray-medium .color-lg-gray-medium,
  .color-gray-medium .color-lg-gray-medium,
  a.color-gray-medium .color-lg-gray-medium {
    color: #58595b;
  }
  main .color-gray-medium .color-lg-gray-medium > *,
  main a.color-gray-medium .color-lg-gray-medium > *,
  .color-gray-medium .color-lg-gray-medium > *,
  a.color-gray-medium .color-lg-gray-medium > * {
    color: #58595b;
  }
}

@media (min-width: 1200px) {
  main .color-gray-medium .color-xl-gray-medium,
  main a.color-gray-medium .color-xl-gray-medium,
  .color-gray-medium .color-xl-gray-medium,
  a.color-gray-medium .color-xl-gray-medium {
    color: #58595b;
  }
  main .color-gray-medium .color-xl-gray-medium > *,
  main a.color-gray-medium .color-xl-gray-medium > *,
  .color-gray-medium .color-xl-gray-medium > *,
  a.color-gray-medium .color-xl-gray-medium > * {
    color: #58595b;
  }
}

.btn-gray-medium {
  color: #58595b;
  background: #fdf9ee;
  border: 1px solid #58595b;
}

.btn-gray-medium * {
  color: #58595b !important;
}

.btn-gray-medium:hover {
  background: #58595b !important;
  color: #fdf9ee !important;
}

.btn-gray-medium:hover * {
  color: #fdf9ee !important;
}

.btn-gray-medium:visited {
  color: #58595b;
}

.btn-gray-medium.solid {
  color: #fdf9ee !important;
  background: #58595b;
}

.btn-gray-medium.solid * {
  color: #fdf9ee !important;
}

.btn-gray-medium.solid:hover {
  background: #fdf9ee !important;
  color: #58595b !important;
}

.btn-gray-medium.solid:hover * {
  color: #58595b !important;
}

.btn-gray-medium.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-gray-light,
main a.color-gray-light,
.color-gray-light,
a.color-gray-light {
  color: #e1e1e2;
}

main .color-gray-light > *,
main a.color-gray-light > *,
.color-gray-light > *,
a.color-gray-light > * {
  color: #e1e1e2;
}

@media (min-width: 576px) {
  main .color-gray-light .color-sm-gray-light,
  main a.color-gray-light .color-sm-gray-light,
  .color-gray-light .color-sm-gray-light,
  a.color-gray-light .color-sm-gray-light {
    color: #e1e1e2;
  }
  main .color-gray-light .color-sm-gray-light > *,
  main a.color-gray-light .color-sm-gray-light > *,
  .color-gray-light .color-sm-gray-light > *,
  a.color-gray-light .color-sm-gray-light > * {
    color: #e1e1e2;
  }
}

@media (min-width: 768px) {
  main .color-gray-light .color-md-gray-light,
  main a.color-gray-light .color-md-gray-light,
  .color-gray-light .color-md-gray-light,
  a.color-gray-light .color-md-gray-light {
    color: #e1e1e2;
  }
  main .color-gray-light .color-md-gray-light > *,
  main a.color-gray-light .color-md-gray-light > *,
  .color-gray-light .color-md-gray-light > *,
  a.color-gray-light .color-md-gray-light > * {
    color: #e1e1e2;
  }
}

@media (min-width: 992px) {
  main .color-gray-light .color-lg-gray-light,
  main a.color-gray-light .color-lg-gray-light,
  .color-gray-light .color-lg-gray-light,
  a.color-gray-light .color-lg-gray-light {
    color: #e1e1e2;
  }
  main .color-gray-light .color-lg-gray-light > *,
  main a.color-gray-light .color-lg-gray-light > *,
  .color-gray-light .color-lg-gray-light > *,
  a.color-gray-light .color-lg-gray-light > * {
    color: #e1e1e2;
  }
}

@media (min-width: 1200px) {
  main .color-gray-light .color-xl-gray-light,
  main a.color-gray-light .color-xl-gray-light,
  .color-gray-light .color-xl-gray-light,
  a.color-gray-light .color-xl-gray-light {
    color: #e1e1e2;
  }
  main .color-gray-light .color-xl-gray-light > *,
  main a.color-gray-light .color-xl-gray-light > *,
  .color-gray-light .color-xl-gray-light > *,
  a.color-gray-light .color-xl-gray-light > * {
    color: #e1e1e2;
  }
}

.btn-gray-light {
  color: #e1e1e2;
  background: #fdf9ee;
  border: 1px solid #e1e1e2;
}

.btn-gray-light * {
  color: #e1e1e2 !important;
}

.btn-gray-light:hover {
  background: #e1e1e2 !important;
  color: #fdf9ee !important;
}

.btn-gray-light:hover * {
  color: #fdf9ee !important;
}

.btn-gray-light:visited {
  color: #e1e1e2;
}

.btn-gray-light.solid {
  color: #fdf9ee !important;
  background: #e1e1e2;
}

.btn-gray-light.solid * {
  color: #fdf9ee !important;
}

.btn-gray-light.solid:hover {
  background: #fdf9ee !important;
  color: #e1e1e2 !important;
}

.btn-gray-light.solid:hover * {
  color: #e1e1e2 !important;
}

.btn-gray-light.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-white,
main a.color-white,
.color-white,
a.color-white {
  color: #fdf9ee;
}

main .color-white > *,
main a.color-white > *,
.color-white > *,
a.color-white > * {
  color: #fdf9ee;
}

@media (min-width: 576px) {
  main .color-white .color-sm-white,
  main a.color-white .color-sm-white,
  .color-white .color-sm-white,
  a.color-white .color-sm-white {
    color: #fdf9ee;
  }
  main .color-white .color-sm-white > *,
  main a.color-white .color-sm-white > *,
  .color-white .color-sm-white > *,
  a.color-white .color-sm-white > * {
    color: #fdf9ee;
  }
}

@media (min-width: 768px) {
  main .color-white .color-md-white,
  main a.color-white .color-md-white,
  .color-white .color-md-white,
  a.color-white .color-md-white {
    color: #fdf9ee;
  }
  main .color-white .color-md-white > *,
  main a.color-white .color-md-white > *,
  .color-white .color-md-white > *,
  a.color-white .color-md-white > * {
    color: #fdf9ee;
  }
}

@media (min-width: 992px) {
  main .color-white .color-lg-white,
  main a.color-white .color-lg-white,
  .color-white .color-lg-white,
  a.color-white .color-lg-white {
    color: #fdf9ee;
  }
  main .color-white .color-lg-white > *,
  main a.color-white .color-lg-white > *,
  .color-white .color-lg-white > *,
  a.color-white .color-lg-white > * {
    color: #fdf9ee;
  }
}

@media (min-width: 1200px) {
  main .color-white .color-xl-white,
  main a.color-white .color-xl-white,
  .color-white .color-xl-white,
  a.color-white .color-xl-white {
    color: #fdf9ee;
  }
  main .color-white .color-xl-white > *,
  main a.color-white .color-xl-white > *,
  .color-white .color-xl-white > *,
  a.color-white .color-xl-white > * {
    color: #fdf9ee;
  }
}

.btn-white {
  color: #fdf9ee;
  background: #fdf9ee;
  border: 1px solid #fdf9ee;
}

.btn-white * {
  color: #fdf9ee !important;
}

.btn-white:hover {
  background: #fdf9ee !important;
  color: #fdf9ee !important;
}

.btn-white:hover * {
  color: #fdf9ee !important;
}

.btn-white:visited {
  color: #fdf9ee;
}

.btn-white.solid {
  color: #fdf9ee !important;
  background: #fdf9ee;
}

.btn-white.solid * {
  color: #fdf9ee !important;
}

.btn-white.solid:hover {
  background: #fdf9ee !important;
  color: #fdf9ee !important;
}

.btn-white.solid:hover * {
  color: #fdf9ee !important;
}

.btn-white.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-black,
main a.color-black,
.color-black,
a.color-black {
  color: #383a3e;
}

main .color-black > *,
main a.color-black > *,
.color-black > *,
a.color-black > * {
  color: #383a3e;
}

@media (min-width: 576px) {
  main .color-black .color-sm-black,
  main a.color-black .color-sm-black,
  .color-black .color-sm-black,
  a.color-black .color-sm-black {
    color: #383a3e;
  }
  main .color-black .color-sm-black > *,
  main a.color-black .color-sm-black > *,
  .color-black .color-sm-black > *,
  a.color-black .color-sm-black > * {
    color: #383a3e;
  }
}

@media (min-width: 768px) {
  main .color-black .color-md-black,
  main a.color-black .color-md-black,
  .color-black .color-md-black,
  a.color-black .color-md-black {
    color: #383a3e;
  }
  main .color-black .color-md-black > *,
  main a.color-black .color-md-black > *,
  .color-black .color-md-black > *,
  a.color-black .color-md-black > * {
    color: #383a3e;
  }
}

@media (min-width: 992px) {
  main .color-black .color-lg-black,
  main a.color-black .color-lg-black,
  .color-black .color-lg-black,
  a.color-black .color-lg-black {
    color: #383a3e;
  }
  main .color-black .color-lg-black > *,
  main a.color-black .color-lg-black > *,
  .color-black .color-lg-black > *,
  a.color-black .color-lg-black > * {
    color: #383a3e;
  }
}

@media (min-width: 1200px) {
  main .color-black .color-xl-black,
  main a.color-black .color-xl-black,
  .color-black .color-xl-black,
  a.color-black .color-xl-black {
    color: #383a3e;
  }
  main .color-black .color-xl-black > *,
  main a.color-black .color-xl-black > *,
  .color-black .color-xl-black > *,
  a.color-black .color-xl-black > * {
    color: #383a3e;
  }
}

.btn-black {
  color: #383a3e;
  background: #fdf9ee;
  border: 1px solid #383a3e;
}

.btn-black * {
  color: #383a3e !important;
}

.btn-black:hover {
  background: #383a3e !important;
  color: #fdf9ee !important;
}

.btn-black:hover * {
  color: #fdf9ee !important;
}

.btn-black:visited {
  color: #383a3e;
}

.btn-black.solid {
  color: #fdf9ee !important;
  background: #383a3e;
}

.btn-black.solid * {
  color: #fdf9ee !important;
}

.btn-black.solid:hover {
  background: #fdf9ee !important;
  color: #383a3e !important;
}

.btn-black.solid:hover * {
  color: #383a3e !important;
}

.btn-black.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-blue-dark,
main a.color-blue-dark,
.color-blue-dark,
a.color-blue-dark {
  color: #00467f;
}

main .color-blue-dark > *,
main a.color-blue-dark > *,
.color-blue-dark > *,
a.color-blue-dark > * {
  color: #00467f;
}

@media (min-width: 576px) {
  main .color-blue-dark .color-sm-blue-dark,
  main a.color-blue-dark .color-sm-blue-dark,
  .color-blue-dark .color-sm-blue-dark,
  a.color-blue-dark .color-sm-blue-dark {
    color: #00467f;
  }
  main .color-blue-dark .color-sm-blue-dark > *,
  main a.color-blue-dark .color-sm-blue-dark > *,
  .color-blue-dark .color-sm-blue-dark > *,
  a.color-blue-dark .color-sm-blue-dark > * {
    color: #00467f;
  }
}

@media (min-width: 768px) {
  main .color-blue-dark .color-md-blue-dark,
  main a.color-blue-dark .color-md-blue-dark,
  .color-blue-dark .color-md-blue-dark,
  a.color-blue-dark .color-md-blue-dark {
    color: #00467f;
  }
  main .color-blue-dark .color-md-blue-dark > *,
  main a.color-blue-dark .color-md-blue-dark > *,
  .color-blue-dark .color-md-blue-dark > *,
  a.color-blue-dark .color-md-blue-dark > * {
    color: #00467f;
  }
}

@media (min-width: 992px) {
  main .color-blue-dark .color-lg-blue-dark,
  main a.color-blue-dark .color-lg-blue-dark,
  .color-blue-dark .color-lg-blue-dark,
  a.color-blue-dark .color-lg-blue-dark {
    color: #00467f;
  }
  main .color-blue-dark .color-lg-blue-dark > *,
  main a.color-blue-dark .color-lg-blue-dark > *,
  .color-blue-dark .color-lg-blue-dark > *,
  a.color-blue-dark .color-lg-blue-dark > * {
    color: #00467f;
  }
}

@media (min-width: 1200px) {
  main .color-blue-dark .color-xl-blue-dark,
  main a.color-blue-dark .color-xl-blue-dark,
  .color-blue-dark .color-xl-blue-dark,
  a.color-blue-dark .color-xl-blue-dark {
    color: #00467f;
  }
  main .color-blue-dark .color-xl-blue-dark > *,
  main a.color-blue-dark .color-xl-blue-dark > *,
  .color-blue-dark .color-xl-blue-dark > *,
  a.color-blue-dark .color-xl-blue-dark > * {
    color: #00467f;
  }
}

.btn-blue-dark {
  color: #00467f;
  background: #fdf9ee;
  border: 1px solid #00467f;
}

.btn-blue-dark * {
  color: #00467f !important;
}

.btn-blue-dark:hover {
  background: #00467f !important;
  color: #fdf9ee !important;
}

.btn-blue-dark:hover * {
  color: #fdf9ee !important;
}

.btn-blue-dark:visited {
  color: #00467f;
}

.btn-blue-dark.solid {
  color: #fdf9ee !important;
  background: #00467f;
}

.btn-blue-dark.solid * {
  color: #fdf9ee !important;
}

.btn-blue-dark.solid:hover {
  background: #fdf9ee !important;
  color: #00467f !important;
}

.btn-blue-dark.solid:hover * {
  color: #00467f !important;
}

.btn-blue-dark.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-blue-light,
main a.color-blue-light,
.color-blue-light,
a.color-blue-light {
  color: #56a0d3;
}

main .color-blue-light > *,
main a.color-blue-light > *,
.color-blue-light > *,
a.color-blue-light > * {
  color: #56a0d3;
}

@media (min-width: 576px) {
  main .color-blue-light .color-sm-blue-light,
  main a.color-blue-light .color-sm-blue-light,
  .color-blue-light .color-sm-blue-light,
  a.color-blue-light .color-sm-blue-light {
    color: #56a0d3;
  }
  main .color-blue-light .color-sm-blue-light > *,
  main a.color-blue-light .color-sm-blue-light > *,
  .color-blue-light .color-sm-blue-light > *,
  a.color-blue-light .color-sm-blue-light > * {
    color: #56a0d3;
  }
}

@media (min-width: 768px) {
  main .color-blue-light .color-md-blue-light,
  main a.color-blue-light .color-md-blue-light,
  .color-blue-light .color-md-blue-light,
  a.color-blue-light .color-md-blue-light {
    color: #56a0d3;
  }
  main .color-blue-light .color-md-blue-light > *,
  main a.color-blue-light .color-md-blue-light > *,
  .color-blue-light .color-md-blue-light > *,
  a.color-blue-light .color-md-blue-light > * {
    color: #56a0d3;
  }
}

@media (min-width: 992px) {
  main .color-blue-light .color-lg-blue-light,
  main a.color-blue-light .color-lg-blue-light,
  .color-blue-light .color-lg-blue-light,
  a.color-blue-light .color-lg-blue-light {
    color: #56a0d3;
  }
  main .color-blue-light .color-lg-blue-light > *,
  main a.color-blue-light .color-lg-blue-light > *,
  .color-blue-light .color-lg-blue-light > *,
  a.color-blue-light .color-lg-blue-light > * {
    color: #56a0d3;
  }
}

@media (min-width: 1200px) {
  main .color-blue-light .color-xl-blue-light,
  main a.color-blue-light .color-xl-blue-light,
  .color-blue-light .color-xl-blue-light,
  a.color-blue-light .color-xl-blue-light {
    color: #56a0d3;
  }
  main .color-blue-light .color-xl-blue-light > *,
  main a.color-blue-light .color-xl-blue-light > *,
  .color-blue-light .color-xl-blue-light > *,
  a.color-blue-light .color-xl-blue-light > * {
    color: #56a0d3;
  }
}

.btn-blue-light {
  color: #56a0d3;
  background: #fdf9ee;
  border: 1px solid #56a0d3;
}

.btn-blue-light * {
  color: #56a0d3 !important;
}

.btn-blue-light:hover {
  background: #56a0d3 !important;
  color: #fdf9ee !important;
}

.btn-blue-light:hover * {
  color: #fdf9ee !important;
}

.btn-blue-light:visited {
  color: #56a0d3;
}

.btn-blue-light.solid {
  color: #fdf9ee !important;
  background: #56a0d3;
}

.btn-blue-light.solid * {
  color: #fdf9ee !important;
}

.btn-blue-light.solid:hover {
  background: #fdf9ee !important;
  color: #56a0d3 !important;
}

.btn-blue-light.solid:hover * {
  color: #56a0d3 !important;
}

.btn-blue-light.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-blue-link,
main a.color-blue-link,
.color-blue-link,
a.color-blue-link {
  color: #00aeef;
}

main .color-blue-link > *,
main a.color-blue-link > *,
.color-blue-link > *,
a.color-blue-link > * {
  color: #00aeef;
}

@media (min-width: 576px) {
  main .color-blue-link .color-sm-blue-link,
  main a.color-blue-link .color-sm-blue-link,
  .color-blue-link .color-sm-blue-link,
  a.color-blue-link .color-sm-blue-link {
    color: #00aeef;
  }
  main .color-blue-link .color-sm-blue-link > *,
  main a.color-blue-link .color-sm-blue-link > *,
  .color-blue-link .color-sm-blue-link > *,
  a.color-blue-link .color-sm-blue-link > * {
    color: #00aeef;
  }
}

@media (min-width: 768px) {
  main .color-blue-link .color-md-blue-link,
  main a.color-blue-link .color-md-blue-link,
  .color-blue-link .color-md-blue-link,
  a.color-blue-link .color-md-blue-link {
    color: #00aeef;
  }
  main .color-blue-link .color-md-blue-link > *,
  main a.color-blue-link .color-md-blue-link > *,
  .color-blue-link .color-md-blue-link > *,
  a.color-blue-link .color-md-blue-link > * {
    color: #00aeef;
  }
}

@media (min-width: 992px) {
  main .color-blue-link .color-lg-blue-link,
  main a.color-blue-link .color-lg-blue-link,
  .color-blue-link .color-lg-blue-link,
  a.color-blue-link .color-lg-blue-link {
    color: #00aeef;
  }
  main .color-blue-link .color-lg-blue-link > *,
  main a.color-blue-link .color-lg-blue-link > *,
  .color-blue-link .color-lg-blue-link > *,
  a.color-blue-link .color-lg-blue-link > * {
    color: #00aeef;
  }
}

@media (min-width: 1200px) {
  main .color-blue-link .color-xl-blue-link,
  main a.color-blue-link .color-xl-blue-link,
  .color-blue-link .color-xl-blue-link,
  a.color-blue-link .color-xl-blue-link {
    color: #00aeef;
  }
  main .color-blue-link .color-xl-blue-link > *,
  main a.color-blue-link .color-xl-blue-link > *,
  .color-blue-link .color-xl-blue-link > *,
  a.color-blue-link .color-xl-blue-link > * {
    color: #00aeef;
  }
}

.btn-blue-link {
  color: #00aeef;
  background: #fdf9ee;
  border: 1px solid #00aeef;
}

.btn-blue-link * {
  color: #00aeef !important;
}

.btn-blue-link:hover {
  background: #00aeef !important;
  color: #fdf9ee !important;
}

.btn-blue-link:hover * {
  color: #fdf9ee !important;
}

.btn-blue-link:visited {
  color: #00aeef;
}

.btn-blue-link.solid {
  color: #fdf9ee !important;
  background: #00aeef;
}

.btn-blue-link.solid * {
  color: #fdf9ee !important;
}

.btn-blue-link.solid:hover {
  background: #fdf9ee !important;
  color: #00aeef !important;
}

.btn-blue-link.solid:hover * {
  color: #00aeef !important;
}

.btn-blue-link.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-red,
main a.color-red,
.color-red,
a.color-red {
  color: #f1583e;
}

main .color-red > *,
main a.color-red > *,
.color-red > *,
a.color-red > * {
  color: #f1583e;
}

@media (min-width: 576px) {
  main .color-red .color-sm-red,
  main a.color-red .color-sm-red,
  .color-red .color-sm-red,
  a.color-red .color-sm-red {
    color: #f1583e;
  }
  main .color-red .color-sm-red > *,
  main a.color-red .color-sm-red > *,
  .color-red .color-sm-red > *,
  a.color-red .color-sm-red > * {
    color: #f1583e;
  }
}

@media (min-width: 768px) {
  main .color-red .color-md-red,
  main a.color-red .color-md-red,
  .color-red .color-md-red,
  a.color-red .color-md-red {
    color: #f1583e;
  }
  main .color-red .color-md-red > *,
  main a.color-red .color-md-red > *,
  .color-red .color-md-red > *,
  a.color-red .color-md-red > * {
    color: #f1583e;
  }
}

@media (min-width: 992px) {
  main .color-red .color-lg-red,
  main a.color-red .color-lg-red,
  .color-red .color-lg-red,
  a.color-red .color-lg-red {
    color: #f1583e;
  }
  main .color-red .color-lg-red > *,
  main a.color-red .color-lg-red > *,
  .color-red .color-lg-red > *,
  a.color-red .color-lg-red > * {
    color: #f1583e;
  }
}

@media (min-width: 1200px) {
  main .color-red .color-xl-red,
  main a.color-red .color-xl-red,
  .color-red .color-xl-red,
  a.color-red .color-xl-red {
    color: #f1583e;
  }
  main .color-red .color-xl-red > *,
  main a.color-red .color-xl-red > *,
  .color-red .color-xl-red > *,
  a.color-red .color-xl-red > * {
    color: #f1583e;
  }
}

.btn-red {
  color: #f1583e;
  background: #fdf9ee;
  border: 1px solid #f1583e;
}

.btn-red * {
  color: #f1583e !important;
}

.btn-red:hover {
  background: #f1583e !important;
  color: #fdf9ee !important;
}

.btn-red:hover * {
  color: #fdf9ee !important;
}

.btn-red:visited {
  color: #f1583e;
}

.btn-red.solid {
  color: #fdf9ee !important;
  background: #f1583e;
}

.btn-red.solid * {
  color: #fdf9ee !important;
}

.btn-red.solid:hover {
  background: #fdf9ee !important;
  color: #f1583e !important;
}

.btn-red.solid:hover * {
  color: #f1583e !important;
}

.btn-red.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-orange,
main a.color-orange,
.color-orange,
a.color-orange {
  color: #f26952;
}

main .color-orange > *,
main a.color-orange > *,
.color-orange > *,
a.color-orange > * {
  color: #f26952;
}

@media (min-width: 576px) {
  main .color-orange .color-sm-orange,
  main a.color-orange .color-sm-orange,
  .color-orange .color-sm-orange,
  a.color-orange .color-sm-orange {
    color: #f26952;
  }
  main .color-orange .color-sm-orange > *,
  main a.color-orange .color-sm-orange > *,
  .color-orange .color-sm-orange > *,
  a.color-orange .color-sm-orange > * {
    color: #f26952;
  }
}

@media (min-width: 768px) {
  main .color-orange .color-md-orange,
  main a.color-orange .color-md-orange,
  .color-orange .color-md-orange,
  a.color-orange .color-md-orange {
    color: #f26952;
  }
  main .color-orange .color-md-orange > *,
  main a.color-orange .color-md-orange > *,
  .color-orange .color-md-orange > *,
  a.color-orange .color-md-orange > * {
    color: #f26952;
  }
}

@media (min-width: 992px) {
  main .color-orange .color-lg-orange,
  main a.color-orange .color-lg-orange,
  .color-orange .color-lg-orange,
  a.color-orange .color-lg-orange {
    color: #f26952;
  }
  main .color-orange .color-lg-orange > *,
  main a.color-orange .color-lg-orange > *,
  .color-orange .color-lg-orange > *,
  a.color-orange .color-lg-orange > * {
    color: #f26952;
  }
}

@media (min-width: 1200px) {
  main .color-orange .color-xl-orange,
  main a.color-orange .color-xl-orange,
  .color-orange .color-xl-orange,
  a.color-orange .color-xl-orange {
    color: #f26952;
  }
  main .color-orange .color-xl-orange > *,
  main a.color-orange .color-xl-orange > *,
  .color-orange .color-xl-orange > *,
  a.color-orange .color-xl-orange > * {
    color: #f26952;
  }
}

.btn-orange {
  color: #f26952;
  background: #fdf9ee;
  border: 1px solid #f26952;
}

.btn-orange * {
  color: #f26952 !important;
}

.btn-orange:hover {
  background: #f26952 !important;
  color: #fdf9ee !important;
}

.btn-orange:hover * {
  color: #fdf9ee !important;
}

.btn-orange:visited {
  color: #f26952;
}

.btn-orange.solid {
  color: #fdf9ee !important;
  background: #f26952;
}

.btn-orange.solid * {
  color: #fdf9ee !important;
}

.btn-orange.solid:hover {
  background: #fdf9ee !important;
  color: #f26952 !important;
}

.btn-orange.solid:hover * {
  color: #f26952 !important;
}

.btn-orange.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-bred,
main a.color-bred,
.color-bred,
a.color-bred {
  color: #ed1941;
}

main .color-bred > *,
main a.color-bred > *,
.color-bred > *,
a.color-bred > * {
  color: #ed1941;
}

@media (min-width: 576px) {
  main .color-bred .color-sm-bred,
  main a.color-bred .color-sm-bred,
  .color-bred .color-sm-bred,
  a.color-bred .color-sm-bred {
    color: #ed1941;
  }
  main .color-bred .color-sm-bred > *,
  main a.color-bred .color-sm-bred > *,
  .color-bred .color-sm-bred > *,
  a.color-bred .color-sm-bred > * {
    color: #ed1941;
  }
}

@media (min-width: 768px) {
  main .color-bred .color-md-bred,
  main a.color-bred .color-md-bred,
  .color-bred .color-md-bred,
  a.color-bred .color-md-bred {
    color: #ed1941;
  }
  main .color-bred .color-md-bred > *,
  main a.color-bred .color-md-bred > *,
  .color-bred .color-md-bred > *,
  a.color-bred .color-md-bred > * {
    color: #ed1941;
  }
}

@media (min-width: 992px) {
  main .color-bred .color-lg-bred,
  main a.color-bred .color-lg-bred,
  .color-bred .color-lg-bred,
  a.color-bred .color-lg-bred {
    color: #ed1941;
  }
  main .color-bred .color-lg-bred > *,
  main a.color-bred .color-lg-bred > *,
  .color-bred .color-lg-bred > *,
  a.color-bred .color-lg-bred > * {
    color: #ed1941;
  }
}

@media (min-width: 1200px) {
  main .color-bred .color-xl-bred,
  main a.color-bred .color-xl-bred,
  .color-bred .color-xl-bred,
  a.color-bred .color-xl-bred {
    color: #ed1941;
  }
  main .color-bred .color-xl-bred > *,
  main a.color-bred .color-xl-bred > *,
  .color-bred .color-xl-bred > *,
  a.color-bred .color-xl-bred > * {
    color: #ed1941;
  }
}

.btn-bred {
  color: #ed1941;
  background: #fdf9ee;
  border: 1px solid #ed1941;
}

.btn-bred * {
  color: #ed1941 !important;
}

.btn-bred:hover {
  background: #ed1941 !important;
  color: #fdf9ee !important;
}

.btn-bred:hover * {
  color: #fdf9ee !important;
}

.btn-bred:visited {
  color: #ed1941;
}

.btn-bred.solid {
  color: #fdf9ee !important;
  background: #ed1941;
}

.btn-bred.solid * {
  color: #fdf9ee !important;
}

.btn-bred.solid:hover {
  background: #fdf9ee !important;
  color: #ed1941 !important;
}

.btn-bred.solid:hover * {
  color: #ed1941 !important;
}

.btn-bred.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-yellow,
main a.color-yellow,
.color-yellow,
a.color-yellow {
  color: #dfda0d;
}

main .color-yellow > *,
main a.color-yellow > *,
.color-yellow > *,
a.color-yellow > * {
  color: #dfda0d;
}

@media (min-width: 576px) {
  main .color-yellow .color-sm-yellow,
  main a.color-yellow .color-sm-yellow,
  .color-yellow .color-sm-yellow,
  a.color-yellow .color-sm-yellow {
    color: #dfda0d;
  }
  main .color-yellow .color-sm-yellow > *,
  main a.color-yellow .color-sm-yellow > *,
  .color-yellow .color-sm-yellow > *,
  a.color-yellow .color-sm-yellow > * {
    color: #dfda0d;
  }
}

@media (min-width: 768px) {
  main .color-yellow .color-md-yellow,
  main a.color-yellow .color-md-yellow,
  .color-yellow .color-md-yellow,
  a.color-yellow .color-md-yellow {
    color: #dfda0d;
  }
  main .color-yellow .color-md-yellow > *,
  main a.color-yellow .color-md-yellow > *,
  .color-yellow .color-md-yellow > *,
  a.color-yellow .color-md-yellow > * {
    color: #dfda0d;
  }
}

@media (min-width: 992px) {
  main .color-yellow .color-lg-yellow,
  main a.color-yellow .color-lg-yellow,
  .color-yellow .color-lg-yellow,
  a.color-yellow .color-lg-yellow {
    color: #dfda0d;
  }
  main .color-yellow .color-lg-yellow > *,
  main a.color-yellow .color-lg-yellow > *,
  .color-yellow .color-lg-yellow > *,
  a.color-yellow .color-lg-yellow > * {
    color: #dfda0d;
  }
}

@media (min-width: 1200px) {
  main .color-yellow .color-xl-yellow,
  main a.color-yellow .color-xl-yellow,
  .color-yellow .color-xl-yellow,
  a.color-yellow .color-xl-yellow {
    color: #dfda0d;
  }
  main .color-yellow .color-xl-yellow > *,
  main a.color-yellow .color-xl-yellow > *,
  .color-yellow .color-xl-yellow > *,
  a.color-yellow .color-xl-yellow > * {
    color: #dfda0d;
  }
}

.btn-yellow {
  color: #dfda0d;
  background: #fdf9ee;
  border: 1px solid #dfda0d;
}

.btn-yellow * {
  color: #dfda0d !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #fdf9ee !important;
}

.btn-yellow:hover * {
  color: #fdf9ee !important;
}

.btn-yellow:visited {
  color: #dfda0d;
}

.btn-yellow.solid {
  color: #fdf9ee !important;
  background: #dfda0d;
}

.btn-yellow.solid * {
  color: #fdf9ee !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
}

.btn-yellow.solid:hover * {
  color: #dfda0d !important;
}

.btn-yellow.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-pink,
main a.color-pink,
.color-pink,
a.color-pink {
  color: #bc296a;
}

main .color-pink > *,
main a.color-pink > *,
.color-pink > *,
a.color-pink > * {
  color: #bc296a;
}

@media (min-width: 576px) {
  main .color-pink .color-sm-pink,
  main a.color-pink .color-sm-pink,
  .color-pink .color-sm-pink,
  a.color-pink .color-sm-pink {
    color: #bc296a;
  }
  main .color-pink .color-sm-pink > *,
  main a.color-pink .color-sm-pink > *,
  .color-pink .color-sm-pink > *,
  a.color-pink .color-sm-pink > * {
    color: #bc296a;
  }
}

@media (min-width: 768px) {
  main .color-pink .color-md-pink,
  main a.color-pink .color-md-pink,
  .color-pink .color-md-pink,
  a.color-pink .color-md-pink {
    color: #bc296a;
  }
  main .color-pink .color-md-pink > *,
  main a.color-pink .color-md-pink > *,
  .color-pink .color-md-pink > *,
  a.color-pink .color-md-pink > * {
    color: #bc296a;
  }
}

@media (min-width: 992px) {
  main .color-pink .color-lg-pink,
  main a.color-pink .color-lg-pink,
  .color-pink .color-lg-pink,
  a.color-pink .color-lg-pink {
    color: #bc296a;
  }
  main .color-pink .color-lg-pink > *,
  main a.color-pink .color-lg-pink > *,
  .color-pink .color-lg-pink > *,
  a.color-pink .color-lg-pink > * {
    color: #bc296a;
  }
}

@media (min-width: 1200px) {
  main .color-pink .color-xl-pink,
  main a.color-pink .color-xl-pink,
  .color-pink .color-xl-pink,
  a.color-pink .color-xl-pink {
    color: #bc296a;
  }
  main .color-pink .color-xl-pink > *,
  main a.color-pink .color-xl-pink > *,
  .color-pink .color-xl-pink > *,
  a.color-pink .color-xl-pink > * {
    color: #bc296a;
  }
}

.btn-pink {
  color: #bc296a;
  background: #fdf9ee;
  border: 1px solid #bc296a;
}

.btn-pink * {
  color: #bc296a !important;
}

.btn-pink:hover {
  background: #bc296a !important;
  color: #fdf9ee !important;
}

.btn-pink:hover * {
  color: #fdf9ee !important;
}

.btn-pink:visited {
  color: #bc296a;
}

.btn-pink.solid {
  color: #fdf9ee !important;
  background: #bc296a;
}

.btn-pink.solid * {
  color: #fdf9ee !important;
}

.btn-pink.solid:hover {
  background: #fdf9ee !important;
  color: #bc296a !important;
}

.btn-pink.solid:hover * {
  color: #bc296a !important;
}

.btn-pink.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-seashell,
main a.color-seashell,
.color-seashell,
a.color-seashell {
  color: #fff4ee;
}

main .color-seashell > *,
main a.color-seashell > *,
.color-seashell > *,
a.color-seashell > * {
  color: #fff4ee;
}

@media (min-width: 576px) {
  main .color-seashell .color-sm-seashell,
  main a.color-seashell .color-sm-seashell,
  .color-seashell .color-sm-seashell,
  a.color-seashell .color-sm-seashell {
    color: #fff4ee;
  }
  main .color-seashell .color-sm-seashell > *,
  main a.color-seashell .color-sm-seashell > *,
  .color-seashell .color-sm-seashell > *,
  a.color-seashell .color-sm-seashell > * {
    color: #fff4ee;
  }
}

@media (min-width: 768px) {
  main .color-seashell .color-md-seashell,
  main a.color-seashell .color-md-seashell,
  .color-seashell .color-md-seashell,
  a.color-seashell .color-md-seashell {
    color: #fff4ee;
  }
  main .color-seashell .color-md-seashell > *,
  main a.color-seashell .color-md-seashell > *,
  .color-seashell .color-md-seashell > *,
  a.color-seashell .color-md-seashell > * {
    color: #fff4ee;
  }
}

@media (min-width: 992px) {
  main .color-seashell .color-lg-seashell,
  main a.color-seashell .color-lg-seashell,
  .color-seashell .color-lg-seashell,
  a.color-seashell .color-lg-seashell {
    color: #fff4ee;
  }
  main .color-seashell .color-lg-seashell > *,
  main a.color-seashell .color-lg-seashell > *,
  .color-seashell .color-lg-seashell > *,
  a.color-seashell .color-lg-seashell > * {
    color: #fff4ee;
  }
}

@media (min-width: 1200px) {
  main .color-seashell .color-xl-seashell,
  main a.color-seashell .color-xl-seashell,
  .color-seashell .color-xl-seashell,
  a.color-seashell .color-xl-seashell {
    color: #fff4ee;
  }
  main .color-seashell .color-xl-seashell > *,
  main a.color-seashell .color-xl-seashell > *,
  .color-seashell .color-xl-seashell > *,
  a.color-seashell .color-xl-seashell > * {
    color: #fff4ee;
  }
}

.btn-seashell {
  color: #fff4ee;
  background: #fdf9ee;
  border: 1px solid #fff4ee;
}

.btn-seashell * {
  color: #fff4ee !important;
}

.btn-seashell:hover {
  background: #fff4ee !important;
  color: #fdf9ee !important;
}

.btn-seashell:hover * {
  color: #fdf9ee !important;
}

.btn-seashell:visited {
  color: #fff4ee;
}

.btn-seashell.solid {
  color: #fdf9ee !important;
  background: #fff4ee;
}

.btn-seashell.solid * {
  color: #fdf9ee !important;
}

.btn-seashell.solid:hover {
  background: #fdf9ee !important;
  color: #fff4ee !important;
}

.btn-seashell.solid:hover * {
  color: #fff4ee !important;
}

.btn-seashell.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-alice,
main a.color-alice,
.color-alice,
a.color-alice {
  color: #F0F8FF;
}

main .color-alice > *,
main a.color-alice > *,
.color-alice > *,
a.color-alice > * {
  color: #F0F8FF;
}

@media (min-width: 576px) {
  main .color-alice .color-sm-alice,
  main a.color-alice .color-sm-alice,
  .color-alice .color-sm-alice,
  a.color-alice .color-sm-alice {
    color: #F0F8FF;
  }
  main .color-alice .color-sm-alice > *,
  main a.color-alice .color-sm-alice > *,
  .color-alice .color-sm-alice > *,
  a.color-alice .color-sm-alice > * {
    color: #F0F8FF;
  }
}

@media (min-width: 768px) {
  main .color-alice .color-md-alice,
  main a.color-alice .color-md-alice,
  .color-alice .color-md-alice,
  a.color-alice .color-md-alice {
    color: #F0F8FF;
  }
  main .color-alice .color-md-alice > *,
  main a.color-alice .color-md-alice > *,
  .color-alice .color-md-alice > *,
  a.color-alice .color-md-alice > * {
    color: #F0F8FF;
  }
}

@media (min-width: 992px) {
  main .color-alice .color-lg-alice,
  main a.color-alice .color-lg-alice,
  .color-alice .color-lg-alice,
  a.color-alice .color-lg-alice {
    color: #F0F8FF;
  }
  main .color-alice .color-lg-alice > *,
  main a.color-alice .color-lg-alice > *,
  .color-alice .color-lg-alice > *,
  a.color-alice .color-lg-alice > * {
    color: #F0F8FF;
  }
}

@media (min-width: 1200px) {
  main .color-alice .color-xl-alice,
  main a.color-alice .color-xl-alice,
  .color-alice .color-xl-alice,
  a.color-alice .color-xl-alice {
    color: #F0F8FF;
  }
  main .color-alice .color-xl-alice > *,
  main a.color-alice .color-xl-alice > *,
  .color-alice .color-xl-alice > *,
  a.color-alice .color-xl-alice > * {
    color: #F0F8FF;
  }
}

.btn-alice {
  color: #F0F8FF;
  background: #fdf9ee;
  border: 1px solid #F0F8FF;
}

.btn-alice * {
  color: #F0F8FF !important;
}

.btn-alice:hover {
  background: #F0F8FF !important;
  color: #fdf9ee !important;
}

.btn-alice:hover * {
  color: #fdf9ee !important;
}

.btn-alice:visited {
  color: #F0F8FF;
}

.btn-alice.solid {
  color: #fdf9ee !important;
  background: #F0F8FF;
}

.btn-alice.solid * {
  color: #fdf9ee !important;
}

.btn-alice.solid:hover {
  background: #fdf9ee !important;
  color: #F0F8FF !important;
}

.btn-alice.solid:hover * {
  color: #F0F8FF !important;
}

.btn-alice.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-transparent,
main a.color-transparent,
.color-transparent,
a.color-transparent {
  color: transparent;
}

main .color-transparent > *,
main a.color-transparent > *,
.color-transparent > *,
a.color-transparent > * {
  color: transparent;
}

@media (min-width: 576px) {
  main .color-transparent .color-sm-transparent,
  main a.color-transparent .color-sm-transparent,
  .color-transparent .color-sm-transparent,
  a.color-transparent .color-sm-transparent {
    color: transparent;
  }
  main .color-transparent .color-sm-transparent > *,
  main a.color-transparent .color-sm-transparent > *,
  .color-transparent .color-sm-transparent > *,
  a.color-transparent .color-sm-transparent > * {
    color: transparent;
  }
}

@media (min-width: 768px) {
  main .color-transparent .color-md-transparent,
  main a.color-transparent .color-md-transparent,
  .color-transparent .color-md-transparent,
  a.color-transparent .color-md-transparent {
    color: transparent;
  }
  main .color-transparent .color-md-transparent > *,
  main a.color-transparent .color-md-transparent > *,
  .color-transparent .color-md-transparent > *,
  a.color-transparent .color-md-transparent > * {
    color: transparent;
  }
}

@media (min-width: 992px) {
  main .color-transparent .color-lg-transparent,
  main a.color-transparent .color-lg-transparent,
  .color-transparent .color-lg-transparent,
  a.color-transparent .color-lg-transparent {
    color: transparent;
  }
  main .color-transparent .color-lg-transparent > *,
  main a.color-transparent .color-lg-transparent > *,
  .color-transparent .color-lg-transparent > *,
  a.color-transparent .color-lg-transparent > * {
    color: transparent;
  }
}

@media (min-width: 1200px) {
  main .color-transparent .color-xl-transparent,
  main a.color-transparent .color-xl-transparent,
  .color-transparent .color-xl-transparent,
  a.color-transparent .color-xl-transparent {
    color: transparent;
  }
  main .color-transparent .color-xl-transparent > *,
  main a.color-transparent .color-xl-transparent > *,
  .color-transparent .color-xl-transparent > *,
  a.color-transparent .color-xl-transparent > * {
    color: transparent;
  }
}

.btn-transparent {
  color: transparent;
  background: #fdf9ee;
  border: 1px solid transparent;
}

.btn-transparent * {
  color: transparent !important;
}

.btn-transparent:hover {
  background: transparent !important;
  color: #fdf9ee !important;
}

.btn-transparent:hover * {
  color: #fdf9ee !important;
}

.btn-transparent:visited {
  color: transparent;
}

.btn-transparent.solid {
  color: #fdf9ee !important;
  background: transparent;
}

.btn-transparent.solid * {
  color: #fdf9ee !important;
}

.btn-transparent.solid:hover {
  background: #fdf9ee !important;
  color: transparent !important;
}

.btn-transparent.solid:hover * {
  color: transparent !important;
}

.btn-transparent.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-homePrimary,
main a.color-homePrimary,
.color-homePrimary,
a.color-homePrimary {
  color: #30347e;
}

main .color-homePrimary > *,
main a.color-homePrimary > *,
.color-homePrimary > *,
a.color-homePrimary > * {
  color: #30347e;
}

@media (min-width: 576px) {
  main .color-homePrimary .color-sm-homePrimary,
  main a.color-homePrimary .color-sm-homePrimary,
  .color-homePrimary .color-sm-homePrimary,
  a.color-homePrimary .color-sm-homePrimary {
    color: #30347e;
  }
  main .color-homePrimary .color-sm-homePrimary > *,
  main a.color-homePrimary .color-sm-homePrimary > *,
  .color-homePrimary .color-sm-homePrimary > *,
  a.color-homePrimary .color-sm-homePrimary > * {
    color: #30347e;
  }
}

@media (min-width: 768px) {
  main .color-homePrimary .color-md-homePrimary,
  main a.color-homePrimary .color-md-homePrimary,
  .color-homePrimary .color-md-homePrimary,
  a.color-homePrimary .color-md-homePrimary {
    color: #30347e;
  }
  main .color-homePrimary .color-md-homePrimary > *,
  main a.color-homePrimary .color-md-homePrimary > *,
  .color-homePrimary .color-md-homePrimary > *,
  a.color-homePrimary .color-md-homePrimary > * {
    color: #30347e;
  }
}

@media (min-width: 992px) {
  main .color-homePrimary .color-lg-homePrimary,
  main a.color-homePrimary .color-lg-homePrimary,
  .color-homePrimary .color-lg-homePrimary,
  a.color-homePrimary .color-lg-homePrimary {
    color: #30347e;
  }
  main .color-homePrimary .color-lg-homePrimary > *,
  main a.color-homePrimary .color-lg-homePrimary > *,
  .color-homePrimary .color-lg-homePrimary > *,
  a.color-homePrimary .color-lg-homePrimary > * {
    color: #30347e;
  }
}

@media (min-width: 1200px) {
  main .color-homePrimary .color-xl-homePrimary,
  main a.color-homePrimary .color-xl-homePrimary,
  .color-homePrimary .color-xl-homePrimary,
  a.color-homePrimary .color-xl-homePrimary {
    color: #30347e;
  }
  main .color-homePrimary .color-xl-homePrimary > *,
  main a.color-homePrimary .color-xl-homePrimary > *,
  .color-homePrimary .color-xl-homePrimary > *,
  a.color-homePrimary .color-xl-homePrimary > * {
    color: #30347e;
  }
}

.btn-homePrimary {
  color: #30347e;
  background: #fdf9ee;
  border: 1px solid #30347e;
}

.btn-homePrimary * {
  color: #30347e !important;
}

.btn-homePrimary:hover {
  background: #30347e !important;
  color: #fdf9ee !important;
}

.btn-homePrimary:hover * {
  color: #fdf9ee !important;
}

.btn-homePrimary:visited {
  color: #30347e;
}

.btn-homePrimary.solid {
  color: #fdf9ee !important;
  background: #30347e;
}

.btn-homePrimary.solid * {
  color: #fdf9ee !important;
}

.btn-homePrimary.solid:hover {
  background: #fdf9ee !important;
  color: #30347e !important;
}

.btn-homePrimary.solid:hover * {
  color: #30347e !important;
}

.btn-homePrimary.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-corpPrimary,
main a.color-corpPrimary,
.color-corpPrimary,
a.color-corpPrimary {
  color: #4aaba6;
}

main .color-corpPrimary > *,
main a.color-corpPrimary > *,
.color-corpPrimary > *,
a.color-corpPrimary > * {
  color: #4aaba6;
}

@media (min-width: 576px) {
  main .color-corpPrimary .color-sm-corpPrimary,
  main a.color-corpPrimary .color-sm-corpPrimary,
  .color-corpPrimary .color-sm-corpPrimary,
  a.color-corpPrimary .color-sm-corpPrimary {
    color: #4aaba6;
  }
  main .color-corpPrimary .color-sm-corpPrimary > *,
  main a.color-corpPrimary .color-sm-corpPrimary > *,
  .color-corpPrimary .color-sm-corpPrimary > *,
  a.color-corpPrimary .color-sm-corpPrimary > * {
    color: #4aaba6;
  }
}

@media (min-width: 768px) {
  main .color-corpPrimary .color-md-corpPrimary,
  main a.color-corpPrimary .color-md-corpPrimary,
  .color-corpPrimary .color-md-corpPrimary,
  a.color-corpPrimary .color-md-corpPrimary {
    color: #4aaba6;
  }
  main .color-corpPrimary .color-md-corpPrimary > *,
  main a.color-corpPrimary .color-md-corpPrimary > *,
  .color-corpPrimary .color-md-corpPrimary > *,
  a.color-corpPrimary .color-md-corpPrimary > * {
    color: #4aaba6;
  }
}

@media (min-width: 992px) {
  main .color-corpPrimary .color-lg-corpPrimary,
  main a.color-corpPrimary .color-lg-corpPrimary,
  .color-corpPrimary .color-lg-corpPrimary,
  a.color-corpPrimary .color-lg-corpPrimary {
    color: #4aaba6;
  }
  main .color-corpPrimary .color-lg-corpPrimary > *,
  main a.color-corpPrimary .color-lg-corpPrimary > *,
  .color-corpPrimary .color-lg-corpPrimary > *,
  a.color-corpPrimary .color-lg-corpPrimary > * {
    color: #4aaba6;
  }
}

@media (min-width: 1200px) {
  main .color-corpPrimary .color-xl-corpPrimary,
  main a.color-corpPrimary .color-xl-corpPrimary,
  .color-corpPrimary .color-xl-corpPrimary,
  a.color-corpPrimary .color-xl-corpPrimary {
    color: #4aaba6;
  }
  main .color-corpPrimary .color-xl-corpPrimary > *,
  main a.color-corpPrimary .color-xl-corpPrimary > *,
  .color-corpPrimary .color-xl-corpPrimary > *,
  a.color-corpPrimary .color-xl-corpPrimary > * {
    color: #4aaba6;
  }
}

.btn-corpPrimary {
  color: #4aaba6;
  background: #fdf9ee;
  border: 1px solid #4aaba6;
}

.btn-corpPrimary * {
  color: #4aaba6 !important;
}

.btn-corpPrimary:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
}

.btn-corpPrimary:hover * {
  color: #fdf9ee !important;
}

.btn-corpPrimary:visited {
  color: #4aaba6;
}

.btn-corpPrimary.solid {
  color: #fdf9ee !important;
  background: #4aaba6;
}

.btn-corpPrimary.solid * {
  color: #fdf9ee !important;
}

.btn-corpPrimary.solid:hover {
  background: #fdf9ee !important;
  color: #4aaba6 !important;
}

.btn-corpPrimary.solid:hover * {
  color: #4aaba6 !important;
}

.btn-corpPrimary.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-sssPrimary,
main a.color-sssPrimary,
.color-sssPrimary,
a.color-sssPrimary {
  color: #e05d21;
}

main .color-sssPrimary > *,
main a.color-sssPrimary > *,
.color-sssPrimary > *,
a.color-sssPrimary > * {
  color: #e05d21;
}

@media (min-width: 576px) {
  main .color-sssPrimary .color-sm-sssPrimary,
  main a.color-sssPrimary .color-sm-sssPrimary,
  .color-sssPrimary .color-sm-sssPrimary,
  a.color-sssPrimary .color-sm-sssPrimary {
    color: #e05d21;
  }
  main .color-sssPrimary .color-sm-sssPrimary > *,
  main a.color-sssPrimary .color-sm-sssPrimary > *,
  .color-sssPrimary .color-sm-sssPrimary > *,
  a.color-sssPrimary .color-sm-sssPrimary > * {
    color: #e05d21;
  }
}

@media (min-width: 768px) {
  main .color-sssPrimary .color-md-sssPrimary,
  main a.color-sssPrimary .color-md-sssPrimary,
  .color-sssPrimary .color-md-sssPrimary,
  a.color-sssPrimary .color-md-sssPrimary {
    color: #e05d21;
  }
  main .color-sssPrimary .color-md-sssPrimary > *,
  main a.color-sssPrimary .color-md-sssPrimary > *,
  .color-sssPrimary .color-md-sssPrimary > *,
  a.color-sssPrimary .color-md-sssPrimary > * {
    color: #e05d21;
  }
}

@media (min-width: 992px) {
  main .color-sssPrimary .color-lg-sssPrimary,
  main a.color-sssPrimary .color-lg-sssPrimary,
  .color-sssPrimary .color-lg-sssPrimary,
  a.color-sssPrimary .color-lg-sssPrimary {
    color: #e05d21;
  }
  main .color-sssPrimary .color-lg-sssPrimary > *,
  main a.color-sssPrimary .color-lg-sssPrimary > *,
  .color-sssPrimary .color-lg-sssPrimary > *,
  a.color-sssPrimary .color-lg-sssPrimary > * {
    color: #e05d21;
  }
}

@media (min-width: 1200px) {
  main .color-sssPrimary .color-xl-sssPrimary,
  main a.color-sssPrimary .color-xl-sssPrimary,
  .color-sssPrimary .color-xl-sssPrimary,
  a.color-sssPrimary .color-xl-sssPrimary {
    color: #e05d21;
  }
  main .color-sssPrimary .color-xl-sssPrimary > *,
  main a.color-sssPrimary .color-xl-sssPrimary > *,
  .color-sssPrimary .color-xl-sssPrimary > *,
  a.color-sssPrimary .color-xl-sssPrimary > * {
    color: #e05d21;
  }
}

.btn-sssPrimary {
  color: #e05d21;
  background: #fdf9ee;
  border: 1px solid #e05d21;
}

.btn-sssPrimary * {
  color: #e05d21 !important;
}

.btn-sssPrimary:hover {
  background: #e05d21 !important;
  color: #fdf9ee !important;
}

.btn-sssPrimary:hover * {
  color: #fdf9ee !important;
}

.btn-sssPrimary:visited {
  color: #e05d21;
}

.btn-sssPrimary.solid {
  color: #fdf9ee !important;
  background: #e05d21;
}

.btn-sssPrimary.solid * {
  color: #fdf9ee !important;
}

.btn-sssPrimary.solid:hover {
  background: #fdf9ee !important;
  color: #e05d21 !important;
}

.btn-sssPrimary.solid:hover * {
  color: #e05d21 !important;
}

.btn-sssPrimary.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-stPrimary,
main a.color-stPrimary,
.color-stPrimary,
a.color-stPrimary {
  color: #bad4ed;
}

main .color-stPrimary > *,
main a.color-stPrimary > *,
.color-stPrimary > *,
a.color-stPrimary > * {
  color: #bad4ed;
}

@media (min-width: 576px) {
  main .color-stPrimary .color-sm-stPrimary,
  main a.color-stPrimary .color-sm-stPrimary,
  .color-stPrimary .color-sm-stPrimary,
  a.color-stPrimary .color-sm-stPrimary {
    color: #bad4ed;
  }
  main .color-stPrimary .color-sm-stPrimary > *,
  main a.color-stPrimary .color-sm-stPrimary > *,
  .color-stPrimary .color-sm-stPrimary > *,
  a.color-stPrimary .color-sm-stPrimary > * {
    color: #bad4ed;
  }
}

@media (min-width: 768px) {
  main .color-stPrimary .color-md-stPrimary,
  main a.color-stPrimary .color-md-stPrimary,
  .color-stPrimary .color-md-stPrimary,
  a.color-stPrimary .color-md-stPrimary {
    color: #bad4ed;
  }
  main .color-stPrimary .color-md-stPrimary > *,
  main a.color-stPrimary .color-md-stPrimary > *,
  .color-stPrimary .color-md-stPrimary > *,
  a.color-stPrimary .color-md-stPrimary > * {
    color: #bad4ed;
  }
}

@media (min-width: 992px) {
  main .color-stPrimary .color-lg-stPrimary,
  main a.color-stPrimary .color-lg-stPrimary,
  .color-stPrimary .color-lg-stPrimary,
  a.color-stPrimary .color-lg-stPrimary {
    color: #bad4ed;
  }
  main .color-stPrimary .color-lg-stPrimary > *,
  main a.color-stPrimary .color-lg-stPrimary > *,
  .color-stPrimary .color-lg-stPrimary > *,
  a.color-stPrimary .color-lg-stPrimary > * {
    color: #bad4ed;
  }
}

@media (min-width: 1200px) {
  main .color-stPrimary .color-xl-stPrimary,
  main a.color-stPrimary .color-xl-stPrimary,
  .color-stPrimary .color-xl-stPrimary,
  a.color-stPrimary .color-xl-stPrimary {
    color: #bad4ed;
  }
  main .color-stPrimary .color-xl-stPrimary > *,
  main a.color-stPrimary .color-xl-stPrimary > *,
  .color-stPrimary .color-xl-stPrimary > *,
  a.color-stPrimary .color-xl-stPrimary > * {
    color: #bad4ed;
  }
}

.btn-stPrimary {
  color: #bad4ed;
  background: #fdf9ee;
  border: 1px solid #bad4ed;
}

.btn-stPrimary * {
  color: #bad4ed !important;
}

.btn-stPrimary:hover {
  background: #bad4ed !important;
  color: #fdf9ee !important;
}

.btn-stPrimary:hover * {
  color: #fdf9ee !important;
}

.btn-stPrimary:visited {
  color: #bad4ed;
}

.btn-stPrimary.solid {
  color: #fdf9ee !important;
  background: #bad4ed;
}

.btn-stPrimary.solid * {
  color: #fdf9ee !important;
}

.btn-stPrimary.solid:hover {
  background: #fdf9ee !important;
  color: #bad4ed !important;
}

.btn-stPrimary.solid:hover * {
  color: #bad4ed !important;
}

.btn-stPrimary.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-darkFont,
main a.color-darkFont,
.color-darkFont,
a.color-darkFont {
  color: #30347e;
}

main .color-darkFont > *,
main a.color-darkFont > *,
.color-darkFont > *,
a.color-darkFont > * {
  color: #30347e;
}

@media (min-width: 576px) {
  main .color-darkFont .color-sm-darkFont,
  main a.color-darkFont .color-sm-darkFont,
  .color-darkFont .color-sm-darkFont,
  a.color-darkFont .color-sm-darkFont {
    color: #30347e;
  }
  main .color-darkFont .color-sm-darkFont > *,
  main a.color-darkFont .color-sm-darkFont > *,
  .color-darkFont .color-sm-darkFont > *,
  a.color-darkFont .color-sm-darkFont > * {
    color: #30347e;
  }
}

@media (min-width: 768px) {
  main .color-darkFont .color-md-darkFont,
  main a.color-darkFont .color-md-darkFont,
  .color-darkFont .color-md-darkFont,
  a.color-darkFont .color-md-darkFont {
    color: #30347e;
  }
  main .color-darkFont .color-md-darkFont > *,
  main a.color-darkFont .color-md-darkFont > *,
  .color-darkFont .color-md-darkFont > *,
  a.color-darkFont .color-md-darkFont > * {
    color: #30347e;
  }
}

@media (min-width: 992px) {
  main .color-darkFont .color-lg-darkFont,
  main a.color-darkFont .color-lg-darkFont,
  .color-darkFont .color-lg-darkFont,
  a.color-darkFont .color-lg-darkFont {
    color: #30347e;
  }
  main .color-darkFont .color-lg-darkFont > *,
  main a.color-darkFont .color-lg-darkFont > *,
  .color-darkFont .color-lg-darkFont > *,
  a.color-darkFont .color-lg-darkFont > * {
    color: #30347e;
  }
}

@media (min-width: 1200px) {
  main .color-darkFont .color-xl-darkFont,
  main a.color-darkFont .color-xl-darkFont,
  .color-darkFont .color-xl-darkFont,
  a.color-darkFont .color-xl-darkFont {
    color: #30347e;
  }
  main .color-darkFont .color-xl-darkFont > *,
  main a.color-darkFont .color-xl-darkFont > *,
  .color-darkFont .color-xl-darkFont > *,
  a.color-darkFont .color-xl-darkFont > * {
    color: #30347e;
  }
}

.btn-darkFont {
  color: #30347e;
  background: #fdf9ee;
  border: 1px solid #30347e;
}

.btn-darkFont * {
  color: #30347e !important;
}

.btn-darkFont:hover {
  background: #30347e !important;
  color: #fdf9ee !important;
}

.btn-darkFont:hover * {
  color: #fdf9ee !important;
}

.btn-darkFont:visited {
  color: #30347e;
}

.btn-darkFont.solid {
  color: #fdf9ee !important;
  background: #30347e;
}

.btn-darkFont.solid * {
  color: #fdf9ee !important;
}

.btn-darkFont.solid:hover {
  background: #fdf9ee !important;
  color: #30347e !important;
}

.btn-darkFont.solid:hover * {
  color: #30347e !important;
}

.btn-darkFont.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-oceanBlue,
main a.color-oceanBlue,
.color-oceanBlue,
a.color-oceanBlue {
  color: #30347e;
}

main .color-oceanBlue > *,
main a.color-oceanBlue > *,
.color-oceanBlue > *,
a.color-oceanBlue > * {
  color: #30347e;
}

@media (min-width: 576px) {
  main .color-oceanBlue .color-sm-oceanBlue,
  main a.color-oceanBlue .color-sm-oceanBlue,
  .color-oceanBlue .color-sm-oceanBlue,
  a.color-oceanBlue .color-sm-oceanBlue {
    color: #30347e;
  }
  main .color-oceanBlue .color-sm-oceanBlue > *,
  main a.color-oceanBlue .color-sm-oceanBlue > *,
  .color-oceanBlue .color-sm-oceanBlue > *,
  a.color-oceanBlue .color-sm-oceanBlue > * {
    color: #30347e;
  }
}

@media (min-width: 768px) {
  main .color-oceanBlue .color-md-oceanBlue,
  main a.color-oceanBlue .color-md-oceanBlue,
  .color-oceanBlue .color-md-oceanBlue,
  a.color-oceanBlue .color-md-oceanBlue {
    color: #30347e;
  }
  main .color-oceanBlue .color-md-oceanBlue > *,
  main a.color-oceanBlue .color-md-oceanBlue > *,
  .color-oceanBlue .color-md-oceanBlue > *,
  a.color-oceanBlue .color-md-oceanBlue > * {
    color: #30347e;
  }
}

@media (min-width: 992px) {
  main .color-oceanBlue .color-lg-oceanBlue,
  main a.color-oceanBlue .color-lg-oceanBlue,
  .color-oceanBlue .color-lg-oceanBlue,
  a.color-oceanBlue .color-lg-oceanBlue {
    color: #30347e;
  }
  main .color-oceanBlue .color-lg-oceanBlue > *,
  main a.color-oceanBlue .color-lg-oceanBlue > *,
  .color-oceanBlue .color-lg-oceanBlue > *,
  a.color-oceanBlue .color-lg-oceanBlue > * {
    color: #30347e;
  }
}

@media (min-width: 1200px) {
  main .color-oceanBlue .color-xl-oceanBlue,
  main a.color-oceanBlue .color-xl-oceanBlue,
  .color-oceanBlue .color-xl-oceanBlue,
  a.color-oceanBlue .color-xl-oceanBlue {
    color: #30347e;
  }
  main .color-oceanBlue .color-xl-oceanBlue > *,
  main a.color-oceanBlue .color-xl-oceanBlue > *,
  .color-oceanBlue .color-xl-oceanBlue > *,
  a.color-oceanBlue .color-xl-oceanBlue > * {
    color: #30347e;
  }
}

.btn-oceanBlue {
  color: #30347e;
  background: #fdf9ee;
  border: 1px solid #30347e;
}

.btn-oceanBlue * {
  color: #30347e !important;
}

.btn-oceanBlue:hover {
  background: #30347e !important;
  color: #fdf9ee !important;
}

.btn-oceanBlue:hover * {
  color: #fdf9ee !important;
}

.btn-oceanBlue:visited {
  color: #30347e;
}

.btn-oceanBlue.solid {
  color: #fdf9ee !important;
  background: #30347e;
}

.btn-oceanBlue.solid * {
  color: #fdf9ee !important;
}

.btn-oceanBlue.solid:hover {
  background: #fdf9ee !important;
  color: #30347e !important;
}

.btn-oceanBlue.solid:hover * {
  color: #30347e !important;
}

.btn-oceanBlue.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-seaweedGreen,
main a.color-seaweedGreen,
.color-seaweedGreen,
a.color-seaweedGreen {
  color: #4aaba6;
}

main .color-seaweedGreen > *,
main a.color-seaweedGreen > *,
.color-seaweedGreen > *,
a.color-seaweedGreen > * {
  color: #4aaba6;
}

@media (min-width: 576px) {
  main .color-seaweedGreen .color-sm-seaweedGreen,
  main a.color-seaweedGreen .color-sm-seaweedGreen,
  .color-seaweedGreen .color-sm-seaweedGreen,
  a.color-seaweedGreen .color-sm-seaweedGreen {
    color: #4aaba6;
  }
  main .color-seaweedGreen .color-sm-seaweedGreen > *,
  main a.color-seaweedGreen .color-sm-seaweedGreen > *,
  .color-seaweedGreen .color-sm-seaweedGreen > *,
  a.color-seaweedGreen .color-sm-seaweedGreen > * {
    color: #4aaba6;
  }
}

@media (min-width: 768px) {
  main .color-seaweedGreen .color-md-seaweedGreen,
  main a.color-seaweedGreen .color-md-seaweedGreen,
  .color-seaweedGreen .color-md-seaweedGreen,
  a.color-seaweedGreen .color-md-seaweedGreen {
    color: #4aaba6;
  }
  main .color-seaweedGreen .color-md-seaweedGreen > *,
  main a.color-seaweedGreen .color-md-seaweedGreen > *,
  .color-seaweedGreen .color-md-seaweedGreen > *,
  a.color-seaweedGreen .color-md-seaweedGreen > * {
    color: #4aaba6;
  }
}

@media (min-width: 992px) {
  main .color-seaweedGreen .color-lg-seaweedGreen,
  main a.color-seaweedGreen .color-lg-seaweedGreen,
  .color-seaweedGreen .color-lg-seaweedGreen,
  a.color-seaweedGreen .color-lg-seaweedGreen {
    color: #4aaba6;
  }
  main .color-seaweedGreen .color-lg-seaweedGreen > *,
  main a.color-seaweedGreen .color-lg-seaweedGreen > *,
  .color-seaweedGreen .color-lg-seaweedGreen > *,
  a.color-seaweedGreen .color-lg-seaweedGreen > * {
    color: #4aaba6;
  }
}

@media (min-width: 1200px) {
  main .color-seaweedGreen .color-xl-seaweedGreen,
  main a.color-seaweedGreen .color-xl-seaweedGreen,
  .color-seaweedGreen .color-xl-seaweedGreen,
  a.color-seaweedGreen .color-xl-seaweedGreen {
    color: #4aaba6;
  }
  main .color-seaweedGreen .color-xl-seaweedGreen > *,
  main a.color-seaweedGreen .color-xl-seaweedGreen > *,
  .color-seaweedGreen .color-xl-seaweedGreen > *,
  a.color-seaweedGreen .color-xl-seaweedGreen > * {
    color: #4aaba6;
  }
}

.btn-seaweedGreen {
  color: #4aaba6;
  background: #fdf9ee;
  border: 1px solid #4aaba6;
}

.btn-seaweedGreen * {
  color: #4aaba6 !important;
}

.btn-seaweedGreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
}

.btn-seaweedGreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedGreen:visited {
  color: #4aaba6;
}

.btn-seaweedGreen.solid {
  color: #fdf9ee !important;
  background: #4aaba6;
}

.btn-seaweedGreen.solid * {
  color: #fdf9ee !important;
}

.btn-seaweedGreen.solid:hover {
  background: #fdf9ee !important;
  color: #4aaba6 !important;
}

.btn-seaweedGreen.solid:hover * {
  color: #4aaba6 !important;
}

.btn-seaweedGreen.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-tropicalTeal,
main a.color-tropicalTeal,
.color-tropicalTeal,
a.color-tropicalTeal {
  color: #96ffde;
}

main .color-tropicalTeal > *,
main a.color-tropicalTeal > *,
.color-tropicalTeal > *,
a.color-tropicalTeal > * {
  color: #96ffde;
}

@media (min-width: 576px) {
  main .color-tropicalTeal .color-sm-tropicalTeal,
  main a.color-tropicalTeal .color-sm-tropicalTeal,
  .color-tropicalTeal .color-sm-tropicalTeal,
  a.color-tropicalTeal .color-sm-tropicalTeal {
    color: #96ffde;
  }
  main .color-tropicalTeal .color-sm-tropicalTeal > *,
  main a.color-tropicalTeal .color-sm-tropicalTeal > *,
  .color-tropicalTeal .color-sm-tropicalTeal > *,
  a.color-tropicalTeal .color-sm-tropicalTeal > * {
    color: #96ffde;
  }
}

@media (min-width: 768px) {
  main .color-tropicalTeal .color-md-tropicalTeal,
  main a.color-tropicalTeal .color-md-tropicalTeal,
  .color-tropicalTeal .color-md-tropicalTeal,
  a.color-tropicalTeal .color-md-tropicalTeal {
    color: #96ffde;
  }
  main .color-tropicalTeal .color-md-tropicalTeal > *,
  main a.color-tropicalTeal .color-md-tropicalTeal > *,
  .color-tropicalTeal .color-md-tropicalTeal > *,
  a.color-tropicalTeal .color-md-tropicalTeal > * {
    color: #96ffde;
  }
}

@media (min-width: 992px) {
  main .color-tropicalTeal .color-lg-tropicalTeal,
  main a.color-tropicalTeal .color-lg-tropicalTeal,
  .color-tropicalTeal .color-lg-tropicalTeal,
  a.color-tropicalTeal .color-lg-tropicalTeal {
    color: #96ffde;
  }
  main .color-tropicalTeal .color-lg-tropicalTeal > *,
  main a.color-tropicalTeal .color-lg-tropicalTeal > *,
  .color-tropicalTeal .color-lg-tropicalTeal > *,
  a.color-tropicalTeal .color-lg-tropicalTeal > * {
    color: #96ffde;
  }
}

@media (min-width: 1200px) {
  main .color-tropicalTeal .color-xl-tropicalTeal,
  main a.color-tropicalTeal .color-xl-tropicalTeal,
  .color-tropicalTeal .color-xl-tropicalTeal,
  a.color-tropicalTeal .color-xl-tropicalTeal {
    color: #96ffde;
  }
  main .color-tropicalTeal .color-xl-tropicalTeal > *,
  main a.color-tropicalTeal .color-xl-tropicalTeal > *,
  .color-tropicalTeal .color-xl-tropicalTeal > *,
  a.color-tropicalTeal .color-xl-tropicalTeal > * {
    color: #96ffde;
  }
}

.btn-tropicalTeal {
  color: #96ffde;
  background: #fdf9ee;
  border: 1px solid #96ffde;
}

.btn-tropicalTeal * {
  color: #96ffde !important;
}

.btn-tropicalTeal:hover {
  background: #96ffde !important;
  color: #fdf9ee !important;
}

.btn-tropicalTeal:hover * {
  color: #fdf9ee !important;
}

.btn-tropicalTeal:visited {
  color: #96ffde;
}

.btn-tropicalTeal.solid {
  color: #fdf9ee !important;
  background: #96ffde;
}

.btn-tropicalTeal.solid * {
  color: #fdf9ee !important;
}

.btn-tropicalTeal.solid:hover {
  background: #fdf9ee !important;
  color: #96ffde !important;
}

.btn-tropicalTeal.solid:hover * {
  color: #96ffde !important;
}

.btn-tropicalTeal.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-earthRed,
main a.color-earthRed,
.color-earthRed,
a.color-earthRed {
  color: #e05d21;
}

main .color-earthRed > *,
main a.color-earthRed > *,
.color-earthRed > *,
a.color-earthRed > * {
  color: #e05d21;
}

@media (min-width: 576px) {
  main .color-earthRed .color-sm-earthRed,
  main a.color-earthRed .color-sm-earthRed,
  .color-earthRed .color-sm-earthRed,
  a.color-earthRed .color-sm-earthRed {
    color: #e05d21;
  }
  main .color-earthRed .color-sm-earthRed > *,
  main a.color-earthRed .color-sm-earthRed > *,
  .color-earthRed .color-sm-earthRed > *,
  a.color-earthRed .color-sm-earthRed > * {
    color: #e05d21;
  }
}

@media (min-width: 768px) {
  main .color-earthRed .color-md-earthRed,
  main a.color-earthRed .color-md-earthRed,
  .color-earthRed .color-md-earthRed,
  a.color-earthRed .color-md-earthRed {
    color: #e05d21;
  }
  main .color-earthRed .color-md-earthRed > *,
  main a.color-earthRed .color-md-earthRed > *,
  .color-earthRed .color-md-earthRed > *,
  a.color-earthRed .color-md-earthRed > * {
    color: #e05d21;
  }
}

@media (min-width: 992px) {
  main .color-earthRed .color-lg-earthRed,
  main a.color-earthRed .color-lg-earthRed,
  .color-earthRed .color-lg-earthRed,
  a.color-earthRed .color-lg-earthRed {
    color: #e05d21;
  }
  main .color-earthRed .color-lg-earthRed > *,
  main a.color-earthRed .color-lg-earthRed > *,
  .color-earthRed .color-lg-earthRed > *,
  a.color-earthRed .color-lg-earthRed > * {
    color: #e05d21;
  }
}

@media (min-width: 1200px) {
  main .color-earthRed .color-xl-earthRed,
  main a.color-earthRed .color-xl-earthRed,
  .color-earthRed .color-xl-earthRed,
  a.color-earthRed .color-xl-earthRed {
    color: #e05d21;
  }
  main .color-earthRed .color-xl-earthRed > *,
  main a.color-earthRed .color-xl-earthRed > *,
  .color-earthRed .color-xl-earthRed > *,
  a.color-earthRed .color-xl-earthRed > * {
    color: #e05d21;
  }
}

.btn-earthRed {
  color: #e05d21;
  background: #fdf9ee;
  border: 1px solid #e05d21;
}

.btn-earthRed * {
  color: #e05d21 !important;
}

.btn-earthRed:hover {
  background: #e05d21 !important;
  color: #fdf9ee !important;
}

.btn-earthRed:hover * {
  color: #fdf9ee !important;
}

.btn-earthRed:visited {
  color: #e05d21;
}

.btn-earthRed.solid {
  color: #fdf9ee !important;
  background: #e05d21;
}

.btn-earthRed.solid * {
  color: #fdf9ee !important;
}

.btn-earthRed.solid:hover {
  background: #fdf9ee !important;
  color: #e05d21 !important;
}

.btn-earthRed.solid:hover * {
  color: #e05d21 !important;
}

.btn-earthRed.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-salmonPink,
main a.color-salmonPink,
.color-salmonPink,
a.color-salmonPink {
  color: #f1c8cd;
}

main .color-salmonPink > *,
main a.color-salmonPink > *,
.color-salmonPink > *,
a.color-salmonPink > * {
  color: #f1c8cd;
}

@media (min-width: 576px) {
  main .color-salmonPink .color-sm-salmonPink,
  main a.color-salmonPink .color-sm-salmonPink,
  .color-salmonPink .color-sm-salmonPink,
  a.color-salmonPink .color-sm-salmonPink {
    color: #f1c8cd;
  }
  main .color-salmonPink .color-sm-salmonPink > *,
  main a.color-salmonPink .color-sm-salmonPink > *,
  .color-salmonPink .color-sm-salmonPink > *,
  a.color-salmonPink .color-sm-salmonPink > * {
    color: #f1c8cd;
  }
}

@media (min-width: 768px) {
  main .color-salmonPink .color-md-salmonPink,
  main a.color-salmonPink .color-md-salmonPink,
  .color-salmonPink .color-md-salmonPink,
  a.color-salmonPink .color-md-salmonPink {
    color: #f1c8cd;
  }
  main .color-salmonPink .color-md-salmonPink > *,
  main a.color-salmonPink .color-md-salmonPink > *,
  .color-salmonPink .color-md-salmonPink > *,
  a.color-salmonPink .color-md-salmonPink > * {
    color: #f1c8cd;
  }
}

@media (min-width: 992px) {
  main .color-salmonPink .color-lg-salmonPink,
  main a.color-salmonPink .color-lg-salmonPink,
  .color-salmonPink .color-lg-salmonPink,
  a.color-salmonPink .color-lg-salmonPink {
    color: #f1c8cd;
  }
  main .color-salmonPink .color-lg-salmonPink > *,
  main a.color-salmonPink .color-lg-salmonPink > *,
  .color-salmonPink .color-lg-salmonPink > *,
  a.color-salmonPink .color-lg-salmonPink > * {
    color: #f1c8cd;
  }
}

@media (min-width: 1200px) {
  main .color-salmonPink .color-xl-salmonPink,
  main a.color-salmonPink .color-xl-salmonPink,
  .color-salmonPink .color-xl-salmonPink,
  a.color-salmonPink .color-xl-salmonPink {
    color: #f1c8cd;
  }
  main .color-salmonPink .color-xl-salmonPink > *,
  main a.color-salmonPink .color-xl-salmonPink > *,
  .color-salmonPink .color-xl-salmonPink > *,
  a.color-salmonPink .color-xl-salmonPink > * {
    color: #f1c8cd;
  }
}

.btn-salmonPink {
  color: #f1c8cd;
  background: #fdf9ee;
  border: 1px solid #f1c8cd;
}

.btn-salmonPink * {
  color: #f1c8cd !important;
}

.btn-salmonPink:hover {
  background: #f1c8cd !important;
  color: #fdf9ee !important;
}

.btn-salmonPink:hover * {
  color: #fdf9ee !important;
}

.btn-salmonPink:visited {
  color: #f1c8cd;
}

.btn-salmonPink.solid {
  color: #fdf9ee !important;
  background: #f1c8cd;
}

.btn-salmonPink.solid * {
  color: #fdf9ee !important;
}

.btn-salmonPink.solid:hover {
  background: #fdf9ee !important;
  color: #f1c8cd !important;
}

.btn-salmonPink.solid:hover * {
  color: #f1c8cd !important;
}

.btn-salmonPink.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-skyBlue,
main a.color-skyBlue,
.color-skyBlue,
a.color-skyBlue {
  color: #bad4ed;
}

main .color-skyBlue > *,
main a.color-skyBlue > *,
.color-skyBlue > *,
a.color-skyBlue > * {
  color: #bad4ed;
}

@media (min-width: 576px) {
  main .color-skyBlue .color-sm-skyBlue,
  main a.color-skyBlue .color-sm-skyBlue,
  .color-skyBlue .color-sm-skyBlue,
  a.color-skyBlue .color-sm-skyBlue {
    color: #bad4ed;
  }
  main .color-skyBlue .color-sm-skyBlue > *,
  main a.color-skyBlue .color-sm-skyBlue > *,
  .color-skyBlue .color-sm-skyBlue > *,
  a.color-skyBlue .color-sm-skyBlue > * {
    color: #bad4ed;
  }
}

@media (min-width: 768px) {
  main .color-skyBlue .color-md-skyBlue,
  main a.color-skyBlue .color-md-skyBlue,
  .color-skyBlue .color-md-skyBlue,
  a.color-skyBlue .color-md-skyBlue {
    color: #bad4ed;
  }
  main .color-skyBlue .color-md-skyBlue > *,
  main a.color-skyBlue .color-md-skyBlue > *,
  .color-skyBlue .color-md-skyBlue > *,
  a.color-skyBlue .color-md-skyBlue > * {
    color: #bad4ed;
  }
}

@media (min-width: 992px) {
  main .color-skyBlue .color-lg-skyBlue,
  main a.color-skyBlue .color-lg-skyBlue,
  .color-skyBlue .color-lg-skyBlue,
  a.color-skyBlue .color-lg-skyBlue {
    color: #bad4ed;
  }
  main .color-skyBlue .color-lg-skyBlue > *,
  main a.color-skyBlue .color-lg-skyBlue > *,
  .color-skyBlue .color-lg-skyBlue > *,
  a.color-skyBlue .color-lg-skyBlue > * {
    color: #bad4ed;
  }
}

@media (min-width: 1200px) {
  main .color-skyBlue .color-xl-skyBlue,
  main a.color-skyBlue .color-xl-skyBlue,
  .color-skyBlue .color-xl-skyBlue,
  a.color-skyBlue .color-xl-skyBlue {
    color: #bad4ed;
  }
  main .color-skyBlue .color-xl-skyBlue > *,
  main a.color-skyBlue .color-xl-skyBlue > *,
  .color-skyBlue .color-xl-skyBlue > *,
  a.color-skyBlue .color-xl-skyBlue > * {
    color: #bad4ed;
  }
}

.btn-skyBlue {
  color: #bad4ed;
  background: #fdf9ee;
  border: 1px solid #bad4ed;
}

.btn-skyBlue * {
  color: #bad4ed !important;
}

.btn-skyBlue:hover {
  background: #bad4ed !important;
  color: #fdf9ee !important;
}

.btn-skyBlue:hover * {
  color: #fdf9ee !important;
}

.btn-skyBlue:visited {
  color: #bad4ed;
}

.btn-skyBlue.solid {
  color: #fdf9ee !important;
  background: #bad4ed;
}

.btn-skyBlue.solid * {
  color: #fdf9ee !important;
}

.btn-skyBlue.solid:hover {
  background: #fdf9ee !important;
  color: #bad4ed !important;
}

.btn-skyBlue.solid:hover * {
  color: #bad4ed !important;
}

.btn-skyBlue.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

main .color-sandWhite,
main a.color-sandWhite,
.color-sandWhite,
a.color-sandWhite {
  color: #fdf9ee;
}

main .color-sandWhite > *,
main a.color-sandWhite > *,
.color-sandWhite > *,
a.color-sandWhite > * {
  color: #fdf9ee;
}

@media (min-width: 576px) {
  main .color-sandWhite .color-sm-sandWhite,
  main a.color-sandWhite .color-sm-sandWhite,
  .color-sandWhite .color-sm-sandWhite,
  a.color-sandWhite .color-sm-sandWhite {
    color: #fdf9ee;
  }
  main .color-sandWhite .color-sm-sandWhite > *,
  main a.color-sandWhite .color-sm-sandWhite > *,
  .color-sandWhite .color-sm-sandWhite > *,
  a.color-sandWhite .color-sm-sandWhite > * {
    color: #fdf9ee;
  }
}

@media (min-width: 768px) {
  main .color-sandWhite .color-md-sandWhite,
  main a.color-sandWhite .color-md-sandWhite,
  .color-sandWhite .color-md-sandWhite,
  a.color-sandWhite .color-md-sandWhite {
    color: #fdf9ee;
  }
  main .color-sandWhite .color-md-sandWhite > *,
  main a.color-sandWhite .color-md-sandWhite > *,
  .color-sandWhite .color-md-sandWhite > *,
  a.color-sandWhite .color-md-sandWhite > * {
    color: #fdf9ee;
  }
}

@media (min-width: 992px) {
  main .color-sandWhite .color-lg-sandWhite,
  main a.color-sandWhite .color-lg-sandWhite,
  .color-sandWhite .color-lg-sandWhite,
  a.color-sandWhite .color-lg-sandWhite {
    color: #fdf9ee;
  }
  main .color-sandWhite .color-lg-sandWhite > *,
  main a.color-sandWhite .color-lg-sandWhite > *,
  .color-sandWhite .color-lg-sandWhite > *,
  a.color-sandWhite .color-lg-sandWhite > * {
    color: #fdf9ee;
  }
}

@media (min-width: 1200px) {
  main .color-sandWhite .color-xl-sandWhite,
  main a.color-sandWhite .color-xl-sandWhite,
  .color-sandWhite .color-xl-sandWhite,
  a.color-sandWhite .color-xl-sandWhite {
    color: #fdf9ee;
  }
  main .color-sandWhite .color-xl-sandWhite > *,
  main a.color-sandWhite .color-xl-sandWhite > *,
  .color-sandWhite .color-xl-sandWhite > *,
  a.color-sandWhite .color-xl-sandWhite > * {
    color: #fdf9ee;
  }
}

.btn-sandWhite {
  color: #fdf9ee;
  background: #fdf9ee;
  border: 1px solid #fdf9ee;
}

.btn-sandWhite * {
  color: #fdf9ee !important;
}

.btn-sandWhite:hover {
  background: #fdf9ee !important;
  color: #fdf9ee !important;
}

.btn-sandWhite:hover * {
  color: #fdf9ee !important;
}

.btn-sandWhite:visited {
  color: #fdf9ee;
}

.btn-sandWhite.solid {
  color: #fdf9ee !important;
  background: #fdf9ee;
}

.btn-sandWhite.solid * {
  color: #fdf9ee !important;
}

.btn-sandWhite.solid:hover {
  background: #fdf9ee !important;
  color: #fdf9ee !important;
}

.btn-sandWhite.solid:hover * {
  color: #fdf9ee !important;
}

.btn-sandWhite.solid:visited {
  color: #fdf9ee;
}

.btn-yellow {
  color: #383a3e;
  border: 1px solid #383a3e;
}

.btn-yellow * {
  color: #383a3e !important;
}

.btn-yellow:hover {
  background: #dfda0d !important;
  color: #383a3e !important;
  border: 1px solid #dfda0d;
}

.btn-yellow:hover * {
  color: #383a3e !important;
}

.btn-yellow:visited {
  color: #383a3e;
}

.btn-yellow.solid {
  color: black;
  background: #dfda0d;
  border: 1px solid #dfda0d;
}

.btn-yellow.solid * {
  color: #383a3e !important;
}

.btn-yellow.solid:hover {
  background: #fdf9ee !important;
  color: #dfda0d !important;
  border: 1px solid #383a3e;
}

.btn-yellow.solid:hover * {
  color: #383a3e !important;
}

.btn-yellow.solid:visited {
  color: black;
}

.btn-seaweedgreen {
  color: #4aaba6;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen * {
  color: #4aaba6 !important;
}

.btn-seaweedgreen:hover {
  background: #4aaba6 !important;
  color: #fdf9ee !important;
  font-family: "Canela-Bold";
  border: 1px solid #4aaba6;
}

.btn-seaweedgreen:hover * {
  color: #fdf9ee !important;
}

.btn-seaweedgreen:visited {
  color: #383a3e;
}

.btn-oceanblue {
  color: #30347e;
  border: 1px solid #bad4ed;
}

.btn-oceanblue * {
  color: #30347e !important;
}

.btn-oceanblue:hover {
  background: #bad4ed !important;
  color: #30347e !important;
  border: 1px solid #30347e;
}

.btn-oceanblue:hover * {
  color: #30347e !important;
}

.btn-oceanblue:visited {
  color: #383a3e;
}

.bg-gray-100 {
  background: #aaa !important;
}

a.bg-gray-100 {
  border: 3px solid #aaa;
}

a:not(.url).bg-gray-100:hover {
  border: 3px solid #aaa;
  color: #aaa !important;
}

a:not(.url).bg-gray-100:hover * {
  color: #aaa !important;
}

a.color-gray-100:hover {
  background: #aaa !important;
}

@media (min-width: 576px) {
  .bg-sm-gray-100 {
    background: #aaa !important;
  }
}

@media (min-width: 768px) {
  .bg-md-gray-100 {
    background: #aaa !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-gray-100 {
    background: #aaa !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-gray-100 {
    background: #aaa !important;
  }
}

.content-gray-100 * {
  color: #aaa;
}

.content-gray-100 .btn {
  background: #aaa;
  border: 2px solid #aaa;
  color: transparent;
}

.content-gray-100 .btn:hover {
  background: transparent;
  color: #aaa;
}

.content-gray-100 .btn:hover * {
  color: #aaa;
}

.hover-gray-100:hover {
  color: #aaa !important;
}

.hover-gray-100:hover * {
  color: #aaa !important;
}

.active-gray-100:active {
  color: #aaa !important;
  font-weight: bold;
}

.bg-gray-dark {
  background: #383a3e !important;
}

a.bg-gray-dark {
  border: 3px solid #383a3e;
}

a:not(.url).bg-gray-dark:hover {
  border: 3px solid #383a3e;
  color: #383a3e !important;
}

a:not(.url).bg-gray-dark:hover * {
  color: #383a3e !important;
}

a.color-gray-dark:hover {
  background: #383a3e !important;
}

@media (min-width: 576px) {
  .bg-sm-gray-dark {
    background: #383a3e !important;
  }
}

@media (min-width: 768px) {
  .bg-md-gray-dark {
    background: #383a3e !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-gray-dark {
    background: #383a3e !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-gray-dark {
    background: #383a3e !important;
  }
}

.content-gray-dark * {
  color: #383a3e;
}

.content-gray-dark .btn {
  background: #383a3e;
  border: 2px solid #383a3e;
  color: transparent;
}

.content-gray-dark .btn:hover {
  background: transparent;
  color: #383a3e;
}

.content-gray-dark .btn:hover * {
  color: #383a3e;
}

.hover-gray-dark:hover {
  color: #383a3e !important;
}

.hover-gray-dark:hover * {
  color: #383a3e !important;
}

.active-gray-dark:active {
  color: #383a3e !important;
  font-weight: bold;
}

.bg-gray-medium {
  background: #58595b !important;
}

a.bg-gray-medium {
  border: 3px solid #58595b;
}

a:not(.url).bg-gray-medium:hover {
  border: 3px solid #58595b;
  color: #58595b !important;
}

a:not(.url).bg-gray-medium:hover * {
  color: #58595b !important;
}

a.color-gray-medium:hover {
  background: #58595b !important;
}

@media (min-width: 576px) {
  .bg-sm-gray-medium {
    background: #58595b !important;
  }
}

@media (min-width: 768px) {
  .bg-md-gray-medium {
    background: #58595b !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-gray-medium {
    background: #58595b !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-gray-medium {
    background: #58595b !important;
  }
}

.content-gray-medium * {
  color: #58595b;
}

.content-gray-medium .btn {
  background: #58595b;
  border: 2px solid #58595b;
  color: transparent;
}

.content-gray-medium .btn:hover {
  background: transparent;
  color: #58595b;
}

.content-gray-medium .btn:hover * {
  color: #58595b;
}

.hover-gray-medium:hover {
  color: #58595b !important;
}

.hover-gray-medium:hover * {
  color: #58595b !important;
}

.active-gray-medium:active {
  color: #58595b !important;
  font-weight: bold;
}

.bg-gray-light {
  background: #e1e1e2 !important;
}

a.bg-gray-light {
  border: 3px solid #e1e1e2;
}

a:not(.url).bg-gray-light:hover {
  border: 3px solid #e1e1e2;
  color: #e1e1e2 !important;
}

a:not(.url).bg-gray-light:hover * {
  color: #e1e1e2 !important;
}

a.color-gray-light:hover {
  background: #e1e1e2 !important;
}

@media (min-width: 576px) {
  .bg-sm-gray-light {
    background: #e1e1e2 !important;
  }
}

@media (min-width: 768px) {
  .bg-md-gray-light {
    background: #e1e1e2 !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-gray-light {
    background: #e1e1e2 !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-gray-light {
    background: #e1e1e2 !important;
  }
}

.content-gray-light * {
  color: #e1e1e2;
}

.content-gray-light .btn {
  background: #e1e1e2;
  border: 2px solid #e1e1e2;
  color: transparent;
}

.content-gray-light .btn:hover {
  background: transparent;
  color: #e1e1e2;
}

.content-gray-light .btn:hover * {
  color: #e1e1e2;
}

.hover-gray-light:hover {
  color: #e1e1e2 !important;
}

.hover-gray-light:hover * {
  color: #e1e1e2 !important;
}

.active-gray-light:active {
  color: #e1e1e2 !important;
  font-weight: bold;
}

.bg-white {
  background: #fdf9ee !important;
}

a.bg-white {
  border: 3px solid #fdf9ee;
}

a:not(.url).bg-white:hover {
  border: 3px solid #fdf9ee;
  color: #fdf9ee !important;
}

a:not(.url).bg-white:hover * {
  color: #fdf9ee !important;
}

a.color-white:hover {
  background: #fdf9ee !important;
}

@media (min-width: 576px) {
  .bg-sm-white {
    background: #fdf9ee !important;
  }
}

@media (min-width: 768px) {
  .bg-md-white {
    background: #fdf9ee !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-white {
    background: #fdf9ee !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-white {
    background: #fdf9ee !important;
  }
}

.content-white * {
  color: #fdf9ee;
}

.content-white .btn {
  background: #fdf9ee;
  border: 2px solid #fdf9ee;
  color: transparent;
}

.content-white .btn:hover {
  background: transparent;
  color: #fdf9ee;
}

.content-white .btn:hover * {
  color: #fdf9ee;
}

.hover-white:hover {
  color: #fdf9ee !important;
}

.hover-white:hover * {
  color: #fdf9ee !important;
}

.active-white:active {
  color: #fdf9ee !important;
  font-weight: bold;
}

.bg-black {
  background: #383a3e !important;
}

a.bg-black {
  border: 3px solid #383a3e;
}

a:not(.url).bg-black:hover {
  border: 3px solid #383a3e;
  color: #383a3e !important;
}

a:not(.url).bg-black:hover * {
  color: #383a3e !important;
}

a.color-black:hover {
  background: #383a3e !important;
}

@media (min-width: 576px) {
  .bg-sm-black {
    background: #383a3e !important;
  }
}

@media (min-width: 768px) {
  .bg-md-black {
    background: #383a3e !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-black {
    background: #383a3e !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-black {
    background: #383a3e !important;
  }
}

.content-black * {
  color: #383a3e;
}

.content-black .btn {
  background: #383a3e;
  border: 2px solid #383a3e;
  color: transparent;
}

.content-black .btn:hover {
  background: transparent;
  color: #383a3e;
}

.content-black .btn:hover * {
  color: #383a3e;
}

.hover-black:hover {
  color: #383a3e !important;
}

.hover-black:hover * {
  color: #383a3e !important;
}

.active-black:active {
  color: #383a3e !important;
  font-weight: bold;
}

.bg-blue-dark {
  background: #00467f !important;
}

a.bg-blue-dark {
  border: 3px solid #00467f;
}

a:not(.url).bg-blue-dark:hover {
  border: 3px solid #00467f;
  color: #00467f !important;
}

a:not(.url).bg-blue-dark:hover * {
  color: #00467f !important;
}

a.color-blue-dark:hover {
  background: #00467f !important;
}

@media (min-width: 576px) {
  .bg-sm-blue-dark {
    background: #00467f !important;
  }
}

@media (min-width: 768px) {
  .bg-md-blue-dark {
    background: #00467f !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-blue-dark {
    background: #00467f !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-blue-dark {
    background: #00467f !important;
  }
}

.content-blue-dark * {
  color: #00467f;
}

.content-blue-dark .btn {
  background: #00467f;
  border: 2px solid #00467f;
  color: transparent;
}

.content-blue-dark .btn:hover {
  background: transparent;
  color: #00467f;
}

.content-blue-dark .btn:hover * {
  color: #00467f;
}

.hover-blue-dark:hover {
  color: #00467f !important;
}

.hover-blue-dark:hover * {
  color: #00467f !important;
}

.active-blue-dark:active {
  color: #00467f !important;
  font-weight: bold;
}

.bg-blue-light {
  background: #56a0d3 !important;
}

a.bg-blue-light {
  border: 3px solid #56a0d3;
}

a:not(.url).bg-blue-light:hover {
  border: 3px solid #56a0d3;
  color: #56a0d3 !important;
}

a:not(.url).bg-blue-light:hover * {
  color: #56a0d3 !important;
}

a.color-blue-light:hover {
  background: #56a0d3 !important;
}

@media (min-width: 576px) {
  .bg-sm-blue-light {
    background: #56a0d3 !important;
  }
}

@media (min-width: 768px) {
  .bg-md-blue-light {
    background: #56a0d3 !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-blue-light {
    background: #56a0d3 !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-blue-light {
    background: #56a0d3 !important;
  }
}

.content-blue-light * {
  color: #56a0d3;
}

.content-blue-light .btn {
  background: #56a0d3;
  border: 2px solid #56a0d3;
  color: transparent;
}

.content-blue-light .btn:hover {
  background: transparent;
  color: #56a0d3;
}

.content-blue-light .btn:hover * {
  color: #56a0d3;
}

.hover-blue-light:hover {
  color: #56a0d3 !important;
}

.hover-blue-light:hover * {
  color: #56a0d3 !important;
}

.active-blue-light:active {
  color: #56a0d3 !important;
  font-weight: bold;
}

.bg-blue-link {
  background: #00aeef !important;
}

a.bg-blue-link {
  border: 3px solid #00aeef;
}

a:not(.url).bg-blue-link:hover {
  border: 3px solid #00aeef;
  color: #00aeef !important;
}

a:not(.url).bg-blue-link:hover * {
  color: #00aeef !important;
}

a.color-blue-link:hover {
  background: #00aeef !important;
}

@media (min-width: 576px) {
  .bg-sm-blue-link {
    background: #00aeef !important;
  }
}

@media (min-width: 768px) {
  .bg-md-blue-link {
    background: #00aeef !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-blue-link {
    background: #00aeef !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-blue-link {
    background: #00aeef !important;
  }
}

.content-blue-link * {
  color: #00aeef;
}

.content-blue-link .btn {
  background: #00aeef;
  border: 2px solid #00aeef;
  color: transparent;
}

.content-blue-link .btn:hover {
  background: transparent;
  color: #00aeef;
}

.content-blue-link .btn:hover * {
  color: #00aeef;
}

.hover-blue-link:hover {
  color: #00aeef !important;
}

.hover-blue-link:hover * {
  color: #00aeef !important;
}

.active-blue-link:active {
  color: #00aeef !important;
  font-weight: bold;
}

.bg-red {
  background: #f1583e !important;
}

a.bg-red {
  border: 3px solid #f1583e;
}

a:not(.url).bg-red:hover {
  border: 3px solid #f1583e;
  color: #f1583e !important;
}

a:not(.url).bg-red:hover * {
  color: #f1583e !important;
}

a.color-red:hover {
  background: #f1583e !important;
}

@media (min-width: 576px) {
  .bg-sm-red {
    background: #f1583e !important;
  }
}

@media (min-width: 768px) {
  .bg-md-red {
    background: #f1583e !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-red {
    background: #f1583e !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-red {
    background: #f1583e !important;
  }
}

.content-red * {
  color: #f1583e;
}

.content-red .btn {
  background: #f1583e;
  border: 2px solid #f1583e;
  color: transparent;
}

.content-red .btn:hover {
  background: transparent;
  color: #f1583e;
}

.content-red .btn:hover * {
  color: #f1583e;
}

.hover-red:hover {
  color: #f1583e !important;
}

.hover-red:hover * {
  color: #f1583e !important;
}

.active-red:active {
  color: #f1583e !important;
  font-weight: bold;
}

.bg-orange {
  background: #f26952 !important;
}

a.bg-orange {
  border: 3px solid #f26952;
}

a:not(.url).bg-orange:hover {
  border: 3px solid #f26952;
  color: #f26952 !important;
}

a:not(.url).bg-orange:hover * {
  color: #f26952 !important;
}

a.color-orange:hover {
  background: #f26952 !important;
}

@media (min-width: 576px) {
  .bg-sm-orange {
    background: #f26952 !important;
  }
}

@media (min-width: 768px) {
  .bg-md-orange {
    background: #f26952 !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-orange {
    background: #f26952 !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-orange {
    background: #f26952 !important;
  }
}

.content-orange * {
  color: #f26952;
}

.content-orange .btn {
  background: #f26952;
  border: 2px solid #f26952;
  color: transparent;
}

.content-orange .btn:hover {
  background: transparent;
  color: #f26952;
}

.content-orange .btn:hover * {
  color: #f26952;
}

.hover-orange:hover {
  color: #f26952 !important;
}

.hover-orange:hover * {
  color: #f26952 !important;
}

.active-orange:active {
  color: #f26952 !important;
  font-weight: bold;
}

.bg-bred {
  background: #ed1941 !important;
}

a.bg-bred {
  border: 3px solid #ed1941;
}

a:not(.url).bg-bred:hover {
  border: 3px solid #ed1941;
  color: #ed1941 !important;
}

a:not(.url).bg-bred:hover * {
  color: #ed1941 !important;
}

a.color-bred:hover {
  background: #ed1941 !important;
}

@media (min-width: 576px) {
  .bg-sm-bred {
    background: #ed1941 !important;
  }
}

@media (min-width: 768px) {
  .bg-md-bred {
    background: #ed1941 !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-bred {
    background: #ed1941 !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-bred {
    background: #ed1941 !important;
  }
}

.content-bred * {
  color: #ed1941;
}

.content-bred .btn {
  background: #ed1941;
  border: 2px solid #ed1941;
  color: transparent;
}

.content-bred .btn:hover {
  background: transparent;
  color: #ed1941;
}

.content-bred .btn:hover * {
  color: #ed1941;
}

.hover-bred:hover {
  color: #ed1941 !important;
}

.hover-bred:hover * {
  color: #ed1941 !important;
}

.active-bred:active {
  color: #ed1941 !important;
  font-weight: bold;
}

.bg-yellow {
  background: #dfda0d !important;
}

a.bg-yellow {
  border: 3px solid #dfda0d;
}

a:not(.url).bg-yellow:hover {
  border: 3px solid #dfda0d;
  color: #dfda0d !important;
}

a:not(.url).bg-yellow:hover * {
  color: #dfda0d !important;
}

a.color-yellow:hover {
  background: #dfda0d !important;
}

@media (min-width: 576px) {
  .bg-sm-yellow {
    background: #dfda0d !important;
  }
}

@media (min-width: 768px) {
  .bg-md-yellow {
    background: #dfda0d !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-yellow {
    background: #dfda0d !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-yellow {
    background: #dfda0d !important;
  }
}

.content-yellow * {
  color: #dfda0d;
}

.content-yellow .btn {
  background: #dfda0d;
  border: 2px solid #dfda0d;
  color: transparent;
}

.content-yellow .btn:hover {
  background: transparent;
  color: #dfda0d;
}

.content-yellow .btn:hover * {
  color: #dfda0d;
}

.hover-yellow:hover {
  color: #dfda0d !important;
}

.hover-yellow:hover * {
  color: #dfda0d !important;
}

.active-yellow:active {
  color: #dfda0d !important;
  font-weight: bold;
}

.bg-pink {
  background: #bc296a !important;
}

a.bg-pink {
  border: 3px solid #bc296a;
}

a:not(.url).bg-pink:hover {
  border: 3px solid #bc296a;
  color: #bc296a !important;
}

a:not(.url).bg-pink:hover * {
  color: #bc296a !important;
}

a.color-pink:hover {
  background: #bc296a !important;
}

@media (min-width: 576px) {
  .bg-sm-pink {
    background: #bc296a !important;
  }
}

@media (min-width: 768px) {
  .bg-md-pink {
    background: #bc296a !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-pink {
    background: #bc296a !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-pink {
    background: #bc296a !important;
  }
}

.content-pink * {
  color: #bc296a;
}

.content-pink .btn {
  background: #bc296a;
  border: 2px solid #bc296a;
  color: transparent;
}

.content-pink .btn:hover {
  background: transparent;
  color: #bc296a;
}

.content-pink .btn:hover * {
  color: #bc296a;
}

.hover-pink:hover {
  color: #bc296a !important;
}

.hover-pink:hover * {
  color: #bc296a !important;
}

.active-pink:active {
  color: #bc296a !important;
  font-weight: bold;
}

.bg-seashell {
  background: #fff4ee !important;
}

a.bg-seashell {
  border: 3px solid #fff4ee;
}

a:not(.url).bg-seashell:hover {
  border: 3px solid #fff4ee;
  color: #fff4ee !important;
}

a:not(.url).bg-seashell:hover * {
  color: #fff4ee !important;
}

a.color-seashell:hover {
  background: #fff4ee !important;
}

@media (min-width: 576px) {
  .bg-sm-seashell {
    background: #fff4ee !important;
  }
}

@media (min-width: 768px) {
  .bg-md-seashell {
    background: #fff4ee !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-seashell {
    background: #fff4ee !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-seashell {
    background: #fff4ee !important;
  }
}

.content-seashell * {
  color: #fff4ee;
}

.content-seashell .btn {
  background: #fff4ee;
  border: 2px solid #fff4ee;
  color: transparent;
}

.content-seashell .btn:hover {
  background: transparent;
  color: #fff4ee;
}

.content-seashell .btn:hover * {
  color: #fff4ee;
}

.hover-seashell:hover {
  color: #fff4ee !important;
}

.hover-seashell:hover * {
  color: #fff4ee !important;
}

.active-seashell:active {
  color: #fff4ee !important;
  font-weight: bold;
}

.bg-alice {
  background: #F0F8FF !important;
}

a.bg-alice {
  border: 3px solid #F0F8FF;
}

a:not(.url).bg-alice:hover {
  border: 3px solid #F0F8FF;
  color: #F0F8FF !important;
}

a:not(.url).bg-alice:hover * {
  color: #F0F8FF !important;
}

a.color-alice:hover {
  background: #F0F8FF !important;
}

@media (min-width: 576px) {
  .bg-sm-alice {
    background: #F0F8FF !important;
  }
}

@media (min-width: 768px) {
  .bg-md-alice {
    background: #F0F8FF !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-alice {
    background: #F0F8FF !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-alice {
    background: #F0F8FF !important;
  }
}

.content-alice * {
  color: #F0F8FF;
}

.content-alice .btn {
  background: #F0F8FF;
  border: 2px solid #F0F8FF;
  color: transparent;
}

.content-alice .btn:hover {
  background: transparent;
  color: #F0F8FF;
}

.content-alice .btn:hover * {
  color: #F0F8FF;
}

.hover-alice:hover {
  color: #F0F8FF !important;
}

.hover-alice:hover * {
  color: #F0F8FF !important;
}

.active-alice:active {
  color: #F0F8FF !important;
  font-weight: bold;
}

.bg-transparent {
  background: transparent !important;
}

a.bg-transparent {
  border: 3px solid transparent;
}

a:not(.url).bg-transparent:hover {
  border: 3px solid transparent;
  color: transparent !important;
}

a:not(.url).bg-transparent:hover * {
  color: transparent !important;
}

a.color-transparent:hover {
  background: transparent !important;
}

@media (min-width: 576px) {
  .bg-sm-transparent {
    background: transparent !important;
  }
}

@media (min-width: 768px) {
  .bg-md-transparent {
    background: transparent !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-transparent {
    background: transparent !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-transparent {
    background: transparent !important;
  }
}

.content-transparent * {
  color: transparent;
}

.content-transparent .btn {
  background: transparent;
  border: 2px solid transparent;
  color: transparent;
}

.content-transparent .btn:hover {
  background: transparent;
  color: transparent;
}

.content-transparent .btn:hover * {
  color: transparent;
}

.hover-transparent:hover {
  color: transparent !important;
}

.hover-transparent:hover * {
  color: transparent !important;
}

.active-transparent:active {
  color: transparent !important;
  font-weight: bold;
}

.bg-homePrimary {
  background: #30347e !important;
}

a.bg-homePrimary {
  border: 3px solid #30347e;
}

a:not(.url).bg-homePrimary:hover {
  border: 3px solid #30347e;
  color: #30347e !important;
}

a:not(.url).bg-homePrimary:hover * {
  color: #30347e !important;
}

a.color-homePrimary:hover {
  background: #30347e !important;
}

@media (min-width: 576px) {
  .bg-sm-homePrimary {
    background: #30347e !important;
  }
}

@media (min-width: 768px) {
  .bg-md-homePrimary {
    background: #30347e !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-homePrimary {
    background: #30347e !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-homePrimary {
    background: #30347e !important;
  }
}

.content-homePrimary * {
  color: #30347e;
}

.content-homePrimary .btn {
  background: #30347e;
  border: 2px solid #30347e;
  color: transparent;
}

.content-homePrimary .btn:hover {
  background: transparent;
  color: #30347e;
}

.content-homePrimary .btn:hover * {
  color: #30347e;
}

.hover-homePrimary:hover {
  color: #30347e !important;
}

.hover-homePrimary:hover * {
  color: #30347e !important;
}

.active-homePrimary:active {
  color: #30347e !important;
  font-weight: bold;
}

.bg-corpPrimary {
  background: #4aaba6 !important;
}

a.bg-corpPrimary {
  border: 3px solid #4aaba6;
}

a:not(.url).bg-corpPrimary:hover {
  border: 3px solid #4aaba6;
  color: #4aaba6 !important;
}

a:not(.url).bg-corpPrimary:hover * {
  color: #4aaba6 !important;
}

a.color-corpPrimary:hover {
  background: #4aaba6 !important;
}

@media (min-width: 576px) {
  .bg-sm-corpPrimary {
    background: #4aaba6 !important;
  }
}

@media (min-width: 768px) {
  .bg-md-corpPrimary {
    background: #4aaba6 !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-corpPrimary {
    background: #4aaba6 !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-corpPrimary {
    background: #4aaba6 !important;
  }
}

.content-corpPrimary * {
  color: #4aaba6;
}

.content-corpPrimary .btn {
  background: #4aaba6;
  border: 2px solid #4aaba6;
  color: transparent;
}

.content-corpPrimary .btn:hover {
  background: transparent;
  color: #4aaba6;
}

.content-corpPrimary .btn:hover * {
  color: #4aaba6;
}

.hover-corpPrimary:hover {
  color: #4aaba6 !important;
}

.hover-corpPrimary:hover * {
  color: #4aaba6 !important;
}

.active-corpPrimary:active {
  color: #4aaba6 !important;
  font-weight: bold;
}

.bg-sssPrimary {
  background: #e05d21 !important;
}

a.bg-sssPrimary {
  border: 3px solid #e05d21;
}

a:not(.url).bg-sssPrimary:hover {
  border: 3px solid #e05d21;
  color: #e05d21 !important;
}

a:not(.url).bg-sssPrimary:hover * {
  color: #e05d21 !important;
}

a.color-sssPrimary:hover {
  background: #e05d21 !important;
}

@media (min-width: 576px) {
  .bg-sm-sssPrimary {
    background: #e05d21 !important;
  }
}

@media (min-width: 768px) {
  .bg-md-sssPrimary {
    background: #e05d21 !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-sssPrimary {
    background: #e05d21 !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-sssPrimary {
    background: #e05d21 !important;
  }
}

.content-sssPrimary * {
  color: #e05d21;
}

.content-sssPrimary .btn {
  background: #e05d21;
  border: 2px solid #e05d21;
  color: transparent;
}

.content-sssPrimary .btn:hover {
  background: transparent;
  color: #e05d21;
}

.content-sssPrimary .btn:hover * {
  color: #e05d21;
}

.hover-sssPrimary:hover {
  color: #e05d21 !important;
}

.hover-sssPrimary:hover * {
  color: #e05d21 !important;
}

.active-sssPrimary:active {
  color: #e05d21 !important;
  font-weight: bold;
}

.bg-stPrimary {
  background: #bad4ed !important;
}

a.bg-stPrimary {
  border: 3px solid #bad4ed;
}

a:not(.url).bg-stPrimary:hover {
  border: 3px solid #bad4ed;
  color: #bad4ed !important;
}

a:not(.url).bg-stPrimary:hover * {
  color: #bad4ed !important;
}

a.color-stPrimary:hover {
  background: #bad4ed !important;
}

@media (min-width: 576px) {
  .bg-sm-stPrimary {
    background: #bad4ed !important;
  }
}

@media (min-width: 768px) {
  .bg-md-stPrimary {
    background: #bad4ed !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-stPrimary {
    background: #bad4ed !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-stPrimary {
    background: #bad4ed !important;
  }
}

.content-stPrimary * {
  color: #bad4ed;
}

.content-stPrimary .btn {
  background: #bad4ed;
  border: 2px solid #bad4ed;
  color: transparent;
}

.content-stPrimary .btn:hover {
  background: transparent;
  color: #bad4ed;
}

.content-stPrimary .btn:hover * {
  color: #bad4ed;
}

.hover-stPrimary:hover {
  color: #bad4ed !important;
}

.hover-stPrimary:hover * {
  color: #bad4ed !important;
}

.active-stPrimary:active {
  color: #bad4ed !important;
  font-weight: bold;
}

.bg-darkFont {
  background: #30347e !important;
}

a.bg-darkFont {
  border: 3px solid #30347e;
}

a:not(.url).bg-darkFont:hover {
  border: 3px solid #30347e;
  color: #30347e !important;
}

a:not(.url).bg-darkFont:hover * {
  color: #30347e !important;
}

a.color-darkFont:hover {
  background: #30347e !important;
}

@media (min-width: 576px) {
  .bg-sm-darkFont {
    background: #30347e !important;
  }
}

@media (min-width: 768px) {
  .bg-md-darkFont {
    background: #30347e !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-darkFont {
    background: #30347e !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-darkFont {
    background: #30347e !important;
  }
}

.content-darkFont * {
  color: #30347e;
}

.content-darkFont .btn {
  background: #30347e;
  border: 2px solid #30347e;
  color: transparent;
}

.content-darkFont .btn:hover {
  background: transparent;
  color: #30347e;
}

.content-darkFont .btn:hover * {
  color: #30347e;
}

.hover-darkFont:hover {
  color: #30347e !important;
}

.hover-darkFont:hover * {
  color: #30347e !important;
}

.active-darkFont:active {
  color: #30347e !important;
  font-weight: bold;
}

.bg-oceanBlue {
  background: #30347e !important;
}

a.bg-oceanBlue {
  border: 3px solid #30347e;
}

a:not(.url).bg-oceanBlue:hover {
  border: 3px solid #30347e;
  color: #30347e !important;
}

a:not(.url).bg-oceanBlue:hover * {
  color: #30347e !important;
}

a.color-oceanBlue:hover {
  background: #30347e !important;
}

@media (min-width: 576px) {
  .bg-sm-oceanBlue {
    background: #30347e !important;
  }
}

@media (min-width: 768px) {
  .bg-md-oceanBlue {
    background: #30347e !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-oceanBlue {
    background: #30347e !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-oceanBlue {
    background: #30347e !important;
  }
}

.content-oceanBlue * {
  color: #30347e;
}

.content-oceanBlue .btn {
  background: #30347e;
  border: 2px solid #30347e;
  color: transparent;
}

.content-oceanBlue .btn:hover {
  background: transparent;
  color: #30347e;
}

.content-oceanBlue .btn:hover * {
  color: #30347e;
}

.hover-oceanBlue:hover {
  color: #30347e !important;
}

.hover-oceanBlue:hover * {
  color: #30347e !important;
}

.active-oceanBlue:active {
  color: #30347e !important;
  font-weight: bold;
}

.bg-seaweedGreen {
  background: #4aaba6 !important;
}

a.bg-seaweedGreen {
  border: 3px solid #4aaba6;
}

a:not(.url).bg-seaweedGreen:hover {
  border: 3px solid #4aaba6;
  color: #4aaba6 !important;
}

a:not(.url).bg-seaweedGreen:hover * {
  color: #4aaba6 !important;
}

a.color-seaweedGreen:hover {
  background: #4aaba6 !important;
}

@media (min-width: 576px) {
  .bg-sm-seaweedGreen {
    background: #4aaba6 !important;
  }
}

@media (min-width: 768px) {
  .bg-md-seaweedGreen {
    background: #4aaba6 !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-seaweedGreen {
    background: #4aaba6 !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-seaweedGreen {
    background: #4aaba6 !important;
  }
}

.content-seaweedGreen * {
  color: #4aaba6;
}

.content-seaweedGreen .btn {
  background: #4aaba6;
  border: 2px solid #4aaba6;
  color: transparent;
}

.content-seaweedGreen .btn:hover {
  background: transparent;
  color: #4aaba6;
}

.content-seaweedGreen .btn:hover * {
  color: #4aaba6;
}

.hover-seaweedGreen:hover {
  color: #4aaba6 !important;
}

.hover-seaweedGreen:hover * {
  color: #4aaba6 !important;
}

.active-seaweedGreen:active {
  color: #4aaba6 !important;
  font-weight: bold;
}

.bg-tropicalTeal {
  background: #96ffde !important;
}

a.bg-tropicalTeal {
  border: 3px solid #96ffde;
}

a:not(.url).bg-tropicalTeal:hover {
  border: 3px solid #96ffde;
  color: #96ffde !important;
}

a:not(.url).bg-tropicalTeal:hover * {
  color: #96ffde !important;
}

a.color-tropicalTeal:hover {
  background: #96ffde !important;
}

@media (min-width: 576px) {
  .bg-sm-tropicalTeal {
    background: #96ffde !important;
  }
}

@media (min-width: 768px) {
  .bg-md-tropicalTeal {
    background: #96ffde !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-tropicalTeal {
    background: #96ffde !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-tropicalTeal {
    background: #96ffde !important;
  }
}

.content-tropicalTeal * {
  color: #96ffde;
}

.content-tropicalTeal .btn {
  background: #96ffde;
  border: 2px solid #96ffde;
  color: transparent;
}

.content-tropicalTeal .btn:hover {
  background: transparent;
  color: #96ffde;
}

.content-tropicalTeal .btn:hover * {
  color: #96ffde;
}

.hover-tropicalTeal:hover {
  color: #96ffde !important;
}

.hover-tropicalTeal:hover * {
  color: #96ffde !important;
}

.active-tropicalTeal:active {
  color: #96ffde !important;
  font-weight: bold;
}

.bg-earthRed {
  background: #e05d21 !important;
}

a.bg-earthRed {
  border: 3px solid #e05d21;
}

a:not(.url).bg-earthRed:hover {
  border: 3px solid #e05d21;
  color: #e05d21 !important;
}

a:not(.url).bg-earthRed:hover * {
  color: #e05d21 !important;
}

a.color-earthRed:hover {
  background: #e05d21 !important;
}

@media (min-width: 576px) {
  .bg-sm-earthRed {
    background: #e05d21 !important;
  }
}

@media (min-width: 768px) {
  .bg-md-earthRed {
    background: #e05d21 !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-earthRed {
    background: #e05d21 !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-earthRed {
    background: #e05d21 !important;
  }
}

.content-earthRed * {
  color: #e05d21;
}

.content-earthRed .btn {
  background: #e05d21;
  border: 2px solid #e05d21;
  color: transparent;
}

.content-earthRed .btn:hover {
  background: transparent;
  color: #e05d21;
}

.content-earthRed .btn:hover * {
  color: #e05d21;
}

.hover-earthRed:hover {
  color: #e05d21 !important;
}

.hover-earthRed:hover * {
  color: #e05d21 !important;
}

.active-earthRed:active {
  color: #e05d21 !important;
  font-weight: bold;
}

.bg-salmonPink {
  background: #f1c8cd !important;
}

a.bg-salmonPink {
  border: 3px solid #f1c8cd;
}

a:not(.url).bg-salmonPink:hover {
  border: 3px solid #f1c8cd;
  color: #f1c8cd !important;
}

a:not(.url).bg-salmonPink:hover * {
  color: #f1c8cd !important;
}

a.color-salmonPink:hover {
  background: #f1c8cd !important;
}

@media (min-width: 576px) {
  .bg-sm-salmonPink {
    background: #f1c8cd !important;
  }
}

@media (min-width: 768px) {
  .bg-md-salmonPink {
    background: #f1c8cd !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-salmonPink {
    background: #f1c8cd !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-salmonPink {
    background: #f1c8cd !important;
  }
}

.content-salmonPink * {
  color: #f1c8cd;
}

.content-salmonPink .btn {
  background: #f1c8cd;
  border: 2px solid #f1c8cd;
  color: transparent;
}

.content-salmonPink .btn:hover {
  background: transparent;
  color: #f1c8cd;
}

.content-salmonPink .btn:hover * {
  color: #f1c8cd;
}

.hover-salmonPink:hover {
  color: #f1c8cd !important;
}

.hover-salmonPink:hover * {
  color: #f1c8cd !important;
}

.active-salmonPink:active {
  color: #f1c8cd !important;
  font-weight: bold;
}

.bg-skyBlue {
  background: #bad4ed !important;
}

a.bg-skyBlue {
  border: 3px solid #bad4ed;
}

a:not(.url).bg-skyBlue:hover {
  border: 3px solid #bad4ed;
  color: #bad4ed !important;
}

a:not(.url).bg-skyBlue:hover * {
  color: #bad4ed !important;
}

a.color-skyBlue:hover {
  background: #bad4ed !important;
}

@media (min-width: 576px) {
  .bg-sm-skyBlue {
    background: #bad4ed !important;
  }
}

@media (min-width: 768px) {
  .bg-md-skyBlue {
    background: #bad4ed !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-skyBlue {
    background: #bad4ed !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-skyBlue {
    background: #bad4ed !important;
  }
}

.content-skyBlue * {
  color: #bad4ed;
}

.content-skyBlue .btn {
  background: #bad4ed;
  border: 2px solid #bad4ed;
  color: transparent;
}

.content-skyBlue .btn:hover {
  background: transparent;
  color: #bad4ed;
}

.content-skyBlue .btn:hover * {
  color: #bad4ed;
}

.hover-skyBlue:hover {
  color: #bad4ed !important;
}

.hover-skyBlue:hover * {
  color: #bad4ed !important;
}

.active-skyBlue:active {
  color: #bad4ed !important;
  font-weight: bold;
}

.bg-sandWhite {
  background: #fdf9ee !important;
}

a.bg-sandWhite {
  border: 3px solid #fdf9ee;
}

a:not(.url).bg-sandWhite:hover {
  border: 3px solid #fdf9ee;
  color: #fdf9ee !important;
}

a:not(.url).bg-sandWhite:hover * {
  color: #fdf9ee !important;
}

a.color-sandWhite:hover {
  background: #fdf9ee !important;
}

@media (min-width: 576px) {
  .bg-sm-sandWhite {
    background: #fdf9ee !important;
  }
}

@media (min-width: 768px) {
  .bg-md-sandWhite {
    background: #fdf9ee !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-sandWhite {
    background: #fdf9ee !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-sandWhite {
    background: #fdf9ee !important;
  }
}

.content-sandWhite * {
  color: #fdf9ee;
}

.content-sandWhite .btn {
  background: #fdf9ee;
  border: 2px solid #fdf9ee;
  color: transparent;
}

.content-sandWhite .btn:hover {
  background: transparent;
  color: #fdf9ee;
}

.content-sandWhite .btn:hover * {
  color: #fdf9ee;
}

.hover-sandWhite:hover {
  color: #fdf9ee !important;
}

.hover-sandWhite:hover * {
  color: #fdf9ee !important;
}

.active-sandWhite:active {
  color: #fdf9ee !important;
  font-weight: bold;
}

.bc-gray-100 {
  border-color: #aaa !important;
}

.bc-gray-dark {
  border-color: #383a3e !important;
}

.bc-gray-medium {
  border-color: #58595b !important;
}

.bc-gray-light {
  border-color: #e1e1e2 !important;
}

.bc-white {
  border-color: #fdf9ee !important;
}

.bc-black {
  border-color: #383a3e !important;
}

.bc-blue-dark {
  border-color: #00467f !important;
}

.bc-blue-light {
  border-color: #56a0d3 !important;
}

.bc-blue-link {
  border-color: #00aeef !important;
}

.bc-red {
  border-color: #f1583e !important;
}

.bc-orange {
  border-color: #f26952 !important;
}

.bc-bred {
  border-color: #ed1941 !important;
}

.bc-yellow {
  border-color: #dfda0d !important;
}

.bc-pink {
  border-color: #bc296a !important;
}

.bc-seashell {
  border-color: #fff4ee !important;
}

.bc-alice {
  border-color: #F0F8FF !important;
}

.bc-transparent {
  border-color: transparent !important;
}

.bc-homePrimary {
  border-color: #30347e !important;
}

.bc-corpPrimary {
  border-color: #4aaba6 !important;
}

.bc-sssPrimary {
  border-color: #e05d21 !important;
}

.bc-stPrimary {
  border-color: #bad4ed !important;
}

.bc-darkFont {
  border-color: #30347e !important;
}

.bc-oceanBlue {
  border-color: #30347e !important;
}

.bc-seaweedGreen {
  border-color: #4aaba6 !important;
}

.bc-tropicalTeal {
  border-color: #96ffde !important;
}

.bc-earthRed {
  border-color: #e05d21 !important;
}

.bc-salmonPink {
  border-color: #f1c8cd !important;
}

.bc-skyBlue {
  border-color: #bad4ed !important;
}

.bc-sandWhite {
  border-color: #fdf9ee !important;
}

.b-0 {
  bottom: 0px;
}

.b-1 {
  bottom: 15px;
}

.b-2 {
  bottom: 30px;
}

.b-3 {
  bottom: 45px;
}

.b-4 {
  bottom: 60px;
}

.b-5 {
  bottom: 75px;
}

.ws-1 {
  width: 0.4rem;
}

.ws-2 {
  width: 0.8rem;
}

.ws-3 {
  width: 1.2rem;
}

.ws-4 {
  width: 1.6rem;
}

.ws-5 {
  width: 2rem;
}

.ws-6 {
  width: 2.4rem;
}

.w-0 {
  width: 0% !important;
}

@media (max-width: 575px) {
  .w-sm-0 {
    width: 0% !important;
  }
}

@media (max-width: 767px) {
  .w-md-0 {
    width: 0% !important;
  }
}

@media (max-width: 991px) {
  .w-lg-0 {
    width: 0% !important;
  }
}

@media (max-width: 1199px) {
  .w-xl-0 {
    width: 0% !important;
  }
}

.w-25 {
  width: 25% !important;
}

@media (max-width: 575px) {
  .w-sm-25 {
    width: 25% !important;
  }
}

@media (max-width: 767px) {
  .w-md-25 {
    width: 25% !important;
  }
}

@media (max-width: 991px) {
  .w-lg-25 {
    width: 25% !important;
  }
}

@media (max-width: 1199px) {
  .w-xl-25 {
    width: 25% !important;
  }
}

.w-33 {
  width: 33% !important;
}

@media (max-width: 575px) {
  .w-sm-33 {
    width: 33% !important;
  }
}

@media (max-width: 767px) {
  .w-md-33 {
    width: 33% !important;
  }
}

@media (max-width: 991px) {
  .w-lg-33 {
    width: 33% !important;
  }
}

@media (max-width: 1199px) {
  .w-xl-33 {
    width: 33% !important;
  }
}

.w-50 {
  width: 50% !important;
}

@media (max-width: 575px) {
  .w-sm-50 {
    width: 50% !important;
  }
}

@media (max-width: 767px) {
  .w-md-50 {
    width: 50% !important;
  }
}

@media (max-width: 991px) {
  .w-lg-50 {
    width: 50% !important;
  }
}

@media (max-width: 1199px) {
  .w-xl-50 {
    width: 50% !important;
  }
}

.w-66 {
  width: 66% !important;
}

@media (max-width: 575px) {
  .w-sm-66 {
    width: 66% !important;
  }
}

@media (max-width: 767px) {
  .w-md-66 {
    width: 66% !important;
  }
}

@media (max-width: 991px) {
  .w-lg-66 {
    width: 66% !important;
  }
}

@media (max-width: 1199px) {
  .w-xl-66 {
    width: 66% !important;
  }
}

.w-75 {
  width: 75% !important;
}

@media (max-width: 575px) {
  .w-sm-75 {
    width: 75% !important;
  }
}

@media (max-width: 767px) {
  .w-md-75 {
    width: 75% !important;
  }
}

@media (max-width: 991px) {
  .w-lg-75 {
    width: 75% !important;
  }
}

@media (max-width: 1199px) {
  .w-xl-75 {
    width: 75% !important;
  }
}

.w-100 {
  width: 100% !important;
}

@media (max-width: 575px) {
  .w-sm-100 {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .w-md-100 {
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  .w-lg-100 {
    width: 100% !important;
  }
}

@media (max-width: 1199px) {
  .w-xl-100 {
    width: 100% !important;
  }
}

@media (min-width: 576px) {
  .h-sm-0 {
    height: 0% !important;
  }
}

@media (min-width: 768px) {
  .h-md-0 {
    height: 0% !important;
  }
}

@media (min-width: 992px) {
  .h-lg-0 {
    height: 0% !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-0 {
    height: 0% !important;
  }
}

@media (min-width: 576px) {
  .h-sm-25 {
    height: 25% !important;
  }
}

@media (min-width: 768px) {
  .h-md-25 {
    height: 25% !important;
  }
}

@media (min-width: 992px) {
  .h-lg-25 {
    height: 25% !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-25 {
    height: 25% !important;
  }
}

@media (min-width: 576px) {
  .h-sm-33 {
    height: 33% !important;
  }
}

@media (min-width: 768px) {
  .h-md-33 {
    height: 33% !important;
  }
}

@media (min-width: 992px) {
  .h-lg-33 {
    height: 33% !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-33 {
    height: 33% !important;
  }
}

@media (min-width: 576px) {
  .h-sm-50 {
    height: 50% !important;
  }
}

@media (min-width: 768px) {
  .h-md-50 {
    height: 50% !important;
  }
}

@media (min-width: 992px) {
  .h-lg-50 {
    height: 50% !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-50 {
    height: 50% !important;
  }
}

@media (min-width: 576px) {
  .h-sm-66 {
    height: 66% !important;
  }
}

@media (min-width: 768px) {
  .h-md-66 {
    height: 66% !important;
  }
}

@media (min-width: 992px) {
  .h-lg-66 {
    height: 66% !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-66 {
    height: 66% !important;
  }
}

@media (min-width: 576px) {
  .h-sm-75 {
    height: 75% !important;
  }
}

@media (min-width: 768px) {
  .h-md-75 {
    height: 75% !important;
  }
}

@media (min-width: 992px) {
  .h-lg-75 {
    height: 75% !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-75 {
    height: 75% !important;
  }
}

@media (min-width: 576px) {
  .h-sm-100 {
    height: 100% !important;
  }
}

@media (min-width: 768px) {
  .h-md-100 {
    height: 100% !important;
  }
}

@media (min-width: 992px) {
  .h-lg-100 {
    height: 100% !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-100 {
    height: 100% !important;
  }
}

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

.divider {
  border-top: 1px solid #e1e1e2;
}

.w-auto {
  width: auto;
}

html {
  scroll-behavior: smooth;
}

ul, ol {
  margin-left: 25px;
}

* {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

main {
  background: #fdf9ee;
}

#siteWrapper {
  background: #fdf9ee;
}

#siteWrapper p, #siteWrapper span, #siteWrapper div, #siteWrapper ul, #siteWrapper ol, #siteWrapper li, #siteWrapper a, #siteWrapper td {
  font-family: Graphik-Regular;
}

#siteWrapper td, #siteWrapper th {
  font-size: 16px;
  line-height: 24px;
  padding: 5px;
}

#siteWrapper img, #siteWrapper iframe {
  max-width: 100%;
}

#siteWrapper.homePage .bCrumbBar {
  display: none;
}

#siteWrapper .btn .span {
  margin-top: -5px;
  font-size: 20px;
}

#siteWrapper .thicc {
  font-weight: 600 !important;
}

#siteWrapper .thicc * {
  font-weight: 600 !important;
}

#siteWrapper .languageBoxLink {
  width: 100%;
  height: 22px;
}

#siteWrapper .languageBoxLink > div {
  background-image: url(/Portals/0/images/Flags/english.png);
  width: 34px;
  height: 22px;
  margin-right: 10px;
  background-size: cover;
  background-position: 50%;
  float: left;
  background-repeat: no-repeat;
}

#siteWrapper .languageBox {
  width: 160px;
  height: 22px;
  float: left;
}

#siteWrapper .languageBox p {
  float: left;
  color: #fdf9ee;
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 0;
}

#siteWrapper .languageBox .ddi {
  float: left;
  background: none;
  width: 15px;
}

#siteWrapper .dropItMenu {
  width: 100%;
  margin: 0;
}

#siteWrapper .dropItMenu ul {
  -webkit-box-shadow: 0 0 5px black;
  box-shadow: 0 0 5px black;
  display: none;
}

#siteWrapper .dropItMenu ul li {
  margin: 0px;
  background-color: #fdf9ee;
  border-top: 1px solid black;
  list-style: none;
}

#siteWrapper .dropItMenu ul li:hover {
  background-color: lightgrey;
}

#siteWrapper .dropItMenu ul li span {
  color: #383a3e;
  text-decoration: none;
}

#siteWrapper .dropItMenu ul li a div {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#siteWrapper .dropItMenu ul li img {
  width: 34px;
  height: 22px;
  padding: 0px;
  border-radius: 1px;
}

#siteWrapper .dropItMenu ul a {
  color: black;
  text-decoration: none;
}

#siteWrapper .dropit .dropit-submenu {
  padding-top: 7px;
}

#siteWrapper .upArrow {
  width: 0px;
  position: absolute;
  left: 10px;
  top: -2px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fdf9ee;
}

a {
  color: #383a3e;
}

.noDeco {
  text-decoration: none !important;
}

p, div, li {
  font-size: 16px;
  line-height: 1.3;
}

p a, div a, li a {
  color: #56a0d3;
}

ul {
  list-style: disc outside;
}

ul.dnnActions {
  list-style: none;
}

ul.dnnActions li {
  list-style: none;
}

.Customicon-MENUBAR-MAP-ICON:before {
  font-size: 30px;
}

#mapLink {
  font-size: 16px;
  letter-spacing: 1.25px;
  margin-top: 2px;
}

#mapLink i {
  margin-top: -3px;
  font-weight: bold;
}

.bCrumbBar a, .bCrumbBar span {
  font-size: 14px;
  color: #fdf9ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bCrumbBar img {
  margin-top: 3px;
  margin-bottom: 3px;
}

.far.fa-map.fa-lg, .fa.fa-search.fa-lg {
  font-size: 2em;
}

header a {
  text-decoration: none !important;
}

header li.nav-item:after {
  content: " ";
  margin-top: 35px;
  display: block;
}

header #homeHeader, header #MobHeader {
  background: #30347e;
}

header #homeHeader *, header #MobHeader * {
  color: #fdf9ee !important;
}

header #homeHeader .nav-item.show > a, header #homeHeader .dropdown.show > a, header #homeHeader .dropdown.show2 > a, header #MobHeader .nav-item.show > a, header #MobHeader .dropdown.show > a, header #MobHeader .dropdown.show2 > a {
  color: #4aaba6 !important;
}

header #homeHeader .nav-item.show:after, header #MobHeader .nav-item.show:after {
  border-bottom: 5px solid #4aaba6 !important;
}

header #homeHeader .navbar-toggler-icon div, header #MobHeader .navbar-toggler-icon div {
  background: #fdf9ee !important;
}

@media (max-width: 767px) {
  header #homeHeader ul li, header #MobHeader ul li {
    border-bottom: 1px solid #fdf9ee !important;
  }
  header #homeHeader ul.level2 li:first-child, header #homeHeader ul.level3 li:first-child, header #MobHeader ul.level2 li:first-child, header #MobHeader ul.level3 li:first-child {
    border-top: 1px solid #fdf9ee !important;
  }
  header #homeHeader ul.level2 li:last-child, header #homeHeader ul.level3 li:last-child, header #MobHeader ul.level2 li:last-child, header #MobHeader ul.level3 li:last-child {
    border-bottom: none !important;
  }
}

header #homeHeader .toggler, header #MobHeader .toggler {
  border-left: 1px solid #fdf9ee;
}

header #homeHeader .dropdown-menu *, header #MobHeader .dropdown-menu * {
  color: #30347e !important;
}

@media (max-width: 767px) {
  header #homeHeader .dropdown-menu *, header #MobHeader .dropdown-menu * {
    color: #fdf9ee !important;
  }
}

header #homeHeader .dropdown-menu a:hover, header #MobHeader .dropdown-menu a:hover {
  color: #4aaba6 !important;
}

header #corpHeader, header #corpMobHeader {
  background: #4aaba6;
}

header #corpHeader *, header #corpMobHeader * {
  color: #30347e;
}

header #corpHeader .nav-item.show > a, header #corpHeader .dropdown.show > a, header #corpHeader .dropdown.show2 > a, header #corpMobHeader .nav-item.show > a, header #corpMobHeader .dropdown.show > a, header #corpMobHeader .dropdown.show2 > a {
  color: #fdf9ee !important;
}

header #corpHeader .nav-item.show:after, header #corpMobHeader .nav-item.show:after {
  border-bottom: 5px solid #fdf9ee !important;
}

header #corpHeader .navbar-toggler-icon div, header #corpMobHeader .navbar-toggler-icon div {
  background: #30347e !important;
}

@media (max-width: 767px) {
  header #corpHeader ul li, header #corpMobHeader ul li {
    border-bottom: 1px solid #30347e !important;
  }
  header #corpHeader ul.level2 li:first-child, header #corpHeader ul.level3 li:first-child, header #corpMobHeader ul.level2 li:first-child, header #corpMobHeader ul.level3 li:first-child {
    border-top: 1px solid #30347e !important;
  }
  header #corpHeader ul.level2 li:last-child, header #corpHeader ul.level3 li:last-child, header #corpMobHeader ul.level2 li:last-child, header #corpMobHeader ul.level3 li:last-child {
    border-bottom: none !important;
  }
}

header #corpHeader .toggler, header #corpMobHeader .toggler {
  border-left: 1px solid #30347e;
}

header #corpHeader .dropdown-menu *, header #corpMobHeader .dropdown-menu * {
  color: #30347e !important;
}

header #corpHeader .dropdown-menu a:hover, header #corpMobHeader .dropdown-menu a:hover {
  color: #4aaba6 !important;
}

@media (max-width: 767px) {
  header #corpHeader .dropdown-menu a:hover, header #corpMobHeader .dropdown-menu a:hover {
    color: #fdf9ee !important;
  }
}

header #sssHeader, header #sssMobHeader {
  background: #e05d21;
}

header #sssHeader *, header #sssMobHeader * {
  color: #fdf9ee !important;
}

header #sssHeader .nav-item.show > a, header #sssHeader .dropdown.show > a, header #sssHeader .dropdown.show2 > a, header #sssMobHeader .nav-item.show > a, header #sssMobHeader .dropdown.show > a, header #sssMobHeader .dropdown.show2 > a {
  color: #f1c8cd !important;
}

header #sssHeader .nav-item.show:after, header #sssMobHeader .nav-item.show:after {
  border-bottom: 5px solid #f1c8cd !important;
}

header #sssHeader .navbar-toggler-icon div, header #sssMobHeader .navbar-toggler-icon div {
  background: #f1c8cd !important;
}

@media (max-width: 767px) {
  header #sssHeader ul li, header #sssMobHeader ul li {
    border-bottom: 1px solid #fdf9ee !important;
  }
  header #sssHeader ul.level2 li:first-child, header #sssHeader ul.level3 li:first-child, header #sssMobHeader ul.level2 li:first-child, header #sssMobHeader ul.level3 li:first-child {
    border-top: 1px solid #fdf9ee !important;
  }
  header #sssHeader ul.level2 li:last-child, header #sssHeader ul.level3 li:last-child, header #sssMobHeader ul.level2 li:last-child, header #sssMobHeader ul.level3 li:last-child {
    border-bottom: none !important;
  }
}

header #sssHeader .toggler, header #sssMobHeader .toggler {
  border-left: 1px solid #fdf9ee;
}

header #sssHeader .dropdown-menu *, header #sssMobHeader .dropdown-menu * {
  color: #30347e !important;
}

@media (max-width: 767px) {
  header #sssHeader .dropdown-menu *, header #sssMobHeader .dropdown-menu * {
    color: #fdf9ee !important;
  }
}

header #sssHeader .dropdown-menu a:hover, header #sssMobHeader .dropdown-menu a:hover {
  color: #4aaba6 !important;
}

@media (max-width: 767px) {
  header #sssHeader .dropdown-menu a:hover, header #sssMobHeader .dropdown-menu a:hover {
    color: #f1c8cd !important;
  }
}

header #stHeader, header #stMobHeader {
  background: #bad4ed;
}

header #stHeader *, header #stMobHeader * {
  color: #30347e;
}

header #stHeader .nav-item.show > a, header #stHeader .dropdown.show > a, header #stHeader .dropdown.show2 > a, header #stMobHeader .nav-item.show > a, header #stMobHeader .dropdown.show > a, header #stMobHeader .dropdown.show2 > a {
  color: #e05d21 !important;
}

header #stHeader .nav-item.show:after, header #stMobHeader .nav-item.show:after {
  border-bottom: 5px solid #e05d21 !important;
}

header #stHeader .navbar-toggler-icon div, header #stMobHeader .navbar-toggler-icon div {
  background: #30347e !important;
}

@media (max-width: 767px) {
  header #stHeader ul li, header #stMobHeader ul li {
    border-bottom: 1px solid #30347e !important;
  }
  header #stHeader ul.level2 li:first-child, header #stHeader ul.level3 li:first-child, header #stMobHeader ul.level2 li:first-child, header #stMobHeader ul.level3 li:first-child {
    border-top: 1px solid #30347e !important;
  }
  header #stHeader ul.level2 li:last-child, header #stHeader ul.level3 li:last-child, header #stMobHeader ul.level2 li:last-child, header #stMobHeader ul.level3 li:last-child {
    border-bottom: none !important;
  }
}

header #stHeader .toggler, header #stMobHeader .toggler {
  border-left: 1px solid #30347e;
}

header #stHeader .dropdown-menu *, header #stMobHeader .dropdown-menu * {
  color: #30347e !important;
}

header #stHeader .dropdown-menu a:hover, header #stMobHeader .dropdown-menu a:hover {
  color: #e05d21 !important;
}

header .navbar-brand {
  width: 75px;
  margin-right: 0 !important;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

header .navbar-brand img {
  width: 100%;
}

header nav.navbar {
  padding: 0;
}

header nav ul li {
  list-style-type: none;
}

@media (max-width: 767px) {
  header nav ul li {
    border-bottom: 1px solid lightgrey !important;
  }
  header nav ul li a {
    padding: 10px 20px !important;
  }
  header nav ul li a.t2 {
    padding: 10px 35px !important;
  }
}

header nav .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 50px;
  width: 25%;
  margin-top: -5px;
}

header nav .main-nav:last-child {
  margin-right: 0;
}

header nav.navbar-light .navbar-nav .main-nav .nav-link {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

header nav.navbar-light .navbar-nav .nav-link {
  color: #444;
  font-size: 16px;
  font-weight: bold;
}

header nav #main21 {
  background: #30347e;
}

header nav #main21 .nav-link * {
  color: #fdf9ee !important;
}

header nav #main52 {
  background: #4aaba6;
}

header nav #main52 .nav-link * {
  color: #30347e !important;
}

header nav #main53 {
  background: #e05d21;
}

header nav #main53 .nav-link * {
  color: #fdf9ee !important;
}

header nav #main54 {
  background: #bad4ed;
}

header nav #main54 .nav-link * {
  color: #30347e !important;
}

header nav .megamenu .dropdown-item:hover {
  background-color: transparent;
}

header nav ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: MotivaSans-Regular;
  padding-right: 40px;
  color: #aaa;
  font-size: 20px;
}

header nav ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: MotivaSans-Regular;
  padding-right: 40px;
  color: #aaa;
  font-size: 20px;
}

header nav :-ms-input-placeholder {
  /* IE 10+ */
  font-family: MotivaSans-Regular;
  padding-right: 40px;
  color: #aaa;
  font-size: 20px;
}

header nav :-moz-placeholder {
  /* Firefox 18- */
  font-family: MotivaSans-Regular;
  padding-right: 40px;
  color: #aaa;
  font-size: 20px;
}

header nav .has-search {
  position: relative;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  header nav .has-search .searchInputContainer {
    width: 100%;
  }
}

header nav .has-search .form-control {
  padding-right: 1.2rem;
  padding-left: 0;
  width: 95px;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 767px) {
  header nav .has-search .form-control {
    width: 100% !important;
  }
}

header nav .form-control:focus {
  outline: 0;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #aaa;
  width: 200px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

header nav .has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 1rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  color: #aaa;
  right: 0;
}

header nav .bottom-menu {
  margin-right: -0.5rem;
}

header nav .bottom-menu.yellow a:hover, header nav .bottom-menu.yellow .active > a, header nav .bottom-menu.yellow .show > a {
  color: #dfda0d !important;
}

header nav .bottom-menu.blue-light a:hover, header nav .bottom-menu.blue-light .active > a, header nav .bottom-menu.blue-light .show > a {
  color: #56a0d3 !important;
}

header nav .bottom-menu.red a:hover, header nav .bottom-menu.red .active > a, header nav .bottom-menu.red .show > a {
  color: #f1583e !important;
}

header nav .bottom-menu.blue-dark a:hover, header nav .bottom-menu.blue-dark .active > a, header nav .bottom-menu.blue-dark .show > a {
  color: #00467f !important;
}

header nav .bottom-menu .nav-item {
  margin: 0 10px 0 20px;
}

header nav .bottom-menu .nav-item:last-child {
  margin-right: 0 !important;
}

header nav .column-1 {
  column-count: 1;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  min-height: 48px;
}

header nav .column-2 {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  min-height: 96px;
}

header nav .column-3 {
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  min-height: 144px;
}

header nav .column-4 {
  column-count: 4;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  min-height: 192px;
}

header nav .dropdown-submenu {
  position: relative;
}

header nav .dropdown a::after {
  position: absolute;
  right: 6px;
  top: 1em;
}

header nav .dropdown-submenu a::after {
  position: absolute;
  right: 30px;
  top: .8em;
}

header nav .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

header nav .dropdown-menu {
  margin: 0;
  border: none;
  background: #fdf9ee;
}

@media (min-width: 992px) {
  header nav .dropdown-menu {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  header nav .dropdown-menu {
    padding: 0;
  }
}

header nav .dropdown-menu.mobile {
  background: inherit;
}

header nav .dropdown-menu.mobile li a:hover, header nav .dropdown-menu.mobile li a:active, header nav .dropdown-menu.mobile li a:focus {
  background: transparent;
}

header nav .dropdown-menu.mobile .last {
  margin-left: 1rem;
}

header nav .dropdown-menu.mobile .last .dropdown-toggle:after {
  content: none;
}

header nav .dropdown.show > .dropdown-toggle::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

header nav .dropdown .dropdown-submenu .dropdown-toggle.show::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

header nav .toggler {
  position: absolute;
  height: 45px;
  width: 71px !important;
  right: 0;
  top: 0;
}

header nav .toggler:after {
  right: 29px !important;
  top: 20px !important;
}

header nav .dropdown-toggle::after {
  vertical-align: 0.155em;
  margin-left: 0 !important;
}

header nav .navbar-toggler {
  border: none;
  padding: 0px 9px !important;
  outline: none !important;
  height: 37px;
}

header nav #mobileSearch ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  padding-right: 30px;
}

header nav #mobileSearch ::-moz-placeholder {
  /* Firefox 19+ */
  padding-right: 30px;
}

header nav #mobileSearch :-ms-input-placeholder {
  /* IE 10+ */
  padding-right: 30px;
}

header nav #mobileSearch :-moz-placeholder {
  /* Firefox 18- */
  padding-right: 30px;
}

header nav #mobileSearch .form-control {
  padding-right: 2.5rem;
  padding-left: 1rem;
}

header nav #mobileSearch .form-control-feedback {
  width: 4.3rem;
}

header nav.mob.bg-red *, header nav.mob.bg-blue-dark *, header nav.mob.bg-blue-light * {
  color: #fdf9ee !important;
}

@media (max-width: 991px) {
  header nav .navbar-collapse.bg-yellow_Shadow a:hover {
    color: #d5d10f !important;
  }
  header nav .navbar-collapse.bg-blue-light_Shadow a {
    color: #383a3e !important;
  }
  header nav .navbar-collapse.bg-blue-light_Shadow a:hover {
    color: #56a0d3 !important;
  }
  header nav .navbar-collapse.bg-red_Shadow a {
    color: #383a3e !important;
  }
  header nav .navbar-collapse.bg-red_Shadow a:hover {
    color: #f1583e !important;
  }
  header nav .navbar-collapse.bg-blue-dark_Shadow a {
    color: #383a3e !important;
  }
  header nav .navbar-collapse.bg-blue-dark_Shadow a:hover {
    color: #00467f !important;
  }
}

header nav.navbar-light .navbar-toggler-icon {
  background-image: none;
  width: 2.5em;
}

header nav.navbar-light .navbar-toggler-icon div {
  width: 100%;
  height: 2px;
  background: #383a3e;
  margin-bottom: 12px;
}

header nav.bg-blue-dark.navbar-light .navbar-toggler-icon div, header nav.bg-blue-light.navbar-light .navbar-toggler-icon div, header nav.bg-red.navbar-light .navbar-toggler-icon div {
  background: #fdf9ee;
}

.innerPage header {
  margin-bottom: 60px;
}

#siteWrapper header .sb-module-instance .adv-search .tt-hint {
  background: #fdf9ee !important;
}

#siteWrapper header .sb-module-instance .adv-search .tt-input {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  font-size: 1rem;
  line-height: 1.5;
  color: #aaa;
  width: 90px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#siteWrapper header .sb-module-instance .adv-search .tt-input::-webkit-input-placeholder {
  font-family: Graphik-Regular;
}

#siteWrapper header .sb-module-instance .adv-search .tt-input:-ms-input-placeholder {
  font-family: Graphik-Regular;
}

#siteWrapper header .sb-module-instance .adv-search .tt-input::-ms-input-placeholder {
  font-family: Graphik-Regular;
}

#siteWrapper header .sb-module-instance .adv-search .tt-input::placeholder {
  font-family: Graphik-Regular;
}

#siteWrapper header .sb-module-instance .adv-search .tt-input:focus {
  width: 200px;
}

#siteWrapper header .sb-module-instance .adv-search .search-btn {
  border: none;
  background: transparent;
  color: lightgray;
  padding-bottom: 7px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

#siteWrapper header .sb-module-instance .adv-search .search-btn span {
  font-size: 20px;
  font-family: "Glyphicons Halflings" !important;
}

#siteWrapper header .sb-module-instance .twitter-typeahead {
  height: 40px;
}

#siteWrapper header .sb-module-instance .twitter-typeahead input {
  height: 40px;
  color: #333 !important;
}

#siteWrapper header .sb-module-instance .twitter-typeahead .tt-dataset * {
  color: #333 !important;
}

@media (max-width: 767px) {
  .navbar-nav {
    margin-bottom: 35px;
  }
}

.bottom-menu .navbar-nav {
  margin-top: 35px;
}

.navbar-nav > li.show2 > ul.dropdown-menu.show2 {
  display: block !important;
}

header nav li {
  padding-top: 4px;
}

header nav .dropdown.show2 > .t1::after {
  -webkit-transform: rotate(-180deg) !important;
          transform: rotate(-180deg) !important;
}

header nav .dropdown.show > .t2::after {
  -webkit-transform: rotate(-180deg) !important;
          transform: rotate(-180deg) !important;
}

.navbar-nav > li:not(.show2) > ul.dropdown-menu:not(.show2) {
  display: none !important;
}

header nav .dropdown:not(.show2) > .t1::after {
  -webkit-transform: rotate(0) !important;
          transform: rotate(0) !important;
}

header nav .dropdown:not(.show) > .t2::after {
  -webkit-transform: rotate(0) !important;
          transform: rotate(0) !important;
}

.column-3 {
  min-height: 0 !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

@media (max-width: 767px) {
  .dropdown-submenu > .dropdown-menu {
    margin: 0 !important;
  }
  .dropdown-submenu > .dropdown-menu li a {
    padding: 10px 50px !important;
  }
}

@font-face {
  font-family: "custom";
  src: url("../fonts/custom/custom.eot?") format("eot"), url("../fonts/custom/custom.svg#custom") format("svg"), url("../fonts/custom/custom.woff") format("woff"), url("../fonts/custom/custom.ttf") format("truetype");
}

@font-face {
  font-family: "Graphik-Regular";
  src: url("../fonts/Graphik/Graphik-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Graphik-RegularItalic";
  src: url("../fonts/Graphik/Graphik-RegularItalic.otf") format("opentype");
}

@font-face {
  font-family: "Graphik-Semibold";
  src: url("../fonts/Graphik/Graphik-Semibold.otf") format("opentype");
}

@font-face {
  font-family: "Graphik-SemiboldItalic";
  src: url("../fonts/Graphik/Graphik-SemiboldItalic.otf") format("opentype");
}

@font-face {
  font-family: "Graphik-Bold";
  src: url("../fonts/Graphik/Graphik-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Graphik-BoldItalic";
  src: url("../fonts/Graphik/Graphik-BoldItalic.otf") format("opentype");
}

@font-face {
  font-family: "Canela-Bold";
  src: url("../fonts/Canela/Canela-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Canela-BoldItalic";
  src: url("../fonts/Canela/Canela-BoldItalic.otf") format("opentype");
}

@font-face {
  font-family: "Canela-Medium";
  src: url("../fonts/Canela/Canela-Medium.otf") format("opentype");
}

@font-face {
  font-family: "Canela-MediumItalic";
  src: url("../fonts/Canela/Canela-MediumItalic.otf") format("opentype");
}

[class^="Customicon-"], [class*=" Customicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'custom' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 35px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, .h1 {
  font-size: 40px !important;
  font-family: graphik-bold;
}

h2, .h2 {
  font-size: 40px !important;
  font-family: Canela-bold;
}

h3, .h3 {
  font-size: 30px !important;
  font-family: graphik-semibold;
}

h4, .h4 {
  font-size: 30px !important;
  font-family: Canela-medium;
}

h5, .h5 {
  font-size: 24px !important;
  font-family: graphik-semibold;
}

h6, .h6 {
  font-size: 24px !important;
  font-family: Canela-medium;
}

.p1 {
  font-size: 28px;
}

.p1 * {
  font-size: 28px;
}

.p2 {
  font-size: 24px;
}

.p2 * {
  font-size: 24px;
}

.p3 {
  font-size: 20px;
}

.p3 * {
  font-size: 20px;
}

.oceanBlue * {
  color: #30347e;
}

.seaweedGreen * {
  color: #4aaba6;
}

.tropicalTeal * {
  color: #96ffde;
}

.earthRed * {
  color: #e05d21;
}

.salmonPink * {
  color: #f1c8cd;
}

.skyBlue * {
  color: #bad4ed;
}

.sandWhite * {
  color: #fdf9ee;
}

.white * {
  color: #fdf9ee;
}

.black * {
  color: #383a3e;
}

.socMed i::before {
  font-size: 30px !important;
  color: #30347e !important;
}

.Customicon-MENUBAR-BURGER-ICON:before {
  content: "\e900";
}

.Customicon-MENUBAR-CLOCK-ICON:before {
  content: "\e901";
}

@media (max-width: 767px) {
  .Customicon-MENUBAR-CLOCK-ICON:before {
    font-size: 45px;
    font-weight: bold;
  }
}

.Customicon-MENUBAR-MAP-ICON:before {
  content: "\e902";
}

@media (max-width: 767px) {
  .Customicon-MENUBAR-MAP-ICON:before {
    font-size: 45px;
    font-weight: bold;
  }
}

.Customicon-MENUBAR-SEARCH-ICON:before {
  content: "\e903";
  font-size: 18px;
}

@media (max-width: 767px) {
  .Customicon-MENUBAR-SEARCH-ICON:before {
    font-size: 45px;
    font-weight: bold;
  }
}

.Customicon-SFM-LOGO-FOOTER:before {
  content: "\e905";
}

.Customicon-SFM-LOGO-MENU:before {
  content: "\e906";
}

.Customicon-SSS-LOGO:before {
  content: "\e908";
}

.fa-lg {
  vertical-align: none !important;
}

.fab {
  margin-top: -2px;
}

.fab::before {
  font-size: 16px;
}

.glyphicon {
  font-family: "Glyphicons Halflings" !important;
}

.MotivaSans-Medium {
  font-family: MotivaSans-Medium;
  font-weight: normal;
  font-style: normal;
}

.MotivaSans-MediumItalic {
  font-family: MotivaSans-MediumItalic;
  font-weight: normal;
  font-style: normal;
}

.MotivaSans-Bold {
  font-family: MotivaSans-Bold;
  font-weight: normal;
  font-style: normal;
}

.MotivaSans-BoldItalic {
  font-family: MotivaSans-BoldItalic;
  font-weight: normal;
  font-style: normal;
}

.MotivaSans-Light {
  font-family: MotivaSans-Light;
  font-weight: normal;
  font-style: normal;
}

.MotivaSans-LightItalic {
  font-family: MotivaSans-LightItalic;
  font-weight: normal;
  font-style: normal;
}

.MotivaSans-Regular {
  font-family: MotivaSans-Regular;
  font-weight: normal;
  font-style: normal;
}

.MotivaSans-RegularItalic {
  font-family: MotivaSans-RegularItalic;
  font-weight: normal;
  font-style: normal;
}

.Graphik-Bold {
  font-family: Graphik-Bold !important;
  font-weight: normal;
  font-style: normal;
}

.Graphik-SemiBold {
  font-family: Graphik-SemiBold !important;
  font-weight: normal;
  font-style: normal;
}

main {
  overflow: hidden;
}

main a,
main span {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

main .header-wrapper {
  position: relative;
}

main .container .container {
  padding: 0;
}

main div:not(.flex-lg-row-reverse) > .RHS > div {
  padding: 0px 30px;
}

@media (max-width: 991px) {
  main div:not(.flex-lg-row-reverse) > .RHS > div {
    padding: 15px 15px;
  }
}

main div:not(.flex-lg-row-reverse) > .RHS h3 {
  margin-bottom: 1.5rem;
}

main div:not(.flex-lg-row-reverse) > .RHS iframe {
  max-width: 100%;
}

main .force-right {
  position: absolute;
  right: 15px;
  top: 14px;
  float: right;
  font-size: 20px;
}

main .whatOnTile {
  overflow: hidden;
}

main .whatOnTile a .tile-bg {
  height: 300px;
  position: relative;
  background-size: cover;
  -webkit-transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

main .whatOnTile a:hover .tile-bg {
  -webkit-transform: scale(1.075);
          transform: scale(1.075);
}

main .sfm_news .newsCont:last-child {
  margin-bottom: 0px !important;
}

main .edn_categoryInfo .edn_articleTitle, main .className h3 * {
  font-family: Canela-medium !important;
}

main .tile-content {
  position: absolute;
  margin-right: 15px;
}

main .tile-content span {
  display: block;
  padding: 11px 30px 11px;
  float: left;
  clear: both;
}

main .tile-content .date {
  color: #fdf9ee;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.25px;
}

main .tile-content .title {
  background: #dfda0d;
  color: #383a3e;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1.25px;
}

main .recipes .recipe a {
  margin-bottom: 15px;
}

main .recipes .recipe a .image_wrapper {
  padding-right: 0;
  padding-left: 0;
  height: auto;
}

main .recipes .recipe a .image_wrapper .recipeImgBox {
  overflow: hidden;
}

main .recipes .recipe a .image_wrapper .recipeImgBox img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

main .recipes .recipe a .content h3 a {
  color: #383a3e;
}

@media (max-width: 767px) {
  main .recipes .recipe a .content {
    padding: 0;
  }
}

main .recipes .recipe a .info-bottom {
  padding: 7px 15px 7px;
  margin-right: -15px;
  margin-left: -15px;
}

@media (max-width: 767px) {
  main .recipes .recipe a .info-bottom {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
    padding: 7px 1.5rem 7px;
  }
}

main .recipes .recipe a:hover .image_wrapper .recipeImgBox img {
  -webkit-transform: scale(1.075);
          transform: scale(1.075);
}

main .recipes .recipeCont:last-child {
  margin-bottom: 0px !important;
}

main .recipelist {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

main .recipelist .info-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 7px 25px 7px;
}

@media (max-width: 767px) {
  main .recipelist .info-bottom {
    position: relative;
    margin-left: 0;
    bottom: 0;
  }
}

main .species .summary {
  margin-top: 0px;
}

@media (max-width: 1199px) {
  main .species .summary {
    margin-top: -15px;
  }
}

@media (max-width: 991px) {
  main .species .summary {
    margin-top: 0px;
    padding-bottom: 21px;
  }
}

main .species .info-bottom {
  margin-top: -35px;
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  main .species .info-bottom {
    margin-top: -29px;
    padding-bottom: 5px;
  }
}

@media (max-width: 991px) {
  main .species .info-bottom {
    margin-top: -10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  main .species .info-bottom {
    margin-top: -20px;
  }
}

@media (max-width: 991px) {
  main .species {
    margin-bottom: 30px;
  }
}

main .speciesSubtitle {
  font-style: italic;
}

main .sfm_news .url {
  position: relative;
  display: block;
  overflow: hidden;
}

main .sfm_news .url .image_wrapper {
  position: relative;
  height: 320px;
  overflow: hidden;
}

main .sfm_news .url .newsImageBox {
  overflow: hidden;
}

main .sfm_news .url .image {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

main .sfm_news .url:hover .image {
  -webkit-transform: translateX(-50%) scale(1.075);
          transform: translateX(-50%) scale(1.075);
}

main a .image_wrapper {
  height: auto;
}

@media (min-width: 768px) {
  main a .image_wrapper {
    padding-right: 0;
  }
}

main a .image_wrapper .ImgBox {
  overflow: hidden;
}

main a .image_wrapper .ImgBox img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

main a:hover .image_wrapper .ImgBox img {
  -webkit-transform: scale(1.075);
          transform: scale(1.075);
}

main #recipeCarousel .carousel-inner .carousel-item.active,
main #recipeCarousel .carousel-inner .carousel-item-next,
main #recipeCarousel .carousel-inner .carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main #recipeCarousel .carousel-inner .carousel-item-right.active,
main #recipeCarousel .carousel-inner .carousel-item-next {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@media (min-width: 576px) {
  main #recipeCarousel .carousel-inner .carousel-item-right.active,
  main #recipeCarousel .carousel-inner .carousel-item-next {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media (min-width: 768px) {
  main #recipeCarousel .carousel-inner .carousel-item-right.active,
  main #recipeCarousel .carousel-inner .carousel-item-next {
    -webkit-transform: translateX(33%);
            transform: translateX(33%);
  }
}

@media (min-width: 992px) {
  main #recipeCarousel .carousel-inner .carousel-item-right.active,
  main #recipeCarousel .carousel-inner .carousel-item-next {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
}

main #recipeCarousel .carousel-inner .carousel-item-left.active,
main #recipeCarousel .carousel-inner .carousel-item-prev {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@media (min-width: 576px) {
  main #recipeCarousel .carousel-inner .carousel-item-left.active,
  main #recipeCarousel .carousel-inner .carousel-item-prev {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  main #recipeCarousel .carousel-inner .carousel-item-left.active,
  main #recipeCarousel .carousel-inner .carousel-item-prev {
    -webkit-transform: translateX(-33%);
            transform: translateX(-33%);
  }
}

@media (min-width: 992px) {
  main #recipeCarousel .carousel-inner .carousel-item-left.active,
  main #recipeCarousel .carousel-inner .carousel-item-prev {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}

main #recipeCarousel .carousel-inner .carousel-item-right,
main #recipeCarousel .carousel-inner .carousel-item-left {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

main #recipeCarousel .carousel-control-prev {
  left: -63px;
}

main #recipeCarousel .carousel-control-next {
  right: -63px;
}

main ul.recipe-categories {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
}

main ul.recipe-categories li {
  display: inline-block;
  width: 50%;
  text-align: center;
  padding-right: 5px;
  margin-bottom: 5px;
}

@media (min-width: 576px) {
  main ul.recipe-categories li {
    width: 50%;
  }
}

@media (min-width: 768px) {
  main ul.recipe-categories li {
    width: 25%;
  }
}

main ul.recipe-categories li img {
  width: 100%;
  height: auto;
}

main ul.recipe-categories li a {
  position: relative;
}

main ul.recipe-categories li a span {
  font-weight: 600;
  font-size: 13px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 0px 3px !important;
}

main .note {
  background: #fff4ee;
  padding: 15px;
  margin-bottom: 15px;
}

main .image_wrapper img {
  max-width: 100%;
}

main .container .row div .DnnModule.DnnModule-EasyDNNnewsCategoriesMenu {
  margin-bottom: 0;
}

main .btn-outline-light.color-white:hover {
  background: transparent;
  outline: #f8f9fa solid 2px;
}

main .color-white .EDNcategorycolor-default {
  color: #fdf9ee;
}

main .recipe-detail-content p,
main .recipe-detail-content ul,
main .recipe-detail-content ul li,
main .recipe-detail-content ol,
main .recipe-detail-content ol li {
  color: #444;
}

main .classDesc span {
  font-size: 15px;
}

main .category {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.25px;
}

main .tanBox {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.25px;
}

main .BtnPad {
  cursor: pointer;
  padding: 7px 10px 7px;
}

main .BtnPad.bg-red {
  border: 2px solid #f1583e;
  color: #fdf9ee !important;
}

main .BtnPad.bg-red:hover {
  background: transparent !important;
  color: #f1583e !important;
}

main .BtnPad.bg-red:hover > * {
  color: #f1583e !important;
}

main .BtnPad.bg-yellow {
  border: 2px solid #dfda0d;
  color: #383a3e !important;
}

main .BtnPad.bg-yellow:hover {
  background: #383a3e !important;
  color: #dfda0d !important;
}

main .BtnPad.bg-yellow:hover > * {
  color: #dfda0d !important;
}

main .BtnPad.bg-blue-light {
  border: 2px solid #56a0d3;
  color: #fdf9ee !important;
}

main .BtnPad.bg-blue-light:hover {
  background: transparent !important;
  color: #56a0d3 !important;
}

main .BtnPad.bg-blue-light:hover > * {
  color: #56a0d3 !important;
}

main .BtnPad.bg-blue-dark {
  border: 2px solid #00467f;
  color: #fdf9ee !important;
}

main .BtnPad.bg-blue-dark:hover {
  background: transparent !important;
  color: #00467f !important;
}

main .BtnPad.bg-blue-dark:hover > * {
  color: #00467f !important;
}

main .BtnPad.bg-white {
  border: 2px solid #fdf9ee;
  color: #383a3e !important;
}

main .BtnPad.bg-white:hover {
  background: transparent !important;
  color: #fdf9ee !important;
}

main .BtnPad.bg-white:hover > * {
  color: #fdf9ee !important;
}

main .BtnPad.bg-gray-dark {
  border: 2px solid #383a3e;
  color: #fdf9ee !important;
}

main .BtnPad.bg-gray-dark:hover {
  background: transparent !important;
  color: #383a3e !important;
}

main .BtnPad.bg-gray-dark:hover > * {
  color: #383a3e !important;
}

main .demonstratorBtn {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.25px;
  padding: 10px 10px 10px !important;
  cursor: pointer;
}

main .retailerTitle {
  font-family: Canela-Medium !important;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 1.25px;
}

main #categoryWrapper h3 span {
  font-family: Graphik-Regular;
}

main #categoryWrapper ul li a {
  color: #383a3e;
}

main #categoryWrapper ul li a:active {
  color: #f1583e;
}

main #categoryWrapper ul li a:hover {
  color: #f1583e;
}

main #categoryWrapper ul li.active a {
  color: #f1583e !important;
  font-weight: bold;
}

main .newsArchives h3 span {
  font-family: Graphik-Regular;
}

main .newsArchives ul {
  list-style: none;
}

main .newsArchives ul li a:active {
  color: #bc296a;
}

main .newsArchives ul li a:hover {
  color: #bc296a;
}

main .newsArchives ul li.active a {
  color: #bc296a !important;
  font-weight: bold;
}

main .newsDate,
main .eventDate {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

main .newsRead,
main .eventRead {
  font-size: 15px;
  font-weight: 600;
}

main .eventIcon {
  width: 45px;
  margin-right: 5px;
  margin-top: -5px;
}

main #collapseArchives h4 span {
  font-size: 28px;
}

main .scrollBox {
  vertical-align: bottom;
  display: inline-block;
}

main .scrollBox .scrollToClasses {
  color: #383a3e;
  border: 1px solid #383a3e;
  padding: 7px 15px 7px 15px;
  float: left;
}

main .scrollBox .scrollToClasses:after {
  content: ">";
  padding: 0px 0px 0 10px;
  font-weight: bold;
  color: #f1583e;
}

main .recipeMain.longIntro {
  height: 200px;
  overflow: hidden;
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  main .recipeMain {
    margin-bottom: 20px;
  }
  main .recipeMain h1 {
    width: 78%;
  }
}

main .presenterText {
  height: 150px;
  overflow: hidden;
}

main #recipesMainHoverButton,
main .demonstratorBtn {
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s, left 0.5s, right 0.5s, opacity 0.5s;
  -webkit-transition: left 0.5s, right 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  transition: left 0.5s, right 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, left 0.5s, right 0.5s, opacity 0.5s;
  transition: transform 0.5s, left 0.5s, right 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

main #recipesMainHoverButton {
  opacity: 0;
  top: 215px;
  left: 15px;
}

@media (max-width: 767px) {
  main #recipesMainHoverButton {
    top: 0px;
    right: 15px;
    left: auto;
  }
}

main #recipesMainHoverButton.open {
  left: -35px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (max-width: 767px) {
  main #recipesMainHoverButton.open {
    left: auto;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

main .presenterBtn {
  top: 200px;
  right: 15px;
}

@media (max-width: 767px) {
  main .presenterBtn {
    top: 0px;
  }
}

main .presenterBtn.open {
  right: -35px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 767px) {
  main .presenterBtn.open {
    right: 15px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

main .search_input {
  margin-bottom: 15px;
  margin-top: 15px;
}

main .search_input .input {
  width: 89%;
  display: inline-block;
}

main .search_input .input input {
  border: none;
  padding: 10px 20px 10px;
  font-weight: bold;
  outline: none;
  text-transform: uppercase;
  width: 100%;
}

main .search_input .input input::-webkit-input-placeholder {
  color: #f1583e;
  font-weight: bold;
}

main .search_input .input input:-ms-input-placeholder {
  color: #f1583e;
  font-weight: bold;
}

main .search_input .input input::-ms-input-placeholder {
  color: #f1583e;
  font-weight: bold;
}

main .search_input .input input::placeholder {
  color: #f1583e;
  font-weight: bold;
}

@media (min-width: 576px) {
  main .search_input .input {
    width: 91%;
  }
}

@media (min-width: 768px) {
  main .search_input .input {
    width: 94%;
  }
}

@media (min-width: 992px) {
  main .search_input .input {
    width: 83%;
  }
}

@media (min-width: 1200px) {
  main .search_input .input {
    width: 87%;
  }
}

main .search_input .do_search {
  background-color: #f1583e;
  color: #fdf9ee;
  font-weight: bold;
  padding: 10px 7px 10px 7px;
  margin: -3px;
}

main .dnnSearchBoxPanel .dnnSearchResultAdvancedTip {
  display: none;
}

main .dnnSearchBoxPanel .dnnSearchBox {
  margin-right: 10px;
  height: 39px;
}

main .ModEasyDNNrotatorC .chameleon_slider.callisto .scrollable_box {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

main .ModEasyDNNrotatorC .chameleon_slider.callisto .scrollable_box .overview {
  visibility: hidden;
  opacity: 0;
}

main .ModEasyDNNrotatorC .chameleon_slider.callisto .scrollable_box .viewport a:hover {
  color: #383a3e !important;
}

main .article_pager {
  margin-top: 8px;
  margin-bottom: 8px;
}

main .article_pager .page {
  margin-right: 7px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 20px;
  line-height: 3;
  color: #dfda0d;
  margin: 0 5px;
  text-decoration: none;
  padding: 10px 8px 5px 12px;
  border: 2px solid #dfda0d;
}

main .article_pager .page.active, main .article_pager .page:hover {
  color: #383a3e !important;
  background: #dfda0d;
}

main .bg-red.color-white a:hover {
  color: #fdf9ee !important;
}

@media (max-width: 991px) {
  main .breakerBox #floatContent {
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    padding: 0;
    margin: 0px 15px;
  }
  main .breakerBox #floatContent > div {
    padding: 20px !important;
  }
}

main .breakerBox #floatContent #floatContentTitle {
  margin-left: -22%;
  margin-top: 35px;
  width: 122%;
  padding: 15px;
  background: #fdf9ee;
}

@media (max-width: 991px) {
  main .breakerBox #floatContent #floatContentTitle {
    margin-left: 0;
    width: 100%;
    background: none;
  }
}

main .breakerBox #floatContent #floatContentTitle h2 {
  font-weight: bold;
  font-size: 25px;
}

main .breakerBox #dualBG {
  position: relative;
}

main .breakerBox #dualBG * {
  z-index: 1;
}

main .breakerBox #dualBG:before {
  content: "";
  background: url(/images/waves.png);
  background-size: cover;
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0 !important;
}

main .allLink {
  position: absolute;
  top: -35px;
}

@media (max-width: 575px) {
  main .allLink {
    top: -27px;
    font-size: 15px;
    font-weight: bold;
  }
}

main .monthDivider:last-child {
  display: none;
}

main .carousel-control-prev,
main .carousel-control-next {
  cursor: pointer;
}

main .miniT table {
  border: none;
}

main .miniT table * {
  border: none;
}

main .miniT table tr {
  border-bottom: 1px solid #e1e1e2;
}

main .miniT table.mcFix tr th,
main .miniT table.mcFix tr td {
  width: 80%;
}

main .miniT *:last-child {
  margin-bottom: 0;
}

main .miniT li {
  margin-bottom: 1rem;
}

main .FAQMenu {
  margin-bottom: 15px;
}

main .FAQMenu .FAQMenuItem:last-child .faqMenuDivider {
  display: none !important;
}

main .FAQMenu p {
  margin-bottom: 5px;
}

p a,
div a,
li a {
  color: #00aeef;
  text-decoration: underline;
}

.ModEasyDNNnewsC p a,
.ModEasyDNNnewsC div a,
.ModEasyDNNnewsC li a, .ModEasyDNNnewsCategoriesMenuC p a,
.ModEasyDNNnewsCategoriesMenuC div a,
.ModEasyDNNnewsCategoriesMenuC li a {
  text-decoration: none;
}

.SFM main a {
  color: #30347e;
}

.corp .ModEasyDNNrotatorC .chameleon_slider.callisto .scrollable_box {
  background: #56a0d3;
}

.corp .ModEasyDNNrotatorC .chameleon_slider.callisto .pagination .pages_container li.current {
  background-position: -92px -60px;
}

.corp .article_pager .page {
  color: #56a0d3;
  border: 2px solid #56a0d3;
}

.corp .article_pager .page.active, .corp .article_pager .page:hover {
  background: #56a0d3;
  color: #fdf9ee !important;
}

.SSS main a {
  color: #e05d21;
}

.SSS .ModEasyDNNrotatorC .chameleon_slider.callisto .scrollable_box {
  background: #f1583e;
}

.SSS .ModEasyDNNrotatorC .chameleon_slider.callisto .pagination .pages_container li.current {
  background-position: -92px -36px;
}

.SSS .article_pager .page {
  color: #f1583e;
  border: 2px solid #f1583e;
}

.SSS .article_pager .page.active, .SSS .article_pager .page:hover {
  background: #f1583e;
  color: #fdf9ee !important;
}

.SSS.homePage .slick-arrow {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #f1583e;
}

.SSS.homePage .slick-arrow.slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #f1583e;
}

.SSS.homePage .slick-arrow.slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #f1583e;
}

.ST .ModEasyDNNrotatorC .chameleon_slider.callisto .scrollable_box {
  background: #00467f;
}

.ST .ModEasyDNNrotatorC .chameleon_slider.callisto .scrollable_box .viewport a {
  color: #fdf9ee;
}

.ST .ModEasyDNNrotatorC .chameleon_slider.callisto .scrollable_box .viewport a:hover {
  color: #fdf9ee !important;
}

.ST .ModEasyDNNrotatorC .chameleon_slider.callisto .pagination .pages_container li.current {
  background-position: -92px -48px;
}

.ST .article_pager .page {
  color: #00467f;
  border: 2px solid #00467f;
}

.ST .article_pager .page.active, .ST .article_pager .page:hover {
  background: #00467f;
  color: #fdf9ee !important;
}

.btn {
  text-decoration: none !important;
}

.btn span {
  font-size: 20px;
  font-family: graphik-bold !important;
  text-transform: uppercase;
}

.btn.round {
  border-radius: 35px;
}

.btn * {
  text-decoration: none !important;
}

.Normal ul li {
  list-style: disc;
  font-size: 16px;
  margin-left: 5px;
  margin-bottom: 5px;
}

.startDate,
.eventDivider,
.endDate {
  -webkit-transition: color 0.5s, margin-left 0.5s;
  /* Safari */
  transition: color 0.5s, margin-left 0.5s;
  color: #383a3e !important;
  margin-left: -20px;
}

.startDate.rdy,
.eventDivider.rdy,
.endDate.rdy {
  color: #fdf9ee !important;
  margin-left: 0;
}

.news .startDate,
.news .eventDivider,
.news .endDate {
  color: #fdf9ee !important;
  margin-left: 0;
}

/********************************SOCIAL TABS*********************************/
#instaFeed,
#ytFeed,
#twFeed {
  display: none;
  text-align: center;
}

#instaFeed.open,
#ytFeed.open,
#twFeed.open {
  display: block;
}

/*******************************AUCTION CLOCK********************************/
.hide-tooltip {
  display: none;
}

/*****************************SECTION EXPANDER*******************************/
.container .DnnModule:last-child .FAQbox {
  margin-bottom: 30px;
}

.FAQbox {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}

.FAQbox .FAQBtn {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid grey;
  padding-bottom: 10px;
}

.FAQbox .FAQBtn i {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.FAQbox .FAQBtn h3 {
  margin-bottom: 0;
  width: 95%;
}

.FAQbox .expander {
  height: 0px;
  margin: 0px 15px;
  overflow: hidden;
  -webkit-transition: height 0.5s, margin 0.5s;
  transition: height 0.5s, margin 0.5s;
}

.FAQbox.open .expander {
  margin: 15px;
}

.FAQbox.open .FAQBtn i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.featuredPresenters .presenter {
  display: none;
}

.hiddenPresenter {
  display: none;
}

.featuredPresenters .presenter.featuredPresenter {
  display: block;
}

.sc-content-block-menu {
  display: none !important;
}

main .DnnModule .DNNContainer {
  display: inline-block;
}

main .DnnModule ul li {
  list-style-type: inherit;
}

main a {
  text-decoration: underline;
}

main .boxed {
  border: 1px solid #e1e1e2;
}

main .boxed .heading_wrapper {
  padding: 5px 30px 5px 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .boxed .content_wrapper {
  padding: 15px 30px 20px 30px;
}

main .boxed .fas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  margin-left: -22px;
  font-size: 20px;
  margin-right: 5px;
  color: #444;
}

main .boxed h3 {
  margin-top: -29px;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  main .boxed h3 {
    margin-top: -26px;
  }
}

main .boxed h5 {
  margin-top: 2px;
}

main .boxed a {
  color: #30347e;
}

main .boxed .collapsible-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

main .boxed .collapsible-wrapper:after {
  content: '';
  height: 50px;
  -webkit-transition: height 0.3s linear, max-height 0s 0.3s linear;
  transition: height 0.3s linear, max-height 0s 0.3s linear;
  max-height: 0px;
}

main .boxed .collapsible {
  -webkit-transition: margin-bottom 0.3s cubic-bezier(0, 0, 0, 1);
  transition: margin-bottom 0.3s cubic-bezier(0, 0, 0, 1);
  margin-bottom: 0;
  max-height: 1000000px;
}

main .boxed .collapsible-wrapper.collapsed > .collapsible {
  margin-bottom: -2000px;
  -webkit-transition: margin-bottom 0.3s cubic-bezier(1, 0, 1, 1), visibility 0s 0.3s, max-height 0s 0.3s;
  transition: margin-bottom 0.3s cubic-bezier(1, 0, 1, 1), visibility 0s 0.3s, max-height 0s 0.3s;
  visibility: hidden;
  max-height: 0;
}

main .boxed .collapsible-wrapper.collapsed:after {
  height: 0;
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
  max-height: 50px;
}

main .boxed table th, main .boxed table td {
  border-color: white;
}

main .imageTitleLink .image_wrapper {
  width: 45%;
  margin-right: 5%;
  float: left;
}

main .imageTitleLink .image_wrapper img {
  width: 100%;
  height: auto;
}

main .imageTitleLink .heading_wrapper {
  width: 50%;
  float: left;
}

main .imageTitleLink * {
  color: #333;
}

main .imageTitleContent .image_wrapper,
main .imageTitleContent .heading_wrapper {
  margin-bottom: 30px;
}

.innerPage .titleNoTitle > .divider {
  display: none !important;
}

#Body.dnnEditState .featuredPresenters .presenter {
  display: initial;
}

#Body.dnnEditState .hiddenPresenter {
  display: initial;
  background: lightgrey;
}

#Body.dnnEditState .hiddenPresenter.presenterCat {
  display: block;
}

#Body.dnnEditState .featuredPresenter {
  display: initial;
  background: #e05d21;
}

.presenter2022 {
  background-color: #e05d21 !important;
  padding-left: 10px !important;
}

.presenter2022 p {
  color: #fdf9ee !important;
  text-transform: uppercase !important;
  font-size: 20px !important;
}

.presenter2022 h6 {
  color: #f1c8cd !important;
  font-size: 20px !important;
}

.presenter2022 a {
  color: #fdf9ee !important;
  text-decoration: none !important;
  border: none !important;
  outline: 0 !important;
  display: inline-block !important;
  padding: 8px !important;
  text-align: left !important;
  cursor: pointer !important;
  width: 100% !important;
  font-size: 18px !important;
  padding-left: 10px !important;
}

.imgCaption * {
  color: grey !important;
}

main .article_pager .page {
  padding: 10px 8px 5px 12px !important;
}

body:not(.macOS) {
  /*.lhCrop,
	.classDesc span,
	a span,
	p,
	h1,
	h2,
	h3,
	h4,
	h5 {
		@include lhCrop(1.5); //line-height: 1.5
	}*/
}

body:not(.macOS) .addthis_inline_share_toolbox span:before,
body:not(.macOS) .eventDate span:before,
body:not(.macOS) .className span:before,
body:not(.macOS) .sb-title span:before,
body:not(.macOS) .FAQMenuItem *:before,
body:not(.macOS) .addthis_toolbox *:before,
body:not(.macOS) .atm-i *:before {
  content: none;
}

body:not(.macOS) main .article_pager .page {
  padding: 1px 8px 5px 12px !important;
}

body.macOS .bCrumbBar .breadcrumbs {
  padding-top: 3px;
}

#mc_embed_signup {
  background: transparent;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  width: 100%;
}

.modalContent__content {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.featherlight-content {
  width: 75%;
}

@media (max-width: 767px) {
  .featherlight-content {
    width: 80%;
  }
}

@media (max-width: 1199px) {
  .featherlight-content {
    width: 60%;
  }
}

.chameleon_slider .scrollable_box .scrollbar {
  display: none !important;
}

#dnn_searchPane {
  min-height: 55px;
}

.slicktiles {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .slicktiles {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

.slicktiles .slick-slide:nth-child(even) {
  margin-left: 25px;
}

.slicktiles .slick-slide:nth-child(odd) {
  margin-right: 25px;
}

.slicktiles .item .sc-menu {
  position: absolute;
}

.slicktiles .item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .slicktiles .item > div {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding: 20px 25px !important;
  }
}

.slicktiles .item.type1 > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.slicktiles .item.type2 > div {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 35px;
}

.slicktiles .item .btn {
  padding: 1px 10px 5px;
  border: 2px solid;
  border-radius: 100%;
  min-height: 30px;
  min-width: 30px;
  line-height: 1;
  font-weight: bold;
  font-size: 30px;
}

.slicktiles .item .btn span {
  font-size: 30px;
}

@media (max-width: 767px) {
  .slicktiles .item > div {
    position: relative !important;
  }
  .slicktiles .item .btn {
    padding: 5px 10px 3px;
  }
  .contentTiles > div:first-child {
    padding-top: 0;
  }
  .contentTiles > div:last-child {
    padding-bottom: 35px;
  }
}

footer {
  background: #606165;
}

footer #homeFooter {
  background: #30347e;
}

footer #homeFooter * {
  color: #fdf9ee !important;
}

footer #homeFooter .signUp a {
  border-color: #fdf9ee !important;
}

footer #homeFooter .signUp a:hover {
  background: #fdf9ee !important;
}

footer #homeFooter .signUp a:hover span {
  color: #30347e !important;
}

footer #corpFooter {
  background: #4aaba6;
}

footer #corpFooter * {
  color: #30347e !important;
}

footer #corpFooter .signUp a {
  border-color: #30347e !important;
}

footer #corpFooter .signUp a:hover {
  background: #30347e !important;
}

footer #corpFooter .signUp a:hover span {
  color: #fdf9ee !important;
}

footer #SSSFooter {
  background: #e05d21;
}

footer #SSSFooter * {
  color: #fdf9ee !important;
}

footer #SSSFooter .signUp a {
  border-color: #fdf9ee !important;
}

footer #SSSFooter .signUp a:hover {
  background: #fdf9ee !important;
}

footer #SSSFooter .signUp a:hover span {
  color: #30347e !important;
}

footer #STFooter {
  background: #bad4ed;
}

footer #STFooter * {
  color: #30347e !important;
}

footer #STFooter .signUp a {
  border-color: #30347e !important;
}

footer #STFooter .signUp a:hover {
  background: #30347e !important;
}

footer #STFooter .signUp a:hover span {
  color: #fdf9ee !important;
}

footer a {
  text-decoration: none !important;
}

@media (max-width: 767px) {
  footer * {
    text-align: center !important;
    margin: auto;
  }
}

footer h2, footer h3, footer h4, footer h5, footer h6, footer p, footer a, footer li, footer span {
  color: #fdf9ee !important;
  font-family: MotivaSans-Regular !important;
}

footer h3 {
  font-size: 24px !important;
  font-weight: 600;
  letter-spacing: 1.25px;
}

footer h4 {
  font-size: 20px !important;
  font-weight: 600;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

footer .logo-footer {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

footer ul {
  margin: 0 0 0 0px;
}

footer ul li {
  margin-left: 0 !important;
  font-size: 20px;
  list-style: none !important;
  line-height: 1.4;
}

footer .signUp a {
  border-radius: 25px;
  width: 150px;
  text-align: center;
  outline: none !important;
}

footer .signUp a span {
  width: 100%;
  text-transform: uppercase;
}

footer .footerBase {
  min-height: 35px;
  padding-bottom: 4px;
}

@media (max-width: 767px) {
  footer .footerBase .terms-priv, footer .footerBase .copyright {
    text-align: center !important;
  }
}

footer .footerBase > div {
  margin-top: 5px;
  margin-bottom: 5px;
}

footer .btn-outline-light.color-white:hover {
  background: transparent;
  outline: #f8f9fa solid 2px;
}

footer .fa-lg, footer .fab {
  line-height: 1;
  vertical-align: 0;
  margin-top: 0;
}

footer .navbar-brand {
  width: 100px;
  margin-right: 0 !important;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

footer .navbar-brand img {
  width: 100%;
}

.CTA footer h2, .CTA footer h3, .CTA footer h4, .CTA footer h5, .CTA footer h6, .CTA footer p, .CTA footer a, .CTA footer li, .CTA footer span {
  color: #383a3e !important;
}
/*# sourceMappingURL=style.css.map */