/*
 * SHARED WITH JAVELIN - /src/javelin/sass/_colors
 * color nicknames from http://chir.ag/projects/name-that-color/{{#hex-code}}
 */
/**
 * allows you to add styling to the bottom row of a grid using the mixins above
 */
/* line 3, src/hub/components/module/section_front_header/_theme/premium_base.scss */
.section-front-header-module[data-theme="premium_base"][data-variation] {
  margin-bottom: 20px;
  margin-top: 20px;
}

/* line 7, src/hub/components/module/section_front_header/_theme/premium_base.scss */
.section-front-header-module[data-theme="premium_base"][data-variation] .section-front-header-module__title {
  font-family: "Bloomberg Logotypes-Medium", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  text-rendering: geometricPrecision;
  color: #000000;
}

@media screen and (min-width: 0) and (max-width: 759px) {
  /* line 7, src/hub/components/module/section_front_header/_theme/premium_base.scss */
  .section-front-header-module[data-theme="premium_base"][data-variation] .section-front-header-module__title {
    font-size: 32px;
  }
}

@media screen and (min-width: 760px) and (max-width: 1019px) {
  /* line 7, src/hub/components/module/section_front_header/_theme/premium_base.scss */
  .section-front-header-module[data-theme="premium_base"][data-variation] .section-front-header-module__title {
    font-size: 50px;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1279px) {
  /* line 7, src/hub/components/module/section_front_header/_theme/premium_base.scss */
  .section-front-header-module[data-theme="premium_base"][data-variation] .section-front-header-module__title {
    font-size: 60px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 9999em) {
  /* line 7, src/hub/components/module/section_front_header/_theme/premium_base.scss */
  .section-front-header-module[data-theme="premium_base"][data-variation] .section-front-header-module__title {
    font-size: 60px;
  }
}

/* line 14, src/hub/components/module/section_front_header/_theme/premium_base.scss */
.hub-zone-righty__content .section-front-header-module[data-theme="premium_base"][data-variation] {
  margin-top: 0;
  display: block;
}

/* line 22, src/hub/components/module/section_front_header/_theme/premium_base.scss */
.hub-main[data-theme="dark"] .section-front-header-module[data-theme="premium_base"][data-variation] .section-front-header-module__title {
  color: #FFFFFF;
}
