@charset "UTF-8";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  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;
  text-decoration-skip-ink: none;
}

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;
}

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: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  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;
}

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: #6c757d;
  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;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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-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;
}

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.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%;
  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: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.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 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.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-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

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

@media screen and (min-width: 36em) {
  .td-container {
    max-width: 540px;
  }
}

@media screen and (min-width: 48em) {
  .td-container {
    max-width: 720px;
  }
}

@media screen and (min-width: 62em) {
  .td-container {
    max-width: 960px;
  }
}

@media screen and (min-width: 75em) {
  .td-container {
    max-width: 1140px;
  }
}

@media screen and (min-width: 87.5em) {
  .td-container {
    max-width: 1340px;
  }
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url("../fonts/lato-v16-latin-regular.woff2") format("woff2"), url("../fonts/lato-v16-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/**
 * Type uses Material Design Recommendations
 * https://material.io/guidelines/style/typography.html
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "Lato", serif;
  margin: 2rem 0 1rem;
}

h1 {
  margin-top: 0;
  font-size: 2.125rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.25rem;
}

p {
  margin: 0 0 1.25em;
}

html,
body,
button,
input,
select,
textarea {
  font-family: "Lato", sans-serif;
  color: #232323;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #2677C6;
  transition-property: color, background, border;
  transition-duration: .15s;
}

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

a:visited {
  color: #804180;
}

blockquote {
  margin: 0;
  padding: 0 0 0 30px;
  border-left: 3px solid #DCDCDC;
  font-style: italic;
}

dt {
  margin-bottom: .3em;
  font-weight: 900;
}

dd {
  margin: 0 0 .75em 0;
}

/* Text
   ========================================================================== */
.text-white {
  color: #FFFFFF;
}

.text-black {
  color: #000000;
}

.text-cyan {
  color: #17a2b8;
}

.text-blue {
  color: #2677C6;
}

.text-dark-gray {
  color: #232323;
}

.text-gray {
  color: #DCDCDC;
}

.iframe-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.iframe-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.scroll-to-top {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}

.scroll-to-top .arrow-up {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 15px solid white;
  transform: translateY(-2px);
}

.visuallyhidden,
.screen-reader-text {
  /*
     * Hide only visually, but have it available for screen readers:
     * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
     */
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /*
     * Extends the .visuallyhidden class to allow the element to be focusable
     * when navigated to via the keyboard: h5bp.com/p
     */
}

.focusable.visuallyhidden:active,
.focusable.screen-reader-text:active, .focusable.visuallyhidden:focus,
.focusable.screen-reader-text:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Visibility
   ========================================================================== */
/* Corners
   ========================================================================== */
.corner {
  border-radius: 4px;
}

/* Borders
   ========================================================================== */
.border {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border: 1px solid #DCDCDC;
}

.border--bottom {
  border-top: none;
  border-right: none;
  border-left: none;
}

/* Text
   ========================================================================== */
.text-center {
  text-align: center;
}

@media screen and (max-width: 47.99em) {
  .text-center--mobile {
    text-align: center;
  }
}

@media screen and (min-width: 48em) {
  .text-center--desktop {
    text-align: center;
  }
}

.text-right {
  text-align: right;
}

@media screen and (max-width: 47.99em) {
  .text-right--mobile {
    text-align: right;
  }
}

@media screen and (min-width: 48em) {
  .text-right--desktop {
    text-align: right;
  }
}

.text-capitalize {
  text-transform: capitalize;
}

.text-upper {
  text-transform: uppercase;
}

.text-letters-spaced {
  letter-spacing: 3px;
}

.text-skinny {
  font-weight: 300;
}

/* Alignment
   ========================================================================== */
.pull-center {
  margin: 0 auto;
  display: block;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/* Hidden
   ========================================================================== */
@media screen and (max-width: 47.99em) {
  .hide-on-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 48em) {
  .hide-on-desktop {
    display: none !important;
  }
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
body {
  font-size: 16px;
  line-height: 1.5;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #2677C6;
  color: #FFFFFF;
  text-shadow: none;
}

::selection {
  background: #2677C6;
  color: #FFFFFF;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCCCCC;
  margin: 2.5rem 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #cccccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

html {
  background: #FFFFFF;
}

/**
 * 1. Remove subpixel-antialiased default.
 * 2. Keep for retina resolutions.
 *
 * @link: http://www.intridea.com/blog/2014/5/8/better-font-smoothing-in-chrome-on-mac-os-x
 */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  /* 1 */
  /* 2 */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  *,
  *:after,
  *:before {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}

embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 47.99em) {
  .slick-slider .gallery-desc {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/slick.eot");
  src: url("../../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../fonts/slick.woff") format("woff"), url("../../fonts/slick.ttf") format("truetype"), url("../../fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 38%;
  display: block;
  width: 32px;
  height: auto;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 99;
}

@media screen and (min-width: 48em) {
  .slick-prev,
  .slick-next {
    top: 26%;
  }
}

@media screen and (min-width: 75em) {
  .slick-prev,
  .slick-next {
    top: 30%;
  }
}

@media screen and (min-width: 87.5em) {
  .slick-prev,
  .slick-next {
    top: 34%;
  }
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 3px;
}

@media screen and (min-width: 48em) {
  .slick-prev {
    left: -18px;
  }
}

@media screen and (min-width: 62em) {
  .slick-prev {
    left: -14px;
  }
}

@media screen and (min-width: 75em) {
  .slick-prev {
    left: -22px;
  }
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: url(../images/icons/arrow-left.svg);
}

[dir='rtl'] .slick-prev:before {
  content: url(../images/icons/arrow-left.svg);
}

.slick-next {
  right: 3px;
}

@media screen and (min-width: 48em) {
  .slick-next {
    right: -18px;
  }
}

@media screen and (min-width: 62em) {
  .slick-next {
    right: -14px;
  }
}

@media screen and (min-width: 75em) {
  .slick-next {
    right: -22px;
  }
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: url(../images/icons/arrow-right.svg);
}

[dir='rtl'] .slick-next:before {
  content: url(../images/icons/arrow-right.svg);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.submenu-nav {
  list-style-type: none;
  padding-left: 0;
}

@media screen and (min-width: 48em) {
  .submenu-nav {
    align-items: stretch;
    display: flex;
  }
}

.submenu-nav__item {
  flex-grow: 1;
}

.submenu-nav__item:not(:last-of-type) {
  border-bottom: 1px solid #FFFFFF;
}

@media screen and (min-width: 48em) {
  .submenu-nav__item:not(:last-of-type) {
    border-right: 1px solid #FFFFFF;
  }
}

.submenu-nav__item a {
  background-color: #B22323;
  color: #F7F7F7;
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 0.5rem 0;
}

@media screen and (min-width: 48em) {
  .submenu-nav__item a {
    font-size: 14px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}

@media screen and (min-width: 75em) {
  .submenu-nav__item a {
    font-size: 18px;
  }
}

.submenu-nav__item a:hover {
  background-color: #0d4291;
  text-decoration: none;
}

#block-huckabeetv-content {
  padding-bottom: 32px;
  padding-top: 16px;
}

.tbn-playlist-block {
  padding: 8px 0;
}

@media screen and (min-width: 48em) {
  .tbn-playlist-block {
    padding: 32px 0;
  }
}

.tbn-playlist-block:not(:last-of-type) {
  border-bottom: 1px solid #DCDCDC;
}

.tbn-playlist-block header {
  align-items: flex-end;
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 8px;
  padding-left: 15px;
}

@media screen and (max-width: 47.99em) {
  .tbn-playlist-block header {
    padding-left: 40px;
  }
}

.tbn-playlist-block header > .tbn-playlist-block {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
}

.tbn-playlist-block header a {
  font-weight: 700;
}

.tbn-playlist-block header a:first-child h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 24px;
  margin-top: 0;
  margin-left: 4px;
  display: inline;
}

.tbn-playlist-block header a:last-child {
  color: #777777;
  font-size: 22px;
}

@media screen and (max-width: 47.99em) {
  .tbn-playlist-block .col-md-3:not(:last-of-type) {
    margin-bottom: 32px;
  }
}

.tbn-playlist-block .youtube {
  margin-bottom: 8px;
  background-color: #000;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

@media screen and (max-width: 47.99em) {
  .tbn-playlist-block .youtube {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 48.25%;
  }
}

.tbn-playlist-block .youtube img {
  cursor: pointer;
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
}

.tbn-playlist-block .youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.tbn-playlist-block .youtube img, .tbn-playlist-block .youtube iframe, .tbn-playlist-block .youtube .play-button, .tbn-playlist-block .youtube .play-button:before {
  position: absolute;
}

.tbn-playlist-block .youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}

.tbn-playlist-block .youtube .play-button, .tbn-playlist-block .youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.tbn-playlist-block .youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.image-and-text {
  align-items: flex-start;
  border-bottom: 1px solid #DCDCDC;
  padding: 16px 0;
}

.image-and-text:first-of-type:not(.dynamic) {
  padding-top: 0;
}

@media screen and (max-width: 35.99em) {
  .image-and-text .col-sm-3 {
    margin-bottom: 8px;
  }
}

.image-and-text h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 8px 0;
}

.image-and-text p {
  color: #777777;
  font-style: italic;
  margin-bottom: 0;
  text-transform: uppercase;
}

.image-over-text h3 {
  font-size: 24px;
  margin-top: 8px;
  text-align: center;
}

.mid-part {
  background-color: #000000;
  background-image: url("../images/huckabee-bakcground-banner.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  padding: 30px;
}

.mid-part .mid-part-row {
  align-items: center;
}

.mid-part h3, .mid-part h4, .mid-part p {
  color: #FFFFFF;
  margin: 0;
}

.mid-part h3, .mid-part h4 {
  margin-bottom: 8px;
}

.mid-part .form-block {
  max-width: 200px;
  padding-top: 15px;
}

@media screen and (max-width: 47.99em) {
  .mid-part .form-block {
    margin: 0 auto;
  }
}

.mid-part .zip-code-field {
  margin-bottom: 10px;
  position: relative;
}

.mid-part .zip-code-field span {
  border-right: 1px solid #F4F4F4;
  color: #343434;
  display: block;
  font-size: 22px;
  left: 5px;
  padding: 5px 0 5px;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 35px;
}

.mid-part .zip-code-field input {
  max-width: 100%;
  padding: 10px 4px 10px 50px;
}

.mid-part .form-block .submit-btn {
  background-color: #2677C6;
  border: none;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  padding: .5em 2em;
  cursor: pointer;
  transition: all .2s ease-in-out;
  display: block;
  width: 100%;
}

.mid-part .form-block .submit-btn:hover {
  background-color: #1e5d9b;
  text-decoration: none;
  color: #FFFFFF;
}

.mid-part .form-block .submit-btn:active {
  background-color: #164470;
  text-decoration: none;
  color: #FFFFFF;
}

.mid-part .form-block .submit-btn:focus {
  outline: none;
}

.mid-part .right-side-column {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 48em) {
  .mid-part .right-side-column {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 47.99em) {
  .mid-part .left-side-column {
    text-align: center;
  }
}

@media screen and (max-width: 47.99em) {
  .mid-part .center-side-column {
    padding-bottom: 32px;
    padding-top: 32px;
  }
}

.mid-part .right-side {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.mid-part .right-side a {
  background-color: #FFFFFF;
  border: none;
  color: #2677C6;
  font-size: 16px;
  font-weight: 600;
  padding: .5em 2em;
  cursor: pointer;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.mid-part .right-side a:hover {
  background-color: #e6e5e5;
  text-decoration: none;
  color: #2677C6;
}

.mid-part .right-side a:active {
  background-color: #cccccc;
  text-decoration: none;
  color: #2677C6;
}

.mid-part .right-side a:focus {
  outline: none;
}

.bottom-part {
  padding: 64px 0;
}

@media screen and (min-width: 48em) {
  .bottom-part .bottom-part-row {
    align-items: center;
  }
}

@media screen and (min-width: 75em) {
  .bottom-part .item {
    background-color: #FFFFFF;
    padding: 30px;
    transform: translateX(-100px);
  }
}

@media screen and (min-width: 87.5em) {
  .bottom-part .item {
    transform: translateX(-200px);
  }
}

@media screen and (min-width: 48em) {
  .bottom-part .item h2 {
    margin-bottom: 8px;
    margin-top: 0;
  }
}

.bottom-part .item a {
  background-color: #2677C6;
  border: none;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  padding: .5em 2em;
  cursor: pointer;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.bottom-part .item a:hover {
  background-color: #1e5d9b;
  text-decoration: none;
  color: #FFFFFF;
}

.bottom-part .item a:active {
  background-color: #164470;
  text-decoration: none;
  color: #FFFFFF;
}

.bottom-part .item a:focus {
  outline: none;
}

#block-huckabeetv-local-tasks ul {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-top: 11px;
  margin-bottom: 64px;
}

#block-huckabeetv-local-tasks a {
  padding: 13px 26px;
  background-color: #333;
  color: #cccccc;
}

#block-huckabeetv-local-tasks a:hover {
  background-color: #0084d7;
  text-decoration: none;
}

#block-huckabeetv-local-tasks a:focus {
  background-color: #4c4c4c;
}

/* Recipes page */
.paragraph--type--recipe h3 {
  margin-top: 0;
}

/* misc */
.btn-social-share-tw {
  background-color: #00aced;
  font-size: 14px;
  color: #fff;
  border: 1px solid #1562AD;
  text-transform: capitalize;
  cursor: pointer;
  padding: 8px 22px 8px;
  font-weight: 700;
  outline: none;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0 1px 0 rgba(0, 0, 0, 0.05);
  border-radius: 1px;
  font-family: 'SFUIText',sans-serif;
}

.btn-social-share-fb {
  background-color: #2677C6;
  font-size: 14px;
  color: #fff;
  border: 1px solid #1562AD;
  text-transform: capitalize;
  cursor: pointer;
  padding: 8px 22px 8px;
  font-weight: 700;
  outline: none;
  font-family: 'SFUIText',sans-serif;
  margin-right: 15px;
}

/**MODAL STUFF*/
#newsletter-modal .modal-dialog {
  max-width: 500px;
  margin: 15px auto;
  padding: 0 15px;
}

#newsletter-modal .header {
  position: relative;
  padding-left: 100px;
  min-height: 60px;
  margin-bottom: 20px;
}

#newsletter-modal .header img {
  display: block;
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
}

#newsletter-modal h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  max-width: 300px;
}

#newsletter-modal .modal-body {
  padding: 0 30px 30px;
}

