@font-face {
  font-family: "citi-glyphicons";
  src: url(/poland/homepage/polish/css/fonts/citi-glyphicons.woff.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

.blue-box {
  background: #00bdf2;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYmRmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwYjNmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzAwNjZiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDQ3ODUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #00bdf2 0%, #00b3f0 20%, #0066b3 80%, #004785 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00bdf2), color-stop(20%, #00b3f0), color-stop(80%, #0066b3), color-stop(100%, #004785));
  background: -webkit-linear-gradient(top, #00bdf2 0%, #00b3f0 20%, #0066b3 80%, #004785 100%);
  background: -o-linear-gradient(top, #00bdf2 0%, #00b3f0 20%, #0066b3 80%, #004785 100%);
  background: -ms-linear-gradient(top, #00bdf2 0%, #00b3f0 20%, #0066b3 80%, #004785 100%);
  background: linear-gradient(to bottom, #00bdf2 0%, #00b3f0 20%, #0066b3 80%, #004785 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bdf2', endColorstr='#004785', GradientType=0);
  /* IE6-9 */
  padding: 30px;
  width: 100%;
  max-width: 1350px;
  margin: 20px auto;
  background: #056dae;
  transition: background-color .6s;
}

.blue-box:hover {
  background: #002A54;
}

.blue-box:hover .a-orange {
  background: #dcd4c6 !important;
}

.cbolui-ddl .h1, .cbolui-ddl h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
}

.c-menubar__con>ul>li>ul {
  width: 25vw;
}

.cbolui-ddl .citi-blue .a-orange {
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  background: #ffa202 url(../img/more-arrow.png) no-repeat 95% center;
  padding: 10px 20px;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
  float: right;
  min-width: 180px;
  text-align: center;
  line-height: 1.4;
}

.second-lvl-menu {
  display: none !important;
  position: absolute;
  right: calc(-20vw);
  top: 5px;
  background: #e8f1f7;
  width: 100%;
  padding-left: 20px;
  padding: 20px;
}

.second-lvl:hover .second-lvl-menu {
  display: block !important;
}

ul.breadcrumbs {
  float: none;
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .second-lvl-menu {
    max-width: 20vw;
  }

  .c-menubar__con>ul>li>ul {
    width: 20vw !important;
  }
}

@media (max-width: 1024px) {
  .cbolui-ddl .hero-4 .common-module-header h2 {
    font-size: 3.25rem;
  }

  .cbolui-ddl .h1, .cbolui-ddl h1 {
    font-size: 25px;
  }

  .cbolui-ddl .citi-blue .a-orange {
    font-size: 15px;
    min-width: 140px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }

  .blue-box {
    position: relative;
    padding-right: 180px;
  }
}

@media (max-width: 640px) {
  .cbolui-ddl .h1, .cbolui-ddl h1 {
    font-size: 19px;
  }
  .cbolui-ddl .citi-blue .a-orange {
        min-width: 130px;
  }

  .blue-box {
    padding: 20px 200px 20px 30px;
  }
  .cbolui-ddl .hero-4 .common-module-header h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 480px) {
  .cbolui-ddl .h1, .cbolui-ddl h1 {
      font-size: 16px;
      margin-top: 0;
  }
  .blue-box {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  .cbolui-ddl .citi-blue .a-orange {
    position: static;
    transform: none;
top: inherit;
right: inherit;
  }
}
@media (max-width: 360px) {
  .cbolui-ddl .form-grey {
      padding: 30px 15px;
  }
}
