@charset "UTF-8";
.background-cover, .square, .rectangle, #playlistSlider .playlistSlider-item .pl-item-inner .pl-item-image, .sidebar-article-feature .article-link .photo, .sidebar-article-list .article-link .photo, .sidebar-article-list .article-link:first-child .photo, .home-template-1-article-list .article-link .photo, .triple-photo-article-list .article-link .photo, .triple-photo-article-list-vertical .article-link .photo, .block-4-article-list .article-link .photo, .block-12-article-list .article-link .photo, .category-group-article-list .article-link .photo, .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .photo, body#ismobile .category-group-article-list .article-link .photo, body#ismobile .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .photo, .category-card-article-list .article-link .photo, .top-story-outer .top-story, article.post .featured-image, body.archive .top-story, .guide-image, .wvmn-podcasts .wvmn-podcast-image, .tournament-article-list .article-link .photo {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center 25%;
  background-repeat: no-repeat; }

.background-contain, #classifieds .classifieds-option, #classifieds .promos a, #classifieds .promos div, .gamedaycontent {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.square {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto; }
  .square-inner {
    position: absolute;
    width: 100%;
    height: 100%; }
  .square:after {
    content: "";
    display: block;
    padding-bottom: 85%; }

.rectangle {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto; }
  .rectangle-inner {
    position: absolute;
    width: 100%;
    height: 100%; }
  .rectangle:after {
    content: "";
    display: block;
    padding-bottom: 55%; }

@-webkit-keyframes anim {
  from {
    -webkit-transform: rotateY(0deg); }
  to {
    -webkit-transform: rotateY(-360deg); } }
@keyframes anim {
  from {
    transform: rotateY(0deg); }
  to {
    transform: rotateY(-360deg); } }
/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #084C86;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #E51B23;
  --orange: #fd7e14;
  --yellow: #ECB13E;
  --green: #28a745;
  --teal: #29c99a;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #707072;
  --gray-dark: #414143;
  --primary: #E51B23;
  --secondary: #707072;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ECB13E;
  --danger: #E51B23;
  --light: #eef1f4;
  --dark: #414143;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 900px;
  --breakpoint-lg: 1200px;
  --breakpoint-xl: 1430px;
  --font-family-sans-serif: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(17, 17, 20, 0); }

@-ms-viewport {
  width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #29292c;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #E51B23;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #a11218;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #707072;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

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

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(17, 17, 20, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #707072; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #b8b8b9;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #707072; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #29292c;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #29292c; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 600px; } }
  @media (min-width: 900px) {
    .container {
      max-width: 870px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1170px; } }
  @media (min-width: 1430px) {
    .container {
      max-width: 1240px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 900px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1430px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #b8b8b9; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #b8b8b9; }
  .table tbody + tbody {
    border-top: 2px solid #b8b8b9; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #b8b8b9; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #b8b8b9; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(17, 17, 20, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(17, 17, 20, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #f8bfc1; }

.table-hover .table-primary:hover {
  background-color: #f5a8ab; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #f5a8ab; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d7d7d8; }

.table-hover .table-secondary:hover {
  background-color: #cacacb; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #cacacb; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fae9c9; }

.table-hover .table-warning:hover {
  background-color: #f8dfb2; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #f8dfb2; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f8bfc1; }

.table-hover .table-danger:hover {
  background-color: #f5a8ab; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f5a8ab; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fafbfc; }

.table-hover .table-light:hover {
  background-color: #eaeef2; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #eaeef2; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #cacaca; }

.table-hover .table-dark:hover {
  background-color: #bdbdbd; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #bdbdbd; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(17, 17, 20, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(5, 5, 6, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(5, 5, 6, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #29292c;
  border-color: #3b3b40; }
.table .thead-light th {
  color: #58585b;
  background-color: #cfcfd0;
  border-color: #b8b8b9; }

.table-dark {
  color: #fff;
  background-color: #29292c; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #3b3b40; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }
@media (max-width: 899.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 1199.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }
@media (max-width: 1429.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control, .wpcf7 input[type=text],
.wpcf7 input[type=search],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=submit],
.wpcf7 select,
.wpcf7 textarea, .wpcf7 .wpcf7-validation-errors, .tml-action-login .tml-login .tml-field,
.bim-catalyst-become-subscriber .tml-field, body.tml-action-profile .tml-field {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #58585b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #a0a0a1;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control, .wpcf7 input[type=text],
    .wpcf7 input[type=search],
    .wpcf7 input[type=url],
    .wpcf7 input[type=tel],
    .wpcf7 input[type=number],
    .wpcf7 input[type=range],
    .wpcf7 input[type=date],
    .wpcf7 input[type=month],
    .wpcf7 input[type=week],
    .wpcf7 input[type=time],
    .wpcf7 input[type=datetime],
    .wpcf7 input[type=datetime-local],
    .wpcf7 input[type=color],
    .wpcf7 input[type=email],
    .wpcf7 input[type=file],
    .wpcf7 input[type=submit],
    .wpcf7 select,
    .wpcf7 textarea, .wpcf7 .wpcf7-validation-errors, .tml-action-login .tml-login .tml-field,
    .bim-catalyst-become-subscriber .tml-field, body.tml-action-profile .tml-field {
      transition: none; } }
  .form-control::-ms-expand, .wpcf7 input[type=text]::-ms-expand,
  .wpcf7 input[type=search]::-ms-expand,
  .wpcf7 input[type=url]::-ms-expand,
  .wpcf7 input[type=tel]::-ms-expand,
  .wpcf7 input[type=number]::-ms-expand,
  .wpcf7 input[type=range]::-ms-expand,
  .wpcf7 input[type=date]::-ms-expand,
  .wpcf7 input[type=month]::-ms-expand,
  .wpcf7 input[type=week]::-ms-expand,
  .wpcf7 input[type=time]::-ms-expand,
  .wpcf7 input[type=datetime]::-ms-expand,
  .wpcf7 input[type=datetime-local]::-ms-expand,
  .wpcf7 input[type=color]::-ms-expand,
  .wpcf7 input[type=email]::-ms-expand,
  .wpcf7 input[type=file]::-ms-expand,
  .wpcf7 input[type=submit]::-ms-expand,
  .wpcf7 select::-ms-expand,
  .wpcf7 textarea::-ms-expand, .wpcf7 .wpcf7-validation-errors::-ms-expand, .tml-action-login .tml-login .tml-field::-ms-expand,
  .bim-catalyst-become-subscriber .tml-field::-ms-expand, body.tml-action-profile .tml-field::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, .wpcf7 input[type=text]:focus,
  .wpcf7 input[type=search]:focus,
  .wpcf7 input[type=url]:focus,
  .wpcf7 input[type=tel]:focus,
  .wpcf7 input[type=number]:focus,
  .wpcf7 input[type=range]:focus,
  .wpcf7 input[type=date]:focus,
  .wpcf7 input[type=month]:focus,
  .wpcf7 input[type=week]:focus,
  .wpcf7 input[type=time]:focus,
  .wpcf7 input[type=datetime]:focus,
  .wpcf7 input[type=datetime-local]:focus,
  .wpcf7 input[type=color]:focus,
  .wpcf7 input[type=email]:focus,
  .wpcf7 input[type=file]:focus,
  .wpcf7 input[type=submit]:focus,
  .wpcf7 select:focus,
  .wpcf7 textarea:focus, .wpcf7 .wpcf7-validation-errors:focus, .tml-action-login .tml-login .tml-field:focus,
  .bim-catalyst-become-subscriber .tml-field:focus, body.tml-action-profile .tml-field:focus {
    color: #58585b;
    background-color: #fff;
    border-color: #f28d91;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(229, 27, 35, 0.25); }
  .form-control::placeholder, .wpcf7 input[type=text]::placeholder,
  .wpcf7 input[type=search]::placeholder,
  .wpcf7 input[type=url]::placeholder,
  .wpcf7 input[type=tel]::placeholder,
  .wpcf7 input[type=number]::placeholder,
  .wpcf7 input[type=range]::placeholder,
  .wpcf7 input[type=date]::placeholder,
  .wpcf7 input[type=month]::placeholder,
  .wpcf7 input[type=week]::placeholder,
  .wpcf7 input[type=time]::placeholder,
  .wpcf7 input[type=datetime]::placeholder,
  .wpcf7 input[type=datetime-local]::placeholder,
  .wpcf7 input[type=color]::placeholder,
  .wpcf7 input[type=email]::placeholder,
  .wpcf7 input[type=file]::placeholder,
  .wpcf7 input[type=submit]::placeholder,
  .wpcf7 select::placeholder,
  .wpcf7 textarea::placeholder, .wpcf7 .wpcf7-validation-errors::placeholder, .tml-action-login .tml-login .tml-field::placeholder,
  .bim-catalyst-become-subscriber .tml-field::placeholder, body.tml-action-profile .tml-field::placeholder {
    color: #707072;
    opacity: 1; }
  .form-control:disabled, .wpcf7 input[type=text]:disabled,
  .wpcf7 input[type=search]:disabled,
  .wpcf7 input[type=url]:disabled,
  .wpcf7 input[type=tel]:disabled,
  .wpcf7 input[type=number]:disabled,
  .wpcf7 input[type=range]:disabled,
  .wpcf7 input[type=date]:disabled,
  .wpcf7 input[type=month]:disabled,
  .wpcf7 input[type=week]:disabled,
  .wpcf7 input[type=time]:disabled,
  .wpcf7 input[type=datetime]:disabled,
  .wpcf7 input[type=datetime-local]:disabled,
  .wpcf7 input[type=color]:disabled,
  .wpcf7 input[type=email]:disabled,
  .wpcf7 input[type=file]:disabled,
  .wpcf7 input[type=submit]:disabled,
  .wpcf7 select:disabled,
  .wpcf7 textarea:disabled, .wpcf7 .wpcf7-validation-errors:disabled, .tml-action-login .tml-login .tml-field:disabled,
  .bim-catalyst-become-subscriber .tml-field:disabled, body.tml-action-profile .tml-field:disabled, .form-control[readonly], .wpcf7 input[readonly][type=text],
  .wpcf7 input[readonly][type=search],
  .wpcf7 input[readonly][type=url],
  .wpcf7 input[readonly][type=tel],
  .wpcf7 input[readonly][type=number],
  .wpcf7 input[readonly][type=range],
  .wpcf7 input[readonly][type=date],
  .wpcf7 input[readonly][type=month],
  .wpcf7 input[readonly][type=week],
  .wpcf7 input[readonly][type=time],
  .wpcf7 input[readonly][type=datetime],
  .wpcf7 input[readonly][type=datetime-local],
  .wpcf7 input[readonly][type=color],
  .wpcf7 input[readonly][type=email],
  .wpcf7 input[readonly][type=file],
  .wpcf7 input[readonly][type=submit],
  .wpcf7 select[readonly],
  .wpcf7 textarea[readonly], .wpcf7 [readonly].wpcf7-validation-errors, .tml-action-login .tml-login [readonly].tml-field,
  .bim-catalyst-become-subscriber [readonly].tml-field, body.tml-action-profile [readonly].tml-field {
    background-color: #cfcfd0;
    opacity: 1; }

select.form-control:focus::-ms-value,
.wpcf7 select:focus::-ms-value, .tml-action-login .tml-login select.tml-field:focus::-ms-value,
.bim-catalyst-become-subscriber select.tml-field:focus::-ms-value, body.tml-action-profile select.tml-field:focus::-ms-value {
  color: #58585b;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #29292c;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size],
.wpcf7 select[size], .tml-action-login .tml-login select[size].tml-field,
.bim-catalyst-become-subscriber select[size].tml-field, body.tml-action-profile select[size].tml-field, select.form-control[multiple],
.wpcf7 select[multiple], .tml-action-login .tml-login select[multiple].tml-field,
.bim-catalyst-become-subscriber select[multiple].tml-field, body.tml-action-profile select[multiple].tml-field {
  height: auto; }

textarea.form-control,
.wpcf7 textarea, .wpcf7 textarea.wpcf7-validation-errors, .tml-action-login .tml-login textarea.tml-field,
.bim-catalyst-become-subscriber textarea.tml-field, body.tml-action-profile textarea.tml-field {
  height: auto; }

.form-group, .wpcf7 .wpcf7-form p {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #707072; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .was-validated .wpcf7 input[type=text]:valid, .wpcf7 .was-validated input[type=text]:valid,
.was-validated .wpcf7 input[type=search]:valid,
.wpcf7 .was-validated input[type=search]:valid,
.was-validated .wpcf7 input[type=url]:valid,
.wpcf7 .was-validated input[type=url]:valid,
.was-validated .wpcf7 input[type=tel]:valid,
.wpcf7 .was-validated input[type=tel]:valid,
.was-validated .wpcf7 input[type=number]:valid,
.wpcf7 .was-validated input[type=number]:valid,
.was-validated .wpcf7 input[type=range]:valid,
.wpcf7 .was-validated input[type=range]:valid,
.was-validated .wpcf7 input[type=date]:valid,
.wpcf7 .was-validated input[type=date]:valid,
.was-validated .wpcf7 input[type=month]:valid,
.wpcf7 .was-validated input[type=month]:valid,
.was-validated .wpcf7 input[type=week]:valid,
.wpcf7 .was-validated input[type=week]:valid,
.was-validated .wpcf7 input[type=time]:valid,
.wpcf7 .was-validated input[type=time]:valid,
.was-validated .wpcf7 input[type=datetime]:valid,
.wpcf7 .was-validated input[type=datetime]:valid,
.was-validated .wpcf7 input[type=datetime-local]:valid,
.wpcf7 .was-validated input[type=datetime-local]:valid,
.was-validated .wpcf7 input[type=color]:valid,
.wpcf7 .was-validated input[type=color]:valid,
.was-validated .wpcf7 input[type=email]:valid,
.wpcf7 .was-validated input[type=email]:valid,
.was-validated .wpcf7 input[type=file]:valid,
.wpcf7 .was-validated input[type=file]:valid,
.was-validated .wpcf7 input[type=submit]:valid,
.wpcf7 .was-validated input[type=submit]:valid,
.was-validated .wpcf7 select:valid,
.wpcf7 .was-validated select:valid,
.was-validated .wpcf7 textarea:valid,
.wpcf7 .was-validated textarea:valid, .was-validated .wpcf7 .wpcf7-validation-errors:valid, .wpcf7 .was-validated .wpcf7-validation-errors:valid, .was-validated .tml-action-login .tml-login .tml-field:valid, .tml-action-login .tml-login .was-validated .tml-field:valid,
.was-validated .bim-catalyst-become-subscriber .tml-field:valid,
.bim-catalyst-become-subscriber .was-validated .tml-field:valid, .was-validated body.tml-action-profile .tml-field:valid, body.tml-action-profile .was-validated .tml-field:valid, .form-control.is-valid, .wpcf7 input.is-valid[type=text],
.wpcf7 input.is-valid[type=search],
.wpcf7 input.is-valid[type=url],
.wpcf7 input.is-valid[type=tel],
.wpcf7 input.is-valid[type=number],
.wpcf7 input.is-valid[type=range],
.wpcf7 input.is-valid[type=date],
.wpcf7 input.is-valid[type=month],
.wpcf7 input.is-valid[type=week],
.wpcf7 input.is-valid[type=time],
.wpcf7 input.is-valid[type=datetime],
.wpcf7 input.is-valid[type=datetime-local],
.wpcf7 input.is-valid[type=color],
.wpcf7 input.is-valid[type=email],
.wpcf7 input.is-valid[type=file],
.wpcf7 input.is-valid[type=submit],
.wpcf7 select.is-valid,
.wpcf7 textarea.is-valid, .wpcf7 .is-valid.wpcf7-validation-errors, .tml-action-login .tml-login .is-valid.tml-field,
.bim-catalyst-become-subscriber .is-valid.tml-field, body.tml-action-profile .is-valid.tml-field,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .was-validated .wpcf7 input[type=text]:valid:focus, .wpcf7 .was-validated input[type=text]:valid:focus,
  .was-validated .wpcf7 input[type=search]:valid:focus,
  .wpcf7 .was-validated input[type=search]:valid:focus,
  .was-validated .wpcf7 input[type=url]:valid:focus,
  .wpcf7 .was-validated input[type=url]:valid:focus,
  .was-validated .wpcf7 input[type=tel]:valid:focus,
  .wpcf7 .was-validated input[type=tel]:valid:focus,
  .was-validated .wpcf7 input[type=number]:valid:focus,
  .wpcf7 .was-validated input[type=number]:valid:focus,
  .was-validated .wpcf7 input[type=range]:valid:focus,
  .wpcf7 .was-validated input[type=range]:valid:focus,
  .was-validated .wpcf7 input[type=date]:valid:focus,
  .wpcf7 .was-validated input[type=date]:valid:focus,
  .was-validated .wpcf7 input[type=month]:valid:focus,
  .wpcf7 .was-validated input[type=month]:valid:focus,
  .was-validated .wpcf7 input[type=week]:valid:focus,
  .wpcf7 .was-validated input[type=week]:valid:focus,
  .was-validated .wpcf7 input[type=time]:valid:focus,
  .wpcf7 .was-validated input[type=time]:valid:focus,
  .was-validated .wpcf7 input[type=datetime]:valid:focus,
  .wpcf7 .was-validated input[type=datetime]:valid:focus,
  .was-validated .wpcf7 input[type=datetime-local]:valid:focus,
  .wpcf7 .was-validated input[type=datetime-local]:valid:focus,
  .was-validated .wpcf7 input[type=color]:valid:focus,
  .wpcf7 .was-validated input[type=color]:valid:focus,
  .was-validated .wpcf7 input[type=email]:valid:focus,
  .wpcf7 .was-validated input[type=email]:valid:focus,
  .was-validated .wpcf7 input[type=file]:valid:focus,
  .wpcf7 .was-validated input[type=file]:valid:focus,
  .was-validated .wpcf7 input[type=submit]:valid:focus,
  .wpcf7 .was-validated input[type=submit]:valid:focus,
  .was-validated .wpcf7 select:valid:focus,
  .wpcf7 .was-validated select:valid:focus,
  .was-validated .wpcf7 textarea:valid:focus,
  .wpcf7 .was-validated textarea:valid:focus, .was-validated .wpcf7 .wpcf7-validation-errors:valid:focus, .wpcf7 .was-validated .wpcf7-validation-errors:valid:focus, .was-validated .tml-action-login .tml-login .tml-field:valid:focus, .tml-action-login .tml-login .was-validated .tml-field:valid:focus,
  .was-validated .bim-catalyst-become-subscriber .tml-field:valid:focus,
  .bim-catalyst-become-subscriber .was-validated .tml-field:valid:focus, .was-validated body.tml-action-profile .tml-field:valid:focus, body.tml-action-profile .was-validated .tml-field:valid:focus, .form-control.is-valid:focus, .wpcf7 input.is-valid[type=text]:focus,
  .wpcf7 input.is-valid[type=search]:focus,
  .wpcf7 input.is-valid[type=url]:focus,
  .wpcf7 input.is-valid[type=tel]:focus,
  .wpcf7 input.is-valid[type=number]:focus,
  .wpcf7 input.is-valid[type=range]:focus,
  .wpcf7 input.is-valid[type=date]:focus,
  .wpcf7 input.is-valid[type=month]:focus,
  .wpcf7 input.is-valid[type=week]:focus,
  .wpcf7 input.is-valid[type=time]:focus,
  .wpcf7 input.is-valid[type=datetime]:focus,
  .wpcf7 input.is-valid[type=datetime-local]:focus,
  .wpcf7 input.is-valid[type=color]:focus,
  .wpcf7 input.is-valid[type=email]:focus,
  .wpcf7 input.is-valid[type=file]:focus,
  .wpcf7 input.is-valid[type=submit]:focus,
  .wpcf7 select.is-valid:focus,
  .wpcf7 textarea.is-valid:focus, .wpcf7 .is-valid.wpcf7-validation-errors:focus, .tml-action-login .tml-login .is-valid.tml-field:focus,
  .bim-catalyst-become-subscriber .is-valid.tml-field:focus, body.tml-action-profile .is-valid.tml-field:focus,
  .was-validated .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback, .was-validated .wpcf7 input[type=text]:valid ~ .valid-feedback, .wpcf7 .was-validated input[type=text]:valid ~ .valid-feedback,
  .was-validated .wpcf7 input[type=search]:valid ~ .valid-feedback,
  .wpcf7 .was-validated input[type=search]:valid ~ .valid-feedback,
  .was-validated .wpcf7 input[type=url]:valid ~ .valid-feedback,
  .wpcf7 .was-validated input[type=url]:valid ~ .valid-feedback,
  .was-validated .wpcf7 input[type=tel]:valid ~ .valid-feedback,
  .wpcf7 .was-validated input[type=tel]:valid ~ .valid-feedback,
  .was-validated .wpcf7 input[type=number]:valid ~ .valid-feedback,
  .wpcf7 .was-validated input[type=number]:valid ~ .valid-feedback,
  .was-validated .wpcf7 input[type=range]:valid ~ .valid-feedback,
  .wpcf7 .was-validated input[type=range]:valid ~ .valid-feedback,
  .was-validated .wpcf7 input[type=date]:valid ~ .valid-feedback,
  .wpcf7 .was-validated input[type=date]:valid ~ .valid-feedback,
  .was-validated .wpcf7 input[type=month]:valid ~ .valid-feedback,
  .wpcf7 .was-validated input[type=month]:valid ~ .valid-feedback,
  .was-validated .wpcf7 input[type=week]:valid ~ .valid-feedback,
  .wpcf7 .was-validated input[type=week]:valid ~ .valid-feedback,
  .was-validated .wpcf7 input[type=time]:valid ~ .valid-feedback,
  .wpcf7 .was-validated input[type=time]:valid ~ .valid-feedback,
  .was-validated .wpcf7 input[type=datetime]:valid ~ .valid-feedback,
  .wpcf7 .was-validated input[type=datetime]:valid ~ .valid-feedback,
  .was-validated .wpcf7 input[type=datetime-local]:valid ~ .valid-feedback,
  .wpcf7 .was-validated input[type=datetime-local]:valid ~ .valid-feedback,
  .was-validated .wpcf7 input[type=color]:valid ~ .valid-feedback,
  .wpcf7 .was-validated input[type=color]:valid ~ .valid-feedback,
  .was-validated .wpcf7 input[type=email]:valid ~ .valid-feedback,
  .wpcf7 .was-validated input[type=email]:valid ~ .valid-feedback,
  .was-validated .wpcf7 input[type=file]:valid ~ .valid-feedback,
  .wpcf7 .was-validated input[type=file]:valid ~ .valid-feedback,
  .was-validated .wpcf7 input[type=submit]:valid ~ .valid-feedback,
  .wpcf7 .was-validated input[type=submit]:valid ~ .valid-feedback,
  .was-validated .wpcf7 select:valid ~ .valid-feedback,
  .wpcf7 .was-validated select:valid ~ .valid-feedback,
  .was-validated .wpcf7 textarea:valid ~ .valid-feedback,
  .wpcf7 .was-validated textarea:valid ~ .valid-feedback, .was-validated .wpcf7 .wpcf7-validation-errors:valid ~ .valid-feedback, .wpcf7 .was-validated .wpcf7-validation-errors:valid ~ .valid-feedback, .was-validated .tml-action-login .tml-login .tml-field:valid ~ .valid-feedback, .tml-action-login .tml-login .was-validated .tml-field:valid ~ .valid-feedback,
  .was-validated .bim-catalyst-become-subscriber .tml-field:valid ~ .valid-feedback,
  .bim-catalyst-become-subscriber .was-validated .tml-field:valid ~ .valid-feedback, .was-validated body.tml-action-profile .tml-field:valid ~ .valid-feedback, body.tml-action-profile .was-validated .tml-field:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip,
  .was-validated .wpcf7 input[type=text]:valid ~ .valid-tooltip,
  .wpcf7 .was-validated input[type=text]:valid ~ .valid-tooltip,
  .was-validated .wpcf7 input[type=search]:valid ~ .valid-tooltip,
  .wpcf7 .was-validated input[type=search]:valid ~ .valid-tooltip,
  .was-validated .wpcf7 input[type=url]:valid ~ .valid-tooltip,
  .wpcf7 .was-validated input[type=url]:valid ~ .valid-tooltip,
  .was-validated .wpcf7 input[type=tel]:valid ~ .valid-tooltip,
  .wpcf7 .was-validated input[type=tel]:valid ~ .valid-tooltip,
  .was-validated .wpcf7 input[type=number]:valid ~ .valid-tooltip,
  .wpcf7 .was-validated input[type=number]:valid ~ .valid-tooltip,
  .was-validated .wpcf7 input[type=range]:valid ~ .valid-tooltip,
  .wpcf7 .was-validated input[type=range]:valid ~ .valid-tooltip,
  .was-validated .wpcf7 input[type=date]:valid ~ .valid-tooltip,
  .wpcf7 .was-validated input[type=date]:valid ~ .valid-tooltip,
  .was-validated .wpcf7 input[type=month]:valid ~ .valid-tooltip,
  .wpcf7 .was-validated input[type=month]:valid ~ .valid-tooltip,
  .was-validated .wpcf7 input[type=week]:valid ~ .valid-tooltip,
  .wpcf7 .was-validated input[type=week]:valid ~ .valid-tooltip,
  .was-validated .wpcf7 input[type=time]:valid ~ .valid-tooltip,
  .wpcf7 .was-validated input[type=time]:valid ~ .valid-tooltip,
  .was-validated .wpcf7 input[type=datetime]:valid ~ .valid-tooltip,
  .wpcf7 .was-validated input[type=datetime]:valid ~ .valid-tooltip,
  .was-validated .wpcf7 input[type=datetime-local]:valid ~ .valid-tooltip,
  .wpcf7 .was-validated input[type=datetime-local]:valid ~ .valid-tooltip,
  .was-validated .wpcf7 input[type=color]:valid ~ .valid-tooltip,
  .wpcf7 .was-validated input[type=color]:valid ~ .valid-tooltip,
  .was-validated .wpcf7 input[type=email]:valid ~ .valid-tooltip,
  .wpcf7 .was-validated input[type=email]:valid ~ .valid-tooltip,
  .was-validated .wpcf7 input[type=file]:valid ~ .valid-tooltip,
  .wpcf7 .was-validated input[type=file]:valid ~ .valid-tooltip,
  .was-validated .wpcf7 input[type=submit]:valid ~ .valid-tooltip,
  .wpcf7 .was-validated input[type=submit]:valid ~ .valid-tooltip,
  .was-validated .wpcf7 select:valid ~ .valid-tooltip,
  .wpcf7 .was-validated select:valid ~ .valid-tooltip,
  .was-validated .wpcf7 textarea:valid ~ .valid-tooltip,
  .wpcf7 .was-validated textarea:valid ~ .valid-tooltip,
  .was-validated .wpcf7 .wpcf7-validation-errors:valid ~ .valid-tooltip,
  .wpcf7 .was-validated .wpcf7-validation-errors:valid ~ .valid-tooltip,
  .was-validated .tml-action-login .tml-login .tml-field:valid ~ .valid-tooltip,
  .tml-action-login .tml-login .was-validated .tml-field:valid ~ .valid-tooltip,
  .was-validated .bim-catalyst-become-subscriber .tml-field:valid ~ .valid-tooltip,
  .bim-catalyst-become-subscriber .was-validated .tml-field:valid ~ .valid-tooltip,
  .was-validated body.tml-action-profile .tml-field:valid ~ .valid-tooltip,
  body.tml-action-profile .was-validated .tml-field:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .wpcf7 input.is-valid[type=text] ~ .valid-feedback,
  .wpcf7 input.is-valid[type=search] ~ .valid-feedback,
  .wpcf7 input.is-valid[type=url] ~ .valid-feedback,
  .wpcf7 input.is-valid[type=tel] ~ .valid-feedback,
  .wpcf7 input.is-valid[type=number] ~ .valid-feedback,
  .wpcf7 input.is-valid[type=range] ~ .valid-feedback,
  .wpcf7 input.is-valid[type=date] ~ .valid-feedback,
  .wpcf7 input.is-valid[type=month] ~ .valid-feedback,
  .wpcf7 input.is-valid[type=week] ~ .valid-feedback,
  .wpcf7 input.is-valid[type=time] ~ .valid-feedback,
  .wpcf7 input.is-valid[type=datetime] ~ .valid-feedback,
  .wpcf7 input.is-valid[type=datetime-local] ~ .valid-feedback,
  .wpcf7 input.is-valid[type=color] ~ .valid-feedback,
  .wpcf7 input.is-valid[type=email] ~ .valid-feedback,
  .wpcf7 input.is-valid[type=file] ~ .valid-feedback,
  .wpcf7 input.is-valid[type=submit] ~ .valid-feedback,
  .wpcf7 select.is-valid ~ .valid-feedback,
  .wpcf7 textarea.is-valid ~ .valid-feedback, .wpcf7 .is-valid.wpcf7-validation-errors ~ .valid-feedback, .tml-action-login .tml-login .is-valid.tml-field ~ .valid-feedback,
  .bim-catalyst-become-subscriber .is-valid.tml-field ~ .valid-feedback, body.tml-action-profile .is-valid.tml-field ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .wpcf7 input.is-valid[type=text] ~ .valid-tooltip,
  .wpcf7 input.is-valid[type=search] ~ .valid-tooltip,
  .wpcf7 input.is-valid[type=url] ~ .valid-tooltip,
  .wpcf7 input.is-valid[type=tel] ~ .valid-tooltip,
  .wpcf7 input.is-valid[type=number] ~ .valid-tooltip,
  .wpcf7 input.is-valid[type=range] ~ .valid-tooltip,
  .wpcf7 input.is-valid[type=date] ~ .valid-tooltip,
  .wpcf7 input.is-valid[type=month] ~ .valid-tooltip,
  .wpcf7 input.is-valid[type=week] ~ .valid-tooltip,
  .wpcf7 input.is-valid[type=time] ~ .valid-tooltip,
  .wpcf7 input.is-valid[type=datetime] ~ .valid-tooltip,
  .wpcf7 input.is-valid[type=datetime-local] ~ .valid-tooltip,
  .wpcf7 input.is-valid[type=color] ~ .valid-tooltip,
  .wpcf7 input.is-valid[type=email] ~ .valid-tooltip,
  .wpcf7 input.is-valid[type=file] ~ .valid-tooltip,
  .wpcf7 input.is-valid[type=submit] ~ .valid-tooltip,
  .wpcf7 select.is-valid ~ .valid-tooltip,
  .wpcf7 textarea.is-valid ~ .valid-tooltip,
  .wpcf7 .is-valid.wpcf7-validation-errors ~ .valid-tooltip,
  .tml-action-login .tml-login .is-valid.tml-field ~ .valid-tooltip,
  .bim-catalyst-become-subscriber .is-valid.tml-field ~ .valid-tooltip,
  body.tml-action-profile .is-valid.tml-field ~ .valid-tooltip,
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #E51B23; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(229, 27, 35, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .was-validated .wpcf7 input[type=text]:invalid, .wpcf7 .was-validated input[type=text]:invalid,
.was-validated .wpcf7 input[type=search]:invalid,
.wpcf7 .was-validated input[type=search]:invalid,
.was-validated .wpcf7 input[type=url]:invalid,
.wpcf7 .was-validated input[type=url]:invalid,
.was-validated .wpcf7 input[type=tel]:invalid,
.wpcf7 .was-validated input[type=tel]:invalid,
.was-validated .wpcf7 input[type=number]:invalid,
.wpcf7 .was-validated input[type=number]:invalid,
.was-validated .wpcf7 input[type=range]:invalid,
.wpcf7 .was-validated input[type=range]:invalid,
.was-validated .wpcf7 input[type=date]:invalid,
.wpcf7 .was-validated input[type=date]:invalid,
.was-validated .wpcf7 input[type=month]:invalid,
.wpcf7 .was-validated input[type=month]:invalid,
.was-validated .wpcf7 input[type=week]:invalid,
.wpcf7 .was-validated input[type=week]:invalid,
.was-validated .wpcf7 input[type=time]:invalid,
.wpcf7 .was-validated input[type=time]:invalid,
.was-validated .wpcf7 input[type=datetime]:invalid,
.wpcf7 .was-validated input[type=datetime]:invalid,
.was-validated .wpcf7 input[type=datetime-local]:invalid,
.wpcf7 .was-validated input[type=datetime-local]:invalid,
.was-validated .wpcf7 input[type=color]:invalid,
.wpcf7 .was-validated input[type=color]:invalid,
.was-validated .wpcf7 input[type=email]:invalid,
.wpcf7 .was-validated input[type=email]:invalid,
.was-validated .wpcf7 input[type=file]:invalid,
.wpcf7 .was-validated input[type=file]:invalid,
.was-validated .wpcf7 input[type=submit]:invalid,
.wpcf7 .was-validated input[type=submit]:invalid,
.was-validated .wpcf7 select:invalid,
.wpcf7 .was-validated select:invalid,
.was-validated .wpcf7 textarea:invalid,
.wpcf7 .was-validated textarea:invalid, .was-validated .wpcf7 .wpcf7-validation-errors:invalid, .wpcf7 .was-validated .wpcf7-validation-errors:invalid, .was-validated .tml-action-login .tml-login .tml-field:invalid, .tml-action-login .tml-login .was-validated .tml-field:invalid,
.was-validated .bim-catalyst-become-subscriber .tml-field:invalid,
.bim-catalyst-become-subscriber .was-validated .tml-field:invalid, .was-validated body.tml-action-profile .tml-field:invalid, body.tml-action-profile .was-validated .tml-field:invalid, .form-control.is-invalid, .wpcf7 input.is-invalid[type=text],
.wpcf7 input.is-invalid[type=search],
.wpcf7 input.is-invalid[type=url],
.wpcf7 input.is-invalid[type=tel],
.wpcf7 input.is-invalid[type=number],
.wpcf7 input.is-invalid[type=range],
.wpcf7 input.is-invalid[type=date],
.wpcf7 input.is-invalid[type=month],
.wpcf7 input.is-invalid[type=week],
.wpcf7 input.is-invalid[type=time],
.wpcf7 input.is-invalid[type=datetime],
.wpcf7 input.is-invalid[type=datetime-local],
.wpcf7 input.is-invalid[type=color],
.wpcf7 input.is-invalid[type=email],
.wpcf7 input.is-invalid[type=file],
.wpcf7 input.is-invalid[type=submit],
.wpcf7 select.is-invalid,
.wpcf7 textarea.is-invalid, .wpcf7 .is-invalid.wpcf7-validation-errors, .tml-action-login .tml-login .is-invalid.tml-field,
.bim-catalyst-become-subscriber .is-invalid.tml-field, body.tml-action-profile .is-invalid.tml-field,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #E51B23; }
  .was-validated .form-control:invalid:focus, .was-validated .wpcf7 input[type=text]:invalid:focus, .wpcf7 .was-validated input[type=text]:invalid:focus,
  .was-validated .wpcf7 input[type=search]:invalid:focus,
  .wpcf7 .was-validated input[type=search]:invalid:focus,
  .was-validated .wpcf7 input[type=url]:invalid:focus,
  .wpcf7 .was-validated input[type=url]:invalid:focus,
  .was-validated .wpcf7 input[type=tel]:invalid:focus,
  .wpcf7 .was-validated input[type=tel]:invalid:focus,
  .was-validated .wpcf7 input[type=number]:invalid:focus,
  .wpcf7 .was-validated input[type=number]:invalid:focus,
  .was-validated .wpcf7 input[type=range]:invalid:focus,
  .wpcf7 .was-validated input[type=range]:invalid:focus,
  .was-validated .wpcf7 input[type=date]:invalid:focus,
  .wpcf7 .was-validated input[type=date]:invalid:focus,
  .was-validated .wpcf7 input[type=month]:invalid:focus,
  .wpcf7 .was-validated input[type=month]:invalid:focus,
  .was-validated .wpcf7 input[type=week]:invalid:focus,
  .wpcf7 .was-validated input[type=week]:invalid:focus,
  .was-validated .wpcf7 input[type=time]:invalid:focus,
  .wpcf7 .was-validated input[type=time]:invalid:focus,
  .was-validated .wpcf7 input[type=datetime]:invalid:focus,
  .wpcf7 .was-validated input[type=datetime]:invalid:focus,
  .was-validated .wpcf7 input[type=datetime-local]:invalid:focus,
  .wpcf7 .was-validated input[type=datetime-local]:invalid:focus,
  .was-validated .wpcf7 input[type=color]:invalid:focus,
  .wpcf7 .was-validated input[type=color]:invalid:focus,
  .was-validated .wpcf7 input[type=email]:invalid:focus,
  .wpcf7 .was-validated input[type=email]:invalid:focus,
  .was-validated .wpcf7 input[type=file]:invalid:focus,
  .wpcf7 .was-validated input[type=file]:invalid:focus,
  .was-validated .wpcf7 input[type=submit]:invalid:focus,
  .wpcf7 .was-validated input[type=submit]:invalid:focus,
  .was-validated .wpcf7 select:invalid:focus,
  .wpcf7 .was-validated select:invalid:focus,
  .was-validated .wpcf7 textarea:invalid:focus,
  .wpcf7 .was-validated textarea:invalid:focus, .was-validated .wpcf7 .wpcf7-validation-errors:invalid:focus, .wpcf7 .was-validated .wpcf7-validation-errors:invalid:focus, .was-validated .tml-action-login .tml-login .tml-field:invalid:focus, .tml-action-login .tml-login .was-validated .tml-field:invalid:focus,
  .was-validated .bim-catalyst-become-subscriber .tml-field:invalid:focus,
  .bim-catalyst-become-subscriber .was-validated .tml-field:invalid:focus, .was-validated body.tml-action-profile .tml-field:invalid:focus, body.tml-action-profile .was-validated .tml-field:invalid:focus, .form-control.is-invalid:focus, .wpcf7 input.is-invalid[type=text]:focus,
  .wpcf7 input.is-invalid[type=search]:focus,
  .wpcf7 input.is-invalid[type=url]:focus,
  .wpcf7 input.is-invalid[type=tel]:focus,
  .wpcf7 input.is-invalid[type=number]:focus,
  .wpcf7 input.is-invalid[type=range]:focus,
  .wpcf7 input.is-invalid[type=date]:focus,
  .wpcf7 input.is-invalid[type=month]:focus,
  .wpcf7 input.is-invalid[type=week]:focus,
  .wpcf7 input.is-invalid[type=time]:focus,
  .wpcf7 input.is-invalid[type=datetime]:focus,
  .wpcf7 input.is-invalid[type=datetime-local]:focus,
  .wpcf7 input.is-invalid[type=color]:focus,
  .wpcf7 input.is-invalid[type=email]:focus,
  .wpcf7 input.is-invalid[type=file]:focus,
  .wpcf7 input.is-invalid[type=submit]:focus,
  .wpcf7 select.is-invalid:focus,
  .wpcf7 textarea.is-invalid:focus, .wpcf7 .is-invalid.wpcf7-validation-errors:focus, .tml-action-login .tml-login .is-invalid.tml-field:focus,
  .bim-catalyst-become-subscriber .is-invalid.tml-field:focus, body.tml-action-profile .is-invalid.tml-field:focus,
  .was-validated .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #E51B23;
    box-shadow: 0 0 0 0.2rem rgba(229, 27, 35, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .wpcf7 input[type=text]:invalid ~ .invalid-feedback, .wpcf7 .was-validated input[type=text]:invalid ~ .invalid-feedback,
  .was-validated .wpcf7 input[type=search]:invalid ~ .invalid-feedback,
  .wpcf7 .was-validated input[type=search]:invalid ~ .invalid-feedback,
  .was-validated .wpcf7 input[type=url]:invalid ~ .invalid-feedback,
  .wpcf7 .was-validated input[type=url]:invalid ~ .invalid-feedback,
  .was-validated .wpcf7 input[type=tel]:invalid ~ .invalid-feedback,
  .wpcf7 .was-validated input[type=tel]:invalid ~ .invalid-feedback,
  .was-validated .wpcf7 input[type=number]:invalid ~ .invalid-feedback,
  .wpcf7 .was-validated input[type=number]:invalid ~ .invalid-feedback,
  .was-validated .wpcf7 input[type=range]:invalid ~ .invalid-feedback,
  .wpcf7 .was-validated input[type=range]:invalid ~ .invalid-feedback,
  .was-validated .wpcf7 input[type=date]:invalid ~ .invalid-feedback,
  .wpcf7 .was-validated input[type=date]:invalid ~ .invalid-feedback,
  .was-validated .wpcf7 input[type=month]:invalid ~ .invalid-feedback,
  .wpcf7 .was-validated input[type=month]:invalid ~ .invalid-feedback,
  .was-validated .wpcf7 input[type=week]:invalid ~ .invalid-feedback,
  .wpcf7 .was-validated input[type=week]:invalid ~ .invalid-feedback,
  .was-validated .wpcf7 input[type=time]:invalid ~ .invalid-feedback,
  .wpcf7 .was-validated input[type=time]:invalid ~ .invalid-feedback,
  .was-validated .wpcf7 input[type=datetime]:invalid ~ .invalid-feedback,
  .wpcf7 .was-validated input[type=datetime]:invalid ~ .invalid-feedback,
  .was-validated .wpcf7 input[type=datetime-local]:invalid ~ .invalid-feedback,
  .wpcf7 .was-validated input[type=datetime-local]:invalid ~ .invalid-feedback,
  .was-validated .wpcf7 input[type=color]:invalid ~ .invalid-feedback,
  .wpcf7 .was-validated input[type=color]:invalid ~ .invalid-feedback,
  .was-validated .wpcf7 input[type=email]:invalid ~ .invalid-feedback,
  .wpcf7 .was-validated input[type=email]:invalid ~ .invalid-feedback,
  .was-validated .wpcf7 input[type=file]:invalid ~ .invalid-feedback,
  .wpcf7 .was-validated input[type=file]:invalid ~ .invalid-feedback,
  .was-validated .wpcf7 input[type=submit]:invalid ~ .invalid-feedback,
  .wpcf7 .was-validated input[type=submit]:invalid ~ .invalid-feedback,
  .was-validated .wpcf7 select:invalid ~ .invalid-feedback,
  .wpcf7 .was-validated select:invalid ~ .invalid-feedback,
  .was-validated .wpcf7 textarea:invalid ~ .invalid-feedback,
  .wpcf7 .was-validated textarea:invalid ~ .invalid-feedback, .was-validated .wpcf7 .wpcf7-validation-errors:invalid ~ .invalid-feedback, .wpcf7 .was-validated .wpcf7-validation-errors:invalid ~ .invalid-feedback, .was-validated .tml-action-login .tml-login .tml-field:invalid ~ .invalid-feedback, .tml-action-login .tml-login .was-validated .tml-field:invalid ~ .invalid-feedback,
  .was-validated .bim-catalyst-become-subscriber .tml-field:invalid ~ .invalid-feedback,
  .bim-catalyst-become-subscriber .was-validated .tml-field:invalid ~ .invalid-feedback, .was-validated body.tml-action-profile .tml-field:invalid ~ .invalid-feedback, body.tml-action-profile .was-validated .tml-field:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated .wpcf7 input[type=text]:invalid ~ .invalid-tooltip,
  .wpcf7 .was-validated input[type=text]:invalid ~ .invalid-tooltip,
  .was-validated .wpcf7 input[type=search]:invalid ~ .invalid-tooltip,
  .wpcf7 .was-validated input[type=search]:invalid ~ .invalid-tooltip,
  .was-validated .wpcf7 input[type=url]:invalid ~ .invalid-tooltip,
  .wpcf7 .was-validated input[type=url]:invalid ~ .invalid-tooltip,
  .was-validated .wpcf7 input[type=tel]:invalid ~ .invalid-tooltip,
  .wpcf7 .was-validated input[type=tel]:invalid ~ .invalid-tooltip,
  .was-validated .wpcf7 input[type=number]:invalid ~ .invalid-tooltip,
  .wpcf7 .was-validated input[type=number]:invalid ~ .invalid-tooltip,
  .was-validated .wpcf7 input[type=range]:invalid ~ .invalid-tooltip,
  .wpcf7 .was-validated input[type=range]:invalid ~ .invalid-tooltip,
  .was-validated .wpcf7 input[type=date]:invalid ~ .invalid-tooltip,
  .wpcf7 .was-validated input[type=date]:invalid ~ .invalid-tooltip,
  .was-validated .wpcf7 input[type=month]:invalid ~ .invalid-tooltip,
  .wpcf7 .was-validated input[type=month]:invalid ~ .invalid-tooltip,
  .was-validated .wpcf7 input[type=week]:invalid ~ .invalid-tooltip,
  .wpcf7 .was-validated input[type=week]:invalid ~ .invalid-tooltip,
  .was-validated .wpcf7 input[type=time]:invalid ~ .invalid-tooltip,
  .wpcf7 .was-validated input[type=time]:invalid ~ .invalid-tooltip,
  .was-validated .wpcf7 input[type=datetime]:invalid ~ .invalid-tooltip,
  .wpcf7 .was-validated input[type=datetime]:invalid ~ .invalid-tooltip,
  .was-validated .wpcf7 input[type=datetime-local]:invalid ~ .invalid-tooltip,
  .wpcf7 .was-validated input[type=datetime-local]:invalid ~ .invalid-tooltip,
  .was-validated .wpcf7 input[type=color]:invalid ~ .invalid-tooltip,
  .wpcf7 .was-validated input[type=color]:invalid ~ .invalid-tooltip,
  .was-validated .wpcf7 input[type=email]:invalid ~ .invalid-tooltip,
  .wpcf7 .was-validated input[type=email]:invalid ~ .invalid-tooltip,
  .was-validated .wpcf7 input[type=file]:invalid ~ .invalid-tooltip,
  .wpcf7 .was-validated input[type=file]:invalid ~ .invalid-tooltip,
  .was-validated .wpcf7 input[type=submit]:invalid ~ .invalid-tooltip,
  .wpcf7 .was-validated input[type=submit]:invalid ~ .invalid-tooltip,
  .was-validated .wpcf7 select:invalid ~ .invalid-tooltip,
  .wpcf7 .was-validated select:invalid ~ .invalid-tooltip,
  .was-validated .wpcf7 textarea:invalid ~ .invalid-tooltip,
  .wpcf7 .was-validated textarea:invalid ~ .invalid-tooltip,
  .was-validated .wpcf7 .wpcf7-validation-errors:invalid ~ .invalid-tooltip,
  .wpcf7 .was-validated .wpcf7-validation-errors:invalid ~ .invalid-tooltip,
  .was-validated .tml-action-login .tml-login .tml-field:invalid ~ .invalid-tooltip,
  .tml-action-login .tml-login .was-validated .tml-field:invalid ~ .invalid-tooltip,
  .was-validated .bim-catalyst-become-subscriber .tml-field:invalid ~ .invalid-tooltip,
  .bim-catalyst-become-subscriber .was-validated .tml-field:invalid ~ .invalid-tooltip,
  .was-validated body.tml-action-profile .tml-field:invalid ~ .invalid-tooltip,
  body.tml-action-profile .was-validated .tml-field:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .wpcf7 input.is-invalid[type=text] ~ .invalid-feedback,
  .wpcf7 input.is-invalid[type=search] ~ .invalid-feedback,
  .wpcf7 input.is-invalid[type=url] ~ .invalid-feedback,
  .wpcf7 input.is-invalid[type=tel] ~ .invalid-feedback,
  .wpcf7 input.is-invalid[type=number] ~ .invalid-feedback,
  .wpcf7 input.is-invalid[type=range] ~ .invalid-feedback,
  .wpcf7 input.is-invalid[type=date] ~ .invalid-feedback,
  .wpcf7 input.is-invalid[type=month] ~ .invalid-feedback,
  .wpcf7 input.is-invalid[type=week] ~ .invalid-feedback,
  .wpcf7 input.is-invalid[type=time] ~ .invalid-feedback,
  .wpcf7 input.is-invalid[type=datetime] ~ .invalid-feedback,
  .wpcf7 input.is-invalid[type=datetime-local] ~ .invalid-feedback,
  .wpcf7 input.is-invalid[type=color] ~ .invalid-feedback,
  .wpcf7 input.is-invalid[type=email] ~ .invalid-feedback,
  .wpcf7 input.is-invalid[type=file] ~ .invalid-feedback,
  .wpcf7 input.is-invalid[type=submit] ~ .invalid-feedback,
  .wpcf7 select.is-invalid ~ .invalid-feedback,
  .wpcf7 textarea.is-invalid ~ .invalid-feedback, .wpcf7 .is-invalid.wpcf7-validation-errors ~ .invalid-feedback, .tml-action-login .tml-login .is-invalid.tml-field ~ .invalid-feedback,
  .bim-catalyst-become-subscriber .is-invalid.tml-field ~ .invalid-feedback, body.tml-action-profile .is-invalid.tml-field ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .wpcf7 input.is-invalid[type=text] ~ .invalid-tooltip,
  .wpcf7 input.is-invalid[type=search] ~ .invalid-tooltip,
  .wpcf7 input.is-invalid[type=url] ~ .invalid-tooltip,
  .wpcf7 input.is-invalid[type=tel] ~ .invalid-tooltip,
  .wpcf7 input.is-invalid[type=number] ~ .invalid-tooltip,
  .wpcf7 input.is-invalid[type=range] ~ .invalid-tooltip,
  .wpcf7 input.is-invalid[type=date] ~ .invalid-tooltip,
  .wpcf7 input.is-invalid[type=month] ~ .invalid-tooltip,
  .wpcf7 input.is-invalid[type=week] ~ .invalid-tooltip,
  .wpcf7 input.is-invalid[type=time] ~ .invalid-tooltip,
  .wpcf7 input.is-invalid[type=datetime] ~ .invalid-tooltip,
  .wpcf7 input.is-invalid[type=datetime-local] ~ .invalid-tooltip,
  .wpcf7 input.is-invalid[type=color] ~ .invalid-tooltip,
  .wpcf7 input.is-invalid[type=email] ~ .invalid-tooltip,
  .wpcf7 input.is-invalid[type=file] ~ .invalid-tooltip,
  .wpcf7 input.is-invalid[type=submit] ~ .invalid-tooltip,
  .wpcf7 select.is-invalid ~ .invalid-tooltip,
  .wpcf7 textarea.is-invalid ~ .invalid-tooltip,
  .wpcf7 .is-invalid.wpcf7-validation-errors ~ .invalid-tooltip,
  .tml-action-login .tml-login .is-invalid.tml-field ~ .invalid-tooltip,
  .bim-catalyst-become-subscriber .is-invalid.tml-field ~ .invalid-tooltip,
  body.tml-action-profile .is-invalid.tml-field ~ .invalid-tooltip,
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #E51B23; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #E51B23; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #f28d91; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ea494f; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(229, 27, 35, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #E51B23; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(229, 27, 35, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group, .form-inline .wpcf7 .wpcf7-form p, .wpcf7 .wpcf7-form .form-inline p {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline .wpcf7 input[type=text], .wpcf7 .form-inline input[type=text],
    .form-inline .wpcf7 input[type=search],
    .wpcf7 .form-inline input[type=search],
    .form-inline .wpcf7 input[type=url],
    .wpcf7 .form-inline input[type=url],
    .form-inline .wpcf7 input[type=tel],
    .wpcf7 .form-inline input[type=tel],
    .form-inline .wpcf7 input[type=number],
    .wpcf7 .form-inline input[type=number],
    .form-inline .wpcf7 input[type=range],
    .wpcf7 .form-inline input[type=range],
    .form-inline .wpcf7 input[type=date],
    .wpcf7 .form-inline input[type=date],
    .form-inline .wpcf7 input[type=month],
    .wpcf7 .form-inline input[type=month],
    .form-inline .wpcf7 input[type=week],
    .wpcf7 .form-inline input[type=week],
    .form-inline .wpcf7 input[type=time],
    .wpcf7 .form-inline input[type=time],
    .form-inline .wpcf7 input[type=datetime],
    .wpcf7 .form-inline input[type=datetime],
    .form-inline .wpcf7 input[type=datetime-local],
    .wpcf7 .form-inline input[type=datetime-local],
    .form-inline .wpcf7 input[type=color],
    .wpcf7 .form-inline input[type=color],
    .form-inline .wpcf7 input[type=email],
    .wpcf7 .form-inline input[type=email],
    .form-inline .wpcf7 input[type=file],
    .wpcf7 .form-inline input[type=file],
    .form-inline .wpcf7 input[type=submit],
    .wpcf7 .form-inline input[type=submit],
    .form-inline .wpcf7 select,
    .wpcf7 .form-inline select,
    .form-inline .wpcf7 textarea,
    .wpcf7 .form-inline textarea, .form-inline .wpcf7 .wpcf7-validation-errors, .wpcf7 .form-inline .wpcf7-validation-errors, .form-inline .tml-action-login .tml-login .tml-field, .tml-action-login .tml-login .form-inline .tml-field,
    .form-inline .bim-catalyst-become-subscriber .tml-field,
    .bim-catalyst-become-subscriber .form-inline .tml-field, .form-inline body.tml-action-profile .tml-field, body.tml-action-profile .form-inline .tml-field {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, .wpcf7 input[type=submit], .tml-action-login .tml-login .tml-button,
.bim-catalyst-become-subscriber .tml-button, body.tml-action-profile .tml-button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn, .wpcf7 input[type=submit], .tml-action-login .tml-login .tml-button,
    .bim-catalyst-become-subscriber .tml-button, body.tml-action-profile .tml-button {
      transition: none; } }
  .btn:hover, .wpcf7 input[type=submit]:hover, .tml-action-login .tml-login .tml-button:hover,
  .bim-catalyst-become-subscriber .tml-button:hover, body.tml-action-profile .tml-button:hover, .btn:focus, .wpcf7 input[type=submit]:focus, .tml-action-login .tml-login .tml-button:focus,
  .bim-catalyst-become-subscriber .tml-button:focus, body.tml-action-profile .tml-button:focus {
    text-decoration: none; }
  .btn:focus, .wpcf7 input[type=submit]:focus, .tml-action-login .tml-login .tml-button:focus,
  .bim-catalyst-become-subscriber .tml-button:focus, body.tml-action-profile .tml-button:focus, .btn.focus, .wpcf7 input.focus[type=submit], .tml-action-login .tml-login .focus.tml-button,
  .bim-catalyst-become-subscriber .focus.tml-button, body.tml-action-profile .focus.tml-button {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(229, 27, 35, 0.25); }
  .btn.disabled, .wpcf7 input.disabled[type=submit], .tml-action-login .tml-login .disabled.tml-button,
  .bim-catalyst-become-subscriber .disabled.tml-button, body.tml-action-profile .disabled.tml-button, .btn:disabled, .wpcf7 input[type=submit]:disabled, .tml-action-login .tml-login .tml-button:disabled,
  .bim-catalyst-become-subscriber .tml-button:disabled, body.tml-action-profile .tml-button:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), .wpcf7 input[type=submit]:not(:disabled):not(.disabled), .tml-action-login .tml-login .tml-button:not(:disabled):not(.disabled),
  .bim-catalyst-become-subscriber .tml-button:not(:disabled):not(.disabled), body.tml-action-profile .tml-button:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled, .tml-action-login .tml-login a.disabled.tml-button,
.bim-catalyst-become-subscriber a.disabled.tml-button, body.tml-action-profile a.disabled.tml-button,
fieldset:disabled a.btn,
fieldset:disabled .tml-action-login .tml-login a.tml-button,
.tml-action-login .tml-login fieldset:disabled a.tml-button,
fieldset:disabled .bim-catalyst-become-subscriber a.tml-button,
.bim-catalyst-become-subscriber fieldset:disabled a.tml-button,
fieldset:disabled body.tml-action-profile a.tml-button,
body.tml-action-profile fieldset:disabled a.tml-button {
  pointer-events: none; }

.btn-primary, .tml-action-login .tml-login .tml-button,
.bim-catalyst-become-subscriber .tml-button, body.tml-action-profile .tml-button {
  color: #fff;
  background-color: #E51B23;
  border-color: #E51B23; }
  .btn-primary:hover, .tml-action-login .tml-login .tml-button:hover,
  .bim-catalyst-become-subscriber .tml-button:hover, body.tml-action-profile .tml-button:hover {
    color: #fff;
    background-color: #c3161d;
    border-color: #b8151b; }
  .btn-primary:focus, .tml-action-login .tml-login .tml-button:focus,
  .bim-catalyst-become-subscriber .tml-button:focus, body.tml-action-profile .tml-button:focus, .btn-primary.focus, .tml-action-login .tml-login .focus.tml-button,
  .bim-catalyst-become-subscriber .focus.tml-button, body.tml-action-profile .focus.tml-button {
    box-shadow: 0 0 0 0.2rem rgba(229, 27, 35, 0.5); }
  .btn-primary.disabled, .tml-action-login .tml-login .disabled.tml-button,
  .bim-catalyst-become-subscriber .disabled.tml-button, body.tml-action-profile .disabled.tml-button, .btn-primary:disabled, .tml-action-login .tml-login .tml-button:disabled,
  .bim-catalyst-become-subscriber .tml-button:disabled, body.tml-action-profile .tml-button:disabled {
    color: #fff;
    background-color: #E51B23;
    border-color: #E51B23; }
  .btn-primary:not(:disabled):not(.disabled):active, .tml-action-login .tml-login .tml-button:not(:disabled):not(.disabled):active,
  .bim-catalyst-become-subscriber .tml-button:not(:disabled):not(.disabled):active, body.tml-action-profile .tml-button:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .tml-action-login .tml-login .tml-button:not(:disabled):not(.disabled).active,
  .bim-catalyst-become-subscriber .tml-button:not(:disabled):not(.disabled).active, body.tml-action-profile .tml-button:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .tml-action-login .tml-login .show > .dropdown-toggle.tml-button,
  .bim-catalyst-become-subscriber .show > .dropdown-toggle.tml-button, body.tml-action-profile .show > .dropdown-toggle.tml-button {
    color: #fff;
    background-color: #b8151b;
    border-color: #ad141a; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .tml-action-login .tml-login .tml-button:not(:disabled):not(.disabled):active:focus,
    .bim-catalyst-become-subscriber .tml-button:not(:disabled):not(.disabled):active:focus, body.tml-action-profile .tml-button:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .tml-action-login .tml-login .tml-button:not(:disabled):not(.disabled).active:focus,
    .bim-catalyst-become-subscriber .tml-button:not(:disabled):not(.disabled).active:focus, body.tml-action-profile .tml-button:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .tml-action-login .tml-login .show > .dropdown-toggle.tml-button:focus,
    .bim-catalyst-become-subscriber .show > .dropdown-toggle.tml-button:focus, body.tml-action-profile .show > .dropdown-toggle.tml-button:focus {
      box-shadow: 0 0 0 0.2rem rgba(229, 27, 35, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #707072;
  border-color: #707072; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5d5d5f;
    border-color: #575758; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(112, 112, 114, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #707072;
    border-color: #707072; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #575758;
    border-color: #505052; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(112, 112, 114, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #29292c;
  background-color: #ECB13E;
  border-color: #ECB13E; }
  .btn-warning:hover {
    color: #29292c;
    background-color: #e9a31b;
    border-color: #e19c16; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(236, 177, 62, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #29292c;
    background-color: #ECB13E;
    border-color: #ECB13E; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #29292c;
    background-color: #e19c16;
    border-color: #d59415; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(236, 177, 62, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #E51B23;
  border-color: #E51B23; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c3161d;
    border-color: #b8151b; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(229, 27, 35, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #E51B23;
    border-color: #E51B23; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b8151b;
    border-color: #ad141a; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(229, 27, 35, 0.5); }

.btn-light {
  color: #29292c;
  background-color: #eef1f4;
  border-color: #eef1f4; }
  .btn-light:hover {
    color: #29292c;
    background-color: #d7dee5;
    border-color: #cfd8e0; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 241, 244, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #29292c;
    background-color: #eef1f4;
    border-color: #eef1f4; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #29292c;
    background-color: #cfd8e0;
    border-color: #c7d1db; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(238, 241, 244, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #414143;
  border-color: #414143; }
  .btn-dark:hover {
    color: #fff;
    background-color: #2e2e30;
    border-color: #282829; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(65, 65, 67, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #414143;
    border-color: #414143; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #282829;
    border-color: #222223; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(65, 65, 67, 0.5); }

.btn-outline-primary, .wpcf7 input[type=submit] {
  color: #E51B23;
  background-color: transparent;
  background-image: none;
  border-color: #E51B23; }
  .btn-outline-primary:hover, .wpcf7 input[type=submit]:hover {
    color: #fff;
    background-color: #E51B23;
    border-color: #E51B23; }
  .btn-outline-primary:focus, .wpcf7 input[type=submit]:focus, .btn-outline-primary.focus, .wpcf7 input.focus[type=submit] {
    box-shadow: 0 0 0 0.2rem rgba(229, 27, 35, 0.5); }
  .btn-outline-primary.disabled, .wpcf7 input.disabled[type=submit], .btn-outline-primary:disabled, .wpcf7 input[type=submit]:disabled {
    color: #E51B23;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .wpcf7 input[type=submit]:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .wpcf7 input[type=submit]:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle, .wpcf7 .show > input.dropdown-toggle[type=submit] {
    color: #fff;
    background-color: #E51B23;
    border-color: #E51B23; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .wpcf7 input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .wpcf7 input[type=submit]:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus, .wpcf7 .show > input.dropdown-toggle[type=submit]:focus {
      box-shadow: 0 0 0 0.2rem rgba(229, 27, 35, 0.5); }

.btn-outline-secondary {
  color: #707072;
  background-color: transparent;
  background-image: none;
  border-color: #707072; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #707072;
    border-color: #707072; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(112, 112, 114, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #707072;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #707072;
    border-color: #707072; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(112, 112, 114, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ECB13E;
  background-color: transparent;
  background-image: none;
  border-color: #ECB13E; }
  .btn-outline-warning:hover {
    color: #29292c;
    background-color: #ECB13E;
    border-color: #ECB13E; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(236, 177, 62, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ECB13E;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #29292c;
    background-color: #ECB13E;
    border-color: #ECB13E; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(236, 177, 62, 0.5); }

.btn-outline-danger {
  color: #E51B23;
  background-color: transparent;
  background-image: none;
  border-color: #E51B23; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #E51B23;
    border-color: #E51B23; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(229, 27, 35, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #E51B23;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #E51B23;
    border-color: #E51B23; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(229, 27, 35, 0.5); }

.btn-outline-light {
  color: #eef1f4;
  background-color: transparent;
  background-image: none;
  border-color: #eef1f4; }
  .btn-outline-light:hover {
    color: #29292c;
    background-color: #eef1f4;
    border-color: #eef1f4; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 241, 244, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #eef1f4;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #29292c;
    background-color: #eef1f4;
    border-color: #eef1f4; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(238, 241, 244, 0.5); }

.btn-outline-dark {
  color: #414143;
  background-color: transparent;
  background-image: none;
  border-color: #414143; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #414143;
    border-color: #414143; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(65, 65, 67, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #414143;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #414143;
    border-color: #414143; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(65, 65, 67, 0.5); }

.btn-link {
  font-weight: 400;
  color: #E51B23;
  background-color: transparent; }
  .btn-link:hover {
    color: #a11218;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #707072;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .wpcf7 .btn-group-lg > input[type=submit], .tml-action-login .tml-login .btn-group-lg > .tml-button,
.bim-catalyst-become-subscriber .btn-group-lg > .tml-button, body.tml-action-profile .btn-group-lg > .tml-button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .wpcf7 .btn-group-sm > input[type=submit], .tml-action-login .tml-login .btn-group-sm > .tml-button,
.bim-catalyst-become-subscriber .btn-group-sm > .tml-button, body.tml-action-profile .btn-group-sm > .tml-button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #29292c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(17, 17, 20, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #cfcfd0; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #29292c;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #1d1d1f;
    text-decoration: none;
    background-color: #e7e7e8; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #E51B23; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #707072;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #707072;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #29292c; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .wpcf7 .btn-group > input[type=submit], .tml-action-login .tml-login .btn-group > .tml-button,
  .bim-catalyst-become-subscriber .btn-group > .tml-button, body.tml-action-profile .btn-group > .tml-button,
  .btn-group-vertical > .btn,
  .wpcf7 .btn-group-vertical > input[type=submit],
  .tml-action-login .tml-login .btn-group-vertical > .tml-button,
  .bim-catalyst-become-subscriber .btn-group-vertical > .tml-button,
  body.tml-action-profile .btn-group-vertical > .tml-button {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover, .wpcf7 .btn-group > input[type=submit]:hover, .tml-action-login .tml-login .btn-group > .tml-button:hover,
    .bim-catalyst-become-subscriber .btn-group > .tml-button:hover, body.tml-action-profile .btn-group > .tml-button:hover,
    .btn-group-vertical > .btn:hover,
    .wpcf7 .btn-group-vertical > input[type=submit]:hover,
    .tml-action-login .tml-login .btn-group-vertical > .tml-button:hover,
    .bim-catalyst-become-subscriber .btn-group-vertical > .tml-button:hover,
    body.tml-action-profile .btn-group-vertical > .tml-button:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .wpcf7 .btn-group > input[type=submit]:focus, .tml-action-login .tml-login .btn-group > .tml-button:focus,
    .bim-catalyst-become-subscriber .btn-group > .tml-button:focus, body.tml-action-profile .btn-group > .tml-button:focus, .btn-group > .btn:active, .wpcf7 .btn-group > input[type=submit]:active, .tml-action-login .tml-login .btn-group > .tml-button:active,
    .bim-catalyst-become-subscriber .btn-group > .tml-button:active, body.tml-action-profile .btn-group > .tml-button:active, .btn-group > .btn.active, .wpcf7 .btn-group > input.active[type=submit], .tml-action-login .tml-login .btn-group > .active.tml-button,
    .bim-catalyst-become-subscriber .btn-group > .active.tml-button, body.tml-action-profile .btn-group > .active.tml-button,
    .btn-group-vertical > .btn:focus,
    .wpcf7 .btn-group-vertical > input[type=submit]:focus,
    .tml-action-login .tml-login .btn-group-vertical > .tml-button:focus,
    .bim-catalyst-become-subscriber .btn-group-vertical > .tml-button:focus,
    body.tml-action-profile .btn-group-vertical > .tml-button:focus,
    .btn-group-vertical > .btn:active,
    .wpcf7 .btn-group-vertical > input[type=submit]:active,
    .tml-action-login .tml-login .btn-group-vertical > .tml-button:active,
    .bim-catalyst-become-subscriber .btn-group-vertical > .tml-button:active,
    body.tml-action-profile .btn-group-vertical > .tml-button:active,
    .btn-group-vertical > .btn.active,
    .wpcf7 .btn-group-vertical > input.active[type=submit],
    .tml-action-login .tml-login .btn-group-vertical > .active.tml-button,
    .bim-catalyst-become-subscriber .btn-group-vertical > .active.tml-button,
    body.tml-action-profile .btn-group-vertical > .active.tml-button {
      z-index: 1; }
  .btn-group .btn + .btn, .btn-group .wpcf7 input[type=submit] + .btn, .wpcf7 .btn-group input[type=submit] + .btn, .btn-group .tml-action-login .tml-login .tml-button + .btn, .tml-action-login .tml-login .btn-group .tml-button + .btn,
  .btn-group .bim-catalyst-become-subscriber .tml-button + .btn,
  .bim-catalyst-become-subscriber .btn-group .tml-button + .btn, .btn-group body.tml-action-profile .tml-button + .btn, body.tml-action-profile .btn-group .tml-button + .btn, .btn-group .wpcf7 .btn + input[type=submit], .wpcf7 .btn-group .btn + input[type=submit], .btn-group .wpcf7 input[type=submit] + input[type=submit], .wpcf7 .btn-group input[type=submit] + input[type=submit], .btn-group .tml-action-login .tml-login .wpcf7 .tml-button + input[type=submit], .wpcf7 .btn-group .tml-action-login .tml-login .tml-button + input[type=submit], .tml-action-login .tml-login .btn-group .wpcf7 .tml-button + input[type=submit], .wpcf7 .tml-action-login .tml-login .btn-group .tml-button + input[type=submit],
  .btn-group .bim-catalyst-become-subscriber .wpcf7 .tml-button + input[type=submit],
  .wpcf7 .btn-group .bim-catalyst-become-subscriber .tml-button + input[type=submit],
  .bim-catalyst-become-subscriber .btn-group .wpcf7 .tml-button + input[type=submit],
  .wpcf7 .bim-catalyst-become-subscriber .btn-group .tml-button + input[type=submit], .btn-group body.tml-action-profile .wpcf7 .tml-button + input[type=submit], .wpcf7 .btn-group body.tml-action-profile .tml-button + input[type=submit], body.tml-action-profile .btn-group .wpcf7 .tml-button + input[type=submit], .wpcf7 body.tml-action-profile .btn-group .tml-button + input[type=submit], .btn-group .tml-action-login .tml-login .btn + .tml-button, .tml-action-login .tml-login .btn-group .btn + .tml-button, .btn-group .wpcf7 .tml-action-login .tml-login input[type=submit] + .tml-button, .tml-action-login .tml-login .btn-group .wpcf7 input[type=submit] + .tml-button, .wpcf7 .btn-group .tml-action-login .tml-login input[type=submit] + .tml-button, .tml-action-login .tml-login .wpcf7 .btn-group input[type=submit] + .tml-button, .btn-group .tml-action-login .tml-login .tml-button + .tml-button, .tml-action-login .tml-login .btn-group .tml-button + .tml-button,
  .btn-group .bim-catalyst-become-subscriber .btn + .tml-button,
  .bim-catalyst-become-subscriber .btn-group .btn + .tml-button,
  .btn-group .wpcf7 .bim-catalyst-become-subscriber input[type=submit] + .tml-button,
  .bim-catalyst-become-subscriber .btn-group .wpcf7 input[type=submit] + .tml-button,
  .wpcf7 .btn-group .bim-catalyst-become-subscriber input[type=submit] + .tml-button,
  .bim-catalyst-become-subscriber .wpcf7 .btn-group input[type=submit] + .tml-button,
  .btn-group .bim-catalyst-become-subscriber .tml-button + .tml-button,
  .bim-catalyst-become-subscriber .btn-group .tml-button + .tml-button, .btn-group body.tml-action-profile .btn + .tml-button, body.tml-action-profile .btn-group .btn + .tml-button, .btn-group .wpcf7 body.tml-action-profile input[type=submit] + .tml-button, body.tml-action-profile .btn-group .wpcf7 input[type=submit] + .tml-button, .wpcf7 .btn-group body.tml-action-profile input[type=submit] + .tml-button, body.tml-action-profile .wpcf7 .btn-group input[type=submit] + .tml-button, .btn-group body.tml-action-profile .tml-button + .tml-button, body.tml-action-profile .btn-group .tml-button + .tml-button,
  .btn-group .btn + .btn-group,
  .btn-group .wpcf7 input[type=submit] + .btn-group,
  .wpcf7 .btn-group input[type=submit] + .btn-group,
  .btn-group .tml-action-login .tml-login .tml-button + .btn-group,
  .tml-action-login .tml-login .btn-group .tml-button + .btn-group,
  .btn-group .bim-catalyst-become-subscriber .tml-button + .btn-group,
  .bim-catalyst-become-subscriber .btn-group .tml-button + .btn-group,
  .btn-group body.tml-action-profile .tml-button + .btn-group,
  body.tml-action-profile .btn-group .tml-button + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .wpcf7 .btn-group + input[type=submit],
  .wpcf7 .btn-group .btn-group + input[type=submit],
  .btn-group .tml-action-login .tml-login .btn-group + .tml-button,
  .tml-action-login .tml-login .btn-group .btn-group + .tml-button,
  .btn-group .bim-catalyst-become-subscriber .btn-group + .tml-button,
  .bim-catalyst-become-subscriber .btn-group .btn-group + .tml-button,
  .btn-group body.tml-action-profile .btn-group + .tml-button,
  body.tml-action-profile .btn-group .btn-group + .tml-button,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .wpcf7 input[type=submit] + .btn,
  .wpcf7 .btn-group-vertical input[type=submit] + .btn,
  .btn-group-vertical .tml-action-login .tml-login .tml-button + .btn,
  .tml-action-login .tml-login .btn-group-vertical .tml-button + .btn,
  .btn-group-vertical .bim-catalyst-become-subscriber .tml-button + .btn,
  .bim-catalyst-become-subscriber .btn-group-vertical .tml-button + .btn,
  .btn-group-vertical body.tml-action-profile .tml-button + .btn,
  body.tml-action-profile .btn-group-vertical .tml-button + .btn,
  .btn-group-vertical .wpcf7 .btn + input[type=submit],
  .wpcf7 .btn-group-vertical .btn + input[type=submit],
  .btn-group-vertical .wpcf7 input[type=submit] + input[type=submit],
  .wpcf7 .btn-group-vertical input[type=submit] + input[type=submit],
  .btn-group-vertical .tml-action-login .tml-login .wpcf7 .tml-button + input[type=submit],
  .wpcf7 .btn-group-vertical .tml-action-login .tml-login .tml-button + input[type=submit],
  .tml-action-login .tml-login .btn-group-vertical .wpcf7 .tml-button + input[type=submit],
  .wpcf7 .tml-action-login .tml-login .btn-group-vertical .tml-button + input[type=submit],
  .btn-group-vertical .bim-catalyst-become-subscriber .wpcf7 .tml-button + input[type=submit],
  .wpcf7 .btn-group-vertical .bim-catalyst-become-subscriber .tml-button + input[type=submit],
  .bim-catalyst-become-subscriber .btn-group-vertical .wpcf7 .tml-button + input[type=submit],
  .wpcf7 .bim-catalyst-become-subscriber .btn-group-vertical .tml-button + input[type=submit],
  .btn-group-vertical body.tml-action-profile .wpcf7 .tml-button + input[type=submit],
  .wpcf7 .btn-group-vertical body.tml-action-profile .tml-button + input[type=submit],
  body.tml-action-profile .btn-group-vertical .wpcf7 .tml-button + input[type=submit],
  .wpcf7 body.tml-action-profile .btn-group-vertical .tml-button + input[type=submit],
  .btn-group-vertical .tml-action-login .tml-login .btn + .tml-button,
  .tml-action-login .tml-login .btn-group-vertical .btn + .tml-button,
  .btn-group-vertical .wpcf7 .tml-action-login .tml-login input[type=submit] + .tml-button,
  .tml-action-login .tml-login .btn-group-vertical .wpcf7 input[type=submit] + .tml-button,
  .wpcf7 .btn-group-vertical .tml-action-login .tml-login input[type=submit] + .tml-button,
  .tml-action-login .tml-login .wpcf7 .btn-group-vertical input[type=submit] + .tml-button,
  .btn-group-vertical .tml-action-login .tml-login .tml-button + .tml-button,
  .tml-action-login .tml-login .btn-group-vertical .tml-button + .tml-button,
  .btn-group-vertical .bim-catalyst-become-subscriber .btn + .tml-button,
  .bim-catalyst-become-subscriber .btn-group-vertical .btn + .tml-button,
  .btn-group-vertical .wpcf7 .bim-catalyst-become-subscriber input[type=submit] + .tml-button,
  .bim-catalyst-become-subscriber .btn-group-vertical .wpcf7 input[type=submit] + .tml-button,
  .wpcf7 .btn-group-vertical .bim-catalyst-become-subscriber input[type=submit] + .tml-button,
  .bim-catalyst-become-subscriber .wpcf7 .btn-group-vertical input[type=submit] + .tml-button,
  .btn-group-vertical .bim-catalyst-become-subscriber .tml-button + .tml-button,
  .bim-catalyst-become-subscriber .btn-group-vertical .tml-button + .tml-button,
  .btn-group-vertical body.tml-action-profile .btn + .tml-button,
  body.tml-action-profile .btn-group-vertical .btn + .tml-button,
  .btn-group-vertical .wpcf7 body.tml-action-profile input[type=submit] + .tml-button,
  body.tml-action-profile .btn-group-vertical .wpcf7 input[type=submit] + .tml-button,
  .wpcf7 .btn-group-vertical body.tml-action-profile input[type=submit] + .tml-button,
  body.tml-action-profile .wpcf7 .btn-group-vertical input[type=submit] + .tml-button,
  .btn-group-vertical body.tml-action-profile .tml-button + .tml-button,
  body.tml-action-profile .btn-group-vertical .tml-button + .tml-button,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .wpcf7 input[type=submit] + .btn-group,
  .wpcf7 .btn-group-vertical input[type=submit] + .btn-group,
  .btn-group-vertical .tml-action-login .tml-login .tml-button + .btn-group,
  .tml-action-login .tml-login .btn-group-vertical .tml-button + .btn-group,
  .btn-group-vertical .bim-catalyst-become-subscriber .tml-button + .btn-group,
  .bim-catalyst-become-subscriber .btn-group-vertical .tml-button + .btn-group,
  .btn-group-vertical body.tml-action-profile .tml-button + .btn-group,
  body.tml-action-profile .btn-group-vertical .tml-button + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .wpcf7 .btn-group + input[type=submit],
  .wpcf7 .btn-group-vertical .btn-group + input[type=submit],
  .btn-group-vertical .tml-action-login .tml-login .btn-group + .tml-button,
  .tml-action-login .tml-login .btn-group-vertical .btn-group + .tml-button,
  .btn-group-vertical .bim-catalyst-become-subscriber .btn-group + .tml-button,
  .bim-catalyst-become-subscriber .btn-group-vertical .btn-group + .tml-button,
  .btn-group-vertical body.tml-action-profile .btn-group + .tml-button,
  body.tml-action-profile .btn-group-vertical .btn-group + .tml-button,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child, .wpcf7 .btn-group > input[type=submit]:first-child, .tml-action-login .tml-login .btn-group > .tml-button:first-child,
.bim-catalyst-become-subscriber .btn-group > .tml-button:first-child, body.tml-action-profile .btn-group > .tml-button:first-child {
  margin-left: 0; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle), .tml-action-login .tml-login .btn-group > .tml-button:not(:last-child):not(.dropdown-toggle),
.bim-catalyst-become-subscriber .btn-group > .tml-button:not(:last-child):not(.dropdown-toggle), body.tml-action-profile .btn-group > .tml-button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.wpcf7 .btn-group > .btn-group:not(:last-child) > input[type=submit],
.tml-action-login .tml-login .btn-group > .btn-group:not(:last-child) > .tml-button,
.bim-catalyst-become-subscriber .btn-group > .btn-group:not(:last-child) > .tml-button,
body.tml-action-profile .btn-group > .btn-group:not(:last-child) > .tml-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child), .wpcf7 .btn-group > input[type=submit]:not(:first-child), .tml-action-login .tml-login .btn-group > .tml-button:not(:first-child),
.bim-catalyst-become-subscriber .btn-group > .tml-button:not(:first-child), body.tml-action-profile .btn-group > .tml-button:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.wpcf7 .btn-group > .btn-group:not(:first-child) > input[type=submit],
.tml-action-login .tml-login .btn-group > .btn-group:not(:first-child) > .tml-button,
.bim-catalyst-become-subscriber .btn-group > .btn-group:not(:first-child) > .tml-button,
body.tml-action-profile .btn-group > .btn-group:not(:first-child) > .tml-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .wpcf7 .btn-group-sm > input[type=submit] + .dropdown-toggle-split, .tml-action-login .tml-login .btn-group-sm > .tml-button + .dropdown-toggle-split,
.bim-catalyst-become-subscriber .btn-group-sm > .tml-button + .dropdown-toggle-split, body.tml-action-profile .btn-group-sm > .tml-button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .wpcf7 .btn-group-lg > input[type=submit] + .dropdown-toggle-split, .tml-action-login .tml-login .btn-group-lg > .tml-button + .dropdown-toggle-split,
.bim-catalyst-become-subscriber .btn-group-lg > .tml-button + .dropdown-toggle-split, body.tml-action-profile .btn-group-lg > .tml-button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn, .btn-group-vertical .wpcf7 input[type=submit], .wpcf7 .btn-group-vertical input[type=submit], .btn-group-vertical .tml-action-login .tml-login .tml-button, .tml-action-login .tml-login .btn-group-vertical .tml-button,
  .btn-group-vertical .bim-catalyst-become-subscriber .tml-button,
  .bim-catalyst-become-subscriber .btn-group-vertical .tml-button, .btn-group-vertical body.tml-action-profile .tml-button, body.tml-action-profile .btn-group-vertical .tml-button,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn, .wpcf7 .btn-group-vertical > input[type=submit] + .btn, .tml-action-login .tml-login .btn-group-vertical > .tml-button + .btn,
  .bim-catalyst-become-subscriber .btn-group-vertical > .tml-button + .btn, body.tml-action-profile .btn-group-vertical > .tml-button + .btn, .wpcf7 .btn-group-vertical > .btn + input[type=submit], .wpcf7 .btn-group-vertical > input[type=submit] + input[type=submit], .tml-action-login .tml-login .wpcf7 .btn-group-vertical > .tml-button + input[type=submit], .wpcf7 .tml-action-login .tml-login .btn-group-vertical > .tml-button + input[type=submit],
  .bim-catalyst-become-subscriber .wpcf7 .btn-group-vertical > .tml-button + input[type=submit],
  .wpcf7 .bim-catalyst-become-subscriber .btn-group-vertical > .tml-button + input[type=submit], body.tml-action-profile .wpcf7 .btn-group-vertical > .tml-button + input[type=submit], .wpcf7 body.tml-action-profile .btn-group-vertical > .tml-button + input[type=submit], .tml-action-login .tml-login .btn-group-vertical > .btn + .tml-button, .wpcf7 .tml-action-login .tml-login .btn-group-vertical > input[type=submit] + .tml-button, .tml-action-login .tml-login .wpcf7 .btn-group-vertical > input[type=submit] + .tml-button, .tml-action-login .tml-login .btn-group-vertical > .tml-button + .tml-button,
  .bim-catalyst-become-subscriber .btn-group-vertical > .btn + .tml-button,
  .wpcf7 .bim-catalyst-become-subscriber .btn-group-vertical > input[type=submit] + .tml-button,
  .bim-catalyst-become-subscriber .wpcf7 .btn-group-vertical > input[type=submit] + .tml-button,
  .bim-catalyst-become-subscriber .btn-group-vertical > .tml-button + .tml-button, body.tml-action-profile .btn-group-vertical > .btn + .tml-button, .wpcf7 body.tml-action-profile .btn-group-vertical > input[type=submit] + .tml-button, body.tml-action-profile .wpcf7 .btn-group-vertical > input[type=submit] + .tml-button, body.tml-action-profile .btn-group-vertical > .tml-button + .tml-button,
  .btn-group-vertical > .btn + .btn-group,
  .wpcf7 .btn-group-vertical > input[type=submit] + .btn-group,
  .tml-action-login .tml-login .btn-group-vertical > .tml-button + .btn-group,
  .bim-catalyst-become-subscriber .btn-group-vertical > .tml-button + .btn-group,
  body.tml-action-profile .btn-group-vertical > .tml-button + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .wpcf7 .btn-group-vertical > .btn-group + input[type=submit],
  .tml-action-login .tml-login .btn-group-vertical > .btn-group + .tml-button,
  .bim-catalyst-become-subscriber .btn-group-vertical > .btn-group + .tml-button,
  body.tml-action-profile .btn-group-vertical > .btn-group + .tml-button,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle), .tml-action-login .tml-login .btn-group-vertical > .tml-button:not(:last-child):not(.dropdown-toggle),
  .bim-catalyst-become-subscriber .btn-group-vertical > .tml-button:not(:last-child):not(.dropdown-toggle), body.tml-action-profile .btn-group-vertical > .tml-button:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .wpcf7 .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit],
  .tml-action-login .tml-login .btn-group-vertical > .btn-group:not(:last-child) > .tml-button,
  .bim-catalyst-become-subscriber .btn-group-vertical > .btn-group:not(:last-child) > .tml-button,
  body.tml-action-profile .btn-group-vertical > .btn-group:not(:last-child) > .tml-button {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .wpcf7 .btn-group-vertical > input[type=submit]:not(:first-child), .tml-action-login .tml-login .btn-group-vertical > .tml-button:not(:first-child),
  .bim-catalyst-become-subscriber .btn-group-vertical > .tml-button:not(:first-child), body.tml-action-profile .btn-group-vertical > .tml-button:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .wpcf7 .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit],
  .tml-action-login .tml-login .btn-group-vertical > .btn-group:not(:first-child) > .tml-button,
  .bim-catalyst-become-subscriber .btn-group-vertical > .btn-group:not(:first-child) > .tml-button,
  body.tml-action-profile .btn-group-vertical > .btn-group:not(:first-child) > .tml-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .wpcf7 .btn-group-toggle > input[type=submit], .tml-action-login .tml-login .btn-group-toggle > .tml-button,
.bim-catalyst-become-subscriber .btn-group-toggle > .tml-button, body.tml-action-profile .btn-group-toggle > .tml-button,
.btn-group-toggle > .btn-group > .btn,
.wpcf7 .btn-group-toggle > .btn-group > input[type=submit],
.tml-action-login .tml-login .btn-group-toggle > .btn-group > .tml-button,
.bim-catalyst-become-subscriber .btn-group-toggle > .btn-group > .tml-button,
body.tml-action-profile .btn-group-toggle > .btn-group > .tml-button {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .wpcf7 .btn-group-toggle > input[type=submit] input[type="radio"], .tml-action-login .tml-login .btn-group-toggle > .tml-button input[type="radio"],
  .bim-catalyst-become-subscriber .btn-group-toggle > .tml-button input[type="radio"], body.tml-action-profile .btn-group-toggle > .tml-button input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .wpcf7 .btn-group-toggle > input[type=submit] input[type="checkbox"],
  .tml-action-login .tml-login .btn-group-toggle > .tml-button input[type="checkbox"],
  .bim-catalyst-become-subscriber .btn-group-toggle > .tml-button input[type="checkbox"],
  body.tml-action-profile .btn-group-toggle > .tml-button input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .wpcf7 .btn-group-toggle > .btn-group > input[type=submit] input[type="radio"],
  .tml-action-login .tml-login .btn-group-toggle > .btn-group > .tml-button input[type="radio"],
  .bim-catalyst-become-subscriber .btn-group-toggle > .btn-group > .tml-button input[type="radio"],
  body.tml-action-profile .btn-group-toggle > .btn-group > .tml-button input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .wpcf7 .btn-group-toggle > .btn-group > input[type=submit] input[type="checkbox"],
  .tml-action-login .tml-login .btn-group-toggle > .btn-group > .tml-button input[type="checkbox"],
  .bim-catalyst-become-subscriber .btn-group-toggle > .btn-group > .tml-button input[type="checkbox"],
  body.tml-action-profile .btn-group-toggle > .btn-group > .tml-button input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .wpcf7 .input-group > input[type=text],
  .wpcf7 .input-group > input[type=search],
  .wpcf7 .input-group > input[type=url],
  .wpcf7 .input-group > input[type=tel],
  .wpcf7 .input-group > input[type=number],
  .wpcf7 .input-group > input[type=range],
  .wpcf7 .input-group > input[type=date],
  .wpcf7 .input-group > input[type=month],
  .wpcf7 .input-group > input[type=week],
  .wpcf7 .input-group > input[type=time],
  .wpcf7 .input-group > input[type=datetime],
  .wpcf7 .input-group > input[type=datetime-local],
  .wpcf7 .input-group > input[type=color],
  .wpcf7 .input-group > input[type=email],
  .wpcf7 .input-group > input[type=file],
  .wpcf7 .input-group > input[type=submit],
  .wpcf7 .input-group > select,
  .wpcf7 .input-group > textarea, .wpcf7 .input-group > .wpcf7-validation-errors, .tml-action-login .tml-login .input-group > .tml-field,
  .bim-catalyst-become-subscriber .input-group > .tml-field, body.tml-action-profile .input-group > .tml-field,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control, .wpcf7 .input-group > input[type=text] + .form-control,
    .wpcf7 .input-group > input[type=search] + .form-control,
    .wpcf7 .input-group > input[type=url] + .form-control,
    .wpcf7 .input-group > input[type=tel] + .form-control,
    .wpcf7 .input-group > input[type=number] + .form-control,
    .wpcf7 .input-group > input[type=range] + .form-control,
    .wpcf7 .input-group > input[type=date] + .form-control,
    .wpcf7 .input-group > input[type=month] + .form-control,
    .wpcf7 .input-group > input[type=week] + .form-control,
    .wpcf7 .input-group > input[type=time] + .form-control,
    .wpcf7 .input-group > input[type=datetime] + .form-control,
    .wpcf7 .input-group > input[type=datetime-local] + .form-control,
    .wpcf7 .input-group > input[type=color] + .form-control,
    .wpcf7 .input-group > input[type=email] + .form-control,
    .wpcf7 .input-group > input[type=file] + .form-control,
    .wpcf7 .input-group > input[type=submit] + .form-control,
    .wpcf7 .input-group > select + .form-control,
    .wpcf7 .input-group > textarea + .form-control, .wpcf7 .input-group > .wpcf7-validation-errors + .form-control, .tml-action-login .tml-login .input-group > .tml-field + .form-control,
    .bim-catalyst-become-subscriber .input-group > .tml-field + .form-control, body.tml-action-profile .input-group > .tml-field + .form-control, .wpcf7 .input-group > .form-control + input[type=text], .wpcf7 .input-group > input[type=text] + input[type=text],
    .wpcf7 .input-group > input[type=search] + input[type=text],
    .wpcf7 .input-group > input[type=url] + input[type=text],
    .wpcf7 .input-group > input[type=tel] + input[type=text],
    .wpcf7 .input-group > input[type=number] + input[type=text],
    .wpcf7 .input-group > input[type=range] + input[type=text],
    .wpcf7 .input-group > input[type=date] + input[type=text],
    .wpcf7 .input-group > input[type=month] + input[type=text],
    .wpcf7 .input-group > input[type=week] + input[type=text],
    .wpcf7 .input-group > input[type=time] + input[type=text],
    .wpcf7 .input-group > input[type=datetime] + input[type=text],
    .wpcf7 .input-group > input[type=datetime-local] + input[type=text],
    .wpcf7 .input-group > input[type=color] + input[type=text],
    .wpcf7 .input-group > input[type=email] + input[type=text],
    .wpcf7 .input-group > input[type=file] + input[type=text],
    .wpcf7 .input-group > input[type=submit] + input[type=text],
    .wpcf7 .input-group > select + input[type=text],
    .wpcf7 .input-group > textarea + input[type=text], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=text], .tml-action-login .tml-login .wpcf7 .input-group > .tml-field + input[type=text], .wpcf7 .tml-action-login .tml-login .input-group > .tml-field + input[type=text],
    .bim-catalyst-become-subscriber .wpcf7 .input-group > .tml-field + input[type=text],
    .wpcf7 .bim-catalyst-become-subscriber .input-group > .tml-field + input[type=text], body.tml-action-profile .wpcf7 .input-group > .tml-field + input[type=text], .wpcf7 body.tml-action-profile .input-group > .tml-field + input[type=text],
    .wpcf7 .input-group > .form-control + input[type=search],
    .wpcf7 .input-group > input[type=text] + input[type=search],
    .wpcf7 .input-group > input[type=search] + input[type=search],
    .wpcf7 .input-group > input[type=url] + input[type=search],
    .wpcf7 .input-group > input[type=tel] + input[type=search],
    .wpcf7 .input-group > input[type=number] + input[type=search],
    .wpcf7 .input-group > input[type=range] + input[type=search],
    .wpcf7 .input-group > input[type=date] + input[type=search],
    .wpcf7 .input-group > input[type=month] + input[type=search],
    .wpcf7 .input-group > input[type=week] + input[type=search],
    .wpcf7 .input-group > input[type=time] + input[type=search],
    .wpcf7 .input-group > input[type=datetime] + input[type=search],
    .wpcf7 .input-group > input[type=datetime-local] + input[type=search],
    .wpcf7 .input-group > input[type=color] + input[type=search],
    .wpcf7 .input-group > input[type=email] + input[type=search],
    .wpcf7 .input-group > input[type=file] + input[type=search],
    .wpcf7 .input-group > input[type=submit] + input[type=search],
    .wpcf7 .input-group > select + input[type=search],
    .wpcf7 .input-group > textarea + input[type=search],
    .wpcf7 .input-group > .wpcf7-validation-errors + input[type=search],
    .tml-action-login .tml-login .wpcf7 .input-group > .tml-field + input[type=search],
    .wpcf7 .tml-action-login .tml-login .input-group > .tml-field + input[type=search],
    .bim-catalyst-become-subscriber .wpcf7 .input-group > .tml-field + input[type=search],
    .wpcf7 .bim-catalyst-become-subscriber .input-group > .tml-field + input[type=search],
    body.tml-action-profile .wpcf7 .input-group > .tml-field + input[type=search],
    .wpcf7 body.tml-action-profile .input-group > .tml-field + input[type=search],
    .wpcf7 .input-group > .form-control + input[type=url],
    .wpcf7 .input-group > input[type=text] + input[type=url],
    .wpcf7 .input-group > input[type=search] + input[type=url],
    .wpcf7 .input-group > input[type=url] + input[type=url],
    .wpcf7 .input-group > input[type=tel] + input[type=url],
    .wpcf7 .input-group > input[type=number] + input[type=url],
    .wpcf7 .input-group > input[type=range] + input[type=url],
    .wpcf7 .input-group > input[type=date] + input[type=url],
    .wpcf7 .input-group > input[type=month] + input[type=url],
    .wpcf7 .input-group > input[type=week] + input[type=url],
    .wpcf7 .input-group > input[type=time] + input[type=url],
    .wpcf7 .input-group > input[type=datetime] + input[type=url],
    .wpcf7 .input-group > input[type=datetime-local] + input[type=url],
    .wpcf7 .input-group > input[type=color] + input[type=url],
    .wpcf7 .input-group > input[type=email] + input[type=url],
    .wpcf7 .input-group > input[type=file] + input[type=url],
    .wpcf7 .input-group > input[type=submit] + input[type=url],
    .wpcf7 .input-group > select + input[type=url],
    .wpcf7 .input-group > textarea + input[type=url],
    .wpcf7 .input-group > .wpcf7-validation-errors + input[type=url],
    .tml-action-login .tml-login .wpcf7 .input-group > .tml-field + input[type=url],
    .wpcf7 .tml-action-login .tml-login .input-group > .tml-field + input[type=url],
    .bim-catalyst-become-subscriber .wpcf7 .input-group > .tml-field + input[type=url],
    .wpcf7 .bim-catalyst-become-subscriber .input-group > .tml-field + input[type=url],
    body.tml-action-profile .wpcf7 .input-group > .tml-field + input[type=url],
    .wpcf7 body.tml-action-profile .input-group > .tml-field + input[type=url],
    .wpcf7 .input-group > .form-control + input[type=tel],
    .wpcf7 .input-group > input[type=text] + input[type=tel],
    .wpcf7 .input-group > input[type=search] + input[type=tel],
    .wpcf7 .input-group > input[type=url] + input[type=tel],
    .wpcf7 .input-group > input[type=tel] + input[type=tel],
    .wpcf7 .input-group > input[type=number] + input[type=tel],
    .wpcf7 .input-group > input[type=range] + input[type=tel],
    .wpcf7 .input-group > input[type=date] + input[type=tel],
    .wpcf7 .input-group > input[type=month] + input[type=tel],
    .wpcf7 .input-group > input[type=week] + input[type=tel],
    .wpcf7 .input-group > input[type=time] + input[type=tel],
    .wpcf7 .input-group > input[type=datetime] + input[type=tel],
    .wpcf7 .input-group > input[type=datetime-local] + input[type=tel],
    .wpcf7 .input-group > input[type=color] + input[type=tel],
    .wpcf7 .input-group > input[type=email] + input[type=tel],
    .wpcf7 .input-group > input[type=file] + input[type=tel],
    .wpcf7 .input-group > input[type=submit] + input[type=tel],
    .wpcf7 .input-group > select + input[type=tel],
    .wpcf7 .input-group > textarea + input[type=tel],
    .wpcf7 .input-group > .wpcf7-validation-errors + input[type=tel],
    .tml-action-login .tml-login .wpcf7 .input-group > .tml-field + input[type=tel],
    .wpcf7 .tml-action-login .tml-login .input-group > .tml-field + input[type=tel],
    .bim-catalyst-become-subscriber .wpcf7 .input-group > .tml-field + input[type=tel],
    .wpcf7 .bim-catalyst-become-subscriber .input-group > .tml-field + input[type=tel],
    body.tml-action-profile .wpcf7 .input-group > .tml-field + input[type=tel],
    .wpcf7 body.tml-action-profile .input-group > .tml-field + input[type=tel],
    .wpcf7 .input-group > .form-control + input[type=number],
    .wpcf7 .input-group > input[type=text] + input[type=number],
    .wpcf7 .input-group > input[type=search] + input[type=number],
    .wpcf7 .input-group > input[type=url] + input[type=number],
    .wpcf7 .input-group > input[type=tel] + input[type=number],
    .wpcf7 .input-group > input[type=number] + input[type=number],
    .wpcf7 .input-group > input[type=range] + input[type=number],
    .wpcf7 .input-group > input[type=date] + input[type=number],
    .wpcf7 .input-group > input[type=month] + input[type=number],
    .wpcf7 .input-group > input[type=week] + input[type=number],
    .wpcf7 .input-group > input[type=time] + input[type=number],
    .wpcf7 .input-group > input[type=datetime] + input[type=number],
    .wpcf7 .input-group > input[type=datetime-local] + input[type=number],
    .wpcf7 .input-group > input[type=color] + input[type=number],
    .wpcf7 .input-group > input[type=email] + input[type=number],
    .wpcf7 .input-group > input[type=file] + input[type=number],
    .wpcf7 .input-group > input[type=submit] + input[type=number],
    .wpcf7 .input-group > select + input[type=number],
    .wpcf7 .input-group > textarea + input[type=number],
    .wpcf7 .input-group > .wpcf7-validation-errors + input[type=number],
    .tml-action-login .tml-login .wpcf7 .input-group > .tml-field + input[type=number],
    .wpcf7 .tml-action-login .tml-login .input-group > .tml-field + input[type=number],
    .bim-catalyst-become-subscriber .wpcf7 .input-group > .tml-field + input[type=number],
    .wpcf7 .bim-catalyst-become-subscriber .input-group > .tml-field + input[type=number],
    body.tml-action-profile .wpcf7 .input-group > .tml-field + input[type=number],
    .wpcf7 body.tml-action-profile .input-group > .tml-field + input[type=number],
    .wpcf7 .input-group > .form-control + input[type=range],
    .wpcf7 .input-group > input[type=text] + input[type=range],
    .wpcf7 .input-group > input[type=search] + input[type=range],
    .wpcf7 .input-group > input[type=url] + input[type=range],
    .wpcf7 .input-group > input[type=tel] + input[type=range],
    .wpcf7 .input-group > input[type=number] + input[type=range],
    .wpcf7 .input-group > input[type=range] + input[type=range],
    .wpcf7 .input-group > input[type=date] + input[type=range],
    .wpcf7 .input-group > input[type=month] + input[type=range],
    .wpcf7 .input-group > input[type=week] + input[type=range],
    .wpcf7 .input-group > input[type=time] + input[type=range],
    .wpcf7 .input-group > input[type=datetime] + input[type=range],
    .wpcf7 .input-group > input[type=datetime-local] + input[type=range],
    .wpcf7 .input-group > input[type=color] + input[type=range],
    .wpcf7 .input-group > input[type=email] + input[type=range],
    .wpcf7 .input-group > input[type=file] + input[type=range],
    .wpcf7 .input-group > input[type=submit] + input[type=range],
    .wpcf7 .input-group > select + input[type=range],
    .wpcf7 .input-group > textarea + input[type=range],
    .wpcf7 .input-group > .wpcf7-validation-errors + input[type=range],
    .tml-action-login .tml-login .wpcf7 .input-group > .tml-field + input[type=range],
    .wpcf7 .tml-action-login .tml-login .input-group > .tml-field + input[type=range],
    .bim-catalyst-become-subscriber .wpcf7 .input-group > .tml-field + input[type=range],
    .wpcf7 .bim-catalyst-become-subscriber .input-group > .tml-field + input[type=range],
    body.tml-action-profile .wpcf7 .input-group > .tml-field + input[type=range],
    .wpcf7 body.tml-action-profile .input-group > .tml-field + input[type=range],
    .wpcf7 .input-group > .form-control + input[type=date],
    .wpcf7 .input-group > input[type=text] + input[type=date],
    .wpcf7 .input-group > input[type=search] + input[type=date],
    .wpcf7 .input-group > input[type=url] + input[type=date],
    .wpcf7 .input-group > input[type=tel] + input[type=date],
    .wpcf7 .input-group > input[type=number] + input[type=date],
    .wpcf7 .input-group > input[type=range] + input[type=date],
    .wpcf7 .input-group > input[type=date] + input[type=date],
    .wpcf7 .input-group > input[type=month] + input[type=date],
    .wpcf7 .input-group > input[type=week] + input[type=date],
    .wpcf7 .input-group > input[type=time] + input[type=date],
    .wpcf7 .input-group > input[type=datetime] + input[type=date],
    .wpcf7 .input-group > input[type=datetime-local] + input[type=date],
    .wpcf7 .input-group > input[type=color] + input[type=date],
    .wpcf7 .input-group > input[type=email] + input[type=date],
    .wpcf7 .input-group > input[type=file] + input[type=date],
    .wpcf7 .input-group > input[type=submit] + input[type=date],
    .wpcf7 .input-group > select + input[type=date],
    .wpcf7 .input-group > textarea + input[type=date],
    .wpcf7 .input-group > .wpcf7-validation-errors + input[type=date],
    .tml-action-login .tml-login .wpcf7 .input-group > .tml-field + input[type=date],
    .wpcf7 .tml-action-login .tml-login .input-group > .tml-field + input[type=date],
    .bim-catalyst-become-subscriber .wpcf7 .input-group > .tml-field + input[type=date],
    .wpcf7 .bim-catalyst-become-subscriber .input-group > .tml-field + input[type=date],
    body.tml-action-profile .wpcf7 .input-group > .tml-field + input[type=date],
    .wpcf7 body.tml-action-profile .input-group > .tml-field + input[type=date],
    .wpcf7 .input-group > .form-control + input[type=month],
    .wpcf7 .input-group > input[type=text] + input[type=month],
    .wpcf7 .input-group > input[type=search] + input[type=month],
    .wpcf7 .input-group > input[type=url] + input[type=month],
    .wpcf7 .input-group > input[type=tel] + input[type=month],
    .wpcf7 .input-group > input[type=number] + input[type=month],
    .wpcf7 .input-group > input[type=range] + input[type=month],
    .wpcf7 .input-group > input[type=date] + input[type=month],
    .wpcf7 .input-group > input[type=month] + input[type=month],
    .wpcf7 .input-group > input[type=week] + input[type=month],
    .wpcf7 .input-group > input[type=time] + input[type=month],
    .wpcf7 .input-group > input[type=datetime] + input[type=month],
    .wpcf7 .input-group > input[type=datetime-local] + input[type=month],
    .wpcf7 .input-group > input[type=color] + input[type=month],
    .wpcf7 .input-group > input[type=email] + input[type=month],
    .wpcf7 .input-group > input[type=file] + input[type=month],
    .wpcf7 .input-group > input[type=submit] + input[type=month],
    .wpcf7 .input-group > select + input[type=month],
    .wpcf7 .input-group > textarea + input[type=month],
    .wpcf7 .input-group > .wpcf7-validation-errors + input[type=month],
    .tml-action-login .tml-login .wpcf7 .input-group > .tml-field + input[type=month],
    .wpcf7 .tml-action-login .tml-login .input-group > .tml-field + input[type=month],
    .bim-catalyst-become-subscriber .wpcf7 .input-group > .tml-field + input[type=month],
    .wpcf7 .bim-catalyst-become-subscriber .input-group > .tml-field + input[type=month],
    body.tml-action-profile .wpcf7 .input-group > .tml-field + input[type=month],
    .wpcf7 body.tml-action-profile .input-group > .tml-field + input[type=month],
    .wpcf7 .input-group > .form-control + input[type=week],
    .wpcf7 .input-group > input[type=text] + input[type=week],
    .wpcf7 .input-group > input[type=search] + input[type=week],
    .wpcf7 .input-group > input[type=url] + input[type=week],
    .wpcf7 .input-group > input[type=tel] + input[type=week],
    .wpcf7 .input-group > input[type=number] + input[type=week],
    .wpcf7 .input-group > input[type=range] + input[type=week],
    .wpcf7 .input-group > input[type=date] + input[type=week],
    .wpcf7 .input-group > input[type=month] + input[type=week],
    .wpcf7 .input-group > input[type=week] + input[type=week],
    .wpcf7 .input-group > input[type=time] + input[type=week],
    .wpcf7 .input-group > input[type=datetime] + input[type=week],
    .wpcf7 .input-group > input[type=datetime-local] + input[type=week],
    .wpcf7 .input-group > input[type=color] + input[type=week],
    .wpcf7 .input-group > input[type=email] + input[type=week],
    .wpcf7 .input-group > input[type=file] + input[type=week],
    .wpcf7 .input-group > input[type=submit] + input[type=week],
    .wpcf7 .input-group > select + input[type=week],
    .wpcf7 .input-group > textarea + input[type=week],
    .wpcf7 .input-group > .wpcf7-validation-errors + input[type=week],
    .tml-action-login .tml-login .wpcf7 .input-group > .tml-field + input[type=week],
    .wpcf7 .tml-action-login .tml-login .input-group > .tml-field + input[type=week],
    .bim-catalyst-become-subscriber .wpcf7 .input-group > .tml-field + input[type=week],
    .wpcf7 .bim-catalyst-become-subscriber .input-group > .tml-field + input[type=week],
    body.tml-action-profile .wpcf7 .input-group > .tml-field + input[type=week],
    .wpcf7 body.tml-action-profile .input-group > .tml-field + input[type=week],
    .wpcf7 .input-group > .form-control + input[type=time],
    .wpcf7 .input-group > input[type=text] + input[type=time],
    .wpcf7 .input-group > input[type=search] + input[type=time],
    .wpcf7 .input-group > input[type=url] + input[type=time],
    .wpcf7 .input-group > input[type=tel] + input[type=time],
    .wpcf7 .input-group > input[type=number] + input[type=time],
    .wpcf7 .input-group > input[type=range] + input[type=time],
    .wpcf7 .input-group > input[type=date] + input[type=time],
    .wpcf7 .input-group > input[type=month] + input[type=time],
    .wpcf7 .input-group > input[type=week] + input[type=time],
    .wpcf7 .input-group > input[type=time] + input[type=time],
    .wpcf7 .input-group > input[type=datetime] + input[type=time],
    .wpcf7 .input-group > input[type=datetime-local] + input[type=time],
    .wpcf7 .input-group > input[type=color] + input[type=time],
    .wpcf7 .input-group > input[type=email] + input[type=time],
    .wpcf7 .input-group > input[type=file] + input[type=time],
    .wpcf7 .input-group > input[type=submit] + input[type=time],
    .wpcf7 .input-group > select + input[type=time],
    .wpcf7 .input-group > textarea + input[type=time],
    .wpcf7 .input-group > .wpcf7-validation-errors + input[type=time],
    .tml-action-login .tml-login .wpcf7 .input-group > .tml-field + input[type=time],
    .wpcf7 .tml-action-login .tml-login .input-group > .tml-field + input[type=time],
    .bim-catalyst-become-subscriber .wpcf7 .input-group > .tml-field + input[type=time],
    .wpcf7 .bim-catalyst-become-subscriber .input-group > .tml-field + input[type=time],
    body.tml-action-profile .wpcf7 .input-group > .tml-field + input[type=time],
    .wpcf7 body.tml-action-profile .input-group > .tml-field + input[type=time],
    .wpcf7 .input-group > .form-control + input[type=datetime],
    .wpcf7 .input-group > input[type=text] + input[type=datetime],
    .wpcf7 .input-group > input[type=search] + input[type=datetime],
    .wpcf7 .input-group > input[type=url] + input[type=datetime],
    .wpcf7 .input-group > input[type=tel] + input[type=datetime],
    .wpcf7 .input-group > input[type=number] + input[type=datetime],
    .wpcf7 .input-group > input[type=range] + input[type=datetime],
    .wpcf7 .input-group > input[type=date] + input[type=datetime],
    .wpcf7 .input-group > input[type=month] + input[type=datetime],
    .wpcf7 .input-group > input[type=week] + input[type=datetime],
    .wpcf7 .input-group > input[type=time] + input[type=datetime],
    .wpcf7 .input-group > input[type=datetime] + input[type=datetime],
    .wpcf7 .input-group > input[type=datetime-local] + input[type=datetime],
    .wpcf7 .input-group > input[type=color] + input[type=datetime],
    .wpcf7 .input-group > input[type=email] + input[type=datetime],
    .wpcf7 .input-group > input[type=file] + input[type=datetime],
    .wpcf7 .input-group > input[type=submit] + input[type=datetime],
    .wpcf7 .input-group > select + input[type=datetime],
    .wpcf7 .input-group > textarea + input[type=datetime],
    .wpcf7 .input-group > .wpcf7-validation-errors + input[type=datetime],
    .tml-action-login .tml-login .wpcf7 .input-group > .tml-field + input[type=datetime],
    .wpcf7 .tml-action-login .tml-login .input-group > .tml-field + input[type=datetime],
    .bim-catalyst-become-subscriber .wpcf7 .input-group > .tml-field + input[type=datetime],
    .wpcf7 .bim-catalyst-become-subscriber .input-group > .tml-field + input[type=datetime],
    body.tml-action-profile .wpcf7 .input-group > .tml-field + input[type=datetime],
    .wpcf7 body.tml-action-profile .input-group > .tml-field + input[type=datetime],
    .wpcf7 .input-group > .form-control + input[type=datetime-local],
    .wpcf7 .input-group > input[type=text] + input[type=datetime-local],
    .wpcf7 .input-group > input[type=search] + input[type=datetime-local],
    .wpcf7 .input-group > input[type=url] + input[type=datetime-local],
    .wpcf7 .input-group > input[type=tel] + input[type=datetime-local],
    .wpcf7 .input-group > input[type=number] + input[type=datetime-local],
    .wpcf7 .input-group > input[type=range] + input[type=datetime-local],
    .wpcf7 .input-group > input[type=date] + input[type=datetime-local],
    .wpcf7 .input-group > input[type=month] + input[type=datetime-local],
    .wpcf7 .input-group > input[type=week] + input[type=datetime-local],
    .wpcf7 .input-group > input[type=time] + input[type=datetime-local],
    .wpcf7 .input-group > input[type=datetime] + input[type=datetime-local],
    .wpcf7 .input-group > input[type=datetime-local] + input[type=datetime-local],
    .wpcf7 .input-group > input[type=color] + input[type=datetime-local],
    .wpcf7 .input-group > input[type=email] + input[type=datetime-local],
    .wpcf7 .input-group > input[type=file] + input[type=datetime-local],
    .wpcf7 .input-group > input[type=submit] + input[type=datetime-local],
    .wpcf7 .input-group > select + input[type=datetime-local],
    .wpcf7 .input-group > textarea + input[type=datetime-local],
    .wpcf7 .input-group > .wpcf7-validation-errors + input[type=datetime-local],
    .tml-action-login .tml-login .wpcf7 .input-group > .tml-field + input[type=datetime-local],
    .wpcf7 .tml-action-login .tml-login .input-group > .tml-field + input[type=datetime-local],
    .bim-catalyst-become-subscriber .wpcf7 .input-group > .tml-field + input[type=datetime-local],
    .wpcf7 .bim-catalyst-become-subscriber .input-group > .tml-field + input[type=datetime-local],
    body.tml-action-profile .wpcf7 .input-group > .tml-field + input[type=datetime-local],
    .wpcf7 body.tml-action-profile .input-group > .tml-field + input[type=datetime-local],
    .wpcf7 .input-group > .form-control + input[type=color],
    .wpcf7 .input-group > input[type=text] + input[type=color],
    .wpcf7 .input-group > input[type=search] + input[type=color],
    .wpcf7 .input-group > input[type=url] + input[type=color],
    .wpcf7 .input-group > input[type=tel] + input[type=color],
    .wpcf7 .input-group > input[type=number] + input[type=color],
    .wpcf7 .input-group > input[type=range] + input[type=color],
    .wpcf7 .input-group > input[type=date] + input[type=color],
    .wpcf7 .input-group > input[type=month] + input[type=color],
    .wpcf7 .input-group > input[type=week] + input[type=color],
    .wpcf7 .input-group > input[type=time] + input[type=color],
    .wpcf7 .input-group > input[type=datetime] + input[type=color],
    .wpcf7 .input-group > input[type=datetime-local] + input[type=color],
    .wpcf7 .input-group > input[type=color] + input[type=color],
    .wpcf7 .input-group > input[type=email] + input[type=color],
    .wpcf7 .input-group > input[type=file] + input[type=color],
    .wpcf7 .input-group > input[type=submit] + input[type=color],
    .wpcf7 .input-group > select + input[type=color],
    .wpcf7 .input-group > textarea + input[type=color],
    .wpcf7 .input-group > .wpcf7-validation-errors + input[type=color],
    .tml-action-login .tml-login .wpcf7 .input-group > .tml-field + input[type=color],
    .wpcf7 .tml-action-login .tml-login .input-group > .tml-field + input[type=color],
    .bim-catalyst-become-subscriber .wpcf7 .input-group > .tml-field + input[type=color],
    .wpcf7 .bim-catalyst-become-subscriber .input-group > .tml-field + input[type=color],
    body.tml-action-profile .wpcf7 .input-group > .tml-field + input[type=color],
    .wpcf7 body.tml-action-profile .input-group > .tml-field + input[type=color],
    .wpcf7 .input-group > .form-control + input[type=email],
    .wpcf7 .input-group > input[type=text] + input[type=email],
    .wpcf7 .input-group > input[type=search] + input[type=email],
    .wpcf7 .input-group > input[type=url] + input[type=email],
    .wpcf7 .input-group > input[type=tel] + input[type=email],
    .wpcf7 .input-group > input[type=number] + input[type=email],
    .wpcf7 .input-group > input[type=range] + input[type=email],
    .wpcf7 .input-group > input[type=date] + input[type=email],
    .wpcf7 .input-group > input[type=month] + input[type=email],
    .wpcf7 .input-group > input[type=week] + input[type=email],
    .wpcf7 .input-group > input[type=time] + input[type=email],
    .wpcf7 .input-group > input[type=datetime] + input[type=email],
    .wpcf7 .input-group > input[type=datetime-local] + input[type=email],
    .wpcf7 .input-group > input[type=color] + input[type=email],
    .wpcf7 .input-group > input[type=email] + input[type=email],
    .wpcf7 .input-group > input[type=file] + input[type=email],
    .wpcf7 .input-group > input[type=submit] + input[type=email],
    .wpcf7 .input-group > select + input[type=email],
    .wpcf7 .input-group > textarea + input[type=email],
    .wpcf7 .input-group > .wpcf7-validation-errors + input[type=email],
    .tml-action-login .tml-login .wpcf7 .input-group > .tml-field + input[type=email],
    .wpcf7 .tml-action-login .tml-login .input-group > .tml-field + input[type=email],
    .bim-catalyst-become-subscriber .wpcf7 .input-group > .tml-field + input[type=email],
    .wpcf7 .bim-catalyst-become-subscriber .input-group > .tml-field + input[type=email],
    body.tml-action-profile .wpcf7 .input-group > .tml-field + input[type=email],
    .wpcf7 body.tml-action-profile .input-group > .tml-field + input[type=email],
    .wpcf7 .input-group > .form-control + input[type=file],
    .wpcf7 .input-group > input[type=text] + input[type=file],
    .wpcf7 .input-group > input[type=search] + input[type=file],
    .wpcf7 .input-group > input[type=url] + input[type=file],
    .wpcf7 .input-group > input[type=tel] + input[type=file],
    .wpcf7 .input-group > input[type=number] + input[type=file],
    .wpcf7 .input-group > input[type=range] + input[type=file],
    .wpcf7 .input-group > input[type=date] + input[type=file],
    .wpcf7 .input-group > input[type=month] + input[type=file],
    .wpcf7 .input-group > input[type=week] + input[type=file],
    .wpcf7 .input-group > input[type=time] + input[type=file],
    .wpcf7 .input-group > input[type=datetime] + input[type=file],
    .wpcf7 .input-group > input[type=datetime-local] + input[type=file],
    .wpcf7 .input-group > input[type=color] + input[type=file],
    .wpcf7 .input-group > input[type=email] + input[type=file],
    .wpcf7 .input-group > input[type=file] + input[type=file],
    .wpcf7 .input-group > input[type=submit] + input[type=file],
    .wpcf7 .input-group > select + input[type=file],
    .wpcf7 .input-group > textarea + input[type=file],
    .wpcf7 .input-group > .wpcf7-validation-errors + input[type=file],
    .tml-action-login .tml-login .wpcf7 .input-group > .tml-field + input[type=file],
    .wpcf7 .tml-action-login .tml-login .input-group > .tml-field + input[type=file],
    .bim-catalyst-become-subscriber .wpcf7 .input-group > .tml-field + input[type=file],
    .wpcf7 .bim-catalyst-become-subscriber .input-group > .tml-field + input[type=file],
    body.tml-action-profile .wpcf7 .input-group > .tml-field + input[type=file],
    .wpcf7 body.tml-action-profile .input-group > .tml-field + input[type=file],
    .wpcf7 .input-group > .form-control + input[type=submit],
    .wpcf7 .input-group > input[type=text] + input[type=submit],
    .wpcf7 .input-group > input[type=search] + input[type=submit],
    .wpcf7 .input-group > input[type=url] + input[type=submit],
    .wpcf7 .input-group > input[type=tel] + input[type=submit],
    .wpcf7 .input-group > input[type=number] + input[type=submit],
    .wpcf7 .input-group > input[type=range] + input[type=submit],
    .wpcf7 .input-group > input[type=date] + input[type=submit],
    .wpcf7 .input-group > input[type=month] + input[type=submit],
    .wpcf7 .input-group > input[type=week] + input[type=submit],
    .wpcf7 .input-group > input[type=time] + input[type=submit],
    .wpcf7 .input-group > input[type=datetime] + input[type=submit],
    .wpcf7 .input-group > input[type=datetime-local] + input[type=submit],
    .wpcf7 .input-group > input[type=color] + input[type=submit],
    .wpcf7 .input-group > input[type=email] + input[type=submit],
    .wpcf7 .input-group > input[type=file] + input[type=submit],
    .wpcf7 .input-group > input[type=submit] + input[type=submit],
    .wpcf7 .input-group > select + input[type=submit],
    .wpcf7 .input-group > textarea + input[type=submit],
    .wpcf7 .input-group > .wpcf7-validation-errors + input[type=submit],
    .tml-action-login .tml-login .wpcf7 .input-group > .tml-field + input[type=submit],
    .wpcf7 .tml-action-login .tml-login .input-group > .tml-field + input[type=submit],
    .bim-catalyst-become-subscriber .wpcf7 .input-group > .tml-field + input[type=submit],
    .wpcf7 .bim-catalyst-become-subscriber .input-group > .tml-field + input[type=submit],
    body.tml-action-profile .wpcf7 .input-group > .tml-field + input[type=submit],
    .wpcf7 body.tml-action-profile .input-group > .tml-field + input[type=submit],
    .wpcf7 .input-group > .form-control + select,
    .wpcf7 .input-group > input[type=text] + select,
    .wpcf7 .input-group > input[type=search] + select,
    .wpcf7 .input-group > input[type=url] + select,
    .wpcf7 .input-group > input[type=tel] + select,
    .wpcf7 .input-group > input[type=number] + select,
    .wpcf7 .input-group > input[type=range] + select,
    .wpcf7 .input-group > input[type=date] + select,
    .wpcf7 .input-group > input[type=month] + select,
    .wpcf7 .input-group > input[type=week] + select,
    .wpcf7 .input-group > input[type=time] + select,
    .wpcf7 .input-group > input[type=datetime] + select,
    .wpcf7 .input-group > input[type=datetime-local] + select,
    .wpcf7 .input-group > input[type=color] + select,
    .wpcf7 .input-group > input[type=email] + select,
    .wpcf7 .input-group > input[type=file] + select,
    .wpcf7 .input-group > input[type=submit] + select,
    .wpcf7 .input-group > select + select,
    .wpcf7 .input-group > textarea + select,
    .wpcf7 .input-group > .wpcf7-validation-errors + select,
    .tml-action-login .tml-login .wpcf7 .input-group > .tml-field + select,
    .wpcf7 .tml-action-login .tml-login .input-group > .tml-field + select,
    .bim-catalyst-become-subscriber .wpcf7 .input-group > .tml-field + select,
    .wpcf7 .bim-catalyst-become-subscriber .input-group > .tml-field + select,
    body.tml-action-profile .wpcf7 .input-group > .tml-field + select,
    .wpcf7 body.tml-action-profile .input-group > .tml-field + select,
    .wpcf7 .input-group > .form-control + textarea,
    .wpcf7 .input-group > input[type=text] + textarea,
    .wpcf7 .input-group > input[type=search] + textarea,
    .wpcf7 .input-group > input[type=url] + textarea,
    .wpcf7 .input-group > input[type=tel] + textarea,
    .wpcf7 .input-group > input[type=number] + textarea,
    .wpcf7 .input-group > input[type=range] + textarea,
    .wpcf7 .input-group > input[type=date] + textarea,
    .wpcf7 .input-group > input[type=month] + textarea,
    .wpcf7 .input-group > input[type=week] + textarea,
    .wpcf7 .input-group > input[type=time] + textarea,
    .wpcf7 .input-group > input[type=datetime] + textarea,
    .wpcf7 .input-group > input[type=datetime-local] + textarea,
    .wpcf7 .input-group > input[type=color] + textarea,
    .wpcf7 .input-group > input[type=email] + textarea,
    .wpcf7 .input-group > input[type=file] + textarea,
    .wpcf7 .input-group > input[type=submit] + textarea,
    .wpcf7 .input-group > select + textarea,
    .wpcf7 .input-group > textarea + textarea,
    .wpcf7 .input-group > .wpcf7-validation-errors + textarea,
    .tml-action-login .tml-login .wpcf7 .input-group > .tml-field + textarea,
    .wpcf7 .tml-action-login .tml-login .input-group > .tml-field + textarea,
    .bim-catalyst-become-subscriber .wpcf7 .input-group > .tml-field + textarea,
    .wpcf7 .bim-catalyst-become-subscriber .input-group > .tml-field + textarea,
    body.tml-action-profile .wpcf7 .input-group > .tml-field + textarea,
    .wpcf7 body.tml-action-profile .input-group > .tml-field + textarea, .wpcf7 .input-group > .form-control + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=text] + .wpcf7-validation-errors,
    .wpcf7 .input-group > input[type=search] + .wpcf7-validation-errors,
    .wpcf7 .input-group > input[type=url] + .wpcf7-validation-errors,
    .wpcf7 .input-group > input[type=tel] + .wpcf7-validation-errors,
    .wpcf7 .input-group > input[type=number] + .wpcf7-validation-errors,
    .wpcf7 .input-group > input[type=range] + .wpcf7-validation-errors,
    .wpcf7 .input-group > input[type=date] + .wpcf7-validation-errors,
    .wpcf7 .input-group > input[type=month] + .wpcf7-validation-errors,
    .wpcf7 .input-group > input[type=week] + .wpcf7-validation-errors,
    .wpcf7 .input-group > input[type=time] + .wpcf7-validation-errors,
    .wpcf7 .input-group > input[type=datetime] + .wpcf7-validation-errors,
    .wpcf7 .input-group > input[type=datetime-local] + .wpcf7-validation-errors,
    .wpcf7 .input-group > input[type=color] + .wpcf7-validation-errors,
    .wpcf7 .input-group > input[type=email] + .wpcf7-validation-errors,
    .wpcf7 .input-group > input[type=file] + .wpcf7-validation-errors,
    .wpcf7 .input-group > input[type=submit] + .wpcf7-validation-errors,
    .wpcf7 .input-group > select + .wpcf7-validation-errors,
    .wpcf7 .input-group > textarea + .wpcf7-validation-errors, .wpcf7 .input-group > .wpcf7-validation-errors + .wpcf7-validation-errors, .tml-action-login .tml-login .wpcf7 .input-group > .tml-field + .wpcf7-validation-errors, .wpcf7 .tml-action-login .tml-login .input-group > .tml-field + .wpcf7-validation-errors,
    .bim-catalyst-become-subscriber .wpcf7 .input-group > .tml-field + .wpcf7-validation-errors,
    .wpcf7 .bim-catalyst-become-subscriber .input-group > .tml-field + .wpcf7-validation-errors, body.tml-action-profile .wpcf7 .input-group > .tml-field + .wpcf7-validation-errors, .wpcf7 body.tml-action-profile .input-group > .tml-field + .wpcf7-validation-errors, .tml-action-login .tml-login .input-group > .form-control + .tml-field, .wpcf7 .tml-action-login .tml-login .input-group > input[type=text] + .tml-field, .tml-action-login .tml-login .wpcf7 .input-group > input[type=text] + .tml-field,
    .wpcf7 .tml-action-login .tml-login .input-group > input[type=search] + .tml-field,
    .tml-action-login .tml-login .wpcf7 .input-group > input[type=search] + .tml-field,
    .wpcf7 .tml-action-login .tml-login .input-group > input[type=url] + .tml-field,
    .tml-action-login .tml-login .wpcf7 .input-group > input[type=url] + .tml-field,
    .wpcf7 .tml-action-login .tml-login .input-group > input[type=tel] + .tml-field,
    .tml-action-login .tml-login .wpcf7 .input-group > input[type=tel] + .tml-field,
    .wpcf7 .tml-action-login .tml-login .input-group > input[type=number] + .tml-field,
    .tml-action-login .tml-login .wpcf7 .input-group > input[type=number] + .tml-field,
    .wpcf7 .tml-action-login .tml-login .input-group > input[type=range] + .tml-field,
    .tml-action-login .tml-login .wpcf7 .input-group > input[type=range] + .tml-field,
    .wpcf7 .tml-action-login .tml-login .input-group > input[type=date] + .tml-field,
    .tml-action-login .tml-login .wpcf7 .input-group > input[type=date] + .tml-field,
    .wpcf7 .tml-action-login .tml-login .input-group > input[type=month] + .tml-field,
    .tml-action-login .tml-login .wpcf7 .input-group > input[type=month] + .tml-field,
    .wpcf7 .tml-action-login .tml-login .input-group > input[type=week] + .tml-field,
    .tml-action-login .tml-login .wpcf7 .input-group > input[type=week] + .tml-field,
    .wpcf7 .tml-action-login .tml-login .input-group > input[type=time] + .tml-field,
    .tml-action-login .tml-login .wpcf7 .input-group > input[type=time] + .tml-field,
    .wpcf7 .tml-action-login .tml-login .input-group > input[type=datetime] + .tml-field,
    .tml-action-login .tml-login .wpcf7 .input-group > input[type=datetime] + .tml-field,
    .wpcf7 .tml-action-login .tml-login .input-group > input[type=datetime-local] + .tml-field,
    .tml-action-login .tml-login .wpcf7 .input-group > input[type=datetime-local] + .tml-field,
    .wpcf7 .tml-action-login .tml-login .input-group > input[type=color] + .tml-field,
    .tml-action-login .tml-login .wpcf7 .input-group > input[type=color] + .tml-field,
    .wpcf7 .tml-action-login .tml-login .input-group > input[type=email] + .tml-field,
    .tml-action-login .tml-login .wpcf7 .input-group > input[type=email] + .tml-field,
    .wpcf7 .tml-action-login .tml-login .input-group > input[type=file] + .tml-field,
    .tml-action-login .tml-login .wpcf7 .input-group > input[type=file] + .tml-field,
    .wpcf7 .tml-action-login .tml-login .input-group > input[type=submit] + .tml-field,
    .tml-action-login .tml-login .wpcf7 .input-group > input[type=submit] + .tml-field,
    .wpcf7 .tml-action-login .tml-login .input-group > select + .tml-field,
    .tml-action-login .tml-login .wpcf7 .input-group > select + .tml-field,
    .wpcf7 .tml-action-login .tml-login .input-group > textarea + .tml-field,
    .tml-action-login .tml-login .wpcf7 .input-group > textarea + .tml-field, .wpcf7 .tml-action-login .tml-login .input-group > .wpcf7-validation-errors + .tml-field, .tml-action-login .tml-login .wpcf7 .input-group > .wpcf7-validation-errors + .tml-field, .tml-action-login .tml-login .input-group > .tml-field + .tml-field,
    .bim-catalyst-become-subscriber .tml-action-login .tml-login .input-group > .tml-field + .tml-field,
    .tml-action-login .tml-login .bim-catalyst-become-subscriber .input-group > .tml-field + .tml-field, body.tml-action-profile .tml-action-login .tml-login .input-group > .tml-field + .tml-field, .tml-action-login .tml-login body.tml-action-profile .input-group > .tml-field + .tml-field,
    .bim-catalyst-become-subscriber .input-group > .form-control + .tml-field,
    .wpcf7 .bim-catalyst-become-subscriber .input-group > input[type=text] + .tml-field,
    .bim-catalyst-become-subscriber .wpcf7 .input-group > input[type=text] + .tml-field,
    .wpcf7 .bim-catalyst-become-subscriber .input-group > input[type=search] + .tml-field,
    .bim-catalyst-become-subscriber .wpcf7 .input-group > input[type=search] + .tml-field,
    .wpcf7 .bim-catalyst-become-subscriber .input-group > input[type=url] + .tml-field,
    .bim-catalyst-become-subscriber .wpcf7 .input-group > input[type=url] + .tml-field,
    .wpcf7 .bim-catalyst-become-subscriber .input-group > input[type=tel] + .tml-field,
    .bim-catalyst-become-subscriber .wpcf7 .input-group > input[type=tel] + .tml-field,
    .wpcf7 .bim-catalyst-become-subscriber .input-group > input[type=number] + .tml-field,
    .bim-catalyst-become-subscriber .wpcf7 .input-group > input[type=number] + .tml-field,
    .wpcf7 .bim-catalyst-become-subscriber .input-group > input[type=range] + .tml-field,
    .bim-catalyst-become-subscriber .wpcf7 .input-group > input[type=range] + .tml-field,
    .wpcf7 .bim-catalyst-become-subscriber .input-group > input[type=date] + .tml-field,
    .bim-catalyst-become-subscriber .wpcf7 .input-group > input[type=date] + .tml-field,
    .wpcf7 .bim-catalyst-become-subscriber .input-group > input[type=month] + .tml-field,
    .bim-catalyst-become-subscriber .wpcf7 .input-group > input[type=month] + .tml-field,
    .wpcf7 .bim-catalyst-become-subscriber .input-group > input[type=week] + .tml-field,
    .bim-catalyst-become-subscriber .wpcf7 .input-group > input[type=week] + .tml-field,
    .wpcf7 .bim-catalyst-become-subscriber .input-group > input[type=time] + .tml-field,
    .bim-catalyst-become-subscriber .wpcf7 .input-group > input[type=time] + .tml-field,
    .wpcf7 .bim-catalyst-become-subscriber .input-group > input[type=datetime] + .tml-field,
    .bim-catalyst-become-subscriber .wpcf7 .input-group > input[type=datetime] + .tml-field,
    .wpcf7 .bim-catalyst-become-subscriber .input-group > input[type=datetime-local] + .tml-field,
    .bim-catalyst-become-subscriber .wpcf7 .input-group > input[type=datetime-local] + .tml-field,
    .wpcf7 .bim-catalyst-become-subscriber .input-group > input[type=color] + .tml-field,
    .bim-catalyst-become-subscriber .wpcf7 .input-group > input[type=color] + .tml-field,
    .wpcf7 .bim-catalyst-become-subscriber .input-group > input[type=email] + .tml-field,
    .bim-catalyst-become-subscriber .wpcf7 .input-group > input[type=email] + .tml-field,
    .wpcf7 .bim-catalyst-become-subscriber .input-group > input[type=file] + .tml-field,
    .bim-catalyst-become-subscriber .wpcf7 .input-group > input[type=file] + .tml-field,
    .wpcf7 .bim-catalyst-become-subscriber .input-group > input[type=submit] + .tml-field,
    .bim-catalyst-become-subscriber .wpcf7 .input-group > input[type=submit] + .tml-field,
    .wpcf7 .bim-catalyst-become-subscriber .input-group > select + .tml-field,
    .bim-catalyst-become-subscriber .wpcf7 .input-group > select + .tml-field,
    .wpcf7 .bim-catalyst-become-subscriber .input-group > textarea + .tml-field,
    .bim-catalyst-become-subscriber .wpcf7 .input-group > textarea + .tml-field,
    .wpcf7 .bim-catalyst-become-subscriber .input-group > .wpcf7-validation-errors + .tml-field,
    .bim-catalyst-become-subscriber .wpcf7 .input-group > .wpcf7-validation-errors + .tml-field,
    .tml-action-login .tml-login .bim-catalyst-become-subscriber .input-group > .tml-field + .tml-field,
    .bim-catalyst-become-subscriber .tml-action-login .tml-login .input-group > .tml-field + .tml-field,
    .bim-catalyst-become-subscriber .input-group > .tml-field + .tml-field,
    body.tml-action-profile .bim-catalyst-become-subscriber .input-group > .tml-field + .tml-field,
    .bim-catalyst-become-subscriber body.tml-action-profile .input-group > .tml-field + .tml-field, body.tml-action-profile .input-group > .form-control + .tml-field, .wpcf7 body.tml-action-profile .input-group > input[type=text] + .tml-field, body.tml-action-profile .wpcf7 .input-group > input[type=text] + .tml-field,
    .wpcf7 body.tml-action-profile .input-group > input[type=search] + .tml-field,
    body.tml-action-profile .wpcf7 .input-group > input[type=search] + .tml-field,
    .wpcf7 body.tml-action-profile .input-group > input[type=url] + .tml-field,
    body.tml-action-profile .wpcf7 .input-group > input[type=url] + .tml-field,
    .wpcf7 body.tml-action-profile .input-group > input[type=tel] + .tml-field,
    body.tml-action-profile .wpcf7 .input-group > input[type=tel] + .tml-field,
    .wpcf7 body.tml-action-profile .input-group > input[type=number] + .tml-field,
    body.tml-action-profile .wpcf7 .input-group > input[type=number] + .tml-field,
    .wpcf7 body.tml-action-profile .input-group > input[type=range] + .tml-field,
    body.tml-action-profile .wpcf7 .input-group > input[type=range] + .tml-field,
    .wpcf7 body.tml-action-profile .input-group > input[type=date] + .tml-field,
    body.tml-action-profile .wpcf7 .input-group > input[type=date] + .tml-field,
    .wpcf7 body.tml-action-profile .input-group > input[type=month] + .tml-field,
    body.tml-action-profile .wpcf7 .input-group > input[type=month] + .tml-field,
    .wpcf7 body.tml-action-profile .input-group > input[type=week] + .tml-field,
    body.tml-action-profile .wpcf7 .input-group > input[type=week] + .tml-field,
    .wpcf7 body.tml-action-profile .input-group > input[type=time] + .tml-field,
    body.tml-action-profile .wpcf7 .input-group > input[type=time] + .tml-field,
    .wpcf7 body.tml-action-profile .input-group > input[type=datetime] + .tml-field,
    body.tml-action-profile .wpcf7 .input-group > input[type=datetime] + .tml-field,
    .wpcf7 body.tml-action-profile .input-group > input[type=datetime-local] + .tml-field,
    body.tml-action-profile .wpcf7 .input-group > input[type=datetime-local] + .tml-field,
    .wpcf7 body.tml-action-profile .input-group > input[type=color] + .tml-field,
    body.tml-action-profile .wpcf7 .input-group > input[type=color] + .tml-field,
    .wpcf7 body.tml-action-profile .input-group > input[type=email] + .tml-field,
    body.tml-action-profile .wpcf7 .input-group > input[type=email] + .tml-field,
    .wpcf7 body.tml-action-profile .input-group > input[type=file] + .tml-field,
    body.tml-action-profile .wpcf7 .input-group > input[type=file] + .tml-field,
    .wpcf7 body.tml-action-profile .input-group > input[type=submit] + .tml-field,
    body.tml-action-profile .wpcf7 .input-group > input[type=submit] + .tml-field,
    .wpcf7 body.tml-action-profile .input-group > select + .tml-field,
    body.tml-action-profile .wpcf7 .input-group > select + .tml-field,
    .wpcf7 body.tml-action-profile .input-group > textarea + .tml-field,
    body.tml-action-profile .wpcf7 .input-group > textarea + .tml-field, .wpcf7 body.tml-action-profile .input-group > .wpcf7-validation-errors + .tml-field, body.tml-action-profile .wpcf7 .input-group > .wpcf7-validation-errors + .tml-field, .tml-action-login .tml-login body.tml-action-profile .input-group > .tml-field + .tml-field, body.tml-action-profile .tml-action-login .tml-login .input-group > .tml-field + .tml-field,
    .bim-catalyst-become-subscriber body.tml-action-profile .input-group > .tml-field + .tml-field,
    body.tml-action-profile .bim-catalyst-become-subscriber .input-group > .tml-field + .tml-field, body.tml-action-profile .input-group > .tml-field + .tml-field,
    .input-group > .form-control + .custom-select,
    .wpcf7 .input-group > input[type=text] + .custom-select,
    .wpcf7 .input-group > input[type=search] + .custom-select,
    .wpcf7 .input-group > input[type=url] + .custom-select,
    .wpcf7 .input-group > input[type=tel] + .custom-select,
    .wpcf7 .input-group > input[type=number] + .custom-select,
    .wpcf7 .input-group > input[type=range] + .custom-select,
    .wpcf7 .input-group > input[type=date] + .custom-select,
    .wpcf7 .input-group > input[type=month] + .custom-select,
    .wpcf7 .input-group > input[type=week] + .custom-select,
    .wpcf7 .input-group > input[type=time] + .custom-select,
    .wpcf7 .input-group > input[type=datetime] + .custom-select,
    .wpcf7 .input-group > input[type=datetime-local] + .custom-select,
    .wpcf7 .input-group > input[type=color] + .custom-select,
    .wpcf7 .input-group > input[type=email] + .custom-select,
    .wpcf7 .input-group > input[type=file] + .custom-select,
    .wpcf7 .input-group > input[type=submit] + .custom-select,
    .wpcf7 .input-group > select + .custom-select,
    .wpcf7 .input-group > textarea + .custom-select,
    .wpcf7 .input-group > .wpcf7-validation-errors + .custom-select,
    .tml-action-login .tml-login .input-group > .tml-field + .custom-select,
    .bim-catalyst-become-subscriber .input-group > .tml-field + .custom-select,
    body.tml-action-profile .input-group > .tml-field + .custom-select,
    .input-group > .form-control + .custom-file,
    .wpcf7 .input-group > input[type=text] + .custom-file,
    .wpcf7 .input-group > input[type=search] + .custom-file,
    .wpcf7 .input-group > input[type=url] + .custom-file,
    .wpcf7 .input-group > input[type=tel] + .custom-file,
    .wpcf7 .input-group > input[type=number] + .custom-file,
    .wpcf7 .input-group > input[type=range] + .custom-file,
    .wpcf7 .input-group > input[type=date] + .custom-file,
    .wpcf7 .input-group > input[type=month] + .custom-file,
    .wpcf7 .input-group > input[type=week] + .custom-file,
    .wpcf7 .input-group > input[type=time] + .custom-file,
    .wpcf7 .input-group > input[type=datetime] + .custom-file,
    .wpcf7 .input-group > input[type=datetime-local] + .custom-file,
    .wpcf7 .input-group > input[type=color] + .custom-file,
    .wpcf7 .input-group > input[type=email] + .custom-file,
    .wpcf7 .input-group > input[type=file] + .custom-file,
    .wpcf7 .input-group > input[type=submit] + .custom-file,
    .wpcf7 .input-group > select + .custom-file,
    .wpcf7 .input-group > textarea + .custom-file,
    .wpcf7 .input-group > .wpcf7-validation-errors + .custom-file,
    .tml-action-login .tml-login .input-group > .tml-field + .custom-file,
    .bim-catalyst-become-subscriber .input-group > .tml-field + .custom-file,
    body.tml-action-profile .input-group > .tml-field + .custom-file,
    .input-group > .custom-select + .form-control,
    .wpcf7 .input-group > .custom-select + input[type=text],
    .wpcf7 .input-group > .custom-select + input[type=search],
    .wpcf7 .input-group > .custom-select + input[type=url],
    .wpcf7 .input-group > .custom-select + input[type=tel],
    .wpcf7 .input-group > .custom-select + input[type=number],
    .wpcf7 .input-group > .custom-select + input[type=range],
    .wpcf7 .input-group > .custom-select + input[type=date],
    .wpcf7 .input-group > .custom-select + input[type=month],
    .wpcf7 .input-group > .custom-select + input[type=week],
    .wpcf7 .input-group > .custom-select + input[type=time],
    .wpcf7 .input-group > .custom-select + input[type=datetime],
    .wpcf7 .input-group > .custom-select + input[type=datetime-local],
    .wpcf7 .input-group > .custom-select + input[type=color],
    .wpcf7 .input-group > .custom-select + input[type=email],
    .wpcf7 .input-group > .custom-select + input[type=file],
    .wpcf7 .input-group > .custom-select + input[type=submit],
    .wpcf7 .input-group > .custom-select + select,
    .wpcf7 .input-group > .custom-select + textarea,
    .wpcf7 .input-group > .custom-select + .wpcf7-validation-errors,
    .tml-action-login .tml-login .input-group > .custom-select + .tml-field,
    .bim-catalyst-become-subscriber .input-group > .custom-select + .tml-field,
    body.tml-action-profile .input-group > .custom-select + .tml-field,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .wpcf7 .input-group > .custom-file + input[type=text],
    .wpcf7 .input-group > .custom-file + input[type=search],
    .wpcf7 .input-group > .custom-file + input[type=url],
    .wpcf7 .input-group > .custom-file + input[type=tel],
    .wpcf7 .input-group > .custom-file + input[type=number],
    .wpcf7 .input-group > .custom-file + input[type=range],
    .wpcf7 .input-group > .custom-file + input[type=date],
    .wpcf7 .input-group > .custom-file + input[type=month],
    .wpcf7 .input-group > .custom-file + input[type=week],
    .wpcf7 .input-group > .custom-file + input[type=time],
    .wpcf7 .input-group > .custom-file + input[type=datetime],
    .wpcf7 .input-group > .custom-file + input[type=datetime-local],
    .wpcf7 .input-group > .custom-file + input[type=color],
    .wpcf7 .input-group > .custom-file + input[type=email],
    .wpcf7 .input-group > .custom-file + input[type=file],
    .wpcf7 .input-group > .custom-file + input[type=submit],
    .wpcf7 .input-group > .custom-file + select,
    .wpcf7 .input-group > .custom-file + textarea,
    .wpcf7 .input-group > .custom-file + .wpcf7-validation-errors,
    .tml-action-login .tml-login .input-group > .custom-file + .tml-field,
    .bim-catalyst-become-subscriber .input-group > .custom-file + .tml-field,
    body.tml-action-profile .input-group > .custom-file + .tml-field,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus, .wpcf7 .input-group > input[type=text]:focus,
  .wpcf7 .input-group > input[type=search]:focus,
  .wpcf7 .input-group > input[type=url]:focus,
  .wpcf7 .input-group > input[type=tel]:focus,
  .wpcf7 .input-group > input[type=number]:focus,
  .wpcf7 .input-group > input[type=range]:focus,
  .wpcf7 .input-group > input[type=date]:focus,
  .wpcf7 .input-group > input[type=month]:focus,
  .wpcf7 .input-group > input[type=week]:focus,
  .wpcf7 .input-group > input[type=time]:focus,
  .wpcf7 .input-group > input[type=datetime]:focus,
  .wpcf7 .input-group > input[type=datetime-local]:focus,
  .wpcf7 .input-group > input[type=color]:focus,
  .wpcf7 .input-group > input[type=email]:focus,
  .wpcf7 .input-group > input[type=file]:focus,
  .wpcf7 .input-group > input[type=submit]:focus,
  .wpcf7 .input-group > select:focus,
  .wpcf7 .input-group > textarea:focus, .wpcf7 .input-group > .wpcf7-validation-errors:focus, .tml-action-login .tml-login .input-group > .tml-field:focus,
  .bim-catalyst-become-subscriber .input-group > .tml-field:focus, body.tml-action-profile .input-group > .tml-field:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child), .wpcf7 .input-group > input[type=text]:not(:last-child),
  .wpcf7 .input-group > input[type=search]:not(:last-child),
  .wpcf7 .input-group > input[type=url]:not(:last-child),
  .wpcf7 .input-group > input[type=tel]:not(:last-child),
  .wpcf7 .input-group > input[type=number]:not(:last-child),
  .wpcf7 .input-group > input[type=range]:not(:last-child),
  .wpcf7 .input-group > input[type=date]:not(:last-child),
  .wpcf7 .input-group > input[type=month]:not(:last-child),
  .wpcf7 .input-group > input[type=week]:not(:last-child),
  .wpcf7 .input-group > input[type=time]:not(:last-child),
  .wpcf7 .input-group > input[type=datetime]:not(:last-child),
  .wpcf7 .input-group > input[type=datetime-local]:not(:last-child),
  .wpcf7 .input-group > input[type=color]:not(:last-child),
  .wpcf7 .input-group > input[type=email]:not(:last-child),
  .wpcf7 .input-group > input[type=file]:not(:last-child),
  .wpcf7 .input-group > input[type=submit]:not(:last-child),
  .wpcf7 .input-group > select:not(:last-child),
  .wpcf7 .input-group > textarea:not(:last-child), .wpcf7 .input-group > .wpcf7-validation-errors:not(:last-child), .tml-action-login .tml-login .input-group > .tml-field:not(:last-child),
  .bim-catalyst-become-subscriber .input-group > .tml-field:not(:last-child), body.tml-action-profile .input-group > .tml-field:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child), .wpcf7 .input-group > input[type=text]:not(:first-child),
  .wpcf7 .input-group > input[type=search]:not(:first-child),
  .wpcf7 .input-group > input[type=url]:not(:first-child),
  .wpcf7 .input-group > input[type=tel]:not(:first-child),
  .wpcf7 .input-group > input[type=number]:not(:first-child),
  .wpcf7 .input-group > input[type=range]:not(:first-child),
  .wpcf7 .input-group > input[type=date]:not(:first-child),
  .wpcf7 .input-group > input[type=month]:not(:first-child),
  .wpcf7 .input-group > input[type=week]:not(:first-child),
  .wpcf7 .input-group > input[type=time]:not(:first-child),
  .wpcf7 .input-group > input[type=datetime]:not(:first-child),
  .wpcf7 .input-group > input[type=datetime-local]:not(:first-child),
  .wpcf7 .input-group > input[type=color]:not(:first-child),
  .wpcf7 .input-group > input[type=email]:not(:first-child),
  .wpcf7 .input-group > input[type=file]:not(:first-child),
  .wpcf7 .input-group > input[type=submit]:not(:first-child),
  .wpcf7 .input-group > select:not(:first-child),
  .wpcf7 .input-group > textarea:not(:first-child), .wpcf7 .input-group > .wpcf7-validation-errors:not(:first-child), .tml-action-login .tml-login .input-group > .tml-field:not(:first-child),
  .bim-catalyst-become-subscriber .input-group > .tml-field:not(:first-child), body.tml-action-profile .input-group > .tml-field:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .wpcf7 input[type=submit], .wpcf7 .input-group-prepend input[type=submit], .input-group-prepend .tml-action-login .tml-login .tml-button, .tml-action-login .tml-login .input-group-prepend .tml-button,
  .input-group-prepend .bim-catalyst-become-subscriber .tml-button,
  .bim-catalyst-become-subscriber .input-group-prepend .tml-button, .input-group-prepend body.tml-action-profile .tml-button, body.tml-action-profile .input-group-prepend .tml-button,
  .input-group-append .btn,
  .input-group-append .wpcf7 input[type=submit],
  .wpcf7 .input-group-append input[type=submit],
  .input-group-append .tml-action-login .tml-login .tml-button,
  .tml-action-login .tml-login .input-group-append .tml-button,
  .input-group-append .bim-catalyst-become-subscriber .tml-button,
  .bim-catalyst-become-subscriber .input-group-append .tml-button,
  .input-group-append body.tml-action-profile .tml-button,
  body.tml-action-profile .input-group-append .tml-button {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn, .input-group-prepend .wpcf7 input[type=submit] + .btn, .wpcf7 .input-group-prepend input[type=submit] + .btn, .input-group-prepend .tml-action-login .tml-login .tml-button + .btn, .tml-action-login .tml-login .input-group-prepend .tml-button + .btn,
  .input-group-prepend .bim-catalyst-become-subscriber .tml-button + .btn,
  .bim-catalyst-become-subscriber .input-group-prepend .tml-button + .btn, .input-group-prepend body.tml-action-profile .tml-button + .btn, body.tml-action-profile .input-group-prepend .tml-button + .btn, .input-group-prepend .wpcf7 .btn + input[type=submit], .wpcf7 .input-group-prepend .btn + input[type=submit], .input-group-prepend .wpcf7 input[type=submit] + input[type=submit], .wpcf7 .input-group-prepend input[type=submit] + input[type=submit], .input-group-prepend .tml-action-login .tml-login .wpcf7 .tml-button + input[type=submit], .wpcf7 .input-group-prepend .tml-action-login .tml-login .tml-button + input[type=submit], .tml-action-login .tml-login .input-group-prepend .wpcf7 .tml-button + input[type=submit], .wpcf7 .tml-action-login .tml-login .input-group-prepend .tml-button + input[type=submit],
  .input-group-prepend .bim-catalyst-become-subscriber .wpcf7 .tml-button + input[type=submit],
  .wpcf7 .input-group-prepend .bim-catalyst-become-subscriber .tml-button + input[type=submit],
  .bim-catalyst-become-subscriber .input-group-prepend .wpcf7 .tml-button + input[type=submit],
  .wpcf7 .bim-catalyst-become-subscriber .input-group-prepend .tml-button + input[type=submit], .input-group-prepend body.tml-action-profile .wpcf7 .tml-button + input[type=submit], .wpcf7 .input-group-prepend body.tml-action-profile .tml-button + input[type=submit], body.tml-action-profile .input-group-prepend .wpcf7 .tml-button + input[type=submit], .wpcf7 body.tml-action-profile .input-group-prepend .tml-button + input[type=submit], .input-group-prepend .tml-action-login .tml-login .btn + .tml-button, .tml-action-login .tml-login .input-group-prepend .btn + .tml-button, .input-group-prepend .wpcf7 .tml-action-login .tml-login input[type=submit] + .tml-button, .tml-action-login .tml-login .input-group-prepend .wpcf7 input[type=submit] + .tml-button, .wpcf7 .input-group-prepend .tml-action-login .tml-login input[type=submit] + .tml-button, .tml-action-login .tml-login .wpcf7 .input-group-prepend input[type=submit] + .tml-button, .input-group-prepend .tml-action-login .tml-login .tml-button + .tml-button, .tml-action-login .tml-login .input-group-prepend .tml-button + .tml-button,
  .input-group-prepend .bim-catalyst-become-subscriber .btn + .tml-button,
  .bim-catalyst-become-subscriber .input-group-prepend .btn + .tml-button,
  .input-group-prepend .wpcf7 .bim-catalyst-become-subscriber input[type=submit] + .tml-button,
  .bim-catalyst-become-subscriber .input-group-prepend .wpcf7 input[type=submit] + .tml-button,
  .wpcf7 .input-group-prepend .bim-catalyst-become-subscriber input[type=submit] + .tml-button,
  .bim-catalyst-become-subscriber .wpcf7 .input-group-prepend input[type=submit] + .tml-button,
  .input-group-prepend .bim-catalyst-become-subscriber .tml-button + .tml-button,
  .bim-catalyst-become-subscriber .input-group-prepend .tml-button + .tml-button, .input-group-prepend body.tml-action-profile .btn + .tml-button, body.tml-action-profile .input-group-prepend .btn + .tml-button, .input-group-prepend .wpcf7 body.tml-action-profile input[type=submit] + .tml-button, body.tml-action-profile .input-group-prepend .wpcf7 input[type=submit] + .tml-button, .wpcf7 .input-group-prepend body.tml-action-profile input[type=submit] + .tml-button, body.tml-action-profile .wpcf7 .input-group-prepend input[type=submit] + .tml-button, .input-group-prepend body.tml-action-profile .tml-button + .tml-button, body.tml-action-profile .input-group-prepend .tml-button + .tml-button,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .wpcf7 input[type=submit] + .input-group-text,
  .wpcf7 .input-group-prepend input[type=submit] + .input-group-text,
  .input-group-prepend .tml-action-login .tml-login .tml-button + .input-group-text,
  .tml-action-login .tml-login .input-group-prepend .tml-button + .input-group-text,
  .input-group-prepend .bim-catalyst-become-subscriber .tml-button + .input-group-text,
  .bim-catalyst-become-subscriber .input-group-prepend .tml-button + .input-group-text,
  .input-group-prepend body.tml-action-profile .tml-button + .input-group-text,
  body.tml-action-profile .input-group-prepend .tml-button + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .wpcf7 .input-group-text + input[type=submit],
  .wpcf7 .input-group-prepend .input-group-text + input[type=submit],
  .input-group-prepend .tml-action-login .tml-login .input-group-text + .tml-button,
  .tml-action-login .tml-login .input-group-prepend .input-group-text + .tml-button,
  .input-group-prepend .bim-catalyst-become-subscriber .input-group-text + .tml-button,
  .bim-catalyst-become-subscriber .input-group-prepend .input-group-text + .tml-button,
  .input-group-prepend body.tml-action-profile .input-group-text + .tml-button,
  body.tml-action-profile .input-group-prepend .input-group-text + .tml-button,
  .input-group-append .btn + .btn,
  .input-group-append .wpcf7 input[type=submit] + .btn,
  .wpcf7 .input-group-append input[type=submit] + .btn,
  .input-group-append .tml-action-login .tml-login .tml-button + .btn,
  .tml-action-login .tml-login .input-group-append .tml-button + .btn,
  .input-group-append .bim-catalyst-become-subscriber .tml-button + .btn,
  .bim-catalyst-become-subscriber .input-group-append .tml-button + .btn,
  .input-group-append body.tml-action-profile .tml-button + .btn,
  body.tml-action-profile .input-group-append .tml-button + .btn,
  .input-group-append .wpcf7 .btn + input[type=submit],
  .wpcf7 .input-group-append .btn + input[type=submit],
  .input-group-append .wpcf7 input[type=submit] + input[type=submit],
  .wpcf7 .input-group-append input[type=submit] + input[type=submit],
  .input-group-append .tml-action-login .tml-login .wpcf7 .tml-button + input[type=submit],
  .wpcf7 .input-group-append .tml-action-login .tml-login .tml-button + input[type=submit],
  .tml-action-login .tml-login .input-group-append .wpcf7 .tml-button + input[type=submit],
  .wpcf7 .tml-action-login .tml-login .input-group-append .tml-button + input[type=submit],
  .input-group-append .bim-catalyst-become-subscriber .wpcf7 .tml-button + input[type=submit],
  .wpcf7 .input-group-append .bim-catalyst-become-subscriber .tml-button + input[type=submit],
  .bim-catalyst-become-subscriber .input-group-append .wpcf7 .tml-button + input[type=submit],
  .wpcf7 .bim-catalyst-become-subscriber .input-group-append .tml-button + input[type=submit],
  .input-group-append body.tml-action-profile .wpcf7 .tml-button + input[type=submit],
  .wpcf7 .input-group-append body.tml-action-profile .tml-button + input[type=submit],
  body.tml-action-profile .input-group-append .wpcf7 .tml-button + input[type=submit],
  .wpcf7 body.tml-action-profile .input-group-append .tml-button + input[type=submit],
  .input-group-append .tml-action-login .tml-login .btn + .tml-button,
  .tml-action-login .tml-login .input-group-append .btn + .tml-button,
  .input-group-append .wpcf7 .tml-action-login .tml-login input[type=submit] + .tml-button,
  .tml-action-login .tml-login .input-group-append .wpcf7 input[type=submit] + .tml-button,
  .wpcf7 .input-group-append .tml-action-login .tml-login input[type=submit] + .tml-button,
  .tml-action-login .tml-login .wpcf7 .input-group-append input[type=submit] + .tml-button,
  .input-group-append .tml-action-login .tml-login .tml-button + .tml-button,
  .tml-action-login .tml-login .input-group-append .tml-button + .tml-button,
  .input-group-append .bim-catalyst-become-subscriber .btn + .tml-button,
  .bim-catalyst-become-subscriber .input-group-append .btn + .tml-button,
  .input-group-append .wpcf7 .bim-catalyst-become-subscriber input[type=submit] + .tml-button,
  .bim-catalyst-become-subscriber .input-group-append .wpcf7 input[type=submit] + .tml-button,
  .wpcf7 .input-group-append .bim-catalyst-become-subscriber input[type=submit] + .tml-button,
  .bim-catalyst-become-subscriber .wpcf7 .input-group-append input[type=submit] + .tml-button,
  .input-group-append .bim-catalyst-become-subscriber .tml-button + .tml-button,
  .bim-catalyst-become-subscriber .input-group-append .tml-button + .tml-button,
  .input-group-append body.tml-action-profile .btn + .tml-button,
  body.tml-action-profile .input-group-append .btn + .tml-button,
  .input-group-append .wpcf7 body.tml-action-profile input[type=submit] + .tml-button,
  body.tml-action-profile .input-group-append .wpcf7 input[type=submit] + .tml-button,
  .wpcf7 .input-group-append body.tml-action-profile input[type=submit] + .tml-button,
  body.tml-action-profile .wpcf7 .input-group-append input[type=submit] + .tml-button,
  .input-group-append body.tml-action-profile .tml-button + .tml-button,
  body.tml-action-profile .input-group-append .tml-button + .tml-button,
  .input-group-append .btn + .input-group-text,
  .input-group-append .wpcf7 input[type=submit] + .input-group-text,
  .wpcf7 .input-group-append input[type=submit] + .input-group-text,
  .input-group-append .tml-action-login .tml-login .tml-button + .input-group-text,
  .tml-action-login .tml-login .input-group-append .tml-button + .input-group-text,
  .input-group-append .bim-catalyst-become-subscriber .tml-button + .input-group-text,
  .bim-catalyst-become-subscriber .input-group-append .tml-button + .input-group-text,
  .input-group-append body.tml-action-profile .tml-button + .input-group-text,
  body.tml-action-profile .input-group-append .tml-button + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .wpcf7 .input-group-text + input[type=submit],
  .wpcf7 .input-group-append .input-group-text + input[type=submit],
  .input-group-append .tml-action-login .tml-login .input-group-text + .tml-button,
  .tml-action-login .tml-login .input-group-append .input-group-text + .tml-button,
  .input-group-append .bim-catalyst-become-subscriber .input-group-text + .tml-button,
  .bim-catalyst-become-subscriber .input-group-append .input-group-text + .tml-button,
  .input-group-append body.tml-action-profile .input-group-text + .tml-button,
  body.tml-action-profile .input-group-append .input-group-text + .tml-button {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #58585b;
  text-align: center;
  white-space: nowrap;
  background-color: #cfcfd0;
  border: 1px solid #a0a0a1;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control, .wpcf7 .input-group-lg > input[type=text],
.wpcf7 .input-group-lg > input[type=search],
.wpcf7 .input-group-lg > input[type=url],
.wpcf7 .input-group-lg > input[type=tel],
.wpcf7 .input-group-lg > input[type=number],
.wpcf7 .input-group-lg > input[type=range],
.wpcf7 .input-group-lg > input[type=date],
.wpcf7 .input-group-lg > input[type=month],
.wpcf7 .input-group-lg > input[type=week],
.wpcf7 .input-group-lg > input[type=time],
.wpcf7 .input-group-lg > input[type=datetime],
.wpcf7 .input-group-lg > input[type=datetime-local],
.wpcf7 .input-group-lg > input[type=color],
.wpcf7 .input-group-lg > input[type=email],
.wpcf7 .input-group-lg > input[type=file],
.wpcf7 .input-group-lg > input[type=submit],
.wpcf7 .input-group-lg > select,
.wpcf7 .input-group-lg > textarea, .wpcf7 .input-group-lg > .wpcf7-validation-errors, .tml-action-login .tml-login .input-group-lg > .tml-field,
.bim-catalyst-become-subscriber .input-group-lg > .tml-field, body.tml-action-profile .input-group-lg > .tml-field,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.wpcf7 .input-group-lg > .input-group-prepend > input[type=submit],
.tml-action-login .tml-login .input-group-lg > .input-group-prepend > .tml-button,
.bim-catalyst-become-subscriber .input-group-lg > .input-group-prepend > .tml-button,
body.tml-action-profile .input-group-lg > .input-group-prepend > .tml-button,
.input-group-lg > .input-group-append > .btn,
.wpcf7 .input-group-lg > .input-group-append > input[type=submit],
.tml-action-login .tml-login .input-group-lg > .input-group-append > .tml-button,
.bim-catalyst-become-subscriber .input-group-lg > .input-group-append > .tml-button,
body.tml-action-profile .input-group-lg > .input-group-append > .tml-button {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control, .wpcf7 .input-group-sm > input[type=text],
.wpcf7 .input-group-sm > input[type=search],
.wpcf7 .input-group-sm > input[type=url],
.wpcf7 .input-group-sm > input[type=tel],
.wpcf7 .input-group-sm > input[type=number],
.wpcf7 .input-group-sm > input[type=range],
.wpcf7 .input-group-sm > input[type=date],
.wpcf7 .input-group-sm > input[type=month],
.wpcf7 .input-group-sm > input[type=week],
.wpcf7 .input-group-sm > input[type=time],
.wpcf7 .input-group-sm > input[type=datetime],
.wpcf7 .input-group-sm > input[type=datetime-local],
.wpcf7 .input-group-sm > input[type=color],
.wpcf7 .input-group-sm > input[type=email],
.wpcf7 .input-group-sm > input[type=file],
.wpcf7 .input-group-sm > input[type=submit],
.wpcf7 .input-group-sm > select,
.wpcf7 .input-group-sm > textarea, .wpcf7 .input-group-sm > .wpcf7-validation-errors, .tml-action-login .tml-login .input-group-sm > .tml-field,
.bim-catalyst-become-subscriber .input-group-sm > .tml-field, body.tml-action-profile .input-group-sm > .tml-field,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.wpcf7 .input-group-sm > .input-group-prepend > input[type=submit],
.tml-action-login .tml-login .input-group-sm > .input-group-prepend > .tml-button,
.bim-catalyst-become-subscriber .input-group-sm > .input-group-prepend > .tml-button,
body.tml-action-profile .input-group-sm > .input-group-prepend > .tml-button,
.input-group-sm > .input-group-append > .btn,
.wpcf7 .input-group-sm > .input-group-append > input[type=submit],
.tml-action-login .tml-login .input-group-sm > .input-group-append > .tml-button,
.bim-catalyst-become-subscriber .input-group-sm > .input-group-append > .tml-button,
body.tml-action-profile .input-group-sm > .input-group-append > .tml-button {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group > .input-group-prepend > .btn, .wpcf7 .input-group > .input-group-prepend > input[type=submit], .tml-action-login .tml-login .input-group > .input-group-prepend > .tml-button,
.bim-catalyst-become-subscriber .input-group > .input-group-prepend > .tml-button, body.tml-action-profile .input-group > .input-group-prepend > .tml-button,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.wpcf7 .input-group > .input-group-append:not(:last-child) > input[type=submit],
.tml-action-login .tml-login .input-group > .input-group-append:not(:last-child) > .tml-button,
.bim-catalyst-become-subscriber .input-group > .input-group-append:not(:last-child) > .tml-button,
body.tml-action-profile .input-group > .input-group-append:not(:last-child) > .tml-button,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.wpcf7 .input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.tml-action-login .tml-login .input-group > .input-group-append:last-child > .tml-button:not(:last-child):not(.dropdown-toggle),
.bim-catalyst-become-subscriber .input-group > .input-group-append:last-child > .tml-button:not(:last-child):not(.dropdown-toggle),
body.tml-action-profile .input-group > .input-group-append:last-child > .tml-button:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .wpcf7 .input-group > .input-group-append > input[type=submit], .tml-action-login .tml-login .input-group > .input-group-append > .tml-button,
.bim-catalyst-become-subscriber .input-group > .input-group-append > .tml-button, body.tml-action-profile .input-group > .input-group-append > .tml-button,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.wpcf7 .input-group > .input-group-prepend:not(:first-child) > input[type=submit],
.tml-action-login .tml-login .input-group > .input-group-prepend:not(:first-child) > .tml-button,
.bim-catalyst-become-subscriber .input-group > .input-group-prepend:not(:first-child) > .tml-button,
body.tml-action-profile .input-group > .input-group-prepend:not(:first-child) > .tml-button,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.wpcf7 .input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child),
.tml-action-login .tml-login .input-group > .input-group-prepend:first-child > .tml-button:not(:first-child),
.bim-catalyst-become-subscriber .input-group > .input-group-prepend:first-child > .tml-button:not(:first-child),
body.tml-action-profile .input-group > .input-group-prepend:first-child > .tml-button:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #E51B23; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(229, 27, 35, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #f7bbbe; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #707072; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #cfcfd0; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #b8b8b9; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #E51B23; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #E51B23; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(229, 27, 35, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(229, 27, 35, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #E51B23; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(229, 27, 35, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #58585b;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23414143' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #a0a0a1;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #f28d91;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(242, 141, 145, 0.5); }
    .custom-select:focus::-ms-value {
      color: #58585b;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #707072;
    background-color: #cfcfd0; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #f28d91;
    box-shadow: 0 0 0 0.2rem rgba(229, 27, 35, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #f28d91; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #cfcfd0; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #58585b;
  background-color: #fff;
  border: 1px solid #a0a0a1;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #58585b;
    content: "Browse";
    background-color: #cfcfd0;
    border-left: 1px solid #a0a0a1;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(229, 27, 35, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(229, 27, 35, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(229, 27, 35, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #E51B23;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #f7bbbe; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #b8b8b9;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #E51B23;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #f7bbbe; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #b8b8b9;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #E51B23;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #f7bbbe; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #b8b8b9;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #b8b8b9;
    border-radius: 1rem; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #707072; }

.nav-tabs {
  border-bottom: 1px solid #b8b8b9; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #cfcfd0 #cfcfd0 #b8b8b9; }
    .nav-tabs .nav-link.disabled {
      color: #707072;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #58585b;
    background-color: #fff;
    border-color: #b8b8b9 #b8b8b9 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #E51B23; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }
@media (max-width: 899.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 900px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }
@media (max-width: 1199.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }
@media (max-width: 1429.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1430px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(17, 17, 20, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(17, 17, 20, 0.9); }
.navbar-light .navbar-nav .nav-link {
  color: rgba(17, 17, 20, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(17, 17, 20, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(17, 17, 20, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(17, 17, 20, 0.9); }
.navbar-light .navbar-toggler {
  color: rgba(17, 17, 20, 0.5);
  border-color: rgba(17, 17, 20, 0.1); }
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(17, 17, 20, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-light .navbar-text {
  color: rgba(17, 17, 20, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(17, 17, 20, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(17, 17, 20, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(17, 17, 20, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(17, 17, 20, 0.03);
  border-bottom: 1px solid rgba(17, 17, 20, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(17, 17, 20, 0.03);
  border-top: 1px solid rgba(17, 17, 20, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #cfcfd0;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #707072;
    content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }
.breadcrumb-item.active {
  color: #707072; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #E51B23;
  background-color: #fff;
  border: 1px solid #b8b8b9; }
  .page-link:hover {
    z-index: 2;
    color: #a11218;
    text-decoration: none;
    background-color: #cfcfd0;
    border-color: #b8b8b9; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(229, 27, 35, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #E51B23;
  border-color: #E51B23; }
.page-item.disabled .page-link {
  color: #707072;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #b8b8b9; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge, .wpcf7 input[type=submit] .badge, .tml-action-login .tml-login .tml-button .badge,
.bim-catalyst-become-subscriber .tml-button .badge, body.tml-action-profile .tml-button .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #E51B23; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #b8151b; }

.badge-secondary {
  color: #fff;
  background-color: #707072; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #575758; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #29292c;
  background-color: #ECB13E; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #29292c;
    text-decoration: none;
    background-color: #e19c16; }

.badge-danger {
  color: #fff;
  background-color: #E51B23; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #b8151b; }

.badge-light {
  color: #29292c;
  background-color: #eef1f4; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #29292c;
    text-decoration: none;
    background-color: #cfd8e0; }

.badge-dark {
  color: #fff;
  background-color: #414143; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #282829; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #cfcfd0;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #7f161c;
  background-color: #fad1d3;
  border-color: #f8bfc1; }
  .alert-primary hr {
    border-top-color: #f5a8ab; }
  .alert-primary .alert-link {
    color: #540e12; }

.alert-secondary {
  color: #424245;
  background-color: #e2e2e3;
  border-color: #d7d7d8; }
  .alert-secondary hr {
    border-top-color: #cacacb; }
  .alert-secondary .alert-link {
    color: #29292b; }

.alert-success {
  color: #1d5f2d;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #11381a; }

.alert-info {
  color: #145c69;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #0c363e; }

.alert-warning {
  color: #83642a;
  background-color: #fbefd8;
  border-color: #fae9c9; }
  .alert-warning hr {
    border-top-color: #f8dfb2; }
  .alert-warning .alert-link {
    color: #5c471e; }

.alert-danger {
  color: #7f161c;
  background-color: #fad1d3;
  border-color: #f8bfc1; }
  .alert-danger hr {
    border-top-color: #f5a8ab; }
  .alert-danger .alert-link {
    color: #540e12; }

.alert-light {
  color: #848588;
  background-color: #fcfcfd;
  border-color: #fafbfc; }
  .alert-light hr {
    border-top-color: #eaeef2; }
  .alert-light .alert-link {
    color: #6b6c6e; }

.alert-dark {
  color: #2a2a2c;
  background-color: #d9d9d9;
  border-color: #cacaca; }
  .alert-dark hr {
    border-top-color: #bdbdbd; }
  .alert-dark .alert-link {
    color: #111112; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #cfcfd0;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #E51B23;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #58585b;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #58585b;
    text-decoration: none;
    background-color: #e7e7e8; }
  .list-group-item-action:active {
    color: #29292c;
    background-color: #cfcfd0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(17, 17, 20, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #707072;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #E51B23;
    border-color: #E51B23; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #7f161c;
  background-color: #f8bfc1; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #7f161c;
    background-color: #f5a8ab; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #7f161c;
    border-color: #7f161c; }

.list-group-item-secondary {
  color: #424245;
  background-color: #d7d7d8; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #424245;
    background-color: #cacacb; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #424245;
    border-color: #424245; }

.list-group-item-success {
  color: #1d5f2d;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #1d5f2d;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #1d5f2d;
    border-color: #1d5f2d; }

.list-group-item-info {
  color: #145c69;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #145c69;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #145c69;
    border-color: #145c69; }

.list-group-item-warning {
  color: #83642a;
  background-color: #fae9c9; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #83642a;
    background-color: #f8dfb2; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #83642a;
    border-color: #83642a; }

.list-group-item-danger {
  color: #7f161c;
  background-color: #f8bfc1; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #7f161c;
    background-color: #f5a8ab; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7f161c;
    border-color: #7f161c; }

.list-group-item-light {
  color: #848588;
  background-color: #fafbfc; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #848588;
    background-color: #eaeef2; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #848588;
    border-color: #848588; }

.list-group-item-dark {
  color: #2a2a2c;
  background-color: #cacaca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #2a2a2c;
    background-color: #bdbdbd; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #2a2a2c;
    border-color: #2a2a2c; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #111114;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: #111114;
      text-decoration: none;
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(17, 17, 20, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #111114; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #cfcfd0;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #cfcfd0; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 1200px) {
  .modal-lg {
    max-width: 800px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #111114; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #111114; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #111114; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #111114; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #111114;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(17, 17, 20, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(17, 17, 20, 0.25); }
  .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(17, 17, 20, 0.25); }
  .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(17, 17, 20, 0.25); }
  .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(17, 17, 20, 0.25); }
  .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #29292c; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      transition: none; } }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #E51B23 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #b8151b !important; }

.bg-secondary {
  background-color: #707072 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #575758 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ECB13E !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #e19c16 !important; }

.bg-danger {
  background-color: #E51B23 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b8151b !important; }

.bg-light {
  background-color: #eef1f4 !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #cfd8e0 !important; }

.bg-dark {
  background-color: #414143 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #282829 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #b8b8b9 !important; }

.border-top {
  border-top: 1px solid #b8b8b9 !important; }

.border-right {
  border-right: 1px solid #b8b8b9 !important; }

.border-bottom {
  border-bottom: 1px solid #b8b8b9 !important; }

.border-left {
  border-left: 1px solid #b8b8b9 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #E51B23 !important; }

.border-secondary {
  border-color: #707072 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ECB13E !important; }

.border-danger {
  border-color: #E51B23 !important; }

.border-light {
  border-color: #eef1f4 !important; }

.border-dark {
  border-color: #414143 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 900px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1430px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 900px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1430px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 900px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1430px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(17, 17, 20, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(17, 17, 20, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(17, 17, 20, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 900px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1430px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 900px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1430px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #E51B23 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #b8151b !important; }

.text-secondary {
  color: #707072 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #575758 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ECB13E !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #e19c16 !important; }

.text-danger {
  color: #E51B23 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #b8151b !important; }

.text-light {
  color: #eef1f4 !important; }

a.text-light:hover, a.text-light:focus {
  color: #cfd8e0 !important; }

.text-dark {
  color: #414143 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #282829 !important; }

.text-body {
  color: #29292c !important; }

.text-muted {
  color: #707072 !important; }

.text-black-50 {
  color: rgba(17, 17, 20, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #88888a;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  body {
    min-width: 1200px !important; }

  .container {
    min-width: 1200px !important; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #111114; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #b8b8b9 !important; }

  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #b8b8b9; }

  .table .thead-dark th {
    color: inherit;
    border-color: #b8b8b9; } }
.wrapper {
  padding: 30px 0; }

#wrapper-hero {
  padding: 0px !important; }

.sticky,
.gallery-caption,
.bypostauthor {
  font-size: inherit; }

.wrapper#wrapper-sticky {
  border-bottom: 1px solid #b8b8b9; }

#wrapper-footer-full,
#wrapper-static-hero {
  background-color: #cfcfd0; }

.wp-caption {
  font-size: inherit; }

.wp-caption-text {
  font-size: inherit; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  margin: 0px auto; }

.entry-footer span {
  padding-right: 10px; }

figure.woocommerce-product-gallery__wrapper {
  max-width: inherit !important; }

img.wp-post-image,
article img,
figure,
img,
#secondary img {
  max-width: 100%;
  height: auto; }

a.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0px;
  right: 0px; }

.jumbotron {
  margin-bottom: 0px; }

.navbar-dark .navbar-nav .dropdown-menu .nav-link {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #29292c !important;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
    color: #1d1d1f !important;
    text-decoration: none;
    background-color: #e7e7e8; }
  .navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #E51B23; }
  .navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
    color: #707072 !important;
    background-color: transparent; }

.navbar-light .navbar-brand a {
  color: rgba(17, 17, 20, 0.9); }
  .navbar-light .navbar-brand a:hover, .navbar-light .navbar-brand a:focus {
    color: rgba(17, 17, 20, 0.9); }

.navbar-dark .navbar-brand a {
  color: #fff; }
  .navbar-dark .navbar-brand a:hover, .navbar-dark .navbar-brand a:focus {
    color: #fff; }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*
* Use existing Bootstrap 4 classes and
* variables to extend - override CF7 style
*
* Useful CF7 classes:
* .wpcf7 the wrapper element
* .wpcf7-form
* .wpcf7-form-control
* .wpcf7-text
* .wpcf7-email
* .wpcf7-textarea
* .wpcf7-submit
*/
.wpcf7 {
  max-width: 600px;
  margin: 0 auto !important; }
  .wpcf7 .wpcf7-form label {
    width: 100%; }
  .wpcf7 .wpcf7-not-valid-tip {
    color: #E51B23; }
  .wpcf7 .wpcf7-validation-errors {
    color: #E51B23;
    border: 1px solid #cfcfd0; }

@font-face {
  font-family: "wvmnicons";
  src: url("/wp-content/themes/wvmn-dompost/wvmn-icofont/wvmnicons.woff2?pugowo") format("woff2"), url("/wp-content/themes/wvmn-dompost/wvmn-icofont/wvmnicons.ttf?pugowo") format("truetype"), url("/wp-content/themes/wvmn-dompost/wvmn-icofont/wvmnicons.woff?pugowo") format("woff"), url("/wp-content/themes/wvmn-dompost/wvmn-icofont/wvmnicons.svg?pugowo#wvmnicons") format("svg");
  font-weight: normal;
  font-style: normal; }
i.ico {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "wvmnicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ico-news:before {
  content: ""; }

.ico-responsive:before {
  content: ""; }

.ico-login:before {
  content: ""; }

.ico-logout:before {
  content: ""; }

.ico-settings:before {
  content: ""; }

.ico-gift:before {
  content: ""; }

.ico-close:before {
  content: ""; }

.ico-plus-:before {
  content: ""; }

.ico-minus:before {
  content: ""; }

.ico-play:before {
  content: ""; }

.ico-info:before {
  content: ""; }

.ico-register:before {
  content: ""; }

.ico-home:before {
  content: ""; }

.ico-cart:before {
  content: ""; }

.ico-cart-minus:before {
  content: ""; }

.ico-cart-plus:before {
  content: ""; }

.ico-check-circle:before {
  content: ""; }

.ico-save-plus:before {
  content: ""; }

.ico-save-minus:before {
  content: ""; }

.ico-saved-o:before {
  content: ""; }

.ico-saved:before {
  content: ""; }

.ico-star-o:before {
  content: ""; }

.ico-star:before {
  content: ""; }

.ico-heart-o:before {
  content: ""; }

.ico-heart:before {
  content: ""; }

.ico-bell:before {
  content: ""; }

.ico-comments:before {
  content: ""; }

html {
  font-size: 15px; }

.dk-gray-bg {
  background-color: #29292c; }

header#page-head {
  min-height: 90px; }
  header#page-head #head-logo {
    max-height: 55px;
    margin: 31px 0 20px;
    display: inline-block; }
    @media (max-width: 900px) {
      header#page-head #head-logo {
        display: block;
        margin: 20px auto;
        max-height: 40px; } }
  header#page-head #head-menu {
    display: none;
    float: right;
    line-height: 1em;
    position: relative;
    top: 3px;
    cursor: pointer;
    font-size: 30px;
    font-size: 2rem; }
  header#page-head .header-links {
    float: right;
    margin: 32px 0 0;
    font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    @media (max-width: 900px) {
      header#page-head .header-links {
        float: none;
        display: block;
        margin: 0 0 20px;
        text-align: center; } }
  header#page-head .header-link {
    display: inline-block;
    margin: 0 0 0 30px;
    font-weight: bold; }
    header#page-head .header-link a, header#page-head .header-link a:link, header#page-head .header-link a:active, header#page-head .header-link a:visited {
      color: #111114;
      text-decoration: none;
      transition: all 0.1s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        header#page-head .header-link a, header#page-head .header-link a:link, header#page-head .header-link a:active, header#page-head .header-link a:visited {
          transition: none; } }
    header#page-head .header-link a:hover {
      color: #E51B23;
      text-decoration: none; }
    @media (max-width: 900px) {
      header#page-head .header-link {
        margin: 0 10px; } }
  header#page-head .header-sublinks {
    text-align: right;
    margin-top: 8px;
    font-size: 13.5px;
    font-size: 0.9rem; }
    header#page-head .header-sublinks a, header#page-head .header-sublinks a:link, header#page-head .header-sublinks a:active, header#page-head .header-sublinks a:visited {
      color: #88888a;
      text-decoration: none;
      transition: all 0.1s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        header#page-head .header-sublinks a, header#page-head .header-sublinks a:link, header#page-head .header-sublinks a:active, header#page-head .header-sublinks a:visited {
          transition: none; } }
    header#page-head .header-sublinks a:hover {
      color: #E51B23;
      text-decoration: underline; }
    @media (max-width: 900px) {
      header#page-head .header-sublinks {
        text-align: center; } }
  header#page-head .fa-stack {
    font-size: 10.5px;
    font-size: 0.7rem;
    margin-right: 3px;
    position: relative;
    top: -2px; }
  header#page-head .fa-stack-2x {
    color: #E51B23; }
  header#page-head .fa-stack-1x {
    color: #fff;
    font-size: 1.4em; }
    header#page-head .fa-stack-1x.fa-play {
      font-size: 1.1em;
      position: relative;
      left: 1px; }

section#breaking-news {
  background: #E51B23;
  color: #fff;
  line-height: 45px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.2rem; }
  section#breaking-news a, section#breaking-news a:link, section#breaking-news a:active, section#breaking-news a:visited {
    color: #fff;
    text-decoration: none;
    transition: all 0.1s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      section#breaking-news a, section#breaking-news a:link, section#breaking-news a:active, section#breaking-news a:visited {
        transition: none; } }
  section#breaking-news a:hover {
    color: #fff;
    text-decoration: underline; }
  section#breaking-news.stick-top {
    margin-top: 50px; }
  section#breaking-news p {
    display: inline; }
section#main-nav-ad {
  min-height: 30px;
  padding: 20px;
  background: #58585b; }

#page-body {
  display: block;
  overflow: auto;
  position: relative;
  margin-top: 24px; }
  #page-body #backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 275px;
    background: #cfcfd0;
    z-index: -1; }

.layout-3-column {
  display: flex;
  x-justify-content: space-around;
  x-align-items: stretch;
  max-width: 1240px; }
  @media (min-width: 0) {
    .layout-3-column {
      flex-wrap: wrap; } }
  @media (min-width: 900px) {
    .layout-3-column {
      flex-wrap: nowrap; } }
  .layout-3-column section:nth-child(1),
  .layout-3-column section:nth-child(3) {
    width: 300px;
    flex: 0 0 300px;
    margin: 0; }
  @media (min-width: 0) {
    .layout-3-column section:nth-child(1) {
      order: 2;
      width: 100%;
      flex: auto;
      padding: 10px; } }
  @media (min-width: 576px) {
    .layout-3-column section:nth-child(1) {
      width: 47%;
      flex: auto;
      padding: 10px; } }
  @media (min-width: 900px) {
    .layout-3-column section:nth-child(1) {
      order: 1;
      padding: 0; } }
  @media (min-width: 1200px) {
    .layout-3-column section:nth-child(1) {
      width: 300px;
      flex: 0 0 300px;
      margin: 0;
      padding: 0; } }
  @media (min-width: 0) {
    .layout-3-column section:nth-child(3) {
      order: 3;
      width: 100%;
      flex: auto;
      padding: 10px; } }
  @media (min-width: 576px) {
    .layout-3-column section:nth-child(3) {
      width: 47%;
      flex: auto;
      padding: 10px; } }
  @media (min-width: 900px) {
    .layout-3-column section:nth-child(3) {
      order: 3;
      padding: 0; } }
  @media (min-width: 1200px) {
    .layout-3-column section:nth-child(3) {
      width: 300px;
      flex: 0 0 300px;
      margin: 0;
      padding: 0; } }
  .layout-3-column section:nth-child(2) {
    width: 100%;
    padding: 10px;
    margin: 0 18px;
    background: #fff; }
    @media (min-width: 0) {
      .layout-3-column section:nth-child(2) {
        order: 1;
        margin: 0 0 30px; } }
    @media (min-width: 900px) {
      .layout-3-column section:nth-child(2) {
        order: 2; } }
    @media (min-width: 1200px) {
      .layout-3-column section:nth-child(2) {
        margin: 0 30px; } }

.layout-2-column-right {
  display: flex;
  x-justify-content: space-around;
  x-align-items: stretch;
  max-width: 1240px; }
  .layout-2-column-right section:nth-child(2) {
    width: 300px;
    flex: 0 0 300px;
    margin: 0; }
  .layout-2-column-right section:nth-child(1) {
    width: 100%;
    margin: 0 0 30px 0; }
    @media (max-width: 900px) {
      .layout-2-column-right section:nth-child(1) {
        margin: 0; } }
  @media (max-width: 900px) {
    .layout-2-column-right {
      display: none; } }
  @media (max-width: 650px) {
    .layout-2-column-right {
      padding: 0 10px; } }

.layout-2-column-flex {
  display: flex;
  justify-content: space-around;
  x-align-items: stretch;
  max-width: 1240px; }
  @media (max-width: 850px) {
    .layout-2-column-flex {
      display: block;
      overflow: auto;
      clear: both; } }
  .layout-2-column-flex section {
    padding: 0 0 100px 0; }
  .layout-2-column-flex section:nth-child(2) {
    min-width: 300px;
    max-width: 400px;
    margin: 0; }
    @media (max-width: 850px) {
      .layout-2-column-flex section:nth-child(2) {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly; } }
    @media (max-width: 600px) {
      .layout-2-column-flex section:nth-child(2) {
        display: block; } }
    @media (max-width: 850px) {
      .layout-2-column-flex section:nth-child(2) aside, .layout-2-column-flex section:nth-child(2) .side-widget, .layout-2-column-flex section:nth-child(2) .adrotate-widgets {
        max-width: 300px; } }
    @media (max-width: 600px) {
      .layout-2-column-flex section:nth-child(2) aside, .layout-2-column-flex section:nth-child(2) .side-widget, .layout-2-column-flex section:nth-child(2) .adrotate-widgets {
        max-width: 300px;
        margin: auto; } }
  .layout-2-column-flex section:nth-child(1) {
    width: 100%;
    margin: 0 30px 0 0; }
    @media (max-width: 650px) {
      .layout-2-column-flex section:nth-child(1) .page-header {
        margin: 0 10px; } }
    @media (max-width: 850px) {
      .layout-2-column-flex section:nth-child(1) {
        margin: 0;
        padding: 0 15px;
        width: 100%; }
        .layout-2-column-flex section:nth-child(1) .category-group-article-list {
          padding: 0 10px; } }

body#ismobile .layout-2-column-flex section {
  padding-top: 10px; }
body#ismobile #page-body {
  margin-top: 0px; }

footer#page-foot {
  min-height: 200px;
  padding: 30px 0 90px;
  background-color: #414143;
  color: #fff; }
  footer#page-foot i.fa-mobile-alt, footer#page-foot i.fa-map-marker-alt {
    color: #E51B23;
    font-size: 15px;
    font-size: 1rem; }
  footer#page-foot i {
    font-size: 30px;
    font-size: 2rem;
    margin: 0 0 0 16px; }
    footer#page-foot i.fa-apple {
      font-size: 37.5px;
      font-size: 2.5rem; }
    footer#page-foot i.fa-google-play {
      padding-right: 16px;
      border-right: solid 1px #fff; }
  footer#page-foot #bim-logo {
    max-height: 25px;
    margin-left: 30px;
    display: inline-block;
    margin-bottom: 10px; }
  footer#page-foot #citynet-logo {
    max-height: 20px;
    margin-left: 30px; }
  footer#page-foot #foot-logo {
    max-height: 40px; }
  footer#page-foot #foot-nav {
    font-size: 13.5px;
    font-size: 0.9rem;
    margin-top: 25px; }
  footer#page-foot a, footer#page-foot a:link, footer#page-foot a:active, footer#page-foot a:visited {
    color: #fff;
    text-decoration: none;
    transition: all 0.1s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      footer#page-foot a, footer#page-foot a:link, footer#page-foot a:active, footer#page-foot a:visited {
        transition: none; } }
  footer#page-foot a:hover {
    color: #E51B23;
    text-decoration: underline; }

/* HEADER MOBILE VIEW ****************************/
@media (max-width: 650px) {
  html {
    font-size: 14px; }

  body {
    padding-top: 84px; }
    body#ismobile {
      padding-top: 0; }

  header#page-head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: #fff;
    height: auto;
    min-height: 0;
    padding: 25px 0 19px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2); }

  header#page-head #head-menu {
    display: block; }

  header#page-head #head-logo {
    display: inline;
    margin: 0;
    max-width: 280px; }

  header#page-head .header-links {
    zoom: 80%;
    display: none; }

  div#main-nav {
    border: 0; }

  .stick-top {
    margin-top: 0 !important; }

  .container {
    padding-left: 0px;
    padding-right: 0px; }

  .row {
    margin-left: 0;
    margin-right: 0; } }
.site-banner {
  margin-bottom: 24px; }
  .site-banner img {
    width: 100%;
    height: auto; }

.layout-2-column-flex section:last-child .widget, .layout-2-column-flex section:last-child .side-widget {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: solid 1px #cfcfd0; }

.hoppy {
  background-color: #e7e7e8; }
  .hoppy-header {
    color: #fff;
    background-color: #E51B23;
    padding: 2px 8px;
    line-height: 34px;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.2rem; }
    .hoppy-header a, .hoppy-header a:link, .hoppy-header a:active, .hoppy-header a:visited {
      color: #fff;
      text-decoration: none;
      transition: all 0.1s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        .hoppy-header a, .hoppy-header a:link, .hoppy-header a:active, .hoppy-header a:visited {
          transition: none; } }
    .hoppy-header a:hover {
      color: #fff;
      text-decoration: underline; }
    .hoppy-header a {
      float: right;
      line-height: 34px;
      text-transform: none;
      font-size: 12.75px;
      font-size: 0.85rem; }
  .hoppy img {
    width: 100%;
    height: auto; }
  .hoppy-inner {
    padding: 12px 8px 20px 12px;
    min-height: 100px; }
    .hoppy-inner .headline a {
      color: #111114;
      transition: all 0.3s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        .hoppy-inner .headline a {
          transition: none; } }
      .hoppy-inner .headline a:hover {
        color: #E51B23; }
    .hoppy-inner .date {
      color: #E51B23; }
    .hoppy-inner a {
      display: block;
      margin-bottom: 14px;
      transition: all 0.3s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        .hoppy-inner a {
          transition: none; } }
      .hoppy-inner a .headline {
        font-size: 18px;
        font-size: 1.2rem;
        line-height: 1.2em;
        color: #111114; }
      .hoppy-inner a:hover {
        text-decoration: none; }
        .hoppy-inner a:hover .headline {
          color: #E51B23; }

/* WVMN CHANNEL ************************************************/
.video-player {
  background-color: #58585b;
  padding-bottom: 50px; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-info .showtitle {
  margin-top: 20px;
  color: #fff; }
.video-info .showdesc {
  color: #fff; }
.video-info .upnextwrap {
  margin-top: 20px;
  border-top: solid 1px #E51B23;
  font-size: 18px;
  font-size: 1.2rem; }
  .video-info .upnextwrap .upnext {
    display: inline-block;
    color: #fff;
    background-color: #E51B23;
    padding: 5px 10px;
    font-weight: bold; }
  .video-info .upnextwrap .upnexttitle {
    display: inline-block;
    color: #fff;
    padding-left: 10px; }

.channel-livenow {
  margin-top: 12px;
  color: #fff;
  font-weight: 600;
  font-size: 26.25px;
  font-size: 1.75rem; }
  .channel-livenow label {
    background-color: #E51B23;
    padding: 5px 16px;
    font-weight: 700;
    display: inline-block;
    margin-right: 6px; }

.channel-block {
  margin-top: 50px;
  border-top: solid 1px #E51B23;
  padding-bottom: 50px; }
  .channel-block .channel-title {
    color: #E51B23;
    font-size: 19.5px;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 10px 0; }
  .channel-block .channel-shows-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .channel-block .channel-shows-grid .showbox {
      position: relative;
      width: 30%;
      margin: 20px 1.666666666%;
      border: solid 2px #111114;
      background-color: #111114;
      text-align: center;
      padding-bottom: 10px; }
      .channel-block .channel-shows-grid .showbox-now-playing {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 4px;
        text-align: center;
        background-color: #E51B23;
        font-size: 15px;
        font-size: 1rem;
        color: #fff;
        display: none; }
      .channel-block .channel-shows-grid .showbox:hover, .channel-block .channel-shows-grid .showbox.on {
        border: solid 2px #E51B23;
        text-decoration: none; }
      .channel-block .channel-shows-grid .showbox.active {
        border: solid 2px #E51B23;
        text-decoration: none; }
        .channel-block .channel-shows-grid .showbox.active .showbox-now-playing {
          display: block; }
      .channel-block .channel-shows-grid .showbox-image {
        line-height: 160px;
        text-align: center; }
        .channel-block .channel-shows-grid .showbox-image img {
          max-width: 85%;
          max-height: 140px; }
      .channel-block .channel-shows-grid .showbox-title, .channel-block .channel-shows-grid .showbox-time {
        color: #fff;
        font-size: 18.75px;
        font-size: 1.25rem;
        text-align: center;
        margin: 0 5%; }
      @media (max-width: 700px) {
        .channel-block .channel-shows-grid .showbox {
          width: 46%; } }
      @media (max-width: 700px) {
        .channel-block .channel-shows-grid .showbox {
          width: 96%;
          margin: 20px 2%; } }

#playlistSlider .playlistSlider-item {
  padding: 0 5px;
  margin-top: 40px; }
  #playlistSlider .playlistSlider-item .pl-item-inner {
    cursor: pointer;
    color: #fff;
    background-color: #29292c;
    border: solid 2px #29292c;
    padding: 5px;
    min-height: 220px;
    position: relative; }
    #playlistSlider .playlistSlider-item .pl-item-inner .pl-item-image {
      position: relative;
      margin: 0 auto;
      margin-bottom: 4px; }
      #playlistSlider .playlistSlider-item .pl-item-inner .pl-item-image-inner {
        position: absolute;
        width: 100%;
        height: 100%; }
      #playlistSlider .playlistSlider-item .pl-item-inner .pl-item-image:after {
        content: "";
        display: block;
        padding-bottom: 0.56; }
      #playlistSlider .playlistSlider-item .pl-item-inner .pl-item-image img {
        display: block;
        width: 100%;
        height: auto; }
    #playlistSlider .playlistSlider-item .pl-item-inner b {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center;
      color: #fff;
      background-color: #E51B23;
      padding: 3px 0;
      display: none; }
    #playlistSlider .playlistSlider-item .pl-item-inner.active {
      border: solid 2px #E51B23; }
      #playlistSlider .playlistSlider-item .pl-item-inner.active b {
        display: block; }
    #playlistSlider .playlistSlider-item .pl-item-inner:hover {
      border: solid 2px #E51B23; }
    #playlistSlider .playlistSlider-item .pl-item-inner span {
      display: block;
      height: 2.8em;
      overflow: hidden; }

.channel-show-title {
  color: #fff !important;
  margin: 8px 0 12px; }

.no-show-available img {
  display: block;
  margin: auto;
  max-width: 100%; }

div#main-nav {
  background: #111114;
  border-bottom: solid 4px #E51B23;
  z-index: 100; }
  @media (min-width: 576px) {
    div#main-nav .col-sm-12 {
      padding: 0; } }
  @media (min-width: 900px) {
    div#main-nav .col-sm-12 {
      padding-left: 15px;
      padding-right: 15px; } }
  div#main-nav nav > ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    div#main-nav nav > ul li {
      position: relative;
      margin: 0;
      padding: 0;
      display: inline-block;
      float: left; }
      div#main-nav nav > ul li a {
        display: inline-block;
        color: #fff;
        line-height: 50px;
        padding: 0 24px;
        font-size: 16.5px;
        font-size: 1.1rem; }
        div#main-nav nav > ul li a:hover {
          text-decoration: none;
          color: #fff; }
        @media (min-width: 0) {
          div#main-nav nav > ul li a {
            line-height: 50px;
            padding: 0 12px;
            font-size: 16.5px;
            font-size: 1.1rem; } }
        @media (min-width: 900px) {
          div#main-nav nav > ul li a {
            line-height: 50px;
            padding: 0 24px;
            font-size: 16.5px;
            font-size: 1.1rem; } }
      div#main-nav nav > ul li.home-link {
        overflow: hidden; }
      div#main-nav nav > ul li.current-menu-item > a, div#main-nav nav > ul li.current-page-ancestor > a {
        background: #E51B23;
        color: #fff !important; }
      div#main-nav nav > ul li > ul {
        display: none; }
      div#main-nav nav > ul li:hover {
        background: #E51B23; }
        div#main-nav nav > ul li:hover > a {
          color: #fff; }
        div#main-nav nav > ul li:hover > ul.sub-menu {
          display: block;
          position: absolute;
          top: 50px;
          left: 0;
          padding: 5px;
          background: #E51B23;
          z-index: 100;
          -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2); }
          div#main-nav nav > ul li:hover > ul.sub-menu > li {
            display: block;
            float: none;
            background: none; }
          div#main-nav nav > ul li:hover > ul.sub-menu > li > a {
            white-space: nowrap;
            line-height: 35px;
            font-weight: 500;
            padding: 0 20px;
            display: block;
            text-transform: none;
            color: #fff;
            font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            font-size: 15px;
            font-size: 1rem; }
            div#main-nav nav > ul li:hover > ul.sub-menu > li > a:hover {
              background-color: #111114;
              color: #fff; }
      div#main-nav nav > ul li.mega-menu:hover > ul {
        display: flex;
        position: absolute;
        top: 50px;
        left: 0;
        width: 1200px;
        padding: 20px 28px 28px;
        background: #fff;
        z-index: 1000;
        overflow: auto;
        -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2); }
        div#main-nav nav > ul li.mega-menu:hover > ul > li {
          flex-grow: 1;
          margin: 0 8px;
          float: none; }
          div#main-nav nav > ul li.mega-menu:hover > ul > li > a {
            line-height: 30px;
            border-bottom: solid 3px #E51B23;
            margin-bottom: 10px;
            width: 100%;
            text-align: left;
            padding: 0 8px;
            color: #111114;
            font-size: 16.5px;
            font-size: 1.1rem; }
            div#main-nav nav > ul li.mega-menu:hover > ul > li > a:hover {
              color: #ECB13E; }
          div#main-nav nav > ul li.mega-menu:hover > ul > li > ul.sub-menu {
            display: block;
            margin: 0;
            padding: 0;
            position: relative;
            top: 0;
            box-shadow: none; }
            div#main-nav nav > ul li.mega-menu:hover > ul > li > ul.sub-menu:hover {
              margin: 0;
              padding: 0; }
            div#main-nav nav > ul li.mega-menu:hover > ul > li > ul.sub-menu > li {
              display: block;
              float: none;
              width: 100%; }
            div#main-nav nav > ul li.mega-menu:hover > ul > li > ul.sub-menu > li a {
              line-height: 1.75em;
              font-weight: normal;
              padding: 0 12px;
              display: block;
              font-size: 15px;
              font-size: 1rem;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              text-transform: none;
              color: #111114;
              font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
              div#main-nav nav > ul li.mega-menu:hover > ul > li > ul.sub-menu > li a:hover {
                color: #ECB13E; }
          @media (min-width: 0) {
            div#main-nav nav > ul li.mega-menu:hover > ul > li {
              width: 45%;
              margin-bottom: 20px; }
              div#main-nav nav > ul li.mega-menu:hover > ul > li.mega-news {
                order: 1; }
              div#main-nav nav > ul li.mega-menu:hover > ul > li.mega-gov {
                order: 2; }
              div#main-nav nav > ul li.mega-menu:hover > ul > li.mega-sports {
                order: 3; }
              div#main-nav nav > ul li.mega-menu:hover > ul > li.mega-ent {
                order: 4; }
              div#main-nav nav > ul li.mega-menu:hover > ul > li.mega-opinion {
                order: 5; }
              div#main-nav nav > ul li.mega-menu:hover > ul > li.mega-ann {
                order: 6; } }
          @media (min-width: 576px) {
            div#main-nav nav > ul li.mega-menu:hover > ul > li {
              width: 30%;
              margin-bottom: 20px; }
              div#main-nav nav > ul li.mega-menu:hover > ul > li.mega-news {
                order: 1; }
              div#main-nav nav > ul li.mega-menu:hover > ul > li.mega-gov {
                order: 2; }
              div#main-nav nav > ul li.mega-menu:hover > ul > li.mega-opinion {
                order: 3; }
              div#main-nav nav > ul li.mega-menu:hover > ul > li.mega-sports {
                order: 4; }
              div#main-nav nav > ul li.mega-menu:hover > ul > li.mega-ent {
                order: 5; }
              div#main-nav nav > ul li.mega-menu:hover > ul > li.mega-ann {
                order: 6; } }
          @media (min-width: 900px) {
            div#main-nav nav > ul li.mega-menu:hover > ul > li {
              width: 15%; } }
        @media (min-width: 0) {
          div#main-nav nav > ul li.mega-menu:hover > ul {
            flex-wrap: wrap; } }
        @media (min-width: 900px) {
          div#main-nav nav > ul li.mega-menu:hover > ul {
            flex-wrap: nowrap; } }
      div#main-nav nav > ul li.logo-link {
        height: 40px; }
      div#main-nav nav > ul li.logo-link a {
        background: #fff url(/wp-content/themes/wvmn-dompost/img/dp-logo-small-yellow-blue.png) center center no-repeat;
        padding: 0;
        margin: 0;
        width: 0;
        overflow: hidden; }
    @media (max-width: 650px) {
      div#main-nav nav > ul {
        position: fixed;
        top: 72px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
        height: calc(100vh - 72px);
        width: 100vw;
        background: #fff;
        display: none; }
        div#main-nav nav > ul.open {
          display: block; }
        div#main-nav nav > ul > li {
          float: none;
          display: block;
          text-align: center;
          background: #fff;
          border-bottom: solid 1px #fff; }
          div#main-nav nav > ul > li a {
            width: 100%;
            line-height: 40px;
            display: block;
            color: #111114;
            background: #cfcfd0; }
          div#main-nav nav > ul > li.home-link {
            width: 0; }
          div#main-nav nav > ul > li.logo-link {
            display: none !important; }
          div#main-nav nav > ul > li.mega-menu {
            overflow: visible;
            height: auto !important;
            display: block; }
            div#main-nav nav > ul > li.mega-menu > ul.sub-menu {
              display: block;
              margin: 0;
              padding: 0;
              left: 0;
              width: 100%;
              position: relative;
              top: 0;
              height: 120px;
              background: #fff;
              box-shadow: none; }
              div#main-nav nav > ul > li.mega-menu > ul.sub-menu li {
                width: calc(50% - 2px);
                margin: 0 1px;
                padding: 0;
                background: #cfcfd0;
                float: left;
                border-bottom: solid 1px #fff; }
                div#main-nav nav > ul > li.mega-menu > ul.sub-menu li a {
                  text-align: center;
                  border: 0;
                  margin: 0;
                  line-height: 40px;
                  color: #111114;
                  background: #e7e7e8; }
                div#main-nav nav > ul > li.mega-menu > ul.sub-menu li ul.sub-menu {
                  display: none; } }
  div#main-nav.stick-top {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2); }
    div#main-nav.stick-top nav ul li a {
      line-height: 40px;
      padding: 0 16px;
      font-size: 15px;
      font-size: 1rem; }
    div#main-nav.stick-top .home-link {
      width: 0; }
    div#main-nav.stick-top nav ul li.mega-menu > ul {
      top: 40px; }
    div#main-nav.stick-top nav ul li.logo-link a {
      width: 215px; }
    div#main-nav.stick-top .sub-menu {
      top: 37px !important; }

#mobile-news-nav-title {
  padding: 6px;
  text-align: center;
  background: #F0C775 url("/wp-content/themes/wvmn-dompost/img/bars.png") 10px center no-repeat;
  color: #111114;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100001;
  font-size: 19.5px;
  font-size: 1.3rem; }

#mobile-news-menu-container {
  position: fixed;
  z-index: 100000;
  top: calc(38px - 100vh);
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: block;
  overflow-y: scroll;
  padding: 0; }
  #mobile-news-menu-container.open {
    top: 0px;
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.3); }
  #mobile-news-menu-container-inner {
    margin: 50px 8px 0; }
  #mobile-news-menu-container ul#mobile-news-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* Chrome, Safari, Opera */
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -webkit-column-rule-style: outset;
    -webkit-column-rule-width: 0px;
    /* Firefox */
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -moz-column-rule-style: outset;
    -moz-column-rule-width: 0px;
    column-count: 2;
    column-gap: 20px;
    column-rule-style: outset;
    column-rule-width: 0px; }
    #mobile-news-menu-container ul#mobile-news-menu > li {
      margin-bottom: 20px;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; }
      #mobile-news-menu-container ul#mobile-news-menu > li > a {
        color: #111114;
        border-bottom: solid 2px #E51B23;
        display: block;
        padding-bottom: 4px;
        margin-bottom: 4px;
        font-size: 15px;
        font-size: 1rem; }
      #mobile-news-menu-container ul#mobile-news-menu > li > ul {
        list-style-type: none;
        margin: 0 0 0 0;
        padding: 0; }
        #mobile-news-menu-container ul#mobile-news-menu > li > ul > li > a {
          color: #111114;
          padding: 3px 0 3px 10px;
          display: block;
          font-size: 13.5px;
          font-size: 0.9rem; }

.bnpad {
  margin-top: 40px;
  height: 0;
  overflow: hidden; }

#mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: rgba(255, 255, 255, 0.975);
  z-index: 9999;
  padding: 100px 15px 100px;
  -webkit-overflow-scrolling: touch; }
  #mobile-menu.open {
    display: block; }
  #mobile-menu ul.mobile-list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #mobile-menu ul.mobile-list > li:first-child a {
      border-top: 0 !important; }
    #mobile-menu ul.mobile-list li {
      margin: 0;
      padding: 0;
      color: #555555; }
      #mobile-menu ul.mobile-list li a {
        font-weight: 400;
        padding: 10px 0px;
        color: #555555;
        display: block;
        font-size: 18px;
        font-size: 1.2rem;
        border-top: 1px solid #ddd; }
        #mobile-menu ul.mobile-list li a i {
          color: #E51B23;
          margin-right: 5px; }
      #mobile-menu ul.mobile-list li ul.sub-menu {
        padding-left: 34px;
        list-style-type: none;
        margin: 0; }
        #mobile-menu ul.mobile-list li ul.sub-menu li a {
          padding-left: 20px; }
        #mobile-menu ul.mobile-list li ul.sub-menu li ul li {
          background: none;
          margin-left: 10px; }

.no-scroll {
  overflow: hidden !important; }

.menu-item .channel-before {
  display: inline-block;
  width: 48px;
  margin-right: 3px; }
  .menu-item .channel-before::before {
    content: url(/wp-content/themes/wvmn/img/wvmn-icon.svg);
    max-height: 18px; }
.menu-item .channel-after {
  display: inline-block;
  width: 23px;
  position: relative;
  top: 2px;
  left: 8px; }
  .menu-item .channel-after::before {
    content: url(/wp-content/themes/wvmn/img/play-btn.svg);
    max-height: 18px; }
.menu-item:hover .channel-before::before, .menu-item.current-menu-item .channel-before::before {
  content: url(/wp-content/themes/wvmn/img/wvmn-icon-on.svg); }
.menu-item:hover .channel-after::before, .menu-item.current-menu-item .channel-after::before {
  content: url(/wp-content/themes/wvmn/img/play-btn-on.svg); }

/** FONTS ****************************************************/
.bureau, .category-group-article-list .group-title, .section-title, .tml-action-login .tml-login h2,
.bim-catalyst-become-subscriber h2, .btn, .wpcf7 input[type=submit], .tml-action-login .tml-login .tml-button,
.bim-catalyst-become-subscriber .tml-button, body.tml-action-profile .tml-button, .tml-button, .tml-field-wrap h3, article.post .entry-header h1.entry-title, body.author .author-header span h2, #subscribe-form h3, #subscribe-form h2.form-section, #classifieds-form h3, #classifieds-form h2.form-section, .form-builder h3, .form-builder h2.form-section, .wvform h3, .wvform h2.form-section {
  font-family: "bureau-grot", Helvetica, "Helvetica Neue", Arial, sans-serif; }

.bureau-narrow {
  font-family: "bureau-grot-condensed", Impact, Helvetica, "Helvetica Neue", Arial, sans-serif; }

.cabin, .hoppy-header, div#main-nav nav > ul li a, div#main-nav nav > ul li.mega-menu:hover > ul > li > a, #mobile-news-nav-title, #mobile-news-menu-container ul#mobile-news-menu > li > a, .sidebar-article-feature .article-link .category, .sidebar-article-list .article-link .category, .sidebar-article-list .article-link:first-child .category, .home-template-1-article-list .article-link .category, .triple-photo-article-list .article-link .category, .triple-photo-article-list-vertical .article-link .category, .block-4-article-list .article-link .category, .block-12-article-list .article-link .category, .category-group-article-list .more-category, .category-group-article-list .article-link .category, .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .category, body#ismobile .category-group-article-list .article-link .category, body#ismobile .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .category, .category-card-article-list .article-link .category, #content-main ul.mobile-list li a, #credits, .complimentary-access, .top-story-outer .caption .category, .top-story-outer .caption h3.author, .top-story-outer .caption .headline, #subscribe h3, .wvform h3, #subscribe .dp-plans .plan h2, .wvform .dp-plans .plan h2, #subscribe-form label, #classifieds-form label, .form-builder label, .wvform label, .subscribe-options a, #contacts h3.contact-category, .outdoor-sidebar-title, .tournament-article-list .article-link .category {
  font-family: "Cabin", Helvetica, "Helvetica Neue", Arial, sans-serif; }

.pt, ul#archive-articles li .content > a {
  font-family: "PT Serif", "Cabin", "Helvetica Neue", Arial, sans-serif; }

.uppercase, .category-group-article-list .group-title, .section-title, .tml-action-login .tml-login h2,
.bim-catalyst-become-subscriber h2, .top-story-outer .caption h3.author, #contacts h3.contact-category {
  text-transform: uppercase; }

.w400, div#main-nav nav > ul li a, .tml-action-login .tml-login h2,
.bim-catalyst-become-subscriber h2 {
  font-weight: 400; }

.w500, div#main-nav nav > ul li.mega-menu:hover > ul > li > a, #mobile-news-nav-title, #mobile-news-menu-container ul#mobile-news-menu > li > a, .btn, .wpcf7 input[type=submit], .tml-action-login .tml-login .tml-button,
.bim-catalyst-become-subscriber .tml-button, body.tml-action-profile .tml-button, .tml-button, .tml-field-wrap h3, .top-story-outer .caption .category, .top-story-outer .caption h3.author, ul#archive-articles li .content > a, #subscribe .dp-plans .plan h2, .wvform .dp-plans .plan h2, #subscribe-form h3, #subscribe-form h2.form-section, #classifieds-form h3, #classifieds-form h2.form-section, .form-builder h3, .form-builder h2.form-section, .wvform h3, .wvform h2.form-section {
  font-weight: 500; }

.w600, .category-group-article-list .group-title, .category-group-article-list .more-category, .section-title, .top-story-outer .caption .headline, #contacts h3.contact-category {
  font-weight: 600; }

.w700, .sidebar-article-feature .article-link .category, .sidebar-article-list .article-link .category, .sidebar-article-list .article-link:first-child .category, .home-template-1-article-list .article-link .category, .triple-photo-article-list .article-link .category, .triple-photo-article-list-vertical .article-link .category, .block-4-article-list .article-link .category, .block-12-article-list .article-link .category, .category-group-article-list .article-link .category, .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .category, body#ismobile .category-group-article-list .article-link .category, body#ismobile .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .category, .category-card-article-list .article-link .category, article.post .entry-header h1.entry-title, body.author .author-header span h2, .tournament-article-list .article-link .category {
  font-weight: 700; }

.w800 {
  font-weight: 800; }

.w900 {
  font-weight: 900; }

/** BACKGROUNDS ****************************************************/
body {
  touch-action: manipulation; }

.gray-bg {
  background-color: #e7e7e8; }

.blue-bg {
  background-color: #E51B23; }

.page-spacing {
  margin: 2rem 0 4rem; }

.page-title {
  font-weight: 800; }
  .page-title-right {
    font-size: 0.5em;
    float: right;
    display: inline-block;
    margin-top: 0.6em; }

.yellow {
  color: #ECB13E; }

/** ARTICLE FORMATS ********************************************/
.sidebar-article-feature .article-link {
  display: block;
  margin-top: 1rem;
  transition: all 0.2s ease;
  margin-top: 0; }
  @media screen and (prefers-reduced-motion: reduce) {
    .sidebar-article-feature .article-link {
      transition: none; } }
  .sidebar-article-feature .article-link .category {
    display: none;
    color: #E51B23;
    font-size: 15px;
    font-size: 1rem; }
  .sidebar-article-feature .article-link .photo {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
    margin: 0 auto;
    top: 5px; }
    .sidebar-article-feature .article-link .photo-inner {
      position: absolute;
      width: 100%;
      height: 100%; }
    .sidebar-article-feature .article-link .photo:after {
      content: "";
      display: block;
      padding-bottom: 53.3333%; }
  .sidebar-article-feature .article-link .content {
    width: 100%;
    display: block; }
  .sidebar-article-feature .article-link .headline {
    line-height: 1.3em;
    font-weight: 400;
    color: #111114;
    font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding: 0.2em 0;
    font-size: 18.75px;
    font-size: 1.25rem;
    transition: all 0.2s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .sidebar-article-feature .article-link .headline {
        transition: none; } }
  .sidebar-article-feature .article-link .excerpt {
    display: none;
    color: #707072;
    font-size: 15px;
    font-size: 1rem; }
  .sidebar-article-feature .article-link .sponsor {
    display: block;
    color: #E51B23;
    font-size: 15px;
    font-size: 1rem; }
  .sidebar-article-feature .article-link .byline {
    display: none;
    font-weight: bold;
    color: #707072;
    font-size: 15px;
    font-size: 1rem; }
  .sidebar-article-feature .article-link .date {
    display: none;
    color: #707072;
    font-size: 15px;
    font-size: 1rem; }
  .sidebar-article-feature .article-link:hover {
    text-decoration: none !important; }
    .sidebar-article-feature .article-link:hover .headline {
      color: #E51B23; }
  .sidebar-article-feature .article-link .content {
    width: 100%;
    margin: 10px 0; }
    .sidebar-article-feature .article-link .content .headline {
      width: 100%;
      font-size: 15px;
      font-size: 1rem;
      color: #111114;
      transition: all 0.2s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        .sidebar-article-feature .article-link .content .headline {
          transition: none; } }
    .sidebar-article-feature .article-link .content:hover .headline {
      color: #E51B23; }

.sidebar-article-list .article-link {
  display: block;
  margin-top: 1rem;
  transition: all 0.2s ease;
  padding-bottom: 1rem;
  border-bottom: solid 1px #a0a0a1; }
  @media screen and (prefers-reduced-motion: reduce) {
    .sidebar-article-list .article-link {
      transition: none; } }
  .sidebar-article-list .article-link .category {
    display: block;
    color: #E51B23;
    font-size: 15px;
    font-size: 1rem; }
  .sidebar-article-list .article-link .photo {
    display: none;
    width: 30%;
    vertical-align: top;
    position: relative;
    margin: 0 auto;
    top: 5px; }
    .sidebar-article-list .article-link .photo-inner {
      position: absolute;
      width: 100%;
      height: 100%; }
    .sidebar-article-list .article-link .photo:after {
      content: "";
      display: block;
      padding-bottom: 80%; }
  .sidebar-article-list .article-link .content {
    width: 100%;
    display: block; }
  .sidebar-article-list .article-link .headline {
    line-height: 1.3em;
    font-weight: 400;
    color: #111114;
    font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding: 0.2em 0;
    font-size: 18.75px;
    font-size: 1.25rem;
    transition: all 0.2s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .sidebar-article-list .article-link .headline {
        transition: none; } }
  .sidebar-article-list .article-link .excerpt {
    display: none;
    color: #707072;
    font-size: 15px;
    font-size: 1rem; }
  .sidebar-article-list .article-link .sponsor {
    display: block;
    color: #E51B23;
    font-size: 15px;
    font-size: 1rem; }
  .sidebar-article-list .article-link .byline {
    display: none;
    font-weight: bold;
    color: #707072;
    font-size: 15px;
    font-size: 1rem; }
  .sidebar-article-list .article-link .date {
    display: none;
    color: #707072;
    font-size: 15px;
    font-size: 1rem; }
  .sidebar-article-list .article-link:hover {
    text-decoration: none !important; }
    .sidebar-article-list .article-link:hover .headline {
      color: #E51B23; }
  @media (min-width: 900px) {
    .sidebar-article-list .article-link .headline {
      font-size: 15px;
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    .sidebar-article-list .article-link .headline {
      font-size: 19.5px;
      font-size: 1.3rem; } }
.sidebar-article-list .article-link:first-child {
  display: block;
  margin-top: 1rem;
  transition: all 0.2s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .sidebar-article-list .article-link:first-child {
      transition: none; } }
  .sidebar-article-list .article-link:first-child .category {
    display: block;
    color: #E51B23;
    font-size: 15px;
    font-size: 1rem; }
  .sidebar-article-list .article-link:first-child .photo {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    position: relative;
    margin: 0 auto;
    top: 5px; }
    .sidebar-article-list .article-link:first-child .photo-inner {
      position: absolute;
      width: 100%;
      height: 100%; }
    .sidebar-article-list .article-link:first-child .photo:after {
      content: "";
      display: block;
      padding-bottom: 80%; }
  .sidebar-article-list .article-link:first-child .content {
    width: calc(100% - 30% - 12px);
    margin-left: 8px;
    display: inline-block; }
  .sidebar-article-list .article-link:first-child .headline {
    line-height: 1.3em;
    font-weight: 400;
    color: #111114;
    font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding: 0.2em 0;
    font-size: 18.75px;
    font-size: 1.25rem;
    transition: all 0.2s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .sidebar-article-list .article-link:first-child .headline {
        transition: none; } }
  .sidebar-article-list .article-link:first-child .excerpt {
    display: none;
    color: #707072;
    font-size: 15px;
    font-size: 1rem; }
  .sidebar-article-list .article-link:first-child .sponsor {
    display: block;
    color: #E51B23;
    font-size: 15px;
    font-size: 1rem; }
  .sidebar-article-list .article-link:first-child .byline {
    display: none;
    font-weight: bold;
    color: #707072;
    font-size: 15px;
    font-size: 1rem; }
  .sidebar-article-list .article-link:first-child .date {
    display: none;
    color: #707072;
    font-size: 15px;
    font-size: 1rem; }
  .sidebar-article-list .article-link:first-child:hover {
    text-decoration: none !important; }
    .sidebar-article-list .article-link:first-child:hover .headline {
      color: #E51B23; }
  @media (min-width: 900px) {
    .sidebar-article-list .article-link:first-child .headline {
      font-size: 15px;
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    .sidebar-article-list .article-link:first-child .headline {
      font-size: 19.5px;
      font-size: 1.3rem; } }

.home-template-1-article-list .article-link {
  display: block;
  margin-top: 1.5rem;
  transition: all 0.2s ease;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #a0a0a1; }
  @media screen and (prefers-reduced-motion: reduce) {
    .home-template-1-article-list .article-link {
      transition: none; } }
  .home-template-1-article-list .article-link .category {
    display: block;
    color: #E51B23;
    font-size: 15px;
    font-size: 1rem; }
  .home-template-1-article-list .article-link .photo {
    display: none;
    width: 30%;
    vertical-align: top;
    position: relative;
    margin: 0 auto;
    top: 5px; }
    .home-template-1-article-list .article-link .photo-inner {
      position: absolute;
      width: 100%;
      height: 100%; }
    .home-template-1-article-list .article-link .photo:after {
      content: "";
      display: block;
      padding-bottom: 80%; }
  .home-template-1-article-list .article-link .content {
    width: 100%;
    display: block; }
  .home-template-1-article-list .article-link .headline {
    line-height: 1.3em;
    font-weight: 500;
    color: #111114;
    font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding: 0.2em 0;
    font-size: 22.5px;
    font-size: 1.5rem;
    transition: all 0.2s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .home-template-1-article-list .article-link .headline {
        transition: none; } }
  .home-template-1-article-list .article-link .excerpt {
    display: none;
    color: #707072;
    font-size: 15px;
    font-size: 1rem; }
  .home-template-1-article-list .article-link .sponsor {
    display: block;
    color: #E51B23;
    font-size: 15px;
    font-size: 1rem; }
  .home-template-1-article-list .article-link .byline {
    display: none;
    font-weight: bold;
    color: #707072;
    font-size: 15px;
    font-size: 1rem; }
  .home-template-1-article-list .article-link .date {
    display: none;
    color: #707072;
    font-size: 15px;
    font-size: 1rem; }
  .home-template-1-article-list .article-link:hover {
    text-decoration: none !important; }
    .home-template-1-article-list .article-link:hover .headline {
      color: #E51B23; }

.triple-photo-article-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 48px;
  border-top: solid 1px #a0a0a1; }
  .triple-photo-article-list .photo {
    border: solid 1px #a0a0a1; }
  .triple-photo-article-list .article-link {
    display: block;
    margin-top: 1rem;
    transition: all 0.2s ease;
    width: 31%; }
    @media screen and (prefers-reduced-motion: reduce) {
      .triple-photo-article-list .article-link {
        transition: none; } }
    .triple-photo-article-list .article-link .category {
      display: none;
      color: #E51B23;
      font-size: 15px;
      font-size: 1rem; }
    .triple-photo-article-list .article-link .photo {
      display: inline-block;
      width: 100%;
      vertical-align: top;
      position: relative;
      margin: 0 auto;
      top: 5px; }
      .triple-photo-article-list .article-link .photo-inner {
        position: absolute;
        width: 100%;
        height: 100%; }
      .triple-photo-article-list .article-link .photo:after {
        content: "";
        display: block;
        padding-bottom: 55%; }
    .triple-photo-article-list .article-link .content {
      width: 100%;
      display: block; }
    .triple-photo-article-list .article-link .headline {
      line-height: 1.3em;
      font-weight: 500;
      color: #111114;
      font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      padding: 0.2em 0;
      font-size: 16.5px;
      font-size: 1.1rem;
      transition: all 0.2s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        .triple-photo-article-list .article-link .headline {
          transition: none; } }
    .triple-photo-article-list .article-link .excerpt {
      display: none;
      color: #707072;
      font-size: 15px;
      font-size: 1rem; }
    .triple-photo-article-list .article-link .sponsor {
      display: block;
      color: #E51B23;
      font-size: 15px;
      font-size: 1rem; }
    .triple-photo-article-list .article-link .byline {
      display: none;
      font-weight: bold;
      color: #707072;
      font-size: 15px;
      font-size: 1rem; }
    .triple-photo-article-list .article-link .date {
      display: block;
      color: #707072;
      font-size: 15px;
      font-size: 1rem; }
    .triple-photo-article-list .article-link:hover {
      text-decoration: none !important; }
      .triple-photo-article-list .article-link:hover .headline {
        color: #E51B23; }
    .triple-photo-article-list .article-link .content {
      margin-top: 8px; }
    @media (max-width: 550px) {
      .triple-photo-article-list .article-link {
        width: 46%; } }
    @media (max-width: 400px) {
      .triple-photo-article-list .article-link {
        width: 100%; } }

.triple-photo-article-list-vertical {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0; }
  .triple-photo-article-list-vertical .photo {
    border: solid 1px #a0a0a1; }
  .triple-photo-article-list-vertical .article-link {
    display: block;
    margin-top: 1rem;
    transition: all 0.2s ease;
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: solid 1px #a0a0a1;
    margin-top: 0; }
    @media screen and (prefers-reduced-motion: reduce) {
      .triple-photo-article-list-vertical .article-link {
        transition: none; } }
    .triple-photo-article-list-vertical .article-link .category {
      display: none;
      color: #E51B23;
      font-size: 15px;
      font-size: 1rem; }
    .triple-photo-article-list-vertical .article-link .photo {
      display: inline-block;
      width: 100%;
      vertical-align: top;
      position: relative;
      margin: 0 auto;
      top: 5px; }
      .triple-photo-article-list-vertical .article-link .photo-inner {
        position: absolute;
        width: 100%;
        height: 100%; }
      .triple-photo-article-list-vertical .article-link .photo:after {
        content: "";
        display: block;
        padding-bottom: 55%; }
    .triple-photo-article-list-vertical .article-link .content {
      width: 100%;
      display: block; }
    .triple-photo-article-list-vertical .article-link .headline {
      line-height: 1.3em;
      font-weight: 500;
      color: #111114;
      font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      padding: 0.2em 0;
      font-size: 16.5px;
      font-size: 1.1rem;
      transition: all 0.2s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        .triple-photo-article-list-vertical .article-link .headline {
          transition: none; } }
    .triple-photo-article-list-vertical .article-link .excerpt {
      display: none;
      color: #707072;
      font-size: 15px;
      font-size: 1rem; }
    .triple-photo-article-list-vertical .article-link .sponsor {
      display: block;
      color: #E51B23;
      font-size: 15px;
      font-size: 1rem; }
    .triple-photo-article-list-vertical .article-link .byline {
      display: none;
      font-weight: bold;
      color: #707072;
      font-size: 15px;
      font-size: 1rem; }
    .triple-photo-article-list-vertical .article-link .date {
      display: block;
      color: #707072;
      font-size: 15px;
      font-size: 1rem; }
    .triple-photo-article-list-vertical .article-link:hover {
      text-decoration: none !important; }
      .triple-photo-article-list-vertical .article-link:hover .headline {
        color: #E51B23; }
    .triple-photo-article-list-vertical .article-link:last-child {
      border-bottom: 0; }
    .triple-photo-article-list-vertical .article-link .content {
      margin-top: 8px; }
    @media (max-width: 550px) {
      .triple-photo-article-list-vertical .article-link {
        width: 46%; } }
    @media (max-width: 400px) {
      .triple-photo-article-list-vertical .article-link {
        width: 100%; } }

.block-4-article-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px; }
  .block-4-article-list .article-link {
    display: block;
    margin-top: 0rem;
    transition: all 0.2s ease;
    border-top: solid 1px #a0a0a1;
    padding: 8px 0 36px 0;
    width: 48%; }
    @media screen and (prefers-reduced-motion: reduce) {
      .block-4-article-list .article-link {
        transition: none; } }
    .block-4-article-list .article-link .category {
      display: block;
      color: #E51B23;
      font-size: 15px;
      font-size: 1rem; }
    .block-4-article-list .article-link .photo {
      display: none;
      width: 30%;
      vertical-align: top;
      position: relative;
      margin: 0 auto;
      top: 5px; }
      .block-4-article-list .article-link .photo-inner {
        position: absolute;
        width: 100%;
        height: 100%; }
      .block-4-article-list .article-link .photo:after {
        content: "";
        display: block;
        padding-bottom: 80%; }
    .block-4-article-list .article-link .content {
      width: 100%;
      display: block; }
    .block-4-article-list .article-link .headline {
      line-height: 1.3em;
      font-weight: 500;
      color: #111114;
      font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      padding: 0.2em 0;
      font-size: 20.25px;
      font-size: 1.35rem;
      transition: all 0.2s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        .block-4-article-list .article-link .headline {
          transition: none; } }
    .block-4-article-list .article-link .excerpt {
      display: block;
      color: #707072;
      font-size: 15px;
      font-size: 1rem; }
    .block-4-article-list .article-link .sponsor {
      display: block;
      color: #E51B23;
      font-size: 15px;
      font-size: 1rem; }
    .block-4-article-list .article-link .byline {
      display: none;
      font-weight: bold;
      color: #707072;
      font-size: 15px;
      font-size: 1rem; }
    .block-4-article-list .article-link .date {
      display: none;
      color: #707072;
      font-size: 15px;
      font-size: 1rem; }
    .block-4-article-list .article-link:hover {
      text-decoration: none !important; }
      .block-4-article-list .article-link:hover .headline {
        color: #E51B23; }
    @media (max-width: 400px) {
      .block-4-article-list .article-link {
        width: 100%; } }

.block-12-article-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px; }
  .block-12-article-list .article-link {
    display: block;
    margin-top: 0rem;
    transition: all 0.2s ease;
    border-top: solid 1px #a0a0a1;
    padding: 8px 0 36px 0;
    width: 48%; }
    @media screen and (prefers-reduced-motion: reduce) {
      .block-12-article-list .article-link {
        transition: none; } }
    .block-12-article-list .article-link .category {
      display: none;
      color: #E51B23;
      font-size: 15px;
      font-size: 1rem; }
    .block-12-article-list .article-link .photo {
      display: none;
      width: 30%;
      vertical-align: top;
      position: relative;
      margin: 0 auto;
      top: 5px; }
      .block-12-article-list .article-link .photo-inner {
        position: absolute;
        width: 100%;
        height: 100%; }
      .block-12-article-list .article-link .photo:after {
        content: "";
        display: block;
        padding-bottom: 80%; }
    .block-12-article-list .article-link .content {
      width: 100%;
      display: block; }
    .block-12-article-list .article-link .headline {
      line-height: 1.3em;
      font-weight: 500;
      color: #111114;
      font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      padding: 0.2em 0;
      font-size: 20.25px;
      font-size: 1.35rem;
      transition: all 0.2s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        .block-12-article-list .article-link .headline {
          transition: none; } }
    .block-12-article-list .article-link .excerpt {
      display: block;
      color: #707072;
      font-size: 15px;
      font-size: 1rem; }
    .block-12-article-list .article-link .sponsor {
      display: block;
      color: #E51B23;
      font-size: 15px;
      font-size: 1rem; }
    .block-12-article-list .article-link .byline {
      display: none;
      font-weight: bold;
      color: #707072;
      font-size: 15px;
      font-size: 1rem; }
    .block-12-article-list .article-link .date {
      display: none;
      color: #707072;
      font-size: 15px;
      font-size: 1rem; }
    .block-12-article-list .article-link:hover {
      text-decoration: none !important; }
      .block-12-article-list .article-link:hover .headline {
        color: #E51B23; }
    @media (max-width: 400px) {
      .block-12-article-list .article-link {
        width: 100%; } }

.category-group-article-list {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between; }
  .category-group-article-list-more {
    margin-bottom: 40px; }
  .category-group-article-list .group-title {
    color: #E51B23;
    margin-bottom: 0;
    width: 100%; }
  .category-group-article-list .more-category {
    width: 100%;
    margin-top: 20px;
    text-align: right; }
    .category-group-article-list .more-category.top-border {
      border-top: solid 1px #b8b8b9;
      padding-top: 14px; }
  .category-group-article-list .article-link {
    display: block;
    margin-top: 1rem;
    transition: all 0.2s ease;
    width: 30%;
    margin: 3rem 0 10px; }
    @media screen and (prefers-reduced-motion: reduce) {
      .category-group-article-list .article-link {
        transition: none; } }
    .category-group-article-list .article-link .category {
      display: none;
      color: #E51B23;
      font-size: 15px;
      font-size: 1rem; }
    .category-group-article-list .article-link .photo {
      display: none;
      width: 30%;
      vertical-align: top;
      position: relative;
      margin: 0 auto;
      top: 5px; }
      .category-group-article-list .article-link .photo-inner {
        position: absolute;
        width: 100%;
        height: 100%; }
      .category-group-article-list .article-link .photo:after {
        content: "";
        display: block;
        padding-bottom: 80%; }
    .category-group-article-list .article-link .content {
      width: 100%;
      display: block; }
    .category-group-article-list .article-link .headline {
      line-height: 1.3em;
      font-weight: 400;
      color: #111114;
      font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      padding: 0.2em 0;
      font-size: 18.75px;
      font-size: 1.25rem;
      transition: all 0.2s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        .category-group-article-list .article-link .headline {
          transition: none; } }
    .category-group-article-list .article-link .excerpt {
      display: none;
      color: #707072;
      font-size: 15px;
      font-size: 1rem; }
    .category-group-article-list .article-link .sponsor {
      display: block;
      color: #E51B23;
      font-size: 15px;
      font-size: 1rem; }
    .category-group-article-list .article-link .byline {
      display: block;
      font-weight: bold;
      color: #707072;
      font-size: 15px;
      font-size: 1rem; }
    .category-group-article-list .article-link .date {
      display: none;
      color: #707072;
      font-size: 15px;
      font-size: 1rem; }
    .category-group-article-list .article-link:hover {
      text-decoration: none !important; }
      .category-group-article-list .article-link:hover .headline {
        color: #E51B23; }
    @media (min-width: 0) {
      .category-group-article-list .article-link {
        width: 100%;
        margin: 2rem 0 0; } }
    @media (min-width: 576px) {
      .category-group-article-list .article-link {
        width: 48%; } }
    @media (min-width: 900px) {
      .category-group-article-list .article-link {
        width: 30%; }
        .category-group-article-list .article-link .headline {
          font-size: 15px;
          font-size: 1rem; } }
    @media (min-width: 1200px) {
      .category-group-article-list .article-link .headline {
        font-size: 19.5px;
        font-size: 1.3rem; } }
  @media (min-width: 0) {
    .category-group-article-list .article-link:nth-of-type(n+5) {
      display: none; } }
  @media (min-width: 576px) {
    .category-group-article-list .article-link:nth-of-type(n+5) {
      display: flex; } }
  .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) {
    display: block;
    margin-top: 1rem;
    transition: all 0.2s ease;
    margin: 1.5rem 0 0;
    width: 100%; }
    @media screen and (prefers-reduced-motion: reduce) {
      .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) {
        transition: none; } }
    .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .category {
      display: none;
      color: #E51B23;
      font-size: 15px;
      font-size: 1rem; }
    .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .photo {
      display: inline-block;
      width: 32%;
      vertical-align: top;
      position: relative;
      margin: 0 auto;
      top: 5px; }
      .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .photo-inner {
        position: absolute;
        width: 100%;
        height: 100%; }
      .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .photo:after {
        content: "";
        display: block;
        padding-bottom: 60%; }
    .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .content {
      width: calc(100% - 32% - 20px);
      margin-left: 16px;
      display: inline-block; }
    .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .headline {
      line-height: 1.3em;
      font-weight: 500;
      color: #111114;
      font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      padding: 0.2em 0;
      font-size: 22.5px;
      font-size: 1.5rem;
      transition: all 0.2s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .headline {
          transition: none; } }
    .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .excerpt {
      display: block;
      color: #707072;
      font-size: 15px;
      font-size: 1rem; }
    .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .sponsor {
      display: block;
      color: #E51B23;
      font-size: 15px;
      font-size: 1rem; }
    .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .byline {
      display: block;
      font-weight: bold;
      color: #707072;
      font-size: 15px;
      font-size: 1rem; }
    .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .date {
      display: none;
      color: #707072;
      font-size: 15px;
      font-size: 1rem; }
    .category-group-article-list .article-link:nth-of-type(1):not(.style-sub):hover {
      text-decoration: none !important; }
      .category-group-article-list .article-link:nth-of-type(1):not(.style-sub):hover .headline {
        color: #E51B23; }
    @media (max-width: 450px) {
      .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .photo {
        width: 100%; }
      .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .content {
        width: 100%;
        margin: 0; } }

body#ismobile .category-group-article-list .article-link {
  display: block;
  margin-top: 1rem;
  transition: all 0.2s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    body#ismobile .category-group-article-list .article-link {
      transition: none; } }
  body#ismobile .category-group-article-list .article-link .category {
    display: none;
    color: #E51B23;
    font-size: 15px;
    font-size: 1rem; }
  body#ismobile .category-group-article-list .article-link .photo {
    display: none;
    width: 30%;
    vertical-align: top;
    position: relative;
    margin: 0 auto;
    top: 5px; }
    body#ismobile .category-group-article-list .article-link .photo-inner {
      position: absolute;
      width: 100%;
      height: 100%; }
    body#ismobile .category-group-article-list .article-link .photo:after {
      content: "";
      display: block;
      padding-bottom: 80%; }
  body#ismobile .category-group-article-list .article-link .content {
    width: 100%;
    display: block; }
  body#ismobile .category-group-article-list .article-link .headline {
    line-height: 1.3em;
    font-weight: 400;
    color: #111114;
    font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding: 0.2em 0;
    font-size: 18.75px;
    font-size: 1.25rem;
    transition: all 0.2s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      body#ismobile .category-group-article-list .article-link .headline {
        transition: none; } }
  body#ismobile .category-group-article-list .article-link .excerpt {
    display: none;
    color: #707072;
    font-size: 15px;
    font-size: 1rem; }
  body#ismobile .category-group-article-list .article-link .sponsor {
    display: block;
    color: #E51B23;
    font-size: 15px;
    font-size: 1rem; }
  body#ismobile .category-group-article-list .article-link .byline {
    display: block;
    font-weight: bold;
    color: #707072;
    font-size: 15px;
    font-size: 1rem; }
  body#ismobile .category-group-article-list .article-link .date {
    display: none;
    color: #707072;
    font-size: 15px;
    font-size: 1rem; }
  body#ismobile .category-group-article-list .article-link:hover {
    text-decoration: none !important; }
    body#ismobile .category-group-article-list .article-link:hover .headline {
      color: #E51B23; }
body#ismobile .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) {
  display: block;
  margin-top: 1rem;
  transition: all 0.2s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    body#ismobile .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) {
      transition: none; } }
  body#ismobile .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .category {
    display: none;
    color: #E51B23;
    font-size: 15px;
    font-size: 1rem; }
  body#ismobile .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .photo {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    position: relative;
    margin: 0 auto;
    top: 5px; }
    body#ismobile .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .photo-inner {
      position: absolute;
      width: 100%;
      height: 100%; }
    body#ismobile .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .photo:after {
      content: "";
      display: block;
      padding-bottom: 60%; }
  body#ismobile .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .content {
    width: calc(100% - 32% - 20px);
    margin-left: 16px;
    display: inline-block; }
  body#ismobile .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .headline {
    line-height: 1.3em;
    font-weight: 500;
    color: #111114;
    font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding: 0.2em 0;
    font-size: 22.5px;
    font-size: 1.5rem;
    transition: all 0.2s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      body#ismobile .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .headline {
        transition: none; } }
  body#ismobile .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .excerpt {
    display: block;
    color: #707072;
    font-size: 15px;
    font-size: 1rem; }
  body#ismobile .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .sponsor {
    display: block;
    color: #E51B23;
    font-size: 15px;
    font-size: 1rem; }
  body#ismobile .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .byline {
    display: block;
    font-weight: bold;
    color: #707072;
    font-size: 15px;
    font-size: 1rem; }
  body#ismobile .category-group-article-list .article-link:nth-of-type(1):not(.style-sub) .date {
    display: none;
    color: #707072;
    font-size: 15px;
    font-size: 1rem; }
  body#ismobile .category-group-article-list .article-link:nth-of-type(1):not(.style-sub):hover {
    text-decoration: none !important; }
    body#ismobile .category-group-article-list .article-link:nth-of-type(1):not(.style-sub):hover .headline {
      color: #E51B23; }

body.archive .top-story-mobile {
  margin-top: 10px; }
  body.archive .top-story-mobile div.category {
    display: none; }

.category-card-article-list {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between; }
  .category-card-article-list .article-link {
    display: block;
    margin-top: 1rem;
    transition: all 0.2s ease;
    width: calc(50% - 15px);
    padding: 8px 12px 16px;
    border: solid 2px #b8b8b9;
    margin-bottom: 10px;
    overflow: auto;
    position: relative;
    top: 0px;
    transition: all 0.2s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .category-card-article-list .article-link {
        transition: none; } }
    .category-card-article-list .article-link .category {
      display: none;
      color: #E51B23;
      font-size: 15px;
      font-size: 1rem; }
    .category-card-article-list .article-link .photo {
      display: inline-block;
      width: 30%;
      vertical-align: top;
      position: relative;
      margin: 0 auto;
      top: 5px; }
      .category-card-article-list .article-link .photo-inner {
        position: absolute;
        width: 100%;
        height: 100%; }
      .category-card-article-list .article-link .photo:after {
        content: "";
        display: block;
        padding-bottom: 130%; }
    .category-card-article-list .article-link .content {
      width: calc(100% - 30% - 12px);
      margin-left: 8px;
      display: inline-block; }
    .category-card-article-list .article-link .headline {
      line-height: 1.3em;
      font-weight: 400;
      color: #111114;
      font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      padding: 0.2em 0;
      font-size: 18.75px;
      font-size: 1.25rem;
      transition: all 0.2s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        .category-card-article-list .article-link .headline {
          transition: none; } }
    .category-card-article-list .article-link .excerpt {
      display: block;
      color: #707072;
      font-size: 15px;
      font-size: 1rem; }
    .category-card-article-list .article-link .sponsor {
      display: block;
      color: #E51B23;
      font-size: 15px;
      font-size: 1rem; }
    .category-card-article-list .article-link .byline {
      display: none;
      font-weight: bold;
      color: #707072;
      font-size: 15px;
      font-size: 1rem; }
    .category-card-article-list .article-link .date {
      display: block;
      color: #707072;
      font-size: 15px;
      font-size: 1rem; }
    .category-card-article-list .article-link:hover {
      text-decoration: none !important; }
      .category-card-article-list .article-link:hover .headline {
        color: #E51B23; }
    @media screen and (prefers-reduced-motion: reduce) {
      .category-card-article-list .article-link {
        transition: none; } }
    .category-card-article-list .article-link .headline {
      margin-bottom: 8px;
      font-size: 22.5px;
      font-size: 1.5rem; }
    .category-card-article-list .article-link .excerpt {
      font-size: 16.5px;
      font-size: 1.1rem;
      color: #111114; }
    .category-card-article-list .article-link .date {
      margin-top: 10px; }
    .category-card-article-list .article-link:nth-child(3n) {
      margin-right: 0; }
    .category-card-article-list .article-link:hover {
      border-color: #ECB13E;
      -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
      position: relative;
      top: -3px; }
    @media (max-width: 650px) {
      .category-card-article-list .article-link {
        width: 100%; } }
  @media (max-width: 650px) {
    .category-card-article-list {
      margin: 0 10px; } }

/** LETTERS TO THE EDITOR FORM **************************************/
.ltteform label {
  color: #707072;
  text-transform: uppercase;
  margin: 0;
  display: block;
  font-size: 13.5px;
  font-size: 0.9rem; }
  .ltteform label span#wordcount {
    float: right;
    color: #28a745; }
.ltteform .ltte-thankyou {
  display: none;
  background: #fff;
  border: solid 1px #707072;
  text-align: center;
  padding: 25px 15px;
  border-radius: 20px;
  margin-bottom: 20px; }

/** STANDARD MISC CONVENTIONS **************************************/
.section-title {
  color: #111114;
  padding-top: 6px; }
  .section-title:before {
    background: none repeat scroll 0 0 #E51B23;
    top: -4px;
    content: "";
    display: block;
    height: 4px;
    position: relative;
    width: 50px; }

.photo-caption {
  color: #707072;
  font-size: 15px;
  font-size: 1rem; }

/** AD BANNER AREAS *************************************************/
.ad-banner-mid-page {
  margin: 80px 0;
  padding: 30px 0; }

.ad-banner-footer {
  margin: 0;
  padding: 30px 0; }

.ad-banner-sticky-footer {
  margin: 0;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(228, 231, 231, 0.8);
  z-index: 1000; }

.need-more-info {
  margin-top: 40px;
  padding: 15px 0;
  border-top: solid 1px #b8b8b9;
  border-bottom: solid 1px #b8b8b9;
  text-align: center; }
  .need-more-info strong {
    font-size: 30px;
    font-size: 2rem;
    color: #E51B23; }

.need-help {
  border-top: solid 1px #b8b8b9;
  border-bottom: solid 1px #b8b8b9;
  padding-top: 4px;
  text-align: center; }
  .need-help-body {
    display: inline-block;
    overflow: auto;
    margin: 15px auto; }
  .need-help-q {
    float: left;
    display: inline-block;
    padding: 2px 12px;
    margin-right: 12px;
    background: #E51B23;
    color: #fff;
    font-weight: 700;
    position: relative;
    top: 2px;
    font-size: 39px;
    font-size: 2.6rem; }
  .need-help-a {
    float: left;
    text-align: left;
    font-size: 18px;
    font-size: 1.2rem; }
    .need-help-a-head {
      color: #E51B23 !important;
      margin: 0;
      padding: 0;
      font-weight: 700;
      font-size: 26.25px;
      font-size: 1.75rem; }
      .need-help-a-head a, .need-help-a-head a:link, .need-help-a-head a:active, .need-help-a-head a:visited {
        color: #ECB13E;
        text-decoration: none;
        transition: all 0.1s ease; }
        @media screen and (prefers-reduced-motion: reduce) {
          .need-help-a-head a, .need-help-a-head a:link, .need-help-a-head a:active, .need-help-a-head a:visited {
            transition: none; } }
      .need-help-a-head a:hover {
        color: #ECB13E;
        text-decoration: underline; }

.sidebar aside {
  margin-bottom: 30px; }
  .sidebar aside img.promo {
    width: 100%;
    height: auto;
    margin-bottom: 14px; }

.img-advertise img {
  max-width: 350px;
  display: block;
  margin: 10px auto;
  border: solid 1px #b8b8b9;
  padding: 8px;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .img-advertise img {
      transition: none; } }
  .img-advertise img:hover {
    transform: scale(1.05) rotate(-5deg); }

.entry-content p, .entry-content ul, .entry-content ul li {
  font-size: 18px;
  font-size: 1.2rem; }

a {
  color: #e83239;
  text-decoration-color: #fff; }
  a:hover {
    color: #b8151b; }

.btn-warning {
  color: #fff !important; }

.tml-action-login .tml-login,
.bim-catalyst-become-subscriber {
  border-top: solid 2px #b8b8b9;
  margin: 20px 0 0;
  padding: 30px 30px;
  background: #e7e7e8; }
  .tml-action-login .tml-login .tml-label,
  .bim-catalyst-become-subscriber .tml-label {
    color: #E51B23;
    font-weight: bold; }
  .tml-action-login .tml-login .tml-button,
  .bim-catalyst-become-subscriber .tml-button {
    text-transform: uppercase;
    padding: 0.5em 40px; }
  .tml-action-login .tml-login .row,
  .bim-catalyst-become-subscriber .row {
    margin-top: 40px;
    margin-bottom: 0; }
  .tml-action-login .tml-login h2,
  .bim-catalyst-become-subscriber h2 {
    color: #E51B23;
    margin-bottom: 20px;
    font-size: 26.25px;
    font-size: 1.75rem; }
  .tml-action-login .tml-login h4,
  .bim-catalyst-become-subscriber h4 {
    margin-bottom: 30px;
    color: #111114;
    text-align: center;
    font-size: 20.25px;
    font-size: 1.35rem; }
  .tml-action-login .tml-login form,
  .bim-catalyst-become-subscriber form {
    margin-right: 10px;
    padding-right: 35px;
    border-right: solid 1px #b8b8b9; }
  .tml-action-login .tml-login .fa-check-square,
  .bim-catalyst-become-subscriber .fa-check-square {
    display: none; }
  .tml-action-login .tml-login .btn-light,
  .bim-catalyst-become-subscriber .btn-light {
    text-align: left;
    background: #FFF;
    line-height: 35px; }
    .tml-action-login .tml-login .btn-light:hover,
    .bim-catalyst-become-subscriber .btn-light:hover {
      background: #f7e0b2; }
    .tml-action-login .tml-login .btn-light b,
    .bim-catalyst-become-subscriber .btn-light b {
      font-size: 18px;
      font-size: 1.2rem; }
    .tml-action-login .tml-login .btn-light .price,
    .bim-catalyst-become-subscriber .btn-light .price {
      float: right;
      color: #28a745;
      line-height: 35px;
      font-size: 19.5px;
      font-size: 1.3rem; }
  .tml-action-login .tml-login .content-cutoff,
  .bim-catalyst-become-subscriber .content-cutoff {
    color: #ECB13E;
    text-align: center;
    margin: 30px 0;
    font-size: 10.5px;
    font-size: 0.7rem; }
    .tml-action-login .tml-login .content-cutoff .fa-circle,
    .bim-catalyst-become-subscriber .content-cutoff .fa-circle {
      margin: 0 5px; }
  .tml-action-login .tml-login img#login-logo,
  .bim-catalyst-become-subscriber img#login-logo {
    display: block;
    margin: 10px auto 30px;
    max-width: 300px; }
  .tml-action-login .tml-login-wrap,
  .bim-catalyst-become-subscriber-wrap {
    position: relative;
    top: -6rem; }

.tml-action-login .tml-login form {
  border: 0;
  margin-right: 10px; }

img#text-fade {
  width: 100% !important;
  height: 150px; }

.fadeout {
  position: relative;
  bottom: 8rem;
  height: 8rem;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 83%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, white 83%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, white 83%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 83%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, white 83%); }

.promo {
  max-width: 300px;
  display: block;
  margin: 5px auto; }

.tml-avatar-wrap {
  display: none; }

.sidebar .untable img {
  margin: 0 0 20px 0 !important;
  width: 100% !important;
  height: auto !important; }

#search-btn {
  display: inline; }

#top-search {
  display: inline-block;
  transition: all 0.3s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    #top-search {
      transition: none; } }
  #top-search .form-control, #top-search .wpcf7 input[type=text], .wpcf7 #top-search input[type=text],
  #top-search .wpcf7 input[type=search],
  .wpcf7 #top-search input[type=search],
  #top-search .wpcf7 input[type=url],
  .wpcf7 #top-search input[type=url],
  #top-search .wpcf7 input[type=tel],
  .wpcf7 #top-search input[type=tel],
  #top-search .wpcf7 input[type=number],
  .wpcf7 #top-search input[type=number],
  #top-search .wpcf7 input[type=range],
  .wpcf7 #top-search input[type=range],
  #top-search .wpcf7 input[type=date],
  .wpcf7 #top-search input[type=date],
  #top-search .wpcf7 input[type=month],
  .wpcf7 #top-search input[type=month],
  #top-search .wpcf7 input[type=week],
  .wpcf7 #top-search input[type=week],
  #top-search .wpcf7 input[type=time],
  .wpcf7 #top-search input[type=time],
  #top-search .wpcf7 input[type=datetime],
  .wpcf7 #top-search input[type=datetime],
  #top-search .wpcf7 input[type=datetime-local],
  .wpcf7 #top-search input[type=datetime-local],
  #top-search .wpcf7 input[type=color],
  .wpcf7 #top-search input[type=color],
  #top-search .wpcf7 input[type=email],
  .wpcf7 #top-search input[type=email],
  #top-search .wpcf7 input[type=file],
  .wpcf7 #top-search input[type=file],
  #top-search .wpcf7 input[type=submit],
  .wpcf7 #top-search input[type=submit],
  #top-search .wpcf7 select,
  .wpcf7 #top-search select,
  #top-search .wpcf7 textarea,
  .wpcf7 #top-search textarea, #top-search .wpcf7 .wpcf7-validation-errors, .wpcf7 #top-search .wpcf7-validation-errors, #top-search .tml-action-login .tml-login .tml-field, .tml-action-login .tml-login #top-search .tml-field,
  #top-search .bim-catalyst-become-subscriber .tml-field,
  .bim-catalyst-become-subscriber #top-search .tml-field, #top-search body.tml-action-profile .tml-field, body.tml-action-profile #top-search .tml-field {
    border-radius: 20px 0 0 20px !important;
    outline: none !important;
    box-shadow: none !important; }
  #top-search button {
    border-radius: 0 20px 20px 0 !important;
    outline: none !important;
    box-shadow: none !important; }
  #top-search i {
    color: #fff !important;
    margin: 0 !important;
    position: relative;
    left: -3px; }

#search-wrapper article {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: solid 1px #b8b8b9; }
  #search-wrapper article .entry-header {
    margin: 0; }
  #search-wrapper article h2.entry-title {
    font-size: 19.5px;
    font-size: 1.3rem;
    margin: 0; }
  #search-wrapper article .entry-meta {
    margin: 0 0 6px; }
    #search-wrapper article .entry-meta .byline {
      display: none; }
  #search-wrapper article .entry-footer {
    display: none; }
  #search-wrapper article a.understrap-read-more-link {
    display: none; }

.g-recaptcha {
  margin: 30px 0; }

.untable img {
  margin: 0 0 20px !important; }

.bot-24 {
  margin-bottom: 20px; }

#ismobile .top-story.rectangle {
  margin: -10px -10px 10px;
  width: calc(100% + 20px); }

body#ismobile {
  width: 100vw;
  overflow-x: hidden; }

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 800px !important; }

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background-color: #E51B23 !important;
  border: 1px solid #E51B23 !important;
  color: #fff;
  font-size: 1em;
  padding: 10px 15px; }

div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form input[type=submit]:active,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:active {
  background-color: #E51B23 !important;
  border: 1px solid #E51B23 !important;
  cursor: pointer; }

div.wpforms-container-full .wpforms-form input[type=submit]:disabled,
div.wpforms-container-full .wpforms-form button[type=submit]:disabled,
div.wpforms-container-full .wpforms-form .wpforms-page-button:disabled {
  background-color: #b8151b !important;
  border: 1px solid #E51B23 !important;
  cursor: default;
  opacity: 0.5; }

div.wpforms-container-full .wpforms-form input:focus,
div.wpforms-container-full .wpforms-form textarea:focus,
div.wpforms-container-full .wpforms-form select:focus {
  border: 1px solid #E51B23 !important; }

div.wpforms-container-full .wpforms-form input:disabled,
div.wpforms-container-full .wpforms-form textarea:disabled,
div.wpforms-container-full .wpforms-form select:disabled {
  background-color: #f9f9f9;
  border-color: #ddd;
  color: #999;
  cursor: not-allowed; }

.wpforms-confirmation-container-full {
  margin: 100px auto;
  max-width: 800px; }

.tml-button {
  color: #fff;
  background-color: #084C86;
  border-color: #084C86;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .tml-button:hover {
    color: #fff;
    background-color: #063862;
    border-color: #053156; }

p.indicator-hint {
  color: #666666;
  font-size: 15px;
  font-size: 1rem; }

.tml-field-wrap h3 {
  color: #E51B23;
  margin-top: 40px;
  font-size: 22.5px;
  font-size: 1.5rem; }

.tml-error {
  background-color: #FFF; }

.complimentary-access {
  opacity: 0;
  position: fixed;
  right: 15px;
  bottom: 15px;
  color: #E51B23;
  background: rgba(255, 255, 255, 0.8);
  padding: 2px 10px;
  border: solid 1px #fae9c9;
  border-radius: 5px;
  font-size: 13.5px;
  font-size: 0.9rem; }
  .complimentary-access .fas {
    color: #ECB13E; }

.ad-desktop {
  display: block; }

.ad-mobile {
  display: none; }

@media (max-width: 771px) {
  .ad-desktop {
    display: none; }

  .ad-mobile {
    display: block; } }
.tml-nickname-wrap {
  display: none; }

.top-story-outer {
  margin-bottom: 48px; }
  @media (max-width: 650px) {
    .top-story-outer {
      padding: 0 10px; } }
  .top-story-outer .top-story {
    position: relative;
    margin: 0 auto;
    margin-bottom: 8px; }
    .top-story-outer .top-story-inner {
      position: absolute;
      width: 100%;
      height: 100%; }
    .top-story-outer .top-story:after {
      content: "";
      display: block;
      padding-bottom: 55%; }
    .top-story-outer .top-story-mobile {
      display: none; }
      @media (max-width: 650px) {
        .top-story-outer .top-story-mobile {
          display: block; } }
    @media (max-width: 650px) {
      .top-story-outer .top-story .rectangle-inner .caption {
        display: none; } }
  .top-story-outer .caption .category {
    color: #E51B23;
    font-size: 19.5px;
    font-size: 1.3rem; }
  .top-story-outer .caption h3.author {
    display: inline-block;
    background: #E51B23;
    padding: 6px 16px;
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-size: 1rem;
    transform: skew(-20deg); }
    .top-story-outer .caption h3.author span {
      transform: skew(20deg);
      display: inline-block; }
  .top-story-outer .caption .headline {
    line-height: 1.2em;
    font-size: 30px;
    font-size: 2rem; }
    .top-story-outer .caption .headline a, .top-story-outer .caption .headline a:link, .top-story-outer .caption .headline a:active, .top-story-outer .caption .headline a:visited {
      color: #111114;
      text-decoration: none;
      transition: all 0.1s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        .top-story-outer .caption .headline a, .top-story-outer .caption .headline a:link, .top-story-outer .caption .headline a:active, .top-story-outer .caption .headline a:visited {
          transition: none; } }
    .top-story-outer .caption .headline a:hover {
      color: #E51B23;
      text-decoration: none; }
  .top-story-outer #home-feature-1,
  .top-story-outer #home-feature-2 {
    margin-bottom: 55px; }
    .top-story-outer #home-feature-1 a, .top-story-outer #home-feature-1 a:link, .top-story-outer #home-feature-1 a:active, .top-story-outer #home-feature-1 a:visited,
    .top-story-outer #home-feature-2 a,
    .top-story-outer #home-feature-2 a:link,
    .top-story-outer #home-feature-2 a:active,
    .top-story-outer #home-feature-2 a:visited {
      color: #111114;
      text-decoration: none;
      transition: all 0.1s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        .top-story-outer #home-feature-1 a, .top-story-outer #home-feature-1 a:link, .top-story-outer #home-feature-1 a:active, .top-story-outer #home-feature-1 a:visited,
        .top-story-outer #home-feature-2 a,
        .top-story-outer #home-feature-2 a:link,
        .top-story-outer #home-feature-2 a:active,
        .top-story-outer #home-feature-2 a:visited {
          transition: none; } }
    .top-story-outer #home-feature-1 a:hover,
    .top-story-outer #home-feature-2 a:hover {
      color: #111114;
      text-decoration: underline; }
    .top-story-outer #home-feature-1 img,
    .top-story-outer #home-feature-2 img {
      width: 100%;
      height: auto;
      margin-bottom: 6px; }
  .top-story-outer #archive .top-story-outer {
    margin-bottom: 30px; }

.home-mid-ad {
  text-align: center;
  padding: 8px 0;
  background-color: #e7e7e8;
  margin-bottom: 48px; }
  .home-mid-ad .custom-html-widget > div {
    margin: auto; }

.livestream-sidebar {
  background-color: #e7e7e8; }
.livestream-title {
  padding: 5px 8px; }
  .livestream-title strong {
    color: #E51B23; }

article.post .entry-header .section-title {
  margin-bottom: 5px;
  font-size: 21px;
  font-size: 1.4rem; }
article.post .entry-header .entry-meta {
  margin: 30px 0 20px;
  font-size: 18px;
  font-size: 1.2rem; }
  article.post .entry-header .entry-meta .byline {
    display: block; }
    article.post .entry-header .entry-meta .byline a.social-icon {
      color: #88888a; }
  article.post .entry-header .entry-meta .posted-on {
    display: block;
    color: #707072; }
@media (min-width: 0) {
  article.post .entry-header h1.entry-title {
    font-size: 30px;
    font-size: 2rem; } }
@media (min-width: 576px) {
  article.post .entry-header h1.entry-title {
    font-size: 33.75px;
    font-size: 2.25rem; } }
@media (min-width: 900px) {
  article.post .entry-header h1.entry-title {
    font-size: 37.5px;
    font-size: 2.5rem; } }
@media (min-width: 1200px) {
  article.post .entry-header h1.entry-title {
    font-size: 45px;
    font-size: 3rem; } }
article.post .entry-content {
  line-height: 1.5em;
  font-size: 18px;
  font-size: 1.2rem; }
  article.post .entry-content p {
    margin-bottom: 1.5rem; }
    article.post .entry-content p > br {
      display: block;
      line-height: 2.75em; }
  article.post .entry-content figure {
    background-color: #e7e7e8;
    padding: 4px; }
  article.post .entry-content figcaption {
    margin-top: 5px;
    font-size: 12.75px;
    font-size: 0.85rem;
    line-height: 1.2em; }
  @media (max-width: 500px) {
    article.post .entry-content figure.alignright {
      width: 100% !important;
      float: none;
      display: block;
      border: solid 1px #b8b8b9;
      border-width: 1px 0;
      margin: 10px;
      padding: 10px 5%; }
      article.post .entry-content figure.alignright img {
        display: block;
        margin: 5px auto;
        width: 100%;
        height: auto; }
      article.post .entry-content figure.alignright .wp-caption-text {
        width: 100%;
        color: #707072;
        line-height: 1.3em;
        font-size: 15px;
        font-size: 1rem; } }
article.post .featured-image {
  position: relative;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative; }
  article.post .featured-image-inner {
    position: absolute;
    width: 100%;
    height: 100%; }
  article.post .featured-image:after {
    content: "";
    display: block;
    padding-bottom: 55%; }
  article.post .featured-image-photo img {
    width: 100%;
    height: auto; }
  article.post .featured-image-caption {
    padding: 30px 10px 5px 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: right;
    color: #fff;
    margin: 0;
    font-family: sans-serif;
    font-size: 13.5px;
    font-size: 0.9rem;
    line-height: 1.3em;
    background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%); }
article.post .entry-header, article.post .entry-content {
  margin: 0 3%;
  line-height: 1.5em; }
article.post .jwplayer, article.post .video-container {
  margin-bottom: 36px; }
article.post .related-audio {
  border: solid 2px #a0a0a1;
  border-radius: 8px;
  padding: 10px;
  margin: 0 auto 36px;
  display: inline-block; }
  article.post .related-audio .jwplayer {
    margin-bottom: 0 !important; }

body.single .category-group-article-list {
  margin-top: 50px; }

body.single#ismobile .layout-2-column-flex section {
  padding-top: 0;
  margin: 0; }
  body.single#ismobile .layout-2-column-flex section .featured-image {
    margin: 0 0 10px;
    position: relative;
    overflow: hidden; }
    body.single#ismobile .layout-2-column-flex section .featured-image img {
      position: relative; }
  body.single#ismobile .layout-2-column-flex section .section-title {
    font-size: 16.5px;
    font-size: 1.1rem; }
  body.single#ismobile .layout-2-column-flex section .featured-image-caption {
    padding: 30px 10px 5px 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: right;
    color: #fff;
    margin: 0;
    font-family: sans-serif;
    font-size: 13.5px;
    font-size: 0.9rem;
    line-height: 1.3em;
    background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%); }

.featured-image .gallery .gallery-item, .featured-image .gallery .gallery-icon {
  all: unset; }

.swiper-container.desktop {
  max-width: 1040px;
  height: 600px;
  margin-bottom: 16px !important;
  background: #cfcfd0; }
  .swiper-container.desktop .swiper-slide {
    background: #cfcfd0;
    height: 600px;
    text-align: center;
    width: 80%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .swiper-container.desktop .swiper-slide img {
      height: 600px;
      widht: auto; }
    .swiper-container.desktop .swiper-slide.plugin {
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
      background-color: #F3F3F3; }
  @media (max-width: 830px) {
    .swiper-container.desktop {
      height: 400px; }
      .swiper-container.desktop .swiper-slide {
        height: 400px; }
      .swiper-container.desktop .swiper-slide img {
        height: 400px; } }
  @media (max-width: 550px) {
    .swiper-container.desktop {
      height: 300px; }
      .swiper-container.desktop .swiper-slide {
        height: 300px; }
      .swiper-container.desktop .swiper-slide img {
        height: 300px; } }
  @media (max-width: 410px) {
    .swiper-container.desktop {
      height: 275px; }
      .swiper-container.desktop .swiper-slide {
        height: 275px; }
      .swiper-container.desktop .swiper-slide img {
        height: 275px; } }

.swiper-container.mobile {
  max-width: 100%;
  height: 350px;
  margin-bottom: 16px !important; }
  .swiper-container.mobile .swiper-slide {
    height: 350px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 20%; }
    .swiper-container.mobile .swiper-slide.plugin {
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
      background-color: #F3F3F3; }
  .swiper-container.mobile .swiper-button-white {
    zoom: 60%; }

.swiper-pagination {
  display: inline-block;
  background: #333;
  width: auto !important;
  color: #fff;
  padding: 0 9px;
  border-radius: 20px;
  font-size: 15px;
  position: absolute !important;
  right: 10px !important;
  top: 10px !important;
  left: unset !important;
  bottom: unset !important; }

body.archive .top-story {
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px; }
  body.archive .top-story-inner {
    position: absolute;
    width: 100%;
    height: 100%; }
  body.archive .top-story:after {
    content: "";
    display: block;
    padding-bottom: 55%; }
body.archive .photo-caption {
  margin: 8px 0 50px; }
body.archive #page-body {
  margin-top: 30px; }

ul#archive-articles {
  list-style-type: none;
  margin: 10px 0 16px 16px;
  padding: 0; }
  ul#archive-articles li {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: solid 1px #b8b8b9;
    overflow: hidden;
    clear: both;
    font-size: 18px;
    font-size: 1.2rem; }
    ul#archive-articles li img {
      float: left;
      width: 85px;
      height: 85px;
      margin-right: 14px; }
    ul#archive-articles li .content {
      float: left;
      width: calc(100% - 100px); }
      ul#archive-articles li .content > a {
        color: #111114;
        font-size: 21px;
        font-size: 1.4rem;
        line-height: 1.4em; }
      ul#archive-articles li .content .byline {
        font-size: 16.5px;
        font-size: 1.1rem; }
        ul#archive-articles li .content .byline a, ul#archive-articles li .content .byline a:link, ul#archive-articles li .content .byline a:active, ul#archive-articles li .content .byline a:visited {
          color: #707072;
          text-decoration: none;
          transition: all 0.1s ease; }
          @media screen and (prefers-reduced-motion: reduce) {
            ul#archive-articles li .content .byline a, ul#archive-articles li .content .byline a:link, ul#archive-articles li .content .byline a:active, ul#archive-articles li .content .byline a:visited {
              transition: none; } }
        ul#archive-articles li .content .byline a:hover {
          color: #E51B23;
          text-decoration: underline; }
      ul#archive-articles li .content .posted-on {
        font-size: 16.5px;
        font-size: 1.1rem;
        color: #707072; }

.archive-day-wrap {
  margin-bottom: 48px; }

.archive-day {
  font-size: 27px;
  font-size: 1.8rem;
  border-bottom: solid 1px #a0a0a1;
  margin-bottom: 12px; }
  .archive-day .archive-date {
    color: #88888a;
    display: inline-block;
    margin-left: 8px;
    font-size: 19.5px;
    font-size: 1.3rem; }

.archive-item {
  margin-bottom: 18px; }
  .archive-item p {
    margin-bottom: 0;
    line-height: 1.75em; }
  .archive-item a {
    font-size: 17.25px;
    font-size: 1.15rem; }
  .archive-item .understrap-read-more-link {
    display: none; }

.full-archive-link {
  display: block;
  text-align: center;
  padding: 6px;
  border-top: solid 1px #a0a0a1;
  border-bottom: solid 1px #a0a0a1;
  font-size: 18px;
  font-size: 1.2rem; }

.author-articles .archive-date {
  color: #707072;
  margin-bottom: 10px; }
.author-articles a {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.2rem; }

body.author .author-header {
  overflow: auto; }
  body.author .author-header img {
    width: 75px;
    height: 75px;
    border-radius: 50px;
    float: left; }
  body.author .author-header span {
    display: inline-block;
    width: calc(100% - 100px);
    margin-left: 10px;
    line-height: 1em;
    margin-top: 5px; }
    body.author .author-header span h2 {
      color: #111114;
      margin: 0;
      padding: 0;
      font-size: 33.75px;
      font-size: 2.25rem; }
    body.author .author-header span h4 {
      font-size: 16.5px;
      font-size: 1.1rem;
      color: #707072;
      margin: 0;
      padding: 0; }
    body.author .author-header span a, body.author .author-header span a:link, body.author .author-header span a:active, body.author .author-header span a:visited {
      color: #88888a;
      text-decoration: none;
      transition: all 0.1s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        body.author .author-header span a, body.author .author-header span a:link, body.author .author-header span a:active, body.author .author-header span a:visited {
          transition: none; } }
    body.author .author-header span a:hover {
      color: #ECB13E;
      text-decoration: none; }
body.author .author-info {
  margin-bottom: 3rem;
  overflow: auto; }
  body.author .author-info .author-links {
    float: left;
    width: 180px;
    padding-right: 20px;
    border-right: solid 1px #b8b8b9; }
    body.author .author-info .author-links .author-link {
      padding: 0 0 10px; }
      body.author .author-info .author-links .author-link .author-value {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        body.author .author-info .author-links .author-link .author-value i {
          color: #ECB13E; }
      body.author .author-info .author-links .author-link span {
        display: block;
        text-transform: uppercase;
        color: #707072;
        font-size: 12.75px;
        font-size: 0.85rem; }
  body.author .author-info .author-bio {
    float: left;
    width: calc(100% - 220px);
    margin-left: 20px;
    font-size: 16.5px;
    font-size: 1.1rem; }
body.author ul#author-articles {
  list-style-type: none;
  margin: 10px 0 16px 16px;
  padding: 0; }
  body.author ul#author-articles li {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: solid 1px #b8b8b9;
    font-size: 18px;
    font-size: 1.2rem; }
  body.author ul#author-articles .byline {
    display: none; }
  body.author ul#author-articles .categories {
    font-size: 15px;
    font-size: 1rem; }
    body.author ul#author-articles .categories a, body.author ul#author-articles .categories a:link, body.author ul#author-articles .categories a:active, body.author ul#author-articles .categories a:visited {
      color: #707072;
      text-decoration: none;
      transition: all 0.1s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        body.author ul#author-articles .categories a, body.author ul#author-articles .categories a:link, body.author ul#author-articles .categories a:active, body.author ul#author-articles .categories a:visited {
          transition: none; } }
    body.author ul#author-articles .categories a:hover {
      color: #ECB13E;
      text-decoration: underline; }

#classifieds .ad-group {
  /* Chrome, Safari, Opera */
  -webkit-column-count: 3;
  -webkit-column-gap: 40px;
  -webkit-column-rule-style: outset;
  -webkit-column-rule-width: 0px;
  /* Firefox */
  -moz-column-count: 3;
  -moz-column-gap: 40px;
  -moz-column-rule-style: outset;
  -moz-column-rule-width: 0px;
  column-count: 3;
  column-gap: 40px;
  column-rule-style: outset;
  column-rule-width: 0px;
  position: relative;
  margin-bottom: 60px; }
  #classifieds .ad-group:before {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 10; }
  @media (max-width: 800px) {
    #classifieds .ad-group {
      /* Chrome, Safari, Opera */
      -webkit-column-count: 2;
      -webkit-column-gap: 40px;
      -webkit-column-rule-style: outset;
      -webkit-column-rule-width: 0px;
      /* Firefox */
      -moz-column-count: 2;
      -moz-column-gap: 40px;
      -moz-column-rule-style: outset;
      -moz-column-rule-width: 0px;
      column-count: 2;
      column-gap: 40px;
      column-rule-style: outset;
      column-rule-width: 0px; } }
  @media (max-width: 500px) {
    #classifieds .ad-group {
      /* Chrome, Safari, Opera */
      -webkit-column-count: 1;
      -webkit-column-gap: 40px;
      -webkit-column-rule-style: outset;
      -webkit-column-rule-width: 0px;
      /* Firefox */
      -moz-column-count: 1;
      -moz-column-gap: 40px;
      -moz-column-rule-style: outset;
      -moz-column-rule-width: 0px;
      column-count: 1;
      column-gap: 40px;
      column-rule-style: outset;
      column-rule-width: 0px; } }
  #classifieds .ad-group > div.ad-content {
    font-size: 15px;
    font-size: 1rem;
    line-height: 1.3em;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    border-top: solid 3px #a0a0a1;
    padding-top: 1rem;
    margin-bottom: 1.5em;
    font-family: "Helvetica", "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    #classifieds .ad-group > div.ad-content p {
      margin: 3px 0; }
    #classifieds .ad-group > div.ad-content img.ad-logo {
      max-width: 200px;
      max-height: 75px;
      margin-bottom: 8px; }
  #classifieds .ad-group-head {
    background: #F5E1BB;
    padding: 0.25em 12px;
    margin-bottom: 5px;
    font-weight: 800;
    font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 22.5px;
    font-size: 1.5rem; }
#classifieds .classifieds-ready {
  background: #E51B23;
  font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
#classifieds .classifieds-option {
  background: #b8b8b9;
  min-height: 90px;
  background-position: left top; }
  #classifieds .classifieds-option:nth-of-type(1) {
    background-image: url(/wp-content/themes/wvmn-dompost/img/classifieds-walk.png); }
  #classifieds .classifieds-option:nth-of-type(2) {
    background-image: url(/wp-content/themes/wvmn-dompost/img/classifieds-call.png); }
  #classifieds .classifieds-option:nth-of-type(3) {
    background-image: url(/wp-content/themes/wvmn-dompost/img/classifieds-click.png); }
#classifieds .ready {
  background: #E51B23;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 8px;
  padding: 4px 8px;
  font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 22.5px;
  font-size: 1.5rem; }
  #classifieds .ready span {
    color: #ECB13E;
    text-transform: uppercase;
    font-weight: 900; }
#classifieds .promos {
  display: flex;
  justify-content: space-between; }
  #classifieds .promos a, #classifieds .promos div {
    background-color: #b8b8b9;
    min-height: 80px;
    width: 32%;
    margin-bottom: 30px;
    padding: 0;
    line-height: 1.4em;
    font-size: 13.5px;
    font-size: 0.9rem;
    color: #111114;
    text-decoration: none;
    transition: all 0.2s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      #classifieds .promos a, #classifieds .promos div {
        transition: none; } }
    @media (max-width: 500px) {
      #classifieds .promos a#walkin, #classifieds .promos div#walkin {
        display: none; }
      #classifieds .promos a#call, #classifieds .promos div#call {
        width: 49%; }
      #classifieds .promos a#clickit, #classifieds .promos div#clickit {
        width: 49%; } }
    #classifieds .promos a:hover, #classifieds .promos div:hover {
      background-color: #cfcfd0; }
    #classifieds .promos a b, #classifieds .promos div b {
      color: #E51B23;
      font-size: 15px;
      font-size: 1rem; }
    #classifieds .promos a img, #classifieds .promos div img {
      float: left;
      margin-right: 8px;
      max-height: 90px; }
      @media (max-width: 1060px) {
        #classifieds .promos a img, #classifieds .promos div img {
          display: none; } }
    #classifieds .promos a div.promo-text, #classifieds .promos div div.promo-text {
      float: left;
      width: calc(100% - 75px);
      margin-bottom: 0;
      padding: 6px 0; }
      @media (max-width: 1060px) {
        #classifieds .promos a div.promo-text, #classifieds .promos div div.promo-text {
          padding: 6px;
          width: 100%; } }
@media (max-width: 550px) {
  #classifieds h2.section-title span.page-title-right {
    float: none;
    text-align: center;
    width: 100%;
    display: block; } }

.red {
  color: #E51B23; }

.alert-light {
  background: #e7e7e8;
  color: #58585b;
  border: solid 1px #cfcfd0; }

h1 i, h2 i, h3 i, h4 i {
  color: #ECB13E; }

.ad-content {
  position: relative;
  overflow: visible; }
  .ad-content .ad-shadow {
    position: absolute;
    overflow: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    transition: all 0.3s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .ad-content .ad-shadow {
        transition: none; } }
    .ad-content .ad-shadow .ad-image {
      display: block;
      text-align: center;
      vertical-align: center;
      background-color: #fff;
      padding: 5px;
      margin: 5px auto;
      zoom: 120%; }
  .ad-content.show .ad-shadow {
    display: table-cell; }

.wvform {
  width: 800px !important;
  margin: 20px auto !important; }

#subscribe .head-img, .wvform .head-img {
  max-width: 900px;
  display: block;
  margin: 20px auto 40px; }
  @media (max-width: 960px) {
    #subscribe .head-img, .wvform .head-img {
      max-width: 100%; } }
#subscribe h3, .wvform h3 {
  color: #E51B23;
  text-align: center;
  font-weight: 800;
  margin-bottom: 40px;
  font-size: 45px;
  font-size: 3rem; }
  #subscribe h3 span, .wvform h3 span {
    color: #ECB13E;
    display: inline-block; }
  #subscribe h3 img, .wvform h3 img {
    height: 3rem;
    width: auto;
    padding-right: 20px;
    margin-right: 20px;
    border-right: solid 2px #333;
    position: relative;
    top: -3px; }
#subscribe .dp-plans, .wvform .dp-plans {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto 50px;
  font-size: 16.5px;
  font-size: 1.1rem; }
  #subscribe .dp-plans .plan, .wvform .dp-plans .plan {
    width: 30%;
    max-width: 300px;
    min-height: 300px;
    border-radius: 20px;
    margin: 0 10px;
    background: #cfcfd0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    transition: all 0.2s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      #subscribe .dp-plans .plan, .wvform .dp-plans .plan {
        transition: none; } }
    #subscribe .dp-plans .plan:hover, .wvform .dp-plans .plan:hover {
      transform: scale(1.03);
      -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
      background: #e7e7e8; }
    #subscribe .dp-plans .plan .icon, .wvform .dp-plans .plan .icon {
      display: block;
      margin: 20px auto 5px;
      text-align: center;
      font-size: 60px;
      font-size: 4rem; }
      #subscribe .dp-plans .plan .icon .fa-newspaper, .wvform .dp-plans .plan .icon .fa-newspaper {
        font-size: 67.5px;
        font-size: 4.5rem; }
    #subscribe .dp-plans .plan h2, .wvform .dp-plans .plan h2 {
      text-align: center;
      color: #E51B23;
      font-weight: 900;
      margin-bottom: 10px;
      font-size: 24px;
      font-size: 1.6rem; }
    #subscribe .dp-plans .plan ul, .wvform .dp-plans .plan ul {
      flex-grow: 1; }
    #subscribe .dp-plans .plan .pricing, .wvform .dp-plans .plan .pricing {
      text-align: center;
      color: #084C86;
      font-weight: bold;
      margin: 24px 0 12px;
      font-size: 18px;
      font-size: 1.2rem; }
    #subscribe .dp-plans .plan a.btn, #subscribe .dp-plans .plan .tml-action-login .tml-login a.tml-button, .tml-action-login .tml-login #subscribe .dp-plans .plan a.tml-button,
    #subscribe .dp-plans .plan .bim-catalyst-become-subscriber a.tml-button,
    .bim-catalyst-become-subscriber #subscribe .dp-plans .plan a.tml-button, #subscribe .dp-plans .plan body.tml-action-profile a.tml-button, body.tml-action-profile #subscribe .dp-plans .plan a.tml-button, .wvform .dp-plans .plan a.btn, .wvform .dp-plans .plan .tml-action-login .tml-login a.tml-button, .tml-action-login .tml-login .wvform .dp-plans .plan a.tml-button,
    .wvform .dp-plans .plan .bim-catalyst-become-subscriber a.tml-button,
    .bim-catalyst-become-subscriber .wvform .dp-plans .plan a.tml-button, .wvform .dp-plans .plan body.tml-action-profile a.tml-button, body.tml-action-profile .wvform .dp-plans .plan a.tml-button {
      margin: 20px 10px 10px;
      background: #E51B23;
      color: #fff;
      padding: 8px 0;
      display: block;
      text-transform: uppercase;
      font-weight: 900;
      border-radius: 14px;
      font-size: 18.75px;
      font-size: 1.25rem; }
      #subscribe .dp-plans .plan a.btn:hover, #subscribe .dp-plans .plan .tml-action-login .tml-login a.tml-button:hover, .tml-action-login .tml-login #subscribe .dp-plans .plan a.tml-button:hover,
      #subscribe .dp-plans .plan .bim-catalyst-become-subscriber a.tml-button:hover,
      .bim-catalyst-become-subscriber #subscribe .dp-plans .plan a.tml-button:hover, #subscribe .dp-plans .plan body.tml-action-profile a.tml-button:hover, body.tml-action-profile #subscribe .dp-plans .plan a.tml-button:hover, .wvform .dp-plans .plan a.btn:hover, .wvform .dp-plans .plan .tml-action-login .tml-login a.tml-button:hover, .tml-action-login .tml-login .wvform .dp-plans .plan a.tml-button:hover,
      .wvform .dp-plans .plan .bim-catalyst-become-subscriber a.tml-button:hover,
      .bim-catalyst-become-subscriber .wvform .dp-plans .plan a.tml-button:hover, .wvform .dp-plans .plan body.tml-action-profile a.tml-button:hover, body.tml-action-profile .wvform .dp-plans .plan a.tml-button:hover {
        background: #e83239; }
    @media (max-width: 900px) {
      #subscribe .dp-plans .plan, .wvform .dp-plans .plan {
        max-width: 45%;
        width: 45%;
        margin-bottom: 40px; } }
    @media (max-width: 500px) {
      #subscribe .dp-plans .plan, .wvform .dp-plans .plan {
        max-width: 90%;
        width: 90%;
        margin-bottom: 40px; } }

#subscribe-form, #classifieds-form, .form-builder, .wvform {
  font-size: 18px;
  font-size: 1.2rem; }
  #subscribe-form h3, #subscribe-form h2.form-section, #classifieds-form h3, #classifieds-form h2.form-section, .form-builder h3, .form-builder h2.form-section, .wvform h3, .wvform h2.form-section {
    color: #E51B23;
    margin: 30px 0;
    padding: 0 0 10px;
    border-bottom: solid 1px #88888a;
    text-align: left;
    font-size: 22.5px;
    font-size: 1.5rem; }
  #subscribe-form h3, #classifieds-form h3, .form-builder h3, .wvform h3 {
    max-width: 800px;
    margin-bottom: 10px; }
  #subscribe-form .icon-user h3::before, #classifieds-form .icon-user h3::before, .form-builder .icon-user h3::before, .wvform .icon-user h3::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f007";
    color: #ECB13E;
    margin-right: 10px; }
  #subscribe-form .icon-envelope h3::before, #classifieds-form .icon-envelope h3::before, .form-builder .icon-envelope h3::before, .wvform .icon-envelope h3::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f0e0";
    color: #ECB13E;
    margin-right: 10px; }
  #subscribe-form .icon-newspaper h3::before, #classifieds-form .icon-newspaper h3::before, .form-builder .icon-newspaper h3::before, .wvform .icon-newspaper h3::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    content: "\f1ea";
    color: #ECB13E;
    margin-right: 10px; }
  #subscribe-form .form-group label, #subscribe-form .wpcf7 .wpcf7-form p label, .wpcf7 .wpcf7-form #subscribe-form p label, #classifieds-form .form-group label, #classifieds-form .wpcf7 .wpcf7-form p label, .wpcf7 .wpcf7-form #classifieds-form p label, .form-builder .form-group label, .form-builder .wpcf7 .wpcf7-form p label, .wpcf7 .wpcf7-form .form-builder p label, .wvform .form-group label, .wvform .wpcf7 .wpcf7-form p label, .wpcf7 .wpcf7-form .wvform p label {
    margin: 0; }
  #subscribe-form .form-check, #classifieds-form .form-check, .form-builder .form-check, .wvform .form-check {
    padding-left: 1.5rem; }
    #subscribe-form .form-check-input, #classifieds-form .form-check-input, .form-builder .form-check-input, .wvform .form-check-input {
      margin-right: 5px;
      margin-left: -1.5rem; }
    #subscribe-form .form-check-label, #classifieds-form .form-check-label, .form-builder .form-check-label, .wvform .form-check-label {
      color: #707072; }
      #subscribe-form .form-check-label b, #classifieds-form .form-check-label b, .form-builder .form-check-label b, .wvform .form-check-label b {
        color: #111114; }
  #subscribe-form label span, #classifieds-form label span, .form-builder label span, .wvform label span {
    color: #88888a;
    font-size: 13.5px;
    font-size: 0.9rem;
    font-style: italic; }
  #subscribe-form .table-pricing tr th, #classifieds-form .table-pricing tr th, .form-builder .table-pricing tr th, .wvform .table-pricing tr th {
    color: #E51B23;
    text-align: left;
    font-weight: 800; }
  #subscribe-form .table-pricing tr:nth-child(even) > td, #classifieds-form .table-pricing tr:nth-child(even) > td, .form-builder .table-pricing tr:nth-child(even) > td, .wvform .table-pricing tr:nth-child(even) > td {
    background: #e7e7e8; }
  #subscribe-form h4, #classifieds-form h4, .form-builder h4, .wvform h4 {
    color: #E51B23;
    margin: 40px 0 20px;
    font-size: 18.75px;
    font-size: 1.25rem; }
    #subscribe-form h4 i, #classifieds-form h4 i, .form-builder h4 i, .wvform h4 i {
      color: #ECB13E;
      margin-right: 5px; }

span.label-info {
  color: #88888a;
  font-size: 13.5px;
  font-size: 0.9rem;
  line-height: 1.2em;
  font-style: italic; }

.guide {
  overflow: auto;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #b8b8b9; }
  .guide-image {
    float: left;
    width: 30%;
    position: relative;
    margin: 0 auto; }
    .guide-image-inner {
      position: absolute;
      width: 100%;
      height: 100%; }
    .guide-image:after {
      content: "";
      display: block;
      padding-bottom: 55%; }
  .guide-content {
    float: left;
    width: 65%;
    margin-left: 5%; }
  .guide i, .guide i.fa-fw {
    color: #58585b;
    margin-right: 3px;
    font-size: 16.5px;
    font-size: 1.1rem; }
  .guide table {
    width: 100%; }
    .guide table td {
      line-height: 1.75em; }

.custom-pag {
  margin: 30px;
  text-align: center; }
  .custom-pag span {
    color: #707072; }

#rg-map {
  width: 100%;
  height: 500px;
  border: solid 1px #88888a; }

.map-content {
  padding: 8px; }

#rotw {
  background: #cfcfd0;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  border-top: solid 8px #ECB13E;
  margin-bottom: 40px; }
  #rotw > h2 {
    color: #E51B23;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 27px;
    font-size: 1.8rem; }
    #rotw > h2 span {
      display: block;
      color: #111114;
      font-size: 22.5px;
      font-size: 1.5rem; }
  #rotw label {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 900; }
  #rotw input {
    text-align: center; }
  #rotw .rotw-name {
    background: #E51B23;
    color: #fff;
    font-size: 19.5px;
    font-size: 1.3rem;
    margin: 0 -10px 20px;
    padding: 4px;
    text-transform: uppercase; }
  #rotw .rotw_info {
    background: #fff;
    border: solid 1px #707072;
    text-align: center;
    padding: 25px 15px;
    border-radius: 20px;
    margin-bottom: 20px; }

#contacts #contact-map {
  margin-top: 20px;
  width: 100%;
  height: 350px; }
#contacts h3.contact-category {
  margin-top: 35px;
  border-bottom: solid 1px #a0a0a1;
  color: #E51B23;
  margin-bottom: 10px;
  clear: both;
  font-size: 21px;
  font-size: 1.4rem;
  padding-bottom: 8px; }
#contacts .contact-group {
  overflow: auto;
  margin-left: 8px; }
#contacts .contact-card {
  float: left;
  vertical-align: top;
  line-height: 1.5em;
  width: 20%;
  margin-right: 3%;
  padding-left: 1%;
  border-left: solid 2px #ECB13E;
  margin-bottom: 20px; }
  #contacts .contact-card .contact-title, #contacts .contact-card .contact-email {
    color: #707072;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  #contacts .contact-card span {
    color: #707072; }
  @media (max-width: 1100px) {
    #contacts .contact-card {
      width: 30%; } }
  @media (max-width: 550px) {
    #contacts .contact-card {
      width: 46%; } }

@media (max-width: 650px) {
  #contacts {
    padding: 10px 15px; } }

body.tml-action-profile .layout-2-column-flex {
  margin: 0 3%; }
body.tml-action-profile h1.entry-title {
  color: #000;
  padding-top: 4px;
  font-weight: 700;
  font-size: 30px;
  font-size: 2rem; }
  body.tml-action-profile h1.entry-title:before {
    background: none repeat scroll 0 0 #084C86;
    top: -4px;
    content: "";
    display: block;
    height: 4px;
    position: relative;
    width: 50px; }
body.tml-action-profile .tml-field-wrap h3 {
  margin-top: 30px;
  border-top: solid 1px #b8b8b9;
  padding-top: 10px;
  color: #E51B23;
  font-size: 21px;
  font-size: 1.4rem; }

body#ismobile #e-edition .layout-2-column-flex, body#ismobile #classifieds .layout-2-column-flex {
  padding: 10px; }
body#ismobile #e-edition .e-edition-image, body#ismobile #classifieds .e-edition-image {
  transform: rotate(0deg); }
body#ismobile #e-edition ul.e-edition-list, body#ismobile #classifieds ul.e-edition-list {
  margin-top: 30px; }
body#ismobile #e-edition h1.page-title, body#ismobile #classifieds h1.page-title {
  color: #000;
  padding-top: 4px;
  font-weight: 700;
  font-size: 30px;
  font-size: 2rem; }
  body#ismobile #e-edition h1.page-title:before, body#ismobile #classifieds h1.page-title:before {
    background: none repeat scroll 0 0 #084C86;
    top: -4px;
    content: "";
    display: block;
    height: 4px;
    position: relative;
    width: 50px; }
body#ismobile #e-edition .ready, body#ismobile #classifieds .ready {
  font-size: 18px;
  font-size: 1.2rem; }
body#ismobile ul#menu-mobile-features li {
  font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-size: 1.2rem; }

table.e-edition-calendar {
  width: 90%;
  margin: 0 5%;
  font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  background-color: #e7e7e8;
  -webkit-box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.2);
  font-size: 19.5px;
  font-size: 1.3rem; }
  table.e-edition-calendar tr.cal-month th {
    background-color: #E51B23;
    color: #fff;
    text-align: center;
    font-size: 26.25px;
    font-size: 1.75rem;
    padding: 6px 0;
    font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    table.e-edition-calendar tr.cal-month th a, table.e-edition-calendar tr.cal-month th a:link, table.e-edition-calendar tr.cal-month th a:active, table.e-edition-calendar tr.cal-month th a:visited {
      color: #ECB13E;
      text-decoration: none;
      transition: all 0.1s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        table.e-edition-calendar tr.cal-month th a, table.e-edition-calendar tr.cal-month th a:link, table.e-edition-calendar tr.cal-month th a:active, table.e-edition-calendar tr.cal-month th a:visited {
          transition: none; } }
    table.e-edition-calendar tr.cal-month th a:hover {
      color: #ECB13E;
      text-decoration: underline; }
  table.e-edition-calendar tr.cal-days th {
    text-align: center;
    background-color: #cfcfd0;
    border: solid 2px #fff;
    font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
    font-size: 1.2rem; }
  table.e-edition-calendar tr.cal-dates {
    overflow: auto; }
    table.e-edition-calendar tr.cal-dates td.sq {
      width: 14.2857142857%;
      position: relative;
      overflow: auto;
      text-align: center;
      background: #cfcfd0;
      color: #88888a;
      border: solid 2px #fff; }
      table.e-edition-calendar tr.cal-dates td.sq:after {
        content: '';
        display: block;
        margin-top: 80%;
        overflow: hidden; }
      table.e-edition-calendar tr.cal-dates td.sq > .square-inner {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding-top: 10%;
        color: #88888a;
        overflow: hidden;
        font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
        table.e-edition-calendar tr.cal-dates td.sq > .square-inner .fa-circle {
          font-size: 9px;
          font-size: 0.6rem;
          position: relative;
          top: -5px;
          color: #707072; }
      table.e-edition-calendar tr.cal-dates td.sq a.square-inner {
        color: #29292c; }
        table.e-edition-calendar tr.cal-dates td.sq a.square-inner:hover {
          text-decoration: none !important;
          background-color: #f5d79b; }
      table.e-edition-calendar tr.cal-dates td.sq#today {
        background-color: #f5d79b; }
    table.e-edition-calendar tr.cal-dates td.blank-date {
      border: solid 2px #fff; }

.e-edition-image {
  border-radius: 0 0 22px 22px;
  -webkit-box-shadow: -5px 5px 22px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -5px 5px 22px rgba(0, 0, 0, 0.2);
  box-shadow: -5px 5px 22px rgba(0, 0, 0, 0.2);
  transform: rotate(-5deg);
  position: relative;
  overflow: hidden;
  max-width: 92%;
  margin-bottom: 40px; }
  .e-edition-image .newsprint {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(200, 200, 200, 0.2); }
  .e-edition-image:after {
    display: block;
    position: absolute;
    background-image: linear-gradient(to bottom, transparent 52%, #999 150%);
    /* margin-top: -46px; */
    height: 20%;
    width: 100%;
    content: '';
    border-radius: 0 0 22px 22px;
    bottom: -3px;
    left: 0; }
    @media (max-width: 575px) {
      .e-edition-image:after {
        border-radius: 0 0 12px 12px; } }
  @media (max-width: 575px) {
    .e-edition-image {
      max-width: 80%;
      margin: 0 10% 60px;
      border-radius: 0 0 12px 12px; } }

ul.e-edition-list {
  margin-left: 30px; }
  ul.e-edition-list li {
    font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 21px;
    font-size: 1.4rem;
    margin-bottom: 10px; }

.header-live {
  background-color: #e7e7e8;
  padding: 0;
  font-weight: bold;
  font-size: 15px;
  font-size: 1rem; }
  .header-live-item {
    margin-right: 30px;
    padding: 8px 0;
    display: inline-block; }
    .header-live-item b {
      color: #E51B23; }
  .header-live .fa-stack {
    font-size: 9px;
    font-size: 0.6rem;
    margin-right: 3px;
    position: relative;
    top: -2px; }
  .header-live .fa-stack-2x {
    color: #E51B23; }
  .header-live .fa-stack-1x {
    color: #fff;
    font-size: 1.4em; }
    .header-live .fa-stack-1x.fa-play {
      font-size: 1.1em;
      position: relative;
      left: 1px; }

.wvmn-podcasts {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start; }
  .wvmn-podcasts .wvmn-podcast-card {
    display: block;
    position: relative;
    min-height: 220px;
    width: 32%;
    margin: 0 0 40px;
    border: solid 2px #e7e7e8;
    padding-bottom: 12px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05); }
    @media (max-width: 1040px) {
      .wvmn-podcasts .wvmn-podcast-card {
        width: 46%;
        margin: 0 2% 40px; } }
    @media (max-width: 525px) {
      .wvmn-podcasts .wvmn-podcast-card {
        width: 96%;
        margin: 0 2% 26px; } }
    .wvmn-podcasts .wvmn-podcast-card:nth-child(3n-1) {
      margin: 0 2% 40px 2%; }
    .wvmn-podcasts .wvmn-podcast-card:hover, .wvmn-podcasts .wvmn-podcast-card.on {
      border: solid 2px #E51B23;
      text-decoration: none; }
  .wvmn-podcasts .wvmn-podcast-image {
    position: relative;
    margin: 0 auto;
    background-position: center center !important;
    margin-bottom: 8px; }
    .wvmn-podcasts .wvmn-podcast-image-inner {
      position: absolute;
      width: 100%;
      height: 100%; }
    .wvmn-podcasts .wvmn-podcast-image:after {
      content: "";
      display: block;
      padding-bottom: 33%; }
  .wvmn-podcasts .wvmn-podcast-title {
    color: #E51B23;
    font-weight: 700;
    padding: 0 8px;
    font-size: 18.75px;
    font-size: 1.25rem; }
  .wvmn-podcasts .wvmn-podcast-hosts {
    color: #29292c;
    font-weight: 400;
    padding: 0 8px;
    font-size: 15px;
    font-size: 1rem; }
  .wvmn-podcasts .wvmn-podcast-sched {
    color: #707072;
    font-weight: 400;
    padding: 0 8px;
    font-size: 13.5px;
    font-size: 0.9rem; }

.podcast-page .entry-header h2 {
  margin-bottom: 0; }
.podcast-page .entry-header .podcast-schedule {
  color: #707072;
  margin-bottom: 20px;
  font-size: 18.75px;
  font-size: 1.25rem; }
.podcast-page iframe {
  margin-bottom: 20px;
  width: 100%;
  height: 450px; }
.podcast-page .podcast-sharing {
  margin: 40px 0 100px; }
  .podcast-page .podcast-sharing h3 {
    margin-bottom: 20px; }
  .podcast-page .podcast-sharing a {
    display: inline-block;
    margin-right: 20px; }
    .podcast-page .podcast-sharing a img {
      max-height: 32.5px; }

.wvmn-affiliates {
  margin-top: 24px;
  margin-bottom: 72px; }
  .wvmn-affiliates h5 {
    margin-bottom: 24px;
    color: #88888a; }
  .wvmn-affiliates h4 {
    margin-bottom: 18px; }
  .wvmn-affiliates-nav {
    width: 300px;
    height: 60px;
    overflow: auto;
    margin-bottom: 24px;
    border-bottom: solid 1px #a0a0a1; }
  .wvmn-affiliates ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: max-content;
    height: 40px; }
    .wvmn-affiliates ul li {
      display: inline-block;
      padding: 6px 18px;
      color: #111114;
      cursor: pointer;
      border-bottom: solid 3px #fff;
      font-size: 16.5px;
      font-size: 1.1rem; }
      .wvmn-affiliates ul li a, .wvmn-affiliates ul li a:link, .wvmn-affiliates ul li a:active, .wvmn-affiliates ul li a:visited {
        color: #88888a;
        text-decoration: none;
        transition: all 0.1s ease; }
        @media screen and (prefers-reduced-motion: reduce) {
          .wvmn-affiliates ul li a, .wvmn-affiliates ul li a:link, .wvmn-affiliates ul li a:active, .wvmn-affiliates ul li a:visited {
            transition: none; } }
      .wvmn-affiliates ul li a:hover {
        color: #E51B23;
        text-decoration: none; }
      .wvmn-affiliates ul li.active {
        background-color: #E51B23;
        border-radius: 8px; }
        .wvmn-affiliates ul li.active a, .wvmn-affiliates ul li.active a:link, .wvmn-affiliates ul li.active a:active, .wvmn-affiliates ul li.active a:visited {
          color: #fff;
          text-decoration: none;
          transition: all 0.1s ease; }
          @media screen and (prefers-reduced-motion: reduce) {
            .wvmn-affiliates ul li.active a, .wvmn-affiliates ul li.active a:link, .wvmn-affiliates ul li.active a:active, .wvmn-affiliates ul li.active a:visited {
              transition: none; } }
        .wvmn-affiliates ul li.active a:hover {
          color: #fff;
          text-decoration: none; }
  .wvmn-affiliates .table tr td:nth-child(2) {
    width: 100px; }
  .wvmn-affiliates .table tr td:nth-child(3) {
    width: 100%; }

.sidebar-videos {
  overflow: auto; }
  .sidebar-videos .video {
    overflow: auto;
    clear: both;
    margin-top: 6px;
    padding-bottom: 6px;
    border-bottom: solid 1px #a0a0a1;
    font-size: 16.5px;
    font-size: 1.1rem; }
    .sidebar-videos .video img {
      float: left;
      max-width: 105px;
      margin-right: 10px; }
    .sidebar-videos .video-title {
      float: left;
      width: calc(100% - 115px); }
    .sidebar-videos .video a {
      display: block;
      font-weight: 600; }
    .sidebar-videos .video a, .sidebar-videos .video a:link, .sidebar-videos .video a:active, .sidebar-videos .video a:visited {
      color: #111114;
      text-decoration: none;
      transition: all 0.1s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        .sidebar-videos .video a, .sidebar-videos .video a:link, .sidebar-videos .video a:active, .sidebar-videos .video a:visited {
          transition: none; } }
    .sidebar-videos .video a:hover {
      color: #E51B23;
      text-decoration: underline; }

.video-page .videoname {
  margin-top: 8px;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.6rem; }
.video-page .video-sections {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .video-page .video-sections .video-section {
    width: 48%;
    margin-top: 30px; }
    .video-page .video-sections .video-section .video-text {
      font-size: 19.5px;
      font-size: 1.3rem;
      font-weight: 700;
      padding: 3px 0;
      border-bottom: solid 1px #a0a0a1;
      margin-bottom: 12px; }
    .video-page .video-sections .video-section .video-item {
      display: block;
      clear: both;
      overflow: auto;
      margin-bottom: 10px; }
      .video-page .video-sections .video-section .video-item img {
        float: left;
        max-width: 175px;
        margin-right: 10px; }
      .video-page .video-sections .video-section .video-item .video-title {
        float: left;
        width: calc(100% - 185px);
        font-size: 16.5px;
        font-size: 1.1rem; }
      .video-page .video-sections .video-section .video-item a {
        display: block;
        font-weight: 600; }
      .video-page .video-sections .video-section .video-item a, .video-page .video-sections .video-section .video-item a:link, .video-page .video-sections .video-section .video-item a:active, .video-page .video-sections .video-section .video-item a:visited {
        color: #111114;
        text-decoration: none;
        transition: all 0.1s ease; }
        @media screen and (prefers-reduced-motion: reduce) {
          .video-page .video-sections .video-section .video-item a, .video-page .video-sections .video-section .video-item a:link, .video-page .video-sections .video-section .video-item a:active, .video-page .video-sections .video-section .video-item a:visited {
            transition: none; } }
      .video-page .video-sections .video-section .video-item a:hover {
        color: #E51B23;
        text-decoration: underline; }

.our-people {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .our-people .employee {
    width: 48%;
    overflow: auto;
    display: block;
    clear: both;
    margin-bottom: 48px; }
    @media (max-width: 550px) {
      .our-people .employee {
        width: 100%; } }
    .our-people .employee img {
      float: left;
      max-width: 80px;
      margin-right: 10px; }
    .our-people .employee-excerpt {
      float: left;
      width: calc(100% - 90px); }
      .our-people .employee-excerpt a {
        font-weight: 600;
        font-size: 18px;
        font-size: 1.2rem; }

.staff-bio {
  overflow: auto;
  display: block;
  clear: both; }
  .staff-bio .metrics {
    float: left;
    width: 100px;
    margin-right: 20px; }
    .staff-bio .metrics img {
      width: 100px;
      height: 100px; }
    .staff-bio .metrics div {
      margin-top: 5px; }
      .staff-bio .metrics div i {
        color: #E51B23; }
      .staff-bio .metrics div a, .staff-bio .metrics div a:link, .staff-bio .metrics div a:active, .staff-bio .metrics div a:visited {
        color: #111114;
        text-decoration: none;
        transition: all 0.1s ease; }
        @media screen and (prefers-reduced-motion: reduce) {
          .staff-bio .metrics div a, .staff-bio .metrics div a:link, .staff-bio .metrics div a:active, .staff-bio .metrics div a:visited {
            transition: none; } }
      .staff-bio .metrics div a:hover {
        color: #E51B23;
        text-decoration: none; }
  .staff-bio .bio {
    float: left;
    width: calc(100% - 120px); }
    .staff-bio .bio h3 {
      padding-bottom: 6px;
      margin-bottom: 16px;
      border-bottom: solid 1px #a0a0a1; }

.tss-wrapper {
  max-width: 810px; }

.owl-stage-outer {
  background-color: #e7e7e8; }

.owl-stage {
  display: table; }
  .owl-stage .owl-item {
    height: 210px;
    display: table-cell !important;
    vertical-align: middle;
    float: none !important; }
    .owl-stage .owl-item .carousel-item {
      display: block; }

.gamedaybg {
  padding: 20px;
  background-color: #e7e7e8; }

.gamedaycontent {
  background: #105192 url("/wp-content/themes/wvmn/img/gameday/gamedaybg10.jpg") left top no-repeat;
  margin: auto;
  padding: 300px 10px 40px;
  max-width: 980px;
  color: #fff;
  overflow: auto;
  clear: both;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between; }

.gameday-main {
  width: calc(100% - 290px); }

.gamedaycontent h1 {
  color: #fff; }

.gamedaysb {
  width: 270px;
  background: transparent !important;
  color: #fff;
  font-size: 14px; }
  .gamedaysb table {
    width: 100%; }

.gamedaysb p {
  margin: 0 0 5px 0; }

.gamedaysb a {
  color: #fff;
  text-decoration: underline; }

.gdtitle {
  width: 100%;
  padding: 5px 0 10px 0;
  float: left; }

.gdstation {
  float: left;
  width: 70px; }

.gdfreq {
  float: left; }

.gdtown {
  float: right;
  min-width: 150px; }

.gdlisten {
  background: url("/wp-content/themes/wvmn/img/gameday/tunein-normal.png") no-repeat;
  height: 92px;
  width: 270px;
  float: left;
  margin-top: 10px;
  padding: 0 0 10px 0; }

.gdlisten:hover {
  background: url("/wp-content/themes/wvmn/img/gameday/tunein-hover.png") no-repeat; }

.sc-wrapper {
  display: block;
  margin-bottom: 30px;
  zoom: 1;
  float: left;
  clear: both;
  width: 100%; }

.sc-wrapper:before, .sc-wrapper:after {
  content: "";
  display: table; }

.sc-wrapper:after {
  clear: both; }

.sc-titlewrap {
  background: #2a2a2a;
  padding: 10px 15px; }

.sc-titlewrap h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 16px; }

.sc-list {
  background: #f9f9f9;
  border-left: 1px solid #d8d8d2;
  border-right: 1px solid #d8d8d2;
  border-bottom: 1px solid #d8d8d2;
  font-size: 15px;
  padding: 10px 15px 25px 15px;
  overflow: hidden;
  position: relative;
  line-height: 19px; }

.sc-county, .sc-school, .sc-status, .sc-cause, .sc-info, .sc-code, .sc-time, .sc-desc {
  float: left; }

.sc-county {
  font-weight: bold;
  padding-top: 10px;
  clear: left; }

.sc-school {
  padding-top: 10px;
  padding-left: 5px; }

.sc-status {
  color: #d96e0f;
  clear: left;
  padding-left: 15px; }

.sc-time {
  color: #d96e0f;
  padding-left: 5px; }

.sc-info, .sc-desc, .sc-code {
  clear: left;
  color: #6f6f6f;
  padding-left: 15px; }

.sc-cause {
  padding-left: 5px;
  /* 	font-style: italic; */
  color: #6f6f6f; }

.sc-closed {
  color: #a1151a;
  font-weight: bold;
  /* 	font-style: italic; */ }

.full-width-image {
  width: 100%;
  height: auto; }

.wvpoll-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .wvpoll-body .wvpoll-item {
    margin: 20px auto;
    width: 48.5%;
    padding: 10px;
    border: solid 1px #a0a0a1; }
    .wvpoll-body .wvpoll-item img {
      margin-bottom: 12px; }
    .wvpoll-body .wvpoll-item a {
      font-size: 18.75px;
      font-size: 1.25rem; }

.wvpoll {
  float: left;
  padding: 10px;
  margin-top: 0px;
  background: #fff;
  width: 93%; }

.wvpollline {
  border-top: 1px solid #d8d8d8;
  width: 100%;
  height: 1px;
  display: block;
  padding: 0 0 3px 0; }

.wvpoll li {
  padding: 0 0 5px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #d8d8d8;
  float: left;
  width: 100%;
  color: #999;
  font-weight: bold;
  line-height: normal;
  font-size: 14px;
  list-style: none; }

#column-wrapper {
  float: left;
  width: 100%; }

#column-wrapper fieldset label {
  padding-top: 4px;
  width: 38px;
  float: left; }

#column-1, #column-2, #column-3 {
  float: left;
  width: 200px; }

.homepage-submit {
  float: left;
  clear: both; }

.options-h1 {
  font-weight: normal;
  font-size: 2.5em; }

.wrap {
  float: left;
  width: 100%; }

.wrap h3 {
  margin: 1.5em 0 1em 0; }

#padding-1 {
  padding: 10px 0 15px 0; }

#padding-2 {
  padding: 30px 0 0 0; }

.classwrap {
  float: left;
  width: 300px; }

fieldset label {
  width: 40px;
  float: left;
  padding-top: 6px; }

fieldset input, fieldset textarea, fieldset select {
  float: left;
  margin-left: 5px; }

.addgame {
  float: left;
  width: 100%; }

.addgame fieldset label {
  width: 80px;
  float: left; }

.addgame fieldset input, .addgame fieldset textarea, .addgame fieldset select {
  float: left;
  margin-left: 5px; }

.editbutton {
  margin-bottom: 15px;
  margin-top: 3px;
  padding-left: 270px;
  float: left; }

input[type=submit] {
  cursor: pointer; }

.scores-wrapper {
  float: left;
  width: 300px;
  font-size: 15px;
  color: #4b4b4b;
  /*	-webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;*/
  position: relative;
  line-height: 120%;
  border: 1px solid #b3b3b3;
  background: #f2f5f8; }

.winner {
  font-weight: bold; }

.winning {
  color: #366e99; }

.scores-wrapper .left-col {
  float: left;
  width: 251px;
  padding-right: 0;
  border-right: 1px solid #b3b3b3; }

.scores-wrapper .right-col {
  float: left;
  width: 48px; }

.scores-wrapper .desc {
  font-size: 12px;
  padding-top: 10px;
  float: left;
  width: 251px;
  padding-right: 0;
  min-height: 25px; }

.scores-wrapper .status-text {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 6px; }

.scores-wrapper .desc a {
  text-decoration: underline;
  color: #5599bb; }

.school1, .school2 {
  display: block;
  border-bottom: 1px solid #b3b3b3;
  padding: 6px 13px;
  min-height: 19px; }

.school1-score, .school2-score {
  display: block;
  border-bottom: 1px solid #b3b3b3;
  padding: 6px 0;
  text-align: center;
  min-height: 19px; }

.school2-score, .school2 {
  background: #dee8f3; }

h3.scores {
  text-align: center; }

.left-col {
  float: left;
  width: 155px;
  padding-right: 5px; }

.right-col {
  float: left;
  text-align: center;
  width: 60px; }

.all-scores {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 5px; }

.all-scores a {
  text-decoration: underline;
  color: #fff; }

.game-status {
  font-size: 10px;
  width: 100%;
  float: left; }

.column-306 {
  float: left;
  width: 306px; }

.gutter-31 {
  margin-right: 31px; }

.backtoscores {
  float: left;
  padding-top: 10px;
  font-size: 15px;
  width: 100%; }

.notes-headline {
  font-weight: bold;
  cursor: pointer;
  padding-left: 13px;
  padding-bottom: 6px;
  line-height: 15px; }

.notes-gamenotes {
  padding-left: 13px;
  padding-bottom: 6px; }

.editleft, .editright {
  width: 220px;
  float: left;
  padding-right: 15px; }

.statusbg {
  background-color: #f5f5f5;
  padding: 10px;
  width: 440px; }

.statuswrap, .classwrap {
  float: left;
  width: 100%;
  margin-top: 25px; }

.statuswrap fieldset label {
  width: 80px; }

.classwrap fieldset label {
  width: 35px; }

.classwrap p {
  float: left; }

.classwrap p input {
  margin-left: 5px; }

.scorebanner label {
  width: auto; }

.bottomsave {
  margin: 5px 0 15px;
  padding: 0 .6em;
  background-color: #ffffe0;
  border-color: #e6db55;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  color: #333; }

.bottomsave p {
  margin: .5em 0;
  padding: 2px;
  color: #333; }

/********************************************************************/
.clearfix {
  overflow: auto;
  clear: both;
  display: block; }

.sb-game .fa-star {
  position: absolute;
  top: -9px;
  left: -6px;
  font-size: 20px;
  color: #BBBBBB;
  cursor: pointer; }

.sb-game.inprogress .fa-star {
  color: #6991c1; }

.sb-game.overtime .fa-star {
  color: #b43337; }

.sb-game.final .fa-star {
  color: #2a874a; }

.sb-game .fa-star.on {
  color: #ffc100 !important;
  background: #FFF !important;
  border-radius: 20px !important;
  padding: 2px !important;
  top: -11px !important;
  left: -8px !important; }

.sb-link {
  color: #E21821; }

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

.sb-link.on {
  color: #FFFFFF;
  display: inline-block;
  border-radius: 50px;
  line-height: 30px;
  height: 30px;
  min-width: 30px;
  text-align: center;
  background-color: #E21821; }

.sb-link.padded {
  padding: 0 6px; }

.sb-column {
  float: left;
  width: 30%;
  margin: 1.5%;
  overflow: visible; }

.sb-column h1 {
  text-align: center;
  font-size: 24px; }

.sb-game {
  border: solid 1px #DDDDDD;
  margin-bottom: 30px;
  background: #F0F3F7;
  border-top: solid 3px #BBBBBB;
  position: relative;
  overflow: visible; }

.sb-game.inprogress {
  border-top: solid 3px #729bcb; }

.sb-game.overtime {
  border-top: solid 3px #bf3337; }

.sb-game.final {
  border-top: solid 3px #2B995B; }

.sb-game.inprogress .sb-status {
  color: #729bcb; }

.sb-game.overtime .sb-status {
  color: #bf3337; }

.sb-game.final .sb-status {
  color: #2B995B; }

.sb-game .sb-team {
  border-bottom: solid 1px #DDDDDD;
  overflow: auto;
  padding: 0;
  color: #444444;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.sb-game .sb-record {
  float: left;
  color: #999;
  font-size: 12px;
  width: 45px;
  text-align: right;
  padding: 12px 5px 8px 0; }

.sb-game .sb-score {
  float: left;
  width: 40px;
  text-align: center;
  padding: 10px 0;
  color: #000000;
  font-size: inherit;
  font-weight: bold;
  background: #E3E6EA;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.sb-game .sb-team-name {
  float: left;
  width: calc(100% - 120px);
  text-align: left;
  padding: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px; }

.sb-game .sb-team-name a {
  font-weight: normal;
  color: #000; }

.sb-game .sb-team-name a:hover {
  font-weight: normal;
  color: #000; }

.sb-game .sb-team-rank {
  float: left;
  width: 30px;
  color: #999;
  font-size: 12px;
  padding: 12px 0 8px;
  text-align: center; }

.sb-game .sb-team.sb-lead-home .sb-team-name a,
.sb-game .sb-team.sb-lead-away .sb-team-name a {
  font-weight: bold;
  color: #000; }

.sb-game .sb-team.sb-lead-home .sb-score,
.sb-game .sb-team.sb-lead-away .sb-score {
  background: #c5d4e0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.sb-game .sb-team.sb-lead-home,
.sb-game .sb-team.sb-lead-away {
  background: #d8e3ec;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.sb-game.final .sb-team.sb-lead-home .sb-score,
.sb-game.final .sb-team.sb-lead-away .sb-score {
  background: #b2e0b9; }

.sb-game.final .sb-team.sb-lead-home,
.sb-game.final .sb-team.sb-lead-away {
  background: #d4e8d7;
  font-weight: bold; }

.sb-game .sb-team.change {
  background: #f9efc8; }

.sb-game .sb-team.change .sb-score {
  background: #e8ddb2; }

.sb-game .sb-info {
  overflow: auto; }

.sb-game .sb-status {
  font-size: 12px;
  text-align: right;
  padding: 8px 0;
  font-weight: bold;
  width: 70px;
  float: left; }

.sb-game .sb-headline {
  float: left;
  width: calc(100% - 90px);
  color: #BB0000;
  font-weight: bold;
  font-size: 12px;
  padding: 8px 0 8px 10px;
  cursor: pointer; }

.sb-game .sb-notes {
  font-size: 10px;
  padding: 0 0 5px 10px;
  display: none; }

/*.sb-game .sb-score.change {*/
/*background: #9cd5a5;*/
/*}*/
.alert-info {
  background: #ddeaf5;
  border-radius: 20px;
  padding: 12px 20px;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  font-size: 12px; }

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

.mo-tabs {
  display: none;
  overflow: auto;
  width: 100%;
  clear: both;
  margin: 30px 0 10px; }

.section-heads {
  overflow: auto;
  width: 100%;
  clear: both; }

.section-heads h1 {
  float: left;
  width: 30%;
  margin: 1.5%;
  overflow: auto;
  text-align: center;
  font-size: 29px;
  margin-bottom: 0;
  padding-bottom: 0; }

@media (max-width: 700px) {
  .column-980 {
    background: #FFFFFF;
    padding: 10px;
    margin: 5px; }

  .mo-tabs {
    display: block; }

  .mo-tab {
    width: 32%;
    padding: 6px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    float: left;
    margin: 0 0.5%;
    border-top: solid 2px #999999;
    background-color: #EEEEEE;
    color: #999999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

  .mo-tab:nth-child(1) {
    width: 33%;
    margin: 0 0.5%; }

  .mo-tab.on {
    border-top: solid 2px #BB0000;
    background-color: #FFFFFF;
    color: #000000; }

  .mo-tab.change {
    border-top: solid 2px #ccbc94;
    background-color: #f9efc8;
    color: #000000; }

  .mo-tab.on.change {
    border-top: solid 2px #CCBC94;
    background-color: #f9efc8;
    color: #000000; }

  .sb-column {
    float: none;
    width: 100%;
    margin: 0; }

  .sb-column h1 {
    display: none; }

  .weeks {
    zoom: 80%; }

  .section-heads {
    display: none; }

  #sect-AA, #sect-A {
    display: none; }

  .alert-info {
    background: #ddeaf5;
    border-radius: 20px;
    padding: 8px 12px;
    text-align: center;
    display: inline-block;
    margin: 0 auto 8px;
    font-size: 12px; } }
.power-rankings * {
  box-sizing: inherit !important; }
.power-rankings .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #bbb;
  border-radius: 4px 4px 0 0;
  border-bottom-color: #e3202d;
  background: #f9f9f9; }
.power-rankings .nav-tabs {
  border-bottom: 1px solid #e3202d; }
.power-rankings .nav-tabs > li.active > a, .power-rankings .nav-tabs > li.active > a:focus, .power-rankings .nav-tabs > li.active > a:hover {
  color: #fff;
  cursor: default;
  background-color: #e3202d;
  border: 1px solid #e3202d;
  border-bottom-color: #e3202d; }
.power-rankings .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #e3202d; }
.power-rankings .nav-tabs > li > a:hover {
  border-color: #e3202d; }
.power-rankings .helmet img {
  max-width: 100px; }
.power-rankings .weeklist {
  margin-bottom: 24px; }
.power-rankings a, .power-rankings a:link, .power-rankings a:active, .power-rankings a:visited {
  color: #E51B23;
  text-decoration: none;
  transition: all 0.1s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .power-rankings a, .power-rankings a:link, .power-rankings a:active, .power-rankings a:visited {
      transition: none; } }
.power-rankings a:hover {
  color: #E51B23;
  text-decoration: underline; }

.trophy-room-widget .trophysidebarbox {
  width: 100%;
  background: #f5f5f5;
  margin-bottom: 15px;
  padding: 20px 10px;
  border: solid 1px #DDD; }
.trophy-room-widget .trophyroomlogo {
  text-align: center; }
.trophy-room-widget .outdoorvisitbutton {
  display: block;
  border: 1px solid #000;
  margin: 5px 14px;
  padding: 5px 5px 3px 35px;
  background: url("/wp-content/themes/wvmn/img/widgets/trophy-room/camera.png") 6px 6px no-repeat;
  font-weight: 400;
  text-transform: uppercase; }
.trophy-room-widget .outdoorvisitbutton:hover {
  background-color: #fff;
  color: #aabf54; }
.trophy-room-widget .outdoorlistenbutton {
  display: block;
  border: 1px solid #000;
  margin: 5px 14px;
  padding: 5px 5px 3px 35px;
  background: url("/wp-content/themes/wvmn/img/widgets/trophy-room/listenspeaker.png") 6px 6px no-repeat;
  font-weight: 400;
  text-transform: uppercase; }
.trophy-room-widget .outdoorlistenbutton:hover {
  background-color: #fff;
  color: #aabf54; }
.trophy-room-widget .outdoorslogo {
  padding-top: 20px;
  text-align: center;
  padding-bottom: 10px; }
.trophy-room-widget .outdoorslogo img {
  padding-top: 20px; }
.trophy-room-widget a, .trophy-room-widget a:link, .trophy-room-widget a:active, .trophy-room-widget a:visited {
  color: #111114;
  text-decoration: none;
  transition: all 0.1s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .trophy-room-widget a, .trophy-room-widget a:link, .trophy-room-widget a:active, .trophy-room-widget a:visited {
      transition: none; } }
.trophy-room-widget a:hover {
  color: #aabf54;
  text-decoration: none; }

.outdoors-main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 48px; }
  @media (max-width: 600px) {
    .outdoors-main {
      display: block; } }
  .outdoors-main .outdoors-triple {
    width: 33%; }
    @media (max-width: 600px) {
      .outdoors-main .outdoors-triple {
        width: 100%; } }

.outdoor-journal {
  background: #40362D url("/wp-content/themes/wvmn/img/widgets/outdoor-journal/wv-outdoors.jpg") 0 0 no-repeat;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 20px; }
  .outdoor-journal .journal-entries-wrap {
    padding: 100px 20px 10px;
    border-top: solid 2px #7f6a5f;
    border-bottom: solid 2px #7f6a5f; }
  .outdoor-journal .journal-date {
    color: #98847A;
    font-size: 12px;
    margin: 10px 0 0 0; }
  .outdoor-journal .journal-title {
    margin: 0; }
  .outdoor-journal .journal-title a {
    color: #71b9db;
    font-size: 14px; }
  .outdoor-journal .journal-title a:hover {
    color: #71b9db; }
  .outdoor-journal .journal-excerpt {
    color: #eee7e3;
    font-size: 14px; }
  .outdoor-journal .journal-all {
    text-align: center;
    font-size: 14px;
    padding-bottom: 10px; }
  .outdoor-journal .journal-all a {
    color: #c0a795; }
  .outdoor-journal .journal-all a:hover {
    color: #c0a795; }
  .outdoor-journal .btn, .outdoor-journal .wpcf7 input[type=submit], .wpcf7 .outdoor-journal input[type=submit], .outdoor-journal .tml-action-login .tml-login .tml-button, .tml-action-login .tml-login .outdoor-journal .tml-button,
  .outdoor-journal .bim-catalyst-become-subscriber .tml-button,
  .bim-catalyst-become-subscriber .outdoor-journal .tml-button, .outdoor-journal body.tml-action-profile .tml-button, body.tml-action-profile .outdoor-journal .tml-button {
    display: none; }

.huntereducation {
  border-radius: 8px;
  background-color: #e7e7e8;
  overflow: hidden; }
  .huntereducation div {
    padding: 12px; }
    .huntereducation div ul {
      margin: 0 0 20px 20px;
      padding: 0; }
    .huntereducation div a, .huntereducation div a:link, .huntereducation div a:active, .huntereducation div a:visited {
      color: #707072;
      text-decoration: none;
      transition: all 0.1s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        .huntereducation div a, .huntereducation div a:link, .huntereducation div a:active, .huntereducation div a:visited {
          transition: none; } }
    .huntereducation div a:hover {
      color: #E51B23;
      text-decoration: underline; }

.outdoor-sidebar-bg {
  border: solid 1px #DDD;
  border-width: 0 1px 1px 1px; }

.outdoor-sidebar-title {
  color: #fff;
  background-color: #aabf54;
  padding: 2px 8px;
  line-height: 34px;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.2rem; }

.video-widget {
  width: 63%;
  background-color: #111114; }
  @media (max-width: 600px) {
    .video-widget {
      width: 100%; } }
  .video-widget .ram_logo {
    float: left;
    padding: 5px 20px 0 20px;
    margin: 15px 0 0 0;
    border-right: #4a4949 2px solid; }
  .video-widget .ram_title {
    float: left;
    padding: 10px 0px 0px 20px;
    margin-bottom: 10px; }
    .video-widget .ram_title h4 {
      color: #fff;
      font-size: 22px;
      font-weight: normal;
      padding: 0 0 0 0;
      margin: 0; }
    .video-widget .ram_title p {
      padding: 3px 15px 5px 0px;
      margin: 0;
      font-size: 12px;
      color: #868686; }
  .video-widget .showtitle h2 {
    color: #fff;
    padding: 10px 10px 0px 10px;
    font-weight: 700;
    font-family: "acumin-pro",sans-serif;
    font-size: 20px;
    line-height: 20px; }
  .video-widget ol.vjs-playlist-country-road {
    margin: 20px;
    padding: 0; }
    .video-widget ol.vjs-playlist-country-road .vjs-playlist-country-road-item a, .video-widget ol.vjs-playlist-country-road .vjs-playlist-country-road-item a:link, .video-widget ol.vjs-playlist-country-road .vjs-playlist-country-road-item a:active, .video-widget ol.vjs-playlist-country-road .vjs-playlist-country-road-item a:visited {
      color: #fff;
      text-decoration: none;
      transition: all 0.1s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        .video-widget ol.vjs-playlist-country-road .vjs-playlist-country-road-item a, .video-widget ol.vjs-playlist-country-road .vjs-playlist-country-road-item a:link, .video-widget ol.vjs-playlist-country-road .vjs-playlist-country-road-item a:active, .video-widget ol.vjs-playlist-country-road .vjs-playlist-country-road-item a:visited {
          transition: none; } }
    .video-widget ol.vjs-playlist-country-road .vjs-playlist-country-road-item a:hover {
      color: #fff;
      text-decoration: underline; }
    .video-widget ol.vjs-playlist-country-road .vjs-playlist-country-road-item a {
      display: block;
      margin-bottom: 10px;
      overflow: auto;
      clear: both;
      font-size: 18px;
      font-size: 1.2rem; }
      .video-widget ol.vjs-playlist-country-road .vjs-playlist-country-road-item a img {
        width: 25% !important;
        height: 25% !important;
        float: left;
        padding-right: 10px; }

.outdoors-today {
  width: 100%;
  overflow: auto;
  clear: both;
  color: #fff; }
  .outdoors-today a, .outdoors-today a:link, .outdoors-today a:active, .outdoors-today a:visited {
    color: #fff;
    text-decoration: none;
    transition: all 0.1s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .outdoors-today a, .outdoors-today a:link, .outdoors-today a:active, .outdoors-today a:visited {
        transition: none; } }
  .outdoors-today a:hover {
    color: #E51B23;
    text-decoration: none; }
  .outdoors-today-header {
    width: 100%;
    overflow: auto;
    clear: both;
    margin-bottom: 12px;
    border-bottom: solid 1px #666; }
  .outdoors-today i {
    color: #E51B23; }
  .outdoors-today .audio-download-link-outdoors {
    margin: 0 20px 10px; }
  .outdoors-today .audio-download-tip-outdoors {
    font-size: 12.75px;
    font-size: 0.85rem;
    margin: 0 20px 10px;
    padding-bottom: 8px;
    margin-bottom: 3px;
    border-bottom: solid 1px #CCC; }

.trophy-room-logo {
  width: 100%;
  display: block;
  text-align: center;
  border-bottom: solid 5px #ABC04C; }
  .trophy-room-logo img {
    max-width: 100%; }
.trophy-room-mainphoto {
  height: 600px;
  width: 100%;
  background-color: #e7e7e8;
  margin-bottom: 10px;
  position: relative; }
  .trophy-room-mainphoto img {
    max-width: 100%;
    max-height: 600px;
    display: block;
    margin: auto; }
  .trophy-room-mainphoto #photo-caption {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center; }
  .trophy-room-mainphoto #next {
    position: absolute;
    top: 45%;
    right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    font-size: 2rem; }
  .trophy-room-mainphoto #prev {
    position: absolute;
    top: 45%;
    left: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    font-size: 2rem; }
  .trophy-room-mainphoto #prev i, .trophy-room-mainphoto #next i {
    color: #111114;
    cursor: pointer; }
    .trophy-room-mainphoto #prev i:hover, .trophy-room-mainphoto #next i:hover {
      color: #E51B23; }
.trophy-room-thumbs {
  display: block;
  overflow: auto;
  clear: both;
  margin-bottom: 40px; }
  .trophy-room-thumbs-inner {
    height: 100px;
    padding: 10px 0; }
    .trophy-room-thumbs-inner img {
      float: left;
      margin-right: 10px;
      width: 90px;
      height: 70px;
      border: solid 1px #b8b8b9;
      object-fit: cover;
      cursor: pointer; }
      .trophy-room-thumbs-inner img.active {
        border: solid 1px #E51B23; }
      .trophy-room-thumbs-inner img:hover {
        border: solid 1px #E51B23; }

.tournament {
  width: 100%; }
  .tournament-banner img {
    width: 100%;
    height: auto; }
  .tournament-buttons {
    text-align: center;
    padding: 16px; }
    .tournament-buttons a {
      display: inline-block;
      margin: 0 16px;
      padding: 8px 30px;
      font-size: 18px;
      font-size: 1.2rem; }
  .tournament-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between; }
    .tournament-content section {
      width: 31.5%; }
      .tournament-content section h2 {
        background-color: #e7e7e8;
        padding: 8px;
        border-bottom: solid 2px #E51B23;
        margin-bottom: 24px;
        font-size: 19.5px;
        font-size: 1.3rem; }
  .tournament-article-list .article-link {
    display: block;
    margin-top: 1rem;
    transition: all 0.2s ease;
    padding-bottom: 1rem;
    border-bottom: solid 1px #a0a0a1; }
    @media screen and (prefers-reduced-motion: reduce) {
      .tournament-article-list .article-link {
        transition: none; } }
    .tournament-article-list .article-link .category {
      display: none;
      color: #E51B23;
      font-size: 15px;
      font-size: 1rem; }
    .tournament-article-list .article-link .photo {
      display: inline-block;
      width: 30%;
      vertical-align: top;
      position: relative;
      margin: 0 auto;
      top: 5px; }
      .tournament-article-list .article-link .photo-inner {
        position: absolute;
        width: 100%;
        height: 100%; }
      .tournament-article-list .article-link .photo:after {
        content: "";
        display: block;
        padding-bottom: 80%; }
    .tournament-article-list .article-link .content {
      width: calc(100% - 30% - 12px);
      margin-left: 8px;
      display: inline-block; }
    .tournament-article-list .article-link .headline {
      line-height: 1.3em;
      font-weight: 400;
      color: #111114;
      font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      padding: 0.2em 0;
      font-size: 18.75px;
      font-size: 1.25rem;
      transition: all 0.2s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        .tournament-article-list .article-link .headline {
          transition: none; } }
    .tournament-article-list .article-link .excerpt {
      display: none;
      color: #707072;
      font-size: 15px;
      font-size: 1rem; }
    .tournament-article-list .article-link .sponsor {
      display: block;
      color: #E51B23;
      font-size: 15px;
      font-size: 1rem; }
    .tournament-article-list .article-link .byline {
      display: none;
      font-weight: bold;
      color: #707072;
      font-size: 15px;
      font-size: 1rem; }
    .tournament-article-list .article-link .date {
      display: block;
      color: #707072;
      font-size: 15px;
      font-size: 1rem; }
    .tournament-article-list .article-link:hover {
      text-decoration: none !important; }
      .tournament-article-list .article-link:hover .headline {
        color: #E51B23; }
    @media (min-width: 900px) {
      .tournament-article-list .article-link .headline {
        font-size: 15px;
        font-size: 1rem; } }
    @media (min-width: 1200px) {
      .tournament-article-list .article-link .headline {
        font-size: 19.5px;
        font-size: 1.3rem; } }
  .tournament ol.vjs-playlist-small {
    margin: 0;
    padding: 0;
    overflow: auto;
    clear: both; }
    .tournament ol.vjs-playlist-small .vjs-playlist-small-item a, .tournament ol.vjs-playlist-small .vjs-playlist-small-item a:link, .tournament ol.vjs-playlist-small .vjs-playlist-small-item a:active, .tournament ol.vjs-playlist-small .vjs-playlist-small-item a:visited {
      color: #111114;
      text-decoration: none;
      transition: all 0.1s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        .tournament ol.vjs-playlist-small .vjs-playlist-small-item a, .tournament ol.vjs-playlist-small .vjs-playlist-small-item a:link, .tournament ol.vjs-playlist-small .vjs-playlist-small-item a:active, .tournament ol.vjs-playlist-small .vjs-playlist-small-item a:visited {
          transition: none; } }
    .tournament ol.vjs-playlist-small .vjs-playlist-small-item a:hover {
      color: #E51B23;
      text-decoration: underline; }
    .tournament ol.vjs-playlist-small .vjs-playlist-small-item a {
      display: block;
      margin-bottom: 1rem;
      overflow: auto;
      clear: both;
      padding-bottom: 1rem;
      border-bottom: solid 1px #a0a0a1;
      font-size: 18px;
      font-size: 1.2rem; }
      .tournament ol.vjs-playlist-small .vjs-playlist-small-item a img {
        width: 30% !important;
        height: auto !important;
        float: left;
        padding-right: 10px; }
      .tournament ol.vjs-playlist-small .vjs-playlist-small-item a .playlisttitle {
        float: left;
        width: 68%;
        margin-left: 2%; }

.mn-search {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #E51B23;
  overflow: hidden;
  transition: all 0.3s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .mn-search {
      transition: none; } }
  .mn-search.open {
    height: 106px; }
  .mn-search form {
    margin-top: 22px; }
  .mn-search i {
    color: #fff;
    height: 52px;
    width: 50px;
    line-height: 51px;
    text-align: center;
    outline: none;
    cursor: pointer;
    font-size: 30px;
    font-size: 2rem; }
    .mn-search i.fa-chevron-circle-right {
      border-bottom: solid 2px #fff; }
    .mn-search i.fa-times-circle {
      color: #111114;
      border-bottom: solid 2px #E51B23; }
  .mn-search input {
    width: calc(100% - 100px);
    border: 0;
    border-bottom: solid 2px #fff;
    padding: 2px 0;
    background-color: #E51B23;
    color: #fff;
    font-size: 30px;
    font-size: 2rem; }
    .mn-search input:focus {
      outline: none !important; }
    .mn-search input::placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .mn-search input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .mn-search input::-moz-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .mn-search input::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .mn-search input:-moz-placeholder {
      color: rgba(255, 255, 255, 0.8); }

#page-head {
  position: relative; }

@media (min-width: 576px) {
  .container {
    max-width: 100%; } }
@media (min-width: 900px) {
  .container {
    max-width: 100%; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1240px; } }

/*# sourceMappingURL=theme.css.map */