.newsletter-form input {
  border-radius: 2px 0 0 2px;
  height: 100%;
}

.newsletter-form .submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 100%;
  border-radius: 2px;
}

.newsletter-form .submit-btn:active {
  position: absolute;
}

#newsletter-modal .close-btn {
  background: none;
  border: none;
  outline: none;
  font-size: 12px;
  color: #bcbcbc;
  font-style: italic;
  margin: 20px auto 0;
  width: 80px;
  text-align: center;
  display: block;
}

/* misc */
.gallery-desc a {
  font-size: 14px;
  -webkit-font-smoothing: auto;
}

#watch-full-episodes-button {
  margin-top: 8px;
}

/* Channel Finder Styles */
/* channel finder popup */
#channel-finder .modal-content {
  border-radius: 0;
}

#channel-finder .header {
  border-bottom: solid 4px #e8e8e8;
  position: relative;
  margin-bottom: 20px;
}

#channel-finder .modal-dialog {
  max-width: 600px;
  margin: 15px auto;
  padding: 0 15px;
}

#channel-finder .modal-body {
  padding: 0 25px;
}

#channel-finder h2 {
  color: #000;
  font-size: 24px;
  padding-right: 40px;
}

#channel-finder .close {
  position: absolute;
  top: -10px;
  right: -5px;
  color: #000;
  opacity: 1;
  font-size: 35px;
  font-weight: normal;
  outline: none;
}

