/**  DROP DOWN LIST Custom stylesheet **/
@import "dropdownSlim.css";

.dropdownSlimContainer {
  width: 270px;
}

/**END drop down list custom stylesheet**/
.overrideContainer {width:100vw !important}

.bosnian {
    background-position: -99px -462px;
}
.bg-container-dark-blue {
    background: #075782;
    /*background-image: linear-gradient(50deg,#0096D6,#175DBA);*/
    background-image: url("/content/dam/hp-wcc/microsite-assets/images/pod/hp-print-on-demand-hero-background.svg"), linear-gradient(50deg,#0096D6,#175DBA);
}

#topBanner > div {
    margin: 0 auto;
    padding: 30px 15px;
    max-width: 1000px;
}

#stepBar {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1000px;
}

.rArrow {
    margin: 0 10px;
}

.stepspan {
    margin: 0 0 0 10px;
}
.overrideContainer {
    padding: 10px 0;
}

h1 {
    color: white;
    font-family: 'HPSimplified';
    font-weight: normal;
    font-size: 38px;
}

#stepBar ul {
    list-style-type: none !important;
    padding: 0;
    margin: 0;
}

#stepBar ul > li {
    margin-right: 0px;
    position: relative;
    float: left;
    font-size: 14px;
}

.step1 {
    color: #165dba;
}

.step2 {
    color: #767676;
}

.secTitle {
    font-size: 14px;
    color: #114284;
    font-family: HPSimplified;
    margin-top: 50px;
    margin-bottom: 30px;
    letter-spacing: 0.3px;
}

.secDesc {
    font-family: 'HPSimplified-Light';
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
}

.secDesc b {
    font-family: 'HPSIMPLIFIED-REGULAR';
    font-weight: normal;
}
.secDesc2 {
  font-family: HPSimplified;
  font-size: 14px;
  font-weight: normal;
  margin-top: 30px;
  color: #767676;
}

 button.cmp-button.button {
    line-height: 33px !important;
    height: 33px !important;
    padding: 0px 16px !important;
    border-radius: 4px !important;
    background-color: #165dba !important;
    color: #fff !important;
    width: initial;
}
button#cfmbtn:hover {
    background-color: #114284;
}

.button {
    padding: 0;
    margin: 10px 0;
}

.columnControl {
    margin-bottom: 50px;
}

@media only screen and (min-width: 801px), print and (min-width: 4in) {
.columnControl .row > div:nth-of-type(1) {
    padding-right: 100px;
}
.customDropdown {
    margin-top: 0;
}
}
@media only screen and (max-width: 800px) {
    .secTitle {
        margin-top: 20px;
    }
    h1 {
        font-size: 30px;
    }
    .rArrow {
        margin: 0 5px;
    }

    .stepspan {
        margin: 0;
    }
    .root.responsivegrid{
        overflow-x: hidden;
    }
}