article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
}
pre {
  overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  margin-top: 0;
  text-transform: uppercase;
}
h1 {
  font-size: 4rem;
  line-height: 4.5rem;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
h2.no-border::after {
  display: none;
}
h3 {
  font-size: 2.1rem;
  line-height: 2.7rem;
}
img {
  height: auto;
  max-width: 100%;
}
ul {
  margin: 0;
  padding: 0;
}
p.small {
  font-size: 1.4rem;
}
.section-inner a {
  color: #438dbb;
}
.section-inner a:hover,
.section-inner a:focus {
  text-decoration: none;
}
.bold {
  font-weight: 700;
}
.semi-bold {
  font-weight: 500;
}
.trans-btn,
.btn-primary {
  background: none;
  border: 1px solid #fff;
  border-radius: 35px;
  color: #fff;
  font-family: 'Fjalla One', sans-serif;
  font-size: 2.6rem;
  padding: 0.9rem 7rem 0.6rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 400ms ease;
}
@media only screen and (max-width: 500px) {
  .btn-primary {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 500px) {
  .btn-primary.small-mobile {
    font-size: 1.8rem;
    padding: 1rem 2rem 0.8rem;
  }
}
.trans-btn:hover,
.trans-btn:focus {
  border-color: #438dbb;
  color: #438dbb;
}
.btn-primary-outer {
  margin-top: 6rem;
}
@media only screen and (max-width: 500px) {
  .btn-primary-outer {
    margin-top: 4rem;
  }
}
.branding-colors {
  background-color: #fff;
  border: 1px solid #005291;
}
.branding-colors,
.branding-colors a,
.page-wrap .branding-colors {
  color: #005291;
}
.branding-colors:hover,
.branding-colors:focus {
  background-color: #005291;
  color: #fff;
}
#wrapper {
  position: relative;
}
.section-inner {
  margin: 0 auto;
  width: 1200px;
}
@media only screen and (max-width: 1220px) {
  .section-inner {
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 1200px) {
  .section-inner,
  .tech-wrap {
    width: 100%;
  }
}
.logo-block-white {
  background-color: #fff;
}
.logo-block-lightblue {
  background-color: #438dbb;
}
.logo-block-gray {
  background-color: #6b7278;
}
.logo-block-darkblue {
  background-color: #085091;
}
.logo-block-black {
  background-color: #000;
}
.logo-block-metv {
  background-color: #009ec6;
}
.logo-block-metv-toons {
  background-color: #042879;
}
.logo-block-handi {
  background-color: #125cab;
}
.logo-block-start {
  background-color: #132056;
}
.logo-block-story {
  background-image: radial-gradient(at top, #0c1900 15%, #2e4718 100%);
}
.logo-block-metvfm {
  background-color: #000;
}
.logo-block-dablBlue {
  background-color: #0970bf;
}
.page-wrap {
  background: rgba(255,255,255,0.9);
  margin: 0 auto;
  min-height: 600px;
  padding: 5.555555555556% 2.777777777778%;
  position: relative;
  width: 900px;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .page-wrap {
    padding: 2.2rem;
  }
}
.page-wrap.transparent {
  background: none;
}
.page-wrap ul {
  margin: 0 0 20px 25px;
}
.page-wrap li {
  margin-bottom: 0.5rem;
}
.page-wrap h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin: 30px 0 15px;
}
.page-wrap a {
  color: #438dbb;
}
.page-wrap.landing-page-no-spacing {
  margin-bottom: 0;
}
.page-wrap h1,
.landing-page h1 {
  font-size: 7rem;
  line-height: 7.7rem;
  margin-bottom: 5.555555555556%;
  padding-bottom: 5.555555555556%;
  text-align: center;
}
.page-wrap h1::after,
.landing-page h1:after {
  background-color: #0a5192;
  bottom: 0;
  content: "";
  height: 1px;
  left: 36.111111111111%;
  position: absolute;
  width: 27.777777777778%;
}
@media only screen and (max-width: 700px) {
  .page-wrap h1,
  .landing-page h1,
  .page-wrap.about-us-wrap h1 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
@media only screen and (max-width: 550px) {
  .page-wrap h1,
  .landing-page h1,
  .page-wrap.about-us-wrap h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
.page-wrap a:hover,
.page-wrap a:focus {
  text-decoration: none;
}
.landing-page h1 {
  padding-bottom: 0;
}
.landing-page h1:after {
  display: none;
}
.landing-page .landing-section-desc {
  text-align: left;
}
.landing-page .landing-section-desc h2 {
  margin-bottom: 2rem;
  padding-bottom: 0;
}
.landing-page .section {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 600px) {
  .landing-page .section {
    flex-direction: column;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .landing-page .section img {
    margin: 2rem 0 3rem;
  }
}
@media only screen and (max-width: 600px) {
  .landing-page .side-by-side > div:first-child {
    margin-bottom: 3rem;
  }
}
.landing-page .contact-form {
  padding-top: 0;
}
@media only screen and (max-width: 600px) {
  .landing-page .contact-form {
    padding-top: 4rem;
  }
}
.landing-page .contact-form .checkbox {
  display: flex;
}
@media only screen and (max-width: 600px) {
  .landing-page .contact-form .checkbox {
    flex-direction: row;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.landing-page .contact-form .checkbox input {
  display: inline-block;
  width: 6%;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 600px) {
  .landing-page .contact-form .checkbox input {
    margin: 0 0 0.5rem;
  }
}
@media only screen and (max-width: 600px) and (max-width: 600px) {
  .landing-page .contact-form .checkbox .other {
    width: 100%;
  }
}
.landing-page .page-wrap li {
  margin-bottom: 0;
}
.landing-page .page-wrap.landing-page-spaced-out {
  padding-bottom: 7rem;
}
.landing-page .page-wrap.skill-list {
  padding-bottom: 6rem;
}
.landing-page ul {
  text-align: left;
  margin: 0 0 3rem 5rem;
}
@media only screen and (max-width: 600px) {
  .landing-page ul {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 500px) {
  .landing-page ul {
    margin: 0 0 3rem 4rem;
  }
}
.landing-page ul.center {
  list-style: inside;
  margin: 0 auto 4rem;
}
@media only screen and (max-width: 500px) {
  .landing-page ul.center {
    margin-bottom: 2rem;
  }
}
.landing-page .head-logo {
  margin: 0 auto 5rem;
}
.landing-page .list-line-up {
  margin: 0 0 0 2rem;
  line-height: 2.4rem;
}
.landing-page .form-wrap {
  margin-bottom: 5rem;
}
.landing-page.text-header {
  margin: 3rem 0;
}
.landing-page.text-header h1 {
  margin-bottom: 4rem;
}
.section.align-center {
  align-items: center;
}
.landing-page-item-spacing {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 600px) {
  .landing-page-item-spacing {
    margin-bottom: 3rem;
  }
}
.landing-section-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 1.666666666667% 1.666666666667%;
  text-align: center;
  width: 50.833333333333%;
}
@media only screen and (max-width: 600px) {
  .landing-section-desc {
    padding: 0;
  }
}
.landing-page-block-image {
  display: block;
  margin: 0 auto 1rem;
  width: 500px;
}
@media only screen and (max-width: 500px) {
  .landing-page-block-image {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .skill-list ul {
    max-width: 80%;
  }
}
.skill-list .item {
  padding: 3rem 0 1rem;
}
@media only screen and (max-width: 500px) {
  .skill-list .item {
    padding-top: 2rem;
  }
}
.skill-list .item h1 {
  color: #005291;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 500px) {
  .skill-list .item h1 {
    margin-bottom: 0;
  }
}
.skill-list .item img {
  width: 170px;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 500px) {
  .skill-list .item img {
    width: 125px;
  }
}
.skill-list .description-inner {
  padding: 0 6rem;
}
@media only screen and (max-width: 500px) {
  .skill-list .description-inner {
    padding: 0 2rem;
  }
}
.skill-list .advertising {
  max-width: 80%;
}
.skill-list .guidance {
  max-width: 45%;
}
.skill-list .insight,
.skill-list .relationships {
  max-width: 20%;
}
@media only screen and (max-width: 500px) {
  .skill-list .advertising,
  .skill-list .guidance,
  .skill-list .insight,
  .skill-list .relationships {
    max-width: 100%;
  }
}
.anchor-link-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 5rem 0 1rem;
}
@media only screen and (max-width: 500px) {
  .anchor-link-container {
    font-size: 1.6rem;
    flex-direction: column;
    margin: 2rem 0;
  }
}
.anchor-fixed {
  display: block;
  position: relative;
  top: -125px;
}
html {
  scroll-behavior: smooth;
}
@media only screen and (max-width: 900px) {
  html {
    font-size: 56%;
  }
}
.section-right {
  margin-left: 3rem;
}
@media only screen and (max-width: 600px) {
  .section-right {
    margin-right: 0;
    margin-left: 0;
  }
}
.bluew-bg-left,
.bluew-bg-right {
  position: absolute;
  top: 50px;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  .bluew-bg-left,
  .bluew-bg-right {
    width: 44.777777777778%;
  }
}
.bluew-bg-left {
  left: 0;
}
.bluew-bg-right {
  right: 0;
}
.blue-branding-arrows {
  position: relative;
}
.dark-bg-section {
  background-color: #000;
  color: #fff;
}
.dark-bg-section a {
  color: #fff;
}
.grey-bg-section {
  background-color: #888b94;
  color: #fff;
}
.grey-bg-section a {
  color: #fff;
}
.light-grey-bg-section {
  background-color: #e5e5e5;
}
.blue-bg-section {
  background-color: #005291;
  color: #fff;
}
.white-bg-section {
  background-color: #fff;
  color: #000;
}
.white {
  color: #fff;
}
.no-height {
  min-height: auto;
}
.center {
  display: block;
  text-align: center;
}
.rounded-corners {
  border-radius: 10px;
}
.sticky-outer .sticktotop {
  padding: 2.7rem 0 2rem;
}
@media only screen and (max-width: 500px) {
  .sticky-outer .sticktotop {
    padding: 4rem 0 2rem;
  }
}
.col-wrapper {
  display: flex;
}
@media only screen and (max-width: 500px) {
  .col-wrapper {
    flex-direction: column;
  }
}
.col-thirds {
  width: calc(100% / 3);
}
@media only screen and (max-width: 500px) {
  .col-thirds {
    width: 100%;
  }
}
.col-thirds-list {
  padding: 0 3rem 0;
}
@media only screen and (max-width: 500px) {
  .col-thirds-list {
    padding: 0 3rem 0;
  }
}
.z-index-forefront {
  z-index: 10;
}
.z-index-background {
  z-index: 1;
}
.plus-sign {
  color: #005291;
  font-size: 7rem;
  font-weight: bold;
  padding: 1rem 0 1rem;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .plus-sign {
    font-size: 5rem;
    padding-bottom: 0;
  }
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix {
  *zoom: 1;
}
.clearfix::after {
  clear: both;
}
.to-lowercase {
  text-transform: lowercase;
}
.careers-iframe-wrap #inlineframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.right {
  float: right;
}
.desktop-only {
  display: block;
}
.desktop-only-inline {
  display: inline-block;
}
@media only screen and (max-width: 500px) {
  .desktop-only,
  .desktop-only-inline {
    display: none;
  }
}
.mobile-only,
.mobile-only-inline {
  display: none;
}
@media only screen and (max-width: 500px) {
  .mobile-only {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .mobile-only-inline {
    display: inline-block;
  }
}
.check:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: -2.7rem;
  padding-right: 1rem;
}
.hp-coverage-wrap {
  background-color: #3d619c;
  position: relative;
}
.hp-mobile-bg-img,
.hp-hero-video {
  opacity: 0.5;
}
.hp-mobile-bg-img {
  display: block;
  width: 100%;
}
.hp-hero-video {
  height: auto;
  width: 100%;
}
.hp-coverage-screenshot,
.hp-coverage-intro-logo {
  display: block;
}
.hp-coverage-intro {
  color: #fff;
  left: 31.944444444444%;
  position: absolute;
  text-align: center;
  top: 27.777777777778%;
  width: 36.111111111111%;
}
@media only screen and (max-width: 800px) {
  .hp-coverage-intro {
    left: 31.25%;
    top: 20.777777777778%;
    width: 37.5%;
  }
}
@media only screen and (max-width: 500px) {
  .hp-coverage-intro {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .hp-coverage-intro {
    left: 25%;
    top: 12.77%;
    width: 50%;
  }
}
@media only screen and (max-width: 350px) {
  .hp-coverage-intro {
    left: 16%;
    top: 16.777777777778%;
    width: 70%;
  }
}
@media only screen and (max-width: 1100px) {
  .hp-coverage-intro .trans-btn {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  .hp-coverage-intro .trans-btn {
    font-size: 1.6rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.hp-coverage-intro h1 {
  margin-bottom: 7.692307692308%;
  padding-top: 7.692307692308%;
}
@media only screen and (max-width: 1100px) {
  .hp-coverage-intro h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media only screen and (max-width: 625px) {
  .hp-coverage-intro h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media only screen and (max-width: 350px) {
  .hp-coverage-intro h1 {
    display: none;
  }
}
.hp-coverage-intro h1::before {
  background-color: #fff;
  left: 30.769230769231%;
  top: 0;
  width: 38.461538461538%;
}
.hp-coverage-intro-logo {
  margin: 0 auto 7.692307692308%;
}
.hp-coverage-intro h1::before,
.hp-about h1::after {
  content: '';
  height: 1px;
  position: absolute;
}
.hp-stats {
  background-color: #085091;
  color: #8c939c;
  font-family: 'Fjalla One', sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 800px) {
  .hp-stats {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 625px) {
  .hp-stats {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media only screen and (max-width: 500px) {
  .hp-stats {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
}
@media only screen and (max-width: 300px) {
  .hp-stats {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.hp-stats-inner {
  margin: 0 auto;
  padding: 4.210526315789% 0;
  width: 950px;
}
@media only screen and (max-width: 950px) {
  .hp-stats-inner {
    padding: 1.7rem 2.2rem;
    width: 100%;
  }
}
.hp-stats-item {
  float: left;
  width: 33.333333333333%;
}
@media only screen and (max-width: 400px) {
  .hp-stats-item {
    padding: 0 0.4rem;
  }
}
.hp-stats-num {
  color: #fff;
  display: block;
  font-size: 9rem;
  line-height: 9rem;
}
@media only screen and (max-width: 800px) {
  .hp-stats-num {
    font-size: 8rem;
    line-height: 8rem;
  }
}
@media only screen and (max-width: 625px) {
  .hp-stats-num {
    font-size: 6rem;
    line-height: 6rem;
  }
}
@media only screen and (max-width: 500px) {
  .hp-stats-num {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 300px) {
  .hp-stats-num {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.hp-about {
  padding-top: 8.333333333333%;
  padding-bottom: 8.333333333333%;
  max-width: 900px;
  text-align: center;
}
.hp-about h1 {
  margin-bottom: 4.166666666667%;
  padding-bottom: 4.166666666667%;
}
.hp-about h1::after {
  background-color: #0a5192;
  bottom: 0;
  left: 41.666666666667%;
  width: 20.833333333333%;
}
.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next {
  color: #fff;
  background: transparent;
  font-size: 2.5rem;
  margin-top: 0.8rem;
  outline: none;
}
.hp-brands {
  background-attachment: fixed;
  background-color: #085091;
  background-image: url("/images/hp_logos_bg_3.jpg");
  background-position: center center;
  background-size: cover;
  padding: 5.6rem 2.25rem 1rem;
}
.hp-brands .section-inner,
.hp-brands .bx-wrapper {
  background: none;
  border: none;
  box-shadow: none;
}
.hp-brands .section-inner .bx-pager.bx-default-pager a,
.hp-brands .bx-wrapper .bx-pager.bx-default-pager a {
  background: #438dbb;
  border-radius: 6px;
  height: 12px;
  width: 12px;
}
.hp-brands .bx-wrapper .bx-pager.bx-default-pager a:hover,
.hp-brands .bx-wrapper .bx-pager.bx-default-pager a.active,
.hp-brands .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff;
}
.hp-brand-item {
  padding: 0 10px;
}
.hp-brand-item img {
  max-height: 85px;
  opacity: 0.6;
}
.hp-brand-item img:hover {
  opacity: 1;
}
@media only screen and (max-width: 1220px) {
  .hp-brand-block {
    padding: 0 1.5rem;
  }
}
.tech-wrap {
  width: 1200px;
}
.tech-wrap h1 {
  padding-bottom: 0;
}
.tech-wrap h1::after {
  background: none;
}
.tech-section {
  margin-bottom: 20px;
}
.tech-section img,
.section img {
  display: block;
  float: left;
  width: 49.166666666667%;
  align-self: flex-start;
}
.tech-section-desc,
.tech-section-right img {
  float: right;
}
.tech-section-desc {
  padding: 6.666666666667% 0 1.666666666667% 1.666666666667%;
  text-align: center;
  width: 50.833333333333%;
}
.tech-section-right .tech-section-desc,
.section-right .landing-section-desc {
  padding: 6.666666666667% 1.666666666667% 1.666666666667% 0;
}
.tech-section-desc h2,
.landing-section-desc h2 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 40px;
  line-height: 4rem;
  margin: 0 0 4.918032786885%;
  padding-bottom: 4.918032786885%;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .tech-section-desc h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.tech-section-desc h2::after,
.landing-section-desc h2::after {
  background-color: #0a5192;
  bottom: 0;
  content: "";
  height: 1px;
  left: 36.1111%;
  position: absolute;
  width: 27.7778%;
}
@media only screen and (max-width: 600px) {
  .tech-section img,
  .tech-section-desc,
  .section img,
  .landing-section-desc {
    float: none;
    width: 100%;
  }
}
.client-assets-wrap {
  font-size: 0;
  margin-bottom: 11.1111111111111%;
}
.client-assets-item {
  display: inline-block;
  font-size: 16px;
  margin: 0 3.333333333333% 5.555555555556% 0;
  text-align: center;
  vertical-align: top;
  width: 31.111111111111%;
}
@media only screen and (max-width: 600px) {
  .client-assets-item {
    width: 48.333333333333%;
  }
}
@media only screen and (max-width: 350px) {
  .client-assets-item {
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .client-assets-item:nth-child(2n+0) {
    margin-right: 0;
  }
}
.client-assets-item:nth-child(3n + 0) {
  margin-right: 0;
}
@media only screen and (max-width: 600px) {
  .client-assets-item:nth-child(3n + 0) {
    margin-right: 3.33%;
  }
}
.client-assets-item h3 {
  color: #438dbb;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 23px;
  line-height: 2.3rem;
  margin: 0 0 10px;
}
.client-assets-item-inner {
  border: 1px solid #004f92;
  padding: 1rem;
}
@media only screen and (max-width: 350px) {
  .client-assets-item-inner {
    padding: 2rem;
  }
}
.client-assets-item-inner img {
  display: block;
}
.client-assets-item-links,
.client-assets-item-links a {
  color: #fff;
}
.client-assets-item-links {
  background-color: #004f92;
  padding: 4%;
}
@media only screen and (max-width: 700px) {
  .client-assets-item-links {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 350px) {
  .client-assets-item-links {
    font-size: 1.6rem;
  }
}
.client-assets-item-links a,
.client-assets-download {
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
}
a.client-assets-download {
  color: #004f92;
  display: block;
  font-size: 30px;
  font-size: 3rem;
  line-height: 35px;
  line-height: 3.5rem;
  text-align: center;
}
.client-assets-download:hover {
  color: #438dbb;
}
.lity {
  background: rgba(0,0,0,0.8) !important;
}
.lity-container {
  box-shadow: 0 0 2rem #000;
}
.three-column-sort-grid {
  display: grid;
  grid-template-columns: 100px 200px 300px;
  grid-gap: 3rem;
  align-items: center;
  margin-top: -2rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 550px) {
  .three-column-sort-grid {
    display: block;
    margin-bottom: 3rem;
  }
}
.three-column-sort-grid .trans-btn {
  margin-top: 2rem;
}
@media only screen and (max-width: 550px) {
  .three-column-sort-grid .trans-btn {
    margin-top: 0.5rem;
  }
}
.content-img-grid {
  position: relative;
}
.content-img-grid-item-sizer,
.content-img-grid-item {
  width: 12.0353658536585%;
}
@media only screen and (max-width: 500px) {
  .content-img-grid-item-sizer,
  .content-img-grid-item {
    width: 32%;
  }
}
.content-img-grid-item-gutter {
  width: 1.219512195122%;
}
.content-img-grid-item {
  cursor: pointer;
  float: left;
  margin-bottom: 1.219512195122%;
}
.content-img-grid-item img {
  display: block;
}
.content-img-grid-overlay {
  background: rgba(0,0,0,0.5);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
}
.content-img-grid-item-popout {
  background: #fff;
  border: 20px solid #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  height: 550px;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 800px;
  border-radius: 10px;
  overflow: auto;
}
@media only screen and (max-width: 500px) {
  .content-img-grid-item-popout {
    width: 100%;
    height: 500px;
    box-shadow: none;
  }
}
@media only screen and (max-width: 500px) {
  .content-img-grid-item-popout .branding.trans-btn.small {
    width: 40%;
    margin-top: 4rem;
  }
}
.content-img-grid-item-popout img {
  float: left;
  margin: 0 2.4390243902439% 0 0;
  width: 50%;
}
@media only screen and (max-width: 500px) {
  .content-img-grid-item-popout img {
    width: 70%;
    margin-top: 2rem;
  }
}
.content-img-grid-item-open .content-img-grid-overlay {
  display: block;
}
.content-img-grid-close {
  position: absolute;
  right: 0;
  top: -5px;
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
}
.content-img-grid-close i {
  font-size: 3rem;
}
.content-img-grid-details {
  float: right;
  height: 360px;
  overflow: auto;
  width: 47%;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 500px) {
  .content-img-grid-details {
    float: none;
    width: 100%;
  }
}
.content-img-grid-details .branding.trans-btn {
  margin: 4.5rem auto 0;
}
@media only screen and (max-width: 500px) {
  .content-img-grid-details .branding.trans-btn {
    margin-top: 2rem;
  }
}
.content-img-grid-text-about {
  margin-bottom: 0;
  display: none;
  float: left;
  clear: both;
  margin-bottom: 1rem;
  width: 100%;
}
.content-img-grid-h2 {
  max-width: 88.408644400786%;
  margin: 3rem 0 1.5rem;
}
.content-img-grid-h3 {
  margin-top: 0;
}
.content-img-grid-bg {
  overflow: hidden;
}
.content-img-grid-text-small {
  display: none;
  float: left;
  clear: both;
  margin-bottom: 1rem;
}
.container-img-grid {
  width: 90%;
  margin: 0px auto;
}
.container-filter-sort {
  padding: 1rem 0;
  margin-bottom: 3rem;
}
.upfront-flexwrapper {
  display: flex;
  flex-wrap: nowrap;
}
.upfront-flexbox {
  justify-content: center;
  align-items: center;
  width: 33.333333333333%;
  padding: 2%;
}
img.handi-logo {
  position: relative;
}
@media only screen and (max-width: 700px) {
  img.handi-logo top 20px {
    top: 0;
  }
}
.upfront-header {
  font-family: 'Fjalla One', sans-serif;
  margin-top: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  font-size: 4rem;
  line-height: 6rem;
  font-weight: 100;
}
@media only screen and (max-width: 400px) {
  .upfront-header {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.upfront-flexwrapper-text {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
@media only screen and (max-width: 400px) {
  .upfront-flexwrapper-text {
    flex-direction: column;
  }
}
.upfront-flexbox-text {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 2%;
  text-align: center;
}
@media only screen and (max-width: 400px) {
  .upfront-flexbox-text {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .upfront-flexbox-text:first-child {
    margin-bottom: 2rem;
  }
}
.terms-contact,
.privacy-contact {
  margin-top: 20px;
}
.terms-contact span,
.privacy-contact span {
  display: block;
  margin-top: 10px;
}
h1.privacy-heading {
  margin-top: 50px;
}
.about-us-wrap h1 {
  font-size: 60px;
  font-size: 6rem;
  line-height: 65px;
  line-height: 6.5rem;
}
.about-us-wrap h3 {
  color: #438dbb;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .about-us-copy,
  .about-us-bg,
  .page-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .about-us-copy {
    float: none;
    max-width: none;
  }
}
@media only screen and (max-width: 900px) {
  .about-us-bg {
    left: 0;
    opacity: 0.1;
  }
}
@media only screen and (max-width: 400px) {
  .about-us-bg {
    display: block;
    margin: 2rem auto 0;
    opacity: 1;
    position: static;
    width: 88%;
  }
}
.about-us-video {
  height: auto;
  margin: 30px 0 20px;
  width: 100%;
}
.owl-theme .owl-dots {
  padding: 2rem 0 1rem;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: #438dbb;
}
.owl-theme .owl-dots .owl-dot.active span {
  background-color: #fff;
}
.networks-wrap {
  display: flex;
}
@media only screen and (max-width: 800px) {
  .networks-wrap {
    display: block;
  }
}
.networks-column {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .networks-column {
    float: none;
    width: 100%;
  }
}
.network-info {
  padding: 5.555555555556%;
  text-align: justify;
}
.network-info a {
  color: #438dbb;
  text-decoration: none;
}
.network-info a:hover {
  text-decoration: underline;
}
.network-info h1 {
  font-size: 70px;
  font-size: 7rem;
  line-height: 75px;
  line-height: 7.5rem;
}
@media only screen and (max-width: 700px) {
  .network-info h1 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
@media only screen and (max-width: 550px) {
  .network-info h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
.network-info h2.network-heading {
  font-size: 4rem;
  line-height: 4.5rem;
  margin-bottom: 5.555555555556%;
  padding-bottom: 5.555555555556%;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .network-info h2.network-heading {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}
@media only screen and (max-width: 500px) {
  .network-info h2.network-heading {
    font-size: 2rem;
    line-height: 3.5rem;
  }
}
.network-info h2.network-heading::after {
  background-color: #0a5192;
  bottom: 0;
  content: '';
  height: 1px;
  left: 36.111111111111%;
  position: absolute;
  width: 27.777777777778%;
}
.network-info h1,
.network-info h2.network-heading {
  text-align: center;
}
.network-nav {
  background-color: #000;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
  .network-national-nav .trans-btn,
  .network-local-nav .trans-btn {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .network-national-nav .trans-btn,
  .network-local-nav .trans-btn {
    font-size: 3rem;
    padding: 0.8rem 3rem 0.6rem;
  }
}
@media only screen and (max-width: 500px) {
  .network-national-nav .trans-btn,
  .network-local-nav .trans-btn {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 350px) {
  .network-national-nav .trans-btn,
  .network-local-nav .trans-btn {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1400px) {
  .network-local-nav .trans-btn {
    font-size: 2.5rem;
    padding: 0.8rem 3rem 0.6rem;
  }
}
@media only screen and (max-width: 1200px) {
  .network-local-nav .trans-btn {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  .network-local-nav .network-nav-block {
    padding: 7% 3.33%;
    width: 33.33%;
  }
}
@media only screen and (max-width: 400px) {
  .network-nav-block {
    padding: 7% 3.33%;
    width: 33%;
  }
}
.network-nav-block {
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  align-items: center;
  float: left;
  opacity: 0.4;
  padding: 8% 3.333333333333%;
  width: 33.222222222222%;
  transition: all 600ms ease;
  max-width: calc(100% / 3);
}
@media only screen and (max-width: 800px) {
  .network-nav-block {
    padding: 5% 3.333333333333%;
    width: 19.95%;
    max-width: calc(100% / 5);
  }
}
@media only screen and (max-width: 400px) {
  .network-nav-block {
    max-width: calc(100% / 3);
  }
}
.network-nav-block a {
  align-self: center;
}
.network-nav-block img {
  display: block;
  max-width: 100%;
  height: auto;
}
.network-current,
.network-nav-block:hover {
  opacity: 1;
}
.network-view-others {
  padding: 90px 30px;
  text-align: center;
  width: 100%;
}
.network-view-others-local {
  clear: none;
  float: left;
  padding: 13.4444444444447% 30px;
  width: 66.666666666667%;
}
@media only screen and (max-width: 800px) {
  .network-view-others,
  .network-view-others-local {
    clear: both;
    padding: 7rem 3rem;
    width: 100%;
  }
}
.social-channel-item {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 500px) {
  .social-channel-item {
    margin-bottom: 5rem;
  }
}
.social-channel-item h2 {
  margin-bottom: 3rem;
}
header {
  border-bottom: 1px solid #0a5192;
  padding: 2% 0;
}
@media only screen and (max-width: 500px) {
  header {
    padding: 2rem 0 0;
  }
}
.header-inner {
  min-height: 52px;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .header-inner {
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 500px) {
  .header-inner {
    padding: 0;
  }
}
.header-no-border {
  border: none;
}
.search-wrap {
  background-color: #085091;
  color: #fff;
  display: none;
  text-align: right;
}
.search-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.search-form input {
  font-family: 'Fjalla One', sans-serif;
  font-size: 70px;
  font-size: 7rem;
  margin-right: 63px;
  text-align: center;
  text-transform: uppercase;
  width: 94.75%;
}
.search-form button {
  float: right;
  font-size: 20px;
  font-size: 2rem;
  padding: 0;
  width: 63px;
}
.search-form button:hover {
  background-color: #438dbb;
}
.search-form-input-wrap {
  float: left;
  margin-right: -63px;
  width: 100%;
}
.search-form input,
.search-form button {
  background: none;
  border: none;
}
.logo {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 200px;
  z-index: 9;
}
@media only screen and (max-width: 1300px) {
  .logo {
    left: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .logo {
    top: 7px;
    width: 150px;
  }
}
@media only screen and (max-width: 650px) {
  .logo {
    top: 11px;
    width: 120px;
  }
}
@media only screen and (max-width: 500px) {
  .logo {
    margin: 0 auto 2.2rem;
    position: static;
    width: 45%;
  }
}
#main-nav {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  #main-nav {
    background-color: #8c939c;
    padding: 1.2rem 0 1.1rem;
  }
}
#main-nav ul {
  font-family: 'Fjalla One', sans-serif;
  font-size: 20px;
  font-size: 2rem;
  list-style: none;
  margin-top: 15px;
  text-align: right;
  text-transform: uppercase;
}
@media only screen and (max-width: 500px) {
  #main-nav ul {
    margin: 0;
    text-align: center;
  }
}
#main-nav ul a {
  color: #8c939c;
  padding-bottom: 1rem;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 500px) {
  #main-nav ul a {
    color: #fff;
  }
}
#main-nav ul li a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #085091;
  content: '';
  opacity: 0;
  transform: translateY(10px);
}
@media only screen and (max-width: 500px) {
  #main-nav ul li a::after {
    background: #ccc;
  }
}
#main-nav ul li a:hover::after {
  opacity: 1;
  transform: translateY(-10px);
}
#main-nav ul li ul {
  background: rgba(255,255,255,0.9);
  display: none;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0 10px 20px;
  position: absolute;
  right: -10px;
  text-align: right;
  top: 30px;
  width: 200px;
  z-index: 99;
}
#main-nav ul li ul li {
  display: block;
  margin: 6px 0 0;
}
@media only screen and (max-width: 500px) {
  #main-nav ul li ul a {
    color: #000;
  }
}
#main-nav li {
  display: inline-block;
  margin-left: 5.494505494505%;
  position: relative;
}
#main-nav li:first-child {
  margin-left: 0;
}
#main-nav li.search-trigger:hover {
  border: none;
}
@media only screen and (max-width: 500px) {
  .logo,
  #main-nav {
    float: none;
  }
}
li.search-trigger span {
  color: #8c939c;
}
.main-nav-dropdown a {
  position: relative;
  z-index: 2;
}
li.search-trigger span {
  border-left: 1px solid #8c939c;
  border-right: 1px solid #8c939c;
  cursor: pointer;
  display: block;
  padding: 15px 20px;
}
li.search-trigger span:hover {
  background-color: #085091;
  border-left: 1px solid #085091;
  border-right: 1px solid #085091;
  color: #fff;
}
.is-sticky .header-inner {
  background-color: #fff;
  box-shadow: 0 0 7px rgba(0,0,0,0.3);
  padding: 1rem 3rem;
  width: 100%;
  z-index: 999;
}
@media only screen and (max-width: 500px) {
  .is-sticky .header-inner {
    min-height: inherit;
  }
}
.is-sticky .header-sticky {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
.is-sticky .logo {
  top: -3px;
  width: 120px;
}
@media only screen and (max-width: 500px) {
  .is-sticky .logo {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .is-sticky #main-nav {
    background: none;
    padding: 0;
  }
}
.is-sticky #main-nav ul {
  margin-top: 0.4rem;
}
@media only screen and (max-width: 500px) {
  .is-sticky #main-nav ul a {
    color: #8c939c;
  }
}
footer {
  background-color: #000;
  font-family: 'Fjalla One', sans-serif;
  margin-top: 1px;
  text-align: center;
  text-transform: uppercase;
}
footer .section-inner {
  padding: 8.333333333333% 3rem;
}
#footer-nav {
  margin-bottom: 30px;
}
#footer-nav ul li {
  border-left: 2px solid #fff;
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0 15px 0 20px;
}
@media only screen and (max-width: 500px) {
  #footer-nav ul li {
    padding: 0 15px;
  }
}
#footer-nav ul li:first-child {
  border: none;
}
#footer-nav ul li a {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  text-decoration: none;
  transition: all 400ms ease;
}
#footer-nav ul li a:hover,
.copyright {
  color: #438dbb;
}
.form-error-msg,
.form-error {
  color: #e91c24;
}
.form-error-msg {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  margin: -3px 0 5px;
}
.form-error,
.form-success {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
  padding: 15px;
  text-align: center;
}
.form-success h1 {
  font-size: 3rem;
  line-height: 6rem;
}
.form-error {
  background-color: #fee9ea;
}
.venture-form textarea {
  height: 100px;
  color: #000;
}
.container-buyyesno {
  margin: 1rem 0 2rem;
}
.contact-form {
  margin: 0 auto;
  width: 400px;
}
@media only screen and (max-width: 450px) {
  .contact-form {
    width: 100%;
  }
}
.contact-form label {
  margin-bottom: 5px;
}
.contact-form label span {
  color: #e91c24;
}
.contact-form textarea {
  height: 200px;
}
.venture-form {
  margin: 0 auto;
  width: 600px;
}
.contact-form label,
.contact-form input,
.contact-form textarea,
.contact-form button {
  display: block;
}
.contact-form input,
.contact-form textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #e1e1e1;
  color: #000;
  margin-bottom: 2.5rem;
  padding: 0.5rem;
  width: 100%;
}
.contact-form .trans-btn,
.branding.trans-btn {
  background-color: #085091;
  font-size: 2.4rem;
  border: none;
  margin: 1.5rem auto 0;
  width: auto;
}
.branding.btn-small,
.trans-btn.btn-small {
  font-size: 1.9rem;
  padding: 0.7rem 5rem 0.5rem;
  margin-top: 2rem;
}
.branding.trans-btn.small {
  font-size: 1.7rem;
  padding: 8px 16px 6px;
  max-width: 150px;
}
.contact-form .trans-btn:hover,
.contact-form .trans-btn:focus,
.branding.trans-btn:hover,
.branding.trans-btn:focus {
  color: #fff;
  filter: brightness(125%);
}
.g-recaptcha {
  margin-bottom: 20px;
}
.payment-form .radiocontainer,
.access-form .radiocontainer {
  display: flex;
}
.payment-form div,
.access-form div {
  margin-bottom: 1.5rem;
}
.payment-form .radiocontainer input,
.access-form .radiocontainer input {
  width: 10%;
  margin-top: 0.3rem;
}
.payment-form .radiocontainer label,
.access-form .radiocontainer label {
  cursor: pointer;
}
.access-form .radiocontainer label {
  min-width: 200px;
}
.payment-form input,
.payment-form select {
  margin-bottom: 1rem;
}
.payment-form .radio_singlemultiple {
  margin-bottom: 1.5rem;
}
.payment-form label span {
  color: #000;
}
.payment-complete-item {
  font-weight: 700;
  padding: 2.040816326531%;
  position: relative;
  clear: both;
}
.payment-complete-item-stripe {
  background: linear-gradient(to right, #eff0ef 85%, #fff 100%);
}
.payment-complete-fieldname,
.payment-complete-fieldvalue {
  float: left;
}
.payment-complete-fieldname {
  font-size: 2rem;
  padding: 2.3rem 3rem;
  width: 15.957446808511%;
}
.payment-complete-fieldname span {
  color: #b40014;
  display: block;
  font-size: 1.6rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.payment-complete-fieldvalue {
  font-size: 2rem;
  padding: 2rem 3rem;
  width: 84.042553191489%;
}
[tooltip] {
  position: relative;
  display: inline-block;
}
[tooltip]::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: rgba(0,0,0,0.7) transparent transparent transparent;
  z-index: 99;
  opacity: 0;
}
[tooltip-position='left']::before {
  left: 0%;
  top: 50%;
  margin-left: -12px;
  transform: translatey(-50%) rotate(-90deg);
}
[tooltip-position='top']::before {
  left: 50%;
}
[tooltip-position='buttom']::before {
  top: 100%;
  margin-top: 8px;
  transform: translateX(-50%) translatey(-100%) rotate(-180deg);
}
[tooltip-position='right']::before {
  left: 100%;
  top: 50%;
  margin-left: 1px;
  transform: translatey(-50%) rotate(90deg);
}
[tooltip]::after {
  content: attr(tooltip);
  position: absolute;
  left: 50%;
  top: -6px;
  transform: translateX(-50%) translateY(-100%);
  background: rgba(0,0,0,0.7);
  text-align: center;
  color: #fff;
  padding: 4px 2px;
  font-size: 12px;
  min-width: 350px;
  border-radius: 5px;
  pointer-events: none;
  padding: 4px 4px;
  z-index: 99;
  opacity: 0;
}
[tooltip-position='left']::after {
  left: 0%;
  top: 50%;
  margin-left: -8px;
  transform: translateX(-100%) translateY(-50%);
}
[tooltip-position='top']::after {
  left: 50%;
}
[tooltip-position='buttom']::after {
  top: 100%;
  margin-top: 8px;
  transform: translateX(-50%) translateY(0%);
}
[tooltip-position='right']::after {
  left: 100%;
  top: 50%;
  margin-left: 8px;
  transform: translateX(0%) translateY(-50%);
}
[tooltip]:hover::after,
[tooltip]:hover::before {
  opacity: 1;
}
.community-video-wrapper .sort-by {
  margin-bottom: 3.5rem;
}
.community-video-wrapper .programs-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
.community-video-wrapper .program-image {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ddd;
  -o-object-fit: cover;
     object-fit: cover;
}
.community-video-wrapper .program-name {
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 1rem;
  text-transform: none;
}
.community-video-wrapper .program-name.main {
  padding: 2.5rem;
}
.community-video-wrapper .program-name:hover {
  color: #438dbb;
  cursor: pointer;
}
.community-video-wrapper .program-item {
  flex: 0 0 calc(33.333% - 20px);
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  transition: box-shadow 0.3s ease;
}
.community-video-wrapper .program-item a {
  color: #000;
  text-decoration: none;
}
.community-video-wrapper .program-item a:hover {
  color: #438dbb;
  text-decoration: none;
}
.community-video-wrapper .program-item:hover {
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .community-video-wrapper .program-item {
    flex: 0 0 calc(50% - 20px);
  }
}
@media only screen and (max-width: 600px) {
  .community-video-wrapper .program-item {
    flex: 0 0 100%;
  }
}
.community-video-wrapper .program-item.main {
  margin-bottom: 3rem;
}
.community-video-wrapper #main-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.community-video-wrapper .main-video-title {
  padding: 2rem;
  margin: 0;
  text-align: center;
  text-transform: none;
}
.community-video-thumbnail {
  margin: 0 auto 4rem;
  text-align: center;
}
.community-video-thumbnail img {
  width: 100%;
}
.privacy-banner-wrapper {
  background-color: #332f29;
  color: #fff;
  opacity: 0.9;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 99999;
}
@media only screen and (max-width: 900px) {
  .privacy-banner-wrapper {
    bottom: 0px;
  }
}
.privacy-banner-wrapper .privacy-banner-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  font-size: 1.8rem;
  padding: 2rem 1.5rem 2.2rem;
  margin: auto;
}
@media only screen and (max-width: 900px) {
  .privacy-banner-wrapper .privacy-banner-inner {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 500px) {
  .privacy-banner-wrapper .privacy-banner-inner {
    flex-direction: column;
  }
}
.privacy-banner-wrapper .privacy-banner-message {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.6rem;
}
@media only screen and (max-width: 500px) {
  .privacy-banner-wrapper .privacy-banner-message {
    margin-bottom: 2.4rem;
  }
}
.privacy-banner-wrapper .privacy-banner-message a {
  color: #fff;
  text-decoration: underline;
}
.privacy-banner-wrapper .privacy-banner-message a:hover,
.privacy-banner-wrapper .privacy-banner-message a:focus {
  text-decoration: none;
}
.privacy-banner-wrapper .close-btn {
  background-color: #585858;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  padding: 0.8rem 7rem;
  margin-left: 3rem;
  border-radius: 50px;
  transition: opacity 3s ease-in-out;
}
@media only screen and (max-width: 900px) {
  .privacy-banner-wrapper .close-btn {
    font-size: 2rem;
    padding: 0.8rem 4rem;
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 500px) {
  .privacy-banner-wrapper .close-btn {
    margin-left: 0;
  }
}
.privacy-banner-wrapper .close-btn:hover,
.privacy-banner-wrapper .close-btn:focus {
  background-color: #fff;
  color: #585858;
  text-decoration: none;
  cursor: pointer;
}

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