#channel-finder .block-list {
  margin-bottom: 30px;
}

#channel-finder h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #a8a8a8;
  margin-bottom: 10px;
}

#channel-finder .block-list table strong {
  display: block;
  color: #000;
  font-size: 14px;
}

#channel-finder .block-list tr {
  border-bottom: solid 1px #e8e8e8;
}

#channel-finder .block-list td {
  padding: 8px 0;
}

#channel-finder .block-list .button {
  background-color: #000 !important;
  padding: 5px 8px;
  border: none;
  font-size: 14px;
  float: right;
}

#channel-finder .footer {
  background-color: #f7f7f7;
  padding: 20px 40px;
}

#channel-finder .footer .submit-btn {
  width: 200px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #2677C6;
  font-size: 14px;
  color: #fff;
  border: 1px solid #1562AD;
  text-transform: capitalize;
  cursor: pointer;
  padding: 12px 15px 12px;
  font-weight: 700;
  outline: none;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0 1px 0 rgba(0, 0, 0, 0.05);
  border-radius: 1px;
}

#channel-finder .footer input {
  padding-right: 220px;
}

.zip-code-field {
  position: relative;
  margin-bottom: 10px;
}

.zip-code-field span {
  display: block;
  width: 35px;
  border-right: 1px solid #F4F4F4;
  position: absolute;
  top: 2px;
  left: 2px;
  color: #343434;
  text-align: center;
  font-size: 22px;
  padding: 5px 0 5px;
}

