/* icon */
.nav-level1 > .molecule-header-nav-item-level1 > a.country-navigation {
  font-size: 28px !important;
  line-height: 28px !important;
  background-image: none !important; }

.nav-level1 > .molecule-header-nav-item-level1 > a.country-navigation:before {
  font-family: 'uponor-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 28px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e918';
  width: 45px;
  color: #3c3c3b;
  font-size: 28px !important;
  transition: background-color 300ms; }

.nav-level1 > .molecule-header-nav-item-level1.active > a.country-navigation:before {
  font-size: 28px !important;
  line-height: 28px !important; }

.nav-level1 > .molecule-header-nav-item-level1.active > a.country-navigation:after {
  line-height: 28px !important; }

/* menu */
@media only screen and (min-width: 50em) {
  .molecule-header-nav-item-level1 > .countryselection > .nav-inner {
    width: 25%;
    float: right; }
  .molecule-header-nav-item-level1 .countryselection .inner ul {
    -webkit-padding-start: 0px;
            padding-inline-start: 0px; }
  .molecule-header-nav-item-level1 .countryselection .inner .countries .molecule-header-nav-item-level2.nav-item {
    width: 100% !important;
    border-right: 1px solid #ebf0f4; } }

/************************** COLOURS **************************/
/************************** SHADOWS **************************/
/************************** RESPONSIVE BREAKPOINTS **************************/
.btn {
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 1px; }
  .btn:hover {
    color: inherit;
    text-decoration: none; }

.flyout {
  position: absolute;
  top: 55%;
  right: 0;
  overflow: hidden;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  z-index: 9980 !important;
  pointer-events: none;
  width: auto; }
  @media only screen and (max-width: 75em) {
    .flyout {
      display: none; } }
  .flyout .contactCard {
    width: auto; }
  .flyout__sticky {
    position: fixed;
    top: 25%;
    display: flex;
    justify-content: flex-end; }
    @media only screen and (max-width: 75em) {
      .flyout__sticky {
        display: none; } }
  .flyout__hidden {
    -webkit-transform: translateX(100%) !important;
            transform: translateX(100%) !important;
    box-shadow: none !important;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s; }
    .flyout__hidden .flyout__btn {
      opacity: 1;
      pointer-events: all;
      transition: all .2s; }
    .flyout__hidden .flyout__btn-icon {
      -webkit-transform: scale(0.7, 2.1) rotate(-180deg) translate(2px, 10px);
              transform: scale(0.7, 2.1) rotate(-180deg) translate(2px, 10px); }
  .flyout__btn {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-color: #0072bc;
    box-shadow: 3px -3px 6px -1px rgba(0, 0, 0, 0.4);
    border-radius: 0px 1px 1px 0px;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    margin-left: -45px;
    transition: all .2s; }
    .flyout__btn-text {
      display: flex;
      padding: 10px 8px 10px 5px;
      margin-top: 35px; }
    .flyout__btn-icon {
      display: flex;
      transition: all .2s;
      padding-bottom: 15px;
      margin: 25px 0; }
    .flyout__btn:hover {
      background-color: #005084;
      transition: all .2s; }
  .flyout__content {
    margin-left: 100px;
    margin-bottom: 20px;
    transition: all .2s;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.4);
    pointer-events: all;
    display: flex;
    position: relative; }
    .flyout__content-contact {
      font-size: 14px !important;
      padding: 60px 40px;
      flex-basis: auto !important;
      flex-grow: 0 !important;
      background-color: #0072bc;
      color: #fff; }
      @media only screen and (max-width: 95em) {
        .flyout__content-contact {
          padding: 20px 40px; } }
      .flyout__content-contact--name {
        font-size: 15px !important; }
      .flyout__content-contact--title {
        font-size: 35px !important;
        color: #fff !important;
        font-weight: 600; }
        @media only screen and (max-width: 95em) {
          .flyout__content-contact--title {
            font-size: 25px !important; } }
      .flyout__content-contact--smallbox:last-child {
        margin-bottom: 20px; }
      .flyout__content-contact--smallbox--small {
        font-size: 15px !important; }
    .flyout__content-list {
      display: flex;
      flex-direction: column;
      background-color: #ebf0f4;
      padding-left: 50px;
      min-width: 1200px; }
      @media only screen and (max-width: 95em) {
        .flyout__content-list {
          padding-left: 30px;
          min-width: 900px; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .flyout__content-list {
          min-width: 600px !important; } }
      .flyout__content-list--icon {
        align-self: flex-end;
        color: #0072bc;
        font-size: 50px;
        cursor: pointer;
        padding-right: 15px; }
      .flyout__content-list--hidden {
        opacity: 0;
        transition: all .2s; }

.contact {
  display: flex;
  background-color: #fff; }
  .contact__content {
    display: flex;
    flex-direction: column;
    font-size: 22px; }
    @media only screen and (max-width: 64em) {
      .contact__content {
        font-size: 16px; } }
    @media only screen and (max-width: 37.5em) {
      .contact__content {
        padding-bottom: 30px; } }
    .contact__content-firstbox {
      align-self: flex-start; }
    @media only screen and (max-width: 37.5em) {
      .contact__content-secondbox {
        display: flex; }
        .contact__content-secondbox :first-child {
          padding-right: 20px; } }
    .contact__content-title {
      align-self: flex-start;
      font-size: 22px;
      margin-bottom: 40px; }
    .contact__content-subtitle {
      text-transform: uppercase;
      margin-bottom: 7px;
      font-size: 20px;
      color: #fff !important;
      font-weight: 700; }
    .contact__content-name {
      font-weight: 700;
      margin-bottom: 20px; }
    .contact__content-adressbox {
      display: flex;
      flex-direction: column;
      margin-bottom: 30px;
      font-weight: 600;
      text-transform: uppercase; }
      @media only screen and (max-width: 75em) {
        .contact__content-adressbox {
          font-weight: 400; } }
    .contact__content-smallbox {
      display: flex;
      align-items: center; }
      .contact__content-smallbox--small {
        font-size: 22px;
        margin-right: 5px;
        font-weight: 700;
        color: #fff; }
        @media only screen and (max-width: 64em) {
          .contact__content-smallbox--small {
            font-size: 16px; } }
        @media only screen and (max-width: 64em) {
          .contact__content-smallbox--small {
            margin-right: 0px; } }

.select {
  width: 100%;
  background-color: #ebf0f4;
  margin-bottom: 40px;
  margin-right: 80px;
  position: relative;
  border: 1px solid #a8a8a8;
  min-height: 44px; }
  .select .selectlabel {
    display: none; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #ebf0f4;
    color: #3c3c3b;
    border: none;
    padding: 8px 15px;
    padding-left: 20px;
    padding-right: 40px;
    width: 100%;
    cursor: pointer;
    min-width: 120px;
    font-weight: 700;
    opacity: .8 !important;
    font-size: 18px; }
    .select select:hover + .select__icon {
      background-color: #b4590c;
      transition: all .2s; }
    .select select::-ms-expand {
      display: none; }
    @media only screen and (max-width: 50em) {
      .select select {
        font-size: 12px; } }
  .select__icon {
    background-color: #f08122;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    transition: all .2s;
    color: #fff; }
    .select__icon-icon {
      transition: all .2s;
      -webkit-transform: scale(2, 1.1);
              transform: scale(2, 1.1); }
      .select__icon-icon--active {
        transition: all .2s;
        -webkit-transform: scale(2, 1.1) rotate(180deg);
                transform: scale(2, 1.1) rotate(180deg); }

.contactCard {
  display: flex;
  color: #4d4d4c; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .contactCard {
      margin-top: 50px; } }

@media only screen and (max-width: 95em) and (-ms-high-contrast: active) {
  .contactCard {
    margin-top: 30px; } }
  @supports not (display: grid) {
    .contactCard {
      margin-top: 50px; } }
  .contactCard__box {
    display: grid;
    grid-template-columns: repeat(3, 0.1fr);
    grid-gap: 50px;
    padding-right: 50px;
    overflow-y: scroll;
    max-height: 410px;
    transition: all .2s;
    margin-bottom: 50px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .contactCard__box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 700px; } }
    @media only screen and (max-width: 95em) {
      .contactCard__box {
        grid-gap: 30px;
        padding-right: 30px;
        margin-bottom: 30px; } }
    @media only screen and (max-width: 95em) {
      .contactCard__box {
        grid-template-columns: repeat(2, 0.1fr); } }
  .contactCard__imgBox {
    width: 80px;
    height: 120px;
    margin-right: 20px;
    min-width: 80px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .contactCard__imgBox {
        position: relative;
        overflow: hidden; } }
    .contactCard__imgBox-img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .contactCard__imgBox-img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          height: 100%;
          width: auto; } }
  .contactCard__textBox {
    font-size: 16px; }
    .contactCard__textBox-name {
      margin-bottom: 0;
      font-weight: 700; }
    .contactCard__textBox-subtitle {
      margin-bottom: 0; }
    .contactCard__textBox-smallBox {
      display: flex; }
      .contactCard__textBox-smallBox--left {
        margin-right: 5px;
        font-weight: 700; }

.popup {
  position: fixed;
  top: -60px;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  transition: all .2s;
  z-index: 9981; }
  .popup__close {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .2s; }
  .popup__box {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    padding-bottom: 50px;
    min-width: 550px;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.6); }
    @media only screen and (max-width: 50em) {
      .popup__box {
        padding: 5px;
        padding-bottom: 0px; } }
    @media only screen and (max-width: 50em) {
      .popup__box {
        min-width: initial;
        width: 100%;
        height: 100%; } }
    .popup__box-close {
      font-size: 40px;
      margin-top: -20px;
      color: #0072bc;
      cursor: pointer;
      align-self: flex-end; }
      @media only screen and (max-width: 50em) {
        .popup__box-close {
          padding-right: 20px; } }
    .popup__box-smallBox {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0 20px;
      text-align: center;
      color: #3c3c3b;
      font-size: 17px; }
      @media only screen and (max-width: 50em) {
        .popup__box-smallBox {
          font-size: 13px; } }
      .popup__box-smallBox--title {
        color: #0072bc;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 20px; }
        @media only screen and (max-width: 50em) {
          .popup__box-smallBox--title {
            font-size: 25px; } }
      .popup__box-smallBox--subtitle {
        margin-bottom: 20px; }
      .popup__box-smallBox--submit {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .popup__box-smallBox--submit--btn {
          width: 260px;
          height: 60px;
          font-weight: 700;
          font-size: 22px;
          color: #fff;
          background-color: #0072bc;
          border: none;
          cursor: pointer;
          transition: all .2s;
          display: flex;
          justify-content: center;
          align-items: center; }
          .popup__box-smallBox--submit--btn:link:hover, .popup__box-smallBox--submit--btn:visited:hover {
            text-decoration: none;
            background-image: none;
            color: #fff; }
          .popup__box-smallBox--submit--btn:hover {
            background-color: #005084;
            transition: all .2s; }
          @media only screen and (max-width: 50em) {
            .popup__box-smallBox--submit--btn {
              width: 160px;
              height: 60px;
              font-weight: 700;
              font-size: 18px; } }
          .popup__box-smallBox--submit--btn--white {
            color: #0072bc;
            background-color: #fff;
            border: 2px solid #0072bc;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
            transition: all .2; }
            .popup__box-smallBox--submit--btn--white:hover {
              background-color: #005084;
              color: #fff;
              border: none;
              transition: all .2s; }
        .popup__box-smallBox--submit--text {
          font-size: 15px;
          margin-top: 5px; }
          @media only screen and (max-width: 50em) {
            .popup__box-smallBox--submit--text {
              font-size: 12px; } }

.solutionForm {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px; }
  .solutionForm__title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 50em) {
      .solutionForm__title {
        font-size: 14px; } }
  .solutionForm__box {
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: flex-start;
    width: 100%; }
    @media only screen and (max-width: 50em) {
      .solutionForm__box {
        flex-direction: column;
        align-items: stretch; } }
    .solutionForm__box-select {
      margin: 0;
      margin-right: 15px;
      min-width: 150px; }
    .solutionForm__box-submit {
      position: relative;
      height: 44px;
      min-width: 140px;
      background-color: #f08122; }
      @media only screen and (max-width: 50em) {
        .solutionForm__box-submit {
          margin-top: 15px; } }
      .solutionForm__box-submit:hover {
        background-color: #b4590c;
        transition: all .2s; }
      .solutionForm__box-submit--btn {
        height: 100%;
        width: 100%;
        text-align: left;
        padding-left: 15px;
        background-color: transparent;
        display: flex;
        align-items: center;
        color: #fff;
        transition: all .2s;
        font-weight: 700; }
        @media only screen and (max-width: 50em) {
          .solutionForm__box-submit--btn {
            width: 100%; } }
        .solutionForm__box-submit--btn:link:hover, .solutionForm__box-submit--btn:visited:hover {
          text-decoration: none;
          background-image: none;
          color: #fff; }
      .solutionForm__box-submit::after {
        content: "\003E";
        display: block;
        background-color: transparent;
        color: #fff;
        -webkit-transform: scale(1.5, 2.5) translateY(10%);
                transform: scale(1.5, 2.5) translateY(10%);
        position: absolute;
        top: 0;
        right: 0;
        height: 20px;
        width: 20px;
        pointer-events: none; }

.solutions {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #ebf0f4;
  color: #3c3c3b; }
  .solutions__box {
    display: flex;
    justify-content: space-between;
    max-width: 1156px;
    padding: 75px 23px;
    position: relative; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .solutions__box {
        width: 100%; } }
    @media only screen and (max-width: 50em) {
      .solutions__box {
        flex-direction: column; } }
    .solutions__box-left {
      width: 49%;
      position: relative;
      height: 100%; }
      @media only screen and (max-width: 50em) {
        .solutions__box-left {
          width: 100%;
          margin-bottom: 20px; } }
      .solutions__box-left--img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .solutions__box-right {
      width: 49%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-between; }
      @media only screen and (max-width: 50em) {
        .solutions__box-right {
          width: 100%;
          align-items: stretch; } }
      .solutions__box-right--title {
        font-size: 25px;
        font-weight: 700; }
        @media only screen and (max-width: 50em) {
          .solutions__box-right--title {
            font-size: 20px; } }
      .solutions__box-right--list {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        list-style-position: inside;
        width: 100%; }
        .solutions__box-right--list li {
          margin-bottom: 10px;
          font-size: 16px; }
          @media only screen and (max-width: 50em) {
            .solutions__box-right--list li {
              font-size: 14px; } }
  @media only screen and (max-width: 50em) and (-ms-high-contrast: active) {
    .solutions__box-right--list li {
      margin-bottom: 20px; } }

.flyoutMb {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  transition: all .2s; }
  @media only screen and (max-width: 75em) {
    .flyoutMb {
      display: block; } }
  .flyoutMb__btn {
    background-color: #0072bc;
    border-bottom: 1px solid #005084;
    color: #fff;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 5px 0;
    cursor: pointer;
    transition: all .2s; }
    .flyoutMb__btn-text {
      text-transform: uppercase; }
      @media only screen and (max-width: 37.5em) {
        .flyoutMb__btn-text {
          font-size: 12px; } }
    .flyoutMb__btn-icon {
      font-size: 20px;
      -webkit-transform: scale(1.8, 1) translateY(-50%);
              transform: scale(1.8, 1) translateY(-50%);
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .flyoutMb__btn-icon--active {
        -webkit-transform: scale(1.8, 1) translateY(-35%) rotate(180deg);
                transform: scale(1.8, 1) translateY(-35%) rotate(180deg); }
  .flyoutMb__content {
    max-height: 75vh;
    overflow-y: scroll;
    background-color: #ebf0f4;
    transition: max-height .2s ease-in-out; }
    .flyoutMb__content-hidden {
      display: block;
      max-height: 0px;
      overflow: hidden;
      transition: max-height .2s ease-in-out; }
    .flyoutMb__content-top {
      background-color: #0072bc;
      padding: 20px 20px;
      color: #fff; }
      .flyoutMb__content-top--select {
        margin-top: 20px; }
      .flyoutMb__content-top--small {
        display: flex;
        justify-content: space-between; }
        .flyoutMb__content-top--small > * {
          margin-right: 40px; }
          @media only screen and (max-width: 37.5em) {
            .flyoutMb__content-top--small > * {
              margin-right: 10px; } }
          @media only screen and (max-width: 25em) {
            .flyoutMb__content-top--small > * {
              margin-right: 0px; } }
        @media only screen and (max-width: 25em) {
          .flyoutMb__content-top--small {
            justify-content: space-between;
            flex-direction: column; } }
        .flyoutMb__content-top--small--smallest {
          display: flex;
          flex-direction: column; }
    .flyoutMb__content-bottom {
      padding-top: 10px;
      background-color: #ebf0f4; }
      .flyoutMb__content-bottom > * {
        padding: 20px;
        border-bottom: 1px solid #c6c6c6; }

.contactsPage {
  max-width: 1156px;
  display: flex;
  flex-direction: column;
  padding: 75px 23px;
  min-width: 750px; }
  @media only screen and (max-width: 50em) {
    .contactsPage {
      min-width: auto; } }
  @media only screen and (max-width: 37.5em) {
    .contactsPage {
      width: 100%; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .contactsPage {
      width: 100%; } }
  .contactsPage__bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .contactsPage__title {
    align-self: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px; }
  .contactsPage__inputBox {
    align-self: flex-end;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 37.5em) {
      .contactsPage__inputBox {
        flex-direction: column;
        width: 100%;
        align-items: flex-start; } }
    .contactsPage__inputBox-text {
      font-weight: 600;
      font-size: 15px;
      margin-bottom: 0; }
    .contactsPage__inputBox-select {
      min-width: 250px;
      margin-left: 20px;
      margin-bottom: 0; }
      @media only screen and (max-width: 37.5em) {
        .contactsPage__inputBox-select {
          min-width: 100%; } }
      .contactsPage__inputBox-select .solutionForm__box-select {
        min-height: 40px;
        margin-right: 0; }
      @media only screen and (max-width: 37.5em) {
        .contactsPage__inputBox-select {
          margin-left: 0px;
          margin-top: 20px; } }
  .contactsPage__topBox {
    margin-top: 40px; }
    .contactsPage__topBox-title {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 5px; }
    .contactsPage__topBox-subtitle {
      font-weight: 600;
      font-size: 15px;
      margin-bottom: 20px; }
    .contactsPage__topBox-content {
      display: grid;
      grid-template-columns: repeat(2, -webkit-max-content);
      grid-template-columns: repeat(2, max-content);
      grid-column-gap: 30px;
      grid-row-gap: 60px; }
      @media only screen and (max-width: 37.5em) {
        .contactsPage__topBox-content {
          grid-template-columns: -webkit-max-content;
          grid-template-columns: max-content; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .contactsPage__topBox-content {
          display: flex;
          flex-wrap: wrap; }
          .contactsPage__topBox-content > * {
            margin-right: 20px;
            margin-bottom: 20px; } }
  .contactsPage__botBox-cardsBox--title {
    margin: 40px 0;
    font-size: 18px;
    font-weight: 600; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .contactsPage__botBox-cardsBox--title {
        margin: 10px 0; } }
    @media only screen and (max-width: 37.5em) {
      .contactsPage__botBox-cardsBox--title {
        margin: 20px 0; } }
  .contactsPage__botBox-cardsBox--box {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(2, 0.1fr); }
    @media only screen and (max-width: 37.5em) {
      .contactsPage__botBox-cardsBox--box {
        grid-template-columns: 1fr;
        grid-gap: 20px; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .contactsPage__botBox-cardsBox--box {
        display: flex;
        flex-wrap: wrap; }
        .contactsPage__botBox-cardsBox--box > * {
          margin-right: 20px;
          margin-bottom: 10px;
          margin-top: 0; } }

.contactOffices {
  display: flex;
  flex-direction: column;
  font-size: 15px; }
  .contactOffices__adress {
    margin-bottom: 20px; }
    .contactOffices__adress > *:first-child {
      font-weight: 600; }
  .contactOffices__smallbox {
    display: flex; }
    .contactOffices__smallbox-small {
      font-weight: 600; }
    .contactOffices__smallbox-big {
      margin-left: 5px; }

.heading-5 {
  text-transform: uppercase;
  color: #f08122; }