.zip-code-field input {
  outline: none;
  font-weight: 400;
  color: #1a1a1a;
  display: block;
  width: 100%;
  padding: 12px 12px 12px 50px !important;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
  height: auto;
  line-height: normal;
}

/*  recipes page */
.paragraph--type--recipe article > div {
  text-align: right;
}

.paragraph--type--recipe img {
  max-height: 480px;
  width: auto;
  margin-bottom: 32px;
}

.paragraph--type--recipe .recipe-name-heading {
  padding-top: 32px;
  border-top: 2px solid lightgray;
}

.footer-menu i, .footer-social-links .views-element-container i, .banner-social-links i, .hero-menu #block-views-block-social-links-block-1-2 div:not(.contextual) i {
  align-items: center;
  border: 1px solid #232323;
  border-radius: 100%;
  color: #232323 !important;
  display: flex;
  height: 28px;
  justify-content: center;
  width: 28px;
  flex-shrink: 0;
}

footer.main-footer {
  background-color: #EAEAEA;
  padding: 64px 0;
}

footer.main-footer img {
  max-width: 180px;
}

footer.main-footer .footer-column {
  padding: 15px;
}

.footer-menu a {
  color: #232323 !important;
  display: flex;
  font-size: 14px;
  padding: 8px;
  align-items: center;
}

.footer-menu i {
  margin-left: 4px;
}

.footer-social-links .views-element-container div {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 47.99em) {
  .footer-social-links .views-element-container i {
    margin-right: 16px;
  }
}

@media screen and (min-width: 48em) {
  .footer-social-links .views-element-container i {
    margin-right: 10px;
  }
}

@media screen and (min-width: 62em) {
  .footer-social-links .views-element-container i {
    margin-right: 16px;
  }
}

.fancy-link-icon {
  display: flex;
  align-items: center;
}

.banner-wrapper {
  position: relative;
}

.banner-social-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 47.99em) {
  .banner-social-links {
    display: none;
  }
}

.banner-social-links i {
  margin-bottom: 16px;
  color: white !important;
  border-color: white;
}

#block-huckabeetv-branding,
#block-tbnlogoblock {
  z-index: 1;
  position: absolute;
  margin: 10px;
}

#block-huckabeetv-branding img,
#block-tbnlogoblock img {
  max-height: 15px;
}

@media screen and (min-width: 48em) {
  #block-huckabeetv-branding,
  #block-tbnlogoblock {
    margin: 20px;
  }
  #block-huckabeetv-branding img,
  #block-tbnlogoblock img {
    max-height: 24px;
  }
}

@media screen and (min-width: 62em) {
  #block-huckabeetv-branding,
  #block-tbnlogoblock {
    margin: 20px;
  }
  #block-huckabeetv-branding img,
  #block-tbnlogoblock img {
    max-height: unset;
  }
}

.hero-menu {
  position: relative;
}

.hero-menu #block-views-block-social-links-block-1-2 {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(calc(-50% - 30px));
}

.hero-menu #block-views-block-social-links-block-1-2 div:not(.contextual) {
  align-items: center;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 47.99em) {
  .hero-menu #block-views-block-social-links-block-1-2 div:not(.contextual) {
    display: none;
  }
}

.hero-menu #block-views-block-social-links-block-1-2 div:not(.contextual) i {
  margin-bottom: 16px;
  color: white !important;
  border-color: white;
}

.hero-menu #block-views-block-social-links-block-1-2 div:not(.contextual) a:last-of-type i {
  margin-bottom: 0;
}

#block-donatebutton {
  position: absolute;
  z-index: 1;
  margin-left: 10px;
  margin-top: 13%;
}

@media screen and (min-width: 48em) {
  #block-donatebutton {
    margin-top: 100px;
    margin-left: 20px;
  }
}

@media screen and (min-width: 62em) {
  #block-donatebutton {
    margin-top: 150px;
  }
}

@media screen and (min-width: 75em) {
  #block-donatebutton {
    margin-top: 175px;
  }
}

@media screen and (min-width: 87.5em) {
  #block-donatebutton {
    margin-top: 200px;
  }
}

#block-donatebutton a {
  background-color: #155AA8;
  color: #ffffff;
  display: block;
  padding: 4px 8px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
}

@media screen and (min-width: 48em) {
  #block-donatebutton a {
    font-size: 12px;
  }
}

@media screen and (min-width: 62em) {
  #block-donatebutton a {
    font-size: 14px;
    padding: 11px 22px;
  }
}

@media screen and (min-width: 75em) {
  #block-donatebutton a {
    font-size: 16px;
  }
}

@media screen and (min-width: 75em) {
  #block-donatebutton a {
    font-size: 18px;
  }
}

#block-donatebutton a:hover {
  color: #edaa17;
  text-decoration: none;
}

/*# sourceMappingURL=main.css.map */